/*
**
**  UrgentCo Styles
**  Author: ContextWest
**  https://contextwest.com
**
**  Table of Contents
**  1.  Variables
**  2.  Basic Elements/Helper Classes
**  3.  Header
**  4.  Other Shared Elements
**  5.  Forms
**  6.  Specific Pages
**
*/
/*
**  Variables
*/
/*
**  Basic Elements/Helper Classes
*/
/* line 40, ../sass/style.scss */
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

/* line 45, ../sass/style.scss */
body {
  color: #222;
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6; }

/* line 53, ../sass/style.scss */
h3, h4, h5, h6 {
  font-weight: 700; }

/* line 57, ../sass/style.scss */
h1 {
  display: none; }

/* line 62, ../sass/style.scss */
h2 {
  font-size: 5rem;
  color: #fff;
  font-weight: 800;
  text-align: center; }

/* line 69, ../sass/style.scss */
h3 {
  font-size: 3.2rem; }

/* line 73, ../sass/style.scss */
h4 {
  font-size: 2.8rem; }

/* line 77, ../sass/style.scss */
h5 {
  font-size: 2.2rem; }

/* line 81, ../sass/style.scss */
h6 {
  font-size: 1.6rem; }

/* line 85, ../sass/style.scss */
p {
  margin-bottom: 1.5em; }

/* line 89, ../sass/style.scss */
section {
  padding: 4em; }

/* line 93, ../sass/style.scss */
a, button {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  transition: all .3s ease-in-out; }

/* line 100, ../sass/style.scss */
.dark-bg,
.light {
  color: #fff; }

/* line 105, ../sass/style.scss */
.purple-bg {
  background-color: #49485D; }

/* line 109, ../sass/style.scss */
.border-red-top {
  border-top: 22px solid #DB2B30; }

/* line 113, ../sass/style.scss */
.flex {
  display: flex; }

@media (max-width: 767px) {
  /* line 118, ../sass/style.scss */
  .flex-md {
    flex-direction: column; } }
/*
**  Header
*/
/* line 128, ../sass/style.scss */
header {
  background-color: #fff; }
  /* line 131, ../sass/style.scss */
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 2em; }
    /* line 137, ../sass/style.scss */
    header .navbar .nav {
      font-family: "Nunito", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      /* line 142, ../sass/style.scss */
      header .navbar .nav .nav-item {
        margin: 0 .25em;
        padding: 0 .25em;
        cursor: pointer; }
        /* line 147, ../sass/style.scss */
        header .navbar .nav .nav-item.secondary {
          padding-right: 0;
          border-left: 1px solid #73ACD2;
          padding-left: 2em; }
          /* line 152, ../sass/style.scss */
          header .navbar .nav .nav-item.secondary .nav-link {
            color: #fff;
            background-color: #73ACD2;
            text-transform: capitalize;
            margin-right: 0;
            border: 2px solid #73ACD2; }
            /* line 159, ../sass/style.scss */
            header .navbar .nav .nav-item.secondary .nav-link:hover {
              color: #73ACD2;
              background-color: transparent; }
      /* line 167, ../sass/style.scss */
      header .navbar .nav .nav-link {
        color: #222;
        padding: .5em 1em;
        text-decoration: none;
        border: 2px solid transparent;
        cursor: pointer; }
        /* line 174, ../sass/style.scss */
        header .navbar .nav .nav-link:hover {
          color: #fff;
          background-color: #73ACD2;
          border-color: #73ACD2; }
        /* line 180, ../sass/style.scss */
        header .navbar .nav .nav-link.active {
          border-bottom: 2px solid #73ACD2; }
  /* line 187, ../sass/style.scss */
  header .navbar-collapse {
    display: flex;
    justify-content: flex-end; }
  /* line 192, ../sass/style.scss */
  header .navbar-toggler {
    font-size: 1.5rem;
    padding: .25em .5em; }

@media (max-width: 991px) {
  /* line 200, ../sass/style.scss */
  .nav .nav-item {
    flex-basis: 100%;
    text-align: right;
    margin: 0;
    padding: 0; }
    /* line 206, ../sass/style.scss */
    .nav .nav-item.secondary {
      padding-left: 0;
      border: none; } }
/*
**  Footer
*/
/* line 218, ../sass/style.scss */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262636;
  padding: 2em 1em; }

/* line 226, ../sass/style.scss */
footer p {
  margin: 0; }

/*
**  Other Shared Elements
*/
/* line 236, ../sass/style.scss */
.btn {
  color: #fff;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 auto;
  padding: .5em 1.5em;
  border-radius: 1.5em;
  text-decoration: none; }
  /* line 246, ../sass/style.scss */
  .btn.btn-primary {
    background: #73ACD2;
    min-width: 7em;
    border: none; }
  /* line 252, ../sass/style.scss */
  .btn.btn-secondary {
    background-color: #49485D;
    border-color: #49485D; }
  /* line 257, ../sass/style.scss */
  .btn.btn-tertiary {
    background-color: #DB2B30;
    min-width: 8em; }
  /* line 262, ../sass/style.scss */
  .btn.btn-outline {
    color: #73ACD2;
    border-color: #73ACD2; }

/* line 269, ../sass/style.scss */
.separator {
  position: relative; }
  /* line 274, ../sass/style.scss */
  .separator.separator-red-white:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/separator-red-white_01.svg") no-repeat;
    height: 15vw;
    top: -14vw;
    background-size: cover;
    width: 100%; }
  /* line 286, ../sass/style.scss */
  .separator.separator-red-purple {
    height: 15vw;
    margin-top: -14vw; }
    /* line 290, ../sass/style.scss */
    .separator.separator-red-purple:before {
      content: '';
      display: block;
      position: absolute;
      background: url("../images/separator-red-purple_01.svg") no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%; }

/* line 303, ../sass/style.scss */
.alert-primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #DED0AB;
  color: #222;
  border: none; }
  /* line 312, ../sass/style.scss */
  .alert-primary.text-left {
    justify-content: flex-start; }
  /* line 316, ../sass/style.scss */
  .alert-primary p {
    margin: 0; }

/* line 321, ../sass/style.scss */
.alert-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  background: #73ACD2;
  min-width: 7em;
  border: none; }
  /* line 332, ../sass/style.scss */
  .alert-secondary p {
    margin: 0; }

/* line 338, ../sass/style.scss */
a[data-toggle="modal"]:not([href]):hover {
  color: #fff;
  background-color: #73ACD2;
  border-color: #73ACD2; }

/*
** Accordion
*/
/* line 348, ../sass/style.scss */
.accordion > .card {
  margin: .5em 0;
  padding: 0;
  border: 1px solid #66656E; }

/* line 354, ../sass/style.scss */
.accordion > .card:first-of-type,
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #66656E; }

/* line 359, ../sass/style.scss */
.accordion .card-header {
  padding: 0;
  border-bottom: 1px solid #66656E; }

/* line 364, ../sass/style.scss */
.accordion .card-header button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #727191;
  width: 100%;
  text-align: left;
  padding: .75em 1.25em;
  text-decoration: none;
  border-radius: 0; }

/* line 377, ../sass/style.scss */
.accordion .card-header .fa::before {
  font-size: 2rem; }

/* line 381, ../sass/style.scss */
.accordion .card-header button .fa {
  transform: rotate(90deg);
  transition: all .3s ease-in-out; }

/* line 386, ../sass/style.scss */
.accordion .card-header button.collapsed {
  color: #222;
  background-color: rgba(255, 255, 255, 0.9); }

/* line 391, ../sass/style.scss */
.accordion .card-header button.collapsed .fa {
  transform: rotate(0deg); }

/* line 395, ../sass/style.scss */
.accordion .card-body {
  color: #fff;
  background-color: #49485D;
  padding: .75em 1.25em; }

/* line 402, ../sass/style.scss */
.ring-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(#727191, #727191), url("../images/hero_02.jpg") fixed no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center; }
  /* line 408, ../sass/style.scss */
  .ring-bg.holiday {
    background: url("../images/home-hero_01.jpg") fixed no-repeat;
    background-size: cover;
    background-position: center; }

/* line 415, ../sass/style.scss */
.holiday {
  background: url("../images/home-hero_01.jpg") fixed no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 0;
  padding-right: 0; }

/* line 424, ../sass/style.scss */
.main {
  min-height: 76vh; }

/* line 428, ../sass/style.scss */
.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  margin: 6em 0;
  padding: 6em 0; }

/* line 440, ../sass/style.scss */
.card {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 820px;
  margin: 2em auto;
  padding: 2em; }
  /* line 446, ../sass/style.scss */
  .card.narrow {
    width: 600px;
    max-width: 100%; }
  /* line 451, ../sass/style.scss */
  .card ~ .alert-secondary {
    width: 540px;
    max-width: 100%; }

/* line 457, ../sass/style.scss */
.ring-bg section > * {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/*
** Forms
*/
/* line 468, ../sass/style.scss */
label {
  font-size: 1.4rem;
  font-weight: 700; }

/* line 473, ../sass/style.scss */
.form-group {
  margin-bottom: 1em; }

/* line 477, ../sass/style.scss */
.form-group.select {
  display: flex;
  min-height: 41px; }

/* line 482, ../sass/style.scss */
.form-control {
  font-size: 1.6rem;
  height: auto;
  padding: .5em 1em;
  border-radius: .5em;
  border: 1px solid #66656E; }

/* line 490, ../sass/style.scss */
.form-check.block .form-check-input {
  margin-left: 0; }

/* line 494, ../sass/style.scss */
.form-check.block .form-check-label {
  margin-left: 1.5em; }

/* line 498, ../sass/style.scss */
.form-check.center {
  display: flex;
  justify-content: center; }

/* line 503, ../sass/style.scss */
.form-check.center .form-check-input {
  position: relative; }

/* line 507, ../sass/style.scss */
.form-check label {
  font-size: 1.6rem;
  margin-left: .25em;
  font-weight: normal; }

/* line 513, ../sass/style.scss */
.dark-bg .form-control {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

/* line 519, ../sass/style.scss */
.dark-bg .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8); }

/* line 523, ../sass/style.scss */
.form-control:focus {
  border-color: #8DC4BE;
  box-shadow: none; }

/* line 528, ../sass/style.scss */
.dark-bg .form-control:focus {
  border-color: #73ACD2; }

/* line 532, ../sass/style.scss */
.submit {
  margin: .5em auto; }

/* line 536, ../sass/style.scss */
textarea.form-control[readonly] {
  background-color: #fff; }

/* line 540, ../sass/style.scss */
.required {
  color: #D63B3B;
  background-color: initial !important;
  font-size: 125%;
  line-height: .5;
  padding-right: .25em; }

/* line 548, ../sass/style.scss */
form .alert {
  font-size: 1.4rem; }

/*
**  Specific Pages
*/
/* line 559, ../sass/style.scss */
.home .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  background: url("../images/home-hero_01.jpg") fixed no-repeat;
  background-size: cover;
  background-position: center top;
  height: 75vh;
  text-align: center; }
  /* line 572, ../sass/style.scss */
  .home .hero h2 {
    margin-bottom: 1em; }
  /* line 576, ../sass/style.scss */
  .home .hero .btn {
    margin: .5em; }
/* line 581, ../sass/style.scss */
.home .hours {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1.5em; }

/* line 588, ../sass/style.scss */
#faq {
  background: url("../images/beach_01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 22em; }

/* line 596, ../sass/style.scss */
#contact {
  background-color: #49485D;
  padding-top: 0; }

/* line 602, ../sass/style.scss */
.attorney-hero {
  background: linear-gradient(rgba(114, 113, 145, 0.4), rgba(114, 113, 145, 0.4)), url("../images/life-jackets_01.jpg") fixed no-repeat;
  background-blend-mode: multiply, normal;
  background-size: cover;
  background-position: center; }
  /* line 608, ../sass/style.scss */
  .attorney-hero div[class*=col-] {
    display: flex;
    align-items: center; }
  /* line 613, ../sass/style.scss */
  .attorney-hero .card {
    width: 100%;
    margin: 0; }

/* line 619, ../sass/style.scss */
.life-jacket-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/life-jackets_01.jpg") fixed no-repeat;
  background-blend-mode: multiply, normal;
  background-size: cover;
  background-position: center; }

/* line 626, ../sass/style.scss */
.attorney-content {
  background: #49485D;
  position: relative;
  padding-top: 0; }
  /* line 631, ../sass/style.scss */
  .attorney-content div[class*=col-] {
    margin-bottom: 2em; }
  /* line 635, ../sass/style.scss */
  .attorney-content .card {
    height: 100%; }
    /* line 638, ../sass/style.scss */
    .attorney-content .card .card-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      /* line 644, ../sass/style.scss */
      .attorney-content .card .card-body img {
        width: 30%;
        min-width: 70px; }
      /* line 649, ../sass/style.scss */
      .attorney-content .card .card-body h5 {
        color: #DB2B30; }

/* line 658, ../sass/style.scss */
.tearsheets .feature-headline {
  font-size: 10rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8); }
/* line 664, ../sass/style.scss */
.tearsheets p {
  color: #fff; }

@media (max-width: 767px) {
  /* line 670, ../sass/style.scss */
  .tearsheets {
    text-align: center; } }
@media (max-width: 575px) {
  /* line 677, ../sass/style.scss */
  .tearsheets .feature-headline {
    font-size: 6rem; } }
