.home-intelligence-center-wrapper {
  padding: 100px 0;
  max-width: 1300px;
  margin: auto; }
  .home-intelligence-center-wrapper #home-rep-search-block {
    margin: 30px auto 40px; }
  .home-intelligence-center-wrapper #home-rep-support-links {
    text-align: center; }
  .home-intelligence-center-wrapper .home-rep-support-subheader {
    font-weight: 400;
    color: #cfd0d4;
    padding-bottom: 15px;
    font-size: 16px; }

@media (min-width: 500px) {
  .home-intelligence-center-wrapper #home-rep-search-block {
    margin: 38px auto 40px; }
  .home-intelligence-center-wrapper .home-rep-support-subheader {
    font-size: 18px; } }

.home-rep-support-links-list {
  width: 100%;
  margin: auto !important;
  display: flex;
  flex-direction: column; }

@media (min-width: 680px) and (max-width: 1060px) {
  .home-rep-support-links-list {
    max-width: 640px; }
    .home-rep-support-links-list li:nth-of-type(3) a {
      margin-right: 0 !important; } }

#home-search-form {
  position: relative;
  height: 50px;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: auto; }

.search-subtitle {
  color: #a7a7a7;
  font-weight: 400;
  padding-bottom: 10px; }

.intelligence-center-search-input {
  height: 100%;
  flex-grow: 1;
  border: 0;
  border-radius: 4px 0 0 4px !important;
  padding-left: 12px;
  font-size: 15px; }
  .intelligence-center-search-input::placeholder {
    font-size: 14px; }

#home-intelligence-center-search-submit, #intelligence-center-search-submit {
  color: transparent;
  background-color: #066eb6;
  border: none;
  border-radius: 0 4px 4px 0;
  background-image: url(/assets/icon_search-218365ab0df07a96306d7a7e0a013540ae37db91d999bfee0733033caf4f127f.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px;
  margin: 0;
  height: 100%;
  width: 60px; }

.home-rep-support-link {
  display: block;
  min-height: 84px;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  background-color: #2e3135;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position-x: 27px;
  background-position-y: center;
  margin-bottom: 10px;
  padding-left: 130px;
  padding-top: 34px; }

.home-rep-support-link:hover {
  background-color: #33363a;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12); }

#home-webrep-support-link {
  background-image: url(/assets/icon_webrep_color-daca3b382a1afe77b1776316aeda264a58331a9ecdc14cd5467f48ccb2bf9f3a.svg);
  background-size: 54px;
  background-position: left 26px bottom 14px; }

#home-website-content-support-link {
  background-image: url(/assets/icon_webcat_white-ed45e2cf6dcc79cb360179e751af7dc1ffb2f269c62bc045b20de9f82b80b68e.svg);
  background-size: 47px;
  background-position: left 24px bottom 18px; }

#home-email-ip-sender-support-link {
  background-image: url(/assets/icon_senderip_color-95cce0735c44f2f78f1e16f2ee8f6b2b11d3eaf12f784d16a2af5bd0fd41a342.svg);
  background-size: 56px;
  background-position: left 24px bottom 13px; }

#home-domain-sender-support-link {
  background-image: url(/assets/icon_senderdomain_color-19ca15a83d34c9fd9ee886f44638ccf681dd158feeceffd867df6ad8bfb77edb.svg);
  background-size: 65px;
  background-position: left 24px bottom 7px; }

#home-file-attachment-support-link {
  background-image: url(/assets/icon_filerep_color-3be3294819e2cc534c39be6aee0072ab4bc663d99f1ad33bf614d261d9597b4f.svg);
  background-size: 47px;
  background-position: left 29px bottom 18px; }

#home-snort-support-link {
  background-image: url(/assets/icon_snort_white-98d26953cdabb5b7ab897a69a959c1824784be7101b52159c9dd4b93ecc72c26.svg);
  background-size: 50px;
  background-position: left 29px bottom 17px; }

@media (min-width: 676px) {
  .home-rep-support-links-list {
    margin: auto !important;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row; }
    .home-rep-support-links-list li:last-of-type a {
      margin-right: 0 !important; }
  .home-rep-support-link {
    font-size: 14px;
    text-align: center;
    min-height: 120px;
    width: 150px;
    background-position: center bottom 20px;
    padding: 16px 14px 10px 10px;
    margin-bottom: 20px;
    margin-right: 20px; }
  #home-webrep-support-link {
    background-position: center bottom 20px; }
  #home-website-content-support-link {
    background-position: center bottom 20px; }
  #home-email-ip-sender-support-link {
    background-position: center bottom 14px; }
  #home-domain-sender-support-link {
    background-position: center bottom 11px; }
  #home-file-attachment-support-link {
    background-position: center bottom 23px; }
  #home-snort-support-link {
    background-position: center bottom 20px; } }
