@font-face {
	font-family: FontAwesome;
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	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;
}

.fa-lg {
	font-size: 1.33333em;
	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.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: 0.08em solid #eee;
	border-radius: 0.1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right {
	margin-left: 0.3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-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: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	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: #fff;
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
	content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158";
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
	content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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;
}

@font-face {
	font-family: agenda;
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-light-webfont.eot);
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-light-webfont.eot?#iefix) format("embedded-opentype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-light-webfont.woff) format("woff"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-light-webfont.ttf) format("truetype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-light-webfont.svg#agenda) format("svg");
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: agenda;
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-medium-webfont.eot);
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-medium-webfont.eot?#iefix) format("embedded-opentype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-medium-webfont.woff) format("woff"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-medium-webfont.ttf) format("truetype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-medium-webfont.svg#agenda) format("svg");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: agenda;
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-bold-webfont.eot);
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-bold-webfont.eot?#iefix) format("embedded-opentype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-bold-webfont.woff) format("woff"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-bold-webfont.ttf) format("truetype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/agenda-bold-webfont.svg#agenda) format("svg");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: sunlife-custom;
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/sunlife-custom.eot?38299477);
	src: url(/public/secure.sunlife.ca/brands/common/template2015/fonts/sunlife-custom.eot?38299477#iefix) format("embedded-opentype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/sunlife-custom.woff?38299477) format("woff"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/sunlife-custom.ttf?38299477) format("truetype"),
		url(/public/secure.sunlife.ca/brands/common/template2015/fonts/sunlife-custom.svg?38299477#sunlife-custom) format("svg");
	font-weight: 400;
	font-style: normal;
}

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

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

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
	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,
::-moz-placeholder {
	font-style: italic;
	color: #888;
}

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

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

.accordion-heading,
.footer .global-footer-row2 .slf-accordion-arrow .accordion-heading,
.slf-tab-container .panel-default>.panel-heading,
h1,
h2,
h3,
h4 {
	margin-top: 0 !important;
}

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

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

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

strong {
	font-family: agenda;
	font-weight: 700;
}

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

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

a {
	font-size: 17px;
	text-decoration: none;
}

a,
a:active,
a:focus,
a:hover {
	font-family: agenda;
	font-weight: 700;
	color: #436e95;
}

a:active,
a:focus,
a:hover {
	text-decoration: underline;
}

.col-condensed {
	margin-left: 0;
	margin-right: 0;
}

.col-condensed div[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.inline-block {
	display: inline-block;
}

.row-full-height {
	height: 100%;
}

.col-full-height {
	height: 100%;
	vertical-align: middle;
}

.row-same-height {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.grey-btm-border {
	border-bottom: 1px solid #e1e1e1;
}

.grey-top-border {
	border-top: 1px solid #e1e1e1;
}

.white {
	color: #fff;
}

.white-bg {
	background: #fff;
}

.slf-yellow,
.slf-yellow-on-blue {
	color: #eaab00;
}

.slf-slate-on-yellow-20-bg {
	background: #fbefcc;
}

.slf-slate-on-yellow-20-bg a {
	color: #436e95;
}

.slf-blue {
	color: #003946;
}

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

.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-yellow-bg-5 {
	background: #fefbf2;
}

.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: #436e95;
	color: #fff;
}

.slf-slate-blue-bg-10 {
	background-color: #f2f5f6;
}

.slf-slate-blue-color {
	color: #436e95;
}

.slf-yellow-card {
	background: #fff;
	min-height: 176px;
	margin: 8px;
	border: 1px solid #c8c8c8;
	border-left: 8px solid #f1c54d;
	border-radius: 4px;
	padding: 16px;
}

.slf-yellow-card .sl-logo {
	width: 85px;
	height: 20px;
	float: right;
}

.slf-yellow-border {
	border: 1px solid #eaab00;
}

.slf-burgundy-border {
	border: 1px solid #a4383d;
}

.slf-light-grey-border {
	border: 1px solid #e1e1e1;
}

.slf-slate-blue-border {
	border: 1px solid #436e95;
}

.slf-blue-10-border-color {
	border-color: #e6eced;
}

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

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

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

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

.slf-burgundy-font {
	color: #a4383d;
}

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

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

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

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

.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;
}

.mar-top-5 {
	margin-top: 5px !important;
}

.mar-top-8 {
	margin-top: 8px !important;
}

.mar-top-10 {
	margin-top: 10px !important;
}

.mar-top-15 {
	margin-top: 15px !important;
}

.mar-top-16 {
	margin-top: 16px !important;
}

.mar-top-18 {
	margin-top: 18px !important;
}

.mar-top-20 {
	margin-top: 20px !important;
}

.mar-top-24 {
	margin-top: 24px !important;
}

.mar-top-25 {
	margin-top: 25px !important;
}

.mar-top-30 {
	margin-top: 30px !important;
}

.mar-top-32 {
	margin-top: 32px !important;
}

.mar-top-40 {
	margin-top: 40px !important;
}

.mar-top-48 {
	margin-top: 48px !important;
}

.mar-top-50 {
	margin-top: 50px !important;
}

.mar-top-94 {
	margin-top: 94px !important;
}

.mar-right-min-15 {
	margin-right: -15px !important;
}

.mar-right-5 {
	margin-right: 5px !important;
}

.mar-right-8 {
	margin-right: 8px !important;
}

.mar-right-10 {
	margin-right: 10px !important;
}

.mar-right-15 {
	margin-right: 15px !important;
}

.mar-right-16 {
	margin-right: 16px !important;
}

.mar-right-18 {
	margin-right: 18px !important;
}

.mar-right-20 {
	margin-right: 20px !important;
}

.mar-right-24 {
	margin-right: 24px !important;
}

.mar-right-25 {
	margin-right: 25px !important;
}

.mar-right-30 {
	margin-right: 30px !important;
}

.mar-right-40 {
	margin-right: 40px !important;
}

.mar-right-48 {
	margin-right: 48px !important;
}

.mar-right-50 {
	margin-right: 50px !important;
}

.mar-right-94 {
	margin-right: 94px !important;
}

.mar-bottom-5 {
	margin-bottom: 5px !important;
}

.mar-bottom-8 {
	margin-bottom: 8px !important;
}

.mar-bottom-10 {
	margin-bottom: 10px !important;
}

.mar-bottom-15 {
	margin-bottom: 15px !important;
}

.mar-bottom-16 {
	margin-bottom: 16px !important;
}

.mar-bottom-18 {
	margin-bottom: 18px !important;
}

.mar-bottom-20 {
	margin-bottom: 20px !important;
}

.mar-bottom-24 {
	margin-bottom: 24px !important;
}

.mar-bottom-25 {
	margin-bottom: 25px !important;
}

.mar-bottom-30 {
	margin-bottom: 30px !important;
}

.mar-bottom-32 {
	margin-bottom: 32px !important;
}

.mar-bottom-40 {
	margin-bottom: 40px !important;
}

.mar-bottom-48 {
	margin-bottom: 48px !important;
}

.mar-bottom-50 {
	margin-bottom: 50px !important;
}

.mar-bottom-94 {
	margin-bottom: 94px !important;
}

.mar-left-min-15 {
	margin-left: -15px !important;
}

.mar-left-5 {
	margin-left: 5px !important;
}

.mar-left-8 {
	margin-left: 8px !important;
}

.mar-left-10 {
	margin-left: 10px !important;
}

.mar-left-15 {
	margin-left: 15px !important;
}

.mar-left-16 {
	margin-left: 16px !important;
}

.mar-left-18 {
	margin-left: 18px !important;
}

.mar-left-20 {
	margin-left: 20px !important;
}

.mar-left-24 {
	margin-left: 24px !important;
}

.mar-left-25 {
	margin-left: 25px !important;
}

.mar-left-30 {
	margin-left: 30px !important;
}

.mar-left-40 {
	margin-left: 40px !important;
}

.mar-left-48 {
	margin-left: 48px !important;
}

.mar-left-50 {
	margin-left: 50px !important;
}

.mar-left-94 {
	margin-left: 94px !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-24 {
	padding-top: 24px !important;
}

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

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

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

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

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

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

.pad-top-94 {
	padding-top: 94px !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-24 {
	padding-right: 24px !important;
}

.pad-right-25 {
	padding-right: 25px !important;
}

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

.pad-right-40 {
	padding-right: 40px !important;
}

.pad-right-48 {
	padding-right: 48px !important;
}

.pad-right-50 {
	padding-right: 50px !important;
}

.pad-right-94 {
	padding-right: 94px !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-24 {
	padding-bottom: 24px !important;
}

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

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

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

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

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

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

.pad-bottom-94 {
	padding-bottom: 94px !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-24 {
	padding-left: 24px !important;
}

.pad-left-25 {
	padding-left: 25px !important;
}

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

.pad-left-40 {
	padding-left: 40px !important;
}

.pad-left-45 {
	padding-left: 45px !important;
}

.pad-left-48 {
	padding-left: 48px !important;
}

.pad-left-50 {
	padding-left: 50px !important;
}

.pad-left-94 {
	padding-left: 94px !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.body-container-min-height {
	min-height: 700px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.mar-top-xs-5 {
		margin-top: 5px !important;
	}

	.mar-top-xs-8 {
		margin-top: 8px !important;
	}

	.mar-top-xs-10 {
		margin-top: 10px !important;
	}

	.mar-top-xs-15 {
		margin-top: 15px !important;
	}

	.mar-top-xs-16 {
		margin-top: 16px !important;
	}

	.mar-top-xs-18 {
		margin-top: 18px !important;
	}

	.mar-top-xs-20 {
		margin-top: 20px !important;
	}

	.mar-top-xs-24 {
		margin-top: 24px !important;
	}

	.mar-top-xs-25 {
		margin-top: 25px !important;
	}

	.mar-top-xs-30 {
		margin-top: 30px !important;
	}

	.mar-top-xs-32 {
		margin-top: 32px !important;
	}

	.mar-top-xs-40 {
		margin-top: 40px !important;
	}

	.mar-top-xs-48 {
		margin-top: 48px !important;
	}

	.mar-top-xs-50 {
		margin-top: 50px !important;
	}

	.mar-top-xs-94 {
		margin-top: 94px !important;
	}

	.mar-right-xs-min-15 {
		margin-right: -15px !important;
	}

	.mar-right-xs-5 {
		margin-right: 5px !important;
	}

	.mar-right-xs-8 {
		margin-right: 8px !important;
	}

	.mar-right-xs-10 {
		margin-right: 10px !important;
	}

	.mar-right-xs-15 {
		margin-right: 15px !important;
	}

	.mar-right-xs-16 {
		margin-right: 16px !important;
	}

	.mar-right-xs-18 {
		margin-right: 18px !important;
	}

	.mar-right-xs-20 {
		margin-right: 20px !important;
	}

	.mar-right-xs-24 {
		margin-right: 24px !important;
	}

	.mar-right-xs-25 {
		margin-right: 25px !important;
	}

	.mar-right-xs-30 {
		margin-right: 30px !important;
	}

	.mar-right-xs-40 {
		margin-right: 40px !important;
	}

	.mar-right-xs-48 {
		margin-right: 48px !important;
	}

	.mar-right-xs-50 {
		margin-right: 50px !important;
	}

	.mar-right-xs-94 {
		margin-right: 94px !important;
	}

	.mar-bottom-xs-5 {
		margin-bottom: 5px !important;
	}

	.mar-bottom-xs-8 {
		margin-bottom: 8px !important;
	}

	.mar-bottom-xs-10 {
		margin-bottom: 10px !important;
	}

	.mar-bottom-xs-15 {
		margin-bottom: 15px !important;
	}

	.mar-bottom-xs-16 {
		margin-bottom: 16px !important;
	}

	.mar-bottom-xs-18 {
		margin-bottom: 18px !important;
	}

	.mar-bottom-xs-20 {
		margin-bottom: 20px !important;
	}

	.mar-bottom-xs-24 {
		margin-bottom: 24px !important;
	}

	.mar-bottom-xs-25 {
		margin-bottom: 25px !important;
	}

	.mar-bottom-xs-30 {
		margin-bottom: 30px !important;
	}

	.mar-bottom-xs-32 {
		margin-bottom: 32px !important;
	}

	.mar-bottom-xs-40 {
		margin-bottom: 40px !important;
	}

	.mar-bottom-xs-48 {
		margin-bottom: 48px !important;
	}

	.mar-bottom-xs-50 {
		margin-bottom: 50px !important;
	}

	.mar-bottom-xs-94 {
		margin-bottom: 94px !important;
	}

	.mar-left-xs-min-15 {
		margin-left: -15px !important;
	}

	.mar-left-xs-5 {
		margin-left: 5px !important;
	}

	.mar-left-xs-8 {
		margin-left: 8px !important;
	}

	.mar-left-xs-10 {
		margin-left: 10px !important;
	}

	.mar-left-xs-15 {
		margin-left: 15px !important;
	}

	.mar-left-xs-16 {
		margin-left: 16px !important;
	}

	.mar-left-xs-18 {
		margin-left: 18px !important;
	}

	.mar-left-xs-20 {
		margin-left: 20px !important;
	}

	.mar-left-xs-24 {
		margin-left: 24px !important;
	}

	.mar-left-xs-25 {
		margin-left: 25px !important;
	}

	.mar-left-xs-30 {
		margin-left: 30px !important;
	}

	.mar-left-xs-40 {
		margin-left: 40px !important;
	}

	.mar-left-xs-48 {
		margin-left: 48px !important;
	}

	.mar-left-xs-50 {
		margin-left: 50px !important;
	}

	.mar-left-xs-94 {
		margin-left: 94px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pad-right-xs-5 {
		padding-right: 5px !important;
	}

	.pad-right-xs-10 {
		padding-right: 10px !important;
	}

	.pad-right-xs-15 {
		padding-right: 15px !important;
	}

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

	.pad-right-xs-24 {
		padding-right: 24px !important;
	}

	.pad-right-xs-25 {
		padding-right: 25px !important;
	}

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

	.pad-right-xs-40 {
		padding-right: 40px !important;
	}

	.pad-right-xs-48 {
		padding-right: 48px !important;
	}

	.pad-right-xs-50 {
		padding-right: 50px !important;
	}

	.pad-right-xs-94 {
		padding-right: 94px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pad-left-xs-5 {
		padding-left: 5px !important;
	}

	.pad-left-xs-10 {
		padding-left: 10px !important;
	}

	.pad-left-xs-15 {
		padding-left: 15px !important;
	}

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

	.pad-left-xs-24 {
		padding-left: 24px !important;
	}

	.pad-left-xs-25 {
		padding-left: 25px !important;
	}

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

	.pad-left-xs-40 {
		padding-left: 40px !important;
	}

	.pad-left-xs-45 {
		padding-left: 45px !important;
	}

	.pad-left-xs-48 {
		padding-left: 48px !important;
	}

	.pad-left-xs-50 {
		padding-left: 50px !important;
	}

	.pad-left-xs-94 {
		padding-left: 94px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mar-top-sm-5 {
		margin-top: 5px !important;
	}

	.mar-top-sm-8 {
		margin-top: 8px !important;
	}

	.mar-top-sm-10 {
		margin-top: 10px !important;
	}

	.mar-top-sm-15 {
		margin-top: 15px !important;
	}

	.mar-top-sm-16 {
		margin-top: 16px !important;
	}

	.mar-top-sm-18 {
		margin-top: 18px !important;
	}

	.mar-top-sm-20 {
		margin-top: 20px !important;
	}

	.mar-top-sm-24 {
		margin-top: 24px !important;
	}

	.mar-top-sm-25 {
		margin-top: 25px !important;
	}

	.mar-top-sm-30 {
		margin-top: 30px !important;
	}

	.mar-top-sm-32 {
		margin-top: 32px !important;
	}

	.mar-top-sm-40 {
		margin-top: 40px !important;
	}

	.mar-top-sm-48 {
		margin-top: 48px !important;
	}

	.mar-top-sm-50 {
		margin-top: 50px !important;
	}

	.mar-top-sm-94 {
		margin-top: 94px !important;
	}

	.mar-right-sm-min-15 {
		margin-right: -15px !important;
	}

	.mar-right-sm-5 {
		margin-right: 5px !important;
	}

	.mar-right-sm-8 {
		margin-right: 8px !important;
	}

	.mar-right-sm-10 {
		margin-right: 10px !important;
	}

	.mar-right-sm-15 {
		margin-right: 15px !important;
	}

	.mar-right-sm-16 {
		margin-right: 16px !important;
	}

	.mar-right-sm-18 {
		margin-right: 18px !important;
	}

	.mar-right-sm-20 {
		margin-right: 20px !important;
	}

	.mar-right-sm-24 {
		margin-right: 24px !important;
	}

	.mar-right-sm-25 {
		margin-right: 25px !important;
	}

	.mar-right-sm-30 {
		margin-right: 30px !important;
	}

	.mar-right-sm-40 {
		margin-right: 40px !important;
	}

	.mar-right-sm-48 {
		margin-right: 48px !important;
	}

	.mar-right-sm-50 {
		margin-right: 50px !important;
	}

	.mar-right-sm-94 {
		margin-right: 94px !important;
	}

	.mar-bottom-sm-5 {
		margin-bottom: 5px !important;
	}

	.mar-bottom-sm-8 {
		margin-bottom: 8px !important;
	}

	.mar-bottom-sm-10 {
		margin-bottom: 10px !important;
	}

	.mar-bottom-sm-15 {
		margin-bottom: 15px !important;
	}

	.mar-bottom-sm-16 {
		margin-bottom: 16px !important;
	}

	.mar-bottom-sm-18 {
		margin-bottom: 18px !important;
	}

	.mar-bottom-sm-20 {
		margin-bottom: 20px !important;
	}

	.mar-bottom-sm-24 {
		margin-bottom: 24px !important;
	}

	.mar-bottom-sm-25 {
		margin-bottom: 25px !important;
	}

	.mar-bottom-sm-30 {
		margin-bottom: 30px !important;
	}

	.mar-bottom-sm-32 {
		margin-bottom: 32px !important;
	}

	.mar-bottom-sm-40 {
		margin-bottom: 40px !important;
	}

	.mar-bottom-sm-48 {
		margin-bottom: 48px !important;
	}

	.mar-bottom-sm-50 {
		margin-bottom: 50px !important;
	}

	.mar-bottom-sm-94 {
		margin-bottom: 94px !important;
	}

	.mar-left-sm-min-15 {
		margin-left: -15px !important;
	}

	.mar-left-sm-5 {
		margin-left: 5px !important;
	}

	.mar-left-sm-8 {
		margin-left: 8px !important;
	}

	.mar-left-sm-10 {
		margin-left: 10px !important;
	}

	.mar-left-sm-15 {
		margin-left: 15px !important;
	}

	.mar-left-sm-16 {
		margin-left: 16px !important;
	}

	.mar-left-sm-18 {
		margin-left: 18px !important;
	}

	.mar-left-sm-20 {
		margin-left: 20px !important;
	}

	.mar-left-sm-24 {
		margin-left: 24px !important;
	}

	.mar-left-sm-25 {
		margin-left: 25px !important;
	}

	.mar-left-sm-30 {
		margin-left: 30px !important;
	}

	.mar-left-sm-40 {
		margin-left: 40px !important;
	}

	.mar-left-sm-48 {
		margin-left: 48px !important;
	}

	.mar-left-sm-50 {
		margin-left: 50px !important;
	}

	.mar-left-sm-94 {
		margin-left: 94px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pad-right-sm-5 {
		padding-right: 5px !important;
	}

	.pad-right-sm-10 {
		padding-right: 10px !important;
	}

	.pad-right-sm-15 {
		padding-right: 15px !important;
	}

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

	.pad-right-sm-24 {
		padding-right: 24px !important;
	}

	.pad-right-sm-25 {
		padding-right: 25px !important;
	}

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

	.pad-right-sm-40 {
		padding-right: 40px !important;
	}

	.pad-right-sm-48 {
		padding-right: 48px !important;
	}

	.pad-right-sm-50 {
		padding-right: 50px !important;
	}

	.pad-right-sm-94 {
		padding-right: 94px !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pad-left-sm-5 {
		padding-left: 5px !important;
	}

	.pad-left-sm-10 {
		padding-left: 10px !important;
	}

	.pad-left-sm-15 {
		padding-left: 15px !important;
	}

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

	.pad-left-sm-24 {
		padding-left: 24px !important;
	}

	.pad-left-sm-25 {
		padding-left: 25px !important;
	}

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

	.pad-left-sm-40 {
		padding-left: 40px !important;
	}

	.pad-left-sm-45 {
		padding-left: 45px !important;
	}

	.pad-left-sm-48 {
		padding-left: 48px !important;
	}

	.pad-left-sm-50 {
		padding-left: 50px !important;
	}

	.pad-left-sm-94 {
		padding-left: 94px !important;
	}
}

.strong-weight {
	font-weight: 700;
}

.medium-weight {
	font-weight: 400;
}

.light-weight {
	font-weight: 300;
}

.no-right-border {
	border-right: none !important;
}

.inheritStyle,
.inheritStyle:hover {
	color: inherit;
	text-decoration: inherit;
}

.no-outline {
	outline: none;
}

.break-word {
	word-wrap: break-word;
}

.text-top {
	vertical-align: top;
}

.text-middle {
	vertical-align: middle;
}

.text-bottom {
	vertical-align: text-bottom;
}

.textb-aseline {
	vertical-align: baseline;
}

.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 {
		min-width: 0;
	}

	.h-separator-yellow,
	.mobile-nav {
		display: none;
	}

	.banner-container {
		top: 40px !important;
	}

	.col-height,
	.col-lg-height {
		display: table-cell;
		float: none !important;
	}

	.col-height {
		vertical-align: top;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.container {
		width: 100%;
		min-width: 0;
	}

	.h-separator-yellow,
	.mobile-nav {
		display: none;
	}

	.banner-container {
		top: 50px;
	}

	.col-height,
	.col-md-height {
		display: table-cell;
		float: none !important;
	}

	.col-height {
		vertical-align: top;
	}
}

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

	.h-separator-yellow {
		display: none;
	}

	.bl-icon-description {
		padding-top: 8px;
	}

	.module-padding .content-label {
		display: block;
	}

	.hero-container {
		top: 16% !important;
	}

	.col-height,
	.col-sm-height {
		display: table-cell;
		float: none !important;
	}

	.col-height {
		vertical-align: top;
	}

	.section-padding {
		margin-top: 0 !important;
	}

	.breadcrumb-container,
	.desk-top-primary,
	.global-nav-secondary,
	.hide-login,
	.left-nav-menu,
	.pin-bar,
	.yellow-stripe {
		display: none;
	}
}

@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: 0px) and (max-width: 767px) {
	.oo_tab_right_1 {
		display: none !important;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	h1 {
		text-align: center;
	}

	h2,
	h3 {
		text-align: left;
	}

	.sm-invisible-separator {
		margin-bottom: 40px !important;
	}

	.xs-center-align-title h1,
	.xs-center-align-title h2,
	.xs-center-align-title h3 {
		text-align: center;
	}

	.container {
		width: 100% !important;
		min-width: 0;
	}

	.section-padding {
		margin-top: 0 !important;
	}

	.breadcrumb-container,
	.desk-top-primary,
	.global-nav-secondary,
	.hide-login,
	.left-nav-menu,
	.pin-bar,
	.yellow-stripe {
		display: none;
	}

	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;
	}

	.responsive .panel-heading a[aria-expanded="true"] .slf-tab-title:before,
	li.active .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 {
		margin: 0 -15px !important;
	}

	.slf-tab-container,
	.slf-tab-container .panel,
	.slf-tab-container .panel-body,
	.slf-tab-container .panel-group,
	.slf-tab-container .panel.panel-default {
		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;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {

	.mobile-nav,
	.slf-tab-container .mobile-nav {
		margin-top: -20px !important;
	}
}

@media (min-width: 0px) and (max-width: 767px) {

	.global-module h2,
	.module-body h2,
	.right-rail .cta-module-1 li h2,
	.right-rail .cta-module-1 p h2,
	.right-rail .cta-module-2 li h2,
	.right-rail .cta-module-2 p h2,
	.right-rail .cta-module-2x2 li h2,
	.right-rail .cta-module-2x2 p h2,
	.right-rail .cta-module-3 li h2,
	.right-rail .cta-module-3 p h2,
	.right-rail .cta-module-3x2 li h2,
	.right-rail .cta-module-3x2 p h2,
	.right-rail .cta-module-3x3 li h2,
	.right-rail .cta-module-3x3 p h2 {
		text-align: center !important;
	}
}

@media (min-width: 0px) 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;
}

@media (min-width: 1025px) {
	.content-area {
		max-width: 1180px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.vertical-center {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

.large-header {
	font-weight: 200;
}

.large-bold,
.large-header {
	font-family: agenda;
	font-size: 60px;
	line-height: 120%;
}

.large-bold {
	font-weight: 700;
}

.h1,
h1 {
	font-family: agenda;
	font-weight: 200;
	font-size: 38px;
	line-height: 120%;
}

@media (min-width: 0px) and (max-width: 767px) {

	.h1,
	h1 {
		text-align: left;
	}
}

.h2,
h2 {
	font-weight: 200;
	font-size: 30px;
}

.h2,
h2,
h2.editorial a {
	font-family: agenda;
	line-height: 120%;
}

h2.editorial a {
	font-weight: 400;
	font-size: 28px !important;
}

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

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

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

.h5,
h5 {
	font-size: 18px;
}

.content-label,
.h5,
h5 {
	font-family: agenda;
	font-weight: 700;
	line-height: 120%;
}

.content-label {
	font-size: 20px;
	text-transform: uppercase;
}

.date {
	font-weight: 200;
	font-size: 14px;
	text-transform: uppercase;
}

.date,
.phone-numbers {
	font-family: agenda;
	line-height: 120%;
}

.phone-numbers {
	font-weight: 400;
	font-size: 24px;
}

.legal-text,
.rights-reserved,
.slf-footnote,
.slf-footnote-body,
.slf-footnote-body a,
.slf-footnote 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 li,
.right-rail .module-1 p,
.right-rail .module-2 li,
.right-rail .module-2 p,
.right-rail .module-2x2 li,
.right-rail .module-2x2 p,
.right-rail .module-3 li,
.right-rail .module-3 p,
.right-rail .module-3x2 li,
.right-rail .module-3x2 p,
.right-rail .module-3x3 li,
.right-rail .module-3x3 p {
	font-family: agenda;
	font-weight: 200;
	font-size: 18px;
	line-height: 140%;
}

.global-module,
.module-body,
.right-rail .cta-module-1 li,
.right-rail .cta-module-1 p,
.right-rail .cta-module-2 li,
.right-rail .cta-module-2 p,
.right-rail .cta-module-2x2 li,
.right-rail .cta-module-2x2 p,
.right-rail .cta-module-3 li,
.right-rail .cta-module-3 p,
.right-rail .cta-module-3x2 li,
.right-rail .cta-module-3x2 p,
.right-rail .cta-module-3x3 li,
.right-rail .cta-module-3x3 p {
	font-family: agenda;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}

.global-module a,
.module-body a,
.right-rail .cta-module-1 li a,
.right-rail .cta-module-1 p a,
.right-rail .cta-module-2 li a,
.right-rail .cta-module-2 p a,
.right-rail .cta-module-2x2 li a,
.right-rail .cta-module-2x2 p a,
.right-rail .cta-module-3 li a,
.right-rail .cta-module-3 p a,
.right-rail .cta-module-3x2 li a,
.right-rail .cta-module-3x2 p a,
.right-rail .cta-module-3x3 li a,
.right-rail .cta-module-3x3 p a {
	color: #003946;
}

.inline-help {
	font-family: agenda;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	font-style: italic;
}

.hero-text {
	margin: 13px 0 19px !important;
}

.bar-title {
	font-size: 36px;
}

.bar-title,
.hero-text {
	font-family: agenda;
	font-weight: 400;
	line-height: 120%;
}

.hero-text {
	font-size: 28px;
}

.language-region-pad a,
.nav-element,
.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: #436e95;
}

.sup {
	position: relative;
	top: -2ex;
	font-size: 55%;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.bar-title {
		font-size: 28px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.bar-title {
		font-size: 28px;
	}
}

label {
	font-weight: 400;
}

.slf-fieldset legend {
	font-size: 16px;
	border: none;
	font-weight: 600;
	margin: 0;
	color: #424242;
}

input.form-control {
	font-family: agenda;
	font-weight: 400;
	font-size: 20px;
	height: auto;
	color: #003946;
	border-color: #5b6062;
}

input.form-control:focus {
	background-color: #fff;
	border-color: #003946;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: auto;
}

input.form-control:hover {
	border-color: #315f6e;
	background-color: #fff;
	outline: auto;
}

input.form-control.has-error,
input.form-control.parsley-error {
	background-color: #f6ebeb;
	border-color: #a4383d;
	color: #424242;
}

form-control:hover:focus {
	border-color: #315f6e;
	background-color: #fff;
}

input.form-control.has-error a,
input.form-control.parsley-error a {
	color: #fff;
}

input.form-control:disabled {
	color: #757575;
	background-color: hsla(0, 0%, 78.4%, 0.4);
	border-color: hsla(0, 0%, 78.4%, 0.4);
}

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

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

input.form-control::-moz-placeholder {
	font-style: italic;
	color: #888;
}

.parsley-errors-list.filled {
	background: #a4383d;
	color: #fff !important;
	position: relative;
	margin: 9px 0 !important;
	display: inline-block;
}

.parsley-errors-list.filled:before {
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #a4383d;
}

.parsley-errors-list li {
	padding: 4px 10px 4px 25px;
	font-weight: 400 !important;
}

.parsley-errors-list li:before {
	content: "\f12a";
	font: normal 1em/0 FontAwesome;
	left: 10px;
	position: absolute;
	top: 15px;
}

.parsley-errors-list a {
	color: #fff;
}

#phonesTable .intl-tel-input.separate-dial-code.parsley-flagError .flag-container .selected-flag {
	background-color: #f6ebeb;
}

#phonesTable .intl-tel-input.separate-dial-code.parsley-flagError input.phoneInput {
	background-color: #fff;
}

#phonesTable .intl-tel-input.separate-dial-code.parsley-flagError input.phoneInput:focus {
	background-color: #fdf7e6;
}

.field-set-validation-errors {
	background-color: #a4383d;
	padding: 4px 15px 4px 25px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-weight: 400;
}

.field-set-validation-errors:before {
	content: "\f12a";
	font: normal 1em/0 FontAwesome;
	margin-right: 10px;
	position: absolute;
	top: 15px;
	left: 11px;
}

.field-set-validation-errors a {
	color: #fff;
}

.field-set-validation-errors[hidden] {
	display: none;
}

.field-set-validation-errors.slf-yellow-bg {
	background-color: #eaab00;
	color: #424242;
}

.field-set-validation-errors.slf-yellow-bg a {
	color: #424242;
}

.field-set-validation-success {
	background-color: #536b2d;
	padding: 4px 15px 4px 35px;
	color: #fff;
	position: relative;
	display: inline-block;
}

.field-set-validation-success:before {
	content: "\f00c";
	font: normal 1em/0 FontAwesome;
	margin-right: 10px;
	position: absolute;
	top: 15px;
	left: 11px;
}

.error-icon {
	right: 12px;
	top: 10px;
	color: #a4383d;
}

.select-arrow-wrapper {
	position: relative;
}

.select-arrow-wrapper:after {
	color: #003946;
	content: "\f078";
	font: normal 16px/0 FontAwesome;
	pointer-events: none;
	position: absolute;
	right: 11px;
	top: 20px;
}

.select-arrow-wrapper.disabled:after {
	color: #757575;
}

.select-arrow-wrapper select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.password-toggle-wrapper:after {
	display: none;
}

.password-toggle-wrapper .form-control::-ms-clear,
.password-toggle-wrapper .form-control::-ms-reveal {
	display: none;
}

.password-toggle-icon {
	background: transparent;
	border: 0;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}

.password-toggle-icon:before {
	color: #003946;
	content: "\f070";
	font: 700 16px/0 FontAwesome;
	pointer-events: none;
}

.password-toggle-icon.js-show-password:before {
	content: "\f06e";
}

select.form-control {
	color: #003946;
	height: 40px;
	border-radius: 0;
	padding: 0 35px 0 10px;
	font-size: 20px;
	font-family: agenda;
	font-weight: 400;
	border-color: #5b6062;
}

select.form-control:hover {
	cursor: pointer;
}

select.form-control:focus {
	background-color: #fff;
	border-color: #003946;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: auto;
}

select.form-control:hover {
	border-color: #315f6e;
	background-color: #fff;
	outline: auto;
}

select.form-control.has-error,
select.form-control.parsley-error {
	background-color: #f6ebeb;
	border-color: #a4383d;
	color: #424242;
}

select.form-control.has-error a,
select.form-control.parsley-error a {
	color: #fff;
}

select.form-control:disabled {
	color: #757575;
	background-color: hsla(0, 0%, 78.4%, 0.4);
	border-color: hsla(0, 0%, 78.4%, 0.4);
}

select.form-control:disabled:hover {
	cursor: default;
}

select.form-control::-ms-expand {
	display: none;
}

select.form-control option,
textarea.form-control {
	font-family: agenda;
	font-weight: 400;
	font-size: 20px;
}

textarea.form-control {
	line-height: 100%;
	color: #003946;
	border-color: #b4b4b4;
}

textarea.form-control:focus {
	background-color: #fdf7e6;
	border-color: #003946;
}

textarea.form-control:hover {
	border-color: #eaab00;
}

textarea.form-control.has-error,
textarea.form-control.parsley-error {
	background-color: #f6ebeb;
	border-color: #a4383d;
	color: #424242;
}

textarea.form-control.has-error a,
textarea.form-control.parsley-error a {
	color: #fff;
}

textarea.form-control:disabled {
	color: #757575;
	background-color: hsla(0, 0%, 78.4%, 0.4);
	border-color: hsla(0, 0%, 78.4%, 0.4);
}

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

#find-advisor-region {
	border: 1px solid #b4b4b4;
}

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:hover {
	cursor: pointer;
}

input[type="radio"]+label:before {
	background-clip: content-box;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 20px;
	content: "";
	height: 20px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	transition: background-color 0.15s ease-in-out, padding 0.25s ease-in-out,
		box-shadow 0.25s ease-in-out;
	width: 20px;
}

input[type="radio"]:focus+label:before {
	padding: 2px;
	box-shadow: 0 0 0 1pt #003946;
}

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 0 1pt #003946;
}

input[type="radio"]:disabled+label {
	color: #757575;
}

input[type="radio"]:disabled+label:hover {
	cursor: default;
}

input[type="radio"]:disabled+label:before {
	opacity: 0.4;
}

input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

input[type="checkbox"]+label {
	position: relative;
	padding-left: 30px;
	margin-right: 28px;
	font-family: agenda;
	font-weight: 400;
	color: #003946;
	width: 100%;
}

input[type="checkbox"]+label:hover {
	cursor: pointer;
}

input[type="checkbox"]+label:before {
	background-clip: content-box;
	background-color: #fff;
	border: 1px solid #b4b4b4;
	content: "";
	height: 20px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	transition: all 0.25s, box-shadow 0.25s ease-in-out;
	width: 20px;
	line-height: 1;
}

input[type="checkbox"]+label:after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 2px;
	transition: all 0.25s;
	color: #003946;
}

input[type="checkbox"]:disabled+label:before {
	background-color: #c8c8c8;
	color: #757575;
	opacity: 0.4;
}

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

input[type="checkbox"]:checked:disabled+label:after {
	color: #757575;
}

input[type="checkbox"]:checked:focus+label:before,
input[type="checkbox"]:focus+label:before {
	box-shadow: 0 0 0 1pt #a5c7fe;
}

input[type="checkbox"]:disabled+label {
	color: #757575;
}

input[type="checkbox"]:disabled+label:hover {
	cursor: default;
}

.parsley-error>input[type="checkbox"]+label:before {
	color: #a4383d;
}

.parsley-error>input[type="checkbox"]+label:before,
.parsley-error>input[type="radio"]+label:before {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #f6ebeb;
	border-color: #a4383d;
	margin: -1px 4px 0 0;
	vertical-align: middle;
}

.parsley-error a {
	color: #fff;
}

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

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

.parsley-error::-moz-placeholder {
	font-style: italic;
	color: #888;
}

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

.form-segment {
	padding-left: 2px;
	overflow: hidden;
}

.form-segment input:checked+.form-segment-label {
	background-color: #eaab00;
	border-color: #eaab00;
	position: static;
	color: #003946;
}

.form-segment input:checked+.form-segment-label+input+.form-segment-label {
	border-left: none;
}

.form-segment input.checked+.form-segment-label {
	background-color: #eaab00;
	border-color: #eaab00;
	position: static;
	color: #003946;
}

.form-segment input.disabled+.form-segment-label,
.form-segment input[disabled]+.form-segment-label {
	border-color: hsla(0, 0%, 70.6%, 0.4);
	color: #757575;
}

.form-segment input.disabled.checked+.form-segment-label,
.form-segment input.disabled:checked+.form-segment-label,
.form-segment input[disabled].checked+.form-segment-label,
.form-segment input[disabled]:checked+.form-segment-label {
	background-color: hsla(0, 0%, 70.6%, 0.4);
	border-color: transparent;
}

.form-segment .form-segment-label {
	background-color: #fff;
	border: 2px solid #003946;
	color: #003946;
	cursor: pointer;
	float: left;
	height: 40px;
	margin-left: -2px;
	padding: 6px !important;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	width: -webkit-calc(33.3333% + 2px);
	width: calc(33.3333% + 2px);
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	line-height: 145%;
	margin-right: auto !important;
	font-weight: 700;
}

.form-segment .form-segment-label+input {
	border-left-color: transparent;
}

.form-segment .form-segment-label:before {
	content: none !important;
}

.form-segment .form-segment-label:hover {
	background: #436e95 !important;
	color: #fff !important;
	border-color: #436e95 !important;
}

.form-segment .form-segment-label>span {
	background: transparent !important;
	border: 0 !important;
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

@media (min-width: 0px) and (max-width: 767px) {
	.form-segment .form-segment-label {
		height: 65px;
		padding: 2px 6px;
		line-height: 1;
		display: table;
	}

	.form-segment .form-segment-label span {
		display: table-cell !important;
		vertical-align: middle;
	}
}

.form-dropdown.slf-responsive-dropdown {
	position: relative !important;
}

.form-dropdown.slf-responsive-dropdown li {
	background-color: #fff;
	color: #003946;
	font-weight: 400;
	margin: 0;
	padding: 9px 10px !important;
	width: 100%;
}

.form-dropdown.slf-responsive-dropdown li.optionSelected {
	background-color: #fdf7e6;
	font-weight: 700;
}

.form-dropdown.slf-responsive-dropdown li:hover {
	background-color: #fdf7e6;
}

.form-dropdown [data-bs-toggle="dropdown"] {
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 0;
	color: #003946;
	font-size: 20px;
	font-family: agenda;
	font-weight: 400;
	height: 40px;
	overflow: hidden;
	padding: 0 35px 0 10px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	width: 100%;
}

.form-dropdown [data-bs-toggle="dropdown"]:after {
	color: #003946;
	content: "\f078";
	font: normal 16px/0 FontAwesome;
	pointer-events: none;
	position: absolute;
	right: 11px;
	top: 20px;
}

.form-dropdown [data-bs-toggle="dropdown"]:focus {
	background-color: #fdf7e6;
	border-color: #003946;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-dropdown [data-bs-toggle="dropdown"]:hover {
	border-color: #eaab00;
}

.form-dropdown [data-bs-toggle="dropdown"].has-error,
.form-dropdown [data-bs-toggle="dropdown"].parsley-error {
	background-color: #f6ebeb;
	border-color: #a4383d;
	color: #424242;
}

.form-dropdown [data-bs-toggle="dropdown"].has-error a,
.form-dropdown [data-bs-toggle="dropdown"].parsley-error a {
	color: #fff;
}

.form-dropdown [data-bs-toggle="dropdown"]:disabled {
	color: #757575;
	background-color: hsla(0, 0%, 78.4%, 0.4);
	border-color: hsla(0, 0%, 78.4%, 0.4);
}

.form-dropdown [data-bs-toggle="dropdown"][aria-expanded="true"]:after {
	content: "\f077";
}

.form-dropdown-menu {
	border-color: #b4b4b4;
	border-radius: 0;
	border-top: 0;
	box-shadow: none;
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.form-dropdown-menu-item {
	background-color: #fff;
	color: #003946;
	font-weight: 400;
	margin: 0;
	padding: 9px 10px !important;
	width: 100%;
}

.form-dropdown-menu-item:before {
	display: none;
}

.form-dropdown-menu-item:hover,
.form-dropdown-menu .form-control:checked+.form-dropdown-menu-item,
.form-dropdown-menu .form-control:focus+.form-dropdown-menu-item {
	background-color: #fdf7e6;
}

.form-dropdown-menu .form-control:checked+.form-dropdown-menu-item {
	font-weight: 700;
}

#phonesTable .intl-tel-input,
#phonesTable .intl-tel-input.separate-dial-code .flag-container {
	width: 100%;
}

#phonesTable .intl-tel-input.separate-dial-code .flag-container .selected-flag {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	max-height: 36px;
	background-color: #fff;
	height: 96%;
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
}

#phonesTable .intl-tel-input.separate-dial-code .flag-container .selected-flag:active,
#phonesTable .intl-tel-input.separate-dial-code .flag-container .selected-flag:focus,
#phonesTable .intl-tel-input.separate-dial-code .flag-container .selected-flag:hover {
	background-color: #fdf7e6;
}

#phonesTable .intl-tel-input.separate-dial-code .flag-container .selected-flag .iti-flag {
	margin-left: 8px;
}

#phonesTable .intl-tel-input.separate-dial-code .flag-container .selected-flag .iti-flag.uu+.selected-dial-code {
	display: none;
}

#phonesTable .intl-tel-input.separate-dial-code.unknownCtry .selected-flag {
	width: 46px;
}

#phonesTable .intl-tel-input.separate-dial-code.unknownCtry .phoneInput {
	padding-left: 52px;
}

#phonesTable .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
	width: 82px;
}

#phonesTable .intl-tel-input.separate-dial-code.iti-sdc-3 .phoneInput {
	padding-left: 88px;
}

#phonesTable .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
	width: 90px;
}

#phonesTable .intl-tel-input.separate-dial-code.iti-sdc-4 .phoneInput {
	padding-left: 96px;
}

#phonesTable .intl-tel-input .selected-dial-code {
	font-size: 20px;
	color: #003946;
	padding-left: 35px;
}

#phonesTable .intl-tel-input ul.country-list {
	border-color: #b4b4b4;
	border-radius: 0;
	border-top: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: auto;
	color: #003946;
	max-height: 210px;
	width: 100%;
	max-width: 100%;
	white-space: normal;
}

#phonesTable .intl-tel-input ul.country-list li:before {
	content: normal !important;
}

#phonesTable .intl-tel-input ul.country-list li[data-country-code="uu"] .dial-code {
	display: none;
}

#phonesTable .intl-tel-input ul.country-list li.country.highlight {
	background-color: #fdf7e6;
}

#phonesTable .intl-tel-input ul.country-list li.country.active .country-name {
	font-weight: 700;
}

#phonesTable .intl-tel-input .parsley-error:-ms-input-placeholder {
	font-style: italic;
	color: #888;
}

.iti-mobile .intl-tel-input.separate-dial-code .flag-container {
	width: 100%;
}

.iti-mobile .intl-tel-input.separate-dial-code .flag-container .selected-flag {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	max-height: 38px;
	background-color: #fff;
	margin-bottom: 2px;
}

.iti-mobile .intl-tel-input.separate-dial-code .flag-container .selected-flag:active,
.iti-mobile .intl-tel-input.separate-dial-code .flag-container .selected-flag:focus,
.iti-mobile .intl-tel-input.separate-dial-code .flag-container .selected-flag:hover {
	background-color: #fdf7e6;
}

.iti-mobile .intl-tel-input.separate-dial-code .flag-container .selected-flag .iti-flag {
	margin-left: 8px;
}

.iti-mobile .intl-tel-input.separate-dial-code .flag-container .selected-flag .iti-flag.uu+.selected-dial-code {
	display: none;
}

.iti-mobile .intl-tel-input .selected-dial-code {
	font-size: 20px;
	color: #003946;
	padding-left: 35px;
}

.iti-mobile .intl-tel-input ul.country-list {
	border-color: #b4b4b4;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: auto;
	color: #003946;
}

.iti-mobile .intl-tel-input ul.country-list li:before {
	content: normal !important;
}

.iti-mobile .intl-tel-input ul.country-list li[data-country-code="uu"] .dial-code {
	display: none;
}

.iti-mobile .intl-tel-input ul.country-list li.country.highlight {
	background-color: #fdf7e6;
}

.iti-mobile .intl-tel-input ul.country-list li.country.active .country-name {
	font-weight: 700;
}

.btn-blue,
.btn-green,
.btn-link,
.btn-sec-blue,
.btn-sec-transparent,
.btn-sec-transparent-blue,
.btn-yellow,
.global-search .ui-widget-content .ui-dialog-buttonset input[type="button"],
.global-search input[type="button"],
.search-container .ui-widget-content .ui-dialog-buttonset input[type="button"],
.search-container input[type="button"],
.ui-widget-content .ui-dialog-buttonset .btn-blue,
.ui-widget-content .ui-dialog-buttonset .btn-link,
.ui-widget-content .ui-dialog-buttonset .btn-sec-transparent,
.ui-widget-content .ui-dialog-buttonset .btn-yellow,
.ui-widget-content .ui-dialog-buttonset .global-search input[type="button"],
.ui-widget-content .ui-dialog-buttonset .search-container input[type="button"] {
	font-size: 15px !important;
	padding: 7px 19px !important;
	margin: 0;
	border: 2px;
	min-height: 40px !important;
	white-space: normal;
	font-family: agenda;
	font-weight: 700;
}

.btn-yellow,
.ui-widget-content .ui-dialog-buttonset .btn-yellow {
	background: #eaab00 !important;
	color: #003946 !important;
	border: 2px solid #eaab00;
}

.btn-yellow:focus,
.btn-yellow:hover,
.ui-widget-content .ui-dialog-buttonset .btn-yellow:focus,
.ui-widget-content .ui-dialog-buttonset .btn-yellow:hover {
	background: #436e95 !important;
	color: #fff !important;
	border: 2px solid #436e95;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
.ui-widget-content .ui-dialog-buttonset .btn-yellow.disabled,
.ui-widget-content .ui-dialog-buttonset .btn-yellow[disabled] {
	background-color: #757575 !important;
	border-color: #757575 !important;
	color: #c8c8c8 !important;
}

.btn-green {
	background: #536b2d !important;
	color: #fff !important;
	border: 0 !important;
}

.btn-green:focus,
.btn-green:hover {
	background: #436e95 !important;
}

.btn-green.disabled,
.btn-green[disabled] {
	background-color: #757575 !important;
	border-color: #757575 !important;
	color: #c8c8c8 !important;
}

@media (min-width: 768px) {
	.btn-container-md-center a {
		min-width: 256px;
		margin: 0 auto;
	}
}

.btn-blue,
.global-search .ui-widget-content .ui-dialog-buttonset input[type="button"],
.global-search input[type="button"],
.search-container .ui-widget-content .ui-dialog-buttonset input[type="button"],
.search-container input[type="button"],
.ui-widget-content .ui-dialog-buttonset .btn-blue,
.ui-widget-content .ui-dialog-buttonset .global-search input[type="button"],
.ui-widget-content .ui-dialog-buttonset .search-container input[type="button"] {
	background: #003946 !important;
	color: #fff !important;
	border: 2px solid #003946;
}

.btn-blue:focus,
.btn-blue:hover,
.global-search .ui-widget-content .ui-dialog-buttonset input:focus[type="button"],
.global-search .ui-widget-content .ui-dialog-buttonset input:hover[type="button"],
.global-search input:focus[type="button"],
.global-search input:hover[type="button"],
.search-container .ui-widget-content .ui-dialog-buttonset input:focus[type="button"],
.search-container .ui-widget-content .ui-dialog-buttonset input:hover[type="button"],
.search-container input:focus[type="button"],
.search-container input:hover[type="button"],
.ui-widget-content .ui-dialog-buttonset .btn-blue:focus,
.ui-widget-content .ui-dialog-buttonset .btn-blue:hover,
.ui-widget-content .ui-dialog-buttonset .global-search input:focus[type="button"],
.ui-widget-content .ui-dialog-buttonset .global-search input:hover[type="button"],
.ui-widget-content .ui-dialog-buttonset .search-container input:focus[type="button"],
.ui-widget-content .ui-dialog-buttonset .search-container input:hover[type="button"] {
	background: #436e95 !important;
	color: #fff !important;
	border: 2px solid #436e95;
}

.btn-blue.disabled,
.btn-blue[disabled],
.global-search .ui-widget-content .ui-dialog-buttonset input.disabled[type="button"],
.global-search .ui-widget-content .ui-dialog-buttonset input[disabled][type="button"],
.global-search input.disabled[type="button"],
.global-search input[disabled][type="button"],
.search-container .ui-widget-content .ui-dialog-buttonset input.disabled[type="button"],
.search-container .ui-widget-content .ui-dialog-buttonset input[disabled][type="button"],
.search-container input.disabled[type="button"],
.search-container input[disabled][type="button"],
.ui-widget-content .ui-dialog-buttonset .btn-blue.disabled,
.ui-widget-content .ui-dialog-buttonset .btn-blue[disabled],
.ui-widget-content .ui-dialog-buttonset .global-search input.disabled[type="button"],
.ui-widget-content .ui-dialog-buttonset .global-search input[disabled][type="button"],
.ui-widget-content .ui-dialog-buttonset .search-container input.disabled[type="button"],
.ui-widget-content .ui-dialog-buttonset .search-container input[disabled][type="button"] {
	background-color: #757575 !important;
	border-color: #757575 !important;
	color: #c8c8c8 !important;
}

.btn-link,
.ui-widget-content .ui-dialog-buttonset .btn-link {
	background: transparent !important;
	color: #436e95 !important;
	border: initial;
}

.btn-link:focus,
.btn-link:hover,
.ui-widget-content .ui-dialog-buttonset .btn-link:focus,
.ui-widget-content .ui-dialog-buttonset .btn-link:hover {
	text-decoration: underline;
}

.btn-link.disabled,
.btn-link[disabled],
.ui-widget-content .ui-dialog-buttonset .btn-link.disabled,
.ui-widget-content .ui-dialog-buttonset .btn-link[disabled] {
	color: #c8c8c8 !important;
}

.btn-sec-transparent,
.ui-widget-content .ui-dialog-buttonset .btn-sec-transparent {
	background: transparent !important;
	color: #003946 !important;
	border: 2px solid #003946;
}

.btn-sec-transparent:focus,
.btn-sec-transparent:hover,
.ui-widget-content .ui-dialog-buttonset .btn-sec-transparent:focus,
.ui-widget-content .ui-dialog-buttonset .btn-sec-transparent:hover {
	background: #436e95 !important;
	color: #fff !important;
	border: 2px solid #436e95;
}

.btn-sec-transparent-blue {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid #fff;
}

.btn-sec-transparent-blue:focus,
.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 #fff;
}

.btn-sec-blue:focus,
.btn-sec-blue:hover {
	background: #436e95;
	color: #fff !important;
	border: 2px solid #436e95;
}

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

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

	.btn-xs-full-width {
		width: 100%;
	}

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

.search-btn {
	margin-top: -2px !important;
	margin-left: 10px !important;
}

.btn.is-busy,
btn.is-success {
	color: #003946;
}

.btn.is-busy:focus,
btn.is-success:focus {
	color: #003946 !important;
}

.image-title-bar {
	height: 250px;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	margin: -80px -15px 0;
	padding: 0 15px;
}

.image-title-bar-content {
	padding: 55px 15px;
}

.image-title-bar-content img {
	margin: 0 auto;
}

.hero-cta-container,
.section-cta-container,
.section-cta-container-campaign {
	padding-right: 15px;
}

.section-hero {
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	margin: -40px -15px 0;
	padding: 0 15px;
}

.section-hero-content {
	padding: 65px 15px;
}

.section-hero-content img {
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.section-hero-content .large-header {
		padding-top: 40px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.section-hero-content {
		padding: 83px 15px;
	}
}

.title-bar-container {
	position: absolute;
	top: 30%;
	left: 0;
	text-align: center;
	width: 100%;
}

.title-bar-custom {
	height: 125px;
	margin: -40px 0 40px;
}

.home-hero {
	height: 350px;
}

.section-hero-350 {
	height: 350px;
	margin-top: -40px;
}

.vid-play {
	margin-left: -35px;
}

.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;
	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;
	text-align: center;
}

.title-bar-life h2 {
	margin-bottom: 10px;
}

.yellow-stripe {
	background: #eaab00;
	height: 5px;
}

.yellow-stripe-thick {
	background: #eaab00;
	height: 10px;
}

.breadcrumb-container {
	line-height: 40px;
	font-family: agenda;
	font-weight: 700;
	background: hsla(0, 0%, 100%, 0.6);
	height: 41px;
	z-index: 10;
	font-size: 14px !important;
	color: #003946;
	line-height: 120%;
}

.breadcrumb-container .breadcrumb {
	background: transparent !important;
	padding: 12px 0;
	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 .social-crumbs {
	padding: 0 !important;
	margin: 0 !important;
}

.breadcrumb-container .social-crumbs li {
	padding-left: 0;
}

.breadcrumb-container .social-crumbs li a {
	color: #003946;
	font-size: 20px !important;
	font-weight: 400;
}

.breadcrumb-container .social-crumbs li a:hover {
	color: #436e95;
	font-style: normal;
	text-decoration: none;
}

.icon-facebook:after {
	content: "\f082";
	font-family: FontAwesome;
	font-weight: 400;
}

.icon-twitter:after {
	content: "\f081";
	font-family: FontAwesome;
	font-weight: 400;
}

.icon-linkedin:after {
	content: "\f08c";
	font-family: FontAwesome;
	font-weight: 400;
}

.icon-googleplus:after {
	content: "\f0d4";
	font-family: FontAwesome;
	font-weight: 400;
}

.icon-youtube:after {
	content: "\f166";
	font-family: FontAwesome;
	font-weight: 400;
}

.product-circle-img {
	border-radius: 50%;
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 30px auto;
}

@media (min-width: 0px) 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: 0px) 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-links,
.login-container .signin-terms {
	font-size: 13px;
	padding-top: 8px;
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}

.login-container .signin-links a,
.login-container .signin-terms a {
	font-size: 14px !important;
	display: block;
}

.login-container .download-app {
	background: #ffdc94;
	padding: 8px 10px 6px;
	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-container .nav-tabs {
	text-align: center;
}

.life-stage-container .nav-pills>li,
.life-stage-container .nav-tabs>li {
	float: none;
	display: inline-block;
}

.life-stage-container .slf-tabs {
	border-bottom: 0 !important;
}

.life-stage-container .slf-tabs li a {
	padding: 9px 19px 30px !important;
	margin-left: -4px;
}

.life-stage-container .slf-tabs li a:hover {
	border-color: #eaab00;
	background: #eaab00 !important;
	color: #003946 !important;
	font-style: normal;
	margin-left: -4px;
}

.lifestage.slf-tabs>li {
	display: inline-block;
	margin: 0 0 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: 400;
	text-decoration: none !important;
}

.advisor-distance {
	display: inline-block;
	margin: 12px 0 0 12px;
}

.life-stage-mobile {
	margin: 15px 0 40px !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;
}

@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: 350px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.home-hero,
	.section-hero-350 {
		margin-top: -6px;
	}

	.section-hero {
		margin: -6px -15px 0;
	}

	.section-hero-content {
		padding: 84px 15px;
	}

	.hero-text {
		font-size: 27px !important;
	}

	.title-bar {
		margin-top: 36px;
		padding-left: 0;
	}

	.product-image img {
		border-radius: 50%;
	}

	.title-bar-custom {
		margin: 0 0 40px;
	}

	.title-bar-brighter {
		padding: 12px 0 0;
	}

	.section-cta-container-campaign .large-header {
		font-size: 50px;
		line-height: 100%;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.product-image img {
		border-radius: 50%;
	}

	.section-hero,
	.section-hero-350 {
		margin: 0 -15px;
	}

	.section-hero-content {
		padding: 80px 15px 85px;
	}

	.section-hero-content .large-header {
		font-size: 60px !important;
	}

	.home-hero,
	.section-hero-350 {
		height: auto;
	}

	.title-bar-brighter {
		padding: 16px 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;
	}

	.home-hero-cta {
		padding-top: 110px;
		margin-top: 76px;
	}

	.section-hero-cta {
		padding: 86px 0 0;
		margin-top: 76px;
	}

	.hero-cta-container {
		background-color: hsla(0, 0%, 100%, 0.7);
		box-shadow: inset 0 -35px 16px -16px rgba(0, 0, 0, 0.1);
		padding: 20px 15px 6px;
		text-align: center;
	}

	.hero-cta-container .hero-text {
		font-size: 20px !important;
	}

	.hero-cta-container h1 {
		text-align: center;
	}

	.hero-cta-container img {
		width: 272px;
	}

	.hero-cta-container .btn {
		margin-bottom: 0 !important;
	}

	.section-cta-container {
		background-color: hsla(0, 0%, 100%, 0.7);
		padding: 20px 15px 6px;
		text-align: center;
	}

	.section-cta-container .hero-text {
		font-size: 20px !important;
	}

	.section-cta-container h1,
	.section-cta-container h2 {
		text-align: center;
	}

	.section-cta-container img {
		width: 272px;
	}

	.section-cta-container-campaign {
		background-color: hsla(0, 0%, 100%, 0.7);
		box-shadow: inset 0 -25px 16px -16px rgba(0, 0, 0, 0.1);
		padding: 20px 15px 36px;
		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 {
		margin: 0 0 40px;
		height: 70px;
	}

	.product-circle-img {
		width: 50%;
	}

	.chinese-title {
		margin: 30px 0;
	}

	.chinese-title h1,
	.chinese-title h2,
	.vid-play {
		text-align: center;
	}

	.vid-play {
		margin: -90px 0 64px;
	}

	.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%;
	}
}

.global-mobile-alert>div {
	background: #001f30;
	border-bottom: 7px solid #eaab00;
	border-top: 7px solid #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;
	color: #fff;
	width: inherit;
	margin-right: 0;
}

.global-mobile-alert>div h2 {
	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, #60778e);
	background: linear-gradient(180deg, #6f8393 0, #60778e);
	border: 1px solid #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, #c0cfeb);
	background: linear-gradient(180deg, #dde7f6 0, #c0cfeb);
	border: 1px solid #a4b9e0;
	color: #001f30;
	cursor: pointer;
	font-weight: 700;
	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: 400;
	color: #003946;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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";
}

.blue-notification {
	margin: 20px 0;
	border: 2px solid #fff;
	background-color: #436e95;
	color: #fff;
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blue-notification:active,
.blue-notification:focus,
.blue-notification:hover {
	text-decoration: none;
}

.blue-notification:active .text-area,
.blue-notification:focus .text-area,
.blue-notification:hover .text-area {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

.blue-notification .text-area {
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	font-weight: 400;
	min-height: 85px;
}

.blue-notification .text-area div {
	padding-top: 7px;
}

.blue-notification .bottom-area {
	background-color: #fff;
	color: #436e95;
	padding: 10px;
	text-align: right;
}

.blue-notification .bottom-area .fa {
	margin-right: 5px;
}

.blue-notification .bottom-area .linkStyle:active,
.blue-notification .bottom-area .linkStyle:focus,
.blue-notification .bottom-area .linkStyle:hover {
	text-decoration: underline;
}

.si-2x {
	font-size: 54px;
	text-decoration: none !important;
}

.fa-circle-white {
	color: #fff;
	font-size: 25px;
	margin-left: 5px;
}

.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: 2px solid #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);
	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);
	background: -moz-radial-gradient(center,
			circle cover,
			#fbcd52 0,
			#eaab00 100%);
	background: -webkit-gradient(radial,
			center center,
			0,
			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);
	background: -moz-radial-gradient(center,
			circle cover,
			#fbcd52 0,
			#eaab00 100%);
	background: -webkit-gradient(radial,
			center center,
			0,
			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="/public/secure.sunlife.ca/brands/common/template2015/images/whimsical-leaf.png") progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBCD52, endColorstr=#eaab00, GradientType=0);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/whimsical-leaf.png) 100% 0 no-repeat,
		-webkit-radial-gradient(#fbcd52, #eaab00);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/whimsical-leaf.png) 100% 0 no-repeat,
		-o-radial-gradient(#fbcd52, #eaab00);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/whimsical-leaf.png) 100% 0 no-repeat,
		-moz-radial-gradient(#fbcd52, #eaab00);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/whimsical-leaf.png) 100% 0 no-repeat,
		radial-gradient(#fbcd52, #eaab00);
	color: #003946;
}

.slf-r-gradient-whimsical-top {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBCD52, endColorstr=#eaab00, GradientType=0);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/icon-whimsical-bottom.png) top no-repeat,
		-webkit-radial-gradient(#fbcd52, #eaab00);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/icon-whimsical-bottom.png) top no-repeat,
		-o-radial-gradient(#fbcd52, #eaab00);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/icon-whimsical-bottom.png) top no-repeat,
		-moz-radial-gradient(#fbcd52, #eaab00);
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/icon-whimsical-bottom.png) top no-repeat,
		radial-gradient(#fbcd52, #eaab00);
	color: #003946;
}

.slf-r-gradient-whimsical-top a {
	color: #003946;
}

.slf-r-gradient-whimsical-bot {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBCD52, endColorstr=#eaab00, GradientType=0);
	background: -webkit-radial-gradient(#fbcd52, #eaab00);
	background: -o-radial-gradient(#fbcd52, #eaab00);
	background: -moz-radial-gradient(#fbcd52, #eaab00);
	background: radial-gradient(#fbcd52, #eaab00);
	min-height: 125px;
	margin: -41px 0 40px;
	color: #003946;
}

.slf-whimsical-title-bar {
	background: #eaab00;
	background: -webkit-radial-gradient(#fbcd52, #eaab00);
	background: -moz-radial-gradient(#fbcd52, #eaab00);
	background: radial-gradient(#fbcd52, #eaab00);
	border-bottom: 0;
	color: #003946;
	margin-bottom: 20px;
	padding: 20px;
}

@media (max-width: 1280px) {
	.slf-whimsical-title-bar {
		padding: 20px 0;
	}
}

.slf-whimsical-title-bar h1 {
	margin: 0;
}

.slf-blue-whimsical-bot {
	background: #003946 url(/public/secure.sunlife.ca/brands/common/template2015/images/icon-whimsical-yellow-half.png) top 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: inset 0 4px 1px rgba(0, 0, 0, 0.075);
}

.slf-box-shadow-all {
	box-shadow: 0 0 10px #000;
}

.slf-box-shadow-bottom {
	box-shadow: 0 4px 2px -2px grey;
}

.life-stage-utility {
	background: #003946;
	border-top: 2px solid #4d757e;
	text-align: center;
}

.life-stage-utility h1 {
	text-align: center;
}

.header-separator {
	border-bottom: 1px solid #e1e1e1;
}

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

.hard-separator {
	border: 0;
	border-bottom: 2px solid #eaab00;
}

.hard-separator,
.soft-separator {
	display: block;
	width: 100px;
	text-align: left;
	margin: 40px 0;
	padding: 0;
	position: static;
}

.soft-separator {
	border: 0;
	border-bottom: 2px solid #e1e1e1;
}

.hard-separator-center {
	border: 0;
	border-bottom: 2px solid #eaab00;
}

.hard-separator-center,
.soft-separator-center {
	display: block;
	width: 100px;
	margin: 40px auto;
	padding: 0;
	position: static;
}

.soft-separator-center {
	border: 0;
	border-bottom: 2px solid #e1e1e1;
}

.hard-separator-blue {
	border-bottom: 2px solid #003946;
	margin: 40px 0;
	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: 0 -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: 2px solid #a58735;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.cta-separator-brown {
		border-top: 2px solid #a58735;
	}
}

.section-padding {
	text-align: center;
	margin-top: 50px;
}

.home-module {
	padding: 30px 18px;
	text-align: center;
}

.section-module {
	padding: 40px 20px 40px 0;
}

.global-module {
	padding: 30px;
	text-align: center;
}

.footer .global-footer-row2 .slf-accordion-arrow .global-module .accordion-heading,
.global-module .accordion-heading,
.global-module .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading,
.global-module .slf-tab-container .panel-default>.panel-heading,
.global-module h4,
.global-module p,
.slf-tab-container .global-module .panel-default>.panel-heading {
	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;
	text-align: center;
}

.nav-item .mega-promo a {
	padding: 30px 0 0 !important;
}

.nav-item .mega-promo a:active,
.nav-item .mega-promo a:focus,
.nav-item .mega-promo a:hover {
	background: transparent !important;
}

.nav-item .mega-promo .h4 {
	padding-left: 0 !important;
}

.slf-alert-box {
	padding: 20px;
	min-height: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: top;
}

.slf-alert-box.exclamation-triangle:before {
	content: "\f071";
}

.slf-alert-box.slf-slate-blue-bg-10 {
	border: 1px solid #436e95;
}

.slf-alert-box.slf-slate-blue-bg-10:before {
	color: #436e95;
}

.slf-alert-box:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 30px;
	padding-right: 15px;
	padding-top: 2px;
}

.slf-alert-box.slf-alert-box-error:before {
	content: "\f12a";
}

.slf-alert-box.not-found:before,
.slf-alert-box.slf-burgundy-bg-10:before {
	color: #a4383d;
}

.slf-alert-box.slf-yellow-bg-10 {
	border: 1px solid #eaab00;
}

.slf-alert-box.slf-yellow-bg-10:before {
	color: #003946;
}

.slf-alert-box.slf-green-bg-10 {
	border: 1px solid #536b2d;
}

.slf-alert-box.slf-green-bg-10:before {
	color: #536b2d;
}

.slf-alert-box p:last-of-type {
	margin-bottom: 0;
}

.slf-alert-box>div,
.slf-alert-box>p {
	align-self: center;
}

.alert {
	margin-bottom: 0;
}

.alert-warning {
	color: #706760;
	background: #fbefcc;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 1px 10px 1px grey;
	display: table;
	margin: 10px auto 0;
}

.alert-warning .close {
	right: -21px;
	top: -8px;
	font-size: 22px;
	padding-left: 15px;
	opacity: 1;
}

.bl-icons {
	margin-bottom: 20px;
}

.content-highlight {
	background-color: #f2f5f6;
	padding: 20px;
	margin: 0;
}

.content-highlight span {
	font-size: 16px !important;
}

.adjust-height-cta {
	margin: 16px 0;
}

.content-tab-container {
	margin-bottom: 10px;
}

.content-tab-container .nav-tabs {
	border-bottom: 11px solid #eaab00;
}

.content-tab-container.tabs-5 .content-tabs li {
	width: 20%;
}

.content-tab-container.tabs-4 .content-tabs li {
	width: 25%;
}

.content-tab-container.tabs-2 .content-tabs li,
.content-tab-container.tabs-3 .content-tabs li {
	width: 33.333%;
}

.content-tabs a {
	border-radius: 0 !important;
}

.content-tabs>li {
	background: #003946;
	border-left: 1px solid #4d757e;
	height: 75px;
}

.content-tabs>li a {
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	display: table;
	text-align: center;
}

.content-tabs>li a span {
	display: table-cell;
	vertical-align: middle;
}

.content-tabs>li a:hover {
	background: #4d757e;
}

.content-tabs>li a:focus {
	background-color: #4d757e;
}

.content-tabs li.active-tab {
	border-left: none;
	background: #eaab00 !important;
}

.content-tabs li.active-tab a {
	background: #eaab00 !important;
	color: #003946;
	border: 1px solid #eaab00 !important;
	cursor: default;
}

.content-tabs li.active-tab a:hover {
	background: #f1c54d !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.content-tab-col {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.content-tab-col {
		padding-left: 0;
		padding-right: 0;
	}

	.content-tab-container {
		margin-bottom: 30px;
	}

	.content-tab-container .nav-tabs {
		border-bottom: none;
	}

	.content-tab-container .nav-tabs li {
		float: none;
	}

	.content-tab-container .nav-tabs li.active-tab a,
	.content-tab-container .nav-tabs li.active-tab a:hover {
		border: 1px solid #eaab00;
		margin-right: 0;
	}

	.content-tab-container .nav-tabs a:hover {
		border: 1px solid #4d757e;
		margin-right: 0;
	}

	.content-tab-container .content-tabs li {
		width: 80% !important;
		margin: 0 auto 10px;
		height: auto;
	}
}

.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>li {
	background: #003946 !important;
	border-left: 1px solid #4d757e;
	height: 75px;
	padding: 0;
	width: 25%;
}

.slf-full-tabs>li a {
	color: #fff !important;
	height: 100%;
	padding: 0 !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: #4d757e !important;
}

.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;
}

.tabs-5 .slf-full-tabs li {
	width: 20%;
}

.tabs-4 .slf-full-tabs li {
	width: 25%;
}

.tabs-2 .slf-full-tabs li,
.tabs-3 .slf-full-tabs li {
	width: 33.333%;
}

.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: 0px) 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;
	}
}

.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(/public/secure.sunlife.ca/brands/common/template2015/images/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(/public/secure.sunlife.ca/brands/common/template2015/images/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 0 30px;
}

.pillars img {
	height: 100px;
	margin-top: 20px;
}

.pillars h5 {
	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>a>img,
.carousel-inner>.item>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;
}

ol {
	margin: 12px 0 12px 12px;
	padding: 0 0 4px 12px;
}

ol li {
	padding: 0 0 4px 2px;
}

ul:not(.nav):not(.country-list):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) {
	margin: 12px 0 12px 12px;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

ul:not(.nav):not(.country-list):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) li {
	font-family: agenda;
	font-weight: 200;
}

ul:not(.nav):not(.country-list):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(.parsley-errors-list):not(.x-tree-node-ct)>li {
	font-size: 16px;
	padding: 0 0 4px 14px;
	line-height: 140%;
	position: relative;
}

ul:not(.nav):not(.country-list):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(.parsley-errors-list):not(.x-tree-node-ct)>li:before {
	font-family: FontAwesome;
	content: "\f111";
	font-size: 7px;
	color: #000;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

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: 400 !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;
}

.option-box>div .slf-tab-container ul li,
.option-table>li .slf-tab-container ul li,
.slf-tab-container .option-box>div ul li,
.slf-tab-container .option-table>li ul li,
.slf-tab-container ul.bullets li {
	height: auto !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.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;
}

.slf-tab-container .contact-container {
	margin: 20px 0;
}

@media (min-width: 0px) and (max-width: 767px) {
	.slf-tab-container .soft-separator {
		margin-left: 15px;
	}

	.slf-tab-container.top-neg-40 {
		margin-top: -40px !important;
	}
}

.panel-default>.panel-heading,
.panel-default>.panel-heading:active,
.panel-default>.panel-heading:focus,
.panel-default>.panel-heading:hover,
.panel .panel-title a,
.panel .panel-title a:active,
.panel .panel-title a:focus,
.panel .panel-title a:hover {
	color: #003946;
}

.slf-contextualMsgBox {
	padding: 20px 0;
	margin-bottom: 10px;
}

.slf-contextualMsgBox>.row {
	display: table;
	width: 100%;
	margin: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
	.slf-contextualMsgBox {
		margin: 0 -15px 10px;
		text-align: center;
	}

	.slf-contextualMsgBox h3 {
		text-align: center;
	}
}

.slf-contextualMsgBox img {
	border-radius: 50%;
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	max-width: 145px;
	margin: 0 auto;
}

.slf-contextualMsgBox ul {
	text-align: left;
}

#page-content .accordion-heading,
.accordion-heading {
	color: #003946;
	margin-bottom: 0;
}

.accordion-heading {
	background: #e6e6e6;
	padding: 20px;
	cursor: pointer;
	display: block;
}

.accordion-heading:focus,
.accordion-heading:hover {
	color: #003946;
	text-decoration: none;
}

.slf-accordion-plus {
	margin-bottom: 10px;
}

.slf-accordion-plus .accordion-heading {
	background: #eaab00;
}

.slf-accordion-plus.yellow .accordion-heading {
	background: #eaab00;
	color: #003946;
}

.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 20px;
}

.slf-accordion-plus .accordion-heading[aria-expanded="true"]:before {
	content: "\f056";
	font-family: FontAwesome;
	font-size: 22px;
	padding-right: 10px;
}

.slf-accordion-plus .accordion-heading[aria-expanded="false"]:before {
	content: "\f055";
	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 {
	font-weight: 400;
}

.slf-accordion-arrow .accordion-heading span {
	vertical-align: top;
}

.slf-accordion-arrow .accordion-heading[aria-expanded="true"]:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 24px;
}

.slf-accordion-arrow .accordion-heading[aria-expanded="false"]:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 24px;
}

@media (max-width: 1024px) {
	.slf-accordion-arrow .accordion-heading {
		margin: 0 -15px;
	}
}

.slf-thin-accordion-blue {
	background-color: #003946;
	line-height: 36px;
}

.slf-thin-accordion-blue a {
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 400;
}

.slf-thin-accordion-blue a:active,
.slf-thin-accordion-blue a:focus,
.slf-thin-accordion-blue a:hover {
	text-decoration: none;
}

.slf-thin-accordion-blue a[aria-expanded="true"]:before {
	content: "\f077";
	font-family: FontAwesome;
	padding: 0 0 0 30px;
	color: #eaab00;
}

.slf-thin-accordion-blue a[aria-expanded="false"]:before {
	content: "\f078";
	font-family: FontAwesome;
	padding: 0 0 0 30px;
	color: #eaab00;
}

.even-zebra:nth-child(2n),
.odd-zebra:nth-child(odd) {
	background-color: #f6f6f6;
}

.slf-grey-borderless-table {
	border: none;
	font-size: 16px;
	width: 100%;
	table-layout: fixed;
}

.slf-grey-borderless-table thead tr {
	border-bottom: 1px solid #000;
	height: 60px;
}

.slf-grey-borderless-table tbody tr {
	cursor: pointer;
	height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.slf-grey-borderless-table tbody tr:hover {
	background-color: #fafafa;
}

.slf-grey-borderless-table tbody tr.read {
	background-color: #f7f7f7;
}

.slf-grey-borderless-table tbody tr.read:hover {
	background-color: #f2f2f2;
}

.slf-grey-borderless-table tbody tr td,
.slf-grey-borderless-table tbody tr th {
	padding: 0 10px;
}

.slf-grey-borderless-table tbody tr td:first-child,
.slf-grey-borderless-table tbody tr td:last-child,
.slf-grey-borderless-table tbody tr th:first-child,
.slf-grey-borderless-table tbody tr th:last-child {
	padding-left: 20px;
}

.slf-circle-arrow {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

.slf-circle-arrow .slf-blue {
	color: #003946 !important;
}

.slf-circle-arrow .fa-arrow-right {
	font-size: 18px;
}

.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;
}

.option-table>li {
	border: 2px solid #e1e1e1;
	padding: 20px 20px 20px 15px;
	position: relative;
	margin-top: -2px;
}

.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: 0px) 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;
}

.option-box>div {
	border: 2px solid #e1e1e1;
	padding: 20px 20px 20px 15px;
	position: relative;
	margin-top: -2px;
}

.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: 0px) 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-table {
	margin-top: 10px;
	margin-bottom: 20px;
}

.right-rail-table .content-label {
	background-color: #e6eced;
	padding: 10px 10px 6px;
	text-align: center;
	border: 2px solid #e6eced;
	font-size: 18px;
}

.right-rail-table .content-links {
	padding: 10px 0;
	background: #f2f5f6;
}

.right-rail-table .content-links .fa-external-link {
	margin-left: 5px;
}

.right-rail-table .content-links a {
	padding: 8px 20px;
	display: block;
}

.right-rail-table .content-links a .fa-chevron-circle-right {
	color: #eaab00;
	margin-right: 10px;
	text-decoration: none;
	position: absolute;
	margin-top: 2px;
}

.right-rail-table .content-links a .link-text {
	padding-left: 25px;
	display: inline-block;
	text-decoration: inherit;
	word-break: break-word;
	width: 100%;
}

.right-rail-table .content-links hr {
	text-align: left;
	border: 1px solid #b3c4c8;
	margin: 10px 20px;
	width: 30%;
}

.right-rail {
	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-"] {
	padding: 30px 20px 0;
}

.right-rail .content-label {
	margin-bottom: 20px;
}

.right-rail .blue-50-separator {
	border-bottom: 2px solid #809da3;
	margin: 40px auto;
	width: 100px;
}

.right-rail input {
	margin-bottom: 10px;
	width: 100%;
}

.right-rail .hard-separator,
.right-rail .hard-separator-blue {
	margin: 0 auto 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 {
	font-size: 2.25em;
	color: #003946;
	margin: 20px 0 16px;
}

.right-rail .fa p {
	line-height: 120%;
}

.right-rail .sun-icon {
	font-size: 3.85em;
	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 #436e95;
}

.arrow-help-block,
.help-block {
	display: none;
	background: #a4383d;
	color: #fff !important;
	margin-top: 0;
	line-height: 110% !important;
	width: 100%;
	text-align: left;
	padding: 5px 5px 5px 20px;
	position: relative;
}

.arrow-help-block a,
.help-block a {
	color: #fff;
}

.arrow-help-block:before,
.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: 5px solid transparent;
	border-bottom-color: #a4383d;
}

.has-error .arrow-help-block,
.has-error .help-block {
	display: block;
}

.has-error input:not([type="submit"]) {
	border: 1px solid #a4383d;
}

.editorial-hero {
	margin-bottom: 30px;
}

.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: auto !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;
	line-height: 14px;
	padding: 0 10px;
	height: 40px;
	border: 1px solid #b4b4b4;
	margin-bottom: 20px;
}

.search-container .gsc-control-cse {
	padding: 0;
}

.search-container .gsc-input {
	margin: 0 !important;
	padding: 0 !important;
}

.search-container .gcsc-branding,
.search-container .gsc-clear-button {
	display: none;
}

.search-container .gs-visibleUrl,
.search-container a,
.search-container a b {
	color: #436e95 !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 !important;
}

.info-box .partnership *,
.info-box .quote-section * {
	display: inline-block;
}

.info-box .partnership {
	margin-left: 28px !important;
}

@media (min-width: 0px) and (max-width: 767px) {

	.info-box .partnership *,
	.info-box .quote-section * {
		text-align: center;
		display: block;
	}
}

.yellow-box-header {
	background: #eaab00;
	color: #003946;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	font-weight: 700;
}

.box-container {
	background: #f2f5f6;
	border: 1px solid #f2f5f6;
	margin-bottom: 40px;
	padding: 0 8px;
}

.box-container .box-content-cta,
.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: 400px 2;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.sitemap>li {
	border: 0 !important;
	list-style-type: none;
}

.sitemap>li a {
	font-weight: 400 !important;
}

.sitemap-section {
	font-family: agenda;
	font-weight: 400;
	font-size: 21px;
}

.gs-promotion-image-box img.gs-promotion-image,
.gs-web-image-box img.gs-image {
	border: 1px solid #e2e2e2;
	max-width: 60px;
	max-height: 120px;
}

.gs-promotion-image-cell,
.gsc-table-cell-thumbnail {
	vertical-align: top;
}

.gsc-table-cell-thumbnail {
	padding-right: 8px;
}

.gsc-table-result {
	margin-bottom: 10px;
}

.gsc-wrapper {
	margin-right: 50px;
}

.gs-visibleUrl-long,
.gs-watermark,
.gsc-resultsHeader,
.gsc-thumbnail-inside,
.gsc-url-top,
gsc-url-top {
	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: #fff !important;
	border-color: #003946 !important;
	color: #5482ab !important;
	color: #000;
	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;
}

.yellow-btm-pagination .pagination {
	border-radius: 0;
}

.yellow-btm-pagination .pagination>li {
	display: inline-block;
}

.yellow-btm-pagination .pagination>li.ellipsis {
	pointer-events: none;
}

.yellow-btm-pagination .pagination>li.previous {
	margin-right: 35px;
}

.yellow-btm-pagination .pagination>li.previous>a {
	border-radius: 0;
}

.yellow-btm-pagination .pagination>li.next {
	margin-left: 35px;
}

.yellow-btm-pagination .pagination>li.next>a {
	border-radius: 0;
}

.yellow-btm-pagination .pagination>li.active>a,
.yellow-btm-pagination .pagination>li.active>a:focus,
.yellow-btm-pagination .pagination>li.active>a:hover {
	background-color: #eaab00;
	color: #003946;
}

.yellow-btm-pagination .pagination>li.disabled>a {
	color: #436e95;
	opacity: 0.5;
	display: none;
}

.yellow-btm-pagination .pagination>li a {
	color: #436e95;
	padding: 4px 13px;
	border-width: 0;
}

.yellow-btm-pagination .pagination>li a:hover {
	text-decoration: underline;
}

.yellow-btm-pagination .pagination>li a .fa {
	display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
	.yellow-btm-pagination .pagination {
		display: block;
		width: 100%;
		font-size: 0;
		margin-bottom: 0;
	}

	.yellow-btm-pagination .pagination>li {
		display: none;
		font-size: 16px;
	}

	.yellow-btm-pagination .pagination>li>a {
		display: block;
		width: 100%;
	}

	.yellow-btm-pagination .pagination>li.link-to-first,
	.yellow-btm-pagination .pagination>li.next,
	.yellow-btm-pagination .pagination>li.previous {
		display: inline-block;
	}

	.yellow-btm-pagination .pagination>li.link-to-first>a,
	.yellow-btm-pagination .pagination>li.next>a,
	.yellow-btm-pagination .pagination>li.previous>a {
		background-color: #eaab00;
		color: #003946;
		text-align: center;
		display: block;
	}

	.yellow-btm-pagination .pagination>li.link-to-first>a span,
	.yellow-btm-pagination .pagination>li.next>a span,
	.yellow-btm-pagination .pagination>li.previous>a span {
		display: none;
	}

	.yellow-btm-pagination .pagination>li.link-to-first>a span.fa,
	.yellow-btm-pagination .pagination>li.next>a span.fa,
	.yellow-btm-pagination .pagination>li.previous>a span.fa {
		display: inline;
	}

	.yellow-btm-pagination .pagination>li.previous {
		margin-right: 0;
		width: 25%;
		padding-right: 7px;
	}

	.yellow-btm-pagination .pagination>li.next {
		margin-left: 0;
		width: 50%;
		padding-left: 7px;
	}

	.yellow-btm-pagination .pagination>li.link-to-first {
		width: 25%;
		padding: 0 7px;
	}

	.yellow-btm-pagination .pagination.first-page {
		width: 80%;
		margin: 20px auto 0;
	}

	.yellow-btm-pagination .pagination.first-page>li {
		display: none;
	}

	.yellow-btm-pagination .pagination.first-page>li.next {
		display: inline-block;
		width: 100%;
		padding: 0;
	}

	.yellow-btm-pagination .pagination.first-page>li.next a {
		display: block;
		width: 100%;
		background-color: #eaab00;
		color: #003946;
		text-align: center;
		margin: 0;
	}

	.yellow-btm-pagination .pagination.first-page>li.next a span {
		display: inline;
	}

	.yellow-btm-pagination .pagination.last-page>li {
		display: none;
	}

	.yellow-btm-pagination .pagination.last-page>li.previous {
		display: inline-block;
		width: 75%;
	}

	.yellow-btm-pagination .pagination.last-page>li.previous span {
		display: inline;
	}

	.yellow-btm-pagination .pagination.last-page>li.previous span.fa {
		display: none;
	}

	.yellow-btm-pagination .pagination.last-page>li.link-to-first {
		display: inline-block;
		width: 25%;
		padding-right: 0;
	}
}

.yellow-btm-pagination .pagination-indicator {
	text-align: center;
	font-size: 12px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.yellow-btm-pagination .pagination-indicator {
		display: none;
	}
}

@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: 5px;
	}

	.pillars .fa,
	.pillars a {
		color: #fff;
	}
}

@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: 5px;
	}

	.pillars .fa,
	.pillars a {
		color: #fff;
	}
}

@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,
	.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:first-child,
	.right-rail .cta-module-2 .right-rail-module-cta:nth-child(4),
	.right-rail .cta-module-2x2 .right-rail-module-cta:first-child,
	.right-rail .cta-module-2x2 .right-rail-module-cta:nth-child(4) {
		border-right: 0;
	}

	.right-rail .cta-module-2 .right-rail-module-cta:first-child,
	.right-rail .cta-module-2 .right-rail-module-cta:nth-child(2),
	.right-rail .cta-module-2x2 .right-rail-module-cta:first-child,
	.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:first-child,
	.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:first-child,
	.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:first-child,
	.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:first-child,
	.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:first-child,
	.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 .right-rail-module {
		border-right: 20px solid #fff;
		border-left: 20px solid #fff;
	}

	.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:first-child,
	.right-rail .module-2 .right-rail-module:nth-child(4),
	.right-rail .module-2x2 .right-rail-module:first-child,
	.right-rail .module-2x2 .right-rail-module:nth-child(4) {
		border-right: 0;
	}

	.right-rail .module-2 .right-rail-module:first-child,
	.right-rail .module-2 .right-rail-module:nth-child(2),
	.right-rail .module-2x2 .right-rail-module:first-child,
	.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:first-child,
	.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:first-child,
	.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:first-child,
	.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:first-child,
	.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:first-child,
	.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-blue-whimsical-bot,
	.slf-r-gradient-whimsical-bot {
		margin: 0 0 40px;
	}

	.slf-r-gradient-brighter {
		margin-top: 0;
		max-height: 145px;
	}

	.pillars .fa,
	.pillars a {
		color: #fff;
	}

	.life-stages-selector.sub-cat .btn-sec-transparent-blue:hover {
		background: #eaab00 !important;
	}
}

@media (min-width: 768px) {

	.ShowMoreContainer .row,
	.ShowMoreContainer .row div[class^="col"] {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.ShowMoreContainer.showless .row {
		height: 275px;
		overflow: hidden;
		position: relative;
	}

	.ShowMoreContainer.showless .row .col-xs-12 {
		margin-top: -15px;
	}

	.ShowMoreContainer.showless .showMorebtnContainer {
		-moz-box-shadow: 0 -7px 30px 15px #fff;
		-webkit-box-shadow: 0 -7px 30px 15px #fff;
		box-shadow: 0 -7px 30px 15px #fff;
		z-index: 2;
		position: absolute;
		width: 100%;
		bottom: -40px;
		margin-bottom: 20px !important;
		padding-top: 15px;
	}

	.ShowMoreContainer .row .col-xs-12 {
		margin-top: -15px;
	}

	.ShowMoreContainer .row .col-xs-12:first-child {
		margin-top: 0;
	}

	.ShowMoreContainer .showMorebtnContainer {
		text-align: center;
		background-color: #fff;
		margin: 0 -15px -20px;
		padding-top: 20px;
	}

	.ShowMoreContainer .showMorebtnContainer .btn {
		margin-bottom: 0 !important;
	}

	.section-module {
		padding: 40px 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(/public/secure.sunlife.ca/brands/common/template2015/images/blank.png), radial-gradient(#fbcd52, #eaab00) !important;
	}

	.xs-no-gutter {
		padding: 0 !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 {
		margin: 16px auto;
		text-transform: capitalize;
	}

	.pillars-btn {
		text-align: center;
	}

	.last-pillar {
		border: none;
		margin-bottom: 20px;
	}

	.mobile-center,
	.vid-text,
	h2.editorial {
		text-align: center;
	}

	.wgt-cs-container h1 {
		font-size: 38px !important;
	}

	.wgt-cs-container h1,
	.wgt-cs-container h2 {
		font-family: agenda;
		font-weight: 200;
		line-height: 120% !important;
	}

	.wgt-cs-container h2 {
		font-size: 30px !important;
	}

	.wgt-cs-container h3 {
		font-family: agenda;
		font-weight: 200;
		font-size: 24px !important;
		line-height: 120% !important;
	}

	.brightideas-left,
	.brightideas-right {
		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;
	}
}

.nav-tabs>li>a {
	color: #fff;
}

.h-separator-blue-70 {
	display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
	.h-separator-blue-70 {
		display: block;
	}
}

.fa-calculator:before {
	margin-right: -2px;
}

.icon-before:before {
	font-family: FontAwesome;
	font-weight: 400;
}

.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: 400;
}

.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;
}

.light-blue-container {
	background-color: #f2f5f6;
	padding: 40px 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.light-blue-container {
		padding: 20px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

ul.list-dropdown {
	position: absolute;
	z-index: 12;
	right: 0;
	min-width: 172px;
	text-align: left;
	background-color: #fff;
	padding: 0 10px 10px;
	box-shadow: 0 2px 2px 0 #c8c8c8;
}

ul.list-dropdown li {
	margin: 10px 0 0;
}

ul.list-dropdown li.list-separator {
	border-top: 1px solid #e1e1e1;
}

ul.list-dropdown li:active,
ul.list-dropdown li:focus,
ul.list-dropdown li:hover {
	background-color: #fbefcc !important;
}

ul.list-dropdown li.nav-selected a {
	font-family: agenda;
	font-weight: 700;
}

ul.list-dropdown li a {
	display: inline-block !important;
	padding: 7px;
	width: 100%;
	font-family: agenda;
	font-weight: 400;
	font-size: 16px !important;
}

@media (max-width: 1024px) {
	ul.list-dropdown {
		right: 0;
	}
}

.row-greyTopBtm {
	border-bottom: 1px solid #e1e1e1;
}

.row-greyTopBtm:hover {
	background-color: #fafafa;
	cursor: pointer;
}

.row-greyTopBtm img {
	vertical-align: top;
	margin-top: 10px;
}

.pagination-area {
	float: right;
}

.pagination-area,
.pagination-area div {
	display: inline-block;
}

.pagination-area .pagination-info {
	float: left;
	padding: 6px 0;
}

.pagination-area .pagination {
	margin: 0 0 20px 25px;
}

.pagination-area .pagination li {
	display: inline;
	color: #e1e1e1;
	float: left;
}

.pagination-area .pagination li a {
	border-radius: 0 !important;
	border: 2px solid #003946;
	padding: 0;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 2;
}

.pagination-area .pagination li a,
.pagination-area .pagination li a:focus {
	color: #f7f7f7;
	background-color: #003946;
}

.pagination-area .pagination li a:hover {
	color: #f7f7f7;
	border-radius: 0 !important;
	background-color: #436e95;
	border: 2px solid #436e95;
}

.pagination-area .pagination li.disabled a,
.pagination-area .pagination li.disabled a:focus,
.pagination-area .pagination li.disabled a:hover {
	color: #e1e1e1;
	background-color: #fff;
	border: 2px solid #e1e1e1;
}

.pagination-area .pagination li:first-child {
	margin-right: 3px;
}

.top-icon-container {
	padding-left: 0;
	padding-right: 0;
}

.slf-box-with-top-icon {
	margin-top: 61px;
}

.slf-box-with-top-icon .top-icon-container {
	margin-bottom: -2em;
}

.top-icon-container .fa-feature-blue {
	padding: 9px 0 0 4px;
}

.top-icon-container .fa-circle-white {
	margin-left: 0;
}

.fa-circle-white .fa-circle:before {
	font-size: 82px;
}

.white-bg-circle-icon.fa-circle:before {
	color: #fff;
	font-size: 100px;
}

.white-bg-circle-icon {
	position: absolute;
	top: -81px;
	left: -12%;
}

.white-bg-circle-icon~.fa-stack-2x {
	margin-top: -72px;
}

.white-bg-circle-icon~.fa-feature-blue {
	margin-top: -73px;
}

.white-bg-circle-icon:before {
	font-size: 98px;
	color: #fff;
	text-shadow: 0 1px 0 #dee2e3;
}

.slf-light-grey-border {
	border: 1px solid #dee2e3;
}

.slf-box-with-top-icon div.side-padding {
	padding-left: 27px;
	padding-right: 27px;
}

.slf-box-with-top-icon .btnArea {
	border-top: 1px solid #ddd;
	padding: 20px;
	text-align: right;
	clear: both;
}

.slf-box-with-top-icon .btn-container-md-center {
	padding: 40px;
	text-align: center;
}

.slf-box-with-top-icon .msg-box-container {
	padding: 0 30px 48px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.slf-box-with-top-icon .msg-box-container {
		padding: 0 18px 40px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.slf-box-with-top-icon div.side-padding {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.mar-right-10-sm-up {
		margin-right: 10px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.slf-box-with-top-icon .btnArea {
		text-align: center;
		padding-bottom: 0;
	}

	.slf-box-with-top-icon .btn-container-md-center {
		padding-bottom: 40px;
	}

	.slf-box-with-top-icon .btn-container-md-center .no-margin {
		margin: 0 !important;
	}

	.mar-bottom-20-xs {
		margin-bottom: 20px;
	}
}

@media print {
	.tab-content {
		display: block !important;
	}

	.slf-yellow-card {
		background: #fff;
		min-height: 176px;
		margin: 8px;
		border: 1px solid #c8c8c8;
		border-left: 8px solid #f1c54d;
		border-radius: 4px;
		padding: 16px;
	}

	.slf-yellow-card .sl-logo {
		width: 85px;
		height: 20px;
		float: right;
	}
}

#phonesContainer .form-group {
	margin-bottom: 0;
}

#phonesContainer table.dataTable-responsive thead {
	display: none !important;
}

#phonesContainer table.dataTable-responsive td div.viewPhone div {
	display: inline-block;
}

#phonesContainer table.dataTable-responsive td div.viewPhone .uu {
	margin-right: 20px;
}

#phonesContainer table.dataTable-responsive td div.viewPhone .uu+.countryCode {
	display: none;
}

#phonesContainer table.dataTable-responsive td div.countryCode {
	margin: 0 10px;
}

#phonesContainer table.dataTable-responsive td div.workExtension span.extSeperator {
	padding: 0 10px;
}

#editContainer #phonesTable tr {
	vertical-align: top;
}

@media (min-width: 768px) {

	#editContainer #phonesTable tr td:nth-child(2),
	#editContainer #phonesTable tr th:nth-child(2) {
		width: 377px;
	}
}

#editContainer #phonesTable tr td .inline-block,
#editContainer #phonesTable tr th .inline-block {
	width: 100%;
}

#editContainer #phonesTable tr td .inline-block.showExtension,
#editContainer #phonesTable tr th .inline-block.showExtension {
	width: 70%;
}

#editContainer #phonesTable tr td .inline-block.showExtension ul.country-list,
#editContainer #phonesTable tr th .inline-block.showExtension ul.country-list {
	width: 143%;
	max-width: 143%;
	white-space: normal;
}

#editContainer #phonesTable tr td .intl-tel-input .phoneInput::-ms-clear,
#editContainer #phonesTable tr th .intl-tel-input .phoneInput::-ms-clear {
	display: none;
}

#editContainer #phonesTable tr td .workExt,
#editContainer #phonesTable tr th .workExt {
	width: calc(30% - 10px);
	display: inline-block;
	float: right;
}

#editContainer #phonesTable tr td div.flexible,
#editContainer #phonesTable tr th div.flexible {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {

	#editContainer #phonesTable tr td div.flexible,
	#editContainer #phonesTable tr th div.flexible {
		width: 330px;
	}
}

#editContainer #phonesTable tr td div.flexible .inline-block,
#editContainer #phonesTable tr th div.flexible .inline-block {
	display: block;
	flex: 1;
	-webkit-flex: 1;
}

#editContainer #phonesTable tr td div.flexible .inline-block.showExtension,
#editContainer #phonesTable tr th div.flexible .inline-block.showExtension {
	flex: 2;
	-webkit-flex: 2;
}

#editContainer #phonesTable tr td div.flexible .workExt,
#editContainer #phonesTable tr th div.flexible .workExt {
	width: 39%;
}

#editContainer #phonesTable tr td.removeCol {
	clear: both;
}

#editContainer #phonesTable tr td.removeCol a {
	color: #a4383d;
	display: inline-block;
	padding-top: 5px;
}

@media (min-width: 768px) {
	#editContainer #phonesTable tr td.removeCol a {
		margin-top: 30px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#editContainer #phonesTable tr td.removeCol {
		text-align: center;
	}
}

@media (min-width: 768px) {
	#editContainer #phonesTable tr td .select-arrow-wrapper {
		width: 160px;
	}
}

#editContainer #phonesTable tr ul.parsley-errors-list {
	width: 100%;
	margin: 0;
}

#editContainer .form-disabled .contentArea {
	opacity: 0.6;
}

#editContainer .form-disabled a {
	pointer-events: none;
	cursor: default;
	color: #757575;
}

#editContainer .form-disabled .btnArea a.cancel-btn {
	color: #757575 !important;
	opacity: 0.6;
}

#editContainer .form-disabled .btnArea a.save-btn {
	background-color: transparent !important;
	border: none;
}

#editContainer .form-disabled .btnArea a.save-btn:hover {
	color: #003946 !important;
	background: #fff !important;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#editContainer .form-disabled .btnArea .is-busy,
#editContainer .form-disabled .btnArea .is-busy:focus {
	color: #003946 !important;
}

#editContainer .form-disabled #phonesTable .intl-tel-input .selected-flag {
	pointer-events: none;
	cursor: default;
	background-color: hsla(0, 0%, 78.4%, 0.4);
	box-shadow: none;
}

#editContainer .form-disabled #phonesTable .intl-tel-input .selected-flag .selected-dial-code,
#editContainer .form-disabled #phonesTable .removeCol a {
	color: #757575;
}

#phoneNumWidget {
	margin-bottom: 20px;
}

#phoneNumWidget .contentArea {
	padding: 30px 20px;
}

#phoneNumWidget .contentArea #error-num,
#phoneNumWidget .contentArea #server-error,
#phoneNumWidget .contentArea #successful-save-phone-msg {
	margin: 10px;
}

#phoneNumWidget .btnArea {
	border-top: 1px solid #ddd;
	padding: 20px;
	text-align: right;
	clear: both;
}

#phoneNumWidget .btnArea a:first-child {
	margin-right: 10px;
}

#phoneNumWidget .btnArea .btn.is-busy {
	padding-left: 40px !important;
	position: relative;
}

#phoneNumWidget .btnArea .btn.is-busy:before {
	font: normal 1.25em/0 FontAwesome;
	left: 10px;
	position: absolute;
	top: 50%;
}

#phoneNumWidget .btnArea .btn.is-busy.is-busy:before {
	content: "\f110";
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

#phoneNumWidget .viewMode>div {
	background-color: #f2f5f6;
}

#phoneNumWidget .viewMode #editContainer {
	display: none;
}

#phoneNumWidget .viewMode .intl-tel-input {
	display: none !important;
}

#phoneNumWidget .viewMode td:first-child,
#phoneNumWidget .viewMode th:first-child {
	width: 100px;
}

#phoneNumWidget .viewMode td.autoWidth,
#phoneNumWidget .viewMode th.autoWidth {
	width: auto;
}

#phoneNumWidget .viewMode .hideElementAnimate {
	transition: opacity 2s ease-out;
	opacity: 0;
}

#phoneNumWidget .editMode>div {
	border: 2px solid #e6eced;
}

#phoneNumWidget .editMode #viewContainer {
	display: none;
}

#phoneNumWidget .editMode thead {
	display: none !important;
}

#phoneNumWidget label {
	display: block;
}

@media (max-width: 1024px) {

	#phoneNumWidget .contentArea #notifContainer,
	#phoneNumWidget .contentArea #successNotifContainer {
		position: relative;
		margin-bottom: -50px;
		top: -50px;
		padding-top: 50px;
	}

	#phoneNumWidget .contentArea #error-num,
	#phoneNumWidget .contentArea #server-error,
	#phoneNumWidget .contentArea #successful-save-phone-msg {
		margin: 10px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#phoneNumWidget {
		margin-left: -15px;
		margin-right: -15px;
	}

	#phoneNumWidget h2 {
		margin-left: 15px;
		margin-right: 15px;
	}

	#phoneNumWidget .contentArea {
		padding: 10px 15px 20px;
	}

	#phoneNumWidget .contentArea #error-num,
	#phoneNumWidget .contentArea #server-error,
	#phoneNumWidget .contentArea #successful-save-phone-msg {
		margin: 10px 0 0;
	}

	#phoneNumWidget .btnArea {
		padding-bottom: 0;
		float: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-moz-justify-content: flex-end;
		align-items: center;
	}

	#phoneNumWidget .btnArea a:first-child {
		margin-right: 0;
	}

	#phoneNumWidget .btnArea a.btn {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	#phoneNumWidget .btnArea .btn.is-busy:before {
		display: inline-block;
		left: auto;
		margin-right: 10px;
		position: static;
		vertical-align: middle;
	}
}

.outage-container {
	padding: 30px;
}

@media (max-width: 767px) {
	.outage-container {
		padding: 30px 20px;
	}
}

table.dataTable-responsive td,
table.dataTable-responsive th {
	padding: 10px;
	font-weight: 400;
}

table.dataTable-responsive th {
	vertical-align: top;
}

@media (max-width: 767px) {
	table.dataTable-responsive {
		display: block;
	}

	table.dataTable-responsive thead th,
	table.dataTable-responsive thead tr {
		display: none !important;
	}

	table.dataTable-responsive tbody tr {
		padding: 10px 0;
		border-top: 1px solid #ddd;
	}

	table.dataTable-responsive tbody tr:first-child {
		border: none;
		padding-top: 0;
	}

	table.dataTable-responsive tbody,
	table.dataTable-responsive td,
	table.dataTable-responsive thead,
	table.dataTable-responsive tr {
		display: block;
		padding: 5px 0;
	}
}

#emailWidget table.dataTable-responsive thead {
	display: none !important;
}

#emailWidget .viewMode .preferredEmail {
	display: block;
	font-style: italic;
}

#emailWidget .viewMode .preferredEmail:before {
	content: "\f00c";
	font: normal 1em/0 FontAwesome;
	margin-right: 5px;
}

@media (min-width: 0px) and (max-width: 767px) {
	#emailWidget .viewMode .preferredEmail {
		margin-top: 10px;
	}
}

#emailWidget .viewMode .hideElementAnimate {
	transition: opacity 2s ease-out;
	opacity: 0;
}

#emailWidget .viewMode .emailAddrTxt {
	margin-right: 10px;
}

@media (min-width: 768px) {

	#emailWidget .editMode .dataTable-responsive td .select-arrow-wrapper,
	#emailWidget .editMode .dataTable-responsive th .select-arrow-wrapper {
		width: 160px;
	}
}

#emailWidget .editMode .dataTable-responsive td ul.parsley-errors-list,
#emailWidget .editMode .dataTable-responsive th ul.parsley-errors-list {
	width: 100%;
	margin: 0;
}

#emailWidget .editMode .dataTable-responsive td input::-ms-clear,
#emailWidget .editMode .dataTable-responsive th input::-ms-clear {
	display: none;
}

@media (min-width: 768px) {

	#emailWidget .editMode .dataTable-responsive td:nth-child(2),
	#emailWidget .editMode .dataTable-responsive th:nth-child(2) {
		width: 377px;
	}
}

#emailWidget #email-notifContainer,
#emailWidget #email-successNotifContainer {
	position: relative;
	margin-bottom: -50px;
	top: -50px;
	padding-top: 50px;
}

@media (min-width: 768px) {

	#emailWidget #email-notifContainer #successful-save-email-msg,
	#emailWidget #email-notifContainer #VA-warning,
	#emailWidget #email-notifContainer .field-set-validation-errors,
	#emailWidget #email-successNotifContainer #successful-save-email-msg,
	#emailWidget #email-successNotifContainer #VA-warning,
	#emailWidget #email-successNotifContainer .field-set-validation-errors {
		margin: 10px;
		display: table;
	}
}

@media (min-width: 0px) and (max-width: 767px) {

	#emailWidget #email-notifContainer,
	#emailWidget #email-successNotifContainer {
		padding-top: 60px;
	}

	#emailWidget #email-notifContainer #successful-save-email-msg,
	#emailWidget #email-notifContainer #VA-warning,
	#emailWidget #email-notifContainer .field-set-validation-errors,
	#emailWidget #email-successNotifContainer #successful-save-email-msg,
	#emailWidget #email-successNotifContainer #VA-warning,
	#emailWidget #email-successNotifContainer .field-set-validation-errors {
		margin: 10px 10px 0 0;
		display: table;
	}
}

#paperlessContainer {
	outline: none;
}

.blueWidgetContainer {
	margin-bottom: 20px;
}

.blueWidgetContainer .topNotifContainer {
	position: relative;
	margin-bottom: -50px;
	top: -50px;
	padding-top: 60px;
}

.blueWidgetContainer input[type="checkbox"]+label,
.blueWidgetContainer input[type="radio"]+label {
	color: #003946;
}

.blueWidgetContainer .editMode>div {
	border: 2px solid #e6eced;
}

.blueWidgetContainer .slf-alert-box.slf-yellow-bg-10 {
	border: 1px solid #eaab00;
}

.blueWidgetContainer .viewMode>div {
	background-color: #f2f5f6;
}

.blueWidgetContainer .viewMode td:first-child,
.blueWidgetContainer .viewMode th:first-child {
	width: 100px;
}

.blueWidgetContainer .viewMode td.autoWidth,
.blueWidgetContainer .viewMode th.autoWidth {
	width: auto;
}

.blueWidgetContainer .viewMode input[type="checkbox"]:checked:disabled+label:after,
.blueWidgetContainer .viewMode input[type="radio"]:checked:disabled+label:after {
	color: #424242;
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 2px;
	transition: all 0.25s;
}

.blueWidgetContainer .viewMode input[type="checkbox"]:disabled+label:before,
.blueWidgetContainer .viewMode input[type="radio"]:disabled+label:before {
	content: none;
}

.blueWidgetContainer .viewMode .hideElementAnimate {
	transition: opacity 2s ease-out;
	opacity: 0;
}

.blueWidgetContainer .paperlessCheckbox+label {
	font-size: 18px;
	font-weight: 400;
}

.blueWidgetContainer .paperlessCheckbox+label:after {
	font-size: 16px;
}

.blueWidgetContainer .form-group {
	margin-bottom: 0;
}

.blueWidgetContainer .widgetTableContainer {
	padding: 10px 20px;
}

.blueWidgetContainer .widgetTableContainer tr {
	vertical-align: top;
}

.blueWidgetContainer .widgetTableContainer td[data-title="Email"] {
	-ms-word-break: break-all;
	word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

.blueWidgetContainer .widgetTableContainer td.removeCol {
	clear: both;
}

.blueWidgetContainer .widgetTableContainer td.removeCol a {
	color: #a4383d;
	display: inline-block;
	padding-top: 5px;
}

@media (min-width: 768px) {
	.blueWidgetContainer .widgetTableContainer td.removeCol a {
		margin-top: 30px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.blueWidgetContainer .widgetTableContainer td.removeCol {
		text-align: center;
	}
}

.blueWidgetContainer .widgetContentContainer {
	padding: 30px 30px 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.blueWidgetContainer .widgetContentContainer {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
	}
}

.blueWidgetContainer .form-disabled .widgetTableContainer {
	opacity: 0.6;
}

.blueWidgetContainer .form-disabled a {
	pointer-events: none;
	cursor: default;
	color: #757575;
}

.blueWidgetContainer .form-disabled .removeCol a {
	color: #757575;
}

.blueWidgetContainer .form-disabled .btnArea .learnMore-btn,
.blueWidgetContainer .form-disabled .btnArea a.cancel-btn {
	color: #757575 !important;
	opacity: 0.6;
}

.blueWidgetContainer .form-disabled .btnArea a.save-btn {
	background-color: transparent !important;
	border: none;
}

.blueWidgetContainer .form-disabled .btnArea .is-busy,
.blueWidgetContainer .form-disabled .btnArea .is-busy:focus {
	background-color: transparent !important;
	border: none;
	outline: none;
	color: #003946 !important;
}

.blueWidgetContainer .btnArea {
	border-top: 1px solid #ddd;
	padding: 20px;
	text-align: right;
	clear: both;
}

@media (min-width: 0px) and (max-width: 767px) {
	.blueWidgetContainer .btnArea {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.blueWidgetContainer .btnArea a:first-child {
	margin-right: 10px;
}

.blueWidgetContainer .btnArea .btn.is-busy {
	padding-left: 40px !important;
	position: relative;
}

.blueWidgetContainer .btnArea .btn.is-busy:before {
	font: normal 1.25em/0 FontAwesome;
	left: 10px;
	position: absolute;
	top: 50%;
}

.blueWidgetContainer .btnArea .btn.is-busy.is-busy:before {
	content: "\f110";
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.blueWidgetContainer .btnArea .btn.is-busy:hover {
	color: #003946 !important;
}

@media (min-width: 0px) and (max-width: 767px) {
	.blueWidgetContainer {
		margin-left: -15px;
		margin-right: -15px;
	}

	.blueWidgetContainer h2 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.blueWidgetContainer .widgetTableContainer {
		padding: 0 20px;
	}

	.blueWidgetContainer .btnArea {
		padding-bottom: 0;
		float: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-moz-justify-content: flex-end;
		align-items: center;
	}

	.blueWidgetContainer .btnArea a:first-child {
		margin-right: 0;
	}

	.blueWidgetContainer .btnArea a.btn {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.blueWidgetContainer .btnArea .btn.is-busy:before {
		display: inline-block;
		left: auto;
		margin-right: 10px;
		position: static;
		vertical-align: middle;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.blueWidgetContainer .modal.slf-modal .modal-dialog .modal-content .modal-footer {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.blueWidgetContainer .modal.slf-modal .modal-dialog .modal-content .modal-footer .btn:first-of-type {
		margin-bottom: 10px !important;
	}
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
	vertical-align: bottom;
	display: inline-block;
	clear: both;
}

.ui-widget-overlay {
	background: #000 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity: 0.4 !important;
	filter: Alpha(Opacity=40);
	z-index: 100001;
}

.ui-dialog.ui-widget-content {
	border-top: 6px solid #eaab00 !important;
	padding: 0;
	width: 600px;
	z-index: 100000;
	position: fixed;
}

@media (max-width: 600px) {
	.ui-dialog.ui-widget-content {
		width: 100% !important;
		max-width: 600px;
	}
}

.ui-dialog.ui-widget-content .ui-dialog-title {
	white-space: normal;
	overflow: visible;
}

.ui-dialog.ui-widget-content .ui-dialog-content {
	padding: 0 40px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close {
	right: 40px;
	border: none;
	background: none;
	width: auto;
	height: auto;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close .ui-state-hover {
	background: none;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close:before {
	font-family: fontawesome;
	content: "\f00d";
	font-size: 20px;
	color: #e1e1e1;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar-close .ui-button-text {
	display: inline-block;
	padding: 0;
}

.ui-dialog.ui-widget-content .ui-dialog-buttonpane {
	padding: 20px 40px;
}

.global-search .ui-dialog.ui-widget-content .ui-dialog-buttonset input[type="button"],
.search-container .ui-dialog.ui-widget-content .ui-dialog-buttonset input[type="button"],
.ui-dialog.ui-widget-content .ui-dialog-buttonset .btn,
.ui-dialog.ui-widget-content .ui-dialog-buttonset .btn-blue,
.ui-dialog.ui-widget-content .ui-dialog-buttonset .btn-yellow,
.ui-dialog.ui-widget-content .ui-dialog-buttonset .global-search input[type="button"],
.ui-dialog.ui-widget-content .ui-dialog-buttonset .search-container input[type="button"] {
	padding-top: 0;
	padding-bottom: 0;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-radius: 0;
}

.ui-widget-content {
	font-family: agenda;
}

.ui-widget-content a {
	color: #003946;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	outline: none;
}

.ui-widget-content label.choose {
	margin-top: 0;
	margin-bottom: 20px;
}

.ui-widget-content .ui-dialog-buttonset .btn-sec-transparent {
	margin: 0 20px 0 0 !important;
}

.ui-widget-content .ui-dialog-title {
	font-family: agenda;
	font-weight: 200;
	font-size: 24px;
	color: #003946;
	margin-top: 28px !important;
	margin-bottom: 30px !important;
}

.ui-widget-content .ui-dialog-titlebar {
	border: none;
	background: none;
	color: #fff;
	padding: 0 40px !important;
}

.ui-state-default .ui-icon {
	background-image: none;
	background-color: none;
	display: none;
}

.btn-text {
	background-color: #fff;
}

.ui-button-text-only .ui-button-text {
	padding: 0 !important;
}

.btn-primary span.ui-button-text {
	color: #fff !important;
}

body .modal.slf-modal {
	text-align: center;
	padding: 0 !important;
}

body .modal.slf-modal.fix-order .modal-dialog .modal-content .modal-footer {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

body .modal.slf-modal.interstitial-modal .modal-dialog {
	width: 720px;
}

body .modal.slf-modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

body .modal.slf-modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog {
		margin: 0;
		width: calc(100% - 28px);
		max-width: 600px;
	}
}

body .modal.slf-modal .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header {
	padding: 28px 40px 0;
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header .modal-title {
	line-height: 1;
	width: calc(100% - 45px);
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog .modal-content .modal-header {
		padding: 20px 20px 0;
	}
}

body .modal.slf-modal .modal-dialog .modal-content .modal-body {
	padding: 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog .modal-content .modal-body {
		padding: 20px;
	}
}

body .modal.slf-modal .modal-dialog .modal-content .modal-footer {
	padding: 20px 40px;
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog .modal-content .modal-footer {
		padding: 20px;
	}
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header .close {
	margin-left: 15px;
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header .close span.fa-times {
	font-size: 20px;
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header.blueHeader {
	background-color: #003946;
	color: #eaab00;
	border: none;
	padding-bottom: 28px;
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header.blueHeader .close {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-shadow: inherit;
}

body .modal.slf-modal .modal-dialog .modal-content .modal-header.blueHeader .close span.fa-times {
	font-size: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog .modal-content .modal-footer {
		padding: 10px 20px;
		float: none;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
}

body .modal.slf-modal .modal-dialog .modal-content .modal-footer .btn {
	margin-bottom: 0 !important;
	margin-right: 5px;
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog .modal-content .modal-footer .btn {
		width: 80% !important;
		margin: 0 auto;
		margin-bottom: 10px !important;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	body .modal.slf-modal .modal-dialog .modal-content .modal-footer .btn:last-child {
		margin-bottom: 0 !important;
	}
}

body .modal.slf-modal .modal-dialog.slf-yellow-modal .modal-header {
	border-top: 6px solid #eaab00;
	border-bottom: 0 !important;
}

body .modal.slf-modal .modal-dialog.slf-yellow-modal .modal-header .close {
	margin-left: 15px;
}

body .modal.slf-modal .modal-dialog.slf-yellow-modal .modal-header .close span.fa-times {
	font-size: 20px;
}

@media (max-width: 600px) {
	body .modal.slf-modal.interstitial-modal .modal-dialog {
		max-width: 720px;
		width: calc(100% - 28px);
	}

	body .modal.slf-modal .modal-dialog {
		margin: 0;
		width: calc(100% - 28px);
		max-width: 600px;
	}
}

div.datepicker-calendar {
	margin: 0 10px 10px 0;
	font-size: 0.9em;
	padding: 2px;
	position: absolute;
	width: 300px;
	border: 3px solid #eaab00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 50;
}

div.datepicker-calendar div.datepicker-month-wrap {
	margin: 0;
	padding: 5px 0 15px;
	text-align: center;
}

div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-next,
div.datepicker-calendar div.datepicker-month-prev {
	cursor: pointer;
	margin: 3px;
	width: 24px;
	height: 24px;
	padding-top: 3px;
}

div.datepicker-calendar div.datepicker-month-fast-prev {
	padding-right: 2px;
}

div.datepicker-calendar div.datepicker-month-fast-next {
	padding-left: 2px;
}

div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar div.datepicker-month-next.enabled:focus,
div.datepicker-calendar div.datepicker-month-next.enabled:hover,
div.datepicker-calendar div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar div.datepicker-month-prev.enabled:hover {
	margin-top: 2px;
	border: 1px solid #800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.datepicker-calendar div.datepicker-month {
	margin: 2px 56px;
	height: 24px;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	cursor: pointer;
	padding-top: 1px;
}

div.datepicker-calendar div.datepicker-month:after {
	font-family: FontAwesome;
	font-size: 1em;
	display: inline-block;
	content: "\f0d7";
	padding-top: 3px;
}

div.datepicker-calendar div.datepicker-month:focus,
div.datepicker-calendar div.datepicker-month:hover {
	padding-top: 0;
	border: 1px solid #800;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.datepicker-calendar table.datepicker-grid {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
}

div.datepicker-calendar table.datepicker-grid tbody tr:nth-child(odd) {
	background: #fdf7e6;
}

div.datepicker-calendar table.datepicker-grid td,
div.datepicker-calendar table.datepicker-grid th {
	text-align: center;
	padding: 0;
}

div.datepicker-calendar table.datepicker-grid th abbr {
	border: none;
}

div.datepicker-calendar table.datepicker-grid td {
	border: 1px solid #999;
	cursor: pointer;
}

div.datepicker-calendar table.datepicker-grid td.unselectable {
	cursor: default;
}

div.datepicker-calendar table.datepicker-grid td.day,
div.datepicker-calendar table.datepicker-grid th {
	height: 30px;
}

div.datepicker-calendar table.datepicker-grid td.month {
	height: 60px;
}

div.datepicker-calendar table.datepicker-grid td.year {
	height: 45px;
}

div.datepicker-calendar table.datepicker-grid td.curDay,
div.datepicker-calendar table.datepicker-grid td.curMonth,
div.datepicker-calendar table.datepicker-grid td.curYear {
	border: 1px solid #999;
}

div.datepicker-calendar table.datepicker-grid td.empty {
	border: 1px solid #999;
	cursor: default;
}

div.datepicker-calendar .offscreen {
	position: absolute;
	left: -200em;
	top: -100em;
}

div.datepicker-calendar.default {
	background-color: #fff;
}

div.datepicker-calendar.default div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.default div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.default div.datepicker-month-next.disabled,
div.datepicker-calendar.default div.datepicker-month-prev.disabled {
	color: #999;
}

div.datepicker-calendar.default button.datepicker-close:focus,
div.datepicker-calendar.default button.datepicker-close:hover,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.default div.datepicker-month:focus,
div.datepicker-calendar.default div.datepicker-month:hover {
	background-color: #eee;
	border-color: #999;
}

div.datepicker-calendar.default table.datepicker-grid:focus {
	outline: 1px dotted #999;
}

div.datepicker-calendar.default tr.datepicker-weekdays {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

div.datepicker-calendar.default table.datepicker-grid th {
	background-color: #eee;
	border: none;
}

div.datepicker-calendar.default table.datepicker-grid td {
	border: none;
	color: #000;
}

div.datepicker-calendar.default table.datepicker-grid td.unselectable {
	color: #999;
}

div.datepicker-calendar.default table.datepicker-grid td.curDay,
div.datepicker-calendar.default table.datepicker-grid td.curMonth,
div.datepicker-calendar.default table.datepicker-grid td.curYear {
	background-color: #fbefcc;
}

div.datepicker-calendar.default table.datepicker-grid td.empty {
	border: none;
	color: #ccc;
}

div.datepicker-calendar.default table.datepicker-grid td.selectable.focus,
div.datepicker-calendar.default table.datepicker-grid td.selectable:hover {
	background-color: #ddd;
}

div.datepicker-calendar.default table.datepicker-grid td.empty:hover {
	background-color: #f9f9f9;
}

div.datepicker-calendar.default button.datepicker-close {
	background-color: #ddd;
	border-color: #999;
	color: #000;
}

a.datepicker-button.bootstrap:focus,
a.datepicker-button.bootstrap:hover {
	background-color: #ddd;
}

div.datepicker-calendar.bootstrap {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	width: 260px;
	min-width: 160px;
	font-size: 0.8em;
	background-clip: padding-box;
	background-color: #fff;
	border-radius: 4px;
	line-height: 20px;
}

div.datepicker-calendar.bootstrap.below {
	margin-top: 2px;
}

div.datepicker-calendar.bootstrap.above {
	margin-top: -2px;
}

div.datepicker-calendar.bootstrap:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 0;
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 7px;
}

div.datepicker-calendar.bootstrap:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #eaab00;
	border-top: 0;
	position: absolute;
	left: 6px;
}

div.datepicker-calendar.bootstrap.below:before {
	top: -7px;
}

div.datepicker-calendar.bootstrap.below:after {
	top: -6px;
}

div.datepicker-calendar.bootstrap.above:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}

div.datepicker-calendar.bootstrap.above:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}

div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled {
	color: #999;
}

div.datepicker-calendar.bootstrap button.datepicker-close:focus,
div.datepicker-calendar.bootstrap button.datepicker-close:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus,
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover,
div.datepicker-calendar.bootstrap div.datepicker-month:focus,
div.datepicker-calendar.bootstrap div.datepicker-month:hover {
	background-color: #eee;
	border-color: #999;
}

div.datepicker-calendar.bootstrap table.datepicker-grid:focus {
	outline: none;
}

div.datepicker-calendar.bootstrap tr.datepicker-weekdays {
	border: none;
	background: #f5d680;
}

div.datepicker-calendar.bootstrap table.datepicker-grid th abbr {
	text-decoration: none;
	cursor: default;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td {
	border: 1px solid #f3f3f3;
	color: #000;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable {
	color: #999;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth,
div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
	background-color: #fbefcc;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td.empty {
	border: none;
	color: #ccc;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus,
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover {
	background-color: #ddd;
}

div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover {
	background-color: #f9f9f9;
}

div.datepicker-calendar.bootstrap button.datepicker-close {
	background-color: #ddd;
	border-color: #999;
	color: #000;
}

.form-control[readonly] {
	border-color: #5b6062;
	background-color: #e6e6e6;

}

.slf-input-group-addon {
	vertical-align: middle;
	display: table-cell;
}

.btm-space {
	margin-bottom: 20px;
}

#endDate,
#startDate {
	width: 122px;
}

.datepicker-button .calendar-icon {
	background-color: #eaab00;
	padding: 10px;
	vertical-align: top;
	height: 40px;
	display: inline-block;
}

.datepicker-button .calendar-icon:before {
	font-family: FontAwesome;
	content: "\f073";
}

.logo-icon {
	line-height: 50px;
}

.mobile-signin {
	background: #eaab00;
}

.signin-mobile {
	z-index: 1200;
	line-height: 50px;
}

.signin-mobile a {
	margin-left: -40px;
}

.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%;
}

#toDesktopPopup {
	padding-right: 0 !important;
}

#customerSignInMobile {
	padding: 0 !important;
}

.mobile-login-form {
	max-width: 320px;
	margin: 0 auto;
	left: 50%;
}

.global-nav-primary {
	position: relative;
	top: -23px;
}

.global-nav-secondary .nav>li>a:hover {
	background: transparent;
}

.language-region {
	box-shadow: 0 4px 20px -10px #000;
}

.languages,
.regions {
	padding: 12px 30px;
}

.languages li,
.regions li {
	padding-bottom: 10px;
}

.languages h3,
.regions h3 {
	font-weight: 700;
}

.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 !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-bs-toggle="tab"] {
	font-family: agenda;
	font-weight: 400;
	color: #fff;
}

.mobile-region-tab li.active [data-bs-toggle="tab"] {
	font-family: agenda;
	font-weight: 700;
	color: #003946;
}

.nav-tab>li>a {
	color: #fff;
}

.social-media .fa {
	margin-right: 10px;
}

.social-media {
	padding: 20px 0;
}

.rightDivider {
	border-right: 1px solid #003946;
	height: 100%;
	padding-right: 10px;
	margin-right: 10px;
}

.menu-header {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}

.left-nav-menu {
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/left-nav-border.png) 100% 0 repeat-y;
}

.left-nav-menu .active {
	background: #fbefcc;
	font-weight: 700;
	width: calc(100% - 2px);
}

.left-nav-menu ul {
	width: calc(100% - 2px);
}

.left-nav-menu li a {
	padding: 5px 0 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 li:first-child {
	margin-top: 10px;
}

.left-nav-menu>[class*="col-"]:first-child li a:hover {
	background: #fbefcc;
}

.left-nav-menu>[class*="col-"]:nth-child(2) {
	width: 244px;
}

.footer .global-footer-row2 .slf-accordion-arrow .left-nav-menu>[class*="col-"]:nth-child(2) .accordion-heading,
.left-nav-menu>[class*="col-"]:nth-child(2) .accordion-heading,
.left-nav-menu>[class*="col-"]:nth-child(2) .footer .global-footer-row2 .slf-accordion-arrow .accordion-heading,
.left-nav-menu>[class*="col-"]:nth-child(2) .slf-tab-container .panel-default>.panel-heading,
.left-nav-menu>[class*="col-"]:nth-child(2) h4,
.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: 0;
	left: 244px !important;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
	border: 0;
	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;
}

a.nav-active {
	background: url(/public/secure.sunlife.ca/brands/common/template2015/images/current-page-link.png) bottom 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 (min-width: 1025px) {
	.nav-item {
		display: inline-block;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.nav-item,
	.nav-item li,
	.nav-item ul {
		list-style: none;
		list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
		list-style-type: none;
	}

	.nav-item:last-child {
		margin-top: 20px;
	}

	.nav-item>a {
		position: relative;
		display: inline-block;
		margin: 0 0 -1px;
		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: 100%;
		background: #fff;
		border: 3px solid #eaab00;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
		padding: 0;
	}

	.nav-item .menu-content .mega-menu-col1,
	.nav-item .menu-content .mega-menu-col2 {
		padding-left: 0;
		padding-right: 0;
		float: left;
	}

	.nav-item .menu-content .mega-menu-col3 {
		float: right;
	}

	.nav-item ul a {
		font-family: agenda;
		font-weight: 400;
		color: #003946;
		font-size: 16px;
		line-height: 140%;
		font-weight: 400 !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:focus,
	.nav-item ul a:hover {
		background: #fbefcc !important;
	}

	.nav-item ul a+.dropdown-menu {
		top: 0;
		width: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: #fbefcc;
		margin: 0;
		padding: 0;
	}

	.nav-item.open>a,
	.nav-item:focus,
	.nav-item:hover {
		background: #eaab00 !important;
		text-decoration: none;
		font-style: normal;
		z-index: 1001;
	}

	.nav-item.open>a,
	.nav-item:focus>a,
	.nav-item:hover>a {
		color: #003946 !important;
	}

	.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 .menu-content,
	.nav-item.open [aria-expanded="true"] .menu-content {
		display: block;
	}

	.signout-template .nav-item:last-child {
		margin-top: 0;
	}

	.signout-template .nav.main-nav {
		margin-top: -28px;
	}

	.dropdown-submenu:active>.dropdown-menu,
	.dropdown-submenu:focus>.dropdown-menu,
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}

	.navbar .dropdown {
		position: static;
		padding-bottom: 1px;
		margin-bottom: -1px;
	}

	.subnav-trigger+div .subnav-trigger:after {
		font-family: FontAwesome;
		content: "\00a0\f105";
	}

	.navbar-default {
		background-color: #fff;
		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-right: -5px;
	}
}

@media (max-width: 1024px) {

	body,
	html {
		overflow-x: hidden;
	}

	.off-canvas-active {
		-webkit-overflow-scrolling: touch;
	}

	.mega-menu-col1,
	.mega-menu-col2,
	.mega-menu-col3 {
		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) {
		padding-left: 28px;
	}

	.mega-menu-col1.col-md-3,
	.mega-menu-col2.col-md-3,
	.mega-menu-col3.col-md-3 {
		padding-left: 0;
		padding-right: 0;
	}

	.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas-left.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}

	.row-offcanvas-left .sidebar-offcanvas {
		left: -270px;
		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;
	}

	.row-offcanvas-left.active .sidebar-offcanvas {
		left: 0;
		position: fixed;
	}

	.navbar-nav.main-nav {
		height: 100vh;
		overflow: auto;
		width: 100%;
		padding-top: 24px;
		min-height: 200px;
		margin: 0;
	}

	.navbar-nav.main-nav .row {
		width: 100%;
		margin: 0 !important;
	}

	.navbar-nav.main-nav .dropdown-menu>li>a,
	.navbar-nav.main-nav ul {
		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.nav-selected>a,
	.navbar-nav.main-nav li>a.h4 {
		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,
	.navbar-nav.main-nav.moves-out>ul.moves-out>a {
		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;
		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: 700;
	}

	.navbar-nav.main-nav .language-tab-mobile {
		background-color: #fff;
	}

	.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;
	}

	.navbar-nav.main-nav .go-back,
	.navbar-nav.main-nav .go-back a {
		line-height: 50px !important;
		padding-bottom: 0 !important;
		background-color: #fff;
	}

	.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;
		background-color: #fbefcc;
		left: 0;
		display: block;
		overflow: auto;
	}

	.content-container,
	.mobile-navbar {
		-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: 0;
	}

	.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 #000;
	}

	.mobile-navbar>div:not(#mobile-top-container) {
		height: 50px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1024px) and (min-width: 0px) and (max-width: 767px) {
	.mobile-navbar .signin-mobile a {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.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;
	}

	.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: #fff;
		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;
	}

	.signout-template #page-content {
		margin-top: 50px;
	}

	.signout-template .navbar-nav.main-nav {
		padding-top: 0;
	}

	.signout-template .close-div-mobile {
		text-align: right;
	}

	.signout-template #close-hamburger {
		border: none;
		background: transparent;
		height: 40px;
	}

	.signout-template #close-hamburger .collapse-x {
		margin: 18px 11px 18px 0 !important;
		font-size: 20px;
	}
}

.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;
}

.slf-mobile-logo {
	padding: 5px;
}

.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: 700;
}

.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: 1px solid #e1e1e1;
	border-top: 5px solid #fff;
	margin-top: -15px !important;
	padding: 10px;
	box-shadow: 0 4px 20px -10px #000;
	cursor: pointer;
}

.global-search {
	text-align: center;
	margin: 0 auto 24px;
}

.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-top: 15px;
	font-size: 14px;
}

.search-icon-container {
	margin: -4px 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;
}

.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;
}

.profile-section ul.list-inline {
	text-align: right;
	margin-bottom: 0;
	height: 100%;
}

.profile-section ul.list-inline>li {
	height: 100%;
}

.profile-section ul.list-inline>li a {
	display: inline-block;
	color: #003946;
	height: 100%;
	line-height: 120%;
}

.profile-section ul.list-inline>li a:active {
	text-decoration: none;
}

.profile-section li {
	padding: 0;
}

.profile-section li a {
	padding: 6px 14px;
}

.profile-section li.msg-notif {
	margin-right: -4px;
}

.profile-section li.msg-notif #unreadMsgCount {
	margin-right: 5px;
}

.profile-section li.msg-notif a {
	text-decoration: none;
	background-color: #eaab00;
	color: #003946 !important;
}

.profile-section li.msg-notif a:after {
	font-family: FontAwesome;
	content: "\f0e0";
	font-size: 18px;
	text-decoration: none;
}

.profile-section li.documentCenter a {
	text-decoration: none;
	background-color: #003946;
	color: #fff !important;
}

.profile-section li.documentCenter a:after {
	font-family: FontAwesome;
	content: "\f15c";
	font-size: 18px;
	font-weight: 400;
}

.profile-section li.documentCenter a span {
	display: none;
}

.profile-section li.tools {
	position: relative;
}

.profile-section li.tools a#tools-button {
	text-decoration: none;
	background-color: #fff;
}

.profile-section li.tools a span.fa-user {
	font-size: 22px;
	float: left;
}

.profile-section li.tools a[aria-expanded="true"] {
	box-shadow: 0 2px 2px 0 #c8c8c8;
}

@media (max-width: 1024px) {
	.profile-section li.tools {
		vertical-align: top;
	}
}

@media (max-width: 1024px) {
	.profile-section li a {
		padding: 13px;
	}
}

.profile-section a[aria-expanded="false"]:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 14px;
	text-decoration: none !important;
	font-weight: 400;
}

.profile-section a[aria-expanded="true"]:after {
	font-family: FontAwesome;
	content: "\f106";
	font-size: 14px;
	text-decoration: none !important;
	font-weight: 400;
}

.branding-section>.row {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 103%;
	width: calc(100% + 30px);
}

.branding-section .img-container {
	overflow: hidden;
}

.branding-section [class^="col-"] {
	display: table-cell;
	float: none !important;
	vertical-align: middle;
}

.branding-section [class^="col-"],
.mobile-logo-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.profile-tools {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 10px -15px 28px;
}

#lang-button {
	text-decoration: none;
	padding: 9px 10px 5px;
}

#lang-button[aria-expanded="true"] {
	background-color: #fff;
	box-shadow: 0 2px 2px 0 #c8c8c8;
}

#lang-button[aria-expanded="false"]:after {
	font-family: FontAwesome;
	content: "\f107";
	padding-left: 5px;
}

#lang-button[aria-expanded="true"]:after {
	font-family: FontAwesome;
	content: "\f106";
	padding-left: 5px;
}

#language-btn-container {
	padding: 0;
	position: relative;
	margin-right: 2px;
}

@media (min-width: 1281px) {
	.top-container .navbar {
		min-height: 20px;
		margin-bottom: 0;
	}

	#sun-search {
		margin-top: -5px;
	}

	.mobile-logo {
		display: none;
	}
}

@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;
	}
}

@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;
	}

	.global-search .btn {
		max-width: 200px;
	}

	.global-search .gsc-search-box {
		margin: 0 auto;
	}

	.close-search {
		margin: 0;
		line-height: 0;
	}

	.mobile-logo {
		display: inline-block;
		margin: 55px 0 12px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.top-container {
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 50px;
	}

	.global-search {
		text-align: center;
		margin: 0 auto 20px;
	}

	.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: inline-block;
		margin: 55px 0 12px;
	}
}

@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;
	}
}

@media (max-width: 320px) {
	.top-container {
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 50px;
	}

	.mobile-logo {
		display: inline-block;
		margin: 55px 0 12px;
	}

	.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";
}

.footer-body {
	font-family: agenda;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 140%;
}

.pin-bar {
	line-height: 40px;
}

.pin-bar,
.pin-bar .contextual {
	height: 40px;
}

.contextual {
	width: calc(100% - 315px);
	overflow: hidden;
	float: left;
	background: #436e95;
	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;
}

#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,
footer {
	clear: both;
}

.footer .panel,
footer .panel {
	border: 0;
	box-shadow: none;
	background: none;
}

.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;
}

@media (min-width: 1281px) {

	.footer .foot-separator-1,
	.footer .foot-separator-2 {
		display: none;
	}

	.footer .collapse,
	.footer .collapse.in {
		display: block !important;
	}

	.footer .accordion-heading:before,
	.footer .fa-caret-right {
		display: none;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {

	.footer .collapse,
	.footer .collapse.in {
		display: block !important;
	}

	.footer .accordion-heading:before,
	.footer .fa-caret-right,
	.footer .foot-separator-1,
	.footer .foot-separator-2 {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.footer .collapse,
	.footer .collapse.in {
		display: block !important;
	}

	.footer .accordion-heading:before,
	.footer .fa-caret-right,
	.footer .foot-separator-1,
	.footer .foot-separator-2 {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.footer .collapse {
		display: none !important;
	}

	.footer .collapse.in {
		display: block !important;
	}

	.footer .collapsed .fa-caret-right:before {
		content: "\f0da" !important;
	}

	.footer .fa-caret-right:before {
		content: "\f0d7" !important;
	}

	.footer .footer-sm {
		text-align: center;
	}

	.footer .footer-sm>div {
		padding-bottom: 20px;
	}

	.footer .footer-sm .list-inline {
		margin-bottom: 0;
	}

	.footer .copy-rights .rights-reserved {
		text-align: center;
	}

	.footer .copy-rights .slf-footer {
		text-align: center !important;
	}
}

.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: 0px) and (max-width: 767px) {
	.global-footer-row1 {
		padding: 0;
	}

	.global-footer-row1 .accordion-heading {
		margin-bottom: 0;
		cursor: pointer;
	}
}

.copy-rights {
	padding: 14px 0 0;
}

.copy-rights [class^="col-"] {
	margin-bottom: 15px;
}

footer .slf-accordion-arrow {
	margin-bottom: 0;
}

.global-footer-row3 {
	background: #ccd8da;
	padding: 14px;
}

.global-footer-row3 .h4,
.global-footer-row3 .list-inline {
	margin: 0;
	padding: 0;
}

.global-footer-row3 .accordion-heading {
	margin-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.global-footer-row3 {
		padding: 10px 0 0;
	}
}

@media (min-width: 0px) 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: 0;
}

.global-footer-row2 .accordion-heading {
	margin-bottom: 15px;
	cursor: default;
}

@media (min-width: 0px) 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: 0;
}

.footer-links li a {
	font-family: agenda;
	font-weight: 400;
	color: #003946;
}

.footer-socials {
	margin: 0 0 10px;
	padding: 0;
}

.footer-socials li {
	color: #fff;
	padding: 0 8px 0 5px;
	display: inline-block;
}

.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;
}

.mobile-site {
	visibility: hidden;
}

@media (min-width: 0px) 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: 700;
	padding: 2px 12px;
	border-radius: 5px;
}

.slf-footnote {
	margin: 0 0 50px;
	text-align: justify;
}

.slf-footnote-body a,
.slf-footnote a {
	color: #436e95 !important;
	font-weight: 700 !important;
}

.trusted-years {
	font-weight: 700;
	font-size: 25px;
	margin-top: 20px;
}

.trusted-series,
.trusted-years {
	font-family: agenda;
	text-transform: uppercase;
	color: #a3afb2;
}

.trusted-series {
	font-weight: 200;
	font-size: 20px;
}

: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 {
		text-align: left;
		text-transform: uppercase;
	}

	.follow-us,
	.follow-us .trusted-series,
	.follow-us .trusted-years {
		color: #003946;
	}
}

@media (min-width: 0px) 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;
	}
}

.navbar-fixed-bottom {
	z-index: 790;
}

.navbar-fixed-bottom .collapse-x {
	display: inline-block;
}

.slf-r-gradient-shadow-top {
	background: -moz-radial-gradient(center,
			circle cover,
			#ffd666 0,
			#ecae06 100%);
	background: -webkit-gradient(radial,
			center center,
			0,
			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;
	color: #003946;
}

.modal-backdrop.show {
	opacity: 0.3 !important;
}