#mm-0 {
  height: 100%;
  /* hack to get full screen background image */ }

#homepage-banner {
  height: calc(100vh - 145px + 6px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  text-align: center;
  border-bottom: 6px solid #FFC124;
  margin-bottom: 20px;
  max-height: 450px; }
  @media screen and (max-width: 990px) {
    #homepage-banner {
      background-image: none !important;
      height: calc(100vh - 100px);
      border-bottom: none; } }
  #homepage-banner .homepage-main-text {
    font-size: 60px;
    padding: 40px 50px 10px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (min-width: 990px) and (max-width: 1319px) {
      #homepage-banner .homepage-main-text {
        padding: 50px 150px 10px; } }
    @media screen and (max-width: 768px) {
      #homepage-banner .homepage-main-text {
        font-size: 32px; } }
    #homepage-banner .homepage-main-text p:first-child {
      font-size: 43px; }
      #homepage-banner .homepage-main-text p:first-child img {
        max-width: 195px;
        position: relative;
        top: -5px; }
    @media screen and (max-width: 520px) {
      #homepage-banner .homepage-main-text {
        font-size: 32px; }
        #homepage-banner .homepage-main-text p:first-child {
          font-size: 28px; }
          #homepage-banner .homepage-main-text p:first-child img {
            display: block;
            margin: 5px auto; } }
    #homepage-banner .homepage-main-text p {
      margin: 20px 0;
      line-height: 1.1; }
  #homepage-banner .center-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 520px) {
      #homepage-banner .center-text {
        position: relative;
        top: 0; } }
  #homepage-banner .down-text {
    display: none;
    position: absolute;
    left: 0;
    top: 95%;
    width: 100%;
    text-align: center; }
    #homepage-banner .down-text img {
      max-width: 54px; }
    @media screen and (max-width: 520px) {
      #homepage-banner .down-text {
        display: none; } }
  #homepage-banner .btn-primary {
    padding: 10px 40px;
    font-size: 26px; }
    #homepage-banner .btn-primary img {
      height: 32px; }
    @media screen and (max-width: 520px) {
      #homepage-banner .btn-primary {
        font-size: 12px;
        padding: 10px 10px; }
        #homepage-banner .btn-primary img {
          height: 18px; } }

#homepage-site-features {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 8px solid #FFC124; }
  #homepage-site-features .site-feature {
    text-align: center;
    padding: 30px 0; }
    #homepage-site-features .site-feature img {
      width: 55px; }
    #homepage-site-features .site-feature h3 {
      color: #FFC124;
      font-size: 32px; }
    #homepage-site-features .site-feature p {
      color: white;
      font-size: 17px; }

#homepage-signup-banner {
  background-color: #FFC124;
  text-align: center;
  height: 90px; }
  #homepage-signup-banner img.refcom-phone {
    height: 115px;
    width: auto;
    vertical-align: top;
    position: relative;
    top: -25px; }
    @media screen and (max-width: 520px) {
      #homepage-signup-banner img.refcom-phone {
        display: none; } }
  #homepage-signup-banner img.white-arrow {
    height: 30px;
    width: auto;
    vertical-align: middle;
    position: relative;
    top: -3px;
    padding-left: 10px; }
  #homepage-signup-banner .homepage-signup-cta {
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    padding: 25px 0;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #34495e; }
    @media screen and (max-width: 520px) {
      #homepage-signup-banner .homepage-signup-cta {
        font-size: 22px; } }

#homepage-white {
  background: white;
  padding: 40px 0px;
  padding-top: 20px; }

#company-search-2018 {
  margin: 40px 0 0 0; }
  #company-search-2018 #home-company-search-bar {
    color: white;
    text-align: center;
    padding: 60px 0px; }
    #company-search-2018 #home-company-search-bar img.refcom-label {
      width: 160px;
      vertical-align: top;
      margin: 0px auto; }
    #company-search-2018 #home-company-search-bar .search-header {
      margin-bottom: 20px; }
      #company-search-2018 #home-company-search-bar .search-header h3 {
        font-size: 28px;
        text-transform: uppercase;
        color: white; }
  #company-search-2018 #home-company-search {
    width: 100%;
    max-width: 100%; }
    #company-search-2018 #home-company-search label.control-label {
      color: white; }
    #company-search-2018 #home-company-search input {
      width: 250px;
      border: none;
      font-size: 18px;
      padding: 12px 10px;
      color: #29739E;
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      background-image: url("/Media/search-icon.png");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center right 15px; }
      #company-search-2018 #home-company-search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #29739E; }
      #company-search-2018 #home-company-search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #29739E; }
      #company-search-2018 #home-company-search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #29739E; }
      #company-search-2018 #home-company-search input:-moz-placeholder {
        /* Firefox 18- */
        color: #29739E; }
      @media screen and (max-width: 767px) {
        #company-search-2018 #home-company-search input {
          display: block;
          margin: 0 auto; } }
    #company-search-2018 #home-company-search .btn {
      margin: 20px auto;
      display: block;
      max-width: 100%;
      width: 130px !important; }
      @media screen and (max-width: 767px) {
        #company-search-2018 #home-company-search .btn {
          display: block;
          margin: 20px auto;
          padding: 10px 0;
          height: 45px; } }
    #company-search-2018 #home-company-search .btn img {
      width: 21px;
      margin-left: 8px;
      vertical-align: top;
      margin-top: 3px;
      display: inline-block; }
  #company-search-2018 .btn-accent {
    background-color: #FFC124;
    color: #29739E; }

.new-homepage-white {
  /*  Additional CTA */
  /* undo something in main.css */ }
  .new-homepage-white .block-home-feature-cta {
    height: 290px !important;
    background-repeat: no-repeat;
    background: #29739E;
    padding: 5px 15px;
    font-size: 15px;
    margin-top: 20px; }
    .new-homepage-white .block-home-feature-cta .icon {
      width: 140px;
      height: 140px;
      background-position: center;
      background-color: white;
      background-size: contain;
      border-radius: 50%;
      float: right;
      background-repeat: no-repeat; }
  .new-homepage-white .home-banner {
    margin: 40px 0; }
  .new-homepage-white .home-banner-image {
    width: 100%; }
  .new-homepage-white .block-home-feature-cta h3 {
    color: #FFC124;
    text-align: left;
    min-height: 84px; }
  .new-homepage-white .block-home-feature-cta p {
    text-align: left;
    float: left;
    width: 175px;
    color: white; }
  .new-homepage-white .block-home-feature-cta p img {
    width: 150px;
    height: 150px;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    margin: 0 auto; }
  .new-homepage-white .feature-cta {
    background: #FFC124;
    color: #29739E; }
    .new-homepage-white .feature-cta img {
      margin-top: 2px; }
  .new-homepage-white .block-home-additional-cta {
    margin-top: 30px; }
  .new-homepage-white .block-home-additional-cta .icon-image {
    text-align: center;
    margin-bottom: 10px; }
    .new-homepage-white .block-home-additional-cta .icon-image img {
      width: 55px;
      height: 55px; }
  .new-homepage-white .block-home-additional-cta h3 {
    color: #29739E;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0; }
  .new-homepage-white .block-home-additional-cta p {
    text-align: center;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #29739E;
    font-size: 18px;
    text-transform: uppercase; }
  .new-homepage-white .block-home-additional-cta a {
    background: #29739E;
    color: white;
    width: 150px !important; }
  .new-homepage-white .additional-cta-link {
    text-align: center; }
  .new-homepage-white .btn-primary img {
    height: 24px; }
  .new-homepage-white .col-md-4.column {
    padding-left: 15px !important;
    padding-right: 15px !important; }

/* yellow background */
#homepage-yellow {
  background: #FFC124;
  padding: 40px 0px; }

.new-homepage-yellow {
  /*  Additional CTA */
  /* undo something in main.css */ }
  .new-homepage-yellow .block-home-additional-cta .icon-image {
    text-align: center; }
    .new-homepage-yellow .block-home-additional-cta .icon-image img {
      width: 100px;
      height: 100px;
      float: right;
      background-color: transparent; }
  .new-homepage-yellow .block-home-additional-cta h3 {
    color: #34495e;
    text-align: left;
    font-size: 21px;
    font-weight: 300;
    margin: 5px 0;
    max-width: 200px; }
  .new-homepage-yellow .block-home-additional-cta p {
    text-align: left;
    color: #2e2f36;
    font-size: 11px;
    max-width: 250px; }
  .new-homepage-yellow .block-home-additional-cta a {
    background-color: transparent;
    color: white;
    width: 150px !important;
    float: left; }
  .new-homepage-yellow .additional-cta-link {
    text-align: left; }
  .new-homepage-yellow .col-md-4.column {
    padding-left: 15px !important;
    padding-right: 15px !important; }

/* HOME PAGE SLIDER */
.new-homepage-slider {
  max-height: 300px;
  margin: 20px 0 0;
  padding-left: 30px;
  background-color: #f1f1f1; }
  .new-homepage-slider h2 {
    font-size: 55px; }
  .new-homepage-slider p.subtitle {
    font-size: 28px; }
  @media screen and (max-width: 990px) {
    .new-homepage-slider h2 {
      font-size: 32px !important; }
    .new-homepage-slider p.subtitle {
      font-size: 16px !important; } }

/* TWEAK EXISTING SEARCH BOX */
.search-bar-adjust #company-search {
  width: 100% !important;
  max-width: 100% !important; }
.search-bar-adjust #search-term-code, .search-bar-adjust #search-term-name {
  max-width: 200px !important;
  font-size: 16px !important; }
.search-bar-adjust #company-search-button {
  width: 50px !important;
  max-width: 50px !important; }

.homepage-fw-banner {
  margin: -20px 0px -45px 0px; }
  .homepage-fw-banner img {
    width: 100%; }
  @media screen and (max-width: 520px) {
    .homepage-fw-banner {
      display: none; } }

body, html {
  height: 100%; }

.home-tweet .tweet, .home-tweet .news {
  margin-bottom: 10px;
  background: #F1F1F1;
  border-top: 4px solid #FFC124;
  padding: 20px;
  color: #29739E; }
  .home-tweet .tweet h3, .home-tweet .news h3 {
    margin-top: 0px;
    margin-bottom: 10px; }
    .home-tweet .tweet h3 img, .home-tweet .news h3 img {
      width: 20px; }
  .home-tweet .tweet h5, .home-tweet .news h5 {
    margin-top: 0px;
    margin-bottom: 5px; }
  .home-tweet .tweet a, .home-tweet .news a {
    color: #29739E;
    font-weight: bold; }
  .home-tweet .tweet a.button, .home-tweet .news a.button {
    background: #29739E;
    padding: 5px;
    color: white;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px; }
    .home-tweet .tweet a.button img, .home-tweet .news a.button img {
      width: 18px;
      margin-left: 5px; }
    .home-tweet .tweet a.button:hover, .home-tweet .news a.button:hover {
      text-decoration: none;
      background: #1e5676; }

/*# sourceMappingURL=new-homepage.css.map */
