.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    -moz-backface-visibility:hidden
}
.blueimp-gallery>.slides>.slide>.slide-content{
    margin:auto;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    opacity:1
}
.blueimp-gallery{
    position:fixed;
    z-index:999999;
    overflow:hidden;
    background:#000;
    background:rgba(0,0,0,.9);
    opacity:0;
    display:none;
    direction:ltr;
    -ms-touch-action:none;
    touch-action:none
}
.blueimp-gallery-carousel{
    position:relative;
    z-index:auto;
    margin:1em auto;
    padding-bottom:56.25%;
    box-shadow:0 0 10px #000;
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.blueimp-gallery-display{
    display:block;
    opacity:1
}
.blueimp-gallery>.slides{
    position:relative;
    height:100%;
    overflow:hidden
}
.blueimp-gallery-carousel>.slides{
    position:absolute
}
.blueimp-gallery>.slides>.slide{
    position:relative;
    float:left;
    height:100%;
    text-align:center;
    -webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);
    -moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);
    -ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);
    -o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);
    transition-timing-function:cubic-bezier(0.645,.045,.355,1)
}
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{
    -webkit-transition:opacity .5s linear;
    -moz-transition:opacity .5s linear;
    -ms-transition:opacity .5s linear;
    -o-transition:opacity .5s linear;
    transition:opacity .5s linear
}
.blueimp-gallery>.slides>.slide-loading{
    background:url(../img/loading.gif)center no-repeat;
    background-size:64px 64px
}
.blueimp-gallery>.slides>.slide-loading>.slide-content{
    opacity:0
}
.blueimp-gallery>.slides>.slide-error{
    background:url(../img/error.png)center no-repeat
}
.blueimp-gallery>.slides>.slide-error>.slide-content{
    display:none
}
.blueimp-gallery>.prev,.blueimp-gallery>.next{
    position:absolute;
    top:50%;
    left:15px;
    width:40px;
    height:40px;
    margin-top:-23px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:60px;
    font-weight:100;
    line-height:30px;
    color:#fff;
    text-decoration:none;
    text-shadow:0 0 2px #000;
    text-align:center;
    background:#222;
    background:rgba(0,0,0,.5);
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    border:3px solid #fff;
    -webkit-border-radius:23px;
    -moz-border-radius:23px;
    border-radius:23px;
    opacity:.5;
    cursor:pointer;
    display:none
}
.blueimp-gallery>.next{
    left:auto;
    right:15px
}
.blueimp-gallery>.close,.blueimp-gallery>.title{
    position:absolute;
    top:15px;
    left:15px;
    margin:0 40px 0 0;
    font-size:20px;
    line-height:30px;
    color:#fff;
    text-shadow:0 0 2px #000;
    opacity:.8;
    display:none
}
.blueimp-gallery>.close{
    padding:15px;
    right:15px;
    left:auto;
    margin:-15px;
    font-size:30px;
    text-decoration:none;
    cursor:pointer
}
.blueimp-gallery>.play-pause{
    position:absolute;
    right:15px;
    bottom:15px;
    width:15px;
    height:15px;
    background:url(../img/play-pause.png)0 0 no-repeat;
    cursor:pointer;
    opacity:.5;
    display:none
}
.blueimp-gallery-playing>.play-pause{
    background-position:-15px 0
}
.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{
    color:#fff;
    opacity:1
}
.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{
    display:block;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0)
}
.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{
    display:none
}
.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
body:last-child .blueimp-gallery>.slides>.slide-error{
    background-image:url(../img/error.svg)
}
body:last-child .blueimp-gallery>.play-pause{
    width:20px;
    height:20px;
    background-size:40px 20px;
    background-image:url(../img/play-pause.svg)
}
body:last-child .blueimp-gallery-playing>.play-pause{
    background-position:-20px 0
}
*+html .blueimp-gallery>.slides>.slide{
    min-height:300px
}
*+html .blueimp-gallery>.slides>.slide>.slide-content{
    position:relative
}
.blueimp-gallery>.indicator{
    position:absolute;
    top:auto;
    right:15px;
    bottom:15px;
    left:15px;
    margin:0 40px;
    padding:0;
    list-style:none;
    text-align:center;
    line-height:10px;
    display:none
}
.blueimp-gallery>.indicator>li{
    display:inline-block;
    width:9px;
    height:9px;
    margin:6px 3px 0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    border:1px solid transparent;
    background:#ccc;
    background:rgba(255,255,255,.25)center no-repeat;
    border-radius:5px;
    box-shadow:0 0 2px #000;
    opacity:.5;
    cursor:pointer
}
.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{
    background-color:#fff;
    border-color:#fff;
    opacity:1
}
.blueimp-gallery-controls>.indicator{
    display:block;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0)
}
.blueimp-gallery-single>.indicator{
    display:none
}
.blueimp-gallery>.indicator{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
*+html .blueimp-gallery>.indicator>li{
    display:inline
}
.blueimp-gallery>.slides>.slide>.video-content>img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    -moz-backface-visibility:hidden
}
.blueimp-gallery>.slides>.slide>.video-content>video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.blueimp-gallery>.slides>.slide>.video-content>iframe{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    border:none
}
.blueimp-gallery>.slides>.slide>.video-playing>iframe{
    top:0
}
.blueimp-gallery>.slides>.slide>.video-content>a{
    position:absolute;
    top:50%;
    right:0;
    left:0;
    margin:-64px auto 0;
    width:128px;
    height:128px;
    background:url(../img/video-play.png)center no-repeat;
    opacity:.8;
    cursor:pointer
}
.blueimp-gallery>.slides>.slide>.video-content>a:hover{
    opacity:1
}
.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{
    display:none
}
.blueimp-gallery>.slides>.slide>.video-content>video{
    display:none
}
.blueimp-gallery>.slides>.slide>.video-playing>video{
    display:block
}
.blueimp-gallery>.slides>.slide>.video-loading>a{
    background:url(../img/loading.gif)center no-repeat;
    background-size:64px 64px
}
body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{
    background-image:url(../img/video-play.svg)
}
*+html .blueimp-gallery>.slides>.slide>.video-content{
    height:100%
}
*+html .blueimp-gallery>.slides>.slide>.video-content>a{
    left:50%;
    margin-left:-64px
}
html{
    text-align:center;
    font:114% Georgia,serif;
    background:url(../img/background.png)#E6DEC0;
    word-spacing:0.06em;
    cursor:default;
}
body{
    margin:0.3em 0.4em;
}
h1{
    font-size:2rem;
}
h2{
    font-size:1.68179283rem;
}
h3{
    font-size:1.41421356rem;
}
h4{
    font-size:1.18920712rem;
}
h5{
    font-size:1rem;
}
small{
    font-size:0.84089642em;
}
a{
    text-decoration:none;
    color:#886020;
}
a:hover{
    text-decoration:underline;
    color:#a07840;
}
input{
    font-size:0.84089642rem;
    font-family:Georgia,serif;
    padding:0.25rem 0.3rem 0.3rem 0.3rem;
}
.nowrap{
    white-space:nowrap;
}
.hidden{
    visibility:hidden;
}
sup{
    font:0.7em Verdana,sans-serif;
    margin-left:0.16em;
}
span.note{
    margin-left:0.16em;
}
span.thsp{
    margin-left:0.16em;
}
span.symbol{
    font-family:"Arial Unicode MS",sans-serif;
}
span.box{
    border:1px solid;
    padding:0 0.27em;
}
span.cut{
    white-space:nowrap;
}
span.cut:before{
    font-style:normal;
    content:"[";
    letter-spacing:0;
}
span.cut:after{
    font-style:normal;
    content:"]";
}
em{
    font-style:normal;
    word-spacing:0.27em;
}
em>i{
    font-style:normal;
    white-space:nowrap;
    letter-spacing:0.16em;
    margin-right:-0.16em;
}
em>i>i{
    font-style:italic;
    margin-right:0;
}
em>i span.cut:after{
    margin-left:-0.16em;
}
span.acute,span.acute-cap{
    text-align:center;
    position:relative;
    text-indent:0;
}
span.acute:after,span.acute-cap:after{
    position:absolute;
    width:100%;
}
span.acute:after{
    content:"\b4";
}
span.acute-cap:after{
    content:"\a0\301";
}
span.acute:after{
    left:0.04em;
}
span.acute-cap:after{
    right:0.28em;
}
em>i span.acute-cap:after{
    right:0.27em;
}
#firefox span.acute,#firefox span.acute-cap{
    display:inline-block;
}
#firefox span.acute:after{
    left:0.04em;
}
#firefox span.acute-cap:after{
    right:0.27em;
}
#firefox em>i span.acute-cap:after{
    right:0.16em;
}
#safari span.acute:after{
    left:0.08em;
}
#safari span.acute-cap:after{
    right:0.1em;
}
#safari em>i span.acute-cap:after{
    right:0.21em;
}
#ios{
    font-size:150%;
    -webkit-text-size-adjust:100%;
}
#ios span.acute:after{
    left:0.08em;
}
#ios span.acute-cap:after{
    right:0.16em;
}
#ios em>i span.acute-cap:after{
    right:0.25em;
}
#msie span.acute:after{
    left:0.04em;
}
#msie span.acute-cap:after{
    right:0.13em;
}
#msie em>i span.acute-cap:after{
    right:0.45em;
}
#opera span.acute:after{
    left:0.04em;
}
#opera span.acute-cap:after{
    right:0.12em;
}
#opera em>i span.acute-cap:after{
    right:0.4em;
}
#orphus{
    position:relative;
    top:-100em;
}
#orphus-popup{
    font-size:0.84089642rem;
    background:url(../img/background.png)#E6DEC0;
    z-index:10001;
    border:4px ridge;
    padding:0.5rem 0.7rem;
    width:20rem;
}
#orphus-popup>p{
    color:#988878;
}
#orphus-popup>p>span{
    color:black;
    background-color:#e0d0b8;
}
#orphus-popup>hr{
    margin:0.5rem 0;
}
#orphus-popup>h5{
    margin:0;
}
#orphus-popup input[type="text"]{
    width:96%;
    margin:1rem 0;
}
#orphus-popup input[type="submit"],#orphus-popup input[type="button"]{
    margin:0 0.5rem 0.4rem 0.5rem;
    width:8rem;
}
p{
    margin:0;
}
p#breadcrumbs{
    text-align:left;
    font-size:0.84089642rem;
    color:#988878;
}
div.container{
    margin:0 3rem;
}
div.container>div.sub-container{
    margin:1rem 6rem;
}
div.container p{
    text-align:justify;
    line-height:1.6;
    text-indent:3rem;
}
div.container p.no-indent{
    text-indent:0;
}
div.container p.center{
    text-align:center;
    text-indent:0;
}
div.container p.title{
    text-align:center;
    text-indent:0;
    margin:1rem 0;
}
div.container p.sign{
    text-align:right;
    line-height:1.4;
    text-indent:0;
    margin-bottom:1rem;
    margin-left:40%;
}
div.container p.sign i{
    white-space:nowrap;
}
div.container p.sign.no-indent{
    margin-bottom:0;
}
div.container div.image{
    margin:1rem 0;
}
div.container div.small{
    font-size:0.84089642em;
}
div.container div.verse{
    margin:1rem 0;
}
div.container div.verse>p{
    display:inline-block;
    line-height:1.4;
    text-indent:0;
}
div.container .para{
    margin-top:1rem;
}
div.container ol{
    vertical-align:top;
    margin:0;
    padding:0;
    list-style-type:none;
}
div.container ol>li{
    text-align:left;
    line-height:1.4;
    display:table;
    margin-left:6rem;
}
div.container ol>li::before{
    display:inline-block;
    text-align:right;
    content:attr(mark);
    width:2.5rem;
    margin:0 0.5rem 0 -3rem;
}
div.container ol>li.no-mark::before{
    content:"";
}
div.container ol ol{
    display:inline-block;
}
div.container ol ol>li{
    margin-left:1.5rem;
}
div.container ol ol>li::before{
    width:1.5rem;
    margin:0 0.5rem 0 -2rem;
}
div.container table{
    border-spacing:0;
}
div.container table td{
    text-align:left;
    line-height:1.4;
    padding:0;
}
div.container .brace-v{
    width:12px;
    min-width:12px;
    padding:0 0.5rem;
}
div.container .brace-v>span{
    display:block;
    background:url(../img/brace.png)no-repeat center;
}
div.container .brace-v>span:first-child{
    height:11px;
    background-position:0 7px;
}
div.container .brace-v>span:last-child{
    height:8px;
    background-position:0 -996px;
}
#footer{
    font-size:0.84089642rem;
    margin:3rem 0 0.5rem 0;
}
#footer>hr{
    width:50%;
    margin-bottom:0.2em;
}
#footer>span .copy{
    position:relative;
    top:0.08em;
}
#footer>span .middot{
    color:#988878;
}
#footer>span>a{
    position:relative;
    top:1px;
}
#blueimp-gallery>.title{
    top:0;
    left:0;
    right:0;
    margin:0.5rem 3rem;
    line-height:1.4;
    font-size:1rem;
    font-weight:normal;
    -webkit-text-shadow:0 0 10px black;
    text-shadow:0 0 10px black;
}
#blueimp-gallery>.close{
    top:-2px;
    right:0;
    margin:0;
    padding:0.5rem;
}
#blueimp-gallery>.prev,#blueimp-gallery>.next{
    border:none;
    background:none;
    margin-left:-0.5rem;
    margin-right:-0.5rem;
}
#blueimp-gallery>.indicator{
    left:0;
    right:0;
    bottom:0;
    margin:1rem;
}
#blueimp-gallery>.play-pause{
    display:none;
}
#photos-index>table{
    margin:3rem -1.5rem 0 0;
}
#photos-index td{
    vertical-align:top;
}
#photos-index td:first-child{
    white-space:nowrap;
    padding-right:1.5rem;
}
#photos-index td:first-child>div{
    padding:0.16em 1rem 0.16em 0.27em;
    margin:0 -0.27em;
    border-radius:0.27em;
}
#photos-index td:first-child>div.selected{
    background-color:#e0d0b8;
}
#photos-index td:last-child{
    width:100%;
}
#photos-index td:last-child>div#images-area{
    line-height:0;
}
#photos-index td:last-child>div#images-area>div{
    display:none;
}
#photos-index td:last-child div#sources-link{
    display:none;
    font-size:0.84089642rem;
    margin-top:1rem;
}
#photos-index td:last-child div#sources{
    display:none;
    margin-top:0.16em;
}
#photos-index td:last-child div#sources div{
    margin-top:1rem;
    line-height:1.2;
}
#photos-index td:last-child img{
    height:150px;
    margin:0 4px 9px 0;
    border-radius:0.16em;
    box-shadow:1px 1px 3px 0px rgba(50,50,50,0.3);
}
