/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_base.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 13, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_base.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Georgia, serif;
  color: #30373b;
  background: #fafcfc; }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
.site-wrapper {
  width: 100%; }

/* line 5, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
.layout-container {
  width: 100%;
  max-width: 60rem;
  position: relative;
  margin: 0 auto; }

/* line 13, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
.module {
  padding: 2rem; }

/* line 19, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
.bp {
  margin-top: 2rem; }
  @media screen and (min-width: 46.25em) {
    /* line 19, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
    .bp {
      position: relative;
      padding-left: calc(33.33% + 3.75rem); } }

/* line 28, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
.bp-content {
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media screen and (min-width: 46.25em) {
    /* line 28, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_structure.scss */
    .bp-content {
      padding-left: 0;
      padding-right: 0; } }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
a {
  color: #7D0000;
  text-decoration: none;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

/* line 9, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
h1 {
  color: #7D0000;
  font-family: "Droid Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: .6em; }

/* line 18, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
h2 {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #30373b;
  line-height: 1.2;
  margin-top: 1.8em;
  margin-bottom: .6em; }

/* line 28, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
h2:first-child {
  margin-top: 0; }

/* line 32, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
h3 {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #435D73;
  line-height: 1.15;
  margin-bottom: .575em;
  margin-top: 1.725em; }

/* line 42, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 1.5em; }

/* line 48, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
ul {
  margin-bottom: 1.5em; }

/* line 52, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
li {
  font-size: 1.125rem;
  line-height: 1.5; }

/* line 57, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 1.6875rem; }

@media screen and (min-width: 898px) {
  /* line 65, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_typography.scss */
  .img-float-right {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px; } }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_buttons.scss */
button {
  border: none;
  background: transparent;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer; }

/* line 17, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_buttons.scss */
.button {
  display: inline-block;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.75rem 1rem; }

/* line 29, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_buttons.scss */
.solid-button {
  background: #7D0000;
  color: white;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem; }

/* line 40, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_buttons.scss */
.outline-button {
  border: .0625rem solid #7D0000; }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.header {
  padding-top: 2rem;
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem; }

/* line 10, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.header:before,
.header:after {
  content: "";
  display: table; }

/* line 15, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.header:after {
  clear: both; }

/* line 22, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.logo {
  max-width: 8.75rem;
  margin-bottom: 2rem;
  display: block; }

@media screen and (min-width: 46.25em) {
  /* line 28, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
  .logo {
    max-width: 15rem;
    margin-bottom: 0; } }

/* line 35, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.logo img {
  width: 100%;
  margin-bottom: 0; }

/* line 43, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.menu-button {
  position: absolute;
  top: 50%;
  right: -.75rem;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem; }

/* line 55, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.top-navigation-icon {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: .9375rem;
  margin-right: 6px;
  top: 1px; }

/* line 64, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.top-navigation-icon span {
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: .1875rem;
  background: #333f48;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/* line 81, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.top-navigation-icon span:nth-child(1) {
  top: 0; }

/* line 85, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.menu-is-visible .top-navigation-icon span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: .375rem; }

/* line 94, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.top-navigation-icon span:nth-child(2) {
  top: .375rem;
  opacity: 1; }

/* line 99, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.menu-is-visible .top-navigation-icon span:nth-child(2) {
  opacity: 0; }

/* line 103, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.top-navigation-icon span:nth-child(3) {
  top: .75rem; }

/* line 107, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.menu-is-visible .top-navigation-icon span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: .375rem; }

@media screen and (min-width: 46.25em) {
  /* line 116, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
  .menu-button {
    display: none; } }

/* line 125, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
.contact-button {
  float: right;
  width: 100%; }

@media screen and (min-width: 46.25em) {
  /* line 130, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_header.scss */
  .contact-button {
    width: auto;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.cards {
  margin-bottom: -2rem; }
  @media screen and (min-width: 47.5em) {
    /* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
    .cards {
      margin-left: -.625rem;
      width: calc(100% + 1.25rem);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 19, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.card {
  position: relative;
  padding-bottom: 6.75rem;
  margin-bottom: 2rem;
  width: 100%;
  background: white;
  border-top: 0.25rem solid #7D0000;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 47.5em) {
    /* line 19, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
    .card {
      width: calc(33.33% - 1.25rem);
      margin-left: .625rem;
      margin-right: .625rem; } }

/* line 38, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.card-hero {
  padding: 2rem; }

/* line 42, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.card-title {
  margin-top: 0; }

/* line 46, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.card-description {
  margin-bottom: 0; }

/* line 50, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.card-extension {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-right: 2.5rem;
  width: calc(100% - 4rem); }

/* line 63, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_cards.scss */
.card-extension::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.1875rem 0.1875rem 0 0;
  height: .75rem;
  width: .75rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  vertical-align: top;
  color: white; }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_testimonials.scss */
.testimonials {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: #4F483E; }

/* line 7, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_testimonials.scss */
.testimonials-title {
  color: white; }

/* line 11, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_testimonials.scss */
.testimonial {
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  border-radius: .5rem;
  width: 50%;
  padding: 1.875rem;
  background: white;
  margin: 0 auto; }

/* 0A0903 black */
/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_about.scss */
.about {
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }
  /* line 19, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_about.scss */
  .about img {
    margin-bottom: 0; }
    @media screen and (min-width: 50em) {
      /* line 19, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_about.scss */
      .about img {
        width: 25%;
        float: left; } }
  /* line 28, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_about.scss */
  .about div {
    padding: 2rem; }
    @media screen and (min-width: 50em) {
      /* line 28, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_about.scss */
      .about div {
        overflow: hidden; } }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
.menu {
  font-family: 'Droid Sans', sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media screen and (min-width: 46.25em) {
  /* line 7, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
  .hp-menu {
    display: none; } }

@media screen and (min-width: 46.25em) {
  /* line 13, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
  .bp-menu {
    width: 33.33%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0; } }

/* line 23, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
.menu ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  border: .0625rem solid #D3DBE3; }

/* line 31, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
.menu a {
  padding: 1rem;
  line-height: 1.4;
  border-bottom: .0625rem solid #D3DBE3;
  display: block; }

/* line 38, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
.menu li {
  font-size: 1rem; }

/* line 42, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
.menu li:last-child a {
  border-bottom: none; }

/* line 46, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_navigation.scss */
.menu .current a {
  color: white;
  background: #7D0000; }

@media screen and (min-width: 51.25em) {
  /* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
  .contact-group {
    position: relative;
    padding-right: calc(66.66% + 3.75rem);
    min-height: 28.125rem; } }

/* line 9, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.google-map {
  width: 100%; }

@media screen and (min-width: 51.25em) {
  /* line 16, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
  .contact-group .google-map {
    width: 66.66%;
    position: absolute;
    top: 0;
    right: 0; } }

/* line 25, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.scrolloff {
  pointer-events: none; }

/* line 29, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.payment-methods {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 36, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.payment-methods li {
  display: inline-block;
  margin-right: 1rem; }

/* line 41, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.form {
  font-family: "Droid Sans", sans-serif;
  margin-bottom: 4rem; }

/* line 46, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.form ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 53, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.form label {
  display: block;
  margin-bottom: .25rem; }

/* line 61, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: .125rem solid #D3DBE3;
  background: white;
  width: 100%;
  padding: .5rem;
  font-size: 1rem;
  margin-bottom: 1rem; }

/* line 77, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.success,
.error {
  padding: 1rem;
  margin-bottom: 2rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  font-family: "Droid Sans", sans-serif; }

/* line 86, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.success {
  color: #468847;
  background-color: #dff0d8;
  border: .0625rem solid #d6e9c6; }

/* line 92, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_contact.scss */
.error {
  color: #b94a48;
  background: #f2dede;
  border: 0.0625rem solid rgba(185, 74, 72, 0.3); }

/* line 1, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_footer.scss */
.footer {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem; }

/* line 9, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_footer.scss */
.social {
  margin-bottom: 1rem; }

/* line 13, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_footer.scss */
.social a {
  font-family: "Droid Sans", sans-serif;
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem; }

/* line 20, /Users/webservices/Desktop/Websites/ArnettLaw/styles/_footer.scss */
.copyright {
  margin-bottom: 0; }

/*# sourceMappingURL=styles.css.map */