/* =============================================================================
General layout
========================================================================== */
html, body {
	font-size: 20px;
	line-height: 1.5em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
	color: #4d4f53;
	overflow-x: hidden; 
	min-width: 320px;
}

body {
	background-color: #fff;
	background-attachment: fixed;
	min-width: 320px;
	overflow-y: hidden;
}
.align, .banner .richtext {
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
header .align, .banner .align {
	max-width: 1500px;
	padding-left: 50px;
	padding-right: 50px;
}

.financial_highlights .banner {
	background-position: 40% 0 !important;
}

body.lteie8{
	overflow: auto;
}
li{
	line-height: normal;
}
.lteie8 .align, html.lteie8, .lteie8 body {
	overflow: visible;
}
.home .banner .align {
	padding-right: 25px;
	max-width: 1600px;
}
.lteie8 .align {
	width: 950px !important;
	overflow: hidden;
}
.wrapper {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.main {
	background: #fff;
	padding-top: 100px;
}
.no-js .main {
	padding-top: 0;
}
#support .align {
	text-align: center;
	min-height: initial;
	position: relative;
	background: none;
}
.callout {
	width: 29.333333%;
	margin: 0 0 0 4%;
	float: right;
}
.lteie8 .gutters {
	margin-left: 45px;
	margin-right: 45px;
}
.gutters .colgroup .headline {
	margin-left: 3.6%;
}
.gutters.gutter-left {
	margin-right: 0;
}
.gutters.gutter-right {
	margin-left: 0;
}
.lteie8 .image-callout p {
	max-width: 80%;
	font-size: 1.7em;
}
.lteie8 .with_caption img {
	width: 100%;
}


.headline + hr {
	margin-top:10px;
	margin-bottom: 20px;

}

h2 + hr {
	margin-top:5px;

}
img {
	/* margin-top: 7px; */
}

a sup {
	text-decoration: none;
	font-size: 12px;
}
/* =============================================================================
Columns
========================================================================== */
.col, .col-right {
	padding-left: 25px;
	padding-right: 25px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-12 {
	clear: both;
	padding: 0;
	list-style: none;
	margin: 0px -25px;
	margin-bottom: 15px;
}
.home .col-1, .home .col-2, .home .col-3, .home .col-4, .home .col-5, .home .col-6, .home .col-12 {
	margin-bottom: 0;
}
.figure .col-4 > span {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.figure .center-height {
	margin: 0;
	/* margin-bottom: -20px; */
}

.figure-valign .col {
	vertical-align: middle;
	display: inline-block;
	float: none;
	margin-left: -5px;
}

.charts .col-4 > .richtext {
	width: 25%;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;

}

.charts .col-3 > .richtext {
	width: 33.333333%;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
}


.charts .col-2 > .richtext {
	width: 50%;
	float: left;
	padding: 0 25px;
	box-sizing: border-box;
	text-align: center;
}
span.chart-sub {
	font-size: 18px;
	font-weight: normal;
}


/* =============================================================================
Typography
========================================================================== */
h1, h2, h3, h4, h5, h5 {
	line-height: 0.95;
	color: #000;
}
p {
	line-height: 1.5;
}
.banner h1 {
	color: #fff;
	font-size: 95px;
	margin-bottom: 0;
	word-wrap: normal;
	display: inline-block;
	line-height: 1;
}

.home .banner h1 {
	margin-bottom: .35em;
	font-size: 82px;
}
.internal h2 {
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 30px;
	box-sizing: border-box;
	display: inline-block;
}

.figure h2 {
	margin-bottom: 15px;
	margin-top: 0;
}

.internal h4 {
	margin-bottom: .5em;
	line-height: 1.15em;
}
i {
	color: #3A738D;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	transition: color 250ms ease;
}
.nb-hyphen {
	white-space: nowrap;
}
h1 + .subhead {
	color: #fff;
	font-size: 32px;
	display: inline-block;
}
h1 + .subhead:before {
	content: "";
	display: block;
	/*border-top: 1px dotted #f0ab00;*/
	background: url('../images/dot_pattern.png') repeat-x;
	background-clip: content-box;
	height: 3px;

	margin-bottom: 10px;
}

.subhead {
	display: none;
	overflow: hidden;
}

.no-js .subhead {
	display: block;
}

.subhead.animated {
    margin-top: 0px;
    color: #fff;

}

h1 + .subhead:before {
	max-width: 0;

	-webkit-translate3d(0,0,0);
	-moz-translate3d(0,0,0);
	translate3d(0,0,0);

	-webkit-transition: all 1500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition: all 1500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition: all 1500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 1500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.subhead {
	overflow: hidden;
}

.subhead .subhead-text {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
	display: block;
	opacity: 0;

	-webkit-transition: transform 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000),  opacity 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition: transform 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000),  opacity 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition: transform 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000),  opacity 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: transform 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000),  opacity 1500ms 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	line-height: 1;
}

.subhead.animated .subhead-text {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
		opacity: 1;
}

.svg h1+.subhead:before {
	background-image: url('../images/dot_pattern.svg');
	background-clip: border-box;
}
.subhead.animated:before{
	max-width: 810px;
	overflow: hidden;
	color: #fff;
}

.lead {
	font-size: 34px;
}

.lead,
.lead a,
.lead a:hover {
	color: #c5aa02;
	font-weight: bold;
	line-height: 1.15;
	margin-bottom: .5em;
}


.lead a {
	text-decoration: underline;
}

.normal-weight {
	font-weight: normal;
}

table .indent {
	padding-left: 30px;
}

.lead .normal-weight {
	font-size: 32px;
}

.legal {
	font-size: 13px;
}

hr {
	background: #666;
	margin: 20px 0;
}
hr.extra {
	margin: 50px 0;
}

h3 {
	margin-bottom: .5em;
	font-size: 28px;
	line-height: 1.15;
}

/*p + ul {
	  padding-left: 1em;
}*/

/* =============================================================================
Color Block Headlines
========================================================================== */
.green {
	color: #94a31d;
}

.heavy {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.15em;
	color: #000 !important;
    padding-right: 1%;
}

p.extra {
	margin-top: 20px;
}

.teal-background {
	background-color: #6a9ba5;
	color: #fff;
	padding: 40px;
}
.teal-background h3 {
	color: #fff;
}

.teal-block {
	background-color: #6a9ba5;
	margin-top: 50px;
	margin-bottom: 40px;

}
.green-block {
	background-color: #94a31d;
	margin-top: 50px;
	margin-bottom: 40px;
}

.orange-block {
	background-color: #d17c35;
	margin-top: 50px;
	margin-bottom: 40px;
}

.orange-block h2,
.teal-block h2,
.green-block h2 {
	color: #fff;
	padding:15px 20px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1em;

}



.teal-callout {
	color: #6a9ba5;
	font-size: 50px;
	line-height: .25em;

}

/* =============================================================================
Links
========================================================================== */
a, .richtext a  {
	text-decoration: underline;
	color: #4d4f53;
}
a:hover, .list-reset a:hover {
	color: #4d4f53;
	text-decoration: none;
}

.richtext a:hover {
	text-decoration: none;
}
.nav-utility a {
	color: #4d4f53;
	text-decoration: none;
	display: block;
}
.nav-utility a:hover {
	color: #165788;
}
.link-jump {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.link-jump:before, .head-rule:before {
	content: "";
	display: inline-block;
	position: absolute;
	border-top: 1px solid #4D4F53;
	width: 200%;
	top: 50%;
}
.link-jump a, a.link-jump {
	color: #4D4F53;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
	position: relative;
	padding-right: .5em;
	vertical-align: middle;
}
.link-jump a:hover, a.link-jump:hover, .link-jump a:focus, a.link-jump:focus {
	color: #03558F;
}
.link-jump-video a:before, a.link-jump-video:before {
	content: "\27";
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: .15em;
	font-family: "icomoon";
	font-size: 27px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #4D4F53;
	text-align: center;
	text-indent: 6px;
}

/* =============================================================================
Info Graphics
========================================================================== */
.info-graphic {
  border: 1px solid #000;
  min-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  width: auto;
  display: block;
}
.info-graphic .image_component {
	width: 50%;
	float: left;
}
.info-graphic .image_component img {
	padding: 0;
}
.full-image {
	margin-bottom: 50px;
}
.image-container{
    padding-bottom: 1%;
}

.center-images .image_component {
	text-align: center;
}



/* =============================================================================
Icons
========================================================================== */

.icon-dot-arrow {
	color: #7b9ba4;
	vertical-align: middle;
}


/*.figure-rules .icon-dot-arrow {
	font-size: 34px;
	color: #94a31d;
	margin-right: 10px;
	position: absolute;
	top:  .5em;
}*/

.download {
	position: relative;
	padding-left: 40px;
	margin-left: 25px;
	font-weight: bold;
	color: #464646;
	line-height: 1.25em;
}
.download a {
	text-decoration: none;
}
.download a:hover {
	text-decoration: underline;
}
.download:before {
	font-family: 'mosaic-sr';
	content: "\e603";
	font-size: 24px;
	color: #464646;
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
}



/* =============================================================================
Video Modals
========================================================================== */


.video-modal {


    margin-bottom: 40px;
}

.video-modal img {
	    border: 1px solid #000;
}

.video-modal a {
	display: block;
	position: relative;
	text-decoration: none;
}
.video-modal a:before {
	content: "\27";
	display: block;
	width: 100px;
	height: 100px;
	font-family: "icomoon";
	font-size: 80px;
	line-height: 100px;
	border-radius: 50%;
	border: 4px solid #FFF;
	text-align: center;
	text-indent: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	/* text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.57); */
	margin: -60px 0 0 -50px;
	opacity: .7;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.video-modal a:hover:before {
	opacity: 1;
}
.video-modal .caption_credit {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 120px;
	text-align: center;
	margin: 39px 0 0 -60px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
}
.video-modal .image_link_component {
	display: block;
	position: relative;
}
.video-toggle {
	list-style: none;
	display: block;

	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-right: 50px;
	overflow: hidden;
	margin-top: 50px;
	margin-left: 50px;
	padding-left: 0;
}
.video-toggle li {
	display: inline-block;
	padding: 0 1em 0 0;
	cursor: pointer;
	background: #fff;
	position: relative;
	margin-left: 0;
	padding: 0;
	padding-right: 1em;
}
.video-toggle li:first-child, .video-modal .image_link_component + .image_link_component {
	display: none;
}

/* =============================================================================
Lists
========================================================================== */
.list-reset a {
	text-decoration: none;
	color: #4D4F53;
}
.list-pipe {
	margin: 0 0 20px -10px;
	overflow: hidden;
}
.lteie8 .list-pipe {
	margin-left: 0px;
}
.list-pipe li {
	padding: 0 10px;
	border-right: 1px solid #4D4F53;
	margin-bottom: .5em;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.35em;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.lteie8 .list-pipe li {
	border: none;
	border-left: 1px solid #4D4F53;
	padding: 0 4px;
}
.list-pipe li:last-child {
	border: none;
}
.lteie8 .list-pipe li:first-child {
	border: none;
}
.social-links {
	text-align: right;
	display: block;
	margin-bottom: 30px;
}
.social-links a {
	width: 30px;
	height: 30px;
	background: #646363;
	overflow: hidden;
	display: block;
	line-height: 100px;
	position: relative;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.social-links a span {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-align: center;
	left: 0;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	-ms-transition: background 250ms ease;
	transition: background 250ms ease;
}
.mosaic-facebook:hover {
	background: #355F9F;
}
.mosaic-twitter:hover {
	background: #2BA9E1;
}
.mosaic-linkedin:hover {
	background: #096B9B;
}
.mosaic-youtube:hover {
	background: #EE3537;
}

/* =============================================================================
Page Header
========================================================================== */
.page-head {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.fixed-header .page-head {
	box-shadow: 0px -1px 4px 0px #000;
}
.no-js .page-head {
	position: relative;
}
.logo {
	margin-left: 0;
	-webkit-transition: width 250ms ease, height 250ms ease;
	-moz-transition: width 250ms ease, height 250ms ease;
	-o-transition: width 250ms ease, height 250ms ease;
	-ms-transition: width 250ms ease, height 250ms ease;
	transition: width 250ms ease, height 250ms ease;
	display: block;
	width: 142px;
	background: url('../images/mosaic_logo.svg');
	display: block;
	height: 63px;
	background-size: 100% 100%;
	position: absolute;
	z-index: 99999;
	top: 15px;
}
.no-svg .logo {
	background: url('../images/logo.png') no-repeat;
	width: 132px;
	height: 60px;
}
.page-head .align {
	min-height: 100px;
	position: relative;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
	max-width: 1600px;
}
.no-js .page-head .align {
	position: relative;
	width: 100%;
	background: #fff;
}
.blank .page-head {
	box-shadow: none;
}
.lteie8 .page-head .align {
	min-height: 140px;
}
.fix-header .page-head .align {
	background: #fff;
	min-height: 70px;
	-webkit-transform: translate3d(0, 0, 0);
}
.lteie8.fix-header .page-head .align {
	min-height: 60px;
	height: 60px;
}
.lteie8.fix-header .nav-main ul a {
	padding: 0 7px !important;
}
.lteie8.fix-header .nav-main {
	bottom: 0px;
}
.header-shadow .page-head,
.nav-open .page-head {
	box-shadow: 0px -1px 4px 0px #000;
	-webkit-transform: translateZ(0);
}
.no-boxshadow.header-shadow .page-head .align {
	border-bottom: 1px solid #ddd;
}
.fix-header .nav-utility {
	top: 0;
	opacity: 0;
}
.no-csstransitions.fix-header .nav-utility {
	display: none;
}
.shrink-logo .logo {
	width: 100px;
	position: absolute;
	bottom: 0px;
	top: auto;
}
.fix-header .logo {
	width: 102px;
	height: 45px;
}
.no-svg.fix-header .logo {
	background: url('../images/logo_small.png') no-repeat;
	top: 10px;
	width: 102px;
	height: 45px;
}
.full_page_width {
	background: #ccc;
	padding: 10px 30px;
}
.full_page_width img {
	max-width: 100%;
}

/* =============================================================================
Images
========================================================================== */
.caption_credit {
	margin-bottom: 40px;
}

/* =============================================================================
Images
========================================================================== */
.back-top {
	float: right;
}

.home .back-top {
	display: none;
}

/* =============================================================================
Nav:Utility
========================================================================== */
.nav-utility {
	position: absolute;
	right: 50px;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.nav-utility p {
	font-size: 13px;
	line-height: 1.1em;
}

/* =============================================================================
Nav:Main
========================================================================== */
.nav-desktop .nav-main, .nav-footer_mobile {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
}
.nav-main ul, .nav-desktop .nav-main ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-main > ul > li:first-child {
	/* display: none; */
}
.nav-main li {
	display: inline-block;
	float: left;
}
.nav-mobile li {
	display: block;
	float: none;
}
.nav-desktop .nav-main .btn {
	margin: 0;
}
.nav-main ul a,
.section-nav ul a {
	display: inline-block;
	padding: 0 10px;
	line-height: 100px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
.fix-header .nav-main > ul > li > a {
	line-height: 70px;
}
.nav-mobile ul a {
	font-size: 18px;
	padding: 5px 15px 5px 0;
	line-height: 2 !important;
}
.lteie8 .nav-main ul a {
	font-size: 13px;
	padding: 5px 10px;
}
.nav-desktop .nav-main ul ul {
	/* display: none; */
	/* padding: 0 0 0 20px; */
}
.nav-desktop .nav-main a:hover, .nav-desktop .nav-main .level_1 > a.active {
	color: #347478;
}
.nav-desktop .nav-trigger {
	position: absolute;
	right: 50px;
	cursor: pointer;
}
.nav-trigger {
	display: none;
	position: absolute;
	right: 15px;
	bottom: 11px;
	padding: 9px 15px;
	padding-right: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.5em;
}
a.nav-link, .nav-link a {
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	color: #444;
	display: inline-block;
	vertical-align: middle;
}
.nav-link a:before, 
a.section-nav-trigger:before,
a.nav-link:before, .nav-link a span:before, a.nav-link span:before, .nav-link span:before {
	font-size: 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: .25em;
	width: 32px;
	height: 32px;
}
.nav-trigger span:before {
	padding-right: 0;
	margin-right: 0;
}
.nav-trigger .mosaic-cross2, .nav-open .mosaic-list, .nav-trigger {
	display: none;
}
.nav-open .mosaic-cross2 {
	display: inline-block;
	vertical-align: top;
}

/*Overriding Slicknav default styles*/
.slicknav_menu {
	background: #ffffff;
}

.slicknav_nav {
	height: 100vh;
	overflow: scroll;
	padding-bottom: 50px;
}

.slicknav_nav a {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
}

.slicknav_nav a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #ffffff;
	color: #000000;
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #ffffff;
}

.slicknav_menu .slicknav_menutxt {
	color: #4d4f53;
	font-weight: bold;
	text-shadow: none;
	margin-left: 15px;
	line-height: 15px;
	text-transform: uppercase;
	float: right;
}

.slicknav_menu .slicknav_icon {
	float: left;
}

.slicknav_menu .slicknav_icon-bar {
	background: #4d4f53;
	text-shadow: none;
	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.slicknav_nav ul {
	margin-left: 0;
}

.closedSymbol,
.openedSymbol {
	color: #2d2d2d;
}

.slicknav_collapsed .slicknav_arrow:after {
	content: "\f138";
	padding: 0;
	font-family: 'icomoon';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-top: -4px;
	font-size: 16px;
	opacity: .75;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	-ms-transform-origin: center center; /* IE 9 */
    -webkit-transform-origin: center center; /* Chrome, Safari, Opera */
    transform-origin: center center;
}

.slicknav_open .slicknav_arrow:after {
	content: "\f138";
	padding: 0;
	font-family: 'icomoon';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-top: -4px;
	font-size: 16px;
	opacity: .75;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#nav-mobile-slicknav-target {
	display: none !important;
}

#nav-mobile {
	display: none;
}

#nav-mobile ul .level_1 > a {
	line-height: 1;
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#nav-mobile ul .level_1 > a + ul {
	background: #4b979e;
}

#nav-mobile ul li.level_1 {
	display: block;
	width: 100%;
}

#nav-mobile ul li.level_1 ul li {
	margin: 0;
}

#nav-mobile .level_2 {
	margin: 0;
	line-height: 1.25em;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

#nav-mobile .level_2:hover {
	background: #347478;
	color: #ffffff;
}

.nav-mobile {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-mobile nav {
	display: none;
	padding: 0;
	margin-top: 15px;
}

#nav-desktop .nav-main .level_1 > a + ul {
    position: absolute;
    background: #4b979e;
    width: auto;
    overflow: hidden;
    display: none;
    max-width: 300px;
}

.level_1 > a + ul li {
	display: block;
	float: none;
	width: 100%;
}

.level_1 > a + ul a {

    line-height: 1.25em;
    width: 100%;


    padding: 20px;
    box-sizing: border-box;

}

.nav-main .level_1 > a + ul a:hover,
.nav-main .section-nav ul a:hover {
	background-color: #347478;
	color: #FFF !important;
}


#nav-desktop .nav-main li.level_1:hover > ul {
	display: block;
}

/* =============================================================================
Banners
========================================================================== */
.banner {
	position: relative;
	min-height: 280px;
	margin-bottom: 20px;
	background-color: #000;
	max-height: 600px;
	padding-bottom: 9%;
}
.home .banner {
	max-height: none;
	margin-bottom: 15px;
	background-color: #c5a900;
	padding-bottom: 0;
}
.banner .image_component  {
	 max-width: 100%;
}
.banner .richtext {
	padding-bottom: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 50px;
	padding-right: 50px;
}
.banner-home-left .richtext {
	position: relative;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	bottom: auto;
	padding: 0;
}
.banner-home-left {
	padding-top: 4%;
	padding-bottom: 1%;
}
.banner .banner-home-left {
	width: 30%;
}
.banner-home-middle img {
	width: 100%;
	background-image: none;
}
.banner-home-middle .col {
	background-size: auto 100%;
	max-height: 350px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	background-position: 100% 0;
}
.banner-home-middle .richtext {
	color: #fff;
	background-color: #c5a900;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 650ms ease;
	transition: all 650ms ease;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.banner-home-middle .home-overview .richtext {
	background-color: #cb6c1b;
}
.banner-home-middle .home-water .richtext {
	background-color: #4b979e;
	font-size: 50px;
}

.banner-home-middle {
	background-color: #000;
}

.csstransitions .banner-home-middle .col:hover .richtext {
	top: 0;
	opacity: 1;
}
.banner-home-middle h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 48px;
	box-sizing: border-box;
	padding: 0 20px;
	word-wrap: normal;
	line-height: .9;
	margin-bottom: 0;
	color: #fff;
}
.banner-home-middle a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.banner-home-right img {
	width: 100%;
	height: auto;
	padding-right: 25px;
}
.banner-home-right .col {
	background-size: cover;
	max-height: 630px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
}
.banner-home-right .richtext {
	color: #fff;
	background-color: #94a31d;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 650ms ease;
	transition: all 650ms ease;
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.banner-home-right .home-overview .richtext {
	background-color: #cb6c1b;
}
.banner-home-right .home-water .richtext {
	background-color: #4b979e;
	font-size: 50px;
}

.banner-home-right {
	background-color: #000;
}


.banner .banner-home-right {
	width: 20%;
}

.csstransitions .banner-home-right .banner-tall-image:hover .richtext {
	top: 0;
	opacity: 1;
}
.banner-home-right h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	word-wrap: normal;
	line-height: .9;
	margin-bottom: 0;
	color: #fff;
}
.banner-home-right a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.banner-tall-image {
    position: absolute;
    height: 100%;
    right: 0;
    width: 20%;
    overflow: hidden;
    background-size: auto 100%;
    background-position: 100% 0;
}

/* =============================================================================
CTAs
========================================================================== */
.cta-arrow-headline {
	color: #000;
}

.cta-arrow-headline p,
.cta-arrow-headline ul {
	margin-left: 65px;
}

.cta-arrow-headline:before {
	font-family: 'mosaic-sr';
	content: "\e602";
	font-weight: normal;
	color: #94a31d;
	position: relative;
	top: 5px;
    padding-right: 1%;
}

h2.cta-arrow-headline {
	color: #94a31d;
}
.cta-group {
}
.cta-group h2 {
	font-size: 45px;
	/* margin-bottom: 0; */
}

.cta-arrow h2 {
	margin-bottom: 0;
}

.cta-arrow-p p {
	padding-left: 2.5em;
}


.cta-arrow-p .icon-dot-arrow,
.cta-arrow-p .icon-dot-arrow-teal {
	color: #94a31d;
	font-size: 2em;
	margin-left: -1.25em;
	padding-right: .25em;
	line-height: .25;
	position: absolute;
	top: .5em;
}

.icon-dot-arrow-teal:before {
	content: "\e602";
	color: #6a9ba5;
}

.cta-arrows-teal .icon-dot-arrow {
	color: #6a9ba5;
}

.table-head span.icon-dot-arrow {
	margin-top: -7px;
  	display: inline-block;
  	margin-left: -1.3em;
}
.table-head h2 {
	padding-left: 1.3em;
}

.cta-group .col .richtext {
	color: #000;
	word-wrap: normal;
	position: relative;
	text-align: left;
	font-weight: bold;
	/* min-height: 50px; */
	padding-bottom: 15px;
}

.cta-group p {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}
.cta-group-2 .col .richtext {
	color: #b84b16;
}
.cta-group-3 p {
	color: #6a9ba5;
	font-size: 30px;
	padding-left: 64px;
}
.cta-group .col .richtext strong {
	color: #000;
}
.cta-group .col:first-child .richtext {
	color: #000;
	padding-left: 0;
	padding-bottom: 0;
}

.cta-group-lg p {
	font-size: 38px;
	margin-top: -10px;
	padding-left: 56px;
}

.cta-group-3 .col:first-child .richtext:before {
	/* display: block; */
}
.cta-group-3 .col:first-child .richtext {
	/* padding-left: 30%; */

}

/* =============================================================================
Table CTA
========================================================================== */
.table-head {
	position: relative;
}
.table-head h2 {
	/* margin-left: 70px; */
	margin-bottom: .25em;
	vertical-align: middle;
}

.table-head .arrow-head {
	margin-bottom: 0.35em;
}
/*.table-responsive{
	overflow-x: scroll; 
}*/
h2.arrow-head:before {
	content: "";
	background-image: url('../images/arrow_teal.jpg');
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 0;
}

.table-performance tbody td {
	/* padding: 20px 10px; */
}

.table-performance td,
.table-performance td p {
	text-align: left;
	line-height: 1.2;
	font-size: 18px;
	background: #EEE6BC;
}

.table-performance li {
	/* padding-bottom: 1em; */
}

.table-performance tbody th.cell.first.odd {
    /* font-size: 25px; */
    background-color: #d4e1e4;
}
.table-performance thead th.cell.first.odd {
    width: 32%;
}
.table-performance thead td.cell.even {
    width: 33%;
    background-color: #C5A900;
}
.table-performance thead td.cell.last {
    width: 33%;
    background-color: #C5A900;
}

.table-monochrome thead th.cell.first.odd {
    background-color: #c5a900;
}

.table-monochrome tbody th.cell.odd {
    background-color: #eee6bc;
}
.table-monochrome tr.row:nth-child(even) th {
    background-color: #f7f1de;
}
.table-text td {
	text-align: left;
}

.table-text .header td:before {
	content:"";
	display:block;
	width: 150px;
	background:red;
	/* height: 3px; */
}


table {
	max-width: none;
}


/* =============================================================================
Image bar
========================================================================== */
.image-bar {
	overflow: hidden;
	margin-bottom: 75px;
}
.image-bar span.image_component img {
	padding: 0;
	max-width: none;
	width: auto;
	position: relative;
}
.lteie8 .image-bar img {
	max-width: 80% !important;
}

/* =============================================================================
Graphic key headlines
========================================================================== */

.callout-mine {
	/* padding:1px 7px; */
	border: 2px solid #c25d19;
	border-radius: 50px;
	margin-right: 4px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

h4.graphic-key {
	color: #c25d19;
	text-transform: uppercase; 
	margin-bottom: 0;
	line-height: 1.5em;
}

p.graphic-key {
	padding-left: 2.85em;
	margin-top: 0;
	font-size: 16px;
	color: #000000;
}
.graphic-key {
	margin-top: 20px;
}

/* =============================================================================
Image/rule Callout
========================================================================== */
.image-callout {
	position: relative;
	margin-bottom: 40px;
	margin-top: 60px;
	max-height: 749px;
	overflow: hidden;
}

.image-callout-last {
	margin-bottom: 0;
}

.image-callout span.image_component img {
	padding: 0;
	max-width: 2000px;
	width: 100%;
}
.image-callout .richtext {
	position: absolute;
	color: #fff;
	z-index: 5;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding: 40px 50px;
	box-sizing: border-box;
	max-width: 1300px;
}

/*	padding-bottom: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);*/

.image-callout h1 {
	color: #fff;
	font-size: 82px;
	margin-bottom: 0;
	word-wrap: normal;
}
.lteie8 .image-callout .richtext {
	margin-left: 65%;
}
.image-callout-left .richtext, .lteie8 .image-callout-left .richtext {
	margin-left: 70px;
	width: 50%;
}

.image-callout img {
	width: auto;
	max-width: none;
}
.image-callout p, .rule-callout, .quote {
	color: #b3b936;
	font-size: 45px;
	font-weight: bold;
	line-height: 1em;
	max-width: 50%;
	letter-spacing: -.01em;
}

	.graphic-image {
		margin-bottom: 20px;
	}
.quote {
	max-width: 100%;
	margin-bottom: 2em;
}
.image-callout.inverse p {
	color: #fff;
}
.image-callout-vcenter .richtext {
}
.image-callout-vcenter p {
}

.lteie8 .image-callout .richtext p {
	font-size: 1.5em;
}
.rule-callout, .quote-rules {
	display: block;
	border: 1px solid #636466;
	border-left: none;
	border-right: none;
	padding: 30px 0;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6%;
}
.callout-2col .richtext {
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 61.9%;
}
.callout-2col-right .richtext {
	width: 29.999999%;
}
.callout-2col-split .richtext {
	width: 45.5%;
}
.callout-2col {
	margin-bottom: 2%;
}
.callout-2col img {
	display: block;
	position: relative;
}
.left-offset .richtext + .richtext {
	text-align: right
}
.left-offset img {
	margin-right: -10px;
	display: inline-block;
}


.image-callout .image_component {
	text-align: center;
	width: 100%;
	PADDING-BOTTOM: 14%;
}


.image-callout-arrow {

}

.image-callout-arrow:before {
	content: "";
	display: block;
	width: 475px;
	height: 315px;
	position: absolute;
	bottom: -100%;
	background-image: url('../images/dot_arrow.png');

	background-repeat: no-repeat;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 1200px;
	background-size: 40%;
	background-position: 6% bottom;

	-webkit-transition: bottom 1000ms ease;
	transition: bottom 1000ms ease;
}

.animated.image-callout-arrow:before {
	bottom: 0;
}

/* =============================================================================
Bullets
========================================================================== */
.p-bullets {
	padding-left: 25px;
}
.p-bullets li {
	margin-bottom: 1em;
	line-height: 1.5em;
}
.p-bullets li p {
	margin-left: 1.5em;

}
.p-bullets li p:first-child {
	margin-left: 0;
}

li > ul li {
	list-style-type: disc;
	font-weight: normal;
	margin-left: -10px;
}
ol {
	font-weight: bold;
}
/* =============================================================================
Quotes
========================================================================== */
.quote {
	text-indent: -.5em;
}
.quote-callout {
	text-indent: 0;
}
.quote-source, .quote-source-title {
	color: #03558F;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin: 0;

}
.quote-source .quote-source-title:first-child:before {
	content: ", ";
}
.quote-source .quote-source-title:first-child {
	margin-left: -.2em;
}

/* =============================================================================
Responsive Tables
========================================================================== */


.table-responsive-wrapper {
	/* margin-bottom: 40px; */
}

.table-colhead, .table-row {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #F6F6F6;
}
.table-colhead li, .table-row li {
	display: inline-block;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	line-height: -1px;
	padding: 5px 15px;
	text-align: right;
}
.table-row strong {
	text-transform: none !important;
}
.table-colhead li:first-child, .table-row li:first-child {
	width: 50%;
	text-align: left;
}
.table-row {
	background: #faf7f3;
}

.table-row.odd, .table-colhead {
	background: #f0e6da;
}
.table-row.odd li.last {
	background: #e6e9d9;
}
.table-row.odd li.first {
	background: #E3E3E4;
}
.table-colhead li.last {
	background: #b0ba83;
}
.table-colhead li.first {
	background: #A5A6A7;
}
.table-row li.last {
	background: #f6f8f2;
}
.table-row li.first {
	background: #F6F6F6;
}
.table-row.odd li.last {
}
.table-wrapper {
	padding-bottom: 50px;
	border: none;
}
.table-wrapper h3 {
	background: #4f5053;
	margin: 0;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
}
.table-colhead {
	color: #fff;
	background: #d1b087;
}

.table-caption, .image-caption, .caption {
	font-size: 16px;
	margin: 0;
	color: #b1b3b6;
	margin-top: -25px;
	margin-bottom: 1em;
	line-height: 1.25;
}
.table-caption a {
	color: #b1b3b6;
}
.caption {
	margin-top: 25px;
}
.image-caption {
	margin-top: 15px;
}

.table-caption p {
	margin-bottom: 0;
}
.table-head-center tr:first-child td, 
.table-head-center tr:first-child th{
    text-align: center;
}

/* =============================================================================
Tables
========================================================================== */
.total-total {
	font-size: 26px;
}

.table-bold-last .cell.last {
	font-weight: bold;
}

table {
	background-color: #eee6bc;
	 margin-bottom: 30px;
	width: 100%;

	color: #231F20;
	font-size: 18px;
	line-height: 1.15;
}
table.responsive {
	margin-bottom: 30px;
	font-size: 16px;
	overflow-x: scroll;
}

.table-wrapper table.responsive {
	margin-bottom: 0px;
}
.table-subhead tr th.first.odd{
    background-color: #a0bec5 !important;
}
.table-subhead tr th.last{
    background-color: #dac465;
}
.table-subhead tr td{
    background-color: #dac465;
}
/*
tbody tr:nth-child(odd) {
	background-color: #f6f3e0;
}
tbody tr:first-child {
	background-color: #c3aa00;
}*/
table td {
	padding: 15px 20px;
	line-height: 1.45em;
	text-align: left;
}


.pinned {
	border-left: none;
	box-shadow: 0px -3px 10px -1px rgba(0, 0, 0, 0.49);
	border-right: 1px solid rgba(0, 0, 0, 0.35);
}

/*tbody tr td:first-child {
	background: #d3e2e3;
	text-align: left;
	font-weight: bold;
}
tbody tr:nth-child(odd) td:first-child {
	background-color: #e9f1ef;
}
tbody tr:first-child td:first-child {
	background-color: #6b9ca5;
}*/


thead {
	background-color: #c5a900;
	font-weight: bold;
	text-align: right;
}
thead th.cell.even,
thead th.cell.odd,  {
 	border-bottom: 1px solid #000;
 	border-right: 1px solid #000;
}

 tfoot tr.row {
 	border-bottom: 1px solid #000;
}

tfoot tr.row:last-child {
	border-bottom: none;
}

.table-header-rule .header th.last {
	border-bottom: 1px solid #000;
}

thead th.cell.last,
td.cell.odd.last,
tfoot td.cell.odd.last {
 	border-right: none;
 }
.table-people thead tr th{
    text-align: center;
}
 .table-people .cell.last, .table-people .cell:nth-last-child(2) {
 	font-weight:bold;
 }

.table-people td.cell.odd, tr.footer td.cell.even {
	border-right: 1px solid #000;
}

.table-ethnicity tfoot tr td.odd{
    border-right: 1px solid #000;
}
.table-ethnicity tfoot tr td.even{
    border-right: none !important;
}
.table-people td.cell.odd.last, tr.footer td.cell.even.last {
	border-right: none;
}

.table-people thead th {
	border-left: 1px solid #000;
}

.table-people thead th:first-child + th {
	border:none;
}
.table-safety tbody tr td.last{
    font-weight: bold;
}
.table-no-header-border thead td,
.table-no-header-border thead th {
	border: none !important;
}

tfoot {
	background-color: #d9c76e;
}

tfoot .first {
	background-color: #a0bec5;
}

tr.row:nth-child(even) {
	/* background-color: #f7f1de; */
}
tr.row:nth-child(even) th{
	/* background-color:#eaeff2; */
}

.header-right .header,
.header-right .header th {
	text-align: right
}

th {
    padding: 15px;
	
}

thead th.cell.first.odd {
	background-color: #6a9ba5;
	text-align: left;
	/* padding-left: 10px; */
	border: none;
	width: 25%;
}

.table-monotone thead th.cell.first.odd {
		background-color: #C5A900;
}

.table-people thead td.cell.even,  .table-people thead td.cell.odd{
	border-top: 1px solid #000;
}

.table-people-total thead td.cell.last {
	border-left: 1px solid #000;
    border-bottom: none;
    border-top: none;
}

tbody th, th.cell.first.odd {
	text-align: left;
	/* padding-left: 10px; */
}

tfoot {

}

.table-stripes tbody tr:nth-child(even) {
	background-color:#f6f1d7;
}

.table-stripes tbody tr:nth-child(even) th {
	background-color:#eaeff2;
}

.table-monotone tbody tr:nth-child(even) th {
	background-color: #F6F1D7;
}

tbody th:nth-child(odd) {
	background-color:#d4e1e4;
}

.table-monotone th:nth-child(odd) {
	background-color: #EEE6BC;
}

.table-monotone tfoot th {
	background-color: #D9C76E!important;
}

tbody th:nth-child(even) {
	background-color:#eaeff2;
}


tr.header th.cell.last {
	/* background-color: #dac465; */
}


tr.footer td.cell.even,
tr.footer td.cell.odd {
	text-align: center;
}
/*tr.footer td.cell.last {
	font-weight: bold;
	font-size: 30px;
}*/

tfoot {
	font-weight: bold;
}

.totals .footer td.last {
	font-size: 22px;
}

.recycled-waste tfoot .header:first-child {
	border-bottom: 1px solid #000;
}
.recycled-waste tfoot tr:nth-child(2) .last{
    font-size: 25px;
}
.table-waste-disposal tfoot tr .last{
    font-size: 25px;
}
.table-align-right td,
.table-align-right tr.footer td.cell {
    text-align: right;

}
.table-align-center td{
	text-align: center;
}
.table-header-align-right thead tr td{
    text-align: right !important;
}
.table-align-center th{
	text-align: center;
}
.table-emissions td{
    text-align: right !important;
}
.table-col-3 th,
.table-col-3 td  {
	width: 33.3%;
}

.table-col-2 th,
.table-col-2 td  {
	width: 50%;
}

.table-borders {

}

/* =============================================================================
Environment Tables
========================================================================== */

.table-environment thead {
	background-color: #d9c76e;
}
.table-environment thead th.first {
	background-color: #a0bec5;
}
.table-environment thead th.cell.first {
	background-color: #a0bec5;
}

.table-environment thead:first-child tr:first-child th.cell.first {
	background-color: #6A9BA5;
}

.table-environment thead:first-child tr + tr {
	background: #D9C76E;
}

.table-environment thead:first-child {
	background-color: #c5a900;
}

.table-environment td.cell.even:nth-child(2) {
	text-align: left;
} 
.sustainability-header tr td.even{
    width: 20% !important;
}
.sustainability-header tr td{
    width: 30%;
}
.sustainability-header tr td.last{
    width: 45% !important;
}
.table-land-mined td.odd{
	border-right: 1px solid #000000 ;
}
.table-land-mined thead tr:first-child th{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.table-land-mined thead tr:first-child th.first{
	border: none;
}
.table-land-mined thead tr:first-child th.last{
	border-right: none;
}
.table-land-mined thead tr:nth-child(2) th.odd{
	border-right: 1px solid #000000 ;
}
.table-land-mined thead tr:nth-child(2) th.first{
	border-right: none ;
}
.table-land-mined thead tr:nth-child(2) th.last{
	border-right: none ;
}
.table-initiatives tbody tr td.odd{
    font-weight: bold;
}
.table-initiatives tbody tr td.last{
    font-weight: bold;
}
.table-initiatives tfoot tr td.odd{
    font-size: 22px;
}
.table-initiatives tfoot td.last{
    font-size: 22px !important;
}

.table-initiatives .row td:nth-child(2) {
	width: 35%;
}

.table-initiatives .row td:nth-child(3),
.table-initiatives .row td:nth-child(4) {
	width: 15%;
}

.table-initiatives thead th:nth-child(2){
	text-align: left;
}

.table-4-col .row td {
	width: 25%;
}





.table-borders tbody th, 
.table-borders th.cell.first.odd {
	   border: 1px solid #707375;
	   border-left: none;
	   border-top: none;
	   border-right: none;
}

.table-col-3.table-borders thead th.cell.even, 
.table-col-3.table-borders td.cell.even, 
.table-col-3.table-borders tfoot td.cell.even {
		   border: 1px solid #707375;
	   
		   border-left: none;
	   border-top: none;
	   
}

.table-borders tbody tr:last-child th,
.table-borders tbody tr:last-child td  {
	border-bottom: none !important;
}

.table-col-3.table-borders .header th,
.table-col-3.table-borders .header td {
border-bottom: none !important;
}


.table-stripes {

}

.dots .cell.odd {
	border-right: none;
}
.dots th.cell:first-child {
	max-width: 120px;
}
.dots th.cell {
	max-width: 70px;
	text-align: right;
	padding-right: 20px;
}

.yes:before {
	font-family: 'mosaic-sr';
	content: "\e600";
	color: #94a31d;
}
.no:before {
	font-family: 'mosaic-sr';
	content: "\e600";
	color: #d17c35;
}

.best-practices p {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.25em;
}
.do,
.dont {
	position: relative;
	padding-left: 35px;

}
.do em {
	font-size: 26px;
	text-transform: none;
	font-style: normal;
	color: #94a31d;
	font-weight: bold;
}
.dont em {
	font-size: 26px;
	text-transform: none;
	font-style: normal;
	color: #c25d19;
	font-weight: bold;
}
.do:before {
	font-family: 'mosaic-sr';
	content: "\e604";
	color: #94a31d;
	font-weight: normal;
	font-size: 28px;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -1px;
}

.dont:before {
	font-family: 'mosaic-sr';
	content: "\e605";
	color: #c25d19;
	font-weight: normal;
	font-size: 28px;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -1px;
}


.dot-key {
	vertical-align: middle;
	margin: -10px 0 10px 0;
}

.dot-key span {
	display: inline-block;
	vertical-align: middle;
}

/* =============================================================================
Fancybox
========================================================================== */
.fancybox-skin {
	background: #FFF !important;
	padding: 20px !important;
}
.fancybox-image {

}

/* =============================================================================
Figures and charts
========================================================================== */

 .charts {
	margin: 60px 0;
	border-top: 1px solid #636466;
	border-bottom: 1px solid #636466;
	padding: 20px 0;
	position: relative;
}

.figure{
    margin: 0 0 15px 0;
	border-bottom: 1px solid #636466;
	padding: 0 0 20px 0;
	position: relative;
}


.charts, .figure {
  margin: 60px 0;
  padding: 20px 0;
}

.charts, .figure, .figure-rules, .figure-small {
  border-bottom: 1px solid #636466;
  border-top: 1px solid #636466;
}

.charts-no-rules {
	border:none;
	margin: 0;
	padding: 0;
}

.cta-group-1 {
	/* padding-bottom: 0; */
}

.figure img, .charts img, .figure-img {
	visibility: hidden;
	display: block;
	margin: 0 auto;
}

.figure .col-4 {
	margin-bottom: 0;
}

.figure.no-animation img{
	visibility: visible;
}

.figure-rules, .figure-small {
	margin: 60px 0;
	border-top: 1px solid #636466;
	border-bottom: 1px solid #636466;
	padding: 20px 0;
	position: relative;
}

.figure-align-top {
	margin-top: 10px;
}

.figure.plain {
	border-top: none;
	border-bottom: none;
	margin: 0;
}

.touch .figure img, .touch .charts img, .touch .figure-img {
	visibility: visible;
}
.no-js .figure img, .no-js .charts img, .no-js .figure-img {
	visibility: visible;
}
.figure .animated, .charts .animated, .figure-img.animated {
	visibility: visible;
}
.chart-lead {
	width: 46%;
	margin-left: 3.8%;
	margin-bottom: 2.5em;
}
.figure .lead, .figure-rules .lead {
	font-size: 55px;
	margin: 0;
	line-height: 1.2em;
}

.figure .footprint {
	position: relative;
}
h2.footprint {
	position: absolute;
	top: 40px;
	left: 30px;
}


/* =============================================================================
Image and Center Text
========================================================================== */

.center-figure {
  margin:0 auto;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  padding: 20px 0;
  overflow: hidden;
}

.center-text {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

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

/* =============================================================================
Custom Callouts - dot arrow cta
========================================================================== */



.arrow-cta {
	position: relative;
	font-size: .85em;
}

.arrow-cta a {
	text-decoration: none;
	color: #000;
}

.arrow-cta a:after {
	font-family: 'mosaic-sr';
	content: "\e602";
	font-weight: normal;
	color: #6a9ba5;
	font-size: 50px;
	position: relative;
	top: 8px;
	left: 8px;

}
.arrow-cta.green a:after {
	color: #94a31d;
}
.cta {
	font-size: 28px;
	line-height: 1.10em;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.cta.green h4,
.arrow-cta.green:after {
	color: #94a31d;
}
.cta.teal h4,
.arrow-cta.teal:after {
	color: #6a9ba5;
}
.cta h2 {
	margin-top: 10px;
}

h2.arrow {
	position: relative;
	font-size: 46px;
}
h2.arrow a {
	font-size: 50px;
	color: #000;
	text-decoration: none;
}
h2.arrow a:hover {
	text-decoration: none;
}
.arrow:after {
	content: "";
	background-image: url('../images/arrow_teal.jpg');
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	right: 0;
	vertical-align: middle;
	margin-left: .25em;
}


/* =============================================================================
CEO signiture
========================================================================== */
.ceo-sig {
	display: block;
}
.ceo-sig:before {
	content: "";
	display: block;
	width: 100%;
	max-height: 90px;
	max-width: 400px;
	height: 190px;
	background: url('../images/ceo_sig.png') no-repeat;
	padding-bottom: 30px;
}
.svg .ceo-sig:before {
	background: url('../images/ceo_sig.svg') no-repeat;
	background-size: 100%;
	background-position: 50%;
	padding-bottom: 0;
}
.img-border {
	border: 1px solid #4D4F53;
}

/* =============================================================================
Modal images
========================================================================== */
.modal-images a {
	position: relative;
	display: block;
}
.modal-view {
	position: absolute;
	background: rgba(255, 255, 255, 0.33);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.modal-images .modal-view .before {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	background: rgba(0, 0, 0, 0.75);
	margin-left: -40px;
	line-height: 80px;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: -80px;
	border-radius: 100%;
}
.no-rgba .modal-images .modal-view .before {
	background: url('../images/tint_75.png');
}
.modal-view .before .mosaic-zoom-in {
	margin: 27px 0 0 4px;
	display: block;
}

/* =============================================================================
Banner background images
========================================================================== */
.bg-align-right {
	background-position: top right !important;
}
.bg-align-left {
	background-position: top left !important;
}

/* =============================================================================
Landing images
========================================================================== */
.landing-images {
	position: relative;
	margin-left: -5px;
}
.landing-img {
	float: left;
	height: 360px;
	border: 5px solid #FFF;
	position: relative;
	border-right: 0;
	border-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.landing-img .feature-rule {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	margin: 10px 0;
	margin-top: 5px;
	position: relative;
}
.landing-img .feature-rule:before, .landing-img .feature-rule:after, .rule {
	height: 1px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin: 0 10px;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	position: relative;
}
.landing-img .feature-rule:before, .landing-img .feature-rule:after {
	position: absolute;
	right: 100%;
	top: 49%;
}
.landing-img .feature-rule:after {
	right: auto;
	left: 100%;
}
.rule {
	width: 100%;
}
.landing-img h2 {
	font-size: 2.3em;
	margin-bottom: 0;
	line-height: 1em;
}
.landing-img p {
	max-width: 410px;
	margin: 0 auto;
	display: none;
}
.landing-img img {
	margin: 0;
	display: block;
	padding: 0 !important;
}
.img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.landing-img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 840px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 500;
}
.landing-img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 300;
	opacity: 0;
}
.lteie8 .landing-img a {
	background: url('../images/tint_transparent.png');
}
.landing-img .richtext {
	color: #fff;
	position: absolute;
	text-align: center;
	width: 80%;
	top: 40%;
	margin-left: 10%;
	overflow: hidden;
	z-index: 400;
}
.landing-img-1 {
	width: 66.666666%;
	height: 360px;
}
.landing-img-2 {
	width: 33.333333%;
}
.landing-img-3 {
	height: 600px;
	width: 33.333333%;
}
.landing-img-4 {
	height: 300px;
	width: 66.666666%;
}
.landing-img-5 {
	height: 300px;
	width: 33.333333%;
}
.landing-img-6 {
	height: 300px;
	width: 33.333333%;
}

/* =============================================================================
Footer
========================================================================== */
.page-foot {
	color: #4d4f53;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	max-width: 1300px;
}
.page-foot hr {
	background: #636466;
}

.hr-align-top {
	margin-top: 10px;
}
hr.dash {
	border-top: 3px dotted #000000;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home .page-foot hr {
	display: none;
}
.page-foot h5 {
	margin-bottom: .5em;
	font-size: 16px;
	/* margin-top: -5px; */
}
.nav-footer_mobile a.show_main_nav {
	display: none !important;
}
.column_testing .col, .column_testing .col-right {
	background: #ccc;
	min-height: 20px;
	text-align: center;
	*zoom: 1;
}
.column_testing .col .col {
	background: #aaa
}
.column_testing .col .col .col {
	background: #666
}
.footer-links {
	margin-bottom: -.15em;
}
.page-foot .colgroup .col-gri {
	/* width: auto; */
}
.page-foot .colgroup .col-footer-main {
	/* width: auto; */
}



.gri-footer {
	float: left;
	text-decoration: none !important;
}

.footer-info {
    margin-left: 120px;

    max-width: 710px;
}


.gri-footer,
.gri-footer:hover,
.gri-footer h5 {
	text-decoration: none;
	color: #4d4f53;
	display: block;
}

.gri-footer h5 {
	margin-top: 5px;
}

.gri-footer:hover h5 {
	text-decoration: underline;
}

.gri-footer span:before {
	font-size: 67px;
	text-decoration: none;
	line-height: 1;
	vertical-align: top;
	padding-bottom: 20px;
}

/* =============================================================================
Print
========================================================================== */
.print-page, .print-page:hover {
	text-decoration: none;
	cursor: pointer;
}

.print-page .mosaic-printer {
    font-size: 22px;


    line-height: 20px;
    margin-right: .35em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

/* =============================================================================
Jump to section
========================================================================== */

.section-nav {
    padding: 0 15px 30px 15px;

}

.section-nav ul {
    background: #4B979E;

    padding: 0;
    list-style: none;
}

.section-nav li {

}

.section-nav ul a {
    width: 100%;

    box-sizing: border-box;
    line-height: 55px;
    padding: 20px;
    line-height: 1.25em;
}



.section-nav-trigger {
    background: #F5F5F5;
	
    padding: 20px 15px 15px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

.section-nav-trigger .mosaic-cross2,
.section-nav-trigger.active .mosaic-list {
	display: none;
}

.section-nav-trigger.active .mosaic-cross2,
.section-nav .mosaic-list {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.section-nav-content {
	
    width: 100%;
    box-sizing: border-box;
    border-top: 0;
    display: none;
}

.section-nav-trigger span:before {
	font-size: 25px;
  display: inline-block;
  
	vertical-align: middle;
  margin-right: .25em;
  width: 32px;
  height: 32px;
}




/* =============================================================================
Helper classes
========================================================================== */
.hide-large {
	display: none;
}
nav .hidden {
	display: none !important;
}
.spacer {
	padding: 6% 0 0 0;
}
.visibility-hidden {
	visibility: hidden;
}
.br {
	display: block;
}

.offset:before {
	display: block;
 	content: " ";

	height: 115px;      /* Give height of your fixed element */

	margin-top: -115px; /* Give negative margin of your fixed element */
        visibility: hidden;
}

.blank nav,
.blank #page-foot {
	display: none !important;
}

.blank .main {
	text-align: center;
}

.mobile {
	display: none;
}
