* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cv-clearfix{
display: block;
}
.cv-clearfix:after{
content: "";
display: block;
clear: both;
} .cv-block-title{
font-size: 32px;
position: relative;
}
.cv-block-title span{
position: relative;
display: inline-block;
}
.cv-block-title.align--left {
text-align: left;
}
.cv-block-title.align--center {
text-align: center;
}
.cv-block-title.align--right {
text-align: right;
}
.cv-block-title.layout--two{
margin-bottom: 40px;
}
.cv-block-title.layout--two span::before, 
.cv-block-title.layout--two span::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 50px;
height: 2px;
background: #333;
margin-left: -25px;
}
.cv-block-title.layout--two span::after {
left: 50%;
width: 30px;
margin-left: -15px;
bottom: -8px;
}
.cv-block-title.layout--two.align--left span::before, 
.cv-block-title.layout--two.align--left span::after {
left: 0;
margin: 0;
}
.cv-block-title.layout--two.align--right span::before, 
.cv-block-title.layout--two.align--right span::after {
left: auto;
right: 0;
margin: 0;
}
.cv-block-title.layout--three span::before, 
.cv-block-title.layout--three span::after {
content: "";
position: absolute;
left: -100px;
top: 50%;
width: 80px;
height: 2px;
background: #333;
margin-top: -1px;
}
.cv-block-title.layout--three span::after {
right: -100px;
left: auto;
}
.cv-block-title.layout--three.align--left span::before{
display: none;
}
.cv-block-title.layout--three.align--right span::after{
display: none;
} .cv-block .cv-post-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 0 -3% -3%;
height: auto;
align-items: start;
}
.cv-block .cv-post-wrapper article {
margin: 0 0 3% 3%;
}
.cv-block .cv-post-wrapper.cv-post-no--imagemargin article,
.cv-block .cv-post-wrapper.cv-post-no--imagemargin {
margin-left: 0;
}
.cv-block .column--one article {
width: 97%;
}
.cv-block .column--two article {
width: 47%;
}
.cv-block .column--three article {
width: 30.33%;
}
.cv-block .column--four article {
width: 22%;
}
.cv-block .column--five article {
width: 17%;
}
.cv-block .cv-post-no--imagemargin.column--one article {
width: 100%;
}
.cv-block .cv-post-no--imagemargin.column--two article {
width: 50%;
}
.cv-block .cv-post-no--imagemargin.column--three article {
width: 33.33%;
}
.cv-block .cv-post-no--imagemargin.column--four article {
width: 25%;
}
.cv-block .cv-post-no--imagemargin.column--five article {
width: 20%;
}
.cv-post-thumb{
position: relative;
}
.cv-post-title {
margin: 15px 0 0px;
}
.cv-post-title a {
font-size: 26px;
line-height: 1.5;
text-decoration: none;
font-family: 'Yanone Kaffeesatz', sans-serif;
color: #212121;
margin: 0;
padding: 0;
display: block;
}
.cv-post-meta .cv-post-meta-item {
margin-right: 10px;
font-size: 14px;
display: inline-block;
text-transform: ;
}
.cv-post-meta .cv-post-meta-item:first-child {
margin-left: 0;
}
.cv-post-tag,
.cv-post-cat {
margin-right: 12px;
}
.cv-post-tags-wrap.cv-post-meta-item span:last-child {
display: none;
}
.cv-post-tags-wrap.cv-post-meta-item span {
display: inline-block;
margin: 0 4px;
}
.cv-post-cat:last-child {
margin: 0;
}
.cv-post-meta {
margin-bottom: 12px;
}
.cv-post-meta .cv-post-meta-item a {
color: #333;
}
.cv-comment-txt {
margin-left: 5px;
}
.cv-post-content {
font-family: 'Roboto', sans-serif;
font-size: 15px;
margin: 10px 0;
line-height: 1.8;
}
.cv-read-more a {
color: #333;
display: inline-block;
}
.cv-read-more a i {
margin-left: 8px;
display: inline-block;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.cv-read-more:hover i {
margin-left: 12px;
} .cv-post.cv-icon .cv-post-thumb::after{
content: "\f15c";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 0;
top: 0;
background: #535353;
color: #fff;
font-size: 18px;
padding: 0 10px;
}
.cv-post.post-format--quote.cv-icon .cv-post-thumb::after{
content: "\f10e";
font-family: FontAwesome;
}
.cv-post.post-format--gallery.cv-icon .cv-post-thumb::after{
content: "\f302";
}
.cv-post.post-format--audio.cv-icon .cv-post-thumb::after{
content: "\f1c7";
}
.cv-post.post-format--video.cv-icon .cv-post-thumb::after{
content: "\f1c8";
}
.cv-post.post-format--image.cv-icon .cv-post-thumb::after{
content: "\f03e";
}
.cv-post-meta > span::before {
content: "\f017";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
-webkit-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}
.cv-post-meta > span.cv-post-author-name::before{
content: "\f007";
}
.cv-post-meta > span.cv-post-tags-wrap::before{
content: "\f02e";
}
.cv-post-meta > span.cv-post-comments-wrap::before{
content: "\f075";
}
.cv-post-meta.cv-meta-icon-hide span::before{
display: none;
} .cv-block-grid--layout-two article {
text-align: center;
}
.cv-block.cv-block-grid--layout-two .cv-post-wrapper article {
background: #fafafa;
padding: 0 20px 30px 20px;
}
.cv-block-grid--layout-two .cv-post-thumb{
position: relative;
margin: 0 -20px;
}
.cv-block-grid--layout-two .cv-post-cats-wrap,
.cv-block-list--layout-three .cv-post-cats-wrap{
position: absolute;
bottom: 0;
left: 0;
padding: 15px;
}
.cv-block-grid--layout-two .cv-post-cat,
.cv-block-list--layout-three .cv-post-cat{
display: inline-block;
margin-right: 3px;
}
.cv-block-grid--layout-two .cv-post-cat a,
.cv-block-list--layout-three .cv-post-cat a{
background: #333;
color: #fff !important;
display: block;
padding: 0px 10px;
font-size: 12px;
}
.cv-block-grid--layout-two .cv-post-cat a:hover,
.cv-block-list--layout-three .cv-post-cat a:hover {
background: #565656;
}
.cv-block-grid--layout-two .cv-post-meta {
margin: 20px 0 0;
}
.cv-block-grid--layout-two .cv-post-title {
margin: 10px 0 20px;
position: relative;
}
.cv-block-grid--layout-two .cv-post-title::after {
content: "";
width: 40px;
height: 2px;
background: #333;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -20px;
}
.cv-block-grid--layout-two .cv-read-more a {
border: 1px solid #9D9D9D;
display: inline-block;
padding: 3px 20px;
margin-top: 15px;
} .cv-block-grid--layout-three .cv-post-thumb {
position: relative;
margin-top: 20px;
}
.cv-block-grid--layout-three .cv-post-date {
position: absolute;
top: -20px;
right: 20px;
}
.cv-block-grid--layout-three .cv-post-date a {
color: #fff !important;
background: #333;
display: block;
width: 70px;
font-size: 18px;
text-align: center;
line-height: 1.2;
font-weight: 700;
padding: 15px 10px;
}
.cv-block-grid--layout-three .cv-post-cat-tag-wrap {
margin-top: 20px;
}
.cv-block-grid--layout-three .cv-post-cats-wrap {
float: left;
}
.cv-block-grid--layout-three .cv-post-tags-wrap {
float: right;
}
.cv-block-grid--layout-three .cv-post-title {
margin-top: 0;
}
.cv-block-grid--layout-three .cv-author-thumb,
.cv-block-list--layout-three .cv-author-thumb{
width: 50px;
display: inline-block;
height: 50px;
border-radius: 100%;
overflow: hidden;
border: 1px solid #e1e1e1;
vertical-align: middle;
margin-right: 7px;
}
.cv-block-grid--layout-three .cv-post-meta .cv-post-comments-wrap.cv-post-meta-item,
.cv-block-list--layout-three .cv-post-meta .cv-post-comments-wrap.cv-post-meta-item {
float: right;
margin: 10px 0;
}
.cv-block-grid--layout-three  .cv-post-meta {
margin: 20px 0;
}
.cv-block-grid--layout-three .cv-post-tags-wrap a {
color: #333;
font-size: 14px;
}
.cv-block-grid--layout-three .cv-post.cv-icon .cv-post-thumb::after{
right: auto;
left: 0;
}
.cv-block-grid--layout-three .cv-post-meta > span.cv-author-meta::before {
display: none;
}
.cv-block-grid--layout-three .cv-post-cats-wrap a {
color: #636363;
} .cv-post-left-wrap {
display: inline-block;
vertical-align: middle;
width: 40%;
}
.cv-post-right-wrap {
display: inline-block;
width: 55%;
margin-left: 3%;
margin-right: -4px;
vertical-align: middle;
}
.cv-block-list--layout-two .cv-post-right-wrap {
width: 60%;
margin-left: -100px;
background: #fff;
padding: 30px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
position: relative;
z-index: 99;
}
.cv-block-list--layout-two .cv-post-cat a {
border: 1px solid;
padding: 0px 10px;
display: inline-block;
font-size: 13px;
} .cv-block-list--layout-three article {
background: #f9f9f9;
}
.cv-block-list--layout-three .cv-post-thumb{
position: relative;
}
.cv-block-list--layout-three .cv-post-meta {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e1e1e1;
margin-bottom: 0;
}
.cv-block-list--layout-three .cv-post-date {
position: absolute;
top: 20px;
left: 20px;
}
.cv-block-list--layout-three .cv-post-right-wrap {
width: 54%;
}
.cv-block-list--layout-three .cv-author-meta:before{
display: none;
} @media (max-width:768px) {
.cv-block article {
width: 47% !important;
}
.cv-block .column--one article {
width: 497% !important;
}
.cv-block .cv-post-wrapper article {
margin-bottom: 8%;
}
.cv-post-right-wrap,
.cv-post-left-wrap {
width: 100%;
margin-left: 0;
display: block;
}
.cv-block-list--layout-two .cv-post-right-wrap,
.cv-block-list--layout-three .cv-post-right-wrap {
width: 100%;
margin-left: 0;
}
.cv-block-list--layout-three .cv-post-right-wrap {
padding: 10px 30px 30px;
}
.cv-block-list--layout-five .cv-post-title-meta-wrap {
position: static;
width: 100%;
}
}
@media (max-width:600px) {
.cv-block article {
width: 97% !important;
}
.cv-block .cv-post-wrapper article {
margin-bottom: 8%;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body .wp-show-posts a{box-shadow:0 0 0 transparent}.wp-show-posts-entry-title a{text-decoration:none}a.wp-show-posts-read-more,a.wp-show-posts-read-more:visited{display:inline-block;padding:8px 15px;border:2px solid #222;color:#222;font-size:.8em;text-decoration:none}.wpsp-read-more{margin:0 0 1em;display:inline-block}a.wp-show-posts-read-more:focus,a.wp-show-posts-read-more:hover{border:2px solid transparent;color:#fff;background:#222;text-decoration:none}.wp-show-posts-image{margin-bottom:1em}.wp-show-posts-image.wpsp-image-left{float:left;margin-right:1.5em}.wp-show-posts-image.wpsp-image-right{float:right;margin-left:1.5em}.wp-show-posts-image.wpsp-image-center{display:block;text-align:center}.wp-show-posts-image img{margin:0!important;vertical-align:bottom;height:auto}.wp-show-posts-entry-header{margin:0 0 1em;padding:0}.wp-show-posts .wp-show-posts-entry-title{margin:0}.wp-show-posts-updated{display:none}.wp-show-posts-entry-content,.wp-show-posts-entry-summary{margin-bottom:1em}.wp-show-posts-entry-meta{font-size:.8em}.wp-show-posts-separator{opacity:.5}.wp-show-posts-meta a,.wp-show-posts-meta a:visited{color:rgba(0,0,0,.5)}.stack-wp-show-posts-byline,.stack-wp-show-posts-posted-on{display:block}.wp-show-posts-entry-meta-below-post{margin-bottom:1em}.wp-show-posts-columns:not(.wp-show-posts-masonry){display:flex;flex-wrap:wrap}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){display:flex;flex-direction:row}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{flex:0 0 auto;object-fit:scale-down}.wpsp-clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child){margin-bottom:2em}.wpsp-load-more{margin-top:2em}.wp-show-posts-columns .wp-show-posts-inner{flex:1}.wp-show-posts-inner:after{clear:both;display:table;content:'';width:0;height:0;overflow:hidden;visibility:hidden}.wp-show-posts-single.post{margin-bottom:0}@media (min-width:768px){.wpsp-col-1,.wpsp-col-10,.wpsp-col-11,.wpsp-col-12,.wpsp-col-2,.wpsp-col-20,.wpsp-col-3,.wpsp-col-4,.wpsp-col-5,.wpsp-col-6,.wpsp-col-7,.wpsp-col-8,.wpsp-col-9{float:left}.wpsp-col-1{width:8.333333%}.wpsp-col-2{width:16.666667%}.wpsp-col-3{width:25%}.wpsp-col-4{width:33.333%}.wpsp-col-5{width:41.666667%}.wpsp-col-6{width:50%}.wpsp-col-7{width:58.333333%}.wpsp-col-8{width:66.666667%}.wpsp-col-9{width:75%}.wpsp-col-10{width:83.333333%}.wpsp-col-11{width:91.666667%}.wpsp-col-12{width:100%}.wpsp-col-20{width:20%}}@media (max-width:767px){.wp-show-posts-columns,.wp-show-posts-inner{margin-left:0!important;margin-right:0!important}.wp-show-posts-columns .wp-show-posts-single{display:block;width:100%}.wp-show-posts-image.wpsp-image-left,.wp-show-posts-image.wpsp-image-right{float:none;margin-right:0;margin-left:0}}.wp-show-posts-inner :last-child{margin-bottom:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpsp-clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}#ez-toc-container{background:#f9f9f9;border:1px solid #aaa;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);display:table;margin-bottom:1em;padding:10px;position:relative;width:auto}div.ez-toc-widget-container{padding:0;position:relative}#ez-toc-container.ez-toc-light-blue{background:#edf6ff}#ez-toc-container.ez-toc-white{background:#fff}#ez-toc-container.ez-toc-black{background:#000}#ez-toc-container.ez-toc-transparent{background:none}div.ez-toc-widget-container ul{display:block}div.ez-toc-widget-container li{border:none;padding:0}div.ez-toc-widget-container ul.ez-toc-list{padding:10px}#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul{margin-left:1.5em}#ez-toc-container li,#ez-toc-container ul{padding:0}#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-container .ez-toc-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-title-container{display:table;width:100%}.ez-toc-title,.ez-toc-title-toggle{display:inline;text-align:left;vertical-align:middle}.ez-toc-btn,.ez-toc-glyphicon{display:inline-block;font-weight:400}#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title{color:#fff}#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list{margin-top:1em}.ez-toc-wrap-left{margin:0 auto 1em 0!important}.ez-toc-wrap-left-text{float:left}.ez-toc-wrap-right{margin:0 0 1em auto!important}.ez-toc-wrap-right-text{float:right}#ez-toc-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-container a:visited{color:#9f9f9f}#ez-toc-container a:hover{text-decoration:underline}#ez-toc-container a.ez-toc-toggle{display:flex;align-items:center}.ez-toc-widget-container ul.ez-toc-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-widget-container ul.ez-toc-list li.active{background-color:#ededed}.ez-toc-widget-container li.active>a{font-weight:900}.ez-toc-btn{padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-btn:focus,.ez-toc-btn:hover{color:#333;text-decoration:none}.ez-toc-btn.active,.ez-toc-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-btn-default.active,.ez-toc-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-btn-sm,.ez-toc-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-btn-xs{padding:1px 5px}.ez-toc-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-btn:active{background-image:none}.ez-toc-btn-default:focus,.ez-toc-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-pull-right{float:right!important;margin-left:10px}#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon{height:30px}.ez-toc-glyphicon{position:relative;top:1px;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-glyphicon:empty{width:1em}.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-container input,.ez-toc-toggle #item{position:absolute;left:-999em}#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container label{position:relative;cursor:pointer;display:initial}#ez-toc-container .ez-toc-js-icon-con,#ez-toc-container .ez-toc-toggle label,.ez-toc-cssicon{float:right;position:relative;font-size:16px;padding:0;border:1px solid #999191;border-radius:5px;cursor:pointer;left:10px;width:35px}div#ez-toc-container .ez-toc-title{display:initial}div#ez-toc-container{padding-right:20px}.ez-toc-wrap-center{margin:0 auto 1em!important}#ez-toc-container a.ez-toc-toggle{color:#444;background:inherit;border:inherit}#ez-toc-container .eztoc-toggle-hide-by-default,label.cssiconcheckbox{display:none}.ez-toc-widget-container ul li a{padding-left:10px;display:inline-flex;align-items:stretch;flex-wrap:nowrap}.ez-toc-widget-container ul.ez-toc-list li{height:auto!important}.ez-toc-icon-toggle-span{display:flex;align-items:center;width:35px;height:30px;justify-content:center;direction:ltr}