/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */

html {
    color: #000;
    background: #FFF
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
#yui3-css-stamp.cssreset {
    display: none
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*------------------------
		Fonts
------------------------*/

@font-face {
    font-family: 'Univers';
    src: url('/fonts/Univers.eot?#iefix') format('embedded-opentype'), url('/fonts/Univers.otf') format('opentype'), url('/fonts/Univers.woff') format('woff'), url('/fonts/Univers.ttf') format('truetype'), url('/fonts/Univers.svg#Univers') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Univers-Bold';
    src: url('/fonts/Univers-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Univers-Bold.otf') format('opentype'), url('/fonts/Univers-Bold.woff') format('woff'), url('/fonts/Univers-Bold.ttf') format('truetype'), url('/fonts/Univers-Bold.svg#Univers-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Univers-Black';
    src: url('/fonts/Univers-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Univers-Black.otf') format('opentype'), url('/fonts/Univers-Black.woff') format('woff'), url('/fonts/Univers-Black.ttf') format('truetype'), url('/fonts/Univers-Black.svg#Univers-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------------
		General
------------------------*/

html[data-useragent*='MSIE 10.0'] .overlay {
    background: #ef7521 !important;
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .overlay {
        background: #ef7521 !important;
    }
}
body,
html {
    font-family: 'Droid Serif', serif;
    color: #4d4d4c;
    font-size: 14px;
    background-color: #e7e7e7;
    overflow-x: hidden;
/*     height: 100%; */
}
h3 {
    font-family: Univers-Bold, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #383837;
    padding: 58px 0 30px;
}
h6 {
    font-weight: 700;
    color: #222221;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
    color: #4d4d4c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#home_carousel h3 { color: #fff;}

p a { color: #ec8a00; }

a:hover {
    color: #4d4d4c;
}
strong,
b {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
.block {
    width: 100%;
    height: 60px;
    position: relative;
}
.container {
    /* width:1024px; */
    
    margin: 0 auto;
    position: relative;
}
.fix {
    width: 1024px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container-964 {
    width: 964px;
}
.container-994 {
    width: 994px;
}
.container-520 {
    width: 520px;
}
.main-banner .container.container-964 {
    width: 964px;
}
.col {
    float: left;
}
.colfull {
    margin: 0 -15.5px;
}
.col962 {
    width: 962px;
    margin: 0 15.5px;
}
.col628 {
    max-width: 658px;
    margin: 0 auto;
    padding: 0 15px;
}
.col520 {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
}
.col466 {
    width: 465.5px;
}
.col300 {
    width: 300px;
}
.col218 {
    width: 217.25px;
}
.col190 {
    width: 220px;
    margin: 0 auto;
    padding: 0 15px;
}
.col136 {
    width: 136px;
}
.clearfix {
    display: block;
    clear: both;
    content: '';
}
.aligncenter {
    margin: 0 auto;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
img {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    margin-right: 32px;
    width: 196px;
}
.gap70 {
    height: 70px;
    display: block;
    clear: both;
}
.gap96 {
    height: 70px;
    display: block;
    clear: both;
}
.gap120 {
    height: 120px;
    display: block;
    clear: both;
}
.gap30 {
    height: 30px;
    display: block;
    clear: both;
}
.tb {
    display: table;
    width: 100%;
    height: 100%;
}
.tc {
    display: table-cell;
    vertical-align: middle;
}
blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
}
cite {
    font-size: 12px;
    display: block;
    margin-top: 15px;
}
.row {
    margin: 0 -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row {
    *zoom: 1;
}
.row>div {
    padding: 0 15px;
    position: relative;
}
.row-nm:before,
.row-nm:after {
    content: " ";
    display: table;
}
.row-nm:after {
    clear: both;
}
.row-nm {
    *zoom: 1;
    background: #f3f3f3
}
.col12 {
    width: 100%;
    float: left;
}
.col11 {
    width: 91.666666666667%;
    float: left;
}
.col10 {
    width: 83.333333333333%;
    float: left;
}
.col9 {
    width: 75%;
    float: left;
}
.col8 {
    width: 66.666666666667%;
    float: left;
}
.col7 {
    width: 58.333333333333%;
    float: left;
}
.col6 {
    width: 50%;
    float: left;
}
.col5 {
    width: 41.666666666667%;
    float: left;
}
.col45 {
    width: 38.33333333%;
    float: left;
}
.col4 {
    width: 33.333333333333%;
    float: left;
}
.col3 {
    width: 25%;
    float: left;
}
.col25 {
    width: 20%;
    float: left;
}
.col2 {
    width: 16.666666666667%;
    float: left;
}
.col1 {
    width: 8.3333333333333%;
    float: left;
}
/*------------------------
		Header
------------------------*/

#header {
    background-color: #000000;
    padding: 9px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}
#header .container {
    position: static;
    max-width: 1024px;
}
#logo {
    background-image: url(../images/logo_new.png);
    width: 105px;
    height: 42px;
    display: block;
    float: left;
    background-size: contain;
}
.main-nav {
    float: right;
    padding: 11px 0;
}
.main-nav li {
    display: block;
    margin: 0 12px;
    float: left;
}
.main-nav li:last-child {
    margin-right: 0;
}
.main-nav li>a {
    font-family: Univers, sans-serif;
    color: #fff;
    letter-spacing: -.01em;
    line-height: 20px;
    display: block;
}
.main-nav li>a:hover,
.main-nav li.active>a {
    color: #bbbbba;
}
.main-nav li.search>a {
    background-image: url(../images/magnifier-icon.png);
    display: block;
    width: 20px;
    height: 20px;
}
.main-nav li.search>a:hover {
    opacity: 0.7;
}
.sf-mega {
    /* background: rgba(51, 51, 49, 0.9); */
    
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 60px;
    left: 0;
    padding: 25px 0;
    display: none;
    z-index: 200;
    width: 100%;
}
.submenu {
    width: 50%;
    float: left;
    display: block;
}
.submenu li {
    display: block;
    float: none;
    padding: 3px 0;
}
.newsletter-text {} .newsletter-text p {
    font-size: 20px;
    font-style: italic;
    color: #bbbbba;
    margin-bottom: 10px;
    line-height: 28px;
}
.newsletter-text a {
    font-size: 14px;
    font-family: "Univers-Bold";
    color: #eb8900;
}
.search-form {
    position: relative;
    padding-right: 80px;
}
.search-form input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    background: #3d3d3d;
    padding: 0 10px;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    border: 0 none;
    font-family: "Univers";
}
.search-form input[type="submit"] {
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 80px;
    border: 0 none;
    color: #ec8a00;
    font-family: "Univers-Bold";
}
#menu-toggle {
    display: none;
}
.box_wid .widgetLink{  
    left: 0px !important;}
.img-circle {
    height: 136px;
    width: 136px;
    display: block;
    float: left;
    border-radius: 50%;
    background-color: #f0f0f0;
    margin: 0 10px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.img-circle img {
    width: 136px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*------------------------
		Main
------------------------*/

#main {
    padding-bottom: 96px;
}
#main:after {
    clear: both;
    content: '';
    display: block;
}
.legends {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 84px;
}
.legends span {
    display: inline-block;
    line-height: 20px;
    font-style: italic;
    color: #222221;
    background-color: #fff;
    font-size: 12px;
    padding: 0 14px;
    margin-bottom: 67px;
}
.legends h2 {
    font-family: Univers-Bold, sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 67px;
    text-shadow: 0 2px 1px #2b2b2b;
}
.legends a {
    font-family: Univers-Bold, sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.quote {
    padding: 55px 0;
    width: 95%;
}
.white-bg {
    background-color: #fff;
}
.quote p {
    text-align: center;
/*     font-style: italic; */
    font-size: 20px;
    line-height: 28px;
    color: #383837;
}
.quote-home p {
    max-width: 628px;
    margin: 0 auto;
}
.box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    float: left;
    /* min-height:260px; */
    
    text-align: center;
    position: relative;
}
.box.dark {
    background-color: #383837;
}
.box.dark p a,
.box.navy p a {
    position: relative;
    /* top:-50px; */
}
.box.navy {
    background-color: #58bdc8;
}
.box img {
    width: 100%;
}
.box .contain_box {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box span,
.box p {
    display: inline-block;
    line-height: 20px;
    font-style: italic;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    /* margin-top:36px; */
}
.box.box-quote p {
    color: #383837;
}
.box-quote .tb {
    position: absolute;
    top: 0px;
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
}
.box h2,
.box h1 {
    font-family: Univers-Bold, sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 25px;
}
.box a {
    font-family: Univers-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.box .play {
    background-image: url(../images/play-icon.png);
    width: 62px;
    height: 62px;
    display: inline-block;
    margin-top: 99px;
    margin-bottom: 33px;
}
.twitter-feed {
    background-color: #fff;
    padding: 31px 0;
}
.twitter-feed p {
    font-size: 12px;
    line-height: 18px;
    color: #383837;
    margin-left: 44px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.twitter-feed strong {
    font-family: Univers-Black, sans-serif;
}
i.twitter-icon {
    background-image: url(../images/twitter-icon.png);
    width: 26px;
    height: 18px;
    display: inline-block;
    margin-right: 20px;
    line-height: 18px;
    float: left;
}
.frame {
    background-color: #fff;
    margin-bottom: 31px;
}
.focus_areas .frame {
    /* height:350px; */
    
    overflow: hidden;
    position: relative;
}
.focus_areas .frame p,
.focus_areas .frame ul {
    display: none;
}
.focus_areas .frame p:first-of-type {
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.frame p:nth-child(3){
	font-size: 12px;font-weight: 100;font-family: 'Droid Serif', serif;margin-bottom: 0px;
}
.frame.half {
    width: 46.5%;
    float: left;
    min-height: 144px;
}
.frame.last {
    margin-left: 7%;
}
.frame img {
    display: block;
}
.focus_areas .frame img {
    display: block;
    width: 100%;
}
.frame > div {
    padding: 15px 15px 15px 15px;
}
.frame > div:after {
    clear: both;
    content: '';
    display: block;
}
.frame .meta {
    color: #ec8a00;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    display: block;
    margin-bottom: 8px;
}
.frame h4,
.frame p,
.frame p a {
    font-family: Univers-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.frame a.shares {
    background-image: url(../images/share-icon10x10.png);
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    padding-left: 18px;
}
.frame a.download {
    position: absolute;
    bottom: 15px;
    left: 22px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 18px;
    color: #383837;
    background-image: url(../images/download-icon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
.bottom-boxes .box {
    padding: 0 35px;
    height: 260px;
}
.bottom-boxes .box span,
.bottom-boxes .box p {
    font-size: 20px;
    /* margin-top:50px; */
    
    margin-bottom: 10px;
    font-family: 'Droid Serif', serif;
    line-height: 28px;
}
.bottom-boxes .box h2 {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    color: #ec8a00;
    font-family: 'Droid Serif', serif;
    margin-bottom: 30px;
}
.box.navy h2 {
    color: #fff;
}
.box.navy span,
.box.navy a,
.box.navy p {
    color: #383837;
}
.box_container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#home_carousel_mobile {
    display: none;
}
.items.hide {
    display: none;
}
.load_more {
    padding: 25px 15.5px 70px;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    cursor: pointer;
}
.home-video {
    position: relative;
    background-position: center center !important;
}
.home-video::before {
    content: "";
    background-image: url(../images/download.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 99
}
.home-video .legends {
    z-index: 99;
}
.home-video img {
    width: 100%;
    height: auto;
    z-index: 9;
    position: relative;
}
.home-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 5;
    left: 0px;
}
.overlay {
    position: absolute;
    background-repeat: no-repeat !important;
    /*
top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
*/
    
    top: 50%;
    left: 50%;
    background-blend-mode: multiply;
    border-radius: 50%;
    background-position: center !important;
    background-color: rgba(239, 117, 33, 0.9);
}
.main-banner .overlay {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
}
.list_frame ul{
	margin-left: 18px;
}
.list_frame li{
	font-family: Univers-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    list-style: disc;
}
.list_frame li span{
	    color: #ec8a00;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
     font-family: 'Droid Serif', serif;
}
.list_frame li span.date{
	color: #4d4d4c;
	margin-top: 8px; 
}
.frame .overlay {
    width: 220px;
    height: 220px;
    margin-top: -110px;
    margin-left: -110px;
    display: table;
}
.frame .overlay p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    height: 80px;
    font-family: Univers, sans-serif;
    /* 'Droid Serif', serif; */
    
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    position: relative;
    display: table-cell !important;
    vertical-align: middle;
}
.frame p a {
    text-decoration: none;
}

.frame   a:hover{
	color: #bbbbba;
}
.home .box {
    margin-bottom: -3px;
}
a.download {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    padding-left: 18px;
    color: #383837;
    background-image: url(../images/download-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/* -------------------------

Custom Pop Up 

-----------------------------*/

.custom_popup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.custom_popup .custom_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    
    filter: alpha(opacity=80);
    /* Older than Firefox 0.9 */
    
    -moz-opacity: 0.8;
    /* Safari 1.x (pre WebKit!) */
    
    -khtml-opacity: 0.8;
}
.custom_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: url(../images/icon-close.png);
    background-size: cover;
}
.custom_image {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.custom_image img {
    width: 100%;
}
.custom_image img.portrait {
    width: auto;
    max-height: 100%;
    margin: auto;
    display: block;
}
.custom_popup_item {
    cursor: pointer;
}
/*------------------------
		About
------------------------*/

.main-banner {
    background-color: #383837;
    height: 300px;
}
.main-banner.taller {
    height: 400px;
    overflow: hidden;
}
.main-banner .container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: table;
    width: 100%;
}
.main-banner .caption {
    text-align: center;
    z-index: 10;
    position: relative;
    z-index: 10;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    width: 100%;
}
.small_text p {
    font-size: 14px;
    line-height: 20px;
}
/* .main-banner .caption.achievement{padding-top:35px;} */

.caption_box {
    display: table;
    width: 100%;
    height: 100%;
}
.main-banner .caption.achievement {
    vertical-align: middle;
    display: table-cell;
}
.main-banner .caption h1 {
    font-family: Univers-Bold, sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    padding-top: 0px;
}
.main-banner.taller .caption.achievement h1 {
    margin-top: -24px;
    padding-top: 0;
    margin-top: 0px;
    position: relative;
}
.main-banner.taller .caption h1 {
    padding-top: 32px;
    margin: 0 auto;
    width: 60%;
}
.main-banner .caption span {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    color: #fff;
    display: block;
    padding-top: 0px !important;
}
.main-banner .caption.achievement span {
    width: 140px;
    height: 140px;
    background-color: #ec8a00;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    line-height: 140px;
    padding-top: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0px;
    top: 25px;
    position: absolute;
}
.main-banner img {
    display: block;
}
.col-1-3 {
    float: left;
    width: 33.33%;
    background-color: #fff;
}
.col-1-3:nth-child(2n) {
    background-color: #e7e7e7;
}
.col-1-3 img {
    display: block;
    width: 100%;
}
.col-1-3 > div {
    padding: 28px;
    min-height: 262px;
}
.col-1-3 > div.img {
    padding: 0px;
    min-height: 0px;
}
.img.grey {
    background: #f3f3f3
}
.grey {
    background: #f3f3f3;
}
.img.white {
    background: #ffffff;
}
.col-1-3 p {
    line-height: 20px;
    margin-bottom: 18px;
}
.col-1-3 h3 {
    color: #4d4d4c;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin-bottom: 14px;
    font-weight: 700
}
.col-1-3 a {
    font-family: Univers-Bold, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.col-1-3 a:hover{
	  color: #ec8a00
}
.title-legend {
    background-color: #ec8a00;
    text-align: center;
    padding: 35px 0;
}
.title-legend.grey {
    background-color: #e7e7e7;
}
.title-legend.grey p {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    color: #383837;
}
.title-legend h2 {
    font-size: 20px;
    line-height: 28px;
    /* font-family: Univers-Bold, sans-serif; */
    
    color: #383837;
    font-style: italic;
}
.news_event {
    text-align: left;
}
.news_event h2 {
    font-family: 'Univers';
    font-style: normal;
    position: relative;
    top: 20px
}
.toggle-content {
    background-color: #f0f0f0
}
.toggle-content .title {
    border-bottom: 1px #c3c3c3 solid;
    background-color: #fff;
    padding: 24px 0;
}
.toggle-content.with-citation .title {
    padding: 14px 0;
}
.toggle-content .title span {
    font-family: Univers-Bold, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding-left: 54px;
}
.toggle-content .title a {
    background-image: url(../images/drop-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    padding-left: 54px;
    display: block;
}
.toggle-content .title a.off {
    background: transparent !important;
}
.toggle-content .title.active a {
    background-image: url(../images/drop-arrow-up.png);
}
.toggle-content .content {
    padding: 25px 0 70px;
    background-color: #f0f0f0;
    /* border-bottom:1px #c3c3c3 solid; */
    
    display: none;
    max-width: 1024px;
    margin: 0 auto;
}
.member-togglebox {
    background-color: #f0f0f0;
}
.member-togglebox.our_member .toggle-content {
    display: none;
}
.title-legend.grey.member_line {
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}
.member_line .container {
    max-width: 658px;
    margin: 0px auto;
    text-align: left;
}
.member_line .container h2 {
    position: relative;
    display: inline-block;
}
.member_line .container h2:before {
    content: "";
    background-image: url(../images/drop-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 27px;
    height: 15px;
    position: absolute;
    left: -35px;
    top: 7px;
}
.member_line .container h2.on:before {
    background-image: url(../images/drop-arrow-up.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.toggle-content.with-citation .content {
    padding: 25px 15.5px 70px;
}
.toggle-content .content:after {
    clear: both;
    content: '';
    display: block;
}
.toggle-content .content p {
    line-height: 20px;
    margin-bottom: 20px;
}
.toggle-content .content p a:hover {
    color: #ec8a00;
}
.toggle-content .content .contact-col h6 {
    border-bottom: 1px solid #a8a49c;
    margin-bottom: 4px;
    padding-bottom: 9px;
}
.toggle-content .content .contact-col a,
.toggle-content .content .contact-col p {
    font-family: Univers, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.toggle-content .content .socials {
    border-top: 0px #c3c3c3 solid;
    margin-top: 18px;
    padding-top: 2px;
}
.toggle-content .content .socials a {
    padding-left: 28px;
    font-family: Univers-Bold, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    background-image: url(../images/twitter-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
}
.article {
    padding: 60px 0 0;
    background-color: #fff;
}
.article.grey {
    background: transparent;
}
.article .share {
    font-size: 12px;
    line-height: 18px;
    color: #383837;
    background-image: url(../images/share-icon11x11.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 18px;
    border-top: 1px solid #a8a49c;
    display: block;
    padding-top: 4px;
}
.article .socials {
    margin-top: 26px;
    margin-bottom: 6px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a8a49c;
    max-width: 190px;
}
.article .socials a {
    background-image: url(../images/socials-icon-dark.png);
    height: 32px;
    width: 33px;
    margin-right: 4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}
.article .socials a:last-child {
    margin-right: 0;
}
.article .socials a.ln {
    background-position: -37px center;
}
.article .socials a.ml {
    background-position: -74px center;
}
.article .socials a.gp {
    background-position: -111px center;
}
.article .download {
    font-size: 12px;
    line-height: 18px;
    color: #383837;
    background-image: url(../images/download-icon.jpg);
    background-repeat: no-repeat;
    background-position: left 10%;
    padding-left: 18px;
    display: block;
}
.article p {
    line-height: 20px;
    margin-bottom: 22px;
}
.info-box {
    margin: 30px 0;
    border-top: 1px #a0a0a0 solid;
    border-bottom: 1px #a0a0a0 solid;
    text-align: center;
    padding: 18px;
}
.info-box p,
p.info-box {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 0;
}
.options-list li a {
    font-family: Univers-Bold, sans-serif;
    font-size: 12px;
    line-height: 14px;
    border-top: 1px solid #a8a49c;
    padding-top: 4px;
    min-height: 40px;
    margin-bottom: 5px;
    display: block;
    color: #4d4d4c;
}
.options-list li a:hover,
.options-list li.active a {
    background-color: #e7e7e7;
    padding-left: 6px;
}
.article .related-articles p {
    font-family: Univers-Bold, sans-serif;
}
.related-articles h4 {
    margin-bottom: 0;
}
.related-articles .frame {
    min-height: 165px;
    position: relative;
}
.focus_areas_inner_body .related-articles .frame{
	min-height: 265px;
}
.related-articles .note {
    font-style: italic;
    max-width: 200px;
    line-height: 22px;
}
.related-articles .share {
    font-size: 12px;
    line-height: 18px;
    color: #383837;
    background-image: url(../images/share-icon11x11.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 18px;
    display: block;
    padding-top: 4px;
    position: absolute;
    bottom: 15px;
    left: 22px;
}
.related-articles .external-link {
    font-family: Univers-Bold, sans-serif;
    color: #58bdc8;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    bottom: 15px;
    left: 22px;
}
.newsletter-widget {
    background-color: #58bdc8;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.newsletter-widget span,
.newsletter-widget p {
    color: #383837;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 18px;
    display: block;
}
.newsletter-widget h2 {
    color: #fff;
    font-family: "Droid Serif", serif;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 30px;
}
.newsletter-widget a {
    color: #383837;
    font-family: Univers-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.view-more {
    float: right;
    font-size: 16px;
    line-height: 22px;
}
.view-more i {
    color: #db8000;
    font-style: normal;
}
.gallery-entry p {
    font-family: Univers-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #383837;
}
i.photo-icon {
    background-image: url(../images/photo-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 4px;
    width: 14px;
    height: 20px;
    display: block;
    float: left;
}
/*------------------------
		Footer
------------------------*/

#footer {
    background-color: #000;
    padding: 15px 0 54px;
}
.footer_fixed{
	position: absolute;width: 100%;
	bottom: 0px;
}
.ideas-graphic {
    font-family: Univers, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    background-image: url(../images/ideas-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
    letter-spacing: -.01em;
    display: inline-block;
    margin-bottom: 37px;
}
#footer p {
    font-family: Univers, sans-serif;
    color: #bbbbba;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
}
#footer p a {
    color: #bbbbba;
}
.socials {
    margin-bottom: 44px;
}
.socials a {
    background-image: url(../images/socials-icon.png);
    height: 18px;
    width: 22px;
    margin-right: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 137px;
}
.socials a:last-child {
    margin-right: 0;
}
.socials a.ln {
    background-position: -41px center;
}
.socials a.gp {
    background-position: -83px center;
    display: none;
}
.socials a.vm {
    background-position: -118px center;
}
.socials a.fb {
    background-image: url(../images/fb.png);
    background-size: contain;
}
#footer .join_us p {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
}
#footer .join_us a {
    font-family: Univers-Bold, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ec8a00;
}
/*------------------------
		Gallery
------------------------*/

#main.bg1 {
    background-color: #353534;
}
.gallery-wrapper {} .gallery-wrapper .close-btn {
    width: 38px;
    height: 38px;
    display: block;
    overflow: hidden;
    text-indent: -999999px;
    background: url(../images/icon-close.png);
    position: absolute;
    top: 50px;
    right: 0;
}
.gallery-wrapper h3 {
    font-size: 20px;
    color: #fff;
}
.gallery-wrapper h4 {
    font-size: 20px;
    color: #fff;
    font-family: "Droid Serif", serif;
    font-style: italic;
    padding-top: 58px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 50px;
}
.gallery-wrapper .item {
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-wrapper .item.last {
    margin: 0;
}
.gallery-wrapper .item img {
    float: left;
    margin-bottom: 20px;
    max-width: 520px;
}
.gallery-wrapper .item .text {
    padding-left: 550px;
    position: absolute;
}
.gallery-wrapper .item .text p {
    border-top: 1px solid #fff;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Univers";
}
.gallery-wrapper .item .text p img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.gallery-wrapper .item p {
    color: #fff;
    font-size: 16px;
    font-family: "Univers";
    -webkit-font-smoothing: antialiased;
}
/*------------------------
		Opinion news
------------------------*/

.tab-filters {
    padding: 20px 0 15px;
    background: #fff;
    text-align: center;
}
.main-filters {
    margin-bottom: 25px;
}
.main-filters a {
    font-size: 16px;
    color: #3e3e3d;
    font-style: italic;
    /* padding: 0 70px; */
    
    padding-right: 20px
}
.main-filters a.on {
    color: #ea8800;
}
.subfilters {
    max-width: 710px;
    /* margin: 0 auto; */
    
    margin-left: -5px;
}
.subfilters a {
    display: inline-block;
    margin: 0 5px 10px;
    font-size: 12px;
    color: #3f3e3e;
    font-family: "Droid Serif", serif;
    line-height: 24px;
    background: #dfdfdf url(../images/icon-plus.png) right top no-repeat;
    padding: 0 40px 0 5px;
}
.subfilters a.on {
    background: #3d3c3c url(../images/icon-minus.png) right top no-repeat;
    color: #dedede;
}
#result .frame img {
    width: 100%;
}
.twitter-feed.black {
    background-color: #353534;
}
.twitter-feed.black i.twitter-icon {
    background-image: url(../images/twitter-icon-white.png);
}
.twitter-feed.black p {
    color: #ffffff;
}
.rel-read {
    background: #fff;
    position: relative;
    padding: 20px 20px 40px;
    margin-bottom: 30px;
    height: 160px;
}
.rel-read p {
    font-size: 16px;
    color: #4d4d4c;
    font-family: "Univers-Bold";
    line-height: 1.2em;
}
.rel-read span {
    font-size: 12px;
    color: #ec8a00;
    font-family: "Droid Serif", serif;
    font-style: italic;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.main-banner.style1 {
    /*  padding-top: 42px;  */
    
    ;
}
.main-banner .date {
    color: #fff;
    font-family: "Droid Serif", serif;
    font-style: italic;
    padding-top: 10px;
}
.main-banner .date span {
    color: #ec8a00;
}
.main-banner.style1 h1 {
    font-size: 40px;
    font-family: "Univers-Bold";
    color: #fff;
}
.main-banner .col520 {
    padding: 0px;
}
.main-banner.style1 .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}
.article h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: Univers-Bold, sans-serif;
    color: #383837;
}
.article a:hover {
    color: #ec8a00
}
.simg {
    margin-bottom: 25px;
}
.simg span {
    display: block;
    font-size: 10px;
    color: #373736;
    padding: 10px 0 0;
}
.info-box.alt p {
    color: #ec8a00;
    margin-bottom: 25px;
}
.info-box.alt span {
    display: block;
    font-size: 12px;
    color: #373736;
    font-family: "Droid Serif", serif;
    font-style: italic;
}
/*------------------------
	Report
------------------------*/

.author-widget {
    border-top: 1px solid #A8A49C;
    padding-top: 15px;
}
.author-widget p {
    color: #585857;
    font-family: "Droid Serif", serif;
    font-style: italic;
    line-height: 1.2em;
    padding-top: 13px;
}
.author-widget p span {
    display: block;
    color: #000;
    font-style: normal;
    padding-bottom: 4px;
}
/*------------------------
	Sign up
------------------------*/

.signup-wrapper {
    max-width: 560px;
    margin: 80px auto 0;
    width: 100%;
}
.signup-wrapper h1 {
    font-size: 20px;
    color: #383837;
    text-align: center;
    font-family: "Droid Serif", serif;
    font-style: italic;
    margin-bottom: 80px;
}
.signup-wrapper label {
    display: block;
    font-size: 16px;
    color: #3f3e3e;
    font-family: "Univers-Bold";
    padding-bottom: 3px;
}
.signup-wrapper input[type="text"] {
    border: 0 none;
    border-radius: 0;
    -webkit-appearance: none;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 25px;
}
.signup-wrapper input[type="submit"] {
    display: inline-block;
    background: #585857;
    border: 0 none;
    border-radius: 4px;
    height: 40px;
    width: 120px;
    font-size: 16px;
    font-family: "Univers-Bold";
    color: #fff;
    margin-top: 60px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
}
/*------------------------
	Membership
------------------------*/

.style-lines,
.col520 ul {
    margin-bottom: 20px;
}
.style-lines li
/* ,.col520 ul li */

{
    display: block;
    border-bottom: 1px solid #9c9a9a;
    padding: 8px 0;
    line-height: 20px;
}
.col520 .style-lines li {
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.col520 ul li {
    margin-bottom: 20px;
    list-style-type: disc;
    margin-left: 17px;
    line-height: 20px;
}
.style-lines.nolast li:last-child,
.col520 ul li:last-child {
    border: 0 none;
}
.article .download.alt {
    background-position: left 7px;
    border-top: 1px solid #9c9a9a;
    padding-top: 3px;
}
.article .download.alt2 {
    background-position: left 4px;
}
.circle-text {
    width: 135px;
    height: 135px;
    border-radius: 135px;
    background: #ff8a00;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 20px 0;
}
.circle-text p {
    font-family: "Droid Serif", serif;
    font-style: italic;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.submit-expr {
    margin-top: 35px;
    display: block;
    border-top: 1px solid #9c9a9a;
    padding-top: 3px;
    color: #373736;
    font-size: 12px;
    padding-left: 19px;
    background: url(../images/icon-submit.png) left 6px no-repeat;
}
.list-s {
    margin-bottom: 20px;
}
.list-s li {
    display: block;
    color: #585857;
    font-size: 12px;
    font-family: "Univers-Bold";
    border-bottom: 1px solid #9c9a9a;
    padding: 4px 0;
    line-height: 1.2em;
}
.list-s.alt li {
    padding-bottom: 15px;
}
.list-s.alt li:first-child {
    border-top: 1px solid #9c9a9a;
}
.list-s span {
    display: block;
    font-family: "Univers";
}
.list-s li:last-child {
    border: 0 none;
}
.cont-widget {
    font-size: 12px;
    line-height: 1em;
    font-family: "Univers";
    color: #3f3e3e;
}
.toggle-content .cont-widget p {
    line-height: 1.2em;
    margin-bottom: 0px;
}
.cont-widget span {
    display: inline-block;
    width: 20px;
}
.cont-widget a {
    color: #eb8900;
}
.cont-widget li {
    display: block;
    padding-bottom: 3px;
}
.cont-widget.line {
    border-top: 1px solid #9c9a9a;
    padding-top: 3px;
}
.list-s.alt.member li:first-child,
.list-s.alt.member li {
    border: none;
}
.list-s.alt.member li {
    margin-left: 10px;
    font-family: 'Univers';
    padding-bottom: 0px;
    position: relative;
}
.list-s.alt.member ul {
    margin-bottom: 0px;
}
.list-s.alt.member li:before {
    content: "– ";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 10px;
}
.member h2 {
    display: block;
    color: #585857;
    font-size: 12px;
    font-family: "Univers-Bold";
    border-top: 1px solid #9c9a9a;
    padding: 4px 0 0 0;
    line-height: 1.2em;
    margin-top: 15px;
}
.member h2:first-child {
    margin-top: 0px;
}
/*------------------------
	Contact us
------------------------*/

.article h5,
.release-item h5 {
    font-size: 16px;
    color: #4d4d4c;
    font-family: "Univers-Bold";
    margin-bottom: 23px;
}
.f-el {
    /* display: inline-block; */
    
    width: 30px;
}
.contact-us p a {
    color: #4d4d4c;
}
/*------------------------
	Media
------------------------*/

.quote-cont {
    background: #fff;
}
.release-item {
    margin-bottom: 20px;
}
.release-item .date {
    font-style: italic;
}
.toggle-content .release-item p {
    margin-bottom: 5px;
}
.release-item a {
    font-size: 12px;
    
    font-family: "Univers-Bold";
}
.release-item a:hover{
	color: #ec8a00;
}
.release-item.alt {
    padding-top: 50px;
}
.release-item.alt a,
.release-item-content a {
    font-family: "Droid Serif", serif;
    font-size: 14px;
}
.gap-white {
    background: #fff;
}

.media_bottom {
	padding-top: 0px!important;
}
.media_bottom p span.content_for_perma {
	font-size: 12px;
}
/*------------------------
	Brochures
------------------------*/

.brochures-list {} .focus_areas.brochures-list .frame {
    height: 280px;
}
/*------------------------
	Focus
------------------------*/

.events-area .frame {
    min-height: 174px;
}
.events-area p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.events-area p em{
	font-size: 12px;    font-family: 'Droid Serif', serif;
	font-weight: 100;font-style: normal;padding-top: 10px;display: block;
}
.events-area p a {
    color: #4d4d4c;
}
.events-area p:first-child {
    display: -webkit-box;
}
.focusgroup.col520 ul li {
    margin-bottom: 0px;
}
.contact-alt p {
    line-height: 16px;
    margin-bottom: 4px;
}
/*------------------------
	Events
------------------------*/

.info-section {
    background: #fff;
    padding: 50px 0 50px;
}
.info-section h4 {
    font-size: 20px;
    color: #383837;
    font-family: "Univers-Bold";
    margin-bottom: 20px;
}
.info-section a:hover {
    color: #ec8a00;
}
.error {
    background: #bbbbba;
}
.input {
    width: 100%;
    position: relative;
}
.input:before {
    content: "*";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px
}
.col520.membership ul li {
    margin-left: 0px;
}
#gallery-slider {
    width: 100%;
    padding: 0px;
}
.sliders_thumbs {
    width: 221px;
    margin: 0px 10px;
    overflow: hidden;
}
.gallery-entry {
    position: relative;
    width: 100%;
}
.gallery-entry p {
    white-space: normal
}
.owl-next,
.owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 0px;
    width: 40px;
    height: 73px;
}
.owl-next {
    left: -70px;
    background: url(/resources/images/left-arrow.png) no-repeat;
    background-size: cover;
}
.owl-prev {
    right: -70px;
    background: url(/resources/images/right-arrow.png) no-repeat;
    background-size: cover;
}
/*------------------------
	Search
------------------------*/

.result_box {
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Droid Serif', serif;
}
.searchBox h1 {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    color: #383837;
}
.ct>div,
.ct a {
    height: 100%;
}
.download.mobile {
    display: none;
}
.article .share.shareme .box {
    position: relative;
    width: 100%;
    text-align: left;
}
.article .share.shareme .box .left,
.article .share.shareme .box .right {
    width: 50%;
    float: left;
}
.circle {
    position: absolute;
    width: 80%;
    height: 160%;
    border-radius: 50%;
    background: #c86700;
    opacity: 0.7;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.box.video {
    position: relative;
}
.box.video iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0px;top: 0px; 
}
@media only screen and (min-width: 1400px) {
    .bottom-boxes .box {
        height: 360px;
    }
    .box.navy span,
    .box.navy a,
    .box.navy p,
    .box.dark p {
        margin-top: 80px;
    }
}
@media only screen and (min-width: 1110px) {
    .box .contain_box {
        /*
height: 218px;
		bottom: 29px;
*/
        
        margin: auto;
    }
}
/*------------------------
		Responsive
------------------------*/
/* Tablet */

@media only screen and (max-width: 1030px) {
    .container {
        /* width: 768px;  */
    }
    .container-964,
    .container-994 {
        width: 748px;
    }
    .main-banner .container.container-964 {
        width: 748px;
    }
    .main-banner.style1 .container {
        top: 0px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-top: 42px;
    }
    .main-banner .col520 {
        padding: 0 15px;
    }
    .fix {
        width: 100%;
    }
    #header .container {
        max-width: 768px;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-4 {
        width: 33.333333333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .hide-tablet {
        display: none;
    }
    .download.mobile {
        display: block;
    }
    .member_line .container h2:before {
        top: 3px;
    }
    .box.video iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
    .download.desktop {
        display: none;
    }
    .main-banner .overlay {
        width: 450px;
        height: 450px;
        margin-left: -225px;
        margin-top: -225px;
        background: red;
    }
    .main-banner.taller {
        height: 285px;
    }
    .main-banner .caption span {
        font-size: 16px;
        line-height: 17px;
        font-style: italic;
        color: #fff;
        display: block;
        padding-top: 52px;
    }
    .main-banner.taller .caption h1 {
        font-size: 45px;
        line-height: 45px;
        padding-top: 30px;
    }
    #main {
        padding-bottom: 75px;
    }
    .signup-wrapper h1 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 40px;
    }
    .signup-wrapper input[type="submit"] {
        margin-top: 40px;
    }
    .toggle-content .content {
        padding: 25px 25px 50px;
    }
    .toggle-content.with-citation .content {
        padding: 25px 25px 25px;
    }
    #gallery-slider {
        width: 100% !important;
    }
    .sliders_thumbs {
        width: 232px;
    }
    h3 {
        font-size: 15px;
        line-height: 18px;
        color: #383837;
        padding: 43px 0 23px;
    }
    .newsletter-widget h2 {
        font-size: 15px;
        line-height: 18px;
    }
    .frame.half{
	    min-height: 116px;
    }
    /*
.box{  height: 200px;  }
    .box span, .box p{  font-size: 14px; margin-bottom: 19px;  margin-top: 27px;}
    .box h2, .box h1{  line-height: 35px;margin-bottom: 18px;}
    .box .play{background-size:cover !important;height: 45px;width: 45px;  margin-top: 75px;  margin-bottom: 27px;}
*/
    
    .box a {
        font-size: 13px;
        line-height: 16px;
    }
    .row {
        margin: 0 -10px;
    }
    .row > div {
        padding: 0 10px;
    }
    /* Header */
    
    .main-nav>li {
        margin: 0 8px;
    }
    .main-nav li>a {
        font-size: 12px;
    }
    .newsletter-text p {
        font-size: 16px;
    }
    /* Homepage */
    
    .legends {
        padding-top: 50px;
    }
    .legends a {
        font-size: 15px;
        line-height: 23px;
    }
    .legends h2 {
        font-size: 46px;
        line-height: 44px;
        margin-bottom: 45px;
    }
    .legends span {
        margin-bottom: 45px;
        display: inline-block;
        line-height: 20px;
        font-style: italic;
        color: #222221;
        background-color: #fff;
        font-size: 9px;
        padding: 0 13px;
    }
    .home-video img {
        max-height: 291px;
    }
    .quote-home p {
        max-width: 473px;
    }
    /* .quote p{  font-size: 15px;  line-height: 20px;} */
    
    .quote {
        padding: 43px 0px;
        width: 75%;
    }
    .box h2,
    .box h1 {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 17px;
    }
    .main-banner.taller .caption h1 {
        width: auto;
    }
    .bottom-boxes .box h2 {
        font-size: 15px;
        line-height: 24px;
    }
    .box span,
    .box p {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .box .play {
        width: 50px;
        height: 50px;
        background-size: cover;
        margin-top: 75px;
        margin-bottom: 27px;
    }
    .bottom-boxes .box span,
    .bottom-boxes .box p {
        font-size: 15px;
        /* margin-top: 38px; */
        
        margin-bottom: 5px;
        font-family: 'Droid Serif', serif;
        line-height: 24px;
    }
    .bottom-boxes .box {
        padding: 0 25px;
        height: 240px;
    }
    .bottom-boxes .box.box-quote p {
        margin-top: 20px;
    }
    .twitter-feed {
        padding: 21px 0px;
    }
    /* Footer */
    
    #footer {
        padding: 11px 0 54px;
    }
    .ideas-graphic {
        background-size: 17px;
        background-position: 2px center;
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 21px;
    }
    #footer .col466 {
        width: 345px;
    }
    #footer .col218 {
        width: 195px;
    }
    #footer .join_us p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    #footer .join_us a {
        font-size: 12px;
        line-height: 16px;
    }
    #footer p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 16px;
    }
    .socials {
        margin-top: -15px;
    }
    .socials a {
        margin-right: 9px;
        background-size: 124px;
        height: 16px;
        width: 18px;
    }
    .socials a.ln {
        background-position: -39px center
    }
    .socials a.gp {
        background-position: -76px center;
    }
    .socials a.vm {
        background-position: -110px center;
    }
    /* About */
    
    .main-banner {
        height: 167px;
    }
    .main-banner .caption h1 {
        font-size: 45px;
        line-height: 45px;
        color: #fff;
    }
    .title-legend {
        padding: 23px 0;
    }
    .title-legend p {
        font-size: 15px;
        line-height: 20px;
        font-style: italic;
    }
    .title-legend h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .toggle-content .title a {
        font-size: 18px;
        line-height: 20px;
    }
    .col-1-3 > div {
        height: 270px;
    }
    .col-1-3 > div.img {
        height: auto;
    }
    /* Article */
    
    .article .col190 {
        width: 30%;
    }
    .article .col520 {
        width: 70%;
    }
    .article .col520.membership {
        width: 100%;
        max-width: none;
    }
    .article .col190:nth-child(1) , .past_speakers_body .col190:nth-child(1){
        display: none;
    }
    .media_single_body .article .col520{
	    float: none;
    }
    .article p,
    .style-lines li,
    .col520 ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .col-1-3 p {
        font-size: 13px;
        line-height: 18px;
    }
    .toggle-content .content p {
        font-size: 13px;
    }
    #result .gap70 {
        display: none;
    }
    /* Our people */
    
    .toggle-content .col520 {
        width: 100%;
        max-width: 100%;
        margin: 25px auto 0px;
    }
    /* Gallery */
    
    .gallery-wrapper .item>img {
        width: 350px;
    }
    .gallery-wrapper .item .text {
        padding-left: 380px;
    }
    /* Opinions */
    
    .rel-read {
        height: 200px;
    }
    /* Membership */
    
    .toggle-content .content.alt .contact-col {
        width: 100%;
    }
    /* Focus */
    
    .frame > div {
        padding: 7px 15px;
    }
    .frame .meta {
        color: #ec8a00;
        font-size: 10px;
        line-height: 15px;
        font-style: italic;
        display: block;
        margin-bottom: 5px;
    }
    .frame h4,
    .frame p,
    .frame p a {
        font-size: 13px;
        line-height: 15px;
    }
    .focus_areas .frame {
        height: 280px;
    }
    .frame a.download {
        font-size: 11px;
    }
    .article .socials a {
        background-size: auto;
    }
    /* Events */
    
    .info-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .toggle-content .col628 {
        max-width: 95%;
    }
    .release-item {
        max-width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .main-banner .caption.achievement span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        top: 0px;
    }
    #footer {
        padding: 11px 20px 54px;
    }
    .sf-mega {
        padding: 25px 10px;
    }
    .tab-filters {
        padding: 20px 25px 15px;
    }
    .title-legend h2 {
        left: 15px;
        top: 10px;
    }
    .ret {
        padding: 0 15px
    }
    .main-banner.style1 {
        min-height: 167px;
        height: auto;
        padding-bottom: 42px;
    }
    .alignleft {
        width: 140px;
    }
    .related-articles {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    html,
    body {
        font-size: 12px;
    }
    .fxid {
        overflow: hidden;
        position: fixed;
    }
    .container {
        width: 100%;
        padding: 0 0px;
    }
    .signup {
        padding: 0 10px;
    }
    .container-964,
    .container-520,
    .container-994 {
        padding: 0 10px;
    }
    .search-form input[type="submit"]{color: #4d4d4c}
    .main-banner .container.container-964 {
        padding: 0 10px;
        width: 100%
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-6 {
        width: 50%;
    }
    #header .container {
        width: 100%;
        padding: 0px;
    }
    #logo,
    #menu-toggle {
        margin: 0 20px;
    }
    .owl-next {
        left: 0px;
    }
    .owl-prev {
        right: 0px;
    }
    #home_carousel_mobile {
        display: block;
        width: 100%;
        height: 250px;
    }
    .main-banner .overlay {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
        /* background-size: cover !important; */
    }
    .main-banner.taller .caption h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .col190 {
        width: 100%;
        margin-bottom: 20px;
    }
    .toggle-content .col520 {
        padding: 0px;
        width: 92%;
        margin: 15px auto 0px;
        float: none;
    }
    .frame .overlay {
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-left: -75px;
    }
    .frame .overlay p {
        margin-bottom: 0px;
        margin: auto;
    }
    .img.grey {
        background: #ffffff;
    }
    .grey {
        background: #e7e7e7;
    }
    .img.white {
        background: #e7e7e7;
    }
    .cycle-carousel-wrap,
    .slide {
        height: 100%;
    }
    blockquote {
        font-size: 16px;
        line-height: 23px;
    }
    .frame {
        margin-bottom: 20px;
    }
    .frame h4,
    .frame p,
    .frame p a {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 22px;
    }
    .box span,
    .box p {
        font-size: 16px;
        /* margin-top: 20px; */
        
        margin-bottom: 20px;
    }
    .box.navy a {
        position: relative;
        top: 24px;
        font-size: 15px;
    }
    .box.dark p a,
    .box.navy p a {
        /* top:-9px; */
        
        font-size: 15px;
    }
    .slide img {
        max-width: none;
        height: 100%;
    }
    .frame img.alignleft {
        width: 60%;
        margin-right: 40%;
        margin-bottom: 15px;
    }
    .frame.half {
        width: 100%;
        height: auto;
    }
    .frame.last {
        margin-left: 0%;
    }
    .frame .overlay p {
        font-size: 18px;
        line-height: 18px;
    }
    .toggle-content {
        margin-bottom: 0px;
    }
    .bottom-boxes .box {
        margin-bottom: 20px;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    #menu-toggle {
        float: right;
        margin-top: 10px;
        display: block;
        width: 30px;
        height: 21px;
    }
    #menu-toggle span {
        display: block;
        height: 1px;
        background: #fff;
        margin-bottom: 9px;
    }
    #menu-toggle.active span {
        opacity: .5;
    }
    .main-nav {
        transition: all 600ms ease;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        clear: both;
        width: 100%;
    }
    .main-nav.active {
        max-height: 40em;
        opacity: 1;
        padding-top: 10px;
        border-top: 1px solid gray;
        overflow: scroll;
    }
    .main-nav li {
        float: none;
        display: block;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        position: relative;
        text-indent: 20px;
        /* border-bottom: 1px solid #ffffff; */
    }
    .main-nav li:before {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 1px solid #ffffff;
    }
/*
    .main-nav li.sfHover {
        padding: 10px 0 0 0 !important;
    }
*/
    .submenu li:before {
        display: none;
    }
    .submenu li {
        text-indent: 0px;
    }
    .main-nav li:last-child:before {
        border-bottom: none;
    }
    .newsletter-widget .container {
        width: 90%;
        margin: auto
    }
    .newsletter-widget span,
    .newsletter-widget p {
        margin-bottom: 0px;
    }
    .home-video {
        height: 231px;
    }
    .home-video iframe {
        width: 180%;
        margin-left: -40%;
    }
    .main-nav li {
        background-image: url(/resources/images/arrow_down.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 94% center;
    }
    .main-nav .submenu li {
        background: none;
        border-bottom: #e6e6e6 1px solid;
    }
    .main-nav .submenu li a:hover {
        color: #ffffff;
    }
    .submenu {
        border-bottom: #e6e6e6 1px solid;
    }
    .submenu:last-child {
        border-bottom: none;
    }
    .sf-mega {
        position: relative;
        top: 0;
        left: 0;
        display: none;
        padding: 10px;
        margin: 10px 0 0 0;
        clear: both;
        background: #ec8a00
    }
    .main-nav .submenu li a {
        color: #000000;
    }
    .main-nav li:last-child {
        border-bottom: none;
        min-height: 40px;
    }
    .main-nav li>a {
        font-size: 16px;
    }
    .main-nav li>a:hover,
    .main-nav li.active>a {
        color: #ec8a00;
    }
    .main-nav li>a br {
        display: none;
    }
    .main-nav li.search > a {
        float: left;
        margin-bottom: 10px;
        margin-left: 20px;
    }
    .newsletter-text {
        display: none;
    }
    .submenu {
        width: 100%;
        float: none;
    }
    .search-form {
        clear: both;
    }
    .bottom-boxes .box h2 {
        margin-bottom: 12px;
        font-size: 21px;
        line-height: 30px;
        width: 90%;
        margin: auto;
    }
    /* Homepage */
    
    .legends {
        padding-top: 78px !important;
    }
    .legends {
        padding-top: 20px;
    }
    .legends span {
        margin-bottom: 15px;
    }
    .legends h2 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: 1em;
    }
    .legends a {
        font-size: 16px;
        line-height: 1em;
    }
    .quote {
        padding: 35px 0;
    }
    .quote-home p {
        font-size: 15px;
    }
    .box {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .home .box{
	     margin-bottom: 20px;
    }
    .box .play {
        margin-top: 80px;
    }
    .box.video {
        padding-bottom: 0px;
    }
    .box h2,
    .box h1 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 20px
    }
    .gap70 {
        /* height: 20px; */
    }
    .bottom-boxes .box {
        padding: 0px;
        height: 260px;
    }
    .bottom-boxes .box span,
    .bottom-boxes .box p {
        /* margin-top: 27px; */
        
        margin-bottom: 16px;
        font-size: 16px;
    }
    .twitter-feed p {
        -webkit-line-clamp: 4;
        margin-left: 0px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    i.twitter-icon {
        display: block;
        margin: 0 auto;
        float: none;
        margin-bottom: 12px;
        background-size: cover;
        width: 33px;
        height: 23px;
    }
    /* About */
    
    .main-banner {
        height: 130px;
    }
    .main-banner .caption h1 {
        font-size: 30px;
        line-height: 34px;
        /* padding-top: 50px; */
    }
    .quote {
        width: 85%;
    }
    .quote p {
        font-size: 18px;
        padding: 0px 0px;
        line-height: 26px;
    }
    .col-1-3 {
        /* max-width:341px; */
        
        margin: 0 auto 0px;
        width: 100%;
        float: none;
    }
    .col-1-3 > div {
        height: auto;
    }
    .col-1-3:nth-child(2n) {
        background-color: #fff;
    }
    .bottom-boxes .box.box-quote {
        padding-top: 25px;
        margin-top: 20px;
    }
    .col-1-3 > div.img {
        min-height: 0px;
    }
    .member_line .container h2 {
        text-align: left;
        display: block;
        top: 0px;
    }
    .member_line .container h2::before {
        left: auto;
        right: 35px;
        top: 3px;
        width: 22px;
    }
    /* Article */
    
    #main {
        padding-bottom: 60px;
    }
    .article {
        padding-top: 40px;
    }
    .row {
        margin: 0 -5px;
    }
    .row>div {
        padding: 0 15px;
    }
    .article .col190 {
        width: 100%;
        margin-top: 25px;
    }
    .article .col520 {
        width: 100%;
    }
    .main-banner.taller {
        height: auto;
    }
    .main-banner.taller .container {
        min-height: 200px;
        /* padding-bottom: 55px; */
    }
    .info-box p {
        font-size: 18px;
        line-height: 1.4em;
    }
    .gallery-entry {
        margin-bottom: 20px;
    }
    .gallery-entry p {
        font-size: 14px;
    }
    .container-964 .row .col-sm-6 {
        width: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .related-articles {
        margin: 0 auto;
    }
    .container-964 .related-articles .frame {
        max-width: none;
        min-height: 184px;
    }
    .related-articles h3,
    .container-964 h3 {
        margin: 0 0px;
        padding: 35px 0 29px;
        font-size: 23px;
        line-height: 23px;
    }
    .related-articles .note {
        max-width: none;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .article .related-articles .col520 {
        padding: 0 15px;
    }
    .frame > div {
        padding: 22px 24px;
    }
    .frame .meta {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    .frame img {
        width: 100%;
    }
    .options-list li a br {
        display: none;
    }
    /* Focus area */
    
    .focus_areas .frame {
        height: auto;
        /* max-width: 300px; */
        
        margin: 0 auto 20px;
    }
    .main-banner .caption span {
        padding-top: 20px;
        font-size: 14px;
    }
    .main-banner.taller .caption h1 {
        padding-top: 20px;
        width: auto
    }
    .article .socials {
        max-width: none;
        width: 100%;
    }
    .article .col190 .share {
        float: left;
        width: 100%;
        padding-bottom: 28px;
        border-bottom: 1px solid #a8a49c;
        margin-bottom: 5px;
    }
    .article .col190 .socials {
        max-width: 190px;
        position: absolute;
        right: 0px;
        border-bottom: 0px solid #a8a49c;
        margin-top: 10px;
    }
    .article .col190 .download {
        width: 100%;
        float: left
    }
    .article .col190 {
        min-height: 95px;
        position: relative;
        display: none;
    }
    .article .gap96 {}
    /* Our people */
    
    .toggle-content.with-citation .content,
    .toggle-content .content {
        padding: 10px 10px;
        background-color: #f0f0f0;
    }
    .toggle-content .title {
        padding: 15px 0px;
    }
    .toggle-content .title a {
        font-size: 16px;
        background-position: right center;
        padding-left: 0px;
        background-size: 20px
    }
    .toggle-content .title span {
        font-size: 10px;
        display: block;
        padding-left: 0px;
        line-height: 12px;
    }
    /* Gallery */
    
    .gallery-wrapper .close-btn {
        right: 10px;
    }
    .gallery-wrapper h3 {
        padding-bottom: 0
    }
    .gallery-wrapper h4 {
        font-size: 16px;
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .gallery-wrapper .item > img {
        width: auto;
        display: block;
        float: none;
        width: 100%;
    }
    .gallery-wrapper .item .text {
        padding: 20px 0 0;
        position: relative;
    }
    .gallery-wrapper .item .text p {
        font-size: 15px;
    }
    /* Opinions */
    
    .main-filters a {
        font-family: 'Droid Serif', serif;
        font-style: italic;
    }
    .rel-read {
        padding: 10px 10px 40px;
        margin-bottom: 10px;
        height: auto;
    }
    .rel-read p {
        font-size: 16px;
        line-height: 20px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .rel-read span {
        right: 10px;
        left: 10px;
        bottom: 10px;
    }
    .main-banner .date {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .title-legend {
        padding: 20px 0 20px 0
    }
    .title-legend h2 {
        margin-left: 10px;
        font-style: italic;
        font-family: 'Droid Serif', serif;
    }
    .tab-filters {
        padding-bottom: 0px;
    }
    .tab-filters .container-964 {
        padding: 0px;
    }
    .main-filters {
        margin-left: 20px;
    }
    .subfilters {
        background: #f2f2f2;
        margin: 0 auto;
        padding: 20px;
    }
    .subfilters a {
        width: 100%;
        background: transparent url(../images/plus-grey.png) right center no-repeat;
        background-size: 15px;
        font-size: 16px;
        margin: 0px;
        padding: 12px 0 12px 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .subfilters a.on {
        background: transparent url(../images/plus-orange.png) right center no-repeat;
        background-size: 15px;
        color: #ea8800
    }
    .main-banner.style1 {
        height: auto;
        padding-bottom: 20px;
    }
    .main-banner.style1 {
        padding-top: 10px;
    }
    .main-banner.style1 h1 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 5px;
        padding-bottom: 35px;
    }
    .related-articles .frame {
        max-width: 218px;
        margin-right: auto;
        margin-left: auto;
    }
    .author-widget {
        margin-bottom: 25px;
        border-bottom: 1px solid #A8A49C;
        text-align: center;
    }
    /* Sign up */
    
    .signup-wrapper {
        margin-top: 30px;
    }
    .signup-wrapper h1 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .signup-wrapper label {
        font-size: 14px;
    }
    .signup-wrapper input[type="submit"] {
        font-size: 14px;
        width: 110px;
        margin-top: 20px;
    }
    /* Membeship */
    
    .title-legend h2 {
        font-size: 17px;
        line-height: 1.3em;
    }
    .article .download.alt {
        margin-bottom: 20px;
    }
    .circle-text {
        width: 110px;
        height: 110px;
    }
    .circle-text p {
        font-size: 14px;
    }
    .submit-expr {
        margin-top: 20px;
    }
    /* Brochures */
    
    .focus_areas.brochures-list .frame {
        /* max-width: 218px; */
        
        height: auto;
    }
    .frame a.download {
        position: relative;
        left: 0px;
    }
    .gap120 {
        height: 50px;
    }
    /* Focus */
    
    .events-area .frame {
        height: auto;
        min-height: 150px;
    }
    /* Events */
    
    .info-section {
        padding: 0px 0 20px;
        width: auto;
    }
    .info-section h4 {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    /* Footer */
    
    #footer {
        padding: 11px 10px 30px;
    }
    #footer .col218 {
        width: 100%;
    }
    #footer .col466 {
        width: 100%;
    }
    #footer .join_us p {
        font-size: 19px;
        line-height: 1.4em;
    }
    #footer .join_us a {
        font-size: 19px;
    }
    #footer p {
        font-size: 19px;
        line-height: 1.4em;
        margin-bottom: 32px;
    }
    .ideas-graphic {
        background-size: 26px;
        background-position: 2px center;
        font-size: 18px;
        line-height: 57px;
        margin-bottom: 40px;
    }
    .socials a {
        height: 23px;
        width: 31px;
        margin-right: 21px;
        background-size: 180px;
    }
    .socials a.ln {
        background-position: -51px center;
    }
    .socials a.gp {
        background-position: -106px center;
    }
    .socials a.vm {
        background-position: -156px center;
    }
    .main-banner .caption.achievement {
        top: 20px;
    }
    .tab-filters {
        padding-bottom: 20px;
    }
    .article .col520 {
        padding: 0px 15px;
        max-width: none;
    }
    #result .row {
        margin: 0 -10px;
    }
    .container-520 {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 514px) {
    .main-banner .overlay {
        background-size: 522px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home-video img {
        max-height: none;
    }
    .quote-home p {
        max-width: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
   .main-nav.active{max-height: 20em;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .home-video iframe {
        display: none;
    }
}