body {
  background: #fff;
  color: #333;
}
/* Override label font-weight:bold, set by bootstrap */

label {
  font-weight: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Open Sans', sans-serif !important;
}
#searchResults {
  top: 25px;
}
input[type=text]::-ms-clear {
  display: none;
}
.no-results-placeholder-text {
  padding-left: 5px;
}
.multiselect-parent {
  width: 100%;
}
.multiselect-parent > button {
  padding: 3px 0 6px;
}
.peripheralButton {
  border-radius: 0px;
  width: 100%;
  border: 1px solid transparent;
  text-align: left;
  color: #989898;
  background-color: transparent;
}
a:focus, button:focus, input:focus .peripheralButton:focus, .disabled-check-input:focus, .disabled-search-input:focus{
	border-color: #4D90FE;
	outline: 2px solid #4D90FE !important;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(77, 144, 254, 0.6);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(77, 144, 254, 0.6);
}
.peripheralButton:hover, .peripheralButton:active {
  background-color: transparent;
  color: #77B800;
}
.peripheralButton .caret{
	float: right;
	position: relative;
	top: 7px;
}
.multiselect-parent .dropdown-menu{
  width: 340px;
  overflow: auto !important;
	padding: 0;
}
.otn-multiselect-parent .dropdown-menu li.dropdown-header{
	padding: 0 !important;
}
.otn-multiselect-parent .dropdown-menu li.divider{
	margin: 0 !important;
  float: left;
}
a.manf-name:hover {
  text-decoration: none;
}
.callout-links p {
  margin: 0;
}
.short-desc {
  max-width: 50%;
}
#result-thumb {
  width: 90px;
  height: auto;
}
#results section {
  border-bottom: 1px solid #666666;
}
.result-part {
  overflow: hidden;
  margin: 10px;
  padding-bottom: 5px;
}
#content {
  border-top: 3px solid #CCCCCC;
  background-color: #E8E6ED;
}
#searchResults {
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#search-form {
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: none;
}
#search-filter {
  width: auto;
}
.btn-toolbar input {
  float: left;
  margin-right: 5px
}
.content-type {
  font-weight: normal;
  font-size: 10px;
}
#results-main {
  overflow: hidden;
}
#result-set,
#results-parts {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
}
.results-link {
  color: #888888;
  font-size: 11px;
}
.manf-name {
  font-weight: normal;
  font-size: 10px;
}
.data-icon {
  float: right;
  margin: 0 0 0 6px;
}
.data-icon img {
  width: auto;
  height: 16px;
}
ul {
  margin: 0;
  list-style-type: none;
}
em,
code {
  padding: 0 2px;
  background-color: #FFFDBB;
  font-style: normal;
}
@-webkit-keyframes page-forward {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes page-back {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes page-forward {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes page-back {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.page-forward.ng-enter {
  -webkit-animation: 0.5s page-forward;
  animation: 0.5s page-forward;
}
.page-back.ng-enter {
  -webkit-animation: 0.5s page-back;
  animation: 0.5s page-back;
}
.full-height-fix {
  min-height: 62vh;
}
.message-container {
  position: fixed;
  top: 76px;
  right: 0;
  left: 0;
  z-index: 2000;
}
/* move message container to top if modal is open */
body.modal-open .message-container {
  top: 0;
  z-index: 9999999;
}
.container-home {
  position: relative;
}
/* new hub home page styles [BEGIN] */
.container-home .row {
  margin: 0px;
  padding: 0px;
}
.hub-patient-care-section,
.hub-professional-dev-section {
  background-size: cover;
  background-color: #5F5F5F;
  background-position: center center;
  color: #fff;
  min-height: calc(100vh - 110px);
  padding: 20px 0px;
}
.introduction-feed{
  height: 200px;
}
.hub-intro-section {
  position: relative;
  background-color: #5F5F5F;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.hub-intro-section a {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.hub-intro-section .video-thumbnail {
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 100%;
  height: 200px;
  margin: 0px;
  padding: 0px;
}
.hub-intro-section .carousel-indicators {
  position: absolute;
  bottom: 10px;
}
.hub-intro-section .carousel-indicators li, .whats-new .carousel-indicators li{
  margin-right: 10px;
}
.hub-intro-section .carousel-indicators li:last-child, .whats-new .carousel-indicators li:last-child{
  margin-right: 0;
}
.intro-feed-video-modal {
}
.intro-feed-video-modal a.close-modal-2 {
  color: #ffffff;
  border: .5px solid #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 7px 11px;
  font-weight: 100;
  top: 0;
  font-size: 12px;
  right: -45px;
  opacity: 0.8;
}
.intro-feed-video-modal a.close-modal-2:hover{
  opacity: 1;
}
.intro-feed-video-modal .modal-dialog {
  top: 3rem;
  width: 75vw;
}
.intro-feed-video-modal .modal-header{
  min-height: 0;
  padding: 0;
  border-bottom: none;
}
.intro-feed-video-modal .modal-body{
  padding: 0;
}
.intro-feed-video-modal video {
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.intro-description-wrapper{
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-left: 5vw;
  max-width: 500px;
  text-align: left;
}
.intro-description-wrapper h1{
	font-weight: 300;
}
.hub-rss-section,
.hub-newsletter-section {
  min-height: 282px;
}
.hub-patient-care-section {
  background-image: url('/images/hub-patient-care-section-background.jpg');
}
.hub-professional-dev-section {
  background-image: url('/images/hub-professional-dev-section-background.jpg');
}
.hub-newsletter-section {
  background-color: #4e4f54;
}
.hub-intro-heading {
  text-align: center;
  margin: 10vh 0px 20px 0px;
}
.hub-intro-heading h1 {
  font-size: 40px;
}
.hub-intro-heading p {
  font-size: 24px;
  margin: 20px auto;
  max-width: 460px;
  font-weight: 300;
}
.hub-patient-care-heading,
.hub-professional-dev-heading {
  margin: 30px 20px;
}
.hub-section-option {
  display: block;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin: 8vh auto 5vh;
  opacity: 0.8;
  padding: 15px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hub-patient-care-section .hub-section-option,
.hub-professional-dev-section .hub-section-option {
  background-color: #fff;
  color: #565656;
}
.hub-section-option:hover, .whats-new-btn:hover {
  text-decoration: none;
  opacity: 1;
}
.hub-section-option h2 {
  font-size: 32px;
  font-weight: 300;
}
.hub-section-option p {
  margin: 15px 0px;
  padding: 0px;
  font-size: 14px;
}
.hub-section-option a:hover {
  text-decoration: none;
}
.hub-patient-care-section .hub-section-option h2,
.hub-professional-dev-section .hub-section-option h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}
.hub-section-option .hub-section-action {
  color: #fff;
  padding: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.hub-section-option .hub-section-action:hover {
  color: #8ab7ff;
}
.hub-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.hub-econsult-icon {
  background-image: url(../images/hub-econsult-icon.png);
}
.hub-evisit-icon {
  background-image: url(../images/hub-evisit-icon.png);
}
.hub-ecare-icon {
  background-image: url(../images/hub-ecare-icon.png);
}
.hub-epodium-icon {
  background-image: url(../images/hub-epodium-icon.png);
}
.hub-elearning-icon {
  background-image: url(../images/hub-elearning-icon.png);
}
.news-section-left,
.news-section-main,
.news-section-right {
  float: left;
  height: 100%;
  margin: 0px;
  position: relative;
  text-align: center;
}
.news-section-left,
.news-section-right {
  display: inline-block;
  position: relative;
  top: 17rem;
  width: 1.5%;
  min-width: 19px;
  min-height: 10px;
  z-index: 1;
	height: auto;
}
.hub-intro-section .news-section-left, .hub-intro-section .news-section-right{
  top: 8rem;
}
.news-section-left a,
.news-section-right a {
  color: #575757;
}
.news-section-main {
  padding: 0px;
  width: 96%;
  z-index: 1;
}
.news-section-main a:hover, .news-section-main a:focus, .news-section-main a:active, .hub-healthcare-card-container a:hover, .hub-healthcare-card-container a:focus, .hub-healthcare-card-container a:active{
  text-decoration: none;
  border-radius: calc(0.75rem - 1px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.hub-rss-section .whats-new {
  display: inline-block;
  width: 100%;
}
.whats-new .carousel-indicators {
  bottom: -30px;
  margin-bottom: 0px;
}
.whats-new .carousel-indicators li {
  border-color: #000;
  background-color: #fff;
}
.whats-new .carousel-indicators li.active {
  border-color: #717073;
  background-color: #717073;
}
.hub-rss-section h1,
.hub-rss-section h5 {
  background: none;
  color: #0279cf;
  font-size: 18px;
  margin-top: 0px;
  text-align: left;
}
.hub-rss-section .whats-new {
  padding: 30px 10px 50px;
}
.hub-rss-section .news-entry-wrapper {
  min-height: 140px;
  text-align: left;
  display: inline;
  position: relative;
  float: left;
  width: 24%;
  margin-left: 1%;
}
.news-entry-wrapper{
  padding-bottom: 0 !important;
}
.hub-rss-section .news-heading {
  font-size: 17px;
  font-weight: bold;
}
.hub-rss-section .next-post {
  bottom: 0px;
}
/*new styles*/
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.news-section-main .card{
  min-height: 249px;
}
.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  color: #fff;
  z-index: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 115px;
  padding: 1.25rem;
  background-color: rgba(0,104,128, 0.7);
  border-top-right-radius: calc(0.75rem - 1px);
  border-top-left-radius: calc(0.75rem - 1px);
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img-top {
  border-top-right-radius: calc(0.75rem - 1px);
  border-top-left-radius: calc(0.75rem - 1px);
  height: 115px;
  background-size: cover;
	background-position: center center;
}
.card-img-top h4 {
  margin: 0px;
	font-weight: 400;
}
.card-text{
  color: #717073;
}
.card-text:last-of-type{
  font-size: 12px;
  color: #A9A8A9;
  margin: 0;
  bottom: 1.25rem;
  right: 1.25rem;
  position: absolute;
}
.goback-icon{
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../images/goback-active.png);
  background-repeat: no-repeat;
  background-position: center;
}
.goforward-icon{
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../images/goforward-default.png);
  background-repeat: no-repeat;
  background-position: center;
}
.goback-carousel-icon{
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../images/back-control.png);
  background-repeat: no-repeat;
  background-position: center;
}
.goforward-carousel-icon{
  display: inline-block;
  width: 19px;
  height: 24px;
  background-image: url(../images/forward-control.png);
  background-repeat: no-repeat;
  background-position: center;
}
  /*new styles end*/
.hub-newsletter-section {
  padding: 30px 0px;
  text-align: center;
}
.hub-newsletter-section h1 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 10px;
}
.hub-newsletter-section a:hover {
  text-decoration: none;
}
.hub-newsletter-icon {
  /* TODO */
}
.hub-links-section {
  background-color: #222222;
  position: fixed;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 1000; /* needs to sit higher than footer */
  height: 40px;
}
.hub-links-section ul {
  display: inline-block;
  list-style: none;
  padding: 0px;
}
.hub-links-section li {
  float: left;
  font-size: 13px;
  padding: 0px;
  margin-right: 30px;
	position: relative;
}
.hub-links-section li:last-of-type {
  margin-right: 0;
}
.hub-links-section li a {
  color: #fff;
  display: inline-block;
  padding: 10px 14px;
}
.hub-links-section li a:hover {
  color: #8ab7ff;
  text-decoration: none;
}
.hub-link-active:before{
	width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  position: absolute;
  left: 50%;
  content: "";
  margin-left: -10px;
  top: 0px;
  padding: 0 !important;
}
.hub-mega-menu-container {
  background-color: #fff;
  position: fixed;
  bottom: 40px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px -2px 3px 1px rgba(0,0,0,0.1);
}
.hub-mega-menu-container a:hover {
  text-decoration: none;
}
.hub-mega-menu-container h2, .hub-mega-menu-container h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
.hub-mega-menu-container h3 {
  color: #55565A;
  padding: 10px 10px 10px 28px;
  font-size: 16px;
  margin-top: 10px;
}
.hub-mega-menu-container img {
  width: 100%;
}
.hub-mega-menu-container ul {
  padding: 0px;
}
.hub-mega-menu-container ul li {
  margin-bottom: 20px;
}
.hub-mega-menu-container ul a {
  color: #76767a;
  font-size: 14px;
}
.hub-mega-menu-container ul li a img{
	width: 25px !important;
  height: auto !important;
  position: relative;
  top: -2px;
}
.mega-link{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mega-link-mini{
  height: 120px;
}
.mega-link-mini:hover, .mega-link-mini:active, .mega-link-mini:focus{
 opacity: 0.9; 
}
.mega-link:hover, .mega-link:active, .mega-link:focus, .hub-mega-menu-container ul a:hover, .hub-mega-menu-container ul a:active, .hub-mega-menu-container ul a:focus{
  color: #77B800;
}
.mega-link:hover .goto-icon{
  background-image: url(../images/green-arrow.png);
}
.mega-directory{
  background-image: url(../images/Directory-menu.png);
}
.mega-videoconference{
  background-image: url(../images/video-menu.png);
}
.mega-schedule{
  background-image:url(../images/schedule-menu.png);
}
.mega-econsult{
  background-image:url(../images/eConsult-menu.png);
}
.mega-teledermatology{
  background-image: url(../images/Telederm-menu.png);
}
.mega-telehomecare{
  background-image:url(../images/telehome-menu.png);
}
.mega-webcast{
  background-image: url(../images/webcast-menu.png);
}
.mega-learning{
  background-image: url(../images/learning-menu.png);
}
.mega-training{
  background-image: url(../images/Training-menu.png);
  background-position: 0 -60px;
}
.mega-menu-description-wrapper{
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  opacity: 0.95;
  position: absolute;
  bottom: 0;
  height: 104px;
}
.mega-menu-description-wrapper p{
  display: inline-block;
  width: 90%;
}
.mega-menu-description-wrapper span{
  display: inline-block;
  float: right;
  border: 2px solid;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.goto-icon{
  background-image: url(../images/blue-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.goto-icon-white{
  background-image: url(../images/white-arrow.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.description-white{
  color: #ffffff;
  background-color: transparent;
  padding: 10px 30px;
  top: 0;
}
.overlay-blue{
  background-color: #0075C9;
  opacity: 0.75;
  width: 100%;
  height: 120px;
  position: absolute;
}
.overlay-purple{
  background-color: #8348AD;
  opacity: 0.75;
  width: 100%;
  height: 120px;
  position: absolute;
}
.overlay-orange{
  background-color: #F04E23;
  opacity: 0.75;
  width: 100%;
  height: 120px;
  position: absolute;
}
.mega-menu-fix-height{
  min-height: 300px;
}
.white-border-right{
  border-right: 1px solid #ffffff;
}
.mega-link-mini-list{
  padding: 15px 30px !important;
  display: inline-block;
  width: 100%;
}
/* new hub home page styles [END] */

.hub-main {
  width: calc(100% - 300px);
}
.hub-side-panel {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 300px;
}
.hub-side-panel ul {
  padding: 0px;
}
.hub-side-panel .nav-heading,
.hub-side-panel .nav-subheading,
.hub-side-panel .rss-panel .nav-heading h5,
.hub-side-panel .whats-new h5 {
  position: relative;
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 10px 20px;
  background-color: #77B800;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.hub-side-panel .whats-new {
  padding: 0px;
  padding-top: 6px;
}
.hub-side-panel .nav-heading {
  font-size: 16px;
}
.hub-side-panel .nav-subheading {
  font-size: 14px;
}
.hub-side-panel .rss-panel .nav-heading {
  margin: 0px;
  padding: 0px;
  background: none;
}
.hub-side-panel .rss-panel ul {
  margin-left: 20px;
}
.hub-side-panel .news-entry-wrapper {
  margin-left: 20px;
  margin-bottom: 50px;
}
.nohub .welcome-text {
  display: none;
}
/*IE ignores placeholder default color*/
input:-ms-input-placeholder {
  color: #989898 !important;
}
.hub-heading-bub {
  margin-top: 75px;
}
.hub-heading-bub-2 {
  margin-top: 57px;
}
.hub-quick-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.hub-quick-action a {
  display: block;
}
.hub-down-arrow {
  display: inline-block;
  width: 26px;
  height: 14px;
  background-image: url(../images/hub-down-arrow.png);
}
.whats-new-btn {
  display: block;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  opacity: 0.8;
  background-color: #0275c8;
  background-image: url(../images/whats-new-icon.png);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.whats-new-wrapper {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.hub-main .guided-search-wrapper {
  display: none;
}
.nohub .search-wrapper {
  display: inline-block;
  width: 1180px;
  text-align: left;
  margin: 25px 0 0 0;
}
.nohub .guided-search-wrapper {
  position: relative;
  text-align: left;
}
.nohub .guided-search-wrapper > h2{
	text-align: center;
	font-size: 26px;
	margin-top: 0;
}
.nohub .three-search-wrapper {
  padding: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.nohub .three-search-wrapper > div {
  display: inline-block;
  height: 300px;
  width: 365px;
  border: 1px solid #E7E7E9;
  margin-right: 43px;
  border-radius: 4px;
	background-color: #fff;
	padding: 0 10px;
}
.nohub .three-search-wrapper > div:last-child {
  margin-right: 0;
}
.find-a-site-wrapper > span {
  display: block;
  background-image: url(../images/guided-search-map-icon.png);
	background-size: 45px;
  height: 45px;
  width: 45px;
  margin: 10px auto 10px;
}
.refer-a-patient-wrapper > span {
  display: block;
  background-image: url(../images/guided-search-patient-icon.png);
	background-size: 45px;
  height: 45px;
  width: 45px;
  margin: 10px auto 10px;
}
.ask-for-advice-wrapper > span {
  display: block;
  background-image: url(../images/guided-search-advice-icon.png);
	background-size: 64px;
  height: 64px;
  width: 64px;
  margin: 10px auto 10px;
}
.community-services-wrapper > span {
  display: block;
  background-image: url(../images/community-service-icon.svg);
	background-size: 54px;
  height: 45px;
  width: 54px;
  margin: 10px auto 10px;
}
.guided-search-heading {
  text-align: center;
}
.guided-search-heading h1,
.guided-search-heading h2{
	font-size: 24px;
	margin-top: 10px;
}
.guided-search-heading p {
  font-size: 14px;
  color: #717073;
}
.guided-search-form {
  width: 100%;
  color: #717073;
}
.guided-search-form tr td {
  position: relative;
}
.guided-search-field {
  color: #717073;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
}
.guided-search-field:focus{
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-color: #66afe9;
  box-shadow: none;
}
/*
.disabled-check-input:focus, .disabled-search-input:focus{
	box-shadow: none;
}
*/
.dropdown-icon {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/dropdown-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 10px;
  right: 5px;
}
.guided-dropdown {
  border: none;
  background-color: transparent;
  color: #717073;
  width: 105%;
  margin: 0 0 0 -7px;
}
.guided-dropdown:focus {
  box-shadow: none;
}
.guided-dropdown option {
  margin: 0 0 0 7px;
}
.custom-search-group {
  padding: 0 5px;
}
.guided-search-custom-alignment{
	vertical-align: top;
}
.custom-search-style {
  border-bottom: 1px solid #e7e7e7;
}
.guided-form-fixed-height {
  height: 31px;
}
.label-checked-guided {
  position: relative;
  display: inline-block;
  color: #717073;
  font-weight: 400;
  padding-left: 20px;
  margin-right: 15px;
  font-size: 13px;
  cursor: pointer;
  padding-top: 8px;
}
.label-checked-guided:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #a9a8a9;
  border-radius: 2px;
  background-color: white;
  content: "";
}
input[type=checkbox]:checked + .label-checked-guided:before,
input[type=radio]:checked + .label-checked-guided:before {
  border: none;
  background-color: #0078C9;
  color: #f3f3f3;
  content: "\2713";
  text-align: center;
  font-size: 13px;
  line-height: 12px;
}
.divider {
  display: inline-block;
  height: 10px;
  width: calc(100% / 2 - 25px);
  background-image: url(../images/divider.png);
  background-repeat: no-repeat;
  background-position: center;
}
.divider:first-child {
  margin-right: 15px;
}
.divider:last-child {
  margin-left: 15px;
}
.guided-search-btn {
  float: left;
  text-align: center;
  position: absolute;
  display: block;
  bottom: 16px;
  left: 103px;
}
#guided-search input {
  opacity: 1;
}
#guided-search input:focus{
	outline: 0;
}
.guided-search-big-wrapper {
  text-align: center;
	background-color: #f9f9f9;
	padding-bottom: 50px;
  display: block;
  overflow: auto;
}
.search-divider {
  height: 68px;
  position: absolute;
  width: 100%;
  background-color: #f9f9f9;
}
.search-result-container {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 210px;
  padding: 10px 20px;
  margin-left: 244px;
  border-left: 1px solid #eeeeee;
}
.first-login-prompt-wrapper {
  padding: 30px;
}
.close-modal-login-prompt {
  background-color: transparent;
  z-index: 99999;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-profile {
  display: inline-block;
  width: 166px;
  height: 37px;
  background-color: #428bca;
  border-radius: 4px;
  border: none;
  text-align: center;
  color: white;
  margin: 20px 0 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-profile:hover {
  background-color: #77B800;
}
.btn-profile:hover, .btn-profile:focus, .btn-profile:active, .close-modal-login-prompt:hover, .close-modal-login-prompt:active, .close-modal-login-prompt:focus {
  outline: none !important;
}
.multiselect-parent .divider {
  width: 100%;
}
.peripherals-dropdown li a {
  outline: none;
}
.peripherals-dropdown .checkbox {
  margin: 0;
}
.multiselect-parent .dropdown-header > .form-control {
  padding: 0;
  border: none;
  box-shadow: none;
}
.multiselect-parent .dropdown-menu > li > a {
  white-space: inherit;
}
.guided-input-box-error {
  border-bottom: 1px solid #c75c5c;
}
.guided-seaarch-dropdown-container{
	float: left;
	width: 100%;
  height: 100px !important;
}
.multiselect-parent .dropdown-menu {
  left: -68px;
}
.peripherals-dropdown .dropdown-menu {
  left: -92px;
}
.pcvc-setting-pref .modal-dialog {
  position: relative;
  top: calc(50vh - 325px);
  left: calc(50vw - 250px);
  margin-top: 0px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.pointer {
  cursor: pointer;
}
.indigenous-services-width {
  width: 135px;
}
.french-services-width {
  width: 190px;
}
.french-services-wider {
  width: 198px;
}
.divider-vertical {
  position: fixed;
  height: 100%;
  border-left: 1px solid #eeeeee;
}
.custom-position {
  left: 244px;
}
.hub-healthcare-solutions-section {
  padding: 40px;
  background-color: #F5F5F5;
}
.hub-healthcare-solutions-section h1 {
  color: #717276;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
a.hub-healthcare-tab {
  color: #c1c0c1;
  margin: 10px 30px 10px 0;
  padding-bottom: 4px;
  text-transform: uppercase;
}
a.hub-healthcare-tab:hover {
  text-decoration: none;
}
a.hub-healthcare-tab-active {
  border-bottom: 2px solid #438cca;
  color: #438cca;
  cursor: default;
}
.hub-healthcare-tab-active:hover {
  text-decoration: none;
}
.hub-healthcare-card-container {
  display: inline-block;
  width: 100%;
}
.hub-healthcare-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  display: inline-block;
  float: left;
  margin-left: 1%;
  width: 24%;
  min-width: 200px;
  min-height: 333px;
  overflow-x: hidden;
}
.hub-healthcare-card:first-child{
  margin-left: 5px;
}
.hub-healthcare-card:last-child{
  margin-right: 5px;
}
.hub-healthcare-card img {
  width: 100%;
}
.hub-healthcare-card h2 {
  color: #438cca;
  font-size: 16px;
  text-align: center;
}
.hub-healthcare-card p {
  color: #aaa;
  font-size: 13px;
  text-align: center;
  padding: 0px 25px;
}
.hub-promotion-section {
  position: relative;
  margin: 50px 0 -15px 0;
}
.hub-promotion-section .left {
  position: relative;
  display: inline-block;
  width: 70%;
}
.left .image-wrapper img {
  position: relative;
  left: -14%;
  display: inline-block;
  width: 100%;
  height: auto;
}
.hub-promotion-section .right {
  position: relative;
  display: inline-block;
  width: 29%;
  left: -5%;
  vertical-align: top;
}
.promotion-content {
  width: 100%;
  margin: 0 auto;
  max-width: 20em;
}
.promotion-heading {
  margin: 35px 0 15px;
}
.btn-get-started {
  margin-top: 10px;
}
.card img{
  width: 100%;
  height: auto;
}
.healthcare-solution-tab{
  margin: 20px 20px 20px 5px;
}
.hub-healthcare-card:last-child{
  margin-right: 0;
}
.card-category{
  position: absolute;
  right: 20px;
  color: #ffffff;
  background-color: #0275c8;
  font-size: 11px;
  padding: 3px 5px;
  z-index: 1;
}
.card-category-upgrade{
  background-color: #F04E23;
}
.card-category-new-doctor, .card-category-new-program, .card-category-new-specialty{
  background-color: #8348AD;
}
.play-video-btn-wrapper{
  position: absolute;
  top: 50%;
  left: 75.5%;
  height: 64px;
  margin-top: -32px;
}
.play-video-btn{
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: inline-block;
  padding: 11px 19px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.play-video-btn:hover, .play-video-btn:active, .play-video-btn:focus{
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.25);
}
.intro-overlay{
  background-color: rgba(0, 0, 0, 0.45);
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.proximity-sorting-wrapper label:first-of-type{
	margin-right: 10px;
}
.proximity-sorting{
	display: inline-block !important;
}
.hubhome-v2-wrapper{
	margin-bottom: -41px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hub-v2-heading-container {
  padding: 30px 0px 50px 0px;
}
.hub-v2-subheading-container{
	display: inline-block;
}
.hub-v2-heading-container h1, .hub-v2-subheading-container h2 {
  color: #0279cf;
}
.hub-v2-heading-container h1 {
	font-size: 40px;
  font-weight: 200;
  text-align: center;
}
.hub-v2-subheading-container h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.hub-v2-section-root {
	background-image: url(../images/Stocksy_29765-gradient.jpg);
	background-size: cover;
	background-position: top;
  background-repeat: no-repeat;
}
.hub-v2-section-root #pcvcModal {
  display: inline;
}
.hub-v2-center-align {
  text-align: center;
  min-height: 147px;
}
.hub-v2-actions > div:last-of-type{
	padding-left: 0;
}
.hub-v2-section-container {
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 15px;
}
.hub-v2-tools-section-container {
  cursor: pointer;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.hub-v2-innovation-section-container,
.hub-v2-smart-healthcare-section-container {
  background-color: #dedede;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  padding: 70px 10px 26px 10px;
  text-align: center;
	height: 199px;
}
.hub-v2-innovation-section-container {
  background-image: url('/images/innovation-centre_processed.jpg');
	margin-right: 1px;
}
.hub-v2-smart-healthcare-section-container {
  background-image: url('/images/smarthealthcare_processed.jpg');
	margin-left: 1px;
}
.hub-v2-learn-more-modal .modal-content {
  border: 1px solid #7b7b7b;
  border-radius: 20px;
}
.hub-v2-learn-more-modal .modal-header {
  border: none;
  line-height: 18px;
  height: 36px;
}
.hub-v2-learn-more-modal .modal-header button.btn-modal-close {
  background: none;
  border: none;
  color: #b5b5b5;
  float: right;
  font-size: 30px;
  font-weight: 100;
}
.hub-v2-section-container h3,
.hub-v2-section-container .btn-link,
.hub-v2-tools-section-container h3,
.hub-v2-innovation-section-container h3,
.hub-v2-smart-healthcare-section-container h3 {
  color: #0279cf;
}
.hub-v2-section-container h3,
.hub-v2-tools-section-container h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}
.hub-v2-section-container h3 {
  font-size: 16px;
}
.hub-v2-tools-section-container h3 {
  font-size: 14px;
}
.hub-v2-innovation-section-container h3,
.hub-v2-smart-healthcare-section-container h3 {
  font-size: 35px;
  font-weight: 300;
}
.hub-v2-section-container p,
.hub-v2-tools-section-container p,
.hub-v2-learn-more-modal p {
  color: #9B9B9B;
  font-size: 12px;
}
.hub-v2-learn-more-modal p{
	text-align: left;
	margin-top: 20px;
	padding: 0px 60px;
}
.hub-v2-tools-section-container p,
.hub-v2-innovation-section-container p,
.hub-v2-smart-healthcare-section-container p {
  width: 80%;
  max-width: 320px;
  margin: auto;
}
.hub-v2-section-container input[type=text] {
  padding: 4px;
	width: 171px;
	border: 1px solid #979797;
}
.hub-v2-section-container input[type=text]::placeholder {
  color: #989898;
}
.hub-v2-section-container .btn,
.hub-v2-learn-more-modal .btn {
  font-size: 12px;
}
.card-text{
	font-size: 13px;
}
.hub-v2-section-container .btn-primary,
.hub-v2-learn-more-modal .btn-primary {
  background-color: #0279cf;
  border-radius: 2px;
  padding: 6px 15px;
	width: 171px;
	font-weight: 600;
}
.hub-v2-learn-more-modal .btn-primary{
	width: 185px;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.hub-v2-section-container .btn-primary[disabled] {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.hub-v2-section-container .btn-primary:hover,
.hub-v2-learn-more-modal .btn-primary:hover {
  background-color: #60bc02;
  border-color: #60bc02;
}
.hub-v2-section-container .icon-container,
.hub-v2-section-container .desc-container,
.hub-v2-section-container .action-container,
.hub-v2-tools-section-container .icon-container,
.hub-v2-learn-more-modal .icon-container {
  background: none;
  display: inline-block;
  padding: 4px;
}
.hub-v2-section-container .icon-container {
	padding-top: 8px;
	margin-right: 18px;
	width: 80px;
	min-height: 73px;
	overflow: hidden;
	text-align: center;
	vertical-align: bottom;
}
.hub-v2-tools-section-container .icon-container {
  padding: 0;
  width: 80px;
  min-height: 58px;
  overflow: hidden;
  text-align: center;
  vertical-align: bottom;
}
.hub-v2-section-container .icon-container img,
.hub-v2-tools-section-container .icon-container img {
  width: 50px;
}
.hub-v2-section-container .desc-container {
  width: 52%;
}
.hub-v2-section-container .action-container {
	text-align: center;
	vertical-align: top;
	position: relative;
	top: 5px;
}
.hub-v2-learn-more-modal {
  padding: 20px;
  text-align: center;
}
.hub-v2-learn-more-modal .modal-dialog {
  width: 600px;
  top: 15%;
}
.hub-v2-learn-more-modal h1 {
  color: #0279cf;
  font-size: 17px;
  font-weight: 700;
}
.hub-v2-learn-more-modal .icon-container {
  height: auto;
}
.hub-v2-learn-more-modal .desc-container {
  padding: 0px 34px;
}
.hub-v2-learn-more-modal .icon-container img {
  width: 65px;
}
.hub-v2-learn-more-modal .action-container {
  padding: 20px;
  margin-bottom: 28px;
}
.hub-v2-proximity-form .btn-primary{
	padding: 6px 10px;
	height: 32px;
	position: relative;
  top: -2px;
	width: auto;
}
.peripherals-dropdown .btn-primary{
  top: 0px !important;
}
.hub-v2-proximity-form .custom-search-style {
  width: 171px;
  border: 1px solid #979797;
  margin-right: 3px;
  height: 30px;
  padding: 4px;
}
.hub-v2-proximity-form .caret {
  display: none;
}
.action-container .custom-search-group {
   padding: 0px;
}

.hub-v2-proximity-form .multiselect-parent > button {
  padding: 0px;
}
.hub-v2-proximity-form .multiselect-parent > button:hover {
  color: #989898;
}
.hub-v2-section-container .action-container.hub-v2-btn-adjustment{
	top: 15px;
}
.hub-v2-custome-positioning{
	width: 171px;
}
.hub-v2-actions .btn-primary {
	width: 87px;
}
.connect-patient-container .btn-primary {
  text-align: center;
  margin-left: 0px;
}
.connect-patient-container input{
  width: 150px;
  border: 1px solid #979797;
  padding: 4px;
}
.connect-patient-container input::placeholder {
  color: rgba(152, 152, 152);
}
.connect-patient-container input:-ms-input-placeholder {
 color: rgba(152, 152, 152);
}
.connect-patient-container input::-moz-placeholder {
 color: rgba(152, 152, 152);
}
.connect-patient-controls {
  display: block;
  padding: 4px;
}

.hub-v2-horizontal-divider {
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #979797;
	position: relative;
	top: 15px;
}
.hub-v2-subheading-wrapper, .hub-v2-subheading-divider-wrapper,
.hub-v2-hot-links .col-md-6{
	padding: 0;
}
.hub-v2-padding-left{
	padding-left: 30px;
}
#whats-new-section h5:after,
.hub-v2-subheading-container h2:after{
	background-color: #979797;
	content: '';
	position: absolute;
	top: 50%;
	width: calc(100% - 235px);
	height: 1px;
	margin-left: 10px
}
#whats-new-section h5:after{
	width: calc(100% - 170px);
}
.hub-v2-subheading-container.hub-v2-subhanding-large h2:after{
	width: calc(100% - 360px);
}
.hub-v2-subheading-container.hub-v2-subhanding-large-title h2:after{
  width: calc(100% - 186px);
}
.introduction-feed .carousel-indicators,
.whats-new .carousel-indicators{
	margin-left: -29.5%;
}
#whats-new-section > .row > div{
	padding: 0;
}
/* HSD */
.guided-search-form tr td:first-of-type{
	width: 25%;
}
.guided-form-fixed-height-divider{
	height: 45px;
}
.guided-form-fixed-height-divider > td{
	padding-top: 10px;
}
.popover.top{
	max-width: 430px;
}
.hubDir {
  height: 100%;
  background-color: #f9f9f9;
}
.mutltiselect-dropdown.label-checked-guided:before{
	top: 5px;
}
.custom-search-group .checkbox label{
	padding-left: 20px;
}
#catDropDownPanel .label-checked-guided{
	margin-right: 0;
}
.custom-search-group input{
	min-height: 31px;
}
.menu-header-item {
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 0px;
  text-align: right;
}
#otn-html-tooltip ul {
  list-style: disc;
  margin-left: 0px;
  padding-left: 20px;
}
#catDropDownPanel .mutltiselect-dropdown{
	color: #717073 !important;
}
.send-sm-btn{
	margin-top: 10px;
}

.send-label{
    margin-bottom: 15px;
}

.public-logo {
  height: 45px;
}

.public-help-link {  
  color: #428bca;
  text-decoration: none;
  font-weight: 800;
  float: right;
  font-size: 18px;
  margin-top: 45px;
  margin-right: 100px;
}

.public-hdr {
  background-color: white;
  border-bottom: 1px solid #EEEEEE;
  height: 77px;
}