p,
span{
	font-size: 0.875rem;
}
.button.is-info {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #666;
  margin-top: -0.25em;
  right: 1.25em;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link.is-active {
  background-color: #fafafa;
  border-radius: 4px;
  color: #000;
}
.navbar-link:hover {
  background-color: #fafafa;
  border-radius: 4px;
  color: #000;
  }
  .navbar-item:hover .navbar-link:not(.is-arrowless)::after {
    border-color: #000;
    margin-top: -0.125em;
    transform: rotate(135deg);
  }
  
  .button.is-link {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #333;
  }
  
  .button.is-link:hover, .button.is-link.is-hovered {
    background-color: #fff;
    border-color: transparent;
    color: #000;
  }
.title:not(.is-spaced) + .subtitle {
	    margin-top: 1.25rem;
	}
.title {
	margin-top: 1.25rem;
}

section.benefits .media-content .title {
    font-size: 18px;
    font-weight: 500;
    color: #3e464c;
    margin-bottom: 0;
	margin-top: 0;
}

section.benefits .media-content .content {
    font-size: 14px;
    line-height: 1.71;
}

.media-left {
    margin-right: 1.25rem;
}

.image.is-40x40 {
    height: 50px;
    width: 50px;
}

.tpm-card {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
    border-radius: 4px;
}
.button.home-button.is-green {
    background-color: #000;
	border-color: #333;
    color: #FFF;
}
.button.home-button.is-large, .button.home-button.is-medium {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.box .title{
    margin-top: 0;
}

footer.footer-new {
    background-color: #ffffff;
    line-height: 1.875rem;
    padding-top: 3.75rem;
}
footer.footer-new .menu .menu-list a {
    font-size: 0.75rem;
    text-align: left;
    color: #999;
    opacity: 1;
    padding-left: 0;
    white-space: nowrap;
}
footer.footer-new .menu .menu-list a:hover{
	color: #333;
    background: #fff;
}
footer.footer-new a {
    color: #979797;
    font-size: 0.875rem;
    white-space: nowrap;
}