html {
    font-size: 16px;
    overflow-x: hidden;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
div.header {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 3;
    width: 100%;
}
div.head_container {
    padding: 0.25em;
    width: 100%;
}
div.logo {
    float: left;
}
div.headtext {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    color: #001f67;
    text-align: right;
}
div.body {
    position: absolute;
    left: 0em;
    top: 100px;
    height: auto;
    background-color: white;
}
div.imagetext {
    position: absolute;
    float: left;
}
.feather {
    float: right;
}
p.body1 {
    color: white;
    text-align: center;
}
p.body2 {
    color: white;
}
a {
    color: #001f67;
}
h1 {
    padding-top: 0.5em;
    font-size: 1.6em;
    padding-left: 0em;
    color: #001f67;
    text-align: center;
    font-weight: bold;
    margin: 0em;
}
h2 {
    padding: none;
    font-size: 1.3em;
    margin: 0em;
}
p.service {
    margin-top: 0em;
}
h3 {
    font-size: 1em;
}
h4 {
    font-size: 1.2em;
    margin: 0em;
}
div.restrictsub {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.25em;
}
div.restrictsub2 {
    display: block;
    position: relative;
    width: 100%;
    padding: 0.25em;
}
div.content1 {
    width: 100%;
    background-color: #001f67;
    padding: 0.25em;
    float: left;
}
div.contentleft {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline;
}
div.contentright {
    position: relative;
    float: right;
    z-index: 2;
}
div.content2 {
    position: relative;
    width: 100%;
    background-color: #7b1446;
    padding-left: 0.25em;
    padding-right: 0.25em;
    float: left;
}
div.content3 {
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
div.content4 {
    position: relative;
    float: left;
    width: 100%;
}
p.info {
    max-width: none;
    color: white;
    font-size: 1.15em;
    text-align: center;
}
a.infolink {
    color: white;
}
div.greyBack {
    background-color: #eee;
}
div.head {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 0.25em;
}
div.popupback {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/book_original.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    opacity: 0.3;
}
div.popup {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}
div#dialog {
    overflow-x: hidden;
    overflow-y: hidden;
}
div.popupcontent {
    margin: 0.5em;
    position: relative;
    float: left;
    width: 300px;
    height: 315px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0.5em;
}
div.popuptitle {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
div.popupbody {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
p {
    max-width: 100%;
    float: none;
}
p.listitem {
    vertical-align: middle;
}
p.list {
    max-width: none;
    line-height: 1.4em;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
}
.listsmaller {
    font-size: 0.9em;
}
div.divsplitleft {
    position: relative;
    float: left;
    width: 50%;
    background: rgba(0,31,103,0.3);
}
div.divsplitright {
    position: relative;
    float: right;
    width: 50%;
    background: rgba(123,20,70,0.3);
}
div.footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #7b1446;
    font-size: 0.8em;
    color: white;
    margin: 0em;
}
p.copyright {
    float: left;
}
p.builtby {
    float: right;
}
img.underline {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.bullet {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
img.portrait {
    float: left;
    border-radius: 1.35em;
    padding: 0.25em;
}
img.book {
    border-radius: 1.35em;    
}
img.icon {
    vertical-align: middle;
    clear: both;
}
img#bookcover {
    display: none;
}
img {
    max-width: 100%;
    height: auto !important;
}
ul {
    list-style-image: url('../images/inkblob1.jpg');
}
ul > li > ul {
    list-style: none;
}
.ui-accordion {
    width: 100%;
}
.ui-icon.iconOpen {
    background: url('../images/book_close.png') no-repeat;
    background-size: 2.15em;
    width: 100%;
}
.ui-icon.iconClosed {
    background: url('../images/book_open.png') no-repeat;
    background-size: 2.15em;
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    background-color: #7b1446;
    color: white;
}
.ui-state-disabled {
    opacity: 1;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=1); /* support: IE8 - See #6059 */
}
.ui-state-disabled .ui-icon.iconClosed {
    background: url('../images/book_disabled.png') no-repeat;
    background-size: 2.15em;
    width: 100%;
}
div.restrict {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.setBold {
    font-weight: bold;
}

@media only screen and (max-width: 1000px) {  
    div.headtext {
        right: 20px;
    }
    div.restrict {
        width: 100%;
    }
    div.contentleft {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
    }
    div.contentright {
        position: relative;
        width: 100%;
        height: auto;
        float: right;
    }
    div.divsplitleft {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        background: rgba(0, 31, 103, 0.3);
    }
    div.divsplitright {
        position: relative;
        float: right;
        width: 100%;
        height: auto;
        background: rgba(123, 20, 70, 0.3);
    }
    img.book {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    div.footer {
        margin: 0em;
        padding: 0.25em 0em 0.5em 0em;
    }
    p.builtby {
        width: 100%;
        text-align: center;
        margin-top: 0em;
        margin-bottom: 0em;
    }
    p.copyright {
        width: 100%;
        text-align: center;
        margin-top: 0em;
        margin-bottom: 0em;
    }
    p {
        height: auto;
    }
    p.body1 {
        width: 100%;
    }
    div.restrictsub {
        height: auto;
    }
    #accordion {
        padding-left: 0em;
        padding-right: 0em;
    }
}

@media only screen and (max-width: 725px) {    
    div.headtext {
        right: 20px;
    }
    .imagetext {
        z-index: 1;
    }
    .feather {
        opacity: 0.5;
    }
    div.restrict {
        padding-left: 0em;
        padding-right: 0em;
    }
    #accordion {
        padding-left: 0em;
        padding-right: 0em;
    }
}

@media only screen and (max-width: 580px) {
    div.header {
        height: 120px;
    }
    div.logo, img.portrait {
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    div.headtext {
        top: 55px;
        right: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    div.body {
        top: 120px !important;
    }
    div.popupcontent {
        margin: 0 0 0.5em 0;
        width: 300px;
        height: 400px;
        border-radius: 0.5em;
    }
    div.restrict {
        padding-left: 0em;
        padding-right: 0em;
    }
    #accordion {
        padding-left: 0em;
        padding-right: 0em;
    }
}
