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


/*          Ubiquitious styling							                              */


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

body {
    font-size: 100%;
}

.btn-large {
    font-weight: normal;
}


/*links*/

.minimum-fields-note-blue {
    color: #2954D1;
}


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


/*          Header														                              */


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

.duLogo {
    padding: 10px;
}

#hamburger {
    display: none;
}

h2.apaformat {
    margin-top: 50px;
}


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


/*          Article Info														                       */


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

.looking-for-label {
    display: none;
}

.edit-citation {
    display: none;
}


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


/*          How to Find/Order Article Options                              */


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

.wheresFullText {
    padding: 10px;
}


/*After clicked*/

.wheresFullTextNoBtn {
    border-bottom: 1px solid #686868;
    color: #686868;
}

.wheresFullTextTitleTxt {
    margin: 0;
    padding: 0px 15px;
    font-weight: normal;
    cursor: pointer;
    font-size: 17px;
}


/*Before clicked*/

.wheresFullTextTitle {
    border-bottom: none;
    color: initial;
}

.wheresFullTextTitle>div {
    display: inline-block;
    border: 1px solid #686868;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 2px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .29);
}

.wheresFullTextOptions {
    padding: 0.25em;
    background-color: #d9edf7;
    display: block;
    padding-bottom: 40px;
}

.wheresFullTextOptionsBtn,
.wheresFullTextOptionsBtn:link,
.wheresFullTextOptionsBtn:visited {
    background: #fff;
    border: 1px solid #777;
    border-bottom-color: #333;
    margin: 0.5em;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 2px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .29);
    color: #000;
    text-decoration: none;
}

.wheresFullTextOptionsBtn:hover,
.wheresFullTextOptionsBtn:active {
    text-decoration: none;
    color: #000;
    background-color: #e8e8e8;
}


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


/*                             Footer                                      */


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


/*Contact Button*/

.contactLibrary,
.contactLibrary:link,
.contactLibrary:visited {
    text-decoration: none;
    background: #E71D20;
    color: #fff;
    padding: 10px;
    transition: 0.3s;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 125%;
}

.contactLibrary:hover,
.contactLibrary:active {
    text-decoration: none;
    background: #D21719;
    color: #fff;
}