/* ======================
      MOVE TO GLOBAL
===========================*/
.btn-blue {
  background-color: #92b7bc;
}
.btn.btn-blue:hover {
  color: #fff;
  background-color: #7F9FA3;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.hero-div.floating-header {
  max-height: 200px;
}
.floating-header .floating-text {
  position: absolute;
  bottom: 10px;
}
.floating-text h1{
  color: white;
  margin-bottom: 0;
  font-size: 2em
}
.no-data-header {
  margin: 0;
  padding: 50px;
}
@media (min-width: 768px) {
  .hero-div.floating-header {
    max-height: 175px;
  }
  .floating-header .floating-text {
    position: absolute;
    bottom: 25px;
  }
  .floating-text h1{
    font-size: 2.369em;
  }
}

/*========= MODULE GENERAL =========*/
#TopContent {
  margin-top: -85px !important;
  background-color: #ffffff !important;
}
.vfb-breadcrumb {
  display: none;
}
.hero-div {
  position: relative;
  background-image: url("/Portals/FBA/Site%20Images/AgentsLarge/agent-page-header-1400.png");
  background-position: right;
  margin: 0 auto 0 auto;
  background-repeat: no-repeat;
  height: 250px;
  width: auto;
  background-size: cover;
}
.slogan-div h1 {
  color: #ffffff !important;
}
.slogan-div {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  margin-top: 25px;
}
.vfbStyleHidden {
  display: none;
}

/*========= PANEL =========*/
.agentInfoSection {
  margin-bottom: 25px;
}
.agentInfoSection hr {
  margin-bottom: 20px;
  border-top: 1px solid #333;
}
.agentInfoSection .vfb-panel {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.agentInfoSection .panel-body {
  background-color: white;
  box-shadow: 2px 2px 3px #ccc;
  border: 1px solid #ccc;
}
.health-agent .contact-info {
  margin-bottom: 20px;
}
.agent-info-mobile {
  margin-bottom: 20px;
}


/*========= BUTTONS =========*/
.vfb-panel .agent-email-btn {
  display: none;
}
.btn.agent-phone-btn {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent-phone-btn .phone-num {
  font-size: 14px;
  margin-left: 5px;
}

/*========= PHOTO =========*/
.row .agent-photo {
  margin-bottom: 15px;
  padding-left: 15px;
}
.agent-photo img {
  box-shadow: 2px 2px 3px #cccccc;
  border: 1px solid #ccc;
}

/*========= PHONES =========*/
.phone-number{
  text-decoration: none;
  font-size: 24px;
  color: black;
}
.healthAgent-phone {
  margin-bottom: 7.5px;
  display: none;
}
.agent-phone {
  display: none;
  align-items: center;
}
.agent-phone a{
  text-decoration: none;
  color: black;
  margin-left: 5px;
}
.agent-info-mobile .agent-phone {
  display: flex;
  align-items: center;
}
.agent-email{
  display:flex;
  align-items: center;
}
.agent-email .email {
  margin-left: 5px;
  cursor: pointer;
}
.agent-email a {
  text-decoration: none;
  color: black;
}
.phone-link {
  text-decoration: none;
  color: white;
}
.phone-link:hover {
  text-decoration: none;
  color: white;
}

/*========= SOCIAL LINKS =========*/
.social-media-container {
  margin-bottom: 20px;
}
.agent-social-link {
  display: flex;
  align-items: center;
}
.agent-social-link i {
  font-size: 24px;
  color: #3b5998;
}
.agent-social-link a{
	text-decoration: none;
  margin-left: 5px;
}

/*========= QUOTECARD =========*/
.quoteInfoCardPanel {
  background-color: #ffffff;
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.quoteInfoCardPanel {
	margin: 20px 0;
}
.quoteInfoCardPanel .vfb-input {
	height: 50px !important; /*there is a height being applied by JS that needs to be overwritten*/
	font-size: 16px;
}
.quoteInfoCardPanel .form-control {
	height: 50px;
	font-size: 16px;
}
.quoteInfoCardPanel .vfb-input,
.quoteInfoCardPanel .form-control {
	margin-bottom: 15px;
}
.quoteInfoCardPanel .vfb-form h1 {
	margin-bottom: 25px;
}

/*========= OFFICES =========*/
.office-container {
  margin-bottom: 15px;
}
.office-container a {
  color: #333;
}

/*========= MEDIA QUERIES =========*/
@media (min-width: 768px) {
  .agentInfoSection hr {
    margin-bottom: 17px;
  }
  .container.quoteCard-container {
    padding: 0 50px;
  }
  .quoteCard-container .quoteInfoCardPanel {
    padding: 20px 40px;
  }
  .row .agent-photo {
    padding-left: 0px;
  }
  .agentInfoSection .vfb-panel {
    background-color: white;
    box-shadow: 2px 2px 3px #ccc;
    border: 1px solid #ccc;
  }
  .agentInfoSection .panel-body {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .agentInfoSection hr {
    margin-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .mobile-btn-container {
    display: none;
  }
  .container.quoteCard-container {
    padding: 0 100px;
  }
  .quoteCard-container .quoteInfoCardPanel {
    padding: 40px 80px;
  }
  .agent-info-mobile {
    display: none;
  }
  .agent-phone {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
  }
  .healthAgent-phone {
    display: block;
  }
  .row .agent-photo {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .vfb-panel .agent-email-btn {
    display: block;
  }
  .health-agent .contact-info {
    margin-bottom: 7.5px;
  }
}
