@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald);




#article {
    font-size: calc(14px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.6em + (1.7 - 1.3) * ((100vw - 300px)/(1600 - 300)));
    margin:auto;
    max-width: 55em; /* restricts width of content text lines for readability */
    border: 1px solid #ddd;
    padding: 30px;
    background-color:#fff;

}
.full {
    width:100%
}

.half {
    width:48%
}

.pkp_structure_head {
    border-bottom: 1px solid #ddd;
    background-image: url(/public/journals/1/AM-header.jpg);
    height: 300px;
}


.pkp_site_name .is_text {
    font-family: 'Oswald';
    display: inline-block;
    position: relative;
    font-size: 41px;
    font-weight: 700;
    line-height: auto;
    color: #ddd;
}


.obj_issue_toc .cover img {
    display: block;
    max-height: 100%;
    width: auto;
}

/* reduce size of footnotes */


sup { vertical-align: top; font-size: 0.8em; }
/* supporter logos */

table.sup td {
    vertical-align: middle;
    margin: 20px 0 20px 0;

}

.pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
    left: 0;
    padding: 10px;
    z-index: 9999;
}

h2, h1 {
    font-family: 'Oswald';
    font-size: 30px;
     font-weight: 900;
    line-height: 36px;
}

h3 {
    font-family: 'Oswald';
    font-size: 20px;

}

p {
    font-family: "Nunito", sans-serif;
    line-height: 25px;
    margin-top: 30px;
}


p.caption {

    padding: 0 20px 0 20px;

}

ul.ref {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 5px 0;

}

ul.ref li {
    margin: 5px 0 5px 0;

}

p.abstract {
    border: 1px solid #ccc;
    padding: 20px;
    background: #ddd;

}

p.author {
    font-weight: bold;
    font-style: italic;

}


p.quote {
    margin: 0 20px 0;
 

}

#ftn1 a:link, #ftn1 a:visited, #ftn2 a:link, #ftn2 a:visited {

    color: #0235FE;
}

#ftn1 a:hover, #ftn1 a:active, #ftn2 a:hover, #ftn2 a:active {

}


/*Responsive image text alignement*/

.responsive_element {
    width: 100%;
    display: table;
    background-color: rgba(200, 200, 200, .35);
    margin: 10px 0px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(200, 200, 200, .7);
}

p.responsive {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

img.responsive {
    display: table-cell;
    width: 20%;
    height: auto;
    float: left;
    margin-right: 10px;
}

img.portr {
    display: table-cell;
    width: 10%;

}

@media only screen and (max-width: 479px) {
    img.responsive {
        width: 100%;
        margin: 0px auto;
        display: block;
        height: auto;
    }

}


@media only screen and (min-width: 480px) {
    img.responsive:hover, img.responsive.touched {
        /*        transform: translate(200%,100%) scale(5) ;
                box-shadow: 0 0 15px 30px rgba(222,222,222,.77);*/
        position: relative;
        z-index: 2;
    }

}


/* https://github.com/wimagguc/jquery-eu-cookie-law-popup */
.eupopup-container {
    background-color: rgba(25, 25, 25, 0.9);
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
    color: #fff;
    text-decoration: none;
}

.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}

.eupopup-body {
    color: #a2a2a2;
}

.eupopup-buttons {
    padding: 7px 0 5px 0;
}

.eupopup-button_1 {
    color: #f6a21d;
    font-weight: bold;
    font-size: 14px;
}

.eupopup-button_2 {
    color: #f6a21d;
    font-weight: normal;
    font-size: 12px;
}

.eupopup-button {
    margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
    text-decoration: underline;
    color: #f6a21d;
}

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
    color: #000;
}

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
    display: inline;
    padding: 0;
    margin: 0;
}

body .eupopup-style-compact .eupopup-button {
    margin: 0 5px;
}


@media screen and (min-width: 1000px) {

    .pkp_site_nav_menu {

        margin-top: 50px;

    }