/* TYPOGRAPHY */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?tbb7z0');
	src:url('../fonts/icomoon.eot?#iefixtbb7z0') format('embedded-opentype'),
		url('../fonts/icomoon.woff?tbb7z0') format('woff'),
		url('../fonts/icomoon.ttf?tbb7z0') format('truetype'),
		url('../fonts/icomoon.svg?tbb7z0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
	
	/* Better Font Rendering =========== */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

*::selection { background: rgba(184,165,119,1); color: #FFF; }
*::-moz-selection { background: rgba(184,165,119,1); color: #FFF; }
 
html, body { overflow-x: hidden; overflow-y: scroll; }

body, input, select, textarea, button { font-family: 'Open Sans', sans-serif; }
input:focus { outline: none; }

.uppercase { 
	font-family: 'Ovo', serif;
	text-transform: uppercase; 
}
/*i, em { font-family: 'Old Standard TT', serif; }*/
b, strong { font-weight: 600; }

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #575755;
	font-size: 13px;
	overflow: hidden;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
li { list-style: none; }

h1, h2, h3, h4, h5, h6, p {
	padding: 0 0 20px 0;
	margin: 0;
}
a img { 
	border: none;
}

a:focus,
a { 
	outline: none; 
	text-decoration: none; 
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear; 
}
a:before,
a:after {
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}

a[href^=tel]{
    color: inherit;
    text-decoration: none;
}

h1,
h2 {
	font: 34px 'Ovo', serif;
	text-transform: uppercase; 
	line-height: 34px;
	font-weight: normal;
	color: #B9A577;
	padding-bottom: 10px;
}
h1 small,
h2 small {
	display: block;
	font: 22px 'Old Standard TT', serif;
	line-height: 28px;
	font-style: italic;
	color: #91AAB5;
	text-transform: lowercase;
}

h2 {
	font: 26px 'Ovo', serif;
	line-height: 26px;
	padding-bottom: 15px;
}
h2 small {
	font: 18px 'Old Standard TT', serif;
	line-height: 26px;
	font-style: italic;
}

h3 {
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

h5 {
	font: 16px 'Ovo', serif;
	color: #91AAB4;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.management .inner h5 { margin: 0; }

h6 {
	font-size: 14px ;
	color: #B8A56E;
	font-weight: 600;
	font-style: italic;
}

p {
	color: #575755;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 18px;
}

p:last-of-type { 
	padding-bottom: 0; 
	margin-bottom: 0; 
}

/* GENERAL */
img { vertical-align: top; }

section,
header,
footer { 
	width: 100%;
	position: relative;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

article,
.content,
menu,
.marquee {
	width: 1024px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: block;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
section.main { padding: 20px 0 90px 0; }

.col33,
.colL,
.colR,
.col66,
.col50 {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.col33 { width: 33.33%; }
.colL { width: 34.8%; }
.colR { width: 65.2%; float: right; }
.col50 { width: 50%; }
.col66 { width: 66.66%; }
.width-hundred-p{width: 100%!important;}
.clear { clear: both; }	

article.wide { padding: 0; }
.wide { width: 1624px; }
article.angleLeft { padding-bottom: 30px; }
.angleLeft:before {
	content: '';
	position: absolute;
	top: 0;
	right: 56.87%;
	width: 200%;
	height: 100%;
	display: block;
	background: rgba(30,30,30,.7);
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
}


/* READ MORE BUTTONS */
.readMore {
	display: block;
	background: #627076;
	color: #FFF;
	font: 16px 'Ovo', serif;
	padding: 8px 10px;
	text-align: center;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	
	-webkit-transition: all .3s linear; 
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear; 
			transition: all .3s linear;
}
.readMore:hover { background: #4C4C4C; }

.readMoreBtn {
	width: 61px;
	height: 28px;
	border: 1px solid #FFF;
	background: rgba(255,255,255,.2);
	display: block;
	position: relative;
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}
#home .lightBlue .readMoreBtn {
	position: absolute;
	right: 40px;
	top: 16px;
	opacity: .7;
}

#home .lightBlue .readMoreBtn:hover,
#financial .col33 .readMoreBtn:hover { opacity: 1; }

#financial .col33 .readMoreBtn {
	margin: 22px 20px 30px 20px; 
	opacity: .7; 
}
#financial .col66 .readMoreBtn { 
	position: absolute;
	bottom: -1px;
	left: 20px; 
}
.readMoreBtn.dark { 
	background: rgba(145,170,181,.2); 
	color: rgba(145,170,181,.7); 
	border: 1px solid rgba(145,170,181,0);
}
.readMoreBtn:hover,
.division .link:hover .readMoreBtn,
.brandInfo .link:hover .readMoreBtn { background: rgba(255,255,255,.1); }
.readMoreBtn.dark:hover,
.link:hover .readMoreBtn.dark,
.release:hover .readMoreBtn.dark,
.reports .readMoreBtn.dark,
.invIntro .col66 .link:hover .readMoreBtn.dark { background: rgba(145,170,181,.8); }
.readMoreBtn:before,
.readMoreBtn:after {
	content: '';
	position: absolute;
	right: 11px;
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}
.readMoreBtn:hover:before,
.readMoreBtn:hover:after,
.division .link:hover .readMoreBtn:before,
.division .link:hover .readMoreBtn:after,
.paleBlue .link:hover .readMoreBtn:before,
.paleBlue .link:hover .readMoreBtn:after,
.colR .link:hover .readMoreBtn:before,
.colR .link:hover .readMoreBtn:after,
.release:hover .readMoreBtn.dark:before,
.release:hover .readMoreBtn.dark:after,
.reports .link:hover .readMoreBtn.dark:before,
.reports .link:hover .readMoreBtn.dark:after,
.invIntro .col66 .link:hover .readMoreBtn.dark:before,
.invIntro .col66 .link:hover .readMoreBtn.dark:after { right: 6px; }
.readMoreBtn:before {
	width: 22px;
	height: 0;
	top: 50%;
	border-top: 1px solid #FFF;
}
.readMoreBtn.dark:before { border-top: 1px solid rgba(145,170,181,.7); }
.readMoreBtn.dark:hover:before,
.colR .link:hover .readMoreBtn.dark:before,
.release:hover .readMoreBtn.dark:before,
.reports .link:hover .readMoreBtn.dark:before,
.invIntro .col66 .link:hover .readMoreBtn.dark:before { border-top: 1px solid rgba(255,255,255,.7); }
.readMoreBtn:after {
	width: 8px;
	height: 8px;
	display: block;
	top: 50%;
	margin-top: -4px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.readMoreBtn.dark:after {
	border-right: 1px solid rgba(145,170,181,.7);
	border-bottom: 1px solid rgba(145,170,181,.7); 
}
.glance-last-para{font-size:22px!important;line-height: 28px!important;}
.readMoreBtn.dark:hover:after,
.colR .link:hover .readMoreBtn.dark:after,
.release:hover .readMoreBtn.dark:after,
.reports .link:hover .readMoreBtn.dark:after,
.invIntro .col66 .link:hover .readMoreBtn.dark:after {
	border-right: 1px solid rgba(255,255,255,.7);
	border-bottom: 1px solid rgba(255,255,255,.7); 
}

.proLink {position: relative;
	display: block;
	font-size: 11px;
	color: #000;
	padding: 0 20px 0 25px;
	margin: 0 0 10px 47px;
	opacity: .6;}
	
	
.proLink:before {
	content: '';
	position: absolute;
    width: 61px;
    height: 28px;
    background: #CCCFD0;
    display: block;
    left:-48px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;	
}

.proLink:after{
    width: 8px;
    height: 8px;
    display: block;
    top: 50%;
    margin-top: -4px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.proLink:hover,
.division .link:hover .readMoreBtn { opacity: 1; }
.proLink:hover:before { left: 5px; }
	

.stLink { 
	position: relative;
	display: block;
	font-size: 11px;
	color: #FFF;
	padding: 0 20px 0 25px;
	margin: 0 0 10px 0;
	opacity: .6;
}
.stLink:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	top: 50%;
	left: 0;
	margin-top: -4px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
	
}
.stLink:hover,
.division .link:hover .readMoreBtn { opacity: 1; }
.stLink:hover:before { left: 5px; }

/* HEADER */

header {
	background: #000000;
	overflow: visible;
	z-index: 9;
	position: relative;
}

header .logo {
	width: 169px;
	height: 95px;
	position: absolute;
	padding: 7px 27px;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 10;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

header .logo:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 15px;
	background: #FFF;
	z-index: -1;
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
			
	-webkit-backface-visibility: hidden;		
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	   	 -o-backface-visibility: hidden;
	   		backface-visibility: hidden;	
}
header .logo img {
	width: 100%;
	height: auto;
	margin: 0 0 0 15px;
}

header nav {
	float: right;
	height: 70px;
	position: relative;
	padding: 0 20px 0 60px;
	overflow: hidden;
}
header nav > ul { height: 70px; }
header nav > ul > li {
	display: inline-block;
	position: relative;
	height: 70px;
	vertical-align: middle;
}

header nav > ul > li > a {
	display: block;
	padding: 20px 28px 0 4px;
	margin: 0 -4px 0 24px;
	height: 100%;
	color: rgba(255,255,255,.6);
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header nav > ul > li > a > span {
	display: block; 
	margin-left: -5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, header nav ul > li > a {
    	font-weight: 600;
    }
}
header nav > ul > li > a:before {
	content: '';
	position: absolute;
	height: 110%;
	width: 101%;
	bottom: 0;
	left: 0;
	display: block;
	border-left: 3px solid #282828;
	z-index: -1;
	opacity: 1;
	
	background: rgba(30,30,30,1);
	background: -moz-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,30,30,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000', GradientType=1 );
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
			
	-webkit-backface-visibility: hidden;		
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	   	 -o-backface-visibility: hidden;
	   		backface-visibility: hidden;
	
}
header nav > ul > li:first-of-type > a { padding-left: 30px; }

header nav > ul > li.search > a {
	margin: 0 -4px 0 0;
	width: 8px;
	text-align: right;
	height: 100%;
	position: relative;
	font-size: 13px;
	padding-left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome, header nav ul li.search a {
    	font-weight: 400;
    }
}
header nav > ul > li.search > a:after {
	content: '\e686';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	padding-top: 22px;
	right: 3px;
	color: rgba(255,255,255,.6);
	font-family: 'icomoon';
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
header nav > ul > li.search > a:before { left: -4px; }

/* drop down navigation */
.dropDown {
	position: relative;
	width: 100%;
	z-index: 9;
	background: #627076;
	padding: 25px 0;
	display: none;
}
.dropDown ul {
	width: 1024px;
	margin: 0 auto;
	padding-left: 280px;
	display: none;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

.dropDown ul li {
	display: inline-block;
	margin-right: -4px;
	position: relative;
}
	
.dropDown ul li a {
	color: rgba(255,255,255,.7);
	font-size: 12px;
	font-weight: 400;
	padding: 0 50px 0 20px;
}
.dropDown ul li a:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	height: 7px;
	width: 7px;
	display: block;
	background: #91AAB5;
	opacity: 0;
	
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

/* hover and active states */
header nav > ul > li:hover > a:before,
header nav > ul > li.active > a:before,
.mm01 .mm01 > a:before,
.mm02 .mm02 > a:before,
.mm03 .mm03 > a:before,
.mm04 .mm04 > a:before,
.mm05 .mm05 > a:before,
.mm06 .mm06 > a:before,
.mm07 .mm07 > a:before,
.mm08 .mm08 > a:before { 
	background: #627076;
	border-left: 3px solid #627076;
} 
header nav > ul > li.search:hover > a:before,
.mm08 .mm08 > a:before { 
	width: 300%; 
	
	/* overwrite so width transition is not affected */
	-webkit-transition-property: background, border;
	   -moz-transition-property: background, border;
	 	-ms-transition-property: background, border;
		 -o-transition-property: background, border;
			transition-property: background, border;
} 
header nav > ul > li > a:hover,
header nav > ul > li.active > a,
header nav > ul > li.search:hover > a:after,
.mm01 .mm01 > a,
.mm02 .mm02 > a,
.mm03 .mm03 > a,
.mm04 .mm04 > a,
.mm05 .mm05 > a,
.mm06 .mm06 > a,
.mm07 .mm07 > a,
.mm08 .mm08 > a,
.mm08 .mm08 > a:after { color: rgba(255,255,255,1); } 

.dropDown ul li a:hover,
.mm02.sm01 ul#about li.sm01 a,
.mm02.sm02 ul#about li.sm02 a,
.mm02.sm03 ul#about li.sm03 a,
.mm04.sm01 ul#investor li.sm01 a,
.mm04.sm02 ul#investor li.sm02 a,
.mm04.sm03 ul#investor li.sm03 a,
.mm04.sm04 ul#investor li.sm04 a { color: rgba(255,255,255,1); }
.dropDown ul li a:hover:before,
.mm02.sm01 ul#about li.sm01 a:before,
.mm02.sm02 ul#about li.sm02 a:before,
.mm02.sm03 ul#about li.sm03 a:before,
.mm04.sm01 ul#investor li.sm01 a:before,
.mm04.sm02 ul#investor li.sm02 a:before,
.mm04.sm03 ul#investor li.sm03 a:before,
.mm04.sm04 ul#investor li.sm04 a:before { 
	opacity: 1; 
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


/* FIRST SECTION - HOME PAGE */
.mm01 .angleLeft:before { right: 61%; }
.mm01 #home article.angleLeft { margin-bottom: 0; }
.mm01 article.angleLeft { padding-bottom: 40px; margin-bottom: 60px; }
#home img { 
	width: 100%; 
	height: auto; 
}
.rule10_gold { border-bottom: 10px solid #B8A47A; }

#home .lightBlue {
	color: #FFF;
	background: #92AAB4;
	position: relative;
	margin: 107px 0 40px 0;
	padding: 0;
	float: right;
	z-index: 1;
}
#home .lightBlue:before {
	content: '';
	position: absolute;
	top: 0;
	left: -37px;
	width: 74px;
	z-index: -1;
	height: 100%;
	display: block;
	background: #92AAB4;
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
}
#home .lightBlue:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	border-bottom: 1px solid #B9A577;
	
	width: 107.7%;
	width: -webkit-calc(100% + 55px);
	width:    -moz-calc(100% + 55px);
	width:     -ms-calc(100% + 55px);
	width: 	    -o-calc(100% + 55px);
	width: 		   calc(100% + 55px);
}
#home .lightBlue h1 {
	font-size: 32px;
	line-height: 40px;
	color: #FFF;
	padding: 17px 20px 20px 25px;
	margin: 0 105px 0 0;
}
#home .lightBlue h1 small {
	margin: 0 0 0 -15px;
	line-height: 22px;
	color: #FFF;
	font-size: 20px;
}
.right {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

#home .darkBlue {
	position: relative;
	background: #627076;
	padding: 15px 15px 15px 18px;
	margin: 0;
	float: right;
	z-index: 1;
}
#home .darkBlue:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9px;
	width: 18px;
	z-index: -1;
	height: 100%;
	display: block;
	background: #627076;
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
}
#home .darkBlue p {
	margin: 0;
	padding: 0;
	font: 22px 'Old Standard TT', serif;
	line-height: 22px;
	font-style: italic;
	color: #FFF;
}

/* SECOND SECTION - HOME PAGE */

#financial .col66,
#investor .col66 { width: 69.66%; padding: 0 20px; }
#financial .col33,
#investor .col33 { width: 30.33%; }

#financial h1 { padding-top: 55px; }
#investor h1 { padding-top: 15px; }
#financial .col66 p,
#investor .col66 p { max-width: 92%; }

#financial .lightBlue,
#investor .lightBlue {
	color: #FFF;
	background: #92AAB4;
	padding: 30px 0 0 0;
	margin: -40px 0 0 0;
	position: relative;
	dislay: block;
}
#investor .lightBlue { margin: -30px 0 0 0; }
/* bug in firefox - displays margin at top of this section */
/*@-moz-document url-prefix() { 
  #financial, .mm04 section#investor {
     margin-top: -40px;
  }
}*/
#marquee { margin: 40px auto 40px auto; }

#financial .lightBlue h1,
#investor .lightBlue h1 { 
	padding: 0 0 8px 0; 
	margin: 0 20px 25px 20px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 26px;
	line-height: 26px;
}
#financial .lightBlue h1 small,
#investor .lightBlue h1 small { 
	color: #FFF; 
	font-size: 18px;
}
#financial .lightBlue p {
	color: #FFF;
	font-size: 16px;
	margin: 0 20px 20px 20px;
}
#financial .lightBlue p .date {
	font-style: italic;
	font-size: 13px;
	display: block;
}

#financial a.darkBlue,
#investor a.darkBlue {
	position: relative;
	color: #FFF;
	font: 16px 'Ovo', serif;
	line-height: 16px;
	text-transform: uppercase; 
	background: rgba(26,26,26,.4);
	padding: 30px 15px 30px 29%;
	margin-bottom: 0 0 60px 0;
	display: block;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
#financial a.darkBlue:before,
#investor a.darkBlue:before {
	content: '\e802';
	font-family: 'icomoon';
	font-size: 30px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	position: absolute;
	left: 15%;
	top: 30px;
	color: #FFF;
}
#financial a.darkBlue:hover,
#investor a.darkBlue:hover { background: rgba(26,26,26,.6); }
.mm06 #investor a.darkBlue { padding: 20px 15px 20px 25%; }
.mm06 #investor a.darkBlue:before { top: 20px; left: 11%; display: none; }

.marquee { 
	display: block;
	position: relative; 
	padding: 0 0 0 25px;
	border-top: 1px solid #BAA674;
	font-size: 12px;
	line-height: 12px;
	overflow: hidden;
	height: 35px;
}
.marquee:before {
	content: 'Market indicators';
	position: absolute;
	left: 0;
	top: 0;
	text-transform: uppercase;
	color: #FFF;
	background: #B9A577;
	font: 16px 'Ovo', serif;
	width: 208px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
iframe { margin-top: -12px }

/* THIRD SECTION - HOME PAGE */

#divisions { 
	background: url(../img/bg01.jpg) center -40px no-repeat; 
	background-size: 100% 100%; 
}
#divisions .angleLeft:before { right: 10%; }
#divisions .wrapper { 
	padding: 40px 20px;
	margin: 0 auto;
	width: 1024px;
	display: table;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	
}
.division {
	width: 33.3%;
	padding: 20px 15px 28px 15px;
	position: relative;
	display: table-cell;
	
	background: rgba(30,30,30,1);
	background: -moz-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,30,30,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(30,30,30,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000', GradientType=1 );
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.division h1 {
	font-size: 22px;
	line-height: 22px;
	color: #FFF;
	border-bottom: 1px solid #BAA674;
	padding: 0 0 8px 0;
	margin: 0 0 5px 0;
}
.division h1 small {
	display: inline-block;
	font-size: 18px;
	color: #FFF;
}
.division img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
.division .link p {
	color: rgba(255,255,255,.6);
	padding: 0 0 0 20px;
	float: left;
	font-size: 13px;
	line-height: 16px;
	
	width: 60%;
	width: -webkit-calc(100% - 123px);
	width:    -moz-calc(100% - 123px);
	width:     -ms-calc(100% - 123px);
	width:      -o-calc(100% - 123px);
	width:         calc(100% - 123px);
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}
.division .link:hover p { color: rgba(255,255,255,.9); }
.division .link .readMoreBtn {
	float: right;
	margin: 0 20px 20px 20px;
	border: 1px solid rgba(255,255,255,.4);
	background: rgba(255,255,255,.1);
	opacity: .6;
}
.division.financial h3 {
	font: 13px 'Open Sans', sans-serif;
	line-height: 16px;
	padding: 0 20px 15px 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}
.division.financial .link .readMoreBtn { 
	float: left; 
	margin: 2px 20px 20px 0;
}
.division.financial .link p,
.division.financial .link h3 { 
	float: right; 
	width: 65%;
	width: -webkit-calc(100% - 103px);
	width:    -moz-calc(100% - 103px);
	width:     -ms-calc(100% - 103px);
	width:      -o-calc(100% - 103px);
	width:         calc(100% - 103px);
}
.with-p h3 { padding: 0 20px 0 0!important; }
.with-p p {
	font-size: 11px!important; 
	line-height: 14px!important;
	padding: 0 20px 15px 0!important;
}
.division.financial .link:last-of-type p { padding: 0 20px 0 0; }
.division.financial .with-p p { color: rgba(255,255,255,.6); }
.division.financial .with-p .stLink { margin-bottom: 7px; }

.report { 
	padding: 0 0 15px 0; 
	position: relative;
}
.report img {
	width: 33%;
	height: auto;
	float: left;
	margin-bottom: 0;
}
.division.financial .report .text,
.retail .report .text,
#investor .report .text {
	float: right;
	padding: 0 0 0 20px;
	width: 67%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.division.financial .report .text.full { width: 100%; padding: 0; }

/* FOOTER */

footer {
	background: #B9A577;
	display: block;
	margin: 0 auto;
	position: relative;
	height: 58px;
	z-index: 9;
}

footer:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 1px solid #92AAB4;
}
footer span { font-size: 13px; }
footer article { padding: 5px 20px; }

footer .col50.fRight { 
	float: right; 
	text-align: right; 
}
footer .col50:nth-of-type(1) { padding-top: 12px; }

footer a,
footer p {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
}
footer p { padding-bottom: 0; }

footer a {
	display: inline-block;
	border-right: 1px solid #FFF;
	padding: 0 5px 0 1px;
}
footer .col50 a:last-of-type { 
	border-right: 0;
	padding: 0 0 0 1px;
}
footer a:hover { color: #000; }

footer a.toTop {
	width: 30px;
	height: 30px;
	display: block;
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -17px;
	border: 2px solid #FFF;
	background: url(../img/toTop.png) center center no-repeat;
	background-size: 101% 101%;
	padding: 0;
	margin: 0;
	opacity: .8;
	z-index: 999;
	
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
	   -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
		-ms-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
		 -o-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
			box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;	
}
footer a.toTop:hover,
footer a.imageLink:hover { opacity: 1; }

footer a.imageLink {
	border-right: 0;
	padding-right: 18px;
	height: 50px;
	line-height: 50px;
	opacity: .6;
}
footer a.imageLink img { vertical-align: middle;    width: 102%; }

/* --------------------------------------------------------------------- */

/* LEFT SIDE - ABOUT PAGE */
.paleBlue {
	background: rgba(145,170,181,.4);
	padding: 20px 0 40px 0;
	margin-bottom: 7px;
}
.paleBlue h1 { 
	margin: 0 20px; 
	color: #A79667; 
}
.paleBlue h1 small { color: #697983; }
.paleBlue p { 
	margin: 0 20px; 
	padding: 10px 0; 
	font-size: 12px; 
	line-height: 17px;
}
.paleBlue p:last-of-type { padding-bottom: 0; }
.paleBlue p.intro {
	font-size: 13px;
	line-height: 20px;
	padding: 3px 0 13px 0;
}
.paleBlue p.lineBreak { 
	border-bottom: 1px solid #FFF; 
	margin: 35px 0 20px 0;
}
.paleBlue .text p.lineBreak { margin: 25px 0 20px 0; }
.paleBlue .lightBlue > h3 { 
	color: #FFF; 
	text-transform : uppercase;
	margin-bottom: 18px;
}
.instruct {
	display: block;
	width: 100%;
	background: #627076;
	padding: 10px;
	margin: 0 0 5px 0;
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.instruct:hover { background: #4C4C4C; }
.paleBlue .instruct p {
	color: #FFF;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.logos {
	margin: 0; 
	padding: 0 0 4px 0;
}
.logos a {
	height: 100px;
	width: 32.33%;
	margin-right: 1.5%;
	border: 1px solid #627076;
	background: #FFF;
	float: left;
	position: relative;
	text-align: center;
	
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex; 
  
	-webkit-flex-align: center;
	-webkit-box-align: center; /* OLD - iOS 6-, Safari 3.1-6 */ 
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.logos a:hover { background: rgba(255,255,255,.6); }
.logos a.active:hover { background: rgba(255,255,255,1); }
.logos a img { 
	max-height: 100%; 
	max-width: 100%; 
	height: auto; 
	width: auto; 
	margin: auto;
	display: block;
}
.logos a:last-of-type { margin-right: 0; }
.logos a p,
.image p {
	font-size: 13px;
	font-weight: 600;
	color: #5794AE;
	line-height: 16px;
	text-align: center;
	padding: 0 5px;
	margin: 0 auto;
	text-transform: uppercase;
	display: block;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

/* active states and extra info */
.logos a:after {
	content: '';
	position: absolute;
	top: 100%;
	left: -1px;
	height: 0;
	width: 0;
	border-left: 1px solid #627076;
	border-right: 1px solid #627076;
	background: #FFF;
}
.logos a.active:after {
	height: 6px;
	width: 100%;
}
.lightBlue .compInfo {
	margin: 0 0 18px 0;
	padding: 10px;
	border: 1px solid #627076;
	background: #FFF;
	display: none;
}
.lightBlue .compInfo p,
.retail .link p,
.reports .link p,
.invIntro .col66 .link p { 
	font-size: 11px; 
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.lightBlue .compInfo p strong {
	color: #5793AD;
	font-weight: 600;
}

.paleBlue .readMoreBtn,
.colR .link .readMoreBtn,
.retail .link .readMoreBtn,
.reports .link .readMoreBtn {
	float: left;
	margin: 2px 0 0 0;
	background: rgba(145,170,181,.4);
	border: 0;
}
.paleBlue .link:hover .readMoreBtn { background: rgba(145,170,181,.6); }
.paleBlue .link { 
	margin: 0 20px 15px 20px;
	display: block; 
}
.paleBlue .link h3,
.paleBlue .link p,
.lightBlue .link .text,
.colR .link h3,
.colR .link p,
.retail .link .text,
.reports .link .text,
.invIntro .col66 .link h3,
.invIntro .col66 .link p {
	float: right;
	width: 65%;
	width: -webkit-calc(100% - 63px);
	width:    -moz-calc(100% - 63px);
	width:     -ms-calc(100% - 63px);
	width:      -o-calc(100% - 63px);
	width:         calc(100% - 63px);
	
	padding: 0 0 0 8px;
	margin: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.paleBlue .link h3 {
	font-weight: 600;
	color: #92AAB2;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 3px;
}
.paleBlue .link p,
.retail .link p,
.reports .link p { line-height: 15px; }

.paleBlue h3 {
	color: #575755;
	text-transform : uppercase;
	margin-bottom: 18px;
}
.paleBlue p,
.retail .link p,
.reports .link p { color: #575755; }

.lightBlue {
	color: #FFF;
	background: #92AAB4;
	padding: 15px 20px 20px 20px;
	margin: 25px 0 20px 0;
	position: relative;
}
.lightBlue:last-of-type { margin-bottom: 0; }
.colL .lightBlue:before,
.colL .lightBlue:after {
	content: '';
	position: absolute;
	left: 20px;
	border-bottom: 1px solid #FFF;
	height: 0;
	width: 80%;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -ms-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
}
.colL .lightBlue:before { bottom: 100%; }
.colL .lightBlue:after { top: 100%; }
.lightBlue > p { 
	color: #FFF;
	margin: 0 0 18px 0; 
	padding: 0; 
}
.lightBlue .link { margin: 0 0 10px 0; }
.lightBlue .link:last-of-type { margin: 0; }
.lightBlue .readMoreBtn { 
	background: rgba(255,255,255,.2); 
	margin: 5px 0 0 0;
}
.lightBlue .compInfo .readMoreBtn { background: rgba(145,170,181,.2); margin: 3px 0 0 0; }
.lightBlue .compInfo .link { margin-top: 10px; }
.lightBlue .compInfo .link:hover .readMoreBtn { background: rgba(145,170,181,.8); }
.lightBlue .compInfo .link:hover .readMoreBtn:before,
.lightBlue .compInfo .link:hover .readMoreBtn:after { border-color: #FFF; }
.lightBlue .link:hover .readMoreBtn { background: rgba(255,255,255,.3); }
.linkWrap {
	padding: 10px 0 5px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.lightBlue .link .text { display: table; }
.lightBlue .link .text h3 {
	color: #FFF;
	padding: 0;
	width: 70%;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.lightBlue .link .text p {
	font: 45px 'Ovo', serif;
	line-height: 40px;
	width: 30%;
	padding: 0;
	margin: 0;
	color: #FFF;
	display: table-cell;
	float: none;
	vertical-align: middle;
	text-align: right;
}
.lightBlue .link.split50 .text h3,
.lightBlue .link.split50 .text p { width: 50%; }
.lightBlue .link.split50 .text p small {
	font: 20px 'Old Standard TT', serif; 
	font-style: italic;
}

.paleBlue .text { margin: 0 20px; }
.paleBlue .text h3 { margin: 0 0 5px 0; }
.paleBlue .text p { margin: 0 0 18px 0; }

.paleBlue .text ul {
	margin: 0;
	padding: 13px 0 0 0;
}
.paleBlue .text ul li {
	padding: 0 0 18px 18px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
.paleBlue .text ul li:last-of-type { padding: 0 0 0 18px; }

.paleBlue .text ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	height: 7px;
	width: 7px;
	display: block;
	background: #91AAB5;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

/* RIGHT SIDE - ABOUT PAGE */
.colR { padding: 20px 0 40px 60px; }
.colR p { 
	font-size: 13px;
	line-height: 20px; 
	padding-right: 20px;
}
.colR p img {
	max-width: 100%;
	height: auto;
}

p.lineBreak {
	display: block;
	height: 0;
	width: 100%;
	border-bottom: 1px solid #BBA771;
	margin: 10px 0 35px 0;
	padding: 0;
}

.colR .link { 
	display: block;
	margin: 0 0 25px 0; 
}
.colR .link .readMoreBtn { 
	margin: 5px 0 0 0; 
	background: rgba(145,170,181,.2);
} 

.colR .link h3,
.colR .link p { 
	padding: 0 10px;
}
.colR .link h3,
.invIntro .col66 .link h3 { color: #666; }

/* milestones slider */
.milestones {
	position: relative;
	overflow: hidden;
	padding: 20px 0 40px 0;
	margin: 0 0 30px 0; 
	background: url(../img/bg02.jpg) center -20px no-repeat; 
	background-size: 100% 100%; 
}

.milestones:before {
	content: '';
	position: absolute;
	top: 0;
	left: -7.8%;
	width: 100%;
	z-index: 1;
	height: 100%;
	display: block;
	background: rgba(233,238,240,.7);
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
}
.descriptions { 
	position: relative;
	padding: 0 0 85px 0;
	margin: 0 70px 0 40px;
	z-index: 2;
	overflow: hidden;
}
.info { 
	display: none; 
	background: #91AAB4;
	padding: 20px 20px 15px 25px;
}
.info.active { display: block; }
.yearArrow { 
	position: absolute;
	display: block;
	bottom: 85px;
	left: 0;
	width: 95%;
	height: 0;
	z-index: -1;
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}
.yearArrow:before {
	content: '';
	position: absolute;
	bottom: -73px;
	left: 30px;
	display: block;
	width: 0;
	height: 0;
	
	border-top: 55px solid rgba(255,255,255,0);
	border-bottom: 55px solid rgba(255,255,255,0);
	border-left: 55px solid #91AAB4;
	
	/*-moz-transform: scale(.9999);*/
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);		
}
.yearArrow:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 25px;
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 15px solid #91AAB4;
}
.yearArrow:before,
.yearArrow:after {
	-webkit-transition: none; 
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none; 
			transition: none;
}
.info h3,
.info p { color: #FFF; }
.info p { line-height: 18px; }

.years {
	position: relative;
	display: block;
	width: 83%;
	margin: -35px 0 0 0;
	z-index: 2;
	overflow: hidden;
}
.scroll {
	min-width: 1900px;
	position: relative;
	padding: 15px 0 15px 0;
	overflow: hidden;
}
.scrollWrapper { position: relative; }
.scrollWrapper:after {
	content: '';
	position: absolute;
	width: 200%;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -1px; 
	border-bottom: 2px solid #FFF;
	
}
.yearsSlide { 
	width: 245px;
	height: auto;
	position: relative;
	float: left;
	left: 0;
}
.years a {
	font-family: 'Ovo', serif;
	color: #666;
	font-size: 18px;
	width: 60px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	margin: 0 10px 0 52px;
	position: relative;
	float: left;
	z-index: 2;
}
.years a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	border: 8px solid #FFF;
	height: 100%;
	width: 100%;
	z-index: -2;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.years a.active,
.years a:hover { color: #FFF; }
.years a.active:before,
.years a:hover:before { background: #91AAB4; }

.navigation { 
	position: absolute;
	display: block;
	bottom: 20px;
	left: 0;
	width: 83%;
	z-index: 2;
}
.navigation a {
	position: absolute;
	display: block; 
	width: 25px;
	height: 20px;
}
.navigation a.prev { left: 10px; }
.navigation a.next { right: 0; }
.navigation a:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	top: 50%;
	margin-top: -5px;
	border-right: 2px solid #90AAB6;
	border-bottom: 2px solid #90AAB6;
	opacity: 0.7;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.navigation a:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 0;
	display: block;
	top: 50%;
	margin-top: -1px;
	border-bottom: 2px solid #90AAB6;
	opacity: 0.7;
}
.navigation a.prev:before {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
}
.navigation a.prev:after { left: 0; }
.navigation a.next:before,
.navigation a.next:after { right: 0; }
.navigation a:hover:before,
.navigation a:hover:after { opacity: 1; }

/* OPERATIONS PAGE */
p.lessW { 
	width: 56%;
	line-height: 20px;
}
.paddedSides { padding: 0 20px; }
.brands,
.management,
.reports {
	margin: 30px 0 30px 0;
	padding: 0;
	position: relative;
	background: #E9EDEF;
	overflow: hidden;
}
.brands h2,
.retail h2  { 
	color: #A59666; 
	
	-webkit-transition: all .3s linear; 
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear; 
			transition: all .3s linear;
}
.brands h2 small,
.retail h2 small { 
	color: #687983; 
	
	-webkit-transition: all .3s linear; 
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear; 
			transition: all .3s linear;
}
.opacity0 { opacity: 0; }
.brands .inner,
.management .inner,
.reports .inner {
	position: relative;
	padding: 0 14% 0 0; /* right padding = minus width of .inner:before plus margins of columns */
	width: 100%;
	z-index: 1;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}


.mm03 .brands .inner { display: table; }

.brands .inner:after,
.management .inner:before,
.management .inner:after,
.reports .inner:before,
.reports .inner:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	background: #FFF;
	width: 20%;
	height: 100%;
	z-index: 2;
	
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		 -o-transform-origin: 0 0;
			transform-origin: 0 0;
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
			
	/* smoothen jagged edges in chrome/safari */
	-webkit-backface-visibility: hidden;
	padding: 1px; 
	-webkit-background-clip: content-box;	
}


.brands .inner:before{	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	background: #FFF;
	width: 20%;
	height: 100%;
	z-index: 2;
	
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		 -o-transform-origin: 0 0;
			transform-origin: 0 0;
	-webkit-transform: skew(-11deg);
	   -moz-transform: skew(-11deg);
		-ms-transform: skew(-11deg);
		 -o-transform: skew(-11deg);
			transform: skew(-11deg)!important;

}



.brands .inner:after,
.management .inner:after,
.reports .inner:after {
	background: #92AAB4;
	height: 90%;
	
	height: -webkit-calc(100% - 65px);
	height: -moz-calc(100% - 65px);
	height: -ms-calc(100% - 65px);
	height: -o-calc(100% - 65px);
	height: calc(100% - 65px);
}
.brands .inner .col33 { 
	padding: 35px 1.5% 135px 1.5%; 
	position: relative;
	width: 25%;
	
	-webkit-transition: all .3s linear; 
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear; 
			transition: all .3s linear;
}
.mm03 .brands .inner .col33 {
	float: none;
	display: table-cell;
}
.brands .inner .brandIntro > p:first-of-type { 
	font-weight: 600;
	font-size: 13px; 
	line-height: 20px;
}
.brands .inner p { 
	font-weight: 400;
	font-size: 12px; 
	
	-webkit-transition: all .3s linear; 
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear; 
			transition: all .3s linear;
}
.image {
	height: 100px;
	width: 100px;
	margin: 0 auto 20px auto;
	border: 1px solid #627076;
	background: #FFF;
	position: relative;
	text-align: center;
	
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex; 
  
	-webkit-flex-align: center;
	-webkit-box-align: center; /* OLD - iOS 6-, Safari 3.1-6 */ 
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.mm03 .services .image { margin: 10px auto 20px auto; }
.image img { 
	max-height: 100%; 
	max-width: 100%; 
	height: auto; 
	width: auto; 
	margin: auto;
	display: block;
}
.brands .inner .readMore {
	position: absolute;
	bottom: 0;
	left: 7%;
	width: 85.5%;
	
	width: -webkit-calc(100% - 14.5%);
	width: -moz-calc(100% - 14.5%);
	width: -ms-calc(100% - 14.5%);
	width: -o-calc(100% - 14.5%);
	width: calc(100% - 14.5%);
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.brands .inner .col33:hover { background: #617076; }
.brands .inner .col33:hover h2,
.brands .inner .col33:hover h2 small,
.brandInfo h2,
.brandInfo h2 small { color: #FFF; }
.brands .inner .col33:hover p { color: #FFF; }
.brands .inner .col33:hover .readMore { background: #4C4C4C; }

.brandInfo {
	position: absolute;
	top: 0;
	left: 0;
	background: #617076;
	width: 100%;
	height: 100%;
	display: none;
	padding: 35px 2.1% 20px 2.1%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.brandInfo p { color: #FFF; }
.brandInfo p.lineBreak { 
	border-bottom: 1px solid #FFF; 
	clear: both;
	width: 92.33%;
	margin: 10px 0 20px 0;
}
.brandInfo .close {
	position: absolute;
	top: 0;
	right: 0;
	background: #4C4C4C;
	color: #FFF;
	font: 16px 'Ovo', serif;
	line-height: 16px;
	padding: 35px 25px 10px 10px;
	text-transform: uppercase;
}
.brandInfo .close:before {
	content: 'X';
	font-size: 25px;
	position: absolute;
	top: 0;
	right: 7px;
	height: 40px;
	width: 100%;
	text-align: center;
	line-height: 40px;
}
.brandInfo .close:hover { background: #92AAB4; }
.brandInfo .image {
	float: left;
	margin: 0 3% 30px 7.66%;
}
.brandInfo .brandIntro {
	width: 69%;
	float: left;
	margin: -5px 0 20px 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.brandInfo .extraInfo {
	position: relative;
	margin: 0 0 20px 7.66%;
	width: 85.33%;
	height: 175px;
}
.brandInfo .extraInfo ul,
.brandInfo .extraInfo p { 
	font-size: 12px; 
	color: #FFF;
}
.brandInfo .extraInfo > p { padding-bottom: 18px; padding-right: 2%; }
.brandInfo .extraInfo p.title { font-weight: 600; }
.brandInfo .extraInfo ul li {
	padding-left: 12px;
	line-height: 17px;
	position: relative;
}
.brandInfo .extraInfo ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	background: #FFF;
	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}
.brandInfo .link { 
	padding: 20px 0 20px 7.66%;
	margin: 20px 0 0 0; 
	display: block;
	position: relative;
	width: 85.66%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.brandInfo .link:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #FFF;
	left: 0;
	top: 0;
}
.brandInfo .readMoreBtn { float: left; margin: 3px 20px 0 0; }
.brandInfo .brandLogos {
	background: #FFF;
	display: block;
	width: 80%;
	height: 96px;
	padding: 0 25px;
	position: relative;
	z-index: 1;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.brandInfo .brandLogos:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	background: #FFF;
	width: 4%;
	height: 100%;
	z-index: 1;
	
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		 -o-transform-origin: 0 0;
			transform-origin: 0 0;
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
}
.brandInfo .brandLogos .scrollableWrapper {
	overflow: hidden;
	width: 100%;
}
.brandInfo .brandLogos .scrollable {
	height: 96px;
	padding: 0;
	position: relative;
	left: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
			
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex; 
  
	-webkit-flex-align: center;
	-webkit-box-align: center; /* OLD - iOS 6-, Safari 3.1-6 */ 
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.brandInfo .brandLogos img {
	margin: 0 20px 0 0;
	max-height: 75px;
	max-width: 125px;
	width: auto;
	height: auto;
}
.brandInfo .brandLogos a {
	position: absolute;
	width: 25px;
	height: 20px;
	bottom: 0;
}
.brandInfo .brandLogos a.prevLogo { left: 25px; }
.brandInfo .brandLogos a.nextLogo { right: 25px; }
.brandInfo .brandLogos a:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	top: 50%;
	margin-top: -5px;
	border-right: 2px solid #90AAB6;
	border-bottom: 2px solid #90AAB6;
	opacity: 0.7;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.brandInfo .brandLogos a:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 0;
	display: block;
	top: 50%;
	margin-top: -1px;
	border-bottom: 2px solid #90AAB6;
	opacity: 0.7;
}
.brandInfo .brandLogos a.prevLogo:before {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
}
.brandInfo .brandLogos a.prevLogo:before,
.brandInfo .brandLogos a.prevLogo:after { left: 0; }
.brandInfo .brandLogos a.nextLogo:before,
.brandInfo .brandLogos a.nextLogo:after { right: 3px; }
.brandInfo .brandLogos a:hover:before,
.brandInfo .brandLogos a:hover:after { opacity: 1; }

.services .col33:first-of-type { padding-right: 6%; }
.services .col33:nth-of-type(2) { padding: 0 3%; }
.services .col33:nth-of-type(3) { padding-left: 6%; }
.services .col33 p { font-size: 12px; }

/* INVESTOR CENTRE */
#investor .col66.full { width: 100%; }
.invIntro .col66 .link { 
	margin-top: 20px;
	padding-top: 10px; 
	border-top: 1px solid #BBA771;
	display: block;
	width: 60%;
	float: left;
}
.invIntro .col66 .link:first-of-type { width: 100%; }
.invIntro .col66 .two { width: 40% !important; }
.invIntro .col66 .link .readMoreBtn { margin: 4px 0 0 0; }
.invIntro .col66 .link h3 { text-transform: uppercase; }
.invIntro .col66 .link h3,
.invIntro .col66 .link p { 
	padding: 0 0 0 12px; 
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}
.invIntro .col66 .link:hover p { color: #BAA674; }

.investor-contact {
	display: block;
	padding: 15px 0 30px 35%;
	margin: 30px 0;
	position: relative;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.investor-contact:before {
	content: '';
	position: absolute;
	left: 31%;
	top: 0;
	width: 0;
	height: 100%;
	border-right: 1px solid rgba(255,255,255,.4);
}
.investor-contact h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 5px 0;
}
.investor-contact a {
	color: #FFF;
	display: block;
	font-size: 13px;
	line-height: 23px;
	position: relative;
	z-index: 1;
}
.investor-contact a:hover,
.investor-contact a:hover:before { color: #495357; }
.investor-contact a:before,
#contact .col33 div:before {
	content: '';
	font: 18px 'icomoon';
	color: #FFF;
	position: absolute;
	top: 3px;
	left: -25%;
	z-index: 1;
}
.investor-contact a.mail:before,
#contact .col33 div.mail:before { content: '\e802';}
.investor-contact a.phone:before,
#contact .col33 div.phone:before { content: '\e642'; font-size: 16px; }

#sharprice-glance h2 { padding-left: 20px; }
#sharprice-glance iframe { margin: 5px 0 0 0; }

#investor .retail { margin: 50px auto 60px auto; }
#investor .retail .col66 {
	background: #E9EDEF; 
	padding: 35px 47px 91px 20px;;
}
.retail h2 { padding-bottom: 22px; }
.retail h3,
#investor .report h3,
#investor .reports .link h3 {
	color: #575755;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	padding: 0 20px 15px 0;
}
#investor .reports .link h3 { padding: 0 20px 0 0; }
.retail .stLink,
#investor .report .stLink {
	color: #575755;
	opacity: 1;
}
.retail .stLink:before,
#investor .report .stLink:before {
	border-right: 1px solid #575755;
    border-bottom: 1px solid #575755;
}
.retail .stLink:hover,
.retail .link:hover p,
#investor .report .stLink:hover,
#investor .report .link:hover p { color: #A59666; }
.retail .stLink:hover:before,
#investor .report .stLink:hover:before {
	border-right: 1px solid #A59666;
    border-bottom: 1px solid #A59666;
}
.retail .link h3,
.retail .link p { padding: 0 33% 0 0; line-height: 16px; }
.retail .link .readMoreBtn.dark:before { border-top: 1px solid rgba(145,170,181,1); }
.retail .link .readMoreBtn.dark:after { 
	border-right: 1px solid rgba(145,170,181,1);
    border-bottom: 1px solid rgba(145,170,181,1);
}
.retail .link:hover .readMoreBtn.dark:before { border-top: 1px solid #FFF; }
.retail .link:hover .readMoreBtn.dark:after { 
	border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.retail .link:hover .readMoreBtn.dark:before,
.retail .link:hover .readMoreBtn.dark:after,
.brandInfo .link:hover .readMoreBtn:before,
.brandInfo .link:hover .readMoreBtn:after { right: 6px; }
.reports .inner .colL.wide { width: 100%; }
.retail.spaced-out .report img,
.colL.wide .report img { width: auto; }
#investor .colL.wide .report .text,
#investor .retail.spaced-out .report .text { 
	width: 65%;
	width: -webkit-calc(100% - 125px);
	width: -moz-calc(100% - 125px);
	width: -ms-calc(100% - 125px);
	width: -o-calc(100% - 125px);
	width: calc(100% - 125px);
	float: left; 
}

#investor .retail .lightBlue { margin: 0; }
#investor .retail .lightBlue h1 { border-bottom: 0; }
#investor .retail .lightBlue h1 small { display: inline-block; padding-right: 8px; }
#investor .retail .lightBlue table td {
	border-top: 1px solid #FFF;
	color: #FFF;
	padding: 10px 0;
	font-size: 11px;
	line-height: 16px;
}
#investor .retail .lightBlue > table { padding: 0 20px; }
#investor .retail .lightBlue table td td { 
	border: none;
	padding: 0;
	vertical-align: top;
}
#investor .retail .lightBlue table td h4 { 
	font-size: 13px;
	font-weight: 600;
	padding: 0; 
}
#investor .retail .lightBlue table td:last-of-type {
	text-transform: uppercase;
	background: rgba(26,26,26,.4);
	vertical-align: bottom;
	text-align: center;
	font-size: 13px;
	width: 75px;
}
#investor .retail .lightBlue table td td:last-of-type {
	text-transform: none;
	background: none;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	width: auto;
}
/* INVESTOR - REPORTS AND RESULTS */
.sm03 #investor .col66 .report img { width: 15%; }
.sm03 #investor .col66 .report .text { width: 85%; }

.reports .link { margin-bottom: 10px; display: block; }
.reports .link .readMoreBtn { background: rgba(87,87,86,.2); }
.reports .link .readMoreBtn:before,
.reports .link .readMoreBtn:after { border-color: rgba(255,255,255,.6); }
.reports .link p {
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear; 
}
.reports .link:hover p { color: #A59666; }

/* LEADERSHIP */
.row {
	 padding: 25px 20px 30px 20px; 
	 display: inline-block; 
	 width: 100%;
	 
	 -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
		 -ms-box-sizing: border-box;
		  -o-box-sizing: border-box;
			 box-sizing: border-box;
}
.row:nth-of-type(1) { margin-top: 10px; }
.row:nth-of-type(odd) { background: #E9EDEF; }
.row:after,
.yearResults:after,
.archiveYears:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: '';
     clear: both;
     height: 0;
}
.leader {
	float: left;
	width: 29.33%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.leader h4 { font-size: 13px; }
.leader p,
.leader h6 { font-size: 12px; }
.leader:nth-of-type(1) { margin: 0 3% 0 0; }
.leader:nth-of-type(2) { margin: 0 3%; }
.leader:nth-of-type(3) { margin: 0 0 0 3%; }

.management { margin: 10px 0 0 0; }
.management .inner { 
	padding: 20px 12% 40px 25px; 
	background: #92AAB4; 
}
.management .inner:after {
	height: 95%;
	background: #E9EDEF;
	
	height: -webkit-calc(100% - 35px);
	height: -moz-calc(100% - 35px);
	height: -ms-calc(100% - 35px);
	height: -o-calc(100% - 35px);
	height: calc(100% - 35px);
}
.management h2 { 
	color: #FFF; 
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.management h2 small { 
	color: #FFF;
	display: inline-block;
	padding-right: 10px;
}
.management h3 {
	font: 16px 'Ovo', serif;
	color: #FFF;
	text-transform: uppercase;
}
.management h4,
.management h5 {
	font: 12px 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 600;
	text-transform: none;
	line-height: 18px;
}
.management h4 { 
	font-weight: 300; 
	margin: 20px 0 0 0;
	padding: 0;
}
.management h6 {
	color: #FFF;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.management p { 
	color: #FFF;
	font-size: 12px; 
	font-weight: 300;
	margin-bottom: 20px;
}
.management .col33 p { margin-bottom: 0; }
.management p em { font: 12px 'Open Sans', sans-serif; font-style: italic; }
.management .inner .col33 { padding-right: 6%; }
p.note,
span.note { 
	font-size: 11px;
	font-style: italic;
}

/* INVESTOR - LATEST RELEASES */
.release {
	padding: 15px 20px 25px 20px;
	border-bottom: 1px solid #BAA674;
	display: block;
	margin: 0 6% 0 0;
}
.release h5 { 
	text-transform: none; 
	font-family: 'Old Standard TT', serif;
	font-weight: 600;
	margin: -3px 0 0 0;
	line-height: 20px;
}
.release h6 { 
	font-size: 12px; 
	font-weight: 400;
	padding-bottom: 10px;
}
.release p { 
	clear: both; 
	font-size: 12px;
}
.release .readMoreBtn,
.invIntro .col66 .link .readMoreBtn.dark { float: left; }
.release h5,
.release h6 { 
	float: right; 
	width: 87%;
	width: -webkit-calc(100% - 83px);
	width:    -moz-calc(100% - 83px);
	width:     -ms-calc(100% - 83px);
	width:      -o-calc(100% - 83px);
	width:         calc(100% - 83px);
}
.mm04.sm02 iframe { 
	padding: 10px 0 0 13px; 
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
#investor .report { padding-top: 10px; }
#investor .reports .report,
#investor .retail .report { padding: 0; }
.archive { padding: 30px 0 0 0; }
.reports { margin: 0 0 90px 0; }
.reports .inner { padding: 60px 12% 60px 40px; }
.reports .inner:after {
	height: 95%;
	height: -webkit-calc(100% - 45px);
	height: -moz-calc(100% - 45px);
	height: -ms-calc(100% - 45px);
	height: -o-calc(100% - 45px);
	height: calc(100% - 45px);
}
.reports .inner .colL { 
	width: 34%; 
	margin-right: 4%;
}

.archiveYears {
	/*background: #627076;*/
	overflow: hidden;
}
.archiveYears a { 
	width: 8.09%;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 10px 1.3% 10px 0;
	position: relative;
	float: left;
	text-align: center;
	font: 14px 'Ovo', serif;
	color: #FFF;
	z-index: 1;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.archiveYears a:first-of-type { padding-left: 1%; }
.archiveYears a.active,
.archiveYears a:hover { color: #627076; }
.archiveYears a:after {
	content: '';
	position: absolute;
	left: -2px;
	top: 0;
	display: block;
	background: #627076;
	width: 100%;
	border-left: 2px solid #FFF;
	height: 100%;
	z-index: -1;
	
	-webkit-transform-origin: 0 0;
	   -moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		 -o-transform-origin: 0 0;
			transform-origin: 0 0;
	
	-webkit-transform: skew(-17deg);
	   -moz-transform: skew(-17deg);
		-ms-transform: skew(-17deg);
		 -o-transform: skew(-17deg);
			transform: skew(-17deg);
}
.archiveYears a:last-of-type:after { width: 150%; }
.archiveYears a.active:after,
.archiveYears a:hover:after { background: #E9EDEF; }

.yearResults { display: none; }

/* INVESTORS - LATEST RELEASES - RELEASES */
#release h5 { 
	text-transform: none;
    font-family: 'Old Standard TT', serif;
    font-weight: 600;
	padding-bottom: 18px;
}
#release h6 { 
	text-transform: uppercase;
    font: 14px 'Open Sans', sans-serif;
    font-weight: 600;
	/*color: #575755;*/
	padding-bottom: 5px;
	font-style: normal;
}
.readMoreBtn.dark.back {
	display: block;
	margin: 30px 0 0 0;
	
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
}
p.arrowUp {
	position: relative;
	padding: 5px 20px 10px 20px;
	color: #B8A56E;
	font-weight: 600;
}
p.arrowUp:before {
	content: '\e73a';
	font: 16px 'icomoon';
	color: #91AAB4;
	position: absolute;
	top: 5px;
	left: 0;
}

/* CONTACT */
#contact { padding: 0 20px; }
#contact p { font-size: 13px; }
#contact .col33 div {
	padding: 0 40px 0 40px;
	display: block;
	position: relative;
	margin: 0 0 0 0;
}
#contact .col33 div:before {
	color: #B9A577;
	font-size: 24px;
	left: 0;
	top: 0;
}
#contact .col33 div.home:before { content: '\e601'; }
#contact .col33 div.mail:before { top: -2px; }
#contact .col33 div.phone:before { font-size: 22px; }

.col66.noPadL { padding-left: 0; margin-bottom: 60px; }
.col66.noPadL h1 { margin-left: 20px; }

/* PEOPLE AND CAREERS */
.col66.lightBlue {
	background: #E9EDEF;
	margin: 0 0 0 6%;
	width: 60.66%;
}
.col66.lightBlue p { font-size: 12px; }
.col66.lightBlue .col50 { padding: 0 6% 0 0; }
.col66.lightBlue .col50:nth-of-type(2) { padding: 0 0 0 6%; }
.mm05 .col33,
.mm05 .col33 p { 
	font-size: 13px; 
	line-height: 20px; 
}

ul.mainList { margin: 0 0 18px 0; }
	
ul.mainList li {
	position: relative;
	padding: 0 20px;
}
ul.mainList.padded li { padding: 2.5px 20px 2.5px 20px; }
ul.mainList.padded li:last-of-type { padding-bottom: 0; }
ul.mainList li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	height: 7px;
	width: 7px;
	display: block;
	background: #91AAB5;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
ul.mainList.padded li:before { top: 9px; }
ul.mainList li li:before { 
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	height: 0;
	width: 7px;
	display: block;
	border-bottom: 1px solid #91AAB5;
	
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
		-ms-transform: rotate(0);
		 -o-transform: rotate(0);
			transform: rotate(0); 
}

/* FRANCHISE CENTER */
.mm06 #investor article { margin-bottom: 90px; }
p.intro { 
	line-height: 20px;
	padding-right: 20%;
}
.mm06 .brands .inner { padding: 0 8% 0 0; }
.mm06 .brands .inner .col33 { padding: 35px 2.5% 35px 2.5%; }
.mm06 .brands .col33:hover { background: none; }
.mm06 .brands .col33 p strong { font-size: 15px; }
.mm06 .brands .inner .col33:hover h2 { color: #A59666; }
.mm06 .brands .inner .col33:hover p { color: #666; }

.mm06 .colL h4,
.mm06 .colR h4 { 
	font-weight: 600;
	font-size: 15px; 
	padding: 0 0 3px 0;
}
.mm06 .colL p,
.mm06 .colL ul,
.mm06 .colR p,
.mm06 .colR ul {
	font-size: 12px;
	line-height: 18px;
 }
.mm06 .colL { width: 53%; }
.mm06 .colR { 
	width: 47%; 
	padding: 0 0 0 6%; 
}
.mm06 .colL ul.mainList li:before,
.mm06 .colR ul.mainList li:before {
	top: 6px;
	width: 6px;
	height: 6px;
}
.mm06 .colL ul.mainList li,
.mm06 .colR ul.mainList li { padding: 0 15px; }
p.lessB { padding-bottom: 5px; }

#contact p a { color: #B9A577; }
#contact p a:hover { color: #666; }

/* REGISTER */
.mm09 h1 { padding-bottom: 20px; }
.mm09 input[type=submit],
.mm09 .unsubscribe { 
	margin-top: 20px;
	background: rgba(145,170,181,.2); 
	color: rgba(0,0,0,.3); 
	border: 1px solid rgba(145,170,181,0); 
	height: 35px;
	line-height: 33px;
	padding: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;
}
.mm09 input[type=submit]:hover,
.mm09 .unsubscribe:hover {
	background: rgba(145,170,181,.3); 
	color: rgba(0,0,0,.6); 
	border: 1px solid rgba(145,170,181,1); 
}
.mm09 input[type=text],
.mm09 select { 
	height: 33px;
	padding: 0 10px;
	border: 1px solid rgba(145,170,181,.4);
	margin: 0 0 10px 0;
	width: 50%;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
			
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;		
}	
/* need below lin-height for Safari */
.mm09 select { width: auto; line-height: 26px; }
.mm09 input[type=text]:focus,
.mm09 input[type=text]:hover,
.mm09 select:focus,
.mm09 select:hover { border: 1px solid rgba(145,170,181,1); outline: none; }	
.mm09 .col33 { 
	margin: 0 0 10px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #B9A577;
	position: relative;
}
span.required { 
	color: #B9A577; 
	position: absolute;
	top: 0;
	left: 0;
}
.mm09 .col33.captcha { margin-top: 25px; }

/* NEW SECTIONS */
/* 23 November 2015 */
.header { 
	overflow: hidden;
	position: relative;
	width: 100%; 
}
.header img {
	width: auto;
	height: 260px;
}
.header p {
	font-size: 40px;
	font-weight: 700;
	line-height: 35px;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 37.5px;
	left: 30px;
	max-width: 45%;
	z-index: 1;
	
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	   -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.5);
		-ms-text-shadow: 1px 1px 1px rgba(0,0,0,.5);
		 -o-text-shadow: 1px 1px 1px rgba(0,0,0,.5);
			text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.header p small {
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	max-width: 65%;
}
.header p small.full { max-width: none; }

/* SLIDER */
.unslider { overflow: hidden; }
.unslider-wrap { position: relative; }
/*.slider {
	position: relative;
}*/
/*.slider ul.slides {
	position: relative;
	margin: 0;
}*/
/*.slider ul.slides > li {
	display: block;
	float: left;
	position: relative;
	height: 255px;
	width: 100%;
	
	box-sizing: border-box;
}*/
.unslider ul.slides > li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	height: 255px;
	float: left;
	position: relative;
}
/*.slider .arrows {
	position: absolute;
	bottom: 17%;
	left: 0;
	width: 100%;
	height: 30px;
}*/
.unslider-arrow {
	position: absolute;
	display: block;
	bottom: 17%;
	width: 25px;
	height: 25px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	z-index: 1;
	color: rgba(0,0,0,0);
	cursor: pointer;
	
	-webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear; 
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.unslider-arrow:hover { border-color: #627076; }
.unslider-arrow.prev { left: 35px; }
.unslider-arrow.prev {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
}
.unslider-arrow.next { right: 35px; }

.unslider-arrow.next {
	left: auto;
	right: 20px
}
nav.unslider-nav { display: none; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
.clearfix { display: block; }
.margB { margin-bottom: 6px; }
.no-marginB{margin-bottom:0!important;}
.no-paddingT{padding-top:0!important;}
.no-paddingB{padding-bottom:0!important;}
.block {
	display: block;
	float: left;
	width: 50%;
	height: 255px;
	overflow: hidden;
	background: #FFF;
	padding: 30px;
	position: relative;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.block.beige { background: #F0EDE3; }
.block.dark-beige { background: #E4E2DA; }
.block.grey { background: #BCBDBE; }
.block.dark-grey,
.block.captions.dark-grey { background: #A1A3A7; }
.block.lessPadded { padding: 20px 20px 20px 30px; }
.block.noPadded { padding: 0; }
.block.wide { width: 100%; }
.block p { 
	color: #444;
	padding: 0;
	margin: 0 0 14px 0;
	position: relative;
	z-index: 1;
}
.block p.title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 30px;
	
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	   -moz-text-shadow: 1px 1px 1px rgba(255,255,255,1);
		-ms-text-shadow: 1px 1px 1px rgba(255,255,255,1);
		 -o-text-shadow: 1px 1px 1px rgba(255,255,255,1);
			text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.block p.title.white { 
	color: #FFF; 
	
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	   -moz-text-shadow: 1px 1px 1px rgba(0,0,0,1);
		-ms-text-shadow: 1px 1px 1px rgba(0,0,0,1);
		 -o-text-shadow: 1px 1px 1px rgba(0,0,0,1);
			text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.block p.title.margBLess { margin-bottom: 20px; }
.block .slider p.title { padding: 30px; }
.block em {
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
}
.block small {
	display: block;
	font-weight: 400;
	font-size: 11px;
	line-height: 12px;
}
.block strong { font-weight: 600; }
.block img {
	height: 100%;
	width: auto;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block.captions {
	width: 100%;
	padding: 10px;
	background: #E4E2DA;
}
.block.captions.dark-grey { 
	height: 510px;
	float: right;
	padding: 10px 16.8%;
}
.caption-block {
	width: 32.33%;
	float: left;
	margin: 0 1% 0 0;
	border: 6px solid #FFF;
	background: #E4E2DA;
	padding: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.caption-block:nth-of-type(2) { margin: 0 .5%; }
.caption-block:nth-of-type(3) { margin: 0 0 0 1%; }
.dark-grey .col50 {
	width: 50%;
	padding: 0 4% 0 0;
}
.dark-grey .col50:nth-of-type(2) { padding: 0 0 0 4%; }
.dark-grey .caption-block { width: 100%; margin: 0; }
.dark-grey .caption-block:nth-of-type(2) { margin-top: 10px; }

.caption-block img { 
	width: 100%;
	height: auto;
	position: relative;
}
.caption-block p {
	text-transform: none;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	min-height: 35px;
	max-height: 43px;
	height: auto; 
	padding-bottom: 3px;
	border-bottom: 1px solid #444;
	margin: 7px 7px 5px 7px;
	overflow: hidden;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.dark-grey .caption-block p { 
	min-height: 43px;
	line-height: 12px;
	padding-bottom: 5px;
}
.caption-block em {
	font-size: 11px;
	line-height: 12px;
	display: block;
}
.caption-block small {
	display: block;
	position: relative;
	padding: 0 5px 5px 18px;
	margin: 0 7px;
	font-size: 11px;
	line-height: 12px;
	font-weight: 400;
	background: url(../img/caption-dot.jpg) left 2px no-repeat;
}
.block ul.dotted { 
	margin: 0;
	padding: 0;
}
.block ul.dotted li { 
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #444;
	line-height: 12px;
}
.block ul.dotted.smaller li {
	padding-bottom: 8px; 
}
.block ul.dotted li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -12px;
	width: 4px;
	height: 4px;
	background: #444;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}
.block .btn {
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #444;
	line-height: 12px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.btn.beige { background: #F0EDE3; }
.btn.dark-beige { background: #E4E2DA; }
.btn.dark-grey { 
	background: #888; 
	color: #FFF;
}
.block.options { padding: 30px 25px; }
/*.block.options-right { padding-left: 15px; }*/
.block .btn:hover {
	background: #000;
	color: #FFF;
}
small.limits {
	font-size: 10px;
	font-style: italic;
	font-weight: 600;
	line-height: 12px;
	display: block;
	margin-bottom: 5px;
}
.block p a { color: #B9A577; }
.block p a:hover { color: #627076; }


/* to hide disabled elements in formstack form */	
.fsHidden.fsRow { display: none; }
input#field48304795 { }
#fsCell48304795 { position: relative; height: 54px; }
#fsCell48304795 label { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	line-height: 45px; 
	height: 45px; 
	padding: 0 15px;  
}
.fsRow,
.fsSubmit { 
	display: block; 
	width: 47%; 
	float: left; 
}
#fsRow2559711-8,
#fsRow2559711-9,
#fsRow2559711-10,
#fsRow2559711-11,
#fsRow2559711-12,
#fsRow2559711-13,
#fsRow2559711-14,
.fsSubmit { float: right; }
#fsRow2559711-14 { overflow: hidden; }
.fsSubmit input { height: 45px; overflow: hidden; }
.mm05 input,
.mm05 label,
.mm05 select {
	cursor: pointer;
	outline: 0;
	border: 0;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	line-height: 12px;
	text-align: left;
	margin-bottom: 10px;
	height: 45px;
	text-transform: uppercase;
	
	 webkit-transition: all .2s linear; 
	   -moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		 -o-transition: all .2s linear; 
			transition: all .2s linear;		 
			
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}
.mm05 select { overflow: visible; }
.mm05 select option { 
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	text-align: left;
	color: #FFF;
	background: #888;
	outline: 0;
	border: 0;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.block.options {
	position: relative;
}
.loader-form { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	background: #FFF url(../img/loader.GIF) center center no-repeat;
}

/*18 December 2017*/
 ul.list-diamond li{position:relative;list-style:none;padding-left:20px;font-size:12px;}
	 ul.list-diamond li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 7px;
    width: 7px;
    display: block;
    background: #91AAB5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.brandInfo .extraInfo2{position:relative;margin:0 0 20px 7.66%;width:100%;}
.ceremic-pic-block-link { width: 21%;float: left;display: block;margin: -21px 10px 10px 0;}
.no-marginL{margin-left:0!important;}
.ceremic-pic-block{width: 21%; float: left; display: block; margin: 0 10px 10px 0;}
.ceremic-pic-block p{font-size: 11px!important;}
.ceremic-pic-block em{font-size: 12px!important;}
.ceremic-pic-block:last-of-type{margin-right:0!important;}
.ceremic-pic-block img {display: block;width: 100%;height: auto;}
 .brands .inner .col33 ul:hover{color: #FFF;}
.brands .inner .colnew{padding:35px 2.5% 135px 2.5%;position:relative;width:47.33%;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.leftlink{position: relative; color: #575755;}
.leftlink:hover{color: #FFFFFF!important;}
.leftlink:before {content: '';position: absolute;width: 8px;height: 8px;display: block;top: 50%;left: -15px;margin-top: -4px;
    border-right: 1px solid #575755;
    border-bottom: 1px solid #575755;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}