/* pfizer-hcp2-banner.css */
.pfizer-hcp-banner {
  position: relative;
  overflow: hidden;
}

.pfizer-hcp-banner .container .container {
  margin: 0;
  padding: 0;
}

.pfizer-hcp-banner > .container,
.pfizer-hcp-banner > .container-fluid {
  position: relative;
  padding: 0;
}

@media (max-width: 1364px) {
  .pfizer-hcp-banner .background .container {
    width: auto;
  }
}

.pfizer-hcp-banner .foreground .container {
  padding: 0;
}

.pfizer-hcp-banner .section {
  position: static;
}

.pfizer-hcp-banner .background picture {
  display: block;
}

.pfizer-hcp-banner .background img {
  height: auto;
  width: 100%;
}

.campaign-text {
  position: relative;
  white-space: normal;
  z-index: 1;
}

.pfizer-hcp-banner h1 {
  background-color: #0088ce;
  font-size: 1.429em; /*20px*/
  line-height: 1.4;
  margin: 0;
}

.name-and-slogan .site-name .fw,
.name-and-slogan .site-name .sw {
  background-color: #0088ce;
  clear: none;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
}

.name-and-slogan .site-name .fw {
  padding: 10px 0 10px 10px; /* RTL */
}

.name-and-slogan .site-name .sw {
  clear: none;
  padding: 10px 15px 10px 0; /* RTL */
}

.name-and-slogan .site-name .sw.only {
  padding: 10px 15px;
}

.product-banner .name-and-slogan .site-name .fw {
  padding: 10px;
}

.usr-wrapper .usr {
  background-color: #f5f5f5;
  font-size: 0.857em; /*12px*/
  padding: 15px 0;
  text-align: center;
}

.usr-wrapper .usr p {
  font-size: 0.857em; /*12px*/
  margin: 0;
}

.usr-wrapper .usr span.strong {
  color: #464646;
}

.front .usr-wrapper {
  background-color: #b3c5c5;
  opacity: 0.9;
}

@media only screen and (min-width: 640px) {
  .campaign-text {
    float: left;
    width: 40%;
  }
  .name-and-slogan {
    float: left; /* RTL */
  }
  .name-and-slogan p {
    margin: 0;
  }
  .name-and-slogan .site-name {
    background: none;
  }
  .pfizer-hcp-banner .foreground {
    bottom: auto;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .pfizer-hcp-banner .foreground .content {
    height: 100%;
    padding: 10px;
  }
  .front .usr-wrapper {
    clear: left; /* RTL */
    float: left; /* RTL */
  }
  .front .usr-wrapper .usr {
    border: none;
    font-family: "FS Albert Web Bold", FS Albert Web Regular, Verdana, Arial, sans-serif;
    font-size: 0.929em; /*13px*/
    font-weight: 600;
    padding: 15px 25px;
    text-align: left;
    width: auto;
  }
}

@media only screen and (min-width: 960px) {
  .pfizer-hcp-banner .foreground .content {
    padding: 20px;
  }
  .campaign-text {
    width: auto;
  }
  .pfizer-hcp-banner h1 {
    font-size: 2.143em; /*30px*/
  }
  .name-and-slogan {
    margin: 0 0 20px 0;
  }
  .name-and-slogan .site-name .fw {
    padding: 10px 0 10px 15px; /* RTL */
  }
  .name-and-slogan .site-name .sw {
    padding: 10px 15px 10px 0; /* RTL */
  }
  .usr-wrapper .usr {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1365px) {
  .pfizer-hcp-banner .foreground .container {
    position: relative;
  }
}
