html {
  font-size: 14px; /* Copying Bootstrap body default size to use for rem units */
}
/* Space out content a bit */
body {
  padding-bottom: 20px;
  font-size: 1.16rem;
  line-height: 1.6;
  font-family: 'Open Sans', Arial;
}

.bgcolor-red {
  background-color: #e85b5c;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e85b5c+0,e7383a+100 */
  background: #e85b5c; /* Old browsers */
  background: -moz-linear-gradient(top,  #e85b5c 0%, #e7383a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e85b5c 0%,#e7383a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e85b5c 0%,#e7383a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85b5c', endColorstr='#e7383a',GradientType=0 ); /* IE6-9 */
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

h2 {
  font-size: 2.143rem;
  line-height: 1.4;
  font-weight: 300;
}

h2 > b {
  font-weight: 800;
}

h3 {
  font-size: 1.929rem;
  line-height: 1.2;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Form messages */
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.text-pane-description {
  padding-left: 60px;
  padding-right: 60px;
  text-shadow: 1px 1px 3px #69282A;
}

.jumbotron-envizion {
  text-align: left !important;
  background-color: #f39d8f;
  padding: 15px;
  color: #69282A;
}

.btn-envizion {
  background-color: #5eb13d;
  color: #fff;
  border: 1px solid #c9e0b4;
  text-shadow: 1px 1px 3px #666666;
}

.btn-envizion:hover,
.btn-envizion:active,
.btn-envizion:focus {
  color: #fff;
}

.button-subtext {
  font-size: 1rem;
  margin-top: -10px;
  margin-bottom: 10px;
}

.ia-icon-with-text {
  display: table-row;
  margin-bottom: 0.75rem;
}

.ia-icon-with-text div {
  display: table-cell;
}

.ia-icon-sentence {
  padding-right: 0.75em;
}

.top-offset30 {
  margin-top: 30px;
}

.bottom-offset30 {
  margin-bottom: 30px;  
}

.bottom-offset60 {
  margin-bottom: 60px;  
}

.loader-icon {
    margin-left: 12px;
    vertical-align: middle;
    display:    none;
    z-index:    1000;
    height:     32px;
    width:      32px;
    background: transparent
                url('../ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

.form-control {
  border: 1px solid #f9c7bc;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    /*overflow: hidden; */  
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loader-icon {
    display: inline-block;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    /*max-width: 730px;*/
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
