@charset "UTF-8";
/*!
Theme Name: Nutgrove Vets
Theme URI: http://nutgrovevets.ie/
Author: Remo
Author URI: https://remo.ie
Description: Nutgrove Vets
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: nutgrove-vets
*/
/* Grid
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");
.wrapper {
  box-sizing: border-box;
  max-width: 2400px;
  margin: 0px auto;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 71rem) {
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 87.5rem) {
  .container-fluid {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-left: 100%;
}

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 46em) {
  .container {
    width: 46rem;
  }
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 87em) {
  .container {
    width: 87rem;
  }
  .col-xl {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: auto;
  }
  .col-xl-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 0;
  }
  .col-xl-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-left: 100%;
  }
  .col-xl {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .center-xl {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .top-xl {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xl {
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xl {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xl {
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xl {
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
/* Variables
--------------------------------------------- */
@font-face {
  font-family: "national-2-compressed-bold";
  src: url("/wp-content/themes/nutgrove-vets/src/fonts/national-2-compressed-bold.woff2") format("woff2");
}
/* Normalize
--------------------------------------------- */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #25584D;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "national-2-compressed-bold", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 50px;
}
@media (min-width: 71rem) {
  h1 {
    font-size: 90px;
  }
}

h2 {
  font-size: 40px;
  line-height: 0.8;
}
@media (min-width: 71rem) {
  h2 {
    font-size: 80px;
  }
}

p {
  margin-bottom: 1.5em;
}

.introduction-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  display: block;
}
@media (min-width: 71rem) {
  .introduction-text {
    font-size: 28px;
  }
}

strong, b {
  font-weight: 700 !important;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 18px;
}

body {
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  max-width: 100vw;
  overflow-x: hidden;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0px;
  left: 0px;
}
@media (min-width: 61rem) {
  .site-header {
    padding-bottom: 1.8rem;
  }
}
.site-header .site-logo {
  padding-top: 1.4rem;
}
@media (min-width: 61rem) {
  .site-header .site-logo {
    padding-top: 2rem;
  }
}
.site-header .tagline-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
}
@media (min-width: 61rem) {
  .site-header .tagline-wrapper {
    right: 3rem;
  }
}
.site-header .tagline-wrapper .tagline-inner {
  padding: 15%;
}
.site-header .tagline-wrapper .tagline-inner .tagline {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.site-header .tagline-cta {
  display: none;
}

.scrolled {
  position: fixed;
  left: 0px;
  z-index: 3;
  height: calc(23px + 2rem);
  -webkit-animation: moveDown 0.6s both;
          animation: moveDown 0.6s both;
  background-color: white;
}
@media (min-width: 61rem) {
  .scrolled {
    height: 86px;
  }
}
.scrolled .site-logo {
  padding-top: 0.7rem;
}
@media (min-width: 61rem) {
  .scrolled .site-logo {
    padding-top: 1rem;
  }
}
.scrolled .tagline-inner {
  display: none;
}
.scrolled .tagline-cta {
  display: block;
}
.scrolled .hamburger {
  margin-top: 0.5rem;
}

.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  float: right;
  margin-top: 1rem;
}
.hamburger .line {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  transition: all 0.6s ease;
  background: #25584D;
}
.hamburger .line:nth-of-type(2) {
  top: 10px;
}
.hamburger .line:nth-of-type(3) {
  top: 20px;
}
.hamburger.open .line {
  transform: rotate(45deg) translateY(14px);
}
.hamburger.open .line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.open .line:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-14px);
}

.floating {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9;
  width: 70px;
  height: auto;
}
@media (min-width: 61rem) {
  .floating {
    width: 60px;
    right: 2rem;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.floating img {
  width: 100%;
  height: auto;
  border-radius: 35px;
  box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.01), 0px 6px 3px rgba(0, 0, 0, 0.05), 0px 3px 3px rgba(0, 0, 0, 0.09), 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 71rem) {
  .floating img {
    border-radius: 30px;
  }
}
.floating a {
  display: block;
}
.floating .tooltip {
  opacity: 0;
  position: absolute;
  right: 110%;
  top: 50%;
  text-align: right;
  transform: translateY(-50%);
  display: block;
  color: white;
  background: #25584D;
  padding: 5px;
  transition: opacity 0.4s ease;
  white-space: nowrap;
}
@media (min-width: 71rem) {
  .floating .floating-phone:hover > .tooltip {
    opacity: 1;
  }
}
@media (min-width: 71rem) {
  .floating .floating-order:hover > .tooltip {
    opacity: 1;
  }
}

.site-footer {
  background-color: #25584D;
  color: white;
}
.site-footer p {
  margin-top: 0px;
}
.site-footer nav {
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 71rem) {
  .site-footer nav {
    -moz-columns: 2;
         columns: 2;
  }
}
.site-footer nav ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.site-footer nav ul li a {
  color: white;
  text-decoration: none;
}
.site-footer .vet-details {
  padding: 20px 0px;
  border-top: 1px solid #6CCA98;
  border-bottom: 1px solid #6CCA98;
}
@media (min-width: 61rem) {
  .site-footer .vet-details {
    border: 0px;
    padding: 0px;
  }
}

.social-wrap {
  margin-top: 1rem;
}
@media (min-width: 71rem) {
  .social-wrap {
    margin-top: 0rem;
  }
}
.social-wrap img {
  width: 30px;
  height: 30px;
}
.social-wrap a {
  text-decoration: none;
}

.call-to-action h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.call-to-action .cta__inner {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-self: center;
  justify-self: center;
}
.call-to-action .cta__inner .secondary-button {
  display: flex;
}
.call-to-action .cta__inner .cta_icon {
  width: 30px;
  margin-right: 10px;
}

.cta_icon {
  width: 30px;
  margin-right: 10px;
}

.newsletter h1 {
  margin: 0px;
  line-height: 1;
}
.newsletter #mc_embed_signup form .mc-wrapper {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
.newsletter #mc_embed_signup form input[type=email] {
  background-color: white;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 71rem) {
  .newsletter #mc_embed_signup form input[type=email] {
    flex-basis: 70%;
  }
}
.newsletter #mc_embed_signup form input[type=checkbox] {
  margin-right: 10px;
}
.newsletter #mc_embed_signup form button {
  background-color: #25584D;
  border: 0px !important;
  border-radius: 0px;
  flex-basis: 100%;
  padding: 10px 15px;
  color: white;
  cursor: pointer;
}
@media (min-width: 71rem) {
  .newsletter #mc_embed_signup form button {
    flex-basis: 30%;
  }
}
.newsletter #mc_embed_signup form .mce_inline_error {
  display: block;
  width: 100%;
}
.newsletter #mc_embed_signup form fieldset {
  border: 0px;
  padding: 10px 0px 0px;
}
.newsletter .left-panel {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("/wp-content/themes/nutgrove-vets/src/img/footer-paws.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: bottom right;
}
@media (min-width: 71rem) {
  .newsletter .left-panel {
    padding-left: 4rem;
    padding-right: 25%;
  }
}
@media (min-width: 87.5rem) {
  .newsletter .left-panel {
    padding-left: 8rem;
    padding-right: 22%;
  }
}
.newsletter .right-panel {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 71rem) {
  .newsletter .right-panel {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
.primary-button {
  background-color: #6CCA98;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.primary-button.header-cta {
  padding: 30px 20px 10px;
  font-size: 28px;
  line-height: 1.8;
}
.primary-button.header-cta:after {
  content: " > ";
}

.book-button {
  background-color: #25584D;
  text-decoration: none;
  color: white;
  font-size: 18px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 0 90px 0 20px;
  height: 70px;
  position: relative;
  font-weight: 700;
  transition: all 0.5s ease;
}
@media (min-width: 61rem) {
  .book-button {
    font-size: 22px;
  }
}
.book-button:after {
  content: " ";
  background-image: url("/wp-content/themes/nutgrove-vets/src/img/book.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #EF676E;
}
.book-button:hover {
  background-color: #E6E7E8;
  color: #25584D;
}
.book-button:hover:after {
  background-color: #25584D;
}

.secondary-button {
  text-decoration: none;
  color: #25584D;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.secondary-button:after {
  content: " > ";
  margin-left: 10px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #25584D;
  background-color: #E6E7E8;
  border-radius: 0px;
  padding: 15px 20px;
  border: 0px !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #A7A9AB;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #A7A9AB;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: 2px solid;
  outline-color: #25584D;
}

input[type=button] {
  background-color: #6CCA98;
  border: 0px;
  border-radius: 0px;
  color: white;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 0.5s ease;
}
input[type=button]:hover {
  background-color: #25584D;
  color: white;
}

textarea {
  width: 100%;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Components
--------------------------------------------- */
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  padding: 0;
}
@media (min-width: 61rem) {
  .main-navigation {
    padding: 10px 10%;
  }
}
.main-navigation ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  background-color: #E6E7E8;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: auto;
  display: block;
  padding: 10px;
  margin-left: -10px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  display: block;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li.current-menu-item a {
  color: #6CCA98;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #25584D;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-navigation {
  background-color: #E6E7E8;
  position: fixed;
  top: -300vh;
  left: 0px;
  width: 100%;
  color: white;
  z-index: 2;
  transition: top 0.6s ease;
  box-shadow: 0px 281px 113px rgba(0, 0, 0, 0.01), 0px 158px 95px rgba(0, 0, 0, 0.05), 0px 70px 70px rgba(0, 0, 0, 0.09), 0px 18px 39px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.mobile-navigation .mobile-navigation__inner {
  display: flex;
  flex-direction: column;
  padding: 20% 2rem 0;
}
@media (min-width: 61rem) {
  .mobile-navigation .mobile-navigation__inner {
    padding: 10% 2rem 0;
  }
}
.mobile-navigation .mobile-navigation__inner ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}
.mobile-navigation .mobile-navigation__inner ul li {
  border-bottom: 1px solid #6CCA98;
  padding: 10px 0px;
}
.mobile-navigation .mobile-navigation__inner ul li ul {
  border-top: 1px solid #6CCA98;
}
.mobile-navigation .mobile-navigation__inner ul li a {
  text-decoration: none;
  color: #25584D;
}
.mobile-navigation .mobile-navigation__inner ul li.menu-item-has-children {
  border-bottom: 0px;
  padding-top: 0px;
}
.mobile-navigation .mobile-navigation__inner ul li.menu-item-has-children a {
  display: none;
}
.mobile-navigation .mobile-navigation__inner ul li.menu-item-has-children ul {
  border-top: 0px;
}
.mobile-navigation .mobile-navigation__inner ul li.menu-item-has-children ul li:first-of-type {
  border-top: 0px;
}
.mobile-navigation .mobile-navigation__inner ul li.menu-item-has-children ul li a {
  display: block;
}
.mobile-navigation.open {
  top: 0px;
}
.mobile-navigation .tagline-cta {
  margin-top: 1rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: 2rem;
}
.mobile-navigation .tagline-cta .hamburger-button {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.random-hero {
  margin-top: 86px;
}
@media (min-width: 32rem) {
  .random-hero {
    margin-top: 110px;
  }
}
@media (min-width: 46rem) {
  .random-hero {
    margin-top: 120px;
  }
}
.random-hero span.introduction-text {
  margin-bottom: 2rem;
}
.random-hero .random-image {
  display: none;
  width: 100%;
}
@media (min-width: 71rem) {
  .random-hero .random-image {
    width: 90%;
  }
}
.random-hero .random-image.active {
  display: flex;
}

.static-image {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 86px;
}
@media (min-width: 32rem) {
  .static-image {
    margin-top: 110px;
  }
}
@media (min-width: 46rem) {
  .static-image {
    margin-top: 120px;
  }
}
.static-image img {
  width: 100%;
  max-width: unset;
  position: relative;
  z-index: 1;
}
@media (min-width: 71rem) {
  .static-image img {
    width: calc(100% + 4rem);
  }
}
@media (min-width: 71rem) {
  .static-image img.img-offset-left {
    transform: translateX(-4rem);
  }
}
.static-image p {
  color: white;
  margin: 0 0 2rem;
}
.static-image .text-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.static-image .accent-pattern {
  position: absolute;
  max-width: 200px;
}
.static-image .top-left {
  top: 0px;
  left: 0px;
}
.static-image .top-right {
  top: 0px;
  right: 0px;
}
.static-image .bottom-left {
  bottom: 0px;
  left: 0px;
}
.static-image .bottom-right {
  bottom: 0px;
  right: 0px;
}
@media (min-width: 71rem) {
  .static-image .offset-right {
    margin-top: 6rem;
    padding-right: 15rem;
  }
}
@media (min-width: 71rem) {
  .static-image .offset-left {
    margin-top: 6rem;
    padding-right: 15rem;
  }
}

.two-columns {
  position: relative;
  overflow: hidden;
}
.two-columns h2 {
  color: #6CCA98;
  margin-top: 0px;
}
.two-columns:nth-of-type(2n) .row {
  flex-direction: column-reverse;
}
@media (min-width: 61rem) {
  .two-columns:nth-of-type(2n) .row {
    flex-direction: row;
  }
}
.two-columns .column-image {
  width: 60%;
  float: right;
  transform: translateY(3rem);
}
@media (min-width: 71rem) {
  .two-columns .column-image {
    width: 100%;
    height: auto;
    transform: translateY(0rem);
    float: none;
  }
}
.two-columns .text-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 71rem) {
  .two-columns .text-container {
    position: absolute;
    bottom: 20px;
  }
}
.two-columns .text-container a {
  color: #6CCA98;
}
.two-columns .additional-image {
  width: 30%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (min-width: 71rem) {
  .two-columns .additional-image {
    width: 50%;
    position: relative;
    flex-grow: 1;
    float: right;
    margin-bottom: auto;
  }
}
.two-columns .text-block {
  padding: 45px 0px;
}
@media (min-width: 71rem) {
  .two-columns .text-block {
    padding: 90px 0px;
  }
}
.two-columns .image-block img {
  width: 100%;
}
.two-columns div:first-of-type.image-block {
  margin-left: -2rem;
}
@media (min-width: 71rem) {
  .two-columns div:first-of-type.image-block {
    margin-left: -8rem;
  }
}
.two-columns div:nth-of-type(2).image-block {
  margin-left: 2rem;
}
@media (min-width: 71rem) {
  .two-columns div:nth-of-type(2).image-block {
    margin-right: -8rem;
  }
}

.one-column {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Style the tab */
.tab {
  overflow: hidden;
}
.tab span {
  background-color: inherit;
  display: block;
  cursor: pointer;
  padding: 0px 2rem 0px 0px;
  transition: 0.3s;
  font-family: "national-2-compressed-bold", sans-serif;
  text-transform: uppercase;
  color: white;
  -webkit-text-stroke: 1px #6CCA98;
  font-size: 40px;
  line-height: 0.8;
  cursor: pointer;
}
@media (min-width: 71rem) {
  .tab span {
    font-size: 80px;
  }
}
.tab span.active {
  -webkit-text-stroke: 1px #6CCA98;
  color: #6CCA98;
}

/* Style the buttons that are used to open the tab content */
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}
.tabcontent table {
  border-bottom: 1px solid #6CCA98 !important;
}
.tabcontent table tr:first-of-type {
  border-bottom: 1px solid #6CCA98;
}
.tabcontent table tr:nth-of-type(3) td p:first-of-type:before {
  content: "•";
  margin-right: 5px;
  color: #9EA1D7;
}
.tabcontent table tr:nth-of-type(4) td p:first-of-type:before {
  content: "•";
  margin-right: 5px;
  color: #9EA1D7;
}
.tabcontent table tr:nth-of-type(5) td p:first-of-type:before {
  content: "•";
  margin-right: 5px;
  color: #9EA1D7;
}
.tabcontent table tr:last-of-type td {
  padding-bottom: 20px !important;
}
.tabcontent table tr td {
  padding: 10px 0px !important;
}
.tabcontent table tr td p {
  margin: 0px;
}
.tabcontent .two-columns div:first-of-type.image-block {
  margin-left: -2rem;
}
@media (min-width: 71rem) {
  .tabcontent .two-columns div:first-of-type.image-block {
    margin-left: -4rem;
  }
}
@media (min-width: 87.5rem) {
  .tabcontent .two-columns div:first-of-type.image-block {
    margin-left: -8rem;
  }
}
.tabcontent .two-columns div:nth-of-type(2).image-block {
  margin-right: -2rem;
}
@media (min-width: 71rem) {
  .tabcontent .two-columns div:nth-of-type(2).image-block {
    margin-right: -4rem;
  }
}
@media (min-width: 87.5rem) {
  .tabcontent .two-columns div:nth-of-type(2).image-block {
    margin-right: -8rem;
  }
}

.tab-list__wrap {
  -moz-columns: 1;
       columns: 1;
}
@media (min-width: 61rem) {
  .tab-list__wrap {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.tab-list__wrap .tab-list__item {
  display: block;
  border-bottom: 2px solid #6CCA98;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 71rem) {
  .tab-list__wrap .tab-list__item {
    font-size: 40px;
  }
}

.year-tabs .tablinks {
  background-color: inherit;
  display: inline-block;
  cursor: pointer;
  padding: 0px 2rem 0px 0px;
  transition: 0.3s;
  font-family: "national-2-compressed-bold", sans-serif;
  text-transform: uppercase;
  color: white;
  -webkit-text-stroke: 1px #6CCA98;
  font-size: 70px;
  line-height: 0.8;
  cursor: pointer;
}
.year-tabs .tablinks.active {
  -webkit-text-stroke: 1px #6CCA98;
  color: #6CCA98;
}
.year-tabs .tablinks__wrap {
  margin-bottom: 45px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.vertical-carousel {
  overflow: hidden;
  position: relative;
}
.vertical-carousel .vertical-carousel__inner .splide__slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 61rem) {
  .vertical-carousel .vertical-carousel__inner .splide__slide {
    flex-direction: row;
  }
}
.vertical-carousel .vertical-carousel__inner .splide__slide div {
  flex-basis: 100%;
}
@media (min-width: 61rem) {
  .vertical-carousel .vertical-carousel__inner .splide__slide div {
    flex-basis: 50%;
  }
}
.vertical-carousel .vertical-carousel__inner .splide__slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical-carousel .vertical-carousel__inner .splide__slide .vertical-carousel__content {
  padding: 2rem 4rem 2rem 2rem;
}
@media (min-width: 71rem) {
  .vertical-carousel .vertical-carousel__inner .splide__slide .vertical-carousel__content {
    padding: 2rem 11rem 2rem 8rem;
  }
}
.vertical-carousel .vertical-carousel__inner .splide__slide .vertical-carousel__content h2 {
  color: #6CCA98;
  margin-top: 0px;
  margin-bottom: 10px;
}
.vertical-carousel .vertical-carousel__inner .splide__slide .vertical-carousel__content a.secondary-button {
  color: #6CCA98;
}
.vertical-carousel .splide__pagination {
  position: absolute;
  right: 2rem;
  list-style: none;
}
.vertical-carousel .splide__pagination li button {
  width: 10px;
  height: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  opacity: 0.4;
  padding: 0px;
  border-radius: 5px;
  border: 0px !important;
  cursor: pointer;
  transform: scale(1);
}
.vertical-carousel .splide__pagination li button.is-active {
  opacity: 1;
}

.testimonial-carousel .splide__track {
  padding-bottom: 20px;
}
.testimonial-carousel .splide__slide {
  position: relative;
}
.testimonial-carousel .splide__slide div {
  height: auto;
  flex-basis: 100%;
  overflow-y: visible;
}
@media (min-width: 71rem) {
  .testimonial-carousel .splide__slide div {
    flex-basis: 50%;
  }
}
.testimonial-carousel .splide__slide div .testimonial-carousel__image {
  height: auto;
}
.testimonial-carousel .splide__slide div .testimonial-carousel__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: calc(10% - 20px);
}
@media (min-width: 61rem) {
  .testimonial-carousel .splide__slide div .testimonial-carousel__icon {
    width: 100px;
    height: 100px;
    left: calc(15% - 40px);
    bottom: -20px;
  }
}
.testimonial-carousel .splide__pagination li button {
  background: #25584D;
  transform: scale(1);
  opacity: 0.4;
}
.testimonial-carousel .splide__pagination li button.is-active {
  opacity: 1;
}

.splide__pagination {
  display: none;
}
@media (min-width: 71rem) {
  .splide__pagination {
    display: flex;
  }
}

.splide__arrows {
  display: block;
}
@media (min-width: 71rem) {
  .splide__arrows {
    display: none;
  }
}

@media (min-width: 71rem) {
  .testimonial-carousel__title {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 4rem;
    width: 20%;
    margin-top: 0px;
  }
}

.tour-video {
  position: relative;
}
.tour-video .tour-video__background {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.tour-video h2 {
  color: #6CCA98;
}

.team-card {
  margin-bottom: 5rem;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.team-card .team-card__title {
  padding-top: 86px;
}
@media (min-width: 71rem) {
  .team-card .team-card__title {
    padding-top: 160px;
  }
}

.team-card__bio {
  position: relative;
  z-index: 1;
}

.team-card__headshot {
  position: relative;
  z-index: 2;
  margin-bottom: -7px;
  margin-top: 45px;
}
@media (min-width: 71rem) {
  .team-card__headshot {
    margin-top: 90px;
  }
}

@media (min-width: 71rem) {
  .team-card__left .team-card__bio {
    transform: translateY(5rem);
    margin-left: -5rem !important;
  }
}
.team-card__left .team-card__bio .team-card__inner {
  padding: 1rem;
}
@media (min-width: 71rem) {
  .team-card__left .team-card__bio .team-card__inner {
    padding: 4rem 4rem 4rem 10rem;
  }
}

@media (min-width: 71rem) {
  .team-card__right .team-card__bio {
    transform: translateY(5rem);
    margin-right: -5rem !important;
  }
}
.team-card__right .team-card__bio .team-card__inner {
  padding: 1rem;
}
@media (min-width: 71rem) {
  .team-card__right .team-card__bio .team-card__inner {
    padding: 4rem 10rem 4rem 4rem;
  }
}
.team-card__right .row {
  flex-direction: column-reverse;
}
@media (min-width: 61rem) {
  .team-card__right .row {
    flex-direction: row;
  }
}

.nurse-profiles {
  padding-top: 45px;
  position: relative;
}
@media (min-width: 71rem) {
  .nurse-profiles {
    padding-top: 90px;
  }
}
.nurse-profiles h1, .nurse-profiles h2 {
  color: white;
  margin-top: 45px;
}
@media (min-width: 71rem) {
  .nurse-profiles h1, .nurse-profiles h2 {
    margin-top: 90px;
  }
}

.nurse-profiles__title-bg {
  background-color: #87D3E6;
  width: 100vw;
  height: 50vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.nurse-profiles__card {
  padding: 1rem 1rem;
}
@media (min-width: 71rem) {
  .nurse-profiles__card {
    padding: 1rem 2rem;
  }
}
.nurse-profiles__card img {
  margin-bottom: 20px;
}

.accordion {
  margin-top: 5vh;
  border-bottom: 1px solid #6CCA98;
}
.accordion .accordion-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 20px 0px;
  border-top: 1px solid #6CCA98;
  font-size: 20px;
}
.accordion .accordion-toggle h2 {
  margin: 0;
}
.accordion .accordion-content {
  max-height: 0;
  transition: max-height 1s ease-out;
  overflow: hidden;
  padding: 0 5% 0 0;
}
.accordion .accordion-content ul {
  padding-left: 0px;
  margin-left: 20px;
}
.accordion .accordion-content.content-transition {
  max-height: 1500px;
  transition: max-height 1s ease-in;
}

.plus {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: all 0.5s ease;
}

.rotate {
  transform: rotate(180deg);
}

.contact-page h1 {
  margin-top: 0px;
  color: #6CCA98;
  margin-bottom: 20px;
  line-height: 1;
}
.contact-page .phone-wrap p {
  margin-bottom: 10px;
}
.contact-page .phone-wrap p a {
  color: #25584D;
  text-decoration: none;
}
.contact-page .cta_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-page .cta_wrap .secondary-button {
  display: flex;
  align-items: center;
}
.contact-page .cta_icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.contact-page p {
  margin-top: 0px;
}
.contact-page .padding-right {
  padding-right: 0px;
}
@media (min-width: 71rem) {
  .contact-page .padding-right {
    padding-right: 4rem;
  }
}
.contact-page .nf-form-fields-required {
  display: none;
}
.contact-page table tr.wptb-row {
  background-color: transparent !important;
}
.contact-page table tr.wptb-row td {
  background: none;
}

/* Utilities
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
}

@-webkit-keyframes moveDown {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}

@keyframes moveDown {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}
.primary-green-bg {
  background-color: #25584D;
}

.light-green-bg {
  background-color: #6CCA98;
  color: white;
}

.light-grey-bg {
  background-color: #E6E7E8;
}

.light-blue-bg {
  background-color: #87D3E6;
}

.text-white {
  color: white;
}

.relative {
  position: relative;
}

.fill-height {
  height: 100%;
}

.top {
  top: 0px;
  left: 0px;
}

.bottom {
  bottom: 0px;
  left: 0px;
}

.column-padding {
  padding: 0 1rem 0 0;
}
@media (min-width: 71rem) {
  .column-padding {
    padding: 0 2rem 0 0;
  }
}

.full-bleed-panel__left {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 71rem) {
  .full-bleed-panel__left {
    padding-left: 4rem;
    padding-right: 8rem;
  }
}
@media (min-width: 87.5rem) {
  .full-bleed-panel__left {
    padding-left: 8rem;
    padding-right: 10rem;
  }
}

.full-bleed-panel__right {
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10%;
}
@media (min-width: 71rem) {
  .full-bleed-panel__right {
    padding-left: 6rem;
    padding-right: 4rem;
  }
}
@media (min-width: 87.5rem) {
  .full-bleed-panel__right {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.full-bleed-panel__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 71rem) {
  .full-bleed-panel__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.image-block__left {
  padding-left: 0rem;
  margin-bottom: -10px;
}
@media (min-width: 71rem) {
  .image-block__left {
    padding-left: 4rem;
    margin-bottom: 0px;
  }
}
@media (min-width: 87.5rem) {
  .image-block__left {
    padding-left: 8rem;
  }
}

.image-block__right {
  padding-right: 0rem;
  margin-bottom: -10px;
}
@media (min-width: 71rem) {
  .image-block__right {
    padding-right: 4rem;
    margin-bottom: 0px;
  }
}
@media (min-width: 87.5rem) {
  .image-block__right {
    padding-right: 8rem;
  }
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 87.5rem) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 87.5rem) {
  .hide-on-desktop {
    display: none;
  }
}

.py-90 {
  padding: 45px 0px;
}
@media (min-width: 71rem) {
  .py-90 {
    padding: 90px 0px;
  }
}

.py-45 {
  padding: 20px 0px;
}
@media (min-width: 71rem) {
  .py-45 {
    padding: 45px 0px;
  }
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-90 {
  padding-top: 45px;
}
@media (min-width: 71rem) {
  .pt-90 {
    padding-top: 90px;
  }
}

.pt-45 {
  padding-top: 20px;
}
@media (min-width: 71rem) {
  .pt-45 {
    padding-top: 45px;
  }
}

.pb-90 {
  padding-bottom: 45px;
}
@media (min-width: 71rem) {
  .pb-90 {
    padding-bottom: 90px;
  }
}

.pb-45 {
  padding-bottom: 20px;
}
@media (min-width: 71rem) {
  .pb-45 {
    padding-bottom: 45px;
  }
}

.ml-10 {
  margin-left: 0;
}
@media (min-width: 61rem) {
  .ml-10 {
    margin-left: 2rem;
  }
}

.mt-10 {
  margin-top: 1rem;
}
@media (min-width: 61rem) {
  .mt-10 {
    margin-top: 2rem;
  }
}