﻿/* SharePoint */
/*  ========== LAYOUT GRID STYLES ==========  */
.gridLayout,
.gridRow {
    overflow: hidden;
    zoom: 1;
    clear: both;
}
        
.grid {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.grid_1 {
    width: 60px;
}
        
.grid_2 {
    width: 140px;
}

.grid_3 {
    width: 210px;
}

.grid_4 {
    width: 310px;
}

.grid_5 {
    width: 420px;
}

.grid_6 {
    width: 470px;
}

.grid_7 {
    width: 540px;
}

.grid_8 {
    width: 620px;
}

.grid_9 {
    width: 700px;
}

.grid_10 {
    width: 780px;
}

.grid_11 {
    width: 860px;
}

.grid_12 {
    width: 940px;
}

.twoColGrid .grid_4 {
    width: 310px;
    padding-right: 20px;
}

.twoColGridInner .grid_4 {
    width: 280px;
}

.alpha {
    margin-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
}

.mha-hidden {
    display: none;
}

.mha-accnt-ftr-btn {
    webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #3D90D9;
    padding: 5px;
    position: relative;
    text-decoration: none;
    color: #3D90D9;
}

#s4-ribbonrow, #suiteBar {
    background-color: #fff;
}

#suiteBar * { 
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* fix for bug# 16592 */
div#ribbonBox {
    position: fixed;
    width: 100%;
    background-color: #e1e1e1;
    z-index: 100;
    top: 20px
}

#suiteBar {
    position: fixed;
    width: 100%;
    z-index: 1001;
}
/* START - Fix SP ribbon for anonymous users in IE8 */

body {
    overflow: auto;
}

#s4-workspace {
    overflow: visible;
}

body.mha-user {
    overflow: hidden;
}

    body.mha-user #s4-workspace {
        overflow: auto;
    }

/* END */

body, button, input, select, textarea, .ms-WPBody, .mha-content h1, .mha-content h2, .mha-content h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.mha-content h1, .mha-content h2, .mha-content h4, .mha-content h5, .mha-content h6 {
    color: #005072;
    margin: 0 0 .3em 0;
}

.mha-content h3 {
    color: #4d4d4d;
}

.mha-content h1, .mha-content h2, .mha-content h3, .mha-content p {
    line-height: normal;
}
/*.mha-content { line-height: normal; }*/
.mha-column-main p {
    font-size: 1em;
}


.mha-layout-landing .twoColGrid ul { margin:0; padding-left: 10px; }
.mha-layout-landing .mha-content-block .grid { margin-bottom:0; }

body, #s4-workspace { background: #005073; }
.mha-content h2 {
    font-size: 1em;
}

.mha-layout-landing .mha-column-main p {
    font-size: .85em;
}

.mha-content h4 {
    font-size: 1em;
    margin-bottom: 0;
    border-bottom: 1px dotted #999;
}

.mha-layout-landing .mha-content h4 {
    border: 0;
}

body, #s4-workspace {
    background: #005073;
}

.mha-col {
    float: left;
}

.ms-webpartzone-cell {
    margin-bottom: 0;
}

ul, ol, dl, p {
    margin: 0;
    padding: 0;
}

.mha-layout-learn ul, .mha-layout-learn ol, .mha-layout-learn dl {
    padding-left: 40px;
    margin-bottom: 1.3em;
}

/* Lists */
.mha-content ul.mha-list-docs {
    padding-left: 2px;
}

ul.mha-list-docs li.pdf,
ul.mha-list-docs li.doc,
ul.mha-list-docs li.xls,
ul.mha-list-docs li.txt {
    padding: 0 0 0 26px;
    margin: 0 0 10px 0;
}

ul.mha-list-docs li.pdf {
    background: url('../../../PHP.MHA/images/lists/sprite-doc_icons.png') 0 0 no-repeat;
}

ul.mha-list-docs li.doc {
    background: url('../../../PHP.MHA/images/lists/sprite-doc_icons.png') 0 -80px no-repeat;
}

ul.mha-list-docs li.xls {
    background: url('../../../PHP.MHA/images/lists/sprite-doc_icons.png') 0 -160px no-repeat;
}

ul.mha-list-docs li.txt {
    background: url('../../../PHP.MHA/images/lists/sprite-doc_icons.png') 0 -240px no-repeat;
}

/*.mha-content a[href$='.pdf']:after {
   background: url('../../../PHP.MHA/images/lists/sprite-doc_icons.png') 0 0 no-repeat;
   content: "";
   padding-right:30px;   
}*/

/*form { background: #fff; }*/

fieldset {
    margin-top: 1em;
    border: none;
    padding: 0;
}

.mha-txt-right {
    text-align: right;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;   
}

.mha-clearfix {
    overflow: auto;
    zoom: 1;
}

div.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.mha-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

A:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

::selection {
    background: #666;
    color: #fff;
    text-shadow: none;
}

*:focus {
    outline: 0;
}

img {
    border: 0;
}

.mha-full-width { width:auto; }

.mha-content-wrap a, .mha-content-wrap a:visited {
    color: #1692d1;
    text-decoration: none;
}

.accessTarget, .accessLink {
    position: absolute;
    top: -999em;
}

/* layout */

#s4-bodyContainer { padding: 0; }
.mha-fl-left { float:left; }
.mha-fl-right { float:right; }


#s4-workspace
{
    position:static;
}

.mha-wrap {
    width: 100%;
    position: static;
}

.mha-content-wrap {    
    border-top: 1px solid #ffd;
}

.mha-container {
    margin: 0 auto;
}

.mha-content {
    margin: 0 auto;
    background: #fff;
    overflow:hidden;
}

.mha-logo {
    float: left;
}

    .mha-logo a {
        display: block;
    text-indent: -50000px;
}

.mha-header-wrap {
    background: #fff;
    font-size: 12px;
    /*z-index: 0;*/
    /*border-bottom: 5px solid #d5dde0;*/
}

.mha-footer-wrap {
    background: #36424a url('../../../PHP.MHA/images/layout/footer-bg.gif') 0 0 repeat-x;
    font-size: 12px;
    overflow: hidden;
    zoom: 1;
}

.mha-site-info *, .mha-site-info a:visited, .mha-site-info a:active { color:#fff; }
.mha-footer {
    clear: both;
}
.mha-footer a { text-decoration: none; }
.mha-footer a:hover, .mha-footer a:focus { text-decoration: underline; }

.mha-footer a {
    text-decoration: none;
}

    .mha-footer a:hover, .mha-footer a:focus {
        text-decoration: underline;
    }

.mha-footer-logos {
    display: inline-block;
}

    .mha-footer-logos img {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 2em;
        width: 148px;
        max-width: 100%;
    }

.mha-copyright {
    font-size: 14px;
    font-weight: bold;
}

.mha-global-nav {
    font-size: 13px;
    background: url('../../../PHP.MHA/images/layout/main-nav-bg.jpg') 0 0 repeat-x;
    margin: 0 auto 0 auto;
    clear: both;
}

.mha-global-nav-menu a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.mha-global-nav-menu span {
    display: block;
    float: left;
}

.mha-global-nav-btm {
    border-bottom: 5px solid #1692d1;
    height: 0;
}

.mha-global-nav-menu {
    /*margin-bottom: -2px;
    margin-top:0px;*/
    margin: 0;
    position: relative;
    z-index: 99;
    padding-left: 10px;
    overflow: hidden;
}

.mha-global-nav-menu li {
    background: none;
    display: list-item !important;
    list-style: none;
    margin-right: 2px !important;
}

.mha-global-nav-menu a:focus:not(.disabled),
.mha-global-nav-menu a.selected:not(.disabled),
.mha-global-nav-menu a:hover:not(.disabled) {
    background: #0595d6; /* #1692d0 */
}

.mha-sub-nav-ctrl {
    background-color: #0595d6;
    /*border-bottom: 5px solid #0595d6;*/
    color: #fff;
    clear: both;
}
.ms-qSuggest-container {color: black; }

/* toolbar */
.mha-utilities {
    background: #fff;
    min-height: 37px;
    overflow: hidden;
}

.mha-toolbar a, .mha-toolbar a:visited {
    color: #1692d1;
    text-decoration: none;
    font-size: 11px;
}

.mha-utilities a:hover {
    opacity: 0.8;
}

.s4-ca {
    margin-top: 0 !important;
    padding-top: 10px !important;
}
/* Change in nlchealth.css */

.mha-page-tools, .mha-tool-links {
    float: right;
}

.addthis_toolbox a {
    margin-left: .5em;
}

.addthis_toolbox .addthis_button_compact {
    margin-left: 0.5em;
}

.addthis_toolbox img {
    vertical-align: middle;
    margin-right: .1em;
}

.mha-icon {
    background: url('../../../PHP.MHA/images/icons/sprite.png') 0 0 no-repeat;
}

/* fonts */
.mha-content {
    color: #5a5a5a;
}

.mha-page-title {
    font: normal 24px Arial,Helvetica,sans-serif;
}

.mha-layout-learn .mha-page-title {
    font-size: 22px;
    margin-bottom: .8em;
    border-bottom: 1px dotted #999;
    padding-bottom: .3em;
}

.mha-layout-learn .mha-section-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
     font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: none;
    color: #005072;
    margin: 0 0 .3em 0;
    display: block;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #4d4d4d;
    margin: 0 0 .3em 0;
}

.mha-layout-article h3 {
    color: #005072;
    margin: 0 0 0.3em;
}

.mha-alt-hdr {
    color: #DA7215 !important;
}

.mha-column-related h4 {
    color: #005072;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #999;
}

.mha-glossary-index a {
    background: #ebebeb url('../../../PHP.MHA/images/layout/index-bg.jpg') 0 0 repeat-x;
    display: inline-block;
    min-width: 1.9em;
    color: #666;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 .4em .5em 0;
    padding: .2em .4em;
    border: 1px solid #aeaeae;
}
/*
#HwContentWrapper div.HwContent {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
*/
.HwListIndexInner {
    background: none;
    border: 1px solid #CBCBCB;
    padding: .3em;
}

.HwListIndexInner {
    background: #FFF;
}

#HwListIndex ol {
    _width: 100%;
    overflow: hidden;
    margin: 0;
    padding: .5em;
    list-style: none;
}

#HwListIndex ol li {
    float: left;
    font-size: 1em;
    margin: 0 .3em .3em 0;
    background: none;
    padding: 0;
    border: none;
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
    font-size: .85em;
}

#HwListIndex ol li a:link, #HwListIndex ol li a:visited {
    margin: 0;
    color: #005072;
    text-decoration: none;
    background: url(../../../PHP.MHA/images/buttons/bg-azBtn.gif) no-repeat right bottom #FFF;
    display: block;
    padding: 0 .2em;
    min-width: 2em;
    width: auto !important;
    height: 2.1em;
    line-height: 2.1em;
    text-align: center;
    border: 1px solid #D9D9D9;
}

#HwListIndex ol li.HwIndexItemCurrent {
    color: #FFF;
    background: #005072;
    padding: 0 .2em;
    min-width: 2em;
    width: auto !important;
    height: 2.1em;
    line-height: 2.1em;
    text-align: center;
    border: 1px solid #D9D9D9;
}

#HwListSubIndex {
    border-bottom: 1px solid #CBCBCB;
    padding-left: 1.5em;
}

#HwListSubIndex ol {
    padding-left: 38px;
}

.HwContent ol {
    margin: 1em 0;
}

.HwContent ol li {
    margin-left: 1.5em;
    word-wrap: break-word;
}

.HwContentInformation {
    font-weight: normal;
}

.HwInfoLabel {
    font-weight: bold;
}

#HwListSubIndex ol li {
    margin-left: 0;
    display: inline-block !important;
    width: 2.2em;
}

#HwPopout ul, .HwListSection ol {
    margin-top: 1em;
    margin-bottom: 1em;
    list-style: none;
}

#HwPopout ul li, .HwListSection ol li {
    font-size: 1em;
    padding: .2em 0;
    background: url(../../../PHP.MHA/images/lists/bullet.png) no-repeat left .6em;
    padding-left: 1em;
}

.mha-atoz-symptom-img { width:100px; float: left }
.mha-atoz-symptom-txt { margin: 25px 0 0 100px; padding-top: 0.3em; }

.mha-atoz-symptom-txt {
    width: 310px;
    margin-left: 10px;
}

.mha-atoz-symptom-img, .mha-atoz-symptom-txt {
    float: left;
    margin: 25px 0 0 0;
}

/* to replace nlchealth ??? */
.mha-column {
    visibility: visible;
}

.mha-column-footer {
    float: left;
    clear: both;
    width: 100%;
}

.mha-content-padded { padding: 10px 21px 0 16px; overflow:hidden; }
.mha-layout-landing .mha-content-padded { padding: 22px 18px; }
.mha-layout-learn .mha-content-padded { padding-left:34px; }
    .mha-column-footer .ms-WPBody {
        border-top: 1px dotted #999;
    }

    .mha-column-footer .HwDisclaimer {
        border: none;
        font-size: .7em;
    }

.HwLinkNavstack img {
    display: none;
}

.mha-content-padded {
    padding: 10px 21px 0 16px;
    overflow: hidden;
}

.mha-layout-learn .mha-content-padded {
    padding-left: 34px;
}

.mha-content p {
    margin: 0 0 1em;
}

.mha-content a, .mha-content a:visited {
    color: #005072;
    text-decoration: underline;
}

.mha-content a:hover {
    text-decoration: none;
}

.mha-disclaimer {
    border-style: dotted none none none; 
    border-width: 1px; 
    padding-top: 20px; 
    margin-top: 31px; 
    font-size: 9.8px;
}

/* Hw Navigation */
#HwNavStackHeader {
    display: none;
}

#HwNavigation {
    padding: 0;
    margin-right: 2px;
}

    #HwNavigation ul {
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
    }

#HwNavigation ul li {
    padding: 0;
    background: none;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #FFF;
}

#HwNavigation a:active, #HwNavigation a:focus, #HwNavigation a:hover, #HwNavigation li.HwNavigationItemCurrent a, #HwNavigation li.HwNavigationItemCurrent a:link, #HwNavigation li.HwNavigationItemCurrent a:visited, #HwNavigation li.selected a, #HwNavigation li.selected a:link, #HwNavigation li.selected a:visited {
    background: #D6ECFA;
    font-weight: normal;
}

#HwNavigation a, #HwNavigation a:link, #HwNavigation a:visited {
    position: relative;
    display: block;
    font-size: 1em;
    color: #005072;
    text-decoration: underline;
    padding: .5em;
}

.HwContentNavigationPrev a.HwLinkNavstack, 
.HwContentNavigationPrev a.HwLinkNavstack:link, 
.HwContentNavigationPrev a.HwLinkNavstack:visited, 
.HwContentNavigationNext a.HwLinkNavstack, 
.HwContentNavigationNext a.HwLinkNavstack:link, 
.HwContentNavigationNext a.HwLinkNavstack:visited {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    float: left;
    line-height: 22px;
    height: 22px;
    display: block;
    padding: 0 12px 0 16px;
    background: url(../../../PHP.MHA/images/buttons/btn-left.png) no-repeat left top;
}

.mha-content-full ul li.HwContentNavigationPrev,
.mha-content-full ul li.HwContentNavigationNext {
    margin: 0;
    padding: 0;
    width: auto;
    cursor: pointer;
    font-size: .85em;
    background: url(../../../PHP.MHA/images/buttons/btn-right.png) no-repeat right top;
    padding-right: 4px;
    display: block;
    float: left;
}
/*AB lists under(in) lists*/
.HwContentWrapper li ul li{
	list-style-type:none;
	background:transparent url(../../../PHP.MHA/Images/lists/Bullet2.gif) no-repeat scroll;
    background-position: left .8em;
	padding-left: 1em;
    margin-left: 0;
}

.mha-content-full ul li.HwContentNavigationNext { float: right; }
.mha-content-full ul li.HwContentNavigationNext a:after    { content: " >"; }
.mha-content-full ul li.HwContentNavigationPrev a:before   { content: "< "; }
/*AB Content Navigation*/
.mha-content-full ul li.HwContentNavigationPrev a:before ,
.mha-content-full ul li.HwContentNavigationNext a:after {  
  color: #FFF;
}
.mha-content-full li.HwContentNavigationTop { display: none; }

/* Content */
.mha-content { font-size:14px; }
.mha-content-full { font-size:100%; }
.mha-content-full .HwElement { font-size:1em; }
.mha-content-full ul { list-style: none; margin-top: 1em; margin-bottom: 1em; }
.HwContent ul li { margin-left: 0; padding-left: 1em; position: static; list-style: none;}
.HwNavigationSection ul li { margin-bottom: 0; }

.HwNavigationSection ul li:first-child { padding-top: 0; }
.HwNavigationSection ul:first-child { margin-top: 0; }

/* This was changed from #005072 to #000000 for bug 16543*/
.HwNavigationSection p b, .HwNavigationSection ul li b { color:#000000;
}

/* MHA Widgets */

.mha-widget-base a:link, .mha-widget-base a:visited { text-decoration:none; }
.mha-widget-base a:hover { text-decoration:underline; }
.mha-widget-symptom { overflow:hidden; }
.mha-widget-symptom-img img { width:123px; height:167px; }
.mha-widget-symptom-btn { text-align:right; }
.mha-widget-symptom-img { float:left; }
.mha-widget-symptom-txt { width: 130px; }
.mha-widget-symptom-txt, .mha-widget-symptom-btn { float:right; margin:10px 0; }

/* Image Block */
.mha-img-block { overflow:hidden }

.mha-img-block-wrapper { margin: 30px 0 20px 0; }

.mha-img-block .mha1,
.mha-img-block .mha2,
.mha-img-block .mha3 {
    float: left;
    overflow:hidden;
    position:relative;
    border:solid 1px #CCC;
}

.mha-img-block .mha1 {
    margin:0 0 10px 0;
}
.mha-img-block .mha2,
.mha-img-block .mha3 {
    margin:0 0 10px 10px;
}

.mha-img-block a, .mha-img-block img { 
    position: relative; 
    display: block;
}
.mha-img-block .caption
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    margin: 0 !important;
    background: #005072;
    background: rgba(0, 80, 114, 0.50);
    width: 100%;
    text-shadow: 1px 1px 1px #000000;
    z-index:100;
}

.mha-img-block .caption h2
{
    color: #fff;
    font-weight: normal;
    font-size:16px;
    margin:0;
}

.mha-img-block .mha1 .caption h2
{
    font-size:16px;
    letter-spacing:1px;
}
.mha-img-block .mha2 .caption h2
{
    font-size:14px;
}
.mha-img-block .mha3 .caption h2
{
    font-size:12px;
}

/* Hw Content */
#HwContentWrapper {
    margin-left: 10px;
}

#HwContentWrapper div.HwContent {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

/*AB Content*/
.HwElement{
	font-family:Verdana,Helvetica,Arial;
	color:#000;
}

.HwElement h2, .HwElement h3 { font-family: Verdana,Helvetica,Arial; }
.mha-column-related h4 { font-family: Arial, Helvetica, sans-serif; }
.HwContent p { padding: 0; line-height:1.38em; }

div.HwContentTitle h1, .HwCategoryTitle {
    font-size: 1.21em;
    font-weight: normal;
    color: #005072;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: .8em;
    border-bottom: 1px dotted #999;
    padding-bottom: .3em;
}

#HwListTitle, .HwTypeNord h2.HwSectionTitle, .HwTypeActionset h2.HwSectionTitle, .HwNavigationSection h2.HwSectionTitle {
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 0;
    border: none;
    margin-bottom: .4em;
    color: #005072;
    padding-bottom: .3em;
    font-family: Arial, Helvetica, sans-serif;
}

h3.HwSubSectionTitle {
    color: #005072;
    font-weight: bold;
    font-size: 1.07em !important;
    margin: 0 0 .2em;
}

.HwContentWrapper img.HwActionsetIcon, .HwContentWrapper img.HwDecisionPointIcon {
    display: none;
}

.mha-column-main td {
    font-size: 1em;
}

.mha-column-main th {
    font-size: .85em;
}

.HwContentWrapper img {
    display: inline;
    border: none;
    padding: 0;
    margin: 0;
}

.mha-content-full ul li, .mha-content-full .link-item {
    padding: .2em 0 .2em 1em;
    background: url(../../../PHP.MHA/images/lists/bullet.png) no-repeat left .6em;
    position: relative;
}

.mha-column-nav ul li, .mha-column-related ul li, .mha-content-full .link-item {
    font-size: .9em;
}

.mha-content-full .link-item a,
    .mha-content-full .link-item a:link {
        font-size: 1em;
        font-family: Arial, Helvetica, sans-serif;
        color: #005072;
    }

.link-item .description {
    font-family: Arial, Helvetica, Sans-Serif;
    padding: .4em 0;
    font-size: 1em;
}
    
#ConditionCenter {
    padding: 0;
}

.HwTypeConditionCenter .HwNavigationSection {
    display: block;
}

.HwConditionCenterSection .HwConditionCenterContent {
    padding: 1em 1em 3em;
}

.HwConditionCenterSection, .HwActionsetSection {
    background: #FFF;
    padding: .5em 0;
    border-bottom: 1px dotted #999;
    width: 100%;
}

    .HwConditionCenterSection h3 {
        font-size: 1em;
        color: #333;
        font-weight: normal;
    }

.HwConditionCenterClosed h3 a,
.HwConditionCenterClosed h3 a:link,
.HwConditionCenterClosed h3 a:visited,
.HwConditionCenterClosedAction h3 a,
.HwConditionCenterClosedAction h3 a:link,
.HwConditionCenterClosedAction h3 a:visited {
    font-weight: bold;
    padding-left: 25px;
    background: url(../../../PHP.MHA/images/buttons/btn-collapseClosed.gif) no-repeat left center;
    text-decoration: none;
}

.ahsCollapse h3 {
    margin: 0;
    padding: .4em 0;
    font-size: .92em;
}

.ahsCollapse h3 a,
.ahsCollapse h3 a:link,
.ahsCollapse h3 a:visited { font-weight: bold; text-decoration: none; }

.HwConditionCenterOpen h3 a,
.HwConditionCenterOpen h3 a:link,
.HwConditionCenterOpen h3 a:visited,
.HwConditionCenterOpenAction h3 a,
.HwConditionCenterOpenAction h3 a:link,
.HwConditionCenterOpenAction h3 a:visited {
    padding-left: 25px;
    background: url(../../../PHP.MHA/images/buttons/btn-collapseOpened.gif) no-repeat left center;
    text-decoration: none;
}

.HwActionsetSection .hasCorners,
.HwConditionCenterSection .hasCorners,
.HwConditionCenterClosed,
.HwConditionCenterOpen,
.HwConditionCenterClosedAction,
.HwConditionCenterOpenAction {
    background: #FFF;
    border: none;
    padding: 0;
}
    
.HwActionset {
    margin-top: 0;
}

.HwActionsetSection .topContainer,
.HwActionsetSection .bottomContainer,
.HwConditionCenterSection .bottomContainer,
.HwConditionCenterSection .topContainer {
    display: none;
    background: #FFF;
}

.HwActionsetSection dl {
    height: 1%;
    overflow: hidden;
    background: #FFF;
}

.HwActionsetClosed dl {
    background: url(../../../PHP.MHA/images/buttons/btn-collapseClosed.gif) no-repeat left .1em #FFF;
}

.HwActionsetOpen dl {
    background: url(../../../PHP.MHA/images/buttons/btn-collapseOpened.gif) no-repeat left .1em #FFF;
}

.HwActionsetSection dt a,
.HwActionsetSection dt a:link,
.HwActionsetSection dt a:visited {
    text-decoration: none;
    background: none;
    padding-left: 25px;
}

.HwActionsetHeader dt {
    font-size: 1em;
    padding-left: 0;
    padding: 1px 0;
}

.HwActionsetHeader dd {
    padding-top: 4px;
    padding: 1px 0 1px 15px;
}

/* Hw Legal */
.HwDisclaimer {
    border-top: 1px solid #CBCBCB;
    padding-top: 20px;
}

/* Images */
.hasborder {
    border: 1px solid #C2C2C2;
}

/* OTDR message on reg page */
.mha-otdr-message-portrait, .mha-otdr-message-landscape { 
    display:none; 
    color: red;
}
.mha-otdr-iframe {
    width: 100%;
    max-width: 585px;
    height: 628px;
}

/*  ========== Content Blocks ==========  */
.mha-common-block { background: #e3ebee; min-height: 50px; margin-bottom: 42px; padding: 14px 28px 28px 32px; border-radius: 1.2em; }
.mha-promo-otdr { margin-bottom: 30px; overflow:hidden; }
.mha-promo-otdr a { background-color: #E3EBEE; display:block; border-radius:14px; overflow:hidden; }
.mha-promo-otdr a, .mha-promo-otdr a:visited, .mha-promo-otdr a:hover { text-decoration:none !important; }
.mha-promo-otdr img { float:right; }
.mha-promo-otdr .mha-promo-otdr-txt { float:left; color:#444; margin:20px; }
.mha-promo-otdr .mha-promo-otdr-txt-hdr { font-size:22px; margin-bottom:8px; }
.mha-promo-otdr .mha-promo-otdr-txt-body span { font-weight:bold; }
.mha-promo-otdr .mha-promo-otdr-txt-footer { clear:both;background-color: #2B657B;color: #FFF;font-size: 16px;text-align: right;padding: 6px 30px; }

.mha-shadow-box {
    margin-bottom: 2em;
    /*background: url(../../../PHP.MHA/images/layout/bg-boxTopLeft.png) no-repeat left top;*/
    background: url(../../../PHP.MHA/images/layout/bg-boxShadow.gif) no-repeat left 7px;
    padding-left: 5px;
    height: 1%;
    overflow: hidden;
}

.mha-shadow-box-extra-bg {
    /*background: url(../../../PHP.MHA/images/layout/bg-boxTopRight.png) no-repeat right top;*/
    border: 1px solid #CBCBCB;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 1%;
    overflow: hidden;
}

.mha-shadow-box2 {
    background: url(../../../PHP.MHA/images/layout/bg-box2TopLeft.gif) no-repeat left top;
    padding-left: 5px;
    height: 1%;
    overflow: hidden;
}
        
.mha-shadow-box2-extra-bg {
    background: url(../../../PHP.MHA/images/layout/bg-box2TopRight.gif) no-repeat right top;
    border-bottom: 1px solid #CBCBCB;
    height: 1%;
    overflow: hidden;
}

.mha-shadow-box-left {
    float: left;
    width: 48%;
}

.mha-shadow-box-right {
    float: right;
    width: 50%;
    /*background: url(../../../PHP.MHA/images/layout/bg-boxTopRight.png) no-repeat right top #EDF0F5;*/
    background: #EDF0F5;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
}

.mha-shadow-box-content {
    padding: 1em 1.5em;
    height: 1%;
    overflow: hidden;
}

.mha-layout-healthy-living .mha-shadow-box-content {
    padding: 0;
}

.mha-layout-shadow-box .mha-column-main {
    float: none;
    margin: 0;
}

.mha-layout-healthy-living .mha-shadow-box-content .ms-webpart-chrome-title {
    margin: 0;
}

.mha-layout-healthy-living .mha-shadow-box-content .ms-webpart-titleText {
    margin: 5px;
}

.mha-shadow-box-left #HwCategoryTitle, .mha-shadow-box-right .HwCategoryTitle {
    color: #D76500;
    border: none;
    font-weight: bold;
    font-size: 1em;
    margin-top: .4em;
}
        
.mha-shadow-box-left #HwListTitle {
    display: none;
}
        
/*	Buckets  */
.bucketWidget {
    margin-bottom: 18px;
}

    .bucketWidget img {
        display: block;
    }

.widgetHead {
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #093850;
}

.widgetHead h2,
    .widgetHead p {
        margin-bottom: 0;
    }

.buckets {
    overflow: hidden;
}

    .buckets .grid_4 {
        width: 312px;
    }

    .buckets .grid_4_2 {
        width: 300px;
    }

    .buckets .grid_2 {
        margin-bottom: 12px;
    }

    .buckets .grid_1 {
        width: 90px;
    }

.mha-content-block {
    margin: 1.5em 0;
}


/* Styles for MHA search delegate control */
/* Global search box */
div.MHA_global_sb_compact div.ms-srch-sb {
	background: url('../../../PHP.MHA/images/layout/left_rounded_solid_white.png') no-repeat;
	padding-left: 11px;
}

div.MHA_global_sb_compact div.MHA_global_sb_inner{
	/*width: 380px;*/
}

div.MHA_global_sb_compact a..bx-wrapperms-srch-sb-searchLink {
  width: 40px !important;
  height: 28px !important;
  background: url('../../../PHP.MHA/images/layout/sprite.png') no-repeat;
  background-position: 0 -235px;
}
span.MHA_global_sb_borders {
    background: #fff;
	border-top: 1px solid #e2e4e3;
	border-bottom: 1px solid #e2e4e3;
	height: 26px;
	box-sizing: content-box;
	display: inline-block;
}
div.MHA_global_sb_compact a.ms-srch-sb-navLink {
	width: 28px !important;
	height: 28px !important;
	border-top: 1px solid #e2e4e3;
	border-bottom: 1px solid #e2e4e3;
	border-right: 1px solid #e2e4e3;
}
div.MHA_global_sb_compact img.ms-srch-sb-searchImg {
  display: block;
  opacity: 0;
  width: 40px !important;
  height: 28px !important;
}

div.MHA_global_sb_compact a.ms-srch-sb-searchLink {
	margin-left: -5px;
    width: 40px !important;
    height: 28px !important;
    background: url('../../../PHP.MHA/images/layout/sprite.png') no-repeat;
    background-position: 0 -235px
}
div.MHA_global_sb_compact img.ms-srch-sb-navImg {
	top: -30px !important;
	left: -30px !important;
}

span.MHA_global_sb_dropdown_borders{
    background: #fff;
	border-top: 1px solid #e2e4e3;
	border-bottom: 1px solid #e2e4e3;
	height: 26px;
    line-height: 26px;
	box-sizing: content-box;
	display: block;
    overflow: hidden;
    float:left;
}
span.MHA_global_sb_input_borders{
    background: #fff;
	border-top: 1px solid #e2e4e3;
	border-bottom: 1px solid #e2e4e3;
	height: 26px;
    line-height: 26px;
	box-sizing: content-box;
	display: block;
    overflow: hidden;
}
span.MHA_global_sb_button {
    display: block;
    float: right;
}
span.MHA_global_sb_input_borders input {
    width: 90%;
}

select.MHA_smallsb_nav_dropdown {
	border: 0 none;
}

div.MHA_global_sb_compact img.ms-srch-sb-navImg:hover {
	top: -30px !important;
	left: -30px !important;
}

div.MHA_global_sb_compact input.ms-srch-sb-prompt {
	font-size: 1.1em !important;
	padding-top: 4px !important;
	padding-bottom: 2px !important;
	height: 17px;
    box-sizing: content-box;
    border: 0 none;
}

div.MHA_global_sb_compact div.ms-srch-sb input.ms-textSmall {
	font-size: 1.1em !important;
	padding-top:4px !important;
	padding-bottom: 2px !important;
	height: 17px;
    box-sizing: content-box;
    border: 0 none;
}

div.MHA_global_sb_compact {
	/*width: 350px;*/
}

div.MHA_global_sb_compact div.ms-srch-sb-border {
	border: 0 none !important;
    width: 100%;
    max-width: 400px;
}

div.MHA_global_sb_compact div.ms-srch-sb-borderFocused {
	border: 0 none !important;
}

/* Search page search box */
div.MHA_searchpage_sb div.ms-srch-sb {
	background: url('../../../PHP.MHA/images/layout/left_rounded.png') no-repeat;
	padding-left: 11px;
}

div.MHA_searchpage_sb select.MHA_sb_nav_dropdown {
	height: 25px;
}

div.MHA_searchpage_sb div.MHA_global_sb_inner{
	width: 500px;
}

div.MHA_searchpage_sb a.ms-srch-sb-searchLink {
  width: 29px !important;
  height: 27px !important;
  border: 1px solid #e2e4e3;
}
span.MHA_global_sb_borders {
	border-top: 1px solid #e2e4e3;
	border-bottom: 1px solid #e2e4e3;
	height: 26px;
	box-sizing: content-box;
	display: inline-block;
}
div.MHA_searchpage_sb a.ms-srch-sb-navLink {
	width: 28px !important;
	height: 28px !important;
	border-top: 1px solid #e2e4e3;
	border-bottom: 1px solid #e2e4e3;
	border-right: 1px solid #e2e4e3;
}
div.MHA_searchpage_sb img.ms-srch-sb-searchImg {
  display: block;
  opacity: 0;
  width: 32px !important;
  height: 32px !important;
}

div.MHA_searchpage_sb a.ms-srch-sb-searchLink {
	margin-left: -2px;
}
div.MHA_searchpage_sb img.ms-srch-sb-navImg {
	top: -30px !important;
	left: -30px !important;
}

div.MHA_searchpage_sb img.ms-srch-sb-navImg:hover {
	top: -30px !important;
	left: -30px !important;
}

div.MHA_searchpage_sb input.ms-srch-sb-prompt {
	font-size: 1.1em !important;
	padding-top: 4px !important;
	padding-bottom: 2px !important;
	height: 17px;
    box-sizing: content-box;    
}

div.MHA_searchpage_sb div.ms-srch-sb input.ms-textSmall {
	font-size: 1.1em !important;
	padding-top:4px !important;
	padding-bottom: 2px !important;
	height: 17px;
    box-sizing: content-box;
    border: 0 none;
}

div.MHA_searchpage_sb {
    width: 100%;
}

div.MHA_searchpage_sb div.ms-srch-sb-border {
	border: 0 none !important;
}

div.MHA_searchpage_sb div.ms-srch-sb-borderFocused {
	border: 0 none !important;
}

div.MHA_searchpage_sb input.ms-srch-sbLarge-navWidth {
	max-width: 245px;
}
div.MHA_searchpage_sb input.ms-srch-sbLarge-fullWidth {
	max-width: 245px;
	
}

.mha-searchresult div.ms-srch-result {
	margin-top: 0;
}

.ms-srch-result #Paging {
	text-align: left !important;
}

.ms-srch-result ul li {
    background: none;
	padding: 0.05em;
}

.ms-srch-result ul li a:link, .ms-srch-result ul li a:visited {
    font: 0.7em Arial,helvetica,sans-serif;
    color: #005072 !important;    
    text-decoration: none;
    background: url(../../../PHP.MHA/images/buttons/bg-azBtn.gif) no-repeat scroll right bottom transparent;        	
	padding: 3px 7px 4px 8px !important;
    text-align: center;
    border: 1px solid #D9D9D9;
}

.ms-srch-result ul li a:hover {
    text-decoration: underline !important;
}

.mha-no-search-refinement {
    text-align: left !important;
    color: #5A5A5A;
}

#mha-search-help-tips {
    font:  100% Arial,Helvetica,sans-serif; 
    padding: 0 !important;       
    border: none;
    background: none;
}

/* advance search box */
.srch-advancedtable .ms-advsrchText-v2box {
    width: 100%;
}

/* search box in result page */
.mha_sb_dropdown_borders{
    display: inline-block;
    vertical-align: middle;
	height:26px;
    box-sizing: content-box;
    background-color: #fff;
}
.mha_sb_input_borders{
    display: inline-block;
    vertical-align: middle;
}

div.mha_sb_dropdown_borders{
    background: #fff;
	height: 28px;
    line-height: 26px;
	box-sizing: content-box;
	display: block;
    overflow: hidden;
    float:left;
    margin-right: 4px;
}
div.mha_sb_input_borders{
    background: #fff;
	height: 28px;
    line-height: 26px;
	box-sizing: content-box;
	display: block;
    overflow: hidden;
}
div.mha_sb_button {
    display: block;
    float: right;
}
div.mha_sb_input_borders input {
    width: 100%;
}

div.MHA_searchpage_sb img.ms-srch-sbLarge-searchImg {
    left: 4px !important;
    top: -67px !important;
}

div.MHA_searchpage_sb img.ms-srch-sbLarge-searchImg:hover {
    left: 4px !important;
    top: -67px !important;
}

a.ms-srch-sb-searchLink + span {
    display: block;
    overflow: hidden;
    height: 27px !important;
    border: 1px solid #e2e4e3;
}
.MHA_sb_input_borders a.ms-srch-sb-searchLink {
    float: right;
}

/* Search result page */
.ms-srch-item:nth-of-type(1) {padding-top: 0; margin-top: 0;}
.ms-srch-item:first-child {padding-top: 0; margin-top: 0;}

#mha-search-help-link .space{
    width: 0.2em;
}

/*  NLC jQuery Slider Core CSS  */
.nlcslider {
    height: 307px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.nlcslider-holder {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.nlcslider-hide {
    display: none;
}

.nlcslider-progress,
.nlcslider-controls,
.nlcslider-numbers		{ position: absolute; width: 100%; z-index: 200; background: transparent; }
.nlcslider-progress		{ bottom: 0; }
.nlcslider-slide		{ background-repeat: no-repeat; background-position: left top; width: 100%; position: relative; z-index: 1; }
.nlcslider-slideJS		{ position: absolute; }
.nlcslider-slideContent	{ position: relative; z-index: 10; }
.nlcslider-slideLink	{ position: absolute; top: 0; left: 0; z-index: 15; display: block; width: 100%; }
.nlcslider-slideBG		{ display: block; position: absolute; }
.nlcslider img			{ border: 0; width: 100%; /*height: 100%; */}
.nlcslider-btn,
.nlcslider-btnNumber	{ cursor: pointer; }
.nlcslider-controls     { top:50%; margin-top:-30px; }
a.nlcslider-btn {
    position: absolute;
    text-align: center;
    margin: auto;
    width: 30px;
    height: 60px;
    line-height:60px;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    background: #005072;
    background: rgba(0, 80, 114, 0.90);
}
.nlcslider-btnPrev {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.nlcslider-btnNext {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.nlcslider-numbers		{ position: absolute; text-align: center; width: 100%; }
.nlcslider-btnNumber	{ display: -moz-inline-stack; display: inline-block; }
.nlcslider-numbers	    { bottom: 10px; }

/* Custom Jquery Slider CSS */
.nlcsliderWidget {
    border-left: 1px solid #fff;
}

    .nlcsliderWidget .nlcslider-slide img {
        display: block;
    }

    .nlcsliderWidget .nlcslider-numbers {
        text-align: right;
        right: 3.3em;
        bottom: 25px;
    }

    .nlcsliderWidget .nlcslider-btnNumber {
        background-color: #fff;
        display: inline-block;
        font-size: 0.01em;
        color: #fff;
        height: 8px;
        width: 8px;
        border-radius: 8px;
        margin-right: 2px;
    }

    .nlcsliderWidget .nlcslider-btnNumberLink {
    }

    .nlcsliderWidget .nlcslider-btnNumberActive {
        background-color: #e15a1a;
        color: #e15a1a;
    }
        
/* Custom Caption */
.nlcslider-slide .caption		{ background: #005072; background: rgba(0, 80, 114, 0.90); color: #fff; width: 540px; padding: 1.4em 1em 1em 1.4em; position: absolute; left: 0; bottom: 10%; }
.nlcslider-slide .caption h2	{ color: #fff; margin-bottom: 0; text-transform: uppercase; font-size: 1.2em; }
.nlcslider-slide .caption p		{ margin-bottom: .5em; }

/* CarouselSlider Caption */
.mha-carousels .caption {
    background: #005072;
    background: rgba(0, 80, 114, 0.90);
    color: #fff;
    width: 84%;
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 16px;
    position: absolute;
    left: 0;
    bottom: 8.5%;
    z-index: 99;
}
.mha-carousels .caption h1	{ color: #fff; margin-bottom: 0; font-size: 1.6em; }
    /*BUG 15859-CR114 Change ALL Caps on MHA Carousels*/
.mha-carousels .caption h2	{ color: #fff; margin-bottom: 0; text-transform: none; font-size: 1.2em; }
.mha-carousels .caption p	{ font-size: 1em; line-height: 0.5em; margin: 0; }

/* HotTopicsSlider Caption */
.mha-hot-topics {
    overflow: hidden;
    height: 92px;
}
.mha-hot-topics .mha-bxslider {
    width: 101%;
}
.mha-hot-topics .caption {
    display: none;
}

/* image rotator caption */
.mha-imagerotator .caption {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mha-imagerotator .bx-controls{
    display: none;
}

/* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox. They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxContent { padding: 8px; }
#cboxOverlay{background:url('../../../PHP.MHA/images/colorbox/overlay.png') repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft {
    width: 21px;
    height: 21px;
}
#cboxTopRight {
    width: 21px;
    height: 21px;
}
#cboxBottomLeft {
    width: 21px;
    height: 21px;
}
#cboxBottomRight {
    width: 21px;
    height: 21px;
}
#cboxMiddleLeft {
    width: 21px;
}
#cboxMiddleRight {
    width: 21px;
}
#cboxTopCenter {
    height: 21px;
}
#cboxBottomCenter {
    height: 21px;
}
#cboxContent{background:#fff; overflow:hidden;}
#cboxError{padding:50px; border:1px solid #ccc;}

#cboxTitle{position:absolute; bottom:5px; left:0; font-size: 12px; text-align:center; width:100%; color:#949494; }
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url('../../../PHP.MHA/images/colorbox/loading_background.png') no-repeat center center;}
#cboxLoadingGraphic{background:url('../../../PHP.MHA/images/colorbox/loading.gif') no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; min-width:25px; }
        
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url('../../../PHP.MHA/images/colorbox/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url('../../../PHP.MHA/images/colorbox/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; top:0; right:0; background:url('../../../PHP.MHA/images/colorbox/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

 /*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* ========== Buttons ==========*/
/*	Links and More links  */
.linkMore {
    text-align: right;
    margin-right: 1em;
}

    .linkMore a {
        color: #f55d0f !important;
    }

.linkMore a:hover,
        .linkMore a:focus {
            color: #000 !important;
        }
            
.mha-show-more-btn, .mha-search-btn {
    width: auto; 
    text-decoration: none; 
    position: relative; 
    border: 0; 
}

.ahslinksdiv img {
    margin: 0 0 .5em;
    display: block;
    padding: 2px;
    border: 1px solid #C9C9C9;
}

.ahslinksdiv ul:first-child {
    margin: 0;
}

.ahslinksdiv ul li {
    font-size: .9em;
}

.buttonholder {
    height: 1%;
    overflow: hidden;
    position: relative;
    margin: 1em 0;
}

/* TODO - Remove mha-more-btn when updated */
img.mha-btn-more, img.mha-more-btn {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline;
}

.mha-btnClose {
    cursor: pointer;
    text-indent: -50000px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../../PHP.MHA/images/buttons/btn-close.gif) no-repeat left center;
}

.buttonHolder {
    height: 1%;
    overflow: hidden;
    position: relative;
    margin: 1em 0;
}

a.btn,
a.btn:link,
a.btn:visited {
    position: relative;
    cursor: pointer;
    font-size: .85em;
    background: url(../../../PHP.MHA/images/buttons/btn-right.png) no-repeat right top;
    padding-right: 4px;
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF !important;
    text-decoration: none !important;
}

a.btn .btn-visual,
a.btn:link .btn-visual,
    a.btn:visited .btn-visual {
        float: left;
        line-height: 22px;
        height: 22px;
        display: block;
        padding: 0 6px 0 12px;
        background: url(../../../PHP.MHA/images/buttons/btn-left.png) no-repeat left top;
    }

.inputBtn {
    cursor: pointer;
    position: relative;
    float: left;
    height: 22px;
    background: url(../../../PHP.MHA/images/buttons/btn-right.png) no-repeat right top;
    padding-right: 4px;
}

input.btn-visual {
    cursor: pointer;
    position: relative;
    overflow: visible;
    width: auto;
    color: #FFF;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
    border: none;
    line-height: 22px;
    height: 22px;
    display: block;
    padding: 0 12px 0 16px;
    margin: 0;
    background: url(../../../PHP.MHA/images/buttons/btn-left.png) no-repeat left top;
}

.ahs-toggleBtn { text-indent: -50000px; display: block; width: 16px; height: 16px; margin-right: 9px; float: left; background: url(../../../PHP.MHA/images/buttons/btn-collapseClosed.gif) no-repeat left center; }
.HwActionsetSectionOpened, .ahs-toggleBtnOpened { background: url(../../../PHP.MHA/images/buttons/btn-collapseOpened.gif) no-repeat left center #FFF; }
.mha-services-provided-content .ahsCollapseContent { display:none; }

/* =========================================================
 * Tabber v3.0.6 - 2014-05-03 
 * A jQuery plugin for adding simple tabbed interfaces. Part of the Formstone Library. 
 * http://formstone.it/tabber/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 *
 * Customized
 * ==========================================================*/ 
.tabber { overflow: hidden; height: 1%; margin-bottom: 10px; }
.tabber .tabber-menu { display: block; margin: 0; padding: 0; }
.tabber .tabber-handle {
    font-weight: bold;
    font-size: .92em;
    cursor: pointer;
    display: block;
    float: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.tabber .tabber-handle.active { color: #333; }
.tabber .tabber-handle.mobile { display: none; float: none; }

.tabber .tabber-tab { clear: both; display: none; }
.tabber .tabber-tab.active { display: inherit; }

/* Vertical */
    .tabber.vertical .tabber-menu {
        float: left;
        width: 20%;
    }

    .tabber.vertical .tabber-handle {
        display: block;
        width: 100%;
    }

        .tabber.vertical .tabber-handle.mobile {
            display: none;
        }

    .tabber.vertical .tabber-tab {
        clear: none;
        float: right;
        min-height: 100%;
        width: 80%;
    }

/* Visual styles */
a.tabber-handle {
    position: relative;
    top: 1px;
    padding-left: 7px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../../../PHP.MHA/images/layout/tab-bg.gif);
    text-decoration: none;
}

    a.tabber-handle span {
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 7px;
        background-position: right top;
        background-repeat: no-repeat;
        background-image: url(../../../PHP.MHA/images/layout/tab-bg.gif);
    }

    a.tabber-handle.active {
        position: relative;
        top: 1px;
        padding-left: 9px;
        background-position: left top;
        background-repeat: no-repeat;
        background-image: url(../../../PHP.MHA/images/layout/tab-SelectedLeft-bg.gif);
        margin-top: -4px;
        text-decoration: none;
    }

        a.tabber-handle.active span {
            display: block;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-right: 9px;
            background-position: right top;
            background-repeat: no-repeat;
            background-image: url(../../../PHP.MHA/images/layout/tab-SelectedRight-bg.gif);
        }

    a.tabber-handle:link {
        text-decoration: none;
    }

    a.tabber-handle:visited {
        text-decoration: none;
    }

    a.tabber-handle:hover {
        text-decoration: none;
    }

    a.tabber-handle:active {
        text-decoration: none;
    }

div.tabber {
    padding: 4px;
    width: 100%;
    background: url(../../../PHP.MHA/images/layout/bg-boxShadow.gif) no-repeat left 7px;
}

div.tabber-tab {
    border: 1px solid #CBCBCB;
    margin-top: -4px;
}

/* Mobile */
.tabber.mobile .tabber-handle { display: none; border-bottom: 1px solid #666; }
.tabber.mobile .tabber-handle.mobile { display: block; }

.tabber.vertical.mobile .tabber-menu,
.tabber.vertical.mobile .tabber-tab { float: none; width: 100%; }

.tabber.mobile { padding: 0; width: 100%; background: none; border: 1px solid #666; border-bottom: 0; border-radius: 8px; overflow: hidden; display:block; }
.tabber.mobile .tabber-tab { border-left: none; border-right: none; border-top: none; border-bottom: 1px solid #666; margin-top:0; }

/* Mobile visual styles */
span.tabber-handle.mobile { padding: 4px 0 4px 8px; }
span.tabber-handle.active.mobile { background-color: #EDF0F5; }

/*******************************************************
* following is temporarily bring over from nlc.css and nlchealth.css
********************************************************/
/* columns used in find-health-locater */
.mha-content .formItem {
    width: 100%;
    overflow: hidden;
    padding: 0 0 .5em;
}

.mha-content .cols {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
}

.mha-content .cols3 {
    border-top: 1px solid #CBCBCB;
    padding-top: 1em;
}

.mha-content .cols:first-child {
    border: none;
    padding-top: 0;
}

.mha-content .one-third {
    width: 300px;
    margin: 0 7px 0 6px;
}

.mha-content .col {
    float: left;
    display: inline;
}

.mha-content .one-fourth {
    float: left;
    width: 215px;
}

    .mha-content .one-fourth input {
        display: block;
        width: 20px;
        float: left;
    }

    .mha-content .one-fourth label {
        display: block;
    }

.mha-content .fourColsFixed .col {
    width: 195px;
}

.mha-content .fourColsFixed .col-first {
    width: 240px;
    margin: 0 48px 0 0;
}

.formItem input[type='checkbox'] {
    display: block;
    width: 20px;
    float: left;
}
.formItem input[type='checkbox']+label {
  display: block;
  margin-left: 27px;
}

/* ====================================================
* mha-box-item
* ====================================================*/
.mha-box-item { overflow: hidden; }
.mha-box-item .boxText { overflow: hidden; height: 1%; float: left; display: inline-block; padding-right: 8px; width: 48% }
.mha-box-item .boxImgLink { padding-top: .4em; font-size: .76em; text-align: right; }
.mha-box-item .boxImg { display: inline-block; height: 1%; width:52%; overflow: hidden; float: right; }
.mha-box-item .boxImg img { padding: 2px 2px 0; }
.mha-shadow-box2 p { margin: 0;}

.mha-facility-location-img {
    float: right;
    margin-left: 10px;
}
.mha-facility-location-img .mha-shadow-box-extra-bg {
    padding: 2px 2px 0 2px;
}
.mha-facility-location-img img {
    width: 120px;
}

/* ====================================================
* mha-health-locater
* ====================================================*/
.mha-health-locater, .mha-practitioners { padding: 2em ; border: none;}
.mha-health-locater fieldset { width:100%;}
.mha-health-locater fieldset:first-child	{ margin: 0; }
.mha-health-locater fieldset .cols		{ margin-top: .5em; }
.mha-health-locater h4 { margin-bottom: 1em; }

.mha-infoab-block { width: 100%; max-width: 650px; padding: 0 0 0 10px; margin-left: 0;}
.mha-infoab-block h4 { margin-bottom: 1em; }
.mha-infoab-block ul { margin-top: 0; margin-bottom: 0}

.mha-services-provided-content h3 {
    font-size: 1.3em;
}
    
.mha-services-provided-content h3 {font-size:1.3em;}

.mha-practitioners ul { margin-bottom: 0; margin-top:0; }
.mha-practitioners li { font-size: 0.9em; }

.itemrow { margin-bottom: 1em; }
.itemrow h4 { margin: 0 0 0.75em 0; }

.mha-health-locater select {
    color: #333;
    width: 200px;
    padding: 3px 2px 3px 0;
    border: 1px solid #e8e8e8;
}

.inlineSearchBox input[type="text"],
.mha-health-locater input[type="text"] {
    color: #4a4a4a;
    border: 1px solid #e2e4e3;
    padding: .5em 0 .4em .8em;
    border-radius: 1.1em;
    -webkit-appearance: none;
    -webkit-box-sizing: none;
    box-sizing: border-box;
}

.ms-advsrchText-v2box {
    height: auto !important;
}

.mha-health-locater .search-box {
    display: inline-block; 
}

.inlineSearchBox		{ height: 1%; overflow: hidden; margin-bottom: 1.5em; } /* background: #EDF0F5; border: 1px solid #D9D9D9; */
.inlineSearchBoxInner	{ padding: 1em; height: 1%; overflow: hidden; }
.inlineSearchBox input.inlineSearch	{ width: 170px; }
.inlineSearchBox input.inlineSearch, .inlineSearchBox .buttonHolder	{ float: left; margin: 0 .3em 0 0; }

.inlineSearch {
    display: inline-block; 
    width: 320px;
}

.mha-ms-srch-sb-searchImg {
    vertical-align: middle;
}

#mha-tests-med-search-btn {
    display: inline-block;
}

.tabContentHolder {
    overflow: hidden;
    height: 1%;
}

.tabContentHolder .tabLeft {
    display: inline;
    float: left;
    width: 46%; /*margin-left: -2em; margin-top: -2em;*/
}

.tabContentHolder .tabRight {
    display: inline;
    float: right;
    width: 50%;
    background: #EDF0F5;
    padding-bottom: 5000px;
    margin-bottom: -5000px; /*margin-right: -2em; margin-top: -2em;*/
}

.ahsCollapseContent         { height: 1%; overflow: hidden; padding: 8px 25px; background: #FFF; border: none !important; }
.tabber .ahsServiceLeft		{ width: 70%; float: left; }
.tabber .ahsServiceRight	{ width: 25%; float: right; }
.tabber .serviceRightContent	{ background: #FFD08C; padding: .4em; margin-bottom: .5em; }
.tabber .ahsServiceRight h3	 	{ font-weight: bold; color: #FFF; padding: .4em; background: #D97A0E; margin: 0; }	

/* OTDR */
/* TODO: to be cleanup */
.OTDRContent {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.25; /* 1.5 time of height */
}

    .OTDRContent ul {
    padding: 0; 
    margin: 0;
    padding-left: 15px;
}

.OTDRRightContentTitle
{
    /*padding-top:20px;*/
    padding-bottom:15px;
    font-size:20px;
    font-family:Arial;
    color:#f55d0f!important; /*#ca4b19!important; /* #ca3c14   #b53612*/
    font-weight:900; /*thicker;bold */
}
     
/* forms */
.mha-form-row {
    position: relative;
    overflow: hidden;
    margin-top: 1em;
}

.mha-form-row input.text {
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    outline: 0;
}

/* SP */
.mha-column-main .ms-webpart-titleText {
    padding: 0;
    font: bold 1.3em Arial, Helvetica, sans-serif;
    color: #D76500;
}

.ms-PartSpacingVertical {
    font-size: 1em;
    padding-top: 1.2em;
}

.mha-layout-landing .ms-PartSpacingVertical {
    display: none;
}

#s4-titlerow {
    display: none !important;
}

/* MHA dialog */
.mha-dialog {
    background: #FFF;
    padding: 0;
    z-index: 1003 !important;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.9em;
}

.mha-dialog-titlebar {
    border: 0;
    background: #5192B3;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    border-radius: 0;
    text-align: center;
}

.mha-dialog-content {
    border: 0;
    padding: 10px 5px 0 5px;
    background: #FFF;
    color: #333333;
}

.mha-dialog-buttonset {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

.mha-video-buttonset {    
    width: 100%;
    text-align: center;
    padding-bottom:5px;
}

/* eHealth -- integrate into new site still needed */
.eHealthbody {
    width: 100%;
}

.eHealthheader {
    margin-right: 30px;
    margin-left: 30px;
}

.eHealthTwoColLeft {
    float: left;
    width: 46%;	
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.1em; 
}

.eHealthTwoColRight {
    float: right;
    width: 46%;
    margin: 15px;
    background-color: #dceaf5;   	
    padding: 30px 20px;
    border-radius: 30px;    
    border: 0; 
}

.eHealthbody p {
    margin: 5px 15px 20px 15px !important;
    line-height: normal;
}

.eHealthbody h1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 10px !important;
    font-size: 1.4em !important;
}

.eHealthbody h2 {
    margin-left: 15px !important;
    margin-right: 15px !important;
} 

.eHealthThreeColLeftOneAndTwo {
    float: left;
    width: 64%;
}


.eHealthThreeColLeftOne {
    float: left;
    width: 50%;
}

.eHealthThreeColLeftTwo {
    float: right;
    width: 50%;
}

    .eHealthThreeColLeftTwo ul li {
    font-size: 1em !important;
}

.eHealthThreeColRight {
    float: right;
    width: 34%;
}

.eHealthQuickResources {
    float: right;
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: Orange;
    padding: 20px;
    border-radius: 30px;    
    border: 0; 
    font-weight: bold;
}

.eHealthQuickResourcesWhiteL {
    color: White;
    font-size: 1.3em;
}

.eHealthQuickResourcesBlueM {
    color: rgb(0, 80, 115);
    margin-top: 5px;
    font-size: 1.2em;
}

.eHealthQuickResourcesWhiteS {
    color: White;
    margin-top: 15px;
    font-size: 1em;
}
    
.eHealthQuickResourcesBlueS {
    color: rgb(0, 80, 115);
    margin-top: 5px;
    font-size: 0.9em;
}

.eHealthFooter {
    width: 100%;
    background-color: rgb(0, 80, 115);
    color: white;
    display: inline-block;
    padding: 0;
    font-weight: bold;
}

    .eHealthFooter p {
        margin: 15px 15px !important;
    padding: 0 70px;	
}

    .eHealthFooter a:link, .eHealthFooter a:visited {
    text-decoration: none !important;
}

    .eHealthFooter a:hover, .eHealthFooter a:focus {
    text-decoration: underline !important;   
}

.eHealthLink {
    color: white !important;
}

.eHealthPublicHeader h1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 10px !important;
    font-size: 1.4em !important;
}

.eHealthPublicTwoColLeft ul li {
    font-size: 1em !important;
}

.eHealthPublicTwoColLeft {
    float: left;
    width: 46%;	
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1em; 
}

.eHealthPublicTwoColRight {
    font-size: 1em; 
    float: right;
    width: 46%;
    margin: 15px;
    background-color: #dceaf5;   	
    padding: 30px 20px;
    border-radius: 30px;    
    border: 0; 
}

.eHealthPublicTwoColLeft ul li {
    font-size: 1em !important;
}

.eHealthPublicTwoColRight ul li {
    font-size: 1em !important;
}

.eHealthPublicLeft ul li {
    font-size: 1em !important;
}

.eHealthPublicLeft p.clear {
    clear: both;
}

.eHealthPublicPhone {
    float: right;
    width: 35%;
    margin: 15px;
    background-color: #dceaf5;   	
    padding: 30px 20px;
    border-radius: 30px;    
    border: 0; 
}

    .eHealthPublicPhone a {
    font-weight: bold;
}

#eHealthQAImgBtnDiv {
    font-size: 16px !important;
    padding-left: 160px;
    padding-top: 15px;
}

#eHealthDownloadPDFDiv {
    font-size: 16px !important;
    padding-left: 75px;
    padding-top: 35px;
}

#eHealthBackImgBtnDiv {
    font-size: 16px !important;
    padding-left: 15px;
    padding-top: 15px;
}

#eHealthCommonQuestionImgBtnDiv {
    font-size: 16px !important;
    padding-left: 130px;
    padding-top: 15px;
}

/* jQuery UI */
.ui-state-default .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../../../PHP.MHA/images/lists/bullet_gold.gif);
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* UAM & PHR Page Layouts starts */
.mha-column-heading {
    width: 99%;
    border: thin;
    margin-bottom: 5px;
}

.mha-column-user {
    margin-left: 66%;
    width: 33%;
    border: thin;
}

.mha-column-records {
    width: 49%;
    border: thin;
    float: left;
}

.mha-column-other-records {
    margin-left: 50%;
    width: 49%;
    border: thin;
}


.divSpacer {
    height: 2px;
    border: solid;
    width: 64%;
}

/* Switch Record IPHR webpart */
.record-switch {
    padding: 0;
}

.mha-content-container {
    width: 62%;
    float: left;
    margin: 0 0 0 30px;
}

.mha-column-full {
    width: 94%;
    margin-left: 30px; 
}

.mha-pg-title {
    float: left;
    width: 60%;
    padding: 4px;
    margin: 20px 0 0 30px;
}

.mha-UAM-wp-container {
    width: 706px;
    padding: 18px;
}
/*modified for long names*/
.mha-UAM-label {
    width: 25%;
    text-align: right;
    float: left;
    padding: 8px;
}

.mha-UAM-info {
    font-weight: bold;
    padding: 8px;
}

.mha-UAM-button {
    margin-left: 25%;
    padding: 8px;
}

.mha-UAM-button-right {
    margin-left: 60%;
    padding: 8px;
}

.mha-UAM-info-msg {
    background-color: #ffffd4;
    border: 1px solid;
    border-color: #E1DB65;
    padding: 8px;
    text-align: center;
}

/* UAM button styles*/
.mha-uxn-btn {
    display: block;
    height: 28px;
    width: 100px;
    border: 1px solid #797979;
    margin-left: 10px;
    background: #ffffff;
    padding-top: 5px;
    /* Text Styles */
    color: #000000;
    text-align: center;
    /* Fancy CSS3 Styles */
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    /*
    -webkit-box-shadow: 5px 5px 5px #d1cfcf;
    -moz-box-shadow: 5px 5px 5px #d1cfcf;
    box-shadow: 5px 5px 5px #d1cfcf;
	*/
}

.mha-uxn-btn-wide {
    width: 250px;
}

a.mha-uxn-btn {
    text-decoration: none;
}

a.mha-uxn-btn-primary {
    border: 1px solid #1692d1;
    background: #1692d1;
    color: #ffffff !important;
}

a.mha-uxn-btn-secondary {
    border: 1px solid #c8c8c8;
    background: #c8c8c8;
    color: #000000;
}

a.mha-uxn-btn-primary:visited {
    color: #ffffff;
}

a.mha-uxn-btn-secondary:visited {
    color: #000000;
}

a.mha-uxn-btn-primary:hover {
    background: #005a83;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #005a83;
}

a.mha-uxn-btn-secondary:hover {
    background: #005a83;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #005a83;
}
/* UAM & PHR Page Layouts ends */


.bx-wrapper { max-height:307px; }

.bx-wrapper *{
	box-sizing: content-box;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	*/

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
    right: 5%;
    cursor: pointer;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../../PHP.MHA/images/icons/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	z-index: 9999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e15a1a;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../../PHP.MHA/images/buttons/btn-slider.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../../PHP.MHA/images/buttons/btn-slider.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	/*z-index: 9999;*/
    /*MHA prenetwork*/
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../PHP.MHA/images/buttons/btn-slider.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../PHP.MHA/images/buttons/btn-slider.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.mha-videoWrapper {
	position: relative;
	padding-bottom: 60%;
	padding-top: 30px;
	height: 0;
}

.mha-videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#HWVideoTitle h1 {text-transform:none;}
#HWVideoArea h3	{ font-size: 1.2em; padding: 0; font-weight: bold; color: #D76500; margin-bottom: .5em; }

.mha-videoMoreInfo{
    text-align: right;
}
.mha-videoMoreInfo a {
    font-weight: bold;
    color: rgb(28, 148, 196);
    padding-right: 10px;
}
/*
.HWAccordion.ui-accordion { margin-left:10px;}
.HWAccordion.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; left: 1.5em; border:none; background-color: #FFFFFF;}
.HWAccordion.ui-accordion .ui-accordion-li-fix { display: inline; }
.HWAccordion.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; background-color: #FFFFFF; }
.HWAccordion.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding:0000; }
.HWAccordion.ui-accordion-icons .ui-accordion-header a { padding-left: 1.2em; }
.HWAccordion.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left:-20px; top: 0; margin-top: 0; background-color: #FFFFFF;}
.HWAccordion.ui-accordion .ui-accordion-content { border:none; background-image:none; background-color: #FFFFFF; padding:00 10px 20px;  border-top: 0; margin-top:0; position: relative; top: 2px;  margin-bottom: 2px; overflow: auto; overflow-x: hidden;; display: none; zoom: 1; }
.HWAccordion.ui-accordion .ui-accordion-content-active { display: block; margin-left: 10px;  top: -6px; }
.HWAccordion.ui-accordion h4	{ font-size: 1em; padding: 0; font-weight: bold; color: #D76500; margin-bottom: .5em; }
.HWAccordion .accordionDefaultIcon { background-image: url(/_LAYOUTS/15/PHP.MHA/images/icons/btn-collapseClosed.gif) !important; width: 15px !important; height: 15px !important; }
.HWAccordion .accordionSelectedIcon { background-image: url(/_LAYOUTS/15/PHP.MHA/images/icons/btn-collapseOpened.gif) !important; width: 15px !important; height: 15px !important; }
*/
/*.ms-PartSpacingVertical { padding-top:0px; }*/

/* OTDR */
.OTDR .mha-column-main{
    margin-top: 0;
}
.OTDR .mha-column-related{
    margin-top: 0;
}

/* IPHR webpart header fix */
.containerSpan,.containerSpan * {
box-sizing: content-box;
}
/* IPHR webpart header fix */
/************************************************************
                    MHA Content
*************************************************************/
.mha-quote {
    color: #444;
    font: italic bold 14px Arial, Helvetica, sans-serif;
}
.mha-quote-adjustable {
    color: #444;
    font: italic bold 1em Arial,Helvetica,sans-serif;
}
/************************************************************
                Topic - Common
*************************************************************/

.mha-layout-topic-landing .mha-column-footer,
.mha-layout-topic-content .mha-column-footer { 
    margin: 20px 0;
}

.mha-row { overflow: hidden; clear:both; }

/************************************************************
                Topic Landing Layout
*************************************************************/

.mha-topic-header { margin-bottom: 20px; }

.mha-topic-provider-block { overflow: hidden; }

.mha-topic-banner {
	position: relative;
    border: solid 1px #005072;
    overflow: hidden;
}

.mha-topic-banner .caption {
	width: auto;
    min-width: 50%;
}

.mha-topic-sections.mha-type3 .mha-descr img {
    width: 100%;
}

.mha-topic-banner .mha-carousels .caption {
	background: #005072;
	position: absolute;
	left: 0;
	opacity: .8;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
    width: auto;
    min-width: 50%;
}

.mha-layout-topic-landing .mha-promo-hdr {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    background: #005072;
}

.mha-layout-topic-landing .mha-promo-txt {
	background: #e3ebee;
	padding: 10px;
	line-height: 22px;
	border-radius: 0 0 10px 10px;
}

.mha-layout-topic-landing .mha-topic-utility {
    float: left;
    overflow: hidden;
    width: 350px;
}

.mha-layout-topic-landing .mha-topic-utility ul {
    margin: 0;
}

.mha-layout-topic-landing .mha-topic-utility ul > li {
    background: 0;
    padding: 0;
    display: block;
    float: left;
}

.mha-layout-topic-landing .mha-topic-utility ul > li > a {
    background: #005072;
    padding: 6px 10px 8px;
    margin-right: 1px;
    display: block;
    border-radius: 0 0 6px 6px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.mha-layout-topic-landing .mha-topic-utility a:active,
.mha-layout-topic-landing .mha-topic-utility a:visited {
    color: #fff;
    text-decoration: none;
}

.mha-layout-topic-landing .mha-topic-social {
    float: left;
    width: 250px;
}

.mha-layout-topic-landing .mha-content-main {
    margin: 30px 0 20px;
}

/* Section Blocks - Common */

.mha-layout-topic-landing .mha-topic-sections {
	overflow: hidden;
}

/* Section Block - Type 1 */
.mha-topic-sections.mha-type1 .mha-caption {
	font-weight: bold;
}

.mha-topic-sections .mha-block a {
	text-decoration: none;
}

.mha-topic-sections.mha-type1 .mha-descr {
	display: block;
}

/* Topic Landing Page - Footer */

.mha-layout-topic-landing .mha-column-footer .ms-WPBody {
    border: 0;
}

.mha-layout-topic-landing .mha-column-footer .mha-topic-logo {
    float:left;
    display: block;
    overflow: hidden;
}

.mha-layout-topic-landing .mha-topic-sections .mha-img-wrap img,
.mha-column-footer .mha-topic-logo img {
    display:block;
}

/* Section Block - Type 2 */
.mha-topic-sections.mha-type2 {
    border-radius: 10px;
    background: #e3ebee;
    padding: 30px 0 20px 20px;
    margin-bottom: 20px;
}

.mha-topic-sections.mha-type2 .mha-block > a {
	text-align: right;
    padding: 18px 10px 4px;
    margin: 0 30px 0 20px;
    font-size: 16px;
}

.mha-layout-topic-landing .mha-caption,
.mha-topic-sections.mha-type2 .mha-block a {
  background: #005072;
  color: #fff;
  font-weight: bold;
  display: block;
}

.mha-topic-sections.mha-type2 .mha-block > a > span {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -17px;
    left: -5px;
}

.mha-topic-sections.mha-type2 .mha-block {
	position: relative;
}

.mha-topic-sections.mha-type2.mha-items2 .mha-block > a {
	width: 280px;
}

.mha-topic-sections.mha-type2.mha-items3 .mha-block > a {
	width: 240px;
}

/* Section Block - Type 3 */
    
.mha-topic-sections.mha-type3 .mha-caption {
    min-height: 48px;
}

.mha-topic-sections.mha-type3 .mha-descr  {
	background: #e3ebee;
	padding: 12px 14px;
	border-radius: 0 0 12px 12px;
    line-height: 1.3em;
}


/* Placeholder */

/************************************************************
                Topic Content Layout
*************************************************************/

.mha-column-nav .mha-topic-logo img {
    margin: auto;
    display: block;
}

.mha-topic-section {
    font-family: Verdana, Helvetica, Arial;
}

.mha-topic-section .mha-wrap {
    overflow: hidden;
}

.mha-layout-topic-content .mha-block {
    background: #e3ebee;
    border-radius: 10px;
    overflow: hidden;
}

.mha-topic-section .mha-important.mha-block {
    padding: 16px;
    margin: 20px 0;
    border: dotted 1px #444;
    color: #444;
}

.mha-topic-section .mha-quote.mha-block {
    padding: 16px 32px;
    margin: 10px 40px 30px 30px;
    line-height: 24px;
    border: dotted 1px #444;
    color: #444;
}

.mha-quote.mha-block .mha-author {
    color: #888;
    margin: 6px 20px;
}

.mha-topic-section ol,
.mha-topic-section ul {
    margin: 10px 0 10px 15px;
}

.mha-topic-section > ol {
    margin: 10px 0 10px 25px;
}

.mha-layout-topic-content h1.mha-topic-title {
    border-bottom: dotted 1px #999;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.mha-layout-topic-content h2.mha-section-title {
    font-weight: normal;
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.mha-topic-section h3 {
    font-size: 16px;
    margin: 20px 0 8px;
}

.mha-topic-section > h3 {
    margin-top: 0;
}

.mha-topic-section h4 {
    border: 0;
    margin: 16px 0 6px;
}

.mha-topic-section p,
.mha-topic-section li {
    line-height: 18px;
}

.mha-layout-topic-landing a.mha-btn,
.mha-layout-topic-content a.mha-btn {
    display: block;
    background: #f55d0f;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 10px;
    margin:2px;
    text-align: center;
    text-decoration: none;
}

.mha-layout-topic-content img.mha-fl-right {
    margin: 0 0 20px 20px;
    border: solid 1px #ccc;
}

.mha-credit {
    font-style: italic;
    font-size: 12px;
    padding: 10px;
    margin: 10px 0 20px 0;
    background: #F5F5F5;
    border: solid 1px #E5E5E5;
}

.mha-topic-event {
    border-bottom: dotted 2px #ccc;
    padding-bottom: 10px;
}

.mha-topic-event .mha-row div {
    float: left;
}

.mha-topic-event .mha-row {
    margin-bottom: 6px;
}

.mha-topic-event .mha-row div:first-child {
    width: 120px;
    font-weight:bold;
}

/* In-Page Nav */
.mha-topic-section-nav {
    text-align:center;
}

.mha-topic-section-nav ul {
    overflow: hidden;
    margin: 0 0 30px 0;
    display: inline-block;
}

.mha-topic-section-nav ul li {
    background: none;
    padding: 0;
    float: left;
    padding: 0 10px;
    border-left: solid 1px #777;
}

.mha-topic-section-nav ul li:first-of-type {
    border-left: 0;
}

.mha-topic-section-nav a.mha-nav-current {
    color: #000;
    text-decoration:none;
}

.mha-topic-section {
    clear:both;
    overflow:hidden;
}

.mha-topic-section-nav ~ .mha-topic-section {
    display:none;
}

.mha-topic-section.mha-persist,
.mha-topic-section.mha-active {
    display:block;
}

.mha-topic-related-hdr {
    border-radius: 8px 8px 0 0;
    background: #005072;
    color: #fff;
    font-weight:bold;
    padding: 6px 12px;
}

.mha-topic-related-txt {
    border: solid 1px #444;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    min-height:40px; 
    padding-top: 10px;
    overflow: hidden;   
}

.mha-topic-related-txt ul {
    margin-top: 0;
    margin: 10px 20px;
}

/* IT-2053 start */
.mha-style-container {
	display:block;
}
.mha-blank-bar {
    width: 100px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.mha-listblock-wrapper {
	width:100%;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#fff;
	margin: 18px 0;
}
.mha-listblock-title {
	background:#f4f4f5;
	font-weight:bold;
	padding: 8px;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.mha-listblock-inner {
    padding: 12px;
}
.mha-checklist {
	list-style-type:none;
	display:block;
	margin: 10px 0;
    padding: 0 10px 0 30px;
}
.mha-content-full .mha-checklist li {
	margin: 0 0 12px;
	padding: 0px 10px 0 0;
	text-indent: -1.4em;
	background: none !important;
}
.mha-checklist li:before {
	content:"\2751";
	margin-right:4px;
	font-size: 18px;
}
/* IT-2053 end */
.mha-inactiveLink {
    pointer-events: none;
    cursor: default;
}


/* New image class for AccountSettings page*/
.mha-uam-img {
    border:0;
}

#spDocType {
    display: none;
}

.mha-phr-btn.mha-btn-lg{
    color:#fff !important;
}

.mha-phr-btn.mha-btn-lg:visited{
    color:#fff;
}


/*MHAPrenetwork - To hide "visit myhealth.alberta.ca" button */
.mhaVisitSitehide
{
	display:none;
}


/*CR 82: Video Player for AB(youtube) videos */
#TranscriptDisclaimerCreditLinks{
	position: relative;
    padding: 4px 6px 4px 0;
    margin: 0;
    border: 1px solid #b8b8b8;
    border-top: 0px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align: right;
    background-color: #FFF;
}

.LinkSeperator{
      border-left: solid 1px #000;
}

#HwVideoCredits, #HwVideoDisclaimer {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    background-color: #000;
    color: white;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.HwVideoCloseCircle {
    background: url(../../../PHP.MHA/images/colorbox/close.png) no-repeat 0 0;
    height: 37px;
    width: 39px;
    padding: 0;
    margin: 0 0 0 10px;
    vertical-align: top;
    float: right;
    border: none;
}

.HwLogo {
    width: 133px;
    padding: 10px 0 0 20px;
}


#HwVideoDisclaimer p, .HwContentInformation p {
    padding: 0 10px 5px;
}

.HwContentInformation
{
	 border-top: 1px solid #CBCBCB;
    padding-top: 10px;
}


@media screen and (max-width: 340px){
	div#HwVideoCredits, div#HwVideoDisclaimer {
		font-size: 6pt;
	}
}

@media screen and (max-width: 400px)
{
	div#HwVideoCredits, div#HwVideoDisclaimer {
		font-size: 8pt;
	}
}

/* iPhone 4/4S */
@media 
    only screen and (min-device-width: 320px) 
    and (max-device-width: 480px) 
    and (-webkit-device-pixel-ratio: 2) 
    and (device-aspect-ratio: 2/3)
{
    div#HwVideoCredits, div#HwVideoDisclaimer {
        font-size: 7.1pt;
    }
	#HwVideoDisclaimer p {
		padding: 0 10px 5px;
	}
}

/* iPhone5+ 
@media
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5){
    div#HwVideoCredits, div#HwVideoDisclaimer {
       font-size: 6.9pt;
    }
}*/ 

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{
    div#HwVideoCredits, div#HwVideoDisclaimer {
       font-size: 6.9pt;
    }
}

/* iPad in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
	div#HwVideoCredits, div#HwVideoDisclaimer {
       font-size: 8.7pt;
    }
}
a.portal__logo:hover {
    background: none !important;
}