@keyframes fhlistingsspinner {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.fcrms-spinner.primary {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px; }
  .fcrms-spinner.primary:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px 0 -12px;
    width: 24px;
    height: 24px;
    border-radius: 500rem;
    border: 0.2em solid #c5c5c5; }
  .fcrms-spinner.primary:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -12px 0 -12px;
    width: 24px;
    height: 24px;
    animation: fhlistingsspinner 0.6s linear;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #54595f transparent transparent;
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent; }
  .fcrms-spinner.primary.lg {
    display: inline-block;
    position: relative;
    height: 34px;
    width: 34px; }
    .fcrms-spinner.primary.lg:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -17px 0 -17px;
      width: 34px;
      height: 34px;
      border-radius: 500rem;
      border: 0.2em solid #c5c5c5; }
    .fcrms-spinner.primary.lg:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -17px 0 -17px;
      width: 34px;
      height: 34px;
      animation: fhlistingsspinner 0.6s linear;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #54595f transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      box-shadow: 0 0 0 1px transparent; }
  .fcrms-spinner.primary.xl {
    display: inline-block;
    position: relative;
    height: 44px;
    width: 44px; }
    .fcrms-spinner.primary.xl:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -22px 0 -22px;
      width: 44px;
      height: 44px;
      border-radius: 500rem;
      border: 0.2em solid #c5c5c5; }
    .fcrms-spinner.primary.xl:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -22px 0 -22px;
      width: 44px;
      height: 44px;
      animation: fhlistingsspinner 0.6s linear;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #54595f transparent transparent;
      border-style: solid;
      border-width: 0.2em;
      box-shadow: 0 0 0 1px transparent; }

.firehawk-services-social-menu button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 0.8;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  transition: opacity 0.15s linear, transform 0.15s linear; }
  .firehawk-services-social-menu button:focus, .firehawk-services-social-menu button:hover {
    opacity: 1;
    -ms-transform: translateY(-4px);
        transform: translateY(-4px); }

.firehawk-crm .service-buttons-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #f3f3f3;
  margin-top: 10px;
  padding: 5px;
  border-radius: 4px;
  min-height: 34px; }
  .firehawk-crm .service-buttons-group .service-button {
    display: inline-block;
    color: #303030;
    width: 33.3%;
    text-align: center;
    cursor: pointer;
    font-size: 16px; }
    .firehawk-crm .service-buttons-group .service-button:focus, .firehawk-crm .service-buttons-group .service-button:hover {
      color: #929292; }

.fcrm-service-modal {
  padding: 0; }
  .fcrm-service-modal .modal-content {
    padding: 20px 30px; }
  .fcrm-service-modal a.modal-close {
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #ddd; }
  .fcrm-service-modal .modal-title {
    font-weight: bold;
    padding: 10px 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 1.2em; }

.jquery-modal.blocker {
  z-index: 10; }

.scale-in-center {
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes scale-in-center {
  0% {
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.bounce-in-top {
  animation: bounce-in-top 1.1s both; }

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out; } }

.page-one-column .panel-content .wrap {
  max-width: 1240px !important; }

.firehawk-crm .services-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .firehawk-crm .services-grid .grid-column {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: 50%;
    width: 100%;
    padding: 0 10px 20px; }
  .firehawk-crm .services-grid .grid-item {
    width: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px; }
    .firehawk-crm .services-grid .grid-item .top-img {
      background-size: cover;
      background-position: center;
      width: 100%;
      min-height: 180px; }
    .firehawk-crm .services-grid .grid-item .title {
      padding: 10px 12px; }

.firehawk-crm .services-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden; }
  .firehawk-crm .services-list .grid-item {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 10px 12px; }
    .firehawk-crm .services-list .grid-item .top-img {
      height: 56px;
      width: 56px;
      background-size: cover;
      background-position: center;
      border-radius: 6px;
      margin-right: 20px; }
    .firehawk-crm .services-list .grid-item:after {
      content: "";
      height: 1px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 0;
      right: 0;
      left: 82px; }
    .firehawk-crm .services-list .grid-item:last-child:after {
      border: none; }

.firehawk-crm .firehawk-crm-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .firehawk-crm .firehawk-crm-grid .grid-column {
    padding: 0 20px;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 100%;
    max-width: 33.33%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    box-sizing: border-box; }
  .firehawk-crm .firehawk-crm-grid .grid-item {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    padding: 0;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 30px;
    flex-shrink: 0;
    margin-bottom: 30px; }
    .firehawk-crm .firehawk-crm-grid .grid-item .top-img {
      background-size: cover;
      background-position: center;
      width: 100px;
      min-width: 100px;
      height: 100%;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm .firehawk-crm-grid .grid-item .title {
      color: #333;
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm .firehawk-crm-grid .grid-item .venue {
      margin-bottom: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      font-size: 14px;
      margin-bottom: 8px;
      outline: none !important; }
      .firehawk-crm .firehawk-crm-grid .grid-item .venue.no-link {
        text-decoration: none !important;
        color: #333; }
    .firehawk-crm .firehawk-crm-grid .grid-item .service-buttons-group {
      margin-top: auto; }
    .firehawk-crm .firehawk-crm-grid .grid-item .dates {
      color: #333;
      margin-bottom: 5px;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm .firehawk-crm-grid .grid-item .content {
      -ms-flex: 1;
          flex: 1;
      padding: 10px 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      outline: none !important;
      text-decoration: none !important; }
    .firehawk-crm .firehawk-crm-grid .grid-item .service-date {
      color: #333;
      font-size: 14px;
      margin-top: auto;
      outline: none !important;
      text-decoration: none !important; }
      .firehawk-crm .firehawk-crm-grid .grid-item .service-date.space-under {
        margin-bottom: 10px; }
    .firehawk-crm .firehawk-crm-grid .grid-item.compact {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: column;
          flex-direction: column; }
      .firehawk-crm .firehawk-crm-grid .grid-item.compact .top-content {
        padding: 15px 10px 0 15px;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-bottom: 10px;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
        .firehawk-crm .firehawk-crm-grid .grid-item.compact .top-content .top-img {
          width: 90px;
          height: 90px;
          min-width: auto;
          border-radius: 6px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 15px; }
        .firehawk-crm .firehawk-crm-grid .grid-item.compact .top-content .title {
          font-size: 18px;
          margin-bottom: 0;
          line-height: 1.5;
          white-space: normal !important; }
        .firehawk-crm .firehawk-crm-grid .grid-item.compact .top-content .title-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center;
          height: 90px; }
          .firehawk-crm .firehawk-crm-grid .grid-item.compact .top-content .title-container .dates {
            margin-bottom: 0; }
      .firehawk-crm .firehawk-crm-grid .grid-item.compact .content {
        padding: 0 15px 15px; }
        .firehawk-crm .firehawk-crm-grid .grid-item.compact .content .service-date {
          margin-top: 0; }
        .firehawk-crm .firehawk-crm-grid .grid-item.compact .content .venue {
          margin-bottom: 4px; }
    .firehawk-crm .firehawk-crm-grid .grid-item .top-img {
      height: auto;
      max-height: 100%; }

.flex-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0; }

@media screen and (max-width: 1090px) {
  .firehawk-crm .firehawk-crm-grid .grid-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: none;
    width: 100%; } }

@media screen and (max-width: 710px) {
  .firehawk-crm .firehawk-crm-grid .grid-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: none;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.firehawk-crm .glide .glide__track {
  margin-bottom: 14px; }

.firehawk-crm .glide .grid-item {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  padding: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 30px; }
  .firehawk-crm .glide .grid-item .top-img {
    background-size: cover;
    background-position: center;
    width: 100px;
    min-width: 100px;
    height: 100%;
    outline: none !important;
    text-decoration: none !important; }
  .firehawk-crm .glide .grid-item .title {
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    outline: none !important;
    text-decoration: none !important; }
  .firehawk-crm .glide .grid-item .venue {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 14px;
    margin-bottom: 8px;
    outline: none !important; }
    .firehawk-crm .glide .grid-item .venue.no-link {
      text-decoration: none !important;
      color: #333; }
  .firehawk-crm .glide .grid-item .service-buttons-group {
    margin-top: auto; }
  .firehawk-crm .glide .grid-item .dates {
    color: #333;
    margin-bottom: 5px;
    outline: none !important;
    text-decoration: none !important; }
  .firehawk-crm .glide .grid-item .content {
    -ms-flex: 1;
        flex: 1;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    outline: none !important;
    text-decoration: none !important; }
  .firehawk-crm .glide .grid-item .service-date {
    color: #333;
    font-size: 14px;
    margin-top: auto;
    outline: none !important;
    text-decoration: none !important; }
    .firehawk-crm .glide .grid-item .service-date.space-under {
      margin-bottom: 10px; }
  .firehawk-crm .glide .grid-item.compact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column; }
    .firehawk-crm .glide .grid-item.compact .top-content {
      padding: 15px 10px 0 15px;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin-bottom: 10px;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .firehawk-crm .glide .grid-item.compact .top-content .top-img {
        width: 90px;
        height: 90px;
        min-width: auto;
        border-radius: 6px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 15px; }
      .firehawk-crm .glide .grid-item.compact .top-content .title {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.5;
        white-space: normal !important; }
      .firehawk-crm .glide .grid-item.compact .top-content .title-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        height: 90px; }
        .firehawk-crm .glide .grid-item.compact .top-content .title-container .dates {
          margin-bottom: 0; }
    .firehawk-crm .glide .grid-item.compact .content {
      padding: 0 15px 15px; }
      .firehawk-crm .glide .grid-item.compact .content .service-date {
        margin-top: 0; }
      .firehawk-crm .glide .grid-item.compact .content .venue {
        margin-bottom: 4px; }

.firehawk-crm .glide .glide__slides {
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0; }

.firehawk-crm .glide .glide__slide {
  padding: 8px 3px;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: auto; }

.firehawk-crm .glide .glide__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  padding: 0;
  width: 100%; }

.firehawk-crm .glide .glide__arrow {
  font-weight: normal;
  color: #383838;
  top: 0 !important;
  width: auto;
  left: auto;
  right: auto;
  -ms-transform: none;
      transform: none;
  position: relative; }
  .firehawk-crm .glide .glide__arrow:focus, .firehawk-crm .glide .glide__arrow:hover {
    border-color: #efefef;
    background-color: #efefef; }

.firehawk-crm .empty-message {
  text-align: center; }

.firehawk-service-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .firehawk-service-details .detail-display .top-img {
    min-width: auto;
    height: auto;
    border-radius: 0;
    margin-bottom: 15px; }
    .firehawk-service-details .detail-display .top-img img {
      max-height: 380px;
      width: 100%;
      height: 100%;
      -ms-flex: 1;
          flex: 1;
      object-fit: cover;
      border-radius: 4px; }
  .firehawk-service-details .detail-display .heading {
    padding: 0;
    margin-bottom: 14px; }
  .firehawk-service-details .detail-display .venue {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 15px; }
  .firehawk-service-details .detail-display .service-date {
    font-size: 16px;
    margin-bottom: 5px; }
  .firehawk-service-details .detail-display .dates {
    margin-bottom: 0;
    font-size: 18px; }
  .firehawk-service-details .detail-display .title {
    font-size: 20px;
    font-weight: bold; }