div#content { height: 510px; margin-top: 4px; margin-left: 14px; background: #fff url('/images/getting-started/vertical-blue-fade-divider.png') 405px 0px no-repeat; }


#left-column, #right-column { float: left; }
#left-column { width: 403px; }
#right-column { width: 513px; margin-left: 44px; }

#video { height: 227px; }
#resources { position: relative; margin-top: 17px; height: 224px; background: url('/images/getting-started/learn-more-background.png') 0px 0px no-repeat; }
.resource-button { position: absolute !important; top: 55px; height: 35px; left: 80px; width: 250px; }
#overview.resource-button { top: 55px; }
#webinar.resource-button { top: 120px; }
#more.resource-button { top: 185px; }

#organization-type-selector-container { position: absolute; z-index: 50; top: 54px; left: 80px; width: 240px; height: 40px;   }
#start-registration { position: absolute; z-index: 50; top: 50px; left: 312px; width: 100px;  }

#organization-type-selector { width: 210px; }

#steps { position: relative; }
.step, .animation-plane { height: 126px; width: 513px; position: absolute; }
.step button { font-size: 12px; height: 35px; position: absolute; top: 53px; left: 84px; }
.step a { line-height: 35px;}

a.prominent { text-decoration: underline; color: #f0990f; }

#register.step { top: 0px; background-image: url('/images/getting-started/step/register.png'); }
#register-church { width: 100px; }
#register-ministry { left: 195px; width: 160px; }
#register-missionary { left: 363px; width: 120px; }

#pay-dues.step { top: 106px; background-image: url('/images/getting-started/step/pay-dues.png'); }
#pricing-details { left: 210px; }

#setup.step { top: 106px; background-image: url('/images/getting-started/step/setup.png'); }

#training.step { top: 205px; background-image: url('/images/getting-started/step/training.png'); }

#communicate.step { top: 304px; background-image: url('/images/getting-started/step/communicate.png'); height: 100px; }
#training .animation-plane { height: 100px; }

#share-with-ministry, #share-with-church { position: absolute; top: 53px; }
#share-with-ministry { left: 174px; }
#share-with-church { left: 319px; }
/* responsiveness fix */
@media (max-width: 992px) {
 div#content {
    height: auto;
    min-height: 970px;
  }
  #left-column,   
  #right-column {
    margin: 0 auto;
    float: none;
  }
}