html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html, body {
  background: #ffffff !important;
  width: 100%;
  position: relative;
  font-family: "Arial", "Verdana", "Helvetica", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #444;
  height: auto;
}

.global-alerts {
  display: none;
}

.page-node article header h1 {
  display: none !important;
}

.layout-container {
  margin-top: 0;
}

.layout-container > footer,
.layout-container .MainNav {
  display: none !important;
}

.main-navigation,
#nav-trigger,
label[for=nav-trigger] {
  display: none !important;
}

.content, article, article.node-page {
  padding: 0 !important;
  margin: 0 !important;
}

article, .layout-container {
  background: #ededed !important;
  overflow: hidden;
}

.upsell {
  position: relative;
  width: 994px;
  height: 672px;
  overflow: hidden;
}

.variable-banner {
  width: 100%;
  float: left;
  background: #FFFFE2;
  padding: 2em;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
  z-index: 2;
}

.variable-banner p {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.variable-banner p strong {
  font-weight: 500;
}

.variable-banner p:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.panel1 {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url(https://www.smartsheet.com/sites/default/files/preview_window%402x.jpg) top center no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 33% 0 0 0;
  text-align: center;
}

.panel1 h3 {
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #424242;
  margin: 0 0 0.75em 0;
  line-height: 1.1;
}

.panel1 a {
  font-size: 13px;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
  background: #888888;
  border: 1px solid #7a7a7a;
  border-radius: 1px;
  border-color: #7c7c7c;
  background: linear-gradient(to bottom, #8f8f8f, #818181);
}

.panel1 a:hover {
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(to bottom, #797979, #969696);
}

.panel2 {
  width: 100%;
  float: left;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
}

.panel2 .img {
  float: left;
  width: calc(50% - 2em);
  margin: 0 2em 0 0;
}

.panel2 .details {
  float: left;
  width: 50%;
}

.panel2 .details h1 {
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #424242;
  margin: 0 0 4em 0;
  line-height: 1.1;
}

.panel2 .details li {
  margin: 0 0 2em 1em;
  font-size: 1.1em;
  line-height: 1.5;
  color: #424242;
  font-weight: 400;
  list-style-type: disc;
}

.panel2 .details li span {
  display: block;
  font-size: 0.875em;
  color: #8f8f8f;
  font-weight: 300;
  padding: 0 0 0 1em;
}

.panel3 {
  width: 100%;
  float: left;
  height: 588px;
  overflow: hidden;
  background: #ffffff;
}

.panel3 h3 {
  font-size: 1.5em;
  width: 100%;
  float: left;
  margin: 3em 0;
  text-align: center;
  font-weight: bold;
}

.panel3 .features {
  width: 100%;
  /* float: left;  */
  display: flex;
  justify-content: center;
}

.panel3 .features .feature {
  width: 33%;
  padding: 0 6% 4% 6%;
  /* float: left; */
  display: inline-block;
  text-align: center;
}

.panel3 .features .feature h4 {
  font-size: 1.3em;
  overflow-wrap: break-word;
  font-weight: bold;
}

.panel3 .features .feature p {
  margin: 1.5em 0;
  overflow-wrap: break-word;
}

.panel3 .features .feature:nth-child(2) {
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
}