/* DE Web Works - Main CSS */

body {
  font-size: 16px;  
  font-family: mr-eaves-xl-modern, sans-serif;
  /*background-color:#bfbfbf;*/
}

h1, h2, h3, h4 {
  font-family: mr-eaves-xl-modern, sans-serif;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  /*max-width: 1400px;*/
}

.container {
  max-width: 1254px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container > .row,
.rotator > .row,
.banner > .row {
  max-width: 100%;
}

/*------------------------------------*\
    #SITE HEADER
\*------------------------------------*/
.header {
  position: relative;
  background-color: #698876;
  background-color: #9c9fa7;
  z-index: 10;
}

.header-logo {    
  position: relative;
  text-align: center;
}

/*------------------------------------*\
    #TOP BANNER
\*------------------------------------*/
.banner {
  position: relative;
}

.banner > .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner h1 {
  font-size: 61px;
  font-weight: 700;
  letter-spacing: 2px;  
  color: #fff;   
}

.banner img {
  width: 100%;
}

/*------------------------------------*\
    #HOMEPAGE ROTATOR
\*------------------------------------*/
.rotator {
  position: relative;
}

.slick-slide img {
  width: 100%;
}

.slide .container {
  position: absolute;
  top: 50%;  
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1050px;
}

.slide-caption {
  font-size: 26px;  
  color: #0b4f95;
}

.slide-caption h2 {
  font-size: 61px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #0b4f95;
}

.slide-caption .button {
  border-radius: 8px;
  margin: 0;
  padding: 13px 85px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #cddf80;
}

.slide-caption .button:hover,
.slide-caption .button:focus {
  text-shadow: 0px 0px 2px #9c9fa7;
  background-color: #d3eb6a;
}

/*
.slick-prev,
.slick-next {
  z-index: 9000;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}
*/

.rotator:not(.slick-initialized) .slide:not(:first-of-type) {
  display: none;
}

/*------------------------------------*\
    #HOMEPAGE CALLOUTS
\*------------------------------------*/
.callouts {
  content-visibility: auto;
  contain-intrinsic-size: 600px;  
}

.callouts > .container {
  padding-top: 55px;
  padding-bottom: 55px;
}

.callouts a {
  display: block;
  margin: 0 7px;
  text-decoration: none;
  color: inherit;
}

.callout-item {
  position: relative;
  background-size: cover;
}

.callout-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";  
  background-color: #1f2b3c;
  opacity: 0.5;
  transition: all 0.25s;
  z-index: 1;
}

.callouts a:hover .callout-item::before,
.callouts a:focus .callout-item::before {
  opacity: 0.1;
}

.callout-item .aspect-ratio-box {
  position: relative;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 2;
}

.callout-item .aspect-ratio-box::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: calc(244 / 400 * 100%);
}

.callout-item .aspect-ratio-box::after { /* to clear float */
  content: "";
  display: table;
  clear: both;
}

.callout-item h2 {
  align-self: center;
  margin-top: 25px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-align: center;
  color: #fff;
  text-shadow:
   -1px -1px 0 #1f2b3c,  
    1px -1px 0 #1f2b3c,
    -1px 1px 0 #1f2b3c,
     1px 1px 0 #1f2b3c;
}

/*------------------------------------*\
    #HOMEPAGE FEATURED PETS
\*------------------------------------*/
.featured-pets {}

.featured-pets > .container {
  max-width: 1230px;
  padding-top: 42px;
  padding-bottom: 40px;
}

.featured-pets h2 {
  margin-bottom: 55px;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  color: #698876;
}

.featured-pets h2 strong {
  font-weight: 800;
  color: #4d4d4d;
}

.featured-pets h2::after {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 20px;  
  content: "";
  width: 27px;
  height: 30px;
  background-image: url(./images/featured-paw-print.png);
  background-repeat: no-repeat;
}

.featured-pets img {
  border-radius: 50%;  
  box-shadow: none;
  transition: all 0.25s;
}

.featured-pets a:hover img {
  box-shadow: 0 0 0 5px #698876;
}

.featured-pets a {
  color: #29553b;
}

.featured-pets .feature {
  max-width: 232px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  color:#454545;
}

.featured-pets .feature h3 {
  margin: 8px 0 0;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

/*------------------------------------*\
    #PROMISE BANNER
\*------------------------------------*/
.promise-banner {
  background-color: #f3f3f3;
}

.promise-banner > .container {
  padding-top: 55px;
  padding-bottom: 55px;
}

.promise-banner {
  font-family: poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: right;
  color: #000;  
}

.promise-banner,
.promise-banner p {
  font-size: 26px;
  line-height: 1.45;

}

.promise-banner h2 {
  margin-bottom:30px;
  font-family: poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;  
  color: #4d4d4d;
}

.promise-banner h2 strong {
  color: #2c507c;
}

.promise-banner .image-grid .grid-x {
 margin-bottom: 1rem;
}

.promise-banner .image-grid .cell {
 padding: 0 8px;
}

.promise-banner .image-grid img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/*------------------------------------*\
    #STATS BANNER
\*------------------------------------*/
.stats-banner {
  background-image: url(./images/bg-stats.jpg);
  background-size: cover;
}

.stats-banner > .container {
  padding-top: 108px;
  padding-bottom: 90px;  
}

.stat-cell {
  padding-bottom: 90px;
}

.stats-banner,
.stats-banner p {
  font-family: poppins, sans-serif;
  font-size: 28px;
  color: #fff;
}

.stats-banner strong,
.stats-banner p strong {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}

.stats-banner p {
  margin: 0;
}

.stats-banner .button {
  border-radius: 8px;
  margin: 0;
  padding: 20px 85px;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: #cddf80;
}

.stats-banner .button:hover,
.stats-banner .button:focus {
  text-shadow: 0px 0px 2px #9c9fa7;
  background-color: #d3eb6a;
}

/*------------------------------------*\
    #PAGE CONTENT
\*------------------------------------*/
.content,
.content p {

}

.content h1 {
}

.content h2 {
}

.content a {
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.home-content,
.home-content p {
}

.secondary-content {
}

.secondary-content,
.secondary-content p {
  font-size: 20px;
  color: #454545;
}

.secondary-content p {
}

.secondary-content .container {
  padding-top: 60px;
  padding-bottom: 40px;
}

.content .button {
  border-radius: 8px;
  margin: 0 2px 10px;
  padding: 15px 40px;
  /*font-size: 35px;*/
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #cddf80;
}

.content .button:hover,
.content .button:focus {
  text-shadow: 0px 0px 2px #9c9fa7;
  background-color: #d3eb6a;
}

.content .button a {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------*\
    #CONTENT LISTS (NEWS, BLOG, EVENTS)
\*------------------------------------*/
.content-list {

}

.content-list .grid-x {
  margin-bottom: 2rem;
}

.content-list img {
  width: 100%;
}

.content-list .h3 {

}

.content-list .summary {

}

.content-list .read-more {

}

.pet-list h2,
.pet-list h2 a {
  font-weight: 800;
  text-decoration: none;
  color: #29553b;
}

.pet-list .grid-x .grid-x {
  margin-bottom: 0;
}

.pet-list img {
  border-radius: 8px;
}

.pet-details h2 {
  margin-bottom: 0;
  line-height: 1.2;
}

.pet-details .good-with {
  list-style-type: none;
  margin: 0;
}

.pet-details .good-with li {
  display: inline;
}

.pet-details .good-with li:not(:last-of-type)::after {
 content: ", ";
}

.pet-details .image-cell img {
  width: 100%;
  border-radius: 8px;
}

/*------------------------------------*\
    #CONTACT
\*------------------------------------*/
.contact-map-container {
    position: relative;
    cursor: pointer;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.contact-map {
    display: block;
    width: 100%;
    height: 18.75rem;
    background-color: #E9E5DC;
    border: none;
}

html.no-js .contact-map {
    display: none;
}

.map-link {
    display: none;
}

html.no-js .map-link {
    display: inline;
}

/* cover map to prevent accidentally interacting with when scrolling page */
/*
html.js .contact-map-container::before {
    content: "Click to interact";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    color: transparent;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-transition: color 200ms ease, text-shadow 200ms ease;
    -o-transition: color 200ms ease, text-shadow 200ms ease;
    transition: color 200ms ease, text-shadow 200ms ease;
}

html.js .contact-map-container:hover::before {
    text-shadow: 1px 1px 2px #000;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
}

html.js .contact-map-container.interactive::before {
    display: none

}
*/
/* end cover map */

.contact-layout h1,
.contact-layout h2 {
  margin-bottom: 2rem;
  border-bottom: solid 1px #000102;
  /*  
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  */
}

.field-validation-error {
    display: block;
    margin-top: -1rem;
    margin-bottom: 1rem;
    color: red;
}

.g-recaptcha {
    margin-bottom: 1rem;
}

/*------------------------------------*\
    #FAQ
\*------------------------------------*/
.expandable-list {
    list-style-type: none;
    list-style-position: inside;
    margin: 0 0 1rem 0;
    padding: 0;
}

.main-content ul.expandable-list > li {
    position: relative;
    list-style-type: none;
}

.expandable-list > li > strong {
    cursor: pointer;
}

.expandable-panel {
    display: none;    
}

.expandable-panel > div {    
    display: table-cell;
}

/*------------------------------------*\
    #ACCORDIAN
\*------------------------------------*/
.dt-accordion .expandable-list > li {  
  margin-bottom: 1rem;
  border: solid 1px #bfbfbf;
  padding: 5px 15px 0 25px;
  background-color: #fbfbfb;
}

.dt-accordion .expandable-list li > strong {
  position: relative;
  display: block;
}

.dt-accordion .expandable-list li > strong::before,
.dt-accordion .expandable-list li > strong::after {
  position: absolute;
  left: -15px;
  top: 11px;
  content: "";
  width: 10px;
  height: 3px;
  background-color: currentColor;
}

.dt-accordion .expandable-list li > strong::after {
  transform: rotate(90deg);
  transition: all 0.25s;
}

.dt-accordion .expandable-list li.open > strong::after {
  transform: rotate(0deg);
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 150px;  
  font-size: 24px;
  font-weight: 300;  
  color: #2c507c;
  background-color: #f7f7f7;
}

.footer > .container {
  padding-top: 60px;
  padding-bottom: 40px;
}

/*
.dt-home .footer {
  background-color: #fff;  
}

.dt-home .footer > .container {
  padding-top: 134px;
}
*/

.footer,
.footer p {
  line-height: 1.25;
}

.footer-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-nav.top {
  margin-bottom: 24px;
}

.footer a {
  color: #2c507c;
}

.footer-nav a:hover,
.footer-nav a:focus {
  text-decoration: underline;
}

.footer-nav > li {
  display: inline-block;
  padding: 0 13px;
}

.footer-phone {

}

.footer-phone::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 26px;
  height: 26px;
  vertical-align: top;
  background-image: url(./images/icon-phone.png);
}

.copyright {
  padding-top: 2rem;
  font-size: 18px;
  text-align: center;
  color: #516E92;
}

.copyright a {
  color: #516E92;
  text-decoration: underline;
}

.copyright a:hover,
.copyright a:focus {
  text-decoration: none;
}

/*------------------------------------*\
    #MEDIA QUERIES
\*------------------------------------*/
/* Small only */
@media screen and (max-width: 47.9375em) {
  .container {
    padding: 0;
  }
  
  /*------------------------------------*\
      #SITE HEADER
  \*------------------------------------*/
  .header {
  }

  .header-logo > div {
    position: relative;
    top: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    padding: 13px 10px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 50% 50% / 0px 0px 30px 30px;
  }

  .header-logo,
  .header-phone {
    text-align: center;
  }

  .header-logo img {    
  }

  .title-bar {
    margin-top:3px;
    background-color: #9c9fa7;
  }
  .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 1.25rem;
    height: 1rem;
  }  
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 0.4375rem 0 #fefefe, 0 0.875rem 0 #fefefe;
  }
  .menu-icon:hover::after {
    background: #fefefe;
    box-shadow: 0 0.4375rem 0 #fefefe, 0 0.875rem 0 #fefefe;
  }
  .top-bar, .top-bar ul {
    background-color: #333;
  }  
  .menu > li > a {
    color: #fff;
    background-color: transparent;
  }

  .menu > li.active > a {
    color: #fff;
    background-color: #9266ab;
  }

  .drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;    
  }
  .drilldown .js-drilldown-back > a::before {      
    border-color: transparent #fff transparent transparent;
  } 

  /* Begin: Remove extra bottom space from expanded top level menu  */
  .top-bar {
      padding: 0;
  }
  .is-drilldown{
    overflow:visible !important;
    min-height: 0 !important;
    max-width: 100% !important;
  }
  .drilldown .is-drilldown-submenu {
    background-color: #333;
  }
  .is-drilldown li {
    width: 100%;
    background-color: #333;
  }  
  /* End: Remove extra bottom space from expanded top level menu  */ 

  /*------------------------------------*\
      #HOMEPAGE CALLOUTS
  \*------------------------------------*/
  .callouts > .container {
    padding: 30px 15px 0;
  }

  .callouts .callout-item {
    margin-bottom: 30px;
  }

  /*------------------------------------*\
      #HOMEPAGE FEATURED PETS
  \*------------------------------------*/
  .featured-pets > .container {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .featured-pets h2 {
    margin-bottom: 30px;
  }

  .featured-pets .feature {
    margin-bottom: 40px;
  }

  /*------------------------------------*\
      #PROMISE BANNER
  \*------------------------------------*/
  .promise-banner > .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .promise-banner {
    font-size: 22px;
    text-align: center;
  }

  .promise-banner,
  .promise-banner p {
    font-size: 22px;
  }

  .promise-banner h2 {
    margin-bottom: 10px;
  }

  /*------------------------------------*\
      #STATS BANNER
  \*------------------------------------*/
  .stats-banner > .container {
    padding-top: 48px;
    padding-bottom: 40px;  
  }

  .stat-cell {
    padding-bottom: 30px;
  }

  .stats-banner .button {
    padding: 20px 2.5em;
    font-size: 22px;
    font-weight: 700;
  }

  /*------------------------------------*\
      #CONTENT
  \*------------------------------------*/
  .banner > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .secondary-content .container {
    padding: 30px 15px 10px;
  }

  .image-left,
  .image-right {
        margin-bottom: 1rem;
  }

  .pet-details h2 {
    margin: 10px 0 0;    
    font-size: 32px;
    font-weight: 700;
  }

  /*------------------------------------*\
      #CONTENT LISTS (NEWS, BLOG, EVENTS)
  \*------------------------------------*/
  .content-list .row {
    margin-bottom: 0;
  } 

  .content-list img {
    margin-bottom: 1rem;
  }  

  /*------------------------------------*\
      #FOOTER
  \*------------------------------------*/
    .footer > .container {
    padding: 30px 15px;;
  }

  .footer,
  .footer p {
    line-height: 1.25;
  }

  .footer p {
    padding: 0 13px;
  }

  .footer-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .footer-nav.top {
    margin-bottom: 24px;
  }  

  .footer-phone {
    display: block;
    margin-left: 13px;
    margin-bottom: 20px;
  }  

  .copyright {
    font-size: 16px;
  }  
}

/* Small only portrait */
@media screen and (max-width: 47.9375em) and (orientation: portrait) {
  /*------------------------------------*\
      #HOMEPAGE ROTATOR
  \*------------------------------------*/
  .slide .container {
    position: relative;
    top: auto;
    transform: translateY(0);
    background-color: #f3f3f3;
  }

  .slide-caption {
    max-width: 100%;
    border-radius: 0;
    padding: 0 15px 20px;
    font-size: 20px;  
    text-align: center;
  } 

  .slide-caption h2 {    
    font-size: 40px;    
  }

  .slide-caption p {
    margin-bottom: 0px;
  }

  .slide-caption .button {
    margin-top: 0;
    font-size: 25px;
  }  

  .banner h1 {
    font-size: 35px;
  }  
}

/* Small only landscape */
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  /*------------------------------------*\
      #HOMEPAGE ROTATOR
  \*------------------------------------*/
  .slide .container {
    position: absolute;
    top: 50%;  
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }

  .slide-caption {
    padding: 0 15px;
    font-size: 20px;  
    max-width: 50%;
  }

  .slide-caption h2 {
    font-size: 40px;
  }

  .slide-caption .button {
    font-size: 25px;
  }

  .pet-list > .grid-container > .grid-x > .small-12 {
    width: calc(50% - 1.25rem);
  }
}

/* Medium and up */
@media screen and (min-width: 48em) {
  /*------------------------------------*\
      #SITE HEADER
  \*------------------------------------*/  
  .header > .container {
    padding-bottom: 35px;
  }
  
  .header-logo > div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    padding: 13px 10px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 50% 50% / 0px 0px 30px 30px;
  }

  .header .medium-4 {
    width: 35.75%;
  }

  .header .header-logo.medium-4 {
    width: 33.33333%;
    width: 28.5%;
  }

  /*------------------------------------*\
      #MAIN NAVIGATION
  \*------------------------------------*/  
  .top-bar {
    padding: 0;
  }  
  .top-bar, .top-bar ul {
    background-color: transparent;
  }
  .top-bar-left,
  .top-bar-right {
    margin-top: 46px;
  }
  .menu > li > a,
  .dropdown.menu > li > a,
  .menu > li.active > a {
    padding: 0.7rem 15px;
    font-size: 28.5px;
    font-weight: 300;
    color: #fff;      
    background-color: transparent;  
  }

  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 8px;
  }

  .menu > li > a:hover,
  .dropdown.menu > li.is-active > a {
    color: #c9baad;
    color: #cddf80;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.2s
  }

  .menu .is-active > a {
    color: #698876;
    background-color: inherit;
  }

  .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
  }

  ul.is-dropdown-submenu {
    background-color: rgba(255, 255, 255, 0.9);    
    border: none;
    padding: 0.3125rem 0 0.3125rem 0;
    /* box-shadow: 0 3px 3px #698876; */
  }

  ul.is-dropdown-submenu a {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 300;    
    color: #9c9fa7;
    text-decoration: none;
  }
  ul.is-dropdown-submenu a:hover {
    color: #fff;
    background-color: #9266ab;
    border-radius: 0;
    text-decoration: none;
  }

  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #698876 transparent transparent;
  }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after,
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:focus::after {
    border-color: transparent #fff transparent transparent;
  }  
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #698876;
  }  
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after,
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:focus::after {
    border-color: transparent transparent transparent #fff;
  }

  /*------------------------------------*\
      #PROMISE BANNER
  \*------------------------------------*/
  .promise-banner .wrap {
    padding-left: 100px;
  }

  /*------------------------------------*\
      #CONTENT
  \*------------------------------------*/  
  .image-left {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .image-right {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  /*------------------------------------*\
    #CONTACT
  \*------------------------------------*/
  .contact-map {
    height: 29.375rem;
  }

  .contact-form {
    position: relative;
    z-index: 1000;
    margin-top: -150px;    
    padding: 2rem;
    background-color: #FFF;
    border: solid 1px #CCC;        
  }

  .content a[href *= "tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }

  /*begin flexbox sticky footer*/
  /*https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css*/
  html,
  body:not(.dt-home),
  body:not(.dt-home) .page-wrapper {
    height: 100%;
  }

  body:not(.dt-home) .page-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
  }

  body:not(.dt-home) .page-wrapper > * {
      -webkit-box-flex: 0;
           -webkit-flex: 0 0 auto;
               -ms-flex: 0 0 auto;
              flex: 0 0 auto;
  }

  body:not(.dt-home) .page-wrapper > .content {
    -webkit-box-flex: 1;
         -webkit-flex: 1 0 auto;
             -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  body:not(.dt-home) .page-wrapper > .content::after {
    content: '\00a0';
    display: block;
    height: 0;
    visibility: hidden;
  }
  /* end flexbox sticky footer */
}

/* Tablet only */
@media screen and (min-width: 48em) and (max-width: 64em) {
  /*------------------------------------*\
      #PROMISE BANNER
  \*------------------------------------*/
  .promise-banner .wrap {
    padding-left: 0;
  }  
}

/* Tablet only */
@media screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* Main navigation adjustments */
@media screen and (min-width: 48em) and (max-width: 1030px) {
  .menu > li > a,
  .menu > li.active > a,
  .dropdown.menu > li > a,
  .dropdown.menu > li.is-dropdown-submenu-parent > a,
  .dropdown ul.is-dropdown-submenu a {
    font-size: 20px;
  }
}

@media screen and (min-width: 48em) and (max-width: 800px) {
  .menu > li > a,
  .menu > li.active > a,
  .dropdown.menu > li > a,
  .dropdown.menu > li.is-dropdown-submenu-parent > a,
  .dropdown ul.is-dropdown-submenu a {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}