/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ---------------------- Responsiveness ---------------------- */
#ems {
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  left: 30%;
  bottom: 0;
  padding: 0.25em; }
  #ems p {
    padding-bottom: 0; }

#ems p {
  color: black;
  font-weight: bold; }
  #ems p:after {
    content: ' <1 (i6 V)';
    margin-left: 1em; }
    @media only screen and (min-width: 32em) {
      #ems p:after {
        content: 'bp1'; } }
    .no-mq #ems p:after {
      content: 'bp1'; }
    @media only screen and (min-width: 41.5em) {
      #ems p:after {
        content: 'bp2/i6 H'; } }
    .no-mq #ems p:after {
      content: 'bp2/i6 H'; }
    @media only screen and (min-width: 47.5em) {
      #ems p:after {
        content: 'bp3/ipad V'; } }
    .no-mq #ems p:after {
      content: 'bp3/ipad V'; }
    @media only screen and (min-width: 62em) {
      #ems p:after {
        content: 'bp4/ipad H'; } }
    .no-mq #ems p:after {
      content: 'bp4/ipad H'; }
    @media only screen and (min-width: 72em) {
      #ems p:after {
        content: 'bp5'; } }
    .no-mq #ems p:after {
      content: 'bp5'; }
    @media only screen and (min-width: 85em) {
      #ems p:after {
        content: 'bp6'; } }
    .no-mq #ems p:after {
      content: 'bp6'; }
    @media only screen and (min-width: 100em) {
      #ems p:after {
        content: 'bp7'; } }
    .no-mq #ems p:after {
      content: 'bp7'; }

/* ----------------------  ---------------------- */
html {
  box-sizing: border-box; }

body {
  font-family: "Futura PT", "futura-pt", "Lato", sans-serif;
  line-height: 1.3em;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

*[data-href] {
  cursor: hand;
  cursor: pointer; }

figure img {
  width: 100%;
  display: block; }

.clear {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.oh {
  overflow: hidden; }

.smallcaps {
  font-variant: small-caps; }

.allcaps {
  text-transform: uppercase; }

.smaller {
  font-size: 90%; }

.tal {
  text-align: left !important; }

.tar {
  text-align: right !important; }

.center {
  text-align: center; }

.centerm {
  margin: 0 auto; }

.fixed {
  position: fixed; }

@media only screen and (max-width: 41.5em) {
  .fixed-bp2 {
    position: fixed; } }

@media only screen and (max-width: 47.5em) {
  .fixed-bp3 {
    position: fixed; } }

.hidden {
  display: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

u {
  text-decoration: underline; }

p, a, h1, h2, h3, h4, h5, h6, li, q {
  color: inherit;
  line-height: inherit; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  padding-bottom: 1em;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: "Futura PT", "futura-pt", "Lato", sans-serif; }

h1 {
  font-size: 274.4%;
  font-weight: bold;
  margin-bottom: 0.5em; }

h2 {
  font-size: 196%; }

h3 {
  font-size: 140%; }

h2, h3, h4, h5 {
  margin-bottom: 1em; }

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 1.5em; }

.cols + h1, .cols + h2, .cols + h3, .cols + h4 {
  margin-top: 1.5em; }

section + h1, section + h2, section + h3, section + h4 {
  margin-top: 0.5em; }

div.button, p.button {
  padding: 0; }

p.button.wide {
  width: 100%;
  text-align: center; }
  p.button.wide a {
    display: block; }

input[type=submit],
p.button.thin a {
  padding: 0.5em 1em; }

button,
.button a,
input[type=submit] {
  font-family: "Futura PT", "futura-pt", "Lato", sans-serif;
  background: #fe901d;
  border: none;
  padding: 0.25em 1em;
  color: white;
  text-decoration: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-size: 140%;
  letter-spacing: 1px;
  cursor: hand;
  cursor: pointer;
  font-weight: 400; }
  button:hover,
  .button a:hover,
  input[type=submit]:hover {
    background: #5ca739;
    color: white;
    text-decoration: none; }
  button.wide,
  .button a.wide,
  input[type=submit].wide {
    width: 100%; }

.button a {
  display: inline-block; }

.button.yellow a {
  background: #f4d024; }

.button.blue a,
button.blue {
  background: #00d8f7; }
  .button.blue a:hover,
  button.blue:hover {
    background: #f4d024; }

p + p.button,
p + button {
  margin-top: 1em; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #888;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-size: 100%;
  font-family: verdana, sans-serif; }

textarea {
  height: 5em; }

input::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder {
  color: #999; }

textarea::-webkit-input-placeholder {
  color: #999; }

textarea:-moz-placeholder {
  color: #999; }

select::-ms-expand {
  display: none; }

.captchaSection {
  margin-bottom: 2em; }

input.captcha {
  width: 5em;
  display: inline-block; }

.captchaText {
  display: inline; }

/* ---------------------- layouts ---------------------- */
.band {
  width: 100%;
  overflow: hidden; }
  .band.yellow {
    background: #f4d024; }
  .band.blue {
    background: #00d8f7; }

.container {
  margin: 0 2em; }
  @media only screen and (min-width: 41.5em) {
    .container {
      margin: 0 3em; } }
  .no-mq .container {
    margin: 0 3em; }
  @media only screen and (min-width: 85em) {
    .container {
      width: 81em;
      margin: 0 auto; } }
  .no-mq .container {
    width: 81em;
    margin: 0 auto; }
  header .container {
    width: auto !important;
    margin: 0 3em !important; }

.rotatorWrapper {
  position: relative; }

.rotator .flex-control-nav {
  bottom: 6%; }

.band.rotator {
  margin: 0; }
  .band.rotator ul.rotator {
    overflow: hidden;
    margin-bottom: 0; }
    .band.rotator ul.rotator li {
      position: relative;
      line-height: 0; }
      .band.rotator ul.rotator li img {
        width: 100%; }
      .band.rotator ul.rotator li video {
        border-top: 0.75em solid #f4d024;
        width: 100%; }
      .band.rotator ul.rotator li figure {
        position: relative;
        z-index: 1;
        border-top: 0.75em solid #f4d024; }
      .band.rotator ul.rotator li aside {
        z-index: 2;
        position: absolute;
        left: 3.75%;
        top: 19.5%;
        font-size: 5.6vw; }
        .band.rotator ul.rotator li aside h1 {
          font-size: 100%;
          font-family: futura-pt, sans-serif;
          font-weight: 900;
          font-style: normal;
          line-height: 1.4;
          color: white; }
        .band.rotator ul.rotator li aside div.button {
          font-size: 50%;
          margin-right: 0;
          margin-left: auto;
          text-align: right; }
          @media only screen and (min-width: 32em) {
            .band.rotator ul.rotator li aside div.button {
              font-size: 40%; } }
          .no-mq .band.rotator ul.rotator li aside div.button {
            font-size: 40%; }
          @media only screen and (min-width: 41.5em) {
            .band.rotator ul.rotator li aside div.button {
              font-size: 25%; } }
          .no-mq .band.rotator ul.rotator li aside div.button {
            font-size: 25%; }
          .band.rotator ul.rotator li aside div.button a.button {
            font-family: futura-pt, sans-serif;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 0.1em;
            background: none;
            border: 3px solid white;
            color: black;
            padding: 1em;
            transition: 250ms all; }
            .band.rotator ul.rotator li aside div.button a.button:hover {
              background: #f4d024;
              color: white; }
      .band.rotator ul.rotator li #speakerIcon {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 2em;
        margin-bottom: 1.5em;
        color: white;
        z-index: 100;
        font-size: 250%;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        display: none; }
        .band.rotator ul.rotator li #speakerIcon .slash {
          position: absolute;
          margin-left: -0.25em;
          margin-top: 0.1em;
          font-size: 90%; }
        .band.rotator ul.rotator li #speakerIcon .speaker {
          position: absolute; }
        .band.rotator ul.rotator li #speakerIcon .hidden {
          display: none; }
        @media only screen and (min-width: 32em) {
          .band.rotator ul.rotator li #speakerIcon {
            display: inherit; } }
        .no-mq .band.rotator ul.rotator li #speakerIcon {
          display: inherit; }

/* ---------------------- common ---------------------- */
.cols {
  overflow: hidden;
  margin-bottom: 1em; }
  .cols img {
    max-width: 100%; }

@media only screen and (min-width: 41.5em) {
  .cols--two > * {
    width: 47.5%; }
    .cols--two > *:nth-child(2n+1) {
      clear: left;
      float: left; }
    .cols--two > *:nth-child(2n) {
      float: right; } }

.no-mq .cols--two > * {
  width: 47.5%; }
  .no-mq .cols--two > *:nth-child(2n+1) {
    clear: left;
    float: left; }
  .no-mq .cols--two > *:nth-child(2n) {
    float: right; }

@media only screen and (min-width: 47.5em) {
  .cols--two.line > *:nth-child(2n) {
    border-left: 1px solid #888; } }

.no-mq .cols--two.line > *:nth-child(2n) {
  border-left: 1px solid #888; }

@media only screen and (min-width: 47.5em) {
  .cols--two-at-bp3 > * {
    width: 47.5%; }
    .cols--two-at-bp3 > *:nth-child(2n+1) {
      clear: left;
      float: left; }
    .cols--two-at-bp3 > *:nth-child(2n) {
      float: right; } }

.no-mq .cols--two-at-bp3 > * {
  width: 47.5%; }
  .no-mq .cols--two-at-bp3 > *:nth-child(2n+1) {
    clear: left;
    float: left; }
  .no-mq .cols--two-at-bp3 > *:nth-child(2n) {
    float: right; }

@media only screen and (min-width: 47.5em) {
  .cols--two-at-bp3.line > *:nth-child(2n) {
    border-left: 1px solid #888; } }

.no-mq .cols--two-at-bp3.line > *:nth-child(2n) {
  border-left: 1px solid #888; }

.cols--two-always > * {
  width: 45%; }
  .cols--two-always > *:nth-child(2n+1) {
    clear: left;
    float: left; }
  .cols--two-always > *:nth-child(2n) {
    float: right; }

@media only screen and (min-width: 41.5em) {
  .cols--three > * {
    float: left;
    width: 30%;
    margin-left: 5%; }
    .cols--three > *:nth-child(3n+1) {
      clear: left;
      margin-left: 0; } }

.no-mq .cols--three > * {
  float: left;
  width: 30%;
  margin-left: 5%; }
  .no-mq .cols--three > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 32em) {
  .cols--three-two > * {
    float: left;
    width: 46%;
    margin-left: 8%; }
    .cols--three-two > *:nth-child(2n+1) {
      clear: left;
      margin-left: 0; } }

.no-mq .cols--three-two > * {
  float: left;
  width: 46%;
  margin-left: 8%; }
  .no-mq .cols--three-two > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 62em) {
  .cols--three-two > * {
    width: 30%;
    margin-left: 3.3333333333%; }
    .cols--three-two > *:nth-child(2n+1) {
      clear: none;
      margin-left: 3.3333333333%; }
    .cols--three-two > *:nth-child(3n+1) {
      clear: left;
      margin-left: 0; } }

.no-mq .cols--three-two > * {
  width: 30%;
  margin-left: 3.3333333333%; }
  .no-mq .cols--three-two > *:nth-child(2n+1) {
    clear: none;
    margin-left: 3.3333333333%; }
  .no-mq .cols--three-two > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }

.cols--four > * {
  margin-bottom: 2em; }

.cols--four > * {
  float: left;
  width: 47.5%;
  margin-left: 5%; }
  .cols--four > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 41.5em) {
  .cols--four > * {
    width: 23.75%;
    margin-left: 1.6666666667%; }
    .cols--four > *:nth-child(2n+1) {
      clear: none;
      margin-left: 1.6666666667%; }
    .cols--four > *:nth-child(4n+1) {
      clear: left;
      margin-left: 0; } }

.no-mq .cols--four > * {
  width: 23.75%;
  margin-left: 1.6666666667%; }
  .no-mq .cols--four > *:nth-child(2n+1) {
    clear: none;
    margin-left: 1.6666666667%; }
  .no-mq .cols--four > *:nth-child(4n+1) {
    clear: left;
    margin-left: 0; }

@media only screen and (min-width: 47.5em) {
  .cols--five > * {
    float: left;
    width: 18.4%;
    margin-left: 2%; }
    .cols--five > *:nth-child(5n+1) {
      clear: left;
      margin-left: 0; } }

.no-mq .cols--five > * {
  float: left;
  width: 18.4%;
  margin-left: 2%; }
  .no-mq .cols--five > *:nth-child(5n+1) {
    clear: left;
    margin-left: 0; }

/* ---------------------- lists ---------------------- */
ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 1.5em;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

ul {
  margin-bottom: 1em; }

/* ---------- rounded list ---------- */
.rounded-list {
  padding: 0 1.5em; }

.rounded-list li {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: all .3s ease-out; }
  .rounded-list li a:hover {
    background: none; }
  .rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    content: "\00BB \0020"; }

.rounded-list li:hover {
  background: #eee; }

ul.raquo li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0.2em; }

ul.raquo:before {
  content: "\00BB \0020";
  display: inline;
  margin-left: -10px; }

/* ---------------------- header ---------------------- */
#mobileNavWrapper {
  cursor: hand;
  cursor: pointer;
  display: inline-block; }

button.hamburger {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.3em 0 0 0; }
  button.hamburger:focus {
    outline: 0 !important; }
  button.hamburger:hover {
    background: none; }
  button.hamburger .burgerLabel {
    font-size: 75%;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0; }

.hamburger-label {
  text-transform: uppercase;
  color: black;
  display: inline-block;
  vertical-align: top; }

.offcanvas-menu > div.menu {
  transition: 500ms all;
  right: -270px; }

.offcanvas-menu.active {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000; }
  .offcanvas-menu.active > div.menu {
    text-align: right;
    background: #74c350;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 270px;
    overflow-y: auto;
    max-width: 100%; }
    .offcanvas-menu.active > div.menu > nav {
      position: relative;
      display: block; }

header {
  width: 100%;
  display: block;
  min-height: 1em;
  margin-top: 0.75em; }
  header figure.logo {
    position: absolute;
    width: 12em; }
    header figure.logo img {
      width: 100%; }
  header .contactInfo {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    float: right;
    display: flex;
    flex-direction: column;
    text-align: right; }
    header .contactInfo .row1 {
      margin-bottom: 0.5em;
      order: 2; }
    header .contactInfo .row2 {
      margin-bottom: 1.5em;
      order: 1;
      display: flex;
      flex-direction: column; }
    @media only screen and (min-width: 40em) {
      header .contactInfo .row1 {
        margin-bottom: 0.5em;
        order: 1; }
      header .contactInfo .row2 {
        margin-bottom: 1em;
        order: 2; } }
    .no-mq header .contactInfo .row1 {
      margin-bottom: 0.5em;
      order: 1; }
    .no-mq header .contactInfo .row2 {
      margin-bottom: 1em;
      order: 2; }
    header .contactInfo .tel {
      color: #fe901d;
      display: inline-block;
      margin-right: 2em; }
    header .contactInfo .location {
      background: #74c350;
      color: white;
      padding: 0.2em 0.4em;
      letter-spacing: 0.05em;
      display: inline-block; }
    header .contactInfo #mobileNavWrapper {
      order: 1;
      margin-bottom: 1em; }
    header .contactInfo .login {
      order: 2;
      display: block;
      text-transform: uppercase;
      font-size: 90%; }
    @media only screen and (min-width: 40em) {
      header .contactInfo .row2 {
        display: block; }
      header .contactInfo #mobileNavWrapper {
        margin-bottom: 0; }
      header .contactInfo .login {
        display: inline-block;
        margin-right: 2em; } }
    .no-mq header .contactInfo .row2 {
      display: block; }
    .no-mq header .contactInfo #mobileNavWrapper {
      margin-bottom: 0; }
    .no-mq header .contactInfo .login {
      display: inline-block;
      margin-right: 2em; }
  header h3.tel {
    clear: left;
    display: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 41.5em) {
      header h3.tel {
        display: block;
        clear: none;
        float: right;
        margin-top: 0.5em; } }
    .no-mq header h3.tel {
      display: block;
      clear: none;
      float: right;
      margin-top: 0.5em; }
    header h3.tel, header h3.tel a {
      color: #777; }
  header nav {
    line-height: 1.6em;
    text-transform: uppercase;
    position: fixed;
    z-index: 101;
    right: 0px;
    top: 0;
    padding: 1em 0;
    color: white;
    display: none; }
    header nav > ul {
      padding: 0; }
      header nav > ul > li {
        display: block; }
        header nav > ul > li.logo {
          padding: 1em; }
        header nav > ul > li.line {
          border-top: 1px solid #FFF;
          margin: 1em 2em 1em; }
        header nav > ul > li > a {
          padding: 0.5em 2em 0.5em 1em; }
        header nav > ul > li span {
          padding-right: 2em;
          display: block; }
        header nav > ul > li ul {
          margin-bottom: 0; }
          header nav > ul > li ul li a {
            padding: 0.5em 3em 0.5em 1em; }
        header nav > ul > li a {
          transition: 250ms all;
          display: block; }
          header nav > ul > li a:hover {
            text-decoration: none;
            background: #5ca739; }
        header nav > ul > li > div {
          display: none; }

p.yellow, h1.yellow, h2.yellow, h3.yellow, span.yellow, .fab.yellow, .fas.yellow {
  color: #f4d024; }

p.green, h1.green, h2.green, h3.green, span.green, .fab.green, .fas.green {
  color: #74c350; }

p.orange, h1.orange, h2.orange, h3.orange, span.orange, .fab.orange, .fas.orange {
  color: #fe901d; }

p.blue, h1.blue, h2.blue, h3.blue, span.blue, .fab.blue, .fas.blue {
  color: #00d8f7; }

p.white, h1.white, h2.white, h3.white, span.white, .fab.white, .fas.white {
  color: white; }

.outline {
  -webkit-text-stroke: 0.04em black; }

.content {
  margin-top: 4em;
  margin-bottom: 4em; }
  .content p, .content li {
    color: #444; }
  .content p a {
    text-decoration: underline; }
  .content h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 900;
    font-style: normal; }
  .content h2 {
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 130%; }
  .content p, .content ul {
    font-size: 120%;
    line-height: 1.5; }
    .content p p, .content ul p {
      font-size: 100%; }
  .content ul.styled li {
    margin-left: 2em;
    margin-bottom: 0.5em; }
    .content ul.styled li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f5d7';
      margin-left: -2em;
      width: 1.5em;
      margin-right: 0.5em;
      transform: rotate(-20deg);
      display: inline-block;
      color: #f4d024; }
    .content ul.styled li h4, .content ul.styled li p {
      display: inline-block; }
  .content p.legal {
    font-size: 90%; }

@media only screen and (min-width: 62em) {
  article section:first-child .content {
    margin-top: 6em; } }

.no-mq article section:first-child .content {
  margin-top: 6em; }

.band.yellow ul.styled li:before {
  color: black; }

@media only screen and (min-width: 41.5em) {
  .c-main .cols.cols--two-resize > * {
    width: 47.5%; }
    .c-main .cols.cols--two-resize > *:nth-child(2n+1) {
      clear: left;
      float: left; }
    .c-main .cols.cols--two-resize > *:nth-child(2n) {
      float: right; } }

.no-mq .c-main .cols.cols--two-resize > * {
  width: 47.5%; }
  .no-mq .c-main .cols.cols--two-resize > *:nth-child(2n+1) {
    clear: left;
    float: left; }
  .no-mq .c-main .cols.cols--two-resize > *:nth-child(2n) {
    float: right; }

@media only screen and (min-width: 62em) {
  .c-main .cols.cols--two-resize > *:nth-child(2n+1) {
    width: 35%; }
  .c-main .cols.cols--two-resize > *:nth-child(2n) {
    width: 60%; } }

.no-mq .c-main .cols.cols--two-resize > *:nth-child(2n+1) {
  width: 35%; }

.no-mq .c-main .cols.cols--two-resize > *:nth-child(2n) {
  width: 60%; }

@media only screen and (min-width: 72em) {
  .c-main .cols.cols--two-resize > *:nth-child(2n+1) {
    width: 32%; }
  .c-main .cols.cols--two-resize > *:nth-child(2n) {
    width: 65%; } }

.no-mq .c-main .cols.cols--two-resize > *:nth-child(2n+1) {
  width: 32%; }

.no-mq .c-main .cols.cols--two-resize > *:nth-child(2n) {
  width: 65%; }

.c-threeCol {
  margin-top: 0; }
  @media only screen and (min-width: 41.5em) {
    .c-threeCol {
      margin-top: 2em; } }
  .no-mq .c-threeCol {
    margin-top: 2em; }
  .c-threeCol .cols > div {
    margin-bottom: 2em; }

.c-subMenu {
  margin: 0; }
  .c-subMenu .subMenu {
    margin-bottom: 1em; }
    @media only screen and (min-width: 47.5em) {
      .c-subMenu .subMenu {
        margin-bottom: 0; } }
    .no-mq .c-subMenu .subMenu {
      margin-bottom: 0; }
    .c-subMenu .subMenu > div {
      margin-top: 1.5em;
      margin-bottom: 1em;
      text-align: center;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      font-style: normal; }
      .c-subMenu .subMenu > div a:hover {
        text-decoration: none; }
      .c-subMenu .subMenu > div i {
        color: white;
        display: block;
        font-size: 200%;
        margin-bottom: 0.25em; }
        .c-subMenu .subMenu > div i.fa-bone {
          transform: rotate(-20deg); }

.band.b-smileAndPlay {
  overflow: visible;
  padding: 3em 0 3em;
  margin-top: 3em;
  position: relative; }
  .band.b-smileAndPlay.padTopYellow {
    margin-top: 0;
    border-top: 3em solid #f4d024; }
  .band.b-smileAndPlay.padTopYellowSmaller {
    margin-top: 0;
    border-top: 3em solid #f4d024; }
    @media only screen and (min-width: 62em) {
      .band.b-smileAndPlay.padTopYellowSmaller {
        border-top: 0em solid #f4d024;
        margin-top: -1em; } }
    .no-mq .band.b-smileAndPlay.padTopYellowSmaller {
      border-top: 0em solid #f4d024;
      margin-top: -1em; }
  .band.b-smileAndPlay.padTopWhiteBig {
    margin-top: 5em; }
  .band.b-smileAndPlay .content {
    text-align: right; }
    .band.b-smileAndPlay .content h1 {
      font-size: 350%;
      margin-bottom: 0;
      line-height: 1; }
    .band.b-smileAndPlay .content #testimonialSlider {
      margin-left: 5em; }
    .band.b-smileAndPlay .content .testimonials {
      color: white;
      font-size: 90%; }
      .band.b-smileAndPlay .content .testimonials p {
        color: white; }
  .band.b-smileAndPlay .container {
    overflow: visible; }
    @media only screen and (min-width: 72em) {
      .band.b-smileAndPlay .container {
        width: 68em;
        margin: 0 auto; } }
    .no-mq .band.b-smileAndPlay .container {
      width: 68em;
      margin: 0 auto; }
    .band.b-smileAndPlay .container .c-bigDog {
      margin: 0; }
      .band.b-smileAndPlay .container .c-bigDog .bigDog {
        position: absolute;
        z-index: 3;
        width: 50%;
        max-width: 20em;
        top: -6em;
        left: 1em;
        display: block;
        float: left; }
      .band.b-smileAndPlay .container .c-bigDog h2 {
        color: black; }
      .band.b-smileAndPlay .container .c-bigDog > div.wrapper {
        z-index: 5;
        overflow: hidden; }
        .band.b-smileAndPlay .container .c-bigDog > div.wrapper > div {
          width: 60%;
          float: right;
          position: relative; }
        .band.b-smileAndPlay .container .c-bigDog > div.wrapper .testimonialQuotes:before {
          content: '"';
          color: #f4d024;
          font-style: italic;
          font-size: 1000%;
          position: absolute;
          left: 0;
          top: 0.9em;
          z-index: 9999; }
      @media only screen and (min-width: 41.5em) {
        .band.b-smileAndPlay .container .c-bigDog .bigDog {
          width: 40%; }
        .band.b-smileAndPlay .container .c-bigDog > div.wrapper br {
          display: none; }
        .band.b-smileAndPlay .container .c-bigDog > div.wrapper > div {
          width: 65%; } }
      .no-mq .band.b-smileAndPlay .container .c-bigDog .bigDog {
        width: 40%; }
      .no-mq .band.b-smileAndPlay .container .c-bigDog > div.wrapper br {
        display: none; }
      .no-mq .band.b-smileAndPlay .container .c-bigDog > div.wrapper > div {
        width: 65%; }
      @media only screen and (min-width: 47.5em) {
        .band.b-smileAndPlay .container .c-bigDog {
          padding: 2em 0; }
          .band.b-smileAndPlay .container .c-bigDog .bigDog {
            max-width: 21em;
            left: 3em;
            top: -8em; } }
      .no-mq .band.b-smileAndPlay .container .c-bigDog {
        padding: 2em 0; }
        .no-mq .band.b-smileAndPlay .container .c-bigDog .bigDog {
          max-width: 21em;
          left: 3em;
          top: -8em; }
      @media only screen and (min-width: 62em) {
        .band.b-smileAndPlay .container .c-bigDog {
          padding: 3em 0; }
          .band.b-smileAndPlay .container .c-bigDog .bigDog {
            max-width: 25em;
            left: 7%;
            top: -11em; }
          .band.b-smileAndPlay .container .c-bigDog > div.wrapper > div {
            width: 60%; } }
      .no-mq .band.b-smileAndPlay .container .c-bigDog {
        padding: 3em 0; }
        .no-mq .band.b-smileAndPlay .container .c-bigDog .bigDog {
          max-width: 25em;
          left: 7%;
          top: -11em; }
        .no-mq .band.b-smileAndPlay .container .c-bigDog > div.wrapper > div {
          width: 60%; }
      @media only screen and (min-width: 85em) {
        .band.b-smileAndPlay .container .c-bigDog .bigDog {
          left: auto; } }
      .no-mq .band.b-smileAndPlay .container .c-bigDog .bigDog {
        left: auto; }
  @media only screen and (min-width: 47.5em) {
    .band.b-smileAndPlay {
      margin-top: 6em; }
      .band.b-smileAndPlay.padTopYellow {
        margin-top: 0;
        border-top: 6em solid #f4d024; }
      .band.b-smileAndPlay.padTopWhiteBig {
        margin-top: 10em; } }
  .no-mq .band.b-smileAndPlay {
    margin-top: 6em; }
    .no-mq .band.b-smileAndPlay.padTopYellow {
      margin-top: 0;
      border-top: 6em solid #f4d024; }
    .no-mq .band.b-smileAndPlay.padTopWhiteBig {
      margin-top: 10em; }
  @media only screen and (min-width: 62em) {
    .band.b-smileAndPlay {
      margin-top: 10em; }
      .band.b-smileAndPlay.padTopYellow {
        margin-top: 0;
        border-top: 10em solid #f4d024; }
      .band.b-smileAndPlay.padTopWhiteBig {
        margin-top: 15em; } }
  .no-mq .band.b-smileAndPlay {
    margin-top: 10em; }
    .no-mq .band.b-smileAndPlay.padTopYellow {
      margin-top: 0;
      border-top: 10em solid #f4d024; }
    .no-mq .band.b-smileAndPlay.padTopWhiteBig {
      margin-top: 15em; }
  .band.b-smileAndPlay ul.paws li {
    margin-bottom: 0.5em; }
    .band.b-smileAndPlay ul.paws li h2 {
      margin-bottom: 0; }
    .band.b-smileAndPlay ul.paws li h2, .band.b-smileAndPlay ul.paws li p {
      padding-right: 4rem; }
    .band.b-smileAndPlay ul.paws li .fas {
      float: right;
      color: white;
      font-size: 200%; }

/* ---------------------- ---------------------- */
.c-daycarePrices i.fa-bone, .c-daycarePrices em.fa-bone {
  transform: rotate(-20deg);
  margin-left: 0.5em;
  margin-right: 0.25em;
  color: white; }

.daycarePrices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em; }
  .daycarePrices p.button {
    font-size: 100%; }
    .daycarePrices p.button a {
      background: #00d8f7;
      transition: 250ms all; }
    .daycarePrices p.button:hover {
      background: #00d8f7;
      color: white; }
  .daycarePrices > div {
    border: 1px solid white;
    width: 48%;
    margin-bottom: 3em;
    padding: 1em;
    transition: 250ms all; }
    .daycarePrices > div.empty {
      border: none;
      display: none; }
      .daycarePrices > div.empty:hover {
        background: none; }
      @media only screen and (min-width: 62em) {
        .daycarePrices > div.empty {
          display: block; } }
      .no-mq .daycarePrices > div.empty {
        display: block; }
    @media only screen and (min-width: 62em) {
      .daycarePrices > div {
        width: 23%; } }
    .no-mq .daycarePrices > div {
      width: 23%; }
    .daycarePrices > div:last-child {
      margin-right: 0; }
    .daycarePrices > div:hover {
      background: #00d8f7; }
      .daycarePrices > div:hover p.button a {
        background: #f4d024;
        color: white; }
        .daycarePrices > div:hover p.button a:hover {
          background: #f4d024;
          color: #00d8f7; }
  @media only screen and (min-width: 62em) {
    .daycarePrices.d-5 > div {
      width: 19%; } }
  .no-mq .daycarePrices.d-5 > div {
    width: 19%; }
  .daycarePrices.d-3 > div {
    width: 100%; }
    @media only screen and (min-width: 62em) {
      .daycarePrices.d-3 > div {
        width: 31%; } }
    .no-mq .daycarePrices.d-3 > div {
      width: 31%; }
  .daycarePrices h3 {
    text-align: center;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 120%; }
  .daycarePrices h4 {
    text-align: center;
    font-size: 250%;
    font-family: futura-pt, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
    margin-bottom: 0.25em;
    -webkit-text-stroke: 0.03em black; }
  .daycarePrices p {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0; }
  .daycarePrices ul.styled li:before {
    color: white !important; }

/* ----------------------  ---------------------- */
@media only screen and (min-width: 47.5em) {
  .band.splitBar {
    background: url("/images/split-bar.png") no-repeat 50% 50%; }
    .band.splitBar .c-splitBar {
      padding-top: 2em;
      padding-bottom: 2em; } }

.no-mq .band.splitBar {
  background: url("/images/split-bar.png") no-repeat 50% 50%; }
  .no-mq .band.splitBar .c-splitBar {
    padding-top: 2em;
    padding-bottom: 2em; }

.cols--splitBar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column; }
  .cols--splitBar p.button {
    width: auto;
    display: inline-block;
    margin-top: auto; }
  .cols--splitBar h1 {
    color: white; }
  .cols--splitBar > div {
    width: 100%;
    padding: 3em 2em; }
  .cols--splitBar .blue {
    background: #00d8f7; }
  .cols--splitBar .yellow {
    background: #f4d024; }
  @media only screen and (min-width: 47.5em) {
    .cols--splitBar {
      justify-content: space-between;
      flex-direction: row; }
      .cols--splitBar > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 45%;
        background: none !important;
        padding: 0 3em; }
        .cols--splitBar > div div.buttonWrapper {
          margin: auto 0 0 0;
          display: inline-flex;
          width: auto !important; }
      .cols--splitBar .yellow {
        text-align: right; }
        .cols--splitBar .yellow .buttonWrapper {
          margin-left: auto; } }
  .no-mq .cols--splitBar {
    justify-content: space-between;
    flex-direction: row; }
    .no-mq .cols--splitBar > div {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      width: 45%;
      background: none !important;
      padding: 0 3em; }
      .no-mq .cols--splitBar > div div.buttonWrapper {
        margin: auto 0 0 0;
        display: inline-flex;
        width: auto !important; }
    .no-mq .cols--splitBar .yellow {
      text-align: right; }
      .no-mq .cols--splitBar .yellow .buttonWrapper {
        margin-left: auto; }

/* ----------------------  ---------------------- */
#map-canvas {
  height: 15em;
  width: 100%; }
  @media only screen and (min-width: 47.5em) {
    #map-canvas {
      height: 20em; } }
  .no-mq #map-canvas {
    height: 20em; }
  @media only screen and (min-width: 62em) {
    #map-canvas {
      height: 25em; } }
  .no-mq #map-canvas {
    height: 25em; }
  @media only screen and (min-width: 72em) {
    #map-canvas {
      height: 30em; } }
  .no-mq #map-canvas {
    height: 30em; }

.cols--contact .numbers {
  margin-bottom: 4em; }

@media only screen and (min-width: 47.5em) {
  .cols--contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .cols--contact > .numbers {
      order: 2;
      width: 30%; }
    .cols--contact > .form {
      width: 65%;
      order: 1; } }

.no-mq .cols--contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .no-mq .cols--contact > .numbers {
    order: 2;
    width: 30%; }
  .no-mq .cols--contact > .form {
    width: 65%;
    order: 1; }

.cols--contact h3 {
  margin-bottom: 0.5em;
  font-size: 120%; }
  .cols--contact h3.tel {
    margin-bottom: 0.5em;
    font-size: 135%;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal; }
  .cols--contact h3.email {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.75em; }
  .cols--contact h3.addr {
    clear: both; }
    .cols--contact h3.addr i, .cols--contact h3.addr em {
      float: left;
      margin-right: 0.5em;
      font-size: 150%; }
    .cols--contact h3.addr span {
      display: inline-block; }

@media only screen and (min-width: 41.5em) {
  form.contact .cols--three input {
    width: 30%; } }

.no-mq form.contact .cols--three input {
  width: 30%; }

/* ---------------------- ---------------------- */
footer ul.social {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  overflow: hidden;
  font-size: 125%; }
  footer ul.social li {
    float: left;
    margin-right: 1em; }

footer h2 {
  margin-bottom: 0.25em; }

footer h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
  font-size: 100%; }

footer p.addr {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 1.3; }

footer .login {
  width: 19.5em;
  margin-top: 3em; }
  @media only screen and (min-width: 47.5em) {
    footer .login {
      margin: 0 0 0 auto; } }
  .no-mq footer .login {
    margin: 0 0 0 auto; }
/*# sourceMappingURL=screen.css.map */