/* =========================================================
   ARLENE MOBILE NOTARY SERVICES — ORGANIZED STYLESHEET
   Reorganized for readability without intentionally changing
   the existing design or selector names.

   TABLE OF CONTENTS
   1. Foundation
   2. Typography & Links
   3. Utilities & Helpers
   4. Navigation & Breadcrumbs
   5. Buttons & Calls to Action
   6. Images & Media
   7. Forms & Contact
   8. Cards & Content Components
   9. Homepage Sections
  10. Remote Online Notary
  11. Fees & Calculator
  12. Panels & Accordions
  13. Footer
  14. Responsive Rules
  15. Legacy / Miscellaneous
========================================================= */

/* =========================================================
   1. FOUNDATION
========================================================= */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.eot)
}

body {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  padding-top: 50px;
  background-image: url(../img/bkgrd.jpg)
}

/* =========================================================
   2. TYPOGRAPHY & LINKS
========================================================= */

a:active, a:hover, a:link, a:visited {
  text-decoration: none
}

p>a:hover {
  text-decoration: underline
}

.small, small {
  font-size: 87%;
  font-style: italic
}

h1 {
  color: #067F75;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700
}

h2 {
  color: #4e733f;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700
}

h3 {
  color: #6B613E;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700
}

p {
  color: #4c5c3d
}

li, p {
  font-size: 1.1em
}

mark {
  background: #fffac2;
  color: #4c5c3d
}

abbr[title] {
  position: relative;
  /* ensure consistent styling across browsers */
  text-decoration: underline dotted
}

abbr[title]:hover::after, abbr[title]:focus::after {
  content: attr(title);
  /* position tooltip like the native one */
  position: absolute;
  left: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;
  /* style tooltip */
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 14px;
  padding: 3px 5px;
}

/* =========================================================
   3. UTILITIES & HELPERS
========================================================= */

.myborder {
  border-color: #ced9bc;
  border-radius: 4px
}

.myradius {
  border-radius: 10px
}

.emergencyradius {
  border-radius: 10px
}

.myh4 {
  list-style: none;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: #655c3a;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 1.2em
}

.smallprint {
  font-size: .7em
}

.tentop {
  padding-top: 15px
}

.wht {
  background: #fff
}

.bkgrdclr {
  background: #fbf9ea
}

.toppadding {
  padding-top: 50px
}

.btmpadding {
  padding-bottom: 50px
}

.btmpadding25 {
  padding-bottom: 25px
}

.mybkgrd {
  background: #e1e8d6
}

.mydkgray {
  color: #4a4949
}

.buscd {
  margin: 20px
}

.indent {
  padding-left: 2em;
  padding-right: 2em
}

.dkteal {
  color: #067F75
}

.teal {
  color: #26ada1;
}

.lightgreen {
  color: #abc147
}

.letters {
  text-align: center
}

.current_date {
  margin-top: 15px;
  font-size: 1.1em;
  color: #1C3704;
  /* Emerald green */
  font-weight: 600;
}

/* =========================================================
PAGE MAJOR IMAGES
========================================================= */
.page-intro-image {
  width: 384px;
  max-width: 45%;
  margin: 0 0 15px 10px;
}

.page-intro-image.pull-left {
  margin: 0 10px 15px 0;
}

.page-intro-image.pull-right {
  margin: 0 0 15px 10px;
}

.marginleft {
  margin-left: 10px;
}

.marginright {
  margin-right: 10px;
}

.margintop {
  margin-top: 10px;
}

.marginbottom {
  margin-bottom: 10px;
}
/* Full-width paragraph beneath portrait */
.trust-full-width-text {
  margin-top: 28px;
}

.trust-full-width-text p {
  margin-bottom: 0;
}

/* Button container */
.trust-buttons {
  margin-top: 10px;
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 35px;
}

.section-heading h2 {
  margin-top: 0;
  color: #123f34;
}

.section-heading .lead {
  margin-bottom: 12px;
  color: #36564e;
  font-size: 19px;
  line-height: 1.6;
}

.location-cta {
  margin-top: 15px;
}

.location-cta p {
  margin-bottom: 20px;
  font-size: 17px;
}

.myaside {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px
}

.addresstop {
  margin: 25px
}

.section-intro {
  max-width: 900px;
  margin-bottom: 25px;
  font-size: 17px;
}

.fee-example {
  padding: 25px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}

.fee-example .example-price {
  display: block;
  margin: 12px 0;
  color: #075f50;
  font-size: 30px;
  font-weight: 700;
}

.payment-methods {
  padding: 25px;
  margin: 25px 0;
  text-align: center;
  background-color: #f4faf8;
  border: 1px solid #b8d5ce;
}

.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

.faq-item:last-child {
  border-bottom: 0;
}

.content-section {
  padding: 55px 0;
}

.section-title {
  margin: 0 0 18px;
  color: var(--emerald-dark);
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.section-intro {
  max-width: 860px;
  margin: 0 auto 32px;
  color: var(--gray-dark);
  font-size: 17px;
  text-align: center;
}

.minimum-price {
  display: block;
  margin: 8px 0 14px;
  color: var(--emerald-dark);
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

/* =========================================================
AREAS SERVED LUXURY SERVICE SECTION
========================================================= */
.luxury-services-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 10px;
}

.luxury-service-column {
  display: flex;
  margin-bottom: 30px;
}

.mydivpadding {
  margin-right: 50px;
  margin-left: 50px;
}

.myparpadding {
  margin-right: 50px;
  margin-left: 50px;
}

.service-links a {
  display: inline-block;
  margin: 8px 10px 8px 0;
  padding: 10px 15px;
  background: #0b3d2e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.service-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-grid .col-md-6, .service-grid .col-lg-4 {
  margin-bottom: 35px;
}

.service-grid h3 {
  margin-bottom: 15px;
  font-size: 1.35rem;
}

.service-grid p {
  margin-bottom: 0;
  line-height: 1.7;
}

.cta {
  background: #064534;
  color: #fff;
  padding: 30px;
  border-radius: 14px;
  margin-top: 35px;
}

.cta a {
  color: #fff;
  font-weight: bold;
}

.note {
  background: #eef7f3;
  border-left: 5px solid #0b6b4f;
  padding: 18px;
  margin-top: 25px;
}

div#location div.map {
  clear: both;
  overflow: hidden;
  float: left;
  width: 438px;
  height: 194px;
  padding: 5px;
  background: #f4f3ed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right: 30px
}

div#location .icon {
  font-size: 13px;
  padding-right: 4px
}

div#location div.one_fourth h4 {
  margin-bottom: 15px
}

div#location div.one_fourth p {
  margin-bottom: 15px
}

.svg-wrap {
  Width: 100%;
  Height: 0;
  padding-top: 50;
  position: inherit;
  position: relative
}

div.breadcontainer a {
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  z-index: 0
}

div.borderYtoX a:after, div.borderYtoX a:before {
  position: absolute;
  opacity: .5;
  height: 100%;
  content: '';
  background: #356b0b;
  transition: all .3s
}

div.borderYtoX a:before {
  left: 0;
  top: 0
}

div.borderYtoX a:after {
  right: 0;
  bottom: 0
}

div.borderYtoX a:hover:after, div.borderYtoX a:hover:before {
  opacity: 1;
  height: 3px;
  width: 100%
}

.bold {
  font-weight: 700
}

.italic {
  font-style: italic
}

/* =========================================================
   4. NAVIGATION & BREADCRUMBS
========================================================= */

.container .navbar-header .navbar-toggle.collapsed {
  color: #DDF390;
}

/* Active/current page */
.emergency-link.active, .navbar-nav > li.active > .emergency-link {
  color: #ff0000 !important;
  font-weight: 700;
}

.breadcrumbn {
  padding: 8px 15px;
  margin-bottom: 2px;
  list-style: none;
  border-radius: 4px
}

.breadcrumbn > li {
  display: inline-block
}

.breadcrumbn > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumbn > .active {
  color: #95a65b
}

.breadcrumb {
  color: #0D400A;
  text-decoration: none;
  font-size: 1em;
  text-align: center
}

.breadcrumb>.active {
  color: #85794d
}

.breadcrumb {
  background-color: #ced9bc
}

.breadcrumb>li+li:before {
  content: "\000BB ";
  padding: 0 5px;
  color: #0D400A
}

.breadcrumb>li a:active {
  color: #6b613e
}

.dropdown-header {
  color: #3c5b45
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block
}

.navbar-inverse .navbar-brand {
  color: #DDF390
}

.navbar-inverse .navbar-fixed-top .navbar-brand {
  color: #ffffff
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
  color: #ffffff
}

.navbar-inverse .navbar-nav > li > a {
  color: #DDF390
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff
}

.breadcrumb-wrap {
  padding: 12px 0;
}

.breadcrumb {
  margin-bottom: 15px;
  background-color: transparent;
}

/* =========================================================
   5. BUTTONS & CALLS TO ACTION
========================================================= */

.btn-call {
  background: #0f6b4a;
  border: 2px solid #0f6b4a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
}

.btn-call:hover, .btn-call:focus {
  background: #0c563b;
  border-color: #0c563b;
  color: #fff;
  text-decoration: none;
}

.call-btn-space {
  margin-top: 10px;
}

.service-card-cta .btn {
  margin: 0 5px 10px;
  padding: 11px 22px;
}

/* Both buttons */
.trust-buttons .btn {
  margin: 0 5px 10px;
  padding: 12px 22px;
  border-radius: 4px;
  font-weight: 600;
}

/* Primary button */
.trust-buttons .btn-primary {
  background-color: #17725d;
  border-color: #17725d;
  color: #ffffff;
}

.trust-buttons .btn-primary:hover, .trust-buttons .btn-primary:focus {
  background-color: #105846;
  border-color: #105846;
  color: #ffffff;
}

/* Secondary button */
.trust-buttons .btn-default {
  background-color: #ffffff;
  border: 2px solid #17725d;
  color: #17725d;
}

.trust-buttons .btn-default:hover, .trust-buttons .btn-default:focus {
  background-color: #17725d;
  border-color: #17725d;
  color: #ffffff;
}

.location-cta .btn {
  margin: 0 5px 10px;
  padding: 11px 22px;
}

.mybtns {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-left: 5px;
  background-color: #26ada1;
  color: #fff;
  border: 3px solid #26ada1
}

.mybtns.active, .mybtns.focus, .mybtns:hover, .open>.dropdown-toggle.mybtns {
  background-color: #1d837a;
  color: #fff;
  border: 3px solid #1d837a
}

.notarybtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-top: 1em;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1em;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.notarybtn.active.focus, .notarybtn.active:focus, .notarybtn.focus, .notarybtn:active.focus, .notarybtn:active:focus, .notarybtn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.notarybtn.focus, .notarybtn:focus, .notarybtn:hover {
  color: #333;
  text-decoration: none
}

.notarybtn.active, .notarybtn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: 1px 2px 4px 2px #26ada1;
  -moz-box-shadow: 1px 2px 4px 2px #26ada1;
  box-shadow: 1px 2px 4px 2px #26ada1
}

.notarybtn-primary {
  color: #fff;
  background-color: #26ada1;
  border-color: #21988e
}

.notarybtn-primary.active, .notarybtn-primary.focus, .notarybtn-primary:active, .notarybtn-primary:focus, .notarybtn-primary:hover, .open>.dropdown-toggle.notarybtn-primary {
  color: #fff;
  background-color: #1d837a;
  border-color: #16665f
}

.notarybtn-primary.active, .notarybtn-primary:active, .open>.dropdown-toggle.notarybtn-primary {
  background-image: none
}

.notarybtn-primary.disabled, .notarybtn-primary.disabled.active, .notarybtn-primary.disabled.focus, .notarybtn-primary.disabled:active, .notarybtn-primary.disabled:focus, .notarybtn-primary.disabled:hover, .notarybtn-primary[disabled], .notarybtn-primary[disabled].active, .notarybtn-primary[disabled].focus, .notarybtn-primary[disabled]:active, .notarybtn-primary[disabled]:focus, .notarybtn-primary[disabled]:hover, fieldset[disabled] .notarybtn-primary, fieldset[disabled] .notarybtn-primary.active, fieldset[disabled] .notarybtn-primary.focus, fieldset[disabled] .notarybtn-primary:active, fieldset[disabled] .notarybtn-primary:focus, fieldset[disabled] .notarybtn-primary:hover {
  background-color: #26ada1;
  border-color: #21988e
}

.notarybtn-primary .badge {
  color: #26ada1;
  background-color: #fff
}

button.submit {
  background-color: #68b12f;
  background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
  background: -webkit-linear-gradient(top, #68b12f, #50911e);
  background: -moz-linear-gradient(top, #68b12f, #50911e);
  background: -ms-linear-gradient(top, #68b12f, #50911e);
  background: -o-linear-gradient(top, #68b12f, #50911e);
  background: linear-gradient(top, #68b12f, #50911e);
  border: 1px solid #509111;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
  -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
  -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
  -o-box-shadow: 0 1px 0 0 #9fd574 inset;
  box-shadow: 0 1px 0 0 #9fd574 inset;
  color: #fff;
  font-weight: 700;
  padding: 6px 20px;
  text-align: center;
  text-shadow: 0 -1px 0 #396715
}

button.submit:hover {
  opacity: .85;
  cursor: pointer
}

button.submit:active {
  border: 1px solid #20911e;
  -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
  -moz-box-shadow: 0 0 10px 5px #356b0b inset;
  -ms-box-shadow: 0 0 10px 5px #356b0b inset;
  -o-box-shadow: 0 0 10px 5px #356b0b inset;
  box-shadow: 0 0 10px 5px #356b0b inset
}

.btn-teal {
  background: #067F75;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-block;
}

.btn-teal:hover {
  background: #26ada1;
  color: #000;
  text-decoration: none
}

.btn-drk {
  background: #4B411E;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-block;
}

.btn-drk:hover {
  background: #907F41;
  color: #000;
}

.btn-drk2 {
  background: #4e733f;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 12px 22px;
  text-decoration: none;
  display: inline-block;
}

.btn-drk2:hover {
  background: #329E06;
  color: #000;
}

.final-cta .btn {
  margin: 5px;
  padding: 12px 22px;
  font-weight: 700;
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

/* =========================================================
   6. IMAGES & MEDIA
========================================================= */

.qrcode {
  text-align: center;
  display: inline-block;
  margin: 10px
}

.banner {
  width: 100%;
  position: inherit;
}

.bkgrdcaption {
  position: relative;
  padding-top: 170px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  letter-spacing: .1em;
  font-size: 1.2em;
  text-align: center
}

.bkgrdcaption a {
  color: #fff
}

.bkgrdcaption a:visited {
  color: #fff
}

.bkgrdcaption a:hover {
  color: #fff
}

.e-l {
  color: #95a65b;
  background: url(https://arlenenotary.com/img/envelope.jpg) no-repeat 0 4px;
  background-size: 20px 12px;
  padding-left: 28px
}

.transparency:hover {
  opacity: .5
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
  border: 0;
  outline: 0
}

.page-intro-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 12px rgba(0,0,0,.12);
}

.page-intro-image img {
  display: block;
  width: 100%;
  max-width: 384px;
  height: auto;
}

.photo_lt img {
  padding-right: 10px;
  padding-bottom: 5px
}

.photo_rt img {
  padding-left: 15px;
  padding-bottom: 5px
}

.img-notary {
  outline: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  align-content: center
}

/* =========================================================
   7. FORMS & CONTACT
========================================================= */

/* ========== My Styles ========== */
.message_notary {
  color: #95a65b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.radio_notary {
  font-size: 16px;
  font-weight: 400;
  color: #95a65b
}

.contactlt {
  display: inline-block;
  padding-left: 25px;
  padding-bottom: 6px;
  line-height: 1.5em
}

.contactrt {
  padding-right: 8px
}

.form_hint, .required_notification {
  font-size: 11px
}

.service-grid .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

div#contact input, div#contact select, div#contact textarea {
  background: #f9f9f9
}

div#contact input:focus, div#contact select:focus, div#contact textarea:focus {
  background: #fff
}

div#contact p {
  margin-bottom: 25px;
  text-decoration: none
}

div#contact div.row {
  overflow: hidden;
  clear: both;
  width: 715px
}

div#contact div.row input, div#contact div.row select {
  width: 315px
}

div#contact div.row p {
  width: 340px;
  float: left;
  margin-right: 15px
}

div#contact div.row select {
  width: 340px
}

div#contact textarea {
  width: 96%;
  height: 200px
}

div#contact .button {
  float: right
}

div#contact .button a:hover {
  color: #e01c46
}

div#contact .error {
  border-color: #e01c46
}

div#contact .success, div#contact .validation {
  display: none;
  font-size: 12px;
  margin-bottom: 20px
}

div#contact .validation p {
  color: #e01c46
}

div#contact .success p {
  color: #65cf82
}

/* =========================================================
   8. CARDS & CONTENT COMPONENTS
========================================================= */

.notice {
  background: #FFFFFF;
  border-left: 5px solid #b00000;
  padding: 18px;
  margin: 25px 0
}

/* Bootstrap row containing the six cards */
.service-card-row {
  display: flex;
  flex-wrap: wrap;
}

/* Bootstrap columns stretch the cards to equal height */
.service-card-column {
  display: flex;
  margin-bottom: 25px;
}

/* Buttons beneath cards */
.service-card-cta {
  margin-top: 5px;
}

.service-card-cta p {
  margin-bottom: 18px;
  color: #4b5f59;
  font-size: 17px;
}

.service-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.service-card-trust {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.cardh4 {
  color: #504007;
  text-emphasis: bold
}

.cta-box {
  background: #1C3704;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
}

.cta-box2 {
  background: #f4f7f5;
  border-left: 6px solid #0b3d2e;
  padding: 20px;
  margin: 30px 0;
}

.resources {
  background: #1C3704;
}

.included-box, .requirement-box, .policy-box {
  height: 100%;
  padding: 25px;
  margin-bottom: 25px;
  background-color: #f8f8f8;
  border-top: 4px solid #075f50;
  border-radius: 3px;
}

.important-notice {
  padding: 25px;
  margin: 25px 0;
  background-color: #fff8e6;
  border-left: 5px solid #b47c00;
}

.important-notice h3 {
  color: #6b4a00;
}

.related-links {
  padding: 30px;
  background-color: #f4faf8;
  border: 1px solid #d2e5e0;
}

.related-links a {
  font-weight: 700;
}

.final-cta {
  padding: 40px 25px;
  margin-top: 35px;
  color: #ffffff;
  text-align: center;
  background-color: #075f50;
}

.final-cta h2 {
  margin-top: 0;
  color: #ffffff;
}

.final-cta p {
  max-width: 760px;
  margin: 0 auto 22px;
  font-size: 18px;
}

.notice-box {
  max-width: 950px;
  margin: 28px auto;
  padding: 24px 26px;
  background: var(--warning-bg);
  border-left: 6px solid var(--warning-border);
  border-radius: 5px;
}

.notice-box h3 {
  margin-top: 0;
  color: #6b4a00;
  font-size: 21px;
}

.luxury-service-card {
  display: flex;
  width: 100%;
  min-height: 100%;
  border: 1px solid rgba(0, 92, 74, 0.18);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.07);
}

.luxury-service-card .card-body {
  width: 100%;
  padding: 25px;
}

.luxury-service-card .card-title {
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.35;
}

.luxury-service-card .card-title a {
  color: #1d837a;
  text-decoration: none;
}

.luxury-service-card .card-title a:hover, .luxury-service-card .card-title a:focus {
  text-decoration: underline;
}

.luxury-service-card .card-text {
  margin-bottom: 0;
  line-height: 1.7;
}

.service-grid .card {
  height: 100%;
  border: 1px solid #e5e5e5;
  border-left: 6px solid #063f32;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  transition: all .3s ease;
}

.service-grid .card-body {
  padding: 28px;
}

.area-card {
  border: 1px solid #d8e5df;
  border-radius: 12px;
  padding: 22px;
  background: #f8fbfa;
}

.area-card h3 {
  color: #07513d;
  margin-top: 0;
}

/* =========================================================
   9. HOMEPAGE SECTIONS
========================================================= */

/* =========================================================
HOMEPAGE CLICKABLE SERVICE CARDS
========================================================= */
.homepage-services-section {
  padding: 55px 30px;
  /*background-color: #ffffff;*/
}

.homepage-services-section .section-heading {
  max-width: 850px;
  margin: 0 auto 35px;
}

.homepage-services-section .section-heading h2 {
  margin-top: 0;
  color: #123f34;
}

.homepage-services-section .section-heading .lead {
  margin-bottom: 0;
  color: #36564e;
  font-size: 19px;
  line-height: 1.6;
}

/* Entire service card is clickable */
.homepage-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  color: #4b5f59;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dce7e1;
  border-top: 5px solid #17725d;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease,               box-shadow 0.25s ease,               border-color 0.25s ease;
}

.homepage-service-card:hover, .homepage-service-card:focus {
  color: #4b5f59;
  text-decoration: none;
  border-color: #17725d;
  box-shadow: 0 12px 28px rgba(18, 63, 52, 0.16);
  transform: translateY(-5px);
}

.homepage-service-card:focus {
  outline: 3px solid rgba(23, 114, 93, 0.3);
  outline-offset: 3px;
}

/* Circular service icon */
.homepage-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 23px;
  background-color: #17725d;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(23, 114, 93, 0.24);
}

/* Card heading */
.homepage-service-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #123f34;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

/* Card description */
.homepage-service-card p {
  flex-grow: 1;
  margin-bottom: 20px;
  color: #4b5f59;
  font-size: 16px;
  line-height: 1.65;
}

/* Card link wording */
.homepage-service-link {
  display: block;
  color: #176b57;
  font-size: 15px;
  font-weight: 700;
}

.homepage-service-link i {
  margin-left: 7px;
  font-size: 13px;
  transition: margin-left 0.25s ease;
}

.homepage-service-card:hover .homepage-service-link i, .homepage-service-card:focus .homepage-service-link i {
  margin-left: 12px;
}

/* =========================================================
MEET ARLENE TRUST SECTION
========================================================= */
.homepage-trust-section {
  padding: 60px 30px;
  /*background-color: #f7faf8;*/
  /* border-top: 1px solid #dce7e1;*/
  /*border-bottom: 1px solid #dce7e1;*/
}

/* Portrait and introductory content */
.trust-introduction {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Portrait container */
.trust-portrait {
  margin: 0;
  text-align: center;
}

/* Portrait image */
.trust-portrait img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

/* Small heading above Meet Arlene */
.section-eyebrow {
  margin-top: 0;
  margin-bottom: 8px;
  color: #17725d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Main heading */
.homepage-trust-section h2 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #123f34;
  font-size: 36px;
  line-height: 1.2;
}

/* Introductory lead paragraph */
.homepage-trust-section .lead {
  margin-bottom: 18px;
  color: #36564e;
  font-size: 20px;
  line-height: 1.6;
}

/* All regular paragraphs */
.homepage-trust-section p {
  color: #4b5f59;
  font-size: 17px;
  line-height: 1.7;
}

/* Credential row */
.credential-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

/*
Makes the Bootstrap columns themselves flexible so the
cards can stretch to equal height.
*/
.credential-grid > div {
  display: flex;
}

/* Individual credential card */
.credential-item {
  width: 100%;
  min-height: 135px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-left: 5px solid #17725d;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Credential title */
.credential-item strong {
  display: block;
  margin-bottom: 7px;
  color: #123f34;
  font-size: 17px;
  line-height: 1.4;
}

/* Credential description */
.credential-item span {
  display: block;
  color: #5e6f69;
  font-size: 15px;
  line-height: 1.5;
}

/* =========================================================
HOMEPAGE SERVICES AND LOCATIONS
========================================================= */
.homepage-services-section, .appointment-locations-section {
  padding: 55px 30px;
}

.homepage-services-section {
  /*background-color: #ffffff;*/
}

.appointment-locations-section {
  /*background-color: #f3f8f5;*/
  /*border-top: 1px solid #dce7e1;*/
}

.section-eyebrow {
  margin-bottom: 8px;
  color: #17725d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.service-list-row, .location-grid {
  display: flex;
  flex-wrap: wrap;
}

.service-list-row > div, .location-grid > div {
  display: flex;
}

.service-list, .location-group {
  width: 100%;
  margin-bottom: 25px;
  padding: 25px;
  background-color: #ffffff;
  border-top: 4px solid #17725d;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.service-list h3, .location-group h3 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #123f34;
  font-size: 20px;
}

.service-list ul, .location-group ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.service-list li, .location-group li {
  margin-bottom: 9px;
  line-height: 1.5;
}

/* =========================================================
   10. REMOTE ONLINE NOTARY
========================================================= */

.ron-intake {
  border: 1px solid #e5e5e5;
}

.ron-intake h3 {
  font-weight: 600;
}

.ron-intake .btn-primary {
  background-color: #26ada1;
  border: none;
}

.ron-intake .btn-primary:hover {
  background-color: #067F75
}

.ron-policy {
  background: #f6f1e4;
  border-left: 6px solid #063f32;
  padding: 22px;
  margin: 30px 0;
  border-radius: 6px;
}

.ron-policy h2 {
  margin-top: 0;
  color: #063f32;
}

.ron-policy p {
  font-size: 16px;
  line-height: 1.6;
}

/* =========================================================
RON FAQ PAGE
========================================================= */
.ron-faq-accordion {
  margin-top: 25px;
}

.ron-faq-accordion .panel {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #c9d8d4;
  border-radius: 4px;
  box-shadow: none;
}

.ron-faq-accordion .panel-heading {
  padding: 0;
  background-color: #f3faf8;
  border-bottom: 0;
}

.ron-faq-accordion .panel-title {
  margin: 0;
  font-size: 18px;
}

.ron-faq-accordion .panel-title a {
  position: relative;
  display: block;
  padding: 18px 50px 18px 20px;
  color: #075f50;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.ron-faq-accordion .panel-title a:hover, .ron-faq-accordion .panel-title a:focus {
  color: #054a3f;
  background-color: #e8f4f1;
  text-decoration: none;
}

.ron-faq-accordion .panel-title .glyphicon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition: transform 0.25s ease;
}

.ron-faq-accordion .panel-title a[aria-expanded="true"] .glyphicon {
  transform: rotate(180deg);
}

.ron-faq-accordion .panel-body {
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #d7e3e0 !important;
}

.ron-faq-accordion .panel-body p:last-child {
  margin-bottom: 0;
}

.btn-ron-primary {
  color: #075f50;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-ron-primary:hover, .btn-ron-primary:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-ron-secondary {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

.btn-ron-secondary:hover, .btn-ron-secondary:focus {
  color: #075f50;
  background-color: #ffffff;
  border-color: #ffffff;
}

.ron-section {
  padding: 35px 0;
  border-bottom: 1px solid #dddddd;
}

.ron-section:last-child {
  border-bottom: 0;
}

.ron-section h2 {
  margin-top: 0;
  margin-bottom: 22px;
  color: #075f50;
  font-size: 30px;
  line-height: 1.3;
}

.ron-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #075f50;
  line-height: 1.35;
}

.included-box ul, .requirement-box ul, .policy-box ul, .ron-list {
  padding-left: 24px;
  padding-right: 15px;
  margin-bottom: 0;
}

.included-box li, .requirement-box li, .policy-box li, .ron-list li {
  margin-bottom: 12px;
}

.included-box li:last-child, .requirement-box li:last-child, .policy-box li:last-child, .ron-list li:last-child {
  margin-bottom: 0;
}

/* =========================================================
RON NOTARY FEES - TABLE - CALCULATOR
========================================================= */
.trust-strip {
  padding: 18px 15px;
  color: var(--white);
  background: var(--emerald);
  text-align: center;
}

.trust-strip span {
  display: inline-block;
  margin: 5px 18px;
  font-size: 15px;
  font-weight: 700;
}

.no-refund-box {
  max-width: 950px;
  margin: 28px auto;
  padding: 26px;
  background: var(--danger-bg);
  border: 2px solid var(--danger-border);
  border-radius: 6px;
}

.no-refund-box h2, .no-refund-box h3 {
  margin-top: 0;
  color: #8e2525;
}

/* =========================================================
   11. FEES & CALCULATOR
========================================================= */

.fee-section {
  /*padding: 20px 20px;*/
  margin-left: 50px;
  margin-right: 50px;
}

.fee-list {
  padding: 0 30px;
}

.fee-list li {
  margin-bottom: 15px;
  line-height: 1.7;
}

.ron-fee-page {
  /* padding-top: 30px;*/
  padding-bottom: 50px;
}

.ron-fee-hero {
  padding: 50px 30px;
  margin-bottom: 35px;
  color: #ffffff;
  text-align: center;
  background-color: #075f50;
  border-radius: 4px;
}

.ron-fee-hero h1 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.25;
  color: #ffffff;
}

.ron-fee-hero p {
  max-width: 850px;
  margin: 0 auto 25px;
  font-size: 19px;
  line-height: 1.7;
}

.ron-fee-hero .btn {
  margin: 5px;
  padding: 12px 22px;
  font-weight: 700;
  border-radius: 3px;
}

.starting-price-box {
  max-width: 720px;
  padding: 30px;
  margin: 25px auto;
  text-align: center;
  background-color: #f4faf8;
  border: 2px solid #075f50;
  border-radius: 5px;
}

.starting-price-box .price-label {
  display: block;
  margin-bottom: 5px;
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.starting-price-box .price {
  display: block;
  margin-bottom: 10px;
  color: #075f50;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.starting-price-box p {
  margin-bottom: 0;
  font-size: 17px;
}

.fee-table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.fee-table th, .fee-table td {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #cccccc;
}

.fee-table th {
  color: #ffffff;
  background-color: #075f50;
  font-weight: 700;
}

.fee-table td:last-child, .fee-table th:last-child {
  width: 195px;
  text-align: right;
  white-space: nowrap;
}

.fee-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.ron-fee-table-wrapper {
  max-width: 950px;
  margin: 30px auto;
  overflow-x: auto;
  background: var(--white);
  border: 1px solid #d9e3df;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.ron-fee-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.ron-fee-table caption {
  padding: 16px;
  color: var(--gray-dark);
  background: var(--emerald-pale);
  font-size: 15px;
  text-align: left;
}

.ron-fee-table thead th {
  padding: 18px 16px;
  color: var(--white);
  background: var(--emerald-dark);
  border: 1px solid var(--emerald-dark);
  font-size: 17px;
  vertical-align: middle;
}

.ron-fee-table tbody th, .ron-fee-table tbody td {
  padding: 18px 16px;
  border: 1px solid #dcdcdc;
  vertical-align: top;
}

.ron-fee-table tbody th {
  width: 30%;
  color: var(--emerald-dark);
  background: #f7fbfa;
}

.ron-fee-table tbody tr:nth-child(even) td {
  background: #fcfcfc;
}

.fee-amount {
  color: var(--emerald-dark);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.minimum-fee-card {
  max-width: 950px;
  margin: 30px auto;
  padding: 30px;
  background: var(--emerald-light);
  border-left: 6px solid var(--emerald);
  border-radius: 6px;
}

.minimum-fee-card h2, .minimum-fee-card h3 {
  margin-top: 0;
  color: var(--emerald-dark);
}

.calculator-shell {
  max-width: 900px;
  margin: 32px auto 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #cfded9;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.calculator-header {
  padding: 25px;
  color: var(--white);
  background: var(--emerald-dark);
  text-align: center;
}

.calculator-header h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 27px;
}

.calculator-header p {
  margin: 0;
  color: #e8f5f1;
}

.calculator-body {
  padding: 30px;
}

.calculator-field {
  margin-bottom: 24px;
}

.calculator-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--charcoal);
  font-size: 16px;
  font-weight: 700;
}

.calculator-field .field-help {
  display: block;
  margin-top: 6px;
  color: var(--gray);
  font-size: 13px;
}

.calculator-field input, .calculator-field select {
  width: 100%;
  height: 48px;
  padding: 10px 12px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  font-size: 16px;
}

.calculator-field input:focus, .calculator-field select:focus {
  border-color: var(--emerald);
  outline: 3px solid rgba(7, 107, 85, 0.15);
}

.calculator-breakdown {
  margin-top: 25px;
  padding: 22px;
  background: var(--emerald-pale);
  border: 1px solid #cce1da;
  border-radius: 6px;
}

.calculator-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #d6e3df;
}

.calculator-line:last-child {
  border-bottom: 0;
}

.calculator-total {
  margin-top: 18px;
  padding: 22px;
  color: var(--white);
  background: var(--emerald);
  border-radius: 6px;
  text-align: center;
}

.calculator-total-label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.calculator-total-amount {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.calculator-disclaimer {
  margin: 18px 0 0;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.6;
}

.fee-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 25px 0;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.fee-table th {
  background: #006b4f;
  color: #fff;
  padding: 16px;
  text-align: left;
}

.fee-table td {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.fee-table tr:nth-child(even) {
  background: #f8f8f8;
}

.fee-table tr:hover {
  background: #eef8f4;
}

/* =========================================================
   12. PANELS & ACCORDIONS
========================================================= */

.panel-title {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.1em
}

.panel-heading a:hover {
  text-decoration: none;
  color: #3c5b45
}

.panel-title a {
  text-decoration: none
}

.panel-body {
  color: #989091;
  font-size: .9em
}

.panel-title a:before {
  font-family: fontAwesome;
  content: "\f068"
}

.panel-title a.collapsed:before {
  content: "\f067"
}

.panel-notary {
  border-color: #fbf9ea
}

.panel-notary>.panel-heading {
  color: #fff;
  font-size: 1.4em;
  background-color: #6B613E
}

.panel-notary>.panel-heading a:hover {
  text-decoration: none;
  color: #E6E0CA
}

.panel-notary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #85794d;
  color: #85794d;
  background-color: #fbf9ea;
  font-size: 1.1em;
  font-family: le-monde-livre-classic-std-s, sans-serif
}

.panel-notary>.panel-heading .badge {
  color: #85794d;
  background-color: #fbf9ea
}

.panel-notary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #fbf9ea;
  background-color: #dff0d8
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

/* =========================================================
   13. FOOTER
========================================================= */

.footer-links li a {
  color: #F1F0CF;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #26ada1;
}

.footerahref a {
  color: #F1F0CF;
  text-decoration: none;
}

.footerahref a:hover {
  color: #26ada1;
  text-decoration: underline;
}

.socialmed a {
  color: #26ada1;
}

.socialmed a:hover {
  color: #655c3a;
}

.socialmed a:active {
  color: #655c3a;
}

.bbb-footer-seal {
  width: 200px;
  height: auto;
  border: 0;
  margin-left: 8px;
  vertical-align: middle;
}

.privacy a {
  color: #85794d
}

.privacy a:visited {
  color: #85794d
}

.privacy a:hover {
  color: #356635
}

.copyright {
  clear: both;
  text-align: center;
  color: #26ada1
}

.footernav:a {
  color: #000;
  clear: both
}

/* =========================================================
   14. RESPONSIVE RULES
========================================================= */

/* Prevent the floated image from crowding text on smaller tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-intro-image {
    max-width: 42%;
    margin-left: 16px;
    margin-bottom: 16px;
  }
}

/* =========================================================
SERVICE CARD TABLET ADJUSTMENTS
========================================================= */
@media screen and (max-width: 991px) {
  .homepage-services-section {
    padding: 45px 25px;
  }
  .homepage-service-card {
    padding: 25px;
  }
  .homepage-service-card h3 {
    font-size: 20px;
  }
}

/* =========================================================
SERVICE CARD MOBILE ADJUSTMENTS
========================================================= */
@media screen and (max-width: 767px) {
  .homepage-services-section {
    padding: 40px 15px;
  }
  .homepage-services-section .section-heading {
    margin-bottom: 25px;
  }
  .homepage-services-section .section-heading .lead {
    font-size: 17px;
  }
  .service-card-row {
    display: block;
  }
  .service-card-column {
    display: block;
    margin-bottom: 18px;
  }
  .homepage-service-card {
    padding: 24px 21px;
  }
  .homepage-service-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    font-size: 21px;
  }
  .service-card-cta .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* =========================================================
REDUCED MOTION ACCESSIBILITY
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .homepage-service-card, .homepage-service-link i {
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .homepage-services-section, .appointment-locations-section {
    padding: 40px 15px;
  }
  .service-list-row, .location-grid {
    display: block;
  }
  .service-list-row > div, .location-grid > div {
    display: block;
  }
  .section-heading {
    margin-bottom: 25px;
  }
  .section-heading .lead {
    font-size: 17px;
  }
  .location-cta .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* =========================================================
TABLET AND MOBILE ADJUSTMENTS
========================================================= */
@media screen and (max-width: 991px) {
  .homepage-trust-section {
    padding: 45px 25px;
  }
  .trust-portrait {
    margin-bottom: 30px;
  }
  .homepage-trust-section h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .homepage-trust-section {
    padding: 35px 15px;
    text-align: center;
  }
  .section-eyebrow {
    margin-top: 20px;
  }
  .homepage-trust-section h2 {
    font-size: 28px;
  }
  .homepage-trust-section .lead {
    font-size: 18px;
  }
  .homepage-trust-section p {
    font-size: 16px;
  }
  .credential-item {
    min-height: 0;
    text-align: left;
  }
  .trust-buttons .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width:320px){
  .banner {background: url(../img/banner_272.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:312px) {
  .banner {background: url(../img/banner_312.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:320px) {
  .banner {background: url(../img/banner_320.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:375px) {
  .banner {background: url(../img/banner_375.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:400px) {
  .banner {background: url(../img/banner_400.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:414px) {
  .banner {background: url(../img/banner_400.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:480px) {
  .banner {background: url(../img/banner_480.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:600px) {
  .banner {background: url(../img/banner_600.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:768px) {
  .banner {background: url(../img/banner_768.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:990px) {
  .banner {background: url(../img/banner_992.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:1024px) {
  .banner {background: url(../img/banner_1024.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:1200px) {
  .banner {background: url(../img/banner_1200.jpg) no-repeat center top #26ada1}}
@media screen and (min-width:1280px) {
  .banner {background: url(../img/banner_1280.jpg) no-repeat center top #26ada1}}
@media screen and (orientation:landscape) and (min-width:667px) {
  .banner {background: url(../img/banner_768.jpg) no-repeat center top #26ada1}}
@media screen and (orientation:landscape) and (max-width:736px) {
  .banner {background: url(../img/banner_768.jpg) no-repeat center top #26ada1}}
@media screen and (orientation:landscape) and (min-width:1024px) {
  .banner {background: url(../img/banner_1024.jpg) no-repeat center top #26ada1}}
@media screen and (orientation:landscape) and (min-width:1280px) {
  .banner {background: url(../img/banner_1280.jpg) no-repeat center top #26ada1}}

@media screen and (max-width: 767px) {
  .ron-faq-accordion .panel-title {
    font-size: 16px;
  }
  .ron-faq-accordion .panel-title a {
    padding: 16px 45px 16px 16px;
  }
  .ron-faq-accordion .panel-title .glyphicon {
    right: 16px;
  }
  .ron-faq-accordion .panel-body {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ron-fee-page {
    padding-top: 15px;
  }
  .ron-fee-hero {
    padding: 35px 18px;
  }
  .ron-fee-hero h1 {
    font-size: 30px;
  }
  .ron-fee-hero p {
    font-size: 17px;
  }
  .ron-section h2 {
    font-size: 26px;
  }
  .starting-price-box {
    padding: 24px 18px;
  }
  .starting-price-box .price {
    font-size: 44px;
  }
  .fee-table {
    display: block;
    overflow-x: auto;
  }
  .fee-table th, .fee-table td {
    min-width: 210px;
  }
  .fee-table td:last-child, .fee-table th:last-child {
    min-width: 145px;
  }
}

/* Tablet: two cards per row */
@media (min-width: 768px) and (max-width: 991px) {
  .luxury-service-card .card-title {
    min-height: 60px;
  }
}

/* Phones: one card per row */
@media (max-width: 767px) {
  .luxury-services-section {
    display: block;
  }
  .luxury-service-column {
    display: block;
  }
  .luxury-service-card {
    min-height: 0;
  }
  .luxury-service-card .card-title {
    min-height: 0;
  }
}

@media screen and (max-width:320px) {
  h1 {
    font-size: 1.3em;
    text-align: center
  }
  h1 span {
    display: block
  }
  h2 {
    font-size: 1.3em;
    text-align: center
  }
  h2 span {
    display: block
  }
  h3 {
    font-size: 1.1em
  }
  h3 span {
    display: block
  }
  p {
    font-size: .8em
  }
  .breadcrumb a {
    font-size: .8em;
    text-align: center
  }
  .breadcrumb>li+li:before {
    content: "\000BB"
  }
  .panel-notary>.panel-heading>.panel-title>a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: .7em
  }
  .myh4 {
    font-size: 1em
  }
  .errorpage404 {
    font-size: 10em;
    padding-top: 10px;
    text-align: center
  }
  .examples li {
    margin-left: -20px;
    font-size: .9em
  }
}

@media screen and (min-width:321px) and (max-width:398px) {
  h1 {
    font-size: 1.5em;
    text-align: center
  }
  h1 span {
    display: block
  }
  h2 {
    font-size: 1.4em
  }
  h2 span {
    display: block
  }
  h3 {
    font-size: 1.3em
  }
  h3 span {
    display: block
  }
  p {
    font-size: .9em
  }
  .myh4 {
    font-size: 1em;
    list-style: none
  }
  .myh4 small {
    display: block;
    font-size: 80%
  }
  .breadcrumb {
    font-size: .8em;
    text-align: center
  }
  .panel-notary>.panel-heading>.panel-title>a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: .8em
  }
  .errorpage404 {
    font-size: 10em;
    padding-top: 10px
  }
}

@media screen and (min-width:399px) and (max-width:414px) {
  h1 {
    font-size: 1.9em;
    display: block
  }
  h1 span {
    display: block
  }
  h2 {
    font-size: 1.4em
  }
  h2 span {
    display: block
  }
  h3 {
    font-size: 1.3em
  }
  h3 span {
    display: block
  }
  p {
    font-size: .9em
  }
  .myh4 {
    font-size: 1em;
    list-style: none
  }
  .myh4 small {
    display: block;
    font-size: 80%
  }
  .breadcrumb {
    font-size: .8em;
    text-align: center
  }
  .panel-notary>.panel-heading>.panel-title>a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: .9em
  }
  .errorpage404 {
    font-size: 3em;
    padding-top: 10px
  }
}

@media screen and (max-device-width:480px) {
  h1 {
    font-size: 1.5em;
    display: block
  }
  h1 span {
    display: block
  }
  h2 {
    font-size: 1.4em
  }
  h2 span {
    display: block
  }
  h3 {
    font-size: 1.3em
  }
  h3 span {
    display: block
  }
  p {
    font-size: .9em
  }
  .myh4 {
    font-size: 1em;
    list-style: none
  }
  .myh4 small {
    display: block;
    font-size: 75%
  }
  .panel-notary>.panel-heading>.panel-title>a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: .9em
  }
  .errorpage404 {
    font-size: 3em;
    padding-top: 10px
  }
}

@media (min-width:320px) {
  .adsense02192016 .adsense02192016b {
    width: 320px;
    height: 100px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:500px) {
  .adsense02192016 .adsense02192016b {
    width: 468px;
    height: 60px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:800px) {
  .adsense02192016 .adsense02192016b {
    width: 728px;
    height: 90px;
    margin-left: auto;
    margin-right: auto
  }
}

/* =========================================================
   15. LEGACY / MISCELLANEOUS
========================================================= */

.myaside span a:hover {
  text-decoration: underline
}

/*h2 {color: #608d4e; font-family: museo-sans-rounded, sans-serif; font-weight: 700}*/

.myh2 {
  color: #F1F0CF;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700
}

.myp {
  color: #F1F0CF;
}

.examples li {
  color: #4c5c3d
}

.myh4 small {
  font-weight: 400;
  line-height: 1;
  color: #4e733f;
  font-size: 75%
}

.disclaimer {
  font-size: 1em
}

.e-l a:visited {
  color: #4a4949
}

.e-l a:hover {
  color: #3c5b45
}

.e-l2 {
  color: #26ada1
}

.e-l2 a:visited {
  color: #4a4949
}

.e-l2 a:hover {
  color: #95a65b
}

.nsa {
  color: #004f93
}

.nsacontainer {
  height: 640px;
  overflow: scroll
}

/* Emergency link default */
/*.emergency-link {
color: #ffffff !important;
font-weight: 600;
}*/

/* Hover effect (desktop) */
.emergency-link:hover, .emergency-link:focus {
  color: #ff0000 !important;
  background-color: transparent !important;
}

.emergency-link:hover {
  color: #ff0000 !important;
  text-decoration: underline;
}

.service-list a {
  color: #176b57;
  font-weight: 600;
}

.service-list a:hover, .service-list a:focus {
  color: #104f41;
  text-decoration: underline;
}

/*.breadcrumb>.active {color: #0D400A}*/

/*.breadcrumb>li+li:before {content: "\000BB "; padding: 0 5px; color: #95a65b}*/

/*.breadcrumb>li a:active {color: #85794d}*/

/*.navbar-inverse .navbar-nav > li > a:hover {color: #e1e8d6}*/

.soft-bg {
  background: #f1f0d2;
}

.ctah3 {
  color: #f1f0d2;
}

.payment-methods strong {
  color: #075f50;
}

.faq-item h3 {
  font-size: 20px;
}

.content-section-alt {
  background: var(--off-white);
}

.content-section-emerald {
  color: var(--white);
  background: var(--emerald-dark);
}

.content-section-emerald .section-title {
  color: var(--white);
}

.content-section-emerald .section-intro {
  color: #f0f7f5;
}

.service-links a:hover {
  background: #145c45;
}

.service-grid a {
  color: #063f32;
  font-weight: 700;
  text-decoration: none;
}

.service-grid a:hover {
  color: #0a5a47;
  text-decoration: none;
}

legend {
  font-size: 16px
}

div#location {
  clear: both;
  overflow: hidden
}

.errorpage404 {
  font-size: 20em;
  text-align: center
}

.vscrollbar {
  height: 600px;
  overflow: scroll;
  overflow-x: hidden
}

.nsacontainer h6 {
  font-size: 14px
}

.tooltip-inner {
  max-width: 350px;
  /* If max-width does not work, try using width instead */
  width: 350px;
}
