h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight:normal;
  vertical-align:baseline;
  background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*width: 100%;
	height: 100%;*/
}
body {
	background: #fff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #231f20;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: block;
}
img {
	display:block;
	max-width:100%;
}
a {
	color:#231f20;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover, a:focus {
	color: #006db4;
	outline: none;
	text-decoration:none;
}
h1,
h2 {
	font-family: "escrow",serif;
	font-weight: 400;
	font-size: 70px;
	line-height: 76px;
	color: #006db4;
	margin-bottom: 30px;
}
h1 span {
	font-style: italic;
}
h3 {
	font-family: "proxima-nova",sans-serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 20px;
}
h4 {
	font-family: "proxima-nova",sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 20px;
}
h5 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	color: #006db4;
}
h6 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #006db4;
}
p {
	margin-bottom:20px;
}
p:last-child {
	margin-bottom:0;
}
.f-escrow-sb {
	font-family: "escrow",serif;
	font-weight: 600;
	color: #006db4;
}
.f-uppercase {
	text-transform: uppercase;
}

.intro {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
}
.intro-img {
	opacity:0;
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	width: 100%;
	/*height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
	/*-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;*/
	/*-webkit-transition:all .8s linear;
	-moz-transition:all .8s linear;
	-o-transition:all .8s linear;
	transition:all .8s linear;*/
}
.intro-img .image {	
	margin: 0 auto;
	max-height: 100vh;
	/*max-height: 100vh;*/
	-webkit-transition:all .8s linear;
	-moz-transition:all .8s linear;
	-o-transition:all .8s linear;
	transition:all .8s linear;
}
/*.intro-img.load-text {
	padding-top: 50px;
}*/
.intro-img .image.small {

	max-height: 70vh;
}
.intro-text {
	opacity:0;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	-ms-transform:translateY(10%) matrix(0.99254,0.12186,0,1,0,159.833);
    transform:translateY(10%) matrix(0.99254,0.12186,0,1,0,159.833);
    opacity:0;
    -webkit-transition:transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition:transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition:transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.intro-img .intro-text.show-text {
	opacity:1;
    -ms-transform:none !important;
    transform:none !important;
}

.intro-text h1 {
	margin-bottom: 10px;
}
.intro-text span {
	font-family: "azo-sans-web",sans-serif;
	font-weight: 400px;
	color: #0a5a46;
}

.content-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	max-width: 1600px;
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 16px -2px #959595;
	-moz-box-shadow: 0 2px 16px -2px #959595;
	box-shadow: 0 2px 16px -2px #959595;
}
.content-wrapper.with-img {
	padding-top: 420px;
	background-position: 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.camping-page.content-wrapper.with-img,
.video-page.content-wrapper.with-img {
	padding-top: 350px
}
.video-page.content-wrapper.with-img {
	background-color: #f8f9fb;
}
.container {
	max-width: 100%;
	padding-left: 150px;
	padding-right: 150px;
	margin: 0 auto;
}
.small-container {
	max-width: 1100px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
/* section padding */
.s-pt {
    padding-top: 150px;
}
.s-pb {
    padding-bottom: 150px;
}
.s-py {
    padding-top: 150px;
    padding-bottom: 150px;
}
.s-pt-half {
    padding-top: 75px;
}
.s-pb-half {
    padding-bottom: 75px;
}
.s-py-half {
    padding-top: 75px;
    padding-bottom: 75px;
}
/* section margin */
.s-mt {
    margin-top: 150px;
}
.s-mb {
    margin-bottom: 150px;
}
.s-my {
    margin-top: 150px;
    margin-bottom: 150px;
}
.s-mt-half {
    margin-top: 75px;
}
.s-mb-half {
    margin-bottom: 75px;
}
.s-my-half {
    margin-top: 75px;
    margin-bottom: 75px;
}
.mb-30 {
	margin-bottom: 30px;
}
.my-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-left: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.align-center {
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.align-start {
    align-items:start;
    -webkit-align-items:start;
    -ms-align-items:start;
}
.align-end {
	align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
}
.space-between {
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.row .col,
.row [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.row.no-gutters {
	margin-left: 0;
    margin-right: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class^="col-"] {
	padding-left: 0;
    padding-right: 0;
}
.col {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.col-auto{
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none;
}
.col-1 {
	width: 8.333333%;
}
.col-2 {
	width: 16.666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333333%;
}
.col-11 {
	width: 91.666667%;
}
.col-12 {
	width: 100%;
}

.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	left: 0;
}
.site-header .container {
	max-width: 1600px;
	padding: 0;
	position: relative;
	padding: 20px 30px;
}
.site-header.fixed .container {
	background-color: rgba(255,255,255,.8);
}
.menu {
	position: absolute;
	top: 20px;
	left: 30px;
	line-height: normal;
	color:#006db4;
}
.menu .menu-bg {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	background: #a7a9ac;
	width: 35px;
	height: 35px;
	position: relative;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.menu:hover .menu-bg,
.menu:focus .menu-bg {
	background: #c3c3c3;
}

.menu-line {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-line,
.menu-line::before,
.menu-line::after {
	width:25px;
	height: 2px;
	background-color: #fff;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	position: absolute;
	left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.menu .menu-line {
	left: 5px;
}
.menu-line::before, .menu-line::after {
	content: "";
	display: block;
}
.menu-line::before {
	top: -7px;
	transition: top 0.1s 0.34s ease-in,
	opacity 0.1s ease-in;
}
.menu-line::after {
	bottom: -7px;
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu.active .menu-line {
	-webkit-transform: rotate(225deg);
  transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu.active .menu-line::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.menu.active .menu-line::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-header nav {
	position: absolute;
	display: none;
	top: 55px;
	left: 30px;
	background: #a7a9ac;
	padding: 0 10px;
	text-align: center;
}
.site-header nav a {
	display: block;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.site-header nav a:hover {
	color: #006db4;
}
.site-header p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
	color: #006db4;
	text-align: center;
}
.site-header p span:before {
	content: "/";
}

.page-nav {
	width: 100%;
	padding: 50px 30px;
}
.page-nav.pull-up {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 0;
}
.page-nav nav {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.page-nav nav a {
	text-transform: uppercase;
	position: relative;
	color: #006db4;
}
.page-nav nav a.disable {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}
.page-nav nav a.next:after,
.page-nav nav a.back:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.page-nav nav a.next:after {
	margin-left: 10px;
	background:#a7a9ac url(../images/arrow-right.svg) center center no-repeat;
}
.page-nav nav a.next:hover:after {
	background:#006db4 url(../images/arrow-right.svg) center center no-repeat;
}
.page-nav nav a.back:before {
	margin-right: 10px;
	background:#a7a9ac url(../images/arrow-left.svg) center center no-repeat;
}
.page-nav nav a.back:hover:before {
	background:#006db4 url(../images/arrow-left.svg) center center no-repeat;
}

.counter {
	display: inline-block;
}
.highlight-numbers li .numbers {
	display: block;
	margin-top: 20px;
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	font-size: 70px;
	color: #006db4;
	line-height: normal;
}
.highlight-numbers li .money-sign {
	font-size: 40px;
	vertical-align: top;
}
.highlight-numbers li p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #231f20;
	text-transform: uppercase;
}

.financial-chart .canvas {
	height: 360px;
}
.financial-chart .chart-title {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	min-height: 70px;
}
.financial-chart .chart-title h6 {
	color: #006db4;
	text-transform: uppercase;
}

.cubism-section .top-logo,
.fast-food-section .top-logo,
.nasa-section .top-logo,
.camping-section .top-logo,
.cooking-section .top-logo,
.video-section .top-logo {
	max-width: 325px;
	margin-bottom: 30px;
}
.cubism-section .left-to-right h6,
.fast-food-section .left-to-right h6,
.nasa-section .left-to-right h6,
.camping-section .left-to-right h6,
.cooking-section .left-to-right h6,
.video-section .left-to-right h6 {
	font-family: "escrow",serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.cubism-section .left-to-right p,
.fast-food-section .left-to-right p,
.nasa-section .left-to-right p,
.camping-section .left-to-right p,
.cooking-section .left-to-right p,
.video-section .left-to-right p {
	font-family: "escrow";
	font-style: italic;
	font-weight: 600;
}
.cubism-section blockquote p,
.fast-food-section blockquote p,
.nasa-section blockquote p,
.camping-section blockquote p,
.cooking-section blockquote p,
.video-section blockquote p {
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	color: #46a394;
	margin-bottom: 0;
}
.cubism-section blockquote footer p,
.fast-food-section blockquote footer p,
.nasa-section blockquote footer p,
.camping-section blockquote footer p,
.cooking-section blockquote footer p,
.video-section blockquote footer p {
	font-family: "azo-sans-web",sans-serif;
	font-style: italic;
	font-weight: 400;
}
.cubism-section .right-block .pull-up {
	margin-top: -100px;
}
.cubism-section .right-block img,
.fast-food-section .right-block img,
.nasa-section .right-block img,
.camping-section .right-block img,
.cooking-section .right-block img {
	width: calc(100% + 100px);
	max-width: inherit;
	-ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.fast-food-section .right-block .pull-quote [class^="col-"]:nth-child(odd) blockquote p {
	color: #73974b;
}
.fast-food-section .right-block .pull-quote [class^="col-"]:nth-child(even) blockquote p {
	color: #125a46;
}
.cooking-section .right-block .pull-quote [class^="col-"]:nth-child(odd) blockquote p {
	color: #1a4e79;
}
.cooking-section .right-block .pull-quote [class^="col-"]:nth-child(even) blockquote p {
	color: #dd5840;
}
.fast-food-section .pull-quote {
	margin-top: -200px;
}
.nasa-section blockquote p,
.camping-section blockquote p {
	color: #006eb6;
}
.nasa-section .pull-quote {
	margin-top: -100px;
}
.camping-section .pull-quote {
	margin-top: -150px;
}
.cooking-section .right-block .pull-quote [class^="col-"]:first-child {
	margin-top: -300px;
}
.cooking-section .right-block .pull-quote [class^="col-"]:last-child {
	margin-top: -180px;
	position: relative;
	right: -30px;
}
.video-section .pull-quote {
	margin-top: -150px;
}
.video-section {
	min-height: 1080px;
	background-color: #f8f9fb;
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.video-section blockquote p {
	color: #125a46;
}

.note {
	font-size: 14px;
	line-height: normal;
	margin: 10px 0;
}
.toggle-btn {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: "proxima-nova",sans-serif;
	font-weight: 700;
    text-transform: uppercase;
    color: #006db4;
    line-height: normal;
}
.toggle-btn .plus {
	display: inline-block;
	background: #a7a9ac;
	width: 35px;
	height: 35px;
	position: relative;
	margin-right: 10px;
}
.toggle-btn .plus:after,
.toggle-btn .plus:before {
	content:"";
	background:#fff;
	position:absolute;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.toggle-btn .plus:after {
	top:17px;
	right:4px;
	width:26px;
	height:2px;
}
.toggle-btn .plus:before {
	top:5px;
	right:16px;
	width:2px;
	height:26px;
}
.toggle-btn.active .plus:before {
	height: 0;
	opacity: 0;
}
.toggle-btn .toggle-active-text {
	display: none;
}
.toggle-btn.active .toggle-active-text {display: inline-block;}
.toggle-btn.active .toggle-text {
	display: none;
}
.toggle-content {
	display: none;
}

/** table css **/
.responsive-table {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}
.stacktable.small-only {
	display: table;
}
.stacktable.large-only {
	display: none;
}
.annual-percentage .footer-note {
	padding-left: 10px;
	font-size: 14px;
	line-height: normal;
}
table {
    width: 100%;
    /*border: solid 1px transparent;*/
}
table, td, th {
	border-collapse: collapse;
}
table tr th, table tr td {
    padding: 10px;
}
.annual-percentage table {
	table-layout: fixed;
}
@media screen and (min-width: 1024px) {
	.annual-percentage table.large-only tr th:nth-child(1) {
		width: 45px;
	}
	.annual-percentage table.large-only tr th:nth-child(2) {
		width: 380px;
	}
	.annual-percentage table.large-only tr th:nth-child(3) {
		width: 190px;
	}
	.annual-percentage table.large-only tr th:nth-child(4) {
		width: 100px;
	}
	.annual-percentage table.gain-table tr td:nth-child(1) {
		width: 232px;
	}
	.annual-percentage table.gain-table tr td:nth-child(2) {
		width: 199px;
	}
	.annual-percentage table.gain-table tr td:nth-child(3) {
		width: 192px;
	}
	.annual-percentage table.gain-table tr td:nth-child(4) {
		width: 101px;
	}
}
.annual-percentage table tbody tr:nth-of-type(odd) {
	background: #e5f3ea;
}
.annual-percentage table tr th,
.annual-percentage table tr td {
	font-size: 14px;
	line-height: normal;
	text-align: right;
    padding: 2px 10px;
}
.annual-percentage table tr th:first-child,
.annual-percentage table tr td:first-child {
	text-align: left;
	max-width: 45px;
}
.annual-percentage table tbody tr:nth-child(1),
.annual-percentage table tbody tr:nth-child(2) {
	border-bottom: 1px solid #939597;
	background :#fff;
}

.annual-percentage .footer-table tbody tr:nth-of-type(odd) {
	background: #fff;
}
.annual-percentage .footer-table tbody tr:nth-child(1),
.annual-percentage .footer-table tbody tr:nth-child(2) {
	border-bottom: 0;
}
.annual-percentage h5 {
	text-transform: uppercase;
}
.annual-percentage .total {
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	line-height: normal;
	font-size: 1.3em;
	color: #006db4;
}
.annual-percentage table.gain-table tbody tr:nth-child(1), .annual-percentage table.gain-table tbody tr:nth-child(2) {
	border-bottom: 0px;
}

.shareholder-row {
	margin-top: -100px;
	margin-bottom: 50px;
}
.shareholder-row .content-block h5 {
	text-transform: uppercase;
	padding-right: 50px;
	margin-bottom: 50px;
	font-size: 18px;
    line-height: 1.4;
}
.shareholder-row .content-block p {
	text-align: left;
}
.shareholder-row .content-block p span {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 20px;
}
.cercle-img {
	display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.cercle-img:after {
	content:"";
	position:absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	border: 1px dashed #006db4;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.cercle-img img {
	display: block;
	border: 5px solid #15b26f;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.letter-section blockquote p {
	font-family: "escrow",serif;
	font-style:italic;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
}
.letter-section blockquote footer p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	font-style: inherit;
}
.letter-section .pull-left,
.letter-section .pull-right {
	position: relative;
	height: 0;
}
.letter-section .pull-left .inner {
	position: absolute;
	left: 0;
	max-width: 200px;
	-ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
}
.letter-section .pull-right .inner {
	position: absolute;
	right: 0;
	max-width: 200px;
	-ms-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
}

.letter-section .counter-list li {
	border-bottom: 2px solid #15b26f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.letter-section .counter-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.letter-section .counter-list li .numbers {
	display: block;
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	font-size: 70px;
	color: #006db4;
	line-height: normal;
}
.letter-section .counter-list li p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #231f20;
	text-transform: uppercase;
}
.signature-row {
	padding-top: 30px;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.financial-data-table table tbody tr.no-border {
	border-bottom: 0;
}
.financial-data-table table tbody tr {
	border-bottom: 1px solid #b2a999;
}
.financial-data-table .table-title {
	margin: 30px 0 0 0;
}
.financial-data-table table tr th,
.financial-data-table table tr td {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	text-align: right;
    padding: 10px;
}
.financial-data-table table tr th:last-child {
	background: #17b471;
	color: #fff;
}
.financial-data-table table tr td:last-child {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	color: #006db4;
}
.financial-data-table table tr td {
	vertical-align: middle;
}
.financial-data-table table tr th:first-child,
.financial-data-table table tr td:first-child {
	text-align: left;
	padding-left: 0;
}
.financial-data-table table tr th {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	color: #006db4;
}
.performance-chart {
	max-width: 912px;
	position: relative;
}
.performance-chart .number-row {
	position: absolute;
	width: 100%;
	right: 15px;
	width: 100%;
	padding-right: 0;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.performance-chart .number-row:nth-child(1) {
	top: 1.4%;
}
.performance-chart .number-row:nth-child(2) {
	bottom: 12.8%;
}
.performance-chart .number-row .col-auto {
    padding-left: 0;
}
.performance-chart .number-row .numbers {
	display: block;
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: normal;
	color: #006db4;
}
.draw-line {
	max-width: 0;
	position: relative;
	height: 2px;
	opacity: 0;
	padding: 0 !important;
	border-bottom: 1px dashed #125a46;
	-webkit-transition:all 0.9s ease-in;
	-moz-transition:all 0.9s ease-in;
	-o-transition:all 0.9s ease-in;
	transition:all 0.9s ease-in;
}
.draw-line:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: -8px;
	right: 0;
	width: 10px;
	height: 19px;
	background: #fff url(../images/line-arrow-right.svg) center center no-repeat;
	background-size: 100% auto;
}
.draw-line.arrow-left:after {
	top: -8px;
	right: inherit;
	left: 0;
	background: #fff url(../images/line-arrow-left.svg) center center no-repeat;
	background-size: 100% auto;
}
.draw-line.go {
	opacity: 1;
	max-width: 100%;
}
.results-row .content-block p {
	padding-right: 25%;
}
.results-row h5 {
	text-transform: uppercase;
}
.results-row .counter-block h5 {
	color: #0fbb74;
	margin-bottom: 10px;
}
.results-row .counter-list li {
	margin-bottom: 20px;
}
.results-row .counter-list li:last-child {
	margin-bottom: 0;
}
.results-row .counter-list li .numbers {
	display: block;
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	font-size: 70px;
	color: #006db4;
	line-height: 70px;
}
.results-row .counter-list li p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #231f20;
	text-transform: uppercase;
}
.results-row .counter-list li .money-sign {
	font-size: 40px;
	line-height: normal;
}

.our-company aside h1 {
	background: #01b671;
	padding: 10px 20px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: normal;
	color: #fff;
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: bottom;
}
.our-company aside .inner {
	padding: 30px 30px 0 30px;
	border-top: 1px dashed #125a46;
	border-left: 1px dashed #125a46;
}
.our-company aside p {
	margin-bottom: 30px;
}
.our-company aside p:last-child {
	margin-bottom: 0;
}
.our-company aside h2 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
	color: #006db4;
	line-height: normal;
	text-transform: uppercase;
}
.our-company .left-block {
	padding-right: 50px;
}
.our-company .left-block h4 {
	font-size: 30px;
	line-height: 36px;
}

.piechart-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.piechart-list.full-width li {
	width: 100%;
}
.piechart-list li {
	position: relative;
	width: 50%;
	padding: 0 20px 0 25px;
	line-height: normal;
}
.piechart-list > [class^="color-shade"]:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
}
.piechart-list > .color-shade-1:after { background: #01b571; }
.piechart-list > .color-shade-2:after { background: #3bafc0; }
.piechart-list > .color-shade-3:after { background: #0c5a45; }
.piechart-list > .color-shade-4:after { background: #006db3; }
.piechart-list > .color-shade-5:after { background: #5fdf69; }
.piechart-list > .color-shade-6:after { background: #3f8980; }
.piechart-list > .color-shade-8:after { background: #aeeeb3; }
.piechart-list > .color-shade-7:after { background: #aeeeb3; }

.piechart-row h4 {
	margin-bottom: 10px;
}
.piechart-row .draw-line {
	margin-bottom: 30px;
}
.piechart-row .content-block .numbers {
	display: none !important;
	opacity: 1 !important;
}
.piechart-row .numbers {
	display: block;
	margin-top: 10px;
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #006db4;
	line-height: normal;
}
.piechart-row .reinsurance-number .numbers {
	margin-top: 45px;
}
.bar-row {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 20px;
}
.bar-row:last-child {
	margin-bottom: 0;
}
.bar-row .bar-line {
	min-height: 40px;
	-webkit-transition:all 0.9s ease-in;
	-moz-transition:all 0.9s ease-in;
	-o-transition:all 0.9s ease-in;
	transition:all 0.9s ease-in;
}
.bar-row .bar-text {
	padding-left: 10px;
}
.bar-row .bar-text .numbers {
	font-family: "azo-sans-web",sans-serif;
	margin: 0;
}
.bar1 .bar-line {
	background-color: #17b371;
}
.bar2 .bar-line {
	background-color: #0c5a45;
}
.insurance-bar .bar1 .bar-line,
.insurance-bar .bar2 .bar-line,
.reinsurance-bar .bar1 .bar-line,
.reinsurance-bar .bar2 .bar-line {
	max-width: 0;
}
.insurance-bar .bar1 .bar-line.go {
	max-width: 70%;
}
.insurance-bar .bar2 .bar-line.go {
	max-width: 40%;
}
.reinsurance-bar .bar1 .bar-line.go {
	max-width: 45%;
}
.reinsurance-bar .bar2 .bar-line.go {
	max-width: 30%;
}

.investments-table .stacktable.small-only {
	display: none;
}
.investments-table .stacktable.large-only {
	display: table;
}
.investments-table table tbody tr {
	border-bottom: 1px solid #939597;
}
.investments-table table tr td {
	text-align: right;
    padding: 10px;
}
.investments-table table tr td {
	vertical-align: middle;
}
.investments-table table tr td:last-child {
	border-left: 1px solid #939597;
}
.investments-table table tr td:first-child {
	text-align: left;
	padding-left: 0;
}


.corporate-info blockquote p {
	font-family: "escrow",serif;
	font-style:italic;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
}
.corporate-info blockquote footer p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	font-style: inherit;
}

.download-block .inner {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.download-block .inner a {
	margin-top: 25px;
}

@media screen and (min-width: 1441px) {
	.download-block .inner {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    align-items: flex-end;
	    -webkit-align-items: flex-end;
	    -ms-align-items: flex-end;
	    -webkit-flex-direction: row;
	    -moz-flex-direction: row;
	    -ms-flex-direction: row;
	    -o-flex-direction: row;
	    flex-direction: row;
	}

	.download-block .inner a {
		margin-top: 0;
	}
}
.download-block h6 {
	width: 100%;
	margin-bottom: 20px;
}
.download-block img {
	border: 3px solid #000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-right: 20px;
}
.download-btn {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    font-family: "proxima-nova",sans-serif;
	font-weight: 300;
    text-transform: uppercase;
    color: #050505;
    line-height: normal;
}
.download-btn .plus {
	display: inline-block;
	background: #a7a9ac;
	width: 35px;
	height: 35px;
	position: relative;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.download-btn:hover .plus {
	background: #006db4;
}
.download-btn .plus:after,
.download-btn .plus:before {
	content:"";
	background:#fff;
	position:absolute;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.download-btn .plus:after {
	top:17px;
	right:4px;
	width:26px;
	height:2px;
}
.download-btn .plus:before {
	top:5px;
	right:16px;
	width:2px;
	height:26px;
}

.operating-units .unit-list {
	border-bottom: 1px solid #23b471;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.operating-units .unit-list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.unit-list h2 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #01b671;
	line-height: normal;
	margin-bottom: 5px;
}
.unit-list .title {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	color: #006db4;
	text-transform: uppercase;
}
.unit-list .division {
	font-weight: 500;
	color: #0c5a46;
	text-transform: uppercase;
}
.unit-list p {
	margin-bottom: 15px;
}
.unit-list p:last-child {
	margin-bottom: 0;
}
.unit-list .location {
	margin-bottom: 20px;
}
.unit-list .location:last-child {
	margin-bottom: 0;
}
.unit-list .location ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.unit-list .location ul li {
	width: 50%;
	padding: 0 5px;
}
.unit-list .person .position {
	font-style: italic;
}

/* responsive */
@media screen and (max-width:1600px) {
	.letter-section .small-container {
		max-width: calc(100% - 400px);
		padding: 0;
	}
	.shareholder-row {
		margin-top: 0;
	}
	.shareholder-row .content-block h5 {
		padding-right: 0;
	}
}
@media screen and (max-width:1440px) {
	h1,
	h2 {
		font-size: 60px;
		line-height: 66px;
	}
	.shareholder-row.small-container {
		max-width: 100%;
	}
	.container,
	.small-container {
		padding-left: 120px;
		padding-right: 120px;
	}
	.container .small-container {
		padding-left: 70px;
		padding-right: 70px;
	}
	.highlight-numbers li .numbers {
		font-size: 56px;
	}
	.financial-chart .chart-title {
		min-height: 90px;
	}
}
@media screen and (max-width:1200px) {
	h1,
	h2 {
		font-size: 50px;
		line-height: 56px;
	}
	.s-mt {
	    margin-top: 100px;
	}
	.s-mb {
	    margin-bottom: 100px;
	}
	.s-my {
	    margin-top: 100px;
	    margin-bottom: 100px;
	}
	.s-mt-half {
	    margin-top: 50px;
	}
	.s-mb-half {
	    margin-bottom: 50px;
	}
	.s-my-half {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.container .small-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	/*.container .small-container {
		padding-left: 0;
		padding-right: 0;
	}*/
	.financial-highlights .sub-text {
		width: 100%;
	}
	/*.highlight-numbers li p br {
		display: none;
	}*/
	.letter-section .counter-list li .numbers,
	.results-row .counter-list li .numbers,
	.highlight-numbers li .numbers {
		font-size: 50px;
		line-height: 50px;
	}
	.results-row .counter-list li .money-sign {
		font-size: 30px;
	}
	.our-company .left-block h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.breakdown-chart-row .chart-block {
		width: 33.333333%;
	}
	.corporate-info .col-3.block-quote {
		width: 41.666667%;
	}
	.piechart-row .chart-block {
		width: 50%;
		margin-bottom: 30px;
	}
	.piechart-row .content-block {
		width: 66.666667%;
	}
	.piechart-row .number-block {
		width: 33.333333%;
	}
	.results-row .content-block p {
		padding-right: 10%;
	}
}
@media screen and (min-width: 1024px) {
	.stacktable.large-only {
		display: table;
	}
	.stacktable.small-only {
		display: none;
	}
	.annual-percentage table tr th,
	.annual-percentage table tr td,
	.annual-percentage .footer-note {
		font-size: 10.5px;
		padding: 2px 5px;
	}
}
@media screen and (max-width:1023px) {
	.container .small-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-header p {
		padding: 0 0 0 80px;
	}
	.highlight-numbers li.col-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.highlight-numbers li .numbers {
		margin-top: 10px;
	}
	.financial-chart .col-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.financial-chart .chart-title {
		min-height: inherit;
	}
	.letter-section .small-container {
		max-width: 100%;
	}
	.letter-section .pull-left,
	.letter-section .pull-right {
		position: relative;
		height: auto;
		margin: 40px 0;
	}
	.letter-section .pull-right .inner,
	.letter-section .pull-left .inner {
		position: relative;
		left: 0;
		max-width: 100%;
		-ms-transform: translateX(0);
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	}
	.financial-data-table table tr th:last-child {
		background: transparent;
		color: #231f20;
	}
	.financial-data-table table tr th br,
	.financial-data-table .table-title br {
		display: none;
	}
	.financial-data-table table tr th:first-child,
	.financial-data-table table tr th {
		text-align: center;
	}
	.performance-chart {
		max-width: 650px;
	}
	.performance-chart .number-row:nth-child(1) {
		top: 1.8%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 13.4%;
	}
	.performance-chart .number-row .numbers {
		font-size: 30px;
	}
	.our-company .left-block {
		width: 100%;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.our-company .right-block {
		width: 100%;
	}
	.piechart-row .numbers {
		font-size: 30px;
		margin-top: 25px;
	}
	.piechart-row .reinsurance-number .numbers {
		margin-top: 60px;
	}
	.breakdown-chart-row .chart-block {
		width: 50%;
		margin-bottom: 30px;
	}
	.breakdown-chart-row .content-block {
		width: 100%;
	}
	.shareholder-row {
		margin-top: 0;
		margin-bottom: 0;
	}
	.shareholder-row .align-end {
		align-items:start;
    	-webkit-align-items:start;
    	-ms-align-items:start;
	}
	.shareholder-row .col-6 {
		width: 100%;
		margin-bottom: 30px;
	}
	.shareholder-row .col-6:last-child {
		margin-bottom: 0;
	}
	.shareholder-row .cercle-img {
		max-width: 280px;
		margin: 0 auto;
		display: block;
	}
	.shareholder-row .content-block h5 {
		margin-bottom: 20px;
	}
	.shareholder-row .content-block p {
		text-align: left;
	}
	.letter-section .counter-list li {
		display: inline-block;
		vertical-align: top;
		padding: 0 20px 0 0;
		margin: 0 20px 0 0;
		border-bottom: 0;
		border-right: 2px solid #15b26f;
	}
	.letter-section .counter-list li:last-child {
		border-right:0;
		padding: 0;
		margin: 0;
	}
	.corporate-info .col-3.block-quote {
		width: 50%;
	}
	.download-list .download-block {
		/*width: 100%;*/
		margin-bottom: 30px;
	}
	.download-list .download-block:last-child {
		margin-bottom: 30px;
	}
	.download-block img {
		max-width: 250px;
	}
	.unit-list .col-6,
	.unit-list .col-5 {
		width: 100%;
		margin-bottom: 20px;
	}
	.unit-list .col-6:last-child,
	.unit-list .col-5:last-child {
		margin-bottom: 0;
	}
	.operating-units .unit-list {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	h1,
	h2 {
		font-size: 40px;
		line-height: 46px;
	}
	h3 {
		font-size: 28px;
		line-height: 34px;
	}
	h4 {
		font-size: 24px;
		line-height: 30px;
	}
	h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.download-list .download-block {
		width: 100%;
		margin-bottom: 60px;
	}
	.s-mt {
	    margin-top: 50px;
	}
	.s-mb {
	    margin-bottom: 50px;
	}
	.s-my {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	.s-mt-half {
	    margin-top: 30px;
	}
	.s-mb-half {
	    margin-bottom: 30px;
	}
	.s-my-half {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.my-50 {
		margin-top: 30px;
	    margin-bottom: 30px;
	}
	.content-wrapper {
		padding-top: 100px;
	}
	.container,
	.small-container {
		padding-left: 100px;
		padding-right: 100px;
	}
	.intro-img .image.small {
		max-height: 45vh;
		margin-top: -10vh;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
	}
	.intro-img .intro-text {
		margin-top: 0;
	}

	/*
	.intro-img .intro-text.show-text {
		margin-top: -80px;
	}*/
	.site-header .container {
		padding: 20px;
	}
	.menu {
		left: 20px;
	}
	.site-header nav {
		left: 20px;
	}
	.site-header p {
		font-size: 20px;
	}
	.page-nav {
		padding: 50px 20px;
	}
	.performance-chart {
		max-width: 530px;
	}
	.performance-chart .number-row:nth-child(1) {
		top: 0.4%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 12.1%;
	}
	.results-row .col-8 {
		width: 100%;
		margin-bottom: 30px;
	}
	.results-row .col-4 {
		width: 100%;
	}
	.results-row .col-8 .col-auto {
		max-width: 100%;
	}
	.results-row .content-block p {
		padding-right: 0;
	}
	.results-row .draw-line {
		display: none;
	}
	.results-row .counter-list {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.results-row .counter-list li {
		padding: 0 10px;
		margin: 0;
		-webkit-box-flex:0;
	    -ms-flex:0 0 auto;
	    flex:0 0 auto;
	    width:auto;
	    max-width:50%;
	}
	.piechart-row .content-block {
		width: 100%;
	}
	.piechart-row .content-block .numbers {
		display: block !important;
		margin: 0 0 20px 0;
		opacity: 1 !important;
	}
	.piechart-row .draw-line {
		display: none;
	}
	.piechart-row .number-block {
		display: none;
	}
	.investments-table .stacktable.small-only {
		display: table;
	}
	.investments-table .stacktable.large-only {
		display: none;
	}
	.corporate-info .col-6 {
		width: 100%;
	}
	.corporate-info .col-3.block-quote {
		margin-top: 30px;
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.container, .small-container {
	    padding: 0 40px;
	}
}
@media screen and (max-width:599px) {
	.site-header p {
		font-size: 16px;
		text-align: right;
	}
	.site-header p span {
		display: block;
	}
	.site-header p span:before {
		display: none;
	}
	/*.highlight-numbers li.col-3 {
		width: 100%;
		margin-bottom: 30px;
	}*/
	.financial-chart .col-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.signature-row {
		padding: 0;
	}
	.signature-row .col-auto {
		-ms-flex-preferred-size:0;
	    flex-basis:0;
	    -webkit-box-flex:1;
	    -ms-flex-positive:1;
	    flex-grow:1;
	    max-width:100%;
	}
	.performance-chart .number-row .numbers {
		font-size: 24px;
	}
	.piechart-row .chart-block {
		width: 83.333333%;
	}
	.piechart-row .content-block .piechart-list li {
		width: 100%;
	}
	.breakdown-chart-row .chart-block {
		width: 83.333333%;
	}
	.letter-section blockquote p {
		font-size: 20px;
		line-height: 22px;
	}
	.letter-section .counter-list li .numbers,
	.results-row .counter-list li .numbers,
	.highlight-numbers li .numbers {
		font-size: 40px;
		line-height: 40px;
	}	
	.results-row .counter-list li .money-sign {
		font-size: 24px;
	}
	.highlight-numbers.align-end {
		align-items:start;
	    -webkit-align-items:start;
	    -ms-align-items:start;
	}
	.highlight-numbers li p {
		font-size: 14px;
		line-height: 20px;
	}
	.highlight-numbers.row {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.highlight-numbers.row > [class^="col-"] {
		padding: 0 10px;
	}
	.corporate-info blockquote p {
		font-size: 20px;
		line-height: 26px;
	}
	.download-block img {
		border-width: 2px;
	}
	.unit-list .location ul li{
		width: 100%;
	}
}
@media screen and (max-width:520px) {
	.letter-section .counter-list li {
		border-right: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:411px) {
	h1,
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
	h3 {
		font-size: 24px;
		line-height: 30px;
	}
	h4 {
		font-size: 20px;
		line-height: 26px;
	}
	h5 {
		font-size: 18px;
		line-height: 24px;
	}
	h5 {
		font-size: 16px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.small-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.our-company aside h1 {
		font-size: 18px;
		margin-left: 20px;
	}
	.our-company aside .inner {
		padding: 20px 20px 0 20px;
	}
	.our-company .left-block h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.letter-section .counter-list li p {
		font-size: 14px;
	}
	.letter-section .counter-list li .numbers,
	.results-row .counter-list li .numbers,
	.highlight-numbers li .numbers {
		font-size: 30px;
		line-height: 30px;
	}
}

.intro-copy p {
    font-family: "proxima-nova",sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
}

.breakdown-chart-row canvas {
	font-family: "azo-sans-web",sans-serif;
}

.financial-highlights .container h2 {
	padding-top: 15px;
}
.financial-data .container h2 {
    padding-top: 15px;
}
@media screen and (min-width:768px) and (max-width: 1023px) {
	.results-row h5 {
		font-size: 1.1em;
	}
}
@media screen and (min-width:1050px) {
	.performance-chart .number-row:nth-child(1) {
		top: 1.5%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 13%;
	}
}
@media screen and (min-width:1100px) {
	.performance-chart .number-row:nth-child(1) {
		top: 1.7%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 13.2%;
	}
	.annual-percentage table tr th,
	.annual-percentage table tr td,
	.annual-percentage .footer-note {
		font-size: 12px;
	}
	.annual-percentage table.large-only tr th:nth-child(1) {
		width: 45px;
	}
	.annual-percentage table.large-only tr th:nth-child(2) {
		width: 430px;
	}
	.annual-percentage table.large-only tr th:nth-child(3) {
		width: 220px;
	}
	.annual-percentage table.large-only tr th:nth-child(4) {
		width: 100px;
	}
	.annual-percentage table.gain-table tr td:nth-child(1) {
		width: 250px;
	}
	.annual-percentage table.gain-table tr td:nth-child(2) {
		width: 229px;
	}
	.annual-percentage table.gain-table tr td:nth-child(3) {
		width: 221px;
	}
	.annual-percentage table.gain-table tr td:nth-child(4) {
		width: 100px;
	}
}
@media screen and (min-width:1150px) {
	.performance-chart .number-row:nth-child(1) {
		top: 2.0%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 13.5%;
	}
}
@media screen and (min-width:1200px) {
	.performance-chart .number-row:nth-child(1) {
		top: 2.1%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 13.6%;
	}
	.annual-percentage table tr th,
	.annual-percentage table tr td,
	.annual-percentage .footer-note {
		font-size: 13px;
	}
	.annual-percentage table.large-only tr th:nth-child(1) {
		width: 45px;
	}
	.annual-percentage table.large-only tr th:nth-child(2) {
		width: 480px;
	}
	.annual-percentage table.large-only tr th:nth-child(3) {
		width: 250px;
	}
	.annual-percentage table.large-only tr th:nth-child(4) {
		width: 125px;
	}
	.annual-percentage table.gain-table tr td:nth-child(1) {
		width: 250px;
	}
	.annual-percentage table.gain-table tr td:nth-child(2) {
		width: 275px;
	}
	.annual-percentage table.gain-table tr td:nth-child(3) {
		width: 250px;
	}
	.annual-percentage table.gain-table tr td:nth-child(4) {
		width: 125px;
	}
}
@media screen and (min-width:1300px) {
	.performance-chart .number-row:nth-child(1) {
		top: 2.2%;
	}
	.performance-chart .number-row:nth-child(2) {
		bottom: 13.7%;
	}
	.annual-percentage table tr th,
	.annual-percentage table tr td,
	.annual-percentage .footer-note {
		font-size: 14px;
		padding: 2px 10px;
	}
	.annual-percentage table.large-only tr th:nth-child(1) {
		width: 45px;
	}
	.annual-percentage table.large-only tr th:nth-child(2) {
		width: 500px;
	}
	.annual-percentage table.large-only tr th:nth-child(3) {
		width: 250px;
	}
	.annual-percentage table.large-only tr th:nth-child(4) {
		width: 125px;
	}
	.annual-percentage table.gain-table tr td:nth-child(1) {
		width: 250px;
	}
	.annual-percentage table.gain-table tr td:nth-child(2) {
		width: 295px;
	}
	.annual-percentage table.gain-table tr td:nth-child(3) {
		width: 250px;
	}
	.annual-percentage table.gain-table tr td:nth-child(4) {
		width: 125px;
	}
}

.cover-art {
	margin-top: 40px;

}

.cover-art > p:first-child {
	margin-bottom: 5px;
}

.cover-art p,
.social-signoff p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
}

.social-signoff {
	margin-top: 40px;
}

.social-signoff img {
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 5px;
}