html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #005072;
}

/* Top Section */
.mha-global-nav-ctrl ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
div#mhaGlobalNav {
    background-color: #005072;
}
div#mhaGlobalNav ul li {
    display:inline-block;
}
div#mhaGlobalNav ul li a {
    display: block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 12px;
    line-height: 1.4;
    font-size:13px;
}
.mha-global-nav-ctrl a:hover, .mha-global-nav a.selected {
    background: #1692d0;
}

.mha-content-wrap.mha-wrap {
    background: #fff;
}


.mha-header-wrap {
    background-color: #f7f7f7;
    box-shadow: none;
    font-size: 12px;
}
.mha-header.mha-container {
    overflow: hidden;
}
.mha-logo {
    display: inline-block;
    text-align: left;
}

.mha-logo a {
    width: 189px;
    height: 78px;
    background: url('https://myhealth.alberta.ca/_layouts/15/PHP.MHA/images/logos/mha.png') no-repeat left top;
}
.mha-logo a {
    display: block;
    text-indent: -50000px;
}


/* Search Box */
/*.mha-search {
    position: relative;
    display: inline-block;
    text-align: right;
    right: 0;
}*/
div.MHA_global_sb_compact div.ms-srch-sb {
    background: none;
    padding-left: 0;
}
div.MHA_global_sb_compact div.ms-srch-sb-border {
    border: 0 solid #525252;
    width: 100%;
    //max-width: 400px;
    border-radius: 50px;
}
div.MHA_global_sb_compact {
    width: 350px;
}
span.MHA_global_sb_input_borders {
    background: #E7F2FC;
    border-top: 1px solid #e2e4e3;
    border-bottom: 1px solid #e2e4e3;
    height: 30px;
    line-height: 28px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
}
span.MHA_global_sb_dropdown_borders {
    background: #E7F2FC;
    border-top: 1px solid #e2e4e3;
    border-bottom: 1px solid #e2e4e3;
    border-left: 1px solid #e2e4e3;
    height: 30px;
    line-height: 30px;
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 50px 0 0 50px;
    padding-left: 8px;
}
div.MHA_global_sb_compact a.ms-srch-sb-searchLink {
    margin-left: 0;
    width: 40px !important;
    height: 32px !important;
    background: #a9d44f;
    background-image: url('https://myhealth.alberta.ca/_layouts/15/PHP.MHA/images/icons/search-icon-16a.png');
    background-position: 50% 7px;
    border-radius: 0 50px 50px 0;
    background-repeat: no-repeat;
}
.ms-srch-sb {
    display: inline-block;
}
span.MHA_global_sb_input_borders input {
    width: 90%;
}
span.MHA_global_sb_button {
    display: block;
    float: right;
}
div.MHA_global_sb_compact div.ms-srch-sb input.ms-textSmall {
    font-size: 1.1em !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 17px;
    box-sizing: content-box;
    border: 0 none;
    background-color: rgba( 255,255,255,0 );
    color:#444;
}
select.MHA_smallsb_nav_dropdown {
    border: 0 none;
    background-color: rgba( 255,255,255,0 );
    color: #444;
}

/* Breadcrumbs */
.mha-breadcrumbs {
    display: none;
}

/* AddThis */
.mha-toolbar {
    float: right;
    overflow: hidden;
}
.mha-page-tools,.mha-tool-links {
    float: right
}
/* .addthis_toolbox a {
    margin-left: .5em
}
.addthis_toolbox .addthis_button_compact {
    margin-left: .5em
}
.addthis_toolbox img {
    vertical-align: middle;
    margin-right: .1em
}
*/
.mha-page-tools {
    padding-top: 6px;
    display: none;
}
.mha-page-tools a {
    display: block;
    float: left;
    margin-left: .5em
}
a.mha-tool-print {
    text-indent: 0;
    width: auto;
    margin-left: 0;
    height: auto
}
a.mha-tool-print img {
    vertical-align: middle;
    margin-right: 4px
}
/* 
.addthis_toolbox {
    float: left;
    font-size: 11px;
    padding: .7em .8em 0 0
}
.addthis_button_compact {
    margin-left: .5em
}
*/
.mha-utilities {
    background: #fff;
    min-height: 37px;
    overflow: hidden;
    padding: 12px 0 10px 0;
}
/* Hide AddThis Tools */

 

.addthis_toolbox {


   display: none;


}

/* Miscellaneous */
#s4-titlerow {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 19px;
    padding-bottom: 8px;
    visibility: hidden;
    display: none !important;
}
#s4-bodyContainer {
    padding-bottom: 0;
}
p.accessTarget {
    display: none;
}
.ms-webpart-chrome-title {
    vertical-align: middle;
    position: relative;
    margin-bottom: 2px;
    display: none;
}
.ms-WPBorder {
    border: 0 solid #c6c6c6;
}



.section__content--main h2 {
  color: #005072;
}

p.highlight {
  color: #005072;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.section__pageheader {
  min-height: 700px;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
}

.section__pageheader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(255.44deg, rgba(24, 187, 124, .85) 12.2%, rgba(18, 148, 163, .85) 52.81%, rgba(1, 89, 150, .85) 83.88%);
  opacity: .97;
}

#BannerImage {
  background-size: cover;
  width: 100%;
  height: 100%;
}

#halfCircle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1;
}

#halfCircle.banner__circle--white {
  fill: #fff;
}

.section__cards {
  position: relative;
  margin-top: -12em;
  z-index: 5;
}

.card__link .card__icon {
  display: inline-block;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.8);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.8);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.8);
  transition: all 200ms ease-in;
  transform: scale(0.8);
}

.card__link:hover .card__icon {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(0.85);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(0.85);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(0.85);
  transition: all 200ms ease-in;
  transform: scale(0.85);
}
.card__link a {
    text-decoration: none;
    color: #212529;
}
.card__link {
  display: block;
  overflow: hidden;
  border: 4px solid #ecf3f7;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-align: center;
  text-decoration: none;
}

.card__link:hover {
  border-color: #8c979e;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
}

.card__content {
  padding: 2em;
  box-sizing: border-box;
}

.card__content h4 {
  color: #005072;
}

.card__content h4:after {
  content: "\f0da";
   font-family: "Font Awesome 6 Pro";
		font-weight: 900;
  margin-left: 5px;
}

.card__icon--wrap {
  background: #f5f9fb;
  position: relative;
}

.card__icon--wrap #halfCircle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28px;
  width: 100%;
  fill: #fff;
}

.page__caption--wrap {
  position: relative;
  z-index: 10;
  text-align: center;
}

.page__caption {
  /*position: absolute;
    width: 100%;
    max-width: 800px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    text-transform: uppercase;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    box-sizing: border-box;
    z-index: 10;*/
  padding: 25% 0;
}

.page__caption h1 {
  color: #fff;
  font-size: 3em;
}

.page__caption h2 {
  color: #ffffff;
  font-size: 2em;
}

.page__caption p {
  color: #fff;
  font-size: 1.5em;
}

.section__content--main {
  text-align: center;
  margin: 5em 0;
}

.column__align--center {
  margin: 0 auto;
}

.sectionBanner {
  position: relative;
}

.overlay__background {
  background: #005073;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}

.section__Content {
  position: relative;
  z-index: 2;
}

img {
  max-width: 100%;
  height: auto;
}

.sectionBanner {
  height: 100vh;
  text-align: center;
}



/* Footer */
.mha-footer-wrap {
    padding: 0 0 3em 0;
}
.mha-footer-wrap {
    background-image: none;
    background-color: #36424a;
    font-size: 12px;
    overflow: hidden;
    zoom: 1;
}
.mha-footer-menu {
    margin-top: 0;
    clear: both;
    margin-top: 0;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 8px 0 45px;
    background: #3D90D9;
}
.mha-footer-menu .mha-global-hdr-nav li {
    list-style: none;
    float: left;
}
.mha-footer-menu .mha-global-hdr-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px;
}
div#mhaGlobalSubNav {
    background-color: #3d90d9;
}
div#mhaGlobalSubNav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.mha-footer {
    clear: both;
    padding-top: 45px;
    overflow:hidden;
}
.mha-footer-menu .mha-site-info {
    padding-top: 36px;
    padding-left: 12px;
}
.mha-footer-menu .mha-col {
    //float: left;
}
.mha-site-info.mha-col {
    float: left;
    width: 40%;
}
/* .mha-footer-logos { */
    /* float: right; */
    /* padding-top: 0; */
    /* width: 60%; */
    /* text-align: right; */
/* } */
.mha-hla-info {
    background: url('https://myhealth.alberta.ca/_layouts/15/PHP.MHA/images/logos/healthlink-sm.png') no-repeat scroll left top;
    color: #005072;
    width: 134px;
    min-height: 43px;
    display: inline-block;
}
.mha-copyright {
    margin-bottom: 3px;
}
.mha-copyright {
    font-size: 14px;
    font-weight: bold;
}
.mha-site-info *, .mha-site-info a:visited, .mha-site-info a:active {
    color: #fff;
}
/* .mha-footer-logos img { */
    /* display: inline-block; */
    /* vertical-align: bottom; */
    /* margin-left: 2em; */
/* } */


/* MHA Grid Alternate */

.mha-footer-wrap .mha-container {
    max-width: 1140px;
}
/* .mha-footer-wrap .mha-container { */
    /* width: 100%; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
/* } */
.mha-utilities {
    max-width: 1024px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mha-global-hdr-nav div#mhaGlobalNav {
     /* max-width: 1024px; */
    /* width: 100%; */
    /* width: 100%; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    background-color: #005072;
    display: block;
    overflow: hidden;
}
/* .mha-global-hdr-nav { */
    /* background-color: #005072; */
/* } */
.mha-header-wrap .mha-header.mha-container {
    max-width: 1024px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}


div#mha_prnt_container {
  display:none;
}

/* .mha-global-nav-signin */
/* { */
	/* visibility:hidden; */
	/* display:none; */
/* } */


.mha__user--signin {
display:inline-block;
float:left;
font-size:13px
}

.mha__user--signin a {
padding: 10.5px 12px;
}


.mha-uam-signout {
     display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 1.4;
	background: #77b800;
}


.mha-global-nav-ctrl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}
div#AutoCompContainer {
	text-align:left !important;
    width: auto !important;
}

@media only screen and (max-width: 1280px) {

.mhanetwork-mhaUtility {
	padding: 0.45em 5.95em 0.25em 0 !important;
}

/*signout desktop view */
.mha-global-nav-signin {
    float: right;
    font-size: 13px;
    background: transparent;
    display: block;
    margin: 0 auto 0 auto;
    position: absolute;
    z-index: 100;
    right: 0;
   top: 11px;
   /* padding-left: 10px;
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
    box-shadow: -4px 3px 8px rgba(0,0,0,0.35); */
}
.mha-global-nav-signin .mha-global-nav-ctrl a {
    color:#005072;
} 

.mha-global-nav-signin a:hover, .mha-global-nav-signin a.selected {
    background: #1692d0;
    display: block;
    padding-left: 20px;
    border-top-left-radius: 90px;
    border-bottom-left-radius:90px;
    box-sizing: border-box;
    color: #fff !important;
}
.mha-global-nav-signin .mha-global-nav-ctrl .mha-uam-signout a {
    display: block;
    padding: 8px 15px 8px 20px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    background: #77b800;
}

.mha-global-nav-signin .mha-global-nav-ctrl .mha-uam-signout a:hover {
    display: block;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    background: #1692d0;
    color:#fff !important;
}

}