.pgntn-page-pagination {
margin: 1em 0;
padding: 0;
#overflow: hidden;
text-align: center !important;
clear: both;
cursor: default;
}
.pgntn-page-pagination .pgntn-page-pagination-block {
margin: 0 auto;
}
.pgntn-page-pagination .dots {
display: inline-block;
text-align: center;
margin-bottom: 0.5em;
margin-left: 0.5em;
padding: 0.3em 0.5em;
}
.pgntn-multipage .pgntn-elipses,
.pgntn-multipage .pgntn-page-pagination-intro {
display: inline-block;
margin-right: 0;
text-align: center;
}
.pgntn-multipage .pgntn-page-pagination-block a:first-of-type {
margin-left: 0;
}
.pgntn-multipage .pgntn-page-pagination-block span:first-of-type ~ a {
margin-left: 0.5em;
}
.pgntn-page-pagination-intro,
.pgntn-page-pagination a,
.pgntn-page-pagination .current {
display: inline-block;
text-align: center;
margin-left: 0.5rem;
margin-bottom: 0.5rem;
padding: 0.3rem 0.5rem;
}
.pgntn-page-pagination a {
box-shadow: none !important;
}
div.pgntn-page-pagination-block a.prev,
.pgntn-page-pagination-block .next {
display: inline-block;
float: none;
}
.pgntn-scroll-to-top {
position: fixed;
right: 50px;
bottom: 50px;
display: none;
cursor: pointer;
padding: 10px;
align-items: center;
justify-content: center;
}
.pgntn-scroll-to-top-form-circle {
border-radius: 50%;
}
.pgntn-scroll-to-top-form-triangle {
border-top: 0;
height: 50px;
padding: 0;
background: transparent !important;
box-sizing: border-box;
}
.pgntn-scroll-to-top-form-triangle .pgntn-scroll-to-top-text {
position: absolute;
white-space: nowrap;
}
.pgntn-page-pagination .pgntn-pagination-template-rounded {
display: flex;
justify-content: center;
margin: 0 auto;
}
.pgntn-page-pagination .pgntn-pagination-template-rounded a,
.pgntn-page-pagination .pgntn-pagination-template-rounded .current,
.pgntn-page-pagination .pgntn-pagination-template-rounded .dots,
.pgntn-pagination-template-rounded .pgntn-page-pagination-intro {
margin-left: -1px;
border: 1px solid #87cefa !important;
color: #767676 !important;
}
.pgntn-page-pagination .pgntn-pagination-template-rounded > *:first-child {
border-radius: 10px 0 0 10px;
}
.pgntn-page-pagination .pgntn-pagination-template-rounded > *:last-child {
border-radius: 0 10px 10px 0;
}
.pgntn-pagination-template-rounded .pgntn-page-pagination-intro,
.pgntn-page-pagination .pgntn-pagination-template-rounded .current {
background-color: #c8e5f9 !important;
}
.pgntn-page-pagination .pgntn-pagination-template-round a,
.pgntn-page-pagination .pgntn-pagination-template-round .current,
.pgntn-page-pagination .pgntn-pagination-template-round .dots,
.pgntn-page-pagination .pgntn-pagination-template-round .pgntn-page-pagination-intro {
border: 0 !important;
position: relative;
margin: 0 10px;
background-color: transparent !important;
color: #fff !important;
}
.pgntn-page-pagination .pgntn-pagination-template-round a:before,
.pgntn-page-pagination .pgntn-pagination-template-round .current:before,
.pgntn-page-pagination .pgntn-pagination-template-round .dots:before {
display: table;
position: absolute;
width: 40px;
height: 40px;
content: '';
border-radius: 50%;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
background-color: #f3ca98 !important;
border: 1px solid #8B4513 !important;
z-index: -1;
}
.pgntn-page-pagination .pgntn-pagination-template-round a.next::before,
.pgntn-page-pagination .pgntn-pagination-template-round a.prev::before, 
.pgntn-page-pagination .pgntn-pagination-template-round .pgntn-page-pagination-intro::before {
display: table;
position: absolute;
width: 100%;
height: 40px;
content: '';
border-radius: 20px;
top: 50%;
left: 0;
margin-top: -20px;
margin-left: 0;
background-color: #f3ca98 !important;
border: 1px solid #8B4513 !important;
z-index: -1;
}
.pgntn-page-pagination .pgntn-pagination-template-round .current::before {
background-color: #d08d5f !important;
}
.pgntn-page-pagination .pgntn-pagination-template-stripe {
background: linear-gradient(
to left,
rgba(0,0,0,7%) 2%,
rgba(0,0,0,65%) 45%,
rgba(0,0,0,65%) 65%,
rgba(0,0,0,7%) 98%
);
display: inline-flex;
max-width: 60%;
width: auto !important;
}
.pgntn-page-pagination .pgntn-pagination-template-stripe a,
.pgntn-page-pagination .pgntn-pagination-template-stripe .current,
.pgntn-page-pagination .pgntn-pagination-template-stripe .dots,
.pgntn-page-pagination .pgntn-pagination-template-stripe .pgntn-page-pagination-intro {
border: 0 !important;
position: relative;
margin: 0 10px;
background-color: transparent !important;
z-index: 2;
color: #0000ff !important;
}
.pgntn-page-pagination .pgntn-pagination-template-stripe a:hover {
color: #fff !important;
}
.pgntn-page-pagination .pgntn-pagination-template-stripe .current {
color: #fff !important;
}
.pgntn-page-pagination .pgntn-pagination-template-stripe .current::before {
display: table;
position: absolute;
width: 100%;
height: calc( 100% + 5px );
content: '';
background-color: #4169E1 !important;
z-index: -1;
left: 0;
top: -5px;
}
.pgntn-page-pagination .pgntn-pagination-template-stripe .current::after {
display: table;
position: absolute;
width: calc( 100% + 10px );
height: 5px;
content: '';
background-color: transparent !important;
z-index: -2;
left: -5px;
top: -5px;
border-bottom: 5px solid #0000cd;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
}
.pgntn-page-pagination .pgntn-pagination-template-underlined a,
.pgntn-page-pagination .pgntn-pagination-template-underlined .current,
.pgntn-page-pagination .pgntn-pagination-template-underlined .dots,
.pgntn-page-pagination .pgntn-pagination-template-underlined .pgntn-page-pagination-intro {
border: 0 !important;
position: relative;
margin: 0 10px;
background-color: transparent !important;
border-bottom: 3px solid #9ACD32 !important;
color: #767676 !important;
}
.pgntn-page-pagination .pgntn-pagination-template-underlined .current {
border-bottom: 3px solid #556B2F !important;
color: #9ACD32 !important;
}
.pgntn-page-pagination .pgntn-pagination-template-underlined a:hover {
border-bottom: 3px solid #6B8E23 !important;
}
.pgntn-page-pagination .pgntn-pagination-template-volumetric a,
.pgntn-page-pagination .pgntn-pagination-template-volumetric .current,
.pgntn-page-pagination .pgntn-pagination-template-volumetric .dots,
.pgntn-page-pagination .pgntn-pagination-template-volumetric .pgntn-page-pagination-intro {
border: 0 !important;
position: relative;
margin: 0 10px; background: #DA70D6 linear-gradient(#ffb5ff 5%, #EE82EE 35%, #FF00FF 95%, #DA70D6);
color: #fff !important;
border-radius: 20px;
min-width: 85px;
padding: 0 10px;
margin: 0 2px;
}
.pgntn-page-pagination .pgntn-pagination-template-volumetric .current {
#color: #8B008B !important;
background: #BA55D3 linear-gradient(#d376ff 5%, #b049e2 45%, #8e2abf 95%, #9400D3);
}
.pgntn-page-pagination .pgntn-pagination-template-volumetric a::after,
.pgntn-page-pagination .pgntn-pagination-template-volumetric .current::after,
.pgntn-page-pagination .pgntn-pagination-template-volumetric .dots::after,
.pgntn-page-pagination .pgntn-pagination-template-volumetric .pgntn-page-pagination-intro::after {
display: table;
position: absolute;
width: calc( 100% - 30px);
height: 1px;
content: '';
box-shadow: 0px 4px 9px 9px #F0F;
background-color: #F0F;
opacity: 0.2;
border-radius: 10px;
left: 15px;
bottom: 2px;
}html{scroll-behavior:smooth}.eael-toc{z-index:9999;width:300px;display:none}.eael-toc .eael-toc-button{display:none}.eael-toc .eael-toc-not-found{color:#a94442}.eael-toc.eael-toc-disable{display:none}.eael-toc.eael-sticky{position:fixed;top:100px;background:none;display:block}.eael-toc.collapsed{width:unset !important;-webkit-box-shadow:none !important;box-shadow:none !important;border:none !important}.eael-toc.collapsed .eael-toc-header,.eael-toc.collapsed .eael-toc-body,.eael-toc.collapsed .eael-toc-close{display:none}.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;margin-top:100%}.eael-toc.collapsed .eael-toc-button{position:relative;display:inline-block;font-size:80% !important;font-weight:400;text-align:center;text-decoration:none;text-transform:none;color:#fff;background:#ff7d50;padding:10px 20px;border-radius:3px;border:none;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;cursor:pointer}.eael-toc.collapsed .eael-toc-button:focus{outline:none}.eael-toc.collapsed .eael-toc-button i{margin-right:10px}.eael-toc.eael-toc-right{right:0}.eael-toc.eael-toc-right .eael-toc-close{left:-11px}.eael-toc.eael-toc-right.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;margin-top:-100%}.eael-toc.eael-toc-right .eael-toc-button{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;margin-top:100%}.eael-toc.eael-toc-left{left:0}.eael-toc .eael-toc-header{position:relative;background:#ff7d50;padding:12px 30px}.eael-toc .eael-toc-header .eael-toc-title{font-size:18px;font-weight:400;letter-spacing:.1px;color:#fff;margin:0;padding:0}.eael-toc .eael-toc-header .eael-toc-title:before{content:none}.eael-toc .eael-toc-header .eael-toc-close{position:absolute;width:28px;height:28px;background:#fff;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);right:-9px;top:-11px;border-radius:20px;font-family:serif;font-size:20px;font-weight:700;line-height:28px;text-align:center;color:#ff7d50;cursor:pointer;padding:0;margin:0;border:0}.eael-toc .eael-toc-body{padding:12px 30px;background:#fff6f3;min-width:20vh;max-height:50vh;overflow-y:scroll}.eael-toc .eael-toc-body::-webkit-scrollbar{width:6px}.eael-toc .eael-toc-body::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.eael-toc .eael-toc-body ul.eael-toc-list{margin:0;padding:0;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list li{list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list li ul{margin:0;padding:0;margin-left:20px;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list .eael-toc-link.eael-highlight-active:first-child{color:#ff7d50}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-bullet li:before{content:"";position:relative;display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#ff7d50;margin-right:8px;top:-2px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li:before{content:counters(counter, ". ") ". "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li:before{content:counters(counter, ".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-arrow li.eael-highlight-active>a:before{content:"";position:absolute;left:0;z-index:999999;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin-top:10px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-bar li.eael-highlight-active>a:after{content:"";position:absolute;right:0;height:30px;width:2px;z-index:999999}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-collapse :not(.eael-highlight-parent)>ul{display:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a span{width:140px !important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 767px){.eael-toc.eael-toc-mobile-hide{display:none !important}}@media only screen and (max-width: 991px){.eael-toc.collapsed.eael-toc-top .eael-toc-button,.eael-toc.collapsed.eael-toc-bottom .eael-toc-button{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.eael-toc-mobile .eael-toc.collapsed.eael-toc-top{bottom:unset !important}.eael-toc-mobile .eael-toc.eael-sticky.eael-toc-bottom{top:unset !important}}