@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    font-family: 'Source Sans Pro', sans-serif;
    /*background-image: url(../images/background.jpg);*/
    background-color: #DDDDDD;
    overflow-x: hidden;

}

/*
    Variable Grid System (Fluid Version).
    Learn more ~ http://www.spry-soft.com/grids/
    Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

    Licensed under GPL and MIT.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container-fluid {
    width: 100%;
    float: left;
}
.no-after:after{
    content:none!important;
}
table tr *{
    font-size:16px;
}
.container_12 {
    clear: both;
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
    min-height: 1px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
    width: 6.333%;
}

.container_12 .grid_2 {
    width: 14.667%;
}

.container_12 .grid_3 {
    width: 22.8%;
}

.container_12 .grid_4 {
    width: 31.333%;
}

.container_12 .grid_5 {
    width: 39.667%;
}

.container_12 .grid_6 {
    width: 48.0%;
}

.container_12 .grid_7 {
    width: 56.333%;
}

.container_12 .grid_8 {
    width: 64.667%;
}

.container_12 .grid_9 {
    width: 73.0%;
}

.container_12 .grid_10 {
    width: 81.333%;
}

.container_12 .grid_11 {
    width: 89.667%;
}

.container_12 .grid_12 {
    width: 97.333%;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
    padding-left: 8.333%;
}

.container_12 .prefix_2 {
    padding-left: 16.667%;
}

.container_12 .prefix_3 {
    padding-left: 25.0%;
}

.container_12 .prefix_4 {
    padding-left: 33.333%;
}

.container_12 .prefix_5 {
    padding-left: 41.667%;
}

.container_12 .prefix_6 {
    padding-left: 50.0%;
}

.container_12 .prefix_7 {
    padding-left: 58.333%;
}

.container_12 .prefix_8 {
    padding-left: 66.667%;
}

.container_12 .prefix_9 {
    padding-left: 75.0%;
}

.container_12 .prefix_10 {
    padding-left: 83.333%;
}

.container_12 .prefix_11 {
    padding-left: 91.667%;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
    padding-right: 8.333%;
}

.container_12 .suffix_2 {
    padding-right: 16.667%;
}

.container_12 .suffix_3 {
    padding-right: 25.0%;
}

.container_12 .suffix_4 {
    padding-right: 33.333%;
}

.container_12 .suffix_5 {
    padding-right: 41.667%;
}

.container_12 .suffix_6 {
    padding-right: 50.0%;
}

.container_12 .suffix_7 {
    padding-right: 58.333%;
}

.container_12 .suffix_8 {
    padding-right: 66.667%;
}

.container_12 .suffix_9 {
    padding-right: 75.0%;
}

.container_12 .suffix_10 {
    padding-right: 83.333%;
}

.container_12 .suffix_11 {
    padding-right: 91.667%;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left: 8.333%;
}

.container_12 .push_2 {
    left: 16.667%;
}

.container_12 .push_3 {
    left: 25.0%;
}

.container_12 .push_4 {
    left: 33.333%;
}

.container_12 .push_5 {
    left: 41.667%;
}

.container_12 .push_6 {
    left: 50.0%;
}

.container_12 .push_7 {
    left: 58.333%;
}

.container_12 .push_8 {
    left: 66.667%;
}

.container_12 .push_9 {
    left: 75.0%;
}

.container_12 .push_10 {
    left: 83.333%;
}

.container_12 .push_11 {
    left: 91.667%;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
    left: -8.333%;
}

.container_12 .pull_2 {
    left: -16.667%;
}

.container_12 .pull_3 {
    left: -25.0%;
}

.container_12 .pull_4 {
    left: -33.333%;
}

.container_12 .pull_5 {
    left: -41.667%;
}

.container_12 .pull_6 {
    left: -50.0%;
}

.container_12 .pull_7 {
    left: -58.333%;
}

.container_12 .pull_8 {
    left: -66.667%;
}

.container_12 .pull_9 {
    left: -75.0%;
}

.container_12 .pull_10 {
    left: -83.333%;
}

.container_12 .pull_11 {
    left: -91.667%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.hide{
    display:none;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    color: #1C519A;
}

.img-responsive {
    max-width: 100%;
}

.pull-right {
    float: right;
}

.container_12 .grid_12 hr {
    width: 96%;
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h7 {
    font-size: 10px;
}

.header {
    background-color: #1C519A;
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.logo {
    margin-top: -0.8%;
    float: left;
    min-height: 50px;
    height: 100%;
}

.logo img {
    width: 100%;
}

.tagline {
    font-size: 14px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 130%;
    font-style: italic;
}

.nav_outer .twitter {
    float: right;
    margin-top: 10px;
    width: 30px;
    display: inline-block;
}
.nav_outer .twitter img{
    width:100%;
}
p {
    margin: 10px 0;
}

.hp_uls {
    display: flex;
    flex-direction: column-reverse;
}

.hp_head_text {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 130%;
    color: #333;

}

.features_slider > li > a {
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    text-align: left;
}

.features_slider > li > #editorsNotes {
    background-image: url(../images/editor_icon.png);
}

/*166*/
.features_slider > li > #currentIssue {
    background-image: url(../images/current_icon.png);
}

/* 157*/
.features_slider > li > #keyFindings {
    background-image: url(../images/key_findings_icon.png);
}

/*151 */
.features_slider > li > #browseJournalSlide {
    background-image: url(../images/browse_icon.png);
}

/*200 */
.features_slider > li > #contributeSlide {
    background-image: url(../images/contribute_icon.png);
}

/*135 */
.features_slider > li > #moreAbout {
    background-image: url(../images/more_about.png)
}

/*204 */

.press_releases > .press_links, .hp_quick_links > p {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 10px 0px;
    margin: 0px;
}

.hp_buttons > div {
    background-color: #1F62B0;
    color: #fff;
}

.hp_buttons > div > .button_title {
    margin-left: 5%;
    float: left;
    line-height: 38px;
}

.hp_buttons > div > .button_image {
    width: 100%;
}

.hp_buttons > div > .button_image > img {
    width: 100%;
    float: left;
}

.press_releases h2, .hp_quick_links h2 {
    font-size: 22px;
}

.button {
    float: left;
    padding: 3px 10px 3px 10px;
    background-color: #2766B0;
    border: 2px white solid;
    box-shadow: 1px 1px 0px black;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
    margin-right: 5px;
    margin-top: 10px;
}

.button span {
    background-image: url(../images/button-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 4px;
    margin-right: 14px;
    float: left;
    width: 100%;
}

.lowlight {
    background-color: #999
}

.features_slider .slide_content ul {
    float: left;
    width: 100%;
}

.features_slider .slide_content ul > li {
    padding-left: 20px;
    font-size: 14px;
    background-image: url('../images/li-arrows.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.features_slider .slide_content ul > li > a {
    float: left;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 5px 0px;
    color: #000;
    font-weight: 600;
}

.external {
    position: relative;
    z-index: 1000;
}
/*.external:hover:before {*/
    /*content:'';*/
    /*width:0;*/
    /*height:0;*/
    /*position: absolute;*/
    /*top:50%;*/
    /*right:0;*/
    /*border:5px transparent solid;*/
    /*border-right-color: #000;*/
    /*transform:translatey(-50%);*/

/*}*/
/*.external:hover:after{*/
    /*content:'External Site';*/
    /*position:absolute;*/
    /*top:50%;*/
    /*right:0;*/
    /*white-space: nowrap;*/
    /*border:1px #000 solid;*/
    /*border-radius:5px;*/
    /*padding:0 2px;*/
    /*transform:translate(100%,-50%);*/
    /*font-size:12px;*/
    /*background-color:#000;*/
    /*color:#fff;*/
    /*z-index: 100;*/
/*}*/
.externalHover {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/externalBubble.png);
    padding: 5px 10px 5px 17px;
    position: absolute;
    color: #333;
    text-shadow: none;
    top: -4px;
    line-height: 16px;
    font-size: 12px;
    width: 88px;
    font-family: 'Source Sans Pro', sans-serif;
    height: 16px;
    z-index: 100;
    box-sizing: content-box;
}
.rss-icon .externalHover{
}

.navExternal {
    position: relative;
}

.subnav .externalHover {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/externalBubble.png);
    padding: 5px 10px 5px 17px;
    position: absolute;
    color: #333;
    text-shadow: none;
    top: -4px;
    line-height: 16px;
    font-size: 12px;
    width: 88px;
    font-family: 'Source Sans Pro', sans-serif;
    height: 16px;
    z-index: 100;
}

.navigation .navbar > .navigation-outer > li > .nav > li > .subnav.active {
    /*overflow: visible;*/
}

.page_10 p > strong {
    line-height: 130%;
    font-size: 16px;
    border-bottom: 1px #CCC solid;
    width: 100%;
    float: left;
    padding-bottom: 11px;
    margin-bottom: 10px;
}

.key_findings > .year {
    float: left;
    width: 100%;
}

.page_10 .month > p {
    /*margin-bottom: 10px;*/
    padding:10px 0;
}
#key_findings_rows h5 strong{
	font-size:16px;
	font-weight:bold;
}
#key_findings_rows p{
	margin:0;
	line-height: 130%;
	padding:0;
}
.page_10 .month > a.read-more{
    padding:10px 0;
    padding-top:0;
    display:inline-block;
}
.hp {
    background-image: url(/images/2016/hp-bg.jpg);
}

.key_findings_search {
    width: 100%;
    float: left;
    border-bottom: 1px #ccc solid;
}

.hp .block {

    background-color: #fff;
    /*box-sizing: border-box;*/
    margin: 15px 5px;
    position: relative;
    display:block;
    transition:all 0.25s ease-in-out;

}


.hp .col-sm-4 .block.editors-notes a:after{
    content:none!important;
}
.hp .block.press .articles{
    max-height: 249px;
    overflow: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding:15px 20px;
    margin-top: -15px;
}
.hp .block.editors-notes .open{
    display:none;
}
.hp .block.editors-notes.closed .open {
    display: inline-block;
}
.hp .block.editors-notes.closed .close{
    display:none;
}
.hp .block.closed {
    max-height:50px;
    min-height: 50px!important; 
    opacity: 1;
    overflow: hidden;
}

.hp .block .block-title {
    padding: 15px 20px;
    background-color: #1C519A;
    color: #fff;
    position:relative;
}
.hp .block .block-accessory.with-tooltip:hover:before {
    content:'';
    border:5px #000 solid;
    position: absolute;
    top:-22px;
    right:-25px;
    transform:rotate(45deg);
    background-image:none;
}
.hp .block .block-accessory.with-tooltip[title]:hover:after{
    content:attr(title);
    background-color:#000;
    border-radius:5px;
    position: absolute;
    top:-25px;
    right:-30px;
    transform:translate(50%,-50%);
    text-align:center;
    background-image:none;
    color:#fff;
    padding:2px 10px;
    white-space: nowrap;
}
.hp .block .block-accessory {
    position: absolute;
    top:50%;
    right:50px;
    transform:translatey(-50%);
    margin-right:30px;
    color:#1C519A!important;
    text-decoration: none;
    font-size:10px;
    cursor:pointer;
}
.hp .block .block-accessory:last-of-type{
    right:20px;
    margin-right:30px;
}
.hp .block .block-accessory img{
    position: absolute;
    top:50%;
    right:-30px;
    transform:translatey(-50%);
    width:20px;

}


.hp .block .block-content {
    padding: 15px 20px;

}
.hp .block.key-findings .block-content ,
.hp .block.twitter .block-content {
    /*overflow-y:scroll;*/
    overflow-y: auto;
    display:block;
    top:52px;
    left:0;
    height:calc(100% - 52px);
    position: absolute;
}

.hp .block .block-content li {
    margin: 10px 0;
}
 
.hp .block .block-content a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    text-decoration: none;
    border-bottom: 1px #ddd solid;
    position: relative;
    font-size: 16px;
}
.hp .block.twitter .block-content a{
    font-family: 'Source Sans Pro', sans-serif;
}
.hp .block.twitter .block-content a:after {
    content:none;
}
a.btn, .hp .block .block-content a.btn {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    border: 1px #1C519A solid;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
}

a.btn:after, .hp .block .block-content a.btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    background-color: #fff;
}

.hp .block .block-content a:after {
    position: absolute;
    content: '';
    margin-left: 5px;
    background-image: url(/images/2016/arrow-blue.svg);
    width: 10px;
    height: 10px;
    padding: 10px 0;
    background-size: contain;
    top: 50%;
    transform: translatey(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}

.hp .col-sm-4 .block {
    background-color: #567DB3;
    color: #fff;
}

.hp .block {
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 95% 100%;
}

.block.about {
    background-image: url(/images/2016/hp-about-the-journal.svg);
}

.block.author {
    background-image: url(/images/2016/hp-author-centre.svg);
}

.block.press {
    background-image: url(/images/2016/hp-press-releases.svg);
}

.block.wiley {
    background-image: url(/images/2016/hp-wiley.svg);
}
.block.wiley:after{
    width:80%;
    max-width:190px;
    height:100%;
    max-height:50px;
    background-image:url(/images/2016/wiley-logo-blue.jpg);
    background-size:contain;
    background-repeat:no-repeat;
    content:'';
    position:absolute;
    bottom:20px;
    left:20px;
}

.hp .editors-notes .block-content {
    overflow-y: auto;
    max-height: 370px;
}

.hp .col-sm-4 .block .block-title {
    background-color: #fff;
    color: #1C519A;
}

.hp .col-sm-4 .block a {
    color: #fff;
}

.hp .col-sm-4 .block a:after {
    background-image: url(/images/2016/arrow-white.svg);
}

.hp-row-2 {
    position: relative;
    text-align: center;
}

.hp-row-2 .block {
    min-height: 170px;
    background-color: #1C4B8D!important;
}

.hp-row-2 .block:before {
    content: '';
    position: absolute;
    /*background-color: red;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
    transition: all 0.25s ease-in-out;
    cursor:pointer;
}

.hp-row-2 .block:hover:before {
    opacity: 0.1;
}

.hp-row-2 .block.news:before {
    background-image: url(/images/2016/hp-blocks/authors.jpg);
}

.hp-row-2 .block.conferences:before {
    background-image: url(/images/2016/hp-blocks/key-findings-archive.jpg);
}

.hp-row-2 .block.books:before {
    background-image: url(/images/2016/hp-blocks/new-books.jpg);
}

.hp-row-2 .block a.btn {
    text-decoration: none;
    border: 1px #fff solid;
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.hp-row-2 .block a.btn:before {
    content: '';
    border-right: 1px #567DB3 solid;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translatey(-50%);
}

.hp-row-2 .block a.btn:after {
    content: '';
    background-image: url(/images/2016/arrow-white.svg);
    background-color: transparent;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.hp-row-2 .background-stripe {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    width: calc(100vw + 20px);
    height: 100%;
    display: block;
    min-height: 100px;
    transform: translatex(-50%);
}

.footer-logos {
    padding: 0 30px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    display: inline-block;
    color: #fff;
}

.footer-links li a {
    color: #fff;
}

.footer {
    font-weight: 100;
}

.footer strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
}

.footer hr {
    margin: 20px 0 30px;
    border: 1px transparent solid;
    border-bottom: 1px #ccc solid;
    background-color: 0;
}

.footer a {
    text-decoration: none;
    padding-left: 20px;
}
.footer-logos img{
    max-height:38px;
}
.page_content .banner{
    background-color:#5073A3;
    width:calc(100% + 53px);
    padding-top:37.5%;
    height:0;
    margin-top:-39px;
    margin-left:-19px;
    position: relative;
    margin-bottom:20px;
    overflow:hidden;
}
.page_content .banner h1{
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    left:40px;
    color:#fff;
    z-index: 2;
    max-width:60%;
}
.page_content .banner img{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index: 1;
    opacity:0.2;
    filter:grayscale(100%);
}
.page_content .banner img.head{
    position:absolute;
    bottom:0;
    /*max-width:180px;*/
    max-height:90%;
    width: auto;
    right:40px;
    left:auto;
    z-index: 2;
    opacity:1;
    filter:none;
    
}


.page_content p{
    font-size:16px;
    line-height: 180%;
}
.page_content h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
}
.input-group{
float:right;
    width:100%;
}
.input-group input {
    font-size:16px;
    padding:10px 0;
    text-align: center;
    border:1px #ccc solid;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    margin:0;
}
.input-group input[type="text"] {
    width:calc(100% - 100px);
    border-right:0;

}
.input-group input[type="button"] {
    background-color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    float:right;
    width:100px;
    color:#1C519A;
    border-color:#1C519A;
}
.key_findings_search{
    padding:15px 0;
    margin-bottom:30px;
}
.key_findings a.read-more{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    font-size:16px;
}
.filter .date{
    padding-top:10px;
    border-bottom:1px #ccc solid;
}
.filter .date a{
    display:inline-block;
    margin-bottom:-2px;
    border-bottom:1px #1C519A solid;
    text-decoration: none;
    padding-bottom: 3px;
}
.filter .date a.italic{
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
}

.press-releases h2{
    max-width:100%;
}
.press-releases h2 a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    color:#1C519A;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display:inline-block;
    overflow: hidden;
}
.page_content_inner .books_filter ul{
    list-style:none;
    margin:0;
}
.press-releases .year {
    display:block;
    border-bottom:2px #333 solid;
    padding-bottom:20px;
    margin-bottom:20px;
}

.key_findings_archive .filter .archive-nav{
    width:100%;
    display:block;
    clear:both;
    padding:15px;
    position:relative;
    min-height:250px;
    list-style: none;
    margin:0;
    margin-top:20px;
}
.key_findings_archive .filter .archive-nav .archive-header > a{
    font-size:18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    text-decoration: none;
    border:2px transparent solid;
    display:block;
    width:calc(15% - 9px);
    padding:5px 10px ;
    z-index: 100;
    text-align: center;

    position: relative;
}
.key_findings_archive .filter .archive-nav .archive-header.active > a{
    border-radius: 5px;
    border:2px #ccc solid;
    border-right:0px;
    background-color:#FBFBFB;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
.key_findings_archive .filter .archive-nav a{
    cursor:pointer;
}
.key_findings_archive .filter .archive-nav ul{
    position: absolute;
    top:0;
    left:15%;
    width:calc(85% - 15px);
    padding:40px 40px ;
    border:2px #ccc solid;
    border-radius: 5px;
    min-height:220px;
    display:none;
    list-style:none;
    margin:0px;
    margin-bottom:10px;
}
.key_findings_archive .filter .archive-nav .archive-header.active ul{
    display: block;
}
.key_findings_archive .filter .archive-nav ul .date{
    width:33.3%;
    float:left;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:800;
    font-size:16px;

}
html body .rss-icon{
    max-width:20px;
    text-decoration: none;
    margin-left:10px;
    display:inline-block;
    max-width:20px;
    z-index: 1000;
}
html body .rss-icon.news,
html body .page_6 .rss-icon,
html body .page_35 .rss-icon,
html body .page_10 .rss-icon,
html body .page_12 .rss-icon,
html body .rss-icon.meetings{
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
    max-width: 20px;
    position: absolute;
    top: 0;
    padding-top: 84px;
    left: 280px;
}

html body .rss-icon.meetings{
    left: 245px;
}
html body .page_6 .rss-icon{
    left: 270px;		
}
html body .page_35 .rss-icon{
	left: 280px;		
}
html body .page_10 .rss-icon{
	left: 245px;		
}
html body .page_12 .rss-icon{
	left: 260px;		
}
html body .rss-icon.news .externalHover,
html body .page_6 .rss-icon .externalHover,
html body .page_35 .rss-icon .externalHover,
html body .page_10 .rss-icon .externalHover,
html body .page_12 .rss-icon .externalHover,
html body .rss-icon.meetings .externalHover{
	transform:translatey(84px);
}


.rss-icon img{
    max-width:100%;
    width:100%; 
}
.books .month h2{
    padding:15px 0;
}
.books .month h3 {
    font-size:16px;
    margin-bottom:0;
}
.books .month p{
    margin-top:0;
}
.books .month .article{
    margin:30px 0;
}
.books .month .article:first-of-type {
    margin-top:0;
}
.books_search{
    border:1px #ccc solid;
    border-left:0;
    border-right:0;
    padding:20px 0;
    margin:20px 0;
}
.books_filter .dates h3{
    border-bottom:1px #ccc solid;
    padding-bottom:5px;
    margin:15px 0;
}
.books_filter .dates .date{
    text-decoration: underline;
}

.sidenav > li:not(.hide):last-of-type{
    border-bottom:0px!important;
}
.sidebar_item.social{
    display:inline-block;
    margin-left:-10px;
    
    /*transform:translatex(-20px);*/
}.sidebar_item.social a{
     display:inline-block;
 }
.sidebar_item.social img{
    max-width:30px;
    width:30px;
    height:30px;
    display:block;
}
.sidebar_item .cta .image,.sidebar_item .cta h3{
    text-shadow: none;
    border:2px #fff solid;
}
.sidebar_item .cta:hover h3{
    background-color:#5073A3;
}
.people-list .image-container img{
    max-width:100%;
}
.people-list h3{
    font-size:14px;
}
.people-list .details{
    margin-bottom:20px;
}
.people-list p{
    margin:0;
    font-size:14px;
}
.people-list .col-sm-3:nth-child(4n+1){
    clear:left;
}
.people-list h2{
    padding:10px 0;
}
.people-list .people{
    -moz-column-count: 3;
    column-count: 3;
    padding-bottom:20px;
}
/*a[href="#"]{*/
    /*border:1px red solid!important;*/
    /*color:red!important;*/
/*}*/
.page_content_inner a{
    cursor: pointer;
}
.page_content_inner ul{
    list-style: outside;
    margin:10px 0;
    margin-left:20px;
   
}
.page_content_inner li{
    text-indent: 0;
    font-size:16px;
    line-height:180%;
    
}
.articles article hr{
    border:0px;
    border-bottom: 1px #CCC solid;
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px){
    body .navigation .navbar > .navigation-outer > li > .nav > li {
        padding: 0px 7px;
    }
	body .navigation .navbar > .navigation-outer > li > .nav > li > a {
        font-size: 0.8em;
    }
}
@media only screen
and (min-width : 1025px)
and (max-width : 1200px){
	body .navigation .navbar > .navigation-outer > li > .nav > li {
        padding: 0px 12px;
    }
	body .navigation .navbar > .navigation-outer > li > .nav > li > a {
        font-size: 1em;
    }
}