html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
section.container {
  flex: 1 0 auto;
  margin: 0;
}
section.container.fullgray {
  background-color: #d1d1d1;
}
.shadowed-box {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.lessshadowed-box {
  box-shadow: 1px 1px 10px #000000;
}
.disabled-button {
  box-shadow: none;
  background-color: #bec10a;
  color: #cccccc;
}
.button-behavior {
  box-shadow: 1px 1px 10px #000000;
}
.button-behavior:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.button-behavior.disabled {
  cursor: default;
  box-shadow: none;
  background-color: #bec10a;
  color: #cccccc;
}
.button-behavior.disabled:hover {
  box-shadow: none;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.button {
  padding: 1em 2em;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.top-menu {
  padding: 1rem 2rem;
  background-color: #eeeeee;
}
.top-menu .primary-nav {
  display: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.top-menu .primary-nav.open {
  display: block;
}
.top-menu .primary-nav li {
  margin-bottom: 0.5rem;
}
.top-menu a {
  text-decoration: none;
  color: #000;
}
.top-menu a:hover {
  text-decoration: underline;
}
.top-menu .login-button {
  color: #ffffff;
}
.top-menu .login-button a {
  color: #ffffff;
}
h2 {
  font-family: 'Nunito', sans-serif;
}
.top-menu ul li.login-button {
  background-color: #30bcc4;
  font-style: italic;
  padding: 5px 15px;
}
.home-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,d2d2d2+100 */
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f4f4f4), color-stop(100%, #d2d2d2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 30%, #d2d2d2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d2d2d2', GradientType=0);
  /* IE6-9 */
}
.logo {
  padding-left: 2em;
}
.callout-text {
  left: 0;
  margin-top: 4rem;
  max-width: 44rem;
  border: 1px solid #97cd09;
}
.callout-text h2 {
  color: #2caeb5;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-left: 3.5em;
  line-height: 1.3em;
  padding-top: 0.2em;
}
.callout-text p {
  color: #363030;
  line-height: 1.5em;
}
.callout-text div {
  padding: 0 2em;
}
.blue-line {
  border: none;
  border-top: 1px solid #00b7ee;
  width: 88%;
  margin: -1em 0 2em 0;
}
.home-contact-block {
  padding: 0 2rem;
  border: 1px solid #cccccc;
  color: #666;
}
.document-image {
  float: left;
  width: 4em;
}
.lady-bg {
  background-image: url(../img/lady-bg.png);
  height: 734px;
  width: 612px;
  background-repeat: no-repeat;
  right: 0;
  top: 109px;
  position: absolute;
  display: none;
}
.home-site-description {
  margin: 0 2rem;
}
.home-site-description h2 {
  color: #54ba77;
  padding: 1em 0;
  font-style: italic;
  margin: 0;
  line-height: 1.25em;
  font-size: 2em;
}
.home-site-description p {
  line-height: 1.8em;
  margin: 0;
}
.home-site-description a.home-signup {
  display: inline-block;
  background-color: #0a959d;
  padding: 1rem 2rem;
  font-size: 2rem;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 5px 5px 10px #000000;
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.pricing-box-container {
  background-image: url(../img/document-signing.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.pricing-box-container .pricing img {
  display: block;
  margin: 0 auto;
  padding: 37px;
}
.pricing-box-container .pricing h2 {
  font-style: italic;
}
.pricing-box-container .pricing p,
.pricing-box-container .pricing h2,
.pricing-box-container .pricing h3 {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 7px;
}
.pricing-box-container .pricing a {
  color: #fff;
}
.pricing-box-container .learn-more a {
  background-color: #54ba77;
  text-align: center;
  padding: 19px;
  color: #FFF;
  text-decoration: none;
  display: block;
}
.pricing-box-container .learn-more a:hover {
  text-decoration: underline;
}
.about-us-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,d2d2d2+100 */
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f4f4f4), color-stop(100%, #d2d2d2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 30%, #d2d2d2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 30%, #d2d2d2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#d2d2d2', GradientType=0);
  /* IE6-9 */
  padding-bottom: 2rem;
}
.about-us-wrapper .about-us-content {
  padding: 0 1rem;
}
.about-us-wrapper .about-us-content h2 {
  font-style: italic;
  margin: 0;
  line-height: 1.5em;
  font-size: 2em;
}
.about-us-wrapper .about-us-content .blue-line {
  width: 100%;
  margin: 1rem 0 2rem 0;
}
.about-us-wrapper .about-us-content p {
  margin: 0;
}
.about-us-wrapper .about-us-content.contact-form .input {
  padding: 1rem;
}
.about-us-wrapper .about-us-content.contact-form .input label {
  margin-right: 1rem;
}
.about-us-wrapper .about-us-content.contact-form .input input {
  padding: 0.5rem;
}
.about-us-wrapper .about-us-content.contact-form .input textarea {
  vertical-align: top;
  width: 15rem;
  height: 15rem;
}
.about-us-wrapper .about-us-content a {
  color: #fff;
}
footer {
  color: #ffffff;
  background-color: #0a959d;
}
footer .footer-text {
  padding: 30px;
}
footer .footer-text p,
footer .footer-text ul,
footer .footer-text ul li {
  display: inline;
}
footer .footer-text .social-links {
  margin-top: 1rem;
}
footer .footer-text .social-links a {
  margin-right: 1rem;
  color: white;
}
footer .footer-text p.disclaimer {
  margin-top: 1rem;
  display: block;
  font-size: 0.7rem;
}
/** Login page **/
.login-section {
  width: 16em;
  margin: 0em auto;
  padding: 5em 0 5em 0;
}
.login-section .logo {
  padding: 0;
}
.users.form input {
  padding: 0.5em;
  font-size: 1em;
  width: 15em;
  margin: 0.5em 0;
}
.users.form button {
  background-color: #30bcc4;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-style: italic;
  padding: 0.2em 0.8em;
  float: right;
  margin-top: 1em;
}
.users.form button:hover {
  border: none;
  box-shadow: 2px 2px 5px #777;
}
.forgot-signup-container {
  width: 11em;
  float: left;
  font-size: 0.7em;
  margin-top: 1.3em;
}
.forgot-signup-container a {
  color: #000000;
  margin-bottom: 0.5em;
  display: block;
  text-decoration: none;
}
.forgot-signup-container a:hover {
  text-decoration: underline;
}
/** Inner **/
.inner-top-area {
  padding: 1em 4em 4em 4em;
  background-color: #eeeeee;
}
.inner-top-area .top-menu {
  padding: 1em 0 0 0;
}
.inner-logo {
  float: left;
  display: none;
}
.inner-logo img {
  width: 180px;
}
.inner-center-area {
  clear: both;
  padding: 1rem 2rem 0;
}
.inner-navigation h1 {
  margin: 0;
  font-size: 2rem;
  font-style: italic;
  font-family: 'Nunito', sans-serif;
}
.inner-navigation .inside-nav {
  font-family: 'Roboto', sans-serif;
  margin-right: 2em;
}
.inner-navigation .inside-nav a {
  text-decoration: none;
  color: #444444;
  font-weight: bold;
}
.inner-navigation .inside-nav a:hover {
  text-decoration: underline;
}
.inner-navigation .inside-nav .logged-in-nav {
  padding-left: 0;
  margin-left: 0;
}
.inner-navigation .inside-nav .logged-in-nav li {
  display: block;
  padding: 0 1rem;
  text-align: left;
  margin-bottom: 0.25rem;
}
.expiration-message {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.expiration-message span a {
  display: block;
  margin-top: 1rem;
}
.inner-content {
  clear: both;
  padding: 1em 1em 0 1em;
}
a.large-choice {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  width: 20rem;
  margin: 1rem 2rem 1rem 0;
  text-align: center;
  height: 14rem;
  padding-top: 2rem;
  color: #4db97f;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  box-shadow: 1px 1px 10px #000000;
}
a.large-choice:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
a.large-choice i.fa {
  display: block;
  font-size: 3em;
  margin-bottom: 0.2em;
}
.add-new-button {
  background-color: #0a959d;
  color: #ffffff;
  padding: 1rem 2rem;
  margin: 2rem;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  box-shadow: 1px 1px 10px #000000;
}
.add-new-button:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.add-new-button.disabled {
  cursor: default;
  box-shadow: none;
  background-color: #bec10a;
  color: #cccccc;
}
.add-new-button.disabled:hover {
  box-shadow: none;
}
.delete-button {
  background-color: #92c697;
  color: #ffffff;
  margin: 2rem 0;
  font-weight: bold;
  box-shadow: 1px 1px 10px #000000;
}
.delete-button:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.delete-button.disabled {
  cursor: default;
  box-shadow: none;
  background-color: #bec10a;
  color: #cccccc;
}
.delete-button.disabled:hover {
  box-shadow: none;
}
.main-object-list {
  margin-top: 1em;
}
.main-object {
  padding: 1rem;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 13rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 1px 10px #000000;
}
.main-object:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.main-object-actions a:nth-child(2) {
  background-color: #0a959d;
  color: #ffffff;
}
.sub-object {
  background-color: #c3f7c8;
  margin: 0 1rem 1rem 1rem;
}
.sub-object a {
  display: block;
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
  background-color: #0a959d;
  margin-left: 1rem;
  color: white;
  padding: 0.5rem 1.5rem;
  margin-top: 0.5rem;
  box-shadow: 1px 1px 10px #000000;
}
.sub-object a:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.sub-object.kid {
  background-color: #cccccc;
  margin: 0 1rem 1rem 2rem;
}
/** forms **/
.inner-content label {
  display: block;
  font-size: 1.25em;
}
.inner-content input {
  margin: 0 0 1em 1em;
  font-size: 1.25em;
}
.pagination {
  margin: 1em 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
.pagination li {
  display: inline;
  margin-right: 1em;
}
.pagination a {
  text-decoration: none;
  color: #444444;
}
/** template list **/
.box.template {
  background-color: #ffffff;
  width: 17em;
  height: 7em;
  padding: 4em 2em 2em 2em;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1em solid #86be99;
  display: block;
  text-decoration: none;
  color: #444444;
}
.box.template:hover {
  box-shadow: 2px 2px 5px #777;
}
.box i.fa.fa-file-text-o {
  font-size: 5em;
  color: #86be99;
  display: block;
  float: left;
  margin-right: 0.2em;
}
.box span {
  font-size: 1.2em;
  line-height: 1.4;
}
.flash.message {
  position: absolute;
  top: 15%;
  left: 30%;
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #97cd09;
  box-shadow: 10px 10px 20px #444444;
}
.flash.message .fa.fa-times {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #97cd09;
}
.form-error {
  border: 1px solid #e46767;
}
.error-message {
  color: #e46767;
  margin-bottom: 1rem;
  font-weight: bold;
}
.expired-buy-now {
  border: 1px solid black;
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
  padding: 1rem;
  display: inline-block;
  margin-bottom: 3rem;
  text-align: center;
}
.expired-buy-now form {
  margin-top: 1rem;
}
.form-content {
  border: 1px solid #000000;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 1rem;
  display: inline-block;
  vertical-align: top;
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
button {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  display: block;
  background-color: #0a959d;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 1px 1px 10px #000000;
}
button:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
button.disabled {
  cursor: default;
  box-shadow: none;
  background-color: #bec10a;
  color: #cccccc;
}
button.disabled:hover {
  box-shadow: none;
}
.internal-page .inner-top-area {
  padding: 1rem 2rem;
}
.internal-page .inner-top-area .inner-logo {
  float: none;
  display: block;
  text-align: center;
}
.internal-page .inner-content input,
.internal-page .inner-content select {
  margin: 0 0 1rem 1rem;
  font-size: 1rem;
  max-width: 90%;
}
.internal-page .box.template {
  background-color: #ffffff;
  width: 17rem;
  height: 7rem;
  padding: 4rem 2rem 2rem 2rem;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1rem solid #86be99;
  display: inline-block;
  text-decoration: none;
  color: #444444;
  vertical-align: top;
  margin: 2rem 2rem 0 0;
  box-shadow: 1px 1px 10px #000000;
}
.internal-page .box.template:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.internal-page .form-content {
  width: 80%;
  border: 4px solid #92c697;
}
.internal-page .form-content.missing-data {
  border: 4px solid #bec10a;
}
.internal-page .form-content h2 {
  text-align: center;
  font-size: 2rem;
  cursor: pointer;
}
.internal-page .form-content h3 {
  text-align: center;
}
.internal-page .court-case-category-container {
  display: none;
}
.admin-field-template-category {
  color: #ffffff;
  background-color: #444444;
  padding: 1rem;
}
.question-description {
  margin: 0.2rem;
}
.question-description ul {
  margin: 0.3rem;
}
.question-description ul li {
  margin-bottom: 0.5rem;
}
.generate-form-list {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #92c697;
}
.generate-form-list a.form-link {
  text-decoration: none;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #cccccc;
  color: #000000;
  box-shadow: 1px 1px 10px #000000;
}
.generate-form-list a.form-link:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
a.delete-client-link {
  text-decoration: none;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #cccccc;
  color: #000000;
  cursor: pointer;
  box-shadow: 1px 1px 10px #000000;
}
a.delete-client-link:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
a.delete-client-link span {
  display: block;
  float: right;
  margin-top: -0.5rem;
  padding-left: 0.5rem;
}
.client-kids-section .add-child-link,
.client-kids-section .delete-child-button {
  text-decoration: none;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #cccccc;
  color: #000000;
  cursor: pointer;
  box-shadow: 1px 1px 10px #000000;
}
.client-kids-section .add-child-link:hover,
.client-kids-section .delete-child-button:hover {
  box-shadow: 10px 10px 50px #000000;
  transition-duration: 0.5s;
}
.client-kids-section .delete-child-button {
  float: right;
}
select.client-info-input[multiple] {
  min-height: 20rem;
  overflow-x: scroll;
}
select.client-info-input[multiple] option {
  margin: 0.5rem 0;
}
.question-container .display-name {
  font-weight: bold;
}
.question-container .special-instructions {
  margin-left: 1rem;
  line-height: 2;
}
@media (min-width: 767px) {
  .home-top {
    height: 843px;
  }
  .callout-text {
    position: absolute;
  }
  .home-contact-block {
    position: absolute;
    margin-top: 13rem;
  }
  .lady-bg {
    display: block;
  }
  .inner-logo {
    display: block;
  }
  .internal-page .form-content {
    width: 22rem;
  }
  .generate-form-list {
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }
  .client-data-boxes {
    display: inline-block;
    width: 65%;
    margin-left: 1%;
    vertical-align: top;
  }
  .client-kids-section {
    display: inline-block;
    width: 65%;
    margin-left: 23%;
  }
}
@media (min-width: 950px) {
  .top-menu {
    background-color: transparent;
  }
  .top-menu .nav-menu-button {
    display: none;
  }
  .top-menu .primary-nav {
    display: block;
    float: right;
  }
  .top-menu .primary-nav li {
    display: inline-block;
    margin-right: 2rem;
  }
  .inner-navigation .inside-nav .logged-in-nav li {
    display: inline-block;
  }
  .inner-center-area {
    padding: 1rem 5% 0;
  }
  .internal-page .inner-top-area .top-menu {
    padding: 0;
  }
  .internal-page .inner-top-area .top-menu .primary-nav {
    margin: 0.5rem 1rem;
  }
  .internal-page .inner-top-area .inner-logo {
    float: left;
  }
  .about-us-wrapper {
    padding-left: 3rem;
  }
  .about-us-wrapper .about-us-content {
    width: 55%;
  }
  .pricing-box-container {
    float: right;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 30%;
    max-width: 30rem;
  }
}
@media print {
  .form-content {
    display: block;
  }
}
