.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* according to code sniffer, not enough contrast, suggested color is  #386083*/
.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.pad-bottom-20 {
  padding-bottom: 20px !important;
}

.pad-top-30 {
  padding-top: 30px !important;
}

.slf-yellow {
  color: #eaab00;
}

.slf-yellow-bg {
  background: #eaab00;
}
.slf-yellow-bg a {
  color: #003946;
}

.slf-yellow-bg-90 {
  background: #edb41a;
}

.slf-yellow-bg-80 {
  background: #efbc33;
}

.slf-yellow-bg-70 {
  background: #f1c54d;
}

.slf-yellow-bg-60 {
  background: #f3cd66;
}

.slf-yellow-bg-50 {
  background: #f5d680;
}

.slf-yellow-bg-40 {
  background: #f7de99;
}

.slf-yellow-bg-30 {
  background: #f9e6b3;
}

.slf-yellow-bg-20 {
  background: #fbefcc;
}
.slf-yellow-bg-20 a {
  color: #003946;
}

.slf-yellow-bg-10 {
  background: #fdf7e6;
}

.slf-blue-bg {
  background: #003946;
  color: #fff;
}
.slf-blue-bg a:not(.btn) {
  color: #fff !important;
}
.slf-blue-bg:hover {
  color: #fff;
}

.slf-blue-bg-90 {
  background: #1a4e59;
  color: #fff;
}

.slf-blue-bg-80 {
  background: #33616b;
  color: #fff;
}

.slf-blue-bg-70 {
  background: #4d757e;
  color: #fff;
}

.slf-blue-bg-60 {
  background: #668990;
  color: #fff;
}

.slf-blue-bg-50 {
  background: #809da3;
  color: #fff;
}

.slf-blue-bg-40 {
  background: #99b0b5;
}

.slf-blue-bg-30 {
  background: #b3c4c8;
}

.slf-blue-bg-20 {
  background: #ccd8da;
}

.slf-blue-bg-10 {
  background: #e6eced;
}

.slf-blue-bg-5 {
  background: #f2f5f6;
}

.slf-slate-blue {
  background: #4a7295;
  color: #fff;
}

.slf-dark-grey {
  background: #424242;
  color: #fff;
}

.slf-disabled-grey {
  background: #757575;
  color: #fff;
}

.slf-burgundy {
  background: #a4383d;
  color: #fff;
}

.slf-burgundy-bg-10, .not-found {
  background: #f6ebeb;
  border: 1px solid #a4383d;
  color: #424242;
}

.slf-green-bg {
  background: #536b2d;
  color: #fff;
}

.slf-dark-grey-bg {
  background: #424242;
  color: #fff;
}

.slf-orange-bg {
  background: #f57e00;
  color: #fff;
}

.slf-light-grey-bg {
  background: #e1e1e1;
  color: #fff;
}

.slf-green-alternate-bg {
  background: #7a9c50;
  color: #fff;
}

.slf-grey-alternate-bg {
  background: #a29285;
  color: #fff;
}

.jumbotron,
.btn,
input,
textarea,
.slf-tabs a,
.slf-full-tabs a,
.panel, .panel-heading {
  border-radius: 0 !important;
  margin-bottom: 0;
}

.panel {
  border: none;
  box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password] {
  
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
  height: 48px !important;
  border: 1px solid #b4b4b4;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #888;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #888;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #888;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #888;
}

input[type=checkbox] {
  width: 14px;
  height: 14px;
  border: 1px solid #b4b4b4;
}

h1, h2, .featured-content-list .editorial, .featured-content-list-multiple-link .editorial,
.featured-content-list.multiple-link-variation .editorial, .featured-content-list-tool .editorial,
.featured-content-list.tool-variation .editorial, h3, h4, .accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading, .slf-tab-container .panel-default > .panel-heading {
  margin-top: 0 !important;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-desktop > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

html, body {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
  font-variant-ligatures: none;
}

strong {
  
  font-weight: 700;
}

html, body {
  margin: 0px;
  padding: 0px;
  color: #424242;
}

body {
  
  font-weight: 200;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

a {
  
  font-weight: 700;
  color: #4a7295;
  font-size: 17px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
  
  font-weight: 700;
  color: #4a7295;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (min-width: 1281px) {
  .container {
    width: 1064px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}

h1, .h1 {
  
  font-weight: 200;
  font-size: 38px;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 767px) {
  h1, .h1 {
    text-align: left;
  }
}

h2, .featured-content-list .editorial, .featured-content-list-multiple-link .editorial,
.featured-content-list.multiple-link-variation .editorial, .featured-content-list-tool .editorial,
.featured-content-list.tool-variation .editorial {
  
  font-weight: 200;
  font-size: 30px;
  line-height: 120%;
}

h2.editorial a, .featured-content-list .editorial a, .featured-content-list-multiple-link .editorial a,
.featured-content-list.multiple-link-variation .editorial a, .featured-content-list-tool .editorial a,
.featured-content-list.tool-variation .editorial a {
  font-weight: 400;
  font-size: 28px !important;
  line-height: 120%;
}

h3 {
  
  font-weight: 200;
  font-size: 24px;
  line-height: 120%;
}

h4, .accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading, .slf-tab-container .panel-default > .panel-heading, .h4 {
  
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
h4 a, .accordion-heading a, .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading a, .slf-tab-container .panel-default > .panel-heading a, .h4 a {
  font-size: 20px;
}

h5, #page-content .accordion-heading, .h5 {
  
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

/* Sun Life Buttons */
.btn-yellow, .btn-blue, .search-container input[type=button], .global-search input[type=button], .btn-sec-transparent, .btn-sec-transparent-blue, .btn-sec-blue {
  font-size: 15px !important;
  padding: 7px 19px !important;
  margin: 0 !important;
  border: 2px;
  min-height: 48px !important;
  white-space: normal;
  
  font-weight: 700;
}

.btn-yellow {
  background: #eaab00;
  color: #003946;
  border: 2px solid #eaab00;
}
.btn-yellow:hover {
  background: #4a7295;
  color: #fff;
  border: 2px solid #4a7295;
}

.btn-blue, .search-container input[type=button], .global-search input[type=button] {
  background: #003946;
  color: #fff;
  border: 2px solid #003946;
}
.btn-blue:hover, .search-container input[type=button]:hover, .global-search input[type=button]:hover {
  background: #4a7295;
  color: #fff;
  border: 2px solid #4a7295;
}

.btn-sec-transparent {
  background: transparent;
  color: #003946;
  border: 2px solid #003946;
}
.btn-sec-transparent:hover {
   background: #4a7295;
  color: #fff;
  border: 2px solid #4a7295;
}

.btn-sec-transparent-blue {
  background: transparent;
  color: #fff;
  border: 2px solid white;
}
.btn-sec-transparent-blue:hover {
  background: #4a7295;
  color: #fff;
  border: 2px solid #4a7295;
}

.btn-sec-blue {
  background: #003946;
  color: #fff;
  border: 2px solid white;
}
.btn-sec-blue:hover {
  background: #4a7295;
  color: #fff;
  border: 2px solid #4a7295;
}

.btn-min-200 {
  min-width: 200px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .btn {
    width: 80%;
    margin-bottom: 20px !important;
  }

  .btn-centered-container {
    text-align: center;
  }
}

.page-separator {
  display: block;
  width: 75%;
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  margin: 40px auto;
  padding: 0;
}


@media screen and (min-width: 1025px) {
  .navbar .dropdown {
    position: static;
  }

  .navbar-default {
    background-color: #ffffff;
    border: 0;
  }
}


@media screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }

  .navbar .dropdown {
    position: static;
  }

  .navbar-default {
    background-color: #fff;
    border: 0;
  }

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

  .navbar-nav .dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    float: none;
    width: 268px;
  }

  .navbar-toggle {
    border: 0 !important;
  }
  .navbar-toggle .icon-bar {
    height: 4px !important;
    width: 28px !important;
    background: #003946 !important;
  }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background: none !important;
  }

}

/*
------------------------------------------------------------------------------
Pagination
------------------------------------------------------------------------------
*/
.pagination {
  border-radius: 0px;
}
.pagination > li {
  display: inline-block;
}
.pagination > li.ellipsis {
  pointer-events: none;
}
.pagination > li a {
  color: #4a7295;
}
.pagination > li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.pagination > li.previous {
  margin-right: 35px;
}
.pagination > li.previous > a {
  border-radius: 0px;
}
.pagination > li.next {
  margin-left: 35px;
}
.pagination > li.next > a {
  border-radius: 0px;
}
.pagination > li.active > a {
  background-color: #eaab00;
  color: #003946;
}
.pagination > li.active > a:focus, .pagination > li.active > a:hover {
  background-color: #eaab00;
  color: #003946;
}
.pagination > li.disabled > a {
  color: #4a7295;
  opacity: 0.5;
  display: none;
}
.pagination > li > a {
  padding: 4px 13px;
  border-width: 0px;
}
.pagination > li > a svg {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .pagination {
    display: block;
    width: 100%;
    font-size: 0px;
    margin-bottom: 0px;
  }
  .pagination > li {
    display: none;
    font-size: 16px;
  }
  .pagination > li > a {
    display: block;
    width: 100%;
  }
  .pagination > li.previous, .pagination > li.link-to-first, .pagination > li.next {
    display: inline-block;
  }
  .pagination > li.previous > a, .pagination > li.link-to-first > a, .pagination > li.next > a {
    background-color: #eaab00;
    color: #003946;
    text-align: center;
    display: block;
  }
  .pagination > li.previous > a span, .pagination > li.link-to-first > a span, .pagination > li.next > a span {
    display: none;
  }
  .pagination > li.previous > a .sl-icon,
  .pagination > li.link-to-first > a .sl-icon,
  .pagination > li.next > a .sl-icon {
    background-color: white;
  }
  .pagination > li.previous > a svg, .pagination > li.link-to-first > a svg, .pagination > li.next > a svg {
    display: inline;
  }
  .pagination > li.previous {
    margin-right: 0px;
    width: 25%;
    padding-right: 7px;
  }
  .pagination > li.next {
    margin-left: 0px;
    width: 50%;
    padding-left: 7px;
  }
  .pagination > li.link-to-first {
    width: 25%;
    padding: 0 7px;
  }
  .pagination.first-page {
    width: 80%;
    margin: 20px auto 0;
  }
  .pagination.first-page > li {
    display: none;
  }
  .pagination.first-page > li.next {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .pagination.first-page > li.next a {
    display: block;
    width: 100%;
    background-color: #eaab00;
    color: #003946;
    text-align: center;
    margin: 0;
  }
  .pagination.first-page > li.next a span {
    display: inline;
  }
  .pagination.last-page > li {
    display: none;
  }
  .pagination.last-page > li.previous {
    display: inline-block;
    width: 75%;
  }
  .pagination.last-page > li.previous span {
    display: inline;
  }
  .pagination.last-page > li.link-to-first {
    display: inline-block;
    width: 25%;
    padding-right: 0px;
  }
}

.pagination-indicator {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pagination-indicator {
    display: none;
  }
}

ul:not(.nav):not(.footer-utility-submenu):not(.list-unstyled):not(.list-inline):not(.option-table):not(.footer-socials):not(.list-group):not(.slf-tabs):not(.list-topic):not(.content-list):not(.feature-content):not(.dotted):not(.social-network-list):not(.map-dotted):not(.sitemap):not(.wgt-cs-list):not(.dropdown-menu):not(.wgt-AM-form-selDd):not(.wgt-AM-listPlain):not(.x-menu-list):not(.x-tab-strip):not(.x-tree-root-ct):not(.x-tree-lines):not(.x-tree-root-ct):not(.x-tree-node):not(.pagination):not(.x-tree-node-ct):not(.vui-grid-actions):not(.life-moments):not(.filter-options) {
  margin: 12px 0 12px 12px;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}

ul:not(.nav):not(.footer-utility-submenu):not(.list-unstyled):not(.list-inline):not(.option-table):not(.footer-socials):not(.list-group):not(.slf-tabs):not(.list-topic):not(.content-list):not(.feature-content):not(.dotted):not(.social-network-list):not(.map-dotted):not(.sitemap):not(.wgt-cs-list):not(.dropdown-menu):not(.wgt-AM-form-selDd):not(.wgt-AM-listPlain):not(.x-menu-list):not(.x-tab-strip):not(.x-tree-root-ct):not(.x-tree-lines):not(.x-tree-root-ct):not(.x-tree-node):not(.pagination):not(.x-tree-node-ct):not(.vui-grid-actions):not(.life-moments):not(.filter-options) > li {
  font-size: 16px;
  padding: 0 0 4px 14px;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  line-height: 140%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

[type="checkbox"] {
  position: relative;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #5B6062;
  background: white;
}

[type="checkbox"] + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px;
  color: #003946;
  transition: all 0.2s;
  line-height: 18px;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.accordion-heading {
  color: #003946;
  background: #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.slf-accordion-plus.blue .accordion-heading {
  background: #f2f5f6;
}
.slf-accordion-plus.blue .accordion-heading:before {
  color: #eaab00;
  font-size: 22px;
  padding-right: 10px;
}
.slf-accordion-plus.blue .content {
  background: #f2f5f6;
  padding: 10px 20px;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
