@charset "UTF-8";
@charset "UTF-8";
@charset 'UTF-8';
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
}
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
border-left: 4px solid #aaa;
padding: 1em;
}
.wp-block-quote.is-large {
padding: 1em 2em;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {    
width: 100vw;
max-width : 100vw;
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
width: 100vw !important;
max-width : 100vw;
margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}
.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
text-align: center;
max-width: 1200px;
width: 90%;
padding: 0 15px;
margin: 5px auto 0;
}
.no-sidebar .wp-block-table.alignfull {
display: table;
}
.no-sidebar .wp-block-audio.alignfull {
padding: 0 20px;
}
.no-sidebar .wp-block-categories.alignfull {
padding: 0 50px;
}
.no-sidebar .wp-block-gallery.alignfull {
padding: 0 25px;
} .wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border-color: #eee;
border: 0;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
border-top: 4px solid #aaa;
border-bottom: 4px solid #aaa;
padding: 1em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border-color: #ccc;
padding: 15px 25px;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button__link {
padding: 16px 40px;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: #26cdff;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
list-style-position: inside;
text-align: center;
} .blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
}  .has-blue-background-color {
background-color: #2c7dfa;
}
.has-green-background-color {
background-color: #07d79c;
}
.has-orange-background-color {
background-color: #ff8737;
}
.has-black-background-color {
background-color: #2f3633;
}
.has-grey-background-color {
background-color: #82868b;
} .has-blue-color {
color: #2c7dfa;
}
.has-green-color {
color: #07d79c;
}
.has-orange-color {
color: #ff8737;
}
.has-black-color {
color: #2f3633;
}
.has-grey-color {
color: #82868b;
} .has-larger-font-size {
font-size: 36px;
font-size: 2.25rem;
}
.has-huge-font-size {
font-size: 48px;
font-size: 3rem;
}
.has-larger-font-size,
.has-huge-font-size {
line-height: 1.5;
}
@media screen and (max-width: 992px) {
.has-larger-font-size {
font-size: 30px;
font-size: 1.875rem;
}
.has-huge-font-size {
font-size: 38px;
font-size: 2.375rem;
}
}
@media screen and (max-width: 767px) {
.has-larger-font-size {
font-size: 24px;
font-size: 1.5rem;
}
.has-huge-font-size {
font-size: 28px;
font-size: 1.75rem;
}
}
@media screen and (max-width: 567px) {
.has-larger-font-size,
.has-huge-font-size {
font-size: 16px;
font-size: 1rem;
line-height: 28px;
}
} .wp-block {
max-width: 840px;
}
 .slick-loading .slick-list
{
background: #fff url(//seiu-sfusd.org/wp-content/themes/memorial-blog/assets/fonts/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//seiu-sfusd.org/wp-content/themes/memorial-blog/assets/fonts/slick.eot);
src: url(//seiu-sfusd.org/wp-content/themes/memorial-blog/assets/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//seiu-sfusd.org/wp-content/themes/memorial-blog/assets/fonts/slick.woff) format('woff'), url(//seiu-sfusd.org/wp-content/themes/memorial-blog/assets/fonts/slick.ttf) format('truetype'), url(//seiu-sfusd.org/wp-content/themes/memorial-blog/assets/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
}
.boxed-layout #page,
.frame-layout #page {
width: 90%;
max-width: 1600px;
margin: 0 auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.frame-layout #page {
margin: 50px auto;
} h1.entry-title {
font-size: 2em;
margin: 0.67em 0;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 34px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 22px;
}
h6 {
font-size: 16px;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #555;
font-size: 16px;
line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 16px;
line-height: 1.4;
clear: both;
word-break: break-word;
color: #000;
font-weight: 400;
font-family: 'Jost', sans-serif;
}
p {
margin: 0 0 1.5em;
}
p:last-child {
margin: 0;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
padding: 15px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #f8f8f8;
overflow-x: hidden;
font-family: 'Jost', sans-serif;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 0;
padding-left: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
max-width: 100%;
display: inline-block;
vertical-align: middle;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
}
table, td, th {  
border: 1px solid #ddd;
text-align: left;
}
th, td {
padding: 15px;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
position: relative;
background-color: transparent;
font-size: 12px;
line-height: 42px;
font-weight: 600;
color: #4fd675;
border: 1px solid #4fd675;
text-transform: uppercase;
letter-spacing: 0.10em;
display: inline-block;
vertical-align: middle;
padding: 11px 18px;
line-height: 1.3;
cursor: pointer;
border-radius: 0;
text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
background-color: #4fd675;
color: #fff;
}
button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
background-color: #4fd675;
color: #fff;
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
background-color: #fff;
border: 1px solid #fff;
padding: 8px 12px;
border-radius: 0;
display: inline-block;
vertical-align: middle;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: thin dotted;
border-color: #4fd675;
}
select {
border: 1px solid #ccc;
}
select:focus {
outline: thin dotted;
}
textarea {
width: 100%;
}  a {
color: #4fd675;
}
a:hover, 
a:focus, 
a:active {
color: #000;
}
a:focus {
outline: thin dotted;
}
a:hover, 
a:active {
outline: 0;
} #masthead a,
#footer-widgets ul li a,
#secondary ul li a {
text-decoration: none;
} #masthead {
position: relative;
z-index: 10;
background-color: #fff;
}
#masthead .header-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0;
}
.site-branding-logo img {
max-height: 125px;
width: auto;
}
.site-title {
font-size: 22px;
margin: 0 0 2px;
line-height: 1.2;
font-weight: 400;
font-family: 'Jost', sans-serif;
}
.site-title a {
color: #000;
}
.site-title a:hover,
.site-title a:focus {
color: #4fd675; 
}
.site-description {
margin: 0;
color: #999;
font-size: 14px;
font-family: 'Jost', sans-serif;
}
.navigation-menu .search-form {
position: absolute;
float: right;
top: 0;
right: 30px;
}
.navigation-menu .search-form input[type="search"] {
color: #000;
width: 100%;
border: none;
padding: 17px 55px 17px 10px;
background-color: transparent;
}
.navigation-menu .search-form .search-submit {
border: none;
position: absolute;
top: 0;
right: 0;
height: 60px;
}
.navigation-menu .search-form .search-submit svg {
fill: #000;
}
.navigation-menu .search-form .search-submit:hover svg,
.navigation-menu .search-form .search-submit:focus svg {
fill: #fff;
}
.navigation-menu {
display: block;
width: 100%;
width: auto;
margin-left: auto;
}
.navigation-menu ul {
list-style: none;
margin: 0;
padding-left: 0;
}
ul.nav-menu, 
div.nav-menu > ul {
border-top: 1px solid #eee;
clear: both;
padding: 20px;
display: none;
position: absolute;
background-color: #fff;
left: 0;
right: 0;
width: 100%;
top: 100%;
}
.navigation-menu ul ul {
display: none;
}
.navigation-menu ul ul {
padding-left: 20px;
}
.navigation-menu li {
position: relative;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.navigation-menu a {
font-size: 12px;
display: block;
padding: 10px 0;
color: #000;
border-bottom: 1px solid #eee;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
font-family: 'Jost', sans-serif;
}
.navigation-menu .nav-menu > li:last-child > a {
border-bottom: none;
}
#site-navigation.navigation-menu .nav-menu > a {
text-transform: uppercase;
}
.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
color: #4fd675;
}
.navigation-menu li a svg {
display: none;
fill: #949393;
margin-left: 5px;
}
.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover > a {
color: #4fd675;
}
.navigation-menu .nav-menu > li > a:hover svg,
.navigation-menu .nav-menu > li > a:focus svg,
.navigation-menu .nav-menu > li:hover > a svg {
fill: #4fd675;
}
.menu-toggle,
.navigation-menu.toggled ul {
display: block;
}
.menu-toggle {
margin: 0 auto;
padding: 16px 15px;
line-height: 28px;
color: #000;
width: 100%;
font-size: 14px;
border: none;
width: auto;
position: relative;
z-index: 1;
float: right;
width: 40px;
height: 40px;
line-height: 1;
padding: 0;
border-radius: 40px;
}
.menu-toggle svg {
fill: #000;
width: 20px;
height: 20px;
}
.menu-toggle:hover svg,
.menu-toggle:focus svg {
fill: #fff;
}
.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
display: none;
}
.menu-toggle.active .icon-close {
display: inline-block;
}
.primary-menu-label {
display: none;
}
.nav-menu .dropdown-toggle {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 48px;
padding: 0;
border-radius: 0;
background-color: transparent;
border: none;
}
.nav-menu .dropdown-toggle:focus {
outline: thin dotted #4fd675;
}
.nav-menu .dropdown-toggle svg {
fill: #000;
}
#masthead .navigation-search-menu {
margin-left: 10px;
}
#masthead .navigation-search-menu .search-form,
#masthead .search-menu-toggle .icon-close {
display: none;
}
#masthead .navigation-search-menu.active .search-form {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgb(0 0 0 / 98%);
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
#masthead .navigation-search-menu .search-form input {
background-color: transparent;
border: none;
border-bottom: 1px solid #eee;
padding: 10px;
width: 300px;
color: #fff;
outline: none;
}
#masthead .navigation-search-menu .search-form button {
border: none;
background-color: transparent;
width: 40px;
height: 40px;
border-radius: 40px;
padding: 0;
line-height: 1;
}
#masthead .navigation-search-menu .search-form svg {
fill: #fff;
}
#masthead .navigation-search-menu.active .search-menu-toggle .icon-search {
display: none;
}
#masthead .navigation-search-menu.active .search-menu-toggle .icon-close {
display: block;
margin: auto;
fill: #fff;
}
#masthead .navigation-search-menu.active .search-menu-toggle {
position: relative;
z-index: 11;
}
#masthead .search-menu-toggle {
border: none;
background-color: #222;
border-radius: 40px;
width: 40px;
height: 40px;
line-height: 1;
padding: 0;
text-align: center;
}
#masthead .search-menu-toggle:hover,
#masthead .search-menu-toggle:focus {
background-color: #000;
}
#masthead .search-menu-toggle svg {
fill: #fff;
width: 18px;
height: 18px;
}
#masthead .search-menu-toggle:hover svg,
#masthead .search-menu-toggle:focus svg {
fill: #fff;
}
svg {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
margin: 1.5em 0;
background-color: #fff;
padding: 15px 25px;
box-shadow: 0 2px 2px rgba(0,0,0,0.06);
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
color: #000;
text-decoration: none;
}
.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
color: #4fd675;
}
.nav-subtitle {
display: block;
}
.nav-previous .nav-title-icon-wrapper {
margin-right: 10px;
}
.nav-next .nav-title-icon-wrapper {
margin-left: 10px;
}
.navigation.pagination .page-numbers {
width: 40px;
height: 40px;
display: inline-block;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.10);
text-align: center;
line-height: 40px;
margin-right: 5px;
color: #000;
text-decoration: none;
-webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
}
.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
position: relative;
top: -2px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
background-color: #4fd675;
border-color: #4fd675;
color: #fff;
}
.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
fill: #fff;
}
.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
fill: #4fd675;
}
.navigation.pagination {
margin-top: 50px;
text-align: center;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
clear: both;
} .widget {
position: relative;
margin: 0 0 30px; }
.widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
width: 100%;
padding: 10px;
}
.widget_search form.search-form {
position: relative;
}
.widget_search input[type="search"] {
width: 100%;
}
.widget_search input[type="submit"] {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 8px 15px;
background-color: #4fd675;
color: #fff;
line-height: 28px;
font-size: 12px;
}
.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
border-color: #444;
background-color: #444;
color: #fff;
}
#secondary .widget_block {
background-color: #fff;
padding: 20px;
box-shadow: 0 0 2px rgba(0,0,0,0.06);
}
#secondary .widget_search input[type="search"] {
background-color: #f6f6f6;
}
#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6,
#secondary .wp-block-search .wp-block-search__label {
font-size: 22px;
margin: 0;
color: #2f2e35;
font-weight: 500;
letter-spacing: 1px;
}
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
margin-bottom: 15px;
}
#secondary ol.wp-block-latest-comments {
padding-left: 0;
}
.widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget ul ul {
padding-left: 1em;
}
#secondary ul li,
#footer-widgets ul li {
display: block;
padding: 7px 0;
}
#secondary ul li a,
#footer-widgets ul li a {
display: inline-block;
text-transform: capitalize;
}
#footer-widgets ul li {
border-bottom: none;
}
#secondary a {
color: #333;
}
#secondary a:hover,
#secondary a:focus {
color: #4fd675;
}
.wp-block-tag-cloud a {
display: inline-block;
font-size: 14px !important;
margin: 0 10px 10px 0;
color: #333 !important;
border: 1px solid #ddd;
text-decoration: none;
padding: 5px 10px;
line-height: 1;
border-radius: 3px;
}
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
color: #fff !important;
background-color: #4fd675;
border-color: #4fd675;
}
#colophon .wp-block-tag-cloud a {
color: #fff !important;
}
.wp-block-search__button {
background-color: #4fd675;
line-height: 1;
padding: 0;
height: auto;
border: none;
color: #fff;
padding: 5px 15px;
}
.wp-block-search__button:hover,
.wp-block-search__button:focus {
background-color: #333;
}
.widget_recent_entries span {
display: block;
}
.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
font-weight: 400;
}
.comment-metadata a,
.fn a {
text-decoration: none;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.error404 #primary,
.has-sidebar.error404 #primary {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.error-404.not-found .title {
font-size: 150px;
font-weight: bold;
line-height: 1;
color: #4fd675;
}
.error-404.not-found input.search-field {
min-width: 300px;
display: block;
margin: 0 auto 20px;
}
.has-sidebar.no-sidebar #primary {
width: 100%;
float: none;
padding-left: 0;
padding-right: 0;
}
.has-sidebar.no-sidebar #secondary {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
}
.comment-form input[type="checkbox"] {
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.comments-title,
.comment-reply-title {
font-size: 32px;
font-weight: 600;
margin-top: 15px;
display: inline-block;
width: 100%;
}
.comments-title {
margin-bottom: 25px;
}
.comment-author.vcard img {
width: 60px;
height: 60px;
margin-right: 15px;
float: left;
border-radius: 50%;
object-fit: cover;
}
#comments > ol.comment-list {
margin-left: 0;
padding-left: 0;
}
#comments ol.comment-list {
list-style: none;
}
#comments ol.comment-list article {
background-color: #fff;
padding: 20px;
margin-bottom: 20px;
}
.comment-content {
display: table-cell;
}
.reply {
margin: 10px 0 0;
text-align: right;    
}
.form-submit {
margin-bottom: 0;
}
.has-sidebar #primary {
margin-bottom: 50px;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin: -5px;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 5px;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
margin: 0 -15px;
}
.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
padding: 0 15px;
margin-bottom: 30px;
} .container {
width: 90%;
max-width: 1230px;
margin: 0 auto;
}
#content-wrap {
padding-top: 50px;
padding-bottom: 50px;
} #wp-custom-header {
text-align: center;
}
.custom-header-media {
position: relative;
}
#wp-custom-header img {
width: 100%;
}
.home.has-header-video #wp-custom-header {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#wp-custom-header-video-button {
position: absolute;
top: 50%;
left: 25px;
width: 50px;
height: 50px;
text-align: center;
border-color: #fff;
border-radius: 80px;
white-space: nowrap;
overflow: hidden;
background-color: #fff;
color: #fff;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #4fd675;
display: inline-block;
margin-left: 2px;
margin-top: 4px;
}
#wp-custom-header-video-button.wp-custom-header-video-pause:before {
opacity: 0;
visibility: hidden;
}
#wp-custom-header-video-button.wp-custom-header-video-pause:after {
content: "";
display: inline-block;
width: 15px;
height: 20px;
background: #4fd675;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 14px;
border-left: 5px solid #4fd675;
box-shadow: inset 5px 0 0 0 #fff;
}
.page-header {
margin-bottom: 25px;
text-align: center;
}
.page-title {
margin-bottom: 0;
font-weight: 600;
font-size: 32px;
}
.home .page-header, 
.blog .page-header {
display: none;
}
.search-no-results .blog-archive.grid.columns-5.clear {
height: auto !important;
}
.no-results.not-found {
text-align: center;
} .blog-archive article {
width: 100%;
}
.entry-title {
font-weight: 500;
margin-bottom: 7px;
font-size: 20px;
}
.blog-archive .entry-meta {
display: flex;
align-items: center;
justify-content: space-between;
}
.posted-on a {
color: #717e81;
}
.single .blog-post-item .featured-image {
margin-bottom: 25px;
}
.blog-post-item .featured-image img {
width: 100%;
}
.entry-title a,
.comments-link a {
color: #000;
text-decoration: none;
}
.category-meta {
display: block;
margin-bottom: 5px;
}
.disable-post-category .blog-archive .cat-links,
.disable-post-author .blog-archive .byline,
.disable-post-date .blog-archive .posted-on,
.disable-read-more .blog-archive .read-more,
.disable-header-search #masthead .navigation-search-menu {
display: none;
}
.cat-links {
color: #4fd675;
}
.cat-links a {
position: relative;
visibility: visible;
display: inline-block;
line-height: 1.3;
color: #4fd675;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
font-weight: 500;
}
.cat-links a:hover,
.cat-links a:focus {
color: #000;
}
.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
color: #4fd675;
}
.blog-archive.grid.columns-5 article {
margin-bottom: 20px;
}
.blog-archive article:last-child {
margin-bottom: 0;
}
.featured-image {
position: relative;
}
body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
display: none;
}
.blog-archive .featured-image {
margin-bottom: 20px;
}
.blog-post-item {
box-shadow: 0 2px 2px rgba(0,0,0,0.06);
padding: 20px;
background-color: #fff;
height: 100%;
}
.blog-post-item .entry-title {
margin-bottom: 10px;
font-size: 24px;
font-weight: 400;
}
.blog-post-item .entry-content {
margin-bottom: 15px;
}
.single-page-wrapper .entry-content {
padding: 30px;
background-color: #fff;
}
.single-post-wrap .blog-post-item .entry-title {
font-size: 22px;
margin: 0 0 20px;
}
.blog-archive .cat-links a:before {
display: none;
}
.blog-archive .cat-links,
.blog-archive .posted-on {
margin-bottom: 10px;
display: inline-block;
}
.blog-archive .posted-on {
position: absolute;
top: 15px;
left: 0;
}
.blog-archive .posted-on a {
background-color: rgb(0 0 0 / 70%);
font-size: 12px;
padding: 8px 16px;
border-radius: 0 99px 99px 0;
color: #fff;
text-decoration: none;
}
.blog-archive .cat-links a,
.blog-archive .posted-on a:hover,
.blog-archive .byline a:hover,
.blog-archive .posted-on a:focus,
.blog-archive .byline a:focus {
color: #4fd675;
}
.blog-archive .cat-links a:hover,
.blog-archive .cat-links a:focus {
color: #000;
}
.blog-archive .byline {
margin-right: 10px;
border-right: 1px solid #bbb;
padding-right: 10px;
}
.blog-archive .byline a {
text-decoration: none;
color: #999;
}
.blog-post-item .entry-meta a {
color: #999;
text-decoration: none;
line-height: 1.2;
}
.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
color: #4fd675;
}
.blog-post-item .entry-meta > span:not(:last-child) {
margin-right: 15px;
}
.single .blog-post-item .entry-meta > span:not(:last-child) {
margin-right: 0;
}
.single .entry-meta .byline,
.single .entry-footer .comments-link {
display: none;
}
.single .entry-footer .tags-links a {
}
.posted-on {
color: #666;
}
.byline a:focus:before {
opacity: 1;
}
.read-more a {
text-decoration: none;
border-bottom: 1px solid;
} .single .entry-footer .tags-links a {
color: #333;
border: 1px solid #ddd;
text-decoration: none;
padding: 5px 10px;
line-height: 1;
border-radius: 3px;
font-size: 14px;
}
.logged-in-as a {
color: #000;
text-decoration: none;
}
.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
color: #4fd675;
}
.single .entry-footer > span {
display: block;
}
.single .entry-footer span.cat-links {
margin-bottom: 10px;
}
.single .blog-post-item .entry-meta {
display: block;
margin-bottom: 15px;
}
.single .blog-post-item .entry-content {
margin-bottom: 20px;
}
.single .blog-post-item .entry-footer {
margin-bottom: 0;
background-color: #fff;
margin-top: 15px;
} #colophon {
background-color: #22272b;
}
#footer-widgets {
padding-top: 60px;
padding-bottom: 60px;
}
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
color: #fff;
font-size: 24px;
margin-bottom: 0;
}
#footer-widgets .widget-area {
margin: 0 -30px;
}
#footer-widgets .widget-column {
padding: 0 30px;
margin-bottom: 30px;
}
#footer-widgets .widget-column:last-child {
margin-bottom: 0;
}
#footer-widgets .widget-title {
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.05em;
position: relative;
display: inline-block;
margin-bottom: 25px;
padding-bottom: 20px;
}
#secondary .widget-title {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.05em;
margin-bottom: 10px;
}
#footer-widgets .widget-title:after {
content: "";
position: absolute;
background-color: #4fd675;
width: 50px;
height: 3px;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
#colophon, 
#colophon a {
color: #fff;
}
#colophon a:hover,
#colophon a:focus {
color: #4fd675;
}
#colophon .tagcloud a {
border-color: rgba(255, 255, 255, 0.10);
color: #ccc !important;
}
#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
color: #fff !important;
}
.site-info {
border-top: 1px solid #666;
background-color: #22272b;
padding: 15px 0;
text-align: center;
color: #fff;
}
.to-top {
width: 40px;
height: 40px;
background-color: #4fd675;
position: fixed;
bottom: -100px;
right: 15px;
z-index: 1;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.to-top:hover,
.to-top:focus {
background-color: #000;
}
.to-top:before {
content: "";
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #fff;
position: absolute;
top: 17px;
text-align: center;
left: 0;
right: 0;
margin: auto;
} .header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6 {
font-family: 'Raleway', sans-serif;
}
.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6 {
font-family: 'Poppins', sans-serif;
}
.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6 {
font-family: 'Roboto', sans-serif;
}
.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6 {
font-family: 'Open Sans', sans-serif;
}
.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6 {
font-family: 'Lato', sans-serif;
}
.header-font-6 h1,
.header-font-6 h2,
.header-font-6 h3,
.header-font-6 h4,
.header-font-6 h5,
.header-font-6 h6 {
font-family: 'Ubuntu', sans-serif;
}
.header-font-7 h1,
.header-font-7 h2,
.header-font-7 h3,
.header-font-7 h4,
.header-font-7 h5,
.header-font-7 h6 {
font-family: 'Montserrat', sans-serif;
}
.header-font-8 h1,
.header-font-8 h2,
.header-font-8 h3,
.header-font-8 h4,
.header-font-8 h5,
.header-font-8 h6 {
font-family: 'Lora', serif;
}
.header-font-9 h1,
.header-font-9 h2,
.header-font-9 h3,
.header-font-9 h4,
.header-font-9 h5,
.header-font-9 h6 {
font-family: 'Titillium Web', sans-serif;
}
.header-font-10 h1,
.header-font-10 h2,
.header-font-10 h3,
.header-font-10 h4,
.header-font-10 h5,
.header-font-10 h6 {
font-family: 'Muli', sans-serif;
}
.header-font-11 h1,
.header-font-11 h2,
.header-font-11 h3,
.header-font-11 h4,
.header-font-11 h5,
.header-font-11 h6 {
font-family: 'Oxygen', sans-serif;
}
.header-font-12 h1,
.header-font-12 h2,
.header-font-12 h3,
.header-font-12 h4,
.header-font-12 h5,
.header-font-12 h6 {
font-family: 'Nunito Sans', sans-serif;
}
.header-font-13 h1,
.header-font-13 h2,
.header-font-13 h3,
.header-font-13 h4,
.header-font-13 h5,
.header-font-13 h6 {
font-family: 'Maven Pro', sans-serif;
}
.header-font-14 h1,
.header-font-14 h2,
.header-font-14 h3,
.header-font-14 h4,
.header-font-14 h5,
.header-font-14 h6 {
font-family: 'Cairo', serif;
}
.header-font-15 h1,
.header-font-15 h2,
.header-font-15 h3,
.header-font-15 h4,
.header-font-15 h5,
.header-font-15 h6 {
font-family: 'Philosopher', sans-serif;
}
.header-font-16 h1,
.header-font-16 h2,
.header-font-16 h3,
.header-font-16 h4,
.header-font-16 h5,
.header-font-16 h6 {
font-family: 'Dosis', sans-serif;
}
.header-font-17 h1,
.header-font-17 h2,
.header-font-17 h3,
.header-font-17 h4,
.header-font-17 h5,
.header-font-17 h6 {
font-family: 'Josefin Sans', sans-serif;
}
.header-font-18 h1,
.header-font-18 h2,
.header-font-18 h3,
.header-font-18 h4,
.header-font-18 h5,
.header-font-18 h6 {
font-family: 'Jost', sans-serif;
}
.header-font-19 h1,
.header-font-19 h2,
.header-font-19 h3,
.header-font-19 h4,
.header-font-19 h5,
.header-font-19 h6 {
font-family: 'Karla', sans-serif;
}
.body-font-1 {
font-family: 'Raleway', sans-serif;
}
.body-font-2  {
font-family: 'Poppins', sans-serif;
}
.body-font-3 {
font-family: 'Roboto', sans-serif;
}
.body-font-4 {
font-family: 'Open Sans', sans-serif;
}
.body-font-5 {
font-family: 'Montserrat', sans-serif;
}
.body-font-6 {
font-family: 'Ubuntu', sans-serif;
}
.body-font-7 {
font-family: 'Playfair Display', serif;
}
.body-font-8 {
font-family: 'Lora', serif;
}
.body-font-9 {
font-family: 'Titillium Web', sans-serif;
}
.body-font-10 {
font-family: 'Muli', sans-serif;
}
.body-font-11 {
font-family: 'Oxygen', sans-serif;
}
.body-font-12 {
font-family: 'Nunito Sans', sans-serif;
}
.body-font-13 {
font-family: 'Maven Pro', sans-serif;
}
.body-font-14 {
font-family: 'Cairo', serif;
}
.body-font-15 {
font-family: 'Philosopher', sans-serif;
}
.body-font-16 {
font-family: 'Dosis', sans-serif;
}
.body-font-17 {
font-family: 'Josefin Sans', sans-serif;
}
.body-font-18 {
font-family: 'Jost', sans-serif;
}
.body-font-19 {
font-family: 'Karla', sans-serif;
}
.site-title-font-1 .site-title,
.site-title-font-1 .site-description {
font-family: 'Raleway', sans-serif;
}
.site-title-font-2 .site-title,
.site-title-font-2 .site-description {
font-family: 'Poppins', sans-serif;
}
.site-title-font-3 .site-title,
.site-title-font-3 .site-description {
font-family: 'Roboto', sans-serif;
}
.site-title-font-4 .site-title,
.site-title-font-4 .site-description {
font-family: 'Open Sans', sans-serif;
}
.site-title-font-5 .site-title,
.site-title-font-5 .site-description {
font-family: 'Lato', sans-serif;
}
.site-title-font-6 .site-title,
.site-title-font-6 .site-description {
font-family: 'Ubuntu', sans-serif;
}
.site-title-font-7 .site-title,
.site-title-font-7 .site-description {
font-family: 'Montserrat', sans-serif;
}
.site-title-font-8 .site-title,
.site-title-font-8 .site-description {
font-family: 'Lora', serif;
}
.site-title-font-9 .site-title,
.site-title-font-9 .site-description {
font-family: 'Titillium Web', sans-serif;
}
.site-title-font-10 .site-title,
.site-title-font-10 .site-description {
font-family: 'Muli', sans-serif;
}
.site-title-font-11 .site-title,
.site-title-font-11 .site-description {
font-family: 'Oxygen', sans-serif;
}
.site-title-font-12 .site-title,
.site-title-font-12 .site-description {
font-family: 'Nunito Sans', sans-serif;
}
.site-title-font-13 .site-title,
.site-title-font-13 .site-description {
font-family: 'Maven Pro', sans-serif;
}
.site-title-font-14 .site-title,
.site-title-font-14 .site-description {
font-family: 'Cairo', serif;
}
.site-title-font-15 .site-title,
.site-title-font-15 .site-description {
font-family: 'Philosopher', sans-serif;
}
.site-title-font-16 .site-title,
.site-title-font-16 .site-description {
font-family: 'Dosis', sans-serif;
}
.site-title-font-17 .site-title,
.site-title-font-17 .site-description {
font-family: 'Josefin Sans', sans-serif;
}
.site-title-font-18 .site-title,
.site-title-font-18 .site-description {
font-family: 'Jost', sans-serif;
}
.site-title-font-19 .site-title,
.site-title-font-19 .site-description {
font-family: 'Karla', sans-serif;
}
.menu-font-1 .navigation-menu a {
font-family: 'Raleway', sans-serif;
}
.menu-font-2 .navigation-menu a {
font-family: 'Poppins', sans-serif;
}
.menu-font-3 .navigation-menu a {
font-family: 'Roboto', sans-serif;
}
.menu-font-4 .navigation-menu a {
font-family: 'Open Sans', sans-serif;
}
.menu-font-5 .navigation-menu a {
font-family: 'Montserrat', sans-serif;
}
.menu-font-6 .navigation-menu a {
font-family: 'Ubuntu', sans-serif;
}
.menu-font-7 .navigation-menu a {
font-family: 'Lato', sans-serif;
}
.menu-font-8 .navigation-menu a {
font-family: 'Lora', serif;
}
.menu-font-9 .navigation-menu a {
font-family: 'Titillium Web', sans-serif;
}
.menu-font-10 .navigation-menu a {
font-family: 'Muli', sans-serif;
}
.menu-font-11 .navigation-menu a {
font-family: 'Oxygen', sans-serif;
}
.menu-font-12 .navigation-menu a {
font-family: 'Nunito Sans', sans-serif;
}
.menu-font-13 .navigation-menu a {
font-family: 'Maven Pro', sans-serif;
}
.menu-font-14 .navigation-menu a {
font-family: 'Cairo', serif;
}
.menu-font-15 .navigation-menu a {
font-family: 'Philosopher', sans-serif;
}
.menu-font-16 .navigation-menu a {
font-family: 'Dosis', sans-serif;
}
.menu-font-17 .navigation-menu a {
font-family: 'Josefin Sans', sans-serif;
}
.menu-font-18 .navigation-menu a {
font-family: 'Jost', sans-serif;
}
.menu-font-19 .navigation-menu a {
font-family: 'Karla', sans-serif;
} @media screen and (min-width: 567px) {
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
display: flex;
flex-wrap: wrap;
}
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
width: 50%;
float: left;
}
.columns-2 article:nth-child(2n+1),
.columns-3 article:nth-child(2n+1),
.columns-4 article:nth-child(2n+1),
.columns-5 article:nth-child(2n+1) {
clear: left;
}
.primary-menu-label {
display: inline-block;
vertical-align: middle;
}
.error-404.not-found input.search-field {
min-width: 450px;
}
}
@media screen and (min-width: 767px) {
.columns-3 article,
.columns-5 article {
width: 33.33%;
}
.columns-3 article:nth-child(2n+1),
.columns-5 article:nth-child(2n+1) {
clear: none;
}
.columns-3 article:nth-child(3n+1),
.columns-5 article:nth-child(3n+1) {
clear: left;
}
.blog-archive .has-post-thumbnail .blog-post-item {
position: relative;
display: table;
width: 100%;
padding: 0;
}
.blog-archive .has-post-thumbnail .blog-post-item .featured-image {
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
display: table-cell;
}
.blog-archive .has-post-thumbnail .blog-post-item .featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-archive .has-post-thumbnail .blog-post-item .entry-container {
width: 50%;
display: table-cell;
float: right;
text-align: left;
padding: 40px 30px;
}
.single-post-wrap .blog-post-item .entry-title {
font-size: 35px;
}
.widget_latest_posts .widget-header {
margin-bottom: 70px;
}
.single .blog-post-item .entry-footer {
display: flex;
align-items: center;
justify-content: space-between;
}
.single .entry-footer span.cat-links {
margin-bottom: 0;
}
#footer-widgets .widget-column {
text-align: left;
margin-bottom: 0;
width: 33.33%;
float: left;
}
#footer-widgets .widget-title:after {
left: 0;
transform: none;
}
}
@media screen and (min-width: 992px) {
.columns-4 article {
width: 25%;
}
.columns-4 article:nth-child(2n+1) {
clear: none;
}
.columns-4 article:nth-child(4n+1) {
clear: left;
}
}
@media screen and (min-width: 1024px) {
.columns-5 article {
width: 20%;
}
.columns-5 article:nth-child(3n+1) {
clear: none;
}
.columns-5 article:nth-child(5n+1) {
clear: left;
}
.navigation-menu .search-form {
position: relative;
top: 1px;
right: 0;
}
.navigation-menu .search-form .search-submit {
top: 0;
}
.menu-sticky #masthead {
position: sticky;
top: 0;
}
.menu-sticky.customize-support #masthead {
top: 32px;
}
.navigation-menu {
width: auto;
margin-left: 0;
}
.navigation-menu ul,
.navigation-menu .nav-menu ul {
display: block;
}
.navigation-menu li a svg,
.nav-menu > li,
.navigation-menu li {
display: inline-block;
}
.navigation-menu a {
padding: 8px 16px;
}
.nav-menu ul.sub-menu,
.nav-menu ul.children {
background-color: #fff;
}
.navigation-menu ul ul {
padding-left: 0;
}
.navigation-menu ul ul ul {
-webkit-transform: translateX(-20px) translateZ(0);
-moz-transform: translateX(-20px) translateZ(0);
transform: translateX(-20px) translateZ(0);
-webkit-transition: -webkit-transform .05s .3s,opacity .3s ease-out;
transition: transform .05s .3s,opacity .3s ease-out;
}
.navigation-menu ul ul li:hover > ul,
.navigation-menu ul ul li.focus > ul {
-webkit-transform: translateX(0) translateZ(0);
-moz-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
-webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease;
transition: transform .3s ease-out,opacity .3s ease;
}	
.navigation-menu ul ul svg {
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%) rotate(-90deg);
-moz-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
.navigation-menu ul ul li:last-child > a {
border-bottom: none;
}
.navigation-menu .nav-menu > li > a,
.navigation-menu .nav-menu > ul > li > a {
padding: 10px 15px;
line-height: 40px;
border-bottom: none;
}
.navigation-menu a {
border-bottom: none;
}
.navigation-menu li.current-menu-item > a {
color: #4fd675;
}
.navigation-menu ul ul a {
border-bottom: 1px solid #eee;
}
.navigation-menu .nav-menu > li:hover > a:after,
.navigation-menu .nav-menu > li.focus > a:after {
opacity: 1;
}
.navigation-menu li.current-menu-item > a,
.navigation-menu .nav-menu > li:hover > a,
.navigation-menu .nav-menu > li.focus > a,
.navigation-menu .nav-menu > li > a:hover,
.navigation-menu .nav-menu > li > a:focus {
color: #4fd675;
}
.navigation-menu .nav-menu > li:hover {
border-right-color: #4fd675;
}
.navigation-menu .nav-menu > li.current-menu-item {
border-right-color: #4fd675;
}
.navigation-menu ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 10;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.navigation-menu .nav-menu ul.sub-menu,
.navigation-menu .nav-menu ul.children {
box-shadow: 0 10px 25px rgb(0 0 0 / 15%);
}
.navigation-menu .nav-menu li:hover ul,
.navigation-menu .nav-menu li.focus ul {
display: block !important;
}
.navigation-menu ul ul ul {
left: -999em;
top: 0;
}
.navigation-menu ul ul li:hover > ul,
.navigation-menu ul ul li.focus > ul {
left: 100%;
}
.navigation-menu ul ul a {
width: 256px;
padding: 8px 30px 8px 15px;
}
.navigation-menu ul li:hover > ul,
.navigation-menu ul li.focus > ul {
right: auto;
left: 0;
}
.nav-menu button.dropdown-toggle,
.menu-toggle {
display: none;
}
#masthead .nav-menu,
#masthead .nav-menu > ul {
border-top: none;
display: block !important;
text-align: center;
padding: 0;
position: relative;
}
#masthead .nav-menu ul.sub-menu {
text-align: left;
border-top: 2px solid #4fd675;
}
.custom-header .page-title {
font-size: 32px;
}
.has-sidebar #primary {
width: 70%;
float: left;
padding-right: 30px;
margin-bottom: 0;
}
.has-sidebar #secondary {
width: 30%;
float: left;
position: sticky;
top: 30px;
}
.has-sidebar.right-sidebar #primary {
float: left;
padding-right: 30px;
}
.has-sidebar.right-sidebar #secondary {
float: right;
}
.has-sidebar.left-sidebar #primary {
float: right;
padding-right: 0;
padding-left: 30px;
}
.has-sidebar.left-sidebar #secondary {
float: left;
}
}
@font-face{font-family:ep_icons;src:url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.eot?6qoqzy);src:url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.eot?6qoqzy#iefix) format("embedded-opentype"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.ttf?6qoqzy) format("truetype"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.woff?6qoqzy) format("woff"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/ep_icons.svg?6qoqzy#ep_icons) format("svg");font-weight:400;font-style:normal;font-display:block}[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_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}.ep-help-dialog-icon{position:relative;display:inline-block;background-color:#7b00a6;height:59px;width:59px;border-radius:50px;margin-bottom:-4px}.ep-help-dialog-icon .ep_font_icon_help_dialog{position:absolute;top:15px;left:11px;z-index:5;font-size:30px}.ep-help-dialog-icon .ep_font_icon_help_dialog:before{color:#7b00a6}.ep-help-dialog-icon .ep_font_icon_help_dialog-background{position:absolute;top:14px;left:10px;z-index:1;font-size:32px}.ep-help-dialog-icon .ep_font_icon_help_dialog-background:before{color:#fff} @font-face{font-family:FontAwesome;src:url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);src:url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//seiu-sfusd.org/wp-content/plugins/echo-knowledge-base/css/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.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}.pull-right{float:right}.pull-left{float:left}.epkbfa.pull-left{margin-right:.3em}.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:""}.epkbfa-music:before{content:""}.epkbfa-search:before{content:""}.epkbfa-envelope-o:before{content:""}.epkbfa-heart:before{content:""}.epkbfa-star:before{content:""}.epkbfa-star-o:before{content:""}.epkbfa-user:before{content:""}.epkbfa-film:before{content:""}.epkbfa-th-large:before{content:""}.epkbfa-th:before{content:""}.epkbfa-th-list:before{content:""}.epkbfa-check:before{content:""}.epkbfa-close:before,.epkbfa-remove:before,.epkbfa-times:before{content:""}.epkbfa-search-plus:before{content:""}.epkbfa-search-minus:before{content:""}.epkbfa-power-off:before{content:""}.epkbfa-signal:before{content:""}.epkbfa-cog:before,.epkbfa-gear:before{content:""}.epkbfa-trash-o:before{content:""}.epkbfa-home:before{content:""}.epkbfa-file-o:before{content:""}.epkbfa-clock-o:before{content:""}.epkbfa-road:before{content:""}.epkbfa-download:before{content:""}.epkbfa-arrow-circle-o-down:before{content:""}.epkbfa-arrow-circle-o-up:before{content:""}.epkbfa-inbox:before{content:""}.epkbfa-play-circle-o:before{content:""}.epkbfa-repeat:before,.epkbfa-rotate-right:before{content:""}.epkbfa-refresh:before{content:""}.epkbfa-list-alt:before{content:""}.epkbfa-lock:before{content:""}.epkbfa-flag:before{content:""}.epkbfa-headphones:before{content:""}.epkbfa-volume-off:before{content:""}.epkbfa-volume-down:before{content:""}.epkbfa-volume-up:before{content:""}.epkbfa-qrcode:before{content:""}.epkbfa-barcode:before{content:""}.epkbfa-tag:before{content:""}.epkbfa-tags:before{content:""}.epkbfa-book:before{content:""}.epkbfa-bookmark:before{content:""}.epkbfa-print:before{content:""}.epkbfa-camera:before{content:""}.epkbfa-font:before{content:""}.epkbfa-bold:before{content:""}.epkbfa-italic:before{content:""}.epkbfa-text-height:before{content:""}.epkbfa-text-width:before{content:""}.epkbfa-align-left:before{content:""}.epkbfa-align-center:before{content:""}.epkbfa-align-right:before{content:""}.epkbfa-align-justify:before{content:""}.epkbfa-list:before{content:""}.epkbfa-dedent:before,.epkbfa-outdent:before{content:""}.epkbfa-indent:before{content:""}.epkbfa-video-camera:before{content:""}.epkbfa-image:before,.epkbfa-photo:before,.epkbfa-picture-o:before{content:""}.epkbfa-pencil:before{content:""}.epkbfa-map-marker:before{content:""}.epkbfa-adjust:before{content:""}.epkbfa-tint:before{content:""}.epkbfa-edit:before,.epkbfa-pencil-square-o:before{content:""}.epkbfa-share-square-o:before{content:""}.epkbfa-check-square-o:before{content:""}.epkbfa-arrows:before{content:""}.epkbfa-step-backward:before{content:""}.epkbfa-fast-backward:before{content:""}.epkbfa-backward:before{content:""}.epkbfa-play:before{content:""}.epkbfa-pause:before{content:""}.epkbfa-stop:before{content:""}.epkbfa-forward:before{content:""}.epkbfa-fast-forward:before{content:""}.epkbfa-step-forward:before{content:""}.epkbfa-eject:before{content:""}.epkbfa-chevron-left:before{content:""}.epkbfa-chevron-right:before{content:""}.epkbfa-plus-circle:before{content:""}.epkbfa-minus-circle:before{content:""}.epkbfa-times-circle:before{content:""}.epkbfa-check-circle:before{content:""}.epkbfa-question-circle:before{content:""}.epkbfa-info-circle:before{content:""}.epkbfa-crosshairs:before{content:""}.epkbfa-times-circle-o:before{content:""}.epkbfa-check-circle-o:before{content:""}.epkbfa-ban:before{content:""}.epkbfa-arrow-left:before{content:""}.epkbfa-arrow-right:before{content:""}.epkbfa-arrow-up:before{content:""}.epkbfa-arrow-down:before{content:""}.epkbfa-mail-forward:before,.epkbfa-share:before{content:""}.epkbfa-expand:before{content:""}.epkbfa-compress:before{content:""}.epkbfa-plus:before{content:""}.epkbfa-minus:before{content:""}.epkbfa-asterisk:before{content:""}.epkbfa-exclamation-circle:before{content:""}.epkbfa-gift:before{content:""}.epkbfa-leaf:before{content:""}.epkbfa-fire:before{content:""}.epkbfa-eye:before{content:""}.epkbfa-eye-slash:before{content:""}.epkbfa-exclamation-triangle:before,.epkbfa-warning:before{content:""}.epkbfa-plane:before{content:""}.epkbfa-calendar:before{content:""}.epkbfa-random:before{content:""}.epkbfa-comment:before{content:""}.epkbfa-magnet:before{content:""}.epkbfa-chevron-up:before{content:""}.epkbfa-chevron-down:before{content:""}.epkbfa-retweet:before{content:""}.epkbfa-shopping-cart:before{content:""}.epkbfa-folder:before{content:""}.epkbfa-folder-open:before{content:""}.epkbfa-arrows-v:before{content:""}.epkbfa-arrows-h:before{content:""}.epkbfa-bar-chart-o:before,.epkbfa-bar-chart:before{content:""}.epkbfa-twitter-square:before{content:""}.epkbfa-facebook-square:before{content:""}.epkbfa-camera-retro:before{content:""}.epkbfa-key:before{content:""}.epkbfa-cogs:before,.epkbfa-gears:before{content:""}.epkbfa-comments:before{content:""}.epkbfa-thumbs-o-up:before{content:""}.epkbfa-thumbs-o-down:before{content:""}.epkbfa-star-half:before{content:""}.epkbfa-heart-o:before{content:""}.epkbfa-sign-out:before{content:""}.epkbfa-linkedin-square:before{content:""}.epkbfa-thumb-tack:before{content:""}.epkbfa-external-link:before{content:""}.epkbfa-sign-in:before{content:""}.epkbfa-trophy:before{content:""}.epkbfa-github-square:before{content:""}.epkbfa-upload:before{content:""}.epkbfa-lemon-o:before{content:""}.epkbfa-phone:before{content:""}.epkbfa-square-o:before{content:""}.epkbfa-bookmark-o:before{content:""}.epkbfa-phone-square:before{content:""}.epkbfa-twitter:before{content:""}.epkbfa-facebook-f:before,.epkbfa-facebook:before{content:""}.epkbfa-github:before{content:""}.epkbfa-unlock:before{content:""}.epkbfa-credit-card:before{content:""}.epkbfa-feed:before,.epkbfa-rss:before{content:""}.epkbfa-hdd-o:before{content:""}.epkbfa-bullhorn:before{content:""}.epkbfa-bell:before{content:""}.epkbfa-certificate:before{content:""}.epkbfa-hand-o-right:before{content:""}.epkbfa-hand-o-left:before{content:""}.epkbfa-hand-o-up:before{content:""}.epkbfa-hand-o-down:before{content:""}.epkbfa-arrow-circle-left:before{content:""}.epkbfa-arrow-circle-right:before{content:""}.epkbfa-arrow-circle-up:before{content:""}.epkbfa-arrow-circle-down:before{content:""}.epkbfa-globe:before{content:""}.epkbfa-wrench:before{content:""}.epkbfa-tasks:before{content:""}.epkbfa-filter:before{content:""}.epkbfa-briefcase:before{content:""}.epkbfa-arrows-alt:before{content:""}.epkbfa-group:before,.epkbfa-users:before{content:""}.epkbfa-chain:before,.epkbfa-link:before{content:""}.epkbfa-cloud:before{content:""}.epkbfa-flask:before{content:""}.epkbfa-cut:before,.epkbfa-scissors:before{content:""}.epkbfa-copy:before,.epkbfa-files-o:before{content:""}.epkbfa-paperclip:before{content:""}.epkbfa-floppy-o:before,.epkbfa-save:before{content:""}.epkbfa-square:before{content:""}.epkbfa-bars:before,.epkbfa-navicon:before,.epkbfa-reorder:before{content:""}.epkbfa-list-ul:before{content:""}.epkbfa-list-ol:before{content:""}.epkbfa-strikethrough:before{content:""}.epkbfa-underline:before{content:""}.epkbfa-table:before{content:""}.epkbfa-magic:before{content:""}.epkbfa-truck:before{content:""}.epkbfa-pinterest:before{content:""}.epkbfa-pinterest-square:before{content:""}.epkbfa-google-plus-square:before{content:""}.epkbfa-google-plus:before{content:""}.epkbfa-money:before{content:""}.epkbfa-caret-down:before{content:""}.epkbfa-caret-up:before{content:""}.epkbfa-caret-left:before{content:""}.epkbfa-caret-right:before{content:""}.epkbfa-columns:before{content:""}.epkbfa-sort:before,.epkbfa-unsorted:before{content:""}.epkbfa-sort-desc:before,.epkbfa-sort-down:before{content:""}.epkbfa-sort-asc:before,.epkbfa-sort-up:before{content:""}.epkbfa-envelope:before{content:""}.epkbfa-linkedin:before{content:""}.epkbfa-rotate-left:before,.epkbfa-undo:before{content:""}.epkbfa-gavel:before,.epkbfa-legal:before{content:""}.epkbfa-dashboard:before,.epkbfa-tachometer:before{content:""}.epkbfa-comment-o:before{content:""}.epkbfa-comments-o:before{content:""}.epkbfa-bolt:before,.epkbfa-flash:before{content:""}.epkbfa-sitemap:before{content:""}.epkbfa-umbrella:before{content:""}.epkbfa-clipboard:before,.epkbfa-paste:before{content:""}.epkbfa-lightbulb-o:before{content:""}.epkbfa-exchange:before{content:""}.epkbfa-cloud-download:before{content:""}.epkbfa-cloud-upload:before{content:""}.epkbfa-user-md:before{content:""}.epkbfa-stethoscope:before{content:""}.epkbfa-suitcase:before{content:""}.epkbfa-bell-o:before{content:""}.epkbfa-coffee:before{content:""}.epkbfa-cutlery:before{content:""}.epkbfa-file-text-o:before{content:""}.epkbfa-building-o:before{content:""}.epkbfa-hospital-o:before{content:""}.epkbfa-ambulance:before{content:""}.epkbfa-medkit:before{content:""}.epkbfa-fighter-jet:before{content:""}.epkbfa-beer:before{content:""}.epkbfa-h-square:before{content:""}.epkbfa-plus-square:before{content:""}.epkbfa-angle-double-left:before{content:""}.epkbfa-angle-double-right:before{content:""}.epkbfa-angle-double-up:before{content:""}.epkbfa-angle-double-down:before{content:""}.epkbfa-angle-left:before{content:""}.epkbfa-angle-right:before{content:""}.epkbfa-angle-up:before{content:""}.epkbfa-angle-down:before{content:""}.epkbfa-desktop:before{content:""}.epkbfa-laptop:before{content:""}.epkbfa-tablet:before{content:""}.epkbfa-mobile-phone:before,.epkbfa-mobile:before{content:""}.epkbfa-circle-o:before{content:""}.epkbfa-quote-left:before{content:""}.epkbfa-quote-right:before{content:""}.epkbfa-spinner:before{content:""}.epkbfa-circle:before{content:""}.epkbfa-mail-reply:before,.epkbfa-reply:before{content:""}.epkbfa-github-alt:before{content:""}.epkbfa-folder-o:before{content:""}.epkbfa-folder-open-o:before{content:""}.epkbfa-smile-o:before{content:""}.epkbfa-frown-o:before{content:""}.epkbfa-meh-o:before{content:""}.epkbfa-gamepad:before{content:""}.epkbfa-keyboard-o:before{content:""}.epkbfa-flag-o:before{content:""}.epkbfa-flag-checkered:before{content:""}.epkbfa-terminal:before{content:""}.epkbfa-code:before{content:""}.epkbfa-mail-reply-all:before,.epkbfa-reply-all:before{content:""}.epkbfa-star-half-empty:before,.epkbfa-star-half-full:before,.epkbfa-star-half-o:before{content:""}.epkbfa-location-arrow:before{content:""}.epkbfa-crop:before{content:""}.epkbfa-code-fork:before{content:""}.epkbfa-chain-broken:before,.epkbfa-unlink:before{content:""}.epkbfa-question:before{content:""}.epkbfa-info:before{content:""}.epkbfa-exclamation:before{content:""}.epkbfa-superscript:before{content:""}.epkbfa-subscript:before{content:""}.epkbfa-eraser:before{content:""}.epkbfa-puzzle-piece:before{content:""}.epkbfa-microphone:before{content:""}.epkbfa-microphone-slash:before{content:""}.epkbfa-shield:before{content:""}.epkbfa-calendar-o:before{content:""}.epkbfa-fire-extinguisher:before{content:""}.epkbfa-rocket:before{content:""}.epkbfa-maxcdn:before{content:""}.epkbfa-chevron-circle-left:before{content:""}.epkbfa-chevron-circle-right:before{content:""}.epkbfa-chevron-circle-up:before{content:""}.epkbfa-chevron-circle-down:before{content:""}.epkbfa-html5:before{content:""}.epkbfa-css3:before{content:""}.epkbfa-anchor:before{content:""}.epkbfa-unlock-alt:before{content:""}.epkbfa-bullseye:before{content:""}.epkbfa-ellipsis-h:before{content:""}.epkbfa-ellipsis-v:before{content:""}.epkbfa-rss-square:before{content:""}.epkbfa-play-circle:before{content:""}.epkbfa-ticket:before{content:""}.epkbfa-minus-square:before{content:""}.epkbfa-minus-square-o:before{content:""}.epkbfa-level-up:before{content:""}.epkbfa-level-down:before{content:""}.epkbfa-check-square:before{content:""}.epkbfa-pencil-square:before{content:""}.epkbfa-external-link-square:before{content:""}.epkbfa-share-square:before{content:""}.epkbfa-compass:before{content:""}.epkbfa-caret-square-o-down:before,.epkbfa-toggle-down:before{content:""}.epkbfa-caret-square-o-up:before,.epkbfa-toggle-up:before{content:""}.epkbfa-caret-square-o-right:before,.epkbfa-toggle-right:before{content:""}.epkbfa-eur:before,.epkbfa-euro:before{content:""}.epkbfa-gbp:before{content:""}.epkbfa-dollar:before,.epkbfa-usd:before{content:""}.epkbfa-inr:before,.epkbfa-rupee:before{content:""}.epkbfa-cny:before,.epkbfa-jpy:before,.epkbfa-rmb:before,.epkbfa-yen:before{content:""}.epkbfa-rouble:before,.epkbfa-rub:before,.epkbfa-ruble:before{content:""}.epkbfa-krw:before,.epkbfa-won:before{content:""}.epkbfa-bitcoin:before,.epkbfa-btc:before{content:""}.epkbfa-file:before{content:""}.epkbfa-file-text:before{content:""}.epkbfa-sort-alpha-asc:before{content:""}.epkbfa-sort-alpha-desc:before{content:""}.epkbfa-sort-amount-asc:before{content:""}.epkbfa-sort-amount-desc:before{content:""}.epkbfa-sort-numeric-asc:before{content:""}.epkbfa-sort-numeric-desc:before{content:""}.epkbfa-thumbs-up:before{content:""}.epkbfa-thumbs-down:before{content:""}.epkbfa-youtube-square:before{content:""}.epkbfa-youtube:before{content:""}.epkbfa-xing:before{content:""}.epkbfa-xing-square:before{content:""}.epkbfa-youtube-play:before{content:""}.epkbfa-dropbox:before{content:""}.epkbfa-stack-overflow:before{content:""}.epkbfa-instagram:before{content:""}.epkbfa-flickr:before{content:""}.epkbfa-adn:before{content:""}.epkbfa-bitbucket:before{content:""}.epkbfa-bitbucket-square:before{content:""}.epkbfa-tumblr:before{content:""}.epkbfa-tumblr-square:before{content:""}.epkbfa-long-arrow-down:before{content:""}.epkbfa-long-arrow-up:before{content:""}.epkbfa-long-arrow-left:before{content:""}.epkbfa-long-arrow-right:before{content:""}.epkbfa-apple:before{content:""}.epkbfa-windows:before{content:""}.epkbfa-android:before{content:""}.epkbfa-linux:before{content:""}.epkbfa-dribbble:before{content:""}.epkbfa-skype:before{content:""}.epkbfa-foursquare:before{content:""}.epkbfa-trello:before{content:""}.epkbfa-female:before{content:""}.epkbfa-male:before{content:""}.epkbfa-gittip:before,.epkbfa-gratipay:before{content:""}.epkbfa-sun-o:before{content:""}.epkbfa-moon-o:before{content:""}.epkbfa-archive:before{content:""}.epkbfa-bug:before{content:""}.epkbfa-vk:before{content:""}.epkbfa-weibo:before{content:""}.epkbfa-renren:before{content:""}.epkbfa-pagelines:before{content:""}.epkbfa-stack-exchange:before{content:""}.epkbfa-arrow-circle-o-right:before{content:""}.epkbfa-arrow-circle-o-left:before{content:""}.epkbfa-caret-square-o-left:before,.epkbfa-toggle-left:before{content:""}.epkbfa-dot-circle-o:before{content:""}.epkbfa-wheelchair:before{content:""}.epkbfa-vimeo-square:before{content:""}.epkbfa-try:before,.epkbfa-turkish-lira:before{content:""}.epkbfa-plus-square-o:before{content:""}.epkbfa-space-shuttle:before{content:""}.epkbfa-slack:before{content:""}.epkbfa-envelope-square:before{content:""}.epkbfa-wordpress:before{content:""}.epkbfa-openid:before{content:""}.epkbfa-bank:before,.epkbfa-institution:before,.epkbfa-university:before{content:""}.epkbfa-graduation-cap:before,.epkbfa-mortar-board:before{content:""}.epkbfa-yahoo:before{content:""}.epkbfa-google:before{content:""}.epkbfa-reddit:before{content:""}.epkbfa-reddit-square:before{content:""}.epkbfa-stumbleupon-circle:before{content:""}.epkbfa-stumbleupon:before{content:""}.epkbfa-delicious:before{content:""}.epkbfa-digg:before{content:""}.epkbfa-pied-piper-pp:before{content:""}.epkbfa-pied-piper-alt:before{content:""}.epkbfa-drupal:before{content:""}.epkbfa-joomla:before{content:""}.epkbfa-language:before{content:""}.epkbfa-fax:before{content:""}.epkbfa-building:before{content:""}.epkbfa-child:before{content:""}.epkbfa-paw:before{content:""}.epkbfa-spoon:before{content:""}.epkbfa-cube:before{content:""}.epkbfa-cubes:before{content:""}.epkbfa-behance:before{content:""}.epkbfa-behance-square:before{content:""}.epkbfa-steam:before{content:""}.epkbfa-steam-square:before{content:""}.epkbfa-recycle:before{content:""}.epkbfa-automobile:before,.epkbfa-car:before{content:""}.epkbfa-cab:before,.epkbfa-taxi:before{content:""}.epkbfa-tree:before{content:""}.epkbfa-spotify:before{content:""}.epkbfa-deviantart:before{content:""}.epkbfa-soundcloud:before{content:""}.epkbfa-database:before{content:""}.epkbfa-file-pdf-o:before{content:""}.epkbfa-file-word-o:before{content:""}.epkbfa-file-excel-o:before{content:""}.epkbfa-file-powerpoint-o:before{content:""}.epkbfa-file-image-o:before,.epkbfa-file-photo-o:before,.epkbfa-file-picture-o:before{content:""}.epkbfa-file-archive-o:before,.epkbfa-file-zip-o:before{content:""}.epkbfa-file-audio-o:before,.epkbfa-file-sound-o:before{content:""}.epkbfa-file-movie-o:before,.epkbfa-file-video-o:before{content:""}.epkbfa-file-code-o:before{content:""}.epkbfa-vine:before{content:""}.epkbfa-codepen:before{content:""}.epkbfa-jsfiddle:before{content:""}.epkbfa-life-bouy:before,.epkbfa-life-buoy:before,.epkbfa-life-ring:before,.epkbfa-life-saver:before,.epkbfa-support:before{content:""}.epkbfa-circle-o-notch:before{content:""}.epkbfa-ra:before,.epkbfa-rebel:before,.epkbfa-resistance:before{content:""}.epkbfa-empire:before,.epkbfa-ge:before{content:""}.epkbfa-git-square:before{content:""}.epkbfa-git:before{content:""}.epkbfa-hacker-news:before,.epkbfa-y-combinator-square:before,.epkbfa-yc-square:before{content:""}.epkbfa-tencent-weibo:before{content:""}.epkbfa-qq:before{content:""}.epkbfa-wechat:before,.epkbfa-weixin:before{content:""}.epkbfa-paper-plane:before,.epkbfa-send:before{content:""}.epkbfa-paper-plane-o:before,.epkbfa-send-o:before{content:""}.epkbfa-history:before{content:""}.epkbfa-circle-thin:before{content:""}.epkbfa-header:before{content:""}.epkbfa-paragraph:before{content:""}.epkbfa-sliders:before{content:""}.epkbfa-share-alt:before{content:""}.epkbfa-share-alt-square:before{content:""}.epkbfa-bomb:before{content:""}.epkbfa-futbol-o:before,.epkbfa-soccer-ball-o:before{content:""}.epkbfa-tty:before{content:""}.epkbfa-binoculars:before{content:""}.epkbfa-plug:before{content:""}.epkbfa-slideshare:before{content:""}.epkbfa-twitch:before{content:""}.epkbfa-yelp:before{content:""}.epkbfa-newspaper-o:before{content:""}.epkbfa-wifi:before{content:""}.epkbfa-calculator:before{content:""}.epkbfa-paypal:before{content:""}.epkbfa-google-wallet:before{content:""}.epkbfa-cc-visa:before{content:""}.epkbfa-cc-mastercard:before{content:""}.epkbfa-cc-discover:before{content:""}.epkbfa-cc-amex:before{content:""}.epkbfa-cc-paypal:before{content:""}.epkbfa-cc-stripe:before{content:""}.epkbfa-bell-slash:before{content:""}.epkbfa-bell-slash-o:before{content:""}.epkbfa-trash:before{content:""}.epkbfa-copyright:before{content:""}.epkbfa-at:before{content:""}.epkbfa-eyedropper:before{content:""}.epkbfa-paint-brush:before{content:""}.epkbfa-birthday-cake:before{content:""}.epkbfa-area-chart:before{content:""}.epkbfa-pie-chart:before{content:""}.epkbfa-line-chart:before{content:""}.epkbfa-lastfm:before{content:""}.epkbfa-lastfm-square:before{content:""}.epkbfa-toggle-off:before{content:""}.epkbfa-toggle-on:before{content:""}.epkbfa-bicycle:before{content:""}.epkbfa-bus:before{content:""}.epkbfa-ioxhost:before{content:""}.epkbfa-angellist:before{content:""}.epkbfa-cc:before{content:""}.epkbfa-ils:before,.epkbfa-shekel:before,.epkbfa-sheqel:before{content:""}.epkbfa-meanpath:before{content:""}.epkbfa-buysellads:before{content:""}.epkbfa-connectdevelop:before{content:""}.epkbfa-dashcube:before{content:""}.epkbfa-forumbee:before{content:""}.epkbfa-leanpub:before{content:""}.epkbfa-sellsy:before{content:""}.epkbfa-shirtsinbulk:before{content:""}.epkbfa-simplybuilt:before{content:""}.epkbfa-skyatlas:before{content:""}.epkbfa-cart-plus:before{content:""}.epkbfa-cart-arrow-down:before{content:""}.epkbfa-diamond:before{content:""}.epkbfa-ship:before{content:""}.epkbfa-user-secret:before{content:""}.epkbfa-motorcycle:before{content:""}.epkbfa-street-view:before{content:""}.epkbfa-heartbeat:before{content:""}.epkbfa-venus:before{content:""}.epkbfa-mars:before{content:""}.epkbfa-mercury:before{content:""}.epkbfa-intersex:before,.epkbfa-transgender:before{content:""}.epkbfa-transgender-alt:before{content:""}.epkbfa-venus-double:before{content:""}.epkbfa-mars-double:before{content:""}.epkbfa-venus-mars:before{content:""}.epkbfa-mars-stroke:before{content:""}.epkbfa-mars-stroke-v:before{content:""}.epkbfa-mars-stroke-h:before{content:""}.epkbfa-neuter:before{content:""}.epkbfa-genderless:before{content:""}.epkbfa-facebook-official:before{content:""}.epkbfa-pinterest-p:before{content:""}.epkbfa-whatsapp:before{content:""}.epkbfa-server:before{content:""}.epkbfa-user-plus:before{content:""}.epkbfa-user-times:before{content:""}.epkbfa-bed:before,.epkbfa-hotel:before{content:""}.epkbfa-viacoin:before{content:""}.epkbfa-train:before{content:""}.epkbfa-subway:before{content:""}.epkbfa-medium:before{content:""}.epkbfa-y-combinator:before,.epkbfa-yc:before{content:""}.epkbfa-optin-monster:before{content:""}.epkbfa-opencart:before{content:""}.epkbfa-expeditedssl:before{content:""}.epkbfa-battery-4:before,.epkbfa-battery-full:before,.epkbfa-battery:before{content:""}.epkbfa-battery-3:before,.epkbfa-battery-three-quarters:before{content:""}.epkbfa-battery-2:before,.epkbfa-battery-half:before{content:""}.epkbfa-battery-1:before,.epkbfa-battery-quarter:before{content:""}.epkbfa-battery-0:before,.epkbfa-battery-empty:before{content:""}.epkbfa-mouse-pointer:before{content:""}.epkbfa-i-cursor:before{content:""}.epkbfa-object-group:before{content:""}.epkbfa-object-ungroup:before{content:""}.epkbfa-sticky-note:before{content:""}.epkbfa-sticky-note-o:before{content:""}.epkbfa-cc-jcb:before{content:""}.epkbfa-cc-diners-club:before{content:""}.epkbfa-clone:before{content:""}.epkbfa-balance-scale:before{content:""}.epkbfa-hourglass-o:before{content:""}.epkbfa-hourglass-1:before,.epkbfa-hourglass-start:before{content:""}.epkbfa-hourglass-2:before,.epkbfa-hourglass-half:before{content:""}.epkbfa-hourglass-3:before,.epkbfa-hourglass-end:before{content:""}.epkbfa-hourglass:before{content:""}.epkbfa-hand-grab-o:before,.epkbfa-hand-rock-o:before{content:""}.epkbfa-hand-paper-o:before,.epkbfa-hand-stop-o:before{content:""}.epkbfa-hand-scissors-o:before{content:""}.epkbfa-hand-lizard-o:before{content:""}.epkbfa-hand-spock-o:before{content:""}.epkbfa-hand-pointer-o:before{content:""}.epkbfa-hand-peace-o:before{content:""}.epkbfa-trademark:before{content:""}.epkbfa-registered:before{content:""}.epkbfa-creative-commons:before{content:""}.epkbfa-gg:before{content:""}.epkbfa-gg-circle:before{content:""}.epkbfa-tripadvisor:before{content:""}.epkbfa-odnoklassniki:before{content:""}.epkbfa-odnoklassniki-square:before{content:""}.epkbfa-get-pocket:before{content:""}.epkbfa-wikipedia-w:before{content:""}.epkbfa-safari:before{content:""}.epkbfa-chrome:before{content:""}.epkbfa-firefox:before{content:""}.epkbfa-opera:before{content:""}.epkbfa-internet-explorer:before{content:""}.epkbfa-television:before,.epkbfa-tv:before{content:""}.epkbfa-contao:before{content:""}.epkbfa-500px:before{content:""}.epkbfa-amazon:before{content:""}.epkbfa-calendar-plus-o:before{content:""}.epkbfa-calendar-minus-o:before{content:""}.epkbfa-calendar-times-o:before{content:""}.epkbfa-calendar-check-o:before{content:""}.epkbfa-industry:before{content:""}.epkbfa-map-pin:before{content:""}.epkbfa-map-signs:before{content:""}.epkbfa-map-o:before{content:""}.epkbfa-map:before{content:""}.epkbfa-commenting:before{content:""}.epkbfa-commenting-o:before{content:""}.epkbfa-houzz:before{content:""}.epkbfa-vimeo:before{content:""}.epkbfa-black-tie:before{content:""}.epkbfa-fonticons:before{content:""}.epkbfa-reddit-alien:before{content:""}.epkbfa-edge:before{content:""}.epkbfa-credit-card-alt:before{content:""}.epkbfa-codiepie:before{content:""}.epkbfa-modx:before{content:""}.epkbfa-fort-awesome:before{content:""}.epkbfa-usb:before{content:""}.epkbfa-product-hunt:before{content:""}.epkbfa-mixcloud:before{content:""}.epkbfa-scribd:before{content:""}.epkbfa-pause-circle:before{content:""}.epkbfa-pause-circle-o:before{content:""}.epkbfa-stop-circle:before{content:""}.epkbfa-stop-circle-o:before{content:""}.epkbfa-shopping-bag:before{content:""}.epkbfa-shopping-basket:before{content:""}.epkbfa-hashtag:before{content:""}.epkbfa-bluetooth:before{content:""}.epkbfa-bluetooth-b:before{content:""}.epkbfa-percent:before{content:""}.epkbfa-gitlab:before{content:""}.epkbfa-wpbeginner:before{content:""}.epkbfa-wpforms:before{content:""}.epkbfa-envira:before{content:""}.epkbfa-universal-access:before{content:""}.epkbfa-wheelchair-alt:before{content:""}.epkbfa-question-circle-o:before{content:""}.epkbfa-blind:before{content:""}.epkbfa-audio-description:before{content:""}.epkbfa-volume-control-phone:before{content:""}.epkbfa-braille:before{content:""}.epkbfa-assistive-listening-systems:before{content:""}.epkbfa-american-sign-language-interpreting:before,.epkbfa-asl-interpreting:before{content:""}.epkbfa-deaf:before,.epkbfa-deafness:before,.epkbfa-hard-of-hearing:before{content:""}.epkbfa-glide:before{content:""}.epkbfa-glide-g:before{content:""}.epkbfa-sign-language:before,.epkbfa-signing:before{content:""}.epkbfa-low-vision:before{content:""}.epkbfa-viadeo:before{content:""}.epkbfa-viadeo-square:before{content:""}.epkbfa-snapchat:before{content:""}.epkbfa-snapchat-ghost:before{content:""}.epkbfa-snapchat-square:before{content:""}.epkbfa-pied-piper:before{content:""}.epkbfa-first-order:before{content:""}.epkbfa-yoast:before{content:""}.epkbfa-themeisle:before{content:""}.epkbfa-google-plus-circle:before,.epkbfa-google-plus-official:before{content:""}.epkbfa-fa:before,.epkbfa-font-awesome:before{content:""}.epkbfa-handshake-o:before{content:""}.epkbfa-envelope-open:before{content:""}.epkbfa-envelope-open-o:before{content:""}.epkbfa-linode:before{content:""}.epkbfa-address-book:before{content:""}.epkbfa-address-book-o:before{content:""}.epkbfa-address-card:before,.epkbfa-vcard:before{content:""}.epkbfa-address-card-o:before,.epkbfa-vcard-o:before{content:""}.epkbfa-user-circle:before{content:""}.epkbfa-user-circle-o:before{content:""}.epkbfa-user-o:before{content:""}.epkbfa-id-badge:before{content:""}.epkbfa-drivers-license:before,.epkbfa-id-card:before{content:""}.epkbfa-drivers-license-o:before,.epkbfa-id-card-o:before{content:""}.epkbfa-quora:before{content:""}.epkbfa-free-code-camp:before{content:""}.epkbfa-telegram:before{content:""}.epkbfa-thermometer-4:before,.epkbfa-thermometer-full:before,.epkbfa-thermometer:before{content:""}.epkbfa-thermometer-3:before,.epkbfa-thermometer-three-quarters:before{content:""}.epkbfa-thermometer-2:before,.epkbfa-thermometer-half:before{content:""}.epkbfa-thermometer-1:before,.epkbfa-thermometer-quarter:before{content:""}.epkbfa-thermometer-0:before,.epkbfa-thermometer-empty:before{content:""}.epkbfa-shower:before{content:""}.epkbfa-bath:before,.epkbfa-bathtub:before,.epkbfa-s15:before{content:""}.epkbfa-podcast:before{content:""}.epkbfa-window-maximize:before{content:""}.epkbfa-window-minimize:before{content:""}.epkbfa-window-restore:before{content:""}.epkbfa-times-rectangle:before,.epkbfa-window-close:before{content:""}.epkbfa-times-rectangle-o:before,.epkbfa-window-close-o:before{content:""}.epkbfa-bandcamp:before{content:""}.epkbfa-grav:before{content:""}.epkbfa-etsy:before{content:""}.epkbfa-imdb:before{content:""}.epkbfa-ravelry:before{content:""}.epkbfa-eercast:before{content:""}.epkbfa-microchip:before{content:""}.epkbfa-snowflake-o:before{content:""}.epkbfa-superpowers:before{content:""}.epkbfa-wpexplorer:before{content:""}.epkbfa-meetup:before{content:""}.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 .eckb-breadcrumb a,#eckb-article-page-container .eckb-breadcrumb b,#eckb-article-page-container .eckb-breadcrumb button,#eckb-article-page-container .eckb-breadcrumb div,#eckb-article-page-container .eckb-breadcrumb form,#eckb-article-page-container .eckb-breadcrumb h1,#eckb-article-page-container .eckb-breadcrumb h2,#eckb-article-page-container .eckb-breadcrumb h3,#eckb-article-page-container .eckb-breadcrumb h4,#eckb-article-page-container .eckb-breadcrumb h5,#eckb-article-page-container .eckb-breadcrumb h6,#eckb-article-page-container .eckb-breadcrumb header,#eckb-article-page-container .eckb-breadcrumb i,#eckb-article-page-container .eckb-breadcrumb img,#eckb-article-page-container .eckb-breadcrumb input,#eckb-article-page-container .eckb-breadcrumb li,#eckb-article-page-container .eckb-breadcrumb menu,#eckb-article-page-container .eckb-breadcrumb nav,#eckb-article-page-container .eckb-breadcrumb ol,#eckb-article-page-container .eckb-breadcrumb p,#eckb-article-page-container .eckb-breadcrumb section,#eckb-article-page-container .eckb-breadcrumb span,#eckb-article-page-container .eckb-breadcrumb strong,#eckb-article-page-container .eckb-breadcrumb ul,#eckb-article-page-container .eckb-navigation-back a,#eckb-article-page-container .eckb-navigation-back b,#eckb-article-page-container .eckb-navigation-back button,#eckb-article-page-container .eckb-navigation-back div,#eckb-article-page-container .eckb-navigation-back form,#eckb-article-page-container .eckb-navigation-back h1,#eckb-article-page-container .eckb-navigation-back h2,#eckb-article-page-container .eckb-navigation-back h3,#eckb-article-page-container .eckb-navigation-back h4,#eckb-article-page-container .eckb-navigation-back h5,#eckb-article-page-container .eckb-navigation-back h6,#eckb-article-page-container .eckb-navigation-back header,#eckb-article-page-container .eckb-navigation-back i,#eckb-article-page-container .eckb-navigation-back img,#eckb-article-page-container .eckb-navigation-back input,#eckb-article-page-container .eckb-navigation-back li,#eckb-article-page-container .eckb-navigation-back menu,#eckb-article-page-container .eckb-navigation-back nav,#eckb-article-page-container .eckb-navigation-back ol,#eckb-article-page-container .eckb-navigation-back p,#eckb-article-page-container .eckb-navigation-back section,#eckb-article-page-container .eckb-navigation-back span,#eckb-article-page-container .eckb-navigation-back strong,#eckb-article-page-container .eckb-navigation-back ul,#eckb-article-page-container .eckb-tag-container a,#eckb-article-page-container .eckb-tag-container b,#eckb-article-page-container .eckb-tag-container button,#eckb-article-page-container .eckb-tag-container div,#eckb-article-page-container .eckb-tag-container form,#eckb-article-page-container .eckb-tag-container h1,#eckb-article-page-container .eckb-tag-container h2,#eckb-article-page-container .eckb-tag-container h3,#eckb-article-page-container .eckb-tag-container h4,#eckb-article-page-container .eckb-tag-container h5,#eckb-article-page-container .eckb-tag-container h6,#eckb-article-page-container .eckb-tag-container header,#eckb-article-page-container .eckb-tag-container i,#eckb-article-page-container .eckb-tag-container img,#eckb-article-page-container .eckb-tag-container input,#eckb-article-page-container .eckb-tag-container li,#eckb-article-page-container .eckb-tag-container menu,#eckb-article-page-container .eckb-tag-container nav,#eckb-article-page-container .eckb-tag-container ol,#eckb-article-page-container .eckb-tag-container p,#eckb-article-page-container .eckb-tag-container section,#eckb-article-page-container .eckb-tag-container span,#eckb-article-page-container .eckb-tag-container strong,#eckb-article-page-container .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-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 #eckb-article-content-body a,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body b,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body button,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body div,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body form,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body h1,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body h2,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body h3,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body h4,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body h5,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body h6,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body header,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body i,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body img,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body input,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body li,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body menu,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body nav,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body ol,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body p,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body section,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body span,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body strong,.eckb-article-resets #eckb-article-page-container #eckb-article-content-body ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;font-weight:400;line-height:1.7em;text-align:left;text-decoration:none;border:none;box-shadow:none;box-sizing:border-box;font-style:normal;text-transform:none;letter-spacing:0;list-style-image:none}.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}[class^=avada] .single-epkb_post_type_1 #boxed-wrapper{overflow:inherit!important}.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}.single-epkb_post_type_1#neve_body .wrapper{overflow:initial!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_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-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-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}#eckb-article-page-container-v2 .elay-search-toggle{display:none}
@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 .epkb-comments-container{float:left;width:100%}#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-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-article-toc--position-middle{height:fit-content;width:100%}#eckb-article-page-container-v2 .eckb-article-toc--position-middle .eckb-article-toc__inner{display:inline-block;width:100%;float:left;margin-bottom:20px}#eckb-article-page-container-v2 .eckb-article-toc--position-middle.eckb-article-toc--bmode-between .eckb-article-toc__inner{border-bottom-width:4px;border-bottom-style:solid}#eckb-article-page-container-v2 .eckb-article-toc--position-left{position:sticky}#eckb-article-page-container-v2 .eckb-article-toc--position-left.eckb-article-toc--bmode-between .eckb-article-toc__inner{border-right-width:4px;border-right-style:solid}#eckb-article-page-container-v2 .eckb-article-toc--position-right{position:sticky}#eckb-article-page-container-v2 .eckb-article-toc--position-right.eckb-article-toc--bmode-between .eckb-article-toc__inner{border-left-width:4px;border-left-style:solid}#eckb-article-page-container-v2 .eckb-article-toc--bmode-around .eckb-article-toc__inner{border-width:2px;border-style:solid}#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-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}#eckb-article-page-container{width:100%;position:relative;text-align:left;max-width:1080px;margin:auto}#eckb-article-page-container:after{content:"";display:table;clear:both}#eckb-article-page-container #eckb-article-header{float:left;width:100%}#eckb-article-page-container #eckb-article-body{float:left;width:100%}#eckb-article-page-container #eckb-article-body #eckb-article-left-sidebar{position:relative;padding-right:4%;float:left;width:20%;padding-bottom:28px;border-right:solid 1px #ddd;display:none}#eckb-article-page-container #eckb-article-body #eckb-article-content{float:left;width:100%;position:relative}#eckb-article-page-container #eckb-article-body #eckb-article-content #eckb-article-content-header{float:left;width:100%}#eckb-article-page-container #eckb-article-body #eckb-article-content #eckb-article-content-body{float:left;width:100%;overflow:visible}#eckb-article-page-container #eckb-article-body #eckb-article-content #eckb-article-content-footer{float:left;width:100%}#eckb-article-page-container #eckb-article-body #eckb-article-right-sidebar{position:relative;padding-left:4%;float:left;width:20%;padding-bottom:28px;border-left:solid 1px #ddd;display:none}#eckb-article-page-container #eckb-article-footer{float:left;width:100%}#eckb-article-page-container .eckb-article-title{float:left;width:100%}#eckb-article-page-container .eckb-last-update{float:left;width:100%;font-size:.8em}#eckb-article-page-container .eckb-article-toc{height:0;z-index:9}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner{padding:10px;width:300px;max-height:700px;overflow:auto}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__title{font-size:1.2em;font-weight:700;border-bottom:solid 1px #ccc}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner ul{margin:0;padding:0}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner ul li{line-height:1.5em;margin:10px 0}#eckb-article-page-container .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 .eckb-article-toc .eckb-article-toc__inner ul li a:hover{cursor:pointer}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-2 a{padding-left:20px}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-3 a{padding-left:30px}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-4 a{padding-left:40px}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-5 a{padding-left:50px}#eckb-article-page-container .eckb-article-toc .eckb-article-toc__inner .eckb-article-toc__level-6 a{padding-left:60px}#eckb-article-page-container .eckb-article-toc-reset li,#eckb-article-page-container .eckb-article-toc-reset ol,#eckb-article-page-container .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 .eckb-article-toc-reset li a,#eckb-article-page-container .eckb-article-toc-reset ol a,#eckb-article-page-container .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 .eckb-article-toc__inner::-webkit-scrollbar-button{display:block;height:100%;border-radius:0;background-color:#aaa}#eckb-article-page-container .eckb-article-toc__inner::-webkit-scrollbar-button:hover{background-color:#aaa}#eckb-article-page-container .eckb-article-toc__inner::-webkit-scrollbar-thumb{background-color:#000}#eckb-article-page-container .eckb-article-toc__inner::-webkit-scrollbar-thumb:hover{background-color:#3986cc}#eckb-article-page-container .eckb-article-toc__inner::-webkit-scrollbar-track{background-color:#ccc}#eckb-article-page-container .eckb-article-toc__inner::-webkit-scrollbar-track:hover{background-color:#ccc}#eckb-article-page-container .eckb-article-toc__inner::-webkit-scrollbar{width:3px}#eckb-article-page-container .eckb-article-toc--position-middle{height:fit-content;width:100%;top:0}#eckb-article-page-container .eckb-article-toc--position-middle .eckb-article-toc__inner{display:inline-block;width:100%;float:left;margin-bottom:20px}#eckb-article-page-container .eckb-article-toc--position-middle.eckb-article-toc--bmode-between .eckb-article-toc__inner{border-bottom-width:4px;border-bottom-style:solid}#eckb-article-page-container .eckb-article-toc--position-left{position:sticky;width:fit-content;top:0}#eckb-article-page-container .eckb-article-toc--position-left .eckb-article-toc__inner{position:absolute}#eckb-article-page-container .eckb-article-toc--position-left.eckb-article-toc--bmode-between .eckb-article-toc__inner{border-right-width:4px;border-right-style:solid}#eckb-article-page-container .eckb-article-toc--position-right{position:sticky;width:fit-content;float:right;top:60px}#eckb-article-page-container .eckb-article-toc--position-right .eckb-article-toc__inner{position:absolute}#eckb-article-page-container .eckb-article-toc--position-right.eckb-article-toc--bmode-between .eckb-article-toc__inner{border-left-width:4px;border-left-style:solid}#eckb-article-page-container .eckb-article-toc--bmode-around .eckb-article-toc__inner{border:solid 2px}#eckb-article-page-container .eckb-article-content-header__article-meta{float:left;width:100%;padding:10px 0}#eckb-article-page-container .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-created{float:left;margin-right:15px}#eckb-article-page-container .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 .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 .eckb-article-content-header__article-meta .eckb-ach__article-meta__date-updated{float:left;margin-right:15px}#eckb-article-page-container .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 .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 .eckb-article-content-header__article-meta .eckb-ach__article-meta__author{float:left;margin-right:15px}#eckb-article-page-container .eckb-article-content-header__article-meta .eckb-ach__article-meta__author .eckb-ach__article-meta__author__text{margin-right:5px}#eckb-article-page-container .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 .eckb-article-content-footer__article-meta{float:left;width:100%;padding:10px 0}#eckb-article-page-container .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-created{float:left;margin-right:15px}#eckb-article-page-container .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 .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 .eckb-article-content-footer__article-meta .eckb-ach__article-meta__date-updated{float:left;margin-right:15px}#eckb-article-page-container .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 .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 .eckb-article-content-footer__article-meta .eckb-ach__article-meta__author{float:left;margin-right:15px}#eckb-article-page-container .eckb-article-content-footer__article-meta .eckb-ach__article-meta__author .eckb-ach__article-meta__author__text{margin-right:5px}#eckb-article-page-container .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 .eckb-breadcrumb{float:left;width:100%;margin-bottom:20px}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-label{float:left;margin-right:10px}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-nav{float:left;padding:0}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-nav li{float:left;display:block;padding-right:10px}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-nav li a{text-decoration:none;font-weight:inherit;font-family:inherit}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-nav li a span{font-weight:inherit;font-family:inherit}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-link{font-weight:inherit;font-family:inherit}#eckb-article-page-container .eckb-breadcrumb .eckb-breadcrumb-link span[aria-current=page]{font-weight:inherit!important;font-family:inherit!important}#eckb-article-page-container .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 .eckb-navigation-back{float:left;width:100%}#eckb-article-page-container .eckb-navigation-back:hover{cursor:pointer}#eckb-article-page-container .eckb-navigation-back .eckb-navigation-button{float:left}#eckb-article-page-container .eckb-navigation-back .eckb-navigation-button a{float:left;text-decoration:none}#eckb-article-page-container .eckb-navigation-back .eckb-btn-hover-1 :hover{opacity:.7}#eckb-article-page-container .eckb-navigation-back .eckb-btn-hover-2 :hover{opacity:.8}#eckb-article-page-container .eckb-navigation-back .eckb-btn-hover-3 :hover{opacity:.9}#eckb-article-page-container .eckb-navigation-back .eckb-btn-hover-4 section:hover{background-color:#fbfbfb!important}#eckb-article-page-container .eckb-navigation-back .eckb-btn-hover-5 section:hover{background-color:#f8f8f8!important}#eckb-article-page-container .eckb-navigation-back .eckb-btn-hover-6 section:hover{background-color:#f1f1f1!important}#eckb-article-page-container .eckb-tag-container{float:left;width:100%;padding:20px 0 20px 0}#eckb-article-page-container .eckb-tag-container .eckb-tag-description{float:left;margin-right:5px}#eckb-article-page-container .eckb-tag-container .eckb-tag-list{float:left}#eckb-article-page-container .eckb-tag-container .eckb-tag-list li{display:block;float:left;margin-right:10px}#eckb-article-page-container .eckb-comments-container{float:left;width:100%;padding:5px 0 5px 0}#eckb-article-page-container.eckb-article-left-sidebar-on #eckb-article-body #eckb-article-left-sidebar{display:block}@media only screen and (max-width:768px){#eckb-article-page-container.eckb-article-left-sidebar-on #eckb-article-body #eckb-article-left-sidebar{width:100%;padding:0;border:none}}#eckb-article-page-container.eckb-article-left-sidebar-on #eckb-article-body #eckb-article-content{width:71%;padding-left:4%;padding-right:0}@media only screen and (max-width:768px){#eckb-article-page-container.eckb-article-left-sidebar-on #eckb-article-body #eckb-article-content{width:100%;padding:0}}#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-right-sidebar{display:block}@media only screen and (max-width:768px){#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-right-sidebar{width:100%;padding:0;border:none}}#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-content{width:71%;padding-right:4%;padding-left:0}@media only screen and (max-width:768px){#eckb-article-page-container.eckb-article-right-sidebar-on #eckb-article-body #eckb-article-content{width:100%;padding:0}}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body{color:#666;background-color:#fff;font-size:14px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body blockquote{margin:20px 0 30px;padding-left:20px;border-left:5px solid}.eckb-article-defaults #eckb-article-page-container #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 #eckb-article-content-body ul ol,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body ul ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container #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 #eckb-article-content-body ol ol,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body ol ul{padding:0 0 0 3em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body a{color:#2ea3f2;text-decoration:underline}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body a:hover{text-decoration:none}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body p{padding-bottom:1em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body strong{font-weight:700}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body cite,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body em,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body i{font-style:italic}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body code,.eckb-article-defaults #eckb-article-page-container #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 #eckb-article-content-body ins{text-decoration:none}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body sub,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body sup{position:relative;height:0;line-height:1;vertical-align:baseline}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body sup{bottom:.8em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body sub{top:.3em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body dl{margin:0 0 1.5em 0}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body dl dt{font-weight:700}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body dd{margin-left:1.5em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body blockquote p{padding-bottom:0}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body embed,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body iframe,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body object,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body video{max-width:100%}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h1,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h2,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h3,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h4,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h5,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h6{margin:10px 0;padding-bottom:10px;color:#333;font-weight:500;line-height:1em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h1 a,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h2 a,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h3 a,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h4 a,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h5 a,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h6 a{color:inherit}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h1{font-size:2.5em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h2{font-size:2em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h3{font-size:1.75em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h4{font-size:1.5em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h5{font-size:1.25em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body h6{font-size:1em}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input{-webkit-appearance:none}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=checkbox]{-webkit-appearance:checkbox}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=radio]{-webkit-appearance:radio}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input.text,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input.title,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=email],.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=password],.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=tel],.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=text],.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body select,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body textarea{padding:2px;border:1px solid #bbb;color:#4e4e4e;background-color:#fff}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input.text:focus,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input.title:focus,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=text]:focus,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body select:focus,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body textarea:focus{border-color:#2d3940;color:#3e3e3e}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input.text,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input.title,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body input[type=text],.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body select,.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body textarea{margin:0}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body textarea{padding:4px}.eckb-article-defaults #eckb-article-page-container #eckb-article-content-body img{max-width:100%;height:auto}#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 .epkb-article-title{position:relative;font-size:1em;display:block;font-family:inherit;font-weight:inherit}#epkb-sidebar-container-v2 .epkb-article-title .eckb-article-title__icon{position:absolute;top:2px;left:0}#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-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}}