/*
 * HOME BACKGROUNDERS
 */
section#home-backgrounders .container {  
	max-width: 1040px;
	width: 100%;
	padding: 0px; }
section#home-backgrounders {
    background:url('../img/backgrounders-bg.jpg');
    background-size: cover;
    padding-top: 26px; }
section#home-backgrounders .mCustomScrollbar { 
	overflow-y: auto!important; 
	overflow-x: hidden;
	min-height: 271px;	
	max-height: 271px; }
section#home-backgrounders .columns {
	width: 25%;
	float: left; 
	overflow: hidden; 
	cursor: pointer; 
	padding-left: 0;
	padding-right: 0; }
section#home-backgrounders .columns .columns {
    width: 50%;
    float: left; 
	padding: 0px 10px; }
section#home-backgrounders .columns .columns figure{
    background-repeat:no-repeat;  
	background-position:center center;
	min-height:165px; 
	max-height:165px; 
	min-width:240px; 
	max-width:240px;
	position:relative; }
section#home-backgrounders .columns .columns figure:before {
    content: "";
    width: 0px;
    position: absolute;
    bottom: 0;
	left: 0px;
    top: 0;
    border-bottom: 5px solid #fdc031; 
	transition: all;
	transition-duration: 0.4s;
}
section#home-backgrounders .columns .columns:hover figure:before{ width:100%;}

section#home-backgrounders img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    height: auto; }

	
section#home-backgrounders .columns .row .mCustomScrollbar {
	opacity: 0;
	
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}
section#home-backgrounders .columns.open .row .mCustomScrollbar{
	opacity: 1;
}
section#home-backgrounders .columns .row .mCustomScrollbar2 {
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}
section#home-backgrounders .columns .row .mCustomScrollbar2:hover h3{
	color: #fdc031;
}
section#home-backgrounders .columns.open .row .mCustomScrollbar2{
	opacity: 0;
}

section#home-backgrounders .columns .row {
    width: 200%;
    padding: 0;
	/* transition-property: all;
    transition-duration: 0.5s; */
    transform: translateX(-50%); 
}
section#home-backgrounders .item.open .row { 
	transform: translateX(0); 
}



section#home-backgrounders h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 47px;
    display: inline-block;
    position: relative; }
section#home-backgrounders h3:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -18px;
    border-bottom: 1px solid #fff; }
    
section#home-backgrounders .columns h3 {
    color: #fff;
    cursor: pointer;
    margin-top: 16px;
    margin-bottom: 11px; 
	transition: all;
	transition-duration: 0.4s;
}
section#home-backgrounders .columns h3:before { display: none; }
    
section#home-backgrounders p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px; 
}
    
section#home-backgrounders .item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: auto;
	padding-right: 10px;
}
    
section#home-backgrounders .item ul li {
    position: relative;
    border-bottom: 1px solid #636363; 
	padding-right: 5px;
}
section#home-backgrounders .item ul li:first-child { border-top: 1px solid #636363; }
    
section#home-backgrounders .item ul a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 21px;
    padding-bottom: 22px;
    display: block;
    position: relative; }
section#home-backgrounders .item ul li:first-child a {
    font-size: 18px;
    padding-left: 18px;
    padding-top: 35px;
    padding-bottom: 33px; 
	outline: none !important;
}
section#home-backgrounders .item ul li:first-child a:first-child {
    width: 10px;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
section#home-backgrounders .item ul a:hover { color: #fdc031; }

section#home-backgrounders .item ul span {
    font-size: 14px;
    margin-top: -1px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%); }

section#home-backgrounders .item ul span.title {
    font-size: 16px;
	font-weight:bold;
    margin-top: -1px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%); 
	width: 130px;
	line-height: 4;
}
    
section#home-backgrounders .item ul i {
    background-image: url(../images/icon-arrow-backgrounders.png);
    width: 7px;
    height: 11px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
section#home-backgrounders .item li a i { background-position: 0 -11px; }
section#home-backgrounders .item li a:hover i { background-position: 0 0; }
section#home-backgrounders .item li:first-child a:first-child i { background-position: -7px -11px; }
section#home-backgrounders .item li:first-child a:first-child:hover i { background-position: -7px 0; }

section#home-backgrounders .cta {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    min-width: 140px;
	width: auto;
	padding: 0px 30px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    /* display: block; */
	display: inline-table;
    border: 1px solid #fff;
    border-radius: 3px; 
	margin-bottom: 1px;
}
section#home-backgrounders .cta:hover {
    color: #252525;
    text-decoration: none;
    background-color: #fdc031;
    border-color: #fdc031; }

@media screen {
    section#home-backgrounders { padding-bottom: 0; }

    section#home-backgrounders .row {
        margin-left: 0;
        margin-right: 0; }

    section#home-backgrounders .item { 
		margin-bottom: 34px;	
	}
}

@media screen and (min-width: 1280px) {
    section#home-backgrounders { padding-bottom: 7px; }
}



/*
 * BACKGROUNDERS INDEX
 */
section#section-backgrounders { border-bottom: 1px solid #ccc; }

section#section-backgrounders .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 41px;
    margin-top: 40px; 
}

section#section-backgrounders .container .columns.lg-1 figure {
	background-position:center center; 
	background-repeat:no-repeat; 
	min-width:240px; 
	max-width:240px; 
}
section#section-backgrounders .container .columns.lg-1 {
    margin-bottom: 31px;
	min-height: 313px;
	max-height: 313px;
	overflow: hidden;
}
section#section-backgrounders .container .columns.lg-1 figure,
section#section-backgrounders figure .border-b-4{
	height: 165px;
	min-height:165px; 
	max-height:165px;
}
section#section-backgrounders figure .border-b-4{
    width: 0;
    border-bottom: 4px solid #4e7235;
    transition: all;
    transition-duration: 0.4s;
}
section#section-backgrounders .lg-1:hover .border-b-4 { 
	width: 100%; 
}
section#section-backgrounders .lg-1:hover h4 { 
	color:#4e7235;
}

section#section-backgrounders .container .scrollToTop{
	position:fixed;
	bottom:20%;
	right:6.3%;
	display:none;
	background: url('../images/Button-BackToTop.png') no-repeat;
	width: 49px;
	height: 49px;
	background-position: bottom center;
	z-index: 9999;
}
section#section-backgrounders .container .scrollToTop:hover{
	text-decoration:none;
	background-position: top center;
}
    
section#section-backgrounders .row {
    margin-left: -10px;
    margin-right: -10px; }

section#section-backgrounders hr {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    border: none;
    border-top: 1px solid #ccc; }
	
section#section-backgrounders hr:last-of-type {
	display:none;
}

section#section-backgrounders .row .row {
    margin-left: -10px;
    margin-right: -10px;
    border: none; }
    
section#section-backgrounders .columns {
    padding-left: 10px;
    padding-right: 10px;
    display: block; }

section#section-backgrounders h2 {
    color: #252525;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 19px;
    position: relative; 
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: -5px;
	font-size: 18px;
}
section#section-backgrounders h2:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid #ccc; 
}
    
section#section-backgrounders h4 {
    color: #252525;
    margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.5;
}
    
section#section-backgrounders p {
    color: #636363;
    line-height: 1.5;
    margin-bottom: 0px;
	min-height: 106px;
	max-height: 106px;
	overflow: hidden;
}

section#section-backgrounders .container { 
	max-width: 1040px; 
	margin:0 auto; 
	width: 100%; }

section#section-backgrounders .columns.lg-1 { width: 25%; }
section#section-backgrounders .columns.lg-3 { width: 75%; }
section#section-backgrounders .columns.lg-3 .columns.lg-1{ 
	min-width:260px;
	text-decoration:none;	}

@media screen {}
@media screen and (min-width: 640px) {}
@media screen and (min-width: 1280px) {}


/*
 * SECTION BACKGROUNDERS DETAIL
 */
section#backgrounders-detail { padding-top: 50px; }
section#backgrounders-detail.slideshow {
    background-color: #f5f5f5;
    padding-bottom: 50px; }

section#backgrounders-detail .container {
    padding-left: 20px;
    padding-right: 20px; }
    
section#backgrounders-detail .row {
    margin-left: -20px;
    margin-right: -20px; }
    
section#backgrounders-detail.slideshow .row:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 60px;
    margin-left: -1.5px;
    position: absolute;
    left: 50%;
    top: 125px;
    z-index: 10; 
}
section#backgrounders-detail .left .columns {
    padding-left: 0px;
    padding-right: 0px; 
}
section#backgrounders-detail .container {
	width: 100%;
	max-width: 1060px; }
@media screen {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1280px) {}

section#backgrounders-detail .backgrounders-title,
section#backgrounders-detail .backgrounders-title .backgrounders_title_middle_content{
	height: 360px;
}
section#backgrounders-detail .backgrounders-title {
    text-align: center;
    background-color: #101010;
	background-repeat:no-repeat;
    width: 100%;
    margin-bottom: 35px; 
}
section#backgrounders-detail .backgrounders-title .backgrounders_title_middle_content{
    display:table;
	width: 100%;
}
section#backgrounders-detail figcaption{
	font-size: 13px;
	color: #636363;
	line-height: 1.5;
	padding-top: 12px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ebebeb;
	text-align:left;
}
section#backgrounders-detail figcaption p{
	margin-bottom:0px;
	font-size: 13px;
	color: #636363;
	line-height: 1.5;
}
section#backgrounders-detail .backgrounders-title .backgrounders_title_middle_content div{
    display:table-cell;
	vertical-align:middle;
}

section#backgrounders-detail .container-map {
    margin-left: 30px;
    float: right; }
    
section#backgrounders-detail .container-map .map { background-color: #ccc; }
    
section#backgrounders-detail .container-map figure { border-bottom: 1px solid #ccc; }
    
section#backgrounders-detail .container-map figcaption {
    font-size: 13px;
    color: #555;
    margin-top: 0;
    margin-bottom: 0; }

section#backgrounders-detail h1 {
    font-size: 40px;
    color: #252525;
    margin-top: 0;
    margin-bottom: 14px; 
	margin-top: -8px;
}
    
section#backgrounders-detail h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 17px;
    position: relative; 
}
section#backgrounders-detail h2:before {
    content: "";
    width: 30px; 
    position: absolute;
    left: 0;
    bottom: -13px;
    border-bottom: 1px solid #ccc; 
}
section#backgrounders-detail p {
	font-size: 14px;
    color: #636363;
    line-height: 24px;
    margin-bottom: 25px; 
}
section#backgrounders-detail p a{
	font-weight:normal; 
	color:#4e7235;
	/* text-decoration: underline; */
	border-bottom:1px solid #4e7235;
}
section#backgrounders-detail p img{
	margin-bottom: 30px;
}
section#backgrounders-detail .columns.left figure {
	margin-bottom: 35px;
	padding-top: 10px;
}
section#backgrounders-detail .columns.left iframe,
section#backgrounders-detail .columns.left .embed-responsive iframe{
	margin-top: 12px;
	padding-bottom: 44px;
}
section#backgrounders-detail .columns.left ol, 
section#backgrounders-detail .columns.left ul {
	margin-bottom: 29px;
}
section#backgrounders-detail .right h2 {
	color: #252525;
    margin-top: -3px; 
	font-size: 16px;
	font-weight: bold; 
}
section#backgrounders-detail .right h2:before { display: none; }

section#backgrounders-detail .right .container-related.reports .article figure{
	background-repeat:no-repeat;
	background-position:center center; 
	max-height:98px; 
	height:98px; 
	width:70px; 
	max-width:70px;
	float: left;
	background-color: #e8e8e8;
}
section#backgrounders-detail .right .container-related.reports .article .text{
	width: 100%;
	max-width: inherit;
	float: left;
}
section#backgrounders-detail .right .container-related.reports .article .text h4{
	color: #252525; 
	font-size: 14px; 
	line-height: 1.5;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: -5px;
	font-weight: bold;
}
section#backgrounders-detail .right .container-related.reports .article .text h4 small{
	font-size: 12px;
	color:#636363;
	white-space: nowrap;
	margin-top: 10px;
	display: block;
}
section#backgrounders-detail .right .container-related.reports .article:hover .text h4{ color: #4e7235; }

section#backgrounders-detail .right .container-related.news .article figure{
	background-repeat:no-repeat;
	background-position:center center; 
	max-height:185px; 
	height:185px; 
	width:100%; 
	max-width:inherit;
	background-color: #e8e8e8;
}
section#backgrounders-detail .right .container-related.news .article figure .border-b-4{
    width: 0;
	position: absolute;
	margin-top: 181px;
    border-bottom: 4px solid #4e7235;
    transition: all;
    transition-duration: 0.4s;
}
section#backgrounders-detail .right .container-related.news .article:hover .border-b-4 { 
	width: 100%; 
}
section#backgrounders-detail .right .container-related.news .article h4 { 
	color: #252525; 
	font-size: 14px; 
	line-height: 1.5;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 12px;
}
section#backgrounders-detail .right .container-related.news .article h4 small{
	font-size: 12px;
	color:#636363;
	white-space: nowrap;
	margin-top: 10px;
	display: block;
}
section#backgrounders-detail .right .container-related.news .article:hover h4 { color: #4e7235; }

section#backgrounders-detail p.lead {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase; }
    
section#backgrounders-detail p.back {
	color: #4e7235;
	margin-left: -20px;
	margin-top: 12px;
	margin-bottom: 0;}
     
section#backgrounders-detail p.back a {
	color: inherit;
	padding-left: 20px;
	position: relative;
	text-decoration: none!important;
	border-bottom:none;
}
section#backgrounders-detail p.back a:before {
	content: "";
	background-image: url(../images/icon-arrow-back.png);
	width: 10px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px; 
}

section#backgrounders-detail .columns.left, 
section#backgrounders-detail .columns.right { 
	padding-left: 20px;
	padding-right: 20px;
}
section#backgrounders-detail .columns.left { 
	width: 720px;
}
section#backgrounders-detail .columns.right { 
	width: 340px;	
}
	
section#backgrounders-detail .columns.back { 
	width: 100%; 
	padding-left: 20px;
	padding-bottom: 44px;
}
section#backgrounders-detail .columns.backgrounders-share { width: 100%; }

@media screen {
    section#backgrounders-detail .container-map {
        margin-left: 0;
        float: none; }

    section#backgrounders-detail .container-map .map {
        width: 100%;
        height: 160px; }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1280px) {
    section#backgrounders-detail .container-map {
        margin-left: 30px;
        float: right; }

    section#backgrounders-detail .container-map .map {
        width: 260px;
        height: 160px; }
}



/*
 * BACKGROUNDERS TIMELINE
 */
section#backgrounders-detail .container-timeline {
     height: 360px;
     margin-bottom: 34px; }
    
section#backgrounders-detail .timeline .item {
    padding-right: 20px;
    position: relative; }

section#backgrounders-detail .timeline h3 {
    line-height: 1.5;
    text-transform: none;
    margin-top: -2px;
    margin-bottom: 0; }
section#backgrounders-detail .timeline h3:before { display: none; }

section#backgrounders-detail .timeline p.date {
    text-align: right;
    padding-right: 32.5px;
    position: relative;
    float: left; }
section#backgrounders-detail .timeline p.date:before {
    content: "";
    background-color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -12.5px;
    border: 5px solid #fdc031;
    border-radius: 50%; }
    
section#backgrounders-detail .timeline .text {
    width: 525px;
    padding-left: 32.5px;
    float: left;
    border-left: 1px solid #d7d7d7; }

section.section-backgrounders-detail{
	padding-bottom: 40px;
	background: #F5F5F5;
	padding-top: 40px;
}	

section#backgrounders-detail .columns.left .reference { 
    padding-top: 11px;
    padding-bottom: 15px;
    border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 22px;
}
section#backgrounders-detail .columns.left .reference h5 {
    margin-top: 6px;
    margin-bottom: 0px;
    text-transform: uppercase;
	width: 105px;
    float: left;
    font-size: 13px;
}
section#backgrounders-detail .columns.left .reference .text {
    padding-top: 3px;
	width: 575px;
	float: left;
}
section#backgrounders-detail .columns.left .reference .text p {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
	margin-bottom: 0px;
}
section#backgrounders-detail .columns.left .reference .text p sup {
    left: 0;
}

@media screen {
    section#backgrounders-detail .container-timeline { width: 100%; }

    section#backgrounders-detail .timeline p.date { width: 30%; }

    section#backgrounders-detail .timeline .text { width: 70%; }
}

@media screen and (min-width: 768px) {
    section#backgrounders-detail .timeline p.date { width: 20%; }

    section#backgrounders-detail .timeline .text { width: 80%; }
}

@media screen and (min-width: 1280px) {

    section#backgrounders-detail .timeline p.date { width: 115px; }

    section#backgrounders-detail .timeline .text { width: 525px; }
}



/* 
 *  BACKGROUNDERS FAQ
 */
.panel-group  { margin-top: -17px; }

.panel-group .panel { border: none; }

.panel-default .panel-heading {
    padding: 0;
    padding-top: 10px;
    background-color: #fff;
    border: none; }
    
.panel-heading h4 {
    color: #4e7235;
    margin-top: 14px;
    margin-bottom: 3px;
    position: relative; }
.panel-heading:first-child h4 { margin-top: 0; }

.panel-heading h4 a {
    display: block;
    position: relative;
    font-weight: inherit;
    color: inherit;
    padding-bottom: 0;
    border: none; }
.panel-heading h4 a.collapsed { padding-bottom: 11px;  }

.panel-heading h4 a:before {
    content: "";
    background-image: url(../images/icon-arrow-faq.png);
    width: 18px;
    height: 11px;
    position: absolute;
    top: 3px;
    right: 0; }
.panel-heading h4 a[aria-expanded="true"]:before { background-position: 0 -11px; }
    
.panel-default > .box { border-bottom: 1px solid #ccc; }   
    
.panel-default > .box  > .panel-heading + .panel-collapse { border-bottom: none; }

.panel-default > .box > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    padding-right: 40px;
    border: none; }
    
.panel-body p { margin-bottom: 14px!important; }



/*
 * BACKGROUNDERS RELATED
 */
section#backgrounders-detail .container-related .article {
    display: block;
	position: relative;
    padding-top: 20px;
    margin-bottom: 7px;
    border-top: 1px solid #ccc; }
section#backgrounders-detail .container-related .article:first-child {
    padding-top: 0;
    border: none; }

section#backgrounders-detail .container-related img { width: 100%; max-width: none; }
section#backgrounders-detail .container-related.reports img { float: left; }
section#backgrounders-detail .container-related.news img { margin-bottom: 16px; }
    
section#backgrounders-detail .container-related .cta {
    font-size: 14px;
    color: #4e7235;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 38px;
    display: block; 
	border:1px solid #4e7235;
	font-weight: bold;
	transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
section#backgrounders-detail .container-related .cta:hover {
    background-color: #4e7235;
	color:#fff;	
}

@media screen {
    section#backgrounders-detail .container-related.reports .article { margin-bottom: 7px; }

    section#backgrounders-detail .container-related img { display: none; }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1280px) {
    section#backgrounders-detail .container-related.reports .article { margin-bottom: 20px; }

    section#backgrounders-detail .container-related img { display: block; }
}



/* 
 *  BACKGROUNDERS SLIDESHOW
 */
.slideshow-backgrounders {
    overflow: hidden;
    margin: auto; }
    
.slideshow-backgrounders .item {
    background-color: #666;
    height: 320px;
    float: left;
    position: relative; }
.slideshow-backgrounders .item .transparent_next_and_prev{
	display:block;
	height:100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.slideshow-backgrounders .item a:hover .transparent_next_and_prev {
	background: rgba(78,114,53,0.5);
	transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
.slideshow-backgrounders .item span{
	width: 2px; 
	height: 70px; 
	background: #fff; 
	display: block; 
	position: absolute; 
	top: 38.5%;
}
.slideshow-backgrounders .item h1 {
    color: #fff;
    position: absolute;
    top: 150px; 
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
	
.slideshow-backgrounders .item:nth-child(odd) { background-color: #ccc; }
.slideshow-backgrounders .item:nth-child(odd) h1 { left: 30px; }
.slideshow-backgrounders .item:nth-child(even) h1 { right: 30px; }

.slideshow-backgrounders .item:nth-child(odd) .button-action:before{
	content:"Prev"; 
	left:30px;
}
.slideshow-backgrounders .item:nth-child(odd) .button-action:before,
.slideshow-backgrounders .item:nth-child(even) .button-action:before{ 
	background-color:#fff; 
	padding:5px 10px; 
	font-weight:bold;
	text-transform:uppercase;
	position: absolute;
	color:#252525;
	top: 40%;
}
.slideshow-backgrounders .item:nth-child(even) .button-action:before { 
	content:"Next"; 
	right:30px;
}

.slideshow-backgrounders .item:nth-child(odd) span { float: right; right: 0px;  }
.slideshow-backgrounders .item:nth-child(even) span { float: left; left: 0px;  }

/* .slideshow-backgrounders .slick-current.slick-active h1 { left: 30px; }
.slideshow-backgrounders .slick-active h1 { right: 30px; } */

.slideshow-backgrounders button {
    font-size: 14px;
    font-weight: 700;
    color: #252525;
    line-height: 28px;
    text-transform: uppercase;
    background-color: #fff;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    position: absolute;
    top: 125px; 
    z-index: 9; }
.slideshow-backgrounders .slick-prev { left: 30px; }
.slideshow-backgrounders .slick-next { right: 30px; }

@media screen {
    .slideshow-backgrounders { width: 100%; }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1280px) {
    .slideshow-backgrounders { width: 1040px; }
}

/* anchor */
#areas, 
#take-action, 
#commodities,
#values-issues{
	margin-top: -110px;
	position: absolute;
}
/* anchor */