b,
strong {
    font-weight: bold;
}

em {
    font-style: italic
}


/* HEADER TAGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .8em;
}

h6 {
    font-size: .7em;
}


/* END HEADER TAGS */


/* LIST STYLES */

ul,
ol {
    list-style: disc outside none;
    padding: 0 0 0 40px;
}

ol li ol,
ul li ul {
    margin: 0;
}

ol li {
    list-style-type: decimal;
}

ul li,
ol li {
    margin: 3px 0;
}


/* END LIST STYLES */


/* LINKS */

a {
    color: darkblue;
}

a:hover {
    color: darkblue;
}


/* END LINKS */


/* MARGIN BOTTOMS */

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 15px;
}

p,
ul,
ol,
table,
blockquote {
    margin-bottom: 15px;
}


/* END MARGIN BOTTOMS */


/* Breadcrumbs */


/* Responsive Hamburger Menu */

.breadcrumbs-container {
    background-color: #000;
    min-height: 2.3em;
    border: 1px solid #7D7D7D;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.headLink {
    background-color: #000;
    width: 100px;
    margin: 0;
    min-height: 2.3em;
    border: none;
    float: left;
    position: relative;
    /*border-bottom: 1px solid #7D7D7D;*/
}

nav.breadcrumbs {
    float: left;
    clear: none;
    color: #FFF;
    margin-left: -1px !important;
    margin-top: -1px !important;
    /*border-top: 1px solid #7D7D7D;*/
}

nav.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 1em;
    height: auto;
    -webkit-transition: max-height 0.6s ease;
    -moz-transition: max-height 0.6s ease;
    -o-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
}

nav.breadcrumbs ul.nav-list-expand {
    display: block;
    max-height: 20em;
}

nav.breadcrumbs ul li,
.headLink li {
    width: auto;
    position: relative;
    line-height: 2.3em;
    padding-left: 10px;
    padding-right: 0px;
    margin: 0;
    border-left: none;
    /*border-bottom: 1px solid #7D7D7D;*/
}
.headLink li {
    list-style: none;
}

nav.breadcrumbs ul li span.home:before,
nav.breadcrumbs ul li.home:before {
    content: "";
    float: left;
    position: absolute;
    background: url("http://atperesources.com/iCD/IMG/home.png");
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: 0;
    left: 10px;
    width: 19px;
    height: 100%;
}

nav.breadcrumbs ul li a,
nav.breadcrumbs ul li a:visited,
.headLink li a,
.headLink li a:visited {
    opacity: 1;
    color: #D9D9D9;
    text-decoration: none;
    text-align: left;
    padding: 0 15px 0 0;
    background: transparent url("../images/breadcrumb.png") no-repeat right center;
    margin: 0;
}

nav.breadcrumbs ul li a:visited,
.headLink li a:visited {
    opacity: 0.8;
}

nav.breadcrumbs ul li.home a,
nav.breadcrumbs ul li span.home {
    width: auto;
    padding: 0 15px 0 25px;
    margin: -1px 0 0 0;
    text-align: left;
    float: left;
    border-top: 1px solid #7D7D7D;
}

nav.breadcrumbs ul li a:hover,
nav.breadcrumbs ul li a:visited:hover,
.headLink li a:hover,
.headLink li a:visited:hover {
    color: #ffffff;
}

.headLink li a,
.headLink li a:visited {
    /*display: inline-block !important;*/
    padding: 0 15px 0 0;
    margin: 0;
    position: absolute;
    left: 40px;
}

.headLink li:before {
    content: "";
    float: left;
    position: absolute;
    background: url("../img/bookview.png");
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: -2px;
    left: 12px;
    width: 19px;
    height: 100%;
}

nav.breadcrumbs ul li a:not(:only-child):after,
nav.breadcrumbs ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav.breadcrumbs ul li ul li {
    min-width: 190px;
}

nav.breadcrumbs ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-list {
    height: 100%;
}

.nav-dropdown {
    position: absolute;
    display: none !important;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Manage/Logut links */

.manage {
    position: absolute;
    top: 10px;
    right: 110px;
    font-size: 14px;
    background: url('../img/manage.png') no-repeat right center;
    width: 120px;
    padding-right: 12px;
    cursor: pointer;
}

.manage a {
    color: white;
    text-decoration: none;
}

.logout {
    background: url('../img/logoutbutton.png') no-repeat right center;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    width: 65px;
    padding-right: 12px;
    cursor: pointer;
}

.logout a {
    color: white;
    text-decoration: none;
}

/* Mobile navigation */

.nav-mobile {
    background: #000;
    display: none;
    position: absolute;
    top: -29px;
    right: 20px;
    height: 28px;
    width: 30px;
}

.footer-container {
    background-color: rgba(255, 255, 255, 0.2);
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    display: block;
    border-radius: 10px;
    color: #000;
}
footer.copyright {
    color: #FFF;
    text-shadow: 1px 1px #000000;
}

@media screen and (max-width: 1023px) {
    .footer-container {
        width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .nav-mobile,
    .nav-mobile a {
        display: block !important;
    }
    nav.breadcrumbs {
        width: 100%;
        padding: 0;
        margin-left: -1px;
    }
    .nav-list {
        display: none;
    }
    nav.breadcrumbs ul li {
        float: none;
        border-top: 1px solid #7D7D7D;
        padding-left: 15px;
        clear: both;
    }
    nav.breadcrumbs ul li a,
    nav.breadcrumbs ul li a:visited,
    nav.breadcrumbs ul li span.last {
        background: none;
        line-height: 1.5em !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-container {
        width: 90%;
    }
}

nav.breadcrumbs ul li ul li a {
    padding-left: 30px;
}

.nav-dropdown {
    position: static;
}

@media screen and (min-width: 800px) {
    nav.breadcrumbs ul.nav-list-expand {
        max-height: 1em;
    }
    .nav-list {
        display: block !important;
    }
    .footer-container {
        width: 50%;
    }
}

#nav-toggle {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block !important;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.simplemodal-close {
    background-image: url("../img/close-button.png");
    /* background-image:url("img/close-button.png"); */
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -20px;
    right: -28px;
    cursor: pointer;
}

.simplemodal-container {
    max-width: 1024px !important;
    max-height: 576px !important;
    width: 94% !important;
    height: 100% !important;
}

.simplemodal-wrap,
.simplemodal-data,
.simplemodal-data iframe {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

#htr-container{
    max-width: 768px !important;
    max-height: 768px !important;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 1099px) and (min-width: 1024px) {
    #main {
        max-width: 960px;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #main {
        max-width: 764px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    #main {
        width: 100%;
    }
}

@media (max-width: 479px) and (min-width: 10px) {
    #main {
        width: 100%;
        top: 0;
    }
}

.pwd-box {
    border: 2px solid black;
    background-color: #00366a;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 40px;
    margin-bottom: 20px;
}

.pwd-box .pwd-big {
    font-size: x-large;
    color: yellow;
}

.pwd-semibig {
    font-size: large;
    color: #00366a;
    text-align: center;
}

sup {
    font-size:small; 
    vertical-align:super;
}
.superscript {
    font-size: 0.6em;
    vertical-align: top;
    margin-left: 0.05em;
    margin-right: 0.05em;
}
.notice-msg{
    height: 75px;
    border-width: 1px;
    border-style: solid;
    border-image: none;
    border-color: #FFFFFF;
    padding: 35px 0px;
    margin: 10px 5px;
    width: 100%;
    font-size: 15px;
    float: none;
    background-color: #373536;
    color: #FFFFFF;
}
.notice-msg-add{
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 20px 0px;
    margin: 5px 5px;
    margin-top: 30px;
    width: 80%;
    font-size: 15px;
    float: none;
    background-color: #373536;
    color: #FFFFFF;
}
.notice-msg p, .notice-msg-add p {
    text-align:center
}
.notice-msg-footer{
    padding: 15px 0px;
    margin: 5px 5px;
    width: 100%;
    font-size: 15px;
    float: none;
    color: #FFFFFF;
}
.notice-msg-footer p{
    margin-bottom: 5px;
    text-align:center
}
.notice-msg-footer p a{
    color: #FFFFFF;
}
.no-resources{
    background-color:white;
    padding:15px;
    border:1px solid black;
    border-radius:5px;
    text-align:center;
    margin-top:30%;
    margin-bottom:30%;
}
.center{
    text-align: center;
}
.top{
    margin-top: 50px;
}
#whole{
    background-size: auto 80%;
    width: 100%;
    text-align: center;
}
.mcaa {
    background: #1E2F66;
}
.msca {
    background: #157D96;
}

#mcaa {
    background: #1E2F66;
    background-size: auto 80%;
    width: 100%;
    text-align: center;
}
#msca {
    background: #157D96;
    background-size: auto 80%;
    width: 100%;
    text-align: center;
}