/****************************************/
html.tablet,
html.mobile {
  height: 100%;
  overflow: hidden;
}

html.tablet body,
html.mobile body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/****************************************/
.ctaNav,
.blockInnerContent .button,
.itemInnerContent .button {
    padding: 1em;
}





/*nav dropdown arrow*/
/*@media only screen and (min-width: 768px) {*/
/*        .navContent .dropArrow {*/
/*        background-image: url();*/
/*        background-repeat: no-repeat;*/
/*        background-position: center;*/
/*        background-size: contain;*/
/*        height: 14px;*/
/*        vertical-align: top;*/
/*    }*/
/*}*/

/*.navContent .dropArrow {*/
/*    display: none;*/
/*}*/

/*.navContent ul li:nth-child(6):after {*/
/*        background-image: url();*/
/*        background-repeat: no-repeat;*/
/*        background-position: center;*/
/*        background-size: contain;*/
/*        height: 14px;*/
/*        vertical-align: top;*/
/*}*/