@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   global
   ========================================================================== */ 

* {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background: #0a0405;
	font-family: 'agendalight',Arial,sans-serif;
	color: #6b6f71;
}

[lang="ar"] #wrapper {
	text-align: right;
}

[lang="ar"] #nav-menu {
	text-align: right;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

sub { 
	vertical-align: sub; 
	font-size: smaller;
}

a {
	color: #A7903D;
	text-decoration: underline;
}

a:hover {
	opacity: .8;
}

a:visited {
	opacity: .9;
}

a.pop-up {
	font-family: 'agendabold';
	font-size: 23px;
	letter-spacing: 1px;
	color: #6B6F71;
	line-height: 33px;
	text-decoration: none;
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/external-link.png);
	background-repeat: no-repeat;
	padding-left: 34px;
}

[lang="ar"] a.pop-up {
	letter-spacing: 0;
}

.container {
	margin: 0 auto;
	width: 920px;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.container:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

#disclaimer p {
	font-size: 0.7em;
	line-height: 1.1em;
	margin: 1em 0 1em 0;
	padding: 0;
}

 @media screen and (max-width: 960px) {
.container {
	width: 90%;
	height: 90%;
}
}
 @media screen and (max-width: 680px) {
.container {
	width: 90%;
}
}

.button {
	clear: both;
	display: inline-block;
	background: #f39119; /* Old browsers */
	background: -moz-linear-gradient(left, #f39119 0%, #febe10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f39119), color-stop(100%, #febe10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f39119 0%, #febe10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f39119 0%, #febe10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f39119 0%, #febe10 100%); /* IE10+ */
	background: linear-gradient(to right, #f39119 0%, #febe10 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39119', endColorstr='#febe10', GradientType=1 ); /* IE6-9 */
	font-family: 'agendabold' ,Arial;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 15px 20px 15px 20px;
	margin-top: 40px;
	
}

[lang="ar"] .button {
	letter-spacing: 0;	
}
.button:hover, .button:focus {
	background: #f39119;
	text-decoration:underline;
}
.centerbutton {
	clear: both;
	text-align: center;
}
hr {
	border: 0px;
	height: 1px;
	background: #f0f0f1;
	margin-top: 40px;
	margin-bottom: 40px;
	clear:both;
}

.global-content .container ul {
	list-style-type: disc;
	padding: 0;
}

[lang="ar"] .global-content .container ul {
	text-align: right;
	direction: rtl;
}

.global-content .container ol {
	list-style-type: decimal;
	padding: 0;
}

.global-content .container li {
	height: auto;
	list-style-position: outside;
	margin-left: 3em;
	overflow: visible;
	line-height: 1.5em;
	padding: 0;
}

.row {
	clear: both;
}

.inline-img {
	float: right;
	margin: 1em 0 1em 1em;
	text-align: center;
}
.inline-img img {
	max-width: 50%;
}

.call-out {
	background-color: #F7F8F8;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 0;
}

.call-out p {
	font-size: 1em;
	line-height: 1.2em;
}

.call-out h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

/* fix ul and ol in call out sections*/
.global-content .container .call-out ul {
margin-left: 2em;
padding-bottom: 1em ;

}
.global-content .container .call-out ul li {
    height: auto;
    margin-bottom: 0.5em;
    line-height: 1.2em;   
	margin-left:0;
}

ul.retention, ul.giovanni {
	font-family: GiovanniStd-Book, Georgia, serif;
	font-size: 1.2em;
}

ul.retention li, ul.giovanni li {
	height: auto;
	margin: 0.5em 0 0.5em 3em;
}

.quote {
	font-style: italic;
}
.footnote {
	font-size: 0.9em;
}


/* ==========================================================================
   pagination
   ========================================================================== */
.pagination {
	clear: both;
	text-align: center;
}

.pagination HR {
	margin-bottom:0px;
}

.pagination A {
	clear: both;
	display: inline-block;
	background: #f7f8f8;
	font-family: 'agendabold', Arial;
	text-transform: uppercase;
	color: #a7903d;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 15px 20px 15px 20px;
	margin-top: 40px;
	margin-right:10px;
}

[lang="ar"] .pagination A {
	letter-spacing: 0;
}
.pagination A:hover {
	background: #dcdddd;
	text-decoration: underline;
}
.pagination A.active {
	color:#fff;
	background: #f39119; /* Old browsers */
	background: -moz-linear-gradient(left, #f39119 0%, #febe10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f39119), color-stop(100%, #febe10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f39119 0%, #febe10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f39119 0%, #febe10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f39119 0%, #febe10 100%); /* IE10+ */
	background: linear-gradient(to right, #f39119 0%, #febe10 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39119', endColorstr='#febe10', GradientType=1 ); /* IE6-9 */
}
/* ==========================================================================
   subpages
   ========================================================================== */   
.right{
	width:440px;
	float:right;
}

@media screen and (max-width: 960px) {
	.right{
		width:100%;
		float:none;
}
}
 
.left {
	width:440px;
	float:left;
}

@media screen and (max-width: 960px) {
	.left{
		width:100%;
		float:none;
}
}

/*.right IMG, .left IMG {
	width:440px;
	height:248px;
}*/

@media screen and (max-width: 960px) {
/*.right IMG, .left IMG {
	width: 604px;
	height: 340px;	
}*/
}


@media screen and (max-width: 680px) {
/*.right IMG, .left IMG {
	width: 292px;
	height: 165px;	
}*/
}

[lang="ar"] #content {
	direction: rtl;
}


/*#content IMG {
	margin-bottom:20px;
}*/


/* ==========================================================================
   product-links
   ========================================================================== */ 

UL.products {
	background:#f7f8f8;
	padding:20px;
	display:block;
	margin-bottom:40px;
}

UL.products P.description {
	font-size: 16px;
	margin-left:0px;
	padding-bottom:0px;
	line-height:20px;
}

/*UL.products A {
	font-family: 'agendabold';
	font-size: 23px;
	letter-spacing: 1px;
	color: #6b6f71;
	line-height: 33px;
	text-decoration:none;
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/external-link.png);
	background-repeat: no-repeat;
	padding-left:34px;
}
UL.products A:hover {
	text-decoration:underline;
}*/



/* ==========================================================================
   background-image
   ========================================================================== */   
   
#wrapper #background-image{
	background: url(/content/dam/sunlife/legacy/assets/international/img/home-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
}


@media screen and (max-width: 680px) {
#wrapper #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/home-background-mobile.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
}
.advancing #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/advancing-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.transferring #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/transferring-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.experiencing #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/experiencing-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.retention #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/retention-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.news #background-image, .news-article #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/news-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news.thought #background-image, .news-article.thought #background-image {
	background: url(/content/dam/sunlife/legacy/assets/international/img/thought-background.jpg) #000;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
/* ==========================================================================
   webfonts
   ========================================================================== */   
   
@font-face {
	font-family: 'agendalight';
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-light-webfont.eot');
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-light-webfont.eot') format('embedded-opentype'), url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-light-webfont.woff') format('woff'), url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-light-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'agendamedium';
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-medium-webfont.eot');
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-medium-webfont.eot') format('embedded-opentype'), url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-medium-webfont.woff') format('woff'), url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-medium-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'agendabold';
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-bold-webfont.eot');
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-bold-webfont.eot') format('embedded-opentype'), url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-bold-webfont.woff') format('woff'), url('/content/dam/sunlife/legacy/assets/international/fonts/agenda-bold-webfont.ttf') format('truetype');
}
/*@font-face {
	font-family: 'agendabold';
	src: url('/static/International/fonts/agenda-bold-webfont.eot');
	src: url('/static/International/fonts/agenda-bold-webfont.eot') format('embedded-opentype'), url('/static/International/fonts/agenda-bold-webfont.woff') format('woff'), url('/static/International/fonts/agenda-bold-webfont.ttf') format('truetype');
}*/
@font-face {
	font-family: 'GiovanniStd-Book';
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/2D4A5A_0_0.eot');
	src: url('/content/dam/sunlife/legacy/assets/international/fonts/2D4A5A_0_0.eot?#iefix') format('embedded-opentype'), url('/content/dam/sunlife/legacy/assets/international/fonts/2D4A5A_0_0.woff2') format('woff2'), url('/content/dam/sunlife/legacy/assets/international/fonts/2D4A5A_0_0.woff') format('woff'), url('/content/dam/sunlife/legacy/assets/international/fonts/2D4A5A_0_0.ttf') format('truetype');
}
/* ==========================================================================
   typography
   ========================================================================== */   
H1 {
	font-family: 'agendabold';
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 3px;
	color: #a7903d;
	line-height: 58px;
}
H3 {
	font-family: 'agendabold';
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 3px;
	color: #a7903d;
	line-height:33px;
}

h3.hero-link {
color: #fff;
padding-bottom: 25px;
}

h4 {
	font-family: 'agendabold' ,Arial;
	text-transform: uppercase;
	color: #6b6f71;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


H5 {
	font-family: 'agendabold';
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	padding-top:13px;
	padding-bottom:13px;
	margin:0 auto;
	font-weight:normal;
	font-size:12px;
}

H6 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #6b6f71;
}

[lang="ar"] H1,[lang="ar"] H2,[lang="ar"] H3,[lang="ar"] H4,[lang="ar"] H5,[lang="ar"] H6 {
	letter-spacing: 0;
}
P {
	font-family: 'agendalight';
	font-size: 19px;
	color: #6b6f71;
	line-height: 26px;
	padding-bottom:20px;
}

[lang="ar"] P {
	text-align: right;
}
P.lede {
	font-family: GiovanniStd-Book, Georgia;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top: 40px;
	color: #6b6f71;
	line-height: 32px;
	text-align: justify;
	padding-bottom:0px;
}

[lang="ar"] P.lede {
	letter-spacing: 0;
}

[lang="ar"] P.lede {
	text-align: right;
}

/* ==========================================================================
   windowshade 
   ========================================================================== */
#windowshade {
	zoom: 1;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 100%;
	background: #f39119; /* Old browsers */
	background: -moz-linear-gradient(left, #f39119 0%, #febe10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f39119), color-stop(100%, #febe10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f39119 0%, #febe10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f39119 0%, #febe10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f39119 0%, #febe10 100%); /* IE10+ */
	background: linear-gradient(to right, #f39119 0%, #febe10 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39119', endColorstr='#febe10', GradientType=1 ); /* IE6-9 */
}

#windowshade:hover, #windowshade:focus {
	background: #f39119;
}

#windowshade .container {
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	text-align: center;
}
 @media screen and (max-width: 960px) {
#windowshade .container {
	text-align: left;
}
}
#windowshade .close {
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/close.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	cursor: pointer;
	float: right;
	margin-top: 2px;
}

#windowshade .close:hover, #windowshade .close:focus {
	opacity: .5;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#windowshade H5 {
	font-family: 'agendabold', Arial;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin: 0 auto;
	font-size: 16px;
}

[lang="ar"] #windowshade H5 {
	letter-spacing: 0;
}
#windowshade H5 A {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#windowshade H5 A:hover, #windowshade H5 A:focus {
	text-decoration: underline;
}
#windowshade form {
	float: right;
	clear: both;
	margin-top: -30px;
}
 @media screen and (max-width: 680px) {
#windowshade form {
	float: none;
	margin-top: 0px;
	padding-bottom: 7px;
}
}
#windowshade form label {
	color: #6b6f71;
	font-family: "agendabold", Arial;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 20px;
}

[lang="ar"] #windowshade form label {
	letter-spacing: 0;
}
/* ==========================================================================
   windowshade-content
   ========================================================================== */
   
   
#windowshade-content {
	position: fixed;
	display: none;
	width: 100%;
	height: 360px;
	z-index: 5000;
	overflow: hidden;
}
 @media screen and (max-width: 680px) {
#windowshade-content {
	height: 560px;
}
}
#windowshade-content header.branding {
	display: none;
}
/* ==========================================================================
   header
   ========================================================================== */
  
header,.global-header {
	background-color: rgba(10, 4, 5, 0.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
header .container, .global-header {
	padding-top: 60px;
	padding-bottom: 20px;
	width: auto;
	padding-left:20px;
}

 @media screen and (max-width: 680px) {
	.global-header {
	padding-top:100px;
}
 }
 @media screen and (max-width: 320px){
	H1{
	 font-size:40px;
	}
 }


/* slide up when windowshade is closed or on a professional page */
header.closed, .global-header.closed {
	padding-top:20px;
}

header .global-header-logo A {
	display: block;
	width: 334px;
	height: 54px;
	background-image: url(/content/dam/sunlife/global/logos/sun-life/current/sli-logo.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
}

@media screen and (max-width: 680px) {
header .global-header-logo A {
	background-image: url(/content/dam/sunlife/global/logos/sun-life/current/sli-mobile-logo.png);
 }
 }
.account {
	position: absolute;
	right: 100px;
	top: 70px;
	display: block;
	padding: 14px;
	overflow: hidden;
	z-index: 1000;
	color: #febe10;
	cursor: pointer;
	font-family: "agendabold", Arial;
	font-size: 12px;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(162,145,60,0.4);
	opacity: 1;
	zoom: 1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition-duration: .5s; /* Safari */
	transition-duration: .5s;
}

 @media screen and (max-width: 680px) {
.account {
	display:none;
}
}
 
 .slideout-menu-toggle {
	position:absolute;
	right:20px;
	top:60px;
	display:block;
	padding-top:43px;
	height:20px;
	width:40px;
	overflow:hidden;
	z-index:1000;
	color:#febe10;
	cursor:pointer;
	font-family: "agendabold" ,Arial;
    	font-size: 10px;
    	letter-spacing: 3px;
    	text-decoration: none;
    	text-transform: uppercase;
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity: 1;
	zoom: 1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition-duration: .5s; /* Safari */
	transition-duration: .5s;
}

 @media screen and (max-width: 680px) {
.slideout-menu-toggle {
	top: 100px;
}
 }

.slideout-menu-toggle:hover{
	opacity:.5;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

}

/* slide up when windowshade is closed or on a professionals page */
.global-header.closed .slideout-menu-toggle {
	top:20px;
	}
.global-header .container.closed .account {
	top: 30px;
}
	
 .slideout-menu-toggle.active {
	background-position:0px -59px;
		opacity:.5;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
}	
/* ==========================================================================
   navigation
   ========================================================================== */
#nav-menu {
	z-index:4000;
}

.mainnav {
	display:block;
	border-top:2px solid #febe10;
	border-bottom:2px solid #febe10;
	font-family: "agendamedium" ,Arial;
    font-size: 22px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:20px;
}

[lang="ar"] .mainnav {
    letter-spacing: 0;
}

.mainnav li {
	padding-top:10px;
	padding-bottom:10px;
}

.mainnav A {
	text-decoration:none;
	color:#febe10;
}


.mainnav A.active {
	color:#fff;
}

.utilitynav {
	font-family: "agendalight" ,Arial;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
	padding-top:20px;
	padding-bottom:20px;

}

[lang="ar"] .utilitynav {
    letter-spacing: 0;
}

.utilitynav li{
	padding-top:7px;
	padding-bottom:7px;
}

.utilitynav A {
	text-decoration:none;
	color:#6b6f71;
}


#nav-menu .button {
	padding: 10px;
	text-align:center;
	margin-top:0px;
}
.languages {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-top: 20px;
}
.languages li{
	padding-top:5px;
	padding-bottom:5px;
}
.languages A{
	color: #6b6f71;
	text-decoration:none;
}
	
/* ==========================================================================
   homepage: feature
   ========================================================================== */
#feature {
	background: rgba(10,4,5,0.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	text-align: center;
	/* background-image: url(/content/dam/sunlife/regional/assets/international/img/horseshoe1.png); */
	background-repeat:no-repeat;
	background-position:center bottom;
	
}

.horseShoeCorner {
	height: 300px;
	/* background-image: url(/content/dam/sunlife/legacy/assets/international/img/horseshoe2.png); */
	background-repeat: no-repeat;
	background-position: bottom right;
}

#feature #fp ul {
	width: 100%;
}

#feature #fp ul li {
	width: 20%;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    #feature ul li {
	width: 100%;
	margin-bottom:1em;
}
    #feature #fp ul li {
	width: 100%;
	margin-bottom:1em;
}
}


@media screen and (min-width: 480px) and (max-width: 720px) {
    
    #feature #fp ul li {
		width: 33%;
	}
	#feature #fp ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 680px) {
#feature {
			background-image: none;

 }
 }
 
#feature .container {
	padding:20px;
}
 
#feature H2 {
	font-family: 'agendalight' ,Arial;
	font-size: 115px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 12px;
	margin-top:-50px;
}

[lang="ar"] #feature H2 {
	letter-spacing: 0;  /*changed from 12px to 0*/
}

@media screen and (max-width: 680px) {
	
	#feature H2 {
	font-size: 41px;
	margin-top:0px;
}
}
#feature H2 EM {
	font-family: GiovanniStd-Book, Georgia;
	font-size: 56px;
	font-weight: normal;
	font-style: italic;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 680px) {
	
	#feature H2 EM {
	font-size: 26px;
}
}
#feature H3{
	padding-bottom:30px;
}

 @media screen and (max-width: 680px) {
#feature H3{
	font-size:18px;
	line-height:auto;
}
}



#feature H3 A {
	text-decoration:none;
	color:#febe10;
}

#feature H3 A:hover {
	text-decoration:underline;
}

#feature P {
	font-family: GiovanniStd-Book, Georgia;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 22px;
	padding-top: 40px;
	padding-bottom: 30px;
	opacity:.85;
}

[lang="ar"] #feature P {
	letter-spacing: 0;
}
@media screen and (min-width:720px) {
#feature P {
	font-size: 17px;
	line-height: 21px;
	}
 
#feature UL {
	display: block;
	margin: 0 auto;
	width: 75%;
	text-align: center;
	padding-bottom: 60px;
	}

#feature UL {
		width: 100%;
	}

#feature UL:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#feature LI {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
    margin-bottom:20px;
}
 }
 
 @media screen and (min-width:420px) and (max-width:720px) {
#feature P {
	font-size: 17px;
	line-height: 21px;
	}
 
#feature UL {
	display: block;
	margin: 0 auto;
	width: 75%;
	text-align: center;
	padding-bottom: 60px;
	}

#feature UL {
		width: 100%;
	}

#feature UL:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
#feature LI {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
    margin-bottom:20px;
	}
 }
 
@media screen and (min-width:720px) and (max-width: 959px) {
#feature LI {
	width: 50%;
	margin-bottom:20px;
	float:left;
 }
}

@media screen and (min-width:960px) {
#feature LI {
	width: 25%;
	float: left;
	margin-bottom: 50px;
 }
}

#feature LI A {
	display:block;
	font-family: 'agendalight' ,Arial;
	font-size: 16px;
	color: #febe10;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	line-height:24px;
	padding-left:20px;
	padding-right:20px;
}
[lang="ar"] #feature LI A {
	letter-spacing: 0;
}
#feature LI A:hover STRONG, #feature LI A:focus STRONG {
	border-bottom:2px solid #f36b22;
}
#feature LI A STRONG {
	font-family: 'agendabold' ,Arial;
	display: block;
	padding-top: 46px;
	border-bottom:2px solid transparent;
	color:#fff;
}


#feature LI.preserving {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/preserving.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}

#feature LI.advancing {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/advancing.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}
#feature LI.transferring {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/transferring.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}
















#feature LI.experiencing {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/experiencing.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}

#feature LI.retaining {
background-image: url(/content/dam/sunlife/legacy/assets/international/img/retention.png);
background-repeat: no-repeat;
background-position: center -250px;
}

#feature LI.preserving:hover,  #feature LI.preserving:focus, #feature LI.advancing:hover,  #feature LI.advancing:focus, #feature LI.transferring:hover,  #feature LI.transferring:focus,#feature LI.experiencing:hover,  #feature LI.experiencing:focus, #feature LI.retaining:hover, #feature LI.retaining:focus {
	background-position: center 0px;
}
/* ==========================================================================
   news listing
   ========================================================================== */
#news {
	background: #fff;
}

#news .container {
	width:940px;
	padding-right:0px;
	z-index:2;
}
@media screen and (max-width: 960px) {
#news .container {
	width:580px;
	padding-right:20px;
 }
 }

@media screen and (max-width: 680px) {
#news .container {
	width: 280px;
	padding-right: 20px;
}
}
#news H3 A, .news H3 A, .news-article H3 A {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	text-decoration: none;
	line-height: 30px;
}
#news H3 A:hover, .news H3 A:hover , .news-article H3 A:hover {
	opacity: .6;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#news .article {
	text-align: left;
	width: 292px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
@media screen and (max-width: 960px) {
#news .article {
		float:none;
		margin:0 auto;
		width:580px;
		margin-bottom:40px;
		clear:both;
 }
 }

@media screen and (max-width: 680px) {
#news .article {
		float:none;
		margin:0 auto;
		width:280px;
		margin-bottom:40px;
 }
 }

#news .articles {
	clear: both;
}
#news IMG {
	padding-bottom: 20px;
	width: 292px;
	height: 165px;
}

@media screen and (max-width: 960px) {
#news IMG {
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 680px) {
#news IMG {
	float: none;
	margin-right: 0px;
	margin-bottom: 00px;
}
}
#news H4, .news #content H4 {
	position: absolute;
	left: 20px;
	top: -30px;
	height: 20px;
	display: inline-block;
	text-align: left;
	background: #febe10;
	font-family: 'agendabold' ,Arial;
	text-transform: uppercase;
	color: #6b6f71;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

[lang="ar"] #news H4, [lang="ar"] .news #content H4 {
	letter-spacing: 0;
}

#news P {
	padding-bottom:0;
}
/* ==========================================================================
   news page
   ========================================================================== */

.news #content .right H3 {
	font-size:50px;
	line-height:54px;
}

 @media screen and (max-width: 680px) {
.news #content .right H3 {
	font-size:26px;
	line-height:33px;
}
}
.news #content .left IMG {
	margin-bottom:40px;
	width:440px;
	height:248px;
}
 @media screen and (max-width: 960px) {
.news #content .left IMG {
	width: 604px;
	height:340px;
}
}
 @media screen and (max-width: 680px) {
.news #content .left IMG {
	width: 292px;
	height: 165px;
}
}

.news #news P {
	padding-bottom:40px;
}

.news.subpage #news {
    margin-top: -80px;
}

/* ==========================================================================
   news articles
   ========================================================================== */

.news-article #news {
    width:292px;
	float:right;
	margin-top:0px;
}
@media screen and (max-width: 960px) {
.news-article #news {
	width: 100%;
	float:none;
}
}


.news-article #news .article {
	float: none;
	width: 280px;
	margin-bottom: 40px;
	width:292px;
}
@media screen and (max-width: 960px) {
.news-article #news .article {
	float: none;
	width: 580px;
	margin:40px 0px;
	clear: both;
}
}
 @media screen and (max-width: 680px) {
.news-article #news .article {
	float: none;
	width: 280px;
	margin:20px 0px;
}
}

.news-article #news .container {
	width:292px;
	padding:0px;
}

@media screen and (max-width: 960px) {
.news-article #news .container {
	width:100%;
}
}

.news-article #content H4 {
	position: relative;
	top:0;
	left: 0;
	margin-bottom:20px;
}
.story {
	float:left;
	width:604px;
}
@media screen and (max-width: 960px) {
.story{
	width: 100%;
	float:none;
}
}

.story IMG {
	width: 604px;
	height:340px;
}
@media screen and (max-width: 680px) {
.story IMG{
	width: 292px;
	height:165px;
}
}

.news-article .story H3 {
	font-size:50px;
	line-height:54px;
}
/* ==========================================================================
   footer
   ========================================================================== */
   
footer {
	clear: both;
	background: #0a0405;
}
footer P {
	color: #6b6f71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	padding-top: 20px;
}
footer A {
	font-family: 'agendabold' ,Arial;
	text-transform: uppercase;
	color: #febe10;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
}

[lang="ar"] footer A {
	letter-spacing: 0;
}

footer A:hover, footer A:focus {
text-decoration:underline;
cursor:pointer;
}

footer h4 {
	font-style:normal;
}
/* ==========================================================================
   animation
   ========================================================================== */ 


.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animatedSlow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  animation-delay: 1s;
}

.animatedExtraSlow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  animation-delay: 1.5s;
}

/* ==========================================================================
   menu
   ========================================================================== */ 

#nav-menu {
	z-index:8000;
	background: #0a0405;
}

#mmenu-blocker {
  -ms-filter: 'alpha(opacity=0)';
}

#mm-blocker {
	-ms-filter: 'alpha(opacity=0)';
}
/* ==========================================================================
   content
   ========================================================================== */ 
   
#content {
	background: #fff;
}
/* ==========================================================================
   bottom-links
   ========================================================================== */ 
   
#bottom-links {
	width: 100%;
	clear: both;
}

#bottom-links UL {
	margin-top: 40px;
}
#bottom-links UL LI {
	display: block;
	position: relative;
	float: left;
	width: 293px;
	height: 140px;
	background: #0a0405;
	margin-right: 20px;
	margin-left: 0;
	text-align: center;
	margin-bottom:40px;
}

#bottom-links.fp li a {
	width: 136px;/*change width*/
}


#bottom-links.fp ul li{
	width: 215px;
}

#bottom-links UL LI:last-child,  .experiencing #bottom-links UL LI.transferring{
	margin-right: 0px;
}
.advancing #bottom-links UL LI.advancing, .preserving #bottom-links UL LI.preserving, .transferring #bottom-links UL LI.transferring, .experiencing #bottom-links UL LI.experiencing {
	display: none;
}
#bottom-links UL LI.preserving {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/link-preserving.jpg);
	background-repeat: no-repeat;
}
#bottom-links UL LI.transferring {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/link-transferring.jpg);
	background-repeat: no-repeat;
}
#bottom-links UL LI.advancing {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/link-advancing.jpg);
	background-repeat: no-repeat;
}

#bottom-links ul li.retaining {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/link-retaining.jpg);
	background-repeat: no-repeat;
}

#bottom-links UL LI.experiencing {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/link-experiencing.jpg);
	background-repeat: no-repeat;
}
#bottom-links LI A {
	position: absolute;
	display: block;
	width: 213px;
	height: 70px;
	background: rgba(10,4,5,0.65);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	font-family: 'agendalight', Arial;
	font-size: 16px;
	color: #febe10;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 70px;
}

[lang="ar"] #bottom-links LI A {
	letter-spacing: 0;
}
#bottom-links LI A:hover STRONG, #bottom-links LI A:focus STRONG {
	border-bottom: 2px solid #f36b22;
}
#bottom-links LI A STRONG {
	font-family: 'agendabold', Arial;
	display: block;
	border-bottom: 2px solid transparent;
	color: #fff;
}
#bottom-links UL LI.preserving A {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/preserving.png);
	background-repeat: no-repeat;
	background-position: center -230px;
}
#bottom-links UL LI.transferring A {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/transferring.png);
	background-repeat: no-repeat;
	background-position: center -230px;
}
#bottom-links UL LI.advancing A {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/advancing.png);
	background-repeat: no-repeat;
	background-position: center -230px;
}

#bottom-links UL LI.retaining A {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/retention.png);
	background-repeat: no-repeat;
	background-position: center -230px;
}

#bottom-links UL LI.experiencing A {
	background-image: url(/content/dam/sunlife/legacy/assets/international/img/experiencing.png);
	background-repeat: no-repeat;
	background-position: center -230px;
}
#bottom-links LI.preserving A:hover, #bottom-links LI.preserving A:focus, #bottom-links LI.advancing A:hover, #bottom-links LI.advancing A:focus, #bottom-links LI.transferring A:hover, #bottom-links LI.transferring A:focus, #bottom-links LI.experiencing A:hover, #bottom-links LI.experiencing A:focus,  #bottom-links LI.retaining A:hover, #bottom-links LI.retaining A:focus {
	background-position: center 20px;
}

/* ==========================================================================
   toolbox page
   ========================================================================== */
.toolbox .container .container {
	padding:0px;
	margin-right:-20px;
	width:940px;
}

@media screen and (max-width: 960px) {
.toolbox .container .container {
	width: 624px;
}
}

 @media screen and (max-width: 680px) {
.toolbox .container .container {
	width: 292px;
}
}




/* simple */
		.flip-container {
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			perspective: 1000;

			-ms-transform: perspective(1000px);
			-moz-transform: perspective(1000px);
    			-moz-transform-style: preserve-3d; 
    			-ms-transform-style: preserve-3d;
				float:left;
				margin-right:20px;
				margin-top:20px; 

		}

			/*
			.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
				-webkit-transform: rotateY(180deg);
				-moz-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
				transform: rotateY(180deg);
				filter: FlipH;
    			-ms-filter: "FlipH";
			}
			*/


			/* START: Accommodating for IE */
			.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
		/* END: Accommodating for IE */

		

		.flipper {
			-webkit-transition: 0.6s;
			-webkit-transform-style: preserve-3d;
			-ms-transition: 0.6s;

			-moz-transition: 0.6s;
			-moz-transform: perspective(1000px);
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;

			transition: 0.6s;
			transform-style: preserve-3d;

			position: relative;
		}

		.front, .back {
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;

		    -webkit-transition: 0.6s;
		    -webkit-transform-style: preserve-3d;
		    -webkit-transform: rotateY(0deg);

		    -moz-transition: 0.6s;
		    -moz-transform-style: preserve-3d;
		    -moz-transform: rotateY(0deg);

		    -o-transition: 0.6s;
		    -o-transform-style: preserve-3d;
		    -o-transform: rotateY(0deg);

		    -ms-transition: 0.6s;
		    -ms-transform-style: preserve-3d;
		    -ms-transform: rotateY(0deg);

		    transition: 0.6s;
		    transform-style: preserve-3d;
		    transform: rotateY(0deg);

			position: absolute;
			top: 0;
			left: 0;
		}

		.front {
			-webkit-transform: rotateY(0deg);
			-ms-transform: rotateY(0deg);
			z-index: 2;
		}

		.back {
			-webkit-transform: rotateY(-180deg);
		    -moz-transform: rotateY(-180deg);
		    -o-transform: rotateY(-180deg);
		    -ms-transform: rotateY(-180deg);
		    transform: rotateY(-180deg);
		}

		

		

.flip-container, .front, .back {
	width: 292px;
	height: 375px;
}

.front P {
	padding:20px;
	font-family: GiovanniStd-Book, Georgia;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top: 100px;
	text-align:center;
}
.front P:before {
	content: url(../img/toolbox-icon.png);
}

/* back, initially hidden pane */
.back {
	
		background:#f7f8f8;
}

.back P {
	padding:20px;
}

.back UL.products P.description {
	padding:0px;
	badding-bottom:20px;
}

.front.card1 {
	background-image: url(../img/toolbox-card1.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.front.card2 {
	background-image: url(../img/toolbox-card2.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.front.card3 {
	background-image: url(../img/toolbox-card3.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.front.card4 {
	background-image: url(../img/toolbox-card4.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.front.card5 {
	background-image: url(../img/toolbox-card5.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.front.card6 {
	background-image: url(../img/toolbox-card6.jpg);
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


/* ==========================================================================
   tables
   ========================================================================== */
   
   
   
   #content table td{
	padding:10px;
	font-family: 'agendalight';
	font-size: 19px;
	color: #6b6f71;
   }
   
   #content table tr{
	   border-bottom:1px solid #f7f8f8;
   }
   
   #content table tr:nth-child(odd) {
   background-color: #f7f8f8;
}
   
   #content table th{
	background: #f7f8f8;
	font-family: 'agendabold', Arial;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	padding:10px;
	text-align:left;
	color: #a7903d;
   }
   
    @media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}


		td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}
		
		td:nth-of-type(2):before { content: "2014"; }
		td:nth-of-type(3):before { content: "2013"; }
		td:nth-of-type(4):before { content: "2012"; }
		td:nth-of-type(5):before { content: "2011"; }

		td:before {
			/* Now like a table header */
			/* Top/left values mimic padding */
			margin-right:30px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
			font-family: 'agendabold', Arial;
			text-transform: uppercase;
			font-size: 16px;
			letter-spacing: 3px;
			color: #a7903d;
		}
		
		th {
			display:none;
		}
		
	}

.global-nav-primary {
	display: none;
}

#mainbodycontent > h1 {
	display: none;
}

.global-explore > a {
	display: none;
}

.visuallyhidden {
	display: none;
}

#windowshadeShiftContainer {
	display: none;
}

.nodisplay {
	display: none;
}

.global-nav-breadcrumb {
	display: none;
}

#SLPCNo {
	display: none;
}

#overlay {
	background: white;
	filter: alpha(opacity=100);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999998;
	opacity: 1;
}

ul.languages li.esPA {
	display: none;
}

ul.languages li.ptBR {
	display: none;
}

ul.languages li.zhSG {
	display: none;
}

ul.languages li.jpJP {
	display: none;
}

ul.languages li.arAE {
	display: none;
}

/* ==========================================================================
   mobile alert ad01
   ========================================================================== */
   
#mobilePopupDiv {
	display:none;
	background: rgba(0,0,0,0.7);
}

.global-mobile-alert{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	color: #6b6f71;
}

.global-mobile-alert > div {
	background: white;
	font-size: 19px;
	line-height: 26px;
	left: 0;
	padding: 1em;
	position: absolute; /*fixed;*/
	right: 0;
	text-align: center;
	font-family: 'agendalight', Arial;
	top: 30%;	
	width: 80%;
	margin: 0 auto;
	color: #6b6f71;
	padding-top: 40px;
}

#cancelMobile {
	background: #f7f8f8;
	color: #a7903d;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 15px 20px 15px 20px;
	margin-top: 40px;
	margin-right: 10px;
	font-family: 'agendabold', Arial;
	display: inline-block;
	line-height: 16px;
}

[lang="ar"] #cancelMobile {
	letter-spacing: 0;
}

#cancelMobile:hover {
	background: #dcdddd;
	text-decoration: underline;
}

#continueMobile {
	display: inline-block;
	font-family: 'agendabold', Arial;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 15px 20px 15px 20px;
	margin-top: 40px;
	background: linear-gradient(to right, #f39119 0%, #febe10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39119', endColorstr='#febe10', GradientType=1 );
}

[lang="ar"] #continueMobile {
	letter-spacing: 0;
}
#continueMobile:hover {
	background: #f39119;
	text-decoration: underline;
}	

p label {
	color: #6b6f71;
	font-family: "agendabold", Arial;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

[lang="ar"] p label {
	letter-spacing: 0;
}

.close-mobile-alert {
	color: #787878;
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;	
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.close-mobile-alert:hover {
	color: black;	
}

@media screen and (min-width: 320px) {
	H1 {
		font-size: 39px;
	}
}

@media screen and (min-width: 960px) {
	H1 {
		font-size: 50px;
	}
}


header {
	height: 225px;
}

/*.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
	background: transparent;
	filter: alpha(opacity=100);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999998;
	opacity: 1;
}*/

#my-button-sticky-wrapper .fp {
	top: 20px;
}

[lang="ar"] #news .article {
	text-align: right;
	float: right;
}

[lang="ar"] #news H4, [lang="ar"] .news #content H4 {
	left: 850px;
	text-align: right;
}

[lang="ar"] .left {
	float:right;
}

[lang="ar"] .right {
	margin-right: 20px;
}

[lang="ar"]  .story {
	float: right;
}

@media screen and (min-width: 320px) {
	[lang="ar"] #news H4, [lang="ar"] .news #content H4 {
		left: 240px;
	}
}

@media screen and (min-width: 680px) {
	[lang="ar"] #news H4, [lang="ar"] .news #content H4 {
		left: 540px;
	}
}

@media screen and (min-width: 960px) {
	[lang="ar"] #news H4, [lang="ar"] .news #content H4 {
		left: 850px;
	}
}

[lang="ar"] .global-content .container .st-accordion ul li {
	list-style: none;
}

[lang="ar"] .global-content .container .st-accordion ul li > a {
	float: right;
	padding-right: 40px;
}

[lang="ar"] .global-content .container .st-content p {
	text-align: right;
	direction: rtl;
}

