html {
  height: 100% !important;
}

body {
  min-height: 100% !important;
  background: #f0f0f0 !important;
}

#wrap {
  background: #f0f0f0;
}

a.skip {
  font-size: 14px;
}

.smartsearch-header {
  background: none !important;
  display: flex;
  padding: 35px 0 20px;
}

.smartsearch-header p {
  color: #333 !important;
  text-align: left;
  font-size: 14px;
}

.smartsearch-input-wrapper input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  margin-right: 100px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.smartsearch-input-wrapper
{
    display: flex;
    padding:0;
}

.smartsearch-input-wrapper button {
  height: 40px;
  width: auto;
  background-color: #007DC3;
  border: 1px solid #005686 !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 28px;
  top: 0 !important;
}

.smartsearch-input-wrapper button:after {
  display: none;
}

.smartsearch-results>h3 {
  padding-bottom: 20px;
  font-size: 14px;
}

.profile-inner-wrapper {
    border-radius: 0 !important;
    box-shadow: none !important;
    align-items: flex-start !important;
}

.profile-intro p,
.profile-summary p {
  display: flex;
}

.profile-intro h4 {
  color: #0097a9;
  margin-top:10px;
}

.profile-intro p label {
  width: 50%;
  color: #0097a9;
  overflow-wrap: break-word;
}

.profile-intro p.profession label {
  font-weight: bold;
  color: #333;
}

.profile-summary p span,
.profile-intro p span {
   width: 50%;
  display: inline-block;
}

.profile-intro p.profession span {
  font-weight: bold;
  color: #333;
  width: 50%;
  display: inline-block;
}

.profile-summary {
  border-left: none !important;
  padding-top: 50px;
}

.profile-summary p label {
  color: #0097a9;
  width: 50%;
  display: inline-block;
}

.smartsearch-results
{
    padding: 0;
}

.search-results ul .profile-inner-wrapper {
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #eee;
}

h3
{
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}

.ahpra-logo {
	width: 290px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary {
    background-color: #a2bb3a !important;
    position: relative !important;
    top: -2px !important;
    margin-left: 5px !important;
    font-weight: normal !important;
}

.label-primary a.tool-tip {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: inline !important;
    line-height: 14px;
    background-color: transparent;
    border: none !important;
    color: #fff !important;
}

@media (max-width: 767px) {
	.profile-inner-wrapper {
		display: block !important;
	}
	
	.profile-summary {
		padding-top: 0 !important;
		padding-left: 15px !important;
	}
}