 /*fonts include*/
@font-face {
    font-family: StoneSerifStd-SemiboldIt; 
    src: url(fonts/StoneSerifStd-SemiboldIt.otf); 
   }
   
@font-face {
    font-family: StoneSerifStd-Semibold; 
    src: url(fonts/StoneSerifStd-Semibold.otf); 
}
@font-face {
    font-family: StoneSerifStd-MediumItalic; 
    src: url(fonts/StoneSerifStd-MediumItalic.otf); 
}

@font-face {
  font-family: 'StoneSerifStd-Medium';
  src: url('fonts/StoneSerifStd-Medium.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('fonts/StoneSerifStd-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

/*
@font-face {
    font-family: StoneSerifStd-Medium; 
    src: url(fonts/StoneSerifStd-Medium.otf); 
}
*/


@font-face {
    font-family: StoneSerifStd-BoldItalic; 
    src: url(fonts/StoneSerifStd-BoldItalic.otf); 
}
@font-face {
    font-family: NextExitFOT-Light; 
    src: url(fonts/NextExitFOT-Light.otf); 
}
@font-face {
    font-family: Helvetica; 
    src: url(fonts/Helvetica.dfont); 
}
@font-face {
    font-family: exljbris-MuseoSlab-300; 
    src: url(fonts/exljbris-MuseoSlab-300.otf); 
}
@font-face {
    font-family: DTLProkyonTCapsLightItalic; 
    src: url(fonts/DTLProkyonTCapsLightItalic.otf); 
}
@font-face {
    font-family: DINPro-Regular; 
    src: url(fonts/DINPro-Regular.otf); 
}
@font-face {
    font-family: ChaparralPro-Semibold; 
    src: url(fonts/ChaparralPro-Semibold.otf); 
}
@font-face {
    font-family: ChaparralPro-Regular; 
    src: url(fonts/ChaparralPro-Regular.otf); 
}
@font-face {
    font-family: AvenirLTStd-Roman; 
    src: url(fonts/AvenirLTStd-Roman.otf); 
}
@font-face {
    font-family: AvenirLTStd-Medium; 
    src: url(fonts/AvenirLTStd-Medium.otf); 
}
@font-face {
    font-family: AvenirLTStd-Light; 
    src: url(fonts/AvenirLTStd-Light.otf); 
}
@font-face {
    font-family: AvenirLTStd-Heavy; 
    src: url(fonts/AvenirLTStd-Heavy.otf); 
}
@font-face {
    font-family: AvenirLTStd-BookOblique; 
    src: url(fonts/AvenirLTStd-BookOblique.otf); 
}


@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('fonts/AvenirLTStd-Book.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('fonts/AvenirLTStd-Book.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
/*
@font-face {
    font-family: AvenirLTStd-Book; 
    src: url(fonts/AvenirLTStd-Book.otf), url(fonts/AvenirLTStd-Book.ttf);
}
*/
@font-face {
    font-family: AdobeHebrew-Regular; 
    src: url(fonts/AdobeHebrew-Regular.otf); 
}


@font-face {
    font-family: Alef-Bold; 
    src: url(fonts/Alef-Bold.ttf); 
}
@font-face {
    font-family: atlas-aaa-bold; 
    src: url(fonts/atlas-aaa-bold.otf); 
}
@font-face {
    font-family: atlas-aaa-medium; 
    src: url(fonts/atlas-aaa-medium.otf); 
}
@font-face {
    font-family: atlas-aaa-light; 
    src: url(fonts/atlas-aaa-light.otf); 
}
@font-face {
    font-family: atlas-aaa-regular; 
    src: url(fonts/atlas-aaa-regular.otf); 
}
@font-face {
    font-family: Brandon_bld; 
    src: url(fonts/Brandon_bld.otf); 
}
@font-face {
    font-family: Brandon_reg; 
    src: url(fonts/Brandon_reg.otf); 
}
@font-face {
    font-family: Hadasa-Italic; 
    src: url(fonts/Hadasa-Italic.otf); 
}
@font-face {
    font-family: Hadasa-Medium; 
    src: url(fonts/Hadasa-Medium.otf); 
}
@font-face {
    font-family: SouthBold; 
    src: url(fonts/SouthBold.otf); 
}





   
   
/* Resets
-------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h2,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
line-height:0px;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none!important;
}

caption,th {
text-align:left;
}

h1,h2,h2,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content: ' ';
}

textarea {border:1px solid #ddd;}

abbr,acronym {
border:0;
}

html {
/*height:100%;*/
}

body {
font-size: 13pt;
font-family: Arial,Helvetica,sans-serif;
min-height:100%;
color:#333!important;
background:#D9E6EE!important;

}

a {
color:#333;
outline:none;
text-decoration:none;
cursor:pointer;
text-decoration:none;
}

a:hover {
color:#333;
}

p {
margin:0 0 18px
}

img {
border:none;
border-radius:0!important;
box-shadow:none!important;
}

input,select,textarea {
vertical-align:middle;
padding:5px;
}

strong {
font-weight:bold;
}

.clear {
clear:both;
}

label {
    font-size:14px;
}


/*Common*/
#page, .hfeed, .site {
    width:1024px;
    background:#D9E6EE; 
    margin:0;
    min-width:1020px;
    padding:0;  
    overflow:hidden; 
}
#page {
    /*height:100%;*/
    min-height:100%;
    margin:auto;
    box-shadow:none!important;
    /*border-right:1px solid #D9E6EE;*/
    position:relative;
    /*padding-bottom:30px;*/
}
header {
    height:90px;
    width:100%;
}

.mobilebutton {
    display: none;
}

#logo {
    width: 200px;
    height: 75px;
    /* border: solid #111 1px; */
    position: absolute;
    top: 20px;
    left: 0px;
    background:#fff;
    color: transparent;
}
#logo a {
    display:block;
    width:200px; 
    height:60px;
    position:relative;
    top:12px;
    background: url('../images/taub_logo.jpg') no-repeat;
    background-size: 100%;
    color:transparent;
    margin: auto;
}
.top-line-container {
    /*float:right;*/
    width:auto;
    position:absolute;
    top:20px;
    right:120px;/*125px;*/
}
#top-line {
    width:auto;    
    height:70px;
}
#top-line li {
    float:left;
    width:138px;
    height:72px;
    background:#fff;
    margin-right:2px;
    font-family: AvenirLTStd-Book;
    font-size:10pt;
    line-height:13pt;
    position:relative;
}

#top-line li div {
    margin:12px 0 0 20px;
    display:inline-block;  
}
#top-line li div input[type='text'] {
    padding:2px;
    font-size:10pt;
    margin-top:13px;
    border:none;
    width:100px;
    outline:none;
}
#top-line li span {
    margin:16px 0 0 20px;
    display:inline-block;  
    color: #111;
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
}

 #top-line li #salesforceform_top span {
     margin: 0;
     padding: 0 0 0 20px;
 }

 #top-line li #salesforceform_top span span {
     margin: 0;
     padding: 0;
 }

#top-line li span input[type='text'] {
    padding:2px;
    font-size:10pt;
    margin-top:13px;
    border:none;
    width:90px;
    outline:none;
    border-radius:0;
}

 #top-line li #salesforceform_top span input[type='text'] {
     margin: 0;
     font-size: 0.7rem;
     margin-bottom: 5px;
 }

#top-line li:hover span.rollover {
    margin-left:15px;
}
#top-line li:hover a.arrow {
    right:5px;    
}
#top-line li input.arrow:hover {
    right:5px;    
}
#top-line li:last-child {
    background:rgb(247,168,0);   
}
#top-line li em {
    font-family: AvenirLTStd-BookOblique;
    font-size:8.5pt;
    line-height:13pt;   
}
#top-line li .arrow {
    background:url('../images/top-arrow-gray.png') no-repeat right bottom;
    background-size: 80%;
    position:absolute;
    width:10px;
    padding:0;
    height:15px;
    bottom:10px;
    right:10px;
    box-shadow:none;
    border:none;
    outline: none;
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
}
#lang_sel_list {
    padding-top: 4px;
    height: 36px;   
}
body #lang_sel_list a, #lang_sel_list a:visited {
    font:7pt/8.4pt AvenirLTStd-Book;
    position:relative;
    text-transform:uppercase;
    color:#888;
}
#lang_sel_list a:hover, #lang_sel_list a:active, #lang_sel_list a.lang_sel_sel {
    color:#000;
}
/*#lang_sel_list .icl-en a::before {
    content:"";
}*/
/*#lang_sel_list .icl-en a::after {
    content: "|";
    color:#888;
}*/
.logo-line {
    font:9.2pt/16pt StoneSerifStd-MediumItalic;    
    position: absolute;
    left:12px;
    top:100px;
    width:176px;
    border-top:4px #538BBE solid;
    text-align:center;
    
}
#lang_sel_list .icl-he a {
    font:12pt/9.4pt NextExitFOT-Light;
}
body #lang_sel_list li {
    float:none;
}
body #lang_sel_list li:first-child a {
    border-bottom: 1px solid #ddd;
}
body #lang_sel_list li a {
    margin:0 6px;
    padding:3px 0;
    text-align:center;
    color:rgb(157,195,221)!important;
}
.lang-share {
    height:80px;
    width: 75px;
    display:inline-block;
    position: absolute;
    right:0;/*25px;*/
    top:20px;
}
.lang-share a {
    color:#111;
    font-size:9px;
}
.lang-share div {
    width:100%;
    display:block;
    background:#fff;
}

.lang-share div:first-child {
    height:30px;
    
}
.lang-share div:last-child {
    height:30px;
    margin-top:2px;
}
.langs {
    text-align:center;
}
.langs a {
    font:7pt/8.4pt AvenirLTStd-Book;
    position:relative;
}
.share {
    text-align: center;
}
.share a {
    display:inline-block;
    width:12px;
    height:13px;
    background: url('../images/icons-top.png') no-repeat;   
    position:relative;
    top:10px;
}
.share a.t {
    background-position: 0 -13px;    
}
.share a.t:active, .share a.t:hover {
    background-position: 0 0;    
}

.share a.y {
    background-position: -12px -13px;    
}
.share a.y:active, .share a.y:hover {
    background-position: -12px 0;    
}

.share a.in {
    background-position: -24px -13px;    
}
.share a.in:active, .share a.in:hover {
    background-position: -24px 0;    
}

.share a.f {
    background-position: -36px -13px;    
}
.share a.f:active, .share a.f:hover {
    background-position: -36px 0;    
}
.empty {
    height:15px;
}

.wrapper { 
    /*float:right;
    width:800px;*/
    width:100%;
}
#menu-main {
    position:relative;
    z-index:4;
    width:800px;
    margin-right:0;
    margin-left:auto;
}
#menu-main li a {
    color:#111;
    font-size:18px;
    line-height:27px;
    width:100%;
    display:inline-block;
    text-align:left;
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
    
}
body #menu-main>li>a {
    text-align: center;
    text-transform: uppercase;
    /*font-weight:bold; */ 
    border-left: 1px solid #111;  
    font-family: AvenirLTStd-Book;
    font-size:13pt;
    line-height:14pt;
    padding: 0 25px;
    display:block;
    text-align: center;
    width:auto;
}
#menu-main>li:first-child>a { 
    border-left: none; 
	 
}
#menu-main>li:hover {
    background:#E9C400; 
      
}
#menu-main>li:hover>a {
    color:#fff;
    border-color: transparent;   
}
#menu-main>.current-menu-parent>a {
    color:#fff;
    border-color: transparent;   
}
#menu-main>li:hover+li>a{
    border-color: transparent;    
}

#menu-main>li:first-child:hover+li+li>a { 
   /* border-left: none; */
	 
}

#menu-item-498:hover+li>a{
   border-color: transparent;    
}


#menu-main>.current-menu-parent+li>a{
    border-color: transparent;    
}

#menu-main>.current-menu-parent#menu-item-498+li+li>a{
    /*border-color: transparent;*/
}


#menu-main>li {
    float:left;
    /*width:149px;*/
    width:auto;
    position:relative; 
    padding:5px 0px;  
} 
#menu-main li>ul {
    display:none;
    position:absolute; 
    top:28px;
    left:0px;   
    width: 2000px;
    overflow: hidden;
   z-index:1000;
    /*background:#fff;*/
}
#menu-main ul ul {
    left:200px; 
    /*margin-top:-38px; */  
    margin-top:4px;
}
#menu-main li#menu-item-44 ul {
    top:0px;    
}
#menu-main li#menu-item-43 ul {
    top:33px;  
}
#menu-main li#menu-item-42 ul {
    top:66px;   
}
#menu-main li#menu-item-41 ul {
    top:66px;  
    background:transparent url('../images/arrows-light-yellow.png') no-repeat left 37px; 
}
#menu-main li#menu-item-46 ul.sub-menu {
    top:66px;   
    background:transparent url('../images/arrows-light-yellow.png') no-repeat left 77px;
}
#menu-main li#menu-item-40 ul.sub-menu {
    top:66px;
    background:transparent url('../images/arrows-light-yellow.png') no-repeat left 90px;   
}
#menu-main li#menu-item-39 ul.sub-menu {
    top:116px;
    background:transparent url('../images/arrows-light-yellow.png') no-repeat left 27px; 
}
.menu-item-language {
    display:none;
}
#menu-main li>ul>li {
    display:block;
    float:none;
    clear:both;
    padding-left:25px;
}
#menu-main li>ul>li>a {
     font-family:StoneSerifStd-Semibold;
     font-size:11pt;
     line-height:25pt;
}
#menu-main li>ul>li ul>li>a {
     font-family:StoneSerifStd-Semibold;
     font-size:11pt;
     line-height:20pt;
}
#menu-main li>ul>li:first-child>a {
    padding-top:6px;
}
#menu-main li>ul>li:hover>a {
    color:#E9C400;  
    /*background:transparent url('../images/arrows-light-yellow.png') no-repeat right center;
    width:170px; */
}
#menu-main  .sub-menu .sub-menu{ 
    padding-left: 10px;
    margin-left:-10px;
    background:transparent url('../images/arrows-light-yellow.png') no-repeat left 10px;
    width:auto; 
height: 100%;
}
#menu-main li:hover>ul {
    display:block;
    /*position:relative;
    top:-2px;*/
}
#menu-item-925 {
    display:none;
}
.menu-layer {
    width:800px;
    height:250px;
    background:rgb(232,238,243);
    display:none;
    position:absolute;
    overflow:hidden;
    /*margin-top: 28px;*/
    right:0;
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
}
body .menu-main-container:hover + .menu-layer {
    display:block; 
    z-index:3;  
}
body #main-menu:hover .menu-layer {
    display:block; 
    z-index:3;
}

#menu-main>.current-menu-parent {
    background:#E9C400;    
}
#menu-main>.current-menu-parent>a{
    color:#fff;
    border-right: none;
}
#m-under-line {
    text-align:center;
    font: 13pt/16pt Stone Serif Std-Medium;
    padding:15px;
    float:none;
    clear:both;
}
/*utilite classes*/
.light-fon {
    background:rgb(242, 246, 250) !important; 
}
.blue {
    background:rgb(157,195,221);
    color:#fff!important;
}

.blue a {
    color:#fff!important;
}
.dark-blue {
    background: rgb(32,75,127);
    color:#fff!important;
}
.medium-blue {
    color:#111!important;    
}
.medium-blue {
    background: rgb(179,203,227); 
}
.light-blue {
    background:rgb(201,233,236);
}
.light-light-blue {
    background: rgb(217, 241, 238);
}
.white, .white>p {
    background:#fff;
    color:#111!important;
}
.purple-blue {
    background:rgb(0,12,64);
    color:#fff!important;
}



.purple-blue-font {
    color:rgb(0,12,64);
}
.light-purple-blue{
    background:#6E6D83;
    color:#fff!important;
}
.light-purple-blue-light-1 {
    background:rgba(110,109,131,0.75);
}
.light-purple-blue-light-2 {
    background:rgba(110,109,131,0.45);
}
.true-blue{
    background:rgb(8,78,160);
    color:#fff!important;
}
.true-blue-font, .true-blue-font:hover {
    color:rgb(8,78,160);
}
.light-true-blue {
    background:rgb(121,163,219);
    color:#fff!important;
}
.light {
    opacity:0.85;
}
.gray {
    color:#fff!important;
    background:#bbb;
}
.dark-blue-font, .dark-blue-font:hover {
    color:rgb(32,75,127);
}
.press-blue {
    background:rgb(192, 217, 235);/*rgb(8,122,208)*/
}
.blue-fon {
    background:rgb(217, 234, 241);
}
.gray-font {
    color:#bbb!important;
}
.no-uppercase {
    text-transform:none!important;
}
#content .h h2.border-black {
    border-color:#000;
    border-width:3px;
}

.load-more {
    width:auto;
    padding:25px;
    text-align:center;
}
.press-room .load-more {
    padding:0px;
}

#load-more {
    font:13pt/30pt AvenirLTStd-Book;
    display:block;
    width:100%;
    text-align:center;
    background: #eee;
    color:#000;
    text-transform:uppercase;
    padding:15px 0;
}
#load-more:hover, #load-more:active {
    background:rgb(247,198,0);
}
.h {
    width:auto;
}
.l {
    width: auto;
    margin-right:100px;
    margin-top:13px;
    font: 13pt/18pt AvenirLTStd-Book;
}
.inner-vision {
    float:left;
    width:225px;
    padding:25px 25px 25px 0px;
    position:relative;
    margin:10px 0;
    background:#D9E6EE;
    left:-25px;
}
.inner-inner-vision {
    float:left;
    width:175px;
    padding:25px 25px 25px 25px;
    position:relative;
    
}

/*content*/
#primary h1, #primary h2, #primary  h3, 
#primary h4, #primary h5, #primary  h6, #primary p {
    margin:0;
    padding:0;
} 
/*#primary a, #primary a:hover {
    color:#333;
}*/
#primary {
    width:100%;
    height:auto;
}
#primary #content p {
    font-size:11pt;
    line-height:16pt;
}
#get-involved p { 
    float:left;
    clear:both;
}
#primary.front-page {
    margin-bottom:-210px;    
}
.entry-header, .entry-meta {
    display:none;
}
.site-content #content .page {
    border:none;
    margin:0;
    padding:0;
    font-family: AvenirLTStd-Book;
    font-size:14pt;
    line-height:21pt;
}
#content, #content2 {
    float:left;
    width:800px;
    margin-left:20px;
    height:auto;
    font-size:14pt;
    line-height:24pt;
    margin-bottom:10px;
    /*overflow: hidden;*/
}

.post-type-archive-educationblog #content {
    float: right;
}
 .post-type-archive-podcast #content {
    float: right;
}

.page-template-blog-posts #content {
    float: right;
}

 .single-educationblog #content {
     float: right;
 }

 .single-podcast #content {
     float: right;
 }

 .single-blog #content {
     float: right;
 }


#primary.databyte #content {
    width: auto;
    float:none;
    padding:0px 215px 30px;
    position:relative;
}
#content h2 {
    font-family: AvenirLTStd-Book;
    font-size: 20pt;
    line-height: 30pt;
    text-transform: uppercase;  
}
#primary.site-content #content article {
    /*padding:25px;*/
}
/*mission-vision about*/
#content .h h2 {
    width:auto;
    max-width:310px;
    min-width:225px;
    border-bottom:5px solid #fff; 
    margin-bottom: 20px;
    padding-bottom:9px; 
}

.page-template-ptmp_blue_top #content .h h2 {
    max-width:none;
}
#content .h {
    padding:25px 25px 40px 25px;
    font:14pt/24pt StoneSerifStd-Medium;
}
#content .h p{
    font:13.5pt/23pt StoneSerifStd-Medium!important;
}

 .page-template-ptmp_blue_top #content .h p {
     font: 1rem/1.5 StoneSerifStd-Medium !important;
 }

.brochure-top{

    width: 128%; height: 35px; background: #D9E6EE; margin-left: -25px;
}
.brochure-ul{margin-left: -32px;}

.left .sidemenu .brochure a{
    background:rgb(157,195,221);
    background-position: 184px;
    background-image: url('../images/big-arrow-white.png');
    background-repeat: no-repeat;
    text-transform:uppercase;
    font:9.8pt/16pt AvenirLTStd-Book;
    margin:7px 0 0 -3px;
    height:13px;
    width:190px;
    padding:2px 0px 7px 10px;
    color:white;
}

.left .sidemenu.series .brochure a:hover{
    background-color:rgb(157,195,221);
    background-position: 184px;
    background-image: url('../images/big-arrow-white.png');
    background-repeat: no-repeat;
    color:white;

}
/*#content .advanced-search {
    width:auto;
    margin-top:30px;
    padding:15px 25px 25px 25px;
}
#content .advanced-search h4 {
    font-family:AvenirLTStd-Roman;
    font-size: 13pt;
    line-height:25pt;
    text-transform:uppercase;
    margin-bottom:5px;
}
#content .advanced-search input[type='submit'] {
    padding:22px 21px;
    background:rgb(114,155,228);
    color:#fff;
    font-family:AvenirLTStd-Medium;
    font-size:20pt;
    line-height:16pt;
    margin-top:5px;
    border:none;
    outline:none;
    border-radius:0;
}
#content .advanced-search .search-input-container{  
    width:322px;
    float: left;
    margin:5px 5px 0 0;
    position:relative;
}
#content .advanced-search .search-input {
    background:#EAF0EF; 
    padding:0 10px; 
      
}
#content .advanced-search .search-input a{
    font-family:StoneSerifStd-MediumItalic;
    font-size:10pt;
    line-height:23pt;
    color:#111;    
    display:block;
    background:url('../images/arrows-double-gray.png') no-repeat right center;
}
#content .advanced-search .search-input a:hover {
    color:#111;
}
#content .advanced-search .search-dropdown {
    position:absolute;
    background:#fff;
    z-index:10;
    width:302px;
    height:auto;
    max-height:180px;
    padding:10px;
    display:none;
    background:#DCE9F1;
    overflow: auto;
}

#content .advanced-search .search-dropdown a {
    font:11pt/21pt StoneSerifStd-Medium; 
    color:#888;   
}
#content .advanced-search .search-dropdown a:hover {
    color:#000;
}

*/
#content .advanced-search {
    width:auto;
    margin-top:30px;
    padding:15px 25px 25px 25px;
}
#content .advanced-search h4 {
    font-family:AvenirLTStd-Roman;
    font-size: 13pt;
    line-height:25pt;
    text-transform:uppercase;
    margin-bottom:5px;
}
#content .advanced-search input[type='submit'] {
    padding:22px 21px;
    background:rgb(114,155,228);
    color:#fff;
    font-family:AvenirLTStd-Medium;
    font-size:20pt;
    line-height:16pt;
    margin-top:5px;
    border:none;
    outline:none;
    border-radius:0;
}
#content .advanced-search .search-input-container{  
    width:322px;
    float: left;
    margin:5px 5px 0 0;
    position:relative;
}

#search-input-4.advanced{
    border: none;
    border-radius: inherit;
    height: 18px !important;
    width: 310px !important;
    background: #EAF0EF;
    font-family: StoneSerifStd-MediumItalic;
    font-size: 13px;
}

#search-input-4::-webkit-input-placeholder {color:black;}

#search-input-4:-moz-placeholder {color:black;}

#search-input-4::-moz-placeholder {color:black;}

#search-input-4:-ms-input-placeholder {color:black;}


#content .advanced-search .search-input {
    background:#EAF0EF; 
    padding:0 10px; 
      
}
#content .advanced-search .search-input a{
    font-family:StoneSerifStd-MediumItalic;
    font-size:10pt;
    line-height:23pt;
    color:#111;    
    display:block;
    background:url('../images/arrows-double-gray.png') no-repeat right center;
}
#content .advanced-search .search-input a:hover {
    color:#111;
}
#content .advanced-search .search-dropdown {
    position:absolute;
    background:#fff;
    z-index:10;
    width:302px;
    height:auto;
    max-height:180px;
    padding:10px;
    display:none;
    background:#DCE9F1;
    overflow: auto;
}

#content .advanced-search .search-dropdown a {
    font:11pt/21pt StoneSerifStd-Medium; 
    color:#888;   
}
#content .advanced-search .search-dropdown a:hover {
    color:#000;
}
#primary .search-results-container {
    width:auto;
    margin-top: 30px;
    padding:30px;
    height:290px;
}

#primary .search-results {
    width:756px;
    height:290px;/*246px;*/
    float: left;
}
#primary .search-results .result-item {
    margin:50px 80px 20px 220px;
    position:relative;
    padding-bottom:45px;
    height:170px;
}
#primary .search-results h3 {
    font:13pt/19pt StoneSerifStd-Semibold;  
    text-transform: uppercase;
    display:inline-block;
}
#primary .search-results h3 label {
    color:rgb(255,166,15);
    font:10pt/21pt StoneSerifStd-SemiboldIt;
}
#primary .result-item p {
    margin-top:20px;
    font: 11pt/16pt StoneSerifStd-Medium;
}
#primary .search-results .result-item-author {
    font:10pt/13pt AvenirLTStd-Book;
    margin-top:7px;
    display:inline-block;
    float:right;
    width:100%;
}
#primary #content .search-results p {
    font:11pt/16pt StoneSerifStd-Medium;
    margin-top:20px;    
}
a.research-read-more {
    font-family: StoneSerifStd-SemiboldIt;
    font-size: 11pt;
    line-height: 16pt;
    color:#fff;
}
a.research-read-more:hover {
    opacity:0.7;
    color:#fff;
}
#primary .read-more {
    color:rgb(255,166,15);
    font:10pt/10pt StoneSerifStd-SemiboldIt;
    padding-right: 20px;
    background: url('../images/read-more-orange.png') no-repeat right center; 
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
}
#primary .read-more:hover, #primary .read-more:active {
    padding-right: 25px;
}

#primary .to-all {
    color:#333;
    font:10pt/10pt StoneSerifStd-SemiboldIt;    
    padding-right: 20px;
    background: url('../images/read-more-gray.png') no-repeat right center; 
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease; 
}
#primary .to-all:hover, #primary .to-all:active  {
    padding-right: 25px;
}
#primary .search-results .read-more {
    position:absolute;
    bottom:0px;  
}

.t-align-r {
    text-align:right;
    width:auto;
    display:block;
}
.t-align-l {
    text-align:left;
    width:auto;
    display:block;
}

#primary .search-results-actions {
    width: 174px;
    float: left;
    margin-left: 30px;
    height: 100%;
}
#primary .search-results-actions.left{ width:174px; }


#primary .search-results-actions.posts-actions {
    position:absolute;
    top:510px;/**/
    left:0px;
    height:auto;/*300px;*/
    margin: 0;
}

 .post-type-archive-educationblog #primary .search-results-actions.left {
     clear: none;
 }
 .post-type-archive-podcast #primary .search-results-actions.left {
     clear: none;
 }

 .page-template-blog-posts #primary .search-results-actions.left {
     clear: none;
 }

 .single-educationblog #primary .search-results-actions.left {
     clear: none;
 }
 .single-podcast #primary .search-results-actions.left {
     clear: none;
 }

 .single-blog #primary .search-results-actions.left {
     clear: none;
 }


 @media screen and (max-width: 640px) {
     .post-type-archive-educationblog #primary .search-results-actions.left {
         width:100%;
         clear: both;
     }
     .post-type-archive-podcast #primary .search-results-actions.left {
         width:100%;
         clear: both;
     }

     .page-template-blog-posts #primary .search-results-actions.left {
         width:100%;
         clear: both;
     }

     .single-educationblog #primary .search-results-actions.left {
         width:100%;
         clear: both;
     }
     .single-podcast #primary .search-results-actions.left {
         width:100%;
         clear: both;
     }

     .single-blog #primary .search-results-actions.left {
         width:100%;
         clear: both;
     }
 }

#primary .search-results-actions.posts-actions.videopost {
    position: static;
    float: right;
    height: auto;
    margin: 0px;
}

#primary .search-results-actions li:nth-child(-n+2){opacity:0.5; }
.download-icon.opacity, .download-icon.opacity a{opacity:1 !important; cursor: pointer !important;}

#primary .search-results-actions li:nth-child(-n+2) a{cursor: default;}


#primary .search-results-actions ul {
    margin:30px 12px;
}
#primary .search-results-actions li {
    padding:5px 0 5px 20px !important;
    background-position:0 4px !important;
}
#primary .posts-actions.search-results-actions  li, #primary.databyte .search-results-actions  li {
    padding:0 0 0 20px;   
}

#primary .posts-actions.search-results-actions  li {
    margin-left: 0;
}

#primary.databyte .search-results-actions  li, #primary .posts-actions.search-results-actions  li {
    background-position: 0 7px;
}

.download-icon {background:transparent url('../images/i1.png') no-repeat;}
.print-icon {background:transparent url('../images/i2.png') no-repeat;}
.email-icon {background:transparent url('../images/i3.png') no-repeat;}
.tweet-icon {background:transparent url('../images/i4.png') no-repeat;}
.facebook-icon {background:transparent url('../images/i5.png') no-repeat;}
.share-icon {background:transparent url('../images/i6.png') no-repeat;}


#primary .search-results-actions a {
    font-family:AvenirLTStd-Medium;
    font-size:10pt;
    line-height:16pt;
    color:#111;
    display:inline-block;
    
}
#primary .search-results-actions a:hover {
    color:#111;
}

#content.mission .l h2, #content.mission1 .l h2 {
    width:225px;
    /*margin-bottom: 15px;*/
}
#content.mission .l {
    padding:10px 25px 20px 25px;
}
#content.mission .l p{
    margin-bottom:15px;
}
#primary .no-results.not-found {
    margin:20px auto 20px 30px;  
    border:none;  
}


/*article*/
#primary .event-intro * {
    color:#fff!important;
}
#content .headers {
    padding:25px;
}
#content .members-list {
    margin-top:70px;
    border-top: 1px solid #bbb;
    padding:18px 0 0 80px;
    font-size: 11pt;
}

 #content .members-list li{
     color:#888;
     font-family:StoneSerifStd-Semibold;
     font-size:11pt;
     line-height:18pt;
 }
#content .members-list a{
    color:#888;
    font-family:StoneSerifStd-Semibold;    
    font-size:11pt;
    line-height:18pt;
}
#content .members-list a:hover{
    color:#000;    
}

 #content .members-list h3 {
     margin-top: 16pt;
 }

#primary #content article {border:none;}
#content article .entry-content-main {
    width:740px;
    padding-bottom:28px;
    border-bottom:1px solid #bbb;   
}
#content article .back-link {
    padding:15px 0 0 25px;
}
#content .back-link a {
    color:rgb(52,96,160);
    font-family: StoneSerifStd-SemiboldIt;
    font-size:11pt;
    line-height:16pt;    
}
#content .back-link a:hover {
    opacity:0.6;
}
#content article .main-info-container {
    width:265px;
    float: left;
    margin: auto 22px auto auto;
}
#content article .photo-container {
    padding:20px;
    background:#fff;
    margin-bottom:22px;
    
}
#content article .additional-info {
    padding:20px;
    width:225px;
    background:#fff;
    font-family:StoneSerifStd-MediumItalic;
    font-size:13pt;
    line-height:17pt;
    padding-bottom: 40px;
    
}
#content article .additional-info a {
    color:#111;
    font-size:12pt;
}
 #content article .additional-info ul {
     list-style-type: circle !important;
     margin-left: 1rem;
     padding-left: 1rem;
 }

 #content article .additional-info ul li {
     margin: 1rem 0;
 }

#content article .additional-info h4 {
    font:13pt/16.8pt AvenirLTStd-Book;
    color:rgb(52,96,160);
    text-transform: uppercase;
    margin-top:16px;
    background: transparent url('../images/big-arrow-light-true-blue.png') no-repeat right center;
    /*margin-right:60px;*/
    cursor:pointer;
}
#content article .additional-info h4.empty-block {
    /*color:#777; 
    background: transparent url('../images/top-arrow-gray.png') no-repeat right center;   */
    opacity:0.2;
}
#content article .additional-info h4.dropped {
    background: transparent url('../images/big-arrow-true-blue-vertical.png') no-repeat right center;    
}
#content article .additional-info h4+div {
    display:none;
}
 #content article .main-describe-container {
    padding:12px 20px;
    width:410px;
    background:#fff;
    margin: 0;
    float: left;  
    font-family: AvenirLTStd-Book;
    font-size:14pt;
    line-height:21pt;  
}
#content article .main-describe-container h2 {
    font:18pt/27.6pt StoneSerifStd-Semibold;
    text-transform:none;
    padding-bottom:13px 0 9px 0;
    border-bottom: 1px solid #ddd;
    width:400px;
    margin-bottom:25px;
}
#content article .main-describe-container h2 span {
    color:rgb(52,96,160);
    font-family: StoneSerifStd-SemiboldIt;
    font-size:16pt;
    line-height:25pt;
}
#content article .main-describe-container .links {
    margin-top:25px;
}
#content article .main-describe-container a {
    color:rgb(52,96,160);
    font-family: StoneSerifStd-SemiboldIt;
    font-size:11pt;
    line-height:15pt;
}
#content article .main-describe-container a .next {
    padding-right:20px;
    background: url('../images/arrows-light-true-blue.png') no-repeat right center;   
}
#content article .main-describe-container a .prev {
    padding-left:20px;
    background: url('../images/arrows-light-true-blue-reverse.png') no-repeat left center;       
}
#content article .main-describe-container a:first-child {
    margin-right:20px;
}

#content .member-content {
    padding-left:15px;
    padding-top:15px;    
}

#content .member-content span {
    font:12pt/28pt AvenirLTStd-Book;
    display:inline-block;
    margin:25px 0;
    font-weight:bold;
}
#content .member-content .by-name {
    float:left;    
}
#content .member-content .by-field {
    margin-top:15px;
}
#content .member-content .abc {
    padding: 10px 14px;
    background:#fff;
    /*width: 695px;*/
    margin-right: 100px;
    float:left;
    position:relative;
    top:10px;
    left:10px;
}

#content .member-content .abc a {
    color:#000;
    display:inline-block;
    padding:0 4px;
    border-left: 1px solid #000;
    font: 8pt/16pt AvenirLTStd-Light;
}

#content .member-content .abc a:first-child {
    border:none;    
}

#content .member-content h3 {
    font:19pt/24pt StoneSerifStd-Medium;
    color:#888;
    text-transform:uppercase;
}

#content .member-content .member-content-list {
    margin:20px auto 35px 70px;
    width:250px;
    float:left;
}

#content .member-content .member-content-list.chair {
    margin:20px auto 0px 70px;
}
#content .member-content .member-content-list.right-col {
    margin-left:0px;
}

#content .member-content .member-content-list li {
    margin-bottom: 15px;
    border-bottom:1px solid #b3b3b3;
    width:500px;
}
#content .member-content .member-content-list.right-col li {
    width:250px;
}

#content .member-content .member-content-list li a {
    color: #888;
    font-family: StoneSerifStd-Semibold;
    font-size: 11pt;
    line-height: 18pt;
}
#content .member-content .member-content-list li a:hover , #content .member-content .member-content-list li a:active {
    color:#000;
}
/*economic research*/
/*post*/
.research-right-panel {
    width: 100%;
    max-width:330px;
    height:auto;
    float:left;
    color:#444;
}
.video-post-content {
    width:600px;
}
.video-post-content img {
    width:100%!important;
}
.video-post-content iframe {
    width:600px!important;
    height:400px!important;
}
#primary .research-right-panel div.panel-block {
    background:#fff;
    padding:0;    
}
#primary .research-right-panel div.panel-block div a {
    font-size:11pt;
}
#primary .research-right-panel div a {
    color:#444;
}

 #primary .posts-actions .research-right-panel {
     float: none;
 }


#content .research-right-panel div.panel-block, #content2 .research-right-panel div.panel-block, #primary .posts-actions .research-right-panel div.panel-block {
    background:transparent;
}
#content .research-right-panel h4.right-panel-header, #content2 .research-right-panel h4.right-panel-header {
    padding-left:13px;
}
#content .research-right-panel h4,#content2 .research-right-panel h4, #primary .posts-actions .research-right-panel h4 {
    font: 10.8pt/17pt AvenirLTStd-Book;
    /*padding: 5px 13px;*/
    text-transform:uppercase;
    display: block; 
}
#content .research-right-panel h4 a, #content2 .research-right-panel h4 a, #primary .event-full-text .interested-articles, #primary .posts-actions .research-right-panel h4 a {
    font: 10.8pt/16pt AvenirLTStd-Book;
    padding: 5px 13px;
    text-transform:uppercase;
    display: block;
    color:#fff;
}
#content .research-right-panel h4 a, #content2 .research-right-panel h4 a, #primary .posts-actions .research-right-panel h4 a {
    background-image: url('../images/big-arrow-white.png');
    background-repeat:no-repeat;
    background-position: right center;
    margin-right:10px;    
}
#content .research-right-panel h4.graph-block, #content .research-right-panel h4.video-block, #content2 .research-right-panel h4.graph-block, #content2 .research-right-panel h4.video-block, #primary .posts-actions .research-right-panel h4.graph-block, #primary .posts-actions .research-right-panel h4.video-block {
    margin-top:24px;    
}
#content .research-right-panel .pic+h4.video-block, #content2 .research-right-panel .pic+h4.video-block, #primary .posts-actions .research-right-panel .pic+h4.video-block {
    margin-top: 8px;    
}
#content .research-right-panel p, #content2 .research-right-panel p, #primary .posts-actions .research-right-panel p {
    padding:0 13px;
}
#content .research-right-panel div, #content2 .research-right-panel div {
     padding:3px 13px;
     background: #fff;
     font-size:90%;
     line-height:130%;
 }

 #primary .posts-actions .research-right-panel div {
     padding:3px 0;
     background: #fff;
     font-size:90%;
     line-height:130%;
 }

#content .research-right-panel div>a:hover, #content2 .research-right-panel div>a:hover, #primary .posts-actions .research-right-panel div>a:hover{
	color:#555;
}
#content .research-right-panel div.pic, #content2 .research-right-panel div.pic, #primary .posts-actions .research-right-panel div.pic {
    padding:13px;   
    position:relative;
}

#content .research-right-panel div.pic1.singer, #content2 .research-right-panel div.pic1.singer, #primary .posts-actions .research-right-panel div.pic1.singer {
	height:auto;
	overflow:hidden;
	border-bottom:solid white 10px;
}

#content .research-right-panel div.pic img, #content .research-right-panel div.pic img:active, #content2 .research-right-panel div.pic img, #content2 .research-right-panel div.pic img:active, #primary .posts-actions .research-right-panel div.pic img, #primary .posts-actions .research-right-panel div.pic img:active {
  /* cursor:pointer;*/
}
#content .research-right-panel div.pic a.iframe-overlay, #content2 .research-right-panel div.pic a.iframe-overlay, #primary .posts-actions .research-right-panel div.pic a.iframe-overlay {
    bottom:0;
    top:0;
    left:0;
    right:0;
}
#content .research-right-panel div.pic iframe, #content2 .research-right-panel div.pic iframe, #primary .posts-actions .research-right-panel div.pic iframe{
    margin:0;
}

#graph-link{cursor: default;}
#dp-div, #pb-div, #ba-div, #ar-div, #am-div, #pd-div, #pt-div, #pr-div, #ap-div, .rm-div {
    display:none;
}

#ar-div a, rm-div a{
display:block;
margin-bottom:5px;	
}

#ar-div2 p {
    margin-bottom: 1rem;
}

#ar-div a:hover, rm-div a:hover{
color:rgb(121,163,219) !important;
text-decoration:underline;	
}

#icl_lang_sel_widget-2 {
    display:none;
}

/*events*/
#content.fullwidth {
    padding:0;
    margin:0;
    width: 1024px;
}
#content .events-row {
    float:none;
    clear:both;   
    width:100%;
    height:auto; 
    display:block;
}
#content .event {
    margin: 25px 0 0 25px;
    width:224px;
    height:auto;
    background:#fff;
    float:left;
}
#content .event .event-text {
    font:12pt/19pt AvenirLTStd-Book;
    height:100px;
    overflow:hidden;
    margin-bottom: 15px;
}
#content .event h3 {
    width:auto;
    padding:16px 20px;
    font:13pt/20pt StoneSerifStd-SemiboldIt;
    height:52px;
}
#content .event-short-describe {
    padding:0 20px 20px 20px;  
}
#content .event-date {
    font: 21pt/23pt AvenirLTStd-Medium;
    margin: 16px 5px;
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

#content .event:last-child {
    margin-right:25px;
}
.event-left-describe {
    width:200px;
    height:auto;
    background:#fff;
    float:left;
    padding:10px 0 20px 0;
}
.event-left-describe.transparent {
    background:transparent;
}

#content .event-headers {
    font: 20pt/27pt StoneSerifStd-Semibold;
    padding:25px;
}

 #content .event-headers:after {
     content: "";
     display: block;
     clear: both;
 }
#content .event-headers span.post-type {
    font: 10pt/13pt AvenirLTStd-Book;
    margin-top: 2px;
    display: block;    
}
#content .event-headers span.post-auth {
    font: 10pt/13pt AvenirLTStd-Book;
    margin-top: 7px;
    display: block;    
}
 #content .event-headers span.post_auth_image {
     float: left;
     border-radius: 50%;
     overflow: hidden;
     margin: 0 1rem 0 0;
}
 #content .event-headers span.post_auth_image img {
     display: block;
}
#content .event-headers span.post-date {
    font:10pt/21pt StoneSerifStd-SemiboldIt;
    display: block;
    margin-top: 7px;
}
body #primary #content .event-intro {
    padding:25px;
    margin:10px auto 25px auto;
    font: 16pt/26pt AvenirLTStd-Book;/*StoneSerifStd-Medium;*/
}
body #primary #content article.first .event-intro {
    padding:25px;
    margin:10px auto 0 auto;
    font: 16pt/26pt AvenirLTStd-Book;/*StoneSerifStd-Medium;*/
}
body #primary #content .event-intro p {
    font: 16pt/26pt AvenirLTStd-Light;    
}
.event-describe-fileds {
    font:11pt/20pt StoneSerifStd-MediumItalic;
    margin:23px 24px 0 24px;
    padding-bottom:22px;
    border-bottom:1px solid #ddd;
}
.event-describe-fileds:last-child {
    border:none;
}
.event-describe-fileds span {
    font:12pt/12pt AvenirLTStd-Book;
    text-transform: uppercase;
    color:rgb(247,198,0);
}
.event-full-text {
    width:450px;
    font: 13pt/18pt AvenirLTStd-Book;
    float:left;
    margin-right:20px;
}

.event-full-text.fullwidth {
    width:100%;
}

.event-full-text.fullwidth .comments-area article header {
   width:100%; 
   height: auto;
   margin-bottom: 1rem;
}

.event-full-text.fullwidth .comments-area ol, .event-full-text.fullwidth .comments-area li {
   list-style-type: none; 
   position: relative;
}

.event-full-text.fullwidth .comments-area .edit-link {
   position: absolute;
   top: 0;
   right: 0   
}

.event-full-text.fullwidth .comments-area .reply {
   padding: 0px;
   margin: 0;   
}

.state-full-text{
    position: relative;
    width:549px;
    height: 385px;
    background: white;
    padding:20px;
    float:left;
    margin-right: 9px;

}

.state-full-text ul{
    position: absolute;
    width:auto;
    height:100%;
    direction: ltr;

}

.state-full-text ul li{

    margin: 0;
    padding: 0;
    float: left;
    height: 396px;
    width: 549px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.state-full-text .page-count{
    position: absolute;
    top:100%;
    left:0px;
    width:auto ;
    height:26px;
    background: rgb(8,78,160);
    color: white;
    font-family: AvenirLTStd-Light;
}

#content2 .research-right-panel h4.rmchapter, .rmchapter {
    display: none;
}

.state-full-text .page-count span{font-size: 17px;}

.state-full-text .page-count #current{margin-left: 14px; }

.state-full-text .page-count #total{margin-left: 3px; margin-right: 10px;}

.state-full-text .flip{position: absolute; top: 100%; left:87%; cursor:pointer;}
.state-full-text .flip div{
    width:13px; height:17px; background-image:url('../images/blue-circle.png') ; margin-left: 10px; color: white; font:17px AvenirLTStd-Light; float: left; padding: 4px 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
.state-full-text .flip .forward{padding-left: 9px; width:10px;}

.pnr-img{cursor: pointer;}

#primary .event-full-text div p {
    margin-bottom:15px;
}

 #primary .event-full-text.fullwidth div p {
     font-size: 1.2rem;
     line-height:1.5;
 }

 #primary #content .event-full-text.fullwidth div p {
     font-size: 1.2rem;
     line-height:1.5;
 }
.event-full-text>div {
    background:#fff;
    padding: 10px 25px 20px 25px;
    margin-bottom:20px;

}

.event-full-text em, body #primary #content .event-intro p em, #content .event-headers em, #content .event-headers em, #primary #content p em {

    font-style: italic;
}

.event-full-text div li{list-style: disc; margin:10px 0 0 0; font-size: 11pt; }


#primary .event-full-text .interested-block a{
    font: 13pt/18pt StoneSerifStd-Semibold;
    text-transform: uppercase;
    display:block;
    color: #333;
}
.event-small-header {
    font:13pt/20pt AvenirLTStd-BookOblique;
    text-decoration: underline;
    margin-bottom:10px;
    display:inline-block;
}
.event-full-text .interested-block span{
    font: 10pt/13pt AvenirLTStd-Book;
    margin-top: 7px;
    display: inline-block;
}
.event-register {
    width:270px;
    background:#fff;
    height:auto;
    float:left;
    padding:10px 30px 20px 30px;
}
.event-images {
    width:300px;
    background:#fff;
    height:auto;
    float:left;
    padding:15px 15px 10px 15px;
}
.event-register>span {
    font: 15pt/23pt AvenirLTStd-Medium;
    color: rgb(204,32,39);
    text-transform: uppercase;
    display: inline-block;
    width: 190px;
    border-bottom: 4px solid #333;
    margin-bottom: 10px;
}
.event-register input[type='text'] {
    background: #ececec;
    outline: none;
    border-radius: 0;
    color: #888;
    margin: 0 auto 5px auto;
    border: 1px solid #C4C4C4;

}
#primary .event-register .red-arrow, #primary .event-register .red-arrow{
    background: transparent url('../images/arrows-red.png') no-repeat;
    background-size:60%;
    display:inline-block;
    width: 13px;
    height:17px;
    border:none;
    outline:none;
    box-shadow:none;
    margin-left:10px;
    margin-top: -5px;
}

#primary .event-videos-container {
    width:auto;
    display:block;
    padding:25px;
    margin-top: 25px;
    height:auto;   
}
#primary .event-video:nth-child(odd) {
    margin-right: 25px;
}
#primary .event-video {
    float:left;
    display:inline-block;
    width:362px;
    /*height:500px;*/
}

#primary #event-gallery {
    width:300px!important;  
    overflow: hidden;
    position: relative;
    padding:0px 0; 
    /*min-height:400px;*/ 
}

#primary #event-gallery li {
    float:left;
    display:inline-block;
    /*min-height:400px;*/
    margin:0;
   
}
#primary #event-gallery img{
    width: 304px!important; 
    display:inline-block;
}
#primary #event-gallery-nav {
    width:304px;
}

body #primary h2.search-header {
    font:  17pt/25pt AvenirLTStd-Light; 
    text-transform:uppercase; 
    width:400px;
}
body #primary h2.search-header span {
    font: 17pt/25pt StoneSerifStd-MediumItalic;
    text-transform:none;
}
body #primary .search-profiler {
    font:14pt/21pt  AvenirLTStd-Light; 
    background: #EAF0EF;
    padding:7px 0 7px 25px;
} 
body .iframe-overlay {
    position: absolute;
    background:transparent;
    width: inherit;
    height: inherit;
    z-index: 10;  
    left:0;
    top:0;  
}
body #graph-wrapper {
    margin:20px;
    display:block;
}

 body #graph-wrapper:after {
     content: " ";
     display: block;
     clear: both;
     height: 0px;
 }
body #graph-wrapper img {
    width:50%;
    height: auto;
    margin:0 10px 10px;
    float: left;

}

/*contact*/
#primary.contact h2, #primary.databyte h2, #primary.press-room h2 {
    padding:10px 25px;
    margin-bottom:40px;
    font: 19pt/35pt AvenirLTStd-Book;
    text-transform:uppercase;
}
#primary.contact #content {
    width:800px;
    margin-left:220px;
    padding-left: 70px;
}
#primary.contact #content p {
    color:#666;
    font:13pt/25pt StoneSerifStd-MediumItalic;    
}
#primary.contact #content h3 {
    font:18pt/24pt AvenirLTStd-Light;
    text-transform:uppercase;
    width:500px;
    padding:6px 0 6px 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom:25px;
    margin-left:-70px;
    color:#000;
    margin-top:60px;
}
#post-69 .entry-content{
    position:relative;
    top:-60px;
}
/*#primary.contact #content .org-info {
    padding-left: 70px;
}*/
#primary.contact .google-map-placeholder {
border: 1px solid #ccc!important;
}
#gmap {
    width:400px;
    height:300px;
}
#primary.contact #content form {
    width:400px;
    
}
#primary.contact #content form input[type='text'], #primary.contact #content form input[type='email'], #primary.contact #content form textarea {
    width:372px;
    border:none;
    outline:none;
    border-radius:0px;
    background:rgb(247, 249, 250);
    margin-bottom: 5px;
    font:10pt/23pt StoneSerifStd-MediumItalic;
    padding:5px 14px;
}
#primary.contact #content form textarea {
    height:130px;
}
#primary.contact #content form input[type='submit'] {
    font:13pt/16pt AvenirLTStd-Medium;
    float:right;
    margin-top:10px;
    box-shadow:none;
    border-radius:0;
    border:none;
    outline:none;
    text-transform:uppercase;
    padding:9px 11px;
    background:#bbb;
    color:#fff;
    position:relative;
    transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
}
#primary.contact #content form input[type='submit']:hover {
    background:#aaa;    
}
#primary.contact #content form input[type='submit']:active {
    top:1px;
}
#primary.contact #content form::after {
    float:none;
    clear:both;
}
.cgmp-centering-container-handle {
    width:400px!important;
}
/*databyte*/
#primary .graph-img {
    position:relative;
    top:-20px;
    left:-20px;
    width: 250px;
}
#primary .graph-img img{
    position:static;
    width:250px;
    margin:0;
    height:186px;
}
#primary .graph-disp {
    cursor:pointer;
    position:relative;
    left:0;
    top:0; 
}
#primary .graph-disp iframe{
    position: relative;
    top: -50px;
}
#primary.databyte #content p {
    margin:20px auto;
}
#primary.databyte .search-results-actions {
    position:absolute;
    top:0;
    right:0;
    height:auto;
}

 #primary.databyte .left {
     z-index: 10;
 }
#primary.databyte .graph img {
    width:100%!important;
    height:auto;
}

#full-graph img{
    display: block;
    margin:0px auto;
    max-width: 50%;
    max-height: 100%;
    height: auto;
    width: auto;
    float: left;
    margin-right: 10px;
}

 #full-graph img.full{
     max-width: 100%;

 }


 #full-graph {
     position: fixed;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 125;
     display: none;
     background-color: #fff;
     width: 80%;
     max-width: 1000px;
     padding: 10px;
     box-sizing: border-box;
     max-height: 90vh;
 }

 .flip_pop {
     font-size:2.5rem;
 }
 .flip_pop .forward {
     position: absolute;
     top: 50%;
     right: 0;
     transform: translate(150%,-50%);
     background-color: rgb(8,78,160);
     -webkit-border-radius:1000px;
     -moz-border-radius:1000px;
     border-radius:1000px;
     width: 3rem;
     height: 3rem;
     text-align: center;
     line-height: 3rem;
     color: #ffffff;
     direction: ltr;
     cursor: pointer;
 }

 .flip_pop .back {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translate(-150%,-50%);
     background-color: rgb(8,78,160);
     -webkit-border-radius:1000px;
     -moz-border-radius:1000px;
     border-radius:1000px;
     width: 3rem;
     height: 3rem;
     text-align: center;
     line-height: 3rem;
     color: #ffffff;
     direction: ltr;
     cursor: pointer;
 }

#primary.databyte .entry-content{
    font:14pt/21pt AvenirLTStd-Light
}
#primary #databyte-gallery {
    width:574px!important;  
    overflow: hidden;
    position: relative;
    padding:10px 0;
    border-top: #adadad 1px solid;  
}

 #primary #databyte-gallery ul {
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-align-content: flex-start;
     -ms-flex-line-pack: start;
     align-content: flex-start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;

 }

#primary #databyte-gallery li {
    /*float:left;
    display:inline-block;*/
    min-height:120px;
    cursor: pointer;
   
}
#primary #databyte-gallery img{
    width: 174px!important; 
    display:inline-block;
	margin-left:15px;
}

 #primary.databyte .slick-prev:before, #primary.databyte .slick-next:before {
     color: rgb(0,12,64);
 }

.graph{cursor: pointer;}


.related-article {
    text-transform:uppercase;
    font:12pt/17pt AvenirLTStd-Book;
    margin:20px auto 20px auto;
    display:block;
    display:inline-block;
    padding-right:20px;
    background: url('../images/big-arrow-true-blue.png') no-repeat right 2px;
}
.gallery-nav {
    width:574px; 
    text-align:center;   
}
.gallery-nav div {
    /*width:140px;
    margin:auto;*/
}
.gallery-btn, .gallery-btn:hover {
    color:rgb(255,166,15);
    font:11pt/21pt StoneSerifStd-SemiboldIt;
}
.gallery-btn:hover {
    opacity: 0.6;
}
#next-btn {
    padding-right: 20px;
    background: url('../images/read-more-orange.png') no-repeat right center;     
}
#prev-btn {
    padding-left: 20px;
    background: url('../images/read-more-orange-reverse.png') no-repeat left center; 
    margin-right:20px;    
}

#primary.databyte .view-all-graph {
    width:300px;
    padding:10px 10px 6px 10px;  
    display:block;
    margin-top:20px; 
    text-transform:uppercase;
    font:12pt/12pt AvenirLTStd-Book;
    position:relative; 
}
#primary span.arrow-white {
    background:url('../images/big-arrow-white.png') no-repeat right center;
    display:inline-block;
    position:absolute;
    right: 10px;
    width:10px;
    height:16px;
}

.comments-block {
    width:650px;
    margin-top:40px;
}
#primary .comments-block h3 {
    width:auto;
    font:13pt/18pt StoneSerifStd-SemiboldIt;
    border-bottom:1px solid #aaa;
    margin-bottom:20px;
}
#primary .comments-block .comment {
    width:auto;
    height:auto;
    padding:16px 24px;
    clear:both;
    margin-bottom:22px;
}
.comment-author {
    font: 14pt/21pt AvenirLTStd-Roman;    
    text-transform:uppercase;
    color:#444;
    float:left;
    width:210px;
    margin-right: 20px;
}

.comment-author em{font-style: italic;}

#primary #content .comment-text, #primary #content .comment-text p {
    font: 9pt/13pt StoneSerifStd-Medium;    
    float:left;
    width:365px;
}

/**side*/
.front-page .left {
    height: 1430px;
}
.left {
    width:176px;
    background:#fff;
    float:left;
    padding:0 12px;
    position:relative;
    clear: both;
    margin-bottom:10px;
    /*top:60px;*/
    
}
.page-template-all-graphs .left {
    min-height:100px;

}
.posts-actions.search-results-actions.left { 
    top:0 !important;
    position: relative !Important;
}
.left .widgets {
    background:#D9E6EE;  
    padding:5px 12px 15px 12px; 
    font-size:14px;
    line-height:21px;  
}
.left .news {
    overflow:hidden;
        
}
.left .news .new-caurusel {
    height:350px!important;
}

.left .news .block-text {
    padding-bottom:13px;
    margin-bottom:13px;
    height:100px!important;
    border-bottom: 1px dotted #333; 
    padding-top:0;
      
}
.left .news .block-text.dotted {
         
}

.left .news .date {
    font:10pt/14pt StoneSerifStd-BoldItalic;
    background: url('../images/read-more-gray.png') no-repeat left center;  
    padding-left: 18px;
    position:relative;
    display:block;
    width:145px;
    left:-18px;    
}
.left .news p {
    font:9pt/14pt StoneSerifStd-Medium;
}

.left .tagcloud {
    background: #D9E6EE;
    padding: 10px 12px 15px 12px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom:10px;
} 

.left .widgets li {
    padding-top:10px;
}
.left a {
    color:#111;
}
#primary .left h3 {
    margin:10px auto 0px 0;
    font-family: AvenirLTStd-Book;
    font-size:15pt;
    line-height:18pt;
    border-bottom:4px #538BBE solid;
    text-transform: none;
    color:#111;
    margin-top:12px;
    font-weight: normal;
    padding-bottom: 2px;
}
#primary .left h3.widget-title {
    display:none;
}
.left .research-main a {
    color: #111;
    font-family: StoneSerifStd-MediumItalic;
    font-size: 11pt;
    line-height: 16pt;
    /*position:relative;
    transition:all 2s ease-out;
    -webkit-transition:all 6s cubic-bezier;
    -moz-transition:all 2s ease;
    -o-transition:all 2s ease;*/
}
.left .research-main li:hover a {
    opacity:0.6;
}
.left .sidemenu {
    padding-left: 13px;
}
/*.left .sidemenu li {
    padding:10px 0;
}*/
.left .sidemenu a {
    font-family: StoneSerifStd-MediumItalic;
    font-size:13pt;
    line-height:18pt;
    color:#111;
    width:100%;
    display:inline-block;
    padding:8px 0;
}

.left .sidemenu a.current{color:rgb(8,78,160);}

.left .contact ul {
    border-bottom:dotted #333 1px;
}
.left .contact ul li, .left .contact ul li a {
    font:9pt/16pt AvenirLTStd-Book;
    color:#000;
}
.left .contact .tel {
    padding:0 0 25px 0;
    vertical-align:middle;
}
.left .contact .tel span {
    position:relative;
    top:4px;   
}
.iphone {
    width:16px;
    height:16px;
    display:inline-block;
    margin-right:10px;
    background-size:100%;
    background:url('../images/phone.png') no-repeat left center;   
}
.ifax {
    width:16px;
    height:16px;
    display:inline-block;
    margin-right:10px;
    background-size:100%;
    background:url('../images/print.png') no-repeat left center;   
}
.iemail {
    width:16px;
    height:16px;
    display:inline-block;
    margin-right:10px;
    background-size:100%;
    background:url('../images/mail.png') no-repeat left center;   
}
.left .contact .careers {
    padding:25px 0;
    padding: 7px 0 17px 0;
    text-transform:uppercase; 
    margin-bottom:12px;   
}
.left .contact .careers a:hover {
    opacity: 0.6;  
}
.left .contact span {
    font:11pt/16pt AvenirLTStd-Book;
    color:#000;
}
.left .sidemenu a.about-current-item{
    color:rgb(157,195,221);
    background:none;/*url('../images/arrows-light-blue.png') no-repeat right center;*/
    /*transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;*/
}
.left .sidemenu.about a:hover {
    color:rgb(157,195,221);
    background:url('../images/arrows-light-blue.png') no-repeat right center;
}
.left .sidemenu a.about-current-item:hover {
    /*padding-right: 5px;  */
    opacity:0.4;  
}
.left .sidemenu.series a:hover {
    color:rgb(8,78,160);
}
.left .sidemenu a.research-current-item{
    color:rgb(32,75,127);
    background:none;/*url('../images/arrows-blue.png') no-repeat right center;*/
    /*transition:all 0.1s ease;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;*/
}
.left .sidemenu.research a:hover{
    color:rgb(32,75,127);
    background:url('../images/arrows-blue.png') no-repeat right center;
}
.left .sidemenu a.research-current-item:hover {
    /*padding-right:5px;*/
    opacity:0.5;
}
#primary .left .series {
    padding:13px;
}

#primary .left .series.sec {
    padding:0px;
    margin-top: 30px;

}


#primary .left .series h3.margin{ margin-left: -9px;}


#primary .left .series h3 {
    color:#fff;
    font:14pt/25pt StoneSerifStd-MediumItalic;
    border:none;
    padding-left:10px;
    height:29px;
    padding-top: 3px;
    
}
#primary .left .series ul {
    padding:0 0 0 10px;
}
#primary .left .series ul li {
    margin: 5px 0 0 0;
}


.gallery {
    width:1000%;
    background:gray;
    height:480px;
	max-width:800px;
    position:relative;

}
.gallery .slide {
    float:left;
    position:relative;    
}
  
.gallery .text {
    color:#fff;
    position:absolute;
    z-index:5!important;
    opacity:0;
    text-align:center;
    bottom:10px;
    width:600px;
    left:100px;/*130*/
    font:17pt/25pt AvenirLTStd-Book;
}
.gallery .left-block {
    /*position:absolute;
    top:0px;
    left:580px;
    width: 200px;
    height:460px;
    z-index:1;
    padding:10px;*/
    display:none;
}
.gallery .left-block-locked {
    position:absolute;
    top:0px;
    left:549px;
    width: 231px;
    height:460px;
    z-index:1;
    padding:10px;    
}
.gallery #left-text {
    margin:10px;
    /*padding:10px;*/
    /*top:10px;*/
    padding-bottom:10px;
    /*border-bottom:5px solid #fff;*/
    position: absolute;

}


.gallery .devider{
    position: absolute;
    height:100%;
    width:5px;
    background:#D9E6EE;
    z-index: 2;
    left:544px;
    top:0;


}


.bottom-block-locked {
    width: 800px;
    height: 180px;
    position: absolute;
    z-index: 1;
    background: url('../images/gallery-bottom.png') no-repeat;
    background-size:100%;
    bottom: -20px;
    left: 0px;
}
#bottom-text {
    color: #fff;
    position: absolute;
    z-index: 5!important;
    opacity: 1;
    text-align: center;
    top: 88px;
    width: 600px;
    left: 100px;
    font: 17pt/25pt AvenirLTStd-Book;
}
.gallery .left-block .left-text {
    opacity:0;
    position:absolute;
    left:10px;
    top:10px;
    padding-bottom:10px;
    border-bottom:3px solid #fff;
}

#primary #content  .gallery #left-text blockquote p, #primary .gallery #left-text blockquote {
    font:17pt/30pt AvenirLTStd-Book;
    text-transform:uppercase;  
    width:210px;
    letter-spacing:1px; 
}
#primary #content .gallery #left-text em {
    font-style:italic;
    font:13pt/35pt StoneSerifStd-MediumItalic;
    letter-spacing:1px;
    
}

#primary #content .gallery .bottom-block-locked em{font-style:italic;
    font:12pt/35pt StoneSerifStd-MediumItalic;
    letter-spacing:1px;
    border-bottom: solid rgb(0,12,64) 5px;
    height:36px;
    display:block;

}

#primary #content .gallery .bottom-block-locked span{font-size: 13px; line-height: 15.3px; display: block; width: 189px; margin-top: 4px; }




#primary #content .gallery .bottom-block-locked p{
    margin-left: 590px;
    margin-top:77px;

    width: 150px;

}

.nav-buttons{  text-align: center; margin: 0px auto}
.nav-buttons .button{display: inline-block;  cursor: pointer; width: 14px; height:14px; position: relative; margin-right: 9px}

.nav-buttons .button .black{background:url('../images/button-black.png') no-repeat 0 0; position: absolute; z-index: 10; width:14px; height:14px;bottom: 25px;}
.nav-buttons .button .blue{background:url('../images/button-blue.png') no-repeat 0 0; position: absolute; width:14px; height:14px;bottom: 25px;}
.nav-buttons .button .black:first-child{display:none;}


#primary #content .gallery #left-text em::before {
    content: "-";
    margin-right:6px;
}
#primary #content .gallery #left-text div {
    margin-left:10px;
    font:11pt/23pt AvenirLTStd-Book;
}
#primary #content .gallery #left-text div p {
    font:9pt/23pt AvenirLTStd-Book;    
}
#primary #content .gallery .bottom-block {
    /*width:800px;
    height:160px;
    position:absolute;
    z-index:2;
    background:url('../images/gallery-bottom.png') no-repeat;
    bottom:0px;
    left:0px;*/
    display:none;
}

#get-involved{
width: 400px;
height: 570px;
position: absolute;
top: 505px;
z-index: 99;
    left:212px;
background: url('../images/involved.png') no-repeat;

}

#get-involved h2{
    color: #fff;
    text-align: center;
    font: 13pt/16pt Stone Serif Std-Medium;
    text-transform: initial;
    text-align: center;
    margin-top: 10px;
}

#close_involved {
    display: none;
}

#get-involved form{margin-top: 44px;padding-left: 20px;}
#get-involved form a{
    color: rgb(255,166,15);
    font: 10pt/10pt StoneSerifStd-SemiboldIt;
    padding-right: 20px;
    margin-left: 10px;
}


#get-involved input{
    font: 11pt/21pt StoneSerifStd-Medium;
    margin-bottom: 10px;
    background: rgb(201,233,236);
    color: #333;
    box-shadow: none;
    outline: none;
    border: none;
    width: 200px;
    border-radius: 0;
    height:18px;
}
#get-involved input[type="submit"] { 
  background: none;
  color: rgb(255,166,15);
  box-shadow: none;
  outline: none;
  border: none;
  font-family: StoneSerifStd-SemiboldIt;
  height: 38px;
  font-size: 17px;
  text-transform: lowercase;
  width: auto;
  float:left;
  clear:both;
}
#get-involved input:first-child{width: 136px;}
#get-involved input:nth-child(2){width: 152px; margin-left: 20px;}
#get-involved input:nth-child(3){width: 325px;}
#get-involved input.first { 
    width: 136px;
}
#get-involved select { 
  float:left;
  font: 11pt/21pt StoneSerifStd-Medium;
  margin-bottom: 10px;
  background: rgb(201,233,236);
  box-shadow: none;
  outline: none;
  border: none;
  color: #aaa;
  width: 200px;
  border-radius: 0;

}
#get-involved input.second { 
  width: 152px;
  margin-left: 20px;
}
#get-involved input.email { width:325px; }
#get-involved textarea{
    font: 11pt/21pt StoneSerifStd-Medium;
    margin-bottom: 10px;
    background: rgb(201,233,236);
    color: #333;
    box-shadow: none;
    outline: none;
    border: none;
    width: 318px;
    border-radius: 0;
    resize: none;
    height:180px;

}

#get-involved p{
    width: 250px;
    margin-left: 30px;
    margin-top: 30px;
    border-top: solid 1px grey;
    padding-top: 5px;
    font-size: 10pt;
    line-height: 18pt;
}

.block-row {
    width:100%;
    float:none;
    clear:both; 
    /*display:table-row; */  
}
.block {
    width:250px;
    margin:25px 25px 0 0;
    float:left; 
    height:330px; 
    background:#fff;
    position:relative;
    /*display:table-cell; */ 
}
.block:hover {
    background:#eee;    
}
#primary .block h2 a, #primary .block h2 a:hover {
    color:#fff;
}
.block-text {
    position: relative;
    padding:20px;
}
.block-text.video {
    padding:0;
}
#primary .block-text.video p:first-child {
    padding:0;
}
#primary .block-text.video p {
    padding:20px;
}
.block-row:last-child .block {
    height:330px;
}
.block:last-child {
    margin-right:0;
}
.block .read-more.t-align-r {
    position:absolute;
    bottom:10px; 
    right:20px;   
}
.block .read-more.t-align-r:hover {
    right:15px;
}
.block .to-all.t-align-l {
    position:absolute;
    bottom:5px; 
    left:20px;    
} 
.block .block-clickable {
    width:100%;
    height:290px;
    display:block;
    position:absolute;
    top:41px;
    left:0;
}
.block .read-more.t-align-l {
    position:absolute;
    bottom:30px; 
    left:20px;   
}
.block .overlay {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: rgba(250,250,250,0.6);
    z-index:10;
    display:none;
}
.block .overlay-invol {
    width:100%;
    height:290px;
    position:absolute;
    top:0;
    left:0;
    background: #fff;
    z-index:10;
    display:none;    
}
.block .overlay-invol form {
    margin:37px auto auto 18px;
}
.block .overlay-invol .wpcf7-response-output {
    display:none!important;
}
.block .overlay-invol input[type='submit'] {
    background:none;
    color:rgb(255,166,15);
    box-shadow:none;
    outline:none;
    border:none;
    font:11pt/16pt StoneSerifStd-SemiboldIt;
}

.block .overlay-invol input[type='text'], .block .overlay-invol input[type='email'] {
    font:12pt/21pt StoneSerifStd-Medium;  
    margin-bottom:10px; 
    background:rgb(201,233,236);
    color:#333;
    box-shadow:none;
    outline:none;
    border:none;
    width:200px;
    border-radius:0;
}

#content .block h2 {
    color:#fff;
    background: rgb(32,75,127);
    width:100%;
    text-align:center;
    padding: 10px 0;
    font:13pt/16pt Stone Serif Std-Medium;
    text-transform:none;
    
}
.block h4 {
    text-transform:uppercase;
    text-align:center;
    margin-bottom:40px;
}
.block img {
    position:relative;
    left:-20px;
    top:-20px;
}
.block p {
    padding-top:20px;
    font:12pt/18pt AvenirLTStd-Book;
}

#primary .block-text h4 {
    font-family: StoneSerifStd-Semibold;
    font-size:13pt;
    line-height:21pt;
    border-bottom: #636363 1px dotted;
    margin-bottom:23px;
    padding-bottom:14px;
}
#primary #overlay-invol-after-send {
    width:100%;
    height:290px;
    position:absolute;
    top:0px;
    left:0;
    background: #fff;
    z-index:10;
    display:none;   
    text-align:center; 
}
#primary #overlay-invol-after-send p {
    margin-top:40px;
}
#primary .block-text h4.get-invol {
    font:17pt/30pt AvenirLTStd-Book;
    text-align:left;
}
.block-text p.get-invol {
    font:12pt/18pt StoneSerifStd-Medium;    
}

body #page article.not-found {
    margin-top:20px;
}
/*press-room*/

.languages{

    padding-left:56px;
    margin-bottom:20px;
    width:215px;
    font:11pt/16pt StoneSerifStd-Semibold;
    border-bottom: 1px solid #b8bdc0;
    color:#9e9e9e;
}
.languages a{color:#9e9e9e;}
.languages a span {color:black;font:11pt/16pt StoneSerifStd-SemiboldIt;}



.media-post-container {
    width:auto;
    position:relative;
    display:block;
    height:auto;
    padding:25px;
    margin-bottom:25px;
}
#primary #content h3 a, #primary #content h3 a:hover {
    color:#000;
}
#primary .media-img {
    width:175px;
    height:175px;
    /*float:left;*/
    display:inline-block; 
    margin-right:25px;
    text-align:center;
    
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 0;  
}
#primary .media-post-block .result-item {
    height:auto;
    padding: 0;
} 
#primary .media-img  img {
    /*margin-top:47px;*/
    
    margin-top: 50%;
    position: relative;
    top: -40px;
}
#primary .media-img .graph-disp {
    width:175px;
    height:175px;
    overflow:hidden;
    text-align: left;
}
#primary .media-img .graph-disp img {
    margin: 0;
    max-height:100%;
    height:auto;
    width: auto;
    max-width:100%;
    position:relative;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


}


#primary .graph-click{cursor: pointer;}
#primary div.media-post-block.search-results  {
    /*height:175px;*/
    min-height: 175px;
    height:auto;
    width:770px;
    float:left;
    display:inline-block;
    position:relative;
    margin-left:200px;
}

.page-template-all-graphs #primary div.media-post-block.search-results  {
    width:auto;
    float:none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#primary div.media-post-block.search-results .result-item {
    margin:27px 25px 25px 32px;     
    width:520px;   
}

.page-template-all-graphs #primary div.media-post-block.search-results .result-item {
 margin:0 25px 0 32px;
 width:auto;
}

#primary div.media-post-block.search-results .result-item span {
display:inline-block;
}
#primary div.media-post-block.search-results .result-item .result-item-author {
    font:11pt/16pt StoneSerifStd-SemiboldIt;    
}
#primary div.media-post-block.search-results .result-item p {
    font:11pt/16pt StoneSerifStd-Mediuml;
    margin-top:10px;
}
.media-type {
    position:absolute;
    right:10px;
    bottom:23px;
}
.media-type li {
    float:left;
    height:auto;
    margin-right:10px;
    position:relative;
}
.media-type-link {
    width:38px;
    height:33px;
    display:inline-block;
    /*background:url('../images/media_type.png') no-repeat 0 0;*/
}
/*.media-type-link:hover {
    width:38px;
    height:33px;
    display:inline-block;
    background:url('../images/media_type.png') no-repeat 0 -33px;
}*/

#overlay-content {
    font: 11pt/16pt StoneSerifStd-Medium;
}


.null a{cursor: default;}

.media-type-link[data-type='text'] {
    background:url('../images/media_type.png') no-repeat 0 0;    
}
.isit .media-type-link[data-type='text'] {
    background:url('../images/media_type.png') no-repeat 0 -33px;    
}

.media-type-link[data-type='video'] {
    background:url('../images/media_type.png') no-repeat -47px 0;    
}
.isit .media-type-link[data-type='video'] {
    background:url('../images/media_type.png') no-repeat -47px -33px;    
}

.media-type-link[data-type='pdf'] {
    background:url('../images/media_type.png') no-repeat -94px 0;    
}
.isit .media-type-link[data-type='pdf'] {
    background:url('../images/media_type.png') no-repeat -94px -33px;    
}

.media-type-link[data-type='audio'] {
    background:url('../images/media_type.png') no-repeat -141px 0;    
}
.isit .media-type-link[data-type='audio'] {
    background:url('../images/media_type.png') no-repeat -141px -33px;    
}

.media-link-tooltip {
    display:none;
    font:9pt/15pt AvenirLTStd-Light;
    width:200px;
    text-align:left;
    position:absolute;
}
/*.media-link-tooltip-played {
    display:none;
    font:9pt/15pt AvenirLTStd-Light;
    width:200px;
    text-align:left;
    display:none;
}*/
.media-type-link:hover+.media-link-tooltip {
    display:block;
    
}
.media-type li:last-child .media-link-tooltip {
    margin-left:-45px;
}

.media-type li:last-child .media-link-tooltip.played {
    margin-left:-11px;
    display:block;
}

#overlay-bg {
    background:#f0f0f0;
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:98;
    display:none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;}
#overlay {
    /*width:460px;
    height:355px;
    position:fixed;
    top:140px;
    left:50%;
    margin-left:-230px;*/
    width: 80%;
    max-width: 1000px;
    min-height: 359px;
    position: fixed;
    top: 159px;
    left: 50%;
    transform: translateX(-50%);
    border:#ddd solid 1px;
    background:#fff;
    z-index:102;
    display:none;
}
#close-btn {
    width:20px;
    height:20px;
    background:#fff url('../images/cross.png') no-repeat;
    background-size:100%;
    border-radius:10px;
    position:absolute;
    right:-10px;
    top:-10px;
    border:#ddd solid 1px;
	z-index:100;
    
}
#overlay iframe {
    position:relative;
    /*top:20px;*/
    /*left:20px;*/
    width:100%;
    height: 365px;   
}

#primary .press-post-container {
    width:800px;
    margin-left: 75px;    
}
#primary div.press-post-block.search-results:first-child {
    margin-top:10px;
}
#primary div.press-post-block.search-results {
    display:block;
    width:100%;
    height:auto;
}
#primary div.press-post-block.search-results:first-child .result-item {
    border-top: 1px solid #888;     
}
#primary div.press-post-block.search-results .result-item {
    height:auto;
    width:auto;
    display:block;
    margin:auto;
    padding:25px;
    border-bottom: 1px solid #888; 
    border-top:none;  
}
#primary div.press-post-block.search-results .result-item:hover {
    background:#EAEEF3;
}
#primary div.press-post-block.search-results .read-more {
    position:relative;
    margin-top:20px;
    display:inline-block;
}
#primary .press-post-container #load-more {
    margin-top:25px;
}

.email-post-form {
    display:block;
    padding:30px; 
    margin:30px;   
}
.email-post-form label {
    width:100px;
}
.email-post-form input[type='submit'] {
    font: 13pt/16pt AvenirLTStd-Medium;
margin-top: -5px;
box-shadow: none;
border-radius: 0;
border: none;
outline: none;
text-transform: uppercase;
padding: 9px 11px 10px 11px;
background: #bbb;
color: #fff;
margin-right: 10px;
}

.email-post-form input[type='text'] {
    width: 332px;
border: none;
outline: none;
border-radius: 0px;
background: rgb(247, 249, 250);
margin-bottom: 5px;
font: 10pt/23pt StoneSerifStd-MediumItalic;
padding: 5px 14px;
}
#content.email-post-text {
    width:100%;
}
.email-post-text .event-full-text {
    width:100%;
}

/*footer*/
.home footer {
    margin-top:-100px;
}
div#designer {
    width: 200px;
    height: 60px;
    background: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-top: 61px;
    font: 11pt/16pt Helvetica;
    font-weight: bold;
}
footer#colophon {
    width:800px;
    height:120px;
    /*background:#fff;*/ 
    margin-right:0;
    margin-left:auto;
    padding:0px;   
    clear:both;
    float:none;
    position:relative;
    top:30px;
}
.footer-top-bg {
    width:800px;
    height:71px;
    background:transparent url('../images/footer-bg.png') no-repeat;
    display:block;    
}
.footer-content {
    display:block;
    width:800px;
    height:120px;
    background:#fff;
}
.footer-text {
    width:160px;
    height:100px;
    border-right:#D9E6EE 1px solid;
    font-family:AvenirLTStd-Medium;
    font-size:14px;
    line-height:21px;
    padding: 20px 0 0 25px;
    text-transform:uppercase;
    display:inline-block; 
    float:left;
}
.footer-copyright {
    display:inline-block;
    float:right;
    position:relative;
    top:-42px;
    right:30px;
    font-family:AvenirLTStd-Book;
   
}
.footer-copyright span:first-child{
    font-size:11pt;
    line-height:22pt;  
    text-transform:uppercase; 
}
.footer-copyright span:last-child{
    font-size:13pt;
    line-height: 22pt;  
}
#designer span {
    position:relative;
    display:inline-block;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    color:#aaa;
    top: 23px;
}
#designer span:hover {
    color:#444;
}
/*#designer:hover .move-l {
    margin-left:-5px;
}
#designer:hover .move-r {
    margin-left: 10px;
}*/

/*******************************************************************/
.container {
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	/*height: 0;*/
    max-width: 544px;
	
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0;
}

.iosSlider {
	width: 100%;
	z-index:0!important;
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 480px;
    overflow: hidden;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.slick-dots {
    bottom: 20px;
    z-index: 50000;
    width: 566px;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: rgb(157,195,221);
    border-radius: 20px;
    content: ' ';
    text-align: center;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: rgb(0,0,0);
}

.slick-slide>a>img {
    max-width: 800px;
}

.nav-buttons {
    display: none;
}

/*.iosSlider .slider .item {
	float: left;

    display:none;
}
.iosSlider .slider .item:first-child {
    display:block;
}

.iosSlider .slider .item img {
	width: 800px !important;
    width:100%;
	height: 480px;
}*/

/* controls */
.prevContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height:480px;
    display:none;
	/*z-index: 10;*/
}

.nextContainer {
	position: absolute;
	top: 0;
	left: 690px;
	width: 100px;
	height:480px;
    display:none;
	/*z-index: 10;*/
}

.prevContainer .prev {
    position: absolute;
width: 35px;
height: 35px;
z-index: 10;
bottom:20px;
left:50px;
background: url('../images/prev-arrow.png') no-repeat;
background-size:100%;
opacity: .5;
filter: alpha(opacity=50);    
}

.nextContainer .next {
    position: absolute;
width: 35px;
height: 35px;
z-index: 10;
bottom:20px;
right:50px;
background: url('../images/next-arrow.png') no-repeat;
background-size:100%;
opacity: .5;
filter: alpha(opacity=50); 
}

.prev:hover, .next:hover{
    opacity: 1 !important;
filter: alpha(opacity=100);
}

.container .selectorsBlock {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 5%;
}

.container .selectorsBlock .selectors {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 12%;
	height: 100%;
}

.container .selectorsBlock .selectors .item {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0 0 0 5%;
}

.container .selectorsBlock .selectors .first {
	margin-left: 0;
}

.iosSlider .slider .item .inner .selectorShadow {
position: absolute;
left: 0;
bottom: 0;
background: url(../_img/selector-shadow.png) no-repeat 0 0;
width: 120px;
height: 30px;
display: none;
}

.selectors .item {
display: inline-block;
width: 14px;
height: 14px;
margin: 0 0 0 4px;
background: #FFF;
opacity: 0.4;
filter: alpha(opacity=40);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.selectors .selected {
opacity: 1;
filter: alpha(opacity=100);
}

.iosSlider i {
    display:none;
}
.nextContainer .next {
    position: absolute;
width: 35px;
height: 35px;
z-index: 10;
bottom:20px;
right:50px;
background: url('../images/next-arrow.png') no-repeat;
background-size:100%;
opacity: .5;
filter: alpha(opacity=50); 
}

.prev:hover, .next:hover{
    opacity: 1 !important;
filter: alpha(opacity=100);
}



#at15s {
    display:none!important;
}


/*test end*/
.test .lang-share{
width:97px !important;
right:23px !important;	
	
}

.test .lang-share li a{
background:none !important;	
}

.test #lang_sel_list .icl-he a{
font-size:12px !important;	
font-family:'atlas-aaa-regular';

}


body .test #lang_sel_list a, #lang_sel_list a:visited{
font-size:9px !important;		
}

body .test #lang_sel_list li:first-child a{
border-bottom:none !important;
border-left:1px solid #AAA;
padding-left:7px !important;
}

body .test #lang_sel_list li{
	float:right;
}

.test .icl-he a{
margin-top:-2px !important;
margin-right:2px !important;	
}

body .test #lang_sel_list li a{
color:black !important;	
}

.test #lang_sel_list{
	height:20px;
	background:rgb(179,203,227) !important;
}

.test .lang-share div:last-child{
	height:43px !important;
	margin-top: 4px !important;
}

.test .share{text-align:left;}

.test .share a{
background:url('../images/head-social.png') no-repeat;
height:43px;
width:28px;
top:0px;
	}

a.h-youtube{}
a.h-facebook{background-position-x:-33px !important;}
a.h-tweeter{background-position-x:-68px !important;}


@media all and (min-width:1000px){
	.site-header.test{
	position:fixed;	
	z-index:100;
	background:#D9E6EE;
	width:1020px;
	padding:10px 0px !important;
	
	}
	
	.test .top-line-container{
	right:initial !important;
	left:249px;	
	}
	
	.test .lang-share{
	right:initial !important;
	left:901px;		
	}
	
    .main-menu-test {
        margin-top: 170px !important;
        width: 500px;
        margin-left: 223px;
}
}


.full-text li{
  list-style: disc;
   margin-bottom: 15px !important;

}


.state-devider{margin-left: -25px;}

/* Resets */


.hidden_form { display:none !important; }



.result-item h3 span.date { 
  color: rgb(255,166,15);
  font: 10pt/21pt StoneSerifStd-SemiboldIt;
  margin-left:4px;
}


#primary .search-results .result-item-author, #primary div.media-post-block.search-results .result-item .result-item-author {
    margin-top: 0px;
    margin-bottom:3px;
}

.form_error {
    font-size: 12px;
    color: #f00;
    float: left;
    margin-right: 35px;
}

span.at4-icon.aticon-email {
    display: none !important;
}

.single-event .event-register {
    float: right;
}

.single-event .gform_wrapper .top_label .gfield_label, .single-event .gform_wrapper .gfield_label {
    display: none;
}

.single-event .gform_wrapper .validation_error {
    display: none;
}

.single-event .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.single-event .gform_wrapper .gform_footer input.button, .single-event .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1em;
    background-color: rgb(204,32,39);
    background-image: none;
    color: #fff;
    border: none;
}

.single-event .gform_wrapper .gform_footer {
    padding: 0 0 0.625em 0;
}

header {
    position: relative;
}


h1.blue, h2.blue, h3.blue {
    padding: 10px 10px !important;
    margin-bottom: 40px !important;
    font: 19pt/35pt AvenirLTStd-Book;
    text-transform: uppercase; 
    background: rgb(157,195,221);
    color: #fff!important;
}

.extralink {
    position: absolute;
    right: 10px;
    top: 10px;
}

.extralink.darkblue {
    background: #538BBE;
    color: #fff;
}

.extralink.darkblue a {
    color: #fff;
    padding: 5px 5px !important;
    display: block;
}

#primary .educationblog h1.purple-blue, #primary .educationblog h2.purple-blue, #primary .educationblog h3.purple-blue {
    margin-bottom: 1rem;
}

 #primary .podcast h1.purple-blue, #primary .podcast h2.purple-blue, #primary .podcast h3.purple-blue {
     margin-bottom: 1rem;
 }

.form-allowed-tags{
display:none;
}

.cell-only {
    display: none;
}

.pagination {
	clear: both;
    text-align: center;	
}

.page-numbers.current {
	font-weight: bold;
    color: rgb(255,166,15);
}

span.at-icon-wrapper {
	display: none;
}

.donate-popup {
    display: none;
}

 .donate-popup.open {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(160,160,160,0.8);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000000000000000000000000;

}

.donate-popup .wrapper {
    width: 100vw;
    max-width: 640px;
    height: 66vw;
    max-height: 426px;
    background-image: url('../images/donate_popup_bg.jpg');
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
 .donate-popup .wrapper .close {
     position: absolute;
     top: 1%;
     right: 1%;
     font-weight: 700;
     color: #fff;
     font-size: 2rem;
     cursor: pointer;
 }

 .donate-popup .wrapper .text {
     font-size: 4.5rem;
     margin: 12% 2.5%;
     background: rgba(255,255,255,0.55);
     -webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.55);
     -moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.55);
     box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.55);
     padding: 6% 0;
     color: #000;
     font-weight: 700;
     text-align: center;
 }

 .donate-popup .wrapper .lead {
     background-color: #1f497d;
     margin: 1%;
     position: absolute;
     width: 98%;
     height: auto;
     color: #fff;
     font-weight: 700;
     padding: 2%;
     box-sizing: border-box;
     border-radius: 10px;
     bottom: 1%;

     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-direction: normal;
     -moz-box-direction: normal;
     -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-pack: justify;
     -moz-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-box-align: center;
     -moz-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .button {
     color: #fff;
     background-color: #eb7103;
     padding: 2%;
     box-sizing: border-box;
     border-radius: 10px;
 }


 .page-template-redirect-button #primary {
     background-size: 100%;
     background-position: left top;
     background-repeat: no-repeat;
     min-height: 100vh;
 }

 .page-template-redirect-button #primary.site-content #content article {
     background-color: rgba(255,255,255,0.9);
     margin: 2rem 0;
     padding: 2rem;
     float: left;
 }

 .page-template-redirect-button #primary.site-content #content article p {
     font-size: 2.2rem;
 }

 .page-template-redirect-button .button_wrapper {
     margin: 5px 0;
     clear: both;
 }

 .page-template-redirect-button .button_wrapper .button {
     margin: 5px 0;
     color: #fff;
     background-color: #204b7f;
     padding: 5px 15px;
     box-sizing: border-box;
     border-radius: 0;

     font-size: 2.2rem;
 }

 #primary .posts-actions ul.recent_posts {
     margin: 0 0 0 1rem;
     padding: 0 0 0 1rem;
     list-style-type: disc !important;
 }

 #primary .posts-actions ul.recent_posts li {
     opacity: 1 !important;
     padding: 0 !important;
 }

 #primary .posts-actions ul.recent_posts li a {
     cursor: pointer !important;
     display: inline;
 }

 .addtoany_share_save_container {
     padding: 0 !important;
 }

 .addtoany_share_save_container div {
     padding: 0 !important;
 }

 .backtoblog {
     background: #000c40;
     color: #fff !important;
     padding: 5px 10px;
 }


 .desktoponly {
     display: block;
 }

 .mobileonly {
     display: none;
 }

 .landscape_wrapper {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.8);
     z-index: 100000000;
 }

 .landscape_wrapper .landscape {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     width: 100%;
     height: 100%;
     text-align: center;
     color: #fff;
 }

 .landscape_wrapper .landscape img {
     max-width: 90%;
 }

 @media screen and (max-width: 768px) and (orientation: portrait) {
     .landscape_wrapper {
         display: block;
     }
 }
