.promo-page {
   max-width: 1100px;
   min-width: 950px;
   margin: auto;
   font-family: Lato,Arial,Helvetica,sans-serif;
   padding: 22px;
}

main h1 {
   font-size: 26px;
   color: #1b4075;
   text-align: center;
   margin-bottom: 5px;
   font-weight: 400;
}

.title-image {
   width: 350px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
}

.title-strong {
   font-weight: 700;
}

.standard-button {
   color: #ffffff;
   outline: 0 !important;
   margin-bottom: 10px ;
   border: 0;
   border-radius: 4px;
   white-space: nowrap;
   padding: 5px 25px;
   width: 200px;
}

.standard-button:active, .standard-button:hover, .standard-button:focus{
   outline: 0 !important;
   color: #ffffff;
   box-shadow: none;
}

.green-button {
   background-color: #729b79;
}

.green-button:hover {
   background-color: #87aa8d;
}

.green-button:active {
   background-color: #577b59;
}

.schedule-demo-button {
   background-color: #862633;
}

.schedule-demo-button:hover {
   background-color: #ac3041;
}

.schedule-demo-button:active {
   background-color: #79212d;
}

.box-container {
    background-color: #fff;
    padding: 15px;
    margin: 15px 0 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 12px #888888;
}

.submission-pane {
   display: flex;
   justify-content: center;
}

.back-button {
   position: absolute;
   height: 20px;
   padding: 0px;
   top: 10px;
   left: 20px;
   color: #5191e1;
}


/*************************************/
/*  Getting started page             */

.get-started-button {
   margin-right: 20px;
}

.promo-page-contents {
   display: flex;
   font-size: 14px;
   margin: 0 20px;
   padding-top: 20px;
}

/*Left pane: */

.reasons-pane {
   flex: 1;
   margin-right: 60px;
}

.intro {
   margin-bottom: 20px;
}

.reason-section {
   margin-bottom: 40px;
   display: flex;
   align-items: center;
}

.reason-section h3 {
   color: #1b4075;
   font-size: 18px;
   font-weight: 600;
   margin: 0;   
}

.reason-text {
   margin: 0;
}

.reason-image img{
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

/* Right pane: */

.video-pane {
   max-width: 500px;
}

/*************************************/
/* Pricing page                      */

.pricing-page-contents {
   display: flex;
   justify-content: center;
   margin-bottom: 12px;
}

.pricing-box {
   width: 360px;
   margin-right: 15px;
   text-align: center;
}

.pricing-box-title {
   color: #862633;
   font-size: 24px;
   font-weight: 700;
}

.pricing-box-amount {
   color: #1b4075;
   font-weight: bold;
   font-size: 20px;
}

.pricing-box-main-amount {
  font-size: 26px;
}

.pricing-box-gray {
   font-size: 16px;
   color: #777777;
}

.additional-users-text {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   width: 390px;
   margin-bottom: 12px;
   font-size: 14px;
   font-style: italic;
}

.additional-fees-pane {
   background-color: #1b4075;
   color: #ffffff;
   font-size: 16px;
   position: relative;
   text-align: center;
   padding: 20px 15px 15px 20px;
   margin-bottom: 30px;
}

.additional-fees-column-wrapper {
   display: flex;
   justify-content: center;
   text-align: left;
   font-size: 14px;
   line-height: 24px;
}

.additional-fees-title {
   font-size: 18px;
}

.additional-fees-strong {
   font-weight: bold;
}

.additional-fees-pane .schedule-demo-button {
   position: absolute;
   top: -17px;
   left: calc(50% - 100px);
}

.additional-fees-pane .left-column {
   margin-right: 20px;
   width: 440px;
}

.additional-fees-pane .right-column {
   width: 350px;
}

.additional-fees-pane ul {
   margin-bottom: 0;
}


.continue-button {
   margin-right: 30px;
}







