@import url(custom-fonts.css);

		#wrapper > .color10 {
			background-color: #336ca5;
		}


.vert-center-text {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.app-icon-link {
  max-width: 4em;
  padding-right: 10px;
}

.app-icon-list {
  padding-top: 1.5em;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  width: 25em;
}

.app-icon-list li {
  padding: 10px
}

.color11 {
  background-image: linear-gradient(#e9ebeb, #e9ebeb);
}

.gesture-image {
    max-width: 50px;
    filter: invert(20%) sepia(82%) saturate(7479%) hue-rotate(357deg) brightness(87%) contrast(117%);
}

.emphasis {
    font-weight: bolder;
}

/* brand */
.brand {
    float: left;
    margin: 1em 1em 1em 2em;
}

.brand a {
    font-family: 'Righteous', sans-serif;
    font-size: 1em;
    text-decoration: none;
}

.brand + .inner {
    clear: both;
}

/* wrapper title section */
.wrapper.style1.title-section > .inner {
    padding: 0rem 3.5rem 2rem 3.5rem ;
    margin: 0 auto;
    max-width: 100%;
    width: 64rem;
}

@media screen and (max-width: 1680px) {
    .wrapper.style1.title-section > .inner {
        padding: 0rem 2.5rem 2rem 2.5rem ;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper.style1.title-section > .inner {
        padding: 0rem 4rem 3rem 4rem;
    }
}

@media screen and (max-width: 980px) {
   .wrapper.style1.title-section > .inner {
        padding: 0rem 3rem 3rem 3rem ;
    }
}

@media screen and (max-width: 736px) {
    .wrapper.style1.title-section > .inner {
        padding: 0rem 2rem 2rem 2rem ;
    }
}

/* mas */
.mas-button {
  height: 2.4em;
}

/* banner */
.hyperkey-banner-img {
    width: 64px;
    height: 64px;
}
.banner-text {
    padding-left:1em;
    display:table-cell;
    vertical-align: middle;
}
.banner-outer {
    display:table;
}
.spotlight.style1 .content.banner-content {
    padding: 0.5rem 0rem 0rem 0rem;
    display: flex;
    justify-content: center;
    width: 100%
}
