/**
 * @file component.scss
 *   This is your main style sheet. It should be readable by a human and
 *   heavily commented. Each component and its elements and modifiers should be
 *   logically grouped and seperated by a comment describing the component, how
 *   it interacts with other components, and how it can be modified.
 */
.tile, .link-box, .local--nav, .content-block, .content-block__login, .content-block__tabs, .content-block__alt-foot {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09); }

a:hover .tile {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); }
  a:hover .tile .title {
    color: #df6021; }

a:hover .link-box {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25); }
  a:hover .link-box .title {
    color: #df6021; }

a:hover .link-box.tile__alt3 {
  border-top: 5px solid #df6021;
  box-shadow: none; }
  a:hover .link-box.tile__alt3 .h4__alt2 {
    color: #df6021; }

.tile {
  background-color: #fff;
  border-top: 5px solid #064084;
  color: #676974;
  font-size: 1.35rem;
  line-height: 12pt;
  margin-bottom: 10px;
  margin-top: 25px;
  max-height: 135px;
  min-height: 135px;
  padding: 15px 18px 8px 18px;
  position: relative;
  transition: 0.2s; }
  .tile .tile-foot {
    bottom: 10px;
    height: auto;
    position: absolute;
    width: 100%;
    /*** 7.25.16 - Adjust width of paragraphs to not overlap images ***/ }
    .tile .tile-foot .glyphicon {
      float: right;
      font-size: 1.75em;
      margin-bottom: 10px;
      max-height: 60px;
      max-width: 42px;
      min-width: 42px;
      opacity: .8;
      padding-right: 2px; }
    .tile .tile-foot img {
      border: 1px solid rgba(0, 0, 0, 0.12);
      float: right;
      margin-bottom: 10px;
      max-height: 60px;
      max-width: 42px;
      min-height: 60px;
      min-width: 42px;
      opacity: .8;
      padding-right: 2px; }
    .tile .tile-foot p {
      bottom: 0px;
      position: absolute;
      width: 82%; }

.link-box {
  background-color: #fff;
  border-top: 5px solid #064084;
  color: #676974;
  font-size: 1.45rem;
  line-height: 16pt;
  padding: 15px 18px 8px 18px;
  position: relative;
  transition: 0.2s; }
  .link-box .tile-foot {
    bottom: 10px;
    height: auto;
    position: absolute;
    width: 100%; }
    .link-box .tile-foot .glyphicon {
      float: right;
      font-size: 1.75em;
      margin-bottom: 10px;
      max-height: 42px;
      max-width: 30px;
      min-width: 30px;
      opacity: .8;
      padding-right: 2px; }
    .link-box .tile-foot img {
      border: 1px solid rgba(0, 0, 0, 0.12);
      float: right;
      margin-bottom: 10px;
      max-height: 42px;
      max-width: 30px;
      min-height: 42px;
      min-width: 30px;
      opacity: .8;
      padding-right: 2px; }
    .link-box .tile-foot p {
      bottom: 0px;
      position: absolute; }

.tile__alt {
  border-top: 5px solid #a20935; }

.tile__alt2 {
  border-top: 5px solid #00673e; }

.text-muted, .table.upload input[type="file"],
table.dataTable.upload input[type="file"] {
  color: #666; }

.tile__alt3 {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 20px 0px; }
  .tile__alt3:hover .text-link {
    color: #df6021; }
  .tile__alt3 .text-link {
    color: #11568b;
    display: block; }

.tile__alt4 {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 262px; }

.in-text {
  margin: 0px; }

.block {
  border-top: 5px solid #11568b;
  color: #fff;
  background-color: #003c70;
  margin-bottom: 20px;
  padding: 20px; }
  .block hr {
    border-top: 1px solid #206598;
    margin-top: 15px;
    margin-bottom: 15px; }
  .block a {
    color: #b2d3ec;
    display: block;
    line-height: 18pt; }
    .block a:hover {
      color: #df6021; }
  .block input {
    background: transparent;
    border-color: #fff;
    color: #fff;
    margin: 10px 0px; }

.well, .well-search {
  background-color: rgba(0, 30, 100, 0.06);
  border: 0px;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .well .h1__alt, .well-search .h1__alt {
    margin-top: 0px; }

.vertical .nav-tabs {
  float: left;
  background: none; }
  .vertical .nav-tabs li {
    float: none;
    margin: 0; }
    .vertical .nav-tabs li a {
      border-top: 0;
      border-left: 3px solid #ffffff; }
      .vertical .nav-tabs li a:hover {
        color: #879299;
        background-color: #ffffff;
        border-bottom: 0px;
        border-top: 0;
        border-left: 3px solid #11568b;
        border-right: 0px; }
    .vertical .nav-tabs li.active > a, .vertical .nav-tabs li.active > a:focus, .vertical .nav-tabs li.active > a:hover {
      color: #879299;
      background-color: #ffffff;
      border-bottom: 0px;
      border-top: 0;
      border-left: 3px solid #11568b;
      border-right: 0px; }
.vertical select {
  margin-left: 1px; }
.vertical .tab-content > .tab-pane.active {
  opacity: 1;
  height: auto;
  display: inherit; }
.vertical .tab-content > .tab-pane {
  opacity: 0;
  height: 0;
  transition: opacity .3s ease-in-out;
  overflow: hidden;
  display: inherit; }

.nav-tabs, .tab-content {
  background-color: #fff; }

.nav-tabs {
  background-color: #e7eaee;
  border-bottom: 0px;
  margin-bottom: 0px; }
  .nav-tabs li a {
    border-bottom: 0px;
    border-top: 3px solid transparent;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px;
    padding: 20px 22px; }

.nav-tabs__small li a {
  font-size: 1.5rem;
  font-weight: 900;
  padding: 10px 20px; }

.tab-content {
  padding: 30px 30px; }
  .tab-content.inpage--nav-tabs {
    padding: 0px; }
  .tab-content.table-tab {
    padding: 0px; }

.inpage--nav-tabs .tab-content {
  padding: 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  color: #E78859;
  background-color: #ffffff;
  border-bottom: 0px;
  border-top: 3px solid #df6021;
  border-left: 0px;
  border-right: 0px; }

/*sm and xs screens changes to accordions*/
.panel-group.responsive .panel {
  border-radius: 0px; }
.panel-group.responsive .panel-body {
  padding: 15px 30px; }
.panel-group.responsive .panel-heading {
  background-color: #e7eaee; }
  .panel-group.responsive .panel-heading a {
    color: #879299;
    display: block;
    font-size: 2rem;
    font-weight: 100;
    padding: 5px 10px; }

/*Content Adjustments for login page*/
/*#loginpage.loginpage {
  span {
    &:after{
      content: "Manulife Login";
    }
  }
}*/
input#success[disabled] {
  opacity: .25; }

/********* ./ loginpage content change *********/
a {
  color: #0b7736; }
  a:hover {
    color: #4e801f; }

h3,
h3 a,
h3 a:hover,
h1 {
  /*color: #4e801f;*/
    color: #006192;
 }

h2 {
  /*color: #8da095;*/
  color: #595959;
 }

.height-close {
  height: 0px !important; }

.height-open {
  height: auto !important; }

.height-animate {
  transition: height 3s ease; }

/*typography*/
.lead {
  color: #404040;
  font-size: 2.5rem; }

.green {
  color: green; }

.blue {
  color: #064084; }

.small-text {
  font-size: 1.67rem;
  line-height: 18pt; }

h4 small {
  color: #fff;
  font-size: 88%; }

.dense {
  font-size: .95em; }
  .dense h3 {
    margin-top: 0px; }

hr {
  border-top: 1px solid #e7ebec; }

.red {
  color: #e40413; }

.text-muted .red, .table.upload input[type="file"] .red,
table.dataTable.upload input[type="file"] .red {
  color: rgba(228, 4, 19, 0.6); }

.callout-list-link {
  display: inline-block;
  margin-top: 25px; }

.subhead a {
  display: block;
  position: relative;
  top: -5px; }
  .subhead a:before {
    content: "|";
    color: #dde3e5;
    padding-right: 15px; }

.sublogo {
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
  left: 51px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  top: 40px; }
  @media (min-width: 768px) {
    .sublogo {
      display: block; } }
  @media (min-width: 992px) {
    .sublogo {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      left: 0px;
      text-align: center; } }

/*header*/
.header {
  position: static !important;
  background-color: #118344;
  min-height: 100px; }
  @media (max-width: 767px) {
    .header.margin__bottom, .header.article-in-feed {
      margin-bottom: 0px !important; } }
  .header .navbar-fixed-top {
    position: absolute !important;
    top: -3.5em; }

.header__alt {
  background-color: #bd5473;
  color: #fff;
  min-height: 30px; }
  .header__alt a {
    color: #fff;
    display: block;
    padding: 10px 2px 0px 2px;
    border-bottom: 3px solid transparent; }
    .header__alt a:hover, .header__alt a:focus, .header__alt a.active {
      opacity: .6; }
  .header__alt .glyphlink {
    padding-left: 0px; }

.logo-img, .logo-img__HongKong {
  /*ie fallack*/
  background-image: url("../img/manulife-logo-2.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 169px;
  height: 55px;
  position: relative;
  top: 10px;
  width: 152px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .logo-img, .logo-img__HongKong {
      top: 28px;
      width: 227px; } }

/* Header Alternative */
.logo-img__alt {
  /*ie fallack*/
  background-image: url("../img/manulife-logo-2.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 169px;
  height: 55px;
  position: relative;
  top: 10px;
  width: 152px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .logo-img__alt {
      top: 28px;
      width: 172px; } }
  .logo-img__alt:after {
    content: "";
    border-right: 1px solid #00ba54;
    height: 31px;
    position: absolute;
    right: -20px; }

.logo__alt {
  margin-bottom: 50px;
  text-align: center; }
  @media (min-width: 768px) {
    .logo__alt {
      text-align: left; } }

.sublogo__alt {
  background-image: url("../img/edward-jones.svg"), none;
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  top: 20px;
  position: relative;
  left: 32px;
  width: 155px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.sublogo-mobile {
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
  left: 51px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  top: 40px; }
  @media (max-width: 400px) {
    .sublogo-mobile {
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      left: 0px;
      text-align: center; } }

/* Header Alternative End */
.logo {
  text-align: center; }
  @media (min-width: 768px) {
    .logo {
      text-align: left;
      min-height:100px; } }

.no-top-margin, .article-in-feed h3 {
  margin-top: 0px; }
  .no-top-margin > li, .article-in-feed h3 > li {
    margin-top: 0px; }
  .no-top-margin > li a, .article-in-feed h3 > li a {
    padding-top: 0px; }

.article-in-feed h3 {
  margin-bottom: 0px; }

.margin__bottom, .article-in-feed {
  margin-bottom: 30px !important; }

.margin__search {
  margin-top: 30px;
  margin-bottom: 50px; }

.header-button:hover {
  color: #bd5473;
  text-decoration: none; }

/*utility*/
.utility__alt {
  text-align: right; }
  @media (min-width: 768px) {
    .utility__alt {
      position: relative;
      top: -15px; } }
  @media (min-width: 992px) {
    .utility__alt {
      top: 20px; } }
  .utility__alt li a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.5rem;
    margin-left: 16px; }
    .utility__alt li a:hover, .utility__alt li a:focus, .utility__alt li a.active {
      color: white;
      border-bottom: 3px solid; }

.collapse-handle {
  padding-top: 10px; }

/*search*/
.search {
  border-radius: 0px;
  right: 1%;
  top: -32px;
  position: absolute;
  text-align: right;
  width: 45%; }
  .search .glyphicon-search {
    top: 3px; }
  @media (min-width: 768px) {
    .search {
      top: -107px;
      width: 34%; } }
  @media (min-width: 992px) {
    .search {
      top: -46px; } }
  .search a.mobile-search {
    background-color: #0a5226;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 3rem;
    padding: 5px 10px 0px 10px;
    position: relative;
    top: -55px;
    right: 2%; }
    @media (min-width: 768px) {
      .search a.mobile-search {
        background-color: transparent;
        border: 0px;
        color: #0a5226;
        display: inline-block;
        font-size: 2rem;
        padding: 0px;
        position: relative;
        top: -29px;
        right: 10px; } }

.search-wrapper {
  margin-bottom: 30px; }

.search-result {
  border-left: 4px solid Manu-green-2;
  padding-left: 8px; }

.glyphicon-search.inpage-search {
  color: #00ba54;
  float: right;
  top: -28px;
  right: 10px; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-pencil {
  font-size: 14px;
  padding-left: 4px; }

.star__alt {
  font-size: 2rem;
  line-height: 18px; }

.hidden-search {
  border-radius: 0px;
  opacity: 0;
  transition: 0.2s;
  top: -9px;
  position: relative;
  right: 40px;
  height: 39px; }
  @media (min-width: 768px) {
    .hidden-search {
      height: 36px;
      opacity: 1;
      top: 0px;
      right: 0px; } }

.hidden-search.show {
  opacity: 1; }

.hidden-search:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
  background-position: -48px 0;
  position: absolute;
  top: 11px;
  left: 10px;
  opacity: .5;
  z-index: 1000; }

/*navbar, submenu and dropdown*/
.navbar-default {
  background-color: transparent;
  border: 0px;
  width: 47%; }

.navbar-offcanvas {
  background-color: transparent;
  border: 0px;
  border-radius: 0px; }
  .navbar-offcanvas a {
    color: #fff; }
  .navbar-offcanvas .btn, .navbar-offcanvas .btn-upload {
    display: inline-block; }
    .navbar-offcanvas .btn span, .navbar-offcanvas .btn-upload span {
      display: inline-block; }

@media (min-width: 768px) {
  .navbar-offcanvas .navbar-nav {
    margin-left: 20px !important; } }

.navbar-offcanvas .navbar-nav > li > a {
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .navbar-offcanvas .navbar-nav > li > a {
      background-color: #0E7D3D;
      border-top: 2px solid #0C6532;
      border-right: 2px solid #0C6532;
      border-left: 2px solid #0C6532;
      border-bottom: 2px solid #0C6532;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 900;
      margin: 0px 10px -1px 0px;
      padding-bottom: 12px;
      padding-top: 12px; } }
  @media (max-width: 992px) {
    .navbar-offcanvas .navbar-nav > li > a {
      margin: 0px 10px 0px 0px; } }

.navbar-offcanvas .navbar-nav > li:nth-child(2) .subnav {
  left: 0; }
.navbar-offcanvas .navbar-nav > li:nth-child(3) .subnav {
  left: -62%; }
.navbar-offcanvas .navbar-nav > li:nth-child(4) .subnav {
  left: -296%; }

.navbar-offcanvas .navbar-nav > .active .subnav {
  display: block; }

@media (min-width: 768px) {
  .navbar-offcanvas .navbar-nav > .active > a,
  .navbar-offcanvas .navbar-nav > .active > a:hover,
  .navbar-offcanvas .navbar-nav > .active > a:focus,
  .navbar-offcanvas .navbar-nav > li > a:hover,
  .navbar-offcanvas .navbar-nav > li > a:focus {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0a5226; } }

/*off canvas*/
.navbar-offcanvas {
  background-color: #0b7736; }

/*toggle icon*/
.navbar-toggle {
  border-radius: 0px;
  float: left;
  margin: 15px 0px 0px 6px;
  padding: 17px 15px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0a5226;
  border-color: transparent; }

.white--bar {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 2px #b6b9bb;
  -webkit-box-shadow: 0px 0px 2px #b6b9bb;
  box-shadow: 0px 0px 2px #b6b9bb;
  display: none;
  height: 50px; }
  @media (min-width: 768px) {
    .white--bar {
      display: block; } }

.gray--bar {
  background-color: #e7ebec; }
  @media (min-width: 768px) {
    .gray--bar {
      max-height: 46px; } }

.subnav li a {
  white-space: normal; }

.subnav {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px; }
  @media (min-width: 768px) {
    .subnav {
      background-color: #ffffff;
      display: none;
      float: left;
      position: absolute;
      top: 100%;
      z-index: 1000;
      min-width: 160px;
      padding: 5px 0px 0px 4px;
      margin: 2px 0 0;
      list-style: none;
      width: 720px; } }
  @media (min-width: 992px) {
    .subnav {
      /*min-width: 792px;*/ } }
  @media (min-width: 1200px) {
    .subnav {
      min-width: 949px; } }
  .subnav li:last-child a:after {
    content: " "; }
  .subnav li a {
    color: #00ba54;
    display: block;
    font-size: 1.4rem;
    padding: 12px 17px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .subnav li a {
        font-size: 1.5rem;
        padding: 7px 2px 9px 2px;
        text-transform: none; } }
    @media (min-width: 992px) {
      .subnav li a {
        font-size: 1.6rem; } }
    @media (min-width: 1200px) {
      .subnav li a {
        font-size: 1.7rem;
        padding: 7px 10px 9px 10px; } }
    .subnav li a:after {
      padding-left: 13px; }
      @media (min-width: 768px) {
        .subnav li a:after {
          content: "|";
          color: #dde3e5;
          position: absolute; } }
      @media (max-width: 1200px) {
        .subnav li a:after {
          padding-left: 5px; } }
    .subnav li a:hover, .subnav li a:focus, .subnav li a.active {
      color: #bd5473;
      text-decoration: none; }
    @media (min-width: 768px) {
      .subnav li a.active {
        border-bottom: 5px solid #bd5473;
        padding-bottom: 7px; } }
  @media (min-width: 768px) {
    .subnav li {
      float: left;
      padding: 0px 5px; } }

/*plus and minus icons on xs screens*/
.subnav li.dropdown a {
  background: transparent url("../img/plus.png") no-repeat 93% 44%; }
  @media (min-width: 768px) {
    .subnav li.dropdown a {
      background: none; } }

.subnav li.dropdown.open a {
  background: transparent url("../img/minus.png") no-repeat 93% 44%; }
  @media (min-width: 768px) {
    .subnav li.dropdown.open a {
      background: none; } }

.subnav li.dropdown.open ul li a {
  background: none;
  padding: 12px 20px; }
  @media (min-width: 768px) {
    .subnav li.dropdown.open ul li a {
      padding: 7px 9px 9px 10px; } }

.subnav li.dropdown.open ul li.dropdown-submenu a {
  background: transparent url("../img/plus.png") no-repeat 93% 44%; }
  @media (min-width: 768px) {
    .subnav li.dropdown.open ul li.dropdown-submenu a {
      background: none; } }

.subnav li.dropdown.open ul li.dropdown-submenu.open a {
  background: transparent url("../img/minus.png") no-repeat 93% 44%; }
  @media (min-width: 768px) {
    .subnav li.dropdown.open ul li.dropdown-submenu.open a {
      background: none; } }

.subnav li.dropdown.open ul li.dropdown-submenu ul.dropdown-menu li a {
  background: none; }

.dropdown-menu {
  border-radius: 0px;
  left: auto;
  margin: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .dropdown-menu li {
    float: none; }
    .dropdown-menu li a:after {
      content: " ";
      padding: 10px 10px; }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
      background-color: transparent;
      color: #bd5473; }

.dropdown:hover .dropdown-menu {
  /*show drop menu onhover*/ }
  @media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
      display: block; } }

@media (min-width: 768px) {
  .dropdown:hover .dropdown-submenu:hover .dropdown-menu {
    display: block; } }

/*third level drop down menu*/
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  border-radius: 0px;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #bd5473;
  color: #bd5473; }

/*footer*/
.footer, .footer__tight {
  background-color: #00693C;
  /*background: -moz-linear-gradient(top, #118344 0%, #0a7132 100%);*/
  /* FF3.6+ */
  /*background: -ms-linear-gradient(top, #118344 0%, #0a7132 100%);*/
  /* IE10+ */
  /*background: -o-linear-gradient(top, #118344 0%, #0a7132 100%);*/
  /* Opera 11.10+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #118344), color-stop(100%, #0a7132));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #118344 0%, #0a7132 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: _linear-gradient_legacy(compact(to bottom), #118344 0%, #0a7132 100%);*/
  /* W3C */
  color: #8da095;
  font-size: 1.5rem;
  margin-top: 210px;
  padding-top: 25px; }
  .footer p, .footer__tight p {
    margin: 10px 0 12px 0;
    text-align: left; }
  .footer hr, .footer__tight hr {
    border-top: 1px solid #0a5226; }
  .footer ul, .footer__tight ul {
    padding: 0px;
    margin: 0px; }
    .footer ul li, .footer__tight ul li {
      list-style: none; }
      .footer ul li a, .footer__tight ul li a {
        color: #00ba54;
        display: block;
        padding: 0px 0px 15px 0px; }
        @media (min-width: 768px) {
          .footer ul li a, .footer__tight ul li a {
            padding: 3px 0px; } }
        .footer ul li a:hover, .footer__tight ul li a:hover, .footer ul li a:focus, .footer__tight ul li a:focus {
          color: #fff;
          text-decoration: none; }
  .footer ul.utility, .footer__tight ul.utility {
    margin: 10px; }
    .footer ul.utility li a, .footer__tight ul.utility li a {
      color: #fff; opacity: 0.65; }
      .footer ul.utility li a:after, .footer__tight ul.utility li a:after {
        content: "|";
        color: #00ba54;
        padding-left: 13px; }
      .footer ul.utility li a:hover, .footer__tight ul.utility li a:hover, .footer ul.utility li a:focus, .footer__tight ul.utility li a:focus {
        color: #fff;
        text-decoration: none;
        opacity: 1; }
    .footer ul.utility li:last-child a:after, .footer__tight ul.utility li:last-child a:after {
      content: " "; }
  .footer hr, .footer__tight hr {
    border-top: 1px solid #0a5226; }

/*icons*/
.footer .block-icons li, .footer__tight .block-icons li {
  margin-right: 25px; }
  .footer .block-icons li .h3__alt, .footer__tight .block-icons li .h3__alt {
    font-size: 1.65rem; }
  .footer .block-icons li a, .footer__tight .block-icons li a {
    background-color: #0a5226;
    color: #fff;
    display: block;
    font-size: 3rem;
    margin-bottom: 10px;
    padding: 18px 28px 8px 28px; }
    .footer .block-icons li a:hover, .footer__tight .block-icons li a:hover {
      background-color: #fff;
      color: #0a5226; }

.social--icons {
  margin-top: -15px;
  text-align: right; }
  .social--icons span {
    background-color: #fff;
    color: #0a5226; }
  .social--icons .symbol:hover {
    color: #00ba54 !important; }

/*form elements*/
.form-control {
  border-radius: 0px;
  font-style: italic; }

@media (min-width: 768px) {
  .site-search {
    width: 40% !important; } }

@media (min-width: 768px) {
  .form-width-control .form-group {
    width: 38%; } }

.form-inline .form-group label {
  margin-top: 20px; }

label {
  font-weight: normal; }

/*input full width*/
input.full-width {
  width: 100%; }

/*buttons*/
.btn-group {
  width: 100%; }
  @media (min-width: 768px) {
    .btn-group .btn, .btn-group .btn-upload {
      width: 50%; } }

.btn, .btn-upload {
  border-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer; }
  .btn.label-align, .label-align.btn-upload {
    margin-top: 27px; }
    @media (max-width: 992px) {
      .btn.label-align, .label-align.btn-upload {
        margin-top: 20;
        margin-bottom: 30px; } }
  .btn:hover, .btn-upload:hover {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17); }
  .btn.active, .active.btn-upload, .btn.active:focus, .active.btn-upload:focus, .btn.active:hover, .active.btn-upload:hover {
    background: #bd5473;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent; }

.btn-upload {
  display: inline;
  overflow: hidden;
  padding: 5px 10px !important;
  position: relative;
  cursor: pointer !important;
  text-transform: none;
  z-index: 1; }

.btn-upload input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  text-align: right;
  display: block;
  cursor: pointer; }

::-webkit-file-upload-button {
  cursor: pointer; }

.btn-primary {
  color: #bd5473;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 15px 30px; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #bd5473;
    border: 1px solid #bd5473;
    color: #fff; }

.btn-default {
  color: #0b7736;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 15px 30px; }
  .btn-default:hover, .btn-default:focus {
    background-color: #0b7736;
    border: 1px solid #0b7736;
    color: #fff; }

.btn-secondary {
  background-color: #0a5226;
  color: #fff;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 15px 30px; }
  .btn-secondary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a5226; }
  .btn-secondary:focus {
    background-color: #0a5226;
    color: #fff; }

.btn-secondary.confirmEmail {
  margin-top: 30px !important;
  margin-bottom: 10px; }

.btn-secondary.confirmEmail.green {
  opacity: 0; }

@media (min-width: 992px) {
  .email .btn-secondary.confirmEmail {
    margin-top: 55px; } }

@media (max-width: 992px) {
  .email {
    margin-top: 15px; } }

.support {
  background-color: #e40413;
  color: #fff;
  font-weight: 900;
  font-size: 1.6rem;
  padding: 15px 30px; }
  .support:hover, .support:focus {
    background-color: #fff;
    border-color: #fff;
    color: #e40413; }
  .support:focus {
    background-color: #e40413;
    color: #fff; }

.btn-sm {
  line-height: 25pt;
  padding: 2px 20px 0px 20px; }

.btn-close {
  line-height: 20pt;
  padding: 5px 8px 0px 8px; }

.btn-itunes {
  width: 100%;
  border-radius: 10px;
  height: 75px;
  background-color: #e7ebec;
  font-size: 14px;
  transition: back .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }
  .btn-itunes h1 {
    margin-top: 0 !important; }
  .btn-itunes .media {
    padding: 7px; }
  .btn-itunes img {
    width: 60px; }
  .btn-itunes:hover {
    background-color: #D3D7D8; }
  .btn-itunes a {
    color: #595959; }
    .btn-itunes a:hover {
      color: #595959; }

/*breadcrumbs*/
.breadcrumb > li + li:before {
  content: ">"; }

.crumb-container {
  width: 36em; }

.breadcrumb {
  background-color: transparent;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .breadcrumb a, .breadcrumb li.active {
    font-size: 1.4rem; }
  .breadcrumb li {
    display: inline; }
  .breadcrumb li.active {
    color: #595959; }
  .breadcrumb a:hover,
  .breadcrumb a:focus {
    color: #bd5473; }

/*subhead utility*/
.list-inline .star-icon,
.list-inline .print-icon {
  background-color: #f1f5f6;
  font-size: 1.95rem;
  padding: 10px 7px;
  margin-top: 1px; }
  .list-inline .star-icon a,
  .list-inline .print-icon a {
    font-size: 1.5rem;
    position: relative;
    top: -5px; }
    .list-inline .star-icon a:hover, .list-inline .star-icon a:focus, .list-inline .star-icon a:active,
    .list-inline .print-icon a:hover,
    .list-inline .print-icon a:focus,
    .list-inline .print-icon a:active {
      color: #bd5473;
      text-decoration: none; }
  @media (min-width: 992px) {
    .list-inline .star-icon,
    .list-inline .print-icon {
      padding: 9px 12px; } }

.list-inline .star-icon a.favorited {
  color: #bd5473;
  text-decoration: none; }
  .list-inline .star-icon a.favorited::before {
    color: #bd5473;
    text-decoration: none; }

.list-inline .customize-icon a {
  border-left: 1px solid #f1f5f6;
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 30px;
  padding: 15px 20px 0px 40px;
  position: relative;
  top: -5px; }
  .list-inline .customize-icon a:hover, .list-inline .customize-icon a:focus {
    color: #bd5473;
    text-decoration: none; }

ul.list-inline.icon-list {
  margin-top: 5px; }

.list-inline.icon-list .gear-icon,
.list-inline.icon-list .mail-icon,
.list-inline.icon-list .customize-icon {
  position: relative;
  left: 55%;
  border: 0;
  padding: 0; }
  .list-inline.icon-list .gear-icon a,
  .list-inline.icon-list .mail-icon a,
  .list-inline.icon-list .customize-icon a {
    border-left: 0;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    margin: 0;
    top: -5px; }
    .list-inline.icon-list .gear-icon a:hover, .list-inline.icon-list .gear-icon a:focus,
    .list-inline.icon-list .mail-icon a:hover,
    .list-inline.icon-list .mail-icon a:focus,
    .list-inline.icon-list .customize-icon a:hover,
    .list-inline.icon-list .customize-icon a:focus {
      color: #bd5473;
      text-decoration: none; }

.mobile-icon-list .gear-icon,
.mobile-icon-list .mail-icon,
.mobile-icon-list .customize-icon {
  border: 0;
  padding: 0; }
  .mobile-icon-list .gear-icon a,
  .mobile-icon-list .mail-icon a,
  .mobile-icon-list .customize-icon a {
    border-left: 0;
    display: block;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    margin: 0;
    top: -5px; }
    .mobile-icon-list .gear-icon a:hover, .mobile-icon-list .gear-icon a:focus,
    .mobile-icon-list .mail-icon a:hover,
    .mobile-icon-list .mail-icon a:focus,
    .mobile-icon-list .customize-icon a:hover,
    .mobile-icon-list .customize-icon a:focus {
      color: #bd5473;
      text-decoration: none; }

/*inpage utility*/
.inpage-utility {
  text-align: center; }
  .inpage-utility h1 {
    color: #879299;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .inpage-utility {
      text-align: right; } }

.star-icon {
  margin-right: -6px; }

.star-icon a:hover:before,
.print-icon a:hover:before,
.customize-icon a:hover:before,
.gear-icon a:hover:before,
.mail-icon a:hover:before {
  color: #bd5473; }

.star-icon a:active:before,
.print-icon a:active:before,
.customize-icon a:active:before,
.gear-icon a:active:before,
.mail-icon a:active:before {
  color: #bd5473; }

.star-icon a:before,
.print-icon a:before,
.customize-icon a:before,
.gear-icon a:before,
.mail-icon a:before {
  color: #bd5473;
  font-family: 'Glyphicons Halflings';
  padding-right: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.star-icon a:before {
  content: "\e006";
  font-size: 20px;
  top: 5px;
  position: relative; }

.print-icon a:before {
  content: "\e045";
  font-size: 20px;
  top: 5px;
  position: relative; }

.customize-icon a:before {
  content: "\270f";
  padding-left: 5px;
  float: right;
  line-height: 100%; }

.gear-icon a:before {
  content: "\e019";
  padding-left: 5px;
  float: right;
  line-height: 100%;
  position: relative;
  top: 2px; }

.mail-icon a:before {
  content: "\2709";
  padding-left: 5px;
  float: right;
  line-height: 100%;
  position: relative;
  top: 2px; }

.back-glyph:before {
  content: "\e257";
  font-family: 'Glyphicons Halflings';
  padding-right: 5px; }

.mobile-icon-list {
  padding-left: 12px; }
  .mobile-icon-list li {
    display: block;
    list-style: none;
    margin-top: 20px; }
    .mobile-icon-list li.gear-icon a:before, .mobile-icon-list li.mail-icon a:before, .mobile-icon-list li.customize-icon a:before {
      float: none; }

/* 2 column list */
.two--column {
  margin: 0px;
  padding: 0px 20px; }
  @media (min-width: 992px) {
    .two--column li {
      float: left;
      margin-right: 2%;
      width: 48%; } }

/*callout*/
.callout:first-child {
  margin-top: 0px; }

.callout {
  border: 1px solid #c9c9c9;
  font-size: 1.54rem;
  margin-top: 20px;
  padding: 20px; }
  .callout h2, .callout h3, .callout h4 {
    margin-top: 0px; }
  .callout a {
    line-height: 14pt; }
  @media (max-width: 992px) {
    .callout {
      margin-bottom: 20px; } }
  .callout dl dd {
    margin-bottom: 5px; }

.callout .important {
    color: #006192
}

/*featured content*/
.featured--content {
  padding: 20px 0px;
  margin-bottom: 5px; }
  .featured--content h1 {
    margin: 0px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .featured--content h1 {
        margin-top: 0px; } }
  .featured--content h2 {
    margin: 2px 0px 20px 0px; }
  .featured--content .h2__alt {
    margin: 0px; }

.featured-links {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0px; }
  .featured-links li {
    border-bottom: 1px solid #c9c9c9; }
    .featured-links li a {
      display: inline-block;
      padding: 12px 0px; }
    .featured-links li span:nth-child(2) {
      display: inline-block;
      width: 80%; }
  .featured-links .glyphicon {
    padding-right: 6px;
    vertical-align: top; }

/*see more*/
.see-more {
  font-size: 85%;
  margin-right: 2px;
  margin-top: 6px;
  margin-bottom: 25px; }

.see-more__alt {
  margin-top: 20px;
  margin-bottom: 5px; }

p[class*="see-more__alt"] {
  border-top: 1px solid #e7ebec;
  margin-top: 50px;
  padding-top: 10px; }

/*image borders*/
.border-default {
  border-top: 5px solid #bd5473; }

/*in page local navs*/
.home-content img {
  width: 100%;
  padding-right: 45px; }

.inpage--nav-tabs .list-inline {
  margin-bottom: 30px;
  font-size: .9em; }
  .inpage--nav-tabs .list-inline li {
    padding: 0px 15px 5px 0px; }
    .inpage--nav-tabs .list-inline li.active a {
      border-bottom: 3px solid #bd5473;
      color: #bd5473;
      width: 82%; }
    @media (max-width: 992px) {
      .inpage--nav-tabs .list-inline li {
        padding: 20px 18px 20px 20px; } }

.inpage--nav ul li {
  padding: 0px 15px 20px 0px; }
  .inpage--nav ul li a {
    font-size: 1.6rem; }
    .inpage--nav ul li a.active, .inpage--nav ul li a:hover {
      border-bottom: 5px solid #bd5473;
      color: #bd5473;
      width: 82%; }

.inpage--nav__mybusiness ul {
  background-color: rgba(210, 213, 216, 0.75);
  padding: 0px; }
  .inpage--nav__mybusiness ul li {
    border-top: 3px solid rgba(210, 213, 216, 0.75);
    padding: 10px 25px; }
    .inpage--nav__mybusiness ul li.active {
      border-top: 3px solid #bd5473;
      background-color: #fff; }
    .inpage--nav__mybusiness ul li a {
      color: rgba(0, 0, 0, 0.4);
      display: block;
      font-size: 1.6rem; }
      .inpage--nav__mybusiness ul li a.active, .inpage--nav__mybusiness ul li a:hover {
        color: #bd5473; }
.inpage--nav__mybusiness .list-inline {
  margin: 0px; }

.tab-pane > div:first-child h1:first-child {
  margin-top: 0px; }
.tab-pane > div:first-child h2:first-child {
  margin-top: 0px; }

/*local navs*/
.local--nav {
  background-color: #fff;
  border-top: 5px solid #0a5226;
  margin-top: 25px;
  padding: 0px 14px 14px 20px; }
  .local--nav span.plus-icon {
    line-height: 26px; }
  .local--nav button {
    margin-top: 25px; }
  .local--nav ul.non-accordion {
    margin-top: 15px; }
    .local--nav ul.non-accordion li {
      font-size: 1.9rem;
      font-weight: 700; }
      .local--nav ul.non-accordion li a {
        display: block;
        line-height: 18pt;
        padding: 8px 0px; }
    .local--nav ul.non-accordion li.indent {
      font-size: 1.85rem;
      margin-left: 15px; }
    .local--nav ul.non-accordion li.indent__15 {
      font-weight: 100;
      margin-left: 30px; }
    .local--nav ul.non-accordion li.active a {
      color: #bd5473; }
  .local--nav ul.menuPad li {
    margin-bottom: 20px; }
  .local--nav div.panel-collapse input[type="checkbox"] {
    float: left;
    margin-right: 5px; }
  .local--nav h4.panel-title {
    position: relative; }
  .local--nav .checkbox {
    margin-top: 0px !important; }
    .local--nav .checkbox label {
      color: #00ba54;
      display: inline-block;
      line-height: 19pt;
      margin-top: -10px; }
      .local--nav .checkbox label:hover {
        color: #bd5473; }
  .local--nav .second-level {
    position: relative; }
    .local--nav .second-level label {
      font-weight: normal; }
      .local--nav .second-level label a {
        font-size: 1.5rem; }
  .local--nav .third-level {
    position: relative; }
    .local--nav .third-level label {
      font-weight: normal; }
      .local--nav .third-level label a {
        font-size: 1.5rem; }
  .local--nav a.active,
  .local--nav a:hover,
  .local--nav a:active,
  .local--nav a:focus {
    color: #bd5473;
    text-decoration: none; }
  .local--nav h4 {
    font-size: 1.85rem; }
    .local--nav h4 a {
      border-top: 1px solid #b2d3ec;
      display: block;
      padding: 18px 20px 2px 0px; }
    .local--nav h4.h2 {
      width: 102%; }
      .local--nav h4.h2 span.plus-icon {
        font-size: 30px;
        float: right;
        color: #0a5226;
        position: relative;
        left: 4.5px; }
    .local--nav h4 a.collapse {
      background: transparent url("../img/minus.png") no-repeat 100% 65%;
      padding-bottom: 0px; }
    .local--nav h4 a.collapse.collapsed {
      background: transparent url("../img/plus.png") no-repeat 100% 65%; }
    .local--nav h4 a.first {
      border-top: 0px; }
  .local--nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 3px; }
  .local--nav div {
    /*second level*/ }
    .local--nav div ul li {
      margin: 5px 0px 5px 10px; }
    .local--nav div a {
      display: block;
      font-size: 1.66rem;
      line-height: 16pt;
      margin: 10px 0px; }
  .local--nav div.panel__scroll {
    height: 300px;
    overflow-y: auto; }
  .local--nav h4:first-child a {
    border-top: 1px solid transparent; }

.parent-checkbox {
  position: absolute;
  top: 0; }

.local--nav__alt .collapse ul {
  margin: -7px 0px 0px 13px; }
  .local--nav__alt .collapse ul li {
    font-size: 1.5rem; }
.local--nav__alt .collapse-headers {
  display: none; }
.local--nav__alt .collapse-headers.collapse.in {
  display: block; }
@media (min-width: 992px) {
  .local--nav__alt .collapse-headers {
    display: block; } }
.local--nav__alt h2,
.local--nav__alt .h2 {
  padding: 6px 0px; }
.local--nav__alt h4 {
  font-size: 1.7rem; }
  .local--nav__alt h4 a {
    border-top: 0px;
    font-weight: 100;
    padding: 1px 2px 2px; }
.local--nav__alt hr {
  border-top: 1px solid #b2d3ec;
  margin-bottom: 0px; }
.local--nav__alt ul.non-filter li a {
  display: block;
  padding: 8px 0px; }

.indicator {
  background-image: url("../img/localnav-indicators.png");
  background-position: 2px -3px;
  background-repeat: no-repeat;
  /*img {
    margin-top: -13px;
  } */ }
  .indicator a {
    position: relative;
    top: 0px;
    left: 20px; }

.indicator__sub {
  background-image: url("../img/localnav-indicators.png");
  background-position: 5px -3px;
  background-repeat: no-repeat;
  padding-left: 30px; }
  .indicator__sub a {
    top: 0px;
    left: 0px; }

.local--nav__alt .collapse .fourth-level {
  margin: 6px 6px; }
  .local--nav__alt .collapse .fourth-level li {
    font-size: 1.43rem; }

.indicator__sub2 {
  background-image: url("../img/localnav-indicators2.png");
  background-position: 40px 50%;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 7px; }
  .indicator__sub2 a {
    font-size: 1.7rem;
    font-weight: 100;
    top: 3px; }

.indicator__sub2.last {
  background-image: url("../img/localnav-indicators.png");
  background-position: 40px 10%;
  padding-right: 5px; }

/*content block*/
.content-block, .content-block__login {
  background-color: #fff;
  margin-top: 25px;
  padding: 30px 25px 65px 25px; }
  .content-block h1, .content-block__login h1 {
    border-bottom: 1px solid #f1f5f6;
    margin-bottom: 25px;
    padding-bottom: 15px; }
  .content-block .inpage--nav-tabs h1, .content-block__login .inpage--nav-tabs h1 {
    margin-bottom: 10px; }
  .content-block.table-tab, .table-tab.content-block__login {
    margin-top: 0px; }
  .content-block .form-row, .content-block__login .form-row {
    margin-top: 10px;
    margin-bottom: 10px; }

.content-block__tabs {
  padding: 30px;
  background: #fff;
  overflow: hidden; }

.content-block__modal {
  background-color: #fff;
  padding: 10px 25px 65px 25px; }
  .content-block__modal h1 {
    border-bottom: 1px solid #f1f5f6;
    margin-bottom: 25px;
    padding-bottom: 15px; }
  .content-block__modal .inpage--nav-tabs h1 {
    margin-bottom: 10px; }
  .content-block__modal.table-tab {
    margin-top: 0px; }
  .content-block__modal .form-row {
    margin-top: 10px;
    margin-bottom: 10px; }

.modal-content h2 {
  margin-top: 10px; }
.modal-content .form-group {
  padding-left: 15px;
  padding-right: 15px; }

.content-block__alt-foot {
  background-color: #fff;
  margin-top: 25px;
  padding: 20px 25px 0px 25px; }
  .content-block__alt-foot h1 {
    display: inline-block; }
    .content-block__alt-foot h1 + a {
      margin-left: 30px; }
  .content-block__alt-foot .link-header {
    border-bottom: 1px solid #c9c9c9;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 15px; }
    .content-block__alt-foot .link-header h1 {
      margin: 10px 10px;
      padding-right: 30px; }
  .content-block__alt-foot .content-footer {
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
    margin-bottom: 0px; }
    .content-block__alt-foot .content-footer a {
      padding-top: 0px;
      padding-bottom: 0px; }
    .content-block__alt-foot .content-footer .footer-right {
      text-align: right; }

.content-footer {
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
  margin-bottom: 0px; }
  .content-footer a {
    padding-top: 0px;
    padding-bottom: 0px; }
  .content-footer .footer-right {
    text-align: right; }

.customize-icon {
  border-left: 1px solid #f1f5f6;
  display: inline-block;
  padding: 15px 20px 0px 40px;
  position: relative; }
  .customize-icon a {
    font-size: 1.5rem;
    position: relative;
    top: -5px; }
    .customize-icon a:hover, .customize-icon a:focus {
      color: #bd5473;
      text-decoration: none; }

.content-block__alt {
  background-color: #fff; }

/*alert*/
.alert {
  border-top: 1px solid #0b7736;
  border: 0px;
  margin-bottom: 0px;
  padding: 5px 15px; }
  .alert:hover {
    background-color: #0a5226;
    border-radius: 5px; }
  .alert a {
    display: block;
    font-weight: 100;
    padding: 12px 0px;
    width: 90%; }
  .alert button span {
    color: #fff;
    display: none;
    font-size: 2.5rem; }

.alert-success {
  border-top: 1px solid #00ba54;
  color: #00673e;
  border: 0px;
  margin-bottom: 0px;
  padding: 5px 15px;
  position: fixed;
  top: 4%;
  right: 4%; }
  .alert-success:hover {
    background-color: #dff0d8;
    border-radius: 5px; }
  .alert-success a {
    display: block;
    font-weight: 100;
    padding: 12px 0px;
    width: 90%; }
  .alert-success h3 {
    margin: 10px;
    color: #00673e;
    font-weight: 700;
    font-size: 1.9rem; }
  .alert-success button span {
    color: #fff;
    display: none;
    font-size: 2.5rem; }

.alert-danger h3 {
  color: #a94442; }

.first {
  margin-top: 15px; }

.alert:hover button span {
  display: block; }

input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45); }

input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.45); }

input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.45); }

input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45); }

/*tables*/
.table tbody tr td,
table.dataTable tbody tr td {
  padding: 20px 10px; }
.table.upload td,
table.dataTable.upload td {
  padding: 10px 5px; }
.table.upload input[type="file"],
table.dataTable.upload input[type="file"] {
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  background-color: transparent;
  border: 0px;
  box-shadow: 0px 0px 0px transparent; }
.table.upload input[type="text"][readonly],
table.dataTable.upload input[type="text"][readonly] {
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px;
  background-color: transparent;
  display: inline;
  margin-left: 5px;
  position: relative;
  width: 60%; }
  .table.upload input[type="text"][readonly].inputReceived,
  table.dataTable.upload input[type="text"][readonly].inputReceived {
    font-style: normal; }

.table thead tr th {
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 18px; }

.table tbody th {
  border-right: 1px solid #d9d9d9; }
  .table tbody th a {
    font-weight: 100; }

table td, table th {
  padding: 5px 8px;
  vertical-align: top; }

table.table-downloads > thead > tr,
table.table-downloads > tbody > tr {
  border-top: 1px solid #e7ebec; }

table.table-downloads {
  font-size: 1.6rem; }

.table-downloads > thead > tr:first-child {
  border-top: 1px solid #CECECE; }

.tableControls .table-update {
  display: inline-block;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px; }
  .tableControls .table-update#resultsSort {
    float: right; }
  @media (max-width: 768px) {
    .tableControls .table-update {
      display: block;
      float: none !important;
      margin: 15px; } }

table.table-library {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
  font-size: 1.45rem; }
  table.table-library img {
    border: 1px solid rgba(0, 0, 0, 0.12);
    float: left;
    margin-right: 10px;
    max-height: 62px;
    max-width: 40px;
    min-height: 62px;
    min-width: 40px; }
  table.table-library tbody tr:hover {
    background: #e7ebec; }
  table.table-library tfoot tr {
    background: #e7ebec; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 30, 100, 0.06); }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 19px 19px; }

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent; }

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #e7ebec; }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-position: 100% 63%;
  background-size: 10px; }

.table thead tr th.sorting {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNiA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3R5bGUwe2ZpbGw6I0Q2RDhEOTt9PC9zdHlsZT48Zz48Zz48cGF0aCBkPSJNMCA1LjV2MC44TDMgOWwzLTIuNlY1LjVsLTMgMEwwIDUuNXogTTMgMEwwIDIuNnYwLjhsMyAwbDMgMFYyLjZMMyAweiIgY2xhc3M9InN0eWxlMCIvPjwvZz48L2c+PC9zdmc+") no-repeat center center;
  background-size: 10px;
  background-position: 93% 63%; }

.table thead tr th.sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  font-size: 1.3rem; }

.ProdSupportJS2 .activeSupport {
  font-weight: bold; }

/***********Uploads Table**********/
.invisible {
  display: none; }

.filenameOverflow {
  width: 22em; }
  .filenameOverflow input[type="text"] {
    overflow: hidden;
    text-overflow: ellipsis; }

/*Pagination*/
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  font-size: 1.5rem;
  padding: 6px 10px; }
  @media (min-width: 768px) {
    .pagination > li > a,
    .pagination > li > span {
      font-size: 1.7rem;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 0px; } }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a.active {
  color: #bd5473;
  background-color: transparent;
  border-color: transparent; }

.pagination.no-top-margin, .article-in-feed h3.pagination {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .pagination.no-top-margin, .article-in-feed h3.pagination {
      margin-top: 0px; } }

/*media*/
.media {
  margin: 30px 0px; }

.media-left {
  padding-right: 25px; }

.media-text {
  color: #a1aaac;
  font-size: 1.5rem;
  margin: 0px;
  padding: 0px; }
  .media-text li:first-child {
    padding-left: 0px; }
  .media-text li:after {
    content: "|";
    color: #dde3e5;
    padding-left: 10px; }
  .media-text li:last-child:after {
    content: " "; }

.highlight {
  color: #df6021;
  font-size: 1.3rem;
  text-transform: uppercase; }

/*slidepanel*/
.block__alt {
  background-color: #11568b;
  padding: 5px 20px 20px 20px; }
  .block__alt ul {
    font-size: 1.4rem;
    margin-bottom: 0px; }
  .block__alt .overflow {
    overflow-x: hidden;
    overflow-y: auto; }
    @media (min-height: 701px) {
      .block__alt .overflow {
        height: 450px; } }
    @media (max-height: 700px) {
      .block__alt .overflow {
        height: 300px; } }

.gray-bar {
  background-color: #dde2e3;
  color: #7a8c91;
  margin: 0px -20px 30px -20px;
  padding: 7px 15px 1px 15px;
  position: relative;
  z-index: 1000; }
  .gray-bar h4 {
    font-size: 1.65rem;
    margin-left: 22px;
    margin-top: 10px; }
  .gray-bar ul li.settings {
    margin-left: 25px;
    margin-right: 10px; }
    .gray-bar ul li.settings span {
      font-size: 2rem; }
  .gray-bar img {
    /*profile photo*/
    background-color: #dde2e3;
    border-radius: 50em;
    padding: 6px;
    position: relative;
    z-index: 1000; }
  .gray-bar a {
    color: #11568b;
    font-size: 1.4rem; }

.profile-border {
  overflow: hidden;
  min-width: 5em;
  margin-left: -73px;
  transition: 0.2s;
  position: absolute;
  padding: 0px;
  top: 29px;
  width: 5em; }
  @media (min-width: 768px) {
    .profile-border {
      margin-left: -114px; } }
  @media (min-width: 1200px) {
    .profile-border {
      margin-left: -73px; } }

.profile-border.moveleft {
  margin-left: -58px; }

.sidebar-right > .toggler {
  border: 0px;
  color: #11568b;
  display: block;
  height: 119px;
  left: -56px;
  position: relative;
  top: -40px;
  transition: 0.2s;
  width: 80px;
  z-index: 1000; }
  @media (min-width: 768px) {
    .sidebar-right > .toggler {
      left: -98px; } }
  @media (min-width: 1200px) {
    .sidebar-right > .toggler {
      left: -56px; } }

.sidebar-right > .toggler.moveleft {
  left: -40px; }

.sidebar-right > .toggler.moveleft .glyphicon-chevron-right {
  display: block !important; }

.sidebar-right > .toggler.moveleft .glyphicon-chevron-left {
  display: none !important; }

.sidebar-right > .toggler > span {
  margin: 50px -21px; }

.sidebar-right > .toggler > span {
  top: 56px; }

.sidebar {
  visibility: hidden; }
  @media (min-width: 768px) {
    .sidebar {
      visibility: visible; } }

.carousel {
  margin-bottom: 30px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .carousel {
      margin-top: 0px; } }

.carousel-indicators {
  left: 15%; }

/*tooltip*/
.tooltip-custom a {
  color: #bd5473;
  display: block;
  font-size: 1.2rem;
  padding: 2px 5px;
  max-width: 20px; }
  .tooltip-custom a:hover {
    background-color: #bd5473;
    color: #fff; }
.tooltip-custom .glyphicon {
  font-size: .7rem; }

.tooltip-custom__alt a {
  background-color: #7a8c91;
  color: #fff;
  padding: 0px 5px; }
  .tooltip-custom__alt a:hover {
    background-color: #7a8c91;
    color: #fff; }

.clear-btn,
.select-btn {
  display: block;
  font-size: 1.4rem;
  padding: 10px 0px 0px 0px;
  text-align: right; }

.select-btn:after {
  content: "|";
  margin-left: 11px; }

/*forms*/
@media (min-width: 768px) {
  .form-text__right {
    left: 289px;
    position: relative;
    right: 0;
    top: -43px;
    width: 52%; } }

.content-block label, .content-block__login label {
  color: #595959;
  font-size: 1.5rem;
  font-weight: normal; }

.content-block__alt label {
  color: #595959;
  font-size: 1.5rem;
  font-weight: normal; }

/*** Content Accordions ***/
.panel {
  border: 0px; }

.panel-default > .panel-heading {
  background-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #11568b;
  padding: 18px 20px; }

.panel-title {
  font-size: 1.9rem; }

.panel-group .panel + .panel {
  margin-top: 1px; }

.panel-group .tab-pane h1 {
  margin-top: 0px; }
.panel-group .tab-pane h1 ~ h1 {
  margin-top: 20px; }
.panel-group .tab-pane h2 {
  margin-top: 0px; }
.panel-group .tab-pane h2 ~ h2 {
  margin-top: 20px; }
.panel-group .tab-pane h3 {
  margin-top: 0px; }
.panel-group .tab-pane h3 ~ h3 {
  margin-top: 20px; }
.panel-group .tab-pane h4 {
  margin-top: 0px; }
.panel-group .tab-pane h4 ~ h4 {
  margin-top: 10px; }
.panel-group .tab-pane h5 {
  margin-top: 10px; }
.panel-group .tab-pane h5 + h5 {
  margin-top: 25px; }
.panel-group .tab-pane h6 {
  margin-top: 0px; }
.panel-group .tab-pane h6 + h6 {
  margin-top: 20px; }

/* Vertical tabs in accordion */
.panel-group .vertical {
  border-top: 1px solid #E3E5E7; }
  .panel-group .vertical ul.nav.nav-tabs {
    border-right: 1px solid #E3E5E7;
    margin-left: 20px; }
  .panel-group .vertical .tab-content {
    padding: 20px 30px; }

/*** ./Content Accordions ***/
.sub-group {
  margin-left: 20px; }

span.plus-icon {
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 100%; }

.plus-icon:after {
  content: "\2212"; }

.collapsed .plus-icon:after {
  content: "\2b"; }

.pad-top {
  padding-top: 73px; }

.pad-bottom {
  padding-bottom: 15px; }

.more-link {
  font-size: 1.4rem;
  padding: 5px; }

/*rotate glyphicon when open and closed */
a.collapsed span.glyphicon.glyphicon-menu-down {
  transform: rotate(0); }

a span.glyphicon.glyphicon-menu-down {
  transform: rotate(180deg); }

.well dl dt, .well-search dl dt {
  float: left;
  clear: left;
  width: 180px; }
  @media (max-width: 992px) {
    .well dl dt, .well-search dl dt {
      float: none; } }
.well dl dt:after, .well-search dl dt:after {
  content: ":"; }
.well dl dd, .well-search dl dd {
  margin: 0 0 0 190px;
  padding: 0 0 0.5em 0; }
  @media (max-width: 992px) {
    .well dl dd, .well-search dl dd {
      margin: 0; } }
.well h2:first-child, .well-search h2:first-child,
.well h3:first-child,
.well-search h3:first-child,
.well h3__alt:first-child,
.well-search h3__alt:first-child,
.well h4:first-child,
.well-search h4:first-child,
.well p:first-child,
.well-search p:first-child {
  margin-top: 2px; }
.well .btn, .well-search .btn, .well .btn-upload, .well-search .btn-upload {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .well .btn, .well-search .btn, .well .btn-upload, .well-search .btn-upload {
      margin-top: 0px; } }

.changeInfo > .well, .changeInfo > .well-search {
  margin-bottom: 10px; }

.well-search {
  border: 1px solid #c9c9c9; }

small.boxed {
  background-color: #999;
  border-radius: 7px;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 5px solid #999;
  border-right: 5px solid #999;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  vertical-align: 4px;
  margin: 0px 2px 0px 2px; }

.clear {
  clear: both; }

.margin-zero {
  margin: 0px !important; }

.no-position {
  position: initial; }

.podcast-img {
  content: "";
  background: url("../img/hero-photo.jpg") no-repeat;
  height: 100%;
  display: block;
  padding-top: 47%;
  position: relative;
  background-size: 100%; }
  .podcast-img .img-overlay {
    width: 100%;
    opacity: 0.4;
    padding-bottom: 47%;
    top: 0;
    height: 0px;
    background-color: #11568b;
    position: absolute; }

.podcast-info {
  position: absolute;
  top: 225px;
  color: #ffffff;
  font-size: 16px;
  margin-left: 150px; }
  .podcast-info > span {
    position: relative;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    display: block; }
    .podcast-info > span:nth-child(2) {
      bottom: 0;
      font-size: 25px; }

.audio-controls {
  margin-bottom: 50px;
  margin-top: -110px;
  margin-left: 30px; }

.audio-components {
  padding-top: 39px;
  margin-left: 119px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }
  .audio-components.invisible {
    opacity: 0;
    visibility: hidden; }
  .audio-components.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -moz-transition-delay: .2s; }

.btn-play {
  bottom: 30px;
  margin-left: 30px;
  position: absolute; }
  .btn-play #controls {
    background-color: rgba(223, 96, 33, 0.9);
    border-radius: 50%;
    border: none;
    font-family: 'Glyphicons Halflings';
    float: left;
    height: 80px;
    outline: none;
    width: 80px; }
    .btn-play #controls.play:before {
      color: #ffffff;
      content: "\e072";
      font-size: 30px; }
    .btn-play #controls.pause:before {
      color: #ffffff;
      content: "\e073";
      font-size: 30px; }
  .btn-play .vertical-line {
    border-right: 2px solid #ffffff;
    height: 80px;
    float: left;
    margin-left: 16px;
    position: relative; }

.volume {
  display: inline-block;
  font-family: 'Glyphicons Halflings'; }
  .volume.volume-high:before {
    color: #ffffff;
    content: "\e038";
    font-size: 30px;
    position: relative;
    top: -17px;
    left: 15px; }
  .volume.volume-low:before {
    color: #ffffff;
    content: "\e037";
    font-size: 30px;
    position: relative;
    top: -17px;
    left: 15px; }
  .volume.volume-mute:before {
    color: #ffffff;
    content: "\e036";
    font-size: 30px;
    position: relative;
    top: -17px;
    left: 15px; }

.buffered {
  float: left;
  height: 10px;
  position: relative;
  background: #ffffff;
  width: 420px; }

#buffered-amount {
  display: block;
  height: 100%;
  background-color: #E7EBEC;
  width: 0; }

.ellapsed {
  float: left;
  margin-top: -10px;
  height: 10px;
  position: relative;
  width: 420px; }

#ellapsed-amount {
  display: block;
  height: 100%;
  background-color: #bd5473;
  width: 0; }

#vol::-ms-track {
  height: 20px;
  border-radius: none;
  color: transparent; }

#vol::-ms-fill-lower {
  background: #bd5473; }

#vol::-ms-fill-upper {
  background: #ffffff; }

#vol::-ms-ticks-before {
  display: none; }

#vol::-ms-thumb {
  height: 20px;
  width: 20px;
  background: #bd5473; }

#vol {
  position: relative;
  z-index: 50;
  width: 65px;
  background-color: transparent;
  min-height: 20px;
  overflow-x: hidden;
  overflow-y: visible;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: -moz-linear-gradient(left, #bd5473 75%, #ffffff 75%);
  bottom: 21px;
  left: 3px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -moz-transition-delay: .2s; }
  * #vol.invisible {
    width: 0;
    opacity: 0;
    visibility: hidden; }
  #vol.visible {
    width: 65px;
    opacity: 1;
    visibility: visible; }

#vol:focus {
  outline: none;
  border: none; }

#vol::-moz-focus-outer {
  border: 0; }

#vol::-moz-range-track {
  height: 10px;
  border: none;
  background: transparent;
  border: 0px;
  height: 10px;
  cursor: pointer;
  border-radius: 1px;
  position: relative;
  bottom: 22px; }

#vol::-moz-range-thumb {
  visibility: hidden; }

#vol::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: #bd5473;
  cursor: pointer;
  position: relative;
  top: -5px; }
  #vol::-webkit-slider-thumb:before {
    position: absolute;
    top: 4px;
    left: -2000px;
    width: 2000px;
    height: 10px;
    background: #bd5473;
    content: ' '; }

#vol::-webkit-slider-runnable-track {
  height: 10px;
  background-color: #ffffff; }

/*# sourceMappingURL=component.css.map */
/*alert*/
.alert-info {
  font-size: 1.6rem;
  padding: 20px; }
  .alert-info:hover {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }

/* media */
.media-left {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .media-left {
      display: table-cell; } }
  .media-left__alt {
    display: table-cell; }

/* style for checkbox states grid (my-profile.html) */
.checkbox-states {
  display: inline-block;
  width: 160px; }

.updateProfileFeedback {
  opacity: 0; }

.updateProfileFeedback.in {
  opacity: .9; }

.displayNone {
  display: none; }

/* Toggle groups */
.toggle-group {
  display: none; }
  .toggle-group.active {
    display: block; }

.confirmEmail {
  margin-bottom: 20px; }

.changeInfo__new {
  display: none; }

.changeInfo__new.show {
  display: block; }

.changeInfo__new.hide {
  display: none; }

.inpage--nav__mybusiness li {
  min-width: 133px;
  text-align: center; }
  @media (min-width: 768px) {
    .inpage--nav__mybusiness li {
      min-width: 154px; } }

.hide-alert {
  display: none; }

.alert__custom {
  margin-bottom: 30px;
  padding: 15px; }
  .alert__custom a {
    width: auto; }
  .alert__custom .close {
    position: relative;
    top: -6px;
    right: 2px;
    line-height: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .alert__custom:hover, .alert__custom:focus {
    background-color: #f2dede; }

#file-type {
  display: none; }

.alert-danger:hover, .alert-danger:focus {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/**** Form slideout ****/
/**** 7/1/16: Added icon and popover ****/
.form-group-slideout {
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  color: #949494;
  font-size: .8em;
  font-style: italic;
  margin: 0px 15px 0px 15px;
  max-height: 0;
  opacity: 0;
  padding: 0px 0px 0px 8px;
  transition: max-height .15s ease, all .35s ease;
  -moz-transition: max-height .15s ease, all .35s ease;
  -webkit-transition: max-height .15s ease, all .35s ease; }
  .form-group-slideout * {
    display: none; }
  .form-group-slideout .glyphicon-info-sign {
    font-size: 1em; }

.form-group-slideout.in {
  margin: 6px 15px 10px 15px;
  max-height: 350px;
  opacity: .95;
  height: auto;
  transition: max-height 1.5s ease, all 1s ease;
  -moz-transition: max-height 1.5s ease, all 1s ease;
  -webkit-transition: max-height 1.5s ease, all 1s ease; }
  .form-group-slideout.in * {
    display: inline-block; }
  .form-group-slideout.in p {
    margin-bottom: 6px; }

/**** Registration Pages for Saptarshi ****/
/**** 7/20/16: Added header subtext styling ****/
@media (min-width: 768px) {
  .header .sub-text {
    color: #00386d;
    font-size: .7em;
    margin-top: -10px;
    width: 350px; } }
@media (max-width: 767px) {
  .header .sub-text {
    display: none; } }

.logo-img__HongKong {
  background-image: url("../img/manulife-logo-2.svg"); }

@media only screen and (max-width: 667px) and (min-width: 320px) {
.logo-img {
    background-image: url("../img/manulife-logo-2.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 169px;
    height: 55px;
    position: relative;
    top: 25px;
    width: 152px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}}

/**** Registration Page for Saptarshi ****/
/**** 7/1/16: Fixed footer to work for AEM and Central Reg ****/
.footer__tight hr {
  margin-top: 0px;
  margin-bottom: 0px; }

/*# sourceMappingURL=manulife-component.css.map */

.conHeight{
height: 105px;
}

.pad56Top{
padding-top: 56px;
}

.homeBox{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.headerConMinHeightGr{
min-height: 105px;
background-color:#00693C;
}

.homeBoxLinkGreen{
float: right;
background-color: #0E7D3D;
border: 2px solid #0C6532;
color: #fff;
font-size: 1.4rem;
font-weight: 900;
margin: 0px 10px -1px 0px;
padding: 12px 13px;
}

a.homeBoxLinkGreen:hover{
float: right;
background-color: #fff;
border: 2px solid #fff;
color: #0E7D3D;
font-size: 1.4rem;
font-weight: 900;
margin: 0px 10px -1px 0px;
padding: 12px 13px;
}
