.two-column-contact-section label {
  font-size: 1rem;
}
div.location .address ul {
  line-height: 1.6;
}

section.three-column-all-centered .container, section.two-column-product-left-image .container{
  max-width: 62.5rem;
}

section.three-column-all-centered h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 20px;
  padding: 1rem 1.3625rem;
}

@media only screen and (max-width: 51.25rem) {
  section.three-column-all-centered h2, section.three-column-all-centered .column-item {
    display: block !important;
    width: 100% !important;
  }
}

/* MCP Landing Page */
.page-template-landing-page-mcp, 
.page-template-landing-page-whitepaper {
  overflow-x: hidden;
}
.page-template-landing-page-mcp .main-header,
.page-template-landing-page-mcp footer.main, 
.page-template-landing-page-mcp .sticky-buttons, 
.page-template-landing-page-whitepaper .main-header,
.page-template-landing-page-whitepaper footer.main, 
.page-template-landing-page-whitepaper .sticky-buttons {
  display: none;
}
.flex-justify-center {
  justify-content: center;
  display: flex;
}
.mcp-row {
  display: flex;
  max-width: 940px;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .mcp-row {
    flex-direction: column;
    align-items: center;
  }
}
.button.solid, 
.button.solid:link,
.button.solid:visited {
  background-color: #ef622f;
  border-color: #ef622f;
  color: white;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: bold;
  font-size: 15px;
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}
.button.solid:hover {
  transition: background-color 0.2s ease, color 0.2s ease;
  background-color: transparent!important;
  color: #ef622f;
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}
.button.solid:active {
  background-color: transparent!important;
  color: #ef622f!important;
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}
.button.white,
.button.white:link,
.button.white:visited {
  border-color: white;
  color: white;
  font-weight: bold;
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}
.button.white:hover {
  border-color: white;
  color: white;
  /* background-color: #ef622f!important; */
  font-weight: bold;
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}
.button.white:active {
  border-color: white;
  color: white;
  /* background-color: #ef622f!important; */
  font-weight: bold;
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}
.button, a.button {
  padding: 0.625rem 0.9375rem 0.45rem 0.9375rem;
}

/* header */
.lp-header {
  background-color: rgba(26,38,46,0.46);
  position: absolute;
  width: 100%;
  height: 90px;
  display: flex;
}
.lp-header .container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

/* hero */
.mcp-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size:cover;
  background-position: center center;
  padding-bottom: 0;
}
.mcp-hero .mcp-left {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .mcp-hero .mcp-left {
    width: 100%;
  }
}
.mcp-hero .mcp-left img {
  width: 460px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .mcp-hero .mcp-left img {
    width: 100%;
  }
}
.mcp-hero .mcp-right {
  margin-left: 30px;
  width: 48%;
}
@media screen and (max-width: 600px) {
  .mcp-hero .mcp-right {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }
}
.mcp-hero .mcp-right ul {
  margin-bottom: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 920px) {
  .mcp-hero .mcp-right ul {
    margin-top: 0;
  }
}
.mcp-hero .mcp-right ul li {
  line-height: 1.8;
}
.mcp-header {
  /* font-size: 66px; */
  color: black;
  text-shadow: none;
  position: relative;
  max-width: 100%;
  text-align: center;
  margin-top: 80px;
}
.mcp-header::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ef373e;
  display: block;
}
.mcp-subheader {
  font-size: 27px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
  letter-spacing: 2px;
  padding: 0 15px;
  margin-top: 5px;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .mcp-subheader {
    font-size: 18px;
  }
}
.red-bg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #ef373e;
  position: relative;
  z-index: 0;
  margin-top: -150px;
  padding: 40px 15px 70px 15px;
  color: white;
}
@media screen and (max-width: 920px) {
  .red-bg {
    margin-top: 30px;
    padding: 30px 15px;
  }
}
.red-bg .mcp-row {
  justify-content: flex-end;
}
.red-bg .cta {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .red-bg .cta {
    width: 100%;
  }
}

/* full width image */
.mcp-full-width-image {
  background: #eeeded;
}
.mcp-full-width-image .image-holder {
  min-height: 1px;
  width:100%;
}
.mcp-full-width-image img {
  width: 100%;
}

/* features grid */
.features-grid {
  display: flex;
  background: #4e515a;
  color: white;
  justify-content: center;
  padding: 0;
}
.features-grid .grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
}
.features-grid .grid-container .grid-item {
  width: 33.33333%;
  padding: 20px;
  border: 2px solid white;
  border-top: 0;
  border-left: 0;
  position: relative;
}
@media screen and (max-width:600px) {
  .features-grid .grid-container .grid-item {
    width: 50%;
  }
}
.features-grid .grid-container .grid-item:first-child::after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 1000%;
  left: -500%;
  background: white;
}
.features-grid .grid-container .grid-item:nth-child(3),
.features-grid .grid-container .grid-item:nth-child(6) {
  border-right: 0;
}
.features-grid .grid-container .grid-item:nth-child(4),
.features-grid .grid-container .grid-item:nth-child(5),
.features-grid .grid-container .grid-item:nth-child(6) {
  border-bottom: 0;
}

@media screen and (max-width:600px) {
  .features-grid .grid-container .grid-item:first-child::after {
    display: none;
  }
  .features-grid .grid-container .grid-item {
    border: 2px solid white;
    border-right: 0;
    border-bottom: 0;
    font-size: 14px;
  }
  .features-grid .grid-container .grid-item:first-child,
  .features-grid .grid-container .grid-item:nth-child(2) {
    border-top: 0;
  }
  .features-grid .grid-container .grid-item:first-child,
  .features-grid .grid-container .grid-item:nth-child(3),
  .features-grid .grid-container .grid-item:nth-child(5) {
    border-left: 0;
  }
}

/* features table */
.product-container.mcp {
  max-width: 940px;
}
.features-section {
  padding: 10px 0 30px 0;
}
.features-intro {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.features-intro h3 {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 0 15px;
  width: 100%;
}
.features-intro p {
  padding: 0 15px;
  width: 100%;
}

/* text with image */
.text-image {
  background: #465660 url(img/product-features-bg.jpg);
  color: white;
}
.text-image-container {
  display: flex;
  justify-content: center;
}

.text-image-container .mcp-left {
  width: 49%;
  text-align: justify;
}
.text-image-container .mcp-right {
  margin-left: 60px;
  width: 48%;
}
.text-image h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 4.1px;
  border-bottom: 1px solid white;
  font-weight: 200;
  font-size: 21px;
  text-align: left;
}
.text-image p {
  line-height: 1.5;
}
@media screen and (max-width: 920px) {
  .text-image-container .mcp-right, 
  .text-image-container .mcp-left {
    width: 100%;
    padding: 0 15px;
  }
  .text-image-container .mcp-right {
    margin-left: 0;
  }
  .text-image-container img {
    max-width: 325px;
    margin-top: 30px;
  }
}

/* standalone cta */
.standalone-cta {
  display: flex;
  justify-content: center;
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

/* WHITEPAPER LANDING PAGE */
.whp-row {
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .whp-row {
    flex-direction: column;
    align-items: center;
  }
}
.whp-hero-intro {
  padding-top: 200px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .whp-hero-intro {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
.whp-hero-container {
  background-image: radial-gradient(#fdfdfd, #c7ccce);
}
.whp-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size:cover;
  background-position: center center;
  padding-top: 0;
}
.whp-header {
  width: 100%;
}
.whp-hero p {
  color: black;
}
.whp-hero ul {
  margin-left: 14px;
}
.whp-hero ul li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.whp-hero ul li::before {
  margin-left: -14px;
}
.whp-hero ul li .red {
  color: #ef373e;
}
.whp-header {
  font-size: 38px;
  color: #5b6770;
  text-shadow: none;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .whp-header {
    font-size: 24px;
  }
}
.whp-hero .whp-left {
  width: 41%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .whp-hero .whp-left {
    width: 100%;
  }
}
.whp-hero .whp-left img {
  width: 375px;
  max-width: 100%;
  display: block;
  position: relative;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .whp-hero .wp-left img {
    margin: 0 auto;
  }
}
.whp-hero .whp-right {
  width: 49%;
}
@media screen and (max-width: 980px) {
  .whp-hero .whp-right {
    padding-left: 30px; 
  }
}
@media screen and (max-width: 768px) {
  .whp-hero .whp-right {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

/* resources section */
.resources-section {
  background: #465660 url(img/product-features-bg.jpg);
  color: white;
  padding-bottom: 5.5rem;
}
.resources-container {
  display: flex;
  justify-content: center;
}
.resources-container h3 {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  width: 100%;
}
.width-auto .whp-row {
  width: auto;
}
.resources-container .resource-item {
  width: 100px;
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resources-container .resource-item h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  margin-bottom: 15px;
  color: white;
}
.resources-container .resource-item .icon-container {
  min-height: 1px;
}
.resources-container .resource-item .icon-container img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .width-auto .whp-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .resources-container .resource-item {
    width: 50%;
    padding: 15px; 
    margin: 0;
  }
  .resources-container .resource-item h4 {
    text-align: center;
  }
  .resources-container .resource-item .icon-container {
    margin: 0 auto;
    max-width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .resources-container .resource-item {
    width: 100%;
  }
  .resources-container .resource-item .icon-container {
    margin: 0 auto;
    max-width: 60px;
    width: 60px;
  }
}

/* reveal modal */
.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; 
  }

.reveal-modal {
  visibility: hidden;
  top: 30px; 
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  position: absolute;
  z-index: 101;
  background: rgba(77, 82, 90, 0.98);
  padding: 20px;
  color: white;
}

.reveal-modal p {
  max-width: 95%;
}
.reveal-modal .input.company {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .reveal-modal {
    width: 800px;
    top: 50px;
  }
  #formModal.reveal-modal {
    width: 415px;
  }
}

.reveal-modal .close-reveal-modal {
  font-size: 20px;
  line-height: 19px;
  font-weight: 100;
  position: absolute;
  top: 13px;
  right: 13px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}