/* @override 
	
body {
    color: #5A595B;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1px;
    line-height: 1.2;
}

.right-side{
    padding-left: 23px !important;
}

.cs-container{
    width: 430px;
    height: 430px;
    margin: 0 auto;
    padding-top: 15px;

    transition: all .5s ease-in-out;
}

#coming-soon{
    font-family: 'Archer A', 'Archer B', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;

}

.cs-container.big{
    padding-top: 0px;
}

.cs-container.big > #coming-soon{
    width: 430px;
    height: 430px;
    padding-top: 205px;
}

#main-container > .row.minh{
    min-height: 600px;
}

*/

#coming-soon{
/*    background: #32409a;  Old browsers
background: -moz-radial-gradient(center, ellipse cover,  #32409a 0%, #32409a 27%, #ffffff 70%, #ffffff 100%);  FF3.6+
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#32409a), color-stop(27%,#32409a), color-stop(70%,#ffffff), color-stop(100%,#ffffff));  Chrome,Safari4+
background: -webkit-radial-gradient(center, ellipse cover,  #32409a 0%,#32409a 27%,#ffffff 70%,#ffffff 100%);  Chrome10+,Safari5.1+
background: -o-radial-gradient(center, ellipse cover,  #32409a 0%,#32409a 27%,#ffffff 70%,#ffffff 100%);  Opera 12+
background: -ms-radial-gradient(center, ellipse cover,  #32409a 0%,#32409a 27%,#ffffff 70%,#ffffff 100%);  IE10+
background: radial-gradient(ellipse at center,  #32409a 0%,#32409a 27%,#ffffff 70%,#ffffff 100%);  W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32409a', endColorstr='#ffffff',GradientType=1 );  IE6-9 fallback on horizontal gradient */

    width: 400px;
    height: 400px;
    margin: 0 auto;
    /*max-width: 100%;*/
    text-align: center;
    color: #fff;
    padding-top: 190px;

    border-radius: 50%;
    transition: all .5s ease-in-out;
    background-image: url('../images/coming_soon.png');
    background-size: cover;
}

.text .col-sm-6:first-child {
	padding-right: 10px;
}

.text .col-sm-6:last-child {
	padding-left: 10px;
}

.text .col-sm-6 strong{
font-weight: 700;
}

.container-fluid{
    margin: auto 25px;
}

.navbar-nav.pull-right > li > .dropdown-menu{
    right:auto !important;
}

.img-responsive{
    width: 100%;
    margin-bottom: 5px;
}

span.small-text {
	font-size: 14px;
	line-height: 20px;
}

.navbar-brand > img {
    margin: 0 25px;
    width:150px;
}

.row{
    border-top: 1px solid #808080;
    margin-bottom: var(--vertical-space);
}

#etapIframe {
	min-height: 2200px;
}

body.single-cima_event #main div.row {
    border-top: 1px solid #808080;
    border-bottom: 0px solid #808080;	
}

.row-centered{
    border-top: 0px solid #808080;
	
}

body.home .row {
	border-top: 0px solid #808080;
}

.no-border {
    border-top: none !important;
}

.top15{
    margin-top: 13px;
}

/*NAVIGATION*/

.navbar-brand{
    padding: 50px 0px !important;
}

ul.navbar-nav a {
    color: #808080;
    font-size: 12px;
}

ul.navbar-nav{
    text-transform: uppercase;
    min-height: 55px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-nav > li > a {
    padding: 10px 5px !important;
    border-top: 4px solid #fff;
}

.navbar-nav > li > a > .caret{
    display: none;
}

.navbar-nav a:hover, .nav .open > a{
    font-weight: bold;
    color: #33449A;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #fff !important;
    color: #32409A !important;
}

.navbar-nav a:after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
}

ul.nav > li.active > a {
    border-top: 4px solid #33449A;
    font-weight: bold;
    color: #33449A;
}

.nav > li:last-child > a{
    padding-right: 0 !important;
    margin-right: 0;
}

/*NAVIGATION DROPDOWN*/

.dropdown-menu{
    border: none !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 20px !important;
}

.dropdown-menu > li > a{
    padding-left: 0 !important;
    font-size: 11px;
    line-height: 1 !important;
    padding: 5px 0 3px !important;
    color: #808080!important;
}

/*PAGES*/
.text{
    margin-top: calc(2 * var(--vertical-space));
    margin-bottom: var(--vertical-space);
}
.text p,
.text ul {
    font-family: 'Archer A', 'Archer B';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.text h1 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #978A5B;
    text-transform: uppercase;
}

.text i a, .text a i, .text i, .text em {
	font-style: italic;
}
.text > p:not(:first-child) + h1 {
    margin-top: 48px;
}

.text .row {
    border-top: none;
}

.text  h1 + h1{
    margin-top: -32.5px;
}

.text.exhibit h1, .text.event h1{
    margin-bottom: 6px;
}

div.fellow h1 {
	 margin-bottom: 6px;
	
}

.text h2, .text h2 > a, .text h2 > a:hover {
    text-transform: uppercase;
    font-size: 16px;
    color: #978A5B;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.text h3, .text h3{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 0;
    color: #978A5B;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
    font-style: normal;
}



.text.exhibit h3 + h3, .text.event h3 + h3 {
    margin-bottom: 30px;
}

.privacy .col-md-6:first-child{
    padding-right: 5px;
}

.privacy .col-md-6:last-child{
    padding-left: 5px;
}

.privacy, .privacy p, .privacy div{
    font-family: 'Archer A', 'Archer B' !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 12.5px !important;
}

.privacy h4{
    font-family: 'Archer A', 'Archer B' !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-size: 10.5px !important;
    line-height: 12.5px !important;

}

.privacy strong {
    font-family: 'Archer A', 'Archer B' !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-size: 10.5px !important;
    line-height: 12.5px !important;
}

.privacy i, .privacy em{
    font-size: 10.5px !important;
    line-height: 12.5px !important;
    font-style: italic !important;
}

.text .gallery{
    display: none;
}

.exhibit-gallery .counter{
    font-size: 10px;
}

/*PAGE NAVIGATION*/
.nav-previous > a,
.nav-next > a {
    text-transform: uppercase;
    color: #5A595B
}

.nav-previous, .nav-next{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-previous + .nav-next {
    border-left: 1px solid #5A595B;
    margin-left: 10px;
    padding-left: 10px;
    /*background: #ff00ff;*/
}

/*HOME*/
.bx-wrapper .bx-pager{
    position: relative !important;
    top: -50px;
}

.bx-wrapper .bx-pager-link.active{
    background: #fff !important;
}

.bx-wrapper .bx-pager-link{
    border: 1px solid #fff !important;
    background: transparent !important;
}

.bx-wrapper .bx-caption{
    top: 50%;
    background: transparent !important;
    font-size: 31px;
    text-transform: uppercase;
    padding-left: 25px;
}

.bx-wrapper .bx-caption > span{
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bx-wrapper .bx-caption > span > i{
     font-weight: 400 !important;
     font-style: normal;
     color: #fff;
     font-size: 26px;
}

@media (max-width: 767px){
    .right-side{
        padding-left: 0 !important;
    }
}

/*FELLOWSHIP*/
.application{
    margin-top: 35px;
}

.text .fellow  h1{
    font-size: 18px !important;
}

.fellow-right{
    padding-left: 20px;
}

/*GALLERY*/

.partner-gallery{
    padding-top: 40px;
}

.partner-gallery h3{
    margin-bottom: 15px;
}

.partner-gallery h3 a {
    font-size: 15px !important;
    color: #978A5B;
    text-decoration: none;
    font-weight: bold;
}

.partner-gallery img + h3 {
    margin-top: 42.5px;
    padding-top: 22.5px;
    border-top: 1px solid #5A595B;
}

/*EXHIBIT GALLERY*/
.exhibit-gallery .row{
    border-top: none;
}

@media (max-width: 1212px) {
    .exhibit-gallery .row [class^="col-"] {
        margin-bottom: 0 !important;
    }
}

.exhibit-gallery, 
.exhibit-gallery > .row,
.exhibit-gallery > .row > .row {
    margin-bottom: 0;
}

/* 40px is margin top of the gallery*/
.exhibit-gallery .bx-wrapper .bx-viewport {
    max-height: calc(100vh - var(--header-height) - 40px);
}

.exhibit-gallery .bx-wrapper .bx-viewport > ul {
    height: 100%;
}

.exhibit-gallery .bx-wrapper .bx-viewport > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
}

.exhibit-gallery .bx-wrapper .bx-viewport > ul > li > img {
    height: 100%;
    object-fit: contain;
    border: 0 !important;
}

.exhibit-gallery .bx-control{
    text-transform: uppercase;

}
.exhibit-gallery ul.bx-control{
    list-style: none;
    margin-bottom: 25px;
}

div.col-xs-12.caption {
	margin-top: 5px;
}

.exhibit-gallery ul.bx-control > li {
    float: right;
    padding-right: 10px;
    border-right:1px solid #5A595B;
    margin-left: 10px;
}

.exhibit-gallery ul.bx-control > li > a {
    color: #5A595B;
    font-size: 8px;
}

.exhibit-gallery ul.bx-control > li:first-child{
    border-right: none;
}

.exhibit-gallery span.bx-caption{
font-family: 'Archer A', 'Archer B';
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 14px;

}

/*FOOTER*/
footer{
    border-top: 1px solid #cccccc;
		padding-bottom: 20px;
		padding-top: 0px;

}

.entry-footer {
	font-size: 13px;
			padding-top: 10px;
}
footer .address, footer .credits{
    font-size: 11px;
    text-transform: uppercase;
}

footer > .container > .row{
    border-top: none;
    padding-top: 35px;
}

footer .row [class^="col-"]{
    margin-bottom: 10px;
}

footer ul{
    list-style: none;
    margin-left: 0px;
}

footer a {
    color: #5A595B;
}

footer ul > li {
    float: left;
    padding-right: 5px;
    border-right:1px solid #808080;
    margin-right: 5px;
}

footer ul > li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

footer ul.social {
    padding-left: 0;
    margin-top: -7px;
    font-size: 1.5em;
}

/*RESPONSIVE VIDEO*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/*MEDIA QUERIES*/

@media (max-width: 1212px) {
    .nav.navbar-nav.pull-right {
        float: left !important;
        clear: left;
    }
    .navbar-collapse{
        padding-left: 0 !important;
    }
    .dropdown-menu{
        position:absolute !important;
        background: #fff !important;
    }
    .address.text-right {
        text-align: left;
    }
    .row [class^="col-"]{
        margin-bottom: 80px;
    }
}

@media (min-width: 1213px) {
  ul.navbar-nav{
    border-bottom: 1px solid #808080;
    margin-top: 55px;
  }
    .navbar-nav > li > a {
/*        padding: 50px 15px 25px !important;*/
        padding: 10px 0px 25px 0px !important;
        margin-right: 18px;
    }

    .navbar-collapse{
        padding-right: 0!important;
        padding-left: 0!important;
    }
}

@media (min-width: 767px) and (max-width: 992px){
    .nav > li{float:left}
    ul.navbar-nav a {
        font-size: 12px;
    }
}

@media (max-width: 767px){

    .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    ul.credits > li {
        border-right: 0;
    }
    ul.dropdown-menu{
        margin-top: 0px !important;
        position:relative !important;
    }
    
    .navbar-collapse.in {
      overflow-y: auto; 
      max-height: none;
    }
    .nav.navbar-nav.pull-right {
         width:100%;
        }
    
    .dropdown-menu > li > a{
        padding-left: 20px !important;
        border-left: 3px solid #eeeeee;
    }
    

}

@media (min-width: 767px){
    .nav > li:first-child > a{
        padding-left: 0 !important;
    }
}

@media (min-width: 769px){

    .fellow-thumb img{
        padding-left: 10%;
        margin-top: 0px;
    }
}
@media (max-width: 998px){
    .container > .navbar-header,
    .container > .navbar-collapse{
    	margin-left: 0px !important;
    }
    }

footer * {
    text-transform: uppercase;
}

sup {
    top: 0 !important;
    vertical-align: super !important;
    font-size: 0.7em !important;
}

.home .bx-controls{
    display: none;
}




/* Custom Automattic CSS */
/* --------------------- */

a:hover, a:focus {
    text-decoration: none;
}

a.blue.cima {
float: right;
padding-right: 20px;
font-family: 'Archer A', 'Archer B', serif;
font-weight: 400;
font-style: normal;
font-size: 16px;

}

footer.entry-footer a {
color: #32409a;
	text-transform: none;
}

.content-area {
    float: left;
    overflow: hidden;
    /*width: 60%;*/
}
.content-area .hentry {
    border-bottom: 1px solid #d3cbc7;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}
.entry-meta {
    color: #978A5B;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
}
.entry-meta a {
    color: #978A5B;
}
.hentry p {
    margin: 15px 0;
}
.hentry .wp-caption {
    max-width: 100%;
}
.hentry .wp-caption-text {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    margin: 5px 10px;
    text-align: justify;
}
.hentry img {
    max-width: 100%;
    height: auto;
}

.hentry .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.hentry .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.hentry .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px auto;
}

.blog .text h1,
.single-post .text h1,
.archive .text h1 {
    margin-bottom: 0;
}
.blog .entry-header .entry-meta,
.single-post .entry-header .entry-meta,
.archive .entry-header .entry-meta {
    margin-bottom: 30px;
}
.updated {
    display: none;
}
.widget-area {
    float: right;
    /*width: 30%;*/
}
.widget {
    border-bottom: 1px solid #d3cbc7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.widget .widget-title {
    color: #33449A;
}
.widget ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
/*
.widget li:before {
    color: #33449A;
    content: '\003e';
    font-weight: bold;
    margin-right: 3px;
}
*/

.membership-levels {

}
.membership-levels h1 {
    color: #33449A;
}
.membership-level {
    border-bottom: 1px solid #d3cbc7;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 120px;
    position: relative;
}
.corporate .membership-level {
    padding-left: 0;
}
.membership-level h1 {
    font-size: 20px;
    margin-bottom: 20px;
}
.membership-level h2 {
    font-size: 16px;
}
.membership-level h2 a {
    background-color: #33449A;
    border: 5px solid #33449A;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 34px 0 0 0;
    position: absolute;
        left: 0;
        top: 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
    height: 100px;
}
.membership-level h2 a:hover {
    background-color: #fff;
    color: #33449A;
}
.membership-level .more:before {
    color: #33449A;
    content: '\00BB';
    font-weight: bold;
    margin-right: 3px;
}
.membership-level ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}
.membership-level li:before {
    color: #33449A;
    content: '\003e';
    font-weight: bold;
    margin-right: 3px;
}

.donate-btn {
	background-color: #33449A;
    border: 5px solid #33449A;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 16px;
    margin: 50px auto 0;
    padding: 24px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
    height: 100px;
}
.donate-btn:hover {
    background-color: #fff;
    color: #33449A;
}

.callout {
	margin-top: 75px;
}

.home .bx-wrapper .bx-caption span {
	text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.home .bx-wrapper .bx-caption span a {
	color: #fff;
}
.single-cima_event .container {
	border-top: 0px solid #808080;
}

div.events-caption {
	font-family: 'Archer A', 'Archer B';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: lef;
	margin-bottom: 15px;
}

.single-post .text .gallery,
.single-cima_event .text .gallery,
.page-template-page-templatesfuture_event-php .gallery {
    display: block;
}

.single-cima_event .text .gallery .gallery-item {
	text-align: left;
}

.page-template-page-templatesfuture_event-php .gallery .gallery-item {
	margin-bottom: 0;
	width: 33% !important;
	text-align: left !important;
}

.page-template-page-templatesfuture_event-php .gallery .gallery-item img {
	border: 0 !important;
}

.parent {
    display:table;
    border:0px solid gray;
    min-height:240px;
    width:100%;
    background: #f5f5f5;
    background-size:100% auto;
    }

         
    .child {
        display:table-cell;
        vertical-align:middle;
        text-align:center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }
    
    a .child {
    	color: #fff;
    }

#mc_embed_signup  {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mc-embedded-subscribe-form label {
	margin-right: 10px;
}

.btn-cima{
  padding: 3px 10px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  text-transform: uppercase;
  line-height: 1.5;
  border-radius: 3px;
  color: #32419e;
}

input#mce-EMAIL.email {
margin-right: 10px;
}


div.col-md-4.home-item {
	padding-right:15px;padding-left:15px;
}

#main-container div.row.row-centered div.col-md-4.home-item.home_left {
	padding-left:0px;
}

#main-container div.row.row-centered div.col-md-4.home-item.home_right{
	padding-right:0px;
}


#main-container div.row.row-centered div.col-md-4.home-item.home_center{
	padding-right:7.5px;
	padding-left:7.5px;
}

@media (max-width: 991px){

	.content-area {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.parent {
		display:table;
		border:0px solid gray;
		min-height:240px;
		width:100%;
		background: #f5f5f5;
		background-size:100% auto;
	}


	div.col-md-4.home-item {
		padding-right:0px;padding-left:0px;
		margin-bottom: 10px;
	}
      
	#main-container div.row.row-centered div.col-md-4.home-item.home_left {
		padding-left:0px;padding-right: 0px; 
	}

	#main-container div.row.row-centered div.col-md-4.home-item.home_right{
		padding-right:0px;
	}


	#main-container div.row.row-centered div.col-md-4.home-item.home_center{
		padding-right:0px;
		padding-left:0px;
	}

	#mc-embedded-subscribe-form label {
		margin-right: 0px;width: 100%;
	}
}




/* eventbrite custom code */

.eventbrite {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.eventbrite .col-sm-6 {
	margin-bottom: 0;
}

.eventbrite .event-meta {
	padding-right: 20px;
}

.eventbrite .event-meta a.event-details-link{
color: #33449A;
}

main#main.site-main header.page-header h1.page-title a.back {
	font-size: 11px;
}


.row-home {
  padding-left: 0px;
  padding-right: 0px;
}

.row-home [class*='col-']:not(:first-child),
.row-home [class*='col-']:not(:last-child) {
  padding-right: 15px;
  padding-left: 15px;
}

.row-home [class*='col-']:first-child {
  padding-right: 15px;
  padding-left: 0px;
}


.row-home [class*='col-']:last-child {
  padding-right: 0px;
  padding-left: 0px;
}

.journal__header {
    border-top: 1px solid #cccccb;
    background-color: #f7f7f6;
    padding: 20px;
    overflow: hidden;
}

.journal__header h2 {
    color: #33489a;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    float: left;
    width: 45%;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

.journal__header ul {
    text-align: right;
    float: left;
    width: 55%;
    margin: 8px 0 0;
    padding: 0;
}

.journal__header ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-left: 18px;
}

.journal__header ul li a {
    color: #818180;
}

.journal__header ul li a:hover {
    color: #33489a;
}

.journal__breadcrumbs {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccb;
    padding: 0 0 30px;
    margin-bottom: 40px;
}

.journal__breadcrumbs a {
    color: #818180;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 1px;
}

.journal__abstract {
    background-color: #f7f7f6;
    padding: 25px;
    margin: 30px 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

.journal__abstract p {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.journal__breadcrumbs a:hover {
    color: #33489a;
}

.journal__issue-link {
    font-size: 12px;
}

.journal__article h1 {
    margin-bottom: 15px;
    font-size: 30px;
}

.journal__author-bio {
    font-size: 12px;
    line-height: 18px;
    padding: 35px 0;
    border-bottom: 1px solid #cccccb;
    border-top: 1px solid #cccccb;
}

.journal__article figure {
    overflow: hidden;
    margin: 30px 0;
    width: 100% !important;
}

.journal__article figure img {
    width: 40%;
    height: auto;
    float: left;
}

.journal__article figure figcaption {
    font-family: 'Open Sans', sans-serif;
	width: 55%;
    margin-left: 5%;
    float: left;
    font-size: 12px;
    line-height: 18px;
}

.journal__sidebar {
    margin-top: 73px;
}

.journal__sidebar-inner {
    padding-left: 19px;
}

.journal__sidebar-issue {
    background-color: #f7f7f6;
    padding: 20px 30px 50px;
}

.journal__sidebar-issue img {
    margin-bottom: 15px;
    width: 100%;
}

.journal__sidebar-issue h4,
.journal__sidebar-issue h6,
.journal__sidebar-articles h4,
.issue__list-toc h4 {
    margin-bottom: 25px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.13px;
    color: #978a5b;
    font-size: 13px;
    font-weight: 700;
}

.journal__sidebar-issue h5 {
    margin: 0;
    color: #33469a;
    font-size: 18px;
    font-weight: 700;
}

.journal__sidebar-issue h6 {
    margin-bottom: 20px;
}

.journal__sidebar-issue h6 span {
    margin: 0 5px;
}

.journal__sidebar-articles {
    margin: 40px 0;
    border: 1px solid #cccccc;
    border-top: 4px solid #33469a;
    padding: 20px 30px;
}

.journal__sidebar-articles h4 {
    margin: 0;
}

.journal__sidebar-articles ul {
    margin: 0;
    padding: 0;
}

.journal__sidebar-articles li {
    display: block;
    margin: 0;
    padding: 12px 0;
    list-style-type: none;
    border-bottom: 1px solid #cccb;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.journal__sidebar-articles li:last-child {
    border-bottom: 0;
}

.journal__sidebar-about {
    padding-left: 30px;
    font-size: 16px;
    font-family: 'Archer A', 'Archer B', serif;
}

.journal__sidebar-about h3 {
    margin-top: 0;
    color: #978a5b;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.journal__sidebar-about a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
}

.easy-footnotes-wrapper {
    padding: 35px 0;
    border-top: 1px solid #cccccb;
}

ol.easy-footnotes-wrapper > li {
    counter-increment: foo;
    display: table-row;
    font-size: 12px;
    line-height: 18px;
}

ol.easy-footnotes-wrapper > li::before {
    content: counter(foo) ".";
    display: table-cell; /* aha! */
    text-align: right;
    padding-right: 10px;
}

.easy-footnotes-wrapper:before {
    content: 'CITATIONS';
    color: #978a5b;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

.journal__author-link, .journal__section-title {
    color: #978a5b;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

.journal__latest {
    margin-bottom: 180px;
}

.journal__latest-inner {
    position: relative;
    height: auto;
    min-height: 200px;
}

.journal__latest-text {
    position: absolute;
    top: 100%;
    left: 80px;
    transform: translateY(-50%);
    border-top: 4px solid #33469a;
    background-color: #fff;
    padding: 30px;
    width: calc(100% - 80px);
}

.journal__latest-text h2 {
    text-transform: none;
    color: #33469a;
    font-size: 18px;
}

.journal__latest-brief {
    margin: 20px 0;
    color: #5a595b;
    font-size: 16px;
    font-family: 'Archer A', 'Archer B', serif;
}

.journal__featured-articles,
.journal__featured-issues {
    border-top: 1px solid #cccccb;
    padding-top: 5px;
}

.journal__featured-issues h4,
.journal__featured-articles h4 {
    text-transform: uppercase;
    color: #978a5b;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
}

.journal__authors {
    margin-top: 35px;
}

.journal__author-item {
    border-top: 1px solid #f0f0f0;
    padding: 12px 0;
}

.journal__author-info {
    width: 30%;
    float: left;
}

.journal__author-info h2 {
    margin: 0 0 15px;
    text-transform: none;
    color: #33469a;
    font-size: 18px;
}

.journal__author-website {
    display: inline-block;
    margin: 0 0 15px;
    font-size: 12px;
}

.journal__author-articles {
    width: 60%;
    float: right;
}

.journal__author-articles ul {
    margin: 20px 0 0;
    padding: 0;
}

.journal__author-articles li {
    display: block;
    margin: 3px 0;
    line-height: 1;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

.journal__author-show {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
}

@media (max-width: 900px){
    .journal__header h2, .journal__header ul {
        width: 100%;
        float: none;
        text-align: center;
    }

     .journal__header h2 {
        font-size: 26px;
     }

    .journal__header ul li {
        margin: 0 6px;
    }

    .journal__article figure img, .journal__article figure figcaption {
        width: 100%;
        float: none;
    }

    .journal__article figure figcaption {
        margin: 15px 0 0;
    }

    .journal__sidebar-inner,
    .journal__sidebar-about {
        padding-left: 0;
    }

    .issues__thumb {
        width: 100%;
    }
}

.featherlight:last-of-type {
    background: rgba(255,255,255,.9) !important;
}

.back-top {
    padding: 35px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.issue__photo img {
    max-width: 100%;
    height: auto;
}

.issue__list-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.issue-list__top {
    display: flex;
    flex-wrap: wrap;
}

.issue__list-toc {
    padding-left: 19px;
}

.issue__list-toc-inner {
    margin: 30px 0;
    border: 1px solid #cccccc;
    border-top: 4px solid #33469a;
    padding: 20px 30px;
}

.issue__list-toc h4 {
    margin: 0;
}

.issue__list-toc ul {
    margin: 0;
    padding: 0;
}

.issue__list-toc li {
    display: block;
    margin: 0;
    padding: 12px 0;
    list-style-type: none;
    border-bottom: 1px solid #cccb;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.issue__list-toc li:last-child {
    border-bottom: 0;
}

.issue__list {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #cccccb;
}

.issue__list-item {
    margin-bottom: 40px;
}

.issue__list-item-thumb {
    float: left;
    width: 37%;
}

.issue__list-item-text {
    float: right;
    width: calc(63% - 20px);
}

.issue__list-item-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.issue__list-item-text h4 {
    text-transform: uppercase;
    color: #978a5b;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
}

.issue__list-item-text ul {
    margin: 0 0 20px;
    padding: 0;
}

.issue__list-item-text li {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-weight: 700;
}

.issue__list-item-abstract,
.journal__author-reveal {
    display: none;
    color: #5a595b;
    font-size: 16px;
    font-family: 'Archer A', 'Archer B', serif;
}

.journal__author-reveal {
    padding-top: 15px;
}

.issue__reveal {
    display: block;
    width: 130px;
}

.issue__details {
    background-color: #f7f7f6;
    margin-left: 20px;
    height: 100%;
}

.issue__details .inside {
    padding: 20px 30px;
}

.issue__details .inside h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    color: #33469a;
}

.breadcrumb__container {
    margin-top: 30px;
}

.breadcrumb__container .journal__breadcrumbs {
    border-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 991px){
    .issue__details {
        margin-left: 0;
    }

    .issue__list-toc {
        width: 100%;
        padding-left: 0;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.issues__grid {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.issues__thumb {
    margin-bottom: 40px;
    width: calc(33.33% - 20px);
}

.issues__thumb h2 {
    color: #33469a;
    text-transform: none;
}

.issues__thumb h3 {
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.13px;
    color: #978a5b;
    font-size: 13px;
    font-weight: 700;
}

.issues__view {
    margin-top: 15px;
    text-transform: uppercase;
    color: #33489a;
    font-size: 12px;
    font-weight: 700;
}

.journal__meta {
    margin-top: 20px;
}

.journal__meta .addtoany_list a, 
.journal__meta .widget .addtoany_list a {
    padding: 0 5px;
}

.journal__share {
    display: inline-block;
}

.journal__share-label,
.journal__share-icons {
    display: inline-block;
}

.journal__share-label {
    text-transform: uppercase;
    color: #978a5b;
    font-size: 12px;
    font-weight: 700;
}

.journal__print {
    display: inline-block;
    margin-left: 40px;
}

.journal__print a {
    display: inline-block;
    background: url('../images/icon-print.svg') no-repeat left center;
    background-size: 12px auto;
    padding-left: 19px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.a2a_button_facebook img {
    width: 7px !important;
}

@media print {    
    .journal__meta,
    .journal__header-nav,
    .journal__breadcrumbs,
    .journal__sidebar,
    footer {
        display: none !important;
    }

    .journal__article img {
        width: auto;
        max-width: 50%;
    }

    .journal__abstract {
        margin-bottom: 20px;
        padding: 0;
    }
}
