PKZ8@D8"8"wp-content.cssnuW+A/* Additional default styles for the editor */ html { cursor: text; } html.ios { width: 100px; min-width: 100%; } body { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; font-size: 16px; line-height: 1.5; color: #333; margin: 9px 10px; max-width: 100%; -webkit-font-smoothing: antialiased !important; overflow-wrap: break-word; word-wrap: break-word; /* Old syntax */ } body.rtl { font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif; } body.locale-he-il, body.locale-vi { font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif; } body.wp-autoresize { overflow: visible !important; /* The padding ensures margins of the children are contained in the body. */ padding-top: 1px !important; padding-bottom: 1px !important; padding-left: 0 !important; padding-right: 0 !important; } /* When font-weight is different than the default browser style, Chrome and Safari replace and with spans with inline styles on pasting?! */ body.webkit strong, body.webkit b { font-weight: bold !important; } pre { font-family: Consolas, Monaco, monospace; } td, th { font-family: inherit; font-size: inherit; } /* For emoji replacement images */ img.emoji { display: inline !important; border: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .mceIEcenter { text-align: center; } img { height: auto; max-width: 100%; } .wp-caption { margin: 0; /* browser reset */ max-width: 100%; } /* iOS does not obey max-width if width is set. */ .ios .wp-caption { width: auto !important; } dl.wp-caption dt.wp-caption-dt img { display: inline-block; margin-bottom: -1ex; } div.mceTemp { -ms-user-select: element; } dl.wp-caption, dl.wp-caption * { -webkit-user-drag: none; } .wp-caption-dd { font-size: 14px; padding-top: 0.5em; margin: 0; /* browser reset */ } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; margin: 0.5em 1em 0.5em 0; } .alignright { float: right; margin: 0.5em 0 0.5em 1em; } /* Remove blue highlighting of selected images in WebKit */ img[data-mce-selected]::selection { background-color: transparent; } /* Styles for the WordPress plugins */ .mce-content-body img[data-mce-placeholder] { border-radius: 0; padding: 0; } .mce-content-body img[data-wp-more] { border: 0; -webkit-box-shadow: none; box-shadow: none; width: 96%; height: 16px; display: block; margin: 15px auto 0; outline: 0; cursor: default; } .mce-content-body img[data-mce-placeholder][data-mce-selected] { outline: 1px dotted #888; } .mce-content-body img[data-wp-more="more"] { background: transparent url( images/more.png ) repeat-y scroll center center; } .mce-content-body img[data-wp-more="nextpage"] { background: transparent url( images/pagebreak.png ) repeat-y scroll center center; } .mce-object-style { background-image: url( images/style.svg ); } .mce-object-script { background-image: url( images/script.svg ); } /* Styles for formatting the boundaries of anchors and code elements */ .mce-content-body a[data-mce-selected] { padding: 0 2px; margin: 0 -2px; border-radius: 2px; box-shadow: 0 0 0 1px #bfe6ff; background: #bfe6ff; } .mce-content-body .wp-caption-dt a[data-mce-selected] { outline: none; padding: 0; margin: 0; box-shadow: none; background: transparent; } .mce-content-body code { padding: 2px 4px; margin: 0; border-radius: 2px; color: #222; background: #f2f4f5; } .mce-content-body code[data-mce-selected] { background: #e9ebec; } /* Gallery, audio, video placeholders */ .mce-content-body img.wp-media { border: 1px solid #aaa; background-color: #f2f2f2; background-repeat: no-repeat; background-position: center center; width: 99%; height: 250px; outline: 0; cursor: pointer; } .mce-content-body img.wp-media:hover { background-color: #ededed; border-color: #72777c; } .mce-content-body img.wp-media.wp-media-selected { background-color: #d8d8d8; border-color: #72777c; } .mce-content-body img.wp-media.wp-gallery { background-image: url(images/gallery.png); } /* Image resize handles */ .mce-content-body div.mce-resizehandle { border-color: #72777c; width: 7px; height: 7px; } .mce-content-body img[data-mce-selected] { outline: 1px solid #72777c; } .mce-content-body img[data-mce-resize="false"] { outline: 0; } audio, video, embed { display: -moz-inline-stack; display: inline-block; } audio { visibility: hidden; } /* Fix for proprietary Mozilla display attribute, see #38757 */ [_moz_abspos] { outline: none; } a[data-wplink-url-error], a[data-wplink-url-error]:hover, a[data-wplink-url-error]:focus { outline: 2px dotted #dc3232; position: relative; } a[data-wplink-url-error]:before { content: ""; display: block; position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; outline: 2px dotted #fff; z-index: -1; } /** * WP Views */ .wpview { width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */ position: relative; clear: both; margin-bottom: 16px; border: 1px solid transparent; } .mce-shim { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .wpview[data-mce-selected="2"] .mce-shim { display: none; } .wpview .loading-placeholder { border: 1px dashed #ccc; padding: 10px; } .wpview[data-mce-selected] .loading-placeholder { border-color: transparent; } /* A little "loading" animation, not showing in IE < 10 */ .wpview .wpview-loading { width: 60px; height: 5px; overflow: hidden; background-color: transparent; margin: 10px auto 0; } .wpview .wpview-loading ins { background-color: #333; margin: 0 0 0 -60px; width: 36px; height: 5px; display: block; -webkit-animation: wpview-loading 1.3s infinite 1s steps(36); animation: wpview-loading 1.3s infinite 1s steps(36); } @-webkit-keyframes wpview-loading { 0% { margin-left: -60px; } 100% { margin-left: 60px; } } @keyframes wpview-loading { 0% { margin-left: -60px; } 100% { margin-left: 60px; } } .wpview .wpview-content > iframe { max-width: 100%; background: transparent; } .wpview-error { border: 1px solid #ddd; padding: 1em 0; margin: 0; word-wrap: break-word; } .wpview[data-mce-selected] .wpview-error { border-color: transparent; } .wpview-error .dashicons, .loading-placeholder .dashicons { display: block; margin: 0 auto; width: 32px; height: 32px; font-size: 32px; } .wpview-error p { margin: 0; text-align: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } .wpview-type-gallery:after { content: ""; display: table; clear: both; } .gallery img[data-mce-selected]:focus { outline: none; } .gallery a { cursor: default; } .gallery { margin: auto -6px; padding: 6px 0; line-height: 1; overflow-x: hidden; } .ie7 .gallery, .ie8 .gallery { margin: auto; } .gallery .gallery-item { float: left; margin: 0; text-align: center; padding: 6px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item { padding: 6px 0; } .gallery .gallery-caption, .gallery .gallery-icon { margin: 0; } .gallery .gallery-caption { font-size: 13px; margin: 4px 0; } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-2 .gallery-item { width: 50%; } .gallery-columns-3 .gallery-item { width: 33.333%; } .ie8 .gallery-columns-3 .gallery-item, .ie7 .gallery-columns-3 .gallery-item { width: 33%; } .gallery-columns-4 .gallery-item { width: 25%; } .gallery-columns-5 .gallery-item { width: 20%; } .gallery-columns-6 .gallery-item { width: 16.665%; } .gallery-columns-7 .gallery-item { width: 14.285%; } .gallery-columns-8 .gallery-item { width: 12.5%; } .gallery-columns-9 .gallery-item { width: 11.111%; } .gallery img { max-width: 100%; height: auto; border: none; padding: 0; } img.wp-oembed { border: 1px dashed #888; background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center; width: 300px; height: 250px; outline: 0; } /* rtl */ .rtl .gallery .gallery-item { float: right; } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { .mce-content-body img.mce-wp-more { background-image: url( images/more-2x.png ); background-size: 1900px 20px; } .mce-content-body img.mce-wp-nextpage { background-image: url( images/pagebreak-2x.png ); background-size: 1900px 20px; } } PKZ""images/playlist-video.pngnuW+APNG  IHDR(( H_EPLTE#WtRNS "#HJLMNQAvIDAT8ӹ >PO P©_e !9vo@̋c=4[mi gj"!NQed =ˑiϕiZO26sQA9CdIENDB`PKZ PCCimages/pagebreak-2x.pngnuW+APNG  IHDR(<!PLTEĻ*|tRNSYss:*IDATx1H+!a K]ڣA9"c NYU n_ 9kYm;L^+Iꯩ pduǗ6uIj7Ӧd?;&lWuH휴,w=lSxYn m` !ٜVd]7a>a;]Znö0e].9^$˰֮O#Ϗd6𑪔RgsXISU}Ni@jz6*2IPpj: ۖ09مUJ*^-{ڞ4].l[R{ޞta=UO5N_788 [>:>a5r}!n[OI_kkǩ-ކRm⫰NIrV}m-ql_lWu9ɺlU{#ؾgKOIR mj7lSs{c\Ǿydx)[I-o:|X8gކj6?6=lzoݞ+_0D9 HIENDB`PKZQPD{{images/gallery.pngnuW+APNG  IHDR(( H_WPLTE~tRNS DMZwVQIDAT8O0ᑋU)-a,dBMi2*6z@ 3m~˨nKf숎'{pxhM)~EPT6ՔTeXw72|T#.\j K'eGjŹR!_ wZ ?Q_'$IENDB`PKZYgWHimages/gallery-2x.pngnuW+APNG  IHDRPP|?0PLTEtRNS"3DfwW/IDATHױM@'D(, l@6`p# xPt蒟{]l_ڟduʎlWdH21eIU;N263X%!"XkPB!sh`H|S Zx+u 1!OD& ;M}9 \bouݽ3쐅k7ÿ /|,)@~xi j5xۿ BLkjIENDB`PKZ kkimages/video.pngnuW+APNG  IHDR22;TmtRNSv8$IDATHֻ@`n "HDI/[ ۊ<@VxlvA쉉397od[f1*bE fj ۲LG]U)ٲIt 8< $0Jl=@{8BشptHv@TX\#Զ.j[6!ez[1*aLdh uNMg"Ehg"")qHGΊX&">ؕڱS?X% &)Vy*hbU[?g>pyV%fgNo.IENDB`PKZ=UJimages/more.pngnuW+APNG  IHDRlv= (NOIENDB`PKZݤimages/style.svgnuW+APKZFiSSimages/dashicon-no.pngnuW+APNG  IHDRE/PLTEwwwwwzww~wzwwz~ww~~~~~͂ՎՎww~Ś~ɞ~͞~ͮ͹զṎŚѦIDAT(ݒK@ DQ@|a7YN*[#Y~촙{jb-- 3N.TiZZ2*mUB `_n_sLG85>n&~"7za!IENDB`PKZyimages/script.svgnuW+APKZlmttimages/pagebreak.pngnuW+APNG  IHDRlv=zPLTELiqҹ̾ʾݻڶȸĿ¾ϸͻȹҺϺĸþþƺ忿̺¾ü廻ةtSytRNSv?|{"#X"?-.w3wSH~9;~s07WϢkJK7D͍.͈E 4nq(dIENDB`PKZНimages/audio.pngnuW+APNG  IHDR22;TmtRNSv8UIDATHտK@ qVdK nU*: 8h(Ѐ%.EC 4w={o~ym-?<8nPyx^t6 zۣf 颫SŨ ݶIQ I;_2#y7I~&wTdT$)H`+;[ @HG' >g6 ň1FcELn(+(JH]jB-5)ˇ2yYXxy>D;Xϰo|Rȍ#AX_s9ajLח¬ޑϓ%0b3'3%ϛwX1G>IENDB`PKZ>Dimages/embedded.pngnuW+APNG  IHDR|\l!PLTELiq ***  y~}H1&rl|-"臓XgtG8/ iwds}lnk_my۳t]cmRUK:PUӟ`NDt.68N:4P_!aNBL^lC4.p~js9MTnb]q*>?i{`MFݑA3/&6Dvae\M?5;.'%).e}TsH8/axXhn^xhYP, J_aOA&)M^7(% ror|&3^eaY^L?r[ '!,1$!M=4UD:@2,?0(D5.H926("<-&eREXG>7*'bOB]J> gVI]LBS@6OA9lZMwdT7#H8-k[ʞƊt`t^L߬꺽ωoz& ӷݝn.D-ؓ|hwyyureu}QTVՔdm}~HRovBQ|FKQgz;CAũn7EgW_\aC Τ߶(>tɾOiztRNS# l<P4+}bGv׽Y\ױؾջًٲu˽lك۠<'L{gӑْ]Eؒ6 j̥Lrƫv? IDAThޭy\egSTU[JHH'%aU.h0C\Q?30"8~TƋ" ʮ"!1iI{׾SuQ;S9ٟyK5 @xMS.卥b곾( p~ T]0 lWu]Ubc TϝWq'-2m0O86=1s?hiYn?^ \v _T&v:DBKJX xjY&@Rd%3Cdix@?_]osd#$3tj(cU$HBC DXggHe>@,G@GržCۚ$z\fy:gj2PQ×5')|ͱ+ iֹ{t Vp_vigOud,#H=d/IdPJFzIY#pU~N+6^P?73!qWqaP6.Pˢ:ҙ0g-_<+mfw袕6lQlB=9ZsWM΁2$$_t3;BR Ƿ[=z{ !骑$Z_xa%L'G;C0 16<=ofK-~ϸK/?\tB+fP7 Ԍ!Mp'lƽJY41s'ѡ<&׺.W<=DxbuGv|Pʕs"(-]):)!ӯm+:#ڳ0=xMX'խ":B2[9e" p䍰xY.H] wn\wkJ]8Q !c% g+u:6W~6&D}'+&# o&$:WݧoԖӭ{R7M<~Ym{2ԂFj``ಧpGцzpȦ*d߯v|`k*:ʼLpd'+tikr;BZ+T{;hV@u<{zGV?Vf5rcy]˷/ e3i4 h)5!5Wٱg{P흡Zs5h qڊbq7En˸om\3]ֈAkeNi ם uQxWCJvA=GX|A6=3YFNuzol~]׎%&~sNn- C* x4D\22wxx;ץ,;\:G t)Fr37bq,drv\Ӓs'}Cprt񲾫qiQp{"Kێ_K߹n-xpXN ;e`7 7 k<\:9@3|:6*6)\Tִ<,?̲%A"+Ҫ{;}b.ms?aۙv2MF*gn DhYhKWFy)5$ԇGm޵h귟W24t^? >ع(Hyhbg~2N)u>;CJkꚙW +v1XpƼEQ-lh^TG#MwRo=ˬMr^iz8d+ 6z[i2篍^7,NtpdNAd8D [Ο,}=c<:f4~,@(l>̉XlNvW=նP?^m 輪tJ|"i(>=*%c {Պ3h}gI-1؇ѣm s.XN%cI)MR~64E{|c JDOtrqלK9'\_]MtzE!G#篑~<3ڕ׌ᵒ6ty@S;=q"7z'T' mBR\!zyޗQhǥ Hf7?ݝeM$I mJEߒ [04Utn.3P<&gbr68RPKCnLx6 ri7Mj%J$P=R5/Oeea?FP]k7W0趰q߼@mf@u>|Fdi߅;ݻri:*nm[;< 9ǽqtza[U}mO,ZcI{߼ECk"Z%}}f[7߳};mfv?Lr0CjQ(@%zk=Cm+'Ox"p_ǽM}>W#reXoZM-7zxɬ}hNsr;]ߖvV)+r>h_踟K17 vɡ=78_%S7Yun_A$n{UYRMdgNeK#ވrK'lwVdre;Mîv+.r)-3˙F.Rw%R{?ʪ;{t*Sp\;W6޷=n4]JasCLZ2z˵ywhvp޼˜ɼ`W$-3k,#mRG{CqE3A}/`!2mn-?-(uBLF EK-~mK޺hw?ăpB%@@N>k++ U"_99r<;ڧgPu?1]($.|)Uk9 9{i|.Yxn=<~}>4;Xt툷hr @Ŧ&ϺD.^xGZzj Z^Z1_kCY}ZKtxp,՛t%OI,5dR%Q,7lIf(wn:K {~~}ǦwWv_.: BYKAOR-NR:Oa"^CA*Ʃ T%ȍcȀD/guc*hJJYx jM@E 5ԉ5D1Ahi *mVsq '{2*lp"c TpAתH$4p i9`>@ح5NBF K4Sx+TgJU (; tm-.21ShE!$*ԉRCLGu4#$kaփl4LCU)1 R pKArISɒ1N'lA*'/N]kbv  BM-J£.H`ɀa3ghp"R=`uUN50kV Yc?*%F^ë7(X{3S(֩<%P _C9ufX4! bGJ>f, d'LkF&e ANM>T'dz{ D{f5H͈30n4zs@c g} FI$1\t\dtbza_{B`5r_=*omgQcQkFwC 2[X:mI"٣*:ʧŝEPfP?O'{(pOiT#Qv ѝx8|WމONP\,75lW\I&לOqlXUe2+k0ͧ-eJ>g Yd G42'7[QϷ7>Vbm%VW/|}?IENDB`PKZ"۸images/playlist-audio.pngnuW+APNG  IHDR((mIDATxb?`dddBqT2:pԁC%:p;p4:puh9HN}@N b}#`X[1J7āa$E`@|M4r`%Ą#( Adr ėx;.,tΠ8@lĞ@QḮv ȠYYaA@G84%@l -6U}{ILo&!a,K)IH=@Lzzg*82`c?,b{EL$Ձ;đINaQT(mn# EChW1my@,5Ш@h=߀=/b)J$0<:M-RIENDB`PKZ8@D8"8"wp-content.cssnuW+APKZ""v"images/playlist-video.pngnuW+APKZ PCC#images/pagebreak-2x.pngnuW+APKZQPD{{k'images/gallery.pngnuW+APKZYgWH()images/gallery-2x.pngnuW+APKZ kk,+images/video.pngnuW+APKZ=UJ,images/more.pngnuW+APKZݤ.images/style.svgnuW+APKZFiSS4images/dashicon-no.pngnuW+APKZyy6images/script.svgnuW+APKZlmtt\:images/pagebreak.pngnuW+APKZН?images/audio.pngnuW+APKZ>D@images/embedded.pngnuW+APKZV[[$aimages/more-2x.pngnuW+APKZ.ppcimages/dashicon-edit.pngnuW+APKZ"۸yeimages/playlist-audio.pngnuW+APK5zg