body {
  font-family: 'Roboto', sans-serif; }

#wrapper {
  width: 100vw; }

.material-icons {
  vertical-align: bottom; }

#navSearchSec {
  position: relative; }

.primary {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  background: #40AEED;
  text-align: center; }
  .primary-title {
    color: #FFFFFF;
    font-size: 2.5rem;
    margin-bottom: 0.25rem; }
    @media (max-width: 544px) {
      .primary-title {
        font-size: 1.25rem;
        font-weight: bold; } }
  .primary-sub {
    color: #1B303A;
    font-size: 1.875rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 544px) {
      .primary-sub {
        font-size: 1rem;
        margin-bottom: 1.5rem; } }
  .primary-text {
    color: #FFFFFF;
    font-size: 1.125rem;
    max-width: 60rem;
    display: table;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 544px) {
      .primary-text {
        font-size: 0.75rem; } }
    .primary-text-block {
      margin-bottom: 1rem; }

.infographic {
  background: url("http://naturalfacet.com/ebay2016/about/img/bg/sky-bg.jpg") top no-repeat;
  padding-top: 5rem;
  margin-top: -1rem;
  overflow: hidden; }
  @media (max-width: 992px) {
    .infographic img {
      margin-top: -5rem;
      max-width: 136%;
      margin-left: -21%; } }

.testimonial {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem; }
  .testimonial-title {
    color: #619131;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
    @media (max-width: 768px) {
      .testimonial-title {
        font-size: 1.3125rem; } }
  .testimonial-content-block {
    max-width: 44rem;
    display: table;
    margin-right: auto;
    margin-left: auto; }
    .testimonial-content-block-text {
      font-size: 1.3125rem;
      color: #4D5C63;
      margin-bottom: 1rem; }
      @media (max-width: 768px) {
        .testimonial-content-block-text {
          font-size: 0.875rem; } }
    .testimonial-content-block-stars {
      color: #F9A825; }
    .testimonial-content-block-by {
      font-size: 0.875rem;
      color: #818A91; }

.gift {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  border-top: 1px solid #999999;
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .gift {
      padding-top: 1rem;
      padding-bottom: 1.5rem; } }
  @media (max-width: 992px) {
    .gift {
      display: block;
      padding-left: 1rem;
      padding-right: 1rem;
      text-align: center; } }
  .gift-imgs {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-right: 1.5rem; }
    @media (max-width: 768px) {
      .gift-imgs {
        margin-bottom: 1rem; }
        .gift-imgs img {
          max-width: 9rem; } }
  .gift-text {
    color: #4D5C63;
    letter-spacing: -0.025rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1; }
    .gift-text-top {
      font-size: 2.15625rem; }
      @media (max-width: 768px) {
        .gift-text-top {
          font-size: 1.0625rem;
          margin-bottom: 0.25rem; } }
    .gift-text-blocks {
      font-size: 2.846875rem;
      margin-bottom: 0.5rem;
      font-weight: 600; }
      @media (max-width: 768px) {
        .gift-text-blocks {
          font-size: 1.375rem;
          margin-bottom: 0rem; } }
    @media (max-width: 768px) {
      .gift-text-imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .gift-text-imgs img {
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      padding-right: 0.5rem;
      opacity: 0.5;
      max-width: 100%; }
      @media (max-width: 768px) {
        .gift-text-imgs img {
          opacity: 1; } }
      .gift-text-imgs img:hover {
        opacity: 1; }
    .gift-text-extra {
      color: #333333;
      font-weight: lighter; }
      @media (max-width: 768px) {
        .gift-text-extra {
          font-size: 0.6875rem; } }

.copyright {
  font-size: 0.875rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #FFFFFF;
  background: #4D5C63; }

.tagline {
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: 0; }

/*Nav*/
#navSearchSec {
  padding: 0.7rem;
  position: relative; }

.navItem {
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: 0.75rem; }

.navItem:hover, .navItem:focus {
  color: #DCFFB8;
  font-weight: 600;
  text-decoration: none; }

.mmCont {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
  border-top: 0.8rem solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .mmCont > div {
    padding-top: 1rem;
    padding-bottom: 3rem;
    background: #82A1B0; }

.mmBlock {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  text-align: center;
  vertical-align: top;
  font-size: 0.875rem; }
  .mmBlock a {
    color: #E0F5FF;
    display: block; }
  .mmBlock:hover, .mmBlock:focus {
    color: #DCFFB8;
    text-decoration: none; }

.menuBlock {
  display: table;
  width: 100%; }
  .menuBlock img {
    margin-left: auto; }

@media (min-width: 62em) {
  .mmBlock {
    width: 9rem; }

  .menuBlock {
    display: block;
    width: auto; }

  .navItem {
    display: inline-block;
    border-right: 1px solid #FFFFFF;
    width: 9rem;
    padding: 0;
    text-decoration: none !important; }
    .navItem:last-of-type {
      border: 0; } }
nav {
  display: inline-block; }
  nav:hover .mmCont, nav:focus .mmCont {
    display: block;
    max-height: 1000px; }

/* /Nav*/
/*Search*/
header form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-size: 0.7rem;
  border: 1px solid #999999; }

.searchText {
  width: 14rem;
  max-width: 100%;
  color: #333333;
  padding: 0.2rem 0.5rem;
  border: none;
  outline: none !important; }

.searchBtn {
  color: #669933;
  font-weight: bold;
  background: #FFFFFF;
  border: none;
  outline: none !important; }

/* /Search*/
/* /Header*/
@media (max-width: 544px) {
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem !important; }
    .header-top-logo {
      padding-right: 0 !important;
      padding-left: 0 !important;
      padding-top: 1rem !important; }
    .header-top-contact {
      padding-right: 0 !important; }
      .header-top-contact * {
        white-space: nowrap;
        text-align: left !important;
        font-size: 10px !important;
        margin-bottom: 0 !important; } }

footer {
  overflow: hidden; }

#fakeGoogle {
  background: url("http://naturalfacet.com/ebay2016/about/img/home/bg-footer.jpg") top no-repeat #629131; }
  #fakeGoogle h1 {
    color: white;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      #fakeGoogle h1 {
        font-size: 1.3125rem !important; } }
  @media (max-width: 768px) {
    #fakeGoogle {
      margin-right: -.9375rem;
      margin-left: -.9375rem; }
      #fakeGoogle:after {
        display: table;
        clear: both;
        content: ""; } }

#fakewindow {
  width: 936px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem; }
  #fakewindow-google * {
    font-size: 0.875rem; }
  #fakewindow-top {
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0 0; }
  #fakewindow-mid {
    background: #FFFFFF;
    margin-left: 1px;
    margin-right: 1px; }
  #fakewindow-bot {
    margin-top: -0.25rem;
    overflow: hidden;
    border-radius: 0 0 0.5rem 0.5rem; }
  #fakewindow-dropdown {
    width: 90%;
    width: calc(100% - 40px);
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top-color: #D9D9D9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    visibility: visible;
    -webkit-animation: appear-animation linear 10s infinite;
            animation: appear-animation linear 10s infinite; }
  @media (max-width: 768px) {
    #fakewindow-contact {
      display: none; } }
  #fakewindow-contact * {
    font-weight: 600; }
  #fakewindow-contact-info span {
    color: #999999;
    font-weight: 400; }

#googleInput {
  height: 40px;
  padding-left: 0.5rem;
  width: 90%;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #CCCCCC;
  line-height: 40px; }
  #googleInputText {
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    word-wrap: normal;
    height: 2.5rem;
    -webkit-animation: type-animation linear 10s infinite;
            animation: type-animation linear 10s infinite; }

.btnGoogle {
  height: 40px;
  width: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4D90FE), to(#4787ED));
  background-color: #4D90FE;
  background-image: -webkit-linear-gradient(top, #4D90FE, #4787ED);
  background-image: linear-gradient(top, #4D90FE, #4787ED);
  border: 1px solid #3079ED;
  border-left: 0;
  border-radius: 0 0.2rem 0.2rem 0;
  color: #666666; }
  .btnGoogle i {
    color: #FFFFFF;
    vertical-align: bottom;
    font-size: 22px !important; }

.typed-cursor {
  font-size: 0.9rem;
  vertical-align: top;
  opacity: 1;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
  font-weight: 300;
  color: black !important; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes type-animation {
  0% {
    max-width: 0; }
  20% {
    max-width: 87px; }
  80% {
    max-width: 87px; }
  90% {
    max-width: 0; }
  100% {
    max-width: 0; } }
@keyframes type-animation {
  0% {
    max-width: 0; }
  20% {
    max-width: 87px; }
  80% {
    max-width: 87px; }
  90% {
    max-width: 0; }
  100% {
    max-width: 0; } }
@-webkit-keyframes appear-animation {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes appear-animation {
  0% {
    opacity: 0; }
  19% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  81% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.fakewindow-dropdown-item {
  display: block;
  color: #666666 !important;
  text-decoration: none !important;
  height: 35px;
  line-height: 35px; }
  .fakewindow-dropdown-item:hover {
    background-color: #4285F3;
    color: #FFFFFF !important; }
  .fakewindow-dropdown-item i {
    vertical-align: middle;
    padding-left: 0.25rem; }

#contact-logo {
  width: 90px;
  display: inline-block;
  position: relative;
  bottom: 0.3rem; }