body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.position-relative{
	position: relative;
}
#provider-section {
	background: #18689a;
	height: 100vh;
	background-image: url(../images/Ontario-map-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.section-heading {
	font-size: 40px;
	color: white;
	text-align: center;
	margin: 0;
	padding: 40px 0 0;
}

.section-subhead {
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	font-weight: 300;
	text-align: center;
	padding: 20px 120px;
	margin-top: 0;
}

.section-subhead span {
	font-size: 30px;
	color: #C7CE38;
	font-weight: 700;
}

.coming-soon-program {
	display: inline-block;
	width: 100%;
}

.program-focus-on-you-btn {
	text-align: center;
	color: #fff;
	background-color: rgba(216, 216, 216, 0.2);
	display: inline-block;
	padding: 20px 20px 10px;
	border-radius: 2px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.program-tab-wrapper {
	padding: 0 0.5%;
}

.program-tab-wrapper:first-child {
	padding-left: 0;
}

.program-tab-wrapper:last-child {
	padding-right: 0;
}

.program-focus-on-you-btn h1,
.program-focus-on-you-btn > span {
	font-size: 26px;
	line-height: 1.1;
	display: block;
	margin-top: 20px;
}

.light-font-weight {
	font-weight: 200;
}

.page-link hr,
.coming-soon-program hr,
.cards hr,
.non-member-wrapper hr,
.member-wrapper hr{
	width: 50px;
	margin: 10px auto;
	border-top: 3px solid #7ed320;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.program-icon-basic {
	display: block;
	width: 74px;
	height: 74px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.smart-choice {
	background-image: url(../images/smart-choice-icon.svg);
}

.patient-centred {
	background-image: url(../images/patient-centred-icon.svg);
}

.faster-than-ever {
	background-image: url(../images/faster-than-ever-icon.svg);
}

.one-stop-shop {
	background-image: url(../images/one-stop-shop-icon.svg);
}

.coming-soon-program-info {
	color: #fff;
	position: relative;
	width: 100%;
	display: inline-block;
	background-color: rgba(216, 216, 216, 0.2);
	margin-top: 10px;
}

.arrow-wrapper {
	position: absolute;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 76px;
	border-left: 1px solid #374D95;
}

.arrow-tab-wrapper {
	width: 100%;
	display: inline-block;
}

.arrow-tab-wrapper > div {
	padding: 0 0.5%;
	height: 20px;
	background-color: #18689a;
}

.arrow-tab-wrapper > div:first-of-type {
	padding-left: 0;
}

.arrow-tab-wrapper > div:last-of-type {
	padding-right: 0;
}

.arrow-container {
	padding: 0 20px;
}

.arrow-container .arrow {
	margin-top: 0;
	background-color: rgba(216, 216, 216, 0.2);
}

.arrow-container .arrow.active {
	display: block;
}

.coming-soon-program-info h4 {
	text-align: left;
	margin: 0;
	padding: 45px 100px 25px;
}

.get-started-wrapper {
	text-align: center;
	margin: 25px auto 70px;
}

.get-started-btn {
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	border: 1px solid #fff;
	color: #18689a;
	padding: 15px 100px;
	border-radius: 2px;
	font-size: 18px;
	display: inline-block;
	outline: 0;
	overflow: hidden;
	background-color: white;
	z-index: 1;
	transition: 0.08s ease-in;
	-o-transition: 0.08s ease-in;
	-ms-transition: 0.08s ease-in;
	-moz-transition: 0.08s ease-in;
	-webkit-transition: 0.08s ease-in;
}

.get-started-btn:hover {
	text-decoration: none;
	color: #fff !important;
}

.get-started-btn:active,
.get-started-btn:focus,
.get-started-btn:visited {
	text-decoration: none;
	color: #18689a;
}

.get-started-btn.dark {
	background-color: #18689a;
	color: white;
}

.program-icon {
	display: block;
	height: 58px;
	margin: 0 auto;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.fill-left-to-right:before {
	content: "";
	position: absolute;
	background: #18689a;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	-webkit-transition: right 0.2s ease-in;
}

.fill-left-to-right:hover:before {
	right: 0;
}

.program-focus-on-you-btn:hover,
.program-focus-on-you-btn:focus,
.program-focus-on-you-btn:active {
	color: #fff;
	text-decoration: none;
	background-color: rgba(216, 216, 216, 0.25);
}

.page-link-wrapper a:hover.page-link hr,
.program-focus-on-you-btn:hover hr {
	width: 60px;
}

.page-link:hover .steps-symbol,
.program-focus-on-you-btn:hover .program-icon {
	transform: scale(1.15);
}

.specialist-section {
	background-color: #F5F5F5;
	position: relative;
	padding: 75px 0;
}

.specialist-section .left {
	position: relative;
	display: inline-block;
	width: 45%;
}

.specialist-section .right {
	position: relative;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.primary-care-section{
	background-color: #ffffff;
	position: relative;
	padding: 25px 0 75px;
}
.primary-care-section .left {
	position: relative;
	display: inline-block;
	width: 60%;
	padding-left: 50px;
}
.primary-care-section .right {
	position: relative;
	display: inline-block;
	width: 40%;
	float: right;
}
.primary-care-wrapper {
	padding-left: 50px;
}

.right .image-wrapper img {
  position: relative;
 	display: inline-block;
 	height: auto;
	float: right;
	width: 534px;
}
.promotion-heading {
	font-size: 40px !important;
	margin-bottom: 10px;
}

.promotion-subheading {
	margin: 0 0 40px;
	font-size: 26px;
	font-weight: 100;
}

.promotion-number {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: inline-block;
	border: 1px solid #42ACF0;
	background-color: white;
	color: #7ED321;
	font-size: 26px;
	font-weight: 600;
	padding: 8px 18px;
	vertical-align: top;
}

.promotion-wrapper {
	margin-bottom: 20px;
}

.promotion-inner-wrapper {
	width: 60%;
	display: inline-block;
	margin-left: 20px;
}
.primary-care-section .promotion-inner-wrapper {
	width: 75%;
}
.promotion-inner-wrapper h3 {
	margin: 0;
	font-weight: 600;
}

.promotion-inner-wrapper p{
	font-size: 18px;
}

.get-started-wrapper-dark {
	text-align: left;
	margin-left: 75px
}
.hsd-home-public{
	text-align: center;
	padding: 30px 0 40px;
}
.other-service-intro,
.become-member-intro{
	text-align: center;
	padding: 55px 0 130px;
	background-color: #fff;
}
.become-member-intro .promotion-subheading{
	margin-bottom: 20px;
}
.become-member-intro span{
	font-size: 22px;
}
.become-member-intro span a{
	color: #0078CF;
	text-decoration: underline;
	margin-right: 50px;
}
.other-service-card {
	position: relative;
	background-color: #2D7AAC;
	width: 100%;
	height: 400px;
}

.become-member-card {
	position: relative;
	background-color: #169584;
	width: 100%;
	height: 320px;
}

.card-wrapper {
	position: absolute;
	margin-top: -135px;
	width: 100%;
	text-align: center;
}

.become-member-card .card-wrapper {
	margin-top: -104px;
}

.cards {
	position: relative;
	display: inline-block;
	background-color: #4F8CB4;
	width: 365px;
	height: 420px;
	margin-right: 20px;
	vertical-align: top;
}

.become-member-card .cards {
	position: relative;
	display: inline-block;
	background-color: transparent;
	width: 508px;
	height: 429px;
	margin-right: 20px;
	vertical-align: top;
}

.cards:last-of-type {
	margin-right: 0;
}

.card-image-wrapper {
	width: 100%;
	height: 213px;
	background-size: cover;
}

.evisit-card {
	background-image: url(../images/evisit-card.jpg);
}

.econsult-card {
	background-image: url(../images/econsult-card.jpg);
}

.ecare-card {
	background-image: url(../images/ecare-card.jpg);
}

.cards h2 {
	font-size: 36px;
	font-weight: 300;
	color: white;
}

.cards p {
	color: white;
	padding: 0 50px;
}

.cards button {
	text-transform: uppercase;
	color: white;
	background-color: transparent;
	border: 1px solid white;
	padding: 10px 40px;
	position: absolute;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	bottom: 15px;
}
.card-header {
	font-size: 22px;
	padding: 12px 10px;
	font-weight: 600;
	color: #4A4A4A;
	height: 104px;
	text-align: left;
	border-top: 2px solid #169584;
	border-left: 2px solid #169584;
	border-right: 2px solid #169584;
}
.card-heading-wrapper {
	display: inline-block;
	margin-left: 5px;
	width: 86%;
}
.card-header h4{
	font-size: 22px;
}
.card-header h4:last-of-type{
	font-weight: 300;
	color: #727175;
	font-size: 18px;
}
.base-icon{
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
}
.individual-icon{
	background-image:url(../images/individual-icon.svg);
}
.healthcare-organization-icon{
	background-image:url(../images/healthcare-organization-icon.svg);
}
.card-content{
	width: 100%;
	height: 270px;
	background-color: rgba(216,216,216,0.2);
	padding: 10px 6px 0 20px;
  color: white;
  text-align: left;
	position: relative;
}
.card-content table tr{
	vertical-align: top;
}
.card-content table tr td{
	padding-bottom: 10px;
}
.card-content table tr td a{
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}
.card-content table tr td span{
	font-weight: 600;
}
.card-content table tr td:first-of-type{
	font-weight: 600;
	padding-right: 17px;
}
.card-content table tr td ul{
	padding: 0;
}
.card-content table tr td ul li span:first-of-type {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: white;
	color: #169584;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	margin-right: 10px;
	padding: 0px 4px;
	line-height: 15px;
	vertical-align: top;
	top: 4px;
}
.card-content button {
	text-transform: uppercase;
	color: #169586;
	background-color: white;
	border: 1px solid white;
	padding: 15px 40px;
	position: absolute;
	width: calc(100% - 40px);
	bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	left: auto;
	margin: 0 auto;
	height: 58px;
}
.public-org-sign-up-button{
	padding: 3px !important;
}
.card-body-wrapper{
	display: inline-block;
	width: 93%;
}
.links{
	font-weight: 400;
	text-decoration: underline;
}

.promotion-content {
	max-width: none;
}

.left .image-wrapper img{
	left: 0;
}
.our-partners{
	padding: 25px 0 50px;
	background-color: #fff;
}
.our-partners-intro{
	text-align: center;
}

.logo-row{
	width: 100%;
}

.logo {
	text-align: center;
  display: inline-block;
  padding: 50px 0;
  max-height: 260px;
}

.three-in {
  width: 33%;
}

.partners-copy{
	text-align: center;
	font-size: 16px;
	color: #000;
	padding: 0 90px;
}
.non-member-wrapper{
	vertical-align: top;
	position: relative;
	width: 480px;
	height: 465px;
	background-color: white;
	padding: 25px 0;
  text-align: center;
  display: inline-block;
	margin-right: 50px;
}
.member-wrapper{
	vertical-align: top;
	position: relative;
	width: 480px;
	height: 465px;
	background-color: #206FA1;
	padding: 25px 0;
  text-align: center;
  display: inline-block;
}
.non-member-wrapper ul li > span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/check-mark-blue.svg);
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.member-wrapper ul li > span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/check-mark-white.svg);
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.non-member-wrapper ul li,
.member-wrapper ul li{
	line-height: 24px;
}
.non-member-wrapper h3{
	font-size: 30px;
	color: #2D7AAD;
}
.member-wrapper h3{
	font-size: 30px;
	color: white;
}
.non-member-wrapper h4{
	font-size: 16px;
	color: #4A4A4A;
}
.member-wrapper h4{
	font-size: 16px;
	color: white;
}
.non-member-banner{
	font-size: 20px;
	color: #2D7AAD;
	background-color: rgba(0,120,207, 0.12);
	font-weight: 700;
	padding: 25px 0;
}
.member-banner{
	font-size: 20px;
	color: white;
	background-color: rgba(255,255,255, 0.24);
	font-weight: 700;
	padding: 11px 0;
}
.member-banner span{
	display: block;
	font-weight: 400;
	font-size: 16px;
}
.non-member-wrapper ul,
.member-wrapper ul{
	text-align: left;
	padding: 20px 0 0 20px;
}
.member-wrapper ul{
	color: white;
}
.non-member-wrapper button{
	font-size: 20px;
	background: transparent;
	border: 1px solid #2D7AAD;
	color: #2D7AAD;
	text-transform: uppercase;
	padding: 15px 75px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: 435px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.member-wrapper button{
	font-size: 20px;
	background: transparent;
	border: 1px solid white;
	color: white;
	text-transform: uppercase;
	padding: 15px 25px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: 435px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.landing-page-wrapper{
	background-image: url(../images/public-landing-bg.jpg);
	background-size: cover;
}
.hsd-home-public .promotion-heading{
	margin-top: 0;
}
.page-margin-fix.public{
	padding-bottom: 0;
}
.virtualhealth-banner{
	font-size: 30px;
	background-image: url(../images/myvirtualhealth-bg.jpg);
	background-size: cover;
	padding: 20px 50px;
	text-align: center;
  color: white;
}
.virtualhealth-banner p{
	font-size: 20px;
}
.virtualhealth-banner p a{
	color: white;
  text-decoration: underline;
}

/*/ Modal /*/
.modal-dialog{
	width: 600px;
}

.public-close-button {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/close-button.svg);
	background-repeat: no-repeat;
	border: none;
  background-color: transparent;
}

.public-modal-wrapper{
	position: relative;
	padding: 50px 105px;
}
.public-modal-icon{
	display: block;
	text-align: center;
	width: 67px;
	height: 68px;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.telemedicine-site-icon {
	background-image: url(../images/telemedicine-site-icon.svg);
}
.public-video-icon{
	background-image: url(../images/public-video-icon.svg);
}
.public-econ-icon {
	background-image: url(../images/public-econ-icon.svg);
}
.public-modal-wrapper h4{
	font-size: 18px;
	color: #0078CF;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}

.public-modal-wrapper p{
	font-size: 14px;
	margin-bottom: 70px;
}

.public-modal-wrapper p span{
	color: #5FBC00;
	font-weight: 600;
}

.public-modal-wrapper p a{
	font-weight: 600;
	text-decoration: underline;
}

.public-outline-button {
	background-color: transparent;
	border: 1px solid #1584D2;
	font-size: 12px;
	padding: 10px 30px;
	color: #057ACF;
	font-weight: 600;
	border-radius: 2px;
}

.public-solid-button {
	background-color: #0078CF;
	font-size: 12px;
	padding: 10px 30px;
	color: white;
	font-weight: 600;
	border-radius: 2px;
}

.public-modal-wrapper button:first-of-type{
	margin-right: 15px;
}

/*/ Guided Search page /*/
.public-heading-wrapper{
	text-align: center;
	margin-bottom: 30px;
}
.public-headering{
	position: relative;
	font-size: 36px !important;
}
.public-heading-wrapper p{
	font-size: 20px;
	color: #717073;
}
.disabled-check-input {
	position: relative;
	cursor: pointer;
}
.disabled-check-input .radio-btn{
	top: 3px;
}
.disabled-check-input span:last-of-type{
	padding-left: 14px;
	font-size: 13px;
}
.non-member-tag {
	position: absolute;
	top: 5px;
	display: inline-block;
	width: 123px;
	height: 24px;
	background-image: url(../images/non-member-tag.svg);
	background-position: center;
}
.pub-dir{
	background-image: url(../images/public-guided-search-bg.jpg);
	background-size: cover;
	background-position: center;
}

.pub-dir .guided-search-big-wrapper,
.pub-dir .search-divider{
	background-color: transparent;
}
.public-cant-find-banner {
	background-color: #FDF8E5;
	padding: 8px;
	border: 1px solid #FCEBCE;
	color: #666666;
	border-radius: 2px;
}
.public-info-icon{
	display: inline-block;
	width: 22px;
	height: 17px;
	background-image: url(../images/info.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: top;
}
.public-cant-find-banner span:last-of-type{
	display: inline-block;
	width: 90%;
}
.public-info-panel{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.public-info-panel h6{
	font-size: 14px !important;
	font-weight: 600;
	margin-bottom: 2px;
}
.public-info-icon-base {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 10px;
}
.public-info-icon-base.public-evisit{
	background-image:url(../images/public-evisit-icon.svg);
}
.public-info-icon-base.public-econsult{
	background-image:url(../images/public-econ-icon-sm.svg);
}
.public-info-body-wrapper{
	display: inline-block;
	width: 90%;
}
.public-contact-info {
	font-size: 14px;
	color: #848484;
	margin-top: 40px;
}
.public-zero-result-wrapper{
	margin-top: 30px;
}
.public-info-body a{
	text-decoration: underline;
}
.public-grey-banner-info-text{
	color: #717073;
}
.disabled-search-input .caret{
	float: right;
  position: relative;
  top: 7px;
  right: 10px;
}
.disabled-search-input .label-checked-guided{
	padding-top: 0;
}
.disabled-search-input .label-checked-guided:before{
	top: 3px;
	background-color: #f9f9f9;
}
.disabled-search-input.margin-right-adjust{
	margin-right: 5px;
}
/*/ Profile /*/
.censor-block {
	color: transparent !important;
	cursor: default !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	opacity: 0.6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.censor-box {
	color: transparent !important;
	cursor: default !important;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	opacity: 0.1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.profile-login-wrapper {
	width: 65%;
}
.profile-login-panel {
	position: absolute;
	left: 0;
	border: 1px solid #0078CF;
	padding: 10px;
	background-color: #fff;
	width: 100%;
	border-radius: 2px;
	z-index: 100;
}
.profile-login-panel a{
	text-decoration: underline;
}
.profile-lock {
	display: inline-block;
	background-image: url(../images/lock.svg);
	width: 15px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: relative;
	top: 2px;
	vertical-align: top;
}
.offset-top-5{
	top: 5px;
}
.offset-top-20{
	top: 20px;
}
.offset-top-100{
	top: 100px;
}
.profile-login-body{
	width: 80%;
}
.profile-login-button-wrapper{
	display: block !important;
	margin: 5px 0;
}
.profile-login-icon-wrapper{
	width: 75px;
	display: inline-block;
	vertical-align: top;
}
.profile-login-icon{
	display: block;
	width: 75px;
	height: 75px;
	background-position: center;
	background-repeat: no-repeat;
}
.profile-evisit{
	background-image:url(../images/evisit-lg.svg);
}
.profile-econsult{
	background-image:url(../images/econsult-lg.svg);
}
.profile-login-icon-link {
	display: block;
	text-align: center;
	margin-top: -5px;
	font-weight: 600;
}
.profile-button-lg-light {
	padding: 5px 20px;
	font-size: 12px;
	color: #434448;
	background-color: #F5F6F8;
	border-color: #DDDEE0;
	margin-right: 15px;
	border-radius: 2px;
}
.profile-button-lg-solid{
	padding: 5px 20px;
	font-size: 12px;
	color: #fff;
	background-color: #0078CF;
	border-color: #0078CF;
	margin-right: 15px;
	border-radius: 2px;
}
.profile-msg{
    font-weight: bold;
    color: #8C8C8C;
}
.profile-msg-gs{
    background-color: #0078CF;
    text-transform: uppercase;
    color: white;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
}
.profile-msg-gs:hover{
    text-decoration: none;
    color: #D7EAF7;
}
.profile-msg-login{
    text-decoration: underline;
}
.pub-ver .public-econsult-table{
	min-height: 161px;
}
.pub-ver .public-econsult-table tr{
	height: 25px;
}
.profile-login-body a{
	display: inline-block;
}
/*/ Sign Up/*/
.otn-hub-logo {
	margin: 0 auto;
	display: block;
	width: 249px;
	height: 93px;
	background-image: url(../images/OTNhub-logo.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}
.sign-up-decoration {
	display: inline-block;
	width: 132px;
	border-top: 1px solid #eeeeee;
	position: relative;
	top: -4px;
}
.sign-up-row{
	margin: 15px 0;
	text-align: center;
}
.sign-up-text {
	color: #717073;
	font-size: 20px;
	font-weight: 600;
	width: 100px;
	display: inline-block;
}
.sign-up-button-wrapper{
	text-align: center;
	height: 40px;
}
.sign-up-button-wrapper a:hover{
	text-decoration: none;
}
.sign-up-button-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-top: 1px solid #73BB3A;
	border-bottom: 1px solid #73BB3A;
	border-left: 1px solid #73BB3A;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px 0 0 2px;
}
.solo-icon{
	background-image: url(../images/solo-green.svg);
}
.org-icon{
	background-image: url(../images/org-green.svg);
}
.sign-up-button {
	display: inline-block;
	background-color: #0078CF;
	color: #fff;
	padding: 10px 29px;
	vertical-align: top;
	margin-left: -4px;
	font-weight: 600;
	border-radius: 0 2px 2px 0;
	width: 326px;
}
.more-info-white{
	display: inline-block;
	width: 14px;
	height: 14px;
}
.sign-up-button-link{
	margin-left: 32px;
}
.sign-up-button-wrapper .glyphicon-question-sign {
	font-size: 17px;
}
.sign-up-button-wrapper .filter-tooltips{
	display: inline-block;
	top: -12px;
}
.sign-up-or-row{
	color: #717073;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: block;
	margin: 10px 0;
}
.org-padding{
	padding: 0 10px;
}
.sign-up-contact-row {
	text-align: center;
	margin-top: 30px;
}
.sign-up-contact-row a:first-of-type {
	text-decoration: underline;
	text-transform: uppercase;
	margin-right: 15px;
}
.sign-up-contact-row a:nth-last-of-type(2){
	margin-right: 15px;
	text-decoration: underline;
}
.sign-up-contact-row a:last-of-type {
	color: #717073;
}
.sign-up-divider{
	width: 366px;
}
.sign-up-member{
	text-align: center;
	color: #717073;
}
.sign-up-member a{
	font-weight: 600;
	text-decoration: underline;
}
.signup-tooltip{
	margin-left: 10px;
}
.result-heading{
	font-size: 14px;
	margin-top: 0;
}
/*/ Hub footer/*/
#footer {
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 41px;
    background-color: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    clear: both;
}
.cant-find-banner-adjustment{
	margin: 10px 0 0 0;
}
.public-peripheral-adjustment{
	padding-bottom: 5px;
}
.public-econsult-advice-adjustment{
	margin-top: 5px;
}
/*/ Footer /*/
.footer-public {
    height: 278px;
    background-color: #2D2D2D;
    text-align: center;
    color: #fff;
}
.footer-top .left-side {
    width: 70%;
    float: left;
}
footer .footer-top ul {
    clear: both;
    margin:20px 0;
    padding-left: 0px;
}

.footer-top p,
.footer-top ul {
    text-align: left;
}

.footer-top li {
    display: inline;
}

.footer-top li a {
    color: #FFFFFF;
    font-size: 14px;
    padding:5px;
    margin-right: 20px;
}
.footer-top li a:hover, .footer-top li a:active, .footer-top li a:focus{
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}
.footer-top .left-side {
    width: 100%;
    float: left;
}

.footer-top .left-side ul li:first-child:before {
    content: none; 
    padding-left: 0px;
}


.footer-connect {
    padding: 19px 0;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    height: 60px;
    clear: both;
}

.footer-connect p {
	text-align: left;
}

.footer-connect h5 {
	font-weight: bold;
    font-size: 18px;
    font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;  
    margin:0px;  
}

.footer-connect ul {
    padding-left: 0px;
}

.footer-connect ul li:first-child {
    margin-right: 30px;
}

.footer-connect ul li {
    float: left;
    margin-right: 10px;
}

.footer-connect .social-icon img {
    height: 20px;
    width: 20px;
}

.footer-connect .connect-text {
    font-size: 16px;
}

.footer-flex-display {
	display: flex;
	min-height: 100px;
}

.footer-flex-md {
	flex: 3
}

.footer-flex-xs {
	flex: 2;
}

.footer-otn-logo {
    display: inline-block;
    float: left;
    width: 80px;
    margin: 17px 0;
}

footer .footer-middle h5 {
    text-transform: uppercase;
    line-height: 18px;
    padding: 0;
}

footer .footer-middle h5 a {
	font-weight: 600 !important;
}

footer .footer-middle ul {
	text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    width: 100%;
    margin-bottom: 30px;
}


footer .footer-middle li {
	margin-bottom: 10px;
}

footer .footer-middle ul a {
	color: #FFF;
	font-size: 14px;
    font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}


footer .footer-middle ul a:hover {
	text-decoration: none;
}


.footer-bottom {
    border-bottom: 1px solid #65666a;
    height: 75px;
}

.footer-bottom .middle-text-top-footer
{
    text-align: left;
    margin-left: 30px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 8px;
		position: relative;
		float: left;
}

.footer-bottom .et_pb_button {
    background-color: #F14623;
    color: #FFFFFF !important;
    border-radius: 3px;
    font-style: normal;
    -moz-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    padding: 10px 25px;
    font-size: 18px;
}

.footer-bottom .red-button{
    float: left;
    display: inline-block;
    padding: 10px 0;
    margin: 15px 30px;
}

.footer-bottom .red-button .et_pb_button:hover, .footer-bottom .red-button .et_pb_button:focus, .footer-bottom .red-button .et_pb_button:active {
    background: #D73B1B !important;  
    text-decoration: none;
}

.footer-bottom .red-button .et_pb_button:hover:after {
}

.footer-copyright {
    margin: 19px 0;
}

.footer-copyright,
.footer-copyright span {
text-align: left !important;
}

.footer-copyright span a {
    text-decoration: none;
    color: inherit;
}
.footer-copyright span a:hover, .footer-copyright span a:active, .footer-copyright span a:focus{
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.2s;
}
.white-link{
	color: white !important;
	text-decoration: underline !important;
}
.white-link:hover,
.white-link:active, 
.white-link:focus{
	color: white !important;
}
.custom-modal-size .modal-dialog,
.incomingcall-modal-size .modal-dialog{
	width: 400px;
}
/*/ Responsive /*/
@media (max-width: 1360px){
	#community-map-canvas{
		display: block;
		height: 250px !important;
    width: 714px !important;
	}
	.map-wrap.community-services-map{
		left: 0 !important;
	}
	.map-wrap.community-services-map,
	.map-wrap{
		position: relative !important;
	}
}
@media (max-width: 1199px){
	.profile-login-icon-wrapper{
		margin-left: 23px;
    margin-top: 10px;
	}
	.profile-login-icon{
		background-size: 75%;
	}
	.profile-login-icon-link{
		margin-top: -12px;
	}
}
@media (max-width: 1157px){
  .primary-care-section .image-wrapper img,
	.specialist-section .image-wrapper img{
    width: 100%;
  }
	.promotion-inner-wrapper{
		width: 80%;
	}
	.other-service-card{
		height: 1220px;
	}
	.other-service-card > .card-wrapper > .cards{
		display: block;
		width: 508px;
		display: block;
    margin: 0 auto 30px;
	}
	.become-member-card{
		background-color: transparent;
		height: 700px;
	}
	.become-member-card .cards{
		height: 374px;
		display: block;
    margin: 0 auto 30px;
	}
	.become-member-card .cards .card-content{
		background-color: #169584;
	}
	.logo.three-in img{
		width: 60%;
	}
	.non-member-wrapper{
		margin-right: 20px;
	}
}
.profile-contact-wrapper {
  display: grid;
  column-gap: 20px;
  grid-template-columns: auto auto;
	margin-bottom: 20px;
}
.profile-contact-column {
  display: grid;
  row-gap: 2px;
}

.profile-contact-column p {
	margin: 0px;
	padding: 0px;
}

.profile-contact-column
.profile-heading {
	margin-right: 5px;
}

.profile-footer {
	padding-bottom: 100px;
}

#hubHeader .navbar-brand {
	height: 79px !important;
}