:focus { outline: 0; }
a:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:0;
  outline: 0;
  outline-offset: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}    line-height: 1em;
html{
    width:100%;
    overflow-x:hidden;
}
body{
    font-family:'Averta W01 Regular';
    font-size:16px;
    line-height:26px;
    color:#000;
    background-color:#fff;
    position:relative;
}
.overflowX{
    overflow: auto; 
    overflow-x:hidden;
}

a {
    color:#000000;
}

a:focus, 
a:hover,
a:active {
	color: #00ae4d;
    text-decoration: none;
}

@media (min-width: 768px) {
    .mobile{
        display:none!important;
    }
}
@media (max-width: 767px) {
    .desktop{
        display:none!important;
    }
}

h1{
    margin:0;
    line-height:normal;
}
h2{
    margin:0;
    line-height:normal;
}

/* nav
------------------------------------------------ */
.left370px{
    left:370px;
}
.background-color .logo-video,
.page .navbar-fixed-top .logo-video {
    display:none;
}
.page .navbar-fixed-top{
    margin-top:0;
    width:100%;
    float:left;
}
.page .navbar-fixed-top .top-left,
.background-color .top-left{
    display:block;
    overflow:visible;
    float:left;
    color:#fff;
    /*margin-top:19px;*/
    margin: 10px 0;
}

.menu-top{
    display:inline-block;
    margin-right:25px;
    margin-top: 7px;
    float:left;
    position:relative;
    cursor:pointer;
}
#menu-t{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
	display: inline-block;
}
.left-bar{
    display:inline-block;
    position:relative;
    font-size: 24px;
    overflow: hidden;
}
.left-bar .icon-bar {
  display: block;
  width: 25px;
  height: 4px;
  background-color:#fff;
}
.menu-top .icon-bar + .icon-bar {
  margin-top: 4px;
}
#menu-t:hover .left-bar .icon-bar{
    background-color:#999;
}

.separator-v{
    display:inline-block;
    float:left;
    width:1px;
    height:31px;
    background-color:#fff;
    margin-right:18px;
}
.top-left img{
    height: 40px;
    margin-right: 25px;
}
span.ar{
    font-family: "Averta W01 Regular";
  	font-size: 18px;
  	line-height: 1.28;
    position:relative;
    vertical-align: middle;
    color: white;
}
.index-html-link,
.index-html-link:hover{
    color:#fff;
    text-decoration:none;
    display: inline-block;
}
.home .index-html-link:hover{
    cursor:default;
}
.home .index-html-link:hover img,
.home .index-html-link:hover span {
    cursor: pointer;
}

.navbar-default {
    background-color:transparent;
}

.board-page .navbar-default,
.page-donors .navbar-default,
.financials-page .navbar-default,
.message-board-chair-page .navbar-default {
	background-color: #00ae4d !important;
}
.home .navbar-fixed-top{
    border-width:0;
    margin:0;    
}
.home .navbar-fixed-top.background-color {
    margin-top:0;
}
.page .navbar-fixed-top {
    border-width:0;
    margin-top:0;
}
.background-color{  
    background-color: rgba(0, 0, 0, 1);
    margin-top:0;
}
.home .navbar-fixed-top .top-left, .background-color .top-left {
    display: block;
    overflow: visible;
    float: left;
    color: #fff;
    margin: 10px 0;
}
.board-page .background-color,
.page-donors .background-color,
.financials-page .background-color,
.message-board-chair-page .background-color {
	background-color: #00ae4d !important;
}
.nav-border{
    /*min-height:75px;*/
    min-height:60px;
}
.background-color .nav-border{
    border-bottom:none;
}
.navbar-brand{
    padding:14px 15px;
    display: none;
}

.navbar-toggle{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    padding:0;
    width:44px;
    height:44px;
    border:none;
    margin:0;
    background-color:transparent!important;
}
.page .navbar-fixed-top .navbar-toggle,
.background-color .navbar-toggle{
    margin:8px 0 0 0;
}
.navbar-toggle img{
    width:44px;
}
.navbar-toggle:hover img{
    background-color:transparent!important;
    opacity:.7;
}
.navbar-toggle:hover{
    background-color:transparent;
}

.text-navbar p{
    font-size:14px;
    margin-bottom:0;
    padding:0;
    line-height:normal;
    display:inline;
    font-style:italic;
}   
@media (min-width: 768px) {
    .home .navbar-fixed-top .container-fluid{
        padding-left:30px;
        padding-right:30px;
    }
    .page .navbar-fixed-top .container-fluid{
        padding-left:30px;
        padding-right:30px;
    }
    .text-navbar{
        float:left;
        margin:17px 0 0 30px;
    }
    .text-navbar strong{
        display:inline-block;
        border-right:1px solid #000;
        padding-right:12px;
        margin-right:6px;
    }   
}


/* end nav
------------------------------------------------ */

.container-padding{
    padding-top:110px;
    padding-bottom:70px;
}

/* New Leadership
------------------------------------------------ */
.leadership-letter-title {
    font-size: 30px;
    line-height: 40px;
    /* padding-top: 30px; */
    margin-bottom: 40px;
    text-align: left;
}
.new-leadership h2{
    text-align:center;
}
.new-leadership .col-sm-6{
    text-align:center;
}
.new-leadership-photo{
    width:175px;
    height:175px;
    margin:0 auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-bottom:50px;
}
.home .new-leadership h3 a{
    font-weight:300;
    font-family: "Averta W01 Bold";
}
.home .new-leadership .col-sm-6 h4 a{
    font-weight:200;
    font-family: "Averta W01 Regular";
}
.home .new-leadership a,
.home .new-leadership a:hover{
    text-decoration:none;
    color:#000;
}
.new-leadership a.icon-arrow-right1{
    display:block;
    width:44px;
    height:44px;
    margin:0 auto;
}
.new-leadership a.icon-arrow-right1:hover img{
    opacity:.5;
}
@media (min-width: 768px) {
    .new-leadership h2{
        margin:0 0 100px 0;
    }
    .new-leadership .col-sm-6 h3{
        margin:0 0 5px 0;
    }
    .new-leadership .col-sm-6 h4{
        margin:0 0 14px 0;
    }
    a.icon-arrow-right1{
        margin-top:55px;
    }
}
@media (max-width: 767px) {

    .new-leadership{
        padding-bottom:40px!important;
    }
    .new-leadership .col-sm-6 h2{
        margin:0;
    }
    .new-leadership .col-sm-6 h3{
        margin:0 0 10px 0;
    }
    .new-leadership .col-sm-6 h4{
        margin:0 0 12px 0;
    }
    .new-leadership-photo{
        margin-bottom:20px;
    }
}
/* END New Leadership
------------------------------------------------ */

/* block-2f
------------------------------------------------ */
.block-2f{
    background-position:center bottom;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.table-2f{
    margin:0 auto;
}
.table-2f-td{
    display:inline-block;
    float:left;
    margin:5px;
    overflow:hidden;
    position:relative;
    width:400px;
    height:400px;
    text-decoration:none;
}
.table-2f-td:hover{
    text-decoration:none;
}


.z-2{
    position:absolute;
    z-index:2;
    
}
.z-2-r{
    position:relative;
    width:400px;
    height:400px;
}
.z-2-r .pic-r{
    position:absolute;
    width:400px;
    height:400px;
    z-index:1;
}
.z-2-r .curtain{
    position:absolute;
    width:400px;
    height:400px;
    z-index:2;
}
.z-2-r .pic-r img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.z-2-r .td-2f{
    position:absolute;
    width:400px;
    height:400px;
    z-index:3;
}
.td-2f h2,
.z-2-r .td-2f h2,
.b-1 h2{
    color:#fff;
    font-size:50px;
    padding:225px 15px 0 24px;
    margin:0;
    font-family: 'Averta W01 Black';
}

.b-1 h2 {
    padding:15px 15px 0 24px;
}

.z-2-r .b-5 > h2 {
    padding: 175px 15px 0 24px
}
.z-1{
    position:absolute;
    z-index:1;
    
}
.z-1-r{
    position:relative;
    width:400px;
    height:400px;
}
.z-1-r .pic-r{
    position:absolute;
    width:400px;
    height:400px;
    z-index:1;
}
.z-1-r .td-2f{
    position:absolute;
    width:400px;
    height:400px;
    z-index:3;
}
.z-1-r .td-2f h2{
    color:#fff;
    font-size:50px;
    font-family: 'Averta W01 Black';
    position:absolute;
    bottom:0;
    padding:10px 20px;
    width:100%;
    min-height:132px;
}

.td-2f h2, .b-2 h2{
    font-family: 'Averta W01 Regular';
}  

@media (min-width: 1250px){
    .b-1{
        width:400px;
        height:400px;
    }
    .block-2f{
        padding-top:50px;
        padding-bottom:600px;
    }
    .table-2f{
        width:1230px;
    }
    .table-2f-td,
    .td-2f{
        width:400px;
        height:400px;
    }
    .td-2f h2,
    .z-2-r .td-2f h2,
    .b-1 h2{
        line-height:54px;
    }
}
@media (min-width: 950px) and (max-width: 1249px) {
    .block-2f{
        padding-top:148px;
        padding-bottom:500px;
    }
    .table-2f{
        width:930px;
    }
    .b-1,
    .table-2f-td,
    .td-2f.z-2-r,
    .z-2-r .pic-r,
    .z-2-r .curtain,
    .z-2-r .td-2f,
    .z-1-r,
    .z-1-r .pic-r,
    .z-1-r .pic-r img,
    .z-1-r .td-2f{
        width:300px;
        height:300px;
    }
    .td-2f h2,
    .z-2-r .td-2f h2,
    .z-1-r .td-2f h2,
    .b-1 h2{
        font-size:35px;
    }
}

@media (min-width: 768px) and (max-width: 949px) {  
    .block-2f{
        padding-top:148px;
        padding-bottom:350px;
    }
    .table-2f{
        max-width:630px;
    }
    .table-2f-td,
    .td-2f,
    .b-1,
    .table-2f-td,
    .td-2f.z-2-r,
    .z-2-r .pic-r,
    .z-2-r .pic-r img,
    .z-2-r .curtain,
    .z-2-r .td-2f,
    .z-1-r,
    .z-1-r .pic-r,
    .z-1-r .pic-r img,
    .z-1-r .td-2f{
        width:200px;
        height:200px;
    }
    .td-2f h2,
    .z-2-r .td-2f h2,
    .z-1-r .td-2f h2,
    .b-1 h2{
        font-size:26px;
        font-size:26px;
        padding:10px;
    }

  
}
@media (max-width: 767px) {
    .block-2f{
        height: 2290px !important;
        padding-top:30px;
        padding-bottom:30px;
        background-image:none!important;
        background-color:#000;
    }
    .table-2f-td{
        float:none;
        margin:0;
        display:block;
    }

    .table-2f{
        width:400px;
    }
    .working-with-consumers-box {
        height:170px !important;
    }
    .table-2f-td,
    .td-2f,
    .b-1,
    .table-2f-td,
    .td-2f.z-2-r,
    .z-2-r .pic-r,
    .z-2-r .curtain,
    .z-2-r .td-2f,
    .z-1-r,
    .z-1-r .pic-r,
    .z-1-r .td-2f{
        width:400px;
        height:400px;
        margin-top: 10px;
    }
    .td-2f h2,
    .z-2-r .td-2f h2,
    .z-1-r .td-2f h2,
    .b-1 h2{
        font:42px;
        line-height:45px;
    }
    
}
@media (min-width: 860px) and (max-width: 1250px) {
    .block-2f{
        height: 1500px !important;
    }
    .td-2f h2, .z-2-r .td-2f h2, .b-1 h2 {
        padding: 95px 15px 0 24px;
    }
    .z-2-r .b-5 > h2 {
        padding: 30px 15px 0 24px;
    }
    .b-1 h2 {
        padding: 15px 15px 0 24px;
    }
}

@media (max-width: 479px) {
    .block-2f{
        max-height:1720px; 
        padding-top:15px !important;
        padding-bottom:15px;
        background-image:none!important;
        background-color:#000;
    }
    .table-2f-td{
        float:none;
        margin:0;
        display:block;
    }

    .table-2f{
        width:300px;
    }
    .table-2f-td,
    .td-2f,
    .b-1,
    .table-2f-td,
    .td-2f.z-2-r,
    .z-2-r .pic-r,
    .z-2-r .curtain,
    .z-2-r .td-2f,
    .z-1-r,
    .z-1-r .pic-r,
    .z-1-r .pic-r img,
    .z-1-r .td-2f{
        width:300px;
        height:300px;
    }
    .td-2f h2,
    .z-2-r .td-2f h2,
    .z-1-r .td-2f h2,
    .b-1 h2{
        font-size:26px;
        padding:10px;
    }
    
}

/* end block-2f
------------------------------------------------ */

/* Board Financials
------------------------------------------------ */
.board-financials .col-sm-4{
    text-align:center;
}
.board-financials-icon{
    width:115px;
    height:115px;
    margin:0 auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-bottom:30px;
}
.home .board-financials a,
.home .board-financials a:hover{
    color:#000;
    text-decoration:none;
}
.board-financials a.icon-arrow-right2{
    display:block;
    width:21px;
    height:21px;
    margin:0 auto;
}
.board-financials a.icon-arrow-right2:hover img{
    opacity:.5;
}
.board-financials .col-sm-4 h2{
    margin:0 0 20px 0;
    font-weight:200;
}
@media (min-width: 768px) and (max-width: 930px) {
    .board-financials .col-sm-4 h2{
        font-size:70px;
    }
}
@media (min-width: 767px) {
    .board-financials p{
        min-height:160px;
    }
}
@media (max-width: 767px) {
    .board-financials a.icon-arrow-right2{
        margin-bottom:50px;
    }
    .container-padding{
        padding-top:40px;
        padding-bottom:0;
    }
    .board-financials p {
        min-height: 20px;
    }
}
/* END Board Financials
------------------------------------------------ */

/* Donors
------------------------------------------------ */
.donors-block {
    padding-top:150px;
    padding-bottom:75px;
}

.donors-header .header-info {
	padding: 30px 0 45px 0;
    border-bottom: solid 3px #e5e3e6;
}

.donors-header .header-info .secondary {
	margin-top: 30px;
}

.circle-title {
	margin: 30px 0 15px 0;
}

.circle-item:first-of-type .circle-title {
	margin-top: 60px;
}

.circle-item ul {
	margin: 0;
  	text-align: left;
    padding-left: 0;
}

.circle-item ul li {
    display: inline-block;
}

.circle-item ul li:after {
	content: "\2022";
    display: inline-block;
    padding-left: 5px;
}

.circle-item ul li:last-of-type:after {
	display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.donors-block {
        padding-top:120px;
        padding-bottom:65px;
    }

    .donors-header .header-info {
		padding-bottom: 30px;
    }

	.circle-item:first-of-type .circle-title {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
	html {
        font-size: 14px;
    }

	.donors-block {
        padding-top:90px;
        padding-bottom:60px;
    }

    .donors-header .header-info {
		padding-bottom: 30px;
    }

	.circle-item:first-of-type .circle-title {
        margin-top: 30px;
    }
}
/* Donors
------------------------------------------------ */


#simple-menu{
    position:fixed;
    top:0;
    height:100%;
    z-index:999999;
    width:360px;
    overflow-x:none;
    overflow:auto;
    background:#000000;
}
#simple-menu{
    left:-360px;
    right:auto;
}

@media (max-device-width : 1024px){
.sidr{
    overflow-y:scroll;
}
}
@media (max-width: 767px) {
    #simple-menu{
        width:100%;
    }
    #simple-menu{
        left:-100%;
    }
}
#simple-menu ul{
    display:block;
    padding:0;
    list-style:none;
}
#simple-menu ul li{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
#simple-menu ul{
    margin:5px 15px 0 40px;
}
#simple-menu ul li a{
    display:block;
    padding:15px 0;
    text-decoration:none;
    font-family: 'Averta W01 Bold';
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.4;
  	text-align: left;
    color: #ffffff;
}
#simple-menu ul li a.active,
#simple-menu ul li a:hover {
    color: #00ae4d;
}
#simple-menu ul li.active{
    cursor: default;
}

#simple-menu ul li a.sqr{
    display: block;
    font-family: 'Averta W01 Regular';
    font-weight: normal;
  	font-size: 18px;
  	line-height: 1.44;
  	text-align: left;
  	color: #ffffff;
}
#simple-menu ul li a.sqr:hover,
#simple-menu ul li a.active.sqr{
    color: #00ae4d;
}

.sidr-top{
    overflow:hidden;
}
.home-linkk{
    display:block;
    float:left;
}
.close-link{
    display:block;
    float:right;
    font-size: 18px;
    margin-top: 35px;
    margin-right: 15px;
    top: 0;
    cursor: pointer;
}

/* board-block
--------------------------------------------- */
.board-block{
    padding-top:150px;
    padding-bottom:60px;
}

.board-header .header-info {
	padding: 30px 0;
    border-bottom: solid 3px #e5e3e6;
}

.board-officers, .board-members {
	margin-top: 30px;
}

.board-officers .item {
	margin-top: 30px;
}

.board-officers .item .name {
	margin: 15px 0 5px 0;
}

.board-members-title {
	margin-bottom: 30px;
}

.board-members .item {
	margin-bottom: 30px;
}

.board-members .item .details {
	margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.board-block{
        padding-top:120px;
    }
}

@media (max-width: 767px) {
	html {
        font-size: 14px;
    }

	.board-block {
        padding-top: 90px;
    	padding-bottom: 30px;
    }
}
/* end board-block
--------------------------------------------- */


/* financials-block
--------------------------------------------- */
.financials-block {
    padding-top:150px;
    padding-bottom:15px;
}

.financials-header {
	margin-bottom: 20px;
}

.financials-header .header-info {
	font-family: 'Averta W01 Regular';
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}

.header-info .line-1 {
	padding-top: 30px;
}

.header-info .line-2 {
	padding-top: 5px;
}

.category-block {
	margin-bottom: 40px;
}

.category-block .title {
	margin-bottom: 5px;
}

.category-block .item {
	padding: 20px 0;
    font-size: 0;
}

.category-block .item.pt-10 {
	padding-top: 10px;
}

.category-block .item div {
   	display: inline-block;
    vertical-align: bottom;
}
.category-block .item .col-3,
.category-block .item .col-2 {
   	width: 140px;
    text-align: center;
}

.category-block .item .col-2:before,
.category-block .item .col-3:before {
	content: "$";
    display: inline-block;
}

.category-block .item .col-2.without-currency:before,
.category-block .item .col-3.without-currency:before {
    display: none;
}

.category-block .item .col-1 {
	width: calc(100% - 280px);
    padding-right: 20px;
}

.category-block .item .col-1 div {
	display: block;
}

.category-block .details {
	font-family: 'Averta W01 Regular';
  	font-size: 20px;
  	line-height: 1.4;
  	text-align: left;
    padding: 0 0 20px 0;
}

.mar-bottom-0 {
	margin-bottom: 0px !important;
}

.category-block .title.special-title {
	margin: 25px 0 -15px 0;
}

.header-line {
	padding: 20px 0;
}

.border-bottom {
	border-bottom: solid 1px #979797;
}

.fs-20 {
	font-size: 20px!important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.financials-block {
        padding-top:120px;
        padding-bottom:10px;
    }

	.category-block .item .col-1 {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
	html {
        font-size: 14px;
    }

	.financials-block {
    	padding-top: 90px;
    }

    .financials-header .header-info {
		padding-bottom: 30px;
        border-bottom: solid 3px #e5e3e6;
    }

    .border-bottom {
        border-bottom: solid 3px #e5e3e6;
    }

    .category-block .item .col-3,
    .category-block .item .col-2 {
    	width: 50%;
    	text-align: left;
    }

    .category-block .item .col-1 {
    	width: 100%;
    	margin-bottom: 10px;
    }

    .category-block .title {
    	margin-bottom: 0;
    }

	.fs-20 {
        font-size: 18px!important;
    }

	.category-block .item .col-3 {
		padding-left: 20px;
    }
}

/* end financials-block
--------------------------------------------- */

/* message-board-chair-block
--------------------------------------------- */
.message-board-chair-block {
    padding-top:120px;
    padding-bottom:40px;
}

.message-board-chair-block .title {
	margin-bottom: 30px;
}

.message-board-chair-block .title.title-marta {
	margin-bottom: 40px;
}

.message-board-chair-block .title.title-marta div:first-of-type {
	margin-bottom: 10px;
}

.message-board-chair-block .title.chair-title {
	margin-bottom: 50px;
}

.message-board-chair-block .image-block {
	margin-bottom: 30px;
    position: relative;
    height: 340px;
}

.president-letter .message-board-chair-block .image-block {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.president-letter .message-board-chair-block .image-block img {
	width: 100%;
    margin-top: 0px;
}

.message-board-chair-block .image-block .cover-image {
	width: 335px;
    height: 340px;
    position: absolute;
    top: 0;
    left: calc(50% - 167px);
    background-image: url('//article.images.consumerreports.org/prod/content/dam/cro/spa/annual-report-2016/2016_diane_archer_photo.jpg');
    background-position: 60% 0;
  	background-size: cover;
}

.message-board-chair-block .header {
	margin: 30px 0;
}

.president-letter .message-board-chair-block .header {
	margin: 40px 0 10px 0;
}

.message-board-chair-block .description p {
	margin-top: 0;
    margin-bottom: 25px;
}

.message-board-chair-block .signature img {
	margin: 15px 0;
}

.message-board-chair-block .signature p {
	margin: 0;
}

.president-letter-video {
	margin-bottom: 30px;
    margin-top: 5px;
}

.read-more-block {
	border-top: solid 4px #dcdcdc;
    border-bottom: solid 4px #dcdcdc;
    padding: 30px 0;
    margin: 30px 0;
    font-size: 0;
}

.read-more-block .image,
.read-more-block .description {
	display: inline-block;
    vertical-align: top;
}

.read-more-block .image {
	width: 165px;
    height: 120px;
    margin-right: 30px;
}

.read-more-block .image .cover {
	background-image: url('//article.images.consumerreports.org/w_320,c_lfill,ar_29:16/prod/content/dam/cro/magazine-articles/2016/September/CR_Magazine-Hero-What-does-that-seal-really-mean-07-16');
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.read-more-block .description {
	width: calc(100% - 195px);
}

.read-more-block .description .title {
	font-family: 'Averta W01 Black';;
    font-size: 28px;
    font-weight: 900;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}

.president-letter .right-sidebar {
	background-color: #f0f0f0;
    padding: 20px 30px;
    float: right;
    margin-right: calc(-33.33333333% - 30px);
}

.president-letter .right-sidebar .title {
	margin-bottom: 20px;
}

.president-letter .right-sidebar .car-link {
	margin-top: 15px;
    line-height: 1em;
}

.president-letter .right-sidebar .car-link .crux-article__bold-link {
	border-bottom: none;
}

.message-board-chair-page aside.right.diane-aside.hidden-xs + p {
	padding-top: 30px;
}

aside.right.marta-aside .info-block {
    margin-left: -50px;
}

aside.right.diane-aside .info-block {
    margin-left: -120px;
}

.message-board-chair-page aside.right {
    text-align: left;
    color: #000000;
    float: right;
    width: 70%;
    border-left: #000000 solid 1px;
    margin-left: 25px;
    margin-right: -150px;
    padding-left: 50px;
    padding-bottom: 15px;
}

.message-board-chair-page aside.right.diane-aside {
    width: 69%;
    margin-left: 50px;
    padding-left: 95px;
    margin-right: -210px;
}

aside.right .info-block {
	text-align: center;
}

aside.right .info-block .picture {
	width: 190px;
    height: 190px;
    border-radius: 95px;
    margin: 0 auto;
    overflow: hidden;
}

aside.right .info-block .president-cover {
	background-image: url('//article.images.consumerreports.org/prod/content/dam/cro/spa/annual-report-2016/2016_marta_tellado_photo.jpg');
    background-position: 63% 0;
    background-size: 250%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

aside.right.diane-aside .info-block .board-chair-cover {
	background-image: url('//article.images.consumerreports.org/prod/content/dam/cro/spa/annual-report-2016/2016_diane_archer_photo.jpg');
    background-position: 58% 0;
    background-size: 230%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

aside.right .info-block .name {
	margin: 15px 0 5px 0;
}

aside.right .info-block .position {
	margin-bottom: 30px;
}

aside.right .quote {
	font-family: 'PublicoText Bold', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    text-align: left;
}

aside.right.marta-aside {
    padding-top: 30px;
    padding-bottom: 15px;

}

aside.right.marta-aside .quote {
    width: 400px;
    margin: auto;
}

.head-block.aside-left {
	float: left;
    width: 300px;
	margin-right: 30px;
    border-right: solid 1px #000000;
    height: 260px;
}

.head-block.aside-left .info-block {
    position: relative;
    top: -60px;
}

.head-block .info-block .picture {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.head-block .info-block .board-chair-cover {
	background-image: url('//article.images.consumerreports.org/prod/content/dam/cro/spa/annual-report-2016/2016_diane_archer_photo.jpg');
    background-position: 58% 0;
    background-size: 230%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.head-block .info-block .name {
    text-align: center;
    margin: 30px 0 5px 0;
}

.head-block .info-block .position {
    text-align: center;
    margin-bottom: 30px;
}

.quote-first-line {
	font-family: 'PublicoText Bold', Helvetica, Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.19;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.message-board-chair-page aside.right {
            margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .message-board-chair-page aside.right.marta-aside-second {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .president-letter .message-board-chair-block .header {
    	margin-top: 30px;
    }

    .message-board-chair-block .image-block {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.message-board-chair-block {
    	padding-top: 120px;
    }

    .message-board-chair-block .title {
        margin-bottom: 30px;
    }

    .message-board-chair-block .title.chair-title {
        margin-bottom: 80px;
    }

    .president-letter .right-sidebar {
        margin-left: 30px;
		margin-right: 0;
        margin-top: 0;
    }

	.president-letter aside.right {
		margin-right: 0;
    }

	.head-block.aside-left {
        width: 190px;
    }
    
    .head-block .info-block .picture {
        width: 130px;
        height: 130px;
        border-radius: 65px;
    }

	.head-block .info-block .name {
        margin: 10px 0 5px 0;
    }

    .head-block .info-block .position {
        margin-bottom: 15px;
    }

	.message-board-chair-page aside.right.diane-aside.hidden-xs + p,
	.message-board-chair-page aside.right.diane-aside.hidden-xs .info-block, 
	.message-board-chair-page aside.right.diane-aside.hidden-xs .quote{
        padding-top: 0;
        position: relative;
        top: -20px;
    }

	.message-board-chair-page aside.right.diane-aside {
        width: 56%;
        margin-right: 0;
        padding-bottom: 0;
        margin-left: 25px;
        padding-left: 50px;
        margin-bottom: 5px;
    }

    .message-board-chair-page aside.right.diane-aside .info-block {
        margin-left: -70px;
    }

    .message-board-chair-page aside.right.diane-aside .info-block .picture {
        width: 160px;
    	height: 160px;
    }
}

@media (max-width: 767px) {
	html {
        font-size: 14px;
    }

	.message-board-chair-block {
    	padding-top: 90px;
    }

	.president-letter .message-board-chair-block {
    	padding-top: 30px;
    }

    .message-board-chair-block .title,
	.message-board-chair-block .title.chair-title {
        margin-bottom: 30px;
    }

    .message-board-chair-block .image-block {
		margin-bottom: 30px;
	}

    .message-board-chair-block .image-block .cover-image {
    	width: 100%;
        left: 0;
    }

	.president-letter .right-sidebar {
		margin-right: 0;
        margin-top: 0;
    	margin-bottom: 20px;
    }

    .mobile-header-image img {
		width: 100%;
    	margin-top: 60px;
    }

	.message-board-chair-page aside.right {
        text-align: left;
        color: #000000;
        float: none;
        width: 100% !important;
        border-left: none;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        margin-left: 0 !important;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px 0 !important;
    }

    aside.right .info-block {
    	text-align: left;
    	font-size: 0;
    	margin-bottom: 10px;
    }

    aside.right .info-block .picture {
    	width: 80px;
    	height: 80px;
    	margin: 0;
    }

    aside.right .info-block .picture{
		float: left;
    	margin-right: 25px;
    	margin-left: 10px;
    }

    aside.right .info-block:after {
    	content: "";
    	display: table;
    	clear: both;
    }

	aside.right .info-block .name {
        margin: 0;
        padding: 15px 0 5px 0;
    }

    aside.right .quote{
        font-size: 24px;
    	line-height: 1.13;
    }

	aside.right.marta-aside .quote {
        width: 100%;
    }

	.head-block.aside-left {
        width: 130px;
    	margin-right: 15px;
    }
    
    .head-block .info-block .picture {
        width: 90px;
        height: 90px;
        border-radius: 45px;
    }

	.head-block .info-block .name {
        margin: 5px 0;
    }

    .head-block .info-block .position {
        margin-bottom: 15px;
    }

    .quote-first-line {
        font-size: 22px;
    }

    .message-board-chair-block .signature img,
    .message-board-chair-block .signature p {
    	width: 75%;    
    }

	.read-more-block .image, .read-more-block .description {
        display: block;
        width: 100%;
    }

    .read-more-block .description .title {
    	margin-top: 25px;
    	font-size: 20px;
    }

    .read-more-block .image {
    	text-align: center;
    }

    .read-more-block .image .cover {
    	background-image: url('//article.images.consumerreports.org/ar_32:11,c_lfill,w_767/prod/content/dam/cro/magazine-articles/2016/September/CR_Magazine-Hero-What-does-that-seal-really-mean-07-16');
    	width: 100%;
    	height: 120px;
    }

	.message-board-chair-page aside.right.diane-aside.hidden-xs + p {
		padding-top: 0;
	}

    aside.right.diane-aside .info-block {
        margin-left: 0;
    }

    aside.right.marta-aside .info-block {
    	margin-left: 0;
    }
}

/* styles for video block */

@media (min-width: 1200px) {
    .president-letter .brightcove-video {
        height: calc(1170px * 0.36);
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.president-letter .brightcove-video {
        height: calc(970px * 0.36);
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.president-letter .brightcove-video {
        height: calc(750px * 0.54);
        width: 100%;
    }
}

@media (max-width: 767px) {
	.president-letter .brightcove-video {
        height: 51.3vw;
    	width: 91vw;
    }
}
/* end styles for video block */

/* end message-board-chair-block
--------------------------------------------- */


/* New Leadership
--------------------------------------------- */
.new-leadership-2 h1{
    text-align:center;
    margin-bottom:30px;
}
.leadership-photo{
    display:table;
    width:100%;
}
.leadership-photo-td{
    display:table-cell;
    width:50%;
    vertical-align:top;
}   
.leadership-photo-td img{
    width:100%;
}
.new-leadership-2 h2{
    font-size:40px;
    font-weight:300;
    margin-bottom:5px;
    margin-top:40px;
}
.new-leadership-2 h3{
    font-size:30px;
    font-weight:200;
    margin-bottom:30px;
}
.signature{
    margin-bottom:26px;
}
@media (min-width: 768px) {
    .new-leadership-2 h1{
        margin-bottom:50px;
    }
    .new-leadership-2 .clc-1{
        padding-right:0;
    }
    .new-leadership-2 .clc-2{
        padding-left:0;
    }
}
@media (max-width: 767px) {
    .new-leadership-2{
        padding-top: 82px;
    }
    .leadership-photo-mobile img{
        width:100%;
    }
    .new-leadership-2 h2{
        margin-top:20px;
    }
}
/* END New Leadership
--------------------------------------------- */


/* header-container
--------------------------------------------- */
.header-container{
    padding-top:35px;
}
.container-padding.header-container {
    padding-bottom:15px;
    padding-top:130px;
}

.header-container h1{
    color:#fff;
    line-height:80px;
    text-align:center;
    margin-bottom:35px;
}
.header-container p.sub-header-1{
    color:#fff;
    text-align:center;
    font-size:34px;
    line-height:42px;
    font-weight:300;
}
.photo-header-container{
    width:175px;
    height:175px;
    overflow:hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:table;
    text-align:center;
    vertical-align:middle;
    margin:0 auto 26px;
}
.photo-header-container img{
    width:175px;
    height:175px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.header-container p.sub-photo-1{
    color:#fff;
    text-align:center;
    font-weight:300;
    margin-bottom:40px;
    font-family: "Averta W01 Light";
    font-size: 16px;
}
.header-container p.sub-photo-1 a{
    color:#fff;
}
@media (max-width: 767px) {
    .container-padding.header-container{
        padding-top:110px;
    }
    .header-container h1{
        font-size:42px;
        line-height:48px;
        margin-bottom:20px;
    }
    .header-container p.sub-header-1{
        font-size:18px;
        line-height:24px;
    }
    .header-container p.sub-photo-1{
        font-size:14px;
        line-height:22px;
    }
}
/* end header-container
--------------------------------------------- */

/* body-content
--------------------------------------------- */
.body-content h2{
    font-size:48px;
    line-height:52px;
    font-weight:200;
    margin-bottom:30px;
}
.body-content p{
    font-weight:300;
}
.right-block-1{
    border-left: 2px solid #e0e0e0;
    padding-left:26px;
}
@media (max-width: 767px) {
    .right-block-1{
        margin-bottom:40px;
        width:100%;
        float:left;
        padding-left:20px;
    }
}
.right-block-1 h3{
  font-size: 50px;
    font-family: 'Averta W01 Black';
    font-weight: 700;
    margin:0;
}
.right-block-1 p{
  font-family: "Averta W01 Bold";
    font-weight:700;
    margin:0;
}
.right-block-1 img{
    width:100%;
    margin-bottom:30px;
}
.right-block-1 small{
    font-size:12px;
}
.pic-sub-1 img,
.r-img img{
    width:100%;
}
@media (min-width: 1200px) {
    .body-content{
        padding-top:50px;
    }
    .right-block-1 h3{
      font-size: 160px;
        line-height:160px;
        margin-bottom:20px;
    }
    .right-block-1 p{
        font-size:32px;
        line-height:1.22;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .body-content{
        padding-top:50px;
    }
    .right-block-1 h3{
        font-size:160px;
        line-height:160px;
    }
    .right-block-1 p{
        font-size:26px;
        line-height:30px;
    }
}
@media (max-width: 767px) {
    .body-content{
        padding-top:30px;
    }
    .body-content h2{
        font-size:24px;
        line-height:26px;
        margin-bottom:26px;
    }
    .right-block-1 h3{
        font-size:120px;
        line-height:120px;
    }
}
/* end body-content
--------------------------------------------- */


.pic-2-black{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.pic-2-black img{
    width:100%;
}
.pic-2-black p{
    background-color:#000;
    color:#fff;
    padding:10px 10px;
    font-size:14px;
    line-height:21px;
}
.pic-2-black p a{
    color:#fff;
    text-decoration:underline;
}
.pic-2-black p a:hover{
    color:#fff;
    text-decoration:none;
}

.bg-1g{
    background:url(../images/bg-1g.jpg) repeat-x 0 0;
    width:100%;
    height:50px;
    float:left;
}   



/* top-block-2
------------------------------------------------ */
.top-block-2{
    position:absolute;
    top:0;
    left:50%;
    height:60px;
    vertical-align:middle;
    margin-left:-40px;
}
@media (max-width: 767px) {
     .top-block-2{
        display:none;
     }
}
.b2-r{
    position:relative;
    height:60px;
    width:100%;
}
.arrow-page{
    position:absolute;
    top:0;
    left:50%;
    height:60px;
    overflow:hidden;
}
.arrow-page.prev{
    margin-left:-176px;
}
.arrow-page a{
    display:block;
    height:64px;
    width:79px;
    overflow:hidden;
}
.arrow-page span{
    display:block;
    height:34px;
    width:19px;
    overflow:hidden;
    position:relative;
    top:16px;
    left:30px;
}
.arrow-page.next{
    margin-left:94px;
}
.arrow-page a:hover img{
    position:relative;
    top:-34px;
}
.paginator-1{
    text-align:center;
    margin-top:19px;
    width:100%;
    float:left;
}
.paginator-1 ul,
.paginator-1 ul li{
    list-style:none;
    padding:0;
    margin:0;
}
.paginator-1 ul li{
    display:inline-block;
}
.paginator-1 a{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.paginator-1 a:hover,
.paginator-1 li.active a{
    background-color:#fff;
}
.paginator-1 a span{
    display:block;
    width:10px;
    height:10px;
    margin:2px;
    padding:0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background-color:#d5d5d5;
}
.paginator-1 a:hover span{
    background-color:#fff;
    width:10px;
    height:10px;
}
.paginator-1 li.active a{
    position:relative;
    top:-1px;
}
.paginator-1 li.active a span{
    display:none;
}
/* end top-block-2
------------------------------------------------ */
@media (min-width: 1200px) {
    .mpt-pic{
        margin-top:-200px; 
        position:relative; 
        z-index:-1;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .mpt-pic{
        margin-top:-100px; 
        position:relative; 
        z-index:-1;
    }
}



.annual-empower-diverse{
    position:relative;
    width:100%;
}
.annual-empower-diverse img{
    width:100%;
}
.aed-text{
    position:absolute;
    z-index:2;
    bottom:66px;
    left:0;
    color:#fff;
}
@media (max-width: 767px) {
    .aed-text{
        background-color:rgba(62, 62, 62, 1);
    }
}
.aed-text span{
    display:block;
    font-size:40px;
    line-height:42px;
    text-transform:uppercase;
    font-family: 'Helvetica W01';
    font-weight:700;
    padding:40px 50px 20px 50px;
    background-color:rgba(62, 62, 62, 0.7);
}
.aed-text font{
    display:block;
    font-size:40px;
    line-height:38px;
    font-family: 'Helvetica W01';
    font-weight:300;    
    padding:0 50px 40px 50px;
    background-color:rgba(62, 62, 62, 0.7);
}
.mediablock-1{
    background-color:#000;
    display:table;
    width:auto;
    padding:15px 40px 15px 30px;
}
.mediablock-1audi{
    display:table-cell;
    vertical-align:middle;
    padding-right:30px;
}
.aed-text .mediablock-1 span{
    background-color:transparent;
    padding:0;
    font-size:26px;
    text-transform:none;
    display:table-cell;
    vertical-align:middle;
    line-height:28px;
    font-weight:300;
}
@media (min-width: 768px) and (max-width: 1106px) {
    .aed-text{
        padding:20px 25px;
        bottom:20px;
    }
}
@media (min-width: 399px) and (max-width: 767px) {
    .aed-text{
        bottom:0;
        position:relative;
    }
    .aed-text span{
        font-size:26px;
        line-height:36px;
        padding:15px 15px 10px 15px;
    }
    .aed-text font{
        font-size:24px;
        line-height:26px;
        padding:0 15px 18px 15px;
    }
    .mediablock-1{
        width:100%;
    }
}
@media (max-width: 398px){
    .aed-text{
        bottom:0;
        position:relative
    }
    .aed-text span{
        font-size:26px;
        line-height:34px;
        margin-bottom:5px;
        padding:15px 15px 5px 15px;
    }
    .aed-text font{
        font-size:20px;
        line-height:28px;
        padding:0 15px 18px 15px;
    }
    .mediablock-1audi{
    }
}


.uploading-pic{
    text-align:center;
    margin:25px;
}   


.brightcove-video {
    height: 53.4vw;
    width: 94.9vw;
    margin: 0 auto;
}

#student-debt-video .vjs-big-play-button:before {
    margin-left: 28px;
    margin-top: 2px;
 }
 
@media (min-width: 768px) {

#student-debt-video .vjs-big-play-button:before {
    content: "";
    background-image: url(//article.images.consumerreports.org/prod/content/dam/cro/spa/annual-report-2016/2016_play_button.png);
    background-size: cover;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  #student-debt-video .vjs-big-play-button:before {
    content: url('http://article.images.consumerreports.org/prod/content/dam/cro/spa/annual-report-2016/2016_play_button_60x60.png');
    margin: 0 !important;
  }
}

#student-debt-video .vjs-big-play-button {
    background: none; 
    top: 22vw;
    left: 43vw;
    width: 60px;
    height: 60px;
}

.vjs-default-skin .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
	margin: -30px 0 0 -30px;
}

#student-debt-video .vjs-big-play-button:hover {
    box-shadow: none;
}

#student-debt-video.vjs-paused .vjs-control-bar {
      display: none;
}

@media (max-width: 1199px) {
.right-block-1 h3 {
    font-size: 60px;
    line-height: 80px;
    }
}

/* new styles */

#title_container .headline {
	font-family: "Averta W01 Bold";
  	font-size: 75px;
  	font-weight: bold;
  	line-height: 1.2;
}

.header-button-block a {
    display: inline-block;
	padding: 14px 45px;
    font-family: "Averta W01 Regular";
  	font-size: 18px;
  	text-align: center;
  	color: #ffffff;
    background-color: #00ae4d;
    margin-top: 60px;
}

.header-button-block a:hover { 
	text-decoration: none;
    opacity: 0.8;
}

.jump-down {
	font-size: 50px;
    margin-top: 130px;
    cursor: pointer;
}

.content-container {
    padding-bottom: 60px;
    font-size: 0;
    text-align: center;
}

.bottom-links {
	background-color: #f7f5f5;
    padding-bottom: 60px;
}

.bottom-links .content-container  {
	margin-bottom: 0;
}

.bottom-links .dotted-line {
	margin-top: 80px;
}

.bottom-links .item-block.active a {
	color: #999999;
    pointer-events: none;
   	cursor: default;
}

.item-block {
	width: calc((100% - 8px) / 5);
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 30px;
    margin-top: 60px;
}

.item-block a {
	display: inline-block;
}

.item-title {
	font-family: "Averta W01 Black";
  	font-size: 20px;
  	font-weight: 900;
    line-height: 1.2;
    margin-top: 15px;
}

.item-title a {
	color: #000000;
}

.item-title a:hover {
	color: #00ae4d;
    text-decoration: none;
}

.item-info {
	font-family: "Averta W01 Regular";
  	font-size: 16px;
    line-height: 1.13;
    margin-top: 15px;
}

.dotted-line {
	border-right: 2px dashed #000000;
    height: 66px;
    margin-top: 80px;
    display: inline-block;
    vertical-align: top;
}

.cr-logo-container {
	display: inline-block;
    vertical-align: middle;
}

#intro {	
	background: #000000;
}

#intro .text {
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.crux-intro-large {
	font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#intro {
    	position: relative;
    	top: -7px;
	}

	.header-button-block a {
    	margin-top: 60px;
	}

	.jump-down {
        margin-top: 60px;
    }

    .item-block {
		width: 33%;
    }

    .dotted-line.hide-tablet {
		border: none;
    }

	.bottom-links {
		display: none;
    }
}

@media (min-width: 768px) {
    #intro {
        min-height: 640px;
        height: 100vh;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
	#intro {
    	min-height: 480px;
        height: 100vh;
    	position: relative;
    	top: -5px;
    }

	#intro .text {
		width: 100%;
	}

	#title_container .headline {
		font-size: 32px;
    	padding: 0 15px;
	}

    .header-button-block a {
    	font-size: 18px;
    	padding: 11px 15px;
    }

    .text.container {
		text-align: center;
	}

	.jump-down {
    	margin-top: 60px;
        color: #ffffff;
	}

    .cr-logo-container {
    	width: 60px;
        overflow: hidden;
        margin-right: 10px;
    }

    .item-block {
		width: 100%;
    	margin-top: 30px;
	}

    .item-block:first-of-type {
		margin-top: 60px;
    }

    .item-block span, 
	.item-block div {
		display: block;
        width: 170px;
        margin-right: auto;
        margin-left: auto;
	}

    .dotted-line {
    	border-right: none;
        border-top: 2px dashed #000000;
        width: 170px;
        height: 2px;
        margin-top: 30px;
        display: inline-block;
        vertical-align: top;
    }

	.bottom-links {
		display: none;
    }

    .crux-intro-large {
        font-size: 22px;
    }
}

.marta-video-caption {
    margin-top: 15px;
}