@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

#signed_in{
	padding-top:30px !important;
	padding-bottom:30px !important;
	max-width:72.25rem !important;
	margin:0 auto !important;
	min-height:400px;
}

html, body {
  color:#203b5a;
  /* font-family: Open Sans; */
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    font-family: Open Sans;
}
h1.underline {
  border-bottom: 3px solid #b86233;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

h1.icon:before {
  background-size: 80px 80px !important;
  width:80px;
  height:80px;
  content:"";
  display:none;
  margin-left:-90px;
  margin-top: -20px;
  position: absolute;
}

h1.briefcase:before {
  background:url(/img/Private-Practice-icon-orange.png) no-repeat; /* briefcase */
}

h1.table:before {
  background:url(/img/Non-profit-icon-orange.png) no-repeat; /* table */
}

h1.courthouse:before {
  background:url(/img/Courts-icon-orange.png) no-repeat; /* courthouse */
}

h1.icon.how-it-works:before {
  background:url(/img/How-It-Works-icon-orange.png) no-repeat;
}
h1.about:before {
  background:url(/img/About-icon-orange.png) no-repeat;
}
h1.new-pricing:before {
  background:url(/img/Pricing-icon-orange.png) no-repeat;
}
h1.oregon:before {
  background:url(/img/Oregon-icon-orange.png) no-repeat;
}
h1.washington:before {
  background:url(/img/Washington-icon-orange.png) no-repeat;
}
h1.faqs:before {
  background:url(/img/FAQs-icon-orange.png) no-repeat;
}
h1.privacy:before {
  background:url(/img/Privacy-icon-orange.png) no-repeat;
}
h1.terms:before {
  background:url(/img/Terms-of-Use-icon-orange.png) no-repeat;
}

h1.register:before {
  background:url(/img/MyPleadings-icon-orange.png) no-repeat;
}

@media (min-width:768px) {
  h1.icon:before {
    display:block;
  }
}
ol {
  margin-bottom: 1rem;
}
.homepage-links {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
  @media (min-width:768px) {
  .homepage-links {
    grid-template-columns: 1fr 1fr;
  }
}
.homepage-links h2 {
  font-weight: 600;
}
.homepage-links a {
  color:#b86233;
  font-weight: 600;
}
.homepage-links a:hover {
  color:#203b5a;
  text-decoration: none;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
  @media (min-width:768px) {
  .flex {
      flex-direction: row;
      text-align: left;
    }
}

.icon-only {
  margin-right:0;
}
  @media (min-width:768px) {
  .icon-only {
  margin-right:1rem;
}
}

.home-img {
  background-image: url(/img/MyPleadings-home-bkgd.jpg);
  background-position:center center;
}

  @media (min-width:768px) {
    .home-img {
	  background-position:left center;
	}

  }
.navbar-right a {
  display: inline-block;
  height: 100%;
}
a.free-trial {
  display: inline-block;
  color:#ffffff!important;
  height: 100%;
  padding:0 25px 0 65px;
  background-color: #b86233;
  border-radius: 35px 0 0 35px;
}
a.free-trial:hover {
  background-color: #203b5a !important;
  color:#ffffff;
}
a.free-trial:before {
  background:url(/img/Free-Trial-icon-blue.png) no-repeat;
  background-size: 70px 70px !important;
  width:70px;
  height:70px;
  content:"";
  display:block;
  margin-left:-80px;
  margin-top: -13px;
  position: absolute;
}

.navbar-nav a { color:#203b5a; }

/* Homepage hero text areas */
#img_txt {
    width: 100%;
    padding:20px;
}
  @media (min-width:768px) {
    #img_txt {
      padding:10% 35px 3% 20%; /* 10% 35px 3% 15% */
    }
  }
  
.hero-copy-container {
  display: grid;
  grid-column-gap: 80px; /* 100px; */
  grid-row-gap: 50px;
  grid-template-columns: 100%;
  grid-template-areas: "copy" "ctas";
}
  @media (min-width:768px) {
    .hero-copy-container {
      grid-template-columns: 200px auto;
      grid-template-areas: "ctas copy";
    }
  }

.hero-left-copy-block {
  text-align: center;
  grid-area:ctas;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-right-copy-block {
  text-align: right;
  grid-area: copy;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
a.button {
  background-color: #203b5a;
  color:#ffffff;
  padding:12px 20px;
  display:block;
  margin-bottom: 15px;
}
a.button:hover {
  background-color: #b86233;
  text-decoration: none;
}
a.button:last-of-type {
  margin-bottom: 0;
}

.heading-light-blue {
  color:#5a7d97;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
  @media (min-width:768px) {
    .heading-light-blue {
      font-size: 4rem;
    }
  }
.heading-dark-blue {
  color:#203b5a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 2rem 0;
}
  @media (min-width:768px) {
    .heading-dark-blue {
      font-size: 5.7rem;
    }
  }
.heading-small {
  font-size: 1.25rem;
  margin: 0;
}
hr.divider {
  margin:25px 0; border-top:3px solid #b86233;clear: both;
}
.heading-medium {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.spacer { margin:25px 0; }
.orange { color: #b86233; }

hr.orange-divider {margin:25px 0 45px; border-top:3px solid #b86233;clear: both;}

.navbar-right {
  margin-right: 0;
}

.content-container {
  display: flex;
  flex-direction: column;
}
@media (min-width:768px) {
  .content-container {
    flex-direction: row;
  }
}

.sidebar {
  background-color: #203b5a;
  background-image:url(/img/scroll-bkgd.png);
  background-repeat:no-repeat;
  background-position: bottom 10px right 10px;
  background-size: 25%;
  color:#ffffff;
  font-style: italic;
  padding:25px;
  order:2;
  width: 100%;
  flex: 100%;
}
@media (min-width:768px) {
  .sidebar {
    background-position: bottom 25px center;
    background-size: 100%;
    order:1;
    width: 280px;
    flex:0 0 280px;
  }
}
.sidebar_quote {
  margin-top: 0;
  font-size:1.35rem;
}
@media (min-width:768px) {
  .sidebar_quote {
    margin-top: 120px;
  }
}

.body-content {
  order:1;
  padding: 50px;
  background-color: #ffffff;
}
@media (min-width:768px) {
  .body-content {
    order:2;
  }
}

.sidebar_quote-source {
  font-size:0.85rem;
}

.container {
  max-width:unset; /* Override to allow body content to expand 100% */
  flex-basis: auto;
  margin: 0;
  padding: 0;
}

.orange-underline {
  border-bottom: 2px solid #b86233;
}


.feature-box-light {
  background-color: #5a7d97;
  color:#ffffff;
  padding:35px;
  margin-top:25px;
}
.feature-box-light a {
  color:#ffffff;
  text-decoration: underline;
}
.feature-box-light a:hover {
  color:#203b5a;
}

.feature-box-light h3 {
  color:#ffffff;
}

.feature-box-dark {
  background-color: #203b5a;
  color:#ffffff;
  padding:25px 35px;
}
.feature-box-dark p {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.feature-box-dark a {
  color: #b86233;
}

.feature-box-light p:last-of-type, .feature-box-dark p:last-of-type {
  margin-bottom: 0;
}

#footer {
  background-color: #ffffff;
  color:#203b5a;
  border-top:3px solid #b86233;
  padding:50px 0 0 0;
}

body { background-color:#f5f5f5; }

#footer2 {
  background-color:#f5f5f5 ; /*  #ffffff*/
  color:#203b5a;
  border-top:3px solid #b86233;
  padding:50px 35px 25px 35px;
}
.page-footer::before {
  background:url(/img/MyPleadings-icon-orange.png) no-repeat;
  background-size: 80px 80px;
  width:80px;
  height:80px;
  content:"";
  display:none;
  margin-left:-90px;
  margin-top: -90px;
  position: absolute;
}
@media (min-width:768px) {
  .page-footer::before {
    display:block;
  }
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a {
  color:#203b5a;
}

#footer2 h1, #footer2 h2, #footer2 h3, #footer2 h4, #footer2 h5, #footer2 h6, #footer2 a {
  color:#203b5a;
}

.container-fluid {
  padding:0;
}

.p-y-md {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.flex-grid-pricing {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  align-items: center;
  justify-content: center;
}
.col-pricing {
  flex: 1;
}
.col-pricing:first-of-type {
  display:flex;
  align-items: center;
}

.col-pricing:nth-of-type(2) {
  border-left: 3px solid #5A7D97;
  margin-left:35px;
}

.col-pricing h1 {
  font-weight: 600;
}
.col-pricing ul {
  margin:1rem;
}

.col-pricing ul li {
  list-style: none;
  line-height: 1.2;
  margin-bottom:9px;
}
.col-pricing ul li:last-of-type {
  margin-bottom:0;
}

.pricing-box {
  background-color: #5A7D97;
  color: #ffffff;
  width: 100%; 
  padding: 15px; 
}

.pricing-box h3 {
  color: #ffffff;
}