@charset "UTF-8";
@charset "UTF-8";
.no-padding {
    margin: 0 !important;
    padding: 0 !important;
}
.reset-max-width img {
	max-width: initial !important;
}
.elementor-widget-inline-text {
    display: inline-block;
    width: unset !important;
    letter-spacing: -2px;
}/*
Theme Name: Chariton Master
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chariton
*/
.mean-container .mean-nav ul li a.mean-expand {
  height: 30px;
}
/* = Breadcrumb = */
.image-overlay {
  position: relative;
}
.image-overlay:before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background-color: #000927;
}
:focus {
  outline: none !important;
}

/* = Post Detail = */
.details-content {
  padding: 50px;
  background: #fff;
  padding-bottom: 45px;
}
.details-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.details-content .the-content ul.chariton-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.details-content .the-content ul.chariton-list li {
  position: relative;
  padding-left: 25px;
}
.details-content .the-content ul.chariton-list li:before {
  top: 0;
  left: 0;
  color: #83d179;
  font-size: 16px;
  content: '\f00c';
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
blockquote {
    font-family: 'Barlow Condensed', sans-serif;
}
blockquote p {
  font-style: normal; 
  padding: 60px 90px 30px;
}
blockquote::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  width: 185px;
  height: 192px;
  z-index: -1;
  background-image: url(//wpt.theparishtrust.org.uk/wp-content/plugins/chariton-master/assets/imgs/blockquote_icon.png);
}
blockquote.wp-block-quote cite {
  top: 45px;
  left: 0;
  width: 100%;
  margin-left: 0;
  position: absolute;
}
blockquote.wp-block-quote cite a {
  position: relative;
  padding-left: 25px;
}
blockquote.wp-block-quote cite a::before {
  top: 0;
  left: 0;
  content: 'By';
  position: absolute;
}

/* = Sidebar category = */
aside .widget.widget_categories ul li {
  padding-left: 0;
  margin-bottom: 10px;
}
aside .widget.widget_categories ul li:before {
  display: none;
}
aside .widget.widget_categories ul li a {
  padding: 15px 30px;
  display: block;
  color: #fff;
  background: #152136;
  position: relative;
}
aside .widget.widget_categories ul li span {
  top: 0;
  right: 0;
  width: 50px;
  color: #fff;
  height: 100%;
  transition: .3s;
  font-weight: 500;
  line-height: 50px;
  position: absolute;
  text-align: center;
  background: #091222;
}
aside .widget.widget_categories ul li:last-child {
  margin-bottom: 0px;
}
aside .widget.widget_categories ul li:hover a {
  background: #39bdb2;
}
aside .widget.widget_categories ul li:hover span {
  background: #249e94;
}
footer .widget_recent_comments ul li:before, 
footer .widget_recent_entries ul li:before, 
footer .widget_categories ul li:before, 
footer .widget_nav_menu ul li:before, 
footer .widget_archive ul li:before, 
footer .widget_pages ul li:before, 
footer .widget_meta ul li:before {
    top: 2px;
}

footer.footer2 .widget_nav_menu ul li:before {
  top: 7px;
}
.pluse-animation .popup-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 110%;
  width: 110%;
  line-height: 110px;
  background: #ff566e;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

/* 20. Preloader */
#preloader{
  background-color: #000D38;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  transform: translate( -50%, -50% );
}
.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes object_two {


  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}



/* - Scroll To Top 
=============================================================================*/
#scroller {
    right: 0;
    z-index: 99;
    color: #fff;
    width: 50px;
    bottom: 30px;  
    height: 50px;
    display: none;
    position: fixed;  
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #39bdb2;
}

/* - Give Donation plugins form 
=============================================================================*/
.give-form-wrap.give-display-onpage,
#give-receipt {
    margin: 0 auto;
    max-width: 950px;
    padding: 45px 60px 35px;
    border: 10px solid #e8fbff;
}
.give-goal-progress .income {
    color: #001234;
    font-size: 26px;
    font-weight: 600;
    font-family: Barlow Condensed, sans-serif;
}
.give-progress-bar {
    height: 7px;
    border-radius: 0;
    margin-top: 10px;
    background: #eef4ff;
}
.give-progress-bar>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#give-recurring-form h3.give-section-break, 
#give-recurring-form h4.give-section-break, 
#give-recurring-form legend, 
form.give-form h3.give-section-break, 
form.give-form h4.give-section-break, 
form.give-form legend, 
form[id*=give-form] h3.give-section-break, 
form[id*=give-form] h4.give-section-break, 
form[id*=give-form] legend {
    color: #001234;
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 10px;
    border-bottom: 2px solid #c1e7ef;
    font-family: Barlow Condensed, sans-serif;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] .give-donation-amount #give-amount {
    width: 155px;
    height: auto;
    color: #5b7d9a;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 28px;
    display: inline-block;
    border: 2px solid #c1e7ef;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol {
  width: auto;
  font-size: 24px;
  padding: 15px 23px;
  background-color: transparent;
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    color: #fff;
    border-right: #39bdb2;
    border-color: #39bdb2;
    background-color: #39bdb2;
    border-left: 2px solid #39bdb2;
}
#give-donation-level-button-wrap>li {
    margin: 0 10px 10px 0;
}
.give-btn {
  display: inline-block;
    padding: 20px;
    border: 2px solid #c1e7ef;
    cursor: pointer;
    transition: .3s ease-in-out;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #5b7d9a;
    background: #fff;
}
form.give-form .form-row input[type=email].required,
form[id*=give-form] .form-row input[type=text] {
  color: #5b7d9a !important;
  font-size: 16px;
  background: #fff;
  padding: 20px;
  border: 2px solid #c1e7ef;
}
.give-submit.give-btn {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  padding: 20px 50px;
  background: #f3484c;
  border-color: #f3484c;
  text-transform: capitalize;
  box-shadow: 0px 8px 16px 0px rgba(243, 72, 76, 0.2);
}
#give-recurring-form .form-row label, form.give-form .form-row label, form[id*=give-form] .form-row label,
form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option {
    color: #5b7d9a;
    font-size: 16px;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  color: #ffffff;
  height: auto;
  padding: 15px 20px;
  background-color: #39bdb2;
  border: 2px solid #39bdb2;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  height: auto;
    font-size: 18px;
    background: #fff;
    padding: 15px 20px;
    border: 2px solid #c1e7ef;
    border-left: 0;
}
fieldset#give-payment-mode-select {
    margin-top: 30px;
}
fieldset#give_checkout_user_info {
    margin-top: 20px;
    margin-bottom: 25px;
}
/*Popup give form*/
.give-donation-grid-item-form {
    margin: 0 auto;
    max-width: 800px;
}
button.give-donation-level-btn.give-btn.give-default-level,
.give-btn:hover {
    color: #fff;
    background: #39bdb2;
    border-color: #39bdb2;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    height: auto;
    background: #fff;
    padding: 15px 20px;
    font-size: 18px;
    border: 2px solid #c1e7ef;
    border-left: 0;
}
.bpost-content footer.entry-footer {
  margin-bottom: 0;
}
form#give-email-access-form input#give-email {
  padding: 15px;
  border: 2px solid #c1e7ef;  
}
form#give-email-access-form input.give-submit {
    height: auto;
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    background-color: #39bdb2;
    border: 2px solid #39bdb2;
}
/*Give Form Widget*/
.widget_give_forms_widget h2.give-form-title {
    font-size: 36px;
}
.widget_give_forms_widget form[id*=give-form] .give-donation-amount .give-currency-symbol {
  padding: 5px 20px;
}
.widget_give_forms_widget form[id*=give-form] .give-donation-amount #give-amount {
  padding: 5px 30px;
}
.widget_give_forms_widget .give-btn {
  padding: 10px 15px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b7d9a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5b7d9a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5b7d9a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5b7d9a;
}
::placeholder {
  color: #5b7d9a;
}

.give_success:before {
    background-color: #39bdb2;
}
.give_success {
    border-color: #39bdb2;
}
.give-total-wrap {
    margin-top: 50px;
}
/*Gallery*/
img.mfp-img {
    padding-bottom: 20px !important;
}
.mfp-figure:after {
  box-shadow: none !important;
    background: transparent !important;
}
@media (max-width: 767px) {
  .header1 .mean-container a.meanmenu-reveal {
    margin-top: -55px;
  }
}
@media (max-width: 480px) {
  form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border-left: 2px solid #c1e7ef;
  }
}


/* offcanvas-menu */
.offcanvas-menu {
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 999;
  padding: 30px;
  transition: .5s;
  position: fixed;
  overflow-y: auto;
  background: #061738;
  transform: translateX(100%);
}
.offcanvas-menu.active {
  transform: translateX(0)
}
.menu-close i {
  font-size: 18px;
  color: #fff;
  transition: .3s;
  cursor: pointer;
}
.menu-close:hover i {
  color: #33bbb0;
}
.offcanvas-menu ul {
  margin-top: 30px;
}
.offcanvas-menu ul li {
  border-bottom: 1px solid #101c38;
}
.offcanvas-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 0;
  display: block;
}
.offcanvas-menu ul li:hover a {
  color: #33bbb0;
}
.side-social a {
  color: #fff;
  margin-right: 10px;
}
.side-social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #122750;
}
.side-social a:hover {
  color: #33bbb0;
}
.offcanvas-menu form {
  position: relative;
  margin-top: 30px;
}
.offcanvas-menu form input {
  width: 100%;
  background: none;
  border: 2px solid #122750;
  padding: 7px 10px;
  color: #fff;
}
.offcanvas-menu form input::placeholder {
  color: #5b7d9a;
}
.offcanvas-menu form button {
  position: absolute;
  border: none;
  right: 0;
  background: #33bbb0;
  padding: 8px 14px;
  top: 0;
  cursor: pointer;
}
.offcanvas-menu form button i {
  color: #fff;
}
.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.offcanvas-overly.active{
  opacity: .5;
  visibility: visible;
}
.tm-widget {
  margin-top: 30px;
}
.tm-widget h4.title {
  color: #ffffff;
}
.widget_recent_comments.tm-widget ul li:before, 
.widget_recent_entries.tm-widget ul li:before, 
.widget_categories.tm-widget ul li:before, 
.widget_nav_menu.tm-widget ul li:before, 
.widget_archive.tm-widget ul li:before, 
.widget_pages.tm-widget ul li:before, 
.widget_meta.tm-widget ul li:before {
  top: 14px;
}
.tm-widget caption,
.tm-widget td {
  color: #5b7d9a;
}
.widget_recent_comments.tm-widget ul li span a,
.widget_text.tm-widget .textwidget p strong,
.widget_rss.tm-widget .rssSummary {
  color: #ffffff;
}
.widget_categories.tm-widget ul li a,
.widget_archive.tm-widget ul li a {
  color: #ffffff;
  display: inline-block;
}
.widget_archive ul li span {
  color: #ffffff;
}
.offcanvas-menu ul.children {
  margin-top: 0;
}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(//wpt.theparishtrust.org.uk/wp-content/plugins/pro-pack-for-wp-job-openings/assets/img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(//wpt.theparishtrust.org.uk/wp-content/plugins/pro-pack-for-wp-job-openings/assets/img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.awsm-form-drag-and-drop-file-control,.awsm-form-drag-and-drop-file-control *{-webkit-box-sizing:border-box;box-sizing:border-box}.awsm-form-drag-and-drop-file-control{min-height:130px;border:2px dashed rgba(0,0,0,.3);background:#fff;padding:12px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.awsm-form-drag-and-drop-file-control.awsm-form-drag-and-drop-invalid-control{border:2px solid #db4c4c}.awsm-form-drag-and-drop-file-control.dz-clickable{cursor:pointer}.awsm-form-drag-and-drop-file-control.dz-clickable *{cursor:default}.awsm-form-drag-and-drop-file-control.dz-clickable .dz-message,.awsm-form-drag-and-drop-file-control.dz-clickable .dz-message *{cursor:pointer}.awsm-form-drag-and-drop-file-control .dz-message.awsm-jobs-hide{display:none}.awsm-form-drag-and-drop-file-control.dz-drag-hover{border-style:solid}.awsm-form-drag-and-drop-file-control.dz-drag-hover .dz-message{opacity:.5}.awsm-form-drag-and-drop-file-control .dz-message{text-align:center;padding:2em 0;-webkit-transition:all .3s ease;transition:all .3s ease;color:#707070;font-size:14px;width:calc(100% + 24px)}.awsm-form-drag-and-drop-file-control .dz-message .awsm-form-drag-and-drop-file-title{font-size:16px;color:#0b0b0b;display:block}.awsm-form-drag-and-drop-file-control.dz-started{max-height:300px;overflow:auto;padding-top:0}.awsm-form-drag-and-drop-file-control.dz-started .dz-message{padding:1em 0;position:-webkit-sticky;position:sticky;top:0;background:#fff;-webkit-box-shadow:0 4px 5px -4px rgba(0,0,0,.5);box-shadow:0 4px 5px -4px rgba(0,0,0,.5);margin:0 -12px;z-index:1000;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.awsm-form-drag-and-drop-file-control.dz-max-files-reached .dz-message{display:none}.awsm-form-drag-and-drop-file-control .dz-message .dz-button{background:0 0;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.awsm-form-drag-and-drop-file-control .dz-preview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-top:10px;padding:16px 30px 16px 20px;cursor:default;border:1px solid #bcbcbc;background:#ededed;border-radius:3px;position:relative;overflow:hidden;width:100%}.awsm-form-drag-and-drop-file-control .dz-message .dz-message+.dz-preview{padding-top:20px}.awsm-form-drag-and-drop-file-control .dz-preview .dz-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:2;max-width:calc(100% - 50px);width:100%}.awsm-form-drag-and-drop-file-control .dz-preview:hover .dz-details{opacity:1}.awsm-form-drag-and-drop-file-control .dz-preview.dz-file-preview .dz-details{opacity:1}.awsm-form-drag-and-drop-file-control .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove{position:absolute;right:18px;top:20px;text-indent:-9999999px;width:10px;height:10px;opacity:.5;z-index:10}.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::after,.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::before{content:'';height:12px;width:1px;background-color:#000;position:absolute;display:block;top:0;right:4px}.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.awsm-form-drag-and-drop-file-control .dz-preview .dz-remove:hover{opacity:1}.awsm-form-drag-and-drop-file-control .dz-preview .dz-details .dz-size{font-size:14px;color:#737373;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.awsm-form-drag-and-drop-file-control .dz-preview .dz-details .dz-size strong{font-weight:400}.awsm-form-drag-and-drop-file-control .dz-preview.dz-complete .dz-details .dz-size{opacity:1}.awsm-form-drag-and-drop-file-control .dz-preview .dz-details .dz-filename{font-size:14px;color:#0b0b0b;font-weight:700}.awsm-form-drag-and-drop-file-control .dz-preview .dz-image{margin-right:10px;width:40px;height:40px;overflow:hidden;position:relative;z-index:2;display:block;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMjggMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU3LjEgKDgzMDg4KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5ub3VuX0ZpbGVfNDE0OTQzNjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJBcnRib2FyZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU3Ny4wMDAwMDAsIC00MTAuMDAwMDAwKSIgZmlsbD0iI0JEQkZDNiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU0MS4wMDAwMDAsIDEwMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMjMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMuMDAwMDAwLCAyNjIuMDAwMDAwKSIgaWQ9Im5vdW5fRmlsZV80MTQ5NDM2Ij4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMuMDAwMDAwLCAyMy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMy4zMzMzMzMzLDAgTDkuMzMzMzMzMzMsMCBDOS4wMjQxNjY2NywwIDguNzI2NjY2NjcsMC4xMTgxMjUgOC41MTA4MzMzMywwLjMzMTg3NSBMMC4zNDQxNjY2NjcsOC4yMDY4NzUgQzAuMTIyNSw4LjQxNSAwLDguNzAxODc1IDAsOSBMMCwzMS41IEMwLDMzLjk4MDYyNSAyLjA5NDE2NjY3LDM2IDQuNjY2NjY2NjcsMzYgTDIzLjMzMzMzMzMsMzYgQzI1LjkwNTgzMzMsMzYgMjgsMzMuOTgwNjI1IDI4LDMxLjUgTDI4LDQuNSBDMjgsMi4wMTkzNzUgMjUuOTA1ODMzMywwIDIzLjMzMzMzMzMsMCBaIE04LDQgTDgsOCBMNCw4IEw4LDQgWiBNMjYsMzEuNzE0Mjg1NyBDMjYsMzIuOTc3MTQyOSAyNC45NzA3NSwzNCAyMy43LDM0IEw1LjMsMzQgQzQuMDI5MjUsMzQgMywzMi45NzcxNDI5IDMsMzEuNzE0Mjg1NyBMMywxMCBMOS45LDEwIEMxMC41MzI1LDEwIDExLjA1LDkuNDg1NzE0MjkgMTEuMDUsOC44NTcxNDI4NiBMMTEuMDUsMiBMMjMuNywyIEMyNC45NzA3NSwyIDI2LDMuMDIyODU3MTQgMjYsNC4yODU3MTQyOSBMMjYsMzEuNzE0Mjg1NyBaIE0yMiwyNiBDMjIsMjYuNTU1IDIxLjQ4NTcxNDMsMjcgMjAuODU3MTQyOSwyNyBMNy4xNDI4NTcxNCwyNyBDNi41MTQyODU3MSwyNyA2LDI2LjU1NSA2LDI2IEM2LDI1LjQ0NSA2LjUxNDI4NTcxLDI1IDcuMTQyODU3MTQsMjUgTDIwLjg1NzE0MjksMjUgQzIxLjQ4NTcxNDMsMjUgMjIsMjUuNDQ1IDIyLDI2IFogTTIyLDIwIEMyMiwyMC41NTUgMjEuNDg1NzE0MywyMSAyMC44NTcxNDI5LDIxIEw3LjE0Mjg1NzE0LDIxIEM2LjUxNDI4NTcxLDIxIDYsMjAuNTU1IDYsMjAgQzYsMTkuNDQ1IDYuNTE0Mjg1NzEsMTkgNy4xNDI4NTcxNCwxOSBMMjAuODU3MTQyOSwxOSBDMjEuNDg1NzE0MywxOSAyMiwxOS40NDUgMjIsMjAgWiBNMjIsMTUgQzIyLDE1LjU1IDIxLjQ4NTcxNDMsMTYgMjAuODU3MTQyOSwxNiBMNy4xNDI4NTcxNCwxNiBDNi41MTQyODU3MSwxNiA2LDE1LjU1IDYsMTUgQzYsMTQuNDUgNi41MTQyODU3MSwxNCA3LjE0Mjg1NzE0LDE0IEwyMC44NTcxNDI5LDE0IEMyMS40ODU3MTQzLDE0IDIyLDE0LjQ1IDIyLDE1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);background-repeat:no-repeat;background-position:center}.awsm-form-drag-and-drop-file-control .dz-preview .dz-image img{min-width:50px;max-width:50px;display:block}.awsm-form-drag-and-drop-file-control .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.awsm-form-drag-and-drop-file-control .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.awsm-form-drag-and-drop-file-control .dz-preview .dz-error-mark,.awsm-form-drag-and-drop-file-control .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:none;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.awsm-form-drag-and-drop-file-control .dz-preview .dz-error-mark svg,.awsm-form-drag-and-drop-file-control .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.awsm-form-drag-and-drop-file-control .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;transition:all .2s linear}.awsm-form-drag-and-drop-file-control .dz-preview.dz-processing .dz-progress{display:block}.awsm-form-drag-and-drop-file-control .dz-preview .dz-progress{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:0}.awsm-form-drag-and-drop-file-control .dz-preview .dz-progress .dz-upload{position:absolute;left:0;top:0;height:100%;width:0;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#fff}.awsm-form-drag-and-drop-file-control .dz-preview .dz-progress .dz-upload::before{content:attr(data-uploadtext);font-size:14px;position:absolute;left:70px;bottom:22px;-webkit-transition:all .3s ease;transition:all .3s ease;color:#737373}.awsm-form-drag-and-drop-file-control .dz-preview.dz-complete .dz-progress .dz-upload::before{opacity:0}.awsm-form-drag-and-drop-file-control .dz-preview.dz-error .dz-error-message{display:block}.awsm-form-drag-and-drop-file-control .dz-preview .dz-error-message{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:12px;color:#900;position:relative;z-index:2;margin-top:5px}.awsm-job-form-description p{margin-bottom:25px}.awsm-job-form-plugin-style .iti.awsm-job-form-control{padding:0;border:none}.awsm-job-form-repeater-group{margin-bottom:20px}.awsm-job-form-repeater-entry-item-group,.awsm-job-form-repeater-group .awsm-job-form-repeater-item{border:1px solid #ccc;border-radius:4px;margin-top:20px;padding:1em}.awsm-job-form-repeater-controls,.awsm-job-form-repeater-extra-controls{text-align:right}.awsm-job-form-repeater-extra-controls{margin:14px 0}.awsm-job-form-repeater-controls button,.awsm-job-form-repeater-extra-controls button{padding:5px 18px}.awsm-job-form-repeater-controls button.awsm-job-form-repeater-cancel-control{margin-left:7px}.awsm-job-form-repeater-entry-item{display:table}.awsm-job-form-repeater-entry-item-row{display:table-row}.awsm-job-form-repeater-entry-item-column{display:table-cell;padding:5px 10px}.awsm-job-form-repeater-entry-item-row .awsm-job-form-repeater-entry-item-column:first-child{padding-left:0}.awsm-job-form-repeater-entry-item-controls{margin-top:10px}.awsm-job-form-repeater-entry-item-controls a{margin-right:10px}.awsm-job-form-repeater-entry-item-controls a.awsm-job-form-repeater-remove-control{color:#b32d2e}.awsm-job-form-plugin-style .awsm-job-form-repeater-controls button,.awsm-job-form-plugin-style .awsm-job-form-repeater-extra-controls button{padding:7px 25px}.awsm-jobs-pro-listings-link-container{clear:both;margin:18px 0}a.awsm-jobs-pro-listings-link:before{content:'		\002190';padding-right:10px}
@font-face{font-family:ep_icons;font-weight:400;font-style:normal;font-display:block;src:url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.woff?e3s9pc) format("woff"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.ttf?e3s9pc) format("truetype"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.eot?e3s9pc) format("embedded-opentype"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.svg?e3s9pc#ep_icons) format("svg")}[class*=" ep_font_"],[class^=ep_font_]{font-family:ep_icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ep_font_icon_arrow_carrot_up_circle:before{content:""}.ep_font_icon_arrow_carrot_right_circle:before{content:""}.ep_font_icon_arrow_carrot_down_circle:before{content:""}.ep_font_icon_arrow_carrot_left_circle:before{content:""}.ep_font_icon_arrow_carrot_up:before{content:""}.ep_font_icon_arrow_carrot_right:before{content:""}.ep_font_icon_arrow_carrot_down:before{content:""}.ep_font_icon_arrow_carrot_left:before{content:""}.ep_font_icon_up_arrow:before{content:""}.ep_font_icon_right_arrow:before{content:""}.ep_font_icon_down_arrow:before{content:""}.ep_font_icon_left_arrow:before{content:""}.ep_font_icon_book:before{content:""}.ep_font_icon_folder:before{content:""}.ep_font_icon_document:before{content:""}.ep_font_icon_documents:before{content:""}.ep_font_icon_clip_board:before{content:""}.ep_font_icon_brief_case:before{content:""}.ep_font_icon_building:before{content:""}.ep_font_icon_checkmark:before{content:""}.ep_font_icon_xmark:before{content:""}.ep_font_icon_full_star:before{content:""}.ep_font_icon_half_star:before{content:""}.ep_font_icon_empty_star:before{content:""}.ep_font_icon_comment:before{content:""}.ep_font_icon_credit_card:before{content:""}.ep_font_icon_data_report:before{content:""}.ep_font_icon_info:before{content:""}.ep_font_icon_error_circle:before{content:""}.ep_font_icon_error_oct:before{content:""}.ep_font_icon_error_sheild:before{content:""}.ep_font_icon_error_triangle:before{content:""}.ep_font_icon_question:before{content:""}.ep_font_icon_external_link:before{content:""}.ep_font_icon_flow_chart:before{content:""}.ep_font_icon_folder_add:before{content:""}.ep_font_icon_folder_minus:before{content:""}.ep_font_icon_folder_open:before{content:""}.ep_font_icon_gear:before{content:""}.ep_font_icon_gears:before{content:""}.ep_font_icon_hour_glass:before{content:""}.ep_font_icon_house:before{content:""}.ep_font_icon_life_saver:before{content:""}.ep_font_icon_light_bulb:before{content:""}.ep_font_icon_loading:before{content:""}.ep_font_icon_map:before{content:""}.ep_font_icon_money:before{content:""}.ep_font_icon_paperclip:before{content:""}.ep_font_icon_pencil:before{content:""}.ep_font_icon_people:before{content:""}.ep_font_icon_person:before{content:""}.ep_font_icon_plus:before{content:""}.ep_font_icon_minus:before{content:""}.ep_font_icon_plus_box:before{content:""}.ep_font_icon_minus_box:before{content:""}.ep_font_icon_screen:before{content:""}.ep_font_icon_search:before{content:""}.ep_font_icon_shopping_cart:before{content:""}.ep_font_icon_tag:before{content:""}.ep_font_icon_screw_driver:before{content:""}.ep_font_icon_tools:before{content:""}.ep_font_icon_wrench:before{content:""}.ep_font_icon_faq_icons:before{content:""}.ep_font_icon_help_dialog:before{content:"";color:#000}.ep_font_icon_help_dialog-background:before{content:"";color:#000}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-weight:400;font-style:normal;font-display:block;src:url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0) format("embedded-opentype"),url(//wpt.theparishtrust.org.uk/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")}.epkbfa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-family:FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.epkbfa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.epkbfa-2x{font-size:2em}.epkbfa-3x{font-size:3em}.epkbfa-4x{font-size:4em}.epkbfa-5x{font-size:5em}.epkbfa-fw{width:1.2857142857em;text-align:center}.epkbfa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.epkbfa-ul>li{position:relative}.epkbfa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.epkbfa-li.epkbfa-lg{left:-1.8571428571em}.epkbfa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.epkbfa-pull-left{float:left}.epkbfa-pull-right{float:right}.epkbfa.epkbfa-pull-left{margin-right:.3em}.epkbfa.epkbfa-pull-right{margin-left:.3em}.epkbfa-spin{-webkit-animation:epkbfa-spin 2s infinite linear;animation:epkbfa-spin 2s infinite linear}.epkbfa-pulse{-webkit-animation:epkbfa-spin 1s infinite steps(8);animation:epkbfa-spin 1s infinite steps(8)}@-webkit-keyframes epkbfa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes epkbfa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.epkbfa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.epkbfa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.epkbfa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.epkbfa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.epkbfa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .epkbfa-flip-horizontal,:root .epkbfa-flip-vertical,:root .epkbfa-rotate-180,:root .epkbfa-rotate-270,:root .epkbfa-rotate-90{filter:none}.epkbfa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.epkbfa-stack-1x,.epkbfa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.epkbfa-stack-1x{line-height:inherit}.epkbfa-stack-2x{font-size:2em}.epkbfa-inverse{color:#fff}.epkbfa-glass:before{content:""!important}.epkbfa-music:before{content:""!important}.epkbfa-search:before{content:""!important}.epkbfa-envelope-o:before{content:""!important}.epkbfa-heart:before{content:""!important}.epkbfa-star:before{content:""!important}.epkbfa-star-o:before{content:""!important}.epkbfa-user:before{content:""!important}.epkbfa-film:before{content:""!important}.epkbfa-th-large:before{content:""!important}.epkbfa-th:before{content:""!important}.epkbfa-th-list:before{content:""!important}.epkbfa-check:before{content:""!important}.epkbfa-close:before,.epkbfa-remove:before,.epkbfa-times:before{content:""!important}.epkbfa-search-plus:before{content:""!important}.epkbfa-search-minus:before{content:""!important}.epkbfa-power-off:before{content:""!important}.epkbfa-signal:before{content:""!important}.epkbfa-cog:before,.epkbfa-gear:before{content:""!important}.epkbfa-trash-o:before{content:""!important}.epkbfa-home:before{content:""!important}.epkbfa-file-o:before{content:""!important}.epkbfa-clock-o:before{content:""!important}.epkbfa-road:before{content:""!important}.epkbfa-download:before{content:""!important}.epkbfa-arrow-circle-o-down:before{content:""!important}.epkbfa-arrow-circle-o-up:before{content:""!important}.epkbfa-inbox:before{content:""!important}.epkbfa-play-circle-o:before{content:""!important}.epkbfa-repeat:before,.epkbfa-rotate-right:before{content:""!important}.epkbfa-refresh:before{content:""!important}.epkbfa-list-alt:before{content:""!important}.epkbfa-lock:before{content:""!important}.epkbfa-flag:before{content:""!important}.epkbfa-headphones:before{content:""!important}.epkbfa-volume-off:before{content:""!important}.epkbfa-volume-down:before{content:""!important}.epkbfa-volume-up:before{content:""!important}.epkbfa-qrcode:before{content:""!important}.epkbfa-barcode:before{content:""!important}.epkbfa-tag:before{content:""!important}.epkbfa-tags:before{content:""!important}.epkbfa-book:before{content:""!important}.epkbfa-bookmark:before{content:""!important}.epkbfa-print:before{content:""!important}.epkbfa-camera:before{content:""!important}.epkbfa-font:before{content:""!important}.epkbfa-bold:before{content:""!important}.epkbfa-italic:before{content:""!important}.epkbfa-text-height:before{content:""!important}.epkbfa-text-width:before{content:""!important}.epkbfa-align-left:before{content:""!important}.epkbfa-align-center:before{content:""!important}.epkbfa-align-right:before{content:""!important}.epkbfa-align-justify:before{content:""!important}.epkbfa-list:before{content:""!important}.epkbfa-dedent:before,.epkbfa-outdent:before{content:""!important}.epkbfa-indent:before{content:""!important}.epkbfa-video-camera:before{content:""!important}.epkbfa-image:before,.epkbfa-photo:before,.epkbfa-picture-o:before{content:""!important}.epkbfa-pencil:before{content:""!important}.epkbfa-map-marker:before{content:""!important}.epkbfa-adjust:before{content:""!important}.epkbfa-tint:before{content:""!important}.epkbfa-edit:before,.epkbfa-pencil-square-o:before{content:""!important}.epkbfa-share-square-o:before{content:""!important}.epkbfa-check-square-o:before{content:""!important}.epkbfa-arrows:before{content:""!important}.epkbfa-step-backward:before{content:""!important}.epkbfa-fast-backward:before{content:""!important}.epkbfa-backward:before{content:""!important}.epkbfa-play:before{content:""!important}.epkbfa-pause:before{content:""!important}.epkbfa-stop:before{content:""!important}.epkbfa-forward:before{content:""!important}.epkbfa-fast-forward:before{content:""!important}.epkbfa-step-forward:before{content:""!important}.epkbfa-eject:before{content:""!important}.epkbfa-chevron-left:before{content:""!important}.epkbfa-chevron-right:before{content:""!important}.epkbfa-plus-circle:before{content:""!important}.epkbfa-minus-circle:before{content:""!important}.epkbfa-times-circle:before{content:""!important}.epkbfa-check-circle:before{content:""!important}.epkbfa-question-circle:before{content:""!important}.epkbfa-info-circle:before{content:""!important}.epkbfa-crosshairs:before{content:""!important}.epkbfa-times-circle-o:before{content:""!important}.epkbfa-check-circle-o:before{content:""!important}.epkbfa-ban:before{content:""!important}.epkbfa-arrow-left:before{content:""!important}.epkbfa-arrow-right:before{content:""!important}.epkbfa-arrow-up:before{content:""!important}.epkbfa-arrow-down:before{content:""!important}.epkbfa-mail-forward:before,.epkbfa-share:before{content:""!important}.epkbfa-expand:before{content:""!important}.epkbfa-compress:before{content:""!important}.epkbfa-plus:before{content:""!important}.epkbfa-minus:before{content:""!important}.epkbfa-asterisk:before{content:""!important}.epkbfa-exclamation-circle:before{content:""!important}.epkbfa-gift:before{content:""!important}.epkbfa-leaf:before{content:""!important}.epkbfa-fire:before{content:""!important}.epkbfa-eye:before{content:""!important}.epkbfa-eye-slash:before{content:""!important}.epkbfa-exclamation-triangle:before,.epkbfa-warning:before{content:""!important}.epkbfa-plane:before{content:""!important}.epkbfa-calendar:before{content:""!important}.epkbfa-random:before{content:""!important}.epkbfa-comment:before{content:""!important}.epkbfa-magnet:before{content:""!important}.epkbfa-chevron-up:before{content:""!important}.epkbfa-chevron-down:before{content:""!important}.epkbfa-retweet:before{content:""!important}.epkbfa-shopping-cart:before{content:""!important}.epkbfa-folder:before{content:""!important}.epkbfa-folder-open:before{content:""!important}.epkbfa-arrows-v:before{content:""!important}.epkbfa-arrows-h:before{content:""!important}.epkbfa-bar-chart-o:before,.epkbfa-bar-chart:before{content:""!important}.epkbfa-twitter-square:before{content:""!important}.epkbfa-facebook-square:before{content:""!important}.epkbfa-camera-retro:before{content:""!important}.epkbfa-key:before{content:""!important}.epkbfa-cogs:before,.epkbfa-gears:before{content:""!important}.epkbfa-comments:before{content:""!important}.epkbfa-thumbs-o-up:before{content:""!important}.epkbfa-thumbs-o-down:before{content:""!important}.epkbfa-star-half:before{content:""!important}.epkbfa-heart-o:before{content:""!important}.epkbfa-sign-out:before{content:""!important}.epkbfa-linkedin-square:before{content:""!important}.epkbfa-thumb-tack:before{content:""!important}.epkbfa-external-link:before{content:""!important}.epkbfa-sign-in:before{content:""!important}.epkbfa-trophy:before{content:""!important}.epkbfa-github-square:before{content:""!important}.epkbfa-upload:before{content:""!important}.epkbfa-lemon-o:before{content:""!important}.epkbfa-phone:before{content:""!important}.epkbfa-square-o:before{content:""!important}.epkbfa-bookmark-o:before{content:""!important}.epkbfa-phone-square:before{content:""!important}.epkbfa-twitter:before{content:""!important}.epkbfa-facebook-f:before,.epkbfa-facebook:before{content:""!important}.epkbfa-github:before{content:""!important}.epkbfa-unlock:before{content:""!important}.epkbfa-credit-card:before{content:""!important}.epkbfa-feed:before,.epkbfa-rss:before{content:""!important}.epkbfa-hdd-o:before{content:""!important}.epkbfa-bullhorn:before{content:""!important}.epkbfa-bell:before{content:""!important}.epkbfa-certificate:before{content:""!important}.epkbfa-hand-o-right:before{content:""!important}.epkbfa-hand-o-left:before{content:""!important}.epkbfa-hand-o-up:before{content:""!important}.epkbfa-hand-o-down:before{content:""!important}.epkbfa-arrow-circle-left:before{content:""!important}.epkbfa-arrow-circle-right:before{content:""!important}.epkbfa-arrow-circle-up:before{content:""!important}.epkbfa-arrow-circle-down:before{content:""!important}.epkbfa-globe:before{content:""!important}.epkbfa-wrench:before{content:""!important}.epkbfa-tasks:before{content:""!important}.epkbfa-filter:before{content:""!important}.epkbfa-briefcase:before{content:""!important}.epkbfa-arrows-alt:before{content:""!important}.epkbfa-group:before,.epkbfa-users:before{content:""!important}.epkbfa-chain:before,.epkbfa-link:before{content:""!important}.epkbfa-cloud:before{content:""!important}.epkbfa-flask:before{content:""!important}.epkbfa-cut:before,.epkbfa-scissors:before{content:""!important}.epkbfa-copy:before,.epkbfa-files-o:before{content:""!important}.epkbfa-paperclip:before{content:""!important}.epkbfa-floppy-o:before,.epkbfa-save:before{content:""!important}.epkbfa-square:before{content:""!important}.epkbfa-bars:before,.epkbfa-navicon:before,.epkbfa-reorder:before{content:""!important}.epkbfa-list-ul:before{content:""!important}.epkbfa-list-ol:before{content:""!important}.epkbfa-strikethrough:before{content:""!important}.epkbfa-underline:before{content:""!important}.epkbfa-table:before{content:""!important}.epkbfa-magic:before{content:""!important}.epkbfa-truck:before{content:""!important}.epkbfa-pinterest:before{content:""!important}.epkbfa-pinterest-square:before{content:""!important}.epkbfa-google-plus-square:before{content:""!important}.epkbfa-google-plus:before{content:""!important}.epkbfa-money:before{content:""!important}.epkbfa-caret-down:before{content:""!important}.epkbfa-caret-up:before{content:""!important}.epkbfa-caret-left:before{content:""!important}.epkbfa-caret-right:before{content:""!important}.epkbfa-columns:before{content:""!important}.epkbfa-sort:before,.epkbfa-unsorted:before{content:""!important}.epkbfa-sort-desc:before,.epkbfa-sort-down:before{content:""!important}.epkbfa-sort-asc:before,.epkbfa-sort-up:before{content:""!important}.epkbfa-envelope:before{content:""!important}.epkbfa-linkedin:before{content:""!important}.epkbfa-rotate-left:before,.epkbfa-undo:before{content:""!important}.epkbfa-gavel:before,.epkbfa-legal:before{content:""!important}.epkbfa-dashboard:before,.epkbfa-tachometer:before{content:""!important}.epkbfa-comment-o:before{content:""!important}.epkbfa-comments-o:before{content:""!important}.epkbfa-bolt:before,.epkbfa-flash:before{content:""!important}.epkbfa-sitemap:before{content:""!important}.epkbfa-umbrella:before{content:""!important}.epkbfa-clipboard:before,.epkbfa-paste:before{content:""!important}.epkbfa-lightbulb-o:before{content:""!important}.epkbfa-exchange:before{content:""!important}.epkbfa-cloud-download:before{content:""!important}.epkbfa-cloud-upload:before{content:""!important}.epkbfa-user-md:before{content:""!important}.epkbfa-stethoscope:before{content:""!important}.epkbfa-suitcase:before{content:""!important}.epkbfa-bell-o:before{content:""!important}.epkbfa-coffee:before{content:""!important}.epkbfa-cutlery:before{content:""!important}.epkbfa-file-text-o:before{content:""!important}.epkbfa-building-o:before{content:""!important}.epkbfa-hospital-o:before{content:""!important}.epkbfa-ambulance:before{content:""!important}.epkbfa-medkit:before{content:""!important}.epkbfa-fighter-jet:before{content:""!important}.epkbfa-beer:before{content:""!important}.epkbfa-h-square:before{content:""!important}.epkbfa-plus-square:before{content:""!important}.epkbfa-angle-double-left:before{content:""!important}.epkbfa-angle-double-right:before{content:""!important}.epkbfa-angle-double-up:before{content:""!important}.epkbfa-angle-double-down:before{content:""!important}.epkbfa-angle-left:before{content:""!important}.epkbfa-angle-right:before{content:""!important}.epkbfa-angle-up:before{content:""!important}.epkbfa-angle-down:before{content:""!important}.epkbfa-desktop:before{content:""!important}.epkbfa-laptop:before{content:""!important}.epkbfa-tablet:before{content:""!important}.epkbfa-mobile-phone:before,.epkbfa-mobile:before{content:""!important}.epkbfa-circle-o:before{content:""!important}.epkbfa-quote-left:before{content:""!important}.epkbfa-quote-right:before{content:""!important}.epkbfa-spinner:before{content:""!important}.epkbfa-circle:before{content:""!important}.epkbfa-mail-reply:before,.epkbfa-reply:before{content:""!important}.epkbfa-github-alt:before{content:""!important}.epkbfa-folder-o:before{content:""!important}.epkbfa-folder-open-o:before{content:""!important}.epkbfa-smile-o:before{content:""!important}.epkbfa-frown-o:before{content:""!important}.epkbfa-meh-o:before{content:""!important}.epkbfa-gamepad:before{content:""!important}.epkbfa-keyboard-o:before{content:""!important}.epkbfa-flag-o:before{content:""!important}.epkbfa-flag-checkered:before{content:""!important}.epkbfa-terminal:before{content:""!important}.epkbfa-code:before{content:""!important}.epkbfa-mail-reply-all:before,.epkbfa-reply-all:before{content:""!important}.epkbfa-star-half-empty:before,.epkbfa-star-half-full:before,.epkbfa-star-half-o:before{content:""!important}.epkbfa-location-arrow:before{content:""!important}.epkbfa-crop:before{content:""!important}.epkbfa-code-fork:before{content:""!important}.epkbfa-chain-broken:before,.epkbfa-unlink:before{content:""!important}.epkbfa-question:before{content:""!important}.epkbfa-info:before{content:""!important}.epkbfa-exclamation:before{content:""!important}.epkbfa-superscript:before{content:""!important}.epkbfa-subscript:before{content:""!important}.epkbfa-eraser:before{content:""!important}.epkbfa-puzzle-piece:before{content:""!important}.epkbfa-microphone:before{content:""!important}.epkbfa-microphone-slash:before{content:""!important}.epkbfa-shield:before{content:""!important}.epkbfa-calendar-o:before{content:""!important}.epkbfa-fire-extinguisher:before{content:""!important}.epkbfa-rocket:before{content:""!important}.epkbfa-maxcdn:before{content:""!important}.epkbfa-chevron-circle-left:before{content:""!important}.epkbfa-chevron-circle-right:before{content:""!important}.epkbfa-chevron-circle-up:before{content:""!important}.epkbfa-chevron-circle-down:before{content:""!important}.epkbfa-html5:before{content:""!important}.epkbfa-css3:before{content:""!important}.epkbfa-anchor:before{content:""!important}.epkbfa-unlock-alt:before{content:""!important}.epkbfa-bullseye:before{content:""!important}.epkbfa-ellipsis-h:before{content:""!important}.epkbfa-ellipsis-v:before{content:""!important}.epkbfa-rss-square:before{content:""!important}.epkbfa-play-circle:before{content:""!important}.epkbfa-ticket:before{content:""!important}.epkbfa-minus-square:before{content:""!important}.epkbfa-minus-square-o:before{content:""!important}.epkbfa-level-up:before{content:""!important}.epkbfa-level-down:before{content:""!important}.epkbfa-check-square:before{content:""!important}.epkbfa-pencil-square:before{content:""!important}.epkbfa-external-link-square:before{content:""!important}.epkbfa-share-square:before{content:""!important}.epkbfa-compass:before{content:""!important}.epkbfa-caret-square-o-down:before,.epkbfa-toggle-down:before{content:""!important}.epkbfa-caret-square-o-up:before,.epkbfa-toggle-up:before{content:""!important}.epkbfa-caret-square-o-right:before,.epkbfa-toggle-right:before{content:""!important}.epkbfa-eur:before,.epkbfa-euro:before{content:""!important}.epkbfa-gbp:before{content:""!important}.epkbfa-dollar:before,.epkbfa-usd:before{content:""!important}.epkbfa-inr:before,.epkbfa-rupee:before{content:""!important}.epkbfa-cny:before,.epkbfa-jpy:before,.epkbfa-rmb:before,.epkbfa-yen:before{content:""!important}.epkbfa-rouble:before,.epkbfa-rub:before,.epkbfa-ruble:before{content:""!important}.epkbfa-krw:before,.epkbfa-won:before{content:""!important}.epkbfa-bitcoin:before,.epkbfa-btc:before{content:""!important}.epkbfa-file:before{content:""!important}.epkbfa-file-text:before{content:""!important}.epkbfa-sort-alpha-asc:before{content:""!important}.epkbfa-sort-alpha-desc:before{content:""!important}.epkbfa-sort-amount-asc:before{content:""!important}.epkbfa-sort-amount-desc:before{content:""!important}.epkbfa-sort-numeric-asc:before{content:""!important}.epkbfa-sort-numeric-desc:before{content:""!important}.epkbfa-thumbs-up:before{content:""!important}.epkbfa-thumbs-down:before{content:""!important}.epkbfa-youtube-square:before{content:""!important}.epkbfa-youtube:before{content:""!important}.epkbfa-xing:before{content:""!important}.epkbfa-xing-square:before{content:""!important}.epkbfa-youtube-play:before{content:""!important}.epkbfa-dropbox:before{content:""!important}.epkbfa-stack-overflow:before{content:""!important}.epkbfa-instagram:before{content:""!important}.epkbfa-flickr:before{content:""!important}.epkbfa-adn:before{content:""!important}.epkbfa-bitbucket:before{content:""!important}.epkbfa-bitbucket-square:before{content:""!important}.epkbfa-tumblr:before{content:""!important}.epkbfa-tumblr-square:before{content:""!important}.epkbfa-long-arrow-down:before{content:""!important}.epkbfa-long-arrow-up:before{content:""!important}.epkbfa-long-arrow-left:before{content:""!important}.epkbfa-long-arrow-right:before{content:""!important}.epkbfa-apple:before{content:""!important}.epkbfa-windows:before{content:""!important}.epkbfa-android:before{content:""!important}.epkbfa-linux:before{content:""!important}.epkbfa-dribbble:before{content:""!important}.epkbfa-skype:before{content:""!important}.epkbfa-foursquare:before{content:""!important}.epkbfa-trello:before{content:""!important}.epkbfa-female:before{content:""!important}.epkbfa-male:before{content:""!important}.epkbfa-gittip:before,.epkbfa-gratipay:before{content:""!important}.epkbfa-sun-o:before{content:""!important}.epkbfa-moon-o:before{content:""!important}.epkbfa-archive:before{content:""!important}.epkbfa-bug:before{content:""!important}.epkbfa-vk:before{content:""!important}.epkbfa-weibo:before{content:""!important}.epkbfa-renren:before{content:""!important}.epkbfa-pagelines:before{content:""!important}.epkbfa-stack-exchange:before{content:""!important}.epkbfa-arrow-circle-o-right:before{content:""!important}.epkbfa-arrow-circle-o-left:before{content:""!important}.epkbfa-caret-square-o-left:before,.epkbfa-toggle-left:before{content:""!important}.epkbfa-dot-circle-o:before{content:""!important}.epkbfa-wheelchair:before{content:""!important}.epkbfa-vimeo-square:before{content:""!important}.epkbfa-try:before,.epkbfa-turkish-lira:before{content:""!important}.epkbfa-plus-square-o:before{content:""!important}.epkbfa-space-shuttle:before{content:""!important}.epkbfa-slack:before{content:""!important}.epkbfa-envelope-square:before{content:""!important}.epkbfa-wordpress:before{content:""!important}.epkbfa-openid:before{content:""!important}.epkbfa-bank:before,.epkbfa-institution:before,.epkbfa-university:before{content:""!important}.epkbfa-graduation-cap:before,.epkbfa-mortar-board:before{content:""!important}.epkbfa-yahoo:before{content:""!important}.epkbfa-google:before{content:""!important}.epkbfa-reddit:before{content:""!important}.epkbfa-reddit-square:before{content:""!important}.epkbfa-stumbleupon-circle:before{content:""!important}.epkbfa-stumbleupon:before{content:""!important}.epkbfa-delicious:before{content:""!important}.epkbfa-digg:before{content:""!important}.epkbfa-pied-piper-pp:before{content:""!important}.epkbfa-pied-piper-alt:before{content:""!important}.epkbfa-drupal:before{content:""!important}.epkbfa-joomla:before{content:""!important}.epkbfa-language:before{content:""!important}.epkbfa-fax:before{content:""!important}.epkbfa-building:before{content:""!important}.epkbfa-child:before{content:""!important}.epkbfa-paw:before{content:""!important}.epkbfa-spoon:before{content:""!important}.epkbfa-cube:before{content:""!important}.epkbfa-cubes:before{content:""!important}.epkbfa-behance:before{content:""!important}.epkbfa-behance-square:before{content:""!important}.epkbfa-steam:before{content:""!important}.epkbfa-steam-square:before{content:""!important}.epkbfa-recycle:before{content:""!important}.epkbfa-automobile:before,.epkbfa-car:before{content:""!important}.epkbfa-cab:before,.epkbfa-taxi:before{content:""!important}.epkbfa-tree:before{content:""!important}.epkbfa-spotify:before{content:""!important}.epkbfa-deviantart:before{content:""!important}.epkbfa-soundcloud:before{content:""!important}.epkbfa-database:before{content:""!important}.epkbfa-file-pdf-o:before{content:""!important}.epkbfa-file-word-o:before{content:""!important}.epkbfa-file-excel-o:before{content:""!important}.epkbfa-file-powerpoint-o:before{content:""!important}.epkbfa-file-image-o:before,.epkbfa-file-photo-o:before,.epkbfa-file-picture-o:before{content:""!important}.epkbfa-file-archive-o:before,.epkbfa-file-zip-o:before{content:""!important}.epkbfa-file-audio-o:before,.epkbfa-file-sound-o:before{content:""!important}.epkbfa-file-movie-o:before,.epkbfa-file-video-o:before{content:""!important}.epkbfa-file-code-o:before{content:""!important}.epkbfa-vine:before{content:""!important}.epkbfa-codepen:before{content:""!important}.epkbfa-jsfiddle:before{content:""!important}.epkbfa-life-bouy:before,.epkbfa-life-buoy:before,.epkbfa-life-ring:before,.epkbfa-life-saver:before,.epkbfa-support:before{content:""!important}.epkbfa-circle-o-notch:before{content:""!important}.epkbfa-ra:before,.epkbfa-rebel:before,.epkbfa-resistance:before{content:""!important}.epkbfa-empire:before,.epkbfa-ge:before{content:""!important}.epkbfa-git-square:before{content:""!important}.epkbfa-git:before{content:""!important}.epkbfa-hacker-news:before,.epkbfa-y-combinator-square:before,.epkbfa-yc-square:before{content:""!important}.epkbfa-tencent-weibo:before{content:""!important}.epkbfa-qq:before{content:""!important}.epkbfa-wechat:before,.epkbfa-weixin:before{content:""!important}.epkbfa-paper-plane:before,.epkbfa-send:before{content:""!important}.epkbfa-paper-plane-o:before,.epkbfa-send-o:before{content:""!important}.epkbfa-history:before{content:""!important}.epkbfa-circle-thin:before{content:""!important}.epkbfa-header:before{content:""!important}.epkbfa-paragraph:before{content:""!important}.epkbfa-sliders:before{content:""!important}.epkbfa-share-alt:before{content:""!important}.epkbfa-share-alt-square:before{content:""!important}.epkbfa-bomb:before{content:""!important}.epkbfa-futbol-o:before,.epkbfa-soccer-ball-o:before{content:""!important}.epkbfa-tty:before{content:""!important}.epkbfa-binoculars:before{content:""!important}.epkbfa-plug:before{content:""!important}.epkbfa-slideshare:before{content:""!important}.epkbfa-twitch:before{content:""!important}.epkbfa-yelp:before{content:""!important}.epkbfa-newspaper-o:before{content:""!important}.epkbfa-wifi:before{content:""!important}.epkbfa-calculator:before{content:""!important}.epkbfa-paypal:before{content:""!important}.epkbfa-google-wallet:before{content:""!important}.epkbfa-cc-visa:before{content:""!important}.epkbfa-cc-mastercard:before{content:""!important}.epkbfa-cc-discover:before{content:""!important}.epkbfa-cc-amex:before{content:""!important}.epkbfa-cc-paypal:before{content:""!important}.epkbfa-cc-stripe:before{content:""!important}.epkbfa-bell-slash:before{content:""!important}.epkbfa-bell-slash-o:before{content:""!important}.epkbfa-trash:before{content:""!important}.epkbfa-copyright:before{content:""!important}.epkbfa-at:before{content:""!important}.epkbfa-eyedropper:before{content:""!important}.epkbfa-paint-brush:before{content:""!important}.epkbfa-birthday-cake:before{content:""!important}.epkbfa-area-chart:before{content:""!important}.epkbfa-pie-chart:before{content:""!important}.epkbfa-line-chart:before{content:""!important}.epkbfa-lastfm:before{content:""!important}.epkbfa-lastfm-square:before{content:""!important}.epkbfa-toggle-off:before{content:""!important}.epkbfa-toggle-on:before{content:""!important}.epkbfa-bicycle:before{content:""!important}.epkbfa-bus:before{content:""!important}.epkbfa-ioxhost:before{content:""!important}.epkbfa-angellist:before{content:""!important}.epkbfa-cc:before{content:""!important}.epkbfa-ils:before,.epkbfa-shekel:before,.epkbfa-sheqel:before{content:""!important}.epkbfa-meanpath:before{content:""!important}.epkbfa-buysellads:before{content:""!important}.epkbfa-connectdevelop:before{content:""!important}.epkbfa-dashcube:before{content:""!important}.epkbfa-forumbee:before{content:""!important}.epkbfa-leanpub:before{content:""!important}.epkbfa-sellsy:before{content:""!important}.epkbfa-shirtsinbulk:before{content:""!important}.epkbfa-simplybuilt:before{content:""!important}.epkbfa-skyatlas:before{content:""!important}.epkbfa-cart-plus:before{content:""!important}.epkbfa-cart-arrow-down:before{content:""!important}.epkbfa-diamond:before{content:""!important}.epkbfa-ship:before{content:""!important}.epkbfa-user-secret:before{content:""!important}.epkbfa-motorcycle:before{content:""!important}.epkbfa-street-view:before{content:""!important}.epkbfa-heartbeat:before{content:""!important}.epkbfa-venus:before{content:""!important}.epkbfa-mars:before{content:""!important}.epkbfa-mercury:before{content:""!important}.epkbfa-intersex:before,.epkbfa-transgender:before{content:""!important}.epkbfa-transgender-alt:before{content:""!important}.epkbfa-venus-double:before{content:""!important}.epkbfa-mars-double:before{content:""!important}.epkbfa-venus-mars:before{content:""!important}.epkbfa-mars-stroke:before{content:""!important}.epkbfa-mars-stroke-v:before{content:""!important}.epkbfa-mars-stroke-h:before{content:""!important}.epkbfa-neuter:before{content:""!important}.epkbfa-genderless:before{content:""!important}.epkbfa-facebook-official:before{content:""!important}.epkbfa-pinterest-p:before{content:""!important}.epkbfa-whatsapp:before{content:""!important}.epkbfa-server:before{content:""!important}.epkbfa-user-plus:before{content:""!important}.epkbfa-user-times:before{content:""!important}.epkbfa-bed:before,.epkbfa-hotel:before{content:""!important}.epkbfa-viacoin:before{content:""!important}.epkbfa-train:before{content:""!important}.epkbfa-subway:before{content:""!important}.epkbfa-medium:before{content:""!important}.epkbfa-y-combinator:before,.epkbfa-yc:before{content:""!important}.epkbfa-optin-monster:before{content:""!important}.epkbfa-opencart:before{content:""!important}.epkbfa-expeditedssl:before{content:""!important}.epkbfa-battery-4:before,.epkbfa-battery-full:before,.epkbfa-battery:before{content:""!important}.epkbfa-battery-3:before,.epkbfa-battery-three-quarters:before{content:""!important}.epkbfa-battery-2:before,.epkbfa-battery-half:before{content:""!important}.epkbfa-battery-1:before,.epkbfa-battery-quarter:before{content:""!important}.epkbfa-battery-0:before,.epkbfa-battery-empty:before{content:""!important}.epkbfa-mouse-pointer:before{content:""!important}.epkbfa-i-cursor:before{content:""!important}.epkbfa-object-group:before{content:""!important}.epkbfa-object-ungroup:before{content:""!important}.epkbfa-sticky-note:before{content:""!important}.epkbfa-sticky-note-o:before{content:""!important}.epkbfa-cc-jcb:before{content:""!important}.epkbfa-cc-diners-club:before{content:""!important}.epkbfa-clone:before{content:""!important}.epkbfa-balance-scale:before{content:""!important}.epkbfa-hourglass-o:before{content:""!important}.epkbfa-hourglass-1:before,.epkbfa-hourglass-start:before{content:""!important}.epkbfa-hourglass-2:before,.epkbfa-hourglass-half:before{content:""!important}.epkbfa-hourglass-3:before,.epkbfa-hourglass-end:before{content:""!important}.epkbfa-hourglass:before{content:""!important}.epkbfa-hand-grab-o:before,.epkbfa-hand-rock-o:before{content:""!important}.epkbfa-hand-paper-o:before,.epkbfa-hand-stop-o:before{content:""!important}.epkbfa-hand-scissors-o:before{content:""!important}.epkbfa-hand-lizard-o:before{content:""!important}.epkbfa-hand-spock-o:before{content:""!important}.epkbfa-hand-pointer-o:before{content:""!important}.epkbfa-hand-peace-o:before{content:""!important}.epkbfa-trademark:before{content:""!important}.epkbfa-registered:before{content:""!important}.epkbfa-creative-commons:before{content:""!important}.epkbfa-gg:before{content:""!important}.epkbfa-gg-circle:before{content:""!important}.epkbfa-tripadvisor:before{content:""!important}.epkbfa-odnoklassniki:before{content:""!important}.epkbfa-odnoklassniki-square:before{content:""!important}.epkbfa-get-pocket:before{content:""!important}.epkbfa-wikipedia-w:before{content:""!important}.epkbfa-safari:before{content:""!important}.epkbfa-chrome:before{content:""!important}.epkbfa-firefox:before{content:""!important}.epkbfa-opera:before{content:""!important}.epkbfa-internet-explorer:before{content:""!important}.epkbfa-television:before,.epkbfa-tv:before{content:""!important}.epkbfa-contao:before{content:""!important}.epkbfa-500px:before{content:""!important}.epkbfa-amazon:before{content:""!important}.epkbfa-calendar-plus-o:before{content:""!important}.epkbfa-calendar-minus-o:before{content:""!important}.epkbfa-calendar-times-o:before{content:""!important}.epkbfa-calendar-check-o:before{content:""!important}.epkbfa-industry:before{content:""!important}.epkbfa-map-pin:before{content:""!important}.epkbfa-map-signs:before{content:""!important}.epkbfa-map-o:before{content:""!important}.epkbfa-map:before{content:""!important}.epkbfa-commenting:before{content:""!important}.epkbfa-commenting-o:before{content:""!important}.epkbfa-houzz:before{content:""!important}.epkbfa-vimeo:before{content:""!important}.epkbfa-black-tie:before{content:""!important}.epkbfa-fonticons:before{content:""!important}.epkbfa-reddit-alien:before{content:""!important}.epkbfa-edge:before{content:""!important}.epkbfa-credit-card-alt:before{content:""!important}.epkbfa-codiepie:before{content:""!important}.epkbfa-modx:before{content:""!important}.epkbfa-fort-awesome:before{content:""!important}.epkbfa-usb:before{content:""!important}.epkbfa-product-hunt:before{content:""!important}.epkbfa-mixcloud:before{content:""!important}.epkbfa-scribd:before{content:""!important}.epkbfa-pause-circle:before{content:""!important}.epkbfa-pause-circle-o:before{content:""!important}.epkbfa-stop-circle:before{content:""!important}.epkbfa-stop-circle-o:before{content:""!important}.epkbfa-shopping-bag:before{content:""!important}.epkbfa-shopping-basket:before{content:""!important}.epkbfa-hashtag:before{content:""!important}.epkbfa-bluetooth:before{content:""!important}.epkbfa-bluetooth-b:before{content:""!important}.epkbfa-percent:before{content:""!important}.epkbfa-gitlab:before{content:""!important}.epkbfa-wpbeginner:before{content:""!important}.epkbfa-wpforms:before{content:""!important}.epkbfa-envira:before{content:""!important}.epkbfa-universal-access:before{content:""!important}.epkbfa-wheelchair-alt:before{content:""!important}.epkbfa-question-circle-o:before{content:""!important}.epkbfa-blind:before{content:""!important}.epkbfa-audio-description:before{content:""!important}.epkbfa-volume-control-phone:before{content:""!important}.epkbfa-braille:before{content:""!important}.epkbfa-assistive-listening-systems:before{content:""!important}.epkbfa-american-sign-language-interpreting:before,.epkbfa-asl-interpreting:before{content:""!important}.epkbfa-deaf:before,.epkbfa-deafness:before,.epkbfa-hard-of-hearing:before{content:""!important}.epkbfa-glide:before{content:""!important}.epkbfa-glide-g:before{content:""!important}.epkbfa-sign-language:before,.epkbfa-signing:before{content:""!important}.epkbfa-low-vision:before{content:""!important}.epkbfa-viadeo:before{content:""!important}.epkbfa-viadeo-square:before{content:""!important}.epkbfa-snapchat:before{content:""!important}.epkbfa-snapchat-ghost:before{content:""!important}.epkbfa-snapchat-square:before{content:""!important}.epkbfa-pied-piper:before{content:""!important}.epkbfa-first-order:before{content:""!important}.epkbfa-yoast:before{content:""!important}.epkbfa-themeisle:before{content:""!important}.epkbfa-google-plus-circle:before,.epkbfa-google-plus-official:before{content:""!important}.epkbfa-fa:before,.epkbfa-font-awesome:before{content:""!important}.epkbfa-handshake-o:before{content:""!important}.epkbfa-envelope-open:before{content:""!important}.epkbfa-envelope-open-o:before{content:""!important}.epkbfa-linode:before{content:""!important}.epkbfa-address-book:before{content:""!important}.epkbfa-address-book-o:before{content:""!important}.epkbfa-address-card:before,.epkbfa-vcard:before{content:""!important}.epkbfa-address-card-o:before,.epkbfa-vcard-o:before{content:""!important}.epkbfa-user-circle:before{content:""!important}.epkbfa-user-circle-o:before{content:""!important}.epkbfa-user-o:before{content:""!important}.epkbfa-id-badge:before{content:""!important}.epkbfa-drivers-license:before,.epkbfa-id-card:before{content:""!important}.epkbfa-drivers-license-o:before,.epkbfa-id-card-o:before{content:""!important}.epkbfa-quora:before{content:""!important}.epkbfa-free-code-camp:before{content:""!important}.epkbfa-telegram:before{content:""!important}.epkbfa-thermometer-4:before,.epkbfa-thermometer-full:before,.epkbfa-thermometer:before{content:""!important}.epkbfa-thermometer-3:before,.epkbfa-thermometer-three-quarters:before{content:""!important}.epkbfa-thermometer-2:before,.epkbfa-thermometer-half:before{content:""!important}.epkbfa-thermometer-1:before,.epkbfa-thermometer-quarter:before{content:""!important}.epkbfa-thermometer-0:before,.epkbfa-thermometer-empty:before{content:""!important}.epkbfa-shower:before{content:""!important}.epkbfa-bath:before,.epkbfa-bathtub:before,.epkbfa-s15:before{content:""!important}.epkbfa-podcast:before{content:""!important}.epkbfa-window-maximize:before{content:""!important}.epkbfa-window-minimize:before{content:""!important}.epkbfa-window-restore:before{content:""!important}.epkbfa-times-rectangle:before,.epkbfa-window-close:before{content:""!important}.epkbfa-times-rectangle-o:before,.epkbfa-window-close-o:before{content:""!important}.epkbfa-bandcamp:before{content:""!important}.epkbfa-grav:before{content:""!important}.epkbfa-etsy:before{content:""!important}.epkbfa-imdb:before{content:""!important}.epkbfa-ravelry:before{content:""!important}.epkbfa-eercast:before{content:""!important}.epkbfa-microchip:before{content:""!important}.epkbfa-snowflake-o:before{content:""!important}.epkbfa-superpowers:before{content:""!important}.epkbfa-wpexplorer:before{content:""!important}.epkbfa-meetup:before{content:""!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.epkb-doc-search-container a,.epkb-doc-search-container b,.epkb-doc-search-container button,.epkb-doc-search-container div,.epkb-doc-search-container fieldset,.epkb-doc-search-container form,.epkb-doc-search-container h1,.epkb-doc-search-container h2,.epkb-doc-search-container h3,.epkb-doc-search-container h4,.epkb-doc-search-container h5,.epkb-doc-search-container h6,.epkb-doc-search-container header,.epkb-doc-search-container i,.epkb-doc-search-container img,.epkb-doc-search-container input,.epkb-doc-search-container label,.epkb-doc-search-container legend,.epkb-doc-search-container li,.epkb-doc-search-container menu,.epkb-doc-search-container nav,.epkb-doc-search-container ol,.epkb-doc-search-container p,.epkb-doc-search-container section,.epkb-doc-search-container span,.epkb-doc-search-container strong,.epkb-doc-search-container ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none}#eckb-article-page-container-v2 .eckb-breadcrumb a,#eckb-article-page-container-v2 .eckb-breadcrumb b,#eckb-article-page-container-v2 .eckb-breadcrumb button,#eckb-article-page-container-v2 .eckb-breadcrumb div,#eckb-article-page-container-v2 .eckb-breadcrumb form,#eckb-article-page-container-v2 .eckb-breadcrumb h1,#eckb-article-page-container-v2 .eckb-breadcrumb h2,#eckb-article-page-container-v2 .eckb-breadcrumb h3,#eckb-article-page-container-v2 .eckb-breadcrumb h4,#eckb-article-page-container-v2 .eckb-breadcrumb h5,#eckb-article-page-container-v2 .eckb-breadcrumb h6,#eckb-article-page-container-v2 .eckb-breadcrumb header,#eckb-article-page-container-v2 .eckb-breadcrumb i,#eckb-article-page-container-v2 .eckb-breadcrumb img,#eckb-article-page-container-v2 .eckb-breadcrumb input,#eckb-article-page-container-v2 .eckb-breadcrumb li,#eckb-article-page-container-v2 .eckb-breadcrumb menu,#eckb-article-page-container-v2 .eckb-breadcrumb nav,#eckb-article-page-container-v2 .eckb-breadcrumb ol,#eckb-article-page-container-v2 .eckb-breadcrumb p,#eckb-article-page-container-v2 .eckb-breadcrumb section,#eckb-article-page-container-v2 .eckb-breadcrumb span,#eckb-article-page-container-v2 .eckb-breadcrumb strong,#eckb-article-page-container-v2 .eckb-breadcrumb ul,#eckb-article-page-container-v2 .eckb-navigation-back a,#eckb-article-page-container-v2 .eckb-navigation-back b,#eckb-article-page-container-v2 .eckb-navigation-back button,#eckb-article-page-container-v2 .eckb-navigation-back div,#eckb-article-page-container-v2 .eckb-navigation-back form,#eckb-article-page-container-v2 .eckb-navigation-back h1,#eckb-article-page-container-v2 .eckb-navigation-back h2,#eckb-article-page-container-v2 .eckb-navigation-back h3,#eckb-article-page-container-v2 .eckb-navigation-back h4,#eckb-article-page-container-v2 .eckb-navigation-back h5,#eckb-article-page-container-v2 .eckb-navigation-back h6,#eckb-article-page-container-v2 .eckb-navigation-back header,#eckb-article-page-container-v2 .eckb-navigation-back i,#eckb-article-page-container-v2 .eckb-navigation-back img,#eckb-article-page-container-v2 .eckb-navigation-back input,#eckb-article-page-container-v2 .eckb-navigation-back li,#eckb-article-page-container-v2 .eckb-navigation-back menu,#eckb-article-page-container-v2 .eckb-navigation-back nav,#eckb-article-page-container-v2 .eckb-navigation-back ol,#eckb-article-page-container-v2 .eckb-navigation-back p,#eckb-article-page-container-v2 .eckb-navigation-back section,#eckb-article-page-container-v2 .eckb-navigation-back span,#eckb-article-page-container-v2 .eckb-navigation-back strong,#eckb-article-page-container-v2 .eckb-navigation-back ul,#eckb-article-page-container-v2 .eckb-tag-container a,#eckb-article-page-container-v2 .eckb-tag-container b,#eckb-article-page-container-v2 .eckb-tag-container button,#eckb-article-page-container-v2 .eckb-tag-container div,#eckb-article-page-container-v2 .eckb-tag-container form,#eckb-article-page-container-v2 .eckb-tag-container h1,#eckb-article-page-container-v2 .eckb-tag-container h2,#eckb-article-page-container-v2 .eckb-tag-container h3,#eckb-article-page-container-v2 .eckb-tag-container h4,#eckb-article-page-container-v2 .eckb-tag-container h5,#eckb-article-page-container-v2 .eckb-tag-container h6,#eckb-article-page-container-v2 .eckb-tag-container header,#eckb-article-page-container-v2 .eckb-tag-container i,#eckb-article-page-container-v2 .eckb-tag-container img,#eckb-article-page-container-v2 .eckb-tag-container input,#eckb-article-page-container-v2 .eckb-tag-container li,#eckb-article-page-container-v2 .eckb-tag-container menu,#eckb-article-page-container-v2 .eckb-tag-container nav,#eckb-article-page-container-v2 .eckb-tag-container ol,#eckb-article-page-container-v2 .eckb-tag-container p,#eckb-article-page-container-v2 .eckb-tag-container section,#eckb-article-page-container-v2 .eckb-tag-container span,#eckb-article-page-container-v2 .eckb-tag-container strong,#eckb-article-page-container-v2 .eckb-tag-container ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;list-style-image:none}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__title{margin:0;padding:0}.eckb-article-resets #eckb-article-page-container-v2 .eckb-article-title{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.eckb-article-resets #eckb-article-page-container-v2 .eckb-article-content-header__article-meta{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.eckb-article-resets #eckb-article-page-container-v2 .eckb-breadcrumb{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.eckb-article-resets #eckb-article-page-container-v2 .eckb-navigation-back{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.eckb-article-resets #eckb-article-page-container-v2 #eckb-article-content-body{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.et-fb-preview--wireframe #eckb-article-page-container-v2 .et-fb-iframe-ancestor{display:block!important}.et-fb-preview--wireframe .et-fb-root-ancestor #eckb-article-page-container-v2 #eckb-article-body{display:block!important}.eckb_ap_active_theme_Divi #eckb-article-content #eckb-article-content-body ul{list-style-type:disc;padding-left:30px;line-height:26px}.eckb_ap_active_theme_Divi #eckb-article-content #eckb-article-content-body ol{list-style-type:decimal;list-style-position:inside;padding-left:30px;line-height:26px}.eckb_ap_active_theme_Divi #eckb-article-content #eckb-article-content-body ul li ol{padding:2px 0 2px 30px}.eckb_ap_active_theme_Divi #eckb-article-content #eckb-article-content-body ul li ul{padding:2px 0 2px 30px}.eckb_ap_active_theme_Divi #eckb-article-content #eckb-article-content-body ol li ul{padding:2px 0 2px 30px}.eckb_mp_active_theme_twentyseventeen h5{letter-spacing:0}.eckb_ap_active_theme_twentyseventeen .epkb-sidebar-container-v2 h5{letter-spacing:0;text-transform:none}.eckb_mp_active_theme_phlox .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]{max-width:100%!important}.eckb_ap_active_theme_phlox .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]{max-width:100%!important}.eckb_mp_active_theme_colibri-wp #epkb-content-container article:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container article:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container aside:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container aside:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container details:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container details:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container div:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container div:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container figcaption:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container figcaption:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container figure:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container figure:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container footer:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container footer:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container header:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container header:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container hgroup:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container hgroup:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container menu:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container menu:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container nav:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container nav:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container section:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container section:before,.eckb_mp_active_theme_colibri-wp #epkb-content-container ul:after,.eckb_mp_active_theme_colibri-wp #epkb-content-container ul:before{display:none}.eckb_mp_active_theme_colibri-wp #epkb-content-container .h-text ul>li::before{display:none}.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item-container::after,.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item-container::before,.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item__question::after,.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item__question::before,.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item__question__text::after,.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item__question__text::before{display:none}.eckb_mp_active_theme_colibri-wp .epkb-faqs-container .epkb-faqs__item__question__icon::after{display:none}[class^=avada] .single-epkb_post_type_1 #boxed-wrapper{overflow:inherit!important}.eckb_mp_active_theme_twentytwenty .eckb-categories-list .epkb-cat-count{word-break:normal}.eckb_ap_active_theme_twentytwenty .eckb-toolbar-button-text{word-break:normal}.eckb_mp_active_theme_twentynineteen h2:before{display:none}.eckb_ap_active_theme_twentynineteen h1:before,.eckb_ap_active_theme_twentynineteen h2:before,.eckb_ap_active_theme_twentynineteen h3:before,.eckb_ap_active_theme_twentynineteen h4:before{display:none}.eckb_cp_active_theme_twentynineteen h1:before,.eckb_cp_active_theme_twentynineteen h2:before,.eckb_cp_active_theme_twentynineteen h3:before,.eckb_cp_active_theme_twentynineteen h4:before{display:none}.eckb_mp_active_theme_twentysixteen a{box-shadow:none}.single-epkb_post_type_1#neve_body .wrapper{overflow:initial!important}.eckb_mp_active_theme_shapely section{overflow:initial}.eckb_ap_active_theme_Shapely footer,.eckb_ap_active_theme_Shapely section{padding:0}.ast-container .eckb-kb-template{width:100%}.epkb-editor-preview .site-content{z-index:9999999;position:relative}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#eckb-article-page-container-v2{position:relative;text-align:left;margin:auto;display:flex;flex-direction:column}#eckb-article-page-container-v2 .epkb-doc-search-container{position:relative;z-index:1;padding:50px 0;max-width:100%;text-align:center;width:100%}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-doc-search-container__title{text-align:center;font-size:30px;margin-bottom:23px}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-doc-search-container__title{font-size:36px}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search{width:80%;margin:0 auto;position:relative}@media only screen and (max-width:768px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search{width:100%!important}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box{position:relative;text-align:center;display:block}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box{display:flex}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]{width:80%!important;line-height:22px;font-size:18px;padding:10px 43px!important;height:50px;display:inline-block!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]{width:100%!important}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap{display:inline-block;width:80%;font-size:18px}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap{display:block;width:initial}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap button{text-align:center;line-height:22px;font-size:18px;padding:10px 15px!important;height:50px;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-break:normal;word-wrap:normal;width:100%;position:relative;margin-top:24px}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap button{width:fit-content;margin-top:initial;position:initial}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 .epkb-search-box{word-break:normal}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 .epkb-search-box{display:flex}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 .epkb-search-box input[type=text]{margin-right:-3px}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 .epkb-search-box .epkb-search-box_button-wrap button{display:inline-block!important;top:0;right:-1px;margin:0;margin-top:24px;position:relative;box-sizing:border-box;width:100%}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 .epkb-search-box .epkb-search-box_button-wrap button{width:fit-content;margin-top:0;position:initial}}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 .epkb-search-box{display:block}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 .epkb-search-box .epkb-search-box_button-wrap button{border:1px solid #407fb3;margin-top:24px;width:100%;position:relative;display:inline-block!important}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 .epkb-search-box .epkb-search-box_button-wrap button{box-sizing:border-box;margin-top:15px;width:fit-content;position:initial}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3{width:80%}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3 .epkb-search-box{display:block;word-break:normal}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3 .epkb-search-box{display:flex}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3 .epkb-search-box input[type=text]{width:100%}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3 .epkb-search-box .epkb-search-box_button-wrap button{display:none!important}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-4 .epkb-search-box .epkb-search-box_button-wrap button{top:0;right:-1px;position:relative;margin:0;margin-top:24px;width:100%;display:inline-block!important}@media only screen and (min-width:769px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-4 .epkb-search-box .epkb-search-box_button-wrap button{width:fit-content;display:inline-block;box-sizing:border-box;position:initial;margin-top:0}}#eckb-article-page-container-v2 #eckb-article-header{width:100%}#eckb-article-page-container-v2 #eckb-article-body{display:grid;grid-template-rows:auto;align-items:stretch;width:100%;max-width:100%;grid-template-areas:"left-sidebar content right-sidebar";margin:0 auto}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-left-sidebar{position:relative}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-left-sidebar.epkb-editor-zone:before{content:'';position:absolute;display:block;left:0;right:0;bottom:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content{position:relative}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header{width:100%;display:flex;flex-direction:column}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back{float:left;width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-navigation-button{float:left}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-navigation-button a{float:left}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta{float:left;width:100%;padding:10px 0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-created{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-created .eckb-ach__article-meta__date-created__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-created .eckb-ach__article-meta__date-created__date-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-updated{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-updated .eckb-ach__article-meta__date-updated__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-updated .eckb-ach__article-meta__date-updated__date-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__author{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__author .eckb-ach__article-meta__author__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__author .eckb-ach__article-meta__author__author-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__views_counter{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__views_counter .eckb-ach__article-meta__views_counter__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-article-content-header__article-meta .eckb-ach__article-meta__views_counter .eckb-ach__article-meta__views_counter-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb{float:left;width:100%;margin-bottom:20px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-label{float:left;margin-right:10px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-nav{float:left;padding:0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-nav li{float:left;display:block;padding-right:10px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-nav li a{text-decoration:none;font-weight:inherit;font-family:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-nav li a span{font-weight:inherit;font-family:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-nav li .eckb-breadcrumb-link{font-weight:inherit;font-family:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-nav li .eckb-breadcrumb-link span[aria-current=page]{font-weight:inherit!important;font-family:inherit!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-breadcrumb .eckb-breadcrumb-link-icon{font-size:.6em;line-height:2em;display:inline-block;vertical-align:middle;margin-left:6px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2{width:100%;display:flex;position:relative;flex-direction:column}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-header-row-left-group{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-right:30px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-header-row-right-group{display:flex;justify-content:flex-end;flex-wrap:wrap;flex:1}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-1,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-2,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-3,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-4,#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-row-5{display:flex;flex-direction:column;justify-content:flex-start;position:relative}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-title-container{display:flex;justify-content:space-between;align-items:center}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-title-container .eckb-article-title{margin:0;padding:0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-created-date-container{display:flex;justify-content:space-between;align-items:center;margin:0 10px 0 0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-created-date-container .eckb-meta-data-feature-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-created-date-container .eckb-meta-data-feature-text{margin-right:5px;white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-created-date-container .eckb-meta-data-feature-value time{white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-last-updated-date-container{display:flex;justify-content:space-between;align-items:center;margin:0 10px 0 0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-last-updated-date-container .eckb-meta-data-feature-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-last-updated-date-container .eckb-meta-data-feature-text{margin-right:5px;white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-last-updated-date-container .eckb-meta-data-feature-value time{white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-article-views-counter-container{display:flex;justify-content:space-between;align-items:center;margin:0 10px 0 0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-article-views-counter-container .eckb-meta-data-feature-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-article-views-counter-container .eckb-meta-data-feature-text{margin-right:5px;white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-article-views-counter-container .eckb-meta-data-feature-value time{white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-author-container{display:flex;justify-content:space-between;align-items:center;margin:0 10px 0 0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-author-container .eckb-meta-data-feature-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-author-container .eckb-meta-data-feature-text{margin-right:5px;white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-author-container .eckb-meta-data-feature-value{white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container{display:flex;justify-content:space-between;align-items:center}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-label{display:inline;margin-right:10px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-outline{display:inline-block}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-nav{padding:0;display:inline}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-nav li{display:inline;padding-right:10px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-nav li a{text-decoration:none;font-weight:inherit;font-family:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-nav li a span{font-weight:inherit;font-family:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-link{font-weight:inherit;font-family:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-link span[aria-current=page]{font-weight:inherit!important;font-family:inherit!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-link-icon{font-size:.6em;line-height:2em;display:inline-block;vertical-align:middle;margin-left:6px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-link{font-weight:inherit}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-header-bar-toolbar{display:flex;justify-content:flex-end;align-items:center}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back{float:left;width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-navigation-button{float:left;white-space:nowrap}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-navigation-button a{float:left;text-decoration:none}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-toolbar-container .eckb-article-content-toolbar-button-container{display:flex;justify-content:flex-start;align-items:center}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-print-button-container{display:flex;justify-content:flex-start;align-items:center}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-print-button-container span:first-child{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-body{width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-right-sidebar{position:relative}
@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]{color:#000;border-style:solid!important}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]:focus{color:#000}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]::-webkit-input-placeholder{color:#c9c7c7}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]::-moz-placeholder{color:#c9c7c7}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]:-ms-input-placeholder{color:#c9c7c7}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box input[type=text]:-moz-placeholder{color:#c9c7c7}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap button{color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.4);border-style:solid!important}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search .epkb-search-box .epkb-search-box_button-wrap button:hover{cursor:pointer;color:#fff}#eckb-article-page-container-v2 .epkb-doc-search-container .loading-spinner{display:none;position:absolute;border:3px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:23px;height:23px;animation:spin 1s linear infinite;top:13px;left:9px}@media only screen and (max-width:768px){#eckb-article-page-container-v2 .epkb-doc-search-container .loading-spinner{left:12%}}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results{text-align:left;background-color:#fff;border:solid 1px #ddd;padding:10px;display:none}@media only screen and (max-width:768px){#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results{width:80%!important;margin:0 auto}}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results .epkb-search-results-message{font-size:1.2em;font-weight:700;padding:8px}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul{list-style-type:none}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul li{padding:8px}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul li a{text-decoration:none;box-shadow:none}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul li a .epkb_search_results__article-title{color:#444;font-size:1em;line-height:1em;position:relative;display:block}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul li a .epkb_search_results__article-title .epkb_search_results__article-title__icon{font-size:1em;position:absolute;top:2px;left:0}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul li a .epkb_search_results__article-title .epkb_search_results__article-title__text{display:block;margin-left:24px;line-height:1em;float:none}#eckb-article-page-container-v2 .epkb-doc-search-container #epkb_search_results ul li a .epkb_search_results__article-title .ep_font_icon_document{font-size:1em;position:absolute;top:0;left:0;line-height:1em}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 input[type=text]{border-radius:5px!important}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 button{border-radius:0 5px 5px 0}@media only screen and (max-width:768px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-1 button{border-radius:5px}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 input[type=text]{border-radius:5px!important}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 button{border-radius:5px!important}@media only screen and (max-width:768px){#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 button{border-radius:5px}}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-2 #epkb_search_results{margin-top:14px}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3 input[type=text]{border-radius:50px}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-3 #epkb_search_results{width:77%;margin:0 auto}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-4 input[type=text]{border-radius:0!important}#eckb-article-page-container-v2 .epkb-doc-search-container .epkb-search-form-4 button{border-radius:0}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back:hover{cursor:pointer}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-navigation-button a{text-decoration:none}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-btn-hover-1 :hover{opacity:.7}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-btn-hover-2 :hover{opacity:.8}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-btn-hover-3 :hover{opacity:.9}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-btn-hover-4 section:hover{background-color:#fbfbfb!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-btn-hover-5 section:hover{background-color:#f8f8f8!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-navigation-back .eckb-btn-hover-6 section:hover{background-color:#f1f1f1!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header .eckb-print-button-meta-container:hover{cursor:pointer}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back:hover{cursor:pointer}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-btn-hover-1 :hover{opacity:.7}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-btn-hover-2 :hover{opacity:.8}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-btn-hover-3 :hover{opacity:.9}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-btn-hover-4 section:hover{background-color:#fbfbfb!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-btn-hover-5 section:hover{background-color:#f8f8f8!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-navigation-back .eckb-btn-hover-6 section:hover{background-color:#f1f1f1!important}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-print-button-container:hover{cursor:pointer}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-print-button-container.loading .eckb-toolbar-button-icon{animation:epkbfa-spin 2s infinite linear}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-print-button-container.loading .eckb-toolbar-button-icon:before{content:""}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-body{width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer{width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin:40px 0;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}@media only screen and (max-width:768px){#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container{flex-direction:column;justify-content:flex-start}}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous{width:40%;box-sizing:border-box;margin-right:10px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous a{display:block;position:relative;padding:10px 10px;border-radius:3px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous a .epkb-article-navigation__label{display:block;font-size:14px;padding-bottom:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous a .epkb-article-navigation-article__title{display:block;position:relative;font-weight:700;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:20px;margin:10px 0;line-height:19px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous .epkb-article-navigation__previous__icon{position:absolute;top:2px;left:0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous .epkb-article-navigation__label__previous__icon{font-size:1em;display:inline-flex}@media only screen and (max-width:768px){#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__previous{width:100%;margin:10px 0}}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next{width:40%;box-sizing:border-box}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next a{display:block;position:relative;padding:10px 10px;border-radius:3px;text-align:right}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next a .epkb-article-navigation__label{display:block;font-size:14px;padding-bottom:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next a .epkb-article-navigation-article__title{display:block;position:relative;font-weight:700;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:20px;margin:10px 0;line-height:19px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next .epkb-article-navigation__next__icon{position:absolute;top:2px;right:0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next .epkb-article-navigation__label__next__icon{font-size:1em}@media only screen and (max-width:768px){#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container .epkb-article-navigation__next{width:100%;margin:10px 0}}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-article-navigation-container.epkb-article-navigation--next-link-right{justify-content:flex-end}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta{float:left;width:100%;padding:10px 0}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-created{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-created .eckb-ach__article-meta__date-created__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-created .eckb-ach__article-meta__date-created__date-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-updated{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-updated .eckb-ach__article-meta__date-updated__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-updated .eckb-ach__article-meta__date-updated__date-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__author{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__author .eckb-ach__article-meta__author__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__author .eckb-ach__article-meta__author__author-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__views_counter{float:left;margin-right:15px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__views_counter .eckb-ach__article-meta__views_counter__text{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .eckb-article-content-footer__article-meta .eckb-ach__article-meta__views_counter .eckb-ach__article-meta__views_counter-icon{margin-right:5px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer .epkb-comments-container{float:left;width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .eckb-article-toc{height:fit-content;width:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .eckb-article-toc .eckb-article-toc__inner{display:inline-block;width:100%;float:left;margin-bottom:20px}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .eckb-article-toc--bmode-between .eckb-article-toc__inner{border-bottom-width:4px;border-bottom-style:solid}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .eckb-article-toc--bmode-around .eckb-article-toc__inner{border-width:2px;border-style:solid}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-left-sidebar .eckb-article-toc--bmode-between .eckb-article-toc__inner{border-right-width:4px;border-right-style:solid}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-left-sidebar .eckb-article-toc--bmode-around .eckb-article-toc__inner{border-width:2px;border-style:solid}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-right-sidebar.epkb-editor-zone:before{content:'';position:absolute;display:block;left:0;right:0;bottom:100%}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-right-sidebar .eckb-article-toc--bmode-between .eckb-article-toc__inner{border-left-width:4px;border-left-style:solid}#eckb-article-page-container-v2 #eckb-article-body #eckb-article-right-sidebar .eckb-article-toc--bmode-around .eckb-article-toc__inner{border-width:2px;border-style:solid}#eckb-article-page-container-v2 #eckb-article-footer{width:100%}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles figure,#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles li,#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles ol,#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles figure a,#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles li a,#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles ol a,#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles ul a{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles li{margin-bottom:10px}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget{margin-bottom:30px;width:100%;font-size:14px}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget ul{padding-left:20px}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget ul li{line-height:26px}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget .searchform{position:relative}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget .searchform div{display:flex;justify-content:flex-start;align-items:baseline}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget .searchform div .screen-reader-text{display:none}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget .searchform div input{padding:8px;width:100%;margin:0;font-size:14px;border:1px solid #ddd}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget .searchform div #searchsubmit{background-color:#ddd;width:100px}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget figure{width:100%}#eckb-article-page-container-v2 #eckb-article-widget-sidebar-container.eckb-article-widget-sidebar--default-styles .eckb-article-widget-sidebar-body__widget figure img{width:100%}#eckb-article-page-container-v2 .eckb-article-toc{height:fit-content;z-index:9;position:sticky;width:100%;top:100px;margin-bottom:20px}#eckb-article-page-container-v2 .eckb-article-toc.epkb-editor-zone--active{top:0;transition:0s!important}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__title{opacity:0}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner{padding:10px;max-height:calc(100vh - 140px);overflow:auto;position:relative}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__title{opacity:1;font-size:1.2em;font-weight:700;border-bottom:solid 1px #ccc}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner ul{margin:0;padding:0}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner ul li{line-height:1.5em;margin:10px 0}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner ul li a{display:inline-block;padding:2px 12px;width:100%;border-radius:4px;line-height:1.5em;word-wrap:break-word}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner ul li a:hover{cursor:pointer}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-2 a{padding-left:20px}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-3 a{padding-left:30px}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-4 a{padding-left:40px}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-5 a{padding-left:50px}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-6 a{padding-left:60px}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar-button{display:block;height:100%;border-radius:0;background-color:#aaa}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar-button:hover{background-color:#aaa}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar-thumb{background-color:#000}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar-thumb:hover{background-color:#3986cc}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar-track{background-color:#ccc}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar-track:hover{background-color:#ccc}#eckb-article-page-container-v2 .eckb-article-toc .eckb-article-toc__inner::-webkit-scrollbar{width:3px}#eckb-article-page-container-v2 .eckb-article-toc-reset li,#eckb-article-page-container-v2 .eckb-article-toc-reset ol,#eckb-article-page-container-v2 .eckb-article-toc-reset ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}#eckb-article-page-container-v2 .eckb-article-toc-reset li a,#eckb-article-page-container-v2 .eckb-article-toc-reset ol a,#eckb-article-page-container-v2 .eckb-article-toc-reset ul a{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}#eckb-article-page-container-v2 .eckb-tag-container{float:left;width:100%;padding:20px 0 20px 0}#eckb-article-page-container-v2 .eckb-tag-container .eckb-tag-description{float:left;margin-right:5px}#eckb-article-page-container-v2 .eckb-tag-container .eckb-tag-list{float:left}#eckb-article-page-container-v2 .eckb-tag-container .eckb-tag-list li{display:block;float:left;margin-right:10px}#eckb-article-page-container-v2 .eckb-comments-container{float:left;width:100%;padding:5px 0 5px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content{color:#666;font-size:16px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1em;font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-article-title img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-created img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__date-updated img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__author img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-ach__article-meta__views_counter img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb .eckb-breadcrumb-label{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb .eckb-breadcrumb-link{font-family:inherit;font-weight:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-breadcrumb .eckb-breadcrumb-link>a{font-family:inherit;font-weight:inherit!important}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back{font-size:14px;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back p{padding-bottom:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content .eckb-navigation-back img{max-width:100%;height:auto}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ul{display:block;list-style-type:disc;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ul ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ul ul{list-style-type:circle}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ul ul ul{list-style-type:square}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ol{display:block;list-style-type:decimal;padding:0 0 1em 3em;margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ol ol,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body li{line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body p{padding-bottom:1em;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body cite,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body em,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body i{font-style:italic}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body code,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body pre{font-family:Courier New,monospace;display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body sub,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body sub{top:.3em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body embed,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body iframe,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body object,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body video{max-width:100%}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h1,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h2,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h3,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h4,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h5,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h6{margin:10px 0;padding-bottom:10px;font-weight:500;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h1 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h2 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h3 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h4 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h5 a,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=email],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=password],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=tel],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input.text:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input.title:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body select:focus,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input.text,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input.title,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body input[type=text],.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body select,.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body textarea{margin:0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body table td{border:1px solid #ddd;padding:20px;margin:10px 0}.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body img{max-width:100%;height:auto}#eckb-article-page-container-v2 .eckb-article-cat-layout-list{margin-bottom:20px}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner{padding:10px}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner .eckb-acll__title{font-size:1.2em;margin:.5em;font-weight:700;border-bottom:solid 1px #ccc}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul{margin:.5em;padding:0}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul li{line-height:1.5em;margin:10px 0}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul li a{display:grid;grid-template-rows:auto;align-items:center;grid-template-columns:85% 15%;width:100%;max-width:100%;grid-template-areas:"col_1 col_2"}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul li .eckb-acll__cat-item__name{line-height:1.5em}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul li .eckb-acll__cat-item__count{border-radius:6px;text-align:center;padding:.18em 0;display:inline-block;width:100%;max-width:40px}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul li.eckb--acll__cat-item--active a{font-weight:700}#eckb-article-page-container-v2 .eckb-article-cat-layout-list .eckb-article-cat-layout-list__inner ul li.eckb--acll__cat-item--active a span{font-weight:700!important}.eckb-article-cat-layout-list-reset li,.eckb-article-cat-layout-list-reset ol,.eckb-article-cat-layout-list-reset ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.eckb-article-cat-layout-list-reset li a,.eckb-article-cat-layout-list-reset ol a,.eckb-article-cat-layout-list-reset ul a{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}.eckb-front-end-body{overflow:visible}.eckb-front-end-body #content,.eckb-front-end-body #main,.eckb-front-end-body #page,.eckb-front-end-body #site-content,.eckb-front-end-body .content-area,.eckb-front-end-body .entry-content,.eckb-front-end-body .wrapper{overflow:visible}.siteorigin-panels #eckb-article-content-body{display:flex}.et_divi_theme #page-container{overflow-y:visible!important}@media only screen and (max-width:768px){#eckb-article-page-container-v2 #eckb-article-left-sidebar .eckb-article-toc.eckb-article-toc--position-right,#eckb-article-page-container-v2 #eckb-article-right-sidebar .eckb-article-toc.eckb-article-toc--position-right{display:none!important}#eckb-article-page-container-v2 #eckb-article-left-sidebar .eckb-article-toc.eckb-article-toc--position-left,#eckb-article-page-container-v2 #eckb-article-right-sidebar .eckb-article-toc.eckb-article-toc--position-left{display:none!important}}.eckb-kb-template{width:100%}.eckb-kb-template .eckb_main_title{width:100%;max-width:1080px;margin:0 auto;font-size:2.5em;padding-bottom:10px;color:#333;font-weight:500;line-height:1em}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#epkb-ml__row-1,#epkb-ml__row-2,#epkb-ml__row-3,#epkb-ml__row-4,#epkb-ml__row-5{margin:0 auto 40px auto}@media only screen and (max-width:981px){#epkb-modular-main-page-container #epkb-ml__module-categories-articles{flex-direction:column;gap:20px}#epkb-modular-main-page-container #epkb-ml__module-categories-articles .epkb-layout-container{width:100%}#epkb-modular-main-page-container #epkb-ml__module-categories-articles #epkb-ml-cat-article-sidebar{width:90%!important;margin:0 auto 0 auto!important;justify-content:center}#epkb-modular-main-page-container #epkb-ml__module-categories-articles #epkb-ml-cat-article-sidebar .epkb-ml-article-section{width:100%!important;margin:0 0 20px 0}}@media only screen and (max-width:768px){#epkb-modular-main-page-container #epkb-ml__row-1,#epkb-modular-main-page-container #epkb-ml__row-2,#epkb-modular-main-page-container #epkb-ml__row-3,#epkb-modular-main-page-container #epkb-ml__row-4,#epkb-modular-main-page-container #epkb-ml__row-5{width:100%!important;max-width:100%!important}}#epkb-modular-main-page-container .eckb-kb-no-content{display:block!important;padding:25px!important;background-color:#eee;margin:50px auto;width:50%;border:solid 1px #ddd;border-radius:10px;font-family:sans-serif}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-title{text-align:center!important;font-family:inherit;font-weight:700;font-size:29px}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-body{text-align:center}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-body p{padding:10px 0}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-body a.eckb-kb-no-content-btn{display:inline-block;height:fit-content;background-color:#2ea3f2;padding:10px;position:relative;font-family:'Open Sans',sans-serif;font-size:12px;text-align:center;text-decoration:none;color:#fff;border:solid 1px #186f8f;background-image:linear-gradient(bottom,#2ea3f2,#3eb8e5);background-image:-o-linear-gradient(bottom,#2ea3f2,#3eb8e5);background-image:-moz-linear-gradient(bottom,#2ea3f2,#3eb8e5);background-image:-webkit-linear-gradient(bottom,#2ea3f2,#3eb8e5);background-image:-ms-linear-gradient(bottom,#2ea3f2,#3eb8e5);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#2ea3f2),color-stop(1,#3eb8e5));border-radius:5px;box-shadow:inset 0 1px 0 #7fd2f1,0 1px 0 #fff;font-size:20px}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-body a.eckb-kb-no-content-btn a{text-decoration:none}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-body a.eckb-kb-no-content-btn:hover{cursor:pointer;background-image:linear-gradient(bottom,#0e8bdf,#3eb8e5);background-image:-o-linear-gradient(bottom,#0e8bdf,#3eb8e5);background-image:-moz-linear-gradient(bottom,#0e8bdf,#3eb8e5);background-image:-webkit-linear-gradient(bottom,#0e8bdf,#3eb8e5);background-image:-ms-linear-gradient(bottom,#0e8bdf,#3eb8e5);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#0e8bdf),color-stop(1,#3eb8e5));border-radius:5px}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-body a.eckb-kb-no-content-btn:focus{outline:0}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-footer{margin-left:20px!important}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-footer p{margin-top:25px!important;font-size:16px!important;font-family:Nunito,sans-serif!important;font-style:italic!important}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-footer span{font-size:16px!important;font-family:Nunito,sans-serif!important;font-style:italic!important}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-footer a{color:#2ea3f2!important;font-size:16px!important;font-family:Nunito,sans-serif!important;font-style:italic!important}#epkb-modular-main-page-container .eckb-kb-no-content .eckb-kb-no-content-footer a:hover{color:#0e8bdf!important;text-decoration:underline!important;text-decoration-color:#0e8bdf!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-loading{background-color:#fff!important;max-width:30%!important;width:300px!important;position:fixed!important;top:30%!important;left:50%!important;margin-left:-150px!important;box-shadow:0 3px 4px 0 #000!important;border:solid 4px #3b3b3b!important;z-index:999!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-loading .epkb-admin-dbl__header{padding:20px 20px 20px 20px!important;text-align:center!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-loading .epkb-admin-dbl__header .epkb-admin-dbl-icon{border:dashed 6px #2ea3f2!important;color:#2ea3f2!important;padding:30px!important;border-radius:100px!important;margin-bottom:30px!important;animation:epkb_spin 2s linear infinite}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-loading .epkb-admin-dbl__header .epkb-admin-dbl-icon:before{font-size:30px!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-loading .epkb-admin-dbl__header .epkb-admin-dbl-text{color:#2ea3f2!important;font-size:32px!important;font-weight:700!important;margin:0!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-loading .epkb-admin-dbl__body{padding:20px!important;text-align:center!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-admin-dialog-box-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background-color:rgba(0,0,0,.7)!important;z-index:100!important;animation:edit-post__fade-in-animation .2s ease-out 0s!important;animation-fill-mode:forwards!important}@keyframes epkb_spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form{display:none;background-color:#fff;width:700px;position:fixed;top:40%;left:50%;margin-left:-350px;box-shadow:-2px 11px 20px 2px #000;border:solid 1px #efefef;z-index:999}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=text]{width:100%;padding:6px 12px;margin:5px 0;border:solid 1px #d5dadf;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2c2c2c;background-color:#fff}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=text]:focus{border-color:#333;outline:0 none;box-shadow:0 0 0 1px #333}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=radio]{width:20px;height:20px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=radio]:before{width:10px!important;height:10px!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=radio]:before:checked{width:10px!important;height:10px!important}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=radio]:checked+label{font-weight:700}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=checkbox]{width:20px;height:20px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=checkbox]:before{width:10px;height:10px;margin:-1px 0 0 -1px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form input[type=checkbox]:checked+label{font-weight:700}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form select{padding:6px 12px;border-radius:4px;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;transition:50ms border-color ease-in-out;height:41px;font-size:16px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__header{padding:20px 20px 20px 20px;border-bottom:solid 1px #ddd;background-color:#fcfcfc}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__header h4{font-size:22px;margin:0}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__body{padding:20px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form{padding:20px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input{margin-bottom:10px;display:grid;grid-template-rows:auto;align-items:center;grid-template-columns:25% 25% 25% 25%;grid-template-areas:"textLabel textLabel textInput textInput" "radiolabel radio radio rado" "checklabel checkbox checkbox checkbox"}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input .epkb-text-label{grid-area:textLabel}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input .epkb-radio-label{grid-area:radiolabel}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input .epkb-checkbox-label{grid-area:checklabel}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input input[type=text]{grid-area:textInput}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input input[type=radio]{grid-area:radio}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__form .epkb-dbf__form__input input[type=checkbox]{grid-area:checkbox}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer{background-color:#f7f7f7;padding:10px;display:grid;grid-template-rows:auto;align-items:center;grid-template-columns:auto 50%;border-top:solid 1px #ddd}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept{text-transform:uppercase;margin:10px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept:hover{cursor:pointer}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept .epkb-dbf__footer__accept__btn{display:block;padding:20px;text-align:center;font-size:17px;font-weight:700}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--success{background-color:#78b956;color:#fff}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--success:hover{background-color:#8fdd7d}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--error{background-color:#d95651;color:#fff}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--error:hover{background-color:#e27f7b}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--warning{background-color:#f0bc71;color:#fff}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--warning:hover{background-color:#f5d29f}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--default{background-color:#ddd;color:#000}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--default:hover{background-color:#e7e7e7}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--primary{background-color:#2ea3f2;color:#fff}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__accept--primary:hover{background-color:#2ea3f2}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__cancel{background-color:#ddd;color:#636262;text-transform:uppercase;margin:10px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__cancel:hover{cursor:pointer;background-color:#e7e7e7}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__footer .epkb-dbf__footer__cancel .epkb-dbf__footer__cancel__btn{display:block;padding:20px;text-align:center;font-size:17px;font-weight:700}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__close{position:absolute;top:9px;right:10px;padding:8px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__close:before{font-size:25px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form .epkb-dbf__close:hover{cursor:pointer;opacity:.7;box-shadow:inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff;border-radius:4px}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form--active{display:block}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form--active+.epkb-dialog-box-form-black-background{display:block}#epkb-modular-main-page-container .eckb-kb-no-content .epkb-dialog-box-form-black-background{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:9}#epkb-modular-main-page-container .epkb-ml-article-section:last-child{margin-bottom:0!important}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#epkb-ml__module-search{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}@keyframes spin{to{transform:rotate(360deg)}}#epkb-ml__module-search .epkb-ml-search-title{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto;line-height:70px}#epkb-ml__module-search .epkb-ml-search-box__input{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}#epkb-ml__module-search .epkb-ml-search-box__btn{width:initial;position:relative;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto}#epkb-ml__module-search .epkb-ml-search-box__btn .epkb-ml-search-box__text{word-break:keep-all}#epkb-ml__module-search .epkb-ml-search-box__btn .epkbfa-ml-loading-icon{visibility:hidden;font-size:24px;color:#fff;animation:spin 1s infinite linear}#epkb-ml__module-search .epkb-ml-search-box__btn:hover{cursor:pointer}#epkb-ml__module-search #epkb-ml-search-results{display:none;position:absolute;z-index:99999;box-sizing:border-box;line-height:1.5;left:0;box-shadow:rgba(0,0,0,.24) 0 3px 8px;background-color:#f8fafc;padding:0 10px;overflow:auto;max-height:520px;width:100%}#epkb-ml__module-search #epkb-ml-search-results .epkb-ml-search-results__no-results{text-align:center;font-size:18px;background-color:#ededed;padding:10px 0;margin:0 -10px}#epkb-ml__module-search #epkb-ml-search-results ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none;border:0;border:none;text-transform:none;letter-spacing:0;height:auto;list-style-type:none;padding:10px 0 0 0}#epkb-ml__module-search #epkb-ml-search-results ul li{position:relative;background-color:#fff;border:1px solid transparent;border-radius:4px;padding:23px 30px;box-shadow:0 3px 8px 0 rgba(0,0,0,.03);margin:0 0 10px 0;line-height:18px}#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article{display:flex;text-decoration:none;font-family:inherit;font-weight:inherit;font-size:17px}#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .eckb-article-title,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .epkb-article-inner,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .eckb-article-title,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .epkb-article-inner{position:relative;font-size:1em;display:block;font-family:inherit;font-weight:inherit}#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .eckb-article-title .eckb-article-title__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .eckb-article-title .epkb-article__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .epkb-article-inner .eckb-article-title__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .epkb-article-inner .epkb-article__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .eckb-article-title .eckb-article-title__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .eckb-article-title .epkb-article__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .epkb-article-inner .eckb-article-title__icon,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .epkb-article-inner .epkb-article__icon{font-size:1em;position:absolute;top:2px;left:0}#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .eckb-article-title .eckb-article-title__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .eckb-article-title .epkb-article__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .epkb-article-inner .eckb-article-title__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-ml-article-container .epkb-article-inner .epkb-article__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .eckb-article-title .eckb-article-title__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .eckb-article-title .epkb-article__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .epkb-article-inner .eckb-article-title__text,#epkb-ml__module-search #epkb-ml-search-results ul li .epkb-mp-article .epkb-article-inner .epkb-article__text{line-height:1.3em;float:left;display:block;margin-left:1.5em;font-family:inherit;font-weight:inherit}#epkb-ml__module-search #epkb-ml-search-results ul li:hover{background-color:#f7f7f7}#epkb-ml__module-search #epkb-ml-search-modern-layout .epkb-ml-search-title{font-size:48px;font-weight:700;text-align:center;max-width:740px;margin:0 auto}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form{position:relative;max-width:740px;margin:1.5rem auto 0 auto}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form .epkb-ml-search-box__input{font-size:16px;height:100%;background-color:#fff}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box{display:flex;position:relative;z-index:99;height:73px;border-radius:55px;padding:6px;transition:background .4s ease;background:rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(0,0,0,.1) 60%,rgba(0,0,0,.2) 100%)}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input{border:none;padding:0 25px;border-top-left-radius:55px;border-bottom-left-radius:55px;width:100%}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input:focus-visible{outline:0;box-shadow:inset 0 0 0 5px #1e7ce36e}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn{display:flex;width:100px;border:none;background:0 0}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn:hover{background-color:transparent}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn .epkbfa-ml-search-icon{font-size:24px;color:#fff;position:absolute;top:17px;left:31px}#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn .epkbfa-ml-loading-icon{position:absolute;top:17px;left:31px}#epkb-ml__module-search #epkb-ml-search-classic-layout .epkb-ml-search-title{font-size:48px;font-weight:700;text-align:center;max-width:740px;margin:0 auto}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form{position:relative;max-width:740px;margin:1.5rem auto 0 auto}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box{display:flex;position:relative;z-index:99;height:73px;border-radius:5px;padding:6px;box-shadow:0 1px 2px 0 #00000052;transition:background .4s,box-shadow .2s}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input{font-size:16px;color:#000;height:100%;width:100%;border:none;padding:0 25px;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;transition:background .4s,box-shadow .2s;background-color:#fff}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input:focus-visible{outline:0;box-shadow:inset 0 0 0 5px #1e7ce36e}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input::placeholder{color:#5c5c5c}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn{display:flex;align-items:center;text-align:center;font-size:16px;border:none;padding:0 25px;background-color:#0000004a;color:#fff;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn .epkbfa-ml-loading-icon{position:absolute;left:calc(50% - 10px)}#epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn:hover{background-color:transparent}#epkb-sidebar-container-v2{width:100%;position:relative;padding:0;margin:0 0 20px 0;border-style:solid}#epkb-sidebar-container-v2 .epkb-sidebar__cat__top-cat__heading-container .epkb-sidebar__heading__inner__name .epkb-sidebar__heading__inner__cat-name{font-size:1.3em;display:inline-block}#epkb-sidebar-container-v2 h3,#epkb-sidebar-container-v2 h4,#epkb-sidebar-container-v2 h5,#epkb-sidebar-container-v2 h6{display:inline-block;font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit}#epkb-sidebar-container-v2.epkb-sidebar--light-shadow{-webkit-box-shadow:0 3px 20px -10px rgba(0,0,0,.75);-moz-box-shadow:0 3px 20px -10px rgba(0,0,0,.75);box-shadow:0 3px 20px -10px rgba(0,0,0,.75)}#epkb-sidebar-container-v2.epkb-sidebar--medium-shadow{-webkit-box-shadow:3px 7px 7px 0 rgba(0,0,0,.34);-moz-box-shadow:3px 7px 7px 0 rgba(0,0,0,.34);box-shadow:3px 7px 7px 0 rgba(0,0,0,.34)}#epkb-sidebar-container-v2.epkb-sidebar--bottom-shadow{-webkit-box-shadow:0 2px 0 0 #e1e1e1;-moz-box-shadow:0 2px 0 0 #e1e1e1;box-shadow:0 2px 0 0 #e1e1e1}#epkb-sidebar-container-v2.epkb-sidebar--slim-scrollbar{position:relative}#epkb-sidebar-container-v2.epkb-sidebar--slim-scrollbar::-webkit-scrollbar{height:4px;width:4px}#epkb-sidebar-container-v2.epkb-sidebar--slim-scrollbar::-webkit-scrollbar-thumb{background:#000}#epkb-sidebar-container-v2.epkb-sidebar--xsFont{font-size:10px}#epkb-sidebar-container-v2.epkb-sidebar--xsFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h3,#epkb-sidebar-container-v2.epkb-sidebar--xsFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h4,#epkb-sidebar-container-v2.epkb-sidebar--xsFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h5,#epkb-sidebar-container-v2.epkb-sidebar--xsFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h6{display:inline-block}#epkb-sidebar-container-v2.epkb-sidebar--xsFont .epkb-article-title{font-size:10px}#epkb-sidebar-container-v2.epkb-sidebar--sFont{font-size:12px}#epkb-sidebar-container-v2.epkb-sidebar--sFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h3,#epkb-sidebar-container-v2.epkb-sidebar--sFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h4,#epkb-sidebar-container-v2.epkb-sidebar--sFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h5,#epkb-sidebar-container-v2.epkb-sidebar--sFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h6{display:inline-block}#epkb-sidebar-container-v2.epkb-sidebar--sFont .epkb-article-title{font-size:12px}#epkb-sidebar-container-v2.epkb-sidebar--mFont{font-size:14px}#epkb-sidebar-container-v2.epkb-sidebar--mFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h3,#epkb-sidebar-container-v2.epkb-sidebar--mFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h4,#epkb-sidebar-container-v2.epkb-sidebar--mFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h5,#epkb-sidebar-container-v2.epkb-sidebar--mFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h6{display:inline-block}#epkb-sidebar-container-v2.epkb-sidebar--mFont .epkb-article-title{font-size:14px}#epkb-sidebar-container-v2.epkb-sidebar--LFont{font-size:16px}#epkb-sidebar-container-v2.epkb-sidebar--LFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h3,#epkb-sidebar-container-v2.epkb-sidebar--LFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h4,#epkb-sidebar-container-v2.epkb-sidebar--LFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h5,#epkb-sidebar-container-v2.epkb-sidebar--LFont .epkb-category-level-2-3 .epkb-category-level-2-3__cat-name h6{display:inline-block}#epkb-sidebar-container-v2.epkb-sidebar--LFont .epkb-article-title{font-size:16px}#epkb-sidebar-container-v2.epkb-sidebar--TopCat-on .epkb-top-class-collapse-on{display:flex;align-items:center}#epkb-sidebar-container-v2.epkb-sidebar--TopCat-on .epkb-top-class-collapse-on:hover{cursor:pointer}#epkb-sidebar-container-v2.epkb-sidebar--TopCat-on .epkb-top-class-collapse-on .epkb-sidebar__heading__inner__name{align-items:center}#epkb-sidebar-container-v2.epkb-sidebar--TopCat-on .epkb-sidebar__cat__top-cat__body-container{display:none}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container{margin:0;padding:0}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__heading-container .epkb-sidebar__heading__inner .epkb-sidebar__heading__inner__name{display:flex}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__heading-container .epkb-sidebar__heading__inner .epkb-sidebar__heading__inner__desc{padding:10px 0}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__body-container .epkb-sidebar__body__main-cat{font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__body-container .epkb-sidebar__body__sub-cat{font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__body-container .epkb-sidebar__body__sub-cat li{font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__body-container .epkb-sidebar__body__sub-cat li .epkb-category-level-2-3{font-family:inherit;font-weight:inherit;display:flex;align-items:center}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__body-container .epkb-sidebar__body__sub-cat li .epkb-category-level-2-3:hover{cursor:pointer}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-sidebar__cat__top-cat .epkb-sidebar__cat__top-cat__body-container .epkb-sidebar__body__sub-cat li ul{display:none;font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container li:last-child.epkb-active-top-category .epkb-top-class-collapse-on{border-radius:0!important}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb_sidebar_expand_category_icon{padding-right:5px;font-size:.6em}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-show-all-articles{text-align:center;padding:10px;font-size:.9em;color:#2ea3f2;background-color:transparent}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-show-all-articles:hover{cursor:pointer}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container li .active{display:block!important;padding-left:5px!important;padding-right:5px!important;margin-left:-5px!important}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container li .active .article_active_bold span{font-weight:700!important}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-hide-elem{display:none!important}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .epkb-hide-elem.active{display:block!important}#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .sidebar_section_divider{border-bottom-style:solid}#epkb-sidebar-container-v2 .epkb-article-title{position:relative;display:block;font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .epkb-article-title .epkb-article-title__icon{position:absolute;top:2px;left:0}#epkb-sidebar-container-v2 .epkb-article-title .epkb-article-title__text{margin-left:1.5em;display:block;line-height:1.3em;font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .eckb-article-title,#epkb-sidebar-container-v2 .epkb-article-title{position:relative;font-size:1em;display:block;font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .eckb-article-title .eckb-article-title__icon,#epkb-sidebar-container-v2 .epkb-article-title .eckb-article-title__icon{position:absolute;top:2px;left:0}#epkb-sidebar-container-v2 .eckb-article-title .eckb-article-title__text,#epkb-sidebar-container-v2 .epkb-article-title .eckb-article-title__text{margin-left:1.5em;display:block;line-height:1.3em;font-family:inherit;font-weight:inherit}.epkb-sidebar--reset a,.epkb-sidebar--reset b,.epkb-sidebar--reset button,.epkb-sidebar--reset div,.epkb-sidebar--reset fieldset,.epkb-sidebar--reset form,.epkb-sidebar--reset h1,.epkb-sidebar--reset h2,.epkb-sidebar--reset h3,.epkb-sidebar--reset h4,.epkb-sidebar--reset h5,.epkb-sidebar--reset h6,.epkb-sidebar--reset header,.epkb-sidebar--reset i,.epkb-sidebar--reset img,.epkb-sidebar--reset input,.epkb-sidebar--reset label,.epkb-sidebar--reset legend,.epkb-sidebar--reset li,.epkb-sidebar--reset menu,.epkb-sidebar--reset nav,.epkb-sidebar--reset ol,.epkb-sidebar--reset p,.epkb-sidebar--reset section,.epkb-sidebar--reset span,.epkb-sidebar--reset strong,.epkb-sidebar--reset ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font-weight:400;line-height:1;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;list-style-type:none;list-style-image:none;float:none}.eckb-article-paged-navigation{text-align:center}@media print{#eckb-article-back-navigation-container,#eckb-article-content-breadcrumb-container,#eckb-article-content-footer,#eckb-article-content-toolbar-container,#eckb-article-footer,#eckb-article-header,#eckb-article-left-sidebar,#eckb-article-rating-container,#eckb-article-right-sidebar,#eprf-article-buttons-container,#eprf-article-feedback-container,.eckb-ach__article-meta__author__text,.eckb-ach__article-meta__date-created__text,.eckb-ach__article-meta__date-updated__text,.eckb-article-content-article-views-counter-container,.eckb-article-content-author-container,.eckb-article-content-created-date-container,.eckb-article-content-header__article-meta,.eckb-article-content-last-updated-date-container,.eckb-article-toc,.eckb-breadcrumb,.eckb-navigation-back,.eckb-print-button-meta-container,.eckb-print-hidden,.eprf-article-meta__like-dislike-rating,.eprf-article-meta__star-rating,footer,header{display:none!important}#eckb-article-content{width:100%}#eckb-article-body{display:block!important}ol,ul{padding-left:40px;margin-top:10px;margin-bottom:10px}#eckb-article-page-container-v2,body #eckb-article-page-container-v2 #eckb-article-body{width:100%!important}}