/**
 * home_latest.css: SCSS styles for the latest version of the EditRevise homepage.
 */
.clear, .Clear {
  clear: both;
}

.blue, .green {
  color: #3DB7B1 !important;
}

.bold {
  font-weight: bold;
}

/* Buttons */
.btn {
  border-width: 3px;
}

.btn-sm {
  border-width: 2px;
}

.btn-primary {
  background: #227f7a !important;
  color: white !important;
  border-color: #227f7a !important;
  box-shadow: none;
  text-shadow: none;
}
.btn-primary.raised {
  box-shadow: 1px 2px 0px 1.5px #175754;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-primary:hover {
  border-color: #175754 !important;
  background: #175754 !important;
}

.dropdown-toggle.btn-primary {
  border-left: solid 2px #1d6b67 !important;
}

a:active, a:focus {
  outline: none;
  text-decoration: none;
}

.btn-orange {
  background-color: #F58025;
  border-color: #F58025;
  color: white;
}
.btn-orange.raised {
  box-shadow: 1px 2px 0px 1.5px #dd660a;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-orange:hover {
  background-color: #dd660a;
  border-color: #dd660a;
  color: white;
}

.btn-danger {
  background-color: #F58025;
  border-color: #F58025;
  color: white;
}
.btn-danger:hover {
  background-color: #dd660a;
  border-color: #dd660a;
  color: white;
}

.btn-default {
  border-color: #ddd;
}

.btn {
  box-shadow: none;
}

button.upload-button,
a.upload-button {
  color: #fafafa;
  background-color: #F58025;
  border-radius: 10px;
  border: none;
  padding: 1em 2em;
  font-size: 20pt;
  display: inline-block;
}
button.upload-button.bold,
a.upload-button.bold {
  font-weight: 400 !important;
}
button.upload-button.small,
a.upload-button.small {
  font-size: 14pt;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  button.upload-button.mobile-small,
a.upload-button.mobile-small {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
button.upload-button.raised,
a.upload-button.raised {
  box-shadow: 3px 3px 0px 1px #c45b09;
}
button.upload-button.upload-button-top-margin,
a.upload-button.upload-button-top-margin {
  margin-top: 0.75em;
}
button.upload-button:hover,
a.upload-button:hover {
  background-color: #dd660a;
  text-decoration: none !important;
}
button.upload-button.upload-button-green,
a.upload-button.upload-button-green {
  background-color: #2DA7A1;
}
button.upload-button.upload-button-green.raised,
a.upload-button.upload-button-green.raised {
  box-shadow: 3px 3px 0px 1px #1d6b67;
}

.alert-info {
  background: #2DA7A1;
  border-color: #2DA7A1;
  box-shadow: none;
  text-shadow: none;
  color: white;
}
.alert-info a,
.alert-info a:link,
.alert-info a:visited {
  color: white;
}
.alert-info a:active,
.alert-info a:hover {
  color: white;
  text-decoration: underline;
}

.panel-info .panel-heading {
  background: #2DA7A1;
  border-color: #2DA7A1;
  text-align: center;
  color: white;
}
.panel-info .panel-heading h3 {
  margin: 0px;
  font-weight: 500;
}

button.small-orange-button {
  color: #fafafa;
  background-color: #F58025;
  border-radius: 5px;
  border: none;
  padding: 0.25em 1em;
  display: block;
  width: 100%;
  font-size: 12pt;
}
button.small-orange-button.upload-button-top-margin {
  margin-top: 0.125em;
}
button.small-orange-button:hover {
  background-color: #dd660a;
}

body {
  padding-right: 0px !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1.42857143;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small,
.h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small,
h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small,
.h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small,
h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small,
h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

/* These styles are used everywhere, but aren't specific elements */
.dz-preview {
  display: none !important;
}

.row-vcenter {
  display: block;
  display: flex;
  align-items: center;
}

.always-right {
  text-align: right !important;
}

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  background-color: #fafafa;
  color: #333;
  font-size: 12pt;
}

html {
  overflow-x: hidden;
}

blockquote {
  font-size: 20pt;
}
blockquote.small {
  font-size: 12pt;
}
blockquote footer {
  font-size: 16pt;
}
blockquote.no-bottom-padding {
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.errorlist {
  color: red !important;
  font-weight: bold;
  margin-top: 1em;
}

small.description {
  font-size: 12pt;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.tiny {
  font-size: 12px;
}

p.title {
  font-size: 20pt;
  font-weight: 400;
}

p.title.big {
  font-size: 28pt;
}

p.title.slightly-big {
  font-size: 24pt;
}

p.title.text-left {
  text-align: left;
}

p.title.text-right {
  text-align: right;
}

p.description {
  font-size: 14pt;
}

p.description.big {
  font-size: 20pt;
}

p.description.slightly-big {
  font-size: 16pt;
}

.pad-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36pt;
  }

  h2 {
    font-size: 28pt;
  }

  h3 {
    font-size: 16pt;
  }
}
#hero {
  width: 100%;
  background-image: url(../../img/er-notebook-writing-dark.jpg);
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fafafa;
}
#hero.psu-background {
  background-image: url(../../img/psu.jpg);
}
#hero.psu-we-are {
  background-image: url(../../img/psu_we_are.jpg);
}
#hero.full-height {
  min-height: 1200px;
}

h1 {
  font-size: 72pt;
  font-weight: 300;
  font-weight: bold;
  word-wrap: break-word;
}
h1.mobile {
  font-size: 36pt;
}

h2 {
  font-size: 38pt;
  font-weight: 100;
}
h2.mobile {
  font-size: 28pt;
}

h3 {
  font-size: 20pt;
  font-weight: 100;
  margin-top: 0;
}
h3.mobile {
  font-size: 16pt;
}
h3.no-bottom-padding {
  padding-bottom: 0;
  margin-bottom: 0;
}

#hero-text {
  margin: 0 auto;
  padding: 50px 10px;
  padding-top: 140px;
}
#hero-text a {
  color: #fafafa;
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#hero-text a:active, #hero-text a:visited, #hero-text a:focus {
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#hero-text a:link {
  color: #fafafa;
  text-decoration: none;
}
#hero-text a:hover {
  text-decoration: underline;
  color: #3DB7B1;
  background: none;
}
#hero-text a:active {
  color: #3DB7B1;
  text-decoration: underline;
}
#hero-text a:visited {
  color: #fafafa;
  text-decoration: none;
}
#hero-text a.outline {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid white;
  border-radius: 5px;
}
#hero-text a.outline:hover, #hero-text a.outline:active {
  background: rgba(255, 255, 255, 0.2) !important;
}
#hero-text a:hover {
  text-decoration: none;
}
#hero-text .hero-copy {
  font-size: 22px;
}
#hero-text .hero-header-larger {
  font-weight: bold;
}
#hero-text .hero-header-largerh2 {
  font-size: 24pt;
}
#hero-text .hero-header-largerh3 {
  font-size: 20pt;
}
#hero-text .hero-header-largerh4 {
  font-size: 16pt;
}

.image-row p,
.imageless-row p {
  text-align: center;
}
.image-row p.title,
.imageless-row p.title {
  font-size: 20pt;
  font-weight: 400;
  color: #fafafa;
}
.image-row p.title.big,
.imageless-row p.title.big {
  font-size: 28pt;
}
.image-row p.title.slightly-big,
.imageless-row p.title.slightly-big {
  font-size: 24pt;
}
.image-row p.title.text-left,
.imageless-row p.title.text-left {
  text-align: left;
}
.image-row p.title.text-right,
.imageless-row p.title.text-right {
  text-align: right;
}
.image-row p.description,
.imageless-row p.description {
  font-size: 14pt;
  color: #fafafa;
}
.image-row p.description.big,
.imageless-row p.description.big {
  font-size: 20pt;
}
.image-row p.description.slightly-big,
.imageless-row p.description.slightly-big {
  font-size: 16pt;
}
.image-row p.description.text-left,
.imageless-row p.description.text-left {
  text-align: left;
}
.image-row p.description.text-right,
.imageless-row p.description.text-right {
  text-align: right;
}

.imageless-row {
  padding-top: 4.2em;
  padding-bottom: 4.2em;
}
.imageless-row p.title {
  color: #333;
}
.imageless-row p.description {
  color: #666;
}

.image-row {
  padding-top: 4.2em;
  padding-bottom: 4.2em;
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}
.image-row a {
  color: #fafafa;
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
.image-row a:active, .image-row a:visited, .image-row a:focus {
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
.image-row a:link {
  color: #fafafa;
  text-decoration: none;
}
.image-row a:hover {
  text-decoration: underline;
  color: #3DB7B1;
  background: none;
}
.image-row a:active {
  color: #3DB7B1;
  text-decoration: underline;
}
.image-row a:visited {
  color: #fafafa;
  text-decoration: none;
}
.image-row a.outline {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid white;
  border-radius: 5px;
}
.image-row a.outline:hover, .image-row a.outline:active {
  background: rgba(255, 255, 255, 0.2) !important;
}

.extra-padding-top {
  padding-top: 1em;
}

#value-props img {
  height: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

#hero-banner {
  background: #3DB7B1;
}

/* Override default styles for menu bar, container padding */
.editrevise-content-container {
  padding: 0px !important;
}

#navbar {
  background: none;
  border-bottom: none;
  box-shadow: none;
}
#navbar li.white-link a,
#navbar li.cta-button a {
  color: #fafafa;
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#navbar li.white-link a:active, #navbar li.white-link a:visited, #navbar li.white-link a:focus,
#navbar li.cta-button a:active,
#navbar li.cta-button a:visited,
#navbar li.cta-button a:focus {
  background-color: transparent;
  outline-color: transparent;
  outline-width: 0px;
}
#navbar li.white-link a:link,
#navbar li.cta-button a:link {
  color: #fafafa;
  text-decoration: none;
}
#navbar li.white-link a:hover,
#navbar li.cta-button a:hover {
  text-decoration: underline;
  color: #3DB7B1;
  background: none;
}
#navbar li.white-link a:active,
#navbar li.cta-button a:active {
  color: #3DB7B1;
  text-decoration: underline;
}
#navbar li.white-link a:visited,
#navbar li.cta-button a:visited {
  color: #fafafa;
  text-decoration: none;
}
#navbar li.white-link a.outline,
#navbar li.cta-button a.outline {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  border: 1px solid white;
  border-radius: 5px;
}
#navbar li.white-link a.outline:hover, #navbar li.white-link a.outline:active,
#navbar li.cta-button a.outline:hover,
#navbar li.cta-button a.outline:active {
  background: rgba(255, 255, 255, 0.2) !important;
}
#navbar li.white-link a,
#navbar li.cta-button a {
  background-color: transparent !important;
  outline-color: transparent;
  outline-width: 0px;
}
#navbar a.navbar-brand {
  display: inline;
}
#navbar a.navbar-brand .logo.white-prompt-logo {
  display: inline !important;
}
#navbar a.navbar-brand .logo.green-prompt-logo {
  display: none !important;
}
#navbar button.navbar-toggle {
  border: 1px solid #fafafa;
}
#navbar button.navbar-toggle .icon-bar {
  background-color: #fafafa;
}
#navbar .navbar-collapse {
  max-height: calc(100% - 55px);
}
@media only screen and (max-width: 768px) {
  #navbar .navbar-collapse {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 4px 2px -2px #ddd;
  }
  #navbar .navbar-collapse li.white-link a,
#navbar .navbar-collapse li.cta-button a {
    color: #2DA7A1;
  }
  #navbar .navbar-collapse li.white-link a:link,
#navbar .navbar-collapse li.cta-button a:link {
    color: #2DA7A1;
  }
  #navbar .navbar-collapse li.white-link a:hover,
#navbar .navbar-collapse li.cta-button a:hover {
    color: #3DB7B1;
  }
  #navbar .navbar-collapse li.white-link a:active,
#navbar .navbar-collapse li.cta-button a:active {
    color: #3DB7B1;
  }
  #navbar .navbar-collapse li.white-link a:visited,
#navbar .navbar-collapse li.cta-button a:visited {
    color: #2DA7A1;
  }
  #navbar .navbar-collapse li.white-link a.outline,
#navbar .navbar-collapse li.cta-button a.outline {
    border: 1px solid #3DB7B1;
  }
  #navbar .navbar-collapse li.white-link a.outline:hover, #navbar .navbar-collapse li.white-link a.outline:active,
#navbar .navbar-collapse li.cta-button a.outline:hover,
#navbar .navbar-collapse li.cta-button a.outline:active {
    background: rgba(45, 167, 164, 0.2) !important;
  }
}
#navbar.below-hero {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 4px 2px -2px #ddd;
}
#navbar.below-hero li.white-link a,
#navbar.below-hero li.cta-button a {
  color: #2DA7A1;
}
#navbar.below-hero li.white-link a:link,
#navbar.below-hero li.cta-button a:link {
  color: #2DA7A1;
}
#navbar.below-hero li.white-link a:hover,
#navbar.below-hero li.cta-button a:hover {
  color: #3DB7B1;
}
#navbar.below-hero li.white-link a:active,
#navbar.below-hero li.cta-button a:active {
  color: #3DB7B1;
}
#navbar.below-hero li.white-link a:visited,
#navbar.below-hero li.cta-button a:visited {
  color: #2DA7A1;
}
#navbar.below-hero li.white-link a.outline,
#navbar.below-hero li.cta-button a.outline {
  border: 1px solid #3DB7B1;
}
#navbar.below-hero li.white-link a.outline:hover, #navbar.below-hero li.white-link a.outline:active,
#navbar.below-hero li.cta-button a.outline:hover,
#navbar.below-hero li.cta-button a.outline:active {
  background: rgba(45, 167, 164, 0.2) !important;
}
@media only screen and (min-width: 768px) {
  #navbar.below-hero li.cta-button a {
    background-color: #F58025 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-radius: 3px !important;
    color: white !important;
  }
  #navbar.below-hero li.cta-button a:link, #navbar.below-hero li.cta-button a:hover, #navbar.below-hero li.cta-button a:active, #navbar.below-hero li.cta-button a:visited {
    color: white !important;
    text-decoration: none !important;
  }
  #navbar.below-hero li.cta-button a:hover, #navbar.below-hero li.cta-button a:active {
    background-color: #dd660a !important;
  }
}
#navbar.below-hero a.navbar-brand {
  display: inline;
}
#navbar.below-hero a.navbar-brand .logo.white-prompt-logo {
  display: none !important;
}
#navbar.below-hero a.navbar-brand .logo.green-prompt-logo {
  display: inline !important;
}
#navbar.below-hero button.navbar-toggle {
  border: 1px solid #2DA7A1;
}
#navbar.below-hero button.navbar-toggle .icon-bar {
  background-color: #2DA7A1;
}

h3.hero-header {
  margin-top: 20px;
}

#feedback-options {
  background-image: url(../../img/er-feedback-background.jpg);
  min-height: 512px;
  padding-top: 0;
  padding-bottom: 0;
}
#feedback-options .feedback-options-title {
  background: white;
  padding-top: 1.5em;
  padding-bottom: 5.2em;
}
#feedback-options .card {
  background-image: -linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -webkit-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -ms-linear-gradient(top, white 0%, whitesmoke 100%);
  padding: 1.2em;
  padding-top: 1em;
  border-radius: 3px;
  width: 93%;
  height: 320px;
  margin: auto;
  text-align: center;
  box-shadow: -1px 1px 27px -7px #000;
  position: relative;
  font-size: 1.1em;
  transition: box-shadow 1s, background 1s;
  font-family: "proxima-nova", "serif";
}
#feedback-options .card:hover {
  box-shadow: -1px 1px 22px -2px #000;
}
#feedback-options .card h2 {
  font-size: 1.6em;
  margin-top: 0px;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #3DB7B1;
  font-weight: 400;
  font-family: "proxima-nova", "sans-serif";
}
#feedback-options .card p.subtitle {
  margin-bottom: 1.2em;
  margin-top: 0;
}
#feedback-options .card ul {
  padding: 0px;
}
#feedback-options .card ul li {
  list-style: none;
  border-bottom: solid 1px #ddd;
  padding: 10px 0px;
}
#feedback-options .card .card-upload-btn {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 89px);
  font-size: inherit !important;
}
#feedback-options .card .btn-orange {
  background: #F58025 !important;
  border-color: #F58025 !important;
}
#feedback-options .card .btn-orange:hover {
  background: #dd660a !important;
  border-color: #dd660a !important;
}
#feedback-options .card {
  top: -65px;
}
@media (min-width: 1200px) {
  #feedback-options .feedback-option-free .card {
    right: -35px;
  }
  #feedback-options .feedback-option-comprehensive .card {
    left: -35px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  #feedback-options .card {
    font-size: 1em;
    width: 95%;
  }
}
@media (max-width: 990px) {
  #feedback-options .card {
    margin: 10px 0px;
    width: 100%;
  }
}
@media (min-width: 990px) {
  #feedback-options.col-md-offset-0-5 {
    margin-left: 4.166666%;
  }
  #feedback-options.col-md-offset-1-5 {
    margin-left: 12.5%;
  }
}

#testimonials blockquote, #feedback-specialists blockquote {
  font-size: 16pt;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#testimonials blockquote footer, #feedback-specialists blockquote footer {
  font-size: 16pt;
}
#testimonials img, #feedback-specialists img {
  width: 200px;
  max-width: 100%;
}

#feedback-specialists h3 {
  margin-bottom: 2em;
}

.quote-author-container {
  border-left: 5px solid #eee;
}
.quote-author-container p.quote-author {
  color: #666;
  font-size: 14pt;
  text-align: left !important;
}
.quote-author-container p.description {
  text-align: left !important;
}
.quote-author-container.reverse {
  border-left: none;
  border-right: 5px solid #eee;
}
.quote-author-container.reverse p.quote-author {
  text-align: right !important;
}
.quote-author-container.reverse p.description {
  text-align: right !important;
}

@media (max-width: 768px) {
  #testimonials .quote-author-container p.description,
#testimonials .quote-author-container p.quote-author,
#testimonials .quote-author-container.reverse p.description,
#testimonials .quote-author-container.reverse p.quote-author {
    text-align: center !important;
  }
}
#value-props .value-prop-item {
  padding-top: 20px;
}

#pricing {
  background-image: url(../../img/er-price-bg.jpg);
}
#pricing form.pricing-form {
  background-color: #fafafa;
  background-color: rgba(250, 250, 250, 0.8);
  display: block;
  margin: 0 auto;
  padding: 2em;
  border-radius: 10px;
}
#pricing form.pricing-form, #pricing form.pricing-form label {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-weight: 200;
  color: #333;
}
#pricing form.pricing-form.control-label, #pricing form.pricing-form label.control-label {
  font-weight: bold;
}

#ready-for-feedback .left-column {
  color: #2DA7A1;
  font-size: 32pt;
  text-align: center;
}
#ready-for-feedback .right-column {
  text-align: center;
}

#example-edit-container {
  overflow: scroll;
}
#example-edit-container img.feedback-preview {
  min-width: 600px;
}

a.btn-writing-center {
  color: #fafafa;
  background-color: #3DB7B1;
  border-radius: 10px;
  border: none;
  padding: 0.75em 1.5em;
  font-size: 14pt;
}
a.btn-writing-center:hover {
  background-color: #2DA7A1;
}
a.btn-writing-center.btn-block {
  width: 80%;
  margin: 0 auto;
}
a.btn-writing-center:active, a.btn-writing-center:visited, a.btn-writing-center:hover {
  color: #fafafa;
}

img.feedback-preview {
  max-width: 100%;
  border: 1px solid #bbb;
}

a.feedback-preview-container:hover:before {
  content: "+";
  color: white;
  font-size: 125px;
  font-weight: 300;
  z-index: 1000;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.feedback-preview-container:hover img.feedback-preview {
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  transition: filter 500ms linear;
  -webkit-transition: -webkit-filter 500ms linear;
}

.home-purchase-subscription {
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}
.home-purchase-subscription:hover {
  color: #3DB7B1 !important;
}

.mailing-list-signup-banner {
  padding: 10px 0px;
}
.mailing-list-signup-banner input[type=text], .mailing-list-signup-banner select {
  width: 200px;
  display: inline;
  margin: 0px 5px;
}

.prompt-solutions-landing .prompt-solution {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 31px 0px;
  border-radius: 8px;
  padding: 10px;
  height: 440px;
  color: black;
  position: relative;
}
.prompt-solutions-landing .prompt-solution a.btn {
  position: absolute;
  bottom: 30px;
  width: 80%;
  left: 10%;
}
.prompt-solutions-landing .prompt-solution .solution-subtitle {
  font-size: 22px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}
.prompt-solutions-landing .prompt-solution li {
  margin: 10px 0px;
}

.prompt-solutions-hero {
  background-image: url("../../img/alternate-background.jpg") !important;
  min-height: 800px;
}

.row .va-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media only screen and (min-width: 768px) {
  .col-sm-offset-half {
    margin-left: 4.1666666667%;
  }
}

.option-row {
  margin-top: 4em;
  margin-bottom: 6em;
}
.option-row .option-cell {
  background: white;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 2px 31px 0px;
  border-radius: 8px;
  padding: 25px 10px;
  color: black;
}
.option-row .option-cell h3 {
  font-size: 24px !important;
}
.option-row .option-cell .btn {
  width: 80%;
}
