@charset "UTF-8";
/* Sketch - Starter B3 theme in SASS for Drupal */
/* ******************************************
	CONSERVATION NOTICE!!! Keep our Bootstrap CSS clean and pristine

	BW:
	We're going to keep these to the generic bootstrap variables. 
	If you want to expand on variables for elements, do that typically in the object (when a scss file exists for the object) or in a main or common variable file in the /sketch/ directory.

	DO KEEP EDITING THESE VARIABLES. That's what this is for...
	If you want to find original variables, this file exists in the Bootstrap library and you can look at that locally!
****************************************** */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, #vpp .cta-btn > .caret,
  .dropup > .btn > .caret, #vpp
  .dropup > .cta-btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #e72b2d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b11416;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, #download-page h3, .h3, .sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header, .tagline h2, .content-developer--item--title, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small, #download-page h3 small,
  .h2 .small, #download-page h3 .small, .h3 small, .sketch-block .block-title small,
  .sketch-block .pane-title small,
  .sketch-block .view-header small, .tagline h2 small, .content-developer--item--title small,
  .h3 .small, .sketch-block .block-title .small,
  .sketch-block .pane-title .small,
  .sketch-block .view-header .small, .tagline h2 .small, .content-developer--item--title .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2, #download-page h3,
h3, .h3, .sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header, .tagline h2, .content-developer--item--title {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small, #download-page h3 small,
  .h2 .small, #download-page h3 .small,
  h3 small,
  h3 .small, .h3 small, .sketch-block .block-title small,
  .sketch-block .pane-title small,
  .sketch-block .view-header small, .tagline h2 small, .content-developer--item--title small,
  .h3 .small, .sketch-block .block-title .small,
  .sketch-block .pane-title .small,
  .sketch-block .view-header .small, .tagline h2 .small, .content-developer--item--title .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2, #download-page h3 {
  font-size: 34px; }

h3, .h3, .sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header, .tagline h2, .content-developer--item--title {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #e72b2d; }

a.text-primary:hover,
a.text-primary:focus {
  color: #c81719; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #e72b2d; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c81719; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .layout--sketchup--container, #block-system-main > .node, .education-landing-page--header .inner, .edu-students-download-free-trial, .edu-info-dump, .edu-educators-info-dump .inner, .edu-join-the-gang--container, #edu-license-types, #download-all, #current-sketchup-pro, #reseller-map .reseller-region--wrapper .region-inner, #vpp .content-container,
#vpp .image-container, .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-4 .pane-content, .tagline, .industry-hero__content--wrapper, .featurette--pdm .pane-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .layout--sketchup--container:before, #block-system-main > .node:before, .education-landing-page--header .inner:before, .edu-students-download-free-trial:before, .edu-info-dump:before, .edu-educators-info-dump .inner:before, .edu-join-the-gang--container:before, #edu-license-types:before, #download-all:before, #current-sketchup-pro:before, #reseller-map .reseller-region--wrapper .region-inner:before, #vpp .content-container:before,
  #vpp .image-container:before, .pane-industry-page-images-panel-pane-7 .pane-content:before, .pane-industry-page-images-panel-pane-8 .pane-content:before, .pane-industry-page-images-panel-pane-6 .pane-content:before, .pane-industry-page-images-panel-pane-4 .pane-content:before, .tagline:before, .industry-hero__content--wrapper:before, .featurette--pdm .pane-content:before, .container:after, .layout--sketchup--container:after, #block-system-main > .node:after, .education-landing-page--header .inner:after, .edu-students-download-free-trial:after, .edu-info-dump:after, .edu-educators-info-dump .inner:after, .edu-join-the-gang--container:after, #edu-license-types:after, #download-all:after, #current-sketchup-pro:after, #reseller-map .reseller-region--wrapper .region-inner:after, #vpp .content-container:after,
  #vpp .image-container:after, .pane-industry-page-images-panel-pane-7 .pane-content:after, .pane-industry-page-images-panel-pane-8 .pane-content:after, .pane-industry-page-images-panel-pane-6 .pane-content:after, .pane-industry-page-images-panel-pane-4 .pane-content:after, .tagline:after, .industry-hero__content--wrapper:after, .featurette--pdm .pane-content:after {
    content: " ";
    display: table; }
  .container:after, .layout--sketchup--container:after, #block-system-main > .node:after, .education-landing-page--header .inner:after, .edu-students-download-free-trial:after, .edu-info-dump:after, .edu-educators-info-dump .inner:after, .edu-join-the-gang--container:after, #edu-license-types:after, #download-all:after, #current-sketchup-pro:after, #reseller-map .reseller-region--wrapper .region-inner:after, #vpp .content-container:after,
  #vpp .image-container:after, .pane-industry-page-images-panel-pane-7 .pane-content:after, .pane-industry-page-images-panel-pane-8 .pane-content:after, .pane-industry-page-images-panel-pane-6 .pane-content:after, .pane-industry-page-images-panel-pane-4 .pane-content:after, .tagline:after, .industry-hero__content--wrapper:after, .featurette--pdm .pane-content:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .layout--sketchup--container, #block-system-main > .node, .education-landing-page--header .inner, .edu-students-download-free-trial, .edu-info-dump, .edu-educators-info-dump .inner, .edu-join-the-gang--container, #edu-license-types, #download-all, #current-sketchup-pro, #reseller-map .reseller-region--wrapper .region-inner, #vpp .content-container,
    #vpp .image-container, .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-4 .pane-content, .tagline, .industry-hero__content--wrapper, .featurette--pdm .pane-content {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .layout--sketchup--container, #block-system-main > .node, .education-landing-page--header .inner, .edu-students-download-free-trial, .edu-info-dump, .edu-educators-info-dump .inner, .edu-join-the-gang--container, #edu-license-types, #download-all, #current-sketchup-pro, #reseller-map .reseller-region--wrapper .region-inner, #vpp .content-container,
    #vpp .image-container, .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-4 .pane-content, .tagline, .industry-hero__content--wrapper, .featurette--pdm .pane-content {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .layout--sketchup--container, #block-system-main > .node, .education-landing-page--header .inner, .edu-students-download-free-trial, .edu-info-dump, .edu-educators-info-dump .inner, .edu-join-the-gang--container, #edu-license-types, #download-all, #current-sketchup-pro, #reseller-map .reseller-region--wrapper .region-inner, #vpp .content-container,
    #vpp .image-container, .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-4 .pane-content, .tagline, .industry-hero__content--wrapper, .featurette--pdm .pane-content {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .edu-students-download-free-trial--row, .edu-info-dump--row, .edu-join-the-gang--row, .learn-resources--item, .buy-sketchup--bottom-section, .sketchup-pro-reseller__list, .industry-hero__title--wrapper,
.industry-hero__body--wrapper,
.industry-hero__links--wrapper {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .edu-students-download-free-trial--row:before, .edu-info-dump--row:before, .edu-join-the-gang--row:before, .learn-resources--item:before, .buy-sketchup--bottom-section:before, .sketchup-pro-reseller__list:before, .industry-hero__title--wrapper:before,
  .industry-hero__body--wrapper:before,
  .industry-hero__links--wrapper:before, .row:after, .edu-students-download-free-trial--row:after, .edu-info-dump--row:after, .edu-join-the-gang--row:after, .learn-resources--item:after, .buy-sketchup--bottom-section:after, .sketchup-pro-reseller__list:after, .industry-hero__title--wrapper:after,
  .industry-hero__body--wrapper:after,
  .industry-hero__links--wrapper:after {
    content: " ";
    display: table; }
  .row:after, .edu-students-download-free-trial--row:after, .edu-info-dump--row:after, .edu-join-the-gang--row:after, .learn-resources--item:after, .buy-sketchup--bottom-section:after, .sketchup-pro-reseller__list:after, .industry-hero__title--wrapper:after,
  .industry-hero__body--wrapper:after,
  .industry-hero__links--wrapper:after {
    clear: both; }

.col-xs-1, .carousel-image--simple-is-powerful--list-number, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .featurette--image-list--image--wrapper, .sketchup-pro-reseller__header__close-button, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful--wrapper, .col-sm-2, .learn-resources--item--image, .make-everything-easier--icon--wrapper, .col-md-2, .featurette--image-list--image--wrapper, .col-lg-2, .col-xs-3, .make-everything-easier--icon--wrapper, .col-sm-3, .su-footer .leaf, .featurette--image-list--image--wrapper, .edu-students-download-free-trial--cta, .edu-info-dump--row--1 .edu-info-dump--item, .buy-sketchup--bottom-section--options, .col-md-3, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful--wrapper, .sketchup-testimonial--image, .attribution-link--wrapper, .col-lg-3, .homepage-hero--cta-section, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .col-xs-4, .col-sm-4, .homepage-hero--cta-section, .warehouse-search form, .edu-info-dump--row--2 .edu-info-dump--item, .extension--stub, .buy-sketchup--top-section--cta-button-section, .pane-sketchup-resellers-new, .col-md-4, .homepage-hero--cta-section, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .make--button-cta,
.make--secondary-cta, .sketchup-pro-reseller, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful, .col-lg-4, .col-xs-5, .col-sm-5, .make--button-cta,
.make--secondary-cta, .download-page--information-side, .col-md-5, .make--content, .download-page--business-side--wrapper, .carousel-description--simple-is-powerful--wrapper, .col-lg-5, .col-xs-6, .warehouse-search form, .col-sm-6, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .download-page--description--edu--section, .form-item-company-size,
.form-item-company-name,
.form-item-first-name,
.form-item-last-name,
.form-item-country,
.form-item-state, .sketchup-testimonial, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .buy-sketchup--top-section--cta-information, .download-page--business-side--wrapper, .col-md-7, .download-page--information-side, .carousel-image--simple-is-powerful--wrapper, .col-lg-7, .col-xs-8, .col-sm-8, .industry-hero__title,
.industry-hero__body,
.industry-hero__links, .col-md-8, .col-lg-8, .col-xs-9, .make-everything-easier--icon-desc, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .col-sm-9, .featurette--image-list--link--wrapper, .edu-students-download-free-trial--copy, .col-md-9, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .sketchup-testimonial--content, .col-lg-9, .col-xs-10, .featurette--image-list--link--wrapper, .sketchup-pro-reseller__header__content, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper, .col-sm-10, .learn-resources--item--title, .learn-resources--item--author, .learn-resources--item--description, .download-page--business-side .btn, .download-page--business-side #vpp .cta-btn, #vpp .download-page--business-side .cta-btn, .sketchup-pro-reseller__wrapper, .make-everything-easier--icon-desc, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .col-md-10, .featurette--image-list--link--wrapper, .col-lg-10, .col-xs-11, .carousel-item--simple-is-powerful--content, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .homepage-hero--featurette, .pro-2016--img-hero, .edu-join-the-gang, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-description--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-description--simple-is-powerful--wrapper, .col-sm-12, .col-md-12, .carousel-item--simple-is-powerful, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .carousel-image--simple-is-powerful--list-number, .col-xs-2, .featurette--image-list--image--wrapper, .sketchup-pro-reseller__header__close-button, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful--wrapper, .col-xs-3, .make-everything-easier--icon--wrapper, .col-xs-4, .col-xs-5, .col-xs-6, .warehouse-search form, .col-xs-7, .col-xs-8, .col-xs-9, .make-everything-easier--icon-desc, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .col-xs-10, .featurette--image-list--link--wrapper, .sketchup-pro-reseller__header__content, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper, .col-xs-11, .carousel-item--simple-is-powerful--content, .col-xs-12, .homepage-hero--featurette, .pro-2016--img-hero, .edu-join-the-gang, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-description--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-description--simple-is-powerful--wrapper {
  float: left; }

.col-xs-1, .carousel-image--simple-is-powerful--list-number {
  width: 8.33333%; }

.col-xs-2, .featurette--image-list--image--wrapper, .sketchup-pro-reseller__header__close-button, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful--wrapper {
  width: 16.66667%; }

.col-xs-3, .make-everything-easier--icon--wrapper {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6, .warehouse-search form {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9, .make-everything-easier--icon-desc, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content {
  width: 75%; }

.col-xs-10, .featurette--image-list--link--wrapper, .sketchup-pro-reseller__header__content, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper {
  width: 83.33333%; }

.col-xs-11, .carousel-item--simple-is-powerful--content {
  width: 91.66667%; }

.col-xs-12, .homepage-hero--featurette, .pro-2016--img-hero, .edu-join-the-gang, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-description--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-description--simple-is-powerful--wrapper {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3, .warehouse-search form {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .learn-resources--item--image, .make-everything-easier--icon--wrapper, .col-sm-3, .su-footer .leaf, .featurette--image-list--image--wrapper, .edu-students-download-free-trial--cta, .edu-info-dump--row--1 .edu-info-dump--item, .buy-sketchup--bottom-section--options, .col-sm-4, .homepage-hero--cta-section, .warehouse-search form, .edu-info-dump--row--2 .edu-info-dump--item, .extension--stub, .buy-sketchup--top-section--cta-button-section, .pane-sketchup-resellers-new, .col-sm-5, .make--button-cta,
  .make--secondary-cta, .download-page--information-side, .col-sm-6, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .download-page--description--edu--section, .form-item-company-size,
  .form-item-company-name,
  .form-item-first-name,
  .form-item-last-name,
  .form-item-country,
  .form-item-state, .sketchup-testimonial, .col-sm-7, .buy-sketchup--top-section--cta-information, .download-page--business-side--wrapper, .col-sm-8, .industry-hero__title,
  .industry-hero__body,
  .industry-hero__links, .col-sm-9, .featurette--image-list--link--wrapper, .edu-students-download-free-trial--copy, .col-sm-10, .learn-resources--item--title, .learn-resources--item--author, .learn-resources--item--description, .download-page--business-side .btn, .download-page--business-side #vpp .cta-btn, #vpp .download-page--business-side .cta-btn, .sketchup-pro-reseller__wrapper, .make-everything-easier--icon-desc, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2, .learn-resources--item--image, .make-everything-easier--icon--wrapper {
    width: 16.66667%; }
  .col-sm-3, .su-footer .leaf, .featurette--image-list--image--wrapper, .edu-students-download-free-trial--cta, .edu-info-dump--row--1 .edu-info-dump--item, .buy-sketchup--bottom-section--options {
    width: 25%; }
  .col-sm-4, .homepage-hero--cta-section, .warehouse-search form, .edu-info-dump--row--2 .edu-info-dump--item, .extension--stub, .buy-sketchup--top-section--cta-button-section, .pane-sketchup-resellers-new {
    width: 33.33333%; }
  .col-sm-5, .make--button-cta,
  .make--secondary-cta, .download-page--information-side {
    width: 41.66667%; }
  .col-sm-6, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .download-page--description--edu--section, .form-item-company-size,
  .form-item-company-name,
  .form-item-first-name,
  .form-item-last-name,
  .form-item-country,
  .form-item-state, .sketchup-testimonial {
    width: 50%; }
  .col-sm-7, .buy-sketchup--top-section--cta-information, .download-page--business-side--wrapper {
    width: 58.33333%; }
  .col-sm-8, .industry-hero__title,
  .industry-hero__body,
  .industry-hero__links {
    width: 66.66667%; }
  .col-sm-9, .featurette--image-list--link--wrapper, .edu-students-download-free-trial--copy {
    width: 75%; }
  .col-sm-10, .learn-resources--item--title, .learn-resources--item--author, .learn-resources--item--description, .download-page--business-side .btn, .download-page--business-side #vpp .cta-btn, #vpp .download-page--business-side .cta-btn, .sketchup-pro-reseller__wrapper, .make-everything-easier--icon-desc, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1, .buy-sketchup--top-section--cta-button-section, .download-page--business-side .btn, .download-page--business-side #vpp .cta-btn, #vpp .download-page--business-side .cta-btn {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4, .warehouse-search form {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7, .make--button-cta,
  .make--secondary-cta {
    margin-left: 58.33333%; }
  .col-sm-offset-8, .homepage-hero--cta-section {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .featurette--image-list--image--wrapper, .col-md-3, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-image--simple-is-powerful--wrapper,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful--wrapper, .sketchup-testimonial--image, .attribution-link--wrapper, .col-md-4, .homepage-hero--cta-section, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .make--button-cta,
  .make--secondary-cta, .sketchup-pro-reseller, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful, .col-md-5, .make--content, .download-page--business-side--wrapper, .carousel-description--simple-is-powerful--wrapper, .col-md-6, .col-md-7, .download-page--information-side, .carousel-image--simple-is-powerful--wrapper, .col-md-8, .col-md-9, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .sketchup-testimonial--content, .col-md-10, .featurette--image-list--link--wrapper, .col-md-11, .col-md-12, .carousel-item--simple-is-powerful {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2, .featurette--image-list--image--wrapper {
    width: 16.66667%; }
  .col-md-3, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-image--simple-is-powerful--wrapper,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful--wrapper, .sketchup-testimonial--image, .attribution-link--wrapper {
    width: 25%; }
  .col-md-4, .homepage-hero--cta-section, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .make--button-cta,
  .make--secondary-cta, .sketchup-pro-reseller, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful {
    width: 33.33333%; }
  .col-md-5, .make--content, .download-page--business-side--wrapper, .carousel-description--simple-is-powerful--wrapper {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7, .download-page--information-side, .carousel-image--simple-is-powerful--wrapper {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9, #flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful--content,
  #flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful--content, .sketchup-testimonial--content {
    width: 75%; }
  .col-md-10, .featurette--image-list--link--wrapper {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12, .carousel-item--simple-is-powerful {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2, .sketchup-pro--top-download-btn {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7, .make--content {
    margin-left: 58.33333%; }
  .col-md-offset-8, .homepage-hero--cta-section, .make--button-cta,
  .make--secondary-cta {
    margin-left: 66.66667%; }
  .col-md-offset-9, .attribution-link--wrapper {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .homepage-hero--cta-section, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3, .homepage-hero--cta-section, .sketchup-pro--top-download-btn, .sketchup-pro--top-buy-btn {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3, .sketchup-pro--top-download-btn {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9, .homepage-hero--cta-section {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, #vpp
  .input-group-sm > .input-group-btn > input[type="date"].cta-btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  #vpp
  .input-group-sm > .input-group-btn > input[type="time"].cta-btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  #vpp
  .input-group-sm > .input-group-btn > input[type="datetime-local"].cta-btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  #vpp
  .input-group-sm > .input-group-btn > input[type="month"].cta-btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, #vpp
  .input-group-lg > .input-group-btn > input[type="date"].cta-btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  #vpp
  .input-group-lg > .input-group-btn > input[type="time"].cta-btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  #vpp
  .input-group-lg > .input-group-btn > input[type="datetime-local"].cta-btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  #vpp
  .input-group-lg > .input-group-btn > input[type="month"].cta-btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, #vpp
  .input-group-lg > .input-group-btn > .form-control-static.cta-btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, #vpp
  .input-group-sm > .input-group-btn > .form-control-static.cta-btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, #vpp
.input-group-sm > .input-group-btn > .cta-btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, #vpp
.input-group-sm > .input-group-btn > select.cta-btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, #vpp
.input-group-sm > .input-group-btn > textarea.cta-btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
#vpp
.input-group-sm > .input-group-btn > select[multiple].cta-btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, #vpp
.input-group-lg > .input-group-btn > .cta-btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, #vpp
.input-group-lg > .input-group-btn > select.cta-btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, #vpp
.input-group-lg > .input-group-btn > textarea.cta-btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
#vpp
.input-group-lg > .input-group-btn > select[multiple].cta-btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, #vpp
.input-group-lg > .input-group-btn > .cta-btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, #vpp
.input-group-sm > .input-group-btn > .cta-btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn, #vpp .cta-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, #vpp .cta-btn:focus, .btn.focus, #vpp .focus.cta-btn, .btn:active:focus, #vpp .cta-btn:active:focus, .btn:active.focus, #vpp .cta-btn:active.focus, .btn.active:focus, #vpp .active.cta-btn:focus, .btn.active.focus, #vpp .active.focus.cta-btn {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, #vpp .cta-btn:hover, .btn:focus, #vpp .cta-btn:focus, .btn.focus, #vpp .focus.cta-btn {
    color: #333;
    text-decoration: none; }
  .btn:active, #vpp .cta-btn:active, .btn.active, #vpp .active.cta-btn {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, #vpp .disabled.cta-btn, .btn[disabled], #vpp [disabled].cta-btn,
  fieldset[disabled] .btn,
  fieldset[disabled] #vpp .cta-btn, #vpp
  fieldset[disabled] .cta-btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, #vpp a.disabled.cta-btn,
fieldset[disabled] a.btn,
fieldset[disabled] #vpp a.cta-btn, #vpp
fieldset[disabled] a.cta-btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, #vpp .cta-btn {
  color: #fff;
  background-color: #e72b2d;
  border-color: #e72b2d; }
  .btn-primary:focus, #vpp .cta-btn:focus, .btn-primary.focus, #vpp .focus.cta-btn {
    color: #fff;
    background-color: #c81719;
    border-color: #840f10; }
  .btn-primary:hover, #vpp .cta-btn:hover {
    color: #fff;
    background-color: #c81719;
    border-color: #bf1617; }
  .btn-primary:active, #vpp .cta-btn:active, .btn-primary.active, #vpp .active.cta-btn,
  .open > .btn-primary.dropdown-toggle, #vpp
  .open > .dropdown-toggle.cta-btn {
    color: #fff;
    background-color: #c81719;
    border-color: #bf1617; }
    .btn-primary:active:hover, #vpp .cta-btn:active:hover, .btn-primary:active:focus, #vpp .cta-btn:active:focus, .btn-primary:active.focus, #vpp .cta-btn:active.focus, .btn-primary.active:hover, #vpp .active.cta-btn:hover, .btn-primary.active:focus, #vpp .active.cta-btn:focus, .btn-primary.active.focus, #vpp .active.focus.cta-btn,
    .open > .btn-primary.dropdown-toggle:hover, #vpp
    .open > .dropdown-toggle.cta-btn:hover,
    .open > .btn-primary.dropdown-toggle:focus, #vpp
    .open > .dropdown-toggle.cta-btn:focus,
    .open > .btn-primary.dropdown-toggle.focus, #vpp
    .open > .dropdown-toggle.focus.cta-btn {
      color: #fff;
      background-color: #a81315;
      border-color: #840f10; }
  .btn-primary:active, #vpp .cta-btn:active, .btn-primary.active, #vpp .active.cta-btn,
  .open > .btn-primary.dropdown-toggle, #vpp
  .open > .dropdown-toggle.cta-btn {
    background-image: none; }
  .btn-primary.disabled, #vpp .disabled.cta-btn, .btn-primary.disabled:hover, #vpp .disabled.cta-btn:hover, .btn-primary.disabled:focus, #vpp .disabled.cta-btn:focus, .btn-primary.disabled.focus, #vpp .disabled.focus.cta-btn, .btn-primary.disabled:active, #vpp .disabled.cta-btn:active, .btn-primary.disabled.active, #vpp .disabled.active.cta-btn, .btn-primary[disabled], #vpp [disabled].cta-btn, .btn-primary[disabled]:hover, #vpp [disabled].cta-btn:hover, .btn-primary[disabled]:focus, #vpp [disabled].cta-btn:focus, .btn-primary[disabled].focus, #vpp [disabled].focus.cta-btn, .btn-primary[disabled]:active, #vpp [disabled].cta-btn:active, .btn-primary[disabled].active, #vpp [disabled].active.cta-btn,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] #vpp .cta-btn, #vpp
  fieldset[disabled] .cta-btn,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] #vpp .cta-btn:hover, #vpp
  fieldset[disabled] .cta-btn:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] #vpp .cta-btn:focus, #vpp
  fieldset[disabled] .cta-btn:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] #vpp .focus.cta-btn, #vpp
  fieldset[disabled] .focus.cta-btn,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] #vpp .cta-btn:active, #vpp
  fieldset[disabled] .cta-btn:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] #vpp .active.cta-btn, #vpp
  fieldset[disabled] .active.cta-btn {
    background-color: #e72b2d;
    border-color: #e72b2d; }
  .btn-primary .badge, #vpp .cta-btn .badge {
    color: #e72b2d;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #009AD9;
  border-color: #0088c0; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0076a6;
    border-color: #002d40; }
  .btn-info:hover {
    color: #fff;
    background-color: #0076a6;
    border-color: #005c82; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0076a6;
    border-color: #005c82; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #005c82;
      border-color: #002d40; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #009AD9;
    border-color: #0088c0; }
  .btn-info .badge {
    color: #009AD9;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #e72b2d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #b11416;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, #vpp .btn-group-lg > .cta-btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px; }

.btn-sm, .btn-group-sm > .btn, #vpp .btn-group-sm > .cta-btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn, #vpp .btn-group-xs > .cta-btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #e72b2d; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, #vpp .btn-group > .cta-btn,
  .btn-group-vertical > .btn, #vpp
  .btn-group-vertical > .cta-btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, #vpp .btn-group > .cta-btn:hover, .btn-group > .btn:focus, #vpp .btn-group > .cta-btn:focus, .btn-group > .btn:active, #vpp .btn-group > .cta-btn:active, .btn-group > .btn.active, #vpp .btn-group > .active.cta-btn,
    .btn-group-vertical > .btn:hover, #vpp
    .btn-group-vertical > .cta-btn:hover,
    .btn-group-vertical > .btn:focus, #vpp
    .btn-group-vertical > .cta-btn:focus,
    .btn-group-vertical > .btn:active, #vpp
    .btn-group-vertical > .cta-btn:active,
    .btn-group-vertical > .btn.active, #vpp
    .btn-group-vertical > .active.cta-btn {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group #vpp .cta-btn + .btn, #vpp .btn-group .cta-btn + .btn, .btn-group #vpp .btn + .cta-btn, #vpp .btn-group .btn + .cta-btn, .btn-group #vpp .cta-btn + .cta-btn, #vpp .btn-group .cta-btn + .cta-btn,
.btn-group .btn + .btn-group,
.btn-group #vpp .cta-btn + .btn-group, #vpp
.btn-group .cta-btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #vpp .btn-group + .cta-btn, #vpp
.btn-group .btn-group + .cta-btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar #vpp .cta-btn, #vpp .btn-toolbar .cta-btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, #vpp .btn-toolbar > .cta-btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #vpp .btn-group > .cta-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, #vpp .btn-group > .cta-btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #vpp .btn-group > .cta-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), #vpp .btn-group > .cta-btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #vpp .btn-group > .btn-group:not(:first-child):not(:last-child) > .cta-btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, #vpp .btn-group > .btn-group:first-child:not(:last-child) > .cta-btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, #vpp .btn-group > .btn-group:last-child:not(:first-child) > .cta-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, #vpp .btn-group > .cta-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, #vpp .btn-group-lg.btn-group > .cta-btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, #vpp .cta-btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, #vpp .btn-group-lg > .cta-btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #vpp .btn-group-lg > .cta-btn .caret, #vpp .dropup .btn-group-lg > .cta-btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, #vpp .btn-group-vertical > .cta-btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, #vpp
.btn-group-vertical > .btn-group > .cta-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, #vpp .btn-group-vertical > .btn-group > .cta-btn {
  float: none; }

.btn-group-vertical > .btn + .btn, #vpp .btn-group-vertical > .cta-btn + .btn, #vpp .btn-group-vertical > .btn + .cta-btn, #vpp .btn-group-vertical > .cta-btn + .cta-btn,
.btn-group-vertical > .btn + .btn-group, #vpp
.btn-group-vertical > .cta-btn + .btn-group,
.btn-group-vertical > .btn-group + .btn, #vpp
.btn-group-vertical > .btn-group + .cta-btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #vpp .btn-group-vertical > .cta-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), #vpp .btn-group-vertical > .cta-btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), #vpp .btn-group-vertical > .cta-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #vpp .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cta-btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #vpp .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cta-btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, #vpp .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cta-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, #vpp .btn-group-justified > .cta-btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group #vpp .cta-btn, #vpp .btn-group-justified > .btn-group .cta-btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], #vpp [data-toggle="buttons"] > .cta-btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], #vpp
[data-toggle="buttons"] > .cta-btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], #vpp
[data-toggle="buttons"] > .btn-group > .cta-btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], #vpp
[data-toggle="buttons"] > .btn-group > .cta-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, #vpp
  .input-group-sm > .input-group-btn > .input-group-addon.cta-btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, #vpp
  .input-group-lg > .input-group-btn > .input-group-addon.cta-btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, #vpp
.input-group-btn:first-child > .cta-btn,
.input-group-btn:first-child > .btn-group > .btn, #vpp
.input-group-btn:first-child > .btn-group > .cta-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), #vpp
.input-group-btn:last-child > .cta-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, #vpp
.input-group-btn:last-child > .btn-group:not(:last-child) > .cta-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, #vpp
.input-group-btn:last-child > .cta-btn,
.input-group-btn:last-child > .btn-group > .btn, #vpp
.input-group-btn:last-child > .btn-group > .cta-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), #vpp
.input-group-btn:first-child > .cta-btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, #vpp
.input-group-btn:first-child > .btn-group:not(:first-child) > .cta-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, #vpp .input-group-btn > .cta-btn {
    position: relative; }
    .input-group-btn > .btn + .btn, #vpp .input-group-btn > .cta-btn + .btn, #vpp .input-group-btn > .btn + .cta-btn, #vpp .input-group-btn > .cta-btn + .cta-btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, #vpp .input-group-btn > .cta-btn:hover, .input-group-btn > .btn:focus, #vpp .input-group-btn > .cta-btn:focus, .input-group-btn > .btn:active, #vpp .input-group-btn > .cta-btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, #vpp .input-group-btn:first-child > .cta-btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, #vpp .input-group-btn:last-child > .cta-btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #e72b2d; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e72b2d; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .layout--sketchup--container > .navbar-header, #block-system-main > .node > .navbar-header, .education-landing-page--header .inner > .navbar-header, .edu-students-download-free-trial > .navbar-header, .edu-info-dump > .navbar-header, .edu-educators-info-dump .inner > .navbar-header, .edu-join-the-gang--container > .navbar-header, #edu-license-types > .navbar-header, #download-all > .navbar-header, #current-sketchup-pro > .navbar-header, #reseller-map .reseller-region--wrapper .region-inner > .navbar-header, #vpp .content-container > .navbar-header,
#vpp .image-container > .navbar-header, .pane-industry-page-images-panel-pane-7 .pane-content > .navbar-header, .pane-industry-page-images-panel-pane-8 .pane-content > .navbar-header, .pane-industry-page-images-panel-pane-6 .pane-content > .navbar-header, .pane-industry-page-images-panel-pane-4 .pane-content > .navbar-header, .tagline > .navbar-header, .industry-hero__content--wrapper > .navbar-header, .featurette--pdm .pane-content > .navbar-header,
.container > .navbar-collapse, .layout--sketchup--container > .navbar-collapse, #block-system-main > .node > .navbar-collapse, .education-landing-page--header .inner > .navbar-collapse, .edu-students-download-free-trial > .navbar-collapse, .edu-info-dump > .navbar-collapse, .edu-educators-info-dump .inner > .navbar-collapse, .edu-join-the-gang--container > .navbar-collapse, #edu-license-types > .navbar-collapse, #download-all > .navbar-collapse, #current-sketchup-pro > .navbar-collapse, #reseller-map .reseller-region--wrapper .region-inner > .navbar-collapse, #vpp .content-container > .navbar-collapse,
#vpp .image-container > .navbar-collapse, .pane-industry-page-images-panel-pane-7 .pane-content > .navbar-collapse, .pane-industry-page-images-panel-pane-8 .pane-content > .navbar-collapse, .pane-industry-page-images-panel-pane-6 .pane-content > .navbar-collapse, .pane-industry-page-images-panel-pane-4 .pane-content > .navbar-collapse, .tagline > .navbar-collapse, .industry-hero__content--wrapper > .navbar-collapse, .featurette--pdm .pane-content > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .layout--sketchup--container > .navbar-header, #block-system-main > .node > .navbar-header, .education-landing-page--header .inner > .navbar-header, .edu-students-download-free-trial > .navbar-header, .edu-info-dump > .navbar-header, .edu-educators-info-dump .inner > .navbar-header, .edu-join-the-gang--container > .navbar-header, #edu-license-types > .navbar-header, #download-all > .navbar-header, #current-sketchup-pro > .navbar-header, #reseller-map .reseller-region--wrapper .region-inner > .navbar-header, #vpp .content-container > .navbar-header,
    #vpp .image-container > .navbar-header, .pane-industry-page-images-panel-pane-7 .pane-content > .navbar-header, .pane-industry-page-images-panel-pane-8 .pane-content > .navbar-header, .pane-industry-page-images-panel-pane-6 .pane-content > .navbar-header, .pane-industry-page-images-panel-pane-4 .pane-content > .navbar-header, .tagline > .navbar-header, .industry-hero__content--wrapper > .navbar-header, .featurette--pdm .pane-content > .navbar-header,
    .container > .navbar-collapse, .layout--sketchup--container > .navbar-collapse, #block-system-main > .node > .navbar-collapse, .education-landing-page--header .inner > .navbar-collapse, .edu-students-download-free-trial > .navbar-collapse, .edu-info-dump > .navbar-collapse, .edu-educators-info-dump .inner > .navbar-collapse, .edu-join-the-gang--container > .navbar-collapse, #edu-license-types > .navbar-collapse, #download-all > .navbar-collapse, #current-sketchup-pro > .navbar-collapse, #reseller-map .reseller-region--wrapper .region-inner > .navbar-collapse, #vpp .content-container > .navbar-collapse,
    #vpp .image-container > .navbar-collapse, .pane-industry-page-images-panel-pane-7 .pane-content > .navbar-collapse, .pane-industry-page-images-panel-pane-8 .pane-content > .navbar-collapse, .pane-industry-page-images-panel-pane-6 .pane-content > .navbar-collapse, .pane-industry-page-images-panel-pane-4 .pane-content > .navbar-collapse, .tagline > .navbar-collapse, .industry-hero__content--wrapper > .navbar-collapse, .featurette--pdm .pane-content > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .layout--sketchup--container .navbar-brand, #block-system-main.navbar > .node .navbar-brand, .education-landing-page--header .navbar > .inner .navbar-brand, .navbar > .edu-students-download-free-trial .navbar-brand, .navbar > .edu-info-dump .navbar-brand, .edu-educators-info-dump .navbar > .inner .navbar-brand, .navbar > .edu-join-the-gang--container .navbar-brand, .navbar > #edu-license-types .navbar-brand, .navbar > #download-all .navbar-brand, .navbar > #current-sketchup-pro .navbar-brand, #reseller-map .reseller-region--wrapper .navbar > .region-inner .navbar-brand, #vpp .navbar > .content-container .navbar-brand,
    #vpp .navbar > .image-container .navbar-brand, .pane-industry-page-images-panel-pane-7 .navbar > .pane-content .navbar-brand, .pane-industry-page-images-panel-pane-8 .navbar > .pane-content .navbar-brand, .pane-industry-page-images-panel-pane-6 .navbar > .pane-content .navbar-brand, .pane-industry-page-images-panel-pane-4 .navbar > .pane-content .navbar-brand, .navbar > .tagline .navbar-brand, .navbar > .industry-hero__content--wrapper .navbar-brand, .featurette--pdm .navbar > .pane-content .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, #vpp .btn-group-sm > .navbar-btn.cta-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, #vpp .btn-group-xs > .navbar-btn.cta-btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #363545;
  border-color: black; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #D4D5D1;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #D4D5D1;
    background-color: #4d4b62; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #262531; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #4d4b62;
    color: #D4D5D1; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #D4D5D1;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #D4D5D1;
      background-color: #4d4b62; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #D4D5D1; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #D4D5D1; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #F3F3F7;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #e72b2d;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #b11416;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e72b2d;
    border-color: #e72b2d;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, #vpp .cta-btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #e72b2d; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #c81719; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #009AD9; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0076a6; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, #vpp .cta-btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, #vpp .btn-group-xs > .cta-btn .badge,
  .btn-group-xs > .btn .badge, #vpp
  .btn-group-xs > .cta-btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #e72b2d;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .layout--sketchup--container .jumbotron, #block-system-main > .node .jumbotron, .education-landing-page--header .inner .jumbotron, .edu-students-download-free-trial .jumbotron, .edu-info-dump .jumbotron, .edu-educators-info-dump .inner .jumbotron, .edu-join-the-gang--container .jumbotron, #edu-license-types .jumbotron, #download-all .jumbotron, #current-sketchup-pro .jumbotron, #reseller-map .reseller-region--wrapper .region-inner .jumbotron, #vpp .content-container .jumbotron,
  #vpp .image-container .jumbotron, .pane-industry-page-images-panel-pane-7 .pane-content .jumbotron, .pane-industry-page-images-panel-pane-8 .pane-content .jumbotron, .pane-industry-page-images-panel-pane-6 .pane-content .jumbotron, .pane-industry-page-images-panel-pane-4 .pane-content .jumbotron, .tagline .jumbotron, .industry-hero__content--wrapper .jumbotron, .featurette--pdm .pane-content .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0px; }
  .jumbotron .container, .jumbotron .layout--sketchup--container, .jumbotron #block-system-main > .node, .jumbotron .education-landing-page--header .inner, .education-landing-page--header .jumbotron .inner, .jumbotron .edu-students-download-free-trial, .jumbotron .edu-info-dump, .jumbotron .edu-educators-info-dump .inner, .edu-educators-info-dump .jumbotron .inner, .jumbotron .edu-join-the-gang--container, .jumbotron #edu-license-types, .jumbotron #download-all, .jumbotron #current-sketchup-pro, .jumbotron #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .jumbotron .region-inner, .jumbotron #vpp .content-container, #vpp .jumbotron .content-container, .jumbotron
  #vpp .image-container,
  #vpp .jumbotron .image-container, .jumbotron .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .jumbotron .pane-content, .jumbotron .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .jumbotron .pane-content, .jumbotron .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .jumbotron .pane-content, .jumbotron .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .jumbotron .pane-content, .jumbotron .tagline, .jumbotron .industry-hero__content--wrapper, .jumbotron .featurette--pdm .pane-content, .featurette--pdm .jumbotron .pane-content {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .layout--sketchup--container .jumbotron, #block-system-main > .node .jumbotron, .education-landing-page--header .inner .jumbotron, .edu-students-download-free-trial .jumbotron, .edu-info-dump .jumbotron, .edu-educators-info-dump .inner .jumbotron, .edu-join-the-gang--container .jumbotron, #edu-license-types .jumbotron, #download-all .jumbotron, #current-sketchup-pro .jumbotron, #reseller-map .reseller-region--wrapper .region-inner .jumbotron, #vpp .content-container .jumbotron,
      #vpp .image-container .jumbotron, .pane-industry-page-images-panel-pane-7 .pane-content .jumbotron, .pane-industry-page-images-panel-pane-8 .pane-content .jumbotron, .pane-industry-page-images-panel-pane-6 .pane-content .jumbotron, .pane-industry-page-images-panel-pane-4 .pane-content .jumbotron, .tagline .jumbotron, .industry-hero__content--wrapper .jumbotron, .featurette--pdm .pane-content .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #e72b2d; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #973d3b; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #e72b2d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #009AD9; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #e72b2d;
  border-color: #e72b2d; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fce2e3; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #e72b2d; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #e72b2d;
    border-color: #e72b2d; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e72b2d; }
    .panel-primary > .panel-heading .badge {
      color: #e72b2d;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e72b2d; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #a94442; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #a94442; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #a94442; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well, .download-page--business-side {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote, .download-page--business-side blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer #vpp .cta-btn + .btn, #vpp .modal-footer .cta-btn + .btn, .modal-footer #vpp .btn + .cta-btn, #vpp .modal-footer .btn + .cta-btn, .modal-footer #vpp .cta-btn + .cta-btn, #vpp .modal-footer .cta-btn + .cta-btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group #vpp .cta-btn + .btn, #vpp .modal-footer .btn-group .cta-btn + .btn, .modal-footer .btn-group #vpp .btn + .cta-btn, #vpp .modal-footer .btn-group .btn + .cta-btn, .modal-footer .btn-group #vpp .cta-btn + .cta-btn, #vpp .modal-footer .btn-group .cta-btn + .cta-btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right, .flex-direction-nav li a.tooltip.next {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left, .flex-direction-nav li a.tooltip.prev {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow, .flex-direction-nav li a.tooltip.next .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow, .flex-direction-nav li a.tooltip.prev .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right, .flex-direction-nav li a.popover.next {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left, .flex-direction-nav li a.popover.prev {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow, .flex-direction-nav li a.popover.next > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after, .flex-direction-nav li a.popover.next > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow, .flex-direction-nav li a.popover.prev > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after, .flex-direction-nav li a.popover.prev > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right, .flex-direction-nav li .carousel-inner > a.item.active.next {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left, .flex-direction-nav li .carousel-inner > a.item.active.prev {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .flex-direction-nav li .carousel-inner > a.item.next.prev, .carousel-inner > .item.prev.right, .flex-direction-nav li .carousel-inner > a.item.prev.next, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .flex-direction-nav li .carousel-inner > a.next.prev,
  .carousel-inner > .prev.right, .flex-direction-nav li
  .carousel-inner > a.prev.next {
    left: 0; }
  .carousel-inner > .active.left, .flex-direction-nav li .carousel-inner > a.active.prev {
    left: -100%; }
  .carousel-inner > .active.right, .flex-direction-nav li .carousel-inner > a.active.next {
    left: 100%; }

.carousel-control, .flex-direction-nav li a.prev, .flex-direction-nav li a.next {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left, .flex-direction-nav li a.prev, .flex-direction-nav li a.left.next {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right, .flex-direction-nav li a.right.prev, .flex-direction-nav li a.next {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .flex-direction-nav li a.prev:hover, .flex-direction-nav li a.next:hover, .carousel-control:focus, .flex-direction-nav li a.prev:focus, .flex-direction-nav li a.next:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev, .flex-direction-nav li a.prev .icon-prev, .flex-direction-nav li a.next .icon-prev,
  .carousel-control .icon-next, .flex-direction-nav li a.prev .icon-next, .flex-direction-nav li a.next .icon-next,
  .carousel-control .glyphicon-chevron-left, .flex-direction-nav li a.prev .glyphicon-chevron-left, .flex-direction-nav li a.next .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right, .flex-direction-nav li a.prev .glyphicon-chevron-right, .flex-direction-nav li a.next .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev, .flex-direction-nav li a.prev .icon-prev, .flex-direction-nav li a.next .icon-prev,
  .carousel-control .glyphicon-chevron-left, .flex-direction-nav li a.prev .glyphicon-chevron-left, .flex-direction-nav li a.next .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next, .flex-direction-nav li a.prev .icon-next, .flex-direction-nav li a.next .icon-next,
  .carousel-control .glyphicon-chevron-right, .flex-direction-nav li a.prev .glyphicon-chevron-right, .flex-direction-nav li a.next .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev, .flex-direction-nav li a.prev .icon-prev, .flex-direction-nav li a.next .icon-prev,
  .carousel-control .icon-next, .flex-direction-nav li a.prev .icon-next, .flex-direction-nav li a.next .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before, .flex-direction-nav li a.prev .icon-prev:before, .flex-direction-nav li a.next .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before, .flex-direction-nav li a.prev .icon-next:before, .flex-direction-nav li a.next .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption #vpp .cta-btn, #vpp .carousel-caption .cta-btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .flex-direction-nav li a.prev .glyphicon-chevron-left, .flex-direction-nav li a.next .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right, .flex-direction-nav li a.prev .glyphicon-chevron-right, .flex-direction-nav li a.next .glyphicon-chevron-right,
  .carousel-control .icon-prev, .flex-direction-nav li a.prev .icon-prev, .flex-direction-nav li a.next .icon-prev,
  .carousel-control .icon-next, .flex-direction-nav li a.prev .icon-next, .flex-direction-nav li a.next .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .flex-direction-nav li a.prev .glyphicon-chevron-left, .flex-direction-nav li a.next .glyphicon-chevron-left,
  .carousel-control .icon-prev, .flex-direction-nav li a.prev .icon-prev, .flex-direction-nav li a.next .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .flex-direction-nav li a.prev .glyphicon-chevron-right, .flex-direction-nav li a.next .glyphicon-chevron-right,
  .carousel-control .icon-next, .flex-direction-nav li a.prev .icon-next, .flex-direction-nav li a.next .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html.overlay-open .navbar-fixed-top {
  z-index: 400; }

html.js fieldset.collapsed {
  height: auto; }

html.js input.form-autocomplete {
  background-image: none; }

body {
  position: relative; }
  body.admin-expanded.admin-vertical.admin-nw .navbar,
  body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px; }
  body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important; }
  body.toolbar {
    padding-top: 30px !important; }
    body.toolbar .navbar-fixed-top {
      top: 30px; }
    body.toolbar.navbar-is-fixed-top {
      padding-top: 94px !important; }
  body.toolbar-drawer {
    padding-top: 64px !important; }
    body.toolbar-drawer .navbar-fixed-top {
      top: 64px; }
    body.toolbar-drawer.navbar-is-fixed-top {
      padding-top: 128px !important; }
  body.admin-menu .navbar-fixed-top {
    top: 29px; }
  body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important; }
  body div#admin-toolbar {
    z-index: 1600; }
  body #toolbar, body #admin-menu, body #admin-toolbar {
    box-shadow: none; }
  body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600; }
    body #admin-menu .dropdown li {
      line-height: normal; }

.navbar.container, .navbar.layout--sketchup--container, #block-system-main > .navbar.node, .education-landing-page--header .navbar.inner, .navbar.edu-students-download-free-trial, .navbar.edu-info-dump, .edu-educators-info-dump .navbar.inner, .navbar.edu-join-the-gang--container, .navbar#edu-license-types, .navbar#download-all, .navbar#current-sketchup-pro, #reseller-map .reseller-region--wrapper .navbar.region-inner, #vpp .navbar.content-container,
#vpp .navbar.image-container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content, .pane-industry-page-images-panel-pane-8 .navbar.pane-content, .pane-industry-page-images-panel-pane-6 .navbar.pane-content, .pane-industry-page-images-panel-pane-4 .navbar.pane-content, .navbar.tagline, .navbar.industry-hero__content--wrapper, .featurette--pdm .navbar.pane-content {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .navbar.container, .navbar.layout--sketchup--container, #block-system-main > .navbar.node, .education-landing-page--header .navbar.inner, .navbar.edu-students-download-free-trial, .navbar.edu-info-dump, .edu-educators-info-dump .navbar.inner, .navbar.edu-join-the-gang--container, .navbar#edu-license-types, .navbar#download-all, .navbar#current-sketchup-pro, #reseller-map .reseller-region--wrapper .navbar.region-inner, #vpp .navbar.content-container,
    #vpp .navbar.image-container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content, .pane-industry-page-images-panel-pane-8 .navbar.pane-content, .pane-industry-page-images-panel-pane-6 .navbar.pane-content, .pane-industry-page-images-panel-pane-4 .navbar.pane-content, .navbar.tagline, .navbar.industry-hero__content--wrapper, .featurette--pdm .navbar.pane-content {
      max-width: 720px; } }
  @media screen and (min-width: 992px) {
    .navbar.container, .navbar.layout--sketchup--container, #block-system-main > .navbar.node, .education-landing-page--header .navbar.inner, .navbar.edu-students-download-free-trial, .navbar.edu-info-dump, .edu-educators-info-dump .navbar.inner, .navbar.edu-join-the-gang--container, .navbar#edu-license-types, .navbar#download-all, .navbar#current-sketchup-pro, #reseller-map .reseller-region--wrapper .navbar.region-inner, #vpp .navbar.content-container,
    #vpp .navbar.image-container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content, .pane-industry-page-images-panel-pane-8 .navbar.pane-content, .pane-industry-page-images-panel-pane-6 .navbar.pane-content, .pane-industry-page-images-panel-pane-4 .navbar.pane-content, .navbar.tagline, .navbar.industry-hero__content--wrapper, .featurette--pdm .navbar.pane-content {
      max-width: 940px; } }
  @media screen and (min-width: 1200px) {
    .navbar.container, .navbar.layout--sketchup--container, #block-system-main > .navbar.node, .education-landing-page--header .navbar.inner, .navbar.edu-students-download-free-trial, .navbar.edu-info-dump, .edu-educators-info-dump .navbar.inner, .navbar.edu-join-the-gang--container, .navbar#edu-license-types, .navbar#download-all, .navbar#current-sketchup-pro, #reseller-map .reseller-region--wrapper .navbar.region-inner, #vpp .navbar.content-container,
    #vpp .navbar.image-container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content, .pane-industry-page-images-panel-pane-8 .navbar.pane-content, .pane-industry-page-images-panel-pane-6 .navbar.pane-content, .pane-industry-page-images-panel-pane-4 .navbar.pane-content, .navbar.tagline, .navbar.industry-hero__content--wrapper, .featurette--pdm .navbar.pane-content {
      max-width: 1140px; } }
  .navbar.container > .container, .navbar.layout--sketchup--container > .container, #block-system-main > .navbar.node > .container, .education-landing-page--header .navbar.inner > .container, .navbar.edu-students-download-free-trial > .container, .navbar.edu-info-dump > .container, .edu-educators-info-dump .navbar.inner > .container, .navbar.edu-join-the-gang--container > .container, .navbar#edu-license-types > .container, .navbar#download-all > .container, .navbar#current-sketchup-pro > .container, #reseller-map .reseller-region--wrapper .navbar.region-inner > .container, #vpp .navbar.content-container > .container,
  #vpp .navbar.image-container > .container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .container, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .container, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .container, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .container, .navbar.tagline > .container, .navbar.industry-hero__content--wrapper > .container, .featurette--pdm .navbar.pane-content > .container, .navbar.container > .layout--sketchup--container, .navbar.layout--sketchup--container > .layout--sketchup--container, #block-system-main > .navbar.node > .layout--sketchup--container, .education-landing-page--header .navbar.inner > .layout--sketchup--container, .navbar.edu-students-download-free-trial > .layout--sketchup--container, .navbar.edu-info-dump > .layout--sketchup--container, .edu-educators-info-dump .navbar.inner > .layout--sketchup--container, .navbar.edu-join-the-gang--container > .layout--sketchup--container, .navbar#edu-license-types > .layout--sketchup--container, .navbar#download-all > .layout--sketchup--container, .navbar#current-sketchup-pro > .layout--sketchup--container, #reseller-map .reseller-region--wrapper .navbar.region-inner > .layout--sketchup--container, #vpp .navbar.content-container > .layout--sketchup--container,
  #vpp .navbar.image-container > .layout--sketchup--container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .layout--sketchup--container, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .layout--sketchup--container, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .layout--sketchup--container, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .layout--sketchup--container, .navbar.tagline > .layout--sketchup--container, .navbar.industry-hero__content--wrapper > .layout--sketchup--container, .featurette--pdm .navbar.pane-content > .layout--sketchup--container, #block-system-main.navbar.container > .node, #block-system-main.navbar.layout--sketchup--container > .node, #block-system-main > #block-system-main.navbar.node > .node, .education-landing-page--header #block-system-main.navbar.inner > .node, #block-system-main.navbar.edu-students-download-free-trial > .node, #block-system-main.navbar.edu-info-dump > .node, .edu-educators-info-dump #block-system-main.navbar.inner > .node, #block-system-main.navbar.edu-join-the-gang--container > .node, #reseller-map .reseller-region--wrapper #block-system-main.navbar.region-inner > .node, #vpp #block-system-main.navbar.content-container > .node,
  #vpp #block-system-main.navbar.image-container > .node, .pane-industry-page-images-panel-pane-7 #block-system-main.navbar.pane-content > .node, .pane-industry-page-images-panel-pane-8 #block-system-main.navbar.pane-content > .node, .pane-industry-page-images-panel-pane-6 #block-system-main.navbar.pane-content > .node, .pane-industry-page-images-panel-pane-4 #block-system-main.navbar.pane-content > .node, #block-system-main.navbar.tagline > .node, #block-system-main.navbar.industry-hero__content--wrapper > .node, .featurette--pdm #block-system-main.navbar.pane-content > .node, .education-landing-page--header .navbar.container > .inner, .education-landing-page--header .navbar.layout--sketchup--container > .inner, .education-landing-page--header #block-system-main > .navbar.node > .inner, .education-landing-page--header .navbar.inner > .inner, .education-landing-page--header .navbar.edu-students-download-free-trial > .inner, .education-landing-page--header .navbar.edu-info-dump > .inner, .edu-educators-info-dump .education-landing-page--header .navbar.inner > .inner, .education-landing-page--header .edu-educators-info-dump .navbar.inner > .inner, .education-landing-page--header .navbar.edu-join-the-gang--container > .inner, .education-landing-page--header .navbar#edu-license-types > .inner, .education-landing-page--header .navbar#download-all > .inner, .education-landing-page--header .navbar#current-sketchup-pro > .inner, #reseller-map .reseller-region--wrapper .education-landing-page--header .navbar.region-inner > .inner, .education-landing-page--header #reseller-map .reseller-region--wrapper .navbar.region-inner > .inner, #vpp .education-landing-page--header .navbar.content-container > .inner, .education-landing-page--header #vpp .navbar.content-container > .inner,
  #vpp .education-landing-page--header .navbar.image-container > .inner, .education-landing-page--header
  #vpp .navbar.image-container > .inner, .pane-industry-page-images-panel-pane-7 .education-landing-page--header .navbar.pane-content > .inner, .education-landing-page--header .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .inner, .pane-industry-page-images-panel-pane-8 .education-landing-page--header .navbar.pane-content > .inner, .education-landing-page--header .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .inner, .pane-industry-page-images-panel-pane-6 .education-landing-page--header .navbar.pane-content > .inner, .education-landing-page--header .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .inner, .pane-industry-page-images-panel-pane-4 .education-landing-page--header .navbar.pane-content > .inner, .education-landing-page--header .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .inner, .education-landing-page--header .navbar.tagline > .inner, .education-landing-page--header .navbar.industry-hero__content--wrapper > .inner, .featurette--pdm .education-landing-page--header .navbar.pane-content > .inner, .education-landing-page--header .featurette--pdm .navbar.pane-content > .inner, .navbar.container > .edu-students-download-free-trial, .navbar.layout--sketchup--container > .edu-students-download-free-trial, #block-system-main > .navbar.node > .edu-students-download-free-trial, .education-landing-page--header .navbar.inner > .edu-students-download-free-trial, .navbar.edu-students-download-free-trial > .edu-students-download-free-trial, .navbar.edu-info-dump > .edu-students-download-free-trial, .edu-educators-info-dump .navbar.inner > .edu-students-download-free-trial, .navbar.edu-join-the-gang--container > .edu-students-download-free-trial, .navbar#edu-license-types > .edu-students-download-free-trial, .navbar#download-all > .edu-students-download-free-trial, .navbar#current-sketchup-pro > .edu-students-download-free-trial, #reseller-map .reseller-region--wrapper .navbar.region-inner > .edu-students-download-free-trial, #vpp .navbar.content-container > .edu-students-download-free-trial,
  #vpp .navbar.image-container > .edu-students-download-free-trial, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .edu-students-download-free-trial, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .edu-students-download-free-trial, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .edu-students-download-free-trial, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .edu-students-download-free-trial, .navbar.tagline > .edu-students-download-free-trial, .navbar.industry-hero__content--wrapper > .edu-students-download-free-trial, .featurette--pdm .navbar.pane-content > .edu-students-download-free-trial, .navbar.container > .edu-info-dump, .navbar.layout--sketchup--container > .edu-info-dump, #block-system-main > .navbar.node > .edu-info-dump, .education-landing-page--header .navbar.inner > .edu-info-dump, .navbar.edu-students-download-free-trial > .edu-info-dump, .navbar.edu-info-dump > .edu-info-dump, .edu-educators-info-dump .navbar.inner > .edu-info-dump, .navbar.edu-join-the-gang--container > .edu-info-dump, .navbar#edu-license-types > .edu-info-dump, .navbar#download-all > .edu-info-dump, .navbar#current-sketchup-pro > .edu-info-dump, #reseller-map .reseller-region--wrapper .navbar.region-inner > .edu-info-dump, #vpp .navbar.content-container > .edu-info-dump,
  #vpp .navbar.image-container > .edu-info-dump, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .edu-info-dump, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .edu-info-dump, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .edu-info-dump, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .edu-info-dump, .navbar.tagline > .edu-info-dump, .navbar.industry-hero__content--wrapper > .edu-info-dump, .featurette--pdm .navbar.pane-content > .edu-info-dump, .edu-educators-info-dump .navbar.container > .inner, .edu-educators-info-dump .navbar.layout--sketchup--container > .inner, .edu-educators-info-dump #block-system-main > .navbar.node > .inner, .education-landing-page--header .edu-educators-info-dump .navbar.inner > .inner, .edu-educators-info-dump .education-landing-page--header .navbar.inner > .inner, .edu-educators-info-dump .navbar.edu-students-download-free-trial > .inner, .edu-educators-info-dump .navbar.edu-info-dump > .inner, .edu-educators-info-dump .navbar.inner > .inner, .edu-educators-info-dump .navbar.edu-join-the-gang--container > .inner, .edu-educators-info-dump .navbar#edu-license-types > .inner, .edu-educators-info-dump .navbar#download-all > .inner, .edu-educators-info-dump .navbar#current-sketchup-pro > .inner, #reseller-map .reseller-region--wrapper .edu-educators-info-dump .navbar.region-inner > .inner, .edu-educators-info-dump #reseller-map .reseller-region--wrapper .navbar.region-inner > .inner, #vpp .edu-educators-info-dump .navbar.content-container > .inner, .edu-educators-info-dump #vpp .navbar.content-container > .inner,
  #vpp .edu-educators-info-dump .navbar.image-container > .inner, .edu-educators-info-dump
  #vpp .navbar.image-container > .inner, .pane-industry-page-images-panel-pane-7 .edu-educators-info-dump .navbar.pane-content > .inner, .edu-educators-info-dump .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .inner, .pane-industry-page-images-panel-pane-8 .edu-educators-info-dump .navbar.pane-content > .inner, .edu-educators-info-dump .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .inner, .pane-industry-page-images-panel-pane-6 .edu-educators-info-dump .navbar.pane-content > .inner, .edu-educators-info-dump .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .inner, .pane-industry-page-images-panel-pane-4 .edu-educators-info-dump .navbar.pane-content > .inner, .edu-educators-info-dump .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .inner, .edu-educators-info-dump .navbar.tagline > .inner, .edu-educators-info-dump .navbar.industry-hero__content--wrapper > .inner, .featurette--pdm .edu-educators-info-dump .navbar.pane-content > .inner, .edu-educators-info-dump .featurette--pdm .navbar.pane-content > .inner, .navbar.container > .edu-join-the-gang--container, .navbar.layout--sketchup--container > .edu-join-the-gang--container, #block-system-main > .navbar.node > .edu-join-the-gang--container, .education-landing-page--header .navbar.inner > .edu-join-the-gang--container, .navbar.edu-students-download-free-trial > .edu-join-the-gang--container, .navbar.edu-info-dump > .edu-join-the-gang--container, .edu-educators-info-dump .navbar.inner > .edu-join-the-gang--container, .navbar.edu-join-the-gang--container > .edu-join-the-gang--container, .navbar#edu-license-types > .edu-join-the-gang--container, .navbar#download-all > .edu-join-the-gang--container, .navbar#current-sketchup-pro > .edu-join-the-gang--container, #reseller-map .reseller-region--wrapper .navbar.region-inner > .edu-join-the-gang--container, #vpp .navbar.content-container > .edu-join-the-gang--container,
  #vpp .navbar.image-container > .edu-join-the-gang--container, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .edu-join-the-gang--container, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .edu-join-the-gang--container, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .edu-join-the-gang--container, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .edu-join-the-gang--container, .navbar.tagline > .edu-join-the-gang--container, .navbar.industry-hero__content--wrapper > .edu-join-the-gang--container, .featurette--pdm .navbar.pane-content > .edu-join-the-gang--container, .navbar.container > #edu-license-types, .navbar.layout--sketchup--container > #edu-license-types, #block-system-main > .navbar.node > #edu-license-types, .education-landing-page--header .navbar.inner > #edu-license-types, .navbar.edu-students-download-free-trial > #edu-license-types, .navbar.edu-info-dump > #edu-license-types, .edu-educators-info-dump .navbar.inner > #edu-license-types, .navbar.edu-join-the-gang--container > #edu-license-types, .navbar#edu-license-types > #edu-license-types, .navbar#download-all > #edu-license-types, .navbar#current-sketchup-pro > #edu-license-types, #reseller-map .reseller-region--wrapper .navbar.region-inner > #edu-license-types, #vpp .navbar.content-container > #edu-license-types,
  #vpp .navbar.image-container > #edu-license-types, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > #edu-license-types, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > #edu-license-types, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > #edu-license-types, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > #edu-license-types, .navbar.tagline > #edu-license-types, .navbar.industry-hero__content--wrapper > #edu-license-types, .featurette--pdm .navbar.pane-content > #edu-license-types, .navbar.container > #download-all, .navbar.layout--sketchup--container > #download-all, #block-system-main > .navbar.node > #download-all, .education-landing-page--header .navbar.inner > #download-all, .navbar.edu-students-download-free-trial > #download-all, .navbar.edu-info-dump > #download-all, .edu-educators-info-dump .navbar.inner > #download-all, .navbar.edu-join-the-gang--container > #download-all, .navbar#edu-license-types > #download-all, .navbar#download-all > #download-all, .navbar#current-sketchup-pro > #download-all, #reseller-map .reseller-region--wrapper .navbar.region-inner > #download-all, #vpp .navbar.content-container > #download-all,
  #vpp .navbar.image-container > #download-all, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > #download-all, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > #download-all, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > #download-all, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > #download-all, .navbar.tagline > #download-all, .navbar.industry-hero__content--wrapper > #download-all, .featurette--pdm .navbar.pane-content > #download-all, .navbar.container > #current-sketchup-pro, .navbar.layout--sketchup--container > #current-sketchup-pro, #block-system-main > .navbar.node > #current-sketchup-pro, .education-landing-page--header .navbar.inner > #current-sketchup-pro, .navbar.edu-students-download-free-trial > #current-sketchup-pro, .navbar.edu-info-dump > #current-sketchup-pro, .edu-educators-info-dump .navbar.inner > #current-sketchup-pro, .navbar.edu-join-the-gang--container > #current-sketchup-pro, .navbar#edu-license-types > #current-sketchup-pro, .navbar#download-all > #current-sketchup-pro, .navbar#current-sketchup-pro > #current-sketchup-pro, #reseller-map .reseller-region--wrapper .navbar.region-inner > #current-sketchup-pro, #vpp .navbar.content-container > #current-sketchup-pro,
  #vpp .navbar.image-container > #current-sketchup-pro, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > #current-sketchup-pro, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > #current-sketchup-pro, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > #current-sketchup-pro, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > #current-sketchup-pro, .navbar.tagline > #current-sketchup-pro, .navbar.industry-hero__content--wrapper > #current-sketchup-pro, .featurette--pdm .navbar.pane-content > #current-sketchup-pro, #reseller-map .reseller-region--wrapper .navbar.container > .region-inner, #reseller-map .reseller-region--wrapper .navbar.layout--sketchup--container > .region-inner, #reseller-map .reseller-region--wrapper #block-system-main > .navbar.node > .region-inner, .education-landing-page--header #reseller-map .reseller-region--wrapper .navbar.inner > .region-inner, #reseller-map .reseller-region--wrapper .education-landing-page--header .navbar.inner > .region-inner, #reseller-map .reseller-region--wrapper .navbar.edu-students-download-free-trial > .region-inner, #reseller-map .reseller-region--wrapper .navbar.edu-info-dump > .region-inner, .edu-educators-info-dump #reseller-map .reseller-region--wrapper .navbar.inner > .region-inner, #reseller-map .reseller-region--wrapper .edu-educators-info-dump .navbar.inner > .region-inner, #reseller-map .reseller-region--wrapper .navbar.edu-join-the-gang--container > .region-inner, #reseller-map .reseller-region--wrapper .navbar#edu-license-types > .region-inner, #reseller-map .reseller-region--wrapper .navbar#download-all > .region-inner, #reseller-map .reseller-region--wrapper .navbar#current-sketchup-pro > .region-inner, #reseller-map .reseller-region--wrapper .navbar.region-inner > .region-inner, #vpp #reseller-map .reseller-region--wrapper .navbar.content-container > .region-inner, #reseller-map .reseller-region--wrapper #vpp .navbar.content-container > .region-inner,
  #vpp #reseller-map .reseller-region--wrapper .navbar.image-container > .region-inner, #reseller-map .reseller-region--wrapper
  #vpp .navbar.image-container > .region-inner, .pane-industry-page-images-panel-pane-7 #reseller-map .reseller-region--wrapper .navbar.pane-content > .region-inner, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .region-inner, .pane-industry-page-images-panel-pane-8 #reseller-map .reseller-region--wrapper .navbar.pane-content > .region-inner, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .region-inner, .pane-industry-page-images-panel-pane-6 #reseller-map .reseller-region--wrapper .navbar.pane-content > .region-inner, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .region-inner, .pane-industry-page-images-panel-pane-4 #reseller-map .reseller-region--wrapper .navbar.pane-content > .region-inner, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .region-inner, #reseller-map .reseller-region--wrapper .navbar.tagline > .region-inner, #reseller-map .reseller-region--wrapper .navbar.industry-hero__content--wrapper > .region-inner, .featurette--pdm #reseller-map .reseller-region--wrapper .navbar.pane-content > .region-inner, #reseller-map .reseller-region--wrapper .featurette--pdm .navbar.pane-content > .region-inner, #vpp .navbar.container > .content-container, #vpp .navbar.layout--sketchup--container > .content-container, #vpp #block-system-main > .navbar.node > .content-container, .education-landing-page--header #vpp .navbar.inner > .content-container, #vpp .education-landing-page--header .navbar.inner > .content-container, #vpp .navbar.edu-students-download-free-trial > .content-container, #vpp .navbar.edu-info-dump > .content-container, .edu-educators-info-dump #vpp .navbar.inner > .content-container, #vpp .edu-educators-info-dump .navbar.inner > .content-container, #vpp .navbar.edu-join-the-gang--container > .content-container, #vpp .navbar#edu-license-types > .content-container, #vpp .navbar#download-all > .content-container, #vpp .navbar#current-sketchup-pro > .content-container, #reseller-map .reseller-region--wrapper #vpp .navbar.region-inner > .content-container, #vpp #reseller-map .reseller-region--wrapper .navbar.region-inner > .content-container, #vpp .navbar.content-container > .content-container, #vpp .navbar.image-container > .content-container, .pane-industry-page-images-panel-pane-7 #vpp .navbar.pane-content > .content-container, #vpp .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .content-container, .pane-industry-page-images-panel-pane-8 #vpp .navbar.pane-content > .content-container, #vpp .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .content-container, .pane-industry-page-images-panel-pane-6 #vpp .navbar.pane-content > .content-container, #vpp .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .content-container, .pane-industry-page-images-panel-pane-4 #vpp .navbar.pane-content > .content-container, #vpp .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .content-container, #vpp .navbar.tagline > .content-container, #vpp .navbar.industry-hero__content--wrapper > .content-container, .featurette--pdm #vpp .navbar.pane-content > .content-container, #vpp .featurette--pdm .navbar.pane-content > .content-container,
  #vpp .navbar.container > .image-container,
  #vpp .navbar.layout--sketchup--container > .image-container,
  #vpp #block-system-main > .navbar.node > .image-container, .education-landing-page--header
  #vpp .navbar.inner > .image-container,
  #vpp .education-landing-page--header .navbar.inner > .image-container,
  #vpp .navbar.edu-students-download-free-trial > .image-container,
  #vpp .navbar.edu-info-dump > .image-container, .edu-educators-info-dump
  #vpp .navbar.inner > .image-container,
  #vpp .edu-educators-info-dump .navbar.inner > .image-container,
  #vpp .navbar.edu-join-the-gang--container > .image-container,
  #vpp .navbar#edu-license-types > .image-container,
  #vpp .navbar#download-all > .image-container,
  #vpp .navbar#current-sketchup-pro > .image-container, #reseller-map .reseller-region--wrapper
  #vpp .navbar.region-inner > .image-container,
  #vpp #reseller-map .reseller-region--wrapper .navbar.region-inner > .image-container, #vpp .navbar.content-container > .image-container, #vpp .navbar.image-container > .image-container, .pane-industry-page-images-panel-pane-7
  #vpp .navbar.pane-content > .image-container,
  #vpp .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .image-container, .pane-industry-page-images-panel-pane-8
  #vpp .navbar.pane-content > .image-container,
  #vpp .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .image-container, .pane-industry-page-images-panel-pane-6
  #vpp .navbar.pane-content > .image-container,
  #vpp .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .image-container, .pane-industry-page-images-panel-pane-4
  #vpp .navbar.pane-content > .image-container,
  #vpp .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .image-container,
  #vpp .navbar.tagline > .image-container,
  #vpp .navbar.industry-hero__content--wrapper > .image-container, .featurette--pdm
  #vpp .navbar.pane-content > .image-container,
  #vpp .featurette--pdm .navbar.pane-content > .image-container, .pane-industry-page-images-panel-pane-7 .navbar.container > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.layout--sketchup--container > .pane-content, .pane-industry-page-images-panel-pane-7 #block-system-main > .navbar.node > .pane-content, .education-landing-page--header .pane-industry-page-images-panel-pane-7 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-7 .education-landing-page--header .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.edu-students-download-free-trial > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.edu-info-dump > .pane-content, .edu-educators-info-dump .pane-industry-page-images-panel-pane-7 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-7 .edu-educators-info-dump .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.edu-join-the-gang--container > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar#edu-license-types > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar#download-all > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar#current-sketchup-pro > .pane-content, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-7 .navbar.region-inner > .pane-content, .pane-industry-page-images-panel-pane-7 #reseller-map .reseller-region--wrapper .navbar.region-inner > .pane-content, #vpp .pane-industry-page-images-panel-pane-7 .navbar.content-container > .pane-content, .pane-industry-page-images-panel-pane-7 #vpp .navbar.content-container > .pane-content,
  #vpp .pane-industry-page-images-panel-pane-7 .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-7
  #vpp .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-7 .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-7 .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-7 .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.tagline > .pane-content, .pane-industry-page-images-panel-pane-7 .navbar.industry-hero__content--wrapper > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-7 .featurette--pdm .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.container > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.layout--sketchup--container > .pane-content, .pane-industry-page-images-panel-pane-8 #block-system-main > .navbar.node > .pane-content, .education-landing-page--header .pane-industry-page-images-panel-pane-8 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-8 .education-landing-page--header .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.edu-students-download-free-trial > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.edu-info-dump > .pane-content, .edu-educators-info-dump .pane-industry-page-images-panel-pane-8 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-8 .edu-educators-info-dump .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.edu-join-the-gang--container > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar#edu-license-types > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar#download-all > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar#current-sketchup-pro > .pane-content, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-8 .navbar.region-inner > .pane-content, .pane-industry-page-images-panel-pane-8 #reseller-map .reseller-region--wrapper .navbar.region-inner > .pane-content, #vpp .pane-industry-page-images-panel-pane-8 .navbar.content-container > .pane-content, .pane-industry-page-images-panel-pane-8 #vpp .navbar.content-container > .pane-content,
  #vpp .pane-industry-page-images-panel-pane-8 .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-8
  #vpp .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-7 .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.tagline > .pane-content, .pane-industry-page-images-panel-pane-8 .navbar.industry-hero__content--wrapper > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .featurette--pdm .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.container > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.layout--sketchup--container > .pane-content, .pane-industry-page-images-panel-pane-6 #block-system-main > .navbar.node > .pane-content, .education-landing-page--header .pane-industry-page-images-panel-pane-6 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-6 .education-landing-page--header .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.edu-students-download-free-trial > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.edu-info-dump > .pane-content, .edu-educators-info-dump .pane-industry-page-images-panel-pane-6 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-6 .edu-educators-info-dump .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.edu-join-the-gang--container > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar#edu-license-types > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar#download-all > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar#current-sketchup-pro > .pane-content, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-6 .navbar.region-inner > .pane-content, .pane-industry-page-images-panel-pane-6 #reseller-map .reseller-region--wrapper .navbar.region-inner > .pane-content, #vpp .pane-industry-page-images-panel-pane-6 .navbar.content-container > .pane-content, .pane-industry-page-images-panel-pane-6 #vpp .navbar.content-container > .pane-content,
  #vpp .pane-industry-page-images-panel-pane-6 .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-6
  #vpp .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-7 .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.tagline > .pane-content, .pane-industry-page-images-panel-pane-6 .navbar.industry-hero__content--wrapper > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .featurette--pdm .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.container > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.layout--sketchup--container > .pane-content, .pane-industry-page-images-panel-pane-4 #block-system-main > .navbar.node > .pane-content, .education-landing-page--header .pane-industry-page-images-panel-pane-4 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-4 .education-landing-page--header .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.edu-students-download-free-trial > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.edu-info-dump > .pane-content, .edu-educators-info-dump .pane-industry-page-images-panel-pane-4 .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-4 .edu-educators-info-dump .navbar.inner > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.edu-join-the-gang--container > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar#edu-license-types > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar#download-all > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar#current-sketchup-pro > .pane-content, #reseller-map .reseller-region--wrapper .pane-industry-page-images-panel-pane-4 .navbar.region-inner > .pane-content, .pane-industry-page-images-panel-pane-4 #reseller-map .reseller-region--wrapper .navbar.region-inner > .pane-content, #vpp .pane-industry-page-images-panel-pane-4 .navbar.content-container > .pane-content, .pane-industry-page-images-panel-pane-4 #vpp .navbar.content-container > .pane-content,
  #vpp .pane-industry-page-images-panel-pane-4 .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-4
  #vpp .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-7 .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.tagline > .pane-content, .pane-industry-page-images-panel-pane-4 .navbar.industry-hero__content--wrapper > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .featurette--pdm .navbar.pane-content > .pane-content, .navbar.container > .tagline, .navbar.layout--sketchup--container > .tagline, #block-system-main > .navbar.node > .tagline, .education-landing-page--header .navbar.inner > .tagline, .navbar.edu-students-download-free-trial > .tagline, .navbar.edu-info-dump > .tagline, .edu-educators-info-dump .navbar.inner > .tagline, .navbar.edu-join-the-gang--container > .tagline, .navbar#edu-license-types > .tagline, .navbar#download-all > .tagline, .navbar#current-sketchup-pro > .tagline, #reseller-map .reseller-region--wrapper .navbar.region-inner > .tagline, #vpp .navbar.content-container > .tagline,
  #vpp .navbar.image-container > .tagline, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .tagline, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .tagline, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .tagline, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .tagline, .navbar.tagline > .tagline, .navbar.industry-hero__content--wrapper > .tagline, .featurette--pdm .navbar.pane-content > .tagline, .navbar.container > .industry-hero__content--wrapper, .navbar.layout--sketchup--container > .industry-hero__content--wrapper, #block-system-main > .navbar.node > .industry-hero__content--wrapper, .education-landing-page--header .navbar.inner > .industry-hero__content--wrapper, .navbar.edu-students-download-free-trial > .industry-hero__content--wrapper, .navbar.edu-info-dump > .industry-hero__content--wrapper, .edu-educators-info-dump .navbar.inner > .industry-hero__content--wrapper, .navbar.edu-join-the-gang--container > .industry-hero__content--wrapper, .navbar#edu-license-types > .industry-hero__content--wrapper, .navbar#download-all > .industry-hero__content--wrapper, .navbar#current-sketchup-pro > .industry-hero__content--wrapper, #reseller-map .reseller-region--wrapper .navbar.region-inner > .industry-hero__content--wrapper, #vpp .navbar.content-container > .industry-hero__content--wrapper,
  #vpp .navbar.image-container > .industry-hero__content--wrapper, .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .industry-hero__content--wrapper, .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .industry-hero__content--wrapper, .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .industry-hero__content--wrapper, .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .industry-hero__content--wrapper, .navbar.tagline > .industry-hero__content--wrapper, .navbar.industry-hero__content--wrapper > .industry-hero__content--wrapper, .featurette--pdm .navbar.pane-content > .industry-hero__content--wrapper, .featurette--pdm .navbar.container > .pane-content, .featurette--pdm .navbar.layout--sketchup--container > .pane-content, .featurette--pdm #block-system-main > .navbar.node > .pane-content, .education-landing-page--header .featurette--pdm .navbar.inner > .pane-content, .featurette--pdm .education-landing-page--header .navbar.inner > .pane-content, .featurette--pdm .navbar.edu-students-download-free-trial > .pane-content, .featurette--pdm .navbar.edu-info-dump > .pane-content, .edu-educators-info-dump .featurette--pdm .navbar.inner > .pane-content, .featurette--pdm .edu-educators-info-dump .navbar.inner > .pane-content, .featurette--pdm .navbar.edu-join-the-gang--container > .pane-content, .featurette--pdm .navbar#edu-license-types > .pane-content, .featurette--pdm .navbar#download-all > .pane-content, .featurette--pdm .navbar#current-sketchup-pro > .pane-content, #reseller-map .reseller-region--wrapper .featurette--pdm .navbar.region-inner > .pane-content, .featurette--pdm #reseller-map .reseller-region--wrapper .navbar.region-inner > .pane-content, #vpp .featurette--pdm .navbar.content-container > .pane-content, .featurette--pdm #vpp .navbar.content-container > .pane-content,
  #vpp .featurette--pdm .navbar.image-container > .pane-content, .featurette--pdm
  #vpp .navbar.image-container > .pane-content, .pane-industry-page-images-panel-pane-7 .featurette--pdm .navbar.pane-content > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-7 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-8 .featurette--pdm .navbar.pane-content > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-8 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-6 .featurette--pdm .navbar.pane-content > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-6 .navbar.pane-content > .pane-content, .pane-industry-page-images-panel-pane-4 .featurette--pdm .navbar.pane-content > .pane-content, .featurette--pdm .pane-industry-page-images-panel-pane-4 .navbar.pane-content > .pane-content, .featurette--pdm .navbar.tagline > .pane-content, .featurette--pdm .navbar.industry-hero__content--wrapper > .pane-content, .featurette--pdm .navbar.pane-content > .pane-content {
    margin: 0;
    padding: 0;
    width: auto; }

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500; }

#toolbar {
  z-index: 1600; }

.modal {
  z-index: 1620; }

.modal-dialog {
  z-index: 1630; }

.modal-backdrop {
  z-index: 1610; }

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px; }

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .navbar .logo {
      margin-right: 0;
      padding-left: 0; } }

ul.secondary {
  float: left; }
  @media screen and (min-width: 768px) {
    ul.secondary {
      float: right; } }

.page-header {
  margin-top: 0; }

.block:first-child h2.block-title {
  margin-top: 0; }

.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0; }

.region-help .block {
  overflow: hidden; }

form#search-block-form {
  margin: 0; }

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px; }
  @media screen and (min-width: 992px) {
    .navbar #block-search-form {
      float: right; } }

.navbar-search .control-group {
  margin-bottom: 0px; }

ul.action-links {
  margin: 12px 0;
  padding: 0; }
  ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0; }
  ul.action-links .glyphicon {
    padding-right: 0.5em; }

input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto; }

input.error, textarea.error, select.error {
  color: #a94442;
  border-color: #a94442;
  border-width: 2px; }
  input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder, select.error::-webkit-input-placeholder {
    color: #a94442; }
  input.error:-moz-placeholder, textarea.error:-moz-placeholder, select.error:-moz-placeholder {
    color: #a94442; }
  input.error::-moz-placeholder, textarea.error::-moz-placeholder, select.error::-moz-placeholder {
    color: #a94442; }
  input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder, select.error:-ms-input-placeholder {
    color: #a94442; }

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0; }

fieldset .panel-body {
  clear: both; }

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px; }
  fieldset .panel-heading a.panel-title:hover {
    text-decoration: none; }

.form-actions {
  clear: both; }

.resizable-textarea textarea {
  border-radius: 0px 0px 0 0; }

.radio:first-child, .checkbox:first-child {
  margin-top: 0; }

.radio:last-child, .checkbox:last-child {
  margin-bottom: 0; }

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0; }

.panel-heading {
  display: block; }

a.tabledrag-handle .handle {
  height: auto;
  width: auto; }

.error {
  color: #a94442; }

div.error,
table tr.error {
  color: #a94442; }

.control-group.error {
  background: none; }
  .control-group.error label, .control-group.error .control-label {
    color: #a94442;
    font-weight: 600; }
  .control-group.error input, .control-group.error textarea, .control-group.error select, .control-group.error .uneditable-input {
    color: #555555;
    border: 1px solid #ccc; }
  .control-group.error .help-block, .control-group.error .help-inline {
    color: #333333; }

.list-inline > li.first {
  padding-left: 0; }

.nav-tabs {
  margin-bottom: 10px; }

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none; }

.tabs--secondary {
  margin: 0 0 10px; }

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777; }

.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em; }

.password-strength-title {
  display: inline; }

.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold; }

.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%; }
  .password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #999; }

input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em; }

div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em; }

div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4; }

div.password-suggestions ul {
  margin-bottom: 0; }

.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em; }

.progress-wrapper .progress {
  margin-bottom: 10px; }

.pagination ul > li > a.progress-disabled {
  float: left; }

.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%; }
  .form-autocomplete .glyphicon.glyphicon-spin {
    color: #e72b2d; }

.form-autocomplete .input-group-addon {
  background-color: white; }

.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -.25em 0 0.5em; }

.glyphicon-spin {
  display: inline-block;
  animation: spin 1s infinite linear; }

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.glyphicon-refresh {
  -ms-transform-origin: 50% 45%;
  transform-origin: 50% 45%; }

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px; }

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0; }
  .tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
    color: #777777;
    font-size: 14px; }

.tab-pane > .panel-heading {
  display: none; }

.tab-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }
  .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below > .nav-tabs > li > a {
      border-radius: 0 0 0px 0px; }
      .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
        border-top-color: #ddd;
        border-bottom-color: transparent; }
  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover,
  .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px; }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
    float: none; }
    .tabs-left > .nav-tabs > li:focus,
    .tabs-right > .nav-tabs > li:focus {
      outline: 0; }
    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
      margin-right: 0;
      margin-bottom: 3px; }
      .tabs-left > .nav-tabs > li > a:focus,
      .tabs-right > .nav-tabs > li > a:focus {
        outline: 0; }

.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0px 0px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px; }
  .tabs-left > .nav-tabs > li > a {
    border-radius: 0px 0 0 0px; }
    .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
      border-color: #eeeeee #ddd #eeeeee #eeeeee; }
  .tabs-left > .nav-tabs > .active > a,
  .tabs-left > .nav-tabs > .active > a:hover,
  .tabs-left > .nav-tabs > .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05); }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px; }
  .tabs-right > .nav-tabs > li > a {
    border-radius: 0 0px 0px 0; }
    .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #ddd;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
  .tabs-right > .nav-tabs > .active > a,
  .tabs-right > .nav-tabs > .active > a:hover,
  .tabs-right > .nav-tabs > .active > a:focus {
    border-color: #ddd #ddd #ddd transparent; }

th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell; }

.views-display-settings .label {
  font-size: 100%;
  color: #666666; }

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0; }

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit; }

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }

.alert a {
  font-weight: bold; }

.alert-success a {
  color: #2b542c; }

.alert-info a {
  color: #245269; }

.alert-warning a {
  color: #66512c; }

.alert-danger a {
  color: #843534; }

/* 
Core.scss

This should be used sparingly. 
Mostly, you should create component or object based scss files. 
This file should be for stuff that just doesn't deserve a file. 

Please follow this as a general guideline about code structure:
https://css-tricks.com/sass-style-guide/

http://sass-lang.com/guide

*/
@font-face {
  font-family: 'fontello';
  src: url("/sites/all/themes/sketch/fonts/fontello/font/fontello.eot?93575411");
  src: url("/sites/all/themes/sketch/fonts/fontello/font/fontello.eot?93575411#iefix") format("embedded-opentype"), url("/sites/all/themes/sketch/fonts/fontello/font/fontello.woff?93575411") format("woff"), url("/sites/all/themes/sketch/fonts/fontello/font/fontello.ttf?93575411") format("truetype"), url("/sites/all/themes/sketch/fonts/fontello/font/fontello.svg?93575411#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?93575468#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before,
.fontello,
.instagram-icon,
.youtube-icon,
.linkedin-icon,
.twitter-icon,
.google-plus-icon,
.facebook-icon,
.right-dir-icon,
.right-angle-icon,
.play-video-icon,
.search-icon,
.homepage-get-good-icon,
.homepage-create-documents-icon,
.homepage-find-models-icon,
.homepage-customize-everything-icon,
.new2016-trimble-connect-icon,
.new2016-reload-models-icon,
.new2016-generate-report-icon,
.new2016-cloud-references-icon,
.new2016-layout-api-icon,
.new2016-enhanced-inferencing-icon,
.new2016-customizable-utility-icon,
.new2016-refreshed-textures-icon,
.new2016-small-dimensions-icon,
.new2016-loveable-layers-icon,
.new2016-what-else-icon,
.edu-buying-license-icon,
.edu-cost-of-license-icon,
.edu-eligibility-icon,
.edu-terms-icon,
.edu-upgrades-icon,
.edu-installs-icon,
.edu-use-icon,
.edu-info-icon,
.edu-need-sketchup-pro-icon,
.find-local-reseller-icon,
.reseller-close-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* This was for the blog, but I think it has finally been removed */
/* This is a hack because we don't want to change the HTML in the In Product Pages */
/* '' */
/* '' */
/* '' */
.glyphicon-chevron-left,
.glyphicon-chevron-right,
.glyphicon-download-alt,
.glyphicon-list,
.glyphicon-triangle-right,
.glyphicon-map-marker {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "fontello";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* REPLACE BELOW WITH THE LISTING FROM THE GENERATED FONTELLO.CSS FILE. DON"T OVERWRITE THE ABOVE. */
.icon-sketchup:before {
  content: '\e800'; }

/* '' */
.icon-times:before, .reseller-close-icon:before {
  content: '\e801'; }

/* '' */
.icon-pin:before, .glyphicon-map-marker:before, .find-local-reseller-icon:before {
  content: '\e802'; }

/* '' */
.icon-three-boxes:before, .homepage-find-models-icon:before {
  content: '\e803'; }

/* '' */
.icon-multiple-select:before, .homepage-create-documents-icon:before {
  content: '\e804'; }

/* '' */
.icon-hourglass-half:before, .homepage-get-good-icon:before, .edu-terms-icon:before {
  content: '\e805'; }

/* '' */
.icon-search:before, .search-icon:before {
  content: '\e806'; }

/* '' */
.icon-user:before {
  content: '\e807'; }

/* '' */
.icon-users:before, .fa-users:before {
  content: '\e808'; }

/* '' */
.icon-videocam:before {
  content: '\e809'; }

/* '' */
.icon-picture:before, .new2016-refreshed-textures-icon:before {
  content: '\e80a'; }

/* '' */
.icon-ok:before {
  content: '\e80b'; }

/* '' */
.icon-ok-circled:before {
  content: '\e80c'; }

/* '' */
.icon-info-circled:before, .edu-info-icon:before {
  content: '\e80d'; }

/* '' */
.icon-link:before, .new2016-cloud-references-icon:before {
  content: '\e80e'; }

/* '' */
.icon-tags:before {
  content: '\e80f'; }

/* '' */
.icon-thumbs-up:before, .edu-eligibility-icon:before {
  content: '\e810'; }

/* '' */
.icon-download:before, .glyphicon-download-alt:before, .fa-download:before, .edu-installs-icon:before {
  content: '\e811'; }

/* '' */
.icon-download-cloud:before, .new2016-trimble-connect-icon:before {
  content: '\e812'; }

/* '' */
.icon-pencil:before {
  content: '\e813'; }

/* '' */
.icon-comment:before {
  content: '\e814'; }

/* '' */
.icon-chat:before, .fa-chat:before {
  content: '\e815'; }

/* '' */
.icon-attention:before {
  content: '\e816'; }

/* '' */
.icon-docs:before, .new2016-loveable-layers-icon:before {
  content: '\e817'; }

/* '' */
.icon-doc-text:before, .new2016-generate-report-icon:before {
  content: '\e818'; }

/* '' */
.icon-rss:before {
  content: '\e819'; }

/* '' */
.icon-cog:before, .new2016-layout-api-icon:before {
  content: '\e81a'; }

/* '' */
.icon-wrench:before, .fa-wrench:before, .homepage-customize-everything-icon:before {
  content: '\e81b'; }

/* '' */
.icon-basket:before, .edu-buying-license-icon:before {
  content: '\e81c'; }

/* '' */
.icon-lightbulb:before {
  content: '\e81d'; }

/* '' */
.icon-right-dir:before, .glyphicon-triangle-right:before, .right-dir-icon:before, .new2016-what-else-icon:before {
  content: '\e81e'; }

/* '' */
.icon-down-open:before, .new2016-trimble-connect-icon:before {
  content: '\e81f'; }

/* '' */
.icon-left-open:before, .glyphicon-chevron-left:before {
  content: '\e820'; }

/* '' */
.icon-right-open:before, .glyphicon-chevron-right:before {
  content: '\e821'; }

/* '' */
.icon-angle-left:before {
  content: '\e822'; }

/* '' */
.icon-angle-right:before, .right-angle-icon:before {
  content: '\e823'; }

/* '' */
.icon-up-hand:before {
  content: '\e824'; }

/* '' */
.icon-arrows-cw:before, .new2016-reload-models-icon:before {
  content: '\e825'; }

/* '' */
.icon-target:before, .new2016-enhanced-inferencing-icon:before, .new2016-small-dimensions-icon:before {
  content: '\e826'; }

/* '' */
.icon-list:before, .glyphicon-list:before {
  content: '\e827'; }

/* '' */
.icon-columns:before, .new2016-customizable-utility-icon:before {
  content: '\e828'; }

/* '' */
.icon-book:before, .fa-book:before {
  content: '\e829'; }

/* '' */
.icon-circle:before, .fa-circle:before {
  content: '\e82a'; }

/* '' */
.icon-circle-thin:before, .fa-circle-thin:before {
  content: '\e82b'; }

/* '' */
.icon-chart-bar:before {
  content: '\e82c'; }

/* '' */
.icon-megaphone:before {
  content: '\e82d'; }

/* '' */
.icon-rocket:before, .edu-upgrades-icon:before {
  content: '\e82e'; }

/* '' */
.icon-certificate:before {
  content: '\e82f'; }

/* '' */
.icon-money:before, .edu-cost-of-license-icon:before {
  content: '\e830'; }

/* '' */
.icon-hammer:before, .edu-use-icon:before {
  content: '\e831'; }

/* '' */
.icon-bank:before, .edu-need-sketchup-pro-icon:before {
  content: '\e832'; }

/* '' */
.icon-puzzle:before {
  content: '\e833'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e834'; }

/* '' */
.icon-cube:before {
  content: '\e835'; }

/* '' */
.icon-cubes:before {
  content: '\e836'; }

/* '' */
.icon-lifebuoy:before, .fa-lifebuoy:before {
  content: '\e837'; }

/* '' */
.icon-apple:before {
  content: '\e838'; }

/* '' */
.icon-facebook:before, .facebook-icon:before {
  content: '\e839'; }

/* '' */
.icon-git:before {
  content: '\e83a'; }

/* '' */
.icon-github-circled:before {
  content: '\e83b'; }

/* '' */
.icon-gplus:before, .google-plus-icon:before {
  content: '\e83c'; }

/* '' */
.icon-instagram:before, .instagram-icon:before {
  content: '\e83d'; }

/* '' */
.icon-linkedin:before, .linkedin-icon:before {
  content: '\e83e'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e83f'; }

/* '' */
.icon-twitter:before, .twitter-icon:before {
  content: '\e840'; }

/* '' */
.icon-windows:before {
  content: '\e841'; }

/* '' */
.icon-youtube:before, .fa-youtube:before, .youtube-icon:before {
  content: '\e842'; }

/* '' */
.icon-user-1:before {
  content: '\e843'; }

/* '' */
.icon-play:before, .play-video-icon:before {
  content: '\e844'; }

/* '' */
.icon-help-circled:before {
  content: '\e845'; }

/* '' */
.icon-subscribe:before {
  content: '\e846'; }

/* '' */
.icon-mic:before {
  content: '\e847'; }

/* '' */
.icon-mail:before {
  content: '\e848'; }

/* '' */
.icon-plus-circled:before {
  content: '\e849'; }

/* '' */
.icon-minus-circled:before {
  content: '\e84a'; }

/* '' */
.icon-logout:before {
  content: '\e84b'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
/* Social Icons - Blog + Footer */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .sketchup-pro-reseller__overlay-wrapper {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite, .infinite.sketchup-pro-reseller__overlay-wrapper {
  animation-iteration-count: infinite; }

.animated.hinge, .hinge.sketchup-pro-reseller__overlay-wrapper {
  animation-duration: 2s; }

.animated.flipOutX, .flipOutX.sketchup-pro-reseller__overlay-wrapper,
.animated.flipOutY,
.flipOutY.sketchup-pro-reseller__overlay-wrapper,
.animated.bounceIn,
.bounceIn.sketchup-pro-reseller__overlay-wrapper,
.animated.bounceOut,
.bounceOut.sketchup-pro-reseller__overlay-wrapper {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

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

.fadeIn, .sketchup-pro-reseller__overlay-wrapper {
  animation-name: fadeIn; }

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

.fadeInDown {
  animation-name: fadeInDown; }

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

.fadeInDownBig {
  animation-name: fadeInDownBig; }

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

.fadeInLeft {
  animation-name: fadeInLeft; }

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

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

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

.fadeInRight {
  animation-name: fadeInRight; }

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

.fadeInRightBig {
  animation-name: fadeInRightBig; }

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

.fadeInUp {
  animation-name: fadeInUp; }

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

.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 flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip, .flip.sketchup-pro-reseller__overlay-wrapper {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.white-background, .bkg-poly, .edu-students-download-free-trial--wrapper, .join-the-gang, .dl-buy-cta, .edu-students--customize-sketchup {
  background-image: url(/sites/all/themes/sketch/images/dist/texture_poly-blend.jpg); }

.light-background, .bkg-poly-smoke, .pro-2016, .search-3dwh, #sketchup-pro .join-the-gang, #buy-page, .hero-box {
  background-image: url("/sites/all/themes/sketch/images/dist/texture_poly-blend-medgray.jpg"); }

.dark-background, .bkg-poly-gray, .homepage-customize, .sumv-hero, .sumv-buttons, .edu-join-the-gang--wrapper {
  background-image: url("/sites/all/themes/sketch/images/dist/texture_poly-blend-darkgray.jpg"); }

.bkg-low-poly, .edu-students-download-free-trial--wrapper, .edu-join-the-gang--wrapper {
  z-index: -1;
  background-size: auto;
  background-blend-mode: multiply;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top; }

/* 
	Biblical Reference: From Designer. 
	This should be very general and thematically optimistic. 
	- No Magic Numbers
	- Stick to core elements and core classes that Drupal/We use.
	- If this document gets >500 lines, break it up again.
*/
/* 
	Things that this document probably includes
	- Colors
	- Core Layout
	- Typography
	- Blockquote
	- Forms
	- CTA Button
	- Captions
*/
/* CORE ELEMENTS */
html, body {
  background-color: #363545;
  color: #4d5259;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.main-container, .content-wrapper {
  background-color: #FFF; }

.main-wrapper {
  padding-top: 50px; }

.main-container-wrapper {
  background-color: #fff; }

.container-fluid {
  max-width: 1200px; }

p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin: 0 0 11px; }

h1, .h1, h2, .h2, #download-page h3, h3, .h3, .sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header, .tagline h2, .content-developer--item--title, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.1; }

h1, .h1, h2, .h2, #download-page h3, h3, .h3, .sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header, .tagline h2, .content-developer--item--title {
  margin-top: 22px;
  margin-bottom: 11px; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 4.32rem; }

h2, .h2, #download-page h3 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 3.6rem; }
  h2 small, .h2 small, #download-page h3 small {
    font-size: 20px;
    font-size: 2.0rem; }

h3, .h3, .sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header, .tagline h2, .content-developer--item--title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.12rem; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.16rem; }

h5, .h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.82rem; }

h6, .h6 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem; }

hr {
  border-color: #363545;
  margin-top: 0; }

blockquote {
  border-top: 1px solid #4d5259;
  border-bottom: 1px solid #4d5259;
  border-left: none;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 21px 30px; }

blockquote footer {
  color: #777777;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.42857; }

/* icon sizes */
.icon-large {
  font-size: 5em; }

.icon-medium {
  font-size: 3em; }

.icon-small {
  font-size: 1em; }

/* Form Elements */
.form-control {
  font-size: 16px;
  font-size: 1.6rem; }

.form-item {
  padding-bottom: 10px; }

.form-required {
  color: #e72b2d; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0; }

/* CTA BUTTON */
a.cta-btn,
.navbar-inverse .navbar-nav > li > a.cta-btn {
  background-color: #e72b2d; }
  a.cta-btn:hover, a.cta-btn:focus,
  .navbar-inverse .navbar-nav > li > a.cta-btn:hover,
  .navbar-inverse .navbar-nav > li > a.cta-btn:focus {
    background-color: #b11423; }

/* CAPTION */
caption, .caption {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 9px;
  padding-bottom: 15px; }

/* Removing the Chrome Autofill Yellow */
/* Navigation */
.navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
  padding: 22px 25px 10px 25px; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent; }

li.dropdown {
  border-bottom: 2px solid transparent; }

li.active-trail.dropdown {
  color: #D4D5D1;
  border-bottom: 2px solid #D4D5D1; }

.dropdown-menu > li > a {
  font-size: 14px; }

/* Seperator */
.separator hr {
  margin: 2px 0px;
  border-color: #ddd; }

/* navbar legit */
.logo {
  margin: 0;
  padding: 11px 7px 12px 0; }

.logo img {
  height: 33px; }

#trimble-menu-link img {
  width: 70px; }

.navbar-brand {
  display: none; }

.navbar-inverse {
  box-shadow: 1px 1px 6px #35393e; }

.navbar-inverse span.nolink {
  color: #fff; }

.sf-menu li {
  float: left; }

/* navbar suspect */
@media screen and (min-width: 768px) {
  .navbar-collapse {
    float: right; } }

.icon-bar {
  transition: all .1s; }

.navbar-toggle {
  background-image: none; }
  .navbar-toggle .bar-1 {
    display: block; }
  .navbar-toggle .bar-2 {
    -ms-transform: none;
        transform: none; }
  .navbar-toggle .bar-3 {
    -ms-transform: none;
        transform: none; }

/* Inpage Navigation */
.inpage-navigation a {
  display: block;
  text-align: center;
  padding: 20px 0; }

.navbar-inverse .navbar-nav > li > a.top-menu--download-button {
  border-radius: 0;
  font-size: 14px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: none; }
  .navbar-inverse .navbar-nav > li > a.top-menu--download-button.show-top-btn {
    display: block; }

.navbar-nav .caret {
  display: none; }

.navbar-inverse .navbar-nav > .open > a.trimble-top-menu-item,
.trimble-top-menu-item + ul.dropdown-menu {
  background-color: #005596; }

.trimble-top-menu-item + ul li > a {
  color: #fff; }

.hide-trimble {
  display: none !important; }

.trimble-top-menu-item img {
  width: 65px;
  vertical-align: -2px; }

/* ------------------
  Right Block Styling
------------------ */
/**** 
  Sketch Block! 
****/
.sketch-block {
  border: 1px solid #D4D5D1;
  box-shadow: 1px 1px 6px #D4D5D1;
  margin-bottom: 20px; }

/* Title */
.sketch-block .block-title,
.sketch-block .pane-title,
.sketch-block .view-header {
  background-color: #363545;
  color: #fff;
  margin: 0;
  padding: 11px 0;
  text-align: center;
  width: 100%; }

/* Simple Styling */
.sketch-block ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }

.sketch-block ul li {
  background-color: #ededec;
  border-bottom: 1px solid #D4D5D1;
  display: block;
  margin: 0;
  overflow: hidden;
  padding-bottom: 0; }

.sketch-block a {
  /* removed ul li from this */
  color: #4D5259;
  display: block;
  font-weight: 600; }

/* Hierarchy Styling */
.sketch-block ul li.active-trail > a,
.sketch-block ul li.active-trail > a:hover,
.sketch-block ul li.active-trail > a:focus {
  background-color: #b11416;
  color: #fff; }

.sketch-block ul li.active > a,
.sketch-block ul li.active > a:hover,
.sketch-block ul li.active > a:focus {
  background-color: #e72b2d;
  color: #fff; }

.sketch-block .nav > li > a:hover,
.sketch-block .nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline; }

.sketch-block ul ul {
  padding-left: 20px; }

/* Animations */
.animated, .sketchup-pro-reseller__overlay-wrapper {
  animation-fill-mode: both;
  animation-duration: 1s; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInUp {
  animation-name: fadeInUp; }

.fadeInRight {
  animation-name: fadeInRight; }

.fadeInDown {
  animation-name: fadeInDown; }

.fadeInLeft {
  animation-name: fadeInLeft; }

.footer {
  background: #363545;
  margin-top: 0;
  padding-top: 0; }

/* Sketch Footer */
.su-footer {
  padding-top: 30px;
  padding-bottom: 30px; }

.su-footer ul > li:first-child {
  border-bottom: 1px solid #e72b2d;
  color: #fff;
  font-size: 20px; }

.su-footer a {
  border-bottom: 1px solid #4D5259;
  color: #fff;
  display: block;
  padding: 2px 0; }
  .su-footer a:hover {
    color: #D4D5D1; }
  @media screen and (min-width: 768px) {
    .su-footer a {
      border-bottom: 0; } }

.su-footer li {
  list-style-type: none; }

/* Trimble footer */
.trimble-footer {
  text-align: center; }

.trimble-footer img {
  width: 100%;
  max-width: 75px; }

.trimble-footer a {
  color: #fff;
  display: inline-block;
  padding: 10px; }
  .trimble-footer a:hover {
    color: #e72b2d; }

/* Lang Dropdown */
.lang-dropdown-select-element {
  padding-top: 4px;
  width: 100% !important; }

/* CARD */
.card {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; }

.card-header {
  color: #363545;
  background-color: #eee;
  display: block;
  padding: 0 20px 1px 20px; }

.card-header, .card-content {
  border: 1px solid;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; }

.card-header img {
  height: 40px;
  max-width: 100%; }

.card-header h2 i {
  color: #e72b2d;
  padding-right: 10px; }

.card-content .list-group-item {
  border: 0;
  color: #e72b2d;
  text-align: left; }

.card a {
  transition: .2s background-color; }

/* airy-card */
.blob {
  text-align: center; }

.blob i {
  color: #363545;
  text-align: center; }

/* Singleton CTA */
.singleton-callout {
  background-color: #fff; }

/* Button Modifiers */
/* 
    These classes are generic. "big" should never be it's own class. It's simply modifying buttons.
    .btn
    Color/Padding: .btn-primary .btn-success .btn-info .btn-warning .btn-danger (.btn-link)
    Sizing: .btn-xs .btn-sm .btn-md .btn-lg
    Width: .btn-block
*/
.btn.big, #vpp .big.cta-btn {
  padding-top: 20px;
  padding-bottom: 20px; }

.btn.cta, #vpp .cta.cta-btn {
  font-size: 18px;
  min-width: 250px; }

.btn-primary, #vpp .cta-btn {
  font-size: 16px;
  font-weight: 300;
  padding: 16px;
  border-radius: 2px; }

.input-group-btn .btn-primary, .input-group-btn #vpp .cta-btn, #vpp .input-group-btn .cta-btn {
  padding: 6px 12px; }

/* ---------- */
/* Deprecated */
/* ---------- */
.sketchup-btn, .navbar-inverse .navbar-nav > li > a.top-menu--download-button, button.cta-btn,
input.cta-button, #vpp .cta-btn {
  color: #fff;
  background-color: #e72b2d;
  border: 1px solid #e72b2d;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 400;
  white-space: normal; }
  .sketchup-btn:hover, .navbar-inverse .navbar-nav > li > a.top-menu--download-button:hover, button.cta-btn:hover,
  input.cta-button:hover, #vpp .cta-btn:hover {
    background-color: #9b1113;
    border: 1px solid #9b1113;
    box-shadow: #9b1113 0 0 0 4px inset;
    color: #fff; }
  .sketchup-btn:active, .navbar-inverse .navbar-nav > li > a.top-menu--download-button:active, button.cta-btn:active,
  input.cta-button:active, #vpp .cta-btn:active, .sketchup-btn:hover, .navbar-inverse .navbar-nav > li > a.top-menu--download-button:hover, button.cta-btn:hover,
  input.cta-button:hover, #vpp .cta-btn:hover, .sketchup-btn:focus, .navbar-inverse .navbar-nav > li > a.top-menu--download-button:focus, button.cta-btn:focus,
  input.cta-button:focus, #vpp .cta-btn:focus {
    color: #fff;
    text-decoration: none; }

.sketchup-btn--hallow {
  background-color: transparent;
  border: 1px solid #e72b2d;
  box-shadow: #e72b2d 0 0 0 4px inset; }
  .sketchup-btn--hallow:active, .sketchup-btn--hallow:hover, .sketchup-btn--hallow:focus {
    background-color: transparent; }

button.form-submit {
  margin-top: 0; }
  button.form-submit:hover {
    box-shadow: none; }

/* 
  Buy Button when used in the right sidebar. 
  You could use this for a bunch of different actions, so I'm calling it something more generic 
*/
.big-old-button {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 18px;
  width: 100%; }

/* Responsive Tables */
.st-head-row {
  text-align: center;
  border-bottom: 1px solid #e72b2d; }

.st-head-row-main {
  text-align: left;
  border-bottom: none; }

.st-key {
  font-size: 13px;
  text-align: left;
  vertical-align: top; }

.responsive-table {
  border: 1px solid;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; }

.responsive-table th {
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.responsive-table td {
  padding: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: 300; }

.responsive-table.comparison.comparison thead tr {
  background-color: transparent; }

.responsive-table.comparison {
  background-color: #f3f3f7; }

.responsive-table.comparison td:nth-child(1) {
  text-align: left;
  background-color: #f3f3f7; }

.responsive-table.comparison th:nth-child(2),
.responsive-table.comparison td:nth-child(2) {
  background-color: #EAEAEF; }

.responsive-table.comparison th:nth-child(3),
.responsive-table.comparison td:nth-child(3) {
  background-color: #E2E2E7; }

.responsive-table.comparison th:nth-child(4),
.responsive-table.comparison td:nth-child(4) {
  background-color: #D0D0D7; }

table .icon-times, table .reseller-close-icon, table .icon-ok-circled {
  font-size: 20px; }

table .icon-times, table .reseller-close-icon {
  color: #a51d25; }

table .icon-ok-circled {
  color: #4d6f33; }

/* Featurettes */
.featurette, .pane-industry-page-images-panel-pane-8,
.pane-industry-page-images-panel-pane-7, .education-landing-page--header, .edu-info-dump, .edu-join-the-gang--wrapper, .reseller-image-section, .view-testimonials, #reseller-map .reseller-region--wrapper, .hero-box, .dl-buy-cta {
  padding-bottom: 90px;
  padding-top: 90px; }

.featurette--application-screenshot {
  padding-bottom: 0; }

.featurette p, .pane-industry-page-images-panel-pane-8 p,
.pane-industry-page-images-panel-pane-7 p, .education-landing-page--header p, .edu-info-dump p, .edu-join-the-gang--wrapper p, .reseller-image-section p, .view-testimonials p, #reseller-map .reseller-region--wrapper p, .hero-box p, .dl-buy-cta p {
  font-weight: 300; }

.hero-featurette {
  padding-bottom: 0;
  padding-top: 4rem;
  color: white;
  text-align: center; }
  .hero-featurette .featurette--header, .hero-featurette .edu-info-dump--header, .hero-featurette .edu-join-the-gang--header, .hero-featurette .hero-box h1, .hero-box .hero-featurette h1 {
    font-size: 40px; }

.icon-featurette {
  text-align: center;
  font-size: 32px; }
  .icon-featurette .featurette--header, .icon-featurette .edu-info-dump--header, .icon-featurette .edu-join-the-gang--header, .icon-featurette .hero-box h1, .hero-box .icon-featurette h1 {
    font-size: 26px; }
  .icon-featurette .featurette--description {
    line-height: inherit;
    padding: 0; }

.featurette--header, .edu-info-dump--header, .edu-join-the-gang--header, .hero-box h1 {
  margin-bottom: 15px;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 300; }

.featurette--header .fa-stack, .edu-info-dump--header .fa-stack, .edu-join-the-gang--header .fa-stack, .hero-box h1 .fa-stack {
  font-size: 60px; }

.featurette--subheader, .hero-box p {
  font-size: 20px;
  padding-bottom: 20px; }

.inverse-color-scheme .featurette--header, .inverse-color-scheme .edu-info-dump--header, .inverse-color-scheme .edu-join-the-gang--header, .inverse-color-scheme .hero-box h1, .hero-box .inverse-color-scheme h1,
.inverse-color-scheme .featurette--subheader,
.inverse-color-scheme .hero-box p, .hero-box
.inverse-color-scheme p,
.inverse-color-scheme .featurette--description,
.inverse-color-scheme .featurette--image-list,
.inverse-color-scheme .featurette--image-list--link a,
.inverse-color-scheme .upgrade-license-link,
.inverse-color-scheme .upgrade-license-link:focus {
  color: #fff; }

.inverse-color-scheme hr {
  border-color: #fff; }

.inverse-color-scheme .upgrade-license-link:hover,
.inverse-color-scheme .featurette--image-list--link a:hover {
  color: #D4D5D1; }

.inverse-color-scheme .featurette--footer {
  padding: 20px;
  text-shadow: 1px 1px 1px white; }

.featurette--description {
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 2;
  padding-bottom: 30px; }
  .featurette--description a {
    font-weight: bold; }

.featurette--image-list--image--wrapper {
  padding-right: 0; }

.featurette--image-list--image {
  display: block;
  margin: 0 auto;
  padding-top: 11px;
  width: 100%; }

.featurette--image-list--link {
  font-size: 1.5rem; }

.featurette--image-list--link-description {
  font-weight: 300; }

/* Extra Styling - these should be rare because we don't want to declare styling/layout in the class names */
.border-right {
  border-right: 1px solid #D4D5D1; }

/* Font Icons are in Generic Font Definitions */
/* Social Bar */
.fallback-text {
  display: none; }

.social-bar {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #4d5259; }

.social-bar ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%; }

.social-bar li {
  display: inline-block;
  font-size: 36px; }

.social-bar a {
  color: white;
  padding: 10px;
  transition: .1s all;
  text-decoration: none; }
  .social-bar a:hover {
    color: #e72b2d; }

/* YouTube video sizing */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.cke_editable {
  background-color: white;
  background-image: none; }

.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

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

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.main-container > .row, .main-container > .edu-students-download-free-trial--row, .main-container > .edu-info-dump--row, .main-container > .edu-join-the-gang--row, .main-container > .learn-resources--item, .main-container > .buy-sketchup--bottom-section, .main-container > .sketchup-pro-reseller__list, .main-container > .industry-hero__title--wrapper, .main-container >
.industry-hero__body--wrapper, .main-container >
.industry-hero__links--wrapper {
  margin: 0; }

.main-container > .row > .col-sm-12, .main-container > .edu-students-download-free-trial--row > .col-sm-12, .main-container > .edu-info-dump--row > .col-sm-12, .main-container > .edu-join-the-gang--row > .col-sm-12, .main-container > .learn-resources--item > .col-sm-12, .main-container > .buy-sketchup--bottom-section > .col-sm-12, .main-container > .sketchup-pro-reseller__list > .col-sm-12, .main-container > .industry-hero__title--wrapper > .col-sm-12, .main-container >
.industry-hero__body--wrapper > .col-sm-12, .main-container >
.industry-hero__links--wrapper > .col-sm-12 {
  padding: 0; }

#current-sketchup-pro,
#download-all,
#sketchup-viewer {
  padding: 50px 0; }

.front .page-header,
.page-buy .page-header,
.page-products .page-header,
.page-education .page-header,
.page-learn .page-header,
.page-license-wizard .page-header,
.page-programs .page-header,
.page-3dfor .page-header,
.page-download .page-header,
.node-type-eulas .page-header {
  display: none; }

#node-3346 > h2 {
  display: none; }

/* Well, well, well .. this is awkward */
.container-fluid {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }

.main-wrapper {
  background-color: #fff; }

.main-container,
.content-wrapper,
.main-container-wrapper {
  background-color: transparent; }

.panel-pane {
  overflow: hidden; }

.panel-pane:after {
  clear: both; }

.panel-pane:before,
.panel-pane:after {
  content: " ";
  display: table; }

.center-content {
  text-align: center; }

.center-content img {
  max-width: 100%; }

.white-text a {
  color: #fff; }

.white-text a:hover {
  color: #D4D5D1; }

.featurette .panel-heading, .pane-industry-page-images-panel-pane-8 .panel-heading,
.pane-industry-page-images-panel-pane-7 .panel-heading, .education-landing-page--header .panel-heading, .edu-info-dump .panel-heading, .edu-join-the-gang--wrapper .panel-heading, .reseller-image-section .panel-heading, .view-testimonials .panel-heading, #reseller-map .reseller-region--wrapper .panel-heading, .hero-box .panel-heading, .dl-buy-cta .panel-heading {
  border-radius: 0; }

/* Hero - Right Aligned  */
/* Hero - Right Aligned  */
/* Footer - White on Black Centered  */
/* Footer - White on Black Centered  */
/* Footer - Dark on Light */
/* Tabbed Section with Brands */
.homepage-hero--featurette {
  text-align: right; }

@media screen and (min-width: 768px) {
  .homepage-hero--cta-section {
    padding-bottom: 300px; } }

#home-page .panel-pane {
  border-bottom: 1px solid #363545; }

.homepage-hero {
  background-image: url(/sites/www.sketchup.com/files/2017/hero/homepage-hero-zed.jpg), linear-gradient(to right, #e47375 0%, #72b0d1 20%, #d3bf7f 30%, #f3f2ee 60%, #fff 100%);
  background-position: right 20% center;
  background-repeat: no-repeat;
  position: relative; }

.homepage-hero .pane-content {
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.5); }

@media screen and (min-width: 768px) {
  .homepage-hero .pane-content {
    background: none; } }

.homepage-ideas,
.homepage-models {
  background-color: #fff; }

.homepage-models .featurette--image-list--image--wrapper {
  font-size: 64px; }

.homepage-models .featurette--image-list--image--wrapper svg {
  vertical-align: top; }

.homepage-models .hide-in-mobile img {
  max-width: 1600px; }

.homepage-models img.pull-right {
  max-height: 600px; }

.homepage-good-fast {
  background: url(/sites/www.sketchup.com/files/images/home/homepage-image-02.jpg) center no-repeat;
  background-size: cover;
  background-color: #333;
  position: relative; }

.homepage-good-fast .pane-content {
  background: rgba(0, 0, 0, 0.5); }

@media screen and (min-width: 768px) {
  .homepage-good-fast .pane-content {
    background: linear-gradient(to left, transparent, rgba(35, 35, 35, 0.75)); } }

.homepage-3dwh {
  background-color: #f5f5f5; }

.homepage-3dwh img {
  max-width: 1000px; }

.homepage-customize {
  background-attachment: fixed; }

/* Homepage - Anchor Section */
.full-page-anchor {
  color: #363545;
  padding: 30px 20px;
  display: block;
  text-transform: uppercase; }

.full-page-anchor svg {
  margin-bottom: 7px; }

.full-page-anchor--icon {
  font-size: 24px; }

/* Icons */
/* New in 2016 */
#new-in-2016 .featurette, #new-in-2016 .pane-industry-page-images-panel-pane-8, #new-in-2016
.pane-industry-page-images-panel-pane-7, #new-in-2016 .education-landing-page--header, #new-in-2016 .edu-info-dump, #new-in-2016 .edu-join-the-gang--wrapper, #new-in-2016 .reseller-image-section, #new-in-2016 .view-testimonials, #new-in-2016 #reseller-map .reseller-region--wrapper, #reseller-map #new-in-2016 .reseller-region--wrapper, #new-in-2016 .hero-box, #new-in-2016 .dl-buy-cta {
  border-bottom: 1px solid #363545; }

#new-in-2016 .hero-featurette {
  background-image: url("/sites/www.sketchup.com/files/core/2016/new-in-2016-hero-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 220px;
  padding-bottom: 220px; }

#new-in-2016 .new-one {
  position: relative; }

#new-in-2016 .new-two {
  background-image: url("/sites/www.sketchup.com/files/core/2016/new-in-2016-image-02.jpg"); }

#new-in-2016 .new-three {
  background-image: url("/sites/www.sketchup.com/files/core/2016/new-in-2016-image-03.jpg");
  background-position: center bottom;
  background-size: cover; }

#new-in-2016 .new-four {
  background-color: #ededec; }

#whats-new-anchor {
  display: block;
  text-align: center;
  position: absolute;
  right: 45%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #D4D5D1;
  padding: 10px 30px;
  bottom: 0; }

.card-2016 {
  background-color: #fff;
  border: 1px solid;
  padding: 30px 15px;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  margin: 0; }
  .card-2016 p {
    font-weight: 300;
    font-size: 16px; }

.card-2016--image img {
  width: 100%; }

.card-2016--content {
  padding-left: 0; }

.panel {
  background-color: transparent; }

.panel-group .panel {
  background-color: #fff;
  border: 0; }

#new-in-2016 .join-the-gang {
  background-image: url("/sites/www.sketchup.com/files/core/2016/texture_poly-blend-blue.jpg"); }

/* 
 * - General
 * - Hero
 * - Hero - What's New?
 * - Pipeline
 */
/* General */
.node > h2 {
  display: none; }

.featurette-2017 {
  border-bottom: 1px solid #363545;
  overflow: hidden; }

.featurette-2017 a.cool {
  color: #22a2dd; }

.page-header,
.nav-tabs {
  display: none; }

.page-products-sketchup-pro-new-in-2017 .shard {
  display: none; }

/* Hero */
.featurette-2017 .upgrade-license-link {
  color: #4d5259;
  font-weight: 400; }

.featurette-2017 .upgrade-license-link:hover,
.featurette-2017 .upgrade-license-link:active {
  color: #009AD9;
  font-weight: 400; }

.whats-new-wrapper {
  padding-top: 200px;
  text-align: center;
  transition: .2s background-image;
  background: top center no-repeat linear-gradient(to bottom, #bcc5ca 0%, #888888 20%, #a4a4a2 60%, #fff 100%);
  background-size: cover;
  border-bottom: 0; }

.shader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: linear-gradient(transparent, white); }

.foot-shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to bottom, #fff 0%, transparent 100%); }

/* Hero - What's New */
#whats-new-2017-anchor {
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 48%; }

.whats-new-2017-text {
  font-weight: 400;
  color: #9e9ea8; }

.whats-new-2017-icon {
  color: #fff;
  font-size: 18px;
  background: #9e9ea8;
  padding: 16px 19px;
  border-radius: 35px; }

#whats-new-2017-anchor .whats-new-2017-text,
#whats-new-2017-anchor .whats-new-2017-icon {
  transition: .2s all; }

#whats-new-2017-anchor:hover .whats-new-2017-text {
  color: #777777; }

#whats-new-2017-anchor:hover .whats-new-2017-icon {
  background-color: #777777; }

.page-products-sketchup-pro-new-in-2017 .navbar-inverse {
  transition: .2s all; }

.page-products-sketchup-pro-new-in-2017.transparent .navbar-inverse {
  box-shadow: none;
  border-bottom: 0;
  background: none; }

.page-products-sketchup-pro-new-in-2017 .main-wrapper {
  padding-top: 0;
  background-color: #eee; }

.page-products-sketchup-pro-new-in-2017.transparent .nav > li > a {
  color: #4d5259;
  font-weight: 600; }

/* Pipeline 2.0 */
.pipeline-section {
  background-color: #fff; }

.pipeline-section-copy {
  padding: 200px 0 100px 0; }

.pipeline-imagery {
  position: relative;
  height: 350px;
  z-index: 30; }

.pipeline-image {
  position: absolute;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 22px rgba(0, 0, 0, 0.32);
  bottom: 0; }

.pipeline-imagery {
  padding-top: 450px; }

.pipeline1 {
  width: 90%;
  bottom: -100px;
  left: 5%;
  z-index: 0; }

.pipeline2 {
  width: 700px;
  bottom: -50px;
  right: -200px;
  z-index: 1; }

.pipeline3 {
  width: 600px;
  bottom: -100px;
  left: -250px;
  z-index: 2; }

.pipeline4 {
  width: 500px;
  bottom: -200px;
  right: -100px;
  z-index: 3; }

.hero-2017-section {
  padding-bottom: 400px; }

.hero-2017-section h1 {
  text-align: right;
  font-size: 26px;
  font-weight: 600; }

.hero-2017-section .sub-cta {
  text-align: center;
  font-weight: 400; }

.hero-2017-section .cta-section {
  display: inline-block;
  float: right; }

.whats-new-wrapper {
  position: relative; }

.computer-monitor {
  background-color: #fff;
  padding: 45px 40px 0 40px;
  border: 1px solid #009AD9;
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.computer-monitor--inner {
  border: 1px solid #009AD9;
  border-bottom: 0; }

.computer-monitor--controls {
  width: 100%; }

.product-differentiation {
  font-size: 18px; }

.section-header {
  margin-top: 5px;
  font-weight: 700; }

.see-thru-section {
  background-color: #eaeaee;
  padding-top: 100px; }

.see-thru-section-copy {
  text-align: center;
  margin-bottom: 100px; }

.see-thru-section-copy p {
  font-weight: 300;
  line-height: 1.6em;
  font-size: 16px; }

.axis-colorpicker {
  height: 30px;
  width: 30px; }

.axis-monitor {
  border: 1px solid #5d87ab; }

.every-cone-section {
  color: white;
  text-shadow: 1px 1px black; }

.every-cone-section svg {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: -200px; }

.every-cone-section h4 {
  font-weight: 600; }

.every-cone-section label {
  padding-left: 5px;
  vertical-align: bottom; }

body.ie .every-cone-section .container, body.ie .every-cone-section .layout--sketchup--container, body.ie .every-cone-section #block-system-main > .node, body.ie .every-cone-section .education-landing-page--header .inner, .education-landing-page--header body.ie .every-cone-section .inner, body.ie .every-cone-section .edu-students-download-free-trial, body.ie .every-cone-section .edu-info-dump, body.ie .every-cone-section .edu-educators-info-dump .inner, .edu-educators-info-dump body.ie .every-cone-section .inner, body.ie .every-cone-section .edu-join-the-gang--container, body.ie .every-cone-section #edu-license-types, body.ie .every-cone-section #download-all, body.ie .every-cone-section #current-sketchup-pro, body.ie .every-cone-section #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper body.ie .every-cone-section .region-inner, body.ie .every-cone-section #vpp .content-container, #vpp body.ie .every-cone-section .content-container, body.ie .every-cone-section
#vpp .image-container,
#vpp body.ie .every-cone-section .image-container, body.ie .every-cone-section .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 body.ie .every-cone-section .pane-content, body.ie .every-cone-section .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 body.ie .every-cone-section .pane-content, body.ie .every-cone-section .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 body.ie .every-cone-section .pane-content, body.ie .every-cone-section .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 body.ie .every-cone-section .pane-content, body.ie .every-cone-section .tagline, body.ie .every-cone-section .industry-hero__content--wrapper, body.ie .every-cone-section .featurette--pdm .pane-content, .featurette--pdm body.ie .every-cone-section .pane-content {
  padding: 90px 0; }

body.ie svg#feature--interactive-color-schemes-bkg, body.ie .every-cone-su-ui--wrapper {
  display: none; }

body.ie .every-cone-section {
  background: #f5f5f5; }

body.ie .every-cone-section .col-sm-4, body.ie .every-cone-section .homepage-hero--cta-section, body.ie .every-cone-section .warehouse-search form, .warehouse-search body.ie .every-cone-section form, body.ie .every-cone-section .edu-info-dump--row--2 .edu-info-dump--item, .edu-info-dump--row--2 body.ie .every-cone-section .edu-info-dump--item, body.ie .every-cone-section .extension--stub, body.ie .every-cone-section .buy-sketchup--top-section--cta-button-section, body.ie .every-cone-section .pane-sketchup-resellers-new {
  width: 100%; }

body.ie .every-cone-section h4 {
  display: none; }

body.ie .axis-colorpicker-field {
  display: none; }

.persistent-id-section {
  padding-top: 90px; }

.ext-manager-section {
  padding-top: 90px;
  text-align: center;
  background-color: #fff;
  border-bottom: 0; }

.high-fidelity-section {
  padding: 90px 0;
  background-color: #fff; }

.every-cone-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-shadow: 1px 1px black; }

.every-cone-section .container, .every-cone-section .layout--sketchup--container, .every-cone-section #block-system-main > .node, .every-cone-section .education-landing-page--header .inner, .education-landing-page--header .every-cone-section .inner, .every-cone-section .edu-students-download-free-trial, .every-cone-section .edu-info-dump, .every-cone-section .edu-educators-info-dump .inner, .edu-educators-info-dump .every-cone-section .inner, .every-cone-section .edu-join-the-gang--container, .every-cone-section #edu-license-types, .every-cone-section #download-all, .every-cone-section #current-sketchup-pro, .every-cone-section #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .every-cone-section .region-inner, .every-cone-section #vpp .content-container, #vpp .every-cone-section .content-container, .every-cone-section
#vpp .image-container,
#vpp .every-cone-section .image-container, .every-cone-section .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .every-cone-section .pane-content, .every-cone-section .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .every-cone-section .pane-content, .every-cone-section .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .every-cone-section .pane-content, .every-cone-section .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .every-cone-section .pane-content, .every-cone-section .tagline, .every-cone-section .industry-hero__content--wrapper, .every-cone-section .featurette--pdm .pane-content, .featurette--pdm .every-cone-section .pane-content {
  padding: 190px 0; }

#ba-container {
  height: inherit; }

.click-monitor--wrapper {
  padding: 26px;
  position: relative;
  border: 1px solid #009AD9;
  background: #f9f9fb;
  border-radius: 15px; }

.fidelity-monitor--wrapper {
  padding: 26px;
  position: relative;
  border: 1px solid #009AD9;
  border-bottom: 0;
  background: #f9f9fb;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0 70px; }

.click-monitor--sizing-control, .fidelity-monitor--sizing-control {
  width: 950px; }

.click-monitor {
  margin: 0 auto;
  display: block;
  height: 190px;
  margin-top: -2px; }

.click-release-section {
  background-color: #fff;
  padding: 40px 0 0 0; }

.click-release-copy {
  padding-bottom: 40px; }

.click-video, .click-image, .fidelity-video, .fidelity-image {
  width: 100%;
  border: 1px solid #009AD9; }

.click-monitor--wrapper::before {
  content: '';
  border: 2px solid #009AD9;
  position: absolute;
  top: 9px;
  left: 50%;
  height: 10px;
  width: 10px;
  border-radius: 10px; }

.intro-tables-section-copy {
  margin: 100px 0; }

.intro-tables-imagery {
  height: 450px;
  position: relative; }

.persistent-id-image, .ext-manager-image {
  width: 100%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 22px rgba(0, 0, 0, 0.32);
  margin-bottom: 90px;
  margin-top: 90px; }

.tables-image {
  width: 100%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 22px rgba(0, 0, 0, 0.32);
  margin-bottom: 90px; }

.ext-manager--icon {
  width: 45px;
  height: 45px;
  background: #fff;
  border: 2px solid #ccc;
  z-index: 40;
  padding: 10px;
  border-radius: 40px;
  margin: 0 auto;
  position: relative; }

.ext-manager-imagery video {
  width: 100%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 22px rgba(0, 0, 0, 0.32);
  margin-bottom: 90px; }

.ext-manager-image {
  position: relative; }

.ext-manager-imagery::before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ccc;
  content: '';
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  margin-top: -10px; }

.persistent-id-imagery {
  position: relative;
  padding-top: 450px; }

.persistent-id-image {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 22px rgba(0, 0, 0, 0.32);
  margin-bottom: 0; }

.persistent-id-image1 {
  position: absolute;
  width: 700px;
  bottom: 0;
  right: 0;
  z-index: 2; }

.persistent-id-image2 {
  position: absolute;
  width: 800px;
  bottom: 0;
  left: 0; }

.persistent-id-section-copy {
  padding-bottom: 90px; }

.persistent-id-imagery.persistent-id-video {
  margin: 0;
  padding-top: 0; }

.cta-2017-section {
  padding: 93px 0 590px 0;
  text-align: center;
  position: relative;
  background-image: url("/sites/www.sketchup.com/files/2017/footer/hero-su2017-B@2x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.cta-2017-section .container, .cta-2017-section .layout--sketchup--container, .cta-2017-section #block-system-main > .node, .cta-2017-section .education-landing-page--header .inner, .education-landing-page--header .cta-2017-section .inner, .cta-2017-section .edu-students-download-free-trial, .cta-2017-section .edu-info-dump, .cta-2017-section .edu-educators-info-dump .inner, .edu-educators-info-dump .cta-2017-section .inner, .cta-2017-section .edu-join-the-gang--container, .cta-2017-section #edu-license-types, .cta-2017-section #download-all, .cta-2017-section #current-sketchup-pro, .cta-2017-section #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .cta-2017-section .region-inner, .cta-2017-section #vpp .content-container, #vpp .cta-2017-section .content-container, .cta-2017-section
#vpp .image-container,
#vpp .cta-2017-section .image-container, .cta-2017-section .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .cta-2017-section .pane-content, .cta-2017-section .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .cta-2017-section .pane-content, .cta-2017-section .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .cta-2017-section .pane-content, .cta-2017-section .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .cta-2017-section .pane-content, .cta-2017-section .tagline, .cta-2017-section .industry-hero__content--wrapper, .cta-2017-section .featurette--pdm .pane-content, .featurette--pdm .cta-2017-section .pane-content {
  z-index: 50; }

.twentytwenty-before-label:before {
  content: "2016" !important;
  background-color: black; }

.twentytwenty-after-label:before {
  content: "2017" !important;
  background-color: black; }

.twentytwenty-overlay:hover {
  background: transparent; }

.bird-container {
  position: relative; }

.bird {
  -webkit-filter: drop-shadow(20px 20px 5px #B5B5B5);
          filter: drop-shadow(20px 20px 5px #B5B5B5);
  z-index: 90;
  transition: all 1.2s ease-in; }

.bird1 {
  width: 140px;
  position: absolute;
  top: -100px;
  right: -140px; }

.bird1.flown {
  top: -10px;
  right: -40px; }

.bird2 {
  width: 140px;
  position: absolute;
  top: -200px;
  left: -260px; }

.bird2.flown {
  top: -100px;
  left: -160px; }

.bird3 {
  width: 210px;
  position: absolute;
  top: -100px;
  right: -200px; }

.bird3.flown {
  top: 00px;
  right: -100px; }

.bird4 {
  width: 300px;
  position: absolute;
  top: -150px;
  left: -340px; }

.bird4.flown {
  top: 50px;
  left: -240px; }

.bird5 {
  width: 200px;
  position: absolute;
  top: -50px;
  left: -240px; }

.bird5.flown {
  top: 50px;
  left: -40px; }

.bird6 {
  width: 140px;
  position: absolute;
  top: -50px;
  right: -90px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.bird6.flown {
  top: 50px;
  right: 10px; }

.bkg-mesh-container {
  position: relative; }

.mesh1 {
  width: 1200px;
  position: absolute;
  right: -1200px;
  top: -100px;
  z-index: 10;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.mesh2 {
  width: 1200px;
  position: absolute;
  left: -1250px;
  top: -100px;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  z-index: 10; }

.mesh3 {
  width: 1200px;
  position: absolute;
  right: -1200px;
  top: -100px;
  z-index: 10; }

.mesh4 {
  width: 1200px;
  position: absolute;
  left: -1200px;
  top: -100px;
  z-index: 10; }

.mesh5 {
  width: 1200px;
  position: absolute;
  right: -1200px;
  top: -500px;
  z-index: 10;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.mesh6 {
  width: 1200px;
  position: absolute;
  left: -1200px;
  top: -100px;
  z-index: 10; }

.click-release-option, .high-fidelity-option {
  display: none; }

#click-option-1, #fidelity-option-1 {
  display: block; }

.click-release-option video, .click-release-option img, .high-fidelity-option video, .high-fidelity-option img {
  width: 100%; }

.axis-colorpicker-field {
  padding-bottom: 5px; }

.feature-icon-2017--wrapper {
  padding: 20px 20px 20px 0; }

.feature-icon-2017--wrapper svg {
  font-size: 32px; }

.feature-icon-2017--wrapper img {
  width: 30px;
  height: 30px; }

.click-release-feature, .high-fidelity-feature {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  color: #4d5259; }

.click-release-feature:hover .feature-subhead, .click-release-feature:active .feature-subhead,
.high-fidelity-feature:hover .feature-subhead, .high-fidelity-feature:active .feature-subhead {
  color: #22a2dd; }

.click-release-feature:hover .feature-desc, .click-release-feature:active .feature-desc,
.high-fidelity-feature:hover .feature-desc, .high-fidelity-feature:active .feature-desc {
  color: #6A6976; }

.tables-image {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 22px rgba(0, 0, 0, 0.32); }

.high-fidelity-copy.section-description {
  padding-bottom: 40px; }

.product-differentiation {
  font-weight: 100; }

.click-release-section {
  padding: 100px 0; }

.featurette-2017 a.cool {
  color: #22a2dd;
  font-weight: 400; }

.every-cone-su-ui--wrapper {
  background: linear-gradient(#e8e6e8, #d2d0d2);
  padding-top: 6px; }

.every-cone-su-ui--wrapper img {
  max-width: 70%; }

.every-cone-su-ui--wrapper .container, .every-cone-su-ui--wrapper .layout--sketchup--container, .every-cone-su-ui--wrapper #block-system-main > .node, .every-cone-su-ui--wrapper .education-landing-page--header .inner, .education-landing-page--header .every-cone-su-ui--wrapper .inner, .every-cone-su-ui--wrapper .edu-students-download-free-trial, .every-cone-su-ui--wrapper .edu-info-dump, .every-cone-su-ui--wrapper .edu-educators-info-dump .inner, .edu-educators-info-dump .every-cone-su-ui--wrapper .inner, .every-cone-su-ui--wrapper .edu-join-the-gang--container, .every-cone-su-ui--wrapper #edu-license-types, .every-cone-su-ui--wrapper #download-all, .every-cone-su-ui--wrapper #current-sketchup-pro, .every-cone-su-ui--wrapper #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .every-cone-su-ui--wrapper .region-inner, .every-cone-su-ui--wrapper #vpp .content-container, #vpp .every-cone-su-ui--wrapper .content-container, .every-cone-su-ui--wrapper
#vpp .image-container,
#vpp .every-cone-su-ui--wrapper .image-container, .every-cone-su-ui--wrapper .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .every-cone-su-ui--wrapper .pane-content, .every-cone-su-ui--wrapper .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .every-cone-su-ui--wrapper .pane-content, .every-cone-su-ui--wrapper .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .every-cone-su-ui--wrapper .pane-content, .every-cone-su-ui--wrapper .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .every-cone-su-ui--wrapper .pane-content, .every-cone-su-ui--wrapper .tagline, .every-cone-su-ui--wrapper .industry-hero__content--wrapper, .every-cone-su-ui--wrapper .featurette--pdm .pane-content, .featurette--pdm .every-cone-su-ui--wrapper .pane-content {
  margin-left: 0; }

.intro-tables-section {
  overflow: hidden;
  background-color: #eee; }

.shard-container {
  position: relative; }

.shard svg {
  mix-blend-mode: screen; }

.shard1 {
  width: 190px;
  position: absolute;
  left: -100px; }

.shard2 {
  width: 190px;
  position: absolute;
  right: -100px; }

.shard3 {
  width: 190px;
  position: absolute;
  left: -100px; }

.pipeline1, .pipeline2, .pipeline3, .pipeline4 {
  transition: all 0.4906s ease-in;
  -webkit-transition: all 0.4906s ease-out;
  -moz-transition: all 0.4906s ease-in;
  -o-transition: all 0.4906s ease-in; }

.depressed .pipeline1 {
  bottom: -120px; }

.depressed .pipeline2 {
  bottom: -80px; }

.depressed .pipeline3 {
  bottom: -140px; }

.depressed .pipeline4 {
  bottom: -250px; }

/* Interactive SVG */
#feature--interactive-color-schemes-bkg .cls-1,
#feature--interactive-color-schemes-bkg .cls-10,
#feature--interactive-color-schemes-bkg .cls-11,
#feature--interactive-color-schemes-bkg .cls-5,
#feature--interactive-color-schemes-bkg .cls-6,
#feature--interactive-color-schemes-bkg .cls-7,
#feature--interactive-color-schemes-bkg .cls-8,
#feature--interactive-color-schemes-bkg .cls-9 {
  fill: none; }

#feature--interactive-color-schemes-bkg .cls-3 {
  -webkit-clip-path: url(#clip-path);
          clip-path: url(#clip-path); }

#feature--interactive-color-schemes-bkg .cls-4 {
  fill: url(#linear-gradient); }

#feature--interactive-color-schemes-bkg .cls-7 {
  stroke: #283d94; }

#feature--interactive-color-schemes-bkg .cls-10,
#feature--interactive-color-schemes-bkg .cls-11,
#feature--interactive-color-schemes-bkg .cls-5,
#feature--interactive-color-schemes-bkg .cls-6,
#feature--interactive-color-schemes-bkg .cls-7,
#feature--interactive-color-schemes-bkg .cls-8,
#feature--interactive-color-schemes-bkg .cls-9 {
  stroke-miterlimit: 10; }

#feature--interactive-color-schemes-bkg .cls-5 {
  stroke-width: 7px; }

#feature--interactive-color-schemes-bkg .cls-10,
#feature--interactive-color-schemes-bkg .cls-11,
#feature--interactive-color-schemes-bkg .cls-6,
#feature--interactive-color-schemes-bkg .cls-7,
#feature--interactive-color-schemes-bkg .cls-8,
#feature--interactive-color-schemes-bkg .cls-9 {
  stroke-width: 8px; }

#feature--interactive-color-schemes-bkg .cls-6 {
  stroke-dasharray: 12.08 24.16; }

#feature--interactive-color-schemes-bkg .cls-9 {
  stroke-dasharray: 12.03 24.07; }

#feature--interactive-color-schemes-bkg .cls-11 {
  stroke-dasharray: 11.97 23.93; }

#feature--interactive-color-schemes-bkg .cls-12 {
  fill: #467f9e; }

#feature--interactive-color-schemes-bkg .cls-13 {
  fill: #98896c; }

#feature--interactive-color-schemes-bkg .cls-14 {
  fill: #f8fcff; }

#feature--interactive-color-schemes-bkg .cls-15 {
  fill: #ffe2a9; }

#feature--interactive-color-schemes-bkg .cls-16 {
  fill: #b3c7c4; }

#feature--interactive-color-schemes-bkg .cls-17 {
  fill: #76a0d4; }

#feature--interactive-color-schemes-bkg .cls-18 {
  fill: #696f6c; }

#feature--interactive-color-schemes-bkg .cls-19 {
  fill: #010101; }

/* Mesh/Nest Layering */
.whats-new-wrapper {
  z-index: 5; }

/* no meshes */
.mesh1 {
  z-index: 5; }

/* mesh should appear behind the elements on this section */
.pipeline-section {
  z-index: 15; }

.see-thru-section {
  z-index: 40;
  position: relative; }

/* no meshes */
.mesh2 {
  z-index: 35; }

.click-release-section {
  z-index: 30;
  position: relative; }

.mesh3 {
  z-index: 45; }

.intro-tables-section {
  z-index: 40;
  position: relative; }

.mesh4 {
  z-index: 55; }

.high-fidelity-section {
  z-index: 50;
  position: relative; }

.every-cone-su-ui--wrapper, .every-cone-section {
  z-index: 60;
  position: relative; }

.mesh5 {
  z-index: 55; }

.persistent-id-section {
  z-index: 50;
  position: relative; }

.cta-2017-section {
  z-index: 99; }

/* Layout */
.sketchup-pro--top-buy-btn {
  text-align: center; }

.warehouse-search {
  text-align: center; }

/* Styling */
#sketchup-pro .featurette, #sketchup-pro .pane-industry-page-images-panel-pane-8, #sketchup-pro
.pane-industry-page-images-panel-pane-7, #sketchup-pro .education-landing-page--header, #sketchup-pro .edu-info-dump, #sketchup-pro .edu-join-the-gang--wrapper, #sketchup-pro .reseller-image-section, #sketchup-pro .view-testimonials, #sketchup-pro #reseller-map .reseller-region--wrapper, #reseller-map #sketchup-pro .reseller-region--wrapper, #sketchup-pro .hero-box, #sketchup-pro .dl-buy-cta {
  border-bottom: 1px solid #363545; }

.pro-2016 h2 {
  display: none; }

.pro-2016 {
  background-attachment: fixed; }

.pro-2016--img-hero {
  margin-top: 50px;
  max-height: 375px; }

.pane-industry-page-images-panel-pane-8,
.pane-industry-page-images-panel-pane-7 {
  background-color: #ededec; }

.pane-industry-page-images-panel-pane-7 .featurette--header, .pane-industry-page-images-panel-pane-7 .edu-info-dump--header, .pane-industry-page-images-panel-pane-7 .edu-join-the-gang--header, .pane-industry-page-images-panel-pane-7 .hero-box h1, .hero-box .pane-industry-page-images-panel-pane-7 h1 {
  text-align: center; }

/* Find a 3D model of Anything */
.search-3dwh {
  background-attachment: fixed; }

.search-btn--wrapper .btn, .search-btn--wrapper #vpp .cta-btn, #vpp .search-btn--wrapper .cta-btn {
  width: 100%; }

#sketchup-pro .homepage-customize {
  background-color: #363545;
  background-image: none; }

/* Join the Gang */
#sketchup-pro .join-the-gang {
  background-attachment: fixed; }

/* 
    Make Page 
*/
/* Layout */
/* Styling */
.make--content {
  color: #fff;
  text-align: right; }

.make--content p {
  font-size: 30px; }

.page-products-sketchup-make .image-container {
  background: url(/sites/www.sketchup.com/files/core/make-background.jpg) no-repeat center;
  background-size: cover; }

.page-products-sketchup-make .featurette, .page-products-sketchup-make .pane-industry-page-images-panel-pane-8, .page-products-sketchup-make
.pane-industry-page-images-panel-pane-7, .page-products-sketchup-make .education-landing-page--header, .page-products-sketchup-make .edu-info-dump, .page-products-sketchup-make .edu-join-the-gang--wrapper, .page-products-sketchup-make .reseller-image-section, .page-products-sketchup-make .view-testimonials, .page-products-sketchup-make #reseller-map .reseller-region--wrapper, #reseller-map .page-products-sketchup-make .reseller-region--wrapper, .page-products-sketchup-make .hero-box, .page-products-sketchup-make .dl-buy-cta {
  padding-bottom: 190px; }

.make--secondary-cta {
  text-align: center; }

.make--secondary-cta a {
  color: #fff; }
  .make--secondary-cta a:hover {
    color: #D4D5D1; }

#sketchup-mobile-viewer .featurette, #sketchup-mobile-viewer .pane-industry-page-images-panel-pane-8, #sketchup-mobile-viewer
.pane-industry-page-images-panel-pane-7, #sketchup-mobile-viewer .education-landing-page--header, #sketchup-mobile-viewer .edu-info-dump, #sketchup-mobile-viewer .edu-join-the-gang--wrapper, #sketchup-mobile-viewer .reseller-image-section, #sketchup-mobile-viewer .view-testimonials, #sketchup-mobile-viewer #reseller-map .reseller-region--wrapper, #reseller-map #sketchup-mobile-viewer .reseller-region--wrapper, #sketchup-mobile-viewer .hero-box, #sketchup-mobile-viewer .dl-buy-cta {
  border-bottom: 1px solid #363545; }

.sumv-hero, .sumv-buttons {
  background-attachment: fixed; }

.present-otg {
  background-image: url("/sites/www.sketchup.com/files/core/sumv/sumv-image-03.jpg");
  background-size: cover;
  background-position: center bottom; }

.your-models {
  background-image: url("/sites/www.sketchup.com/files/core/sumv/sumv-image-04.png");
  background-size: cover;
  background-position: center bottom; }

.your-models-v2 {
  background-image: url("/sites/www.sketchup.com/files/sumv/sumv-hero4.png");
  background-size: cover;
  background-position: center bottom; }

.dial-up {
  background-color: #ededec;
  padding-bottom: 0; }

.page-products-sketchup-mobile-viewer .featurette--header, .page-products-sketchup-mobile-viewer .edu-info-dump--header, .page-products-sketchup-mobile-viewer .edu-join-the-gang--header, .page-products-sketchup-mobile-viewer .hero-box h1, .hero-box .page-products-sketchup-mobile-viewer h1 {
  text-align: left; }

.page-products-sketchup-mobile-viewer .main-wrapper {
  background-color: transparent; }

.sumv-hero .featurette--header, .sumv-hero .edu-info-dump--header, .sumv-hero .edu-join-the-gang--header, .sumv-hero .hero-box h1, .hero-box .sumv-hero h1,
.sumv-hero .featurette--subheader,
.sumv-hero .hero-box p, .hero-box
.sumv-hero p {
  text-align: right; }

.sumv-hero .button-row {
  padding: 20px 0; }

.mobile-viewer-download-btn--wrapper {
  text-align: center; }

.mobile-viewer-download-btn {
  width: 100%;
  max-width: 150px; }

.present {
  background-color: #ededec; }

/* Hide the Download Button and Keep Trimble for this page */
.page-products-sketchup-mobile-viewer .navbar-inverse .navbar-nav > li > a.top-menu--download-button.show-top-btn {
  display: none; }

.page-products-sketchup-mobile-viewer .trimble-top-menu-item {
  display: block !important; }

.bruno--hero {
  padding: 0;
  color: #fff;
  background-image: url("/sites/www.sketchup.com/files/bruno/su-viewer-ar-A01@0,5x.jpg");
  background-size: cover;
  background-position: right top; }
  .bruno--hero .btn-row {
    text-align: right; }

.bruno--hero-shadow {
  background: linear-gradient(to right, transparent, rgba(35, 35, 35, 0.5));
  padding: 300px 0 50px 0; }

.bruno--benefits {
  background-image: url("/sites/www.sketchup.com/files/bruno/su-viewer-ar-B01@0,5x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  padding: 90px 0 120px 0;
  overflow: hidden; }
  .bruno--benefits .featurette--header, .bruno--benefits .edu-info-dump--header, .bruno--benefits .edu-join-the-gang--header, .bruno--benefits .hero-box h1, .hero-box .bruno--benefits h1 {
    color: #009ad9; }
  .bruno--benefits .featurette--list-item {
    padding-left: 0; }
  .bruno--benefits .featurette--list-item h5 {
    color: #009ad9; }

.bruno--benefits-foreground {
  background-image: url("/sites/www.sketchup.com/files/bruno/su-viewer-ar-B02@0,5x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .1s bottom; }

.bruno--testimonials .row, .bruno--testimonials .edu-students-download-free-trial--row, .bruno--testimonials .edu-info-dump--row, .bruno--testimonials .edu-join-the-gang--row, .bruno--testimonials .learn-resources--item, .bruno--testimonials .buy-sketchup--bottom-section, .bruno--testimonials .sketchup-pro-reseller__list, .bruno--testimonials .industry-hero__title--wrapper, .bruno--testimonials
.industry-hero__body--wrapper, .bruno--testimonials
.industry-hero__links--wrapper {
  padding-left: 0; }

.bruno--features {
  padding-bottom: 90px;
  padding-top: 60px;
  color: #fff;
  background: url("/sites/www.sketchup.com/files/bruno/su-viewer-ar-C01@0,5x.jpg"), linear-gradient(to right, #ccc, rgba(35, 35, 35, 0.5)); }
  .bruno--features a {
    color: #fff; }
  .bruno--features .tabs-wrapper {
    text-align: center; }
  .bruno--features .edu-tabs.nav-tabs > li > a {
    padding: 10px 30px 6px 30px;
    color: #fff; }
  .bruno--features .edu-tabs.nav-tabs > li > a:focus, .bruno--features .edu-tabs.nav-tabs > li.active > a {
    border-color: #009ad9;
    color: #009ad9; }
  .bruno--features .edu-tabs.nav-tabs > li > a:hover {
    border-color: #31708f;
    color: #31708f; }
  .bruno--features .tab-content {
    margin-top: 30px; }

.bruno-features-image {
  width: 100%; }

.bruno--partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6); }

.bruno-partner-logo {
  width: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.bruno-partner-logo img {
  width: 100%;
  -webkit-filter: opacity(70%);
          filter: opacity(70%); }

.bruno--next-steps {
  text-align: center;
  padding: 90px 0;
  background-color: #f0f0f5;
  padding: 0;
  background-image: url(/sites/all/themes/sketch/images/dist/texture_poly-blend-darkgray.jpg); }
  .bruno--next-steps h1, .bruno--next-steps h2, .bruno--next-steps h3, .bruno--next-steps h4, .bruno--next-steps h5, .bruno--next-steps p {
    color: #4d5259; }

.bruno--next-steps .container, .bruno--next-steps .layout--sketchup--container, .bruno--next-steps #block-system-main > .node, .bruno--next-steps .education-landing-page--header .inner, .education-landing-page--header .bruno--next-steps .inner, .bruno--next-steps .edu-students-download-free-trial, .bruno--next-steps .edu-info-dump, .bruno--next-steps .edu-educators-info-dump .inner, .edu-educators-info-dump .bruno--next-steps .inner, .bruno--next-steps .edu-join-the-gang--container, .bruno--next-steps #edu-license-types, .bruno--next-steps #download-all, .bruno--next-steps #current-sketchup-pro, .bruno--next-steps #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .bruno--next-steps .region-inner, .bruno--next-steps #vpp .content-container, #vpp .bruno--next-steps .content-container, .bruno--next-steps
#vpp .image-container,
#vpp .bruno--next-steps .image-container, .bruno--next-steps .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .bruno--next-steps .pane-content, .bruno--next-steps .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .bruno--next-steps .pane-content, .bruno--next-steps .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .bruno--next-steps .pane-content, .bruno--next-steps .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .bruno--next-steps .pane-content, .bruno--next-steps .tagline, .bruno--next-steps .industry-hero__content--wrapper, .bruno--next-steps .featurette--pdm .pane-content, .featurette--pdm .bruno--next-steps .pane-content {
  padding: 90px 0; }

.bruno--next-steps h2 {
  color: #fff; }

.bruno--single {
  background-color: #cecece;
  display: none;
  overflow: hidden;
  text-align: center;
  padding: 80px 0; }
  .bruno--single h5 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px; }
  .bruno--single .bruno-single--description {
    padding-bottom: 30px; }
  .bruno--single .price-sub-cta {
    padding-top: 15px;
    font-weight: 600; }

.bruno--single .container, .bruno--single .layout--sketchup--container, .bruno--single #block-system-main > .node, .bruno--single .education-landing-page--header .inner, .education-landing-page--header .bruno--single .inner, .bruno--single .edu-students-download-free-trial, .bruno--single .edu-info-dump, .bruno--single .edu-educators-info-dump .inner, .edu-educators-info-dump .bruno--single .inner, .bruno--single .edu-join-the-gang--container, .bruno--single #edu-license-types, .bruno--single #download-all, .bruno--single #current-sketchup-pro, .bruno--single #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .bruno--single .region-inner, .bruno--single #vpp .content-container, #vpp .bruno--single .content-container, .bruno--single
#vpp .image-container,
#vpp .bruno--single .image-container, .bruno--single .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .bruno--single .pane-content, .bruno--single .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .bruno--single .pane-content, .bruno--single .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .bruno--single .pane-content, .bruno--single .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .bruno--single .pane-content, .bruno--single .tagline, .bruno--single .industry-hero__content--wrapper, .bruno--single .featurette--pdm .pane-content, .featurette--pdm .bruno--single .pane-content {
  padding: 40px 0; }

.bruno--form {
  display: none;
  background-color: #f7f7f9;
  overflow: hidden; }

.bruno--form .container, .bruno--form .layout--sketchup--container, .bruno--form #block-system-main > .node, .bruno--form .education-landing-page--header .inner, .education-landing-page--header .bruno--form .inner, .bruno--form .edu-students-download-free-trial, .bruno--form .edu-info-dump, .bruno--form .edu-educators-info-dump .inner, .edu-educators-info-dump .bruno--form .inner, .bruno--form .edu-join-the-gang--container, .bruno--form #edu-license-types, .bruno--form #download-all, .bruno--form #current-sketchup-pro, .bruno--form #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .bruno--form .region-inner, .bruno--form #vpp .content-container, #vpp .bruno--form .content-container, .bruno--form
#vpp .image-container,
#vpp .bruno--form .image-container, .bruno--form .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .bruno--form .pane-content, .bruno--form .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .bruno--form .pane-content, .bruno--form .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .bruno--form .pane-content, .bruno--form .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .bruno--form .pane-content, .bruno--form .tagline, .bruno--form .industry-hero__content--wrapper, .bruno--form .featurette--pdm .pane-content, .featurette--pdm .bruno--form .pane-content {
  padding: 40px 0; }

.bruno--faq {
  background-color: #dadae1;
  padding: 100px 0; }
  .bruno--faq h3 {
    color: #009ad9; }
  .bruno--faq .nav-pills > li > a {
    border-radius: 3px;
    color: #999;
    font-weight: 500; }
  .bruno--faq .nav-pills > li.active > a, .bruno--faq .nav-pills > li.active > a:hover, .bruno--faq .nav-pills > li.active > a:focus {
    background-color: #009ad9;
    color: #fff; }

#edu-grants .panel-pane {
  overflow: visible; }

#edu-license-types .pane-title {
  display: none; }

/* Education Landing Page */
.education-landing-page--header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("/sites/www.sketchup.com/files/edu-img/heros/studentpage_hero-a05.png");
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px #000; }

.education-landing-alt--row {
  text-align: center;
  padding: 50px 0; }

.education-landing-page--body h2 {
  display: none; }

/* New 2016 Education Redesign */
.edu-btn-cta--wrapper {
  display: inline-block;
  width: 100%; }
  .edu-btn-cta--wrapper .btn, .edu-btn-cta--wrapper #vpp .cta-btn, #vpp .edu-btn-cta--wrapper .cta-btn {
    white-space: normal;
    width: 100%; }

.post-accordian-cta .btn, .post-accordian-cta #vpp .cta-btn, #vpp .post-accordian-cta .cta-btn {
  white-space: normal; }

.post-accordian-cta .education--sub-cta--wrapper {
  text-align: center; }

.education--sub-cta--wrapper {
  text-align: right;
  margin-top: 5px; }

.education-page .attribution-link--wrapper {
  position: absolute;
  right: 0;
  bottom: 0; }

.education-page .flex-direction-nav,
.education-page .flex-control-nav {
  display: none; }

.education-page .flexslider .featurette h3, .education-page .flexslider .pane-industry-page-images-panel-pane-8 h3, .education-page .flexslider
.pane-industry-page-images-panel-pane-7 h3, .education-page .flexslider .education-landing-page--header h3, .education-page .flexslider .edu-info-dump h3, .education-page .flexslider .edu-join-the-gang--wrapper h3, .education-page .flexslider .reseller-image-section h3, .education-page .flexslider .view-testimonials h3, .education-page .flexslider #reseller-map .reseller-region--wrapper h3, #reseller-map .education-page .flexslider .reseller-region--wrapper h3, .education-page .flexslider .hero-box h3, .education-page .flexslider .dl-buy-cta h3,
.education-page .flexslider .featurette p,
.education-page .flexslider .pane-industry-page-images-panel-pane-8 p,
.education-page .flexslider
.pane-industry-page-images-panel-pane-7 p,
.education-page .flexslider .education-landing-page--header p,
.education-page .flexslider .edu-info-dump p,
.education-page .flexslider .edu-join-the-gang--wrapper p,
.education-page .flexslider .reseller-image-section p,
.education-page .flexslider .view-testimonials p,
.education-page .flexslider #reseller-map .reseller-region--wrapper p, #reseller-map
.education-page .flexslider .reseller-region--wrapper p,
.education-page .flexslider .hero-box p,
.education-page .flexslider .dl-buy-cta p {
  color: #fff;
  text-shadow: 1px 1px #000; }

.education-page .flexslider .featurette p a, .education-page .flexslider .pane-industry-page-images-panel-pane-8 p a, .education-page .flexslider
.pane-industry-page-images-panel-pane-7 p a, .education-page .flexslider .education-landing-page--header p a, .education-page .flexslider .edu-info-dump p a, .education-page .flexslider .edu-join-the-gang--wrapper p a, .education-page .flexslider .reseller-image-section p a, .education-page .flexslider .view-testimonials p a, .education-page .flexslider #reseller-map .reseller-region--wrapper p a, #reseller-map .education-page .flexslider .reseller-region--wrapper p a, .education-page .flexslider .hero-box p a, .education-page .flexslider .dl-buy-cta p a {
  text-shadow: none; }

.education--sub-cta {
  color: #fff;
  text-shadow: 1px 1px #000; }
  .education--sub-cta:hover {
    color: #D4D5D1; }

.education-page .panel-pane {
  overflow: visible; }

/* SPECIAL DOWNLOAD BUTTON WE'RE TRYING OUT */
.download-btn-dropdown {
  display: inline-block; }

.download-btn-dropdown ul {
  margin: 0;
  width: 100%; }

.download-btn-dropdown ul a {
  padding: 16px;
  white-space: normal; }

/* EDU Student - Customize Sketchup */
.edu-students--customize-sketchup {
  padding: 80px 0; }

.edu-student--customize--top-section {
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 2.14286; }
  .edu-student--customize--top-section h2 {
    font-size: 36px; }

.edu-student--customize-ext-logo {
  width: 75px; }

.edu-tabs.nav-tabs {
  display: inline-block;
  border-bottom: none; }

.edu-tabs.nav-tabs > li > a {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px; }

.edu-tabs.nav-tabs > li > a:hover,
.edu-tabs.nav-tabs > li > a:focus,
.edu-tabs.nav-tabs > li.active > a {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e72b2d;
  color: #b11423; }

.edu-tabs--wrapper {
  margin-bottom: 20px;
  text-align: center; }

/* Edu Student and Educator "Get Good Fast" and "Focus on Design" */
.edu-educators--focus-on-design--wrapper,
.edu-students--good-fast {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("/sites/www.sketchup.com/files/core/edu/edu-hero-a04.jpg");
  clear: both;
  text-shadow: 1px 1px 1px #000; }
  .edu-educators--focus-on-design--wrapper .featurette--header, .edu-educators--focus-on-design--wrapper .edu-info-dump--header, .edu-educators--focus-on-design--wrapper .edu-join-the-gang--header, .edu-educators--focus-on-design--wrapper .hero-box h1, .hero-box .edu-educators--focus-on-design--wrapper h1,
  .edu-students--good-fast .featurette--header,
  .edu-students--good-fast .edu-info-dump--header,
  .edu-students--good-fast .edu-join-the-gang--header,
  .edu-students--good-fast .hero-box h1, .hero-box
  .edu-students--good-fast h1 {
    text-align: left; }

.edu-educators--ahead-of-pack {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("/sites/www.sketchup.com/files/core/edu/edu-hero-a03.jpg");
  position: relative; }
  .edu-educators--ahead-of-pack .featurette--header, .edu-educators--ahead-of-pack .edu-info-dump--header, .edu-educators--ahead-of-pack .edu-join-the-gang--header, .edu-educators--ahead-of-pack .hero-box h1, .hero-box .edu-educators--ahead-of-pack h1 {
    text-align: left; }

/* BLOCK - CTA Download Free Trail */
.edu-students-download-free-trial--row {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 15px; }

.edu-students-download-free-trial--copy p {
  margin: 0; }

/* BLOCK - "Here is what you need to know" aka "EDU Info Dump" */
.edu-students-info-dump--anchor {
  text-align: center;
  padding: 20px; }

.edu-students-info-dump h3 {
  text-align: center; }

.edu-info-dump {
  text-align: center;
  padding-top: 10px; }

.edu-info-dump--row {
  text-align: center;
  padding-top: 70px; }

.edu-info-dump--icon {
  color: #e72b2d;
  font-size: 3em; }

.edu-info-dump--row--1 {
  padding-top: 20px;
  padding-bottom: 10px; }

.edu-info-dump--row--2 {
  padding-top: 10px;
  padding-bottom: 20px; }

.edu-info-dump--questions {
  color: #4D5259; }

/* BLOCK - Educator Info Dump */
.edu-educators-info-dump {
  background-color: #f3f3f7;
  border-bottom: 1px solid #363545; }
  .edu-educators-info-dump h3 {
    text-align: center; }

#industry-page .edu-educators-info-dump .panel-pane {
  border-bottom: 0; }

.edu-accordion.sketchup-accordion .icon-container {
  background-color: #e2e2e7;
  color: #4D5259; }

.edu-accordion .panel-default > .panel-heading {
  background-color: #fff; }

.post-accordian-cta {
  text-align: center;
  padding-bottom: 40px; }

/* BLOCK - Need SketchUp Pro in your school? */
/* BLOCK - Education Version of Join the Gang */
.edu-join-the-gang {
  text-align: center; }

.edu-join-the-gang--header {
  color: #fff; }

.extension--stub img {
  width: 75px; }

.extension--stub h5 {
  color: #4D5259; }

/* Icons for whole page */
/* End of Redesign */
#edu-licenses {
  background-color: #818181;
  min-height: 725px;
  overflow: hidden;
  width: 100%; }

#edu-licenses .pane-title {
  color: #fff; }

#edu-licenses .image-container #edu-licenses-bg {
  background: url(/sites/www.sketchup.com/files/core/edu/bg_Santiago_Molina_2400x1200.jpg) no-repeat 50% top;
  background-size: 100% auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

#edu-licenses .image-container {
  min-height: 100%;
  max-width: none;
  padding: 0;
  position: absolute;
  width: 100%; }

#edu-licenses .content-container {
  background-color: #35393e;
  border: 0;
  bottom: 0;
  max-width: none;
  padding: 30px 0;
  position: absolute;
  width: 100%; }

#edu-licenses .content-container #edu-license-types ul li {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
  vertical-align: top; }

#edu-licenses .content-container #edu-license-types ul li .title {
  display: block;
  font-size: 2.1rem; }

#edu-licenses .text-overlay {
  position: relative; }

#edu-licenses .image-container #edu-licenses-bg .attribution-wrapper {
  position: absolute;
  bottom: 2px;
  width: 100%;
  z-index: 2; }

#edu-licenses-bg .attribution-wrapper .attribution-container {
  max-width: 960px; }

#edu-licenses .image-container #edu-licenses-bg .attribution-wrapper .attribution-container .user-attribution {
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 15px; }

/* Learn - Landing Page */
/* 
 * http://www.sketchup.com/learn
 * http://www.sketchup.com/learn/resources
 * http://www.sketchup.com/learn/videos/*
 */
/* Learn Landing Page */
.learn-landing-page .region1 {
  background-image: url("/sites/www.sketchup.com/files/core/learn/learn-hero-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.learn-landing-page__hero-area {
  color: #fff;
  padding: 180px 0;
  text-align: center; }

.learn-landing-page__hero-area p {
  font-size: 20px; }

.helpful-option {
  color: #363545;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  text-align: center; }

.helpful-option .fa-stack {
  font-size: 2.2em; }

.helpful-option h3 {
  font-size: 16px;
  margin-top: 0;
  line-height: 20px; }

.need-help-fast-area {
  background-color: #eee;
  text-align: center;
  border-bottom: 1px solid #363545; }

.help--need-help-fast--image {
  width: 100%;
  max-width: 300px;
  padding-bottom: 10px; }

/* Learn Resources - BOOKS */
.learning-resources-list ul {
  padding-left: 0; }

.learn-resources--item {
  list-style: none;
  padding: 10px; }

.learn-resources--item--image {
  text-align: center; }

.learn-resources--item--title {
  font-size: 18px;
  font-weight: 600; }

.learn-resources--item--author {
  font-style: italic;
  padding-bottom: 10px; }

.learn-resources--item--author__label {
  float: left;
  padding-right: 5px; }

/* Learn Videos */
#learn-videos {
  margin: 20px 0; }
  #learn-videos .pane-video-tutorials-panel-pane-7 .view-content {
    height: 100%;
    min-height: 300px; }
    #learn-videos .pane-video-tutorials-panel-pane-7 .view-content .osmplayer-default {
      position: static; }
  #learn-videos .pane-video-tutorials-panel-pane-7 .view-footer {
    font-size: 1.4rem;
    position: relative;
    text-align: center;
    top: 30px; }
  #learn-videos .pane-quicktabs ul.quicktabs-tabs {
    font-size: 0; }
    #learn-videos .pane-quicktabs ul.quicktabs-tabs li {
      background-color: #4D5259;
      border: 1px solid #D4D5D1;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      box-sizing: border-box;
      display: inline-block;
      font-size: 1.4rem;
      padding: 3px 9px;
      width: 50%; }
      #learn-videos .pane-quicktabs ul.quicktabs-tabs li a {
        color: #D4D5D1; }
      #learn-videos .pane-quicktabs ul.quicktabs-tabs li.active {
        background-color: white;
        border-bottom: 0; }
        #learn-videos .pane-quicktabs ul.quicktabs-tabs li.active a {
          color: #e72b2d; }
  #learn-videos .pane-quicktabs .quicktabs_main {
    border: 1px solid #D4D5D1;
    border-top: 0;
    min-height: 300px;
    position: relative;
    top: -1px; }
    #learn-videos .pane-quicktabs .quicktabs_main .views-row {
      border-bottom: 1px solid #D4D5D1;
      font-size: 1.4rem;
      margin-bottom: 6px;
      padding: 9px 3% 12px; }
      #learn-videos .pane-quicktabs .quicktabs_main .views-row:nth-last-child(1) {
        border-bottom: 0; }
      #learn-videos .pane-quicktabs .quicktabs_main .views-row .views-field-title {
        display: inline-block;
        margin-top: 9px;
        vertical-align: top;
        width: 60%; }
      #learn-videos .pane-quicktabs .quicktabs_main .views-row .views-field-field-video-image-preview {
        display: inline-block;
        width: 36%; }
  #learn-videos #views-exposed-form-video-tutorials-panel-pane-4 #edit-playlist-wrapper {
    padding: 12px 0;
    width: 100%; }
    #learn-videos #views-exposed-form-video-tutorials-panel-pane-4 #edit-playlist-wrapper label {
      display: none; }
    #learn-videos #views-exposed-form-video-tutorials-panel-pane-4 #edit-playlist-wrapper .bef-select-as-links .form-type-bef-link {
      padding: 3px 9px; }

.page-learn-training .views-row {
  display: inline-block;
  font-size: 14px;
  min-height: 450px;
  width: 50%;
  padding: 10px;
  border: 1px solid #eee; }

.page-learn-training .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-learn-training .views-field-title-field {
  border-bottom: 1px solid #4d5259;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 0; }

.page-learn-training .views-field-field-trainer-address-locality {
  font-style: italic;
  padding-bottom: 10px; }

.page-learn-training .views-field-body {
  padding-bottom: 10px; }

.page-learn-training .view-filters {
  display: none; }

.page-learn-training .views-field-field-contact-name {
  font-size: 18px;
  font-weight: 400; }
  .page-learn-training .views-field-field-contact-name .field-content {
    display: inline-block; }

.page-learn-training .learning-training--item--cta,
.page-learn-training .views-field-title-field,
.page-learn-training .views-field-field-contact-name,
.page-learn-training .views-field-field-trainer-address-locality {
  text-align: center; }

/*  /buy/sketchup-pro */
/* Buy Page */
#buy-page {
  color: #fff; }

/* Top Section */
.buy-sketchup--top-section {
  height: 400px; }

.buy-sketchup--top-section--cta-button-section {
  margin-top: 30px;
  text-align: center; }

.buy-sketchup--top-section--cta-button-section #faq {
  cursor: pointer;
  font-size: 13px;
  color: #fff; }

.buy-sketchup--top-section--cta-button-section #faq-answers {
  display: none;
  background-color: #fff;
  color: black;
  border: 1px solid #D4D5D1;
  text-align: left; }
  .buy-sketchup--top-section--cta-button-section #faq-answers ul {
    list-style: none;
    margin: 0;
    padding: 10px 15px; }
    .buy-sketchup--top-section--cta-button-section #faq-answers ul li {
      padding: 3px 0;
      border-bottom: 1px solid #D4D5D1; }

/* Bottom Section */
.buy-sketchup--bottom-section {
  padding-bottom: 90px; }

.buy-sketchup--bottom-section--options {
  font-size: 14px;
  list-style: none;
  text-align: center; }

.buy-sketchup--bottom-section--options ul {
  padding-left: 0; }

.buy-sketchup--bottom-section--options .std-size {
  font-size: 1.4rem; }

.buy-sketchup--bottom-section--options a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px black;
  color: #fff; }

.buy-sketchup--bottom-section--options a:hover {
  color: #D4D5D1; }

.nonprofit .region1 {
  background-image: url("http://www.sketchup.com/sites/www.sketchup.com/files/core/nonprofit/16105_Yestermorrow_Hero.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.nonprofit .region1 img {
  visibility: hidden;
  width: 100%; }

.nonprofit .region2 {
  padding: 20px 0; }

.lang-anchor:before {
  display: block;
  content: " ";
  margin-top: -110px;
  height: 110px;
  visibility: hidden; }

#dlform {
  min-height: 750px; }

#edit-pro-desc, #edit-make-desc, #edit-edu-pro-desc, .download-page--business-side button, .download-page--business-side .form-item {
  display: none; }

.download-page--business-side .form-item-use-case {
  display: block; }

.download-page--information-side {
  color: #4d5259;
  text-shadow: 1px 1px 1px #fff; }

.download-page--business-side {
  width: 100%; }

.download--default-image img {
  width: 100%; }

.download-page--description--edu--section {
  text-shadow: 1px 1px 1px #fff; }

@media screen and (min-width: 1200px) {
  #download-page {
    background-size: 120%; } }

#download-page {
  background-color: #abaab2;
  background-image: url(/sites/www.sketchup.com/files/2017/hero/hero-su2017-B@1x.jpg), linear-gradient(to bottom, #abaab2 0%, #82808b 50%, #baa79e 75%, #b6a9a1 100%);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0; }

#download-page h3 {
  color: #e72b2d;
  font-size: 24px;
  margin: 0; }

#download-page .form-item {
  margin: 0; }

.page-download .form-submit {
  margin-bottom: 10px; }

#download-page.edu-background .download-page--information-side {
  color: #000; }

#download-page.pro-background {
  background-image: url(/sites/www.sketchup.com/files/2017/hero/hero-su2017-A@1x.jpg);
  background-position: left top;
  background-color: #a1a1a1; }

#download-page.make-background {
  background-image: url(/sites/www.sketchup.com/files/2017/hero/hero-su-make-A@1x.jpg);
  background-position: left top;
  background-color: #b9cad1; }

#download-page.edu-background {
  background-image: url(/sites/www.sketchup.com/files/2017/hero/hero-su-viewer-A@1x.jpg);
  background-position: left top;
  background-color: #afb4b8; }

#download-page.pro-background,
#download-page.make-background,
#download-page.edu-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom; }

/* gradient layer */
#download-page .region1 {
  padding-top: 50px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

#download-page.edu-background .region1 {
  padding-top: 50px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)); }

#download-page.pro-background .download-page--business-side,
#download-page.make-background .download-page--business-side,
#download-page.edu-background .download-page--business-side {
  margin-bottom: 90px; }

#edit-download-default-image {
  padding-bottom: 0;
  margin-bottom: 0; }

#edit-empty-side,
#edit-intro,
#edit-closing,
#edit-closing2 {
  display: none; }

.emphasis {
  font-style: italic; }

#download-modal-container {
  display: none;
  position: absolute;
  top: 50%;
  left: 25%;
  background-color: #fff;
  z-index: 500;
  width: 50%;
  padding: 20px;
  border: 1px solid black; }

.form-item-pro-terms label .form-required {
  display: none; }

#download-page .form-item-first-name,
#download-page .form-item-country,
#download-page .form-item-company-name {
  padding-left: 0; }

#download-page .form-item-last-name,
#download-page .form-item-state,
#download-page .form-item-company-size {
  padding-right: 0; }

.page-download .alert {
  margin-bottom: 0; }

.form-submit {
  background-color: #e72b2d;
  border: 0;
  border-color: #e72b2d;
  color: #fff;
  padding: 16px 15px; }
  .form-submit:hover, .form-submit:focus {
    color: #fff;
    background-color: #c81719;
    border-color: #bf1617; }

.form-submit[disabled], .form-submit[disabled]:hover {
  color: #fff;
  background-color: grey; }

.page-download label.error {
  display: none !important; }

.form-item-honey-bear {
  display: none; }

#bit32-modal-header {
  font-weight: 400; }

.bit32-subhead {
  font-weight: 600; }

#dlform select.form-control {
  transition: none; }

/* FOUC fixish */
#download-all .pane-title {
  display: block; }

#download-all tbody tr:first-child {
  background-color: #f0f0f0; }

#download-all tr:first-child td:first-child {
  font-weight: bold; }

.main-container #corporate-purchase {
  background: url(/sites/www.sketchup.com/files/sketchup_bootstrap_2016/images/bg/bg_CorpPricing_Banners_2600x417.jpg) no-repeat center top;
  padding-top: 417px;
  position: relative; }

.pane-block-8 {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 100%;
  z-index: 1;
  text-align: right; }

.pane-block-9 img {
  width: 100%; }

.reseller-handoff {
  padding: 50px 0; }

/* Icons */
/* 
    sketchup-pro-reseller__edu-address__label
    sketchup-pro-reseller__phone-number__label
*/
.reseller-form {
  position: initial !important; }

.node-type-sketchup-pro-reseller .page-header {
  display: none; }

.pane-sketchup-resellers-new {
  position: inherit; }

.sketchup-pro-reseller__overlay-wrapper {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }

.sketchup-pro-reseller__wrapper {
  background-color: #363545;
  border: 1px solid black;
  color: #fff;
  float: none;
  margin: 20px auto;
  position: relative;
  padding: 10px;
  z-index: 999; }

.sketchup-pro-reseller__header__close-button {
  z-index: 1000; }
  .sketchup-pro-reseller__header__close-button a {
    font-size: 33px;
    float: right;
    width: 100%;
    text-align: center; }

.sketchup-pro-reseller__header__close-button__text {
  display: none; }

.sketchup-pro-reseller__list {
  padding-left: 0;
  clear: both; }

.sketchup-pro-reseller {
  list-style: none;
  padding: 10px 30px; }

.sketchup-pro-reseller__title {
  font-size: 20px;
  font-weight: 600; }

.sketchup-pro-reseller__label {
  float: left;
  padding-right: 5px;
  font-weight: 600; }

.sketchup-pro-reseller__edu-address__label,
.sketchup-pro-reseller__website__label {
  float: none;
  font-weight: bold; }

.sketchup-pro-reseller__edu-address__content,
.sketchup-pro-reseller__website__content {
  overflow: scroll; }

.sketchup-pro-reseller__physical-address__label {
  float: none; }

.view-sketchup-resellers-2016 .view-header h3 {
  color: #e72b2d; }

.view-sketchup-resellers-2016 .views-exposed-form .views-exposed-widget,
.view-sketchup-resellers-2016 .views-exposed-form .views-exposed-widget .btn,
.view-sketchup-resellers-2016 .views-exposed-form .views-exposed-widget #vpp .cta-btn, #vpp
.view-sketchup-resellers-2016 .views-exposed-form .views-exposed-widget .cta-btn {
  width: 100%; }

#reseller-map .intro {
  color: #fff; }

.reseller-image-section .views-exposed-form .views-exposed-widget {
  width: 100%;
  padding: 0; }

.reseller-image-section .views-exposed-form .views-exposed-widget .form-submit {
  width: 100%; }

.reseller-intro {
  color: #fff; }

#reseller-map .view-id-sketchup_resellers .view-header h2 {
  color: #e72b2d;
  font-size: 24px;
  font-weight: normal; }

#reseller-map .region1 {
  background-color: #abaab2;
  background-image: url(/sites/www.sketchup.com/files/2017/hero/hero-su2017-B@1x.jpg), linear-gradient(to bottom, #abaab2 0%, #82808b 50%, #baa79e 75%, #b6a9a1 100%);
  background-position: center;
  background-repeat: no-repeat; }

#reseller-map.edu-resellers .region1 {
  background-color: #f2f2f2;
  background-image: url(/sites/www.sketchup.com/files/2017/hero/hero-su2017-C@1x.jpg);
  background-position: left bottom;
  background-repeat: no-repeat; }

#reseller-map.commercial-resellers .reseller-region--wrapper {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

#reseller-map.edu-resellers .reseller-region--wrapper {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }

#reseller-map .region2 {
  background-color: #F3F3F7; }

.view-sketchup-resellers .views-exposed-form .views-exposed-widget {
  width: 100%; }

/* EDU Reseller Copy */
.educational-reseller-content, .commercial-reseller-content {
  display: none; }

.edu-resellers .educational-reseller-content, .commercial-resellers .commercial-reseller-content {
  display: block; }

.educational-reseller-content h5 {
  margin-bottom: 0; }

.educational-reseller-testimonials, .commercial-reseller-testimonials {
  display: none; }

.edu-resellers .educational-reseller-testimonials, .commercial-resellers .commercial-reseller-testimonials {
  display: block; }

/* 2017 */
#reseller-map.edu-resellers .intro {
  color: #4d5259; }

/* General Page Style */
.mysu .layout--sketchup--wrapper {
  border-bottom: 1px solid #363545; }

/* Top Hero */
@media screen and (min-width: 768px) {
  .mysu--cta-buttons {
    padding: 0 15px; } }

.mysu--cta-buttons .btn, .mysu--cta-buttons #vpp .cta-btn, #vpp .mysu--cta-buttons .cta-btn {
  padding: 16px 30px;
  margin-left: 20px;
  min-width: 150px; }

.mysu-hero--wrapper {
  background-image: url("/sites/www.sketchup.com/files/p11/p11-bkg-poly.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.mysu-hero {
  color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  padding: 150px 0 40px;
  background-size: 100%;
  background-position: 20% 275px; }
  @media screen and (min-width: 768px) {
    .mysu-hero {
      text-align: right;
      background-image: url("/sites/www.sketchup.com/files/p11/p11-bkg-UI.png");
      background-size: 780px 484px;
      background-position: -40px 75px; } }
  @media screen and (min-width: 992px) {
    .mysu-hero {
      padding: 270px 0 90px 0;
      background-size: 1280px 795px;
      background-position: 60% 29px; } }
  @media screen and (min-width: 1200px) {
    .mysu-hero {
      background-size: 1280px 795px;
      background-position: 50% 25px; } }
  .mysu-hero .container, .mysu-hero .layout--sketchup--container, .mysu-hero #block-system-main > .node, .mysu-hero .education-landing-page--header .inner, .education-landing-page--header .mysu-hero .inner, .mysu-hero .edu-students-download-free-trial, .mysu-hero .edu-info-dump, .mysu-hero .edu-educators-info-dump .inner, .edu-educators-info-dump .mysu-hero .inner, .mysu-hero .edu-join-the-gang--container, .mysu-hero #edu-license-types, .mysu-hero #download-all, .mysu-hero #current-sketchup-pro, .mysu-hero #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .mysu-hero .region-inner, .mysu-hero #vpp .content-container, #vpp .mysu-hero .content-container, .mysu-hero
  #vpp .image-container,
  #vpp .mysu-hero .image-container, .mysu-hero .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .mysu-hero .pane-content, .mysu-hero .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .mysu-hero .pane-content, .mysu-hero .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .mysu-hero .pane-content, .mysu-hero .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .mysu-hero .pane-content, .mysu-hero .tagline, .mysu-hero .industry-hero__content--wrapper, .mysu-hero .featurette--pdm .pane-content, .featurette--pdm .mysu-hero .pane-content {
    padding: 20px; }
  @media screen and (min-width: 768px) {
    .mysu-hero .container, .mysu-hero .layout--sketchup--container, .mysu-hero #block-system-main > .node, .mysu-hero .education-landing-page--header .inner, .education-landing-page--header .mysu-hero .inner, .mysu-hero .edu-students-download-free-trial, .mysu-hero .edu-info-dump, .mysu-hero .edu-educators-info-dump .inner, .edu-educators-info-dump .mysu-hero .inner, .mysu-hero .edu-join-the-gang--container, .mysu-hero #edu-license-types, .mysu-hero #download-all, .mysu-hero #current-sketchup-pro, .mysu-hero #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper .mysu-hero .region-inner, .mysu-hero #vpp .content-container, #vpp .mysu-hero .content-container, .mysu-hero
    #vpp .image-container,
    #vpp .mysu-hero .image-container, .mysu-hero .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 .mysu-hero .pane-content, .mysu-hero .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 .mysu-hero .pane-content, .mysu-hero .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 .mysu-hero .pane-content, .mysu-hero .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 .mysu-hero .pane-content, .mysu-hero .tagline, .mysu-hero .industry-hero__content--wrapper, .mysu-hero .featurette--pdm .pane-content, .featurette--pdm .mysu-hero .pane-content {
      padding: 0; } }
  .mysu-hero .attribution-link--wrapper {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0; }
  @media screen and (min-width: 768px) {
    .mysu-hero .attribution-link--wrapper {
      display: block; } }

.mysu-hero h1 {
  margin-top: 0; }

/* Middle Featurette */
.mysu--featurette--what-is {
  padding-top: 40px; }

.mysu--comp-image {
  width: 1000px;
  display: none; }

@media screen and (min-width: 768px) {
  .mysu--comp-image {
    display: block; } }

#what-is-mysu {
  display: block;
  padding-top: 20px;
  text-align: center; }

/* Bottom 2 CTAs */
.mysu--feedback-learn-more {
  background-color: #f3f3f7; }

.mysu--final-cta {
  padding-left: 30px;
  padding-right: 30px; }

.mysu--final-cta--1 {
  border-right: 1px solid lightgrey; }

.p11-featurette {
  text-align: center;
  font-size: 32px; }

.p11-featurette .featurette--header, .p11-featurette .edu-info-dump--header, .p11-featurette .edu-join-the-gang--header, .p11-featurette .hero-box h1, .hero-box .p11-featurette h1 {
  font-size: 26px; }

.p11-featurette .featurette--description {
  line-height: inherit;
  padding: 0; }

/* Invite Form */
#prefinery_popup {
  top: 15% !important;
  width: 700px !important;
  margin-left: -350px !important; }

/*
 * http://www.sketchup.com/get-your-bootcamp-certificate
 * http://www.sketchup.com/get-your-basecamp-certificate	
 */
.page-get-your-bootcamp-certificate .main-container,
.page-get-your-basecamp-certificate .main-container {
  margin: auto;
  max-width: 600px;
  padding: 40px; }

.page-get-your-bootcamp-certificate .form-submit,
.page-get-your-basecamp-certificate .form-submit {
  margin-top: 27px !important;
  padding: 7px 12px; }

.page-get-your-bootcamp-certificate #edit-field-email-boot-value-wrapper,
.page-get-your-bootcamp-certificate #edit-field-email-value-wrapper,
.page-get-your-basecamp-certificate #edit-field-email-boot-value-wrapper,
.page-get-your-basecamp-certificate #edit-field-email-value-wrapper {
  padding-right: 0; }

/* -------------------- */
/* 2016-08-24: Refresh of VPP content/design */
/* -------------------- */
#visiting-pro-program .layout--sketchup--wrapper {
  border-bottom: 1px solid #363545; }

#visiting-pro-program .region1 {
  background-image: url(/sites/www.sketchup.com/files/images/vpp/vpp-hero.jpg);
  background-size: cover; }

.vpp-hero {
  color: #fff;
  padding: 140px 0;
  text-align: left; }

#visiting-pro-program .region1 .pane-content {
  background: linear-gradient(to left, transparent, rgba(35, 35, 35, 0.75)); }

#visiting-pro-program .region3 {
  background-image: url(/sites/www.sketchup.com/files/images/vpp/vpp-hero3.jpg);
  background-size: cover; }

#visiting-pro-program .region3 .featurette--header, #visiting-pro-program .region3 .edu-info-dump--header, #visiting-pro-program .region3 .edu-join-the-gang--header, #visiting-pro-program .region3 .hero-box h1, .hero-box #visiting-pro-program .region3 h1 {
  text-align: left; }

#visiting-pro-program .region3 .pane-content {
  background: linear-gradient(to right, transparent, #232323); }

#visiting-pro-program .region4 {
  background-image: url(/sites/all/themes/sketch/images/dist/texture_poly-blend.jpg);
  padding: 40px 0; }

.vpp-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  list-style: none;
  padding-left: 0; }

.vpp-card {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin: 5px;
  width: 150px; }

.vpp-card-image img {
  width: 100%;
  height: auto; }

.vpp-card-content {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600; }

.vpp-card-content a {
  display: block;
  padding: 5px 8px; }

#visiting-pro-program .region5 {
  background-image: url(/sites/all/themes/sketch/images/dist/texture_poly-blend-darkgray.jpg);
  background-color: #363545; }

.vpp-apply-now {
  color: #fff;
  padding: 90px 0;
  text-align: center; }

.node-type-visiting-professional h1.page-header {
  display: none; }

.node-visiting-professional {
  padding-top: 40px;
  padding-bottom: 40px; }

.node-visiting-professional .field-name-title-field {
  font-size: 27px;
  font-weight: 600; }

.node-visiting-professional .field-name-field-job-title {
  font-style: italic;
  font-weight: 400;
  padding-bottom: 16px; }

/* --- TO BE DELETED --- */
#vpp {
  background: url(/sites/www.sketchup.com/files/sketchup_bootstrap_2016/images/bg/bg_H_02_BannerV2_2600x453.png) no-repeat center top; }

#vpp .image-container {
  height: 453px; }

#vpp .cta-btn {
  min-width: 164px; }

#vpp .content-container,
#vpp .image-container {
  position: relative; }

#vpp .image-container .pane-block-7 .cta-btn {
  position: absolute;
  left: 15px;
  top: 345px; }

#vpp .views-row {
  padding-bottom: 20px; }

#vpp .views-field-field-image {
  float: left;
  margin-right: 15px; }

#vpp .views-field-title {
  font-weight: bold; }

#vpp .views-field-field-job-title {
  font-size: 1.2rem; }

#vpp .views-field-field-link-url li {
  list-style: none; }

#vpp .views-field-body {
  clear: both; }

.manufacturers--section {
  padding: 90px 0; }

.engagement-anchor {
  text-align: center;
  padding: 20px; }

.inverse h2 {
  color: #fff; }

.manufacturers--hero {
  text-align: right;
  padding: 140px 0;
  background-image: url("/sites/all/themes/sketch/images/dist/texture_poly-blend.jpg"); }
  .manufacturers--hero h1, .manufacturers--hero h2, .manufacturers--hero h3, .manufacturers--hero h4, .manufacturers--hero h5, .manufacturers--hero p {
    color: #4d5259;
    text-shadow: 1px 1px #fff; }

.manufacturers--warehouse-facts {
  padding: 100px 0;
  padding-top: 20px; }
  .manufacturers--warehouse-facts h2 {
    text-align: center; }
  .manufacturers--warehouse-facts .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .manufacturers--warehouse-facts .item {
    width: 250px;
    padding: 20px;
    text-align: center; }
  .manufacturers--warehouse-facts .item svg {
    font-size: 45px;
    color: #e72b2d; }

.manufacturers--warehouse-facts--inner {
  padding: 0 0 90px 0; }

.manufacturers--get-seen {
  text-align: left;
  padding: 140px 0;
  background-image: url("/sites/all/themes/sketch/images/dist/texture_poly-blend-darkgray.jpg"); }
  .manufacturers--get-seen h1, .manufacturers--get-seen h2, .manufacturers--get-seen h3, .manufacturers--get-seen h4, .manufacturers--get-seen h5, .manufacturers--get-seen p {
    color: #fff;
    text-shadow: 1px 1px #000; }
  .manufacturers--get-seen a, .manufacturers--get-seen hr {
    color: #fff; }

.manufacturers--get-seen .icon {
  font-size: 64px;
  color: #fff; }

.manufacturers--make-your-brand {
  text-align: center;
  padding: 100px 0;
  background-image: url(/sites/all/themes/sketch/images/dist/texture_poly-blend.jpg); }
  .manufacturers--make-your-brand .intro {
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 2.14286; }
  .manufacturers--make-your-brand .intro img {
    width: 75px; }
  .manufacturers--make-your-brand .tabs-wrapper {
    margin-bottom: 20px;
    text-align: center; }
  .manufacturers--make-your-brand .stub-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .manufacturers--make-your-brand .stub {
    width: 200px;
    float: left; }
  .manufacturers--make-your-brand h1, .manufacturers--make-your-brand h2, .manufacturers--make-your-brand h3, .manufacturers--make-your-brand h4, .manufacturers--make-your-brand h5, .manufacturers--make-your-brand p {
    color: #4d5259; }

.manufacturers--need-help {
  text-align: center;
  padding: 90px 0; }
  .manufacturers--need-help h1, .manufacturers--need-help h2, .manufacturers--need-help h3, .manufacturers--need-help h4, .manufacturers--need-help h5, .manufacturers--need-help p {
    color: #4d5259; }

.manufacturers--first-step {
  text-align: center;
  background-image: url(/sites/all/themes/sketch/images/dist/texture_poly-blend-darkgray.jpg);
  padding: 140px 0; }
  .manufacturers--first-step h1, .manufacturers--first-step h2, .manufacturers--first-step h3, .manufacturers--first-step h4, .manufacturers--first-step h5, .manufacturers--first-step p, .manufacturers--first-step a, .manufacturers--first-step hr {
    color: #fff; }

/* Carousel */
.icon-left-open {
  left: 0; }

.icon-right-open {
  right: 0; }

.carousel-control, .flex-direction-nav li a.prev, .flex-direction-nav li a.next, .flex-direction-nav li a.prev, .flex-direction-nav li a.next {
  width: 60px; }

.right.carousel-control, .flex-direction-nav li a.right.prev, .flex-direction-nav li a.next,
.left.carousel-control,
.flex-direction-nav li a.prev,
.flex-direction-nav li a.left.next {
  background-image: none;
  top: 40%;
  font-size: 48px; }

.carousel-indicators {
  bottom: -33px; }

.carousel-indicators li {
  background-color: transparent;
  border: 3px solid #d4d5d1; }

.carousel-indicators .active {
  background-color: #d4d5d1;
  border: 3px solid #d4d5d1; }

.feature-list li {
  list-style: none; }

.feature-list li img {
  max-width: 100px; }

.benefit-image img {
  width: 100%; }

.flexslider {
  background: none;
  border: none; }

.pane-industry-page-images-panel-pane-8 {
  background-color: #fff; }

/* Make Everything Easier */
/* icons in the listing */
.make-everything-easier--icon {
  width: 100%; }

/* Industry Page - Case Studies */
.view-id-industry_page_images {
  width: 100%;
  padding: 0; }

.tagline {
  color: #fff;
  text-shadow: black 3px 3px 10px; }

.tagline .col-sm-8, .tagline .industry-hero__title, .tagline
.industry-hero__body, .tagline
.industry-hero__links {
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
  padding: 10px; }

.tagline a {
  color: white; }
  .tagline a:hover {
    color: #D4D5D1; }

.tagline .image-title {
  margin-top: 0; }

.tagline .pull-left {
  background-color: rgba(0, 0, 0, 0.7); }

.tagline .glyphicon-list {
  margin-left: 20px; }

.pane-industry-page-images-panel-pane-9 .flexslider .slides > li,
.pane-industry-page-images-panel-pane-5 .flexslider .slides > li {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%; }

.industry-headline--all-articles-link {
  padding-left: 20px; }

/* BW new carousel - april 2016 */
.industry-hero--wrapper {
  min-height: 300px;
  background-color: black; }

.industry-hero__background {
  max-height: 500px;
  overflow: hidden; }

.industry-hero__content {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-shadow: black 3px 3px 10px;
  padding-bottom: 20px; }

.industry-hero__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.12rem;
  margin-top: 22px; }

.industry-hero__bkg-video video {
  min-height: 500px;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-filter: opacity(0.5); }

.industry-hero__links a {
  color: #fff; }

.industry-hero__links a:hover {
  color: #D4D5D1; }

.view-industry-hero .flex-nav-container {
  margin-bottom: 0; }

.industry-hero__links .field-content {
  display: inline-block;
  padding-right: 20px; }

.industry-hero__links .field-content span {
  padding-right: 5px; }

/* Simple is Powerful */
#flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-hero-image--simple-is-powerful--wrapper {
  border-bottom: 1px solid #363545;
  margin-bottom: 20px; }

#flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-description--simple-is-powerful--wrapper,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-description--simple-is-powerful--wrapper {
  padding-top: 25px; }

#flexslider_views_slideshow_main_industry_page_images-panel_pane_7 .views-row-1 .carousel-item--simple-is-powerful,
#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-item--simple-is-powerful {
  list-style: none; }

/* Customize Your Sketchup */
.homepage-customize .featurette--header, .homepage-customize .edu-info-dump--header, .homepage-customize .edu-join-the-gang--header, .homepage-customize .hero-box h1, .hero-box .homepage-customize h1 {
  text-align: left; }

.simple-is-powerful--left-image .carousel-image--simple-is-powerful,
.simple-is-powerful--right-image .carousel-image--simple-is-powerful {
  border-bottom: 1px solid black; }

/* Simple is Powerful */
li.row.carousel-item--simple-is-powerful:before, li.carousel-item--simple-is-powerful.edu-students-download-free-trial--row:before, li.carousel-item--simple-is-powerful.edu-info-dump--row:before, li.carousel-item--simple-is-powerful.edu-join-the-gang--row:before, li.carousel-item--simple-is-powerful.learn-resources--item:before, li.carousel-item--simple-is-powerful.buy-sketchup--bottom-section:before, li.carousel-item--simple-is-powerful.sketchup-pro-reseller__list:before, li.carousel-item--simple-is-powerful.industry-hero__title--wrapper:before,
li.carousel-item--simple-is-powerful.industry-hero__body--wrapper:before,
li.carousel-item--simple-is-powerful.industry-hero__links--wrapper:before {
  background: #e72b2d;
  border-radius: 25px;
  content: "";
  display: inline-block;
  position: absolute;
  padding: 15px;
  left: 15px;
  top: 2px; }

.carousel-image--simple-is-powerful--list-number {
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 43px; }

.flexslider .slides img.carousel-image--simple-is-powerful {
  max-width: none;
  max-height: 600px; }

.flexslider .slides .simple-is-powerful--left-image img.carousel-image--simple-is-powerful {
  float: right; }

.flexslider .slides .simple-is-powerful--right-image img.carousel-image--simple-is-powerful {
  float: left; }

#flexslider_views_slideshow_industry_page_images-panel_pane_4 .views-row-1 .carousel-image--simple-is-powerful {
  width: 100%; }

.flex-control-nav li {
  margin-left: 10px; }

.flex-nav-container ol.flex-control-nav {
  bottom: -50px;
  padding-bottom: 10px; }

.flex-control-nav li a,
.flex-control-nav li a.active {
  background: none;
  border: 3px solid #D4D5D1;
  border-radius: 20px;
  overflow: hidden;
  width: 16px;
  height: 16px; }

.flex-control-nav li a.active {
  background-color: #D4D5D1; }

.flex-direction-nav li a {
  background: none;
  width: auto;
  margin: 0;
  height: auto;
  text-indent: 0;
  font-size: 64px; }

.view-industry-page-images .flex-nav-container {
  margin-bottom: 0; }

/* Benefit Carousel */
.benefit-carousel {
  background-color: #fff; }

.feature-overview {
  background-color: #ededec; }

.benefit-carousel .view-header {
  text-align: center; }

/* 
 * Testimonials - (Not Translated)
 * Used primarily in the /3Dfor/<industry> pages.
 * Also appears on /buy/resellers
*/
.pane-testimonials .row, .pane-testimonials .edu-students-download-free-trial--row, .pane-testimonials .edu-info-dump--row, .pane-testimonials .edu-join-the-gang--row, .pane-testimonials .learn-resources--item, .pane-testimonials .buy-sketchup--bottom-section, .pane-testimonials .sketchup-pro-reseller__list, .pane-testimonials .industry-hero__title--wrapper, .pane-testimonials
.industry-hero__body--wrapper, .pane-testimonials
.industry-hero__links--wrapper {
  padding-left: 0; }

/* New, better testimonal css. To replace launch css. the above will be deletable */
.sketchup-testimonial {
  list-style: none;
  padding: 20px; }

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

.sketchup-testimonial--attribution {
  padding-top: 10px; }

.sketchup-testimonial--author,
.sketchup-testimonial--company {
  float: left; }

.sketchup-testimonial--author {
  font-weight: bold; }

.sketchup-testimonial--company:before {
  content: "|";
  padding-right: 5px;
  padding-left: 5px; }

.testimonials h2 {
  text-align: center; }

/* Accordian */
.sketchup-accordion .panel-heading {
  padding: 0; }

.sketchup-accordion .panel-heading a {
  display: inline-block;
  width: 100%; }
  .sketchup-accordion .panel-heading a:hover {
    cursor: pointer; }

.sketchup-accordion .icon-container {
  background-color: #e72b2d;
  color: white; }

.sketchup-accordion .icon-container,
.sketchup-accordion .title-text {
  padding: 10px;
  display: inline-block; }

/* Thank you page */
.view-thank-you-for-downloading h6 {
  text-align: center; }

.view-thank-you-for-downloading .upgrade-license-link {
  color: #fff; }

/* Some Mobile Tweaks */
@media all and (max-width: 767px) {
  .hide-in-mobile {
    display: none; }
  .featurette .pad-x-md-top, .pane-industry-page-images-panel-pane-8 .pad-x-md-top,
  .pane-industry-page-images-panel-pane-7 .pad-x-md-top, .education-landing-page--header .pad-x-md-top, .edu-info-dump .pad-x-md-top, .edu-join-the-gang--wrapper .pad-x-md-top, .reseller-image-section .pad-x-md-top, .view-testimonials .pad-x-md-top, #reseller-map .reseller-region--wrapper .pad-x-md-top, .hero-box .pad-x-md-top, .dl-buy-cta .pad-x-md-top {
    padding: 0; }
  .featurette--header, .edu-info-dump--header, .edu-join-the-gang--header, .hero-box h1 {
    padding: 0; } }

/* Join the Gang */
.join-the-gang {
  text-align: center; }

.join-the-gang .btn-primary-border {
  background: transparent;
  margin-right: 30px; }

.upgrade-license-link,
.upgrade-license-link:hover,
.upgrade-license-link:focus {
  color: #000;
  font-size: 16px; }

.join-the-gang-pdm {
  padding-top: 90px;
  padding-bottom: 90px; }

.hero-box {
  color: #fff;
  background-color: #363545;
  background-attachment: fixed; }

.hero-box h1,
.hero-box p {
  text-align: left; }

#thank-you-page {
  background-color: #ededec; }

#thank-you-page .installing .subhead-text {
  font-size: 20px;
  padding: 15px; }

#thank-you-page .installing .installation-image-2 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin: 0 auto 20px auto;
  width: 80%; }

#thank-you-page .installing .container, #thank-you-page .installing .layout--sketchup--container, #thank-you-page .installing #block-system-main > .node, #thank-you-page .installing .education-landing-page--header .inner, .education-landing-page--header #thank-you-page .installing .inner, #thank-you-page .installing .edu-students-download-free-trial, #thank-you-page .installing .edu-info-dump, #thank-you-page .installing .edu-educators-info-dump .inner, .edu-educators-info-dump #thank-you-page .installing .inner, #thank-you-page .installing .edu-join-the-gang--container, #thank-you-page .installing #edu-license-types, #thank-you-page .installing #download-all, #thank-you-page .installing #current-sketchup-pro, #thank-you-page .installing #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper #thank-you-page .installing .region-inner, #thank-you-page .installing #vpp .content-container, #vpp #thank-you-page .installing .content-container, #thank-you-page .installing
#vpp .image-container,
#vpp #thank-you-page .installing .image-container, #thank-you-page .installing .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7 #thank-you-page .installing .pane-content, #thank-you-page .installing .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8 #thank-you-page .installing .pane-content, #thank-you-page .installing .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6 #thank-you-page .installing .pane-content, #thank-you-page .installing .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4 #thank-you-page .installing .pane-content, #thank-you-page .installing .tagline, #thank-you-page .installing .industry-hero__content--wrapper, #thank-you-page .installing .featurette--pdm .pane-content, .featurette--pdm #thank-you-page .installing .pane-content,
#thank-you-page .help .container,
#thank-you-page .help .layout--sketchup--container,
#thank-you-page .help #block-system-main > .node,
#thank-you-page .help .education-landing-page--header .inner, .education-landing-page--header
#thank-you-page .help .inner,
#thank-you-page .help .edu-students-download-free-trial,
#thank-you-page .help .edu-info-dump,
#thank-you-page .help .edu-educators-info-dump .inner, .edu-educators-info-dump
#thank-you-page .help .inner,
#thank-you-page .help .edu-join-the-gang--container,
#thank-you-page .help #edu-license-types,
#thank-you-page .help #download-all,
#thank-you-page .help #current-sketchup-pro,
#thank-you-page .help #reseller-map .reseller-region--wrapper .region-inner, #reseller-map .reseller-region--wrapper
#thank-you-page .help .region-inner,
#thank-you-page .help #vpp .content-container, #vpp
#thank-you-page .help .content-container,
#thank-you-page .help
#vpp .image-container,
#vpp
#thank-you-page .help .image-container,
#thank-you-page .help .pane-industry-page-images-panel-pane-7 .pane-content, .pane-industry-page-images-panel-pane-7
#thank-you-page .help .pane-content,
#thank-you-page .help .pane-industry-page-images-panel-pane-8 .pane-content, .pane-industry-page-images-panel-pane-8
#thank-you-page .help .pane-content,
#thank-you-page .help .pane-industry-page-images-panel-pane-6 .pane-content, .pane-industry-page-images-panel-pane-6
#thank-you-page .help .pane-content,
#thank-you-page .help .pane-industry-page-images-panel-pane-4 .pane-content, .pane-industry-page-images-panel-pane-4
#thank-you-page .help .pane-content,
#thank-you-page .help .tagline,
#thank-you-page .help .industry-hero__content--wrapper,
#thank-you-page .help .featurette--pdm .pane-content, .featurette--pdm
#thank-you-page .help .pane-content {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px; }

#thank-you-page .help {
  text-align: center; }

#edit-lang-dropdown-select {
  height: 50%; }

.attribution-link {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #D4D5D1;
  float: right;
  padding: 5px 25px;
  font-size: 14px; }

#industry-page .panel-pane {
  border-bottom: 1px solid #363545; }

.page-3dfor .featurette--header, .page-3dfor .edu-info-dump--header, .page-3dfor .edu-join-the-gang--header, .page-3dfor .hero-box h1, .hero-box .page-3dfor h1 {
  text-align: center; }

/* 3D Content Developers - Will be removed when that site goes live */
.content-developer--item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgrey; }

.content-developer--item--name__label {
  font-weight: bold; }

.content-developer--item--website__label {
  font-weight: bold; }

/* 3D Content Developers -- END */
/* ?? */
.dl-buy-cta {
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px; }

.dl-buy-cta .sketchup-btn--hallow {
  color: #e72b2d; }

.powerful-image img {
  overflow: visible; }

/* SVG stack for /learn only, i think */
.svg-stack {
  font-size: 36px;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.svg-stack .svg-stack--back,
.svg-stack .svg-stack--front {
  line-height: inherit;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.svg-stack--back {
  font-size: 2em; }

.svg-stack--front {
  color: #fff;
  margin-top: 23%; }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.inverse-color-scheme a, .inverse-color-scheme p {
  color: white; }

.inverse-color-scheme a:hover {
  color: #D4D5D1; }

.featurette--list-item {
  padding-left: 10px; }

.featurette--list-item h5 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700; }

.featurette--list-item p {
  font-size: 14px; }

.featurette--list-icon {
  font-size: 80px;
  min-width: 85px; }

button.btn.btn-primary.btn-icon-only, #vpp button.btn-icon-only.cta-btn {
  padding: 4px 12px 8px 12px; }
