html, body, table, tr, td, th, thead, caption, tfoot, h1, h2, h3, h4, h5, h6, p, span, a, div, section, aside, article, ul, ol, li, img, figure, figcaption{
	padding:0;
	margin:0;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
     font-family: 'Ubuntu';
	  font-weight: 400;
}

html {
	font-size: 10px;
	width:100%;
}

button, input, select, textarea {
    font-family: 'Ubuntu';
    font-weight: 300;
}
::-webkit-input-placeholder {
    font-family: 'Ubuntu';
}
:-moz-placeholder {
   font-family: 'Ubuntu';
}
::-moz-placeholder {
   font-family: 'Ubuntu';
}
:-ms-input-placeholder {
  font-family: 'Ubuntu';
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
}

body{
	width:100%;
position: relative;
}

a {
	text-decoration: none;

}

.fancybox-wrap {
	z-index: 100000 !important;
}

sup {
	line-height: 0;
	font-weight: 400;
	font-size: .65em;	
}

.description {
	position: fixed;
	height:0;
	overflow: hidden;
	left:-99999px;
	top:-99999px;
}

.print {
	display: none !important;
}

.no-break {
	white-space: nowrap;
}

.mc, .mc * {
	color:#ff00ff !important;
}

.mcBlock {
	border:8px solid #f0f !important;
}

.caps{
	text-transform: uppercase;
}



.hidden {
	position: fixed;
	top:-99999px;
	left:-999999px;
	overflow: hidden;
	height:0;
}

a, a img {
	border:none;
	outline: none;
}

.clear {
	clear: both;
}

.left{
	float:left;
}

.right {
	float: right;
}

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

.mobile {
	display: none;
}

.tablet {
	display: none;
}

.desktop {
	display: none;
}

.col20 {
	width:20%;
	float:left;
}

.col25 {
	width:25%;
	float:left;
}

.col50 {
	width:50%;
	float: left;
}

.col50.centrecol {
	float:none;
	margin-left:auto;
	margin-right: auto;
}



.col45 {
	width:45%;
	float: left;
	margin-left: 5%;
}

.col60{
	float:left;
	margin-right: 5%;
	width:60%;
}

.col35{
	float: left;
	width:35%;
}

.col33{
	float: left;
	width:33%;
}

.container {
	width:100%;
    max-width: 1020px;	
	margin: 0 auto;
}

.container:after {
	content: '';
	display: block;
	clear: both;
}



footer .container {
	 box-sizing: border-box;

}

div.rule {
	width:auto;
	height:1px;
	background-color: #d1d3d3;
	clear:both;
	margin:30px 20px;
	display: none;
}

h1 {
	text-align: center;
	font-size: 8.4em;
	line-height: 1em;
	color: #000;
	margin-bottom: 45px;
  font-weight: 500;
}

h1 em{
  font-style: italic;
  font-weight: 300;
}





h1 .silo-title {
color: #010101;
    display: block;
    font-family: "Ubuntu";
    font-size: 0.29em;
    font-weight: 500;
    line-height: 1.1em;
}

h1 .silo-title em {
  font-style: italic;
  font-weight: 300; 
}

h2 {
	
}

h3 {
	font-size: 4.6em;
	font-weight: 700;
	line-height: 1.16em;
	margin-bottom: 26px;
}

.content h3 {
	text-transform: none;
	font-size: 2.4em;
}
h4, .h4{
	font-weight: 400;
	font-size: 2.6em;
	line-height: 1.4em;
	margin-bottom: .8em;
}


h6 {
	font-style: italic;
	font-size: 1.3em;
	font-weight: 100;
}

section{
/*	margin-top: 230px;*/
	z-index: 2;
	position: relative;
}

section.full-blue {
	padding:45px 0;
	background-color: rgba(89,203,232,.25);
}

section.full-yellow {
	padding:45px 0;
	background-color: rgba(255,184,28,.25);
}

section.full-green {
	padding:45px 0;
	background-color: rgba(132,189,0,.25);
}

section.full-dark {
	padding:45px 0;
	background-color: #A2AAAD;
}

section.full-gray {
	padding:0;
	width:100%;
	background-color: #fafafa;
	margin-bottom: 66px;
}

section.content p, section.content li {
	font-size: 1.8em;
	line-height: 1.61em;
	color:#000;
	font-weight: 300;
	margin-bottom: 26px;
}

section.content h2 {
	font-size: 1.8em;
	line-height: 1.61em;
	color:#000;
	font-weight: 700;
	margin-bottom: 6px;
}

section.content p a ,section.content li a, section.content td a {
	color: #006dfc;
}

section.content p a:hover , section.content li a:hover {
	text-decoration: underline;
} 

section.content li li {
	font-size: 1em;
	line-height: 1.61em;
}

section.content ul {
	margin-bottom: 3em;
}

section.content ul ul {
	margin-bottom: 1em;
}

section.content .footnotes  {
	margin:20px 0;
}

section.content .footnotes {

}



.photo-quote{
	position: relative;
}
.photo-quote:after {
	content:'';
	clear:both;
	display: block;
}

.photo-quote img {
	float:left;
	width:35%;
	margin-right: 4%;
}

.photo-quote p {
	left:39%;
	width:61%;
	position: absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	font-weight: 400;
	font-size: 3em;
	line-height: 1.27em;
}


section.content p.footnote, section.content .footnotes li{
	list-style-image:none;
	font-size: 1.2em;
	font-style: italic;
}

section.content li {
	margin-bottom: .8em;
}


section .screen.no-margin{
	margin: 0;
}



section.content  li {
	margin-left: 1em;
	list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle fill="red" cx="5" cy="5" r="3"/></svg>');
}

section.content img {
	height: auto;
    width: 100%;
    margin-bottom:30px;
}

p.intro, section.content p.intro {
	font-weight: 400;
	font-size: 2.6em;
	line-height: 1.4em;
	margin-bottom: 50px;
	text-align: center;
	color: #747373;
}

p.intro.gray {
	color:#747373;
}

.inner section.content, .landing section.content {
	margin:0 auto;
	padding-bottom:40px;

}

.inner section.top-section, .landing section.top-section{
    padding-top: 145px;
}

section.content h2, #table-nav h2 {
    color: #000;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.61em;
    margin-bottom: 0.9em;
    margin-top: 46px;
    text-transform: uppercase;
}

section.content .timeline h2 {
	color: #EC372E;
	position: relative;
	padding-left:24px;
}


section.content h4, section.content .closemore{
	color:#000;
	font-size: 1.9em;
	line-height: 1.52em;
	font-weight: 400;
	margin-bottom: 18px;
	margin-top: 0;
}

section.content h4.more-title, section.content .closemore {
	margin-bottom: 0;
	cursor: pointer;
}



section.content p.more {
	float:left;
	margin-right: 4%;
	width:48%;
	box-sizing: border-box;
	background-color:rgba(231, 233, 233, 0.9);
	padding:40px 30px;
}

section.content div.more {
	box-sizing: border-box;
	background-color:rgba(231, 233, 233, 0.9);
	padding:40px 30px;
}

section.content p.more.more-full {
	width:100%;
}

p.more img {
	width:auto;
	height:auto;
	margin:10px 0;
}


section.content p.zero {
	font-size: 10px;
}



.tooltip {
	width:480px;
	left:50%;
	top:30px;
	background-color: #5c6670;
	position: absolute;
	display: none;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	padding:30px 35px;
	color:#fff;
	font-size: 1.2em;
	line-height: 1.73em;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
text-align: left;
font-weight: 400 !important;
	
}

.tooltip .after {
		border-bottom: 9px solid #5c6670;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -18px;
    	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

sup.footnote-tooltip {
	font-size: .65em;
	margin-top: 5px;
	color:#59cbe8;
	position: absolute;
}

sup.footnote-tooltip:hover .tooltip {
	display: block;
}

td.align-left, th.align-left{
	text-align: left;
}

table{
	border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	margin:20px 0;
}

table caption {
	text-align: left;
	font-size: 1.8em;
	text-transform: uppercase;
	padding:0 0 10px 0;
	font-weight: 500;
	width: 100%;

}
table.left-align tr th {
    font-weight: 500;
}
table.left-align td, table.left-align th {
    padding-left: 0;
    text-align: left;
}
table.stakeholder-table  thead tr th {
    border-bottom: 1px solid #d1d3d3;
    vertical-align: bottom;
}
table.stakeholder-table  tr th, table.stakeholder-table  tr td {
    color: #1b232a;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0 0 8px;
    text-align: left;
    padding:8px 10px;
    vertical-align: top;
       border-bottom: 1px solid #d1d3d3;
}

table.achievements  tr td:first-child, table.achievements  tr td:last-child {
	padding-right:5%;
	box-sizing: border-box;
}

table.stakeholder-table  tr td ul {
	margin-bottom: 0;
} 

table.stakeholder-table  tr td li {
	font-size: 1em;
	 color: #1b232a;
	 font-weight: 400;
}

table.stakeholder-table {
	border-bottom:1px solid #d1d3d3;
}


section.content .toggle-bar  h4,  section.content .closemore {
	text-align: center;
	display: block;
}
section.content .toggle-bar  h4.more-title i ,  section.content .closemore i{
color:#e11e22;
display: block;
margin-top: 15px;
}

section.content .toggle-bar .expander {
	height:auto;
	overflow: hidden;
	margin-top: 20px;
	max-height:0;
	    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;	
}

section.content .toggle-bar.open .expander {
max-height: 3000px;
height:auto;
	    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
}

section.content .toggle-bar.open  h4.more-title i {
	display: none;
}

.table-toggler {
	display: block;
	cursor: pointer;
	text-align: center;
	color:#333;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.table-toggle table {
	display: none;
	margin:10px 0;
}


.table-toggle.active table {
	display: table;
	
}

section.content .table-toggle h4 {
	text-transform: uppercase;
	font-weight: 500;
}
.table-toggle th {
	 font-weight: 400 !important;
}
.table-toggle td {
	font-weight: 300 !important;
}

.table-toggle caption {
	text-transform: none;
	font-weight: 400;
}

.table-toggle.active img {
	display: none;
	
}
 
 ul.download-list {
 border-top: 1px solid #d1d3d3;
 }

 ul.download-list li{
 	list-style-type:none;
 	display: block;
 	width:100%;
 	padding:17px 0 11px 0;
 	margin: 0;
 	border-bottom: 1px solid #d1d3d3;
 	font-weight: 500;
 }

 ul.download-list li a {
 	color:#000;
 	text-decoration: none;
 }

 ul.download-list li a span.pdf {
 	float:right;
 	color:#00a8e1;
 	display: inline-block;
 	margin-right:200px;
 	
 }

.table-toggle table {
	
}


.ghg .center th {
	text-align: center;
}

.ghg .border-left{
	border-right:1px solid #d1d3d3;
	padding-right:10px;
}

.ghg tr td:nth-child(4), .ghg tr td:nth-child(7){
	border-right:1px solid #d1d3d3;
	padding-right:10px;
}



#search table {

    margin: 0;
    width: 100%;

}

#search table tr th, #search table tr td {
	padding:0;
}

#search .gsc-control-cse td, #search .gsc-control-cse td, #search .gsc-table-result td{
	font-size: 16px !important;
	line-height: 1em !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 3px 4px !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	margin: 8px 7px;
}

.stories {
	position: fixed;
	z-index: 13;
	top:80px;
	left: calc(100% - 1236px);
	right:0;
	bottom:0;
	background-color: #333333;
	transform:translateX(100%);
	transition:transform .6s;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}

.stories.active {
	transform:translateX(0%);

}

html.nav-open .stories.story-is-open {
	overflow: hidden;
}

.stories .story-tab {
position: absolute;
color:#fff;
background-color: #333333;
display: inline-block;
padding:17px 17px;
font-weight: 400;
text-decoration: none;
font-size: 1.6em;
line-height: 1em;
-webkit-transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
transform:rotate(-90deg);



left:-82px;
top:112px;


}

.stories nav {
	background-color: #333333;
	padding:170px 0 100px 112px;
	width:100%;
	max-width: 1120px;
	    box-sizing: border-box;
}

.open-story-nav {
	float:right;
	opacity:0;
	transition:opacity .4s;
	margin-right: 20px;
}

.open-story-nav.active {
	opacity: 1;
}

.close-stories, .open-story-nav {
	color: #fff;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: 700;
}

.close-stories .fa-times, .open-story-nav .fa-plus {
	color:#545454;
}

.story-browser {
	border-top:2px solid #e11e22;
	margin-top: 15px;
	color:#fff;
}

.story-browser .nav-column {
	float:left;
	width:44%;
	margin-right:6%;
}


.story-browser li {
	font-size: 3.2em;
	line-height: 1.16em;
	margin-bottom: 24px;
	font-weight: 600;
}

.story-browser ul {
	border-bottom: 4px solid #fff;
	
}

.story-browser ul.active-silo  {
	margin-top: 30px;
}

.story-browser .active-silo li{
		font-size: 4.6em;
	line-height: 1.3em;
	border-bottom: 4px solid #fff;;
	color:#fff;
	font-weight: 700;
	padding-bottom:16px;
	margin-bottom: 16px;
}

.story-browser .active-silo li em {
	font-weight: 400;
}

.story-browser .active-silo li a{
	text-decoration: none;
}

.story-browser  li a .fa-stack {
	font-size: 15px;
}

.story-browser .active-silo li:last-child {
	border-bottom:none;
}
.story-browser  li a .fa-stack .fa-plus {
	color:#fff;
}

.story-browser .red-silo li a .fa-stack {
	color:#e11e22;
}

.story-browser .blue-silo li a .fa-stack {
	color:#44bedd;
}

.story-browser .yellow-silo li a .fa-stack {
	color:#f5af14;
}

.story-browser .green-silo li a .fa-stack  {
	color:#84bd00;
}
.story-browser .grey-silo li a .fa-stack  {
color:#A2AAAD;
}

.story-browser .silo-title {
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: 200;
	margin-bottom: 27px;
	display: block;
	margin-top: 22px;
	padding-top:2px;
}

.stories article {
	position: absolute;
	top:247px;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	background-color: #333333;
	padding: 0 0 100px 112px;
	width: 100%;
	max-width: 1120px;
	transform:translateX(300%);
	transition:transform .6s;
	z-index: 4;
	z-index: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}
.stories article.active {
	transform:translateX(0%);
	transition:transform .6s;
}

.stories article.open-story-active {
	transform:translateX(0%);
	transition:transform 0s;	
}

.stories article .imagewrap {
	position: relative;
	width:100%;
	margin-bottom: 80px;
}

.stories article .imagewrap img {
	width:37%;
	margin-right: 5%;
}

.stories article .imagewrap h1 {
	position: absolute;
	left:42%;
	bottom:0;
	border-bottom: 1px solid #fff;
	width:58%;
	padding-bottom: 30px;
	margin:0;
	font-size: 6em;
	line-height: 1.18em;
	text-align: left;
	color:#fff;
	padding-right:44px;
	box-sizing:border-box;
}

.stories article  p, .stories article  li {
font-size: 1.8em;
line-height: 1.5em;
color: #fff;
margin-bottom: 34px;
padding-right:44px;
	box-sizing:border-box;
font-weight: 200;
}

.stories article a {
	color: inherit;
	text-decoration: underline;
	font-weight: 500;
}

.stories article  li {
	margin-left: 1em;
	margin-bottom: 20px;
}

.graph {
	text-align: center;
}

.graph {
	padding:0 10%;
	margin:0;
	box-sizing: border-box;
}

.colghg {
	padding:0;
	float:left;
	width:50%;
}

.colenergy {
	width:40%;
	float:left;
	padding:0 6%;
	box-sizing:border-box;
	margin-left: 10%;
}

.colenergy img {
	margin-top: 50px;
}

.graph h3 {
	margin-bottom: 10px;
}
.graph h6 {
	margin-bottom: 16px;
}

.callout-bar-item {
	text-align: center;
	margin:0;
	padding:0 3%;
	box-sizing:border-box;
}

.callout-bar-item h3 {
	margin-bottom: 4px;
	font-size: 3.6em;
}

.callout-bar-item h4 {
	font-size: 2.08em;
}

.home-section{
	background-size: cover;
	background-position: center;
}

.home-section .overlay {
top: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,.5);
z-index: 1;
max-width: 1320px;
margin: 0 auto;
width: 50%;
height: 100%;
position: absolute;

}

.home-section.home-section-right .overlay {
   /* background: linear-gradient(90deg,rgba(0,0,0,0) 620px, rgba(0,0,0,.3) 720px, rgba(0,0,0,.3) 1220px, rgba(0,0,0,0) 1320px, rgba(0,0,0,0)); */
   background:  linear-gradient(270deg,rgba(0,0,0,.5) 0, rgba(0,0,0,.5) 100px, rgba(0,0,0,.5) 700px, rgba(0,0,0,0) 701px, rgba(0,0,0,0));
}


.home-section .container {
	z-index: 2;
	position: relative;
	max-width: 1320px;
}

.home-section p.intro {
	margin:0;
}

.static-content-container {
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:auto;
	z-index: 6;
}

.content-column {
width: 100%;
padding-top: 90px;
color: #fff;
text-align: center;
padding-bottom: 90px;
box-sizing: border-box;
padding: 0 70px;
z-index: 2;

}

.landing .home-section .container {
/*max-width:1020px;*/
}

.landing .home-section .overlay {
	position: static;
	margin: 0;
	width:50%;
	
}

.landing .content-column {
	padding:90px 70px 90px 70px;
	margin:0;
}

.home-section-right .content-column {
	float:right;
}

.content-column:after {
	clear:both;
	content:'';
	display: block;
}

.content-column h2 {
    font-size: 6em;
    line-height: 1.176em;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    }

.content-column h2 em {
	font-weight: 300;
}

.content-column a {
	font-size: 18px;
	margin-top:24px;
	color:#fff;
	display: block;
	margin-bottom: 45px;
}

.content-column a .fa-stack {
	color: #e11e22;
	font-size: 15px;
}

.content-column a .fa-stack .fa-plus {
	color: #fff;
}
.silo3 .home-section {
	background-image:url(../_img/Hudbay_CSR_Approach_Landing.jpg);
}

.silo4 .home-section {
	background-image: url(../_img/people-background.jpg);
}

.silo5 .home-section {
	background-image: url(../_img/SocialImpact_Landing_Image.jpg);
}

.silo6 .home-section {
	background-image: url(../_img/Environment_Landing_Image.jpg);
}

.related-links {
	width:100%;
	text-align: center;
	color: #010101;
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1em;
	padding:7px 0;
	border-top:1px solid #59cbe8;
	margin-bottom: 45px;
	border-bottom:1px solid #59cbe8;
}

.silo5 .related-links {
	border-top:1px solid rgba(255,184,28,.25);

	border-bottom:1px solid rgba(255,184,28,.25);	
}

.silo6 .related-links {
	border-top:1px solid rgba(132,189,0,.25);

	border-bottom:1px solid rgba(132,189,0,.25);	
}

.related-links .related-title {
	font-weight: 700;
}

.related-links a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding-right:12px;
	border-right:1px solid #818181;
	margin-right: 7px;
}
.related-links a:last-child{
	margin:0;
	padding:0;
	border:none;
}

.inner-padding {
	box-sizing: border-box;
	padding:0 24px;
}

#our-company section.map {
	background-image: url(../_img/map_with_locations.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	padding-top:100px;
	padding-bottom:100px;
}

#our-company .content .col33 {
	box-sizing: border-box;
	position: relative;
	padding:40px 4%;
}

#our-company .content .col33 img {
	width:100%;
	height:auto;
	max-width: 192px;
}

#our-company .content .col33 h2 {
	font-size: 5.4em;
	margin-bottom: 0;
	text-transform: none;
	margin-top: 0;
	line-height: 1.2em;
}

#our-company .content  .col33 h3 {
	font-size: 2.8em;
	font-weight: 500;
margin-bottom: 3px;
}

#our-company p.location i {
	display: inline-block;
	margin-left: 20px;
	font-size: 1.2em;
	color:#ff0000;
}

#our-company .clear.rosemont{
	height:200px;
}

#our-company .content{
	text-align: center;
}
#our-company .content li {
	text-align: center;
	list-style-image:none;
	list-style-type: disc;
	margin-bottom: 3px;
	list-style-position: inside;
	font-size: 1.8em;
}

#our-company .container {
	
}


#our-company section.content p.intro {
	
}

.desktop-position-map {
	position: absolute;
	text-align: left;
}

.arizona-position {
	top:197px;
	right:100%;
	text-align: right;
	width:200px;
}

.peru-position {
	top:197px;
	right:100%;
	text-align: right;
	width:200px;
}



.team-member {
	float:left;
	width:33.3%;
	text-align: center;
	margin-top: 70px;
}

section.content .team-member img {
	margin:0 auto;
	width:auto;
	height:150px;
	display: block;
}

section.content .team-member h5.name {
	font-size: 2.1em;
	line-height: 2em;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 0;
}


section.content .team-member p.position {
	font-size: 1.6em;
	line-height: 1.4em;
	color:#6a747b;
	width:75%;
	margin:0 auto;
}

.more-info {
	float:left;
	width:66.6%;
	margin-top: 70px;	
	box-sizing: border-box;
	text-align: center;

	
	position: relative;
}

.more-info a {
	color:inherit;
    text-decoration: none;
    position: absolute;
    top:50%;
    width:100%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
   	padding:0 18%;
   	display: block;
   	box-sizing: border-box;
}

.more-info a .fa {
	color: #e11e22;
	display: block;
	padding-top: 25px;
}

.highlight-image {
	width:100px;
	height:auto;
	margin:0 auto 20px;
}

.highlight-image.top-40 {
	width:100%;
	max-width: 275px;
}

.chart.float-right {
	width:20%;
	margin:0 0 20px 40px;
	float:right;
}
.graph.width300 {
	width:100%;
}


.graph.width300 img, .graph.width300 table {
	max-width: 300px;
	width:100%;
	margin: 30px auto;
}

section.content .toggle-bar h4 {
	padding-top: 20px;
}

section.content .closemore {
	padding-bottom: 20px;
}

.toggle-bar:before, .toggle-bar:after {
	width:0%;
	transition: width .5s;
	height:2px;
	margin:0 auto;
	background-color: #acacac;
	display: block;
	content:'';
}
.toggle-bar.open:before, .toggle-bar.open:after {
	width:100%;
}

