body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /*font-family: "Caveat", cursive;*/
  background-color: #FEFEFE;
  color: #3A3A3A;
  margin: 0;
}
header {
  max-width: 1000px;
  margin: 0 auto;
}
header h1 {
  height: 141px;
  width: 320px;
  margin: 17px auto 9px;
  padding: 0;
}
header h1 a {
  background-image: url(/beecave-hme.png);
  background-repeat: no-repeat;
  text-indent: -10000px;
  display: block;
  height: 141px;
  width: 320px;
  background-size: 320px;
  position: relative;
  z-index: 10;
}
nav {
  /*display: flex;*/
  /*justify-content: center;*/
  max-width: 1390px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  position: relative;
  bottom: 103px;
}
nav div {
  /*display: flex;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
}
nav div:nth-of-type(2) {
  grid-column-start: 3;
}
nav a {
  display: block;
  text-decoration: none;
  padding: 21px;
  font-size: 26px;
  color: #1D7773;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /*+border-radius: 19px;*/
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -khtml-border-radius: 19px;
  border-radius: 19px;
  background-color: #EDEDED;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
  /*border: 1px solid #F7F7F7;*/
  /*(*+box-shadow: 0px 0px 4px 3px #F5F5F5;*)
  -moz-box-shadow: 0px 0px 4px 3px #F5F5F5;
  -webkit-box-shadow: 0px 0px 4px 3px #F5F5F5;
  box-shadow: 0px 0px 4px 3px #F5F5F5;*/
}
nav a:hover {
  background-color: #E2D1F9;
  color: #000000;
  /*+box-shadow: 0px 0px 4px 3px #F5F5F5;*/
  -moz-box-shadow: 0px 0px 4px 3px #F5F5F5;
  -webkit-box-shadow: 0px 0px 4px 3px #F5F5F5;
  box-shadow: 0px 0px 4px 3px #F5F5F5;
}
nav a.active {
  background-color: #E2D1F9;
  /*border-bottom: 1px solid #E2D1F9;*/
  color: #000000;
}
nav a[href^='tel:'] {
  font-size: 19px;
  width: 183px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
nav.open {
  display: block;
  opacity: 1;
  z-index: 10;
  visibility: visible;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 136px;
  padding-bottom: 0px;
  /*background-color: #FFFFFF;*/
}
nav.open div {
  display: block;
  width: 100%;
}
nav.open a {
  display: block;
  /*+border-radius: 0px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
nav.open a[href^='tel:'] {
  font-size: 19px;
  width: auto;
  padding: 21px 21px 61px 21px;
  /*+border-radius: 0px;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
#ham {
  display: none;
  border: 0 none transparent;
  /*+border-radius: 0;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-size: 58px;
  width: 52px;
  height: 60px;
  cursor: pointer;
  color: #2A2A2A;
  color: #1D7773;
  /*color: #DACDF3;*/
  font-weight: normal;
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: 128px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #ham {
    display: block;
    z-index: 10;
  }
}
.center {
  text-align: center;
}
footer a.tele {
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 26px;
  color: #1D7773;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  /*+border-radius: 19px;*/
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -khtml-border-radius: 19px;
  border-radius: 19px;
  background-color: #EDEDED;
  background-color: #FFFFFF;
  max-width: 227px;
  margin: 11px auto 25px;
}
nav div:nth-of-type(2) a:nth-of-type(3) {
  grid-column-start: 3;
  grid-row-start: 1;
  /*position: relative;*/
  /*bottom: 31px;*/
  /*padding: 0;*/
}
nav div:nth-of-type(2) a:last-of-type {
  /*grid-column-start: 3;*/
  /*grid-row-start: 1;*/
  /*position: relative;*/
  /*top: 21px;*/
  /*left: 14px;*/
  /*font-size: 18px;*/
  /*width: 147px;*/
  /*text-align: left;*/
  /*padding: 0;*/
}
@media only screen and (min-width: 1210px) and (max-width: 1329px) {
  nav div {
    grid-gap: 5px;
  }
  nav a {
    padding: 15px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1209px) {
  nav div {
    grid-gap: 1px;
  }
  nav a {
    padding: 4px 1px;
    font-size: 17px;
  }
  nav a[href^='tel:'] {
    font-size: 15px;
    width: 127px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  nav {
    position: relative;
    bottom: 126px;
  }
  nav div {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 10px;
  }
  nav a {
    padding: 4px 1px;
    font-size: 17px;
  }
  nav a[href^='tel:'] {
    font-size: 17px;
    width: auto;
    margin: 0 auto;
  }
  nav div:nth-of-type(2) a:nth-of-type(3) {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  nav div:nth-of-type(2) a:nth-of-type(1) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  nav div:nth-of-type(2) a:nth-of-type(2) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  nav div:nth-of-type(2) a:nth-of-type(2) {
    position: relative;
    bottom: 4px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header h1 {
    height: 115px;
    width: 250px;
    margin: 17px auto 22px;
  }
  header h1 a {
    height: 115px;
    width: 250px;
    background-size: 250px;
  }
  nav {
    display: none;
  }
}
section#hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
  margin-top: -72px;
  margin-bottom: 57px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 12px;
}
section#hero div:nth-of-type(1) {
  padding-top: 140px;
}
section#hero div:nth-of-type(1) h2 {
  margin: 0;
  padding: 0;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 48px;
  color: #1D7773;
  color: rgba(58, 58, 58, 0.991);
  /*text-align: right;*/
  line-height: 61px;
}
section#hero div:nth-of-type(1) h2 span {
  font-family: "Caveat", cursive;
  font-size: 75px;
  /*color: #E2D1F9;*/
  /*text-shadow: 2px 3px #3A3A3A;*/
  padding-right: 18px;
  padding-left: 4px;
  color: #3A3A3A;
}
section#hero div:nth-of-type(1) p {
  margin: 0 0 0 29px;
  padding: 0;
  font-size: 28px;
  line-height: 52px;
}
section#hero div:nth-of-type(1) a {
  display: block;
  text-decoration: none;
  border: 5px solid #E2D1F9;
  /*+border-radius: 14px;*/
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  padding: 13px;
  width: 255px;
  text-align: center;
  text-transform: uppercase;
  color: #1D7773;
  margin: 11px 0 0 16px;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  background-color: #F7F7F7;
}
section#hero div:nth-of-type(2) {
  /*transform: rotate(-1deg);*/
}
section#hero div:nth-of-type(2) img {
  max-width: 740px;
  margin-top: 40px;
}
section#hero div:nth-of-type(2) span:first-of-type {
  padding: 10px 19px 12px;
  font-size: 35px;
  font-family: "Caveat", cursive;
  background-color: #E2D1F9;
  transform: rotate(95deg);
  /*+box-shadow: 5px 5px;*/
  -moz-box-shadow: 5px 5px;
  -webkit-box-shadow: 5px 5px;
  box-shadow: 5px 5px;
  line-height: 35px;
  position: relative;
  left: 32px;
  transform: rotate(1deg);
  display: block;
  max-width: 503px;
}
section#hero div:nth-of-type(2) span:first-of-type a {
  text-decoration: none;
  color: #3C3C3C;
}
section#hero div:nth-of-type(2) span.gps {
  background-image: url('/gps-pin.png');
  display: block;
  height: 67px;
  width: 49px;
  text-indent: -10000px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  bottom: 85px;
  right: 35px;
  transform: rotate(-4deg);
}
section#hero div:nth-of-type(2) span.gps a {
  display: block;
  height: 67px;
  width: 49px;
}
@media only screen and (min-width: 1024px) and (max-width: 1229px) {
  section#hero {
  }
  section#hero div:nth-of-type(2) img {
    max-width: 550px;
    margin-top: 60px;
  }
  section#hero div:nth-of-type(2) span:first-of-type {
    font-size: 30px;
    line-height: 32px;
    left: 32px;
    max-width: 425px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  section#hero {
    display: grid;
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: -57px;
    margin-bottom: 37px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 60px;
  }
  section#hero div:nth-of-type(1) {
    padding-top: 0;
  }
  section#hero div:nth-of-type(1) a {
    padding: 11px;
    width: 240px;
    margin: 11px auto 0;
  }
  section#hero div:nth-of-type(2) {
    padding: 11px 0 0;
  }
  section#hero div:nth-of-type(2) img {
    max-width: 680px;
    margin-top: 40px;
    position: relative;
    top: 134px;
  }
  section#hero div:nth-of-type(2) span:first-of-type {
    padding: 10px 14px 12px;
    font-size: 32px;
    line-height: 32px;
    left: 32px;
    max-width: 488px;
    margin: 18px auto 0;
    position: relative;
    bottom: 522px;
  }
  section#hero div:nth-of-type(2) span.gps {
    bottom: 85px;
    bottom: 597px;
    right: 283px;
    margin: 0 auto;
  }
  section#hero div:nth-of-type(2) span.gps a {
    display: block;
    height: 67px;
    width: 49px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#hero {
    padding-top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  section#hero div:nth-of-type(1) h2 {
    margin: 0 0 20px 0;
    font-size: 34px;
    line-height: 43px;
  }
  section#hero div:nth-of-type(1) h2 span {
    font-size: 57px;
    padding-right: 15px;
    padding-left: 3px;
  }
  section#hero div:nth-of-type(1) p {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 40px;
  }
  section#hero div:nth-of-type(2) {
    display: grid;
  }
  section#hero div:nth-of-type(2) img {
    max-width: none;
    width: 98%;
    top: 0;
    grid-row-start: 3;
    margin: 45px auto 0;
  }
  section#hero div:nth-of-type(2) span:first-of-type {
    padding: 4px 11px 7px 10px;
    font-size: 28px;
    line-height: 30px;
    position: relative;
    left: auto;
    bottom: auto;
    transform: rotate(1deg);
    display: block;
    max-width: 390px;
    grid-row-start: 1;
    font-weight: bold;
  }
  section#hero div:nth-of-type(2) span.gps {
    bottom: 0;
    right: 150px;
    margin: -60px auto 0;
    grid-row-start: 2;
    width: 23px;
    height: 42px;
  }
  section#hero div:nth-of-type(2) span.gps a {
    width: 23px;
    height: 42px;
  }
}
section#products {
  margin: 76px 0 155px;
}
section#products p {
  font-size: 46px;
  padding: 0;
  margin: 0 0 59px 0;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
section#products div.logos {
  padding: 68px;
  max-width: 1440px;
  margin: 0 auto;
}
button#showAllBrands {
  text-align: center;
  display: block;
  font-size: 27px;
  border: 0 none transparent;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  margin: 284px auto 0;
  position: absolute;
  left: auto;
  left: 0;
  right: 0;
  display: block;
  text-decoration: none;
  border: 5px solid #E2D1F9;
  /*+border-radius: 14px;*/
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  padding: 13px;
  width: 255px;
  text-align: center;
  text-transform: uppercase;
  color: #1D7773;
  /*margin: 26px 0 0 16px;*/
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  background-color: #F7F7F7;
}
.btn1 {
  display: block;
  font-size: 27px;
  border: 0 none transparent;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: 5px solid #E2D1F9;
  /*+border-radius: 14px;*/
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  padding: 13px;
  width: auto;
  max-width: 402px;
  text-align: center;
  text-transform: uppercase;
  color: #1D7773;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  background-color: #F7F7F7;
}
.hidden {
  display: none;
}
.logos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 80px;
}
.logos ul li {
  margin: 0 0 58px 0;
  padding: 0;
  list-style-type: none;
  background-position: center;
  background-size: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 146px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.700);
  background-blend-mode: luminosity;
  transition: background-color 250ms ease-in-out;
}
.logos ul li:hover {
  background-color: rgba(255, 255, 255, 0);
}
.logos ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 21px;
  color: #1D7773;
  font-weight: bold;
  padding: 44px 0 0;
  /*(*+box-shadow: 2px 2px 3px 3px #E3E3E3;*)
  -moz-box-shadow: 2px 2px 3px 3px #E3E3E3;
  -webkit-box-shadow: 2px 2px 3px 3px #E3E3E3;
  box-shadow: 2px 2px 3px 3px #E3E3E3;*/
  /*(*+border-radius: 7px;*)
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;*/
}
.logos ul li.journey {
  background-image: url('/logos/journey.jpg');
}
.logos ul li.pride {
  background-image: url('/logos/pride-mobility.jpg');
}
.logos ul li.graham {
  background-image: url('/logos/graham-field.jpg');
}
.logos ul li.quantum {
  background-image: url('/logos/quantum.jpg');
}
.logos ul li.merits {
  background-image: url('/logos/merits.jpg');
}
.logos ul li.drive {
  background-image: url('/logos/drive-medical.jpg');
}
.logos ul li.medline {
  background-image: url('/logos/medline.jpg');
}
.logos ul li.bellhorn {
  background-image: url('/logos/bell-horn.jpg');
}
.logos ul li.dalton {
  background-image: url('/logos/dalton-medical.jpg');
}
.logos ul li.ez {
  background-image: url('/logos/ez-access.jpg');
}
.logos ul li.golden {
  background-image: url('/logos/golden-technologies.jpg');
}
.logos ul li.harmar {
  background-image: url('/logos/harmar.jpg');
}
.logos ul li.invacare {
  background-image: url('/logos/invacare.jpg');
}
.logos ul li.medela {
  background-image: url('/logos/medela.jpg');
}
.logos ul li.mk {
  background-image: url('/logos/mk-powered.jpg');
}
.logos ul li.nova {
  background-image: url('/logos/nova.jpg');
}
.logos ul li.savaria {
  background-image: url('/logos/savaria.jpg');
}
.logos ul li.shoprider {
  background-image: url('/logos/shoprider.jpg');
}
.logos ul li.sunrise {
  background-image: url('/logos/sunrise-medical.jpg');
}
.logos ul li.aqua {
  background-image: url('/logos/aqua.jpg');
}
.logos ul li.icare {
  background-image: url('/logos/icare.jpg');
}
.logos ul li.pdg {
  background-image: url('/logos/pdg.jpg');
}
.logos ul li.ki {
  background-image: url('/logos/ki.jpg');
}
.logos ul li.per {
  background-image: url('/logos/permobil.jpg');
}
.logos ul li.roho {
  background-image: url('/logos/roho.jpg');
}
.logos ul li.raz {
  background-image: url('/logos/raz.jpg');
}
.logos ul li.ride {
  background-image: url('/logos/ride.jpg');
}
.logos ul li.motion {
  background-image: url('/logos/motion.jpg');
}
.logos ul li.ti {
  background-image: url('/logos/ti.jpg');
}
.logos ul li.human {
  background-image: url('/logos/human-care.jpg');
}
.logos ul li.climb {
  background-image: url('/logos/climbing-steps.jpg');
}
.logos ul li.span {
  background-image: url('/logos/span.jpg');
}
.logos ul li.accora {
  background-image: url('/logos/accora.jpg');
}
.logos ul li.whill {
  background-image: url('/logos/whill.jpg');
}
.logos ul li.pro {
  background-image: url('/logos/pro.jpg');
}
.logos ul li.amy {
  background-image: url('/logos/amy.jpg');
}
.logos ul li.motion-concepts {
  background-image: url('/logos/motion-concepts.jpg');
}
.logos ul li.flexabed {
  background-image: url('/logos/flexabed.jpg');
}
.logos ul li.handicare {
  background-image: url('/logos/handicare.jpg');
}
.logos ul li.spex {
  background-image: url('/logos/spex.jpg');
}
.logos ul li.luci {
  background-image: url('/logos/luci.jpg');
}
.logos ul li.stealth-products {
  background-image: url('/logos/stealth-products.jpg');
}
.logos ul li.arjo {
  background-image: url('/logos/arjo.jpg');
}
.logos ul li.altima-medical {
  background-image: url('/logos/altima-medical.jpg');
}
.logos ul li.strongback-mobility {
  background-image: url('/logos/strongback-mobility.jpg');
}
.logos ul li.forecemech {
  background-image: url('/logos/forecemech.jpg');
}
.logos ul li.asl {
  background-image: url('/logos/asl.jpg');
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .logos ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px;
  }
  .logos ul li:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .logos ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
  }
  .logos ul li:nth-of-type(4) {
    display: none;
  }
  .logos ul li:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .logos ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .logos ul li:nth-of-type(3) {
    display: none;
  }
  .logos ul li:nth-of-type(4) {
    display: none;
  }
  .logos ul li:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .logos ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .logos ul li:nth-of-type(3) {
    display: none;
  }
  .logos ul li:nth-of-type(4) {
    display: none;
  }
  .logos ul li:nth-of-type(5) {
    display: none;
  }
  section#products p {
    font-size: 39px;
  }
  section#products div.logos {
    padding: 30px 18px 40px;
    max-width: none;
  }
}
section#rentals {
  background-color: #1D7773;
  padding: 86px 0;
}
section#rentals img {
  max-width: 448px;
  /*+border-radius: 23px;*/
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  -khtml-border-radius: 23px;
  border-radius: 23px;
  /*+box-shadow: 4px 4px 0px 1px #FEFEFE;*/
  -moz-box-shadow: 4px 4px 0px 1px #FEFEFE;
  -webkit-box-shadow: 4px 4px 0px 1px #FEFEFE;
  box-shadow: 4px 4px 0px 1px #FEFEFE;
  /*+box-shadow: 4px 4px 0px 1px #E1D0F8;*/
  -moz-box-shadow: 4px 4px 0px 1px #E1D0F8;
  -webkit-box-shadow: 4px 4px 0px 1px #E1D0F8;
  box-shadow: 4px 4px 0px 1px #E1D0F8;
  background-color: #E2D1F9;
  background-color: #FFFFFF;
  padding: 25px;
}
section#rentals > div {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 12px;
}
section#rentals div div {
}
section#rentals div div h1 {
  font-size: 48px;
  margin: 0px 0 14px;
  padding: 0;
  color: #FFFFFF;
}
section#rentals div div h2 {
  font-size: 36px;
  margin: 0 0 28px 0;
  padding: 0;
  font-family: "Caveat", cursive;
  font-style: normal;
  color: #FFFFFF;
}
section#rentals div div ul {
  margin: 0;
  padding: 0 0 0 27px;
  list-style-type: none;
  color: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 516px;
}
section#rentals div div ul li {
  margin: 0;
  padding: 0 0 8px 0;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 19px;
}
section#rentals div div p {
  font-size: 21px;
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 29px;
  color: #FFFFFF;
  /*display: none;*/
}
section#rentals div div a {
  margin: 31px 0 0;
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  section#rentals img {
    max-width: 382px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  section#rentals img {
    max-width: 283px;
  }
  section#rentals div div h1 {
    font-size: 35px;
    margin: 0px 0 11px;
  }
  section#rentals div div h2 {
    font-size: 32px;
  }
  section#rentals div div ul {
    max-width: none;
  }
  section#rentals div div ul li {
    margin: 0 14px 0 0;
    padding: 0 0 8px 0;
    font-size: 17px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  section#rentals img {
    max-width: none;
    width: 80%;
  }
  section#rentals > div {
    max-width: none;
    display: block;
    padding: 0 18px;
    text-align: center;
  }
  section#rentals div div h1 {
    font-size: 42px;
    margin: 30px 0 14px;
  }
  section#rentals div div h2 {
    font-size: 34px;
  }
  section#rentals div div ul {
    margin: 0 auto;
    max-width: 470px;
    text-align: left;
  }
  section#rentals div div ul li {
    font-size: 18px;
  }
  section#rentals div div a {
    margin: 31px auto 0;
  }
}
section#extra {
}
section#extra > div {
  /*max-width: 1440px;*/
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section#extra > div div {
  padding: 55px 122px;
}
section#extra div div h1 {
  margin: 0 0 41px 0;
  padding: 0;
  font-size: 45px;
  text-align: center;
  line-height: 52px;
}
section#extra div div h2 {
  margin: 0 0 46px 0;
  padding: 14px;
  font-size: 30px;
  text-align: center;
  line-height: 37px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.197);
  border: 1px solid rgba(0, 0, 0, 0.051);
}
section#extra div div p {
  margin: 0 0 11px 0;
  padding: 0;
  font-size: 19px;
  line-height: 27px;
  font-weight: normal;
}
section#extra div div ul {
  padding: 0;
  font-size: 19px;
  line-height: 34px;
  font-weight: normal;
  margin-left: 38px;
  margin-bottom: 42px;
}
section#extra div div:nth-of-type(1) p {
  margin-bottom: 57px;
}
section#extra div div:nth-of-type(1) a {
  font-size: 30px;
  text-decoration: none;
}
section#extra div div:nth-of-type(1) {
  background-color: #E1D0F8;
}
section#extra div div:nth-of-type(2) {
  background-color: #E7D021;
}
section#extra div div a {
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  section#extra > div {
    /*max-width: 1440px;*/
    margin: 0;
    display: block;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  section#extra > div div {
    padding: 55px 24px;
  }
}
section#reviews {
  padding: 80px;
  max-width: 1280px;
  margin: 0 auto;
}
section#reviews h1 {
  margin: 0 0 68px 0;
  padding: 0;
  text-align: center;
  font-size: 44px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
}
section#reviews > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
section#reviews div div {
  background-color: #F7F7F7;
  /*+box-shadow: 3px 4px 2px 1px rgba(0, 0, 0, 0.120);*/
  -moz-box-shadow: 3px 4px 2px 1px rgba(0, 0, 0, 0.120);
  -webkit-box-shadow: 3px 4px 2px 1px rgba(0, 0, 0, 0.120);
  box-shadow: 3px 4px 2px 1px rgba(0, 0, 0, 0.120);
  padding: 29px;
  /*+border-radius: 27px;*/
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px;
  border-radius: 27px;
}
section#reviews div div p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
section#reviews div div p span {
  font-weight: 700;
  display: block;
  margin: 10px 0 0;
  padding-left: 7px;
  color: #1D7773;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-size: 21px;
}
section#reviews > p {
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr;*/
  /*grid-gap: 40px;*/
  margin: 59px auto 0;
  text-align: center;
  max-width: 597px;
}
section#reviews img {
  margin: 0 30px 0 auto;
  display: block;
  width: 309px;
  height: auto;
  float: left;
}
section#reviews a:last-of-type {
  float: left;
  margin: 20px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  section#reviews {
    padding: 80px 12px;
    max-width: none;
  }
  section#reviews h1 {
    margin: 0 0 56px 0;
    font-size: 38px;
  }
  section#reviews > div {
    display: block;
  }
  section#reviews div div {
    padding: 22px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  section#reviews {
    padding-bottom: 0;
  }
  section#reviews > p {
    margin: 59px auto 0;
    text-align: center;
    max-width: 597px;
  }
  section#reviews img {
    margin: 0 auto;
    width: 280px;
    float: none;
  }
  section#reviews a:last-of-type {
    float: none;
    margin: 20px auto 0;
    width: 280px;
  }
}
section#blog {
  background-color: #E7E7E7;
  /*display: none;*/
  clear: both;
  padding-top: 90px;
  margin-top: 90px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
section#blog > h1 {
  text-align: center;
  font-size: 54px;
  width: 860px;
  margin: 0 auto 70px;
  line-height: 53px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
}
section#blog > div {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}
section#blog > div > div:nth-of-type(1) {
  /*max-width: 400px;*/
  /*border: 1px solid black;*/
  padding-top: 7px;
}
section#blog > div > div:nth-of-type(1) p {
  margin: 0;
  padding: 0;
}
section#blog > div > div:nth-of-type(1) p#ytLink {
  margin: 32px auto 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  max-width: 420px;
}
section#blog > div > div:nth-of-type(1) p#ytLink a {
  display: inline-block;
  background-image: url('/img/youtube-logo.png');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 86px;
}
section#blog > div > div:nth-of-type(2) {
  /*max-width: 400px;*/
}
div.blogEntry {
  padding: 0 0 30px 0;
  margin: 0 0 22px 0;
}
div.blogEntry > a:nth-of-type(1) {
  display: none;
}
div.blogEntry h1 {
  margin: 0 0 10px 0;
  padding: 7px 6px 6px 14px;
  font-size: 25px;
  color: #E2D1F9;
  color: #3A0D77;
  color: #1C063A;
  text-shadow: 2px 2px 1px #E2D1F9;
  background-color: rgba(255, 255, 255, 0.658);
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: 1px;
}
div.blogEntry p {
  margin: 0 0 10px 0;
  padding: 7px 17px;
  font-size: 16px;
  line-height: 22px;
}
div.blogEntry a:last-of-type {
  margin: 0 auto 15px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  border: 2px solid #E2D1F9;
  /*+border-radius: 11px;*/
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  border-radius: 11px;
  color: #1D7773;
  background-color: #F7F7F7;
  display: block;
  width: 148px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  section#blog {
    /*display: none;*/
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  section#blog > h1 {
    font-size: 50px;
    width: auto;
    padding: 0 12px;
  }
  section#blog > div {
    display: block;
    max-width: none;
    margin: 0 auto;
    padding: 0 18px;
  }
  section#blog > div > div:nth-of-type(1) p {
    margin: 0 auto;
    padding: 0;
    max-width: 460px;
    text-align: center;
  }
  section#blog > div > div:nth-of-type(1) p:nth-of-type(1) a img {
    width: 100%;
  }
  section#blog > div > div:nth-of-type(1) {
    margin-bottom: 60px;
  }
  section#blog > div > div:nth-of-type(2) {
    max-width: 460px;
    margin: 0 auto;
  }
}
footer {
  /*display: none;*/
  background-color: #E1D0F8;
  background-color: #145350;
  margin: 0;
  min-height: 489px;
  border-top: 22px solid #E0CFF7;
  border-bottom: 22px solid #E0CFF7;
  padding: 97px;
  /*text-align: center;*/
}
footer > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
  max-width: 1320px;
  margin: 0 auto;
}
footer div div:nth-of-type(1) {
  text-align: center;
}
footer div div:nth-of-type(1) img {
  max-width: 340px;
  height: auto;
  margin: 0 0 21px 0;
}
footer div div:nth-of-type(2) {
}
footer div div:nth-of-type(2) p:nth-of-type(2), footer div div:nth-of-type(2) p:nth-of-type(3) {
  color: #FFFFFF;
  font-family: "Caveat", cursive;
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 44px;
  text-align: left;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.385);
}
footer div div:nth-of-type(2) p:first-of-type {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 19px 0;
  padding: 0 0 11px 0;
  border-bottom: 2px solid #FFFFFF;
  width: 256px;
}
footer div div:nth-of-type(2) ul {
  margin: 0 0 39px 15px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
footer div div:nth-of-type(2) ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 31px;
}
footer div div:nth-of-type(2) ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.4s ease;
}
footer div div:nth-of-type(2) ul li a:hover {
  color: #E7E7E7;
}
footer div div:nth-of-type(3) {
}
footer div div:nth-of-type(3) a img {
  max-width: 480px;
}
footer div div:nth-of-type(3) a:nth-of-type(2) {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 29px;
  line-height: 36px;
  display: block;
  margin: 11px 0 13px;
  padding: 2px 15px 0;
  text-align: center;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.385);
}
footer div div:nth-of-type(3) p {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  line-height: 31px;
  font-size: 20px;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.385);
}
@media only screen and (min-width: 320px) and (max-width: 1365px) {
  footer {
    margin: 0px;
    min-height: auto;
    padding: 97px 12px;
  }
  footer > div {
    grid-gap: 40px;
  }
  footer div div:nth-of-type(1) img {
    max-width: 300px;
  }
  footer div div:nth-of-type(3) {
    text-align: center;
  }
  footer div div:nth-of-type(3) a img {
    max-width: 328px;
  }
  footer div div:nth-of-type(3) a:nth-of-type(2) {
    font-size: 23px;
    line-height: 32px;
  }
  footer div div:nth-of-type(3) p {
    line-height: 30px;
    font-size: 19px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  footer div div:nth-of-type(1) img {
    max-width: 260px;
    height: auto;
    margin: 0 0 21px 0;
  }
  footer div div:nth-of-type(3) a img {
    max-width: 286px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  footer > div {
    display: block;
    max-width: 639px;
  }
  footer div div:nth-of-type(2) {
    max-width: 320px;
    margin: 9px auto 47px;
  }
  footer div div:nth-of-type(2) p:nth-of-type(2), footer div div:nth-of-type(2) p:nth-of-type(3) {
    text-align: center;
  }
  footer div div:nth-of-type(2) p:first-of-type {
    margin: 0 auto 19px;
  }
  footer div div:nth-of-type(3) a img {
    max-width: none;
    width: 92%;
    padding: 0 12px;
  }
}
section.subpage {
  max-width: 1220px;
  margin: 0 auto;
  padding: 25px;
  /*font-family: "Rubik", sans-serif;*/
  /*font-family: "Caveat", cursive;*/
}
section.subpage img {
  /*+border-radius: 40px;*/
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  border-radius: 40px;
}
section.subpage a {
  color: #E2D1F9;
  color: #145350;
}
section.subpage p {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 21px 0;
}
section.subpage ul {
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 21px 26px;
  background-color: #E4D1FA;
  padding: 28px 28px 28px 50px;
  /*+border-radius: 2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  /*+box-shadow: 2px 2px 0px 2px #1D7773;*/
  -moz-box-shadow: 2px 2px 0px 2px #1D7773;
  -webkit-box-shadow: 2px 2px 0px 2px #1D7773;
  box-shadow: 2px 2px 0px 2px #1D7773;
}
section.subpage h1 {
  font-size: 52px;
}
ul#subNav {
  margin: 0 0 70px 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  background-color: transparent;
  /*+border-radius: 0;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul#subNav li {
  margin: 0;
  list-style-type: none;
  display: block;
  text-align: center;
  /*padding: 37px;*/
}
ul#subNav li a {
  display: block;
  /*padding: 37px;*/
  width: 100%;
  min-height: 60px;
  background-color: #145350;
  /*background-color: #E0CFF7;*/
  color: #FFFFFF;
  text-decoration: none;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*+border-radius: 65px;*/
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  border-radius: 65px;
  transition: all 0.4s ease;
}
ul#subNav li.active a, ul#subNav li:hover a {
  background-color: #E4D1FA;
  color: #000000;
}
@media only screen and (min-width: 480px) and (max-width: 959px) {
  ul#subNav li a {
    font-size: 16px;
    /*+border-radius: 24px;*/
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    border-radius: 24px;
    padding: 4px 7px;
    width: 94%;
    line-height: 18px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 467px) {
  ul#subNav {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
  ul#subNav li a {
    font-size: 17px;
    /*+border-radius: 24px;*/
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    border-radius: 24px;
    padding: 4px 7px;
    width: 90%;
    line-height: 18px;
    min-height: 50px;
  }
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 940px;
  margin: 0 auto;
  grid-gap: 40px;
}
.grid2 img {
  max-width: 400px;
  height: auto;
}
.mt {
  margin-top: 70px;
}
.special {
  padding: 10px 19px 12px;
  font-size: 35px !important;
  font-family: "Caveat", cursive;
  background-color: #E2D1F9;
  transform: rotate(95deg);
  /*+box-shadow: 5px 5px;*/
  -moz-box-shadow: 5px 5px;
  -webkit-box-shadow: 5px 5px;
  box-shadow: 5px 5px;
  line-height: 35px;
  transform: rotate(1deg);
  display: block;
  max-width: 503px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 25px !important;
}
.videowrapper {
  /*float: none;*/
  /*clear: both;*/
  /*width: 100%;*/
  max-width: 728px;
  height: 406px;
  /*position: relative;*/
  /*padding-bottom: 56.25%;*/
  /*padding-top: 25px;*/
  /*height: 0;*/
  display: flex;
  justify-content: center;
  margin: 53px auto 0;
}
.videowrapper iframe {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*aspect-ratio: 16 / 9;*/
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  section.subpage h1 {
    font-size: 32px;
  }
  section.subpage img {
    width: 100%;
    max-width: 312px;
    height: auto;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0 auto;
    grid-gap: 20px;
  }
  .grid2 img {
    width: 100%;
    max-width: 312px;
    height: auto;
    height: auto;
  }
  .special {
    font-size: 31px !important;
    line-height: 32px !important;
    display: block;
  }
}
/*form*/
.formTable {
  font-family: 'Open Sans Condensed', sans-serif;
}
.formTable tr td {
  padding: 6px;
  vertical-align: top;
}
.formTable tr td:first-child {
  text-align: right;
  padding-top: 12px;
}
.formTable input, .formTable textarea {
  font-family: 'Open Sans Condensed', sans-serif;
}
.formTable input {
  outline: 0 transparent;
  border: 1px solid #C7C7C7;
  padding: 5px;
  color: #5D5D5D;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15px;
}
.formTable select {
  outline: 0 transparent;
  border: 1px solid #C7C7C7;
  padding: 5px;
  color: #5D5D5D;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15px;
}
.formTable textarea {
  border: 1px solid #C7C7C7;
  padding: 5px;
  resize: none;
  outline: 0 transparent;
  color: #5D5D5D;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15px;
}
.formTable .submitButton {
  width: 80px;
  cursor: pointer;
  float: right;
  font-size: 15px;
}
.formTable label {
  display: block;
  width: 106px;
  font-size: 15px;
}
.serverEr {
  display: inline;
  margin-left: 10px;
}
.loaderImg {
  display: none;
  position: relative;
}
table.formTable {
  border-collapse: collapse;
  border: 0 solid transparent;
}
table.formTable tr td {
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
}
table.formTable tr td {
  padding: 6px 22px 6px 6px;
}
.left {
  text-align: left;
  font-weight: bold;
}
.formTable label.checkboxLabel {
  width: auto;
}
/*CONTACT*/
#contactForm .formTable, #referralForm .formTable {
  color: #5D5D5D;
  padding: 15px 29px 15px 27px;
  margin: 0;
}
#contactForm .formTable input, #referralForm .formTable input {
  width: 368px;
  position: relative;
  bottom: 4px;
  /*+placement: shift 0px 0px;*/
  position: relative;
  left: 0px;
  top: 0px;
}
#contactForm .formTable select, #referralForm .formTable select {
  position: relative;
  bottom: 4px;
  /*+placement: shift 0px 0px;*/
  position: relative;
  left: 0px;
  top: 0px;
}
#contactForm .formTable textarea, #referralForm .formTable textarea {
  width: 368px;
  height: 100px;
}
#contactForm .formTable input[type=checkbox], #referralForm .formTable input[type=checkbox] {
  width: auto;
}
#contactForm .formTable #code, #referralForm .formTable #code {
  width: 75px;
}
#contactForm .formTable #captchaImg, #referralForm .formTable #captchaImg {
  position: relative;
  left: 10px;
  top: 6px;
  border: 4px solid #FFFFFF;
}
#contactForm .formTable .submitButton, #referralForm .formTable .submitButton {
  position: relative;
  width: 80px;
  top: 4px;
  background-color: #01301A;
  color: #FFFFFF;
}
#contactFormLoaderImg {
  left: 21px;
  top: 3px;
}
.successMsg {
  /*color: #9BBA3B;*/
  font-weight: bold;
}
.erMsg {
  display: block;
  color: #FF0000;
}
.formWrap25 {
  max-width: 547px;
  margin: 22px auto 0;
  text-align: left;
}
#contactForm img, #referralForm img {
  width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 639px) {
  .formTable label {
    display: block;
    width: 78px;
    font-size: 15px;
  }
  #contactForm .formTable, #referralForm .formTable {
    color: #5D5D5D;
    padding: 15px 10px;
    margin: 0;
  }
  #contactLeft {
    float: left;
    width: 280px;
  }
  #contactRight {
    float: left;
    width: 240px;
  }
  #contactForm .formTable input, #referralForm .formTable input {
    width: 130px;
  }
  #contactForm .formTable textarea, #referralForm .formTable textarea {
    width: 130px;
  }
  #contactForm .formTable .submitButton, #referralForm .formTable .submitButton {
    clear: both;
    float: none;
    top: 0;
    /*top: 56px;*/
  }
}
.productDisplay1 {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 60px;
  margin-bottom: 90px;
}
.productDisplay1 img {
  /*max-height: 400px;*/
  max-width: 400px;
  height: auto;
  margin-top: 20px;
}
.productDisplay1 > div {
}
.productDisplay1 h1 {
  font-size: 31px !important;
  margin-top: 9px;
}
.productDisplay1 p {
}
.productDisplay1 ul {
  margin-left: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  .productDisplay1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #CFCFCF;
  }
  .productDisplay1 img {
    /*max-height: 400px;*/
    max-width: 400px;
    height: auto;
    margin-top: 0px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
/*BLOG*/
#blog {
}
div#blogWrap {
}
div#blogSelectWrap {
  display: none;
}
div#blogEntryWrap p.blogEntryDate {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 24px;
  margin: 3px 0 0 5px;
}
a#blogRss {
  display: none;
}
h1.blogEntryHeading {
  margin-bottom: 23px;
}
h2.blogEntryAltHeading {
  display: none;
}
div#blogEntryWrap p {
  margin-top: 0;
}
div#commentFormWrap {
  display: none;
}
div#blogWrap > h1 {
  text-align: center;
}
div.blogEntrySnippetsWrap {
  margin: 0 0 65px 0;
  background-color: #EFEFEF;
  padding: 54px;
  /*+border-radius: 25px;*/
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}
div.blogEntrySnippetsWrap a img {
  display: none;
}
div.blogEntrySnippetsWrap p {
  margin: 0;
}
div.blogEntrySnippetsWrap h1 {
  margin: 0 0 13px 0;
}
div#blogWrap div.blogEntrySnippetsWrap p a {
  text-decoration: none;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-size: 26px;
  color: #000000;
  margin: 0 0 14px 6px;
  display: block;
  font-weight: bold;
}
div.blogEntrySnippetsWrap h2 {
  /*display: none;*/
  margin: 0;
}
div.blogEntrySnippetsWrap h2 a {
  text-decoration: none;
  color: #000000;
}
a#ViewAllBlog {
  font-weight: bold;
  display: block;
  text-decoration: none;
  border: 5px solid #E2D1F9;
  /*+border-radius: 14px;*/
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  border-radius: 14px;
  padding: 13px;
  width: 255px;
  text-align: center;
  text-transform: uppercase;
  color: #1D7773;
  margin: 11px auto 0;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 320px) and (max-width: 959px) {
  div.blogEntrySnippetsWrap {
    padding: 54px 24px;
  }
}
