/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/static/slfglobal/globalweb/responsive/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/static/slfglobal/globalweb/responsive/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/static/slfglobal/globalweb/responsive/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/static/slfglobal/globalweb/responsive/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/static/slfglobal/globalweb/responsive/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/static/slfglobal/globalweb/responsive/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}


.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.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;
}

.slf-grey-bg {
  background: #424242;
  color: #fff;
}

.slf-grey-bg-90 {
  background: #555555;
  color: #fff;
}

.slf-grey-bg-80 {
  background: #686868;
  color: #fff;
}

.slf-grey-bg-70 {
  background: #7a7a7a;
  color: #fff;
}

.slf-grey-bg-60 {
  background: #8e8e8e;
  color: #fff;
}

.slf-grey-bg-50 {
  background: #a0a0a0;
  color: #fff;
}

.slf-grey-bg-40 {
  background: #b3b3b3;
}

.slf-grey-bg-30 {
  background: #c6c6c6;
}

.slf-grey-bg-20 {
  background: #d9d9d9;
}

.slf-grey-bg-10 {
  background: #ececec;
}

.slf-grey-bg-7 {
  background: #f1f1f1;
}

.slf-grey-bg-5 {
  background: whitesmoke;
}

.slf-lighter-grey {
  background: #f7f7f7;
}

/* usage
@include center-block;		
*/
@font-face {
  font-family: "agenda";
  src: url("/static/slfglobal/globalweb/responsive/fonts/agenda-light-webfont.eot");
  src: url("/static/slfglobal/globalweb/responsive/fonts/agenda-light-webfont.eot?#iefix") format("embedded-opentype"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-light-webfont.woff") format("woff"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-light-webfont.ttf") format("truetype"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-light-webfont.svg#agenda") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "agenda";
  src: url("/static/slfglobal/globalweb/responsive/fonts/agenda-medium-webfont.eot");
  src: url("/static/slfglobal/globalweb/responsive/fonts/agenda-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-medium-webfont.woff") format("woff"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-medium-webfont.ttf") format("truetype"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-medium-webfont.svg#agenda") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "agenda";
  src: url("/static/slfglobal/globalweb/responsive/fonts/agenda-bold-webfont.eot");
  src: url("/static/slfglobal/globalweb/responsive/fonts/agenda-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-bold-webfont.woff") format("woff"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-bold-webfont.ttf") format("truetype"), url("/static/slfglobal/globalweb/responsive/fonts/agenda-bold-webfont.svg#agenda") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'giovanni-book';
  src: url("/static/slfglobal/globalweb/responsive/fonts/Giovanni-BookItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.giovanni-book-italic {
  font-family: 'giovanni-book';
}

@font-face {
  font-family: 'sunlife-custom';
  src: url("/static/slfglobal/globalweb/responsive/fonts/sunlife-custom.eot?38299477");
  src: url("/static/slfglobal/globalweb/responsive/fonts/sunlife-custom.eot?38299477#iefix") format("embedded-opentype"), url("/static/slfglobal/globalweb/responsive/fonts/sunlife-custom.woff?38299477") format("woff"), url("/static/slfglobal/globalweb/responsive/fonts/sunlife-custom.ttf?38299477") format("truetype"), url("/static/slfglobal/globalweb/responsive/fonts/sunlife-custom.svg?38299477#sunlife-custom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.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-family: 'agenda';
  font-weight: 400;
  font-size: 16px;
  padding: 0 10px;
  height: 40px !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: 1px;
  padding-left: 0;
}

.no-gutter-desktop > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

html, body {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-variant-ligatures: none;
}

strong {
  font-family: 'agenda';
  font-weight: 700;
}

html, body {
  margin: 0px;
  padding: 0px;
  color: #424242;
}

body {
  font-family: 'agenda';
  font-weight: 200;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

a {
  font-family: 'agenda';
  font-weight: 700;
  color: #4a7295;
  font-size: 17px;
  text-decoration: none;
}
a:hover {
  font-family: 'agenda';
  font-weight: 700;
  color: #4a7295;
  text-decoration: underline;
}

.col-condensed {
  margin-left: 0px;
  margin-right: 0px;
}
.col-condensed div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.inline-block {
  display: inline-block;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* same height columns */
.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}

.mar-top-5 {
  margin-top: 5px !important;
}

.mar-top-10 {
  margin-top: 10px !important;
}

.mar-top-15 {
  margin-top: 15px !important;
}

.mar-top-20 {
  margin-top: 20px !important;
}

.mar-top-25 {
  margin-top: 25px !important;
}

.mar-top-30 {
  margin-top: 30px !important;
}

.mar-top-40 {
  margin-top: 40px !important;
}

.mar-top-50 {
  margin-top: 50px !important;
}

.mar-right-5 {
  margin-right: 5px !important;
}

.mar-right-10 {
  margin-right: 10px !important;
}

.mar-right-15 {
  margin-right: 15px !important;
}

.mar-right-20 {
  margin-right: 20px !important;
}

.mar-right-25 {
  margin-right: 25px !important;
}

.mar-right-30 {
  margin-right: 30px !important;
}

.mar-right-40 {
  margin-right: 40px !important;
}

.mar-right-50 {
  margin-right: 50px !important;
}

.mar-bottom-5 {
  margin-bottom: 5px !important;
}

.mar-bottom-10 {
  margin-bottom: 10px !important;
}

.mar-bottom-15 {
  margin-bottom: 15px !important;
}

.mar-bottom-20 {
  margin-bottom: 20px !important;
}

.mar-bottom-25 {
  margin-bottom: 25px !important;
}

.mar-bottom-30 {
  margin-bottom: 30px !important;
}

.mar-bottom-40 {
  margin-bottom: 40px !important;
}

.mar-bottom-50 {
  margin-bottom: 50px !important;
}

.mar-left-min-15 {
  margin-left: -15px !important;
}

.mar-left-5 {
  margin-left: 5px !important;
}

.mar-left-10 {
  margin-left: 10px !important;
}

.mar-left-15 {
  margin-left: 15px !important;
}

.mar-left-20 {
  margin-left: 20px !important;
}

.mar-left-25 {
  margin-left: 25px !important;
}

.mar-left-30 {
  margin-left: 30px !important;
}

.mar-left-40 {
  margin-left: 40px !important;
}

.mar-left-50 {
  margin-left: 50px !important;
}

.pad-top-5 {
  padding-top: 5px !important;
}

.pad-top-10 {
  padding-top: 10px !important;
}

.pad-top-15 {
  padding-top: 15px !important;
}

.pad-top-20 {
  padding-top: 20px !important;
}

.pad-top-25 {
  padding-top: 25px !important;
}

.pad-top-30 {
  padding-top: 30px !important;
}

.pad-top-40 {
  padding-top: 40px !important;
}

.pad-top-50 {
  padding-top: 50px !important;
}

.pad-right-5 {
  padding-right: 5px !important;
}

.pad-right-10 {
  padding-right: 10px !important;
}

.pad-right-15 {
  padding-right: 15px !important;
}

.pad-right-20 {
  padding-right: 20px !important;
}

.pad-right-25 {
  padding-right: 25px !important;
}

.pad-right-30 {
  padding-right: 30px !important;
}

.pad-right-40 {
  padding-right: 40px !important;
}

.pad-right-50 {
  padding-right: 50px !important;
}

.pad-bottom-5 {
  padding-bottom: 5px !important;
}

.pad-bottom-10 {
  padding-bottom: 10px !important;
}

.pad-bottom-15 {
  padding-bottom: 15px !important;
}

.pad-bottom-20 {
  padding-bottom: 20px !important;
}

.pad-bottom-25 {
  padding-bottom: 25px !important;
}

.pad-bottom-30 {
  padding-bottom: 30px !important;
}

.pad-bottom-40 {
  padding-bottom: 40px !important;
}

.pad-bottom-50 {
  padding-bottom: 50px !important;
}

.pad-left-5 {
  padding-left: 5px !important;
}

.pad-left-10 {
  padding-left: 10px !important;
}

.pad-left-15 {
  padding-left: 15px !important;
}

.pad-left-20 {
  padding-left: 20px !important;
}

.pad-left-25 {
  padding-left: 25px !important;
}

.pad-left-30 {
  padding-left: 30px !important;
}

.pad-left-40 {
  padding-left: 40px !important;
}

.pad-left-50 {
  padding-left: 50px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.text-top {
  vertical-align: top;
}

.text-middle {
  vertical-align: middle;
}

.text-bottom {
  vertical-align: text-bottom;
}

.textb-aseline {
  vertical-align: baseline;
}

.pad-bottom-10-xs {
  padding-bottom: 10px !important;
}

.clearfix-20:after {
  content: " ";
  display: block;
  clear: both;
  padding-bottom: 20px;
}

.img-responsive-center {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.full-height {
  height: 100%;
}

.upper-case {
  text-transform: uppercase;
}

.row.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 103%;
  width: calc(100% + 30px);
}

.bl-icon-description p {
  font-family: 'agenda';
  font-weight: 200;
}

@media (min-width: 1281px) {
  .container {
    width: 1064px;
  }

  .mobile-nav,
  .h-separator-yellow {
    display: none;
  }

  .footer .foot-separator-1, .footer .foot-separator-2 {
    display: none;
  }
  .footer .collapse {
    display: block !important;
  }
  .footer .collapse.in {
    display: block !important;
  }
  .footer .fa-caret-right {
    display: none;
  }
  .footer .accordion-heading:before {
    display: none;
  }

  .banner-container {
    top: 40px !important;
  }

  .col-lg-height {
    display: table-cell;
    float: none !important;
  }

  .col-height {
    display: table-cell;
    float: none !important;
    vertical-align: top;
  }

  .pad-top-30-md {
    padding-top: 30px !important;
  }

  .pad-bottom-30-md {
    padding-bottom: 30px !important;
  }

  .mar-top-30-md {
    margin-top: 30px !important;
  }

  .mar-bottom-30-md {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .mobile-nav,
  .h-separator-yellow {
    display: none;
  }

  .banner-container {
    top: 50px;
  }

  .footer .collapse {
    display: block !important;
  }
  .footer .collapse.in {
    display: block !important;
  }
  .footer .fa-caret-right {
    display: none;
  }
  .footer .accordion-heading:before {
    display: none;
  }
  .footer .foot-separator-1, .footer .foot-separator-2 {
    display: none;
  }

  .col-md-height {
    display: table-cell;
    float: none !important;
  }

  .col-height {
    display: table-cell;
    float: none !important;
    vertical-align: top;
  }

  .pad-top-30-md {
    padding-top: 30px !important;
  }

  .pad-bottom-30-md {
    padding-bottom: 30px !important;
  }

  .mar-top-30-md {
    margin-top: 30px !important;
  }

  .mar-bottom-30-md {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }

  .h-separator-yellow {
    display: none;
  }

  .footer .collapse {
    display: block !important;
  }
  .footer .collapse.in {
    display: block !important;
  }
  .footer .fa-caret-right {
    display: none;
  }
  .footer .accordion-heading:before {
    display: none;
  }
  .footer .foot-separator-1, .footer .foot-separator-2 {
    display: none;
  }

  .bl-icon-description {
    padding-top: 8px;
  }

  .module-padding .content-label {
    display: block;
  }

  .hero-container {
    top: 16% !important;
  }

  .col-sm-height {
    display: table-cell;
    float: none !important;
  }

  .col-height {
    display: table-cell;
    float: none !important;
    vertical-align: top;
  }

  .section-padding {
    margin-top: 0 !important;
  }

  /* 	.navbar-toggle {
  			display: block !important;
  		} */
  .desk-top-primary,
  .global-nav-secondary,
  .yellow-stripe,
  .breadcrumb-container,
  .left-nav-menu,
  .pin-bar {
    display: none;
  }

  .hide-login {
    display: none;
  }

  /* chrome hack */
  .pad-top-30-sm {
    padding-top: 30px !important;
  }

  .pad-bottom-30-sm {
    padding-bottom: 30px !important;
  }

  .mar-top-30-sm {
    margin-top: 30px !important;
  }

  .mar-bottom-30-sm {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) {
  .mobile-nav {
    margin-top: -20px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .oo_tab_right_1 {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  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 {
    text-align: left;
  }

  .vertical-center {
    display: inherit;
    float: none;
  }

  /* .editorial-hero div[class^="col-"]{
  	height: auto !important;
  	img {
  		height: 250px !important;
  	}
  	.hero-content {
  		height: 250px !important;
  	}
  } */
  .sm-invisible-separator {
    margin-bottom: 40px !important;
  }

  .xs-center-align-title h1, .xs-center-align-title h2, .xs-center-align-title .featured-content-list .editorial, .featured-content-list .xs-center-align-title .editorial, .xs-center-align-title .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .xs-center-align-title .editorial,
  .xs-center-align-title .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .xs-center-align-title .editorial, .xs-center-align-title .featured-content-list-tool .editorial, .featured-content-list-tool .xs-center-align-title .editorial,
  .xs-center-align-title .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .xs-center-align-title .editorial, .xs-center-align-title h3 {
    text-align: center;
  }

  .container {
    width: 100% !important;
  }

  /*   .navbar-toggle {
      display: block !important;
    }	 */
  .section-padding {
    margin-top: 0 !important;
  }

  .hide-login {
    display: none;
  }

  .desk-top-primary,
  .global-nav-secondary,
  .yellow-stripe,
  .breadcrumb-container,
  .left-nav-menu,
  .pin-bar {
    display: none;
  }

  .footer .collapse {
    display: none !important;
  }
  .footer .collapse.in {
    display: block !important;
  }
  .footer .collapsed .fa-caret-right:before {
    /*replace to right caret*/
    content: "\f0da" !important;
  }
  .footer .fa-caret-right:before {
    /*replace to down caret*/
    content: "\f0d7" !important;
  }
  .footer .footer-sm {
    text-align: center;
  }
  .footer .footer-sm > div {
    padding-bottom: 20px;
  }
  .footer .footer-sm .list-inline {
    margin-bottom: 0;
  }

  .copy-rights .rights-reserved {
    text-align: center;
  }
  .copy-rights .slf-footer {
    text-align: center !important;
  }

  h1 {
    font-size: 37px !important;
  }

  .v-separator-blue-70 {
    border-right: 2px solid #003946 !important;
  }

  .bl-icons {
    float: left;
  }

  .bl-icon-description {
    text-align: left;
    padding-top: 8px;
    margin: 20px 0 0 85px;
  }

  .mobile-nav {
    margin-top: -1px !important;
  }

  li.active .slf-tab-title:before, .responsive .panel-heading a[aria-expanded='true'] .slf-tab-title:before {
    content: "\f0d7";
    font-family: FontAwesome;
    padding-right: 10px;
  }

  .slf-tab-title {
    color: #003946;
    font-family: 'agenda';
    font-weight: 400;
    font-size: 20px;
    margin-left: -5px;
  }
  .slf-tab-title:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
  }

  .slf-tab-container {
    border: none !important;
    margin: 0px -15px 0px -15px !important;
  }
  .slf-tab-container .panel, .slf-tab-container .panel.panel-default, .slf-tab-container .panel-group, .slf-tab-container .panel-body {
    border: none !important;
  }
  .slf-tab-container .panel-heading {
    color: #003946 !important;
  }
  .slf-tab-container .panel-title a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'agenda';
    font-weight: 400;
    font-size: 20px;
  }
  .slf-tab-container .panel-title a:hover {
    text-decoration: none;
    font-style: normal;
    color: #003946;
  }
  .slf-tab-container .panel-title a:active {
    color: #003946;
    font-family: 'agenda';
    font-weight: 400;
    font-size: 20px;
  }
  .pad-top-30-xs {
    padding-top: 30px !important;
  }

  .pad-bottom-30-xs {
    padding-bottom: 30px !important;
  }

  .mar-top-30-xs {
    margin-top: 30px !important;
  }

  .mar-bottom-30-xs {
    margin-bottom: 30px !important;
  }

  .row.row-height {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .slf-tab-container .mobile-nav {
    margin-top: -20px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .mobile-nav {
    margin-top: -20px !important;
  }
}
@media (max-width: 319px) {
  .desk-top-primary,
  .global-nav-secondary,
  .yellow-stripe,
  .breadcrumb-container,
  .left-nav-menu,
  .pin-bar {
    display: none;
  }

  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 {
    text-align: center;
  }

  .mobile-nav {
    margin-top: -1px !important;
  }

  .title-bar h1 {
    font-size: 28px;
  }

  .full-btn-container {
    padding: 0px 20px;
  }

  .sm-invisible-separator {
    margin-bottom: 40px !important;
  }

  h1 {
    font-size: 37px !important;
  }

  .xs-center-align-title h1, .xs-center-align-title h2, .xs-center-align-title .featured-content-list .editorial, .featured-content-list .xs-center-align-title .editorial, .xs-center-align-title .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .xs-center-align-title .editorial,
  .xs-center-align-title .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .xs-center-align-title .editorial, .xs-center-align-title .featured-content-list-tool .editorial, .featured-content-list-tool .xs-center-align-title .editorial,
  .xs-center-align-title .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .xs-center-align-title .editorial, .xs-center-align-title h3 {
    text-align: center;
  }

  .xs-full-width {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .module-body h2, .global-module h2, .right-rail .cta-module-1 p h2, .right-rail .cta-module-1 li h2,
  .right-rail .cta-module-2 p h2,
  .right-rail .cta-module-2 li h2,
  .right-rail .cta-module-2x2 p h2,
  .right-rail .cta-module-2x2 li h2,
  .right-rail .cta-module-3 p h2,
  .right-rail .cta-module-3 li h2,
  .right-rail .cta-module-3x2 p h2,
  .right-rail .cta-module-3x2 li h2,
  .right-rail .cta-module-3x3 p h2,
  .right-rail .cta-module-3x3 li h2, .module p h2, .module-body .featured-content-list .editorial, .featured-content-list .module-body .editorial, .global-module .featured-content-list .editorial, .featured-content-list .global-module .editorial, .right-rail .cta-module-1 p .featured-content-list .editorial, .featured-content-list .right-rail .cta-module-1 p .editorial, .right-rail .cta-module-1 li .featured-content-list .editorial, .featured-content-list .right-rail .cta-module-1 li .editorial,
  .right-rail .cta-module-2 p .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-2 p .editorial,
  .right-rail .cta-module-2 li .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-2 li .editorial,
  .right-rail .cta-module-2x2 p .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-2x2 p .editorial,
  .right-rail .cta-module-2x2 li .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-2x2 li .editorial,
  .right-rail .cta-module-3 p .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-3 p .editorial,
  .right-rail .cta-module-3 li .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-3 li .editorial,
  .right-rail .cta-module-3x2 p .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-3x2 p .editorial,
  .right-rail .cta-module-3x2 li .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-3x2 li .editorial,
  .right-rail .cta-module-3x3 p .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-3x3 p .editorial,
  .right-rail .cta-module-3x3 li .featured-content-list .editorial,
  .featured-content-list .right-rail .cta-module-3x3 li .editorial, .module p .featured-content-list .editorial, .featured-content-list .module p .editorial, .module-body .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .module-body .editorial, .global-module .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .global-module .editorial, .right-rail .cta-module-1 p .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .right-rail .cta-module-1 p .editorial, .right-rail .cta-module-1 li .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .right-rail .cta-module-1 li .editorial,
  .right-rail .cta-module-2 p .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-2 p .editorial,
  .right-rail .cta-module-2 li .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-2 li .editorial,
  .right-rail .cta-module-2x2 p .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-2x2 p .editorial,
  .right-rail .cta-module-2x2 li .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-2x2 li .editorial,
  .right-rail .cta-module-3 p .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-3 p .editorial,
  .right-rail .cta-module-3 li .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-3 li .editorial,
  .right-rail .cta-module-3x2 p .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-3x2 p .editorial,
  .right-rail .cta-module-3x2 li .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-3x2 li .editorial,
  .right-rail .cta-module-3x3 p .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-3x3 p .editorial,
  .right-rail .cta-module-3x3 li .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .right-rail .cta-module-3x3 li .editorial, .module p .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .module p .editorial,
  .module-body .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .module-body .editorial,
  .global-module .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .global-module .editorial,
  .right-rail .cta-module-1 p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-1 p .editorial,
  .right-rail .cta-module-1 li .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-1 li .editorial,
  .right-rail .cta-module-2 p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-2 p .editorial,
  .right-rail .cta-module-2 li .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-2 li .editorial,
  .right-rail .cta-module-2x2 p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-2x2 p .editorial,
  .right-rail .cta-module-2x2 li .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-2x2 li .editorial,
  .right-rail .cta-module-3 p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-3 p .editorial,
  .right-rail .cta-module-3 li .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-3 li .editorial,
  .right-rail .cta-module-3x2 p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-3x2 p .editorial,
  .right-rail .cta-module-3x2 li .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-3x2 li .editorial,
  .right-rail .cta-module-3x3 p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-3x3 p .editorial,
  .right-rail .cta-module-3x3 li .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .right-rail .cta-module-3x3 li .editorial,
  .module p .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .module p .editorial, .module-body .featured-content-list-tool .editorial, .featured-content-list-tool .module-body .editorial, .global-module .featured-content-list-tool .editorial, .featured-content-list-tool .global-module .editorial, .right-rail .cta-module-1 p .featured-content-list-tool .editorial, .featured-content-list-tool .right-rail .cta-module-1 p .editorial, .right-rail .cta-module-1 li .featured-content-list-tool .editorial, .featured-content-list-tool .right-rail .cta-module-1 li .editorial,
  .right-rail .cta-module-2 p .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-2 p .editorial,
  .right-rail .cta-module-2 li .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-2 li .editorial,
  .right-rail .cta-module-2x2 p .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-2x2 p .editorial,
  .right-rail .cta-module-2x2 li .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-2x2 li .editorial,
  .right-rail .cta-module-3 p .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-3 p .editorial,
  .right-rail .cta-module-3 li .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-3 li .editorial,
  .right-rail .cta-module-3x2 p .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-3x2 p .editorial,
  .right-rail .cta-module-3x2 li .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-3x2 li .editorial,
  .right-rail .cta-module-3x3 p .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-3x3 p .editorial,
  .right-rail .cta-module-3x3 li .featured-content-list-tool .editorial,
  .featured-content-list-tool .right-rail .cta-module-3x3 li .editorial, .module p .featured-content-list-tool .editorial, .featured-content-list-tool .module p .editorial,
  .module-body .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .module-body .editorial,
  .global-module .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .global-module .editorial,
  .right-rail .cta-module-1 p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-1 p .editorial,
  .right-rail .cta-module-1 li .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-1 li .editorial,
  .right-rail .cta-module-2 p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-2 p .editorial,
  .right-rail .cta-module-2 li .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-2 li .editorial,
  .right-rail .cta-module-2x2 p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-2x2 p .editorial,
  .right-rail .cta-module-2x2 li .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-2x2 li .editorial,
  .right-rail .cta-module-3 p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-3 p .editorial,
  .right-rail .cta-module-3 li .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-3 li .editorial,
  .right-rail .cta-module-3x2 p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-3x2 p .editorial,
  .right-rail .cta-module-3x2 li .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-3x2 li .editorial,
  .right-rail .cta-module-3x3 p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-3x3 p .editorial,
  .right-rail .cta-module-3x3 li .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .right-rail .cta-module-3x3 li .editorial,
  .module p .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .module p .editorial {
    text-align: center !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-hero-content .large-header {
    text-align: center;
  }
}
.moreon {
  display: block;
  margin-top: 20px;
}
.moreon:before {
  content: '\f138';
  font-family: FontAwesome;
  padding-right: 5px;
  color: #eaab00;
}

.row.align-left-footer {
  padding-left: 14px;
  padding-right: 14px;
}

a[class^=icon] {
  text-decoration: none;
}

.large-header {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 48px;
  line-height: 120%;
}

.large-bold {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
}

h1, .h1 {
  font-family: 'agenda';
  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-family: 'agenda';
  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-family: 'agenda';
  font-weight: 400;
  font-size: 28px !important;
  line-height: 120%;
}

h3 {
  font-family: 'agenda';
  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-family: 'agenda';
  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-family: 'agenda';
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.content-label {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.date {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}

.phone-numbers {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}

.legal-text, .rights-reserved, .slf-footnote, .slf-footnote a, .slf-footnote-body, .slf-footnote-body a {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #003946 !important;
  font-weight: 400 !important;
}

.large-body, .right-rail .module-1 p, .right-rail .module-1 li,
.right-rail .module-2 p,
.right-rail .module-2 li,
.right-rail .module-2x2 p,
.right-rail .module-2x2 li,
.right-rail .module-3 p,
.right-rail .module-3 li,
.right-rail .module-3x2 p,
.right-rail .module-3x2 li,
.right-rail .module-3x3 p,
.right-rail .module-3x3 li {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 18px;
  line-height: 140%;
}

.module-body, .global-module, .right-rail .cta-module-1 p, .right-rail .cta-module-1 li,
.right-rail .cta-module-2 p,
.right-rail .cta-module-2 li,
.right-rail .cta-module-2x2 p,
.right-rail .cta-module-2x2 li,
.right-rail .cta-module-3 p,
.right-rail .cta-module-3 li,
.right-rail .cta-module-3x2 p,
.right-rail .cta-module-3x2 li,
.right-rail .cta-module-3x3 p,
.right-rail .cta-module-3x3 li, .module p {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.module-body a, .global-module a, .right-rail .cta-module-1 p a, .right-rail .cta-module-1 li a,
.right-rail .cta-module-2 p a,
.right-rail .cta-module-2 li a,
.right-rail .cta-module-2x2 p a,
.right-rail .cta-module-2x2 li a,
.right-rail .cta-module-3 p a,
.right-rail .cta-module-3 li a,
.right-rail .cta-module-3x2 p a,
.right-rail .cta-module-3x2 li a,
.right-rail .cta-module-3x3 p a,
.right-rail .cta-module-3x3 li a, .module p a {
  color: #003946;
}

.inline-help {
  @giovanni-book;
  font-size: 16px;
  line-height: 140%;
}

.hero-text {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  margin: 13px 0 19px !important;
  color: #fff;
}

.footer-body {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  line-height: 140%;
}

.bar-title {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}

/*
.hero-text {
  @include agenda-medium;
	font-size: 28px;
	line-height: 120%;	
}
*/
.nav-element, .language-region-pad a, .region-pad a {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 16px;
  line-height: 120%;
}

.inline-link {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 1em;
  color: #4a7295;
}

.sup {
  position: relative;
  top: -2ex;
  font-size: 55%;
}

h1.h2 {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 30px;
  line-height: 120%;
}
h1.h3 {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 24px;
  line-height: 120%;
}
h1.h4 {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
h1.h4 a {
  font-size: 20px;
}
h1.h5 {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
h2.h1, .featured-content-list .h1.editorial, .featured-content-list-multiple-link .h1.editorial,
.featured-content-list.multiple-link-variation .h1.editorial, .featured-content-list-tool .h1.editorial,
.featured-content-list.tool-variation .h1.editorial {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 38px;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 767px) {
  h2.h1, .featured-content-list .h1.editorial, .featured-content-list-multiple-link .h1.editorial,
  .featured-content-list.multiple-link-variation .h1.editorial, .featured-content-list-tool .h1.editorial,
  .featured-content-list.tool-variation .h1.editorial {
    text-align: left;
  }
}
h2.h3, .featured-content-list .h3.editorial, .featured-content-list-multiple-link .h3.editorial,
.featured-content-list.multiple-link-variation .h3.editorial, .featured-content-list-tool .h3.editorial,
.featured-content-list.tool-variation .h3.editorial {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 24px;
  line-height: 120%;
}
h2.h4, .featured-content-list .h4.editorial, .featured-content-list-multiple-link .h4.editorial,
.featured-content-list.multiple-link-variation .h4.editorial, .featured-content-list-tool .h4.editorial,
.featured-content-list.tool-variation .h4.editorial {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
h2.h4 a, .featured-content-list .h4.editorial a, .featured-content-list-multiple-link .h4.editorial a,
.featured-content-list.multiple-link-variation .h4.editorial a, .featured-content-list-tool .h4.editorial a,
.featured-content-list.tool-variation .h4.editorial a {
  font-size: 20px;
}
h2.h5, .featured-content-list .h5.editorial, .featured-content-list-multiple-link .h5.editorial,
.featured-content-list.multiple-link-variation .h5.editorial, .featured-content-list-tool .h5.editorial,
.featured-content-list.tool-variation .h5.editorial {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
h3.h1 {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 38px;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 767px) {
  h3.h1 {
    text-align: left;
  }
}
h3.h2 {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 30px;
  line-height: 120%;
}
h3.h4 {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
h3.h4 a {
  font-size: 20px;
}
h3.h5 {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
h4.h1, .h1.accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .h1.accordion-heading, .slf-tab-container .panel-default > .h1.panel-heading {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 38px;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 767px) {
  h4.h1, .h1.accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .h1.accordion-heading, .slf-tab-container .panel-default > .h1.panel-heading {
    text-align: left;
  }
}
h4.h2, .h2.accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .h2.accordion-heading, .slf-tab-container .panel-default > .h2.panel-heading {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 30px;
  line-height: 120%;
}
h4.h3, .h3.accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .h3.accordion-heading, .slf-tab-container .panel-default > .h3.panel-heading {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 24px;
  line-height: 120%;
}
h4.h5, .h5.accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .h5.accordion-heading, .slf-tab-container .panel-default > .h5.panel-heading {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
h5.h1, #page-content .h1.accordion-heading {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 38px;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 767px) {
  h5.h1, #page-content .h1.accordion-heading {
    text-align: left;
  }
}
h5.h2, #page-content .h2.accordion-heading {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 30px;
  line-height: 120%;
}
h5.h3, #page-content .h3.accordion-heading {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 24px;
  line-height: 120%;
}
h5.h4, #page-content .h4.accordion-heading {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
h5.h4 a, #page-content .h4.accordion-heading a {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bar-title {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bar-title {
    font-size: 28px;
  }

  .large-header {
    font-size: 36px;
  }
}
/* 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: 40px !important;
  white-space: normal;
  font-family: 'agenda';
  font-weight: 700;
}

.btn-yellow {
  background: #eaab00 !important;
  color: #003946 !important;
  border: 2px solid #eaab00;
}
.btn-yellow:hover {
  background: #4a7295 !important;
  color: #fff !important;
  border: 2px solid #4a7295;
}

.btn-blue, .search-container input[type=button], .global-search input[type=button] {
  background: #003946 !important;
  color: #fff !important;
  border: 2px solid #003946;
}
.btn-blue:hover, .search-container input[type=button]:hover, .global-search input[type=button]:hover {
  background: #4a7295 !important;
  color: #fff !important;
  border: 2px solid #4a7295;
}

.btn-sec-transparent {
  background: transparent !important;
  color: #003946 !important;
  border: 2px solid #003946;
}
.btn-sec-transparent:hover {
  background: #003946 !important;
  color: #fff !important;
  border: 2px solid #003946;
}

.btn-sec-transparent-blue {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid white;
}
.btn-sec-transparent-blue:hover {
  background: #eaab00 !important;
  color: #003946 !important;
  border: 2px solid #eaab00;
}

.btn-sec-blue {
  background: #003946;
  color: #fff !important;
  border: 2px solid white;
}
.btn-sec-blue:hover {
  background: #eaab00;
  color: #003946 !important;
  border: 2px solid #eaab00;
}

.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;
  }
}
.search-btn {
  margin-top: -2px !important;
  margin-left: 10px !important;
}

.image-title-bar {
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  margin: -80px -15px 0 -15px;
  padding: 0 15px;
}

.image-title-bar-content {
  padding: 55px 15px;
}
.image-title-bar-content img {
  margin: 0 auto;
}

.hero-cta-container {
  padding-left: 1em; 
}
.hero-cta-container h1 {
  color: #eaab00;
}
.hero-cta-container h3 {
  color: #fff;
}

.section-cta-container,
.section-cta-container-campaign {
  padding-right: 15px;
}

.section-hero {
  background-size: cover !important;
  text-align: center;
  margin: -40px -15px 30px;
  font: 0/0 a;
  height: 250px;
  border-bottom: 10px solid #eaab00;
  display: table;
  width: 103%;
  width: calc(100% + 30px);
}

.section-hero-sm {
  background-size: cover !important;
  margin: -40px -15px 30px;
  padding: 0 40px;
  font: 0/0 a;
  height: 134px;
  border-bottom: 10px solid #eaab00;
}

.section-hero-content {
  vertical-align: middle;
  margin-top: 40px;
  height: 100%;
  width: 100%;
  background: #003946;
  filter: alpha(opacity=70);
  background: rgba(0, 57, 70, 0.7);
  position: relative;
  display: table-cell;
  bottom: 0;
  padding-top: 0;
}
.section-hero-content h1 {
  font-family: 'agenda';
  font-weight: 400;
  color: #eaab00;
  margin-bottom: 0 !important;
}
.section-hero-content h2, .section-hero-content .featured-content-list .editorial, .featured-content-list .section-hero-content .editorial, .section-hero-content .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .section-hero-content .editorial,
.section-hero-content .featured-content-list.multiple-link-variation .editorial,
.featured-content-list.multiple-link-variation .section-hero-content .editorial, .section-hero-content .featured-content-list-tool .editorial, .featured-content-list-tool .section-hero-content .editorial,
.section-hero-content .featured-content-list.tool-variation .editorial,
.featured-content-list.tool-variation .section-hero-content .editorial {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 0 200px;
}
.section-hero-content img {
  margin: 0 auto;
}

.title-bar-container {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
}

.title-bar-custom,
.title-bar-default {
  background-size: cover !important;
  margin: -40px 0 40px;
  font: 0/0 a;
  height: 134px;
  border-bottom: 10px solid #eaab00;
  display: table;
  padding: 0;
}
.title-bar-custom .title-bar,
.title-bar-default .title-bar {
  height: 100%;
  margin: 0 -15px;
  background: #003946;
  background: rgba(0, 57, 70, 0.7);
  position: relative;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 0 !important;
}
.title-bar-custom h1,
.title-bar-default h1 {
  font-family: 'agenda';
  font-weight: 400;
  color: #eaab00;
  margin-bottom: 0 !important;
}
.title-bar-default {
  background: url(/static/Global/images/section-default.jpg);
}

/*
.image-hero {
  position:relative;
}
.hero-container {
   position: absolute; 
   top: 30%; 
   left: 0;
   width: 100%; 
}
*/
.home-hero {
  max-height: 340px;
}

.section-hero-350 {
  height: 350px;
  margin-top: -40px;
}

.vid-play {
  margin-left: -35px;
}

/* page header */
.hero-title {
  position: absolute;
  width: 100%;
  bottom: 40%;
}

.section-title {
  position: absolute;
  right: 15%;
  left: 15%;
  bottom: 40px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.title-bar {
  padding-left: 14px;
  margin-top: 56px;
}

.title-bar-brighter {
  padding: 58px 0 0 0;
  text-align: center;
}
.title-bar-brighter h1 {
  position: relative;
  z-index: 2;
}
.title-bar-brighter img {
  margin-top: -36px;
  position: relative;
  z-index: 1;
}

.title-bar-life {
  min-height: 210px;
  padding: 62px 100px 0 100px;
  text-align: center;
}
.title-bar-life h2, .title-bar-life .featured-content-list .editorial, .featured-content-list .title-bar-life .editorial, .title-bar-life .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .title-bar-life .editorial,
.title-bar-life .featured-content-list.multiple-link-variation .editorial,
.featured-content-list.multiple-link-variation .title-bar-life .editorial, .title-bar-life .featured-content-list-tool .editorial, .featured-content-list-tool .title-bar-life .editorial,
.title-bar-life .featured-content-list.tool-variation .editorial,
.featured-content-list.tool-variation .title-bar-life .editorial {
  margin-bottom: 10px;
}

.yellow-stripe {
  background: #eaab00;
  height: 10px;
}

.yellow-stripe-thick {
  background: #eaab00;
  height: 10px;
}

.breadcrumb-container {
  line-height: 40px;
  font-family: 'agenda';
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  min-height: 40px;
  z-index: 10;
  font-size: 14px  !important;
  color: #003946;
  line-height: 120%;
  margin-top: -2px;
}
.breadcrumb-container .breadcrumb {
  background: transparent !important;
  padding: 0 0 0 14px !important;
  margin: 0 !important;
}
.breadcrumb-container .breadcrumb a {
  font: inherit;
  color: inherit;
}
.breadcrumb-container .breadcrumb li.active {
  font-family: 'agenda';
  font-weight: 400;
  color: #003946 !important;
}
.breadcrumb-container .breadcrumb > li + li:before {
  content: "\f105";
  font-family: 'agenda';
  font-weight: 200;
  font-family: FontAwesome;
  color: #003946;
  font-size: inherit;
}

.breadcrumb-container > .row{
  align-items: center;
  height: 41px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
}

.breadcrumb-container .social-crumbs {
  padding: 0 !important;
  margin: 0 !important;
  display: inline;
}
.breadcrumb-container .social-crumbs li {
  padding-left: 0;
}
.breadcrumb-container .social-crumbs li a {
  color: #003946;
  font-size: 20px !important;
  font-weight: normal;
}
.breadcrumb-container .social-crumbs li a:hover {
  color: #4a7295;
  font-style: normal;
  text-decoration: none;
}

.icon-facebook:after {
  content: "\f082";
  font-family: FontAwesome;
  font-weight: normal;
}

.icon-twitter:after {
  content: "\f081";
  font-family: FontAwesome;
  font-weight: normal;
}

.icon-linkedin:after {
  content: "\f08c";
  font-family: FontAwesome;
  font-weight: normal;
}

.icon-googleplus:after {
  content: "\f0d4";
  font-family: FontAwesome;
  font-weight: normal;
}

.icon-youtube:after {
  content: "\f166";
  font-family: FontAwesome;
  font-weight: normal;
}

.product-circle-img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 30px auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-circle-img {
    width: 50%;
  }
}

.editorial-img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .editorial-img {
    width: 50%;
  }
}

.cnw-article img {
  display: block;
  max-width: 100%;
  height: auto;
}

#loginBody {
  height: auto;
  background: transparent;
}

.login-container {
  text-align: center;
  height: auto;
}
.login-container a {
  color: #003946;
}
.login-container .h4 {
  margin-top: 0;
}
.login-container input[type=text] {
  width: 100%;
}
.login-container input[type=password] {
  width: 62%;
}
.login-container label[for=rememberID] {
  font-weight: 400;
  color: #003946;
  width: 100%;
}
.login-container .form-group {
  margin-bottom: 10px;
}
.login-container .form-group:nth-of-type(2) {
  margin-bottom: 3px;
}
.login-container button {
  width: 36%;
  margin: 0 !important;
}
.login-container .signin-help {
  width: 68%;
  float: left;
}
.login-container .signin-register {
  width: 30%;
  float: left;
}
.login-container .signin-terms {
  font-size: 13px;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 20px;
}
.login-container .signin-terms a {
  font-size: 14px !important;
  display: block;
}
.login-container .signin-sponsor:before {
  font-family: FontAwesome;
  content: "\f18e";
}
.login-container .signin-terms, .login-container .signin-links {
  font-size: 13px;
  padding-top: 8px;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.login-container .signin-terms a, .login-container .signin-links a {
  font-size: 14px !important;
  display: block;
}
.login-container .download-app {
  background: #ffdc94;
  padding: 8px 10px 6px 10px;
  margin-bottom: 15px;
  text-align: center;
}
.login-container .download-app a {
  font-family: 'agenda';
  font-weight: 200;
  text-align: left;
}
.login-container .download-app img {
  float: left;
  padding-right: 10px;
}
.login-container .download-app p {
  line-height: 16px;
  padding-top: 8px;
}

/* life stage tabs */
.life-stage-container .nav-tabs {
  text-align: center;
}

.life-stage-container .nav-tabs > li,
.life-stage-container .nav-pills > li {
  float: none;
  display: inline-block;
  /*border-bottom: 1px solid #fff !important;*/
}
.life-stage-container .slf-tabs {
  border-bottom: 0 !important;
}
.life-stage-container .slf-tabs li a {
  padding: 9px 19px 30px 19px !important;
  margin-left: -4px;
}
.life-stage-container .slf-tabs li a:hover {
  /*border: 0 !important;*/
  border-color: #eaab00 #eaab00 #eaab00;
  background: #eaab00 !important;
  color: #003946 !important;
  font-style: normal;
  margin-left: -4px;
}

.lifestage.slf-tabs > li {
  display: inline-block;
  margin: 0;
  margin-bottom: 19px;
}

.life-module {
  text-align: center;
}
.life-module p {
  font-size: 28px;
  line-height: 140%;
}
.life-module p:last-child {
  margin-bottom: 50px;
}

.article-button {
  margin-top: -20px;
  text-align: center;
}

.close-tab div {
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  margin-right: 10px;
}
.close-tab .icon-remove {
  cursor: pointer;
}

.advisor-location .fa-map-marker {
  font-size: 30px;
  color: #eaab00;
}
.advisor-location a {
  font-weight: normal;
  text-decoration: none !important;
}

.advisor-distance {
  display: inline-block;
  margin: 12px 0 0 12px;
}

.life-stage-mobile {
  margin: 15px 0 40px 0 !important;
}
.life-stage-mobile .btn {
  margin-bottom: 20px !important;
  text-transform: uppercase;
  width: 100%;
}

.chinese-title {
  margin: 30px 80px;
}

.chinese-module {
  padding: 10px;
  text-align: center;
}
.chinese-module .chinese-module-inner {
  padding-left: 50px;
  padding-right: 50px;
}
.chinese-module .chinese-module-inner > p {
  border-bottom: 2px dotted #e1e1e1;
  padding-bottom: 10px !important;
}

.home-hero-cta {
  background-color: rgba(0, 57, 70, 0.7);
  margin-top: -1px;
  padding: 1.85em;
}

@media (min-width: 1025px) {
  .section-hero-content {
    padding-top: 40px;
  }
  .title-bar-custom .title-bar,
  .title-bar-default .title-bar {
    padding-left: 29px;
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .home-hero,
  .section-hero-350 {
    display: table;
    width: 103%;
    width: calc(100% + 30px);
  }
  .home-hero .vertical-center,
  .section-hero-350 .vertical-center {
    height: 340px;
  }

  .fluidratio {
    border-bottom: 10px solid #eaab00;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 342px;
  }
  .fluidratio .vertical-center {
    height: 342px;
  }
}
@media (max-width: 1024px) {
  #pageheading {
    margin-top: -7px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-hero {
    margin-top: -6px;
  }

  .section-hero-350 {
    margin-top: -6px;
  }

  .section-hero {
    height: 210px;
    margin: -7px -15px 30px;
  }

  .section-hero-sm {
    height: 100px;
    margin: -6px -15px 30px;
  }

  .section-hero-content {
    margin-top: 0;
  }
  .section-hero-content h2, .section-hero-content .featured-content-list .editorial, .featured-content-list .section-hero-content .editorial, .section-hero-content .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .section-hero-content .editorial,
  .section-hero-content .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .section-hero-content .editorial, .section-hero-content .featured-content-list-tool .editorial, .featured-content-list-tool .section-hero-content .editorial,
  .section-hero-content .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .section-hero-content .editorial {
    margin: 0 100px;
  }

  .hero-text {
    font-size: 27px !important;
  }

  .title-bar {
    margin-top: 36px;
    padding-left: 0;
  }

  .product-image img {
    border-radius: 50%;
  }

  .title-bar-custom,
  .title-bar-default {
    margin: 0 0 40px;
    height: 100px;
  }
  .title-bar-custom .title-bar,
  .title-bar-default .title-bar {
    margin-top: 18px;
  }

  .title-bar-brighter {
    padding: 12px 0 0;
  }

  .section-cta-container-campaign .large-header {
    font-size: 50px;
    line-height: 100%;
  }

  .hero-cta-container {
    padding: 20px;
  }

  .fluidratio {
    margin-top: -7px;
  }
  .title-bar-custom .title-bar,
  .title-bar-default .title-bar {
    padding-top: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product-image img {
    border-radius: 50%;
  }

  .section-hero {
    height: 130px;
    margin: -7px -15px 40px;
  }

  .section-hero-sm {
    height: 114px;
    margin: 0 -15px 40px;
  }

  .section-hero-350 {
    margin: 0 -15px 0;
  }

  .section-hero-content {
    margin-top: 0;
  }
  .section-hero-content h1 {
    text-align: center;
  }
  .section-hero-content h2, .section-hero-content .featured-content-list .editorial, .featured-content-list .section-hero-content .editorial, .section-hero-content .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .section-hero-content .editorial,
  .section-hero-content .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .section-hero-content .editorial, .section-hero-content .featured-content-list-tool .editorial, .featured-content-list-tool .section-hero-content .editorial,
  .section-hero-content .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .section-hero-content .editorial {
    display: none;
  }

  .home-hero {
    height: 250px;
  }

  .section-hero-350 {
    height: 350px;
    position: relative;
  }

  .title-bar-brighter {
    padding: 16px 0 0 0;
  }
  .title-bar-brighter h1 {
    text-align: center;
    font-size: 25px !important;
  }
  .title-bar-brighter img {
    margin-top: -26px !important;
    width: 200px;
    z-index: 1;
  }

  .v-gradient-separator {
    border-right: 0 !important;
  }

  .section-hero-cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
  }

  .hero-cta-container {
    padding-top: 26px;
    text-align: center;
  }
  .hero-cta-container h1, .hero-cta-container h2, .hero-cta-container .featured-content-list .editorial, .featured-content-list .hero-cta-container .editorial, .hero-cta-container .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .hero-cta-container .editorial,
  .hero-cta-container .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .hero-cta-container .editorial, .hero-cta-container .featured-content-list-tool .editorial, .featured-content-list-tool .hero-cta-container .editorial,
  .hero-cta-container .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .hero-cta-container .editorial {
    text-align: center;
  }
  .hero-cta-container img {
    width: 272px;
  }
  .hero-cta-container .btn {
    margin-bottom: 0 !important;
  }

  .section-cta-container {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 15px 6px 15px;
    text-align: center;
  }
  .section-cta-container .hero-text {
    font-size: 20px !important;
  }
  .section-cta-container h1,
  .section-cta-container h2,
  .section-cta-container .featured-content-list .editorial,
  .featured-content-list .section-cta-container .editorial,
  .section-cta-container .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .section-cta-container .editorial,
  .section-cta-container .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .section-cta-container .editorial,
  .section-cta-container .featured-content-list-tool .editorial,
  .featured-content-list-tool .section-cta-container .editorial,
  .section-cta-container .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .section-cta-container .editorial {
    text-align: center;
  }
  .section-cta-container img {
    width: 272px;
  }

  .section-cta-container-campaign {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 -25px 16px -16px rgba(0, 0, 0, 0.1);
    padding: 20px 15px 36px 15px;
    margin-top: -15px;
  }
  .section-cta-container-campaign .hero-text {
    font-size: 20px !important;
  }
  .section-cta-container-campaign img {
    width: 272px;
  }

  .title-bar {
    margin-top: 16px;
    padding-left: 0;
  }
  .title-bar h1 {
    font-size: 32px !important;
    line-height: 110%;
  }

  .title-bar-custom,
  .title-bar-default {
    margin: 0 0 40px;
    height: 70px;
  }
  .title-bar-custom .title-bar,
  .title-bar-default .title-bar {
    margin-top: 12px;
  }

  .product-circle-img {
    width: 50%;
  }

  .chinese-title {
    margin: 30px 0;
  }
  .chinese-title h1,
  .chinese-title h2,
  .chinese-title .featured-content-list .editorial,
  .featured-content-list .chinese-title .editorial,
  .chinese-title .featured-content-list-multiple-link .editorial,
  .featured-content-list-multiple-link .chinese-title .editorial,
  .chinese-title .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .chinese-title .editorial,
  .chinese-title .featured-content-list-tool .editorial,
  .featured-content-list-tool .chinese-title .editorial,
  .chinese-title .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .chinese-title .editorial {
    text-align: center;
  }

  .vid-play {
    margin: -90px 0 64px 0;
    text-align: center;
  }

  .section-cta-container-campaign .large-header {
    font-size: 40px;
    line-height: 80%;
  }
  .section-cta-container-campaign .hero-text {
    font-size: 18px;
  }

  .life-stage-mobile .btn {
    width: 80%;
  }

  .fluidratio {
    border-bottom: 10px solid #eaab00;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 242px;
    margin-top: -7px;
  }

  .hero-cta-container {
    padding: 20px 0 0 0;
  }
  .title-bar-custom .title-bar,
  .title-bar-default .title-bar {
    padding-top: 12px;
  }
}
@media (max-width: 319px) {
  .title-bar {
    margin-top: 24px;
    padding-left: 0;
  }
  .title-bar h1 {
    font-size: 18px !important;
    line-height: 110%;
  }

  .title-bar-brighter {
    padding: 16px 0 0 0;
  }
  .title-bar-brighter h1 {
    text-align: center;
    font-size: 25px !important;
  }
  .title-bar-brighter img {
    margin-top: -26px !important;
    width: 200px;
    z-index: 1;
  }

  .product-circle-img {
    width: 50%;
  }
}
.global-mobile-alert > div {
  background: #001f30;
  border-bottom: solid 7px #eaab00;
  border-top: solid 7px #eaab00;
  color: #fff;
  font-size: 120%;
  line-height: 140%;
  padding: 1em;
  text-align: center;
}
.global-mobile-alert > div label {
  line-height: 129%;
  font-weight: 200;
  text-align: left;
}

.global-mobile-alert > div h2, .global-mobile-alert > div .featured-content-list .editorial, .featured-content-list .global-mobile-alert > div .editorial, .global-mobile-alert > div .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .global-mobile-alert > div .editorial,
.global-mobile-alert > div .featured-content-list.multiple-link-variation .editorial,
.featured-content-list.multiple-link-variation .global-mobile-alert > div .editorial, .global-mobile-alert > div .featured-content-list-tool .editorial, .featured-content-list-tool .global-mobile-alert > div .editorial,
.global-mobile-alert > div .featured-content-list.tool-variation .editorial,
.featured-content-list.tool-variation .global-mobile-alert > div .editorial {
  font-size: 120%;
  margin-bottom: 15px;
  color: #eaab00;
  text-align: center;
}

.global-mobile-alert [role="button"]:hover {
  background: #6f8393;
  background: -moz-linear-gradient(top, #6f8393 0%, #60778e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f8393), color-stop(100%, #60778e));
  background: -webkit-linear-gradient(top, #6f8393 0%, #60778e 100%);
  background: linear-gradient(to bottom, #6f8393 0%, #60778e 100%);
  border: solid 1px #3e5279;
  color: #fff;
}

.global-mobile-alert [role="button"] {
  font-size: 99%;
  display: inline-block;
  vertical-align: middle;
  background: #dde7f6;
  background: -moz-linear-gradient(top, #dde7f6 0%, #c0cfeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dde7f6), color-stop(100%, #c0cfeb));
  background: -webkit-linear-gradient(top, #dde7f6 0%, #c0cfeb 100%);
  background: linear-gradient(to bottom, #dde7f6 0%, #c0cfeb 100%);
  border: solid 1px #a4b9e0;
  color: #001f30;
  cursor: pointer;
  font-weight: bold;
  margin: 0 2px;
  padding: 5px 1.5em;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

.form-group button {
  margin: 0 !important;
}

.sun-icon {
  font-family: "sunlife-custom";
  font-style: normal;
  font-weight: normal;
  color: #003946;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-rrsp:before {
  content: '\e800';
}

/* '?' */
.icon-lifeexpectancy:before {
  content: '\e801';
}

/* '?' */
.icon-networth:before {
  content: '\e802';
}

/* '?' */
.icon-lifestage:before {
  content: '\e803';
}

/* '?' */
.icon-lifeinsurance:before {
  content: '\e804';
}

/* '?' */
.icon-whimsical:before {
  content: '\e805';
}

/* '?' */
.icon-business:before {
  content: '\e806';
}

/* '?' */
.si-2x {
  font-size: 54px;
  text-decoration: none !important;
}

.fa-circle-white {
  color: #fff;
  font-size: 25px;
  margin-left: 5px;
}

.fa-circle-blue {
  color: #003946;
  font-size: 25px;
  margin-left: 5px;
}

.fa-circle-yellow {
  color: #eaab00;
  font-size: 25px;
  margin-left: 5px;
}

.fa-feature-white {
  color: #fff;
  font-size: 34px;
}

.fa-feature-blue {
  color: #003946;
  font-size: 34px;
}

.si-feature-blue {
  color: #003946;
  font-size: 50px;
  margin: 6px 0 0 9px;
}

.small-soft-separator {
  border-top: solid 2px #b3c4c8;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 30%;
}

.gradient-separator {
  background: #a58735;
  color: #fff;
}

.slf-l-gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbcd52', endColorstr='#eaab00',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(#fbcd52, #eaab00);
  border-top: 2px solid #f9e6b3;
}
.slf-l-gradient a {
  color: #003946;
}

.slf-r-gradient {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbcd52', endColorstr='#eaab00',GradientType=0 );
  /* IE6-9 */
  background: -moz-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fbcd52), color-stop(100%, #eaab00));
  background: -webkit-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: -o-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: -ms-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background-color: #fbcd52;
  border-top: 2px solid #f9e6b3;
}
.slf-r-gradient a {
  color: #003946;
}

.slf-r-gradient-brighter {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbcd52', endColorstr='#eaab00',GradientType=0 );
  /* IE6-9 */
  background: -moz-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fbcd52), color-stop(100%, #eaab00));
  background: -webkit-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: -o-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: -ms-radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background: radial-gradient(center, circle cover, #fbcd52 0%, #eaab00 100%);
  background-color: #fbcd52;
  border-top: 2px solid #f9e6b3;
  height: 200px;
  margin-top: -40px;
}
.slf-r-gradient-brighter a {
  color: #003946;
}

.article-header-space .slf-r-gradient-brighter {
  margin-bottom: 40px;
}

.slf-r-gradient-whimsical-leaf {
  border-top: 2px solid #f9e6b3;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/slfglobal/globalweb/responsive/images/en/whimsical-leaf.png') progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbcd52', endColorstr='#eaab00',GradientType=0 );
  /* IE6-9 */
  background: url(/static/slfglobal/globalweb/responsive/images/en/whimsical-leaf.png) top right no-repeat, -webkit-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/whimsical-leaf.png) top right no-repeat, -o-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/whimsical-leaf.png) top right no-repeat, -moz-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/whimsical-leaf.png) top right no-repeat, radial-gradient(#fbcd52, #eaab00);
}

.slf-r-gradient-whimsical-top {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbcd52', endColorstr='#eaab00',GradientType=0 );
  /* IE6-9 */
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-bottom.png) top center no-repeat, -webkit-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-bottom.png) top center no-repeat, -o-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-bottom.png) top center no-repeat, -moz-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-bottom.png) top center no-repeat, radial-gradient(#fbcd52, #eaab00);
}
.slf-r-gradient-whimsical-top a {
  color: #003946;
}

.slf-r-gradient-whimsical-bot {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbcd52', endColorstr='#eaab00',GradientType=0 );
  /* IE6-9 */
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-title-bar.png) top center no-repeat, -webkit-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-title-bar.png) top center no-repeat, -o-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-title-bar.png) top center no-repeat, -moz-radial-gradient(#fbcd52, #eaab00);
  background: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-title-bar.png) top center no-repeat, radial-gradient(#fbcd52, #eaab00);
  min-height: 125px;
  margin: -41px 0 40px;
}

.slf-blue-whimsical-bot {
  background: #003946 url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical-yellow-half.png) top center no-repeat;
  margin: -40px 0 40px;
}

.yellow-shadow {
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.075) inset;
}

.slf-box-shadow-all {
  box-shadow: 0 0 10px #000;
}

.slf-box-shadow-bottom {
  box-shadow: 0 4px 2px -2px gray;
}

.life-stage-utility {
  /*background: $slf-blue url(../images/icon-whimsical-yellow-70x70.png) top center no-repeat;*/
  background: #003946;
  border-top: 2px solid #4d757e;
  text-align: center;
  /*padding-top: 90px;*/
}
.life-stage-utility h1 {
  text-align: center;
}

.page-separator {
  display: block;
  width: 75%;
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  margin: 40px auto;
  padding: 0;
}

.hard-separator {
  display: block;
  width: 100px;
  border: 0;
  border-bottom: 2px solid #eaab00;
  text-align: left;
  margin: 40px 0;
  padding: 0;
  position: static;
}

.soft-separator {
  display: block;
  width: 100px;
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  text-align: left;
  margin: 40px 0;
  padding: 0;
  position: static;
}

.hard-separator-center {
  display: block;
  width: 100px;
  border: 0;
  border-bottom: 2px solid #eaab00;
  margin: 40px auto;
  padding: 0;
  position: static;
}

.hard-separator-center-section {
  display: block;
  width: 100px;
  border: 0;
  border-bottom: 2px solid #eaab00;
  margin: 0 auto;
  padding: 0;
  position: static;
}

.soft-separator-center {
  display: block;
  width: 100px;
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  margin: 40px auto;
  padding: 0;
  position: static;
}

.soft-separator-full {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e1e1e1;
  margin: 10px auto;
  padding: 0;
  position: static;
}

.hard-separator-blue {
  border-bottom: 2px solid #003946;
  margin: 40px 0px;
  width: 100px;
}

.separator-30 {
  height: 30px;
}

.separator-40 {
  height: 40px;
}

.dotted-separator {
  border-bottom: 2px dotted #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.separator-yellow-10 {
  border-bottom: 10px solid #eaab00;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
}

.separator-yellow {
  border-bottom: 2px solid #eaab00;
  width: 30%;
  margin: 40px auto;
}

.separator-blue {
  border-bottom: 2px solid #b3c4c8;
  width: 30%;
  margin: 40px auto;
}

.separator-dotted {
  border-bottom: 2px dotted #e1e1e1;
  width: 30%;
  margin: 40px auto;
}

.v-separator-blue-70 {
  border-right: 2px solid #4d757e;
  height: 75%;
}

.v-gradient-separator {
  border-right: 2px solid #a58735;
  height: 55%;
}

.v-language-separator {
  border-right: 2px solid #e9e8e5;
}

.h-separator-blue-70 {
  border-bottom: 2px solid #4d757e;
  height: 75%;
  margin: 20px auto;
}

.h-separator-yellow {
  border-bottom: 2px solid #a58735;
  height: 75%;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .cta-separator-brown {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .cta-separator-brown:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 12.5%;
    width: 0;
    height: 75%;
    border-right: solid 2px #a58735;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .cta-separator-brown {
    border-top: solid 2px #a58735;
  }
}

.section-padding {
  text-align: center;
  margin-top: 50px;
}

.section-padding-left {
  margin-top: 50px;
}

.slf-section-module {
  padding: 0 0 40px 0;
}
.slf-section-module.slf-grey-bg-5 {
  padding-top: 30px;
}

.home-module {
  padding: 30px 18px;
  text-align: center;
}

.section-module {
  padding: 40px 20px 40px 0;
}

.global-module {
  padding: 30px;
  text-align: center;
}
.global-module h4, .global-module .accordion-heading, .global-module .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .global-module .accordion-heading, .global-module .slf-tab-container .panel-default > .panel-heading, .slf-tab-container .global-module .panel-default > .panel-heading, .global-module p {
  padding-bottom: 15px !important;
}

.circular-module {
  padding-top: 25px;
  text-align: center;
}

.ignore-size {
  font-size: 18px !important;
}

.nav-item .mega-promo {
  background: #e6eced;
  width: 276px;
  display: block;
  margin: 15px;
  padding: 30px 12px 0 12px;
  text-align: center;
}
.nav-item .mega-promo a {
  padding: 30px 0 0 0 !important;
}
.nav-item .mega-promo a:hover, .nav-item .mega-promo a:focus, .nav-item .mega-promo a:active {
  background: transparent !important;
}
.nav-item .mega-promo .h4 {
  padding-left: 0 !important;
}

.nav-item .mega-promo-white {
  background: #fff;
  width: 246px;
  display: block;
  margin: 15px 8px;
  padding: 10px 12px 0 12px;
  text-align: center;
}
.nav-item .mega-promo-white a {
  padding: 30px 0 0 0 !important;
}
.nav-item .mega-promo-white a:hover, .nav-item .mega-promo-white a:focus, .nav-item .mega-promo-white a:active {
  background: transparent !important;
}
.nav-item .mega-promo-white .h4 {
  padding-left: 0 !important;
}

.nav-item .mega-share {
  background: whitesmoke;
  width: 246px;
  display: block;
  margin: 15px;
  padding: 10px 30px 0 30px;
  text-align: center;
}
.nav-item .mega-share a {
  padding: 30px 0 0 0 !important;
}
.nav-item .mega-share a:hover, .nav-item .mega-share a:focus, .nav-item .mega-share a:active {
  background: transparent !important;
}
.nav-item .mega-share .h4 {
  padding-left: 0 !important;
}

.alert {
  margin-bottom: 0;
}

.alert-warning {
  color: #000;
  background: #fbefcc;
  border: 0 !important;
  border-radius: 0 !important;
}
.alert-warning .close {
  right: -21px;
  top: -8px;
  font-size: 22px;
  padding: 5px 0;
  opacity: 1;
}

.bl-icons {
  margin-bottom: 20px;
}

.content-highlight {
  background-color: #f2f5f6;
  padding: 20px;
  margin: 0px;
}
.content-highlight span {
  font-size: 16px !important;
}

.adjust-height-cta {
  margin: 16px 0;
}

.slf-tabs {
  border-right: 0 !important;
  border-bottom: 10px solid #eaab00 !important;
}
.slf-tabs li {
  background: #003946 !important;
  border: 0 !important;
  border-right: 1px solid #4d757e !important;
}
.slf-tabs li a {
  color: #fff !important;
  padding: 9px 19px !important;
}
.slf-tabs li a:hover {
  background: #4d757e !important;
}
.slf-tabs li:last-child {
  border-right: 0 !important;
}
.slf-tabs li.active a {
  background: #eaab00 !important;
  color: #003946 !important;
  border: 1px solid #eaab00 !important;
}
.slf-tabs li.active a:hover {
  background: #f1c54d !important;
}

.slf-full-tabs {
  /* border-right: 0 !important; */
}
.slf-full-tabs > li {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  height: 75px;
  padding: 0px;
  width: 25%;
}
.slf-full-tabs > li a {
  color: #003946 !important;
  height: 100%;
  padding: 0px !important;
  width: 100%;
  display: table;
  text-align: center;
}
.slf-full-tabs > li a span {
  display: table-cell;
  vertical-align: middle;
}
.slf-full-tabs > li a:hover {
  background: #f1c54d !important;
}
.slf-full-tabs > li:last-child {
  border-right: 1px solid #e1e1e1;
}
.slf-full-tabs li.active {
  border-left: none;
  background: #eaab00 !important;
}
.slf-full-tabs li.active a {
  background: #eaab00 !important;
  color: #003946 !important;
  border: 1px solid #eaab00 !important;
}
.slf-full-tabs li.active a:hover {
  background: #f1c54d !important;
}
.slf-full-tabs li.active:last-child {
  border-right: 1px solid #eaab00 !important;
}

.tabs-5 .slf-full-tabs li {
  width: 20%;
}

.tabs-4 .slf-full-tabs li {
  width: 25%;
}

.tabs-3 .slf-full-tabs li {
  width: 33.333%;
}

.tabs-2 .slf-full-tabs li {
  width: 50%;
}

.campaign-tabs-5 .slf-full-tabs li {
  width: 20%;
  height: 50px !important;
}

.campaign-tabs-4 .slf-full-tabs li {
  width: 25%;
  height: 50px !important;
}

.campaign-tabs-3 .slf-full-tabs li {
  width: 33.333%;
  height: 50px !important;
}

.campaign-tabs-2 .slf-full-tabs li {
  width: 50%;
  height: 50px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .news-listing .slf-full-tabs.nav-tabs {
    margin: 0  !important;
    border-bottom: none !important;
  }
  .news-listing .slf-full-tabs.nav-tabs > li {
    float: none;
    width: 100%;
    color: #003946;
    background: #E6E6E6 !important;
    padding: 15px 20px;
    height: auto;
  }
  .news-listing .slf-full-tabs.nav-tabs > li.active a {
    background: none !important;
    border: none !important;
  }
  .news-listing .slf-full-tabs.nav-tabs > li a {
    display: block;
  }
  .news-listing .slf-full-tabs.nav-tabs > li a:hover {
    background: none !important;
    border: 0 !important;
    cursor: pointer;
  }
  .news-listing .slf-full-tabs.nav-tabs > li span {
    text-align: left;
  }
}

.slf-table {
  border: 1px solid #ddd;
}
.slf-table table {
  margin-bottom: 0;
}
.slf-table .table-striped-column > thead > tr > th,
.slf-table .table-striped-column > tfoot > tr > th,
.slf-table .table-striped-column > thead > tr > th,
.slf-table .table-striped-column > tfoot > tr > th {
  background: #f5d680;
  color: #003946;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  vertical-align: middle;
}

.slf-table .table-striped-column th,
.slf-table .table-striped-row th {
  font-weight: 700;
  background: #f5d680;
  color: #003946;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  vertical-align: middle;
}

.slf-table .table > tbody > tr:not(:first-of-type) {
  border-top: 2px solid #fff;
}

.slf-table .table-striped-row td {
  border-left: 2px solid #fff;
} 

.slf-table .table > thead > tr > td,
.slf-table .table > tbody > tr > td {
  text-align: center;
}

.table.table-striped-column.slf-comparison th,
.table.table-striped-row.slf-comparison th {
  text-transform: none;
}

.slf-table .table-striped-column > tbody > tr td:nth-of-type(odd) {
  background-color: #fdf7e6;
}

.slf-table .table-striped-row > tbody > tr:nth-child(even) {
  background-color: #fdf7e6;
}

.slf-table .table > tfoot > tr.legal-text > td > a, .slf-table .table > tfoot > tr.rights-reserved > td > a, .slf-table .table > tfoot > tr.slf-footnote > td > a, .slf-table .table > tfoot > tr.slf-footnote-body > td > a {
  font-size: 12px;
}


.slf-accordion-plus .slf-table{
	border: 0 solid #fff;
}

.slf-table {
  border: 1px solid #fff;
}
.slf-table th:first-child,
.slf-table td:first-child {
  border-left: 1px solid #ddd;
}
.slf-table th:last-child,
.slf-table td:last-child {
  border-right: 1px solid #ddd;
}

.slf-table .table > tbody > tr:last-child {
    border-bottom: 1px solid #ddd;
}

table caption {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 30px;
  line-height: 120%;
	color: #424242;
}
/* CSS changes made */
.slf-table .btn:lang(en) {
  white-space: nowrap;
}

.slf-table.table-responsive{
  display:block;
  position:relative;
}

/* Updated the name from caption to stickyTableCaption */
.slf-table.table-responsive table .stickyTableCaption{
  width:100%;
  position:absolute;
  top:0;
}

.slf-table .table-striped-row > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.slf-table .table-striped-column > tbody > tr td:nth-of-type(even) {
  background-color: #fff;
}

/* End of changes */

/* tooltip common styles start */

[data-toggle="tooltip"] {
  cursor: pointer;
}

.tooltip {
  z-index: 1;
}

.tooltip-inner{
  background-color:#003a46 !important;
  padding: 20px !important;
  border-radius: 15px !important;
  font-family: agenda;
  font-size: 16px;
  font-weight: 300;
  max-width: 400px;
}
.tooltip.top .tooltip-arrow{
  border-top-color:#003a46 !important;
}
.tooltip.bottom .tooltip-arrow{
  border-bottom-color:#003a46;
}
.tooltip.left .tooltip-arrow{
  border-left-color:#003a46;
}
.tooltip.right .tooltip-arrow{
  border-right-color:#003a46;
}
.tooltip.in {
  opacity: 1;
}

@media (max-width: 767px) {
  .tooltip-inner{
    padding: 15px !important;
    font-size: 14px;
    max-width: 200px;
  }
}

/* shift the edge tooltip over so it doesn't get cut off */
.edge-tooltip + .tooltip.top .tooltip-inner, .edge-tooltip + .tooltip.bottom .tooltip-inner {
  margin-left: 50px;
}

a.info-popover, a.info-popover:hover, a.info-popover:focus{
  color:#424242;
}

/* tooltip common styles end */

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
  height: 12px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.full-hr {
  background: #ddd;
  height: 1px;
  margin: 40px 0 10px;
}

.share-performance {
  background: #f3cd66;
  border-top: 1px solid #eaab00;
  border-bottom: 1px solid #eaab00;
  font-size: 18px;
  padding: 24px 0 11px;
}
.share-performance a {
  color: #003946;
}
.share-performance .share-separator {
  border-right: 1px solid #bea35b;
  height: 33px;
  display: inline-block;
  margin: 0 18px;
  vertical-align: middle;
}
.share-performance .fa-circle-blue {
  margin-top: -9px;
}

.slf-stock .sup {
  top: -12px;
}
.slf-stock .sup-currency {
  font-size: 20px;
  color: #666;
}
.slf-stock .sup-cent {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.stock-value {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 36px;
  color: #000;
}

.stock-disclaimer {
  font-size: 12px;
  margin-top: -30px;
}
.stock-disclaimer a {
  font-size: 12px;
}

:lang(fr) .stock-disclaimer {
  margin-top: -20px;
}

.mega-share-body {
  padding-bottom: 24px;
}

.mega-tsx {
  font-size: 18px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 10px;
}
.mega-tsx p {
  padding: 0 0 10px;
}
.mega-tsx p:first-of-type {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0 0 0;
  line-height: 12px;
}

.mega-nyse {
  font-size: 18px;
  margin-bottom: 10px;
}
.mega-nyse p {
  padding: 0 0 10px;
}
.mega-nyse p:first-of-type {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0 0 0;
  line-height: 12px;
}

.mega-stock-disclaimer {
  font-size: 12px;
  line-height: 16px;
}
.mega-stock-disclaimer a {
  font-size: 12px;
}

.yellow-border {
  border: 1px solid #eaab00 !important;
  margin-bottom: 20px;
}

.slf-commitment {
  margin: 30px 10px 40px 10px;
  border: 3px solid #eaab00 !important;
  padding: 30px;
}
.slf-commitment h1 {
  color: #003946;
  text-align: center;
  margin-bottom: 40px;
}
.slf-commitment .nav-tabs {
  text-align: center;
}
.slf-commitment .nav-tabs.home-tab {
  border-bottom: 2px solid #eaab00 !important;
}
.slf-commitment .nav-tabs.home-tab li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
  border-top: 0 !important;
  border-left: 0 !important;
  margin-bottom: -7px;
  background: url(/static/Global/images/en/tab-border.png) no-repeat center left;
}
.slf-commitment .nav-tabs.home-tab li:first-child, .slf-commitment .nav-tabs.home-tab li.active + li {
  background: url(/static/slfglobal/globalweb/responsive/images/en/spacer.png) no-repeat center left;
}
.slf-commitment .nav-tabs.home-tab li:last-child {
  border-right: 0 !important;
}
.slf-commitment .tab-content {
  border: 0 !important;
}
.slf-commitment .slf-full-tabs > li {
  height: 54px;
}
.slf-commitment .slf-full-tabs > li a {
  padding: 14px 0 13px !important;
}
.slf-commitment .slf-tab-container {
  margin-bottom: 0;
}

.home-tab-section {
  margin-top: 40px;
  text-align: center;
}
.home-tab-section h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #424242;
}

/*style for global map with pinned locations*/
#map-hero {
  margin-top: -30px;
  background-image: url("/static/Global/images/en/global-map.png");
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 37.406015%;
  background-size: contain;
}
#map-hero > h5, #page-content #map-hero > .accordion-heading {
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 70%;
}
#map-hero #map-point-container {
  width: 100%;
  padding-bottom: 37.406015%;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #map-hero #map-point-container {
    margin-left: -0.1%;
  }
}
#map-hero #map-point-container .map-point {
  position: absolute;
}
#map-hero #map-point-container .map-point a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#map-hero #map-point-container .map-point a.shown {
  z-index: 4;
  position: relative;
}
#map-hero #map-point-container .map-point a > span {
  opacity: 0;
  z-index: 2;
}
#map-hero #map-point-container .map-point > img {
  position: relative;
  right: 19px;
  z-index: 1;
  bottom: 3px;
}
#map-hero .popover {
  background-color: #003946;
  box-shadow: initial;
  width: 300px;
  text-align: center;
  margin: 0;
  z-index: 3;
  position: absolute;
}
#map-hero .popover.left, #map-hero .popover.right {
  margin-top: 20px;
}
#map-hero .popover.left > .arrow, #map-hero .popover.right > .arrow {
  top: calc(50% - 20px ) !important;
}
#map-hero .popover h5, #map-hero .popover #page-content .accordion-heading, #page-content #map-hero .popover .accordion-heading {
  color: #eaab00;
  text-transform: uppercase;
}
#map-hero .popover .popover-content {
  color: white;
}
#map-hero .popover .popover-content a {
  color: #fff;
  font-weight: normal;
}
#map-hero .popover.top .arrow::after {
  border-top-color: #003946;
}
#map-hero .popover.right .arrow::after {
  border-right-color: #003946;
}
#map-hero .popover.bottom .arrow::after {
  border-bottom-color: #003946;
}
#map-hero .popover.left .arrow::after {
  border-left-color: #003946;
}

.modal.slf-modal .slf-global-modal .modal-content {
  border-radius: 0;
}
.modal.slf-modal .slf-global-modal .modal-content .modal-header {
  border-bottom: initial;
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal.slf-modal .slf-global-modal .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 25px !important;
  color: #424242;
  opacity: 0.8;
}
.modal.slf-modal .slf-global-modal .modal-content .modal-body {
  background-color: #f2f5f6;
  padding-bottom: 0px;
  padding-top: 25px;
}
.modal.slf-modal .slf-global-modal .modal-content .modal-body .btn {
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-bottom: 30px !important;
}
.modal.slf-modal .slf-global-modal .modal-content .modal-body .select-arrow-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
@media (min-width: 768px) {
  .modal.slf-modal .slf-global-modal .modal-content .modal-header, .modal.slf-modal .slf-global-modal .modal-content .modal-body, .modal.slf-modal .slf-global-modal .modal-content .modal-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .modal.slf-modal .slf-global-modal .modal-content .modal-body .select-arrow-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal.slf-modal .slf-global-modal .modal-content .modal-body .btn, .modal.slf-modal .slf-global-modal .modal-content .modal-body .select-arrow-wrapper {
    width: 100%;
  }
  .modal.slf-modal .slf-global-modal .modal-content .modal-body .select-arrow-wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .country-sect {
    padding: 20px 15px 0 15px;
  }
}
.country-sect .country-item {
  padding: 10px 10px 20px 10px;
}
.country-sect .country-item img {
  margin: 0 10px 10px 0;
}
.country-sect .country-item .country-title {
  vertical-align: top;
}
.country-sect .country-content ul li {
  margin: 10px 0;
}
.country-sect .slf-accordion-arrow .country-content {
  padding: 10px;
}

.explore-module {
  border: 1px #eaab00 solid;
  margin: 15px 0 0 0;
}
.explore-module:last-child {
  margin-bottom: 40px;
}
.col-lg-12 > .explore-module {
  margin-bottom: 40px;
}
.col-lg-9 > .row > .col-lg-12 > .explore-module {
  margin-bottom: 0;
}
.explore-module .explore-header {
  background-color: #e1e1e1;
  padding: 15px 30px;
  text-align: center;
  margin: 0 -15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .explore-module .explore-header {
    margin-bottom: 10px;
  }
}
.explore-module .explore-list > li {
  display: inline-block;
  width: 100%;
}
.explore-module .explore-list > li .content-label + li {
  padding: 0;
}
.explore-module .explore-list > li ul {
  margin: 12px 0 12px 12px;
  padding: 0;
  list-style: none;
}
.explore-module .explore-list > li ul.list-content {
  margin: 0;
}
.explore-module .explore-list > li ul li {
  font-size: 16px;
  padding: 10px 0;
  line-height: 140%;
}
.explore-module .explore-list > li ul li.content-label { 
  font-weight: 700; 
}
.explore-module .explore-list > li ul li a {
  font-weight: 700 !important;
}
.explore-module ul.dotted li:last-child {
  border: none;
}
@media (min-width: 1025px) {
  .col-md-3 > .explore-module {
    margin-top: 0;
  }
  .col-md-3 > .explore-module .explore-header {
    background-color: #fff;
  }
  .col-md-3 > .explore-module ul.dotted li {
    border: none;
  }
  .col-md-3 > .explore-module img {
    margin: 15px 0px 10px 5px;
  }
  .col-md-3 > .explore-module ul.explore-item {
    vertical-align: top;
    display: inline-block;
    width: 70%;
  }
  .col-md-3 > .explore-module ul.explore-item li {
    padding: 4px 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .explore-module {
    margin-left: -15px;
    margin-right: -15px;
  }
  .explore-module .slf-accordion-arrow li {
    padding: 20px;
  }
}

.right-rail {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0 !important;
  margin-bottom: 40px;
}
.explore-module .right-rail.col-md-height.col-md-3 {
  background-color: #fbefcc;
  margin-bottom: 0;
}
.explore-module .right-rail.col-md-height.col-md-3 .cta-module-1 {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .explore-module .right-rail.col-md-height.col-md-3 .cta-module-1 {
    background-color: #fbefcc;
    border: none;
  }
}
@media (max-width: 1024px) {
  .explore-module .right-rail.col-md-height.col-md-3 .cta-module-1 {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.col-md-3 .explore-module + .right-rail .cta-module-1 {
  border-top: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-md-3 .right-rail {
    margin-left: -15px;
    margin-right: -15px;
  }

  
}
.right-rail .explore-header {
  background-color: #f9e6b3;
}
.right-rail .row.cta-module-1 {
  background-color: #f9e6b3;
  border: 1px #eaab00 solid;
}
.right-rail .row.cta-module-1 .content-label {
  margin-bottom: 20px;
}
.right-rail .row.cta-module-1 p {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .right-rail .row.cta-module-1 p.signin-text {
    margin: 20px 0 40px 0;
  }
}
.right-rail .form-group, .right-rail select, .right-rail .btn, .right-rail form p {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .right-rail .form-group, .right-rail select, .right-rail .btn, .right-rail form p {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  .slf-comparison th:first-child, 
  .slf-comparison td:first-child {
    display: none;
  }

  .table-responsive > .table > thead > tr > th,
  .table.table-striped-column.slf-comparison td {
    white-space: normal;
  } 
 
  .table.table-striped-column.slf-comparison td,
  .table.table-striped-row.slf-comparison td {
    white-space: normal;
  } 

  .slf-table .btn {
    min-width: 136px;
    width: auto;
    }   

  .slf-table th:nth-child(2),
  .slf-table td:nth-child(2) {
    border-left: 1px solid #ddd;
  }
}

.content-highlight-yellow {
  background-color: #fdf7e6;
  border: 1px #f9e6b3 solid;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content-highlight-yellow {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.content-highlight-yellow.rows-separated-yellow > [class*="col-"] {
  padding: 20px;
}
@media (min-width: 768px) {
  .content-highlight-yellow.rows-separated-yellow > [class*="col-"]:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: -1px;
    top: 12.5%;
    width: 0;
    height: 75%;
    border-right: solid 2px #f9e6b3;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-highlight-yellow.rows-separated-yellow > [class*="col-"]:not(:first-of-type):before {
    content: '';
    position: absolute;
    top: -1px;
    left: 12.5%;
    height: 0;
    width: 75%;
    border-bottom: solid 2px #f9e6b3;
  }
}

.info-module {
  padding: 25px 15px;
}
.info-module strong {
  font-weight: 400;
}
.info-module.slf-yellow-bg-10 {
  border: 1px solid #f9e6b3;
}
.info-module.slf-yellow-bg-10 h3, .info-module.slf-yellow-bg-10 h4, .info-module.slf-yellow-bg-10 .accordion-heading, .info-module.slf-yellow-bg-10 .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .info-module.slf-yellow-bg-10 .accordion-heading, .info-module.slf-yellow-bg-10 .slf-tab-container .panel-default > .panel-heading, .slf-tab-container .info-module.slf-yellow-bg-10 .panel-default > .panel-heading, .info-module.slf-yellow-bg-10 a {
  color: #003946;
}
.info-module.slf-yellow-bg-30 {
  border: 1px solid #eaab00;
}
.info-module.slf-yellow-bg-30 h3, .info-module.slf-yellow-bg-30 h4, .info-module.slf-yellow-bg-30 .accordion-heading, .info-module.slf-yellow-bg-30 .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .info-module.slf-yellow-bg-30 .accordion-heading, .info-module.slf-yellow-bg-30 .slf-tab-container .panel-default > .panel-heading, .slf-tab-container .info-module.slf-yellow-bg-30 .panel-default > .panel-heading, .info-module.slf-yellow-bg-30 a {
  color: #003946;
}

ul.list-col-2 {
  -webkit-columns: 2 100px;
  -moz-columns: 2 100px;
  columns: 2 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .white-side-border {
    border-right: 2px solid white;
  }

  .slf-table.table-responsive{
    display:block;
    position:relative;
  }

  /* Updated the name from caption to stickyTableCaption */
  .slf-table.table-responsive table .stickyTableCaption{
    width:100%;
    position:absolute;
    top:0;
  }
}
@media (min-width: 768px) {
  ul.list-col-sm-2 {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 220px;
  }

  ul.list-col-sm-3 {
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px;
  }

  .chart-control .slf-table {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {

  ul.list-col-md-2 {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
  }

  ul.list-col-md-3 {
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px;
  }

  ul.list-col-md-4 {
    -webkit-columns: 4 200px;
    -moz-columns: 4 200px;
    columns: 4 200px;
  }

  .white-side-border {
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
}
@media (min-width: 1281px) {
  ul.list-col-lg-2 {
    -webkit-columns: 2 220px;
    -moz-columns: 2 220px;
    columns: 2 220px;
  }

  ul.list-col-lg-3 {
    -webkit-columns: 3 220px;
    -moz-columns: 3 220px;
    columns: 3 220px;
  }

  ul.list-col-lg-4 {
    -webkit-columns: 4 220px;
    -moz-columns: 4 220px;
    columns: 4 220px;
  }
}
#page-content .slf-accordion-arrow .accordion-heading, #page-content .panel-heading {
  background-color: #f2f5f6;
  color: #424242;
}

@media (min-width: 320px) and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .no-side-padding-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mar-top-xs-neg-40 {
    margin-top: -40px !important;
  }

  .width-100-xs {
    width: 100%;
  }

  .news-listing .slf-full-tabs.nav-tabs > li {
    background-color: #f2f5f6 !important;
    color: #424242 !important;
    margin-top: 5px;
    border: none;
  }
  .news-listing .slf-full-tabs.nav-tabs > li a:focus {
    background-color: #f2f5f6 !important;
  }
}
@media (min-width: 768px) {
  .no-side-margin-sm-up {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mar-top-sm-up-neg-30 {
    margin-top: -30px !important;
  }

  ul.list-icon {
    text-align: left;
  }

  .grey-section-pad {
    padding: 0 30px 0 30px;
  }
}
ul.list-icon {
  margin-bottom: 0 !important;
  text-align: left;
}
ul.list-icon.dotted li a {
  font-weight: 700 !important;
}
ul.list-icon li {
  display: table;
  width: 100%;
}
ul.list-icon li a div {
  display: table-cell;
}
ul.list-icon li:last-of-type {
  border: none;
}
ul.list-icon .fa {
  padding-right: 18px;
  width: 10px;
}

ul.strong-list {
  font-weight: 400;
  margin: 15px 0;
}
ul.strong-list li {
  padding: 5px 0;
}

.btn.wide {
  width: 80%;
}

.line-height-40 {
  line-height: 40px;
}

.white-separator {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid white;
  margin: 0;
  padding: 0;
  position: static;
}

.calendarPopup {
  position: absolute;
  z-index: 1;
  margin-top: -12px;
  width: 250px;
  padding: 0 1px;
  border: 3px solid #eaab00;
  background-color: #fff;
  box-shadow: 0 0 10px 3px #b3b3b3;
  border-radius: 3px;
}
.calendarPopup:before {
  content: '\f0d8';
  font-family: FontAwesome;
  top: -18px;
  position: absolute;
  font-size: 30px;
  color: #eaab00;
}
.calendarPopup table {
  border: none;
  background-color: #FFF;
}
.calendarPopup table .yearPicker {
  text-align: right;
  color: #003946;
}
.calendarPopup table .yearPicker a {
  color: #003946;
}
.calendarPopup table .calendarHeader {
  text-align: center;
  color: #003946;
}
.calendarPopup table .weekHead {
  background-color: #f5d680;
}
.calendarPopup table .fa-chevron-left:before, .calendarPopup table .fa-chevron-right:before {
  font-size: 11px;
}
.calendarPopup table .dayRow:nth-child(2n) td {
  background-color: #fdf7e6;
}
.calendarPopup table .dayRow:nth-child(2n) td:hover {
  background-color: #f9e6b3;
}
.calendarPopup table td {
  width: 14%;
}
.calendarPopup table .dayRow td.currentDay {
  background-color: #003946;
  color: #fff;
}
.calendarPopup table .dayRow td.currentDay:hover {
  background-color: #4a7295;
}

.trim-pad input[type=text] {
  padding: 0 5px;
}

.calendar-icon {
  background-color: #eaab00;
  color: #003946;
  padding: 10px;
  vertical-align: top;
  height: 40px;
  display: inline-block;
}
.calendar-icon:before {
  font-family: FontAwesome;
  content: "\f073";
}

.inputbox {
  vertical-align: middle;
}

.form-box {
  padding: 20px;
}

.form-box-header {
  text-align: center;
  background-color: #ececec;
  text-transform: uppercase;
  padding: 20px;
}

.chart-links {
  text-align: center;
  margin-bottom: 30px;
}
.chart-links a {
  padding: 0 10px;
   white-space: nowrap;
 }

.pagelinkchart {
  padding: 0 10px;
}

#errorMessageDate,#errorMessageDateMobile, #errorMessageShare, #errorMessageAmnt {
  color: red;
  margin-bottom: 10px;
}
#errorMessageDate[style^="visibility: hidden"], #errorMessageShare[style^="visibility: hidden"], #errorMessageAmnt[style^="visibility: hidden"], #errorMessageDateMobile[style^="visibility: hidden"] {
  display: none;
}

#invCalcResult {
  margin-top: 20px;
}

.italic {
  font-style: italic;
}

.brightideas-right {
  border: 8px solid #eaab00;
  display: inline;
  float: right;
  margin: 6px 0 15px 30px;
  padding: 14px 14px 1px;
  width: 300px;
}
.brightideas-right h3 span {
  background: url(/static/slfglobal/globalweb/responsive/images/en/bright-ideas-widget.png) no-repeat;
  display: block;
  height: 86px;
  overflow: hidden;
  text-indent: -5000px;
  width: 200px;
}
.brightideas-right ol {
  padding: 8px 12px;
}

.brightideas-left {
  border: 8px solid #eaab00;
  display: inline;
  float: left;
  margin: 6px 30px 15px 0;
  padding: 14px 14px 1px;
  width: 300px;
}
.brightideas-left h3 span {
  background: url(/static/slfglobal/globalweb/responsive/images/en/bright-ideas-widget.png) no-repeat;
  display: block;
  height: 86px;
  overflow: hidden;
  text-indent: -5000px;
  width: 200px;
}
.brightideas-left ol {
  padding: 8px 12px;
}

.pillars {
  padding: 10px;
  height: 170px;
  text-align: center;
  margin: 20px 0px 30px 0px;
}
.pillars img {
  height: 100px;
  margin-top: 20px;
}
.pillars h5, .pillars #page-content .accordion-heading, #page-content .pillars .accordion-heading {
  margin: 16px auto 26px;
  text-transform: uppercase;
}
.pillars .fa {
  font-size: 3em;
}

.no-gutter-desktop > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.font-icon-link {
  font-family: 'agenda';
  font-weight: 400;
  display: block;
  color: #003946;
}
.font-icon-link[data-icon-code]:before {
  content: attr(data-icon-code) " ";
  font-family: FontAwesome;
  speak: none;
  text-decoration: none !important;
  font-style: normal !important;
}

ul:not(.nav):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) {
  margin: 12px 0 12px 12px;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
ul:not(.nav):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) li {
  font-family: 'agenda';
  font-weight: 200;
}

ul:not(.nav):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) > li {
  font-size: 16px;
  padding: 0 0 4px 14px;
  background-image: url(/static/slfglobal/globalweb/responsive/images/en/yellow-bullet.png);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  line-height: 140%;
}

ul.dotted {
  margin: 12px 0 12px 12px;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
ul.dotted img {
  border-radius: 0;
}

ul.dotted li {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 16px;
  padding: 10px 0;
  line-height: 140%;
  border-bottom: 2px dotted #e1e1e1;
}
ul.dotted li a {
  font-weight: normal !important;
}

.featured-content-list-multiple-link ul.dotted li:last-child {
  border-bottom: none;
}

.slf-tab-container {
  margin-bottom: 30px;
}
.slf-tab-container .nav-tabs {
  border-bottom: 11px solid #eaab00 !important;
}
.slf-tab-container > li {
  height: 55px !important;
}
.slf-tab-container ul.bullets li, .slf-tab-container .option-table > li ul li, .option-table > li .slf-tab-container ul li, .slf-tab-container .option-box > div ul li, .option-box > div .slf-tab-container ul li {
  height: initial !important;
}
.slf-tab-container .fa {
  margin-right: 10px;
}
.slf-tab-container h3 {
  margin-bottom: 20px;
}
.slf-tab-container .tab-content {
  padding: 30px 15px;
  border: 2px solid #e1e1e1;
  height: 100%;
}
.slf-tab-container .tab-content.news-content {
  padding: 0;
  height: initial;
}
.slf-tab-container .tab-content.news-content .tab-pane {
  margin: 30px 15px;
}
.slf-tab-container.campaign-tabs-2 .tab-content, .slf-tab-container.campaign-tabs-3 .tab-content, .slf-tab-container.campaign-tabs-4 .tab-content, .slf-tab-container.campaign-tabs-5 .tab-content {
  padding: 30px 15px 0 15px;
}
.slf-tab-container .contact-container {
  margin: 20px 0px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .slf-tab-container .soft-separator {
    margin-left: 15px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .slf-tab-container .soft-separator {
    margin-left: 15px;
  }

  .slf-tab-container.top-neg-40 {
    margin-top: -40px !important;
  }
}
#page-content .accordion-heading {
  color: #003946;
  margin-bottom: 0;
}
/* Changeed here */
.accordion-heading {
  color: #003946;
  background: #E6E6E6;
  padding: 10px 20px;
  margin-bottom: 0;
  cursor: pointer;
}

.accordion-button{
  display: inline-block;
  width: 100%;
  padding: 0px 10px;
}

.slf-accordion-plus .expand-content{
  margin-bottom: 0px;
}

.slf-accordion-plus .accordion-heading a {
  text-decoration: none;
  font-size: 16px;
}

.accordion-button[aria-expanded="false"] .accordion-icon::before {
  content: "\f055";
  /* plus */
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
  color: #eaab00;
}

.accordion-button[aria-expanded="true"] .accordion-icon::before {
  content: "\f056";
  /* plus */
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
  color: #eaab00;
}

/* Ended here */

.slf-accordion-plus {
  margin-bottom: 10px;
}
.slf-accordion-plus .accordion-heading {
  background: #eaab00;
}
.slf-accordion-plus.blue .accordion-heading {
  background: #f2f5f6;
}
.slf-accordion-plus.blue .accordion-heading:before {
  color: #eaab00;
}
.slf-accordion-plus.blue .content {
  background: #f2f5f6;
  padding: 0 20px;
  padding-bottom:  10px 20px;
}
.slf-accordion-plus .accordion-heading[aria-expanded="true"]:before {
  content: "\f056";
  /* minus */
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
}
.slf-accordion-plus .accordion-heading[aria-expanded="false"]:before {
  content: "\f055";
  /* plus */
  font-family: FontAwesome;
  font-size: 22px;
  padding-right: 10px;
}
.slf-accordion-plus .content ul {
  margin-top: 0 !important;
}

.slf-accordion-arrow {
  margin-bottom: 10px;
}
.slf-accordion-arrow .accordion-heading[aria-expanded="true"]:before {
  content: "\f0d7";
  /* left */
  font-family: FontAwesome;
  padding-right: 10px;
}
.slf-accordion-arrow .accordion-heading[aria-expanded="false"]:before {
  content: "\f0da";
  /* right */
  font-family: FontAwesome;
  padding-right: 10px;
}

.footer .slf-accordion-arrow .accordion-heading {
  background: #ccd8da;
  padding: 0;
}
.footer .global-footer-row2 .slf-accordion-arrow .accordion-heading {
  background: #003946;
  padding: 0;
  color: #eaab00;
}

.slf-tab-container .panel-default > .panel-heading {
  color: #003946;
  background: #E6E6E6;
  padding: 20px;
  margin-bottom: 0;
}

.expand-box {
  padding: 20px;
}
.expand-box.information {
  text-align: center;
}

.slf-carousel .carousel-inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.slf-carousel .carousel-control {
  background: transparent;
  font-size: 45px !important;
  opacity: 1;
}

.slf-call2action {
  background: #fbefcc;
  padding: 20px;
}

.content-gap {
  margin-bottom: 40px;
}

.option-table {
  width: 100%;
  list-style: none;
  padding: 0;
  /*margin-bottom: 30px;*/
}
.option-table > li {
  border: 2px solid #E1E1E1;
  padding: 20px 20px 20px 15px;
  position: relative;
  margin-top: -2px;
  /*
  &:hover{
  	border-color: $slf-yellow;
  	background: $slf-yellow-10;
  	z-index:555555 !important;
  } */
}
.option-table > li:first-child {
  margin-top: 0;
}
.option-table > li ul {
  padding-left: 20px;
}
.option-table > li .learn-more {
  width: 100%;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .option-table > li {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.square-image img {
  border-radius: 0 !important;
}

.option-box {
  width: 100%;
  list-style: none;
  padding: 0;
  /*margin-bottom: 30px;*/
}
.option-box > div {
  border: 2px solid #E1E1E1;
  padding: 20px 20px 20px 15px;
  position: relative;
  margin-top: -2px;
  /*
  &:hover{
  	border-color: $slf-yellow;
  	background: $slf-yellow-10;
  	z-index:555555 !important;
  } */
}
.option-box > div:first-child {
  margin-top: 0;
}
.option-box > div ul {
  padding-left: 20px;
}
.option-box > div .learn-more {
  width: 100%;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  .option-box > div {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tab-option-table {
  padding: 0 !important;
  border: none !important;
}

.news-option-table li {
  height: auto !important;
}

.right-rail {
  /* padding: 30px 20px 40px 20px;
  background-color: $slf-blue-10; */
  text-align: center;
}
.right-rail a {
  color: #003946;
}
.right-rail li {
  width: 100%;
}
@media (max-width: 1024px) {
  .right-rail li {
    width: auto;
  }
}
.right-rail .btn {
  width: 100%;
  font-family: 'agenda';
  font-weight: 700;
}
.right-rail div[class^="col-"] {
  /* background: $slf-blue-10; */
  padding: 30px 20px 0 20px;
  /*
  &.yellow{
  	background: $slf-yellow-20;
  }
  */
}
.right-rail .content-label {
  margin-bottom: 20px;
}
.right-rail .blue-50-separator {
  border-bottom: 2px solid #809da3;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100px;
}
.right-rail input {
  margin-bottom: 10px;
}
.right-rail input {
  width: 100%;
}
.right-rail .hard-separator, .right-rail .hard-separator-blue {
  margin: 0 auto;
  /* margin-top: 40px; */
  margin-bottom: 40px;
}
.right-rail .rail-cta-separator {
  background: #fbefcc;
  margin-left: -15px;
  margin-right: -15px;
  height: 38px;
}
.right-rail .rail-cta-separator-blue {
  margin: -20px auto 0;
  border-bottom: 2px solid #003946;
  width: 100px;
  height: 26px;
}
.right-rail .rail-separator {
  background: #e6eced;
  margin-left: -15px;
  margin-right: -15px;
  height: 38px;
}
.right-rail .rail-separator-yellow {
  margin: -40px auto 0;
  border-bottom: 2px solid #eaab00;
  width: 100px;
  height: 26px;
}
.right-rail .cta-module-1,
.right-rail .cta-module-2,
.right-rail .cta-module-2x2,
.right-rail .cta-module-3,
.right-rail .cta-module-3x2,
.right-rail .cta-module-3x3 {
  background: #fbefcc;
  margin-bottom: 20px;
}
.right-rail .right-rail-module-cta:last-child {
  padding-bottom: 20px;
}
.right-rail .module-1,
.right-rail .module-2,
.right-rail .module-2x2,
.right-rail .module-3,
.right-rail .module-3x2,
.right-rail .module-3x3 {
  background: #e6eced;
  margin-bottom: 20px;
}
.right-rail .right-rail-module {
  padding: 30px;
  background: #e6eced;
}
.right-rail .right-rail-module:last-child {
  margin-bottom: 20px;
}
.right-rail .fa:not(.fa-stack-2x):not(.fa-stack-1x) {
  font-size: 2.250em;
  color: #003946;
  margin: 20px 0 16px 0;
}
.right-rail .fa:not(.fa-stack-2x):not(.fa-stack-1x) p {
  line-height: 120%;
}
.right-rail .sun-icon {
  font-size: 3.850em;
  color: #003946;
  margin-bottom: 6px;
}
.right-rail .sun-icon:hover {
  text-decoration: none !important;
}
.right-rail .sun-icon p {
  line-height: 120%;
}
.right-rail select.form-control {
  font-size: 15px;
}

.radial-border {
  border: 1px solid #4a7295;
}

.help-block, .arrow-help-block {
  display: none;
  background: #a4383d;
  color: #fff !important;
  margin-top: 0;
  padding: 5px;
  line-height: 110% !important;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.help-block a, .arrow-help-block a {
  color: #fff;
}
.help-block:before, .arrow-help-block:before {
  content: '\f12a';
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 6px;
}

.arrow-help-block {
  margin-top: 5px;
}
.arrow-help-block:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 5px solid #a4383d;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.has-error .help-block, .has-error .arrow-help-block {
  display: block;
}
.has-error input:not([type="submit"]) {
  border: 1px solid #a4383d;
}

[type="checkbox"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
[type="checkbox"]:focus + label:before {
  border: 1px dotted blue;
}
[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 #aaa;
  background: white;
}
[type="checkbox"] + label:after {
  content: '\f00c';
  font-family: FontAwesome;
  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);
}

[type="checkbox"]:disabled + label {
  color: #757575;
  opacity: 0.4;
}
[type="checkbox"]:disabled + label:before {
  box-shadow: none;
  border-color: #757575;
  background-color: #ddd;
  opacity: 0.4;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #757575;
  opacity: 0.4;
}

.editorial-hero {
  margin-bottom: 30px;
}
.editorial-hero div[class^="col-"] {
  /* height: 400px;
  h2 {
  	margin-bottom: 20px;
  } */
}
.editorial-hero div[class^="col-"] img {
  width: 100%;
}
.editorial-hero div[class^="col-"] .hero-content {
  text-align: center;
  padding: 30px;
}

.align-middle {
  vertical-align: middle;
}

.iframe-container {
  position: absolute;
  height: 100%;
}

.customerSignIn {
  background: linear-gradient(#fbcd52, #eaab00);
}

#customerSignInDesk .iframe-container {
  position: static !important;
  height: initial !important;
}

.search-count {
  margin: 10px 0 20px;
  color: #676767;
}

.slf-video {
  margin-bottom: 30px;
}

.newsletter-subscribe input[type=text] {
  width: 80%;
  margin-bottom: 20px;
}
.newsletter-subscribe .btn {
  margin-top: -4px !important;
}

.search-container input[type=text] {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  line-height: 14px;
  padding: 0 10px !important;
  height: 40px;
  border: 1px solid #b4b4b4;
  margin-bottom: 20px;
  border: 1px solid #eaab00;
  margin-right: 5px;
}
.search-container input[type=submit] {
  vertical-align: top;
}
.search-container input[type=button] {
  background: #eaab00 !important;
  border: 1px solid #eaab00 !important;
  color: #003946 !important;
}
.search-container input[type=button]:hover {
  border: 1px solid #4a7295 !important;
}
.search-container table.gsc-search-box {
  width: 100%;
}
.search-container .gsc-search-button {
  float: left;
  margin-left: 5px;
}
.search-container .gsc-control-cse {
  padding: 0;
}
.search-container .gsc-input {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  width: 65%;
  float: left;
}
.search-container .gsc-clear-button,
.search-container .gcsc-branding,
.search-container .gsc-refinementsArea,
.search-container .gsc-above-wrapper-area,
.search-container .gsc-tabsArea {
  display: none;
}
.search-container a {
  color: #4a7295 !important;
}
.search-container a b {
  color: #4a7295 !important;
}
.search-container .gs-visibleUrl {
  color: #4a7295 !important;
}

.gsc-input input.gsc-input {
  background: #fff none !important;
}

.not-found {
  padding: 10px 20px;
  font-style: italic;
  width: 95%;
}

.info-box {
  margin-bottom: 20px;
}
.info-box .info-box-header:before {
  content: "" !important;
}
.info-box .content {
  overflow: hidden;
  padding-bottom: 20px;
}
.info-box .content a {
  margin-left: 28px !important;
  margin-bottom: 5px !important;
}
.info-box .content > .dotted-separator {
  margin: 5px 5px 15px 5px !important;
}
.info-box .quote-section *, .info-box .partnership * {
  display: inline-block;
}
.info-box .partnership {
  margin-left: 28px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .info-box .quote-section *, .info-box .partnership * {
    text-align: center;
    display: block;
  }
}

.yellow-box-header {
  background: #eaab00;
  color: #003946;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  font-weight: bold;
}

.box-container {
  background: #f2f5f6;
  border: 1px solid #f2f5f6;
  margin-bottom: 40px;
  padding: 0 8px;
}
.box-container .box-content-cta {
  margin: 8px 0 20px 25px;
}
.box-container .partnership {
  margin: 8px 0 20px 25px;
}
.box-container .partnership img {
  vertical-align: middle;
}

.box-content {
  margin-bottom: 10px;
}
.box-content a {
  margin-left: 25px;
}

ul.map-dotted {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}

ul.map-dotted li {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 16px;
  padding: 10px 0;
  line-height: 140%;
  border-bottom: 2px dotted #e1e1e1;
}

.sitemap {
  -webkit-columns: 2 400px;
  -moz-columns: 2 400px;
  columns: 2 400px;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}

.sitemap > li {
  border: 0 none !important;
  list-style-type: none;
}
.sitemap > li a {
  font-weight: normal !important;
}

.sitemap-section {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 21px;
}

.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
  border: 1px solid #e2e2e2;
  max-width: 60px;
  max-height: 120px;
  width: expression(this.width > 64 ? '64px': true);
  height: expression(this.height > 120 ? '120px': true);
}

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
  vertical-align: top;
}

.gsc-table-cell-thumbnail {
  padding-right: 8px;
}

.gsc-table-result {
  margin-bottom: 10px;
}

.gsc-wrapper {
  margin-right: 50px;
}

.gsc-thumbnail-inside, gsc-url-top, .gs-visibleUrl-long, .gsc-url-top, .gsc-resultsHeader, .gs-watermark {
  display: none;
}

.cse .gsc-cursor-box, .gsc-cursor-box {
  border-top: 1px dotted #c78dcc;
  padding-top: 0.5em;
  text-align: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #ffffff !important;
  border-color: #003946 !important;
  color: #5482ab !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #000000;
  cursor: pointer;
  display: inline;
  margin-right: 8px;
  text-decoration: underline;
}

.gsc-control-cse div {
  position: static;
}

.gsc-cursor-page {
  color: #5482ab !important;
}

.middle-of-three {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.chinese-vid-section {
  padding: 10px;
}

#oo_tab_text_1 {
  font-weight: 400;
}

.no-break {
  white-space: nowrap;
}

.form-module .btn,
.form-module input,
.form-module select {
  width: 100% !important;
}

@media (min-width: 1281px) {
  .right-rail .col-height {
    display: inline;
    float: left !important;
  }
  .right-rail .btn {
    margin-bottom: 20px !important;
  }

  .editorial-hero > .slf-blue-bg-5 {
    margin-left: 0;
  }

  .pillars a, .pillars .fa {
    color: #fff;
  }

  .annual-report {
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .right-rail .col-height {
    display: inline;
    float: left !important;
  }
  .right-rail .btn {
    margin-bottom: 20px !important;
  }

  .editorial-hero > .slf-blue-bg-5 {
    margin-left: 0;
  }

  .pillars a, .pillars .fa {
    color: #fff;
  }

  .annual-report {
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-module {
    padding: 40px 0;
  }

  .right-rail {
    margin-top: 20px;
  }
  .right-rail .cta-module {
    padding: 30px !important;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .cta-module .list-inline > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-rail .cta-module-1 .right-rail-module-cta {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .cta-module-2 .right-rail-module-cta,
  .right-rail .cta-module-2x2 .right-rail-module-cta {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .cta-module-2 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-2 .right-rail-module-cta:nth-child(4),
  .right-rail .cta-module-2x2 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-2x2 .right-rail-module-cta:nth-child(4) {
    border-right: 0;
  }
  .right-rail .cta-module-2 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-2 .right-rail-module-cta:nth-child(2),
  .right-rail .cta-module-2x2 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-2x2 .right-rail-module-cta:nth-child(2) {
    border-bottom: 20px solid #fff;
  }
  .right-rail .cta-module-3 .right-rail-module-cta {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .cta-module-3 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-3 .right-rail-module-cta:nth-child(2) {
    border-right: 0;
  }
  .right-rail .cta-module-3x2 .right-rail-module-cta {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .cta-module-3x2 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-3x2 .right-rail-module-cta:nth-child(2),
  .right-rail .cta-module-3x2 .right-rail-module-cta:nth-child(5) {
    border-right: 0;
  }
  .right-rail .cta-module-3x2 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-3x2 .right-rail-module-cta:nth-child(2),
  .right-rail .cta-module-3x2 .right-rail-module-cta:nth-child(3) {
    border-bottom: 20px solid #fff;
  }
  .right-rail .cta-module-3x3 .right-rail-module-cta {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(2),
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(5),
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(6) {
    border-right: 0;
  }
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(1),
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(2),
  .right-rail .cta-module-3x3 .right-rail-module-cta:nth-child(3) {
    border-bottom: 20px solid #fff;
  }
  .right-rail .module-1 {
    background: none;
  }
  .right-rail .module-1 .list-unstyled {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  .right-rail .module-1 .list-unstyled > li {
    display: inline-block;
    padding-right: 20px;
    padding-left: 5px;
  }
  .right-rail .module-2 .right-rail-module,
  .right-rail .module-2x2 .right-rail-module {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
    padding: 30px;
  }
  .right-rail .module-2 .right-rail-module:nth-child(1),
  .right-rail .module-2 .right-rail-module:nth-child(4),
  .right-rail .module-2x2 .right-rail-module:nth-child(1),
  .right-rail .module-2x2 .right-rail-module:nth-child(4) {
    border-right: 0;
  }
  .right-rail .module-2 .right-rail-module:nth-child(1),
  .right-rail .module-2 .right-rail-module:nth-child(2),
  .right-rail .module-2x2 .right-rail-module:nth-child(1),
  .right-rail .module-2x2 .right-rail-module:nth-child(2) {
    border-bottom: 20px solid #fff;
  }
  .right-rail .module-3 .right-rail-module {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .module-3 .right-rail-module:nth-child(1),
  .right-rail .module-3 .right-rail-module:nth-child(2) {
    border-right: 0;
  }
  .right-rail .module-3x2 .right-rail-module {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .module-3x2 .right-rail-module:nth-child(1),
  .right-rail .module-3x2 .right-rail-module:nth-child(2),
  .right-rail .module-3x2 .right-rail-module:nth-child(5) {
    border-right: 0;
  }
  .right-rail .module-3x2 .right-rail-module:nth-child(1),
  .right-rail .module-3x2 .right-rail-module:nth-child(2),
  .right-rail .module-3x2 .right-rail-module:nth-child(3) {
    border-bottom: 20px solid #fff;
  }
  .right-rail .module-3x3 .right-rail-module {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
  }
  .right-rail .module-3x3 .right-rail-module:nth-child(1),
  .right-rail .module-3x3 .right-rail-module:nth-child(2),
  .right-rail .module-3x3 .right-rail-module:nth-child(5),
  .right-rail .module-3x3 .right-rail-module:nth-child(6) {
    border-right: 0;
  }
  .right-rail .module-3x3 .right-rail-module:nth-child(1),
  .right-rail .module-3x3 .right-rail-module:nth-child(2),
  .right-rail .module-3x3 .right-rail-module:nth-child(3) {
    border-bottom: 20px solid #fff;
  }

  .slf-r-gradient-whimsical-bot {
    margin: 0 0 40px;
  }

  .slf-blue-whimsical-bot {
    margin: 0 0 40px;
  }

  .slf-r-gradient-brighter {
    margin-top: 0;
    max-height: 145px;
  }

  .pillars a, .pillars .fa {
    color: #fff;
  }

  .life-stages-selector.sub-cat .btn-sec-transparent-blue:hover {
    background: #eaab00 !important;
  }

  .share-separator {
    margin: 0 12px !important;
  }

  .stock-disclaimer {
    margin-top: -6px;
  }

  :lang(fr) .stock-disclaimer {
    margin-top: -20px;
  }

  .slf-commitment {
    padding: 30px 0;
  }

  .home-tab-section {
    margin-top: 20px;
  }
  .home-tab-section h1 {
    font-size: 46px;
    margin-bottom: 15px;
  }

  .slf-section-module .col-sm-10 {
    padding-left: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .section-module {
    padding: 40px 0 0 0;
    text-align: center;
  }

  .life-stage-utility {
    padding-top: 40px;
  }

  .xs-centered-link {
    text-align: center;
    margin-bottom: 30px;
  }

  .slf-r-gradient-whimsical-bot {
    margin: 0 0 40px;
    min-height: 70px;
  }

  .slf-blue-whimsical-bot {
    margin: 0;
  }

  .slf-r-gradient-brighter {
    margin-top: 0;
    height: 98px;
  }

  .slf-r-gradient-whimsical-leaf {
    background: url(/static/slfglobal/globalweb/responsive/images/en/blank.png), radial-gradient(#fbcd52, #eaab00) !important;
  }

  .xs-no-gutter {
    padding: 0px !important;
  }

  .right-rail {
    margin-top: 20px;
  }

  .pillars {
    background: none;
    height: auto;
    margin: 0;
    border-bottom: 2px dotted #e1e1e1;
    padding: 0;
  }
  .pillars .fa {
    display: none;
  }
  .pillars h5, .pillars #page-content .accordion-heading, #page-content .pillars .accordion-heading {
    margin: 16px auto;
    text-transform: capitalize;
  }

  .pillars-btn {
    text-align: center;
  }

  .last-pillar {
    border: none;
    margin-bottom: 20px;
  }

  .vid-text {
    text-align: center;
  }

  h2.editorial, .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 {
    text-align: center;
  }

  .mobile-center {
    text-align: center;
  }

  .wgt-cs-container h1 {
    font-family: 'agenda';
    font-weight: 200;
    font-size: 38px !important;
    line-height: 120% !important;
  }
  .wgt-cs-container h2, .wgt-cs-container .featured-content-list .editorial, .featured-content-list .wgt-cs-container .editorial, .wgt-cs-container .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .wgt-cs-container .editorial,
  .wgt-cs-container .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .wgt-cs-container .editorial, .wgt-cs-container .featured-content-list-tool .editorial, .featured-content-list-tool .wgt-cs-container .editorial,
  .wgt-cs-container .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .wgt-cs-container .editorial {
    font-family: 'agenda';
    font-weight: 200;
    font-size: 30px !important;
    line-height: 120% !important;
  }
  .wgt-cs-container h3 {
    font-family: 'agenda';
    font-weight: 200;
    font-size: 24px !important;
    line-height: 120% !important;
  }

  .brightideas-right,
  .brightideas-left {
    display: block;
    float: none;
    margin: 12px 0 15px;
    width: 100%;
  }

  .text-center.pad-top-25 img {
    display: inline-block;
  }

  .adjust-height {
    height: auto !important;
  }

  .editorial-hero {
    margin-top: -40px;
  }

  .no-gutter-desktop > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .no-gutter-mobile > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }

  .share-performance {
    text-align: center;
  }
  .share-performance .share-separator {
    border-right: 0;
    border-top: 1px solid #bea35b;
    width: 30%;
    display: block;
    margin: 18px auto -12px;
  }

  .stock-disclaimer, :lang(fr) .stock-disclaimer {
    margin-top: 15px;
  }

  .slf-commitment {
    border: 0 !important;
    margin: 20px 0;
    padding: 20px 0 0;
  }

  .slf-section-module {
    text-align: center;
    padding: 0 0 40px 0;
  }
  .slf-section-module h1, .slf-section-module h2, .slf-section-module .featured-content-list .editorial, .featured-content-list .slf-section-module .editorial, .slf-section-module .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .slf-section-module .editorial,
  .slf-section-module .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .slf-section-module .editorial, .slf-section-module .featured-content-list-tool .editorial, .featured-content-list-tool .slf-section-module .editorial,
  .slf-section-module .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .slf-section-module .editorial {
    text-align: center;
  }
  .slf-section-module .btn {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }
  .slf-section-module .form-module .btn {
    margin-top: 0 !important;
  }

  .form-module-xs .btn,
  .form-module-xs input,
  .form-module-xs select {
    width: 100% !important;
  }

  .hard-separator-feature {
    display: block;
    width: 100px;
    border: 0;
    border-bottom: 2px solid #eaab00;
    margin: 40px auto -10px;
    padding: 0;
    position: static;
  }
}
@media (max-width: 319px) {
  .slf-r-gradient-whimsical-bot {
    margin: 0 0 40px;
    height: 70px;
  }

  .slf-blue-whimsical-bot {
    margin: 0 0 40px;
  }

  .slf-r-gradient-brighter {
    margin-top: 0;
    height: 98px;
  }
}
.nav-tabs > li > a {
  color: white;
}

.h-separator-blue-70 {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .h-separator-blue-70 {
    display: block;
  }
}

.fa-calculator:before {
  margin-right: -2px;
}

.icon-before:before {
  font-family: FontAwesome;
  font-weight: normal;
}
.icon-before.icon-calculator:before {
  margin-right: -2px;
  content: "\f1ec";
}
.icon-before.icon-film:before {
  content: "\f008";
}
.icon-before.icon-facebook:before {
  content: "\f082";
}
.icon-before.icon-twitter:before {
  content: "\f081";
}
.icon-before.icon-linkedin:before {
  content: "\f08c";
}
.icon-before.icon-youtube:before {
  content: "\f166";
}
.icon-before.icon-circle:before {
  content: "\f111";
}
.icon-before.icon-remove:before {
  content: "\f00d";
}
.icon-before.icon-chevron-right-down[aria-expanded=false]:before {
  content: "\f0da \00a0";
}
.icon-before.icon-chevron-right-down[aria-expanded=true]:before {
  content: "\f0d7 \00a0";
}

.icon-after {
  font-family: FontAwesome;
  font-weight: normal;
}
.icon-after.icon-calculator:after {
  margin-right: -2px;
  content: "\f1ec";
}
.icon-after.icon-film:after {
  content: "\f008";
}
.icon-after.icon-facebook:after {
  content: "\f082";
}
.icon-after.icon-twitter:after {
  content: "\f081";
}
.icon-after.icon-linkedin:after {
  content: "\f08c";
}
.icon-after.icon-youtube:after {
  content: "\f166";
}
.icon-after.icon-circle:after {
  content: "\f111";
}
.icon-after.icon-remove:after {
  content: "\f00d";
}
.icon-after.icon-chevron-right-down[aria-expanded=false]:after {
  content: "\f0da";
}
.icon-after.icon-chevron-right-down[aria-expanded=true]:after {
  content: "\f0d7";
}

[id^=rating_info] {
  display: none !important;
}

.logo-icon {
  line-height: 50px;
}

.mobile-signin {
  background: #eaab00;
}

.signin-mobile {
  z-index: 1000;
  line-height: 50px;
}

.customer-sign-sm {
  font-family: 'agenda';
  font-weight: 700;
  font-size: 20px;
  color: #003946;
  white-space: nowrap;
}

#customerSignInMobile .modal-dialog, #toDesktopPopup .modal-dialog {
  margin: 0;
  width: 100%;
}

#customerSignInMobile {
  padding: 0 !important;
}

.mobile-login-form {
  max-width: 320px;
  margin: 0 auto;
  left: 50%;
}

/* desktop nav */
.global-nav-primary {
  position: relative;
  top: -23px;
}

.global-nav-secondary .nav > li > a:hover {
  background: transparent;
}

.language-region {
  box-shadow: 0 4px 20px -10px black;
}

/* region / language */
.regions, .languages {
  padding: 12px 30px;
}
.regions li, .languages li {
  padding-bottom: 10px;
}
.regions h3, .languages h3 {
  font-weight: bold;
}

.regions h3 {
  margin-left: 15px !important;
}

.tab-pane .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#language-tab ul, #regions-tab ul {
  margin: 20px 0 0 0 !important;
}
#language-tab li, #regions-tab li {
  width: 100%;
  padding: 9px 14px !important;
}
#language-tab li:hover, #regions-tab li:hover {
  background: #fbefcc;
}
#language-tab li.soft-separator, #regions-tab li.soft-separator {
  padding: 0 !important;
}
#language-tab li a, #regions-tab li a {
  padding: 0 !important;
  width: 100%;
}

.mobile-region-tab {
  width: 100%;
}
.mobile-region-tab li {
  text-align: center;
  font-size: 17px;
  text-decoration: none;
}
.mobile-region-tab li [data-toggle='tab'] {
  font-family: 'agenda';
  font-weight: 400;
  color: white;
}
.mobile-region-tab li.active [data-toggle='tab'] {
  font-family: 'agenda';
  font-weight: 700;
  color: #003946;
}

.nav-tab > li > a {
  color: white;
}

.social-media .fa {
  margin-right: 10px;
}

.social-media {
  padding: 20px 0px;
}

.rightDivider {
  border-right: 1px solid #003946;
  height: 100%;
  padding-right: 10px;
  margin-right: 10px;
}

/* left nav */
.menu-header {
  /*background:$slf-yellow-20;*/
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

.left-nav-menu {
  background: url(/static/slfglobal/globalweb/responsive/images/en/left-nav-border.png) top right repeat-y;
}
.left-nav-menu .active {
  background: #eaab00;
  font-weight: bold;
  width: calc(100% - 2px);
  color: #003946;
}
.left-nav-menu ul {
  width: calc(100% - 2px);
}
.left-nav-menu li a {
  padding: 5px 0px 5px 15px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 99%;
}
.left-nav-menu li a[aria-expanded="true"]:after {
  font-family: FontAwesome;
  content: " \f107";
}
.left-nav-menu li a[aria-expanded="false"]:after {
  font-family: FontAwesome;
  content: " \f105";
}
.left-nav-menu .first-level li a {
  padding-left: 30px;
}
.left-nav-menu .second-level li a {
  padding-left: 60px;
}

.left-nav-menu > [class*='col-']:first-child {
  /* width:244px; */
}
.left-nav-menu > [class*='col-']:first-child li:first-child {
  margin-top: 10px;
}
.left-nav-menu > [class*='col-']:first-child li a:hover {
  background: #fbefcc;
  /*SLF yellow 20%*/
}

.left-nav-menu > [class*='col-']:nth-child(2) {
  width: 244px;
}
.left-nav-menu > [class*='col-']:nth-child(2) h4, .left-nav-menu > [class*='col-']:nth-child(2) .accordion-heading, .left-nav-menu > [class*='col-']:nth-child(2) .slf-tab-container .panel-default > .panel-heading, .slf-tab-container .left-nav-menu > [class*='col-']:nth-child(2) .panel-default > .panel-heading {
  padding-top: 30px;
  padding-left: 30px;
}

.left-nav-menu > [class*='col-']:nth-child(3) {
  padding: 30px;
}

.left-nav-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 244px !important;
  padding: 0px;
  margin: 0px;
  box-shadow: none !important;
  border: 0px;
  background-color: #fbefcc;
  border-radius: 0 !important;
  width: 244px !important;
  height: 100%;
}

.nav-level-2 a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

/* ############################ */
.desk-top-primary {
  text-align: right;
}

/* mega menu list */
a.nav-active {
  background: url(/static/slfglobal/globalweb/responsive/images/en/current-page-link.png) bottom center no-repeat;
  background-size: 80% 12px;
}
@media (max-width: 1024px) {
  a.nav-active {
    background: none;
  }
}

.mega-menu-link {
  font-family: 'agenda';
  font-weight: 400;
  color: #003946;
  font-size: 16px;
  line-height: 140%;
}

.nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}

@media screen and (min-width: 1025px) {
  .nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .nav-item:last-child {
    margin-top: 20px;
  }
  .nav-item.map-marker :before {
    font-family: FontAwesome;
    content: "\f041";
    color: #eaab00;
    padding-right: 4px;
    transition: all 0.5s ease 0.1s;
  }
  .nav-item.map-marker :hover:before {
    color: #003946;
    transition: all 0.5s ease 0s;
  }
  .nav-item > a {
    position: relative;
    display: inline-block;
    margin: 0 0 -1px 0;
    color: #003946 !important;
    font-size: 15px !important;
    padding: 0 10px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
  }
  .nav-item > a:active, .nav-item > a:focus {
    outline: thin dotted;
  }
  .nav-item .dropdown-menu .h4 {
    padding-left: 30px;
  }
  .nav-item .menu-content {
    width: 96%;
    background: #fff;
    border: solid 3px #eaab00;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0 21px 0 29px;
  }
  .nav-item .menu-content .mega-menu-col1, .nav-item .menu-content .mega-menu-col2 {
    width: 224px;
    padding-right: 0px;
    float: left;
  }
  .nav-item .menu-content .mega-menu-col3 {
    width: 246px;
    padding-right: 0px;
    float: left;
  }
  .nav-item .menu-content .mega-menu-col4 {
    float: right;
  }
  .nav-item ul a {
    font-family: 'agenda';
    font-weight: 400;
    color: #003946;
    font-size: 16px;
    line-height: 140%;
    font-weight: normal !important;
    display: block;
    box-sizing: border-box;
    padding: 15px  30px;
    width: 100%;
    white-space: normal;
  }
  .nav-item ul a:hover {
    text-decoration: none;
    font-style: normal;
  }
  .nav-item ul a:hover, .nav-item ul a:focus {
    background: #fbefcc !important;
  }
  .nav-item ul a + .dropdown-menu {
    left: 224px;
    top: 0px;
    width: 244px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fbefcc;
    margin: 0;
  }
  .nav-item:focus, .nav-item:hover, .nav-item.open > a {
    background: #eaab00 !important;
    text-decoration: none;
    font-style: normal;
    z-index: 1001;
  }
  .nav-item.open {
    background: #eaab00;
    border-bottom: none;
    z-index: 1;
    box-shadow: -1px 1px 25px 4px rgba(0, 0, 0, 0.25);
  }
  .nav-item.open [aria-expanded="true"] .menu-content {
    display: block;
  }
  .nav-item.open .menu-content {
    display: block;
  }

  .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-submenu:focus > .dropdown-menu,
  .dropdown-submenu:active > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown {
    position: static;
  }

  .subnav-trigger + div .subnav-trigger::after {
    font-family: FontAwesome;
    content: "\00a0\f105";
  }

  .navbar-default {
    background-color: #ffffff;
    border: 0;
  }

  .dropdown-submenu {
    position: static;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
  }

  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
  }

  .navbar.slf-navbar {
    margin-bottom: 0;
    min-height: 0;
  }

  .nav.main-nav {
    margin-top: -28px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }

  .off-canvas-active {
    -webkit-overflow-scrolling: touch;
  }

  .mega-menu-col1, .mega-menu-col2, .mega-menu-col3, .mega-menu-col4 {
    width: 100%;
  }
  .mega-menu-col1 li:not(.go-back):not(.nav-item-title), .mega-menu-col2 li:not(.go-back):not(.nav-item-title), .mega-menu-col3 li:not(.go-back):not(.nav-item-title), .mega-menu-col4 li:not(.go-back):not(.nav-item-title) {
    padding-left: 28px;
  }

  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left.row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -270px;
    /* 6 columns */
    position: absolute;
    top: 0;
    width: 270px;
    height: 100vh;
    border-right: 2px solid #eaab00 !important;
    padding: 0;
    z-index: 10000;
  }
  .row-offcanvas-left.active {
    z-index: 1050;
    left: 270px;
    /* 6 columns */
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0;
    position: fixed;
  }

  .navbar-nav.main-nav {
    /*position: fixed; */
    height: 100vh;
    overflow: auto;
    width: 100%;
    padding-top: 24px;
    margin: 0;
  }
  .navbar-nav.main-nav .row {
    width: 100%;
    margin: 0 !important;
  }
  .navbar-nav.main-nav ul, .navbar-nav.main-nav .dropdown-menu > li > a {
    padding: 0;
    white-space: normal;
  }
  .navbar-nav.main-nav div.h4 {
    padding-left: 14px;
  }
  .navbar-nav.main-nav li {
    padding-left: 14px;
    padding-bottom: 24px !important;
  }
  .navbar-nav.main-nav li > a {
    font-family: 'agenda';
    font-weight: 400;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    display: initial;
    color: #003946 !important;
    padding: 0;
  }
  .navbar-nav.main-nav li > a.h4 {
    font-family: 'agenda';
    font-weight: 700;
  }
  .navbar-nav.main-nav li.nav-selected > a {
    font-family: 'agenda';
    font-weight: 700;
  }
  .navbar-nav.main-nav .dropdown-menu .h4 {
    font-family: 'agenda';
    font-weight: 700;
    color: #003946;
    padding-bottom: 24px !important;
  }
  .navbar-nav.main-nav > .dropdown > .dropdown-menu {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    height: 100vh;
    background-color: #fbefcc;
    padding-top: 24px;
  }
  .navbar-nav.main-nav.moves-out > .dropdown > a {
    /*-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); */
    left: -100%;
    opacity: 0;
  }
  .navbar-nav.main-nav.moves-out > ul.moves-out > a {
    /*-webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); */
    left: -100%;
    opacity: 0;
  }
  .navbar-nav.main-nav.moves-out > .dropdown > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    /* 			-webkit-transform: translateX(14px);
    			-moz-transform: translateX(14px);
    			-ms-transform: translateX(14px);
    			-o-transform: translateX(14px);
    			transform: translateX(14px); */
    left: -100%;
    opacity: 1;
    padding: 0;
  }
  .navbar-nav.main-nav .menu-content > li > div {
    left: 0;
    height: 100vh;
    top: 0;
    position: fixed !important;
  }
  .navbar-nav.main-nav.moves-out {
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
  }
  .navbar-nav.main-nav .subnav-trigger::after {
    font-family: FontAwesome;
    content: "\00a0\f105";
  }
  .navbar-nav.main-nav .nav-item-title a {
    font-weight: bold;
  }
  .navbar-nav.main-nav .language-tab-mobile {
    background-color: white;
  }
  .navbar-nav.main-nav .language-tab-mobile .go-back {
    margin-bottom: 0;
    background-color: #003946;
  }
  .navbar-nav.main-nav .language-tab-mobile .go-back a {
    background-color: #003946 !important;
    color: #fff !important;
    padding-left: 18px;
  }
  .navbar-nav.main-nav .go-back {
    margin-bottom: 24px;
    line-height: 50px !important;
    padding-bottom: 0 !important;
    background-color: white;
  }
  .navbar-nav.main-nav .go-back a {
    line-height: 50px !important;
    padding-bottom: 0 !important;
    background-color: white;
  }
  .navbar-nav.main-nav .go-back a::before {
    font-family: FontAwesome;
    content: "\f104\00a0";
  }
  .navbar-nav.main-nav .menu-content {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar-nav.main-nav .disableScroll {
    overflow-y: hidden;
  }
  .navbar-nav.main-nav .menu-content .dropdown-submenu .dropdown-menu {
    height: 100vh;
    top: 0;
  }
  .navbar-nav.main-nav .moves-out li.moves-out .dropdown-menu {
    position: absolute;
    /* float: none; */
    /* width: auto; */
    /* margin-top: 0; */
    background-color: #fbefcc;
    /* border: 0; */
    left: 0px;
    display: block;
    overflow: auto;
    /* box-shadow: none; */
  }

  .mobile-navbar, .content-container {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1030;
    position: fixed;
  }

  .content-container {
    position: static;
  }

  .row-offcanvas-left.inactive .mobile-navbar {
    left: 0;
    margin: 0;
  }

  .row-offcanvas-left.inactive .content-container {
    left: 0px;
  }

  .row-offcanvas-left.active .mobile-navbar {
    left: 285px;
  }
  .row-offcanvas-left.active .content-container {
    left: 270px;
  }

  .mobile-navbar {
    border-radius: 0;
    width: 100%;
    background: #f8f8f8;
    box-shadow: 0 8px 6px -6px black;
  }
  .mobile-navbar > div:not(#mobile-top-container) {
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .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;
  }

  .nav-tab {
    border-radius: 0 !important;
    width: 270px;
    height: 65px;
    line-height: 65px;
  }
  .nav-tab.mobile-region-tab > li {
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav-tab li {
    background: #003946;
    width: 50%;
    border-top: 2px solid grey;
    float: left;
  }
  .nav-tab li div {
    cursor: default;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .nav-tab li div:hover {
    background: #003946 !important;
  }
  .nav-tab li.active {
    background: #fff;
    width: 50%;
    border: 0 !important;
  }
  .nav-tab li.active div {
    cursor: default;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .nav-tab li.active div:hover {
    background: #fff !important;
  }

  .language-tab-mobile .tab-content {
    background-color: white;
    height: 100vh;
  }
  .language-tab-mobile .tab-content li {
    padding-bottom: 0 !important;
  }
  .language-tab-mobile .tab-content .soft-separator {
    width: 80px !important;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) and (max-width: 767px) {
  .mobile-navbar .signin-mobile a {
    font-size: 16px;
  }
}

.nav-selected {
  font-weight: 700 !important;
  background: #fbefcc !important;
}
.nav-selected a {
  font-family: 'agenda';
  font-weight: 700;
}

ul.utility-nav {
  margin-top: 4px !important;
}
ul.utility-nav li a, ul.utility-nav li div {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #003946;
}

.utility-nav-1 {
  margin-top: 4px;
  float: left;
}

.utility-nav-2 {
  float: left;
}

/* region-language */
.language-region-pad, .region-pad {
  padding: 0;
}
.language-region-pad ul li:not(.small-soft-separator), .region-pad ul li:not(.small-soft-separator) {
  line-height: 30px;
  padding-left: 14px;
  margin-bottom: 8px;
  color: #003946;
  cursor: pointer;
}
.language-region-pad ul li:not(.small-soft-separator) a, .region-pad ul li:not(.small-soft-separator) a {
  color: inherit;
}
.language-region-pad ul li:not([aria-expanded="true"]):hover, .region-pad ul li:not([aria-expanded="true"]):hover {
  background-color: #fbefcc;
}
.language-region-pad li li:hover, .region-pad li li:hover {
  background-color: #fbefcc;
  font-weight: bold;
}
.language-region-pad ul ul, .region-pad ul ul {
  padding-left: 0;
}

.region-pad {
  padding: 0 0 0 15px;
}

#language-btn {
  margin-top: -9px;
  padding: 11px;
  cursor: pointer;
}

.language-btn {
  background: #fff;
  border-color: white #e1e1e1 #e1e1e1;
  border-style: solid;
  border-width: 10px 1px 1px;
  margin-top: -15px !important;
  padding: 10px;
  box-shadow: 0 4px 20px -10px black;
  cursor: pointer;
}

/* search */
.global-search {
  text-align: center;
  margin: 0 auto 10px;  
}
.global-search input[type=text] {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  padding: 0 10px;
  height: 40px;
  min-width: 142px;
  border: 1px solid #b4b4b4;
}
.global-search .gsc-clear-button {
  display: none;
}
.global-search .gsc-input {
  padding-right: 0 !important;
}
.global-search .gsc-search-box {
  margin: 0 auto;
  width: 73%;
}

.close-search {
  text-align: right;
  margin: 0;
  line-height: 0;
}

.collapse-x {
  margin: 15px 15px 0 0;
  font-size: 14px;
}

#sun-language .collapse-x {
  margin: 15px 0 0 0;
}

.search-icon-container {
  margin: -4px 0 0 0 !important;
}

.mobile-search {
  z-index: 1200;
}

.mobile-search-icon {
  background: #eaab00;
  padding: 12px;
  color: #003946;
  font-size: 26px;
  margin: 0;
}

.mobile-close-search {
  text-align: right;
  padding-right: 14px !important;
}

.desktop-search-icon {
  background: #eaab00;
  padding: 7px;
  color: #003946;
  font-size: 18px !important;
}
.desktop-search-icon:before {
  font-family: FontAwesome;
  content: "\f002";
}
.desktop-search-icon:hover {
  color: #fff;
  background: #003946;
}

.sunlife-logo {
  padding: 10px 0 0 32px;
}

/*
.sun-logo {
  margin-top: -10px;
}	
*/
.mobile-fixed-container {
  background: #fff;
  height: 50px;
}

.nav-holder {
  display: table;
  width: 100%;
}

.nav-prime {
  display: table-row-group;
}

.nav-second {
  display: table-header-group;
}

.top-container {
  position: relative;
}

.video-container {
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}
.video-container video, .video-container .video-replacement {
  z-index: -100;
  background: url(images/home-video-bg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-container .fluidratio {
  border: none;
  margin-top: 0;
}
.video-container .col-sm-6 {
  border-bottom: 10px solid #eaab00;
  position: relative;
  z-index: 3;
}

@media (min-width: 1281px) {
  .top-container .navbar {
    min-height: 20px;
    margin-bottom: 0;
  }

  #sun-search {
    margin-top: -5px;
  }

  .mobile-logo {
    display: none;
  }

  .video-container .fluidratio > div {
    height: 350px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .top-container .navbar {
    min-height: 20px;
    margin-bottom: 0;
  }

  #sun-search {
    margin-top: -5px;
  }

  .mobile-logo {
    display: none;
  }

  .video-container video {
    width: 100%;
    top: calc(50% - 2px );
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-container {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
  }

  .global-search {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .global-search .btn {
    max-width: 200px;
  }
  .global-search .gsc-search-box {
    margin: 0 auto;
  }

  .close-search {
    margin: 0;
    line-height: 0;
  }

  .mobile-logo {
    display: flex;
	margin: 57px 0 0 -15px !important;
  }
  
  .mobile-logo a{
	display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-container {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
  }

  .global-search {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .global-search .btn {
    max-width: 100px;
    margin-bottom: 0 !important;
  }
  .global-search .gsc-search-box {
    padding: 0;
    width: 83%;
  }

  .close-search {
    margin: 0;
  }

  .mobile-logo {
    display: block;
	margin: 57px 0 0 -15px !important;
  }
  
  .mobile-logo a{
	display: none;
  }

  .video-container .home-hero-cta {
    height: 243px;
  }
}
@media (max-width: 1024px) {
  .mobile-login-form input[type=password] {
    width: 67%;
  }
  .mobile-login-form .btn {
    width: auto;
    float: right;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .video-container {
    margin-top: -7px;
  }
}
/* XX Small */
@media (max-width: 319px) {
  .top-container {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
  }

  .mobile-logo {
    display: block;
	margin: 57px 0 0 -15px !important;
  }
  
  .mobile-logo a{
	display: none;
  }

  .mobile-login-form input[type=password] {
    width: 54%;
  }
  .mobile-login-form .btn {
    max-width: 100px;
    margin-bottom: 0 !important;
  }
}
#language-btn[aria-expanded="false"]:after {
  font-family: FontAwesome;
  content: " \f107";
}
#language-btn[aria-expanded="true"]:after {
  font-family: FontAwesome;
  content: " \f106";
}

.pin-bar {
  height: 40px;
  line-height: 40px;
}
.pin-bar .contextual {
  height: 40px;
}

.contextual {
  width: calc(100% - 315px);
  overflow: hidden;
  float: left;
  background: #4a7295;
  display: inline-block;
  padding-left: 15px;
}
.contextual a {
  color: #fff;
}

.customer-signin {
  float: right;
  width: 315px;
  background: #eaab00;
  text-align: center;
}
.customer-signin div {
  color: #003946;
}

#customerSignInDesk {
  width: 315px !important;
  bottom: 0;
  position: absolute;
  @hidden-md;
}
#customerSignInDesk input[type=password] {
  width: 50%;
}

.customer-sign-label {
  font-size: 18px;
  font-family: 'agenda';
  font-weight: 700;
}
.customer-sign-label[aria-expanded=false]:after {
  content: " \f106";
  font-family: FontAwesome;
}

.form-container {
  text-align: left;
  padding: 10px 24px 0 30px;
}

.mobile-follow {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.footer .panel, footer .panel {
  border: 0px none;
  box-shadow: none;
  background: none;
}

.foot-separator-1 {
  border-bottom: 2px solid #dbe4e5;
  width: 100%;
  z-index: 1;
}

.foot-separator-2 {
  border-bottom: 2px solid #4d757e;
  width: 100%;
  z-index: 1;
}

.global-footer-row1 {
  background: #ccd8da;
  padding: 40px 14px;
}
.global-footer-row1 .accordion-heading {
  margin-bottom: 15px;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .global-footer-row1 img {
    width: 155px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .global-footer-row1 {
    padding: 0;
  }
  .global-footer-row1 .accordion-heading {
    margin-bottom: 0;
    cursor: pointer;
  }
}

.copy-rights {
  padding: 14px 14px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .copy-rights [class^="col-"] {
    margin-bottom: 15px;
  }
}

footer .slf-accordion-arrow {
  margin-bottom: 0px;
}

.global-footer-row3 {
  background: #eaab00;
  padding: 14px 14px;
}
.global-footer-row3 .list-inline {
  margin: 0;
  padding: 0;
}
.global-footer-row3 .h4 {
  padding: 0;
  margin: 0;
}
.global-footer-row3 .accordion-heading {
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .global-footer-row3 {
    padding: 10px 0 0 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .accordion-heading {
    line-height: 50px !important;
    margin-bottom: 0 !important;
  }
  footer .slf-accordion-arrow {
    margin-bottom: 0;
    background: #CCD8DA none repeat scroll 0% 0%;
  }
}
.global-footer-row2 {
  background: #003946;
  padding: 40px 14px;
}
.global-footer-row2 a {
  font-family: 'agenda';
  font-weight: 400;
  color: #fff;
}
.global-footer-row2 li {
  margin-bottom: 16px;
}
.global-footer-row2 li:last-child {
  margin-bottom: 0px;
}
.global-footer-row2 .accordion-heading {
  margin-bottom: 15px;
  cursor: default;
}
@media (min-width: 320px) and (max-width: 767px) {
  .global-footer-row2 {
    padding: 0;
  }
  .global-footer-row2 .accordion-heading {
    margin-bottom: 0;
    cursor: pointer;
  }
}

.global-footer > ul {
  margin: 0;
  padding: 40px 14px;
}

.global-footer > ul:nth-child(3), .global-footer > ul:nth-child(4) {
  padding: 0;
  line-height: 50px;
}

.global-footer > ul > li {
  padding: 0 14px;
}

.footer-links li {
  padding-bottom: 16px;
}
.footer-links li:last-child {
  padding-bottom: 0px;
}
.footer-links li a {
  font-family: 'agenda';
  font-weight: 400;
  color: #003946;
}

.footer-socials {
  margin: 0 0 10px 0;
  padding: 0;
}

.footer-socials li {
  color: #fff;
  padding: 0 8px 0 5px;
  display: inline-block;
  /* 	&:hover{
  		color: $slf-yellow;
  	} */
}
.footer-socials li a {
  font-size: 2em;
}
.footer-socials li a:hover:after {
  color: #eaab00;
}

.footer-socials-md li {
  padding: 0 8px 0 5px;
  display: inline-block;
}
.footer-socials-md li a {
  font-size: 2em;
  color: #003946;
}
.footer-socials-md li a:hover:after {
  color: #eaab00;
}

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-site {
    text-align: center;
  }
}
.mobile-site a {
  font-size: 15px;
  color: #003946;
  padding-left: 5px;
}

.slf-footer {
  text-align: right;
}

.slf-footer-text {
  background: #ccd8da;
  color: #003946;
  font-size: 24px;
  font-weight: bold;
  padding: 2px 12px;
  border-radius: 5px;
}

.slf-footnote {
  margin: 0 0 50px 0;
  text-align: justify;
}
.slf-footnote a {
  color: #4a7295 !important;
  font-weight: bold !important;
}

.slf-footnote-body a {
  color: #4a7295 !important;
  font-weight: bold !important;
}

.trusted-years {
  font-family: 'agenda';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  color: #a3afb2;
  margin-top: 20px;
}

.trusted-series {
  font-family: 'agenda';
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  color: #a3afb2;
}

.footer-h4-link {
  margin: 0 0 15px;
}
.footer-h4-link a {
  font-weight: bold;
  color: #eaab00;
  text-decoration: none;
  display: block;
}

:lang(fr) .trusted-years {
  margin-top: 10px !important;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .follow-us .footer-socials li {
    padding-right: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .follow-us {
    color: #003946;
    text-align: left;
    text-transform: uppercase;
  }
  .follow-us .trusted-years, .follow-us .trusted-series {
    color: #003946;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .follow-us {
    padding-top: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }
  .follow-us .footer-socials li {
    padding-right: 16px;
  }
  .follow-us .footer-socials li a {
    font-size: 2em;
  }

  .countries-map-footer {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-h4-link {
    margin: 0;
  }
  .footer-h4-link a {
    line-height: 50px;
    padding-left: 17px;
  }
}
.navbar-fixed-bottom {
  z-index: 790;
}
.navbar-fixed-bottom .collapse-x {
  display: inline-block;
}

/*
------------------------------------------------------------------------------
Grid Same Height extension for Bootstrap
------------------------------------------------------------------------------ 
*/
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1025px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1281px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}
input.form-control {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 20px;
  height: auto;
}
input.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #888888;
}
input.form-control::-ms-input-placeholder {
  font-style: italic;
  color: #888888;
}
input.form-control::-moz-placeholder {
  font-style: italic;
  color: #888888;
}

select.form-control {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  height: auto;
  min-height: 40px !important;
  padding-right: 30px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/static/slfglobal/globalweb/responsive/images/en/form-ui-select-dropdown-arrow.png");
}
select.form-control::-ms-expand {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  select.form-control {
    background-image: url("/static/slfglobal/globalweb/responsive/images/en/form-ui-select-dropdown-arrow@2x.png");
    background-size: 30px 10px;
  }
}
.ie8 select.form-control, .ie9 select.form-control {
  padding-right: 12px;
  background-image: none;
}

form.form-inline {
  margin-top: 20px;
}

#find-advisor-region {
  border: 1px solid #b4b4b4;
}

.input-control input, .input-control .btn {
  vertical-align: top;
}

.label-control label, .label-control .vertical-center {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

input[type='radio'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
input[type='radio'] + label {
  position: relative;
  padding-left: 30px;
  margin-right: 28px;
  font-family: 'agenda';
  font-weight: 400;
  color: #003946;
}
input[type='radio'] + label:before {
  background-clip: content-box;
  background-color: #fff;
  border: solid 1px #eaab00;
  border-radius: 20px;
  content: "";
  height: 20px;
  left: 0;
  padding: 0px;
  position: absolute;
  top: 1px;
  transition: background-color ease-in-out 0.15s, padding ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
  width: 20px;
}
input[type='radio']:checked + label:before {
  background-color: #003946;
  padding: 2px;
}
input[type='radio']:checked:disabled + label:before {
  background-color: #757575;
  padding: 2px;
  opacity: 0.4;
}
input[type='radio']:checked:focus + label:before {
  background-color: #003946;
  padding: 2px;
  box-shadow: 0 0 0pt 1pt #a5c7fe;
}
input[type='radio']:disabled + label {
  color: #757575;
}
input[type='radio']:disabled + label:before {
  opacity: 0.4;
}

.parsley-errors-list.filled {
  background: #a4383d;
  color: #fff !important;
  position: relative;
  margin: 9px 0px !important;
  display: block;
}
.parsley-errors-list.filled:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 5px solid #a4383d;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.parsley-errors-list li {
  background-image: none !important;
  padding: 5px !important;
  padding-left: 20px !important;
  position: relative;
  line-height: 110% !important;
}
.parsley-errors-list li:before {
  content: "\f12a";
  font: normal 1em/0 FontAwesome;
  position: absolute;
  left: 10px;
  top: 14px;
}
.parsley-errors-list a {
  color: #FFF;
}

@media (min-width: 320px) and (max-width: 767px) {
  .input-control input, .input-control .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.slf-r-gradient-shadow-top {
  background: -moz-radial-gradient(center, circle cover, #ffd666 0%, #ecae06 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffd666), color-stop(100%, #ecae06));
  background: -webkit-radial-gradient(center, circle cover, #ffd666 0%, #ecae06 100%);
  background: -o-radial-gradient(center, circle cover, #ffd666 0%, #ecae06 100%);
  background: -ms-radial-gradient(center, circle cover, #ffd666 0%, #ecae06 100%);
  background: radial-gradient(center, circle cover, #ffd666 0%, #ecae06 100%);
  background-color: #ffd666;
  box-shadow: inset 0 25px 16px -16px rgba(0, 0, 0, 0.1);
}

.slf-l-gradient, .slf-r-gradient-whimsical-top {
  background-color: #eaab00;
}

/*
------------------------------------------------------------------------------
Banners
------------------------------------------------------------------------------ 
*/
.banner {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  margin: 0 -15px;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .banner {
    padding: 30px 15px 40px;
  }
}
.banner.extra-padding {
  padding: 55px 15px;
}
.banner.extra-padding img {
  margin: 0 auto;
}
.banner.extra-padding .hero-text {
  color: white;
  font-size: 36px;
}
@media screen and (min-width: 1025px) {
  .banner.extra-padding {
    padding: 80px 15px;
  }
}
@media (max-width: 534px) and (min-width: 320px) {
  .banner img {
    width: 95% !important;
  }
}

/*
------------------------------------------------------------------------------
Feature Banner
------------------------------------------------------------------------------ 
*/
.feature-banner {
  display: table;
  text-align: center;
  width: 100%;
}
.feature-banner > div {
  display: table-caption;
  width: 100%;
}
.feature-banner > div:first-child {
  display: table-cell;
  width: 100%;
}
@media (min-width: 768px) {
  .feature-banner > div {
    display: table-cell !important;
    width: 50% !important;
    vertical-align: middle;
  }
}
.feature-banner > .text-cell {
  padding: 30px;
}
.feature-banner h2, .feature-banner .featured-content-list .editorial, .featured-content-list .feature-banner .editorial, .feature-banner .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .feature-banner .editorial,
.feature-banner .featured-content-list.multiple-link-variation .editorial,
.featured-content-list.multiple-link-variation .feature-banner .editorial, .feature-banner .featured-content-list-tool .editorial, .featured-content-list-tool .feature-banner .editorial,
.feature-banner .featured-content-list.tool-variation .editorial,
.featured-content-list.tool-variation .feature-banner .editorial {
  margin-top: 0;
}
.feature-banner .date {
  margin-bottom: 10px;
}

ul.feature-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  ul.feature-content {
    padding: 0 40px;
  }
}
ul.feature-content:before {
  display: block;
  content: ' ';
  width: 60px;
  height: 2px;
  background: #99b0b5;
  margin: 25px auto 0;
}
ul.feature-content li {
  margin-top: 25px;
}

/*
------------------------------------------------------------------------------
Images
------------------------------------------------------------------------------ 
*/
.image-circle, .featured-content-list img, .featured-content-list-multiple-link img,
.featured-content-list.multiple-link-variation img, .featured-content-list-tool img,
.featured-content-list.tool-variation img {
  display: block;
  margin: 0 auto 25px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.image-full {
  width: 100%;
}

/*
------------------------------------------------------------------------------
Featured Content List
------------------------------------------------------------------------------ 
*/
.featured-content-list, .featured-content-list-multiple-link,
.featured-content-list.multiple-link-variation, .featured-content-list-tool,
.featured-content-list.tool-variation {
  text-align: center;
  margin: 0 0 25px;
  padding: 29px 0 5px;
}
.featured-content-list.padded, .padded.featured-content-list-multiple-link, .padded.featured-content-list-tool {
  margin: 0;
  padding: 40px 15px 20px 15px;
}
@media (min-width: 1281px) {
  .featured-content-list.padded, .padded.featured-content-list-multiple-link, .padded.featured-content-list-tool {
    padding: 40px;
  }
}
.featured-content-list .content-label, .featured-content-list-multiple-link .content-label,
.featured-content-list.multiple-link-variation .content-label, .featured-content-list-tool .content-label,
.featured-content-list.tool-variation .content-label {
  margin-top: 0;
  margin-bottom: 20px;
}
.featured-content-list .content-label + .large-body, .featured-content-list-multiple-link .content-label + .large-body,
.featured-content-list.multiple-link-variation .content-label + .large-body, .featured-content-list-tool .content-label + .large-body,
.featured-content-list.tool-variation .content-label + .large-body, .featured-content-list .right-rail .module-1 .content-label + p, .right-rail .module-1 .featured-content-list .content-label + p, .featured-content-list-multiple-link .right-rail .module-1 .content-label + p, .right-rail .module-1 .featured-content-list-multiple-link .content-label + p,
.featured-content-list.multiple-link-variation .right-rail .module-1 .content-label + p,
.right-rail .module-1 .featured-content-list.multiple-link-variation .content-label + p, .featured-content-list-tool .right-rail .module-1 .content-label + p, .right-rail .module-1 .featured-content-list-tool .content-label + p,
.featured-content-list.tool-variation .right-rail .module-1 .content-label + p,
.right-rail .module-1 .featured-content-list.tool-variation .content-label + p, .featured-content-list .right-rail .module-1 .content-label + li, .right-rail .module-1 .featured-content-list .content-label + li, .featured-content-list-multiple-link .right-rail .module-1 .content-label + li, .right-rail .module-1 .featured-content-list-multiple-link .content-label + li,
.featured-content-list.multiple-link-variation .right-rail .module-1 .content-label + li,
.right-rail .module-1 .featured-content-list.multiple-link-variation .content-label + li, .featured-content-list-tool .right-rail .module-1 .content-label + li, .right-rail .module-1 .featured-content-list-tool .content-label + li,
.featured-content-list.tool-variation .right-rail .module-1 .content-label + li,
.right-rail .module-1 .featured-content-list.tool-variation .content-label + li,
.featured-content-list .right-rail .module-2 .content-label + p,
.right-rail .module-2 .featured-content-list .content-label + p,
.featured-content-list-multiple-link .right-rail .module-2 .content-label + p,
.right-rail .module-2 .featured-content-list-multiple-link .content-label + p,
.featured-content-list.multiple-link-variation .right-rail .module-2 .content-label + p,
.right-rail .module-2 .featured-content-list.multiple-link-variation .content-label + p,
.featured-content-list-tool .right-rail .module-2 .content-label + p,
.right-rail .module-2 .featured-content-list-tool .content-label + p,
.featured-content-list.tool-variation .right-rail .module-2 .content-label + p,
.right-rail .module-2 .featured-content-list.tool-variation .content-label + p,
.featured-content-list .right-rail .module-2 .content-label + li,
.right-rail .module-2 .featured-content-list .content-label + li,
.featured-content-list-multiple-link .right-rail .module-2 .content-label + li,
.right-rail .module-2 .featured-content-list-multiple-link .content-label + li,
.featured-content-list.multiple-link-variation .right-rail .module-2 .content-label + li,
.right-rail .module-2 .featured-content-list.multiple-link-variation .content-label + li,
.featured-content-list-tool .right-rail .module-2 .content-label + li,
.right-rail .module-2 .featured-content-list-tool .content-label + li,
.featured-content-list.tool-variation .right-rail .module-2 .content-label + li,
.right-rail .module-2 .featured-content-list.tool-variation .content-label + li,
.featured-content-list .right-rail .module-2x2 .content-label + p,
.right-rail .module-2x2 .featured-content-list .content-label + p,
.featured-content-list-multiple-link .right-rail .module-2x2 .content-label + p,
.right-rail .module-2x2 .featured-content-list-multiple-link .content-label + p,
.featured-content-list.multiple-link-variation .right-rail .module-2x2 .content-label + p,
.right-rail .module-2x2 .featured-content-list.multiple-link-variation .content-label + p,
.featured-content-list-tool .right-rail .module-2x2 .content-label + p,
.right-rail .module-2x2 .featured-content-list-tool .content-label + p,
.featured-content-list.tool-variation .right-rail .module-2x2 .content-label + p,
.right-rail .module-2x2 .featured-content-list.tool-variation .content-label + p,
.featured-content-list .right-rail .module-2x2 .content-label + li,
.right-rail .module-2x2 .featured-content-list .content-label + li,
.featured-content-list-multiple-link .right-rail .module-2x2 .content-label + li,
.right-rail .module-2x2 .featured-content-list-multiple-link .content-label + li,
.featured-content-list.multiple-link-variation .right-rail .module-2x2 .content-label + li,
.right-rail .module-2x2 .featured-content-list.multiple-link-variation .content-label + li,
.featured-content-list-tool .right-rail .module-2x2 .content-label + li,
.right-rail .module-2x2 .featured-content-list-tool .content-label + li,
.featured-content-list.tool-variation .right-rail .module-2x2 .content-label + li,
.right-rail .module-2x2 .featured-content-list.tool-variation .content-label + li,
.featured-content-list .right-rail .module-3 .content-label + p,
.right-rail .module-3 .featured-content-list .content-label + p,
.featured-content-list-multiple-link .right-rail .module-3 .content-label + p,
.right-rail .module-3 .featured-content-list-multiple-link .content-label + p,
.featured-content-list.multiple-link-variation .right-rail .module-3 .content-label + p,
.right-rail .module-3 .featured-content-list.multiple-link-variation .content-label + p,
.featured-content-list-tool .right-rail .module-3 .content-label + p,
.right-rail .module-3 .featured-content-list-tool .content-label + p,
.featured-content-list.tool-variation .right-rail .module-3 .content-label + p,
.right-rail .module-3 .featured-content-list.tool-variation .content-label + p,
.featured-content-list .right-rail .module-3 .content-label + li,
.right-rail .module-3 .featured-content-list .content-label + li,
.featured-content-list-multiple-link .right-rail .module-3 .content-label + li,
.right-rail .module-3 .featured-content-list-multiple-link .content-label + li,
.featured-content-list.multiple-link-variation .right-rail .module-3 .content-label + li,
.right-rail .module-3 .featured-content-list.multiple-link-variation .content-label + li,
.featured-content-list-tool .right-rail .module-3 .content-label + li,
.right-rail .module-3 .featured-content-list-tool .content-label + li,
.featured-content-list.tool-variation .right-rail .module-3 .content-label + li,
.right-rail .module-3 .featured-content-list.tool-variation .content-label + li,
.featured-content-list .right-rail .module-3x2 .content-label + p,
.right-rail .module-3x2 .featured-content-list .content-label + p,
.featured-content-list-multiple-link .right-rail .module-3x2 .content-label + p,
.right-rail .module-3x2 .featured-content-list-multiple-link .content-label + p,
.featured-content-list.multiple-link-variation .right-rail .module-3x2 .content-label + p,
.right-rail .module-3x2 .featured-content-list.multiple-link-variation .content-label + p,
.featured-content-list-tool .right-rail .module-3x2 .content-label + p,
.right-rail .module-3x2 .featured-content-list-tool .content-label + p,
.featured-content-list.tool-variation .right-rail .module-3x2 .content-label + p,
.right-rail .module-3x2 .featured-content-list.tool-variation .content-label + p,
.featured-content-list .right-rail .module-3x2 .content-label + li,
.right-rail .module-3x2 .featured-content-list .content-label + li,
.featured-content-list-multiple-link .right-rail .module-3x2 .content-label + li,
.right-rail .module-3x2 .featured-content-list-multiple-link .content-label + li,
.featured-content-list.multiple-link-variation .right-rail .module-3x2 .content-label + li,
.right-rail .module-3x2 .featured-content-list.multiple-link-variation .content-label + li,
.featured-content-list-tool .right-rail .module-3x2 .content-label + li,
.right-rail .module-3x2 .featured-content-list-tool .content-label + li,
.featured-content-list.tool-variation .right-rail .module-3x2 .content-label + li,
.right-rail .module-3x2 .featured-content-list.tool-variation .content-label + li,
.featured-content-list .right-rail .module-3x3 .content-label + p,
.right-rail .module-3x3 .featured-content-list .content-label + p,
.featured-content-list-multiple-link .right-rail .module-3x3 .content-label + p,
.right-rail .module-3x3 .featured-content-list-multiple-link .content-label + p,
.featured-content-list.multiple-link-variation .right-rail .module-3x3 .content-label + p,
.right-rail .module-3x3 .featured-content-list.multiple-link-variation .content-label + p,
.featured-content-list-tool .right-rail .module-3x3 .content-label + p,
.right-rail .module-3x3 .featured-content-list-tool .content-label + p,
.featured-content-list.tool-variation .right-rail .module-3x3 .content-label + p,
.right-rail .module-3x3 .featured-content-list.tool-variation .content-label + p,
.featured-content-list .right-rail .module-3x3 .content-label + li,
.right-rail .module-3x3 .featured-content-list .content-label + li,
.featured-content-list-multiple-link .right-rail .module-3x3 .content-label + li,
.right-rail .module-3x3 .featured-content-list-multiple-link .content-label + li,
.featured-content-list.multiple-link-variation .right-rail .module-3x3 .content-label + li,
.right-rail .module-3x3 .featured-content-list.multiple-link-variation .content-label + li,
.featured-content-list-tool .right-rail .module-3x3 .content-label + li,
.right-rail .module-3x3 .featured-content-list-tool .content-label + li,
.featured-content-list.tool-variation .right-rail .module-3x3 .content-label + li,
.right-rail .module-3x3 .featured-content-list.tool-variation .content-label + li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.featured-content-list img, .featured-content-list-multiple-link img,
.featured-content-list.multiple-link-variation img, .featured-content-list-tool img,
.featured-content-list.tool-variation img {
  margin: 20px auto 30px;
  width: 100%;
  max-width: 220px;
}
.featured-content-list .date, .featured-content-list-multiple-link .date,
.featured-content-list.multiple-link-variation .date, .featured-content-list-tool .date,
.featured-content-list.tool-variation .date {
  margin-top: 20px;
  margin-bottom: 20px;
}
.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 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.featured-content-list p, .featured-content-list-multiple-link p,
.featured-content-list.multiple-link-variation p, .featured-content-list-tool p,
.featured-content-list.tool-variation p {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.dotted-centered-list {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
}
ul.dotted-centered-list li a {
  font-family: 'agenda';
  font-weight: 400;
}
ul.dotted-centered-list li + li {
  border-top: 2px dotted #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}

.featured-content-list-multiple-link .content-label,
.featured-content-list.multiple-link-variation .content-label,
.multiple-link-variation.featured-content-list-multiple-link .content-label,
.multiple-link-variation.featured-content-list-tool .content-label {
  margin-bottom: 30px;
}
.featured-content-list-multiple-link img,
.featured-content-list.multiple-link-variation img,
.multiple-link-variation.featured-content-list-multiple-link img,
.multiple-link-variation.featured-content-list-tool img {
  margin-bottom: 20px;
}

.featured-content-list-tool .fa,
.featured-content-list.tool-variation .fa,
.tool-variation.featured-content-list-multiple-link .fa,
.tool-variation.featured-content-list-tool .fa {
  margin: 12px auto 45px;
  display: block;
  font-size: 3.2em;
  color: #003946;
}
.featured-content-list-tool .sun-icon,
.featured-content-list.tool-variation .sun-icon,
.tool-variation.featured-content-list-multiple-link .sun-icon,
.tool-variation.featured-content-list-tool .sun-icon {
  display: block;
  margin: 0 auto 30px;
  color: #003946;
  font-size: 78px;
}
.featured-content-list-tool .content-label,
.featured-content-list.tool-variation .content-label,
.tool-variation.featured-content-list-multiple-link .content-label,
.tool-variation.featured-content-list-tool .content-label {
  margin-bottom: 30px;
}
.featured-content-list-tool p em strong,
.featured-content-list.tool-variation p em strong,
.tool-variation.featured-content-list-multiple-link p em strong,
.tool-variation.featured-content-list-tool p em strong {
  display: block;
}

/*
------------------------------------------------------------------------------
Feature Bar
------------------------------------------------------------------------------ 
*/
.feature-bar, .feature-bar-single,
.feature-bar.single-variation {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
.feature-bar hr, .feature-bar-single hr,
.feature-bar.single-variation hr {
  width: 60px;
  height: 0;
  margin: 25px auto;
  border-top: solid 2px #003946;
  position: static;
}
@media (min-width: 320px) and (max-width: 767px) {
  .feature-bar .btn, .feature-bar-single .btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.feature-bar-single,
.feature-bar.single-variation,
.single-variation.feature-bar-single {
  background-image: url(/static/slfglobal/globalweb/responsive/images/en/icon-whimsical.png);
  background-position: center -200px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .feature-bar-single,
  .feature-bar.single-variation,
  .single-variation.feature-bar-single {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-bar-single hr ~ p,
.feature-bar.single-variation hr ~ p,
.single-variation.feature-bar-single hr ~ p {
  font-family: 'agenda';
  font-weight: 400;
  font-style: italic;
}
.feature-bar-single .btn,
.feature-bar.single-variation .btn,
.single-variation.feature-bar-single .btn {
  margin-top: 25px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .feature-bar-single h1,
  .feature-bar.single-variation h1,
  .single-variation.feature-bar-single h1 {
    text-align: center !important;
  }
}

/*
------------------------------------------------------------------------------
Dividers
------------------------------------------------------------------------------ 
*/
.page-divider {
  margin-left: -15px;
  margin-right: -15px;
}
.page-divider:after {
  display: block;
  content: ' ';
  height: 2px;
  width: 100%;
  background: #e1e1e1;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .page-divider:after {
    width: 75%;
  }
}

.row-divider-slf [class*=col] + [class*=col]:before {
  display: block;
  content: ' ';
  height: 2px;
  width: 60px;
  margin: 10px auto;
  background: #eaab00;
}
.row-divider-slf [class*=col]:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row-divider-slf [class*=col] + [class*=col]:before {
    display: none;
  }
  .row-divider-slf [class*=col]:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .cols-separated [class*="col-"] + [class*="col-"], .cols-separated-light [class*="col-"] + [class*="col-"] {
    position: relative;
  }
  .cols-separated [class*="col-"] + [class*="col-"]:before, .cols-separated-light [class*="col-"] + [class*="col-"]:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 12.5%;
    width: 0;
    height: 75%;
    border-right: solid 2px #a58735;
  }
}

@media (min-width: 768px) {
  .cols-separated-light [class*="col-"] + [class*="col-"]:before {
    border-right-color: #e1e1e1;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .rows-separated-light [class*="col-"] + [class*="col-"] {
    position: relative;
  }
  .rows-separated-light [class*="col-"] + [class*="col-"]:before {
    content: '';
    width: 60px;
    height: 0;
    margin: 30px auto;
    display: block;
    border-top: solid 2px #d9e1e3;
  }
}

@media (min-width: 768px) {
  .column-separator, .column-row-separator-light {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .column-separator:before, .column-row-separator-light:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 12.5%;
    width: 0;
    height: 75%;
    border-right: solid 2px #a58735;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .row-separator-yellow:before {
    display: block;
    content: ' ';
    height: 2px;
    width: 60px;
    margin: 10px auto;
    background: #eaab00;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .row-separator-light:before, .column-row-separator-light:before {
    content: '';
    width: 60px;
    height: 0;
    margin: -30px auto 0;
    display: block;
    border-top: solid 2px #d9e1e3;
  }
}

@media (min-width: 768px) {
  .column-row-separator-light:before {
    border-right-color: #e1e1e1;
  }
}

/*
------------------------------------------------------------------------------
Right Rail
------------------------------------------------------------------------------ 
*/
.rail .no-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rail .no-bullet li {
  margin: 0 0 30px;
  padding: 0;
}
.rail section {
  padding: 30px 20px;
  text-align: center;
  background-color: #e6eced;
}
.rail section.product-advisor-cta {
  background-color: #fbefcc;
}
.rail section.transparent {
  background-color: transparent;
  padding: 0;
}
.rail section + section {
  margin-top: 10px;
}
.rail section > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.rail a {
  color: #003946;
}
.rail h4, .rail .accordion-heading, .rail .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading, .footer .global-footer-row2 .slf-accordion-arrow .rail .accordion-heading, .rail .slf-tab-container .panel-default > .panel-heading, .slf-tab-container .rail .panel-default > .panel-heading {
  margin-bottom: 30px;
}
.rail hr {
  width: 100px;
  margin: 40px auto;
  border-top: solid 2px #eaab00;
}
.rail .icon-link {
  font-family: 'agenda';
  font-weight: 400;
  display: block;
  color: #003946;
}
.rail .icon-link[data-icon-code]:before {
  content: attr(data-icon-code) " ";
  font-family: FontAwesome;
  speak: none;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 37px;
  text-decoration: none !important;
  font-style: normal !important;
}
.rail .icon-link[data-icon-code][data-icon-custom]:before {
  font-family: sunlife-custom;
  font-size: 55px;
}
.rail .icon-link:hover {
  text-decoration: none;
}
.rail .icon-link:hover span {
  text-decoration: underline;
}
.rail .btn {
  display: block;
  margin-top: 20px !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .rail .btn {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .rail .no-bullet li {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
------------------------------------------------------------------------------
Pagination
------------------------------------------------------------------------------ 
*/
.pagination {
  border-radius: 0px;
}
.pagination > li {
  display: inline-block;
  background-image: url(/static/slfglobal/globalweb/responsive/images/en/spacer.png) !important;
}
.pagination > li.ellipsis {
  pointer-events: none;
}
.pagination > li a {
  color: #4a7295;
}
.pagination > li a:hover {
  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 .fa {
  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 span.fa, .pagination > li.link-to-first > a span.fa, .pagination > li.next > a span.fa {
    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.previous span.fa {
    display: none;
  }
  .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;
  }
}

/*
------------------------------------------------------------------------------
Module - Life Stages
------------------------------------------------------------------------------ 
*/
/* usage
@include center-block;		
*/
.life-stages-selector {
  text-align: center;
  padding-top: 25px;
  /*padding-bottom: 40px;*/
  color: white;
}
@media (min-width: 768px) {
  .life-stages-selector h2, .life-stages-selector .featured-content-list .editorial, .featured-content-list .life-stages-selector .editorial, .life-stages-selector .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .life-stages-selector .editorial,
  .life-stages-selector .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .life-stages-selector .editorial, .life-stages-selector .featured-content-list-tool .editorial, .featured-content-list-tool .life-stages-selector .editorial,
  .life-stages-selector .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .life-stages-selector .editorial {
    font-size: 38px;
  }
  .life-stages-selector h2.other, .life-stages-selector .featured-content-list .other.editorial, .featured-content-list .life-stages-selector .other.editorial, .life-stages-selector .featured-content-list-multiple-link .other.editorial, .featured-content-list-multiple-link .life-stages-selector .other.editorial,
  .life-stages-selector .featured-content-list.multiple-link-variation .other.editorial,
  .featured-content-list.multiple-link-variation .life-stages-selector .other.editorial, .life-stages-selector .featured-content-list-tool .other.editorial, .featured-content-list-tool .life-stages-selector .other.editorial,
  .life-stages-selector .featured-content-list.tool-variation .other.editorial,
  .featured-content-list.tool-variation .life-stages-selector .other.editorial {
    font-size: 20px;
  }
  .life-stages-selector p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 66.66667%;
  }
  .life-stages-selector .btn-sec-transparent-blue:hover {
    background: none !important;
    text-decoration: underline;
  }
}
.life-stages-selector ul {
  list-style: none;
  padding: 0;
  margin: 30px 7px !important;
}
.life-stages-selector ul:before, .life-stages-selector ul:after {
  content: " ";
  display: table;
}
.life-stages-selector ul:after {
  clear: both;
}
.life-stages-selector ul li {
  width: 50%;
  float: left;
  padding: 0 7px;
  margin-bottom: 15px;
  background-image: none !important;
}
.life-stages-selector ul li a {
  font-size: 14px !important;
  padding: 9px 19px !important;
  min-height: 40px;
  display: inline-block;
  width: 100%;
  background: transparent;
  color: white !important;
  border: 2px solid white;
  margin: 0 !important;
        /*
				&:hover {
          background: $white;
          color: $slf-blue !important;
          border: 2px solid $white;
        }
				*/
}
.life-stages-selector ul li a.selected, .life-stages-selector ul li a[disabled] {
  color: #eaab00 !important;
  border-color: #33606b;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .life-stages-selector ul li {
    width: 80%;
    display: inline-block;
    float: none;
  }
}
@media (min-width: 768px) {
  [class*="col-"][class*="-12"] > .life-stages-selector ul li {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 14px !important;
    height: 50px;
  }
  [class*="col-"][class*="-12"] > .life-stages-selector ul li a {
    font-family: 'agenda';
    font-weight: 700;
    font-size: 16px !important;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
  }
  [class*="col-"][class*="-12"] > .life-stages-selector ul li a:hover {
    border: none;
    background: transparent;
    color: white !important;
  }
  [class*="col-"][class*="-12"] > .life-stages-selector ul li a.selected, [class*="col-"][class*="-12"] > .life-stages-selector ul li a[disabled] {
    font-family: 'agenda';
    font-weight: 400;
  }
  [class*="col-"][class*="-12"] > .life-stages-selector ul li:first-child {
    padding-left: 0 !important;
  }
  [class*="col-"][class*="-12"] > .life-stages-selector ul li:last-child {
    padding-right: 0;
  }
  [class*="col-"][class*="-12"] > .life-stages-selector ul li + li {
    border-left: solid 2px #265661;
  }
}
@media (min-width: 1025px) {
  [class*="col-"][class*="-6"] > .life-stages-selector ul li {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 14px !important;
    height: 50px;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li a {
    font-family: 'agenda';
    font-weight: 700;
    font-size: 16px !important;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li a:hover {
    border: none;
    background: transparent;
    color: white !important;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li a.selected, [class*="col-"][class*="-6"] > .life-stages-selector ul li a[disabled] {
    font-family: 'agenda';
    font-weight: 400;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li:first-child {
    padding-left: 0 !important;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li:last-child {
    padding-right: 0;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li + li {
    border-left: solid 2px #265661;
  }
  [class*="col-"][class*="-6"] > .life-stages-selector ul li {
    padding: 0 18px;
  }
}
.life-stages-selector .btn-yellow {
  color: #003946 !important;
}
.life-stages-selector .btn-yellow:hover {
  color: #fff !important;
}

/*
------------------------------------------------------------------------------
Life Stage Categories
------------------------------------------------------------------------------ 
*/
.life-stage-category {
  border-radius: 5px;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.life-stage-category:nth-child(even) {
  background-color: #f0f0f0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .life-stage-category .featured-content-list .btn, .life-stage-category .featured-content-list-multiple-link .btn, .life-stage-category .featured-content-list-tool .btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .life-stage-category {
    background-color: white !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .life-stage-category:nth-child(even) {
    clear: right;
  }
  .life-stage-category:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1025px) {
  .life-stage-category {
    transition: transform 150ms;
    z-index: 0;
    position: relative;
    cursor: pointer;
    padding-bottom: 80px;
  }
  .life-stage-category:focus, .life-stage-category:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    transform: scale(1.05, 1.05);
    z-index: 1;
  }
  .life-stage-category .featured-content-list, .life-stage-category .featured-content-list-multiple-link, .life-stage-category .featured-content-list-tool {
    margin-bottom: 0;
  }
  .life-stage-category .featured-content-list .btn, .life-stage-category .featured-content-list-multiple-link .btn, .life-stage-category .featured-content-list-tool .btn {
    position: absolute;
    bottom: 40px;
    right: 10%;
    left: 10%;
  }
}

/*
------------------------------------------------------------------------------
List Topic Bar
------------------------------------------------------------------------------ 
*/
.list-topic-bar {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
}
@media (min-width: 768px) {
  .list-topic-bar {
    background: #fbcd52;
    background: linear-gradient(#fbcd52, #eaab00);
    border-top: 2px solid #f9e6b3;
  }
}

ul.list-topic {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  margin-bottom: 10px;
}
ul.list-topic li {
  display: inline-block;
}
ul.list-topic li a {
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 9px 10px 8px;
  min-height: 40px;
  text-transform: uppercase;
  background-color: #eaab00;
  color: #003946;
  font-size: 16px;
}
ul.list-topic li.selected a, ul.list-topic li[disabled] a {
  background-color: #003946;
  color: white;
  pointer-events: none;
}

@media (min-width: 768px) {
  ul.list-topic {
    padding-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    box-sizing: content-box;
      /*
			li.selected,
			li.selected + li,		
			*/
  }
  ul.list-topic li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 20px;
    text-align: center;
  }
  ul.list-topic li a {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.1;
    padding: 0 !important;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
  }
  ul.list-topic li.selected, ul.list-topic li[disabled] {
    background-color: #003946;
  }
  ul.list-topic li.selected a, ul.list-topic li[disabled] a {
    color: white;
    pointer-events: none;
  }
  ul.list-topic li + li {
    border-left: solid 2px #bb8800;
  }
  ul.list-topic li[disabled],
  ul.list-topic li[disabled] + li {
    border-left-width: 0;
  }
}
/*
------------------------------------------------------------------------------
Modules
------------------------------------------------------------------------------ 
*/
.module {
  padding: 30px 30px 40px;
  text-align: center;
}
.module.no-padding-h {
  padding-left: 0;
  padding-right: 0;
}
.module .content-label, .module .large-body, .module .right-rail .module-1 p, .right-rail .module-1 .module p, .module .right-rail .module-1 li, .right-rail .module-1 .module li,
.module .right-rail .module-2 p,
.right-rail .module-2 .module p,
.module .right-rail .module-2 li,
.right-rail .module-2 .module li,
.module .right-rail .module-2x2 p,
.right-rail .module-2x2 .module p,
.module .right-rail .module-2x2 li,
.right-rail .module-2x2 .module li,
.module .right-rail .module-3 p,
.right-rail .module-3 .module p,
.module .right-rail .module-3 li,
.right-rail .module-3 .module li,
.module .right-rail .module-3x2 p,
.right-rail .module-3x2 .module p,
.module .right-rail .module-3x2 li,
.right-rail .module-3x2 .module li,
.module .right-rail .module-3x3 p,
.right-rail .module-3x3 .module p,
.module .right-rail .module-3x3 li,
.right-rail .module-3x3 .module li {
  margin-top: 0;
  margin-bottom: 30px;
}
.module a:not(.btn) {
  display: block;
}
.module a:not(.btn) small {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 1em;
  display: block;
}
.module .region-selection-form .btn, .module .region-selection-form select {
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .module .region-selection-form .btn, .module .region-selection-form select {
    margin-top: 10px !important;
    width: 100%;
  }
  .module .region-selection-form .form-group {
    width: 100%;
  }
}
.module *:first-child {
  margin-top: 0;
}
.module *:last-child {
  margin-bottom: 0;
}

.section-module h2.medium, .section-module .featured-content-list .medium.editorial, .featured-content-list .section-module .medium.editorial, .section-module .featured-content-list-multiple-link .medium.editorial, .featured-content-list-multiple-link .section-module .medium.editorial,
.section-module .featured-content-list.multiple-link-variation .medium.editorial,
.featured-content-list.multiple-link-variation .section-module .medium.editorial, .section-module .featured-content-list-tool .medium.editorial, .featured-content-list-tool .section-module .medium.editorial,
.section-module .featured-content-list.tool-variation .medium.editorial,
.featured-content-list.tool-variation .section-module .medium.editorial {
  font-size: 36px;
  font-family: 'agenda';
  font-weight: 400;
}

/*
------------------------------------------------------------------------------
Paginated Content List
------------------------------------------------------------------------------ 
*/
.content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 2px #e1e1e1;
}
.content-list li {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.content-list li:before, .content-list li:after {
  content: " ";
  display: table;
}
.content-list li:after {
  clear: both;
}
.content-list li .content-list-thumbnail {
  display: none;
}
.content-list li + li {
  padding-top: 30px;
  position: relative;
}
.content-list li + li:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  margin-left: -50px;
  height: 0;
  border-top: solid 2px #e1e1e1;
}
@media (min-width: 768px) {
  .content-list li {
    display: table;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .content-list li .content-list-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 250px;
  }
  .content-list li .content-list-thumbnail img {
    width: 220px;
    height: 220px;
  }
  .content-list li .content-list-summary {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
  }
  .content-list li + li {
    padding-top: 0;
  }
  .content-list li + li:before {
    content: none;
  }
}

/*
------------------------------------------------------------------------------
Tools & Calculators List
------------------------------------------------------------------------------ 
*/
@media (min-width: 320px) and (max-width: 767px) {
  .tools-calculators-list-divider-xs:before {
    content: '';
    width: 60px;
    margin: 30px auto;
    display: block;
    height: 0;
    border-top: solid 2px #eaab00;
  }
}

@media (min-width: 768px) {
  .tools-calculators-list-divider-sm-up:before {
    content: '';
    width: 50%;
    margin: 30px auto;
    display: block;
    height: 0;
    border-top: solid 2px #e1e1e1;
  }
}

.icon-stack-temporary {
  display: inline-block;
  width: 60px;
  height: 60px;
}

/*
------------------------------------------------------------------------------
Star Rating
------------------------------------------------------------------------------ 
*/
.star-rating {
  background-color: #f2f5f6;
  padding: 20px;
}
.star-rating fieldset {
  display: inline-block;
  border: 0;
  margin-bottom: -10px;
}
.star-rating fieldset legend {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  float: left;
  width: auto;
  margin: 0;
  margin-right: 18px;
}
.star-rating fieldset legend .rated {
  display: none;
}
.star-rating fieldset legend [aria-hidden] {
  speak: none;
}
.star-rating fieldset input {
  display: none;
}
.star-rating fieldset label {
  float: right;
  margin-bottom: 0;
  cursor: pointer;
}
.star-rating fieldset label:before {
  display: inline-block;
  font-size: 1.5em;
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f006";
}
.star-rating fieldset .half:before {
  content: "\f089";
  color: transparent;
  position: absolute;
  padding-right: 0;
}
.star-rating fieldset input:checked ~ label:before,
.star-rating fieldset label:not([disabled]):hover:before,
.star-rating fieldset label:not([disabled]):hover ~ label:before {
  content: "\f005";
}
.star-rating fieldset input:checked ~ label.half:before,
.star-rating fieldset label.half:not([disabled]):hover:before,
.star-rating fieldset label:not([disabled]):hover ~ label.half:before {
  content: "\f089";
  color: inherit;
}
.star-rating fieldset label:not([disabled]):hover:before,
.star-rating fieldset label:not([disabled]):hover ~ label:before {
  color: #eaab00 !important;
}
.star-rating fieldset label[disabled], .star-rating fieldset input[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.star-rating.user-rated fieldset legend .unrated {
  display: none;
}
.star-rating.user-rated fieldset legend .rated {
  display: inline;
}
.star-rating.user-rated fieldset input:checked ~ label:before {
  color: #eaab00 !important;
}
html.ie6 .star-rating, html.ie7 .star-rating, html.ie8 .star-rating {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .star-rating {
    margin-left: -15px;
    margin-right: -15px;
  }
  .star-rating fieldset {
    margin-bottom: 0;
  }
  .star-rating fieldset legend {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .star-rating fieldset label:before {
    display: inline-block;
    font-size: 2.2em;
    padding: 0 10px 0 0;
  }
}

/*
------------------------------------------------------------------------------
Articles
------------------------------------------------------------------------------ 
*/
.article header {
  margin-bottom: 30px;
}
.article figure {
  font-size: 18px;
  line-height: 140%;
}
.article figure img {
  width: 100%;
  margin: 12px 0 30px 0;
}
.article .article-body {
  margin-bottom: 30px;
}
.article .article-author {
  text-align: center;
  padding: 30px 15px;
  margin: 0 -15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article .article-author img {
  border-radius: 50%;
}
.article .article-author .author-image {
  margin-bottom: 25px;
}
.article .article-author .author-description .author-name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.article .article-author .author-description p:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .article .article-author {
    display: table;
    text-align: left;
    border-top: 2px dotted #e5e5e5;
    border-bottom: 2px dotted #e5e5e5;
    padding: 30px 0;
    margin: 0;
  }
  .article .article-author > div {
    display: table-cell;
    vertical-align: top;
  }
  .article .article-author > div.author-image {
    padding-right: 25px;
    margin-bottom: 0px;
  }
}

.article-related {
  margin: 30px 0;
}
.article-related:before, .article-related:after {
  content: " ";
  display: table;
}
.article-related:after {
  clear: both;
}
.article-related h2, .article-related .featured-content-list .editorial, .featured-content-list .article-related .editorial, .article-related .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .article-related .editorial,
.article-related .featured-content-list.multiple-link-variation .editorial,
.featured-content-list.multiple-link-variation .article-related .editorial, .article-related .featured-content-list-tool .editorial, .featured-content-list-tool .article-related .editorial,
.article-related .featured-content-list.tool-variation .editorial,
.featured-content-list.tool-variation .article-related .editorial {
  text-align: center;
  margin-bottom: 0px;
}
.article-related [class*="featured-content-list"] {
  margin: 10px 0;
}
.article-related [class*="featured-content-list"] img {
  display: none;
}
@media (min-width: 768px) {
  .article-related {
    margin: 35px 0 40px;
  }
  .article-related h2, .article-related .featured-content-list .editorial, .featured-content-list .article-related .editorial, .article-related .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .article-related .editorial,
  .article-related .featured-content-list.multiple-link-variation .editorial,
  .featured-content-list.multiple-link-variation .article-related .editorial, .article-related .featured-content-list-tool .editorial, .featured-content-list-tool .article-related .editorial,
  .article-related .featured-content-list.tool-variation .editorial,
  .featured-content-list.tool-variation .article-related .editorial {
    text-align: left;
  }
  .article-related [class*="featured-content-list"] {
    padding: 0px;
    margin: 0px;
  }
  .article-related [class*="featured-content-list"] img {
    display: block;
  }
}

/*
------------------------------------------------------------------------------
Campaign
------------------------------------------------------------------------------ 
*/
.campaign-hero {
  /*position: right top;*/
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .campaign-hero {
    height: 350px !important;
    margin-top: -40px;
  }
}
.campaign-hero .text-cell {
  padding: 15px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 -25px 16px -16px rgba(0, 0, 0, 0.1);
}
.campaign-hero .text-cell > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .campaign-hero .text-cell .large-header {
    font-size: 40px;
  }
  .campaign-hero .text-cell .hero-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .campaign-hero .text-cell {
    background: transparent;
    box-shadow: none;
    padding-left: 30px;
    padding-right: 60px;
  }
}
.campaign-hero .play-button {
  display: block;
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/static/slfglobal/globalweb/responsive/images/en/content/play-button-90.png");
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .campaign-hero .play-button {
    background-image: url("/static/slfglobal/globalweb/responsive/images/en/content/play-button-90@2x.png");
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .campaign-hero .play-button {
    /*margin-left: -45px;*/
    margin-left: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .campaign-hero .play-button {
    margin: 35px auto !important;
  }
}

.campaign-tabs.slf-tab-container {
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .campaign-tabs.slf-tab-container {
    border-bottom: 10px solid #eaab00;
  }
}
.campaign-tabs.slf-tab-container .tab-content {
  border: none;
}

.campaign-tab-pane {
  text-align: center;
  /*
	padding-top: 50px;
  padding-bottom: 50px;
	*/
}
.campaign-tab-pane header {
  margin-bottom: 50px;
}
.campaign-tab-pane header > h2, .campaign-tab-pane .featured-content-list header > .editorial, .featured-content-list .campaign-tab-pane header > .editorial, .campaign-tab-pane .featured-content-list-multiple-link header > .editorial, .featured-content-list-multiple-link .campaign-tab-pane header > .editorial,
.campaign-tab-pane .featured-content-list.multiple-link-variation header > .editorial,
.featured-content-list.multiple-link-variation .campaign-tab-pane header > .editorial, .campaign-tab-pane .featured-content-list-tool header > .editorial, .featured-content-list-tool .campaign-tab-pane header > .editorial,
.campaign-tab-pane .featured-content-list.tool-variation header > .editorial,
.featured-content-list.tool-variation .campaign-tab-pane header > .editorial {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 60px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .campaign-tab-pane header > h2, .campaign-tab-pane .featured-content-list header > .editorial, .featured-content-list .campaign-tab-pane header > .editorial, .campaign-tab-pane .featured-content-list-multiple-link header > .editorial, .featured-content-list-multiple-link .campaign-tab-pane header > .editorial,
  .campaign-tab-pane .featured-content-list.multiple-link-variation header > .editorial,
  .featured-content-list.multiple-link-variation .campaign-tab-pane header > .editorial, .campaign-tab-pane .featured-content-list-tool header > .editorial, .featured-content-list-tool .campaign-tab-pane header > .editorial,
  .campaign-tab-pane .featured-content-list.tool-variation header > .editorial,
  .featured-content-list.tool-variation .campaign-tab-pane header > .editorial {
    font-size: 36px;
  }
}
.campaign-tab-pane header > h3 {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 28px;
  font-style: italic;
  text-align: center;
}
.campaign-tab-pane header > p {
  font-family: 'agenda';
  font-weight: 400;
  font-size: 28px;
  line-height: 1.178571429;
}
@media (min-width: 320px) and (max-width: 767px) {
  .campaign-tab-pane header > p {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .campaign-tab-pane header > p {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.campaign-tab-pane .featured-content-list, .campaign-tab-pane .featured-content-list-multiple-link, .campaign-tab-pane .featured-content-list-tool {
  padding-top: 0;
  padding-bottom: 0;
}
.campaign-tab-pane .featured-content-list ul, .campaign-tab-pane .featured-content-list-multiple-link ul, .campaign-tab-pane .featured-content-list-tool ul {
  margin-bottom: 0;
}

.campaign-content .campaign-content-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.campaign-content .campaign-content-section h2, .campaign-content .campaign-content-section .featured-content-list .editorial, .featured-content-list .campaign-content .campaign-content-section .editorial, .campaign-content .campaign-content-section .featured-content-list-multiple-link .editorial, .featured-content-list-multiple-link .campaign-content .campaign-content-section .editorial,
.campaign-content .campaign-content-section .featured-content-list.multiple-link-variation .editorial,
.featured-content-list.multiple-link-variation .campaign-content .campaign-content-section .editorial, .campaign-content .campaign-content-section .featured-content-list-tool .editorial, .featured-content-list-tool .campaign-content .campaign-content-section .editorial,
.campaign-content .campaign-content-section .featured-content-list.tool-variation .editorial,
.featured-content-list.tool-variation .campaign-content .campaign-content-section .editorial {
  margin-bottom: 30px;
}
.campaign-content .campaign-content-section + .campaign-content-section:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-top: solid 2px #e1e1e1;
}
@media (min-width: 768px) {
  .campaign-content .campaign-content-section + .campaign-content-section:before {
    left: 25%;
    width: 50%;
  }
}
.campaign-content .content-item {
  padding: 0 15px;
  text-align: center;
}
.campaign-content .content-item:before, .campaign-content .content-item:after {
  content: " ";
  display: table;
}
.campaign-content .content-item:after {
  clear: both;
}
.campaign-content .content-item .item-thumb {
  display: block;
  width: 145px;
  margin: 0 auto 25px;
}
.campaign-content .content-item .item-thumb img {
  width: auto;
}
@media (min-width: 768px) {
  .campaign-content .content-item {
    text-align: left;
  }
  .campaign-content .content-item .item-thumb {
    float: left;
    margin: 0 25px 0 0;
  }
}
.campaign-content .social-item {
  padding: 0 15px;
  text-align: center;
}
.campaign-content .social-item:before, .campaign-content .social-item:after {
  content: " ";
  display: table;
}
.campaign-content .social-item:after {
  clear: both;
}
.campaign-content .social-item .avatar {
  display: none;
}
.campaign-content .social-item .user {
  font-family: 'agenda';
  font-weight: 200;
  font-size: 18px;
  display: block;
  margin: 3px 0;
}
@media (min-width: 768px) {
  .campaign-content .social-item {
    text-align: left;
  }
  .campaign-content .social-item .avatar {
    display: block;
    width: 68px;
    float: left;
    margin: 0 25px 0 0;
  }
  .campaign-content .social-item .post {
    overflow: hidden;
  }
}
.campaign-content .btn {
  display: inline-block;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .campaign-content .btn {
    width: 80%;
  }
}

.social-network-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.social-network-list li {
  display: inline-block;
}
.social-network-list li a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.social-network-list li + li {
  margin-left: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .campaign-hero {
    margin-top: -6px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .campaign-hero {
    margin-top: 0;
  }
}
.carousel {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.carousel .arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.carousel .arrow.arrow-prev {
  left: 10px;
}
.carousel .arrow.arrow-prev:before {
  font-family: fontawesome;
  font-size: 30px;
  content: '\f104';
}
.carousel .arrow.arrow-next {
  right: 10px;
  text-align: right;
}
.carousel .arrow.arrow-next:before {
  font-family: fontawesome;
  font-size: 30px;
  content: '\f105';
}
.carousel .arrow[aria-disabled="true"] {
  display: none !important;
}
.carousel .counter {
  text-align: center;
  margin: 20px auto;
}
.carousel .slick-dots {
  display: none !important;
}

.life-stages-hero {
  min-height: 250px;
  /*margin-top: -40px;*/
  margin-left: -15px;
  margin-right: -15px;
  padding: 100px 100px 30px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .life-stages-hero {
    padding: 100px 20px 30px;
  }
  .life-stages-hero h1 {
    font-size: 30px !important;
    text-align: center;
  }
}
@media print {
  a[href]:after {
  content: "" !important;
} 
	.mobile-logo {
		display: inline-block;
		margin: 66px 0 12px -20px;
	}
}

/** ADOBE SEARCH CSS updated on 5th Jan 2018 RM fix **/


/** warranty fix **/
.search-adobe .global-search .form-wrapper {
  max-width: 550px;
  margin: 0 auto; }
  .search-adobe .global-search .form-wrapper .search-autocomplete {
    z-index: 1099; }  

/** warranty fix **/
@media (max-width: 767px) {
  .search-adobe .close-search a {
    margin-right: -15px;
    display: inline-block; }
  .search-adobe .collapse-x {
    margin: 12px 7px 12px 15px; }
  .search-adobe .global-search {
    margin-bottom: 30px !important; 
    padding-left: 10px;
    padding-right: 10px; } }

form.slf-search input[type=submit] {
  font-size: 15px !important;
  padding: 7px 19px !important;
  margin: 0 !important;
  min-height: 40px !important;
  white-space: normal;
  font-family: 'agenda';
  font-weight: 700;
  background: #003946 !important;
  color: #fff !important;
  border: 2px solid #003946; }

form.slf-search .form-wrapper {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  border: 0;
  margin-bottom: 20px; }
  form.slf-search .form-wrapper > * {
    display: table-cell;
    vertical-align: top;
    position: relative; }
  form.slf-search .form-wrapper > .button-wrapper {
    padding-left: 5px;
    width: 1%;
    border: 0; }

/** warranty fix **/
form.slf-search input[type=text] {
  width: 100% !important;
  margin-bottom: 0;
  line-height: 40px; }  

/** warranty fix **/
form.slf-search .search-autocomplete {
  position: absolute;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 999;  
  overflow: hidden; }
  form.slf-search .search-autocomplete ul {
    border: 1px solid #b4b4b4;
    margin: -1px 0 0 !important;
    padding: 0 !important;
    list-style: none;
    display: none;
    text-align: left; }
    form.slf-search .search-autocomplete ul.search-sayt-list {
      border-bottom: 1px solid #b4b4b4;
      border-top: none;
      position: relative;
      padding-top: 2px !important;
      background: white;
      margin-top: -2px !important; }
      form.slf-search .search-autocomplete ul.search-sayt-list:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        border-top: 2px solid #b4b4b4; }
      form.slf-search .search-autocomplete ul.search-sayt-list li {
        padding: 15px 10px !important; }
        form.slf-search .search-autocomplete ul.search-sayt-list li:hover {
          background: #FFFFFF !important; }
      form.slf-search .search-autocomplete ul.search-sayt-list a:hover {
        text-decoration: none !important; }
        form.slf-search .search-autocomplete ul.search-sayt-list a:hover > .title {
          text-decoration: underline; }
        form.slf-search .search-autocomplete ul.search-sayt-list a:hover > .desc {
          text-decoration: none !important; }
      form.slf-search .search-autocomplete ul.search-sayt-list a > * {
        display: block;
        white-space: normal; }
      form.slf-search .search-autocomplete ul.search-sayt-list a > .title {
        color: #4a7295 !important; }
      form.slf-search .search-autocomplete ul.search-sayt-list a > .desc {
        color: #424242 !important;
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.2em;
        padding-bottom: 4px; }
  form.slf-search .search-autocomplete li {
    border-top: 1px solid #fff;
    padding: 9px 10px !important;
    background: none !important;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden; }
    form.slf-search .search-autocomplete li:first-child {
      border-top: none; }
    form.slf-search .search-autocomplete li .bold {
      font-weight: bold; }
    form.slf-search .search-autocomplete li:not(:first-child):after {
      content: "";
      display: block;
      position: absolute;
      top: -1px;
      left: 10px;
      right: 10px;
      border-top: 1px dotted #b4b4b4; }
  form.slf-search .search-autocomplete:not(:hover) li.active, form.slf-search .search-autocomplete li:hover {
    background: #003946 !important;
    color: #fff;
    cursor: pointer; }

/** warranty fix **/
.results-ad-right {
  
  margin-bottom: 20px;  
  padding: 20px 0;
  text-align: center;
  background: #f2f5f6; }

.results-ad-right .fa {
  font-size: 2.250em;
  color: #003946;
  margin: 20px 0 16px 0; }

/** warranty fix **/
.ad-right-container {
  padding: 0 15px;
  margin-top: -20px; } 

.search-container .yellow-bg {
  background-color: #FDF7E7;
  border: 1px solid #FAE6B3;
  padding: 5px 15px; }
  .search-container .yellow-bg p {
    margin: 10px 0; }

.search-container .bottom-buffer {
  margin-bottom: 30px; }

.search-container .bottom-buffer-small {
  margin-bottom: 15px; }

.search-container .top-buffer {
  margin-top: 30px; }

.search-container .top-buffer-small {
  margin-top: 15px; }

.search-container .related-search-buffer {
  margin-top: 15px; }

.search-container .search-result-display-url {
  word-wrap: break-word;
  font-weight: bold;
  color: #4B7196;
  font-size: 0.70em;
  line-height: 1.2em; }

.search-container .search-reult-item {
  margin-top: 30px; }

.search-container .bolded-error {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .search-container .sr-only-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; } }

.search-container .check-container {
  font-size: 15px;
  display: block;
  position: relative;
  /* margin-bottom: 12px; */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 768px) {
    .search-container .check-container {
      display: inline-block; } }
  .search-container .check-container > a {
    padding: 10px 30px 10px 50px;
    margin: 0;
    display: block;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-top: none; }
    @media screen and (min-width: 768px) {
      .search-container .check-container > a {
        padding: 10px 30px;
        display: block;
        border-top: 1px solid rgba(153, 153, 153, 0.5);
        border-left: none;
        text-align: center; } }
    .search-container .check-container > a .active-text {
      display: none; }
    .search-container .check-container > a.active {
      color: #003946 !important; }
      @media screen and (min-width: 768px) {
        .search-container .check-container > a.active {
          background-color: #EAAB00; } }
      .search-container .check-container > a.active .active-text {
        display: block; }
      .search-container .check-container > a.active .checkmark {
        box-shadow: 0 0 0 1pt #424242;
        border: 3px solid white;
        background-color: #424242; }
  .search-container .check-container:first-child > a {
    border-top: 1px solid rgba(153, 153, 153, 0.5); }
    @media screen and (min-width: 768px) {
      .search-container .check-container:first-child > a {
        border-left: 1px solid rgba(153, 153, 153, 0.5); } }
  .search-container .check-container:hover .checkmark {
    background-color: white; }

.search-container .checkmark {
  position: absolute;
  left: 15px;
  top: 10px;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #999; }
  @media screen and (min-width: 768px) {
    .search-container .checkmark {
      display: none; } }

.search-container .results-ad {
  background-color: #fdf7e6;
  border: 1px #f9e6b3 solid;
  margin-bottom: 40px;
  padding: 20px; }

.search-container .search-url {
  font-size: 14px; }

.search-container #search-result-none, .search-container #search-result-error, .search-container #search-result-results, .search-container #search-result-banner-top {
  display: none; }

/** warranty fix **/
.search-container .search-result-filter-list {
  height: auto !important; }
  @media screen and (min-width: 768px) {
    .search-container .search-result-filter-list {
      width: 100%; }
      .search-container .search-result-filter-list > * {
        display: inline-block;
        width: 20%; } }  

.search-container #search-result-banner-top {
  padding: 0 15px; }

@media screen and (max-width: 767px) {
  .search-container .pagination a {
    color: #003946 !important; } }

.search-container .pagination > li.active > a {
  color: #003946 !important; }

.search-container .pagination-item .active-text {
  display: none; }

.search-container .pagination-item.active .active-text {
  display: block; }

.search-container .search-result-item a {
  display: block;
  word-wrap: break-word; }
  .search-container .search-result-item a > .fa {
    margin-right: 0.25em; }

.search-container .txt-larger {
  font-size: 18px; }

.search-container #search-result-misspelling-term {
  font-weight: bold;
  font-style: italic; }

.search-container .btn.search-filter-btn {
  width: 100%;
  margin-bottom: 0 !important; }

.search-container #search-result-filter-toggle {
  display: none; }
  @media screen and (max-width: 767px) {
    .search-container #search-result-filter-toggle {
      position: fixed;
      top: 0;
      left: 0;
      background: white;
      z-index: 999999999999;
      right: 0;
      bottom: 0; } }
  @media screen and (min-width: 768px) {
    .search-container #search-result-filter-toggle {
      display: block !important; } }
  .search-container #search-result-filter-toggle.active {
    display: block; }
  .search-container #search-result-filter-toggle h4 {
    margin-bottom: 0;
    background: #F1F5F6;
    line-height: 42px;
    padding: 0 12px;
    position: relative; }
  .search-container #search-result-filter-toggle .btn-close {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    font-size: 0.8em;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    outline: 0; }

/** warranty fix **/
@media (max-width: 767px) {
  .ad-right-container {
    padding: 0;
  }
}

@media (min-width: 768px) { 
  .search-adobe .global-search { 
    margin: 0 auto 24px; 
  } 
} 

/*# sourceMappingURL=search.css.map */



/** ADOBE SEARCH CSS ENDS HERE **/