* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
button,
div,
span,
img,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
img,
a img {
  border: none;
}
img {
  -ms-interpolation-mode: bicubic;
}
ul {
  list-style: none;
}
ul li {
  font-weight: normal;
  text-decoration: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: arial, sans;
  letter-spacing: 1px;
  background: #fff;
}
html,
body {
  overflow-x: hidden;
}
p a {
  text-decoration: underline;
}
.disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-results {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}
.mobile-only {
  display: none;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.right {
  float: right;
}
#wrap,
.wrap {
  max-width: 960px;
  min-height: 1px;
  margin: 0 auto;
}
main {
  margin-top: 72px;
  min-height: 200px;
}
@media (max-width: 959px) {
  .mobile-only {
    display: inline;
  }
  .overflow-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .lock-position {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  #wrap {
    width: 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 200ms ease-out 0ms;
    transition: transform 200ms ease-out 0ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #wrap.main-menu-active {
    -webkit-transform: translate3d(275px, 0, 0);
    transform: translate3d(275px, 0, 0);
  }
  main {
    margin-top: 56px;
  }
}
@media (max-width: 499px) {
  .small-hide {
    display: none;
  }
}
header {
  position: fixed;
  z-index: 900;
  top: 0;
  height: 70px;
  width: 100%;
  background: #fff;
}
header.header-home {
  position: absolute;
  background: rgba(255, 255, 255, 0);
}
#header-logo {
  float: left;
  margin-top: 15px;
}
#header-logo img {
  height: 37px;
  width: 280px;
}
@media (max-width: 959px) {
  header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    padding: 0;
    height: 56px;
    width: 100%;
    border-bottom: none;
  }
  header.header-home {
    position: fixed;
    background: #fff;
  }
  #header-logo {
    margin-top: 13px;
    margin-left: 8px;
  }
  #header-logo img {
    height: 25px;
    width: 189px;
  }
  .header-button {
    float: left;
    z-index: 2;
    padding: 15px;
    height: 56px;
    width: 56px;
  }
  .header-button:active {
    background: #000;
  }
  .mobile-menu-icon {
    pointer-events: none;
  }
  .header-button:active .header-button-icon {
    fill: #fff;
  }
  #header-menu-button {
    left: 0;
  }
  #header-search-button {
    right: 0;
  }
}
footer {
  position: relative;
  border-top: 1px solid #000;
  padding: 10px 0;
  margin-top: 20px;
  height: 50px;
}
#foot-social {
  float: right;
  display: inline-block;
}
.foot-social-button {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-left: 4px;
}
.foot-social-button img {
  height: inherit;
  width: inherit;
}
.foot-quote-request {
  height: 25px;
  line-height: 25px;
  font-size: 1.3rem;
  padding: 0 1.2em;
  background: #000;
  color: #fff;
  float: right;
  margin-right: 4px;
}
#foot-menu,
#foot-copyright {
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
}
@media (max-width: 959px) {
  footer {
    text-align: center;
    height: auto;
  }
  .foot-social-button {
    height: 40px;
    width: 40px;
    margin-left: 8px;
  }
  #foot-social {
    float: right;
    margin-top: 20px;
    text-align: center;
  }
  .foot-quote-request {
    float: none;
    margin: 0;
    display: inline-block;
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    padding: 0 1.3em;
  }
  #foot-menu {
    display: none;
  }
  #foot-social {
    float: none;
    display: block;
  }
  .foot-social-button:first-child {
    margin-left: 0;
  }
  #foot-copyright {
    display: block;
    padding: 15px 0;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
  }
}
@media (max-width: 499px) {
  #foot-social {
    float: none;
    display: block;
  }
  #foot-copyright {
    padding-top: 15px;
  }
}
#main-menu {
  display: inline;
  float: right;
}
#main-menu-items {
  top: 27px;
  position: relative;
}
.menu-delim {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  font-size: .7em;
  padding: 0 4px;
}
.menu-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu-item.mobile-only {
  display: none;
}
.main-menu-subitems {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  margin-left: 5px;
}
.main-menu-subitems li {
  display: block;
  height: 30px;
  line-height: 30px;
}
.menu-item-link {
  display: block;
  padding: 0 5px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.menu-item-link span {
  padding: 3px 2px;
}
.menu-item-link:hover span,
.menu-item-link.menu-item-active span {
  background-color: #000;
  color: #fff;
}
.menu-item-link:hover svg,
.menu-item-link.menu-item-active svg {
  fill: #fff;
}
.search-icon {
  pointer-events: none;
  height: 20px;
  width: 20px;
  padding: 3px 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
#search-button span {
  height: 20px;
  width: 20px;
}
#search-button:hover span {
  fill: #fff;
}
.sub-menu {
  display: none;
  padding: 12px 0;
  border-bottom: 1px solid #000;
}
.sub-menu-breadcrumbs {
  border-bottom: none;
}
.sub-menu-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #efefef;
  padding: 5px 8px;
  font-size: 15px;
}
@media (max-width: 959px) {
  #main-menu {
    position: fixed;
    z-index: 9;
    left: -275px;
    top: 56px;
    width: 275px;
    background: #f6f6f6;
    -webkit-transition: -webkit-transform 150ms ease-in-out 0ms;
    transition: transform 150ms ease-in-out 0ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #main-menu.main-menu-active {
    -webkit-transform: translate3d(275px, 0, 0);
    transform: translate3d(275px, 0, 0);
  }
  #main-menu-items {
    top: 0;
    padding: 0;
    margin-top: 0;
  }
  .menu-delim {
    display: none;
  }
  .menu-item {
    display: block;
  }
  .menu-item:hover > .main-menu-subitems {
    display: none;
  }
  .menu-item.mobile-only {
    display: block;
  }
  .menu-item.mobile-hide {
    display: none;
  }
  #main-menu .menu-item-link {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }
  #main-menu .menu-separator {
    display: none;
  }
  #main-menu .menu-item:active {
    background: #000;
    color: #fff;
  }
  .main-menu-subitems {
    display: none;
  }
  .sub-menu {
    display: none;
  }
}
.icon-buttons {
  margin: 0 0 15px 0;
  height: 30px;
}
.icon-button {
  display: inline-block;
  position: relative;
  height: 30px;
  cursor: pointer;
  border-bottom: 1px solid #222;
}
.icon-button:hover,
.icon-button:active {
  background: #fff;
}
.icon-button:hover .icon-button-options,
.icon-button:active .icon-button-options {
  pointer-events: auto;
  visibility: visible;
  z-index: 100;
}
.icon-button-text {
  pointer-events: none;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 14px 0 8px;
}
.icon-button-icon {
  float: left;
  height: 30px;
  width: 30px;
  padding: 8px;
}
.icon-button-icon-right {
  float: right;
}
.icon-button-has-options {
  cursor: default;
}
.icon-button-has-options .icon-button-text {
  padding-right: 5px;
}
.icon-button-has-options .icon-button-icon {
  float: right;
}
.icon-button-options {
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  right: 0;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.icon-button-option {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
.icon-button-option span {
  padding: 3px 2px;
}
.icon-button-option.icon-button-option-active {
  background: #efefef;
}
.icon-button-option:hover,
.icon-button-option:active {
  color: #fff;
}
.icon-button-option:hover span,
.icon-button-option:active span {
  background: #000;
  color: #fff;
}
@media (max-width: 959px) {
  .icon-buttons {
    display: block;
    height: 50px;
    padding: 0 4%;
  }
  .icon-button {
    height: 50px;
  }
  .icon-button-icon {
    height: 50px;
    width: 50px;
    padding: 15px;
  }
  .icon-button-text {
    height: 50px;
    line-height: 50px;
  }
  .icon-button-option {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 499px) {
  .icon-button {
    display: block;
    width: 100%;
  }
  .icon-button.small-hide {
    display: none;
  }
}
.image-tiles {
  margin-top: 21px;
}
.image-tile {
  float: left;
  position: relative;
  overflow: hidden;
}
.image-not-loaded {
  background: #f1f1f1;
}
.image-tile-landscape {
  height: 171px;
  width: 306px;
  margin: 0 21px 21px 0;
}
.image-tile-landscape:nth-child(3n+3) {
  margin-right: 0;
}
.image-tile-portrait {
  height: 224px;
  width: 172px;
  margin: 0 25px 25px 0;
}
.image-tile-portrait:nth-child(5n+5) {
  margin-right: 0;
}
.image-tile-finish {
  height: 180px;
  width: 180px;
  margin: 0 12px 12px 0;
}
.image-tile-square {
  height: 180px;
  width: 180px;
  margin: 0 12px 12px 0;
}
.image-tile-square img {
  width: 100%;
  height: auto;
}
.image-tile-image {
  pointer-events: none;
}
.image-tile-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 171px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity 200ms ease 0ms;
  transition: opacity 200ms ease 0ms;
}
.image-tile-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.image-tile:hover .image-tile-title {
  opacity: 1;
}
@media (max-width: 959px) {
  .image-tiles {
    padding: 0;
    font-size: 0;
  }
  .image-tile-image {
    width: 100%;
    height: auto;
  }
  .image-tile-title {
    top: auto;
    bottom: 0;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 959px) and (min-width: 500px) {
  .image-tile-landscape {
    height: auto;
    position: relative;
    width: 44%;
    margin: 0 0 4% 4%;
  }
  .image-tile-portrait,
  .image-tile-square {
    height: auto;
    position: relative;
    width: 22%;
    margin: 0 0 2.5% 2.5%;
  }
}
@media (max-width: 499px) {
  .image-tile-landscape {
    height: auto;
    position: relative;
    width: 94%;
    margin: 0 0 3% 3%;
  }
  .image-tile-portrait,
  .image-tile-square {
    height: auto;
    position: relative;
    width: 44%;
    margin: 0 0 4% 4%;
  }
}
.image-slider {
  overflow: hidden;
  position: relative;
}
.image-slider-images {
  position: relative;
}
.image-slider-images img {
  position: absolute;
  top: 0;
  left: 0;
}
.image-slider-image-link {
  cursor: pointer;
}
.image-slider-prev,
.image-slider-next {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
.image-slider-prev {
  left: 0;
  background: url(/wp-content/themes/uhuru/images/chevron-prev-24.png) center center no-repeat;
}
.image-slider-next {
  right: 0;
  background: url(/wp-content/themes/uhuru/images/chevron-next-24.png) center center no-repeat;
}
.image-slider-buttons {
  display: block;
  padding: 10px 15px;
  text-align: center;
}
.image-slider-button {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin: 0 0 0 8px;
  padding: 0;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
}
.image-slider-button-active {
  background: #fff;
}
.image-slider-pinterest {
  position: absolute;
  z-index: 500;
  bottom: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -moz-transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform-style: preserve3d;
  -moz-transform-style: preserve3d;
  transform-style: preserve3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}
.image-slider-pinterest img {
  pointer-events: none;
  height: 40px;
  width: 40px;
}
.image-slider:hover .image-slider-pinterest {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 959px) {
  .image-slider-pinterest {
    display: none;
  }
}
@media (max-width: 499px) {
  .image-slider-prev,
  .image-slider-next {
    width: 50px;
  }
}
.lightbox-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox-content {
  position: absolute;
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
}
.lighbox-content-image {
  display: block;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.lightbox-prev {
  left: 20px;
  background: url(/wp-content/themes/uhuru/images/chevron-prev-33.png) center center no-repeat;
}
.lightbox-next {
  right: 20px;
  background: url(/wp-content/themes/uhuru/images/chevron-next-33.png) center center no-repeat;
}
.lightbox-bottom {
  padding: 20px 0;
  width: 100%;
  height: 76px;
  background: #fff;
}
.lightbox-close {
  float: right;
  height: 36px;
  width: 36px;
  background: url(/wp-content/themes/uhuru/images/icon-x-24.png) center center no-repeat;
  cursor: pointer;
}
.lightbox-social-link {
  display: inline-block;
  font-size: 0;
}
.lightbox-social-link + .lightbox-social-link {
  margin-left: 8px;
}
.lightbox-social-icon {
  display: inline-block;
  height: 36px;
  width: 36px;
  cursor: pointer;
}
@media (max-width: 959px) {
  .lightbox-content {
    padding: 15px;
    padding-bottom: 0;
  }
  .lightbox-prev {
    left: 15px;
  }
  .lightbox-next {
    right: 15px;
  }
  .lightbox-bottom {
    padding: 15px 0;
    height: 74px;
  }
  .lightbox-close {
    height: 44px;
    width: 44px;
  }
  .lightbox-social-icon {
    height: 44px;
    width: 44px;
  }
}
#home .image-tiles {
  margin-top: 0;
}
@media (min-width: 960px) {
  #home {
    margin-top: 0;
  }
}
#product .image-slider-buttons,
#project .image-slider-buttons,
#person .image-slider-buttons {
  position: relative;
  z-index: 10;
  top: -32px;
  margin-bottom: -32px;
  text-align: right;
}
#product .image-slider-button-active,
#project .image-slider-button-active,
#person .image-slider-button-active {
  background: transparent;
}
.single-detail {
  width: 50%;
}
.single-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 20px;
}
.single-content {
  letter-spacing: .4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-top: 0px;
}
.single-content h3 {
  margin-bottom: 15px;
}
.single-content p {
  margin-bottom: 10px;
  color: #666;
}
.content-video-wrapper {
  display: block;
}
.content-video-wrapper + p {
  margin-top: 20px;
}
.content-video-wrapper + .single-detail {
  margin-top: 20px;
}
.product-next-label {
  margin-top: 20px;
  font-size: .9em;
}
.single-next {
  margin-top: 20px;
}
.single-next p {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 2px;
}
.single-next img {
  opacity: .5;
}
.single-next img:hover {
  opacity: 1;
}
@media (max-width: 959px) {
  .content-video-wrapper + p {
    margin-top: 4%;
  }
  .content-video-wrapper + .single-detail {
    margin-top: 4%;
  }
  .single-detail {
    width: 100%;
    max-width: 475px;
    padding: 0 4%;
  }
  .single-content,
  .single-title {
    width: 100%;
  }
  .content-video-wrapper {
    width: 100%;
  }
  .single-next {
    padding: 4%;
  }
}
@media (max-width: 959px) and (min-width: 500px) {
  .product-prev-next img {
    display: block;
  }
}
.press-images img {
  width: 32%;
  height: auto;
  margin-bottom: 1%;
}
.press-images img:nth-child(3n+2),
.press-images img:nth-child(3n+3) {
  margin-left: 1%;
}
@media (max-width: 959px) {
  .press-images {
    padding: 2% 4% 0 4%;
  }
}
@media (max-width: 499px) {
  .press-images img {
    width: 100%;
    height: auto;
  }
  .press-images img:nth-child(3n+2),
  .press-images img:nth-child(3n+3) {
    margin-left: 0;
  }
  .press-images img + img {
    margin-top: 2%;
  }
}
.finish-name {
  margin-bottom: -10px;
}
.image-tiles + .finish-name {
  margin-top: 20px;
}
@media (max-width: 959px) {
  .finish-name {
    padding-left: 4%;
  }
  .image-tiles + .finish-name {
    margin-top: 4%;
  }
}
@media (max-width: 959px) and (min-width: 725px) {
  .image-tile-finish {
    height: auto;
    width: 24%;
    margin: 0 1% 1% 0;
  }
}
@media (max-width: 724px) and (min-width: 500px) {
  .image-tile-finish {
    height: auto;
    width: 32%;
    margin: 0 1% 1% 0;
  }
}
@media (max-width: 499px) {
  .image-tile-finish {
    height: auto;
    width: 48%;
    margin: 0 2% 2% 0;
  }
}
#lifestyle-images {
  position: relative;
}
.lifestyle-image {
  position: absolute;
  cursor: pointer;
}
.contact-left,
.contact-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-height: 200px;
}
.contact-left {
  padding-right: 10px;
}
.contact-right {
  padding-left: 10px;
}
.contact-right img {
  width: 100%;
  height: auto;
}
.contact-address {
  margin-top: 20px;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 959px) {
  .contact-left,
  .contact-right {
    padding: 4%;
  }
  .contact-left {
    padding-right: 2%;
  }
  .contact-right {
    padding-left: 2%;
  }
}
@media (max-width: 768px) {
  .contact-left,
  .contact-right {
    display: block;
    width: 100%;
  }
  .contact-left {
    padding-right: 4%;
  }
  .contact-right {
    padding-bottom: 0;
    padding-left: 4%;
  }
}
#search-form {
  position: relative;
  left: 50%;
  margin-left: -225px;
  margin-top: 20px;
  width: 450px;
}
#search-form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
}
#search-form button {
  position: absolute;
  top: 0;
  right: 0;
}
#search-results {
  margin-top: 33px;
  padding-top: 20px;
}
.search-result + .search-result {
  margin-top: 1em;
}
.search-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: uppercase;
  margin-bottom: -.5em;
}
.search-section span {
  padding: 0 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: -2px;
  text-transform: lowercase;
}
@media (max-width: 959px) {
  #search-form {
    margin-top: 4%;
  }
  #search-form input {
    height: inherit;
  }
  #search-form button {
    height: inherit;
    top: 4%;
  }
  #search-results {
    margin-top: 40px;
    min-height: 200px;
    padding-top: 4%;
  }
  .search-section {
    padding: 0 4%;
  }
}
@media (max-width: 499px) {
  #search-form {
    width: 92%;
    margin: 0 4%;
    left: 0;
  }
  #search-form input {
    width: 100%;
  }
}
.generic-page {
  padding: 15px;
}
.generic-page h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.loader-wrapper {
  height: 100px;
}
.loader-image {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  height: 32px;
  width: 32px;
}
label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: value;
  margin: 0;
  padding: 7px 8px;
  padding: .7rem .8rem;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #000;
}
input:focus,
textarea:focus {
  outline: none;
}
.field-wrapper {
  padding: 10px 0 0 0;
}
.field-wrapper input,
.field-wrapper textarea {
  width: 100%;
  max-width: 100%;
}
button {
  padding: 8px 9px;
  padding: .8rem .9rem;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #000;
  background: white;
  cursor: pointer;
}
button:hover {
  background: black;
  color: white;
}
button:focus {
  outline: none;
}
.field-wrapper + button {
  margin-top: 10px;
}
.form-error-message {
  padding-top: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #cc0000;
  text-align: right;
}
.form-message-sent,
.form-message-error {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.form-message-sent {
  padding: 20px 0;
}
.form-message-error {
  color: #cc0000;
}
@media (max-width: 499px) {
  button.mobile-full-width {
    width: 100%;
  }
}
