.post-views.entry-meta>span{margin-right:0!important;font:16px/1}.post-views.entry-meta>span.post-views-icon.dashicons{display:inline-block;font-size:16px;line-height:1;text-decoration:inherit;vertical-align:middle}.post-views.load-dynamic .post-views-count{color:#0000;transition:color .3s ease-in-out;position:relative}.post-views.load-dynamic .post-views-count:after{opacity:0;transition:opacity .3s ease-in-out;position:relative;color:#6610f2}.post-views.load-dynamic.loaded .post-views-count{color:inherit}.post-views.load-dynamic.loading .post-views-count,.post-views.load-dynamic.loading .post-views-count:after{box-sizing:border-box}.post-views.load-dynamic.loading .post-views-count:after{content:"";display:block;width:16px;height:16px;border-radius:50%;border:2px solid currentColor;border-color:currentColor #fff0 currentColor #fff0;animation:pvc-loading 1s linear infinite;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:1}@keyframes pvc-loading{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}:root{--pomodoro-bg-light:#ffffff;--pomodoro-border-light:#000000;--pomodoro-text-light:#000000;--pomodoro-bg-dark:#000000;--pomodoro-border-dark:#888888;--pomodoro-text-dark:#cccccc;--pomodoro-timer-work:#ff4444;--pomodoro-timer-break:#4444ff;--pomodoro-close-red:#ff0000}#wp-pomodoro-container{position:fixed;bottom:20px;right:20px;z-index:999999;font-family:sans-serif;--bg:var(--pomodoro-bg-light);--border:var(--pomodoro-border-light);--text:var(--pomodoro-text-light);--timer:var(--pomodoro-timer-work)}#wp-pomodoro-container.theme-dark{--bg:var(--pomodoro-bg-dark);--border:var(--pomodoro-border-dark);--text:var(--pomodoro-text-dark)}#wp-pomodoro-container.is-break{--timer:var(--pomodoro-timer-break)}#wp-pomodoro-banner{position:absolute;bottom:100%;right:0;background:var(--bg);border:2px solid var(--border);color:var(--timer);padding:8px 16px;border-radius:8px;font-weight:700;font-size:1.1rem;white-space:nowrap;opacity:0;transform:translateY(20px);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);pointer-events:none;margin-bottom:10px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}#wp-pomodoro-banner.show-banner{opacity:1;transform:translateY(0)}#wp-pomodoro-toggle-btn{font-size:30px;cursor:pointer;background:var(--bg);border:2px solid var(--border);border-radius:8px;padding:10px;display:none;box-shadow:0 4px 6px rgb(0 0 0 / .1);transition:all 0.2s ease}#wp-pomodoro-container.is-collapsed #wp-pomodoro-toggle-btn{display:block}#wp-pomodoro-container.is-collapsed #wp-pomodoro-ui{display:none}#wp-pomodoro-ui{display:block;background:var(--bg);border:2px solid var(--border);color:var(--text);padding:15px 20px;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .2);position:relative;min-width:240px}#wp-pomodoro-close-btn{position:absolute;top:5px;right:8px;background:none;border:none;color:var(--pomodoro-close-red);font-size:16px;font-weight:700;cursor:pointer;padding:0}.wp-pomodoro-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;margin-top:5px}#wp-pomodoro-status{font-size:1.1rem;font-weight:700;text-transform:uppercase}#wp-pomodoro-time{font-size:2.2rem;font-weight:700;color:var(--timer);line-height:1}.wp-pomodoro-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:.8rem;text-align:center;border-top:1px solid var(--border);padding-top:10px}.wp-pomodoro-control-group{display:flex;flex-direction:column;align-items:center;gap:4px}.wp-pomodoro-label{font-size:.7rem;text-transform:uppercase;opacity:.8}.wp-pomodoro-control-group button{background:#fff0;border:1px solid var(--border);color:var(--text);cursor:pointer;padding:2px 6px;border-radius:4px;font-size:.75rem;width:100%}#wp-pomodoro-vol-level{margin-top:4px}@media (max-width:600px){#wp-pomodoro-container{bottom:10px;right:10px}#wp-pomodoro-ui{padding:12px 15px;min-width:200px}#wp-pomodoro-time{font-size:1.8rem}}:root{--cookieadmin-primary-color:#001d39;--cookieadmin-primary-hover-color:#985e23;--cookieadmin-secondary-color:#0046b2;--cookieadmin-secondary-hover-color:#0065ff;--cookieadmin-txcolor:#0f172a;--cookieadmin-green-txtcolor:#3a8356;--cookieadmin-warning-txtcolor:#9c7930;--cookieadmin-red-txtcolor:#b55355;--cookieadmin-green-color:#15a448;--cookieadmin-warning-color:#e9b306;--cookieadmin-red-color:#dd2727}.cookieadmin_cookie_modal label,.cookieadmin_cookie_modal input{padding:5px;margin-right:5px;font-size:15px}.cookieadmin_cookie_modal label{font-weight:501}.cookieadmin_bottom{bottom:20px}.cookieadmin_top{top:20px}.cookieadmin_right{right:15px}.cookieadmin_left{left:15px}@keyframes cookieadmin_slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes cookieadmin_slideSide{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.cookieadmin_law_container{position:fixed;width:25%;box-sizing:border-box;z-index:99999;display:none}.cookieadmin_consent_btns{align-content:center;display:flex;justify-content:space-evenly;flex-wrap:wrap}.cookieadmin_box{width:25%;box-sizing:border-box;display:none}.cookieadmin_notice_group{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.cookieadmin_consent_inside{color:#000;background-color:#FFF;border:1px solid #f4f4f4;padding:15px;border-radius:4px;box-shadow:1px 3px 10px rgb(0 0 0 / .2)}#cookieadmin_notice_title{font-weight:601;margin:0;padding-left:5px}.cookieadmin_notice_con{font-size:initial;padding:0 6px;flex:1}.cookieadmin_cookie_modal{display:none;flex-direction:column;position:fixed;max-height:80vh;background-color:#FFF;border:1px solid #F4F4F4;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .2);z-index:999999}.cookieadmin_center{top:10%;left:22%;max-width:60vw}.cookieadmin_side{flex-direction:column;position:fixed;width:35vw;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideSide;max-height:100vh;left:0;top:0;border-radius:0}.cookieadmin_down{position:fixed;max-width:100%;max-height:55vh;bottom:0;animation:0.5s ease-out forwards cookieadmin_slideUp}.cookieadmin_modal_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);z-index:1000}.cookieadmin_mod_head{display:flex;justify-content:space-between}.cookieadmin_mod_head,.cookieadmin_wrapper{padding:15px;border-bottom:1px solid #CCC}.cookieadmin_close_pref{background:none;border:none;align-self:baseline;color:gray;cursor:pointer;padding:0}.cookieadmin_preference_title{font-size:20px;font-weight:801;margin:9px}.cookieadmin_preference_details{padding:0 10px}.cookieadmin_preference{overflow:auto;font-size:15px;height:auto;padding:10px 0}.cookieadmin_details_wrapper{padding:0 15px;height:calc(100% - 6%);overflow:auto;scrollbar-width:thin}.cookieadmin_types{padding:10px 10px;border-top:1px solid #CCC}.cookieadmin_header{display:flex;justify-content:space-between}.cookieadmin_header>span>label{cursor:pointer}.cookieadmin_remark{display:none;justify-self:right}.cookieadmin_act{display:inline;color:#1863dc}.cookieadmin-modal-cookies-list{display:none;padding:1px;border-radius:10px;margin:0 20px;margin-right:4rem;font-size:smaller;font-size:1rem;text-align:center}.cookieadmin_desc{padding:5px 20px;font-size:15px;padding-right:4rem}.cookieadmin_footer{left:0;padding:15px;flex-wrap:wrap;width:100%}.cookieadmin_modal_footer{left:0;padding:15px;flex-wrap:wrap;border-top:1px solid #CCC}button.cookieadmin_btn{background-color:#fff0;border:1px solid gray;color:#1863dc;padding:.4rem .9rem;border-radius:4px;margin:2px 5px;cursor:pointer;flex:auto;text-wrap:auto}.cookieadmin_btn:hover{opacity:.8}.cookieadmin_show_pref_cookies{cursor:pointer;font-size:18px;font-family:initial}button.cookieadmin_re_consent{display:none;position:fixed;bottom:15px;left:15px;background-color:#374FD4;height:50px;width:50px;border-radius:50%!important;cursor:pointer;border:0;z-index:99999;padding:5px!important;box-shadow:-4px 5px 10px rgb(0 0 0 / .4);align-items:center;justify-content:center}.cookieadmin-cookie-card{border:1px solid ghostwhite;border-radius:10px;padding:16px;font-family:'Open Sans','Segoe UI',sans-serif;box-shadow:0 2px 6px rgb(0 0 0 / .1);margin:10px auto;text-align:left}.cookieadmin-cookie-header{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:6px}.cookieadmin-cookie-name{font-weight:700;color:#333}.cookieadmin-cookie-duration{font-size:.85rem}.cookieadmin-cookie-duration>b{font-weight:700}.cookieadmin-cookie-description{font-size:.9rem;margin-bottom:12px}.cookieadmin-cookie-tags{display:flex;gap:8px}.cookieadmin-tag{background:#e0e0e0;padding:4px 10px;border-radius:12px;font-size:.75rem;color:#333}.cookieadmin_toggle{position:relative;display:inline-block;width:24px;height:11px}.cookieadmin_toggle input{display:none}.cookieadmin_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:21px;width:34px;background-color:gray;transition:.4s;border-radius:34px}.cookieadmin_slider:before{position:absolute;content:"";height:15px;width:15px;left:3.2px;bottom:3.2px;background-color:#fff;transition:.2s;border-radius:50%}input:checked+.cookieadmin_slider{background-color:#3582c4}input:checked+.cookieadmin_slider:before{transform:translateX(13px)}.cookieadmin_law_container .cookieadmin-poweredby{margin-top:10px}.cookieadmin_modal_footer_links .cookieadmin-poweredby{margin-left:auto}.cookieadmin-poweredby a img{height:15px}.cookieadmin-poweredby a{color:unset;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:11px;gap:2px;text-decoration:none}.cookieadmin_modal_footer .cookieadmin-poweredby a{justify-content:end}#cookieadmin-gpc-toast{display:flex;visibility:hidden;position:fixed;bottom:24px;right:24px;color:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .15);align-items:center;justify-content:space-between;gap:10px;font-size:14px;z-index:99999;opacity:0;transform:translateY(20px);transition:opacity 0.3s ease,transform 0.3s ease,visibility 0s 0.3s;line-height:1.5}#cookieadmin_gpc_override{padding-bottom:10px}.cookieadmin_policy_link_box{display:flex;justify-content:space-around;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_policy_link_box{display:flex;gap:5px;font-size:13px;flex-wrap:wrap}.cookieadmin_modal_footer_links{display:flex;justify-content:space-between;margin:9px 9px 0 9px}@media (max-width:767px){.cookieadmin_center{top:10%;left:5%;max-width:90vw}.cookieadmin_show_pref_cookies{font-size:14px}.cookieadmin_law_container,.cookieadmin_box{width:90%}.cookieadmin_side{width:100%}}@media (min-width:768px) and (max-width:991px){.cookieadmin_box{width:45%}}@media (min-width:992px) and (max-width:1199px){.cookieadmin_box{width:35%}}@media (min-width:1200px) and (max-width:1360px){.cookieadmin_box{width:30%}}@media (min-width:768px){.cookieadmin_notice_group{flex-direction:row;justify-content:space-between;align-items:center}.cookieadmin_notice_con{flex:1}.cookieadmin_consent_btns{flex-shrink:0}}@media (max-width:480px){.cookieadmin_consent_inside .cookieadmin_btn{width:100%;margin:5px 0}.cookieadmin_modal_footer{padding:8px}}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#fff0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}select{text-transform:none}button{overflow:visible}button,input,select,textarea{max-width:100%}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default;opacity:.5}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:.4375em;padding:0}input[type="date"]::-webkit-inner-spin-button,input[type="date"]::-webkit-outer-spin-button,input[type="time"]::-webkit-inner-spin-button,input[type="time"]::-webkit-outer-spin-button,input[type="datetime-local"]::-webkit-inner-spin-button,input[type="datetime-local"]::-webkit-outer-spin-button,input[type="week"]::-webkit-inner-spin-button,input[type="week"]::-webkit-outer-spin-button,input[type="month"]::-webkit-inner-spin-button,input[type="month"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #d1d1d1;margin:0 0 1.75em;min-width:inherit;padding:.875em}fieldset>:last-child{margin-bottom:0}legend{border:0;padding:0}textarea{overflow:auto;vertical-align:top}optgroup{font-weight:700}.menu-item-has-children a:after,.social-navigation a:before,.dropdown-toggle:after,.bypostauthor>article .fn:after,.comment-reply-title small a:before,.pagination .prev:before,.pagination .next:before,.pagination .nav-links:before,.pagination .nav-links:after,.search-submit:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:"Genericons";font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-align:center;text-decoration:inherit;text-transform:none;vertical-align:top}body,button,input,select,textarea{color:#1a1a1a;font-family:Merriweather,Georgia,serif;font-size:16px;font-size:1rem;line-height:1.75}h1,h2,h3,h4,h5,h6{clear:both;font-weight:700;margin:0;text-rendering:optimizeLegibility}p{margin:0 0 1.75em}dfn,cite,em,i{font-style:italic}blockquote{border:0 solid #1a1a1a;border-left-width:4px;color:#686868;font-size:19px;font-size:1.1875rem;font-style:italic;line-height:1.4736842105;margin:0 0 1.4736842105em;overflow:hidden;padding:0 0 0 1.263157895em}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote p{margin-bottom:1.4736842105em}blockquote cite,blockquote small{color:#1a1a1a;display:block;font-size:16px;font-size:1rem;line-height:1.75}blockquote cite:before,blockquote small:before{content:"\2014\00a0"}blockquote em,blockquote i,blockquote cite{font-style:normal}blockquote strong,blockquote b{font-weight:400}blockquote>:last-child{margin-bottom:0}address{font-style:italic;margin:0 0 1.75em}code,kbd,tt,var,samp,pre{font-family:Inconsolata,monospace}pre{border:1px solid #d1d1d1;font-size:16px;font-size:1rem;line-height:1.3125;margin:0 0 1.75em;max-width:100%;overflow:auto;padding:1.75em;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code{background-color:#d1d1d1;padding:.125em .25em}abbr,acronym{border-bottom:1px dotted #d1d1d1;cursor:help}mark,ins{background:#007acc;color:#fff;padding:.125em .25em;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body{background:#1a1a1a}hr{background-color:#d1d1d1;border:0;height:1px;margin:0 0 1.75em}ul,ol{margin:0 0 1.75em 1.25em;padding:0}ul{list-style:disc}ol{list-style:decimal;margin-left:1.5em}li>ul,li>ol{margin-bottom:0}dl{margin:0 0 1.75em}dt{font-weight:700}dd{margin:0 0 1.75em}img{height:auto;max-width:100%;vertical-align:middle}del{opacity:.8}table,th,td{border:1px solid #d1d1d1}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.75em;table-layout:fixed;width:100%}caption,th,td{font-weight:400;text-align:left}th{border-width:0 1px 1px 0;font-weight:700}td{border-width:0 1px 1px 0}th,td{padding:.4375em}::-webkit-input-placeholder{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif}:-moz-placeholder{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif}::-moz-placeholder{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif;opacity:1}:-ms-input-placeholder{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif}input{line-height:normal}button,button[disabled]:hover,button[disabled]:focus,input[type="button"],input[type="button"][disabled]:hover,input[type="button"][disabled]:focus,input[type="reset"],input[type="reset"][disabled]:hover,input[type="reset"][disabled]:focus,input[type="submit"],input[type="submit"][disabled]:hover,input[type="submit"][disabled]:focus{background:#1a1a1a;border:0;border-radius:2px;color:#fff;font-family:Montserrat,"Helvetica Neue",sans-serif;font-weight:700;letter-spacing:.046875em;line-height:1;padding:.84375em .875em .78125em;text-transform:uppercase}button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{background:#007acc}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus{outline:thin dotted;outline-offset:-4px}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="week"],input[type="month"],input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea{background:#f7f7f7;background-image:-webkit-linear-gradient(#fff0,#fff0);border:1px solid #d1d1d1;border-radius:2px;color:#686868;padding:.625em .4375em;width:100%}input[type="date"]:focus,input[type="time"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="month"]:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus{background-color:#fff;border-color:#007acc;color:#1a1a1a;outline:0}.post-password-form{margin-bottom:1.75em}.post-password-form label{color:#686868;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;letter-spacing:.076923077em;line-height:1.6153846154;margin-bottom:1.75em;text-transform:uppercase}.post-password-form input[type="password"]{margin-top:.4375em}.post-password-form>:last-child{margin-bottom:0}.search-form{position:relative}input[type="search"].search-field{border-radius:2px 0 0 2px;width:-webkit-calc(100% - 42px);width:calc(100% - 42px)}.search-submit:before{content:"\f400";font-size:24px;left:2px;line-height:42px;position:relative;width:40px}.search-submit{border-radius:0 2px 2px 0;bottom:0;overflow:hidden;padding:0;position:absolute;right:0;top:0;width:42px}a{color:#007acc;text-decoration:none}a:hover,a:focus,a:active{color:#686868}a:focus{outline:thin dotted}a:hover,a:active{outline:0}.entry-content a,.entry-summary a,.taxonomy-description a,.logged-in-as a,.comment-content a,.pingback .comment-body>a,.textwidget a,.entry-footer a:hover,.site-info a:hover{box-shadow:0 1px 0 0 currentColor}.entry-content a:hover,.entry-content a:focus,.entry-summary a:hover,.entry-summary a:focus,.taxonomy-description a:hover,.taxonomy-description a:focus,.logged-in-as a:hover,.logged-in-as a:focus,.comment-content a:hover,.comment-content a:focus,.pingback .comment-body>a:hover,.pingback .comment-body>a:focus,.textwidget a:hover,.textwidget a:focus{box-shadow:none}.site-header-menu{display:none;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%;margin:.875em 0}.site-header-menu.toggled-on,.no-js .site-header-menu{display:block}.main-navigation{font-family:Montserrat,"Helvetica Neue",sans-serif}.site-footer .main-navigation{margin-bottom:1.75em}.main-navigation ul{list-style:none;margin:0}.main-navigation li{border-top:1px solid #d1d1d1;position:relative}.main-navigation a{color:#1a1a1a;display:block;line-height:1.3125;outline-offset:-1px;padding:.84375em 0}.main-navigation a:hover,.main-navigation a:focus{color:#007acc}.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a{font-weight:700}.main-navigation ul ul{display:none;margin-left:.875em}.no-js .main-navigation ul ul{display:block}.main-navigation ul .toggled-on{display:block}.main-navigation .primary-menu{border-bottom:1px solid #d1d1d1}.main-navigation .menu-item-has-children>a{margin-right:56px}.dropdown-toggle{background-color:#fff0;border:0;border-radius:0;color:#1a1a1a;content:"";height:48px;padding:0;position:absolute;right:0;text-transform:none;top:0;width:48px}.dropdown-toggle:after{border:0 solid #d1d1d1;border-left-width:1px;content:"\f431";font-size:24px;left:1px;position:relative;width:48px}.dropdown-toggle:hover,.dropdown-toggle:focus{background-color:#fff0;color:#007acc}.dropdown-toggle:focus{outline:thin dotted;outline-offset:-1px}.dropdown-toggle:focus:after{border-color:#fff0}.dropdown-toggle.toggled-on:after{content:"\f432"}.site-header .main-navigation+.social-navigation{margin-top:1.75em}.site-footer .social-navigation{margin-bottom:1.75em}.social-navigation ul{list-style:none;margin:0 0 -.4375em}.social-navigation li{float:left;margin:0 .4375em .4375em 0}.social-navigation a{border:1px solid #d1d1d1;border-radius:50%;color:#1a1a1a;display:block;height:35px;position:relative;width:35px}.social-navigation a:before{content:"\f415";height:33px;line-height:33px;text-align:center;width:33px}.social-navigation a:hover:before,.social-navigation a:focus:before{color:#007acc}.social-navigation a[href*="codepen.io"]:before{content:"\f216"}.social-navigation a[href*="digg.com"]:before{content:"\f221"}.social-navigation a[href*="dribbble.com"]:before{content:"\f201"}.social-navigation a[href*="dropbox.com"]:before{content:"\f225"}.social-navigation a[href*="facebook.com"]:before{content:"\f203"}.social-navigation a[href*="flickr.com"]:before{content:"\f211"}.social-navigation a[href*="foursquare.com"]:before{content:"\f226"}.social-navigation a[href*="plus.google.com"]:before{content:"\f206"}.social-navigation a[href*="github.com"]:before{content:"\f200"}.social-navigation a[href*="instagram.com"]:before{content:"\f215"}.social-navigation a[href*="linkedin.com"]:before{content:"\f208"}.social-navigation a[href*="path.com"]:before{content:"\f219"}.social-navigation a[href*="pinterest.com"]:before{content:"\f210"}.social-navigation a[href*="getpocket.com"]:before{content:"\f224"}.social-navigation a[href*="polldaddy.com"]:before{content:"\f217"}.social-navigation a[href*="reddit.com"]:before{content:"\f222"}.social-navigation a[href*="skype.com"]:before{content:"\f220"}.social-navigation a[href*="stumbleupon.com"]:before{content:"\f223"}.social-navigation a[href*="tumblr.com"]:before{content:"\f214"}.social-navigation a[href*="twitter.com"]:before{content:"\f202"}.social-navigation a[href*="vimeo.com"]:before{content:"\f212"}.social-navigation a[href*="wordpress.com"]:before,.social-navigation a[href*="wordpress.org"]:before{content:"\f205"}.social-navigation a[href*="youtube.com"]:before{content:"\f213"}.social-navigation a[href^="mailto:"]:before{content:"\f410"}.social-navigation a[href*="spotify.com"]:before{content:"\f515"}.social-navigation a[href*="twitch.tv"]:before{content:"\f516"}.social-navigation a[href$="/feed/"]:before{content:"\f413"}.post-navigation{border-top:4px solid #1a1a1a;border-bottom:4px solid #1a1a1a;clear:both;font-family:Montserrat,"Helvetica Neue",sans-serif;margin:0 7.6923% 3.5em}.post-navigation a{color:#1a1a1a;display:block;padding:1.75em 0}.post-navigation span{display:block}.post-navigation .meta-nav{color:#686868;font-size:13px;font-size:.8125rem;letter-spacing:.076923077em;line-height:1.6153846154;margin-bottom:.5384615385em;text-transform:uppercase}.post-navigation .post-title{display:inline;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:23px;font-size:1.4375rem;font-weight:700;line-height:1.2173913043;text-rendering:optimizeLegibility}.post-navigation a:hover .post-title,.post-navigation a:focus .post-title{color:#007acc}.post-navigation div+div{border-top:4px solid #1a1a1a}.pagination{border-top:4px solid #1a1a1a;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:19px;font-size:1.1875rem;margin:0 7.6923% 2.947368421em;min-height:56px;position:relative}.pagination:before,.pagination:after{background-color:#1a1a1a;content:"";height:52px;position:absolute;top:0;width:52px;z-index:0}.pagination:before{right:0}.pagination:after{right:54px}.pagination a:hover,.pagination a:focus{color:#1a1a1a}.pagination .nav-links{padding-right:106px;position:relative}.pagination .nav-links:before,.pagination .nav-links:after{color:#fff;font-size:32px;line-height:51px;opacity:.3;position:absolute;width:52px;z-index:1}.pagination .nav-links:before{content:"\f429";right:-1px}.pagination .nav-links:after{content:"\f430";right:55px}.pagination .current .screen-reader-text{position:static!important}.pagination .page-numbers{display:none;letter-spacing:.013157895em;line-height:1;margin:0 .7368421053em 0 -.7368421053em;padding:.8157894737em .7368421053em .3947368421em;text-transform:uppercase}.pagination .current{display:inline-block;font-weight:700}.pagination .prev,.pagination .next{background-color:#1a1a1a;color:#fff;display:inline-block;height:52px;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:52px;z-index:2}.pagination .prev:before,.pagination .next:before{font-size:32px;height:53px;line-height:52px;position:relative;width:53px}.pagination .prev:hover,.pagination .prev:focus,.pagination .next:hover,.pagination .next:focus{background-color:#007acc;color:#fff}.pagination .prev:focus,.pagination .next:focus{outline:0}.pagination .prev{right:54px}.pagination .prev:before{content:"\f430";left:-1px;top:-1px}.pagination .next{right:0}.pagination .next:before{content:"\f429";right:-1px;top:-1px}.image-navigation,.comment-navigation{border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin:0 7.6923% 2.1538461538em;padding:1.0769230769em 0}.comment-navigation{margin-right:0;margin-left:0}.comments-title+.comment-navigation{border-bottom:0;margin-bottom:0}.image-navigation .nav-previous:not(:empty),.image-navigation .nav-next:not(:empty),.comment-navigation .nav-previous:not(:empty),.comment-navigation .nav-next:not(:empty){display:inline-block}.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before{content:"\002f";display:inline-block;opacity:.7;padding:0 .538461538em}.says,.screen-reader-text{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal!important}.site .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgb(0 0 0 / .2);color:#21759b;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:14px;font-weight:700;left:-9999em;outline:none;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}.logged-in .site .skip-link{box-shadow:0 0 2px 2px rgb(0 0 0 / .2);font-family:"Open Sans",sans-serif}.site .skip-link:focus{clip-path:none;height:auto;left:6px;top:7px;width:auto;z-index:100000}.alignleft{float:left;margin:.375em 1.75em 1.75em 0}.alignright{float:right;margin:.375em 0 1.75em 1.75em}.aligncenter{clear:both;display:block;margin:0 auto 1.75em}blockquote.alignleft{margin:.3157894737em 1.4736842105em 1.473684211em 0}blockquote.alignright{margin:.3157894737em 0 1.473684211em 1.4736842105em}blockquote.aligncenter{margin-bottom:1.473684211em}.clear:before,.clear:after,blockquote:before,blockquote:after,.entry-content:before,.entry-content:after,.entry-summary:before,.entry-summary:after,.comment-content:before,.comment-content:after,.site-content:before,.site-content:after,.site-main>article:before,.site-main>article:after,.primary-menu:before,.primary-menu:after,.social-links-menu:before,.social-links-menu:after,.textwidget:before,.textwidget:after,.content-bottom-widgets:before,.content-bottom-widgets:after{content:"";display:table}.clear:after,blockquote:after,.entry-content:after,.entry-summary:after,.comment-content:after,.site-content:after,.site-main>article:after,.primary-menu:after,.social-links-menu:after,.textwidget:after,.content-bottom-widgets:after{clear:both}.widget{border-top:4px solid #1a1a1a;margin-bottom:3.5em;padding-top:1.75em}.widget-area>:last-child,.widget>:last-child,.widget>nav>:last-child{margin-bottom:0}.widget .widget-title{font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:16px;font-size:1rem;letter-spacing:.046875em;line-height:1.3125;margin:0 0 1.75em;text-transform:uppercase}.widget .widget-title:empty{margin-bottom:0}.widget-title a{color:#1a1a1a}.widget.widget_calendar table{margin:0}.widget_calendar .wp-calendar-nav{display:table;width:100%}.widget_calendar .wp-calendar-nav span{display:table-cell}.widget_calendar .wp-calendar-nav-prev,.widget_calendar .wp-calendar-nav-next{width:40%}.widget_calendar td,.widget_calendar th,.widget_calendar .wp-calendar-nav span{line-height:2.5625;padding:0;text-align:center}.widget_calendar caption{font-weight:900;margin-bottom:1.75em}.widget_calendar tbody a{background-color:#007acc;color:#fff;display:block;font-weight:700}.widget_calendar tbody a:hover,.widget_calendar tbody a:focus{background-color:#686868;color:#fff}.widget_recent_entries .post-date{color:#686868;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;line-height:1.615384615;margin-bottom:.538461538em}.widget_recent_entries li:last-child .post-date{margin-bottom:0}.widget_rss .rsswidget img{margin-top:-.375em}.widget_rss .rss-date,.widget_rss cite{color:#686868;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;font-style:normal;line-height:1.615384615;margin-bottom:.538461538em}.widget_rss .rssSummary:last-child{margin-bottom:2.1538461538em}.widget_rss li:last-child :last-child{margin-bottom:0}.tagcloud a{border:1px solid #d1d1d1;border-radius:2px;display:inline-block;font-family:Montserrat,"Helvetica Neue",sans-serif;line-height:1;margin:0 .1875em .4375em 0;padding:.5625em .4375em .5em}.tagcloud ul{list-style-type:none;margin-left:0}.tagcloud ul li{display:inline-block}.tagcloud a:hover,.tagcloud a:focus{border-color:#007acc;color:#007acc;outline:0}.site{background-color:#fff}.site-inner{margin:0 auto;max-width:1320px;position:relative}.site-content{word-wrap:break-word}#content[tabindex="-1"]:focus{outline:0}.site-main{margin-bottom:3.5em}.site-main>:last-child{margin-bottom:0}.site-header{padding:2.625em 7.6923%}.site-header-main{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.site-branding{margin:.875em auto .875em 0;max-width:100%;min-width:0;overflow:hidden}.custom-logo-link{display:block}.custom-logo{max-width:180px}.site-title{font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:23px;font-size:1.4375rem;font-weight:700;line-height:1.2173913043;margin:0}.site-branding .site-title a{color:#1a1a1a}.site-branding .site-title a:hover,.site-branding .site-title a:focus{color:#007acc}.wp-custom-logo .site-title{margin-top:.608695652em}.site-description{color:#686868;display:none;font-size:13px;font-size:.8125rem;font-weight:400;line-height:1.0769230769;margin:.538461538em 0 0}.menu-toggle{background-color:#fff0;border:1px solid #d1d1d1;color:#1a1a1a;font-size:13px;font-size:.8125rem;margin:1.076923077em 0;padding:.769230769em}.no-js .menu-toggle{display:none}.menu-toggle:hover,.menu-toggle:focus{background-color:#fff0;border-color:#007acc;color:#007acc}.menu-toggle.toggled-on,.menu-toggle.toggled-on:hover,.menu-toggle.toggled-on:focus{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff}.menu-toggle:focus{outline:0}.menu-toggle.toggled-on:focus{outline:thin dotted}.header-image{clear:both;margin:.875em 0}.header-image a{display:block}.header-image a:hover img,.header-image a:focus img{opacity:.85}.site-main>article{margin-bottom:3.5em;position:relative}.entry-header,.entry-summary,.entry-content,.entry-footer,.page-content{margin-right:7.6923%;margin-left:7.6923%}.entry-title{font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:28px;font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:1em}.entry-title a{color:#1a1a1a}.entry-title a:hover,.entry-title a:focus{color:#007acc}.post-thumbnail{display:block;margin:0 7.6923% 1.75em}.post-thumbnail img{display:block}.no-sidebar .post-thumbnail img{margin:0 auto}a.post-thumbnail:hover,a.post-thumbnail:focus{opacity:.85}.entry-content,.entry-summary{border-color:#d1d1d1}.entry-content h1,.entry-summary h1,.comment-content h1,.textwidget h1{font-size:28px;font-size:1.75rem;line-height:1.25;margin-top:2em;margin-bottom:1em}.entry-content h2,.entry-summary h2,.comment-content h2,.textwidget h2{font-size:23px;font-size:1.4375rem;line-height:1.2173913043;margin-top:2.4347826087em;margin-bottom:1.2173913043em}.entry-content h3,.entry-summary h3,.comment-content h3,.textwidget h3{font-size:19px;font-size:1.1875rem;line-height:1.1052631579;margin-top:2.9473684211em;margin-bottom:1.4736842105em}.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6,.textwidget h4,.textwidget h5,.textwidget h6{font-size:16px;font-size:1rem;line-height:1.3125;margin-top:3.5em;margin-bottom:1.75em}.entry-content h4,.entry-summary h4,.comment-content h4,.textwidget h4{letter-spacing:.140625em;text-transform:uppercase}.entry-content h6,.entry-summary h6,.comment-content h6,.textwidget h6{font-style:italic}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h1,.entry-summary h2,.entry-summary h3,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6,.textwidget h1,.textwidget h2,.textwidget h3,.textwidget h4,.textwidget h5,.textwidget h6{font-weight:900}.entry-content h1:first-child,.entry-content h2:first-child,.entry-content h3:first-child,.entry-content h4:first-child,.entry-content h5:first-child,.entry-content h6:first-child,.entry-summary h1:first-child,.entry-summary h2:first-child,.entry-summary h3:first-child,.entry-summary h4:first-child,.entry-summary h5:first-child,.entry-summary h6:first-child,.comment-content h1:first-child,.comment-content h2:first-child,.comment-content h3:first-child,.comment-content h4:first-child,.comment-content h5:first-child,.comment-content h6:first-child,.textwidget h1:first-child,.textwidget h2:first-child,.textwidget h3:first-child,.textwidget h4:first-child,.textwidget h5:first-child,.textwidget h6:first-child{margin-top:0}.post-navigation .post-title,.entry-title,.comments-title{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body:not(.search-results) .entry-summary{color:#686868;font-size:19px;font-size:1.1875rem;line-height:1.4736842105;margin-bottom:1.4736842105em}body:not(.search-results) .entry-header+.entry-summary{margin-top:-.736842105em}body:not(.search-results) .entry-summary p,body:not(.search-results) .entry-summary address,body:not(.search-results) .entry-summary hr,body:not(.search-results) .entry-summary ul,body:not(.search-results) .entry-summary ol,body:not(.search-results) .entry-summary dl,body:not(.search-results) .entry-summary dd,body:not(.search-results) .entry-summary table{margin-bottom:1.4736842105em}body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary li>ol{margin-bottom:0}body:not(.search-results) .entry-summary th,body:not(.search-results) .entry-summary td{padding:.3684210526em}body:not(.search-results) .entry-summary fieldset{margin-bottom:1.4736842105em;padding:.3684210526em}body:not(.search-results) .entry-summary blockquote{border-color:currentColor}body:not(.search-results) .entry-summary blockquote>:last-child{margin-bottom:0}body:not(.search-results) .entry-summary .alignleft{margin:.2631578947em 1.4736842105em 1.4736842105em 0}body:not(.search-results) .entry-summary .alignright{margin:.2631578947em 0 1.4736842105em 1.4736842105em}body:not(.search-results) .entry-summary .aligncenter{margin-bottom:1.4736842105em}.entry-content>:last-child,.entry-summary>:last-child,body:not(.search-results) .entry-summary>:last-child,.page-content>:last-child,.comment-content>:last-child,.textwidget>:last-child{margin-bottom:0}.more-link{white-space:nowrap}.author-info{border-color:inherit;border-style:solid;border-width:1px 0 1px 0;clear:both;padding-top:1.75em;padding-bottom:1.75em}.author-avatar .avatar{float:left;height:42px;margin:0 1.75em 1.75em 0;width:42px}.author-description>:last-child{margin-bottom:0}.entry-content .author-title{clear:none;font-size:16px;font-size:1rem;font-weight:900;line-height:1.75;margin:0}.author-bio{color:#686868;font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin-bottom:1.6153846154em;overflow:hidden}.author-link{white-space:nowrap}.entry-footer{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin-top:2.1538461538em}.entry-footer:empty{margin:0}.entry-footer a{color:#686868}.entry-footer a:hover,.entry-footer a:focus{color:#007acc}.entry-footer>span:not(:last-child):after{content:"\002f";display:inline-block;opacity:.7;padding:0 .538461538em}.entry-footer .avatar{height:21px;margin:-.1538461538em .5384615385em 0 0;width:21px}.sticky-post{color:#686868;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;letter-spacing:.076923077em;line-height:1.6153846154;margin-bottom:.5384615385em;text-transform:uppercase}.updated:not(.published){display:none}.sticky .posted-on,.byline{display:none}.single .byline,.group-blog .byline{display:inline}.page-header{border-top:4px solid #1a1a1a;margin:0 7.6923% 3.5em;padding-top:1.75em}body.error404 .page-header,body.search-no-results .page-header{border-top:0;padding-top:0}.page-title{font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:23px;font-size:1.4375rem;line-height:1.2173913043}.taxonomy-description{color:#686868;font-size:13px;font-size:.8125rem;line-height:1.6153846154}.taxonomy-description p{margin:.5384615385em 0 1.6153846154em}.taxonomy-description>:last-child{margin-bottom:0}.page-links{clear:both;font-family:Montserrat,"Helvetica Neue",sans-serif;margin:0 0 1.75em}.page-links a,.page-links>span{border:1px solid #d1d1d1;border-radius:2px;display:inline-block;font-size:13px;font-size:.8125rem;height:1.8461538462em;line-height:1.6923076923em;margin-right:.3076923077em;text-align:center;width:1.8461538462em}.page-links a{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff}.page-links a:hover,.page-links a:focus{background-color:#007acc;border-color:#fff0;color:#fff}.page-links>.page-links-title{border:0;color:#1a1a1a;height:auto;margin:0;padding-right:.6153846154em;width:auto}.entry-attachment{margin-bottom:1.75em}.entry-caption{color:#686868;font-size:13px;font-size:.8125rem;font-style:italic;line-height:1.6153846154;padding-top:1.0769230769em}.entry-caption>:last-child{margin-bottom:0}.content-bottom-widgets{margin:0 7.6923%}.content-bottom-widgets .widget-area{margin-bottom:3.5em}.format-aside .entry-title,.format-image .entry-title,.format-video .entry-title,.format-quote .entry-title,.format-gallery .entry-title,.format-status .entry-title,.format-link .entry-title,.format-audio .entry-title,.format-chat .entry-title{font-size:19px;font-size:1.1875rem;line-height:1.473684211;margin-bottom:1.473684211em}.blog .format-status .entry-title,.archive .format-status .entry-title{display:none}.comments-area{margin:0 7.6923% 3.5em}.comment-list+.comment-respond,.comment-navigation+.comment-respond{padding-top:1.75em}.comments-title,.comment-reply-title{border-top:4px solid #1a1a1a;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:23px;font-size:1.4375rem;font-weight:700;line-height:1.3125;padding-top:1.217391304em}.comments-title{margin-bottom:1.217391304em}.comment-list{list-style:none;margin:0}.comment-list article,.comment-list .pingback,.comment-list .trackback{border-top:1px solid #d1d1d1;padding:1.75em 0}.comment-list .children{list-style:none;margin:0}.comment-list .children>li{padding-left:.875em}.comment-author{color:#1a1a1a;margin-bottom:.4375em}.comment-author .avatar{float:left;height:28px;margin-right:.875em;position:relative;width:28px}.bypostauthor>article .fn:after{content:"\f304";left:3px;position:relative;top:5px}.comment-metadata,.pingback .edit-link{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;line-height:1.6153846154}.comment-metadata{margin-bottom:2.1538461538em}.comment-metadata a,.pingback .comment-edit-link{color:#686868}.comment-metadata a:hover,.comment-metadata a:focus,.pingback .comment-edit-link:hover,.pingback .comment-edit-link:focus{color:#007acc}.comment-metadata .edit-link,.pingback .edit-link{display:inline-block}.comment-metadata .edit-link:before,.pingback .edit-link:before{content:"\002f";display:inline-block;opacity:.7;padding:0 .538461538em}.comment-content ul,.comment-content ol{margin:0 0 1.5em 1.25em}.comment-content li>ul,.comment-content li>ol{margin-bottom:0}.comment-reply-link{border:1px solid #d1d1d1;border-radius:2px;color:#007acc;display:inline-block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;line-height:1;margin-top:2.1538461538em;padding:.5384615385em .5384615385em .4615384615em}.comment-reply-link:hover,.comment-reply-link:focus{border-color:currentColor;color:#007acc;outline:0}.comment-form{padding-top:1.75em}.comment-form label{color:#686868;display:block;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;letter-spacing:.076923077em;line-height:1.6153846154;margin-bottom:.5384615385em;text-transform:uppercase}.comment-list .comment-form{padding-bottom:1.75em}.comment-notes,.comment-awaiting-moderation,.logged-in-as,.form-allowed-tags{color:#686868;font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin-bottom:2.1538461538em}.no-comments{border-top:1px solid #d1d1d1;font-family:Montserrat,"Helvetica Neue",sans-serif;font-weight:700;margin:0;padding-top:1.75em}.comment-navigation+.no-comments{border-top:0;padding-top:0}.form-allowed-tags code{font-family:Inconsolata,monospace}.form-submit{margin-bottom:0}.required{color:#007acc;font-family:Merriweather,Georgia,serif}.comment-reply-title small{font-size:100%}.comment-reply-title small a{border:0;float:right;height:32px;overflow:hidden;width:26px}.comment-reply-title small a:hover,.comment-reply-title small a:focus{color:#1a1a1a}.comment-reply-title small a:before{content:"\f405";font-size:32px;position:relative;top:-5px}.comment-form #wp-comment-cookies-consent{margin:0 10px 0 0}.comment-form .comment-form-cookies-consent label{display:inline;font-family:Merriweather,Georgia,serif;letter-spacing:0;text-transform:none}.sidebar{margin-bottom:3.5em;padding:0 7.6923%}.site-footer{padding:0 7.6923% 1.75em}.site-info{color:#686868;font-size:13px;font-size:.8125rem;line-height:1.6153846154}.site-info a{color:#686868}.site-info a:hover,.site-info a:focus{color:#007acc}.site-footer .site-title{font-family:inherit;font-size:inherit;font-weight:400}.site-footer .site-title:after{content:"\002f";display:inline-block;font-family:Montserrat,sans-serif;opacity:.7;padding:0 .307692308em 0 .538461538em}.site-footer span[role=separator]{font-family:Montserrat,sans-serif;opacity:.7;padding:0 .307692308em 0 .538461538em}.site-footer span[role=separator]::before{content:'\002f'}.site .avatar{border-radius:50%}.entry-content .wp-smiley,.entry-summary .wp-smiley,.comment-content .wp-smiley,.textwidget .wp-smiley{border:none;margin-top:0;margin-bottom:0;padding:0}.entry-content a img,.entry-summary a img,.comment-content a img,.textwidget a img{display:block}embed,iframe,object,video{margin-bottom:1.75em;max-width:100%;vertical-align:middle}p>embed,p>iframe,p>object,p>video{margin-bottom:0}.entry-content .wp-audio-shortcode a,.entry-content .wp-playlist a{box-shadow:none}.wp-audio-shortcode,.wp-video,.wp-playlist.wp-audio-playlist{margin-top:0;margin-bottom:1.75em}.wp-playlist.wp-audio-playlist{padding-bottom:0}.wp-playlist .wp-playlist-tracks{margin-top:0}.wp-playlist-item .wp-playlist-caption{border-bottom:0;padding:.7142857143em 0}.wp-playlist-item .wp-playlist-item-length{top:.7142857143em}.wp-caption{margin-bottom:1.75em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin:0}.wp-caption .wp-caption-text{color:#686868;font-size:13px;font-size:.8125rem;font-style:italic;line-height:1.6153846154;padding-top:.5384615385em}.gallery{margin:0 -1.1666667% 1.75em}.gallery-item{display:inline-block;max-width:33.33%;padding:0 1.1400652% 2.2801304%;text-align:center;vertical-align:top;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.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-icon img{margin:0 auto}.gallery-caption{color:#686868;display:block;font-size:13px;font-size:.8125rem;font-style:italic;line-height:1.6153846154;padding-top:.5384615385em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.widecolumn{margin-bottom:3.5em;padding:0 7.6923%}.widecolumn .mu_register{width:auto}.widecolumn .mu_register .mu_alert{background:#fff0;border-color:#d1d1d1;color:inherit;margin-bottom:3.5em;padding:1.75em}.widecolumn form,.widecolumn .mu_register form{margin-top:0}.widecolumn h2{font-size:23px;font-size:1.4375rem;font-weight:900;line-height:1.2173913043;margin-bottom:1.2173913043em}.widecolumn p{margin:1.75em 0}.widecolumn p+h2{margin-top:2.4347826087em}.widecolumn label,.widecolumn .mu_register label{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;font-weight:400;letter-spacing:.076923077em;line-height:1.6153846154;text-transform:uppercase}.widecolumn .mu_register label{margin:2.1538461538em .7692307692em .5384615385em 0}.widecolumn .mu_register label strong{font-weight:400}.widecolumn #key,.widecolumn .mu_register #blog_title,.widecolumn .mu_register #user_email,.widecolumn .mu_register #blogname,.widecolumn .mu_register #user_name{font-size:16px;font-size:1rem;width:100%}.widecolumn .mu_register #blogname{margin:0}.widecolumn .mu_register #blog_title,.widecolumn .mu_register #user_email,.widecolumn .mu_register #user_name{margin:0 0 .375em}.widecolumn #submit,.widecolumn .mu_register input[type="submit"]{font-size:16px;font-size:1rem;margin:0;width:auto}.widecolumn .mu_register .prefix_address,.widecolumn .mu_register .suffix_address{font-size:inherit}.widecolumn .mu_register>:last-child,.widecolumn form>:last-child{margin-bottom:0}@-ms-viewport{width:device-width}@viewport{width:device-width}@media screen and (min-width:44.375em){html{scroll-padding-top:calc(var(--wp-admin--admin-bar--height, 0px) + 21px)}body:not(.custom-background-image):before,body:not(.custom-background-image):after{background:inherit;content:"";display:block;height:21px;left:0;position:fixed;width:100%;z-index:99}body:not(.custom-background-image):before{top:0}body:not(.custom-background-image).admin-bar:before{top:46px}body:not(.custom-background-image):after{bottom:0}.site{margin:21px}.site-main{margin-bottom:5.25em}.site-header{padding:3.9375em 7.6923%}.site-branding{margin-top:1.3125em;margin-bottom:1.3125em}.custom-logo{max-width:210px}.site-title{font-size:28px;font-size:1.75rem;line-height:1.25}.wp-custom-logo .site-title{margin-top:.5em}.site-description{display:block}.menu-toggle{font-size:16px;font-size:1rem;margin:1.3125em 0;padding:.8125em .875em .6875em}.site-header-menu{margin:1.3125em 0}.site-header .main-navigation+.social-navigation{margin-top:2.625em}.header-image{margin:1.3125em 0}.pagination{margin:0 23.0769% 4.421052632em 7.6923%}.post-navigation{margin-bottom:5.25em}.post-navigation .post-title{font-size:28px;font-size:1.75rem;line-height:1.25}.pagination .current .screen-reader-text{position:absolute!important}.pagination .page-numbers{display:inline-block}.site-main>article{margin-bottom:5.25em}.entry-header,.post-thumbnail,.entry-content,.entry-summary,.entry-footer,.comments-area,.image-navigation,.post-navigation,.page-header,.page-content,.content-bottom-widgets{margin-right:23.0769%}.entry-title{font-size:33px;font-size:2.0625rem;line-height:1.2727272727;margin-bottom:.8484848485em}.entry-content blockquote.alignleft,.entry-content blockquote.alignright{border-width:4px 0 0 0;padding:.9473684211em 0 0;width:-webkit-calc(50% - 0.736842105em);width:calc(50% - 0.736842105em)}.entry-content blockquote:not(.alignleft):not(.alignright),.entry-summary blockquote,.comment-content blockquote{margin-left:-1.473684211em}.entry-content blockquote blockquote:not(.alignleft):not(.alignright),.entry-summary blockquote blockquote,.comment-content blockquote blockquote{margin-left:0}.entry-content ul,.entry-summary ul,.comment-content ul,.entry-content ol,.entry-summary ol,.comment-content ol{margin-left:0}.entry-content li>ul,.entry-summary li>ul,.comment-content li>ul,.entry-content blockquote>ul,.entry-summary blockquote>ul,.comment-content blockquote>ul{margin-left:1.25em}.entry-content li>ol,.entry-summary li>ol,.comment-content li>ol,.entry-content blockquote>ol,.entry-summary blockquote>ol,.comment-content blockquote>ol{margin-left:1.5em}.comment-author{margin-bottom:0}.comment-author .avatar{height:42px;position:relative;top:.25em;width:42px}.comment-list .children>li{padding-left:1.75em}.comment-list+.comment-respond,.comment-navigation+.comment-respond{padding-top:3.5em}.comments-area,.widget,.content-bottom-widgets .widget-area{margin-bottom:5.25em}.sidebar,.widecolumn{margin-bottom:5.25em;padding-right:23.0769%}body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary blockquote>ul{margin-left:1.157894737em}body:not(.search-results) .entry-summary li>ol,body:not(.search-results) .entry-summary blockquote>ol{margin-left:1.473684211em}}@media screen and (min-width:48.9375em){body:not(.custom-background-image).admin-bar:before{top:32px}}@media screen and (min-width:56.875em){.site-header{padding-right:4.5455%;padding-left:4.5455%}.site-header-main{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.wp-custom-logo .site-header-main{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.site-header-menu{display:block;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.main-navigation{margin:0 -.875em}.main-navigation .primary-menu,.main-navigation .primary-menu>li{border:0}.main-navigation .primary-menu>li{float:left}.main-navigation a{outline-offset:-8px;padding:.65625em .875em;white-space:nowrap}.main-navigation li:hover>a,.main-navigation li.focus>a{color:#007acc}.main-navigation ul ul{border-bottom:1px solid #d1d1d1;display:block;left:-999em;margin:0;position:absolute;z-index:99999}.main-navigation ul ul ul{top:-1px}.main-navigation ul ul ul:before,.main-navigation ul ul ul:after{border:0}.main-navigation ul ul li{background-color:#fff;border:1px solid #d1d1d1;border-bottom-width:0}.main-navigation ul ul a{white-space:normal;width:12.6875em}.main-navigation ul ul:before,.main-navigation ul ul:after{border-style:solid;content:"";position:absolute}.main-navigation ul ul:before{border-color:#d1d1d1 #fff0;border-width:0 10px 10px;right:9px;top:-9px}.main-navigation ul ul:after{border-color:#fff #fff0;border-width:0 8px 8px;right:11px;top:-7px}.main-navigation li:hover>ul,.main-navigation li.focus>ul{left:auto;right:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:auto;right:100%}.main-navigation .menu-item-has-children>a{margin:0;padding-right:2.25em}.main-navigation .menu-item-has-children>a:after{content:"\f431";position:absolute;right:.625em;top:.8125em}.main-navigation ul ul .menu-item-has-children>a{padding-right:2.0625em}.main-navigation ul ul .menu-item-has-children>a:after{right:.5625em;top:.875em;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.dropdown-toggle,.main-navigation ul .dropdown-toggle.toggled-on,.menu-toggle,.site-header .social-navigation,.site-footer .main-navigation{display:none}.site-content{padding:0 4.5455%}.content-area{float:left;margin-right:-100%;width:70%}.entry-header,.post-thumbnail,.entry-content,.entry-summary,.entry-footer,.comments-area,.image-navigation,.post-navigation,.pagination,.page-header,.page-content,.content-bottom-widgets{margin-right:0;margin-left:0}.sidebar{float:left;margin-left:75%;padding:0;width:25%}.widget{font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin-bottom:3.230769231em;padding-top:1.615384615em}.widget .widget-title{margin-bottom:1.3125em}.widget p,.widget address,.widget hr,.widget ul,.widget ol,.widget dl,.widget dd,.widget table{margin-bottom:1.6153846154em}.widget li>ul,.widget li>ol{margin-bottom:0}.widget blockquote{font-size:16px;font-size:1rem;line-height:1.3125;margin-bottom:1.3125em;padding-left:1.0625em}.widget blockquote cite,.widget blockquote small{font-size:13px;font-size:.8125rem;line-height:1.6153846154}.widget th,.widget td{padding:.5384615385em}.widget pre{font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin-bottom:1.6153846154em;padding:.5384615385em}.widget fieldset{margin-bottom:1.6153846154em;padding:.5384615385em}.widget button,.widget input,.widget select,.widget textarea{font-size:13px;font-size:.8125rem;line-height:1.6153846154}.widget button,.widget input[type="button"],.widget input[type="reset"],.widget input[type="submit"]{line-height:1;padding:.846153846em}.widget input[type="date"],.widget input[type="time"],.widget input[type="datetime-local"],.widget input[type="week"],.widget input[type="month"],.widget input[type="text"],.widget input[type="email"],.widget input[type="url"],.widget input[type="password"],.widget input[type="search"],.widget input[type="tel"],.widget input[type="number"],.widget textarea{padding:.4615384615em .5384615385em}.widget h1{font-size:23px;font-size:1.4375rem;line-height:1.2173913043;margin-bottom:.9130434783em}.widget h2{font-size:19px;font-size:1.1875rem;line-height:1.1052631579;margin-bottom:1.1052631579em}.widget h3{font-size:16px;font-size:1rem;line-height:1.3125;margin-bottom:1.3125em}.widget h4,.widget h5,.widget h6{font-size:13px;font-size:.8125rem;line-height:1.6153846154;margin-bottom:.9130434783em}.widget .alignleft{margin:.2307692308em 1.6153846154em 1.6153846154em 0}.widget .alignright{margin:.2307692308em 0 1.6153846154em 1.6153846154em}.widget .aligncenter{margin-bottom:1.6153846154em}.widget_calendar td,.widget_calendar th,.widget_calendar .wp-calendar-nav span{line-height:2.6923076923;padding:0}.widget_rss .rssSummary:last-child{margin-bottom:1.615384615em}.widget input[type="search"].search-field{width:-webkit-calc(100% - 35px);width:calc(100% - 35px)}.widget .search-submit:before{font-size:16px;left:1px;line-height:35px;width:34px}.widget button.search-submit{padding:0;width:35px}.tagcloud a{margin:0 .2307692308em .5384615385em 0;padding:.5384615385em .4615384615em .4615384615em}.textwidget h1{margin-top:1.8260869565em}.textwidget h2{margin-top:2.2105263158em}.textwidget h3{margin-top:2.625em}.textwidget h4{letter-spacing:.153846154em}.textwidget h4,.textwidget h5,.textwidget h6{margin-top:3.2307692308em}.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1){float:left;margin-right:7.1428571%;width:46.42857145%}.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type{margin-right:0}.site-footer{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 4.5455% 3.5em}.site-footer .social-navigation{width:100%}.no-sidebar .content-area{float:none;margin:0;width:100%}.no-sidebar .entry-header,.no-sidebar .entry-content,.no-sidebar .entry-summary,.no-sidebar .entry-footer,.no-sidebar .comments-area,.no-sidebar .image-navigation,.no-sidebar .post-navigation,.no-sidebar .pagination,.no-sidebar .page-header,.no-sidebar .page-content,.no-sidebar .content-bottom-widgets{margin-right:15%;margin-left:15%}.widecolumn{padding-right:15%;padding-left:15%}}@media screen and (min-width:61.5625em){.site-main{margin-bottom:7em}.site-header{padding:5.25em 4.5455%}.site-branding,.site-header-menu,.header-image{margin-top:1.75em;margin-bottom:1.75em}.custom-logo{max-width:240px}.image-navigation{margin-bottom:3.230769231em}.post-navigation{margin-bottom:7em}.pagination{margin-bottom:5.894736842em}.widget{margin-bottom:4.307692308em}.site-main>article{margin-bottom:7em}.entry-title{font-size:40px;font-size:2.5rem;line-height:1.225;margin-bottom:1.05em}.format-aside .entry-title,.format-image .entry-title,.format-video .entry-title,.format-quote .entry-title,.format-gallery .entry-title,.format-status .entry-title,.format-link .entry-title,.format-audio .entry-title,.format-chat .entry-title{font-size:23px;font-size:1.4375em;line-height:1.304347826;margin-bottom:1.826086957em}.post-thumbnail{margin-bottom:2.625em}.entry-content h1,.entry-summary h1,.comment-content h1{font-size:33px;font-size:2.0625rem;line-height:1.2727272727;margin-top:1.696969697em;margin-bottom:.8484848485em}.entry-content h2,.entry-summary h2,.comment-content h2{font-size:28px;font-size:1.75rem;line-height:1.25;margin-top:2em;margin-bottom:1em}.entry-content h3,.entry-summary h3,.comment-content h3{font-size:23px;font-size:1.4375rem;line-height:1.2173913043;margin-top:2.4347826087em;margin-bottom:1.2173913043em}.entry-content h4,.entry-summary h4,.entry-intro h4,.comment-content h4{letter-spacing:.131578947em}.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6{font-size:19px;font-size:1.1875rem;line-height:1.1052631579;margin-top:2.9473684211em;margin-bottom:1.473684211em}.author-info{border-bottom-width:0;padding-bottom:0}.comment-list+.comment-respond,.comment-navigation+.comment-respond{padding-top:5.25em}.comments-area,.sidebar,.content-bottom-widgets .widget-area,.widecolumn{margin-bottom:7em}body:not(.search-results) .entry-summary{margin-bottom:2.210526316em}body:not(.search-results) .entry-header+.entry-summary{margin-top:-1.105263158em}body:not(.search-results) article:not(.type-page) .entry-content{float:right;width:71.42857144%}body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta{margin-left:-40%;width:-webkit-calc(60% - 1.4736842105em);width:calc(60% - 1.4736842105em)}body:not(.search-results) article:not(.type-page) img.below-entry-meta,body:not(.search-results) article:not(.type-page) figure.below-entry-meta{clear:both;display:block;float:none;margin-right:0;margin-left:-40%;max-width:140%}body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,body:not(.search-results) article:not(.type-page) table img.below-entry-meta{margin:0;max-width:100%}body:not(.search-results) article:not(.type-page) .entry-footer{float:left;margin-top:.1538461538em;width:21.42857143%}body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after{display:none}.single .byline,.full-size-link,body:not(.search-results).group-blog .byline,body:not(.search-results) .entry-format,body:not(.search-results) .cat-links,body:not(.search-results) .tags-links,body:not(.search-results) article:not(.sticky) .posted-on,body:not(.search-results) article:not(.type-page) .comments-link,body:not(.search-results) article:not(.type-page) .entry-footer .edit-link{display:block;margin-bottom:.5384615385em}body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child{margin-bottom:0}body:not(.search-results) article:not(.type-page) .entry-footer .avatar{display:block;height:auto;margin:0 0 .5384615385em;width:49px}body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content{float:left;margin-right:-100%;margin-left:34.99999999%;width:50.00000001%}body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer{margin-right:-100%;margin-left:15%;width:15%}}@media screen and (min-width:75em){body:not(.search-results) .entry-summary{font-size:23px;font-size:1.4375rem;line-height:1.5217391304;margin-bottom:1.826086957em}body:not(.search-results) .entry-header+.entry-summary{margin-top:-.913043478em}body:not(.search-results) .entry-summary p,body:not(.search-results) .entry-summary address,body:not(.search-results) .entry-summary hr,body:not(.search-results) .entry-summary ul,body:not(.search-results) .entry-summary ol,body:not(.search-results) .entry-summary dl,body:not(.search-results) .entry-summary dd,body:not(.search-results) .entry-summary table{margin-bottom:1.5217391304em}body:not(.search-results) .entry-summary li>ul,body:not(.search-results) .entry-summary blockquote>ul{margin-left:.956521739em}body:not(.search-results) .entry-summary li>ol,body:not(.search-results) .entry-summary blockquote>ol{margin-left:1.52173913em}body:not(.search-results) .entry-summary blockquote{font-size:23px;font-size:1.4375rem;line-height:1.5217391304;margin:0 0 1.5217391304em;padding-left:1.347826087em}body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright){margin-left:-1.52173913em}body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright){margin-left:0}body:not(.search-results) .entry-summary blockquote cite,body:not(.search-results) .entry-summary blockquote small{font-size:19px;font-size:1.1875rem;line-height:1.8421052632}body:not(.search-results) .entry-summary th,body:not(.search-results) .entry-summary td{padding:.3043478261em}body:not(.search-results) .entry-summary pre{font-size:16px;font-size:1rem;line-height:1.75;margin-bottom:1.75em;padding:1.75em}body:not(.search-results) .entry-summary fieldset{margin-bottom:1.5217391304em;padding:.3043478261em}body:not(.search-results) .entry-summary h1{margin-top:2.121212121em;margin-bottom:1.060606061em}body:not(.search-results) .entry-summary h2{margin-top:2.5em;margin-bottom:1.25em}body:not(.search-results) .entry-summary h3{margin-top:3.043478261em;margin-bottom:1.52173913em}body:not(.search-results) .entry-summary h4,body:not(.search-results) .entry-summary h5,body:not(.search-results) .entry-summary h6{margin-top:3.684210526em;margin-bottom:1.842105263em}body:not(.search-results) .entry-summary h1:first-child,body:not(.search-results) .entry-summary h2:first-child,body:not(.search-results) .entry-summary h3:first-child,body:not(.search-results) .entry-summary h4:first-child,body:not(.search-results) .entry-summary h5:first-child,body:not(.search-results) .entry-summary h6:first-child{margin-top:0}body:not(.search-results) .entry-summary .alignleft{margin:.2608695652em 1.5217391304em 1.5217391304em 0}body:not(.search-results) .entry-summary .alignright{margin:.2608695652em 0 1.5217391304em 1.5217391304em}body:not(.search-results) .entry-summary .aligncenter{margin-bottom:1.5217391304em}}@media print{form,button,input,select,textarea,.navigation,.main-navigation,.social-navigation,.sidebar,.content-bottom-widgets,.header-image,.page-links,.edit-link,.comment-respond,.comment-edit-link,.comment-reply-link,.comment-metadata .edit-link,.pingback .edit-link{display:none}body,blockquote cite,blockquote small,pre,.entry-content h4,.entry-content h5,.entry-content h6,.entry-summary h4,.entry-summary h5,.entry-summary h6,.comment-content h4,.comment-content h5,.comment-content h6,.entry-content .author-title{font-size:12pt}blockquote{font-size:14.25pt}.site-title,.page-title,.comments-title,.entry-content h2,.entry-summary h2,.comment-content h2,.widecolumn h2{font-size:17.25pt}.site-description{display:block}.entry-title{font-size:24.75pt;line-height:1.2727272727;margin-bottom:1.696969697em}.format-aside .entry-title,.format-image .entry-title,.format-video .entry-title,.format-quote .entry-title,.format-gallery .entry-title,.format-status .entry-title,.format-link .entry-title,.format-audio .entry-title,.format-chat .entry-title{font-size:17.25pt;line-height:1.304347826;margin-bottom:1.826086957em}.entry-content h1,.entry-summary h1,.comment-content h1{font-size:21pt}.entry-content h3,.entry-summary h3,.comment-content h3,body:not(.search-results) .entry-summary{font-size:14.25pt}.site-description,.author-bio,.entry-footer,.sticky-post,.taxonomy-description,.entry-caption,.comment-metadata,.comment-notes,.comment-awaiting-moderation,.site-info,.wp-caption .wp-caption-text,.gallery-caption{font-size:9.75pt}body,.site{background:none!important}body,blockquote cite,blockquote small,.site-branding .site-title a,.entry-title a,.comment-author{color:#1a1a1a!important}blockquote,.page-header,.comments-title{border-color:#1a1a1a!important}blockquote,.site-description,body:not(.search-results) .entry-summary,body:not(.search-results) .entry-summary blockquote,.author-bio,.entry-footer,.entry-footer a,.sticky-post,.taxonomy-description,.entry-caption,.comment-author,.comment-metadata a,.comment-notes,.comment-awaiting-moderation,.site-info,.site-info a,.wp-caption .wp-caption-text,.gallery-caption{color:#686868!important}code,hr{background-color:#d1d1d1!important}pre,abbr,acronym,table,th,td,.author-info,.comment-list article,.comment-list .pingback,.comment-list .trackback,.no-comments{border-color:#d1d1d1!important}a{color:#007acc!important}.entry-content a,.entry-summary a,.taxonomy-description a,.comment-content a,.pingback .comment-body>a{box-shadow:none;border-bottom:1px solid #007acc!important}.site{margin:5%}.site-inner{max-width:none}.site-header{padding:0 0 1.75em}.site-branding{margin-top:0;margin-bottom:1.75em}.site-main{margin-bottom:3.5em}.entry-header,.entry-footer,.page-header,.page-content,.entry-content,.entry-summary,.post-thumbnail,.comments-area{margin-right:0;margin-left:0}.post-thumbnail,.site-main>article{margin-bottom:3.5em}.entry-content blockquote.alignleft,.entry-content blockquote.alignright{border-width:4px 0 0 0;padding:.9473684211em 0 0;width:-webkit-calc(50% - 0.736842105em);width:calc(50% - 0.736842105em)}body:not(.search-results) .entry-header+.entry-summary{margin-top:-1.473684211em}.site-footer,.widecolumn{padding:0}}.site-branding{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.site-branding .custom-logo{max-width:150px;height:auto}.site-branding .site-title,.site-branding .site-description{margin:0}.widget{border-top:none;padding-top:0}p{margin-bottom:1.75em}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-top:2.5em;margin-bottom:1.75em}.post-thumbnail{margin-bottom:1.75em}.entry-content img,.entry-content figure{margin-bottom:2.5em}.alignleft{margin-right:1.75em;margin-bottom:1.75em}.alignright{margin-left:1.75em;margin-bottom:1.75em}.aligncenter{margin-bottom:1.75em}h1,h2,h3,h4,h5,h6,.entry-title,.page-title,.widget-title{text-transform:uppercase;letter-spacing:.04em}body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,.main-navigation,.site-title,.entry-title,.widget-title,.post-navigation,.pagination,.entry-footer,.comments-title,.author-title{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.header-search-wrapper{width:100%;max-width:600px;margin:0 auto;padding:10px 0 20px 0;background-color:#fff0}.header-search-wrapper .search-form{width:100%;display:flex;align-items:stretch}.header-search-wrapper .search-form label{flex-grow:1;margin-bottom:0}.header-search-wrapper .search-field{background-color:#f7f7f7;border:1px solid #d1d1d1;color:#1a1a1a;width:100%;margin-right:0;padding:0 10px;height:30px!important;line-height:30px;font-size:13px;border-radius:2px 0 0 2px}.header-search-wrapper .search-field:focus{background-color:#fff;border-color:#007acc;outline:none}.header-search-wrapper .search-submit{background-color:#1a1a1a!important;color:#ffffff!important;border:none!important;padding:0 15px!important;height:30px!important;border-radius:0 2px 2px 0!important;cursor:pointer;flex-shrink:0;width:auto!important;font-family:Arial,sans-serif!important;font-weight:bold!important;font-size:11px!important;text-transform:uppercase!important;text-indent:0!important;transition:background-color 0.2s}.header-search-wrapper .search-submit:hover{background-color:#007acc!important}.header-search-wrapper .search-submit::before{content:"SEARCH"!important;transform:none!important;display:inline-block!important;font-family:inherit!important;width:auto!important;height:auto!important;line-height:1!important;position:static}.content-top-navigation-wrapper{margin-bottom:2.5em;border-bottom:1px solid #d1d1d1;padding-bottom:1.5em}.content-top-menu{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.content-top-menu>li{position:relative;margin:0;padding:0}.content-top-menu a{display:block;padding:8px 12px;text-decoration:none;font-size:14px;font-weight:700;color:#1a1a1a;border-radius:2px;transition:background-color 0.2s,color 0.2s}.content-top-menu a:hover,.content-top-menu .current-menu-item>a{background-color:#f2f2f2;color:#007acc}.content-top-menu .sub-menu{display:none;position:absolute;top:100%;left:0;z-index:1000;background-color:#fff;border:1px solid #d1d1d1;box-shadow:0 4px 8px rgb(0 0 0 / .05);padding:10px 0;margin:5px 0 0 0;min-width:200px;list-style:none;border-radius:3px}.content-top-menu li:hover>.sub-menu{display:block}.content-top-menu .sub-menu a{padding:10px 20px;font-weight:400;white-space:nowrap;color:#1a1a1a}.content-top-menu .sub-menu a:hover{background-color:#007acc;color:#fff}.widget{border-top:none;padding-top:0}p{margin-bottom:1.75em}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-top:2.5em;margin-bottom:1.75em}.post-thumbnail{margin-bottom:1.75em}.entry-content img,.entry-content figure{margin-bottom:2.5em}.alignleft{margin-right:1.75em;margin-bottom:1.75em}.alignright{margin-left:1.75em;margin-bottom:1.75em}.aligncenter{margin-bottom:1.75em}h1,h2,h3,h4,h5,h6,.entry-title,.page-title,.widget-title{text-transform:uppercase;letter-spacing:.04em}body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,.main-navigation,.site-title,.entry-title,.widget-title,.post-navigation,.pagination,.entry-footer,.comments-title,.author-title{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.header-search-wrapper{width:100%;max-width:600px;margin:0 auto;padding:10px 0 20px 0;background-color:#fff0}.header-search-wrapper .search-form{width:100%;display:flex;align-items:stretch}.header-search-wrapper .search-form label{flex-grow:1;margin-bottom:0}.header-search-wrapper .search-field{background-color:#f7f7f7;border:1px solid #d1d1d1;color:#1a1a1a;width:100%;margin-right:0;padding:0 10px;height:30px!important;line-height:30px;font-size:13px;border-radius:2px 0 0 2px}.header-search-wrapper .search-field:focus{background-color:#fff;border-color:#007acc;outline:none}.header-search-wrapper .search-submit{background-color:#1a1a1a!important;color:#ffffff!important;border:none!important;padding:0 15px!important;height:30px!important;border-radius:0 2px 2px 0!important;cursor:pointer;flex-shrink:0;width:auto!important;font-family:Arial,sans-serif!important;font-weight:bold!important;font-size:11px!important;text-transform:uppercase!important;text-indent:0!important;transition:background-color 0.2s}.header-search-wrapper .search-submit:hover{background-color:#007acc!important}.header-search-wrapper .search-submit::before{content:"SEARCH"!important;transform:none!important;display:inline-block!important;font-family:inherit!important;width:auto!important;height:auto!important;line-height:1!important;position:static}.content-top-navigation-wrapper{margin-bottom:2.5em;border-bottom:1px solid #d1d1d1;padding-bottom:1.5em}.content-top-menu{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.content-top-menu>li{position:relative;margin:0;padding:0}.content-top-menu a{display:block;padding:8px 12px;text-decoration:none;font-size:14px;font-weight:700;color:#1a1a1a;border-radius:2px;transition:background-color 0.2s,color 0.2s}.content-top-menu a:hover,.content-top-menu .current-menu-item>a{background-color:#f2f2f2;color:#007acc}.content-top-menu .sub-menu{display:none;position:absolute;top:100%;left:0;z-index:1000;background-color:#fff;border:1px solid #d1d1d1;box-shadow:0 4px 8px rgb(0 0 0 / .05);padding:10px 0;margin:5px 0 0 0;min-width:200px;list-style:none;border-radius:3px}.content-top-menu li:hover>.sub-menu{display:block}.content-top-menu .sub-menu a{padding:10px 20px;font-weight:400;white-space:nowrap;color:#1a1a1a}.content-top-menu .sub-menu a:hover{background-color:#007acc;color:#fff}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-400-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-400-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-400-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-400-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-400-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-normal.woff?ver=30) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-700-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-700-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-700-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-700-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-700-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-normal.woff?ver=30) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-900-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-900-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-900-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-900-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:normal;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-900-normal.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-normal.woff?ver=30) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-400-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-400-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-400-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-400-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-400-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-400-italic.woff?ver=30) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-700-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-700-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-700-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-700-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-700-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-700-italic.woff?ver=30) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-ext-900-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-cyrillic-900-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-vietnamese-900-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-ext-900-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Merriweather';font-style:italic;font-display:fallback;font-weight:900;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-latin-900-italic.woff2?ver=30) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/merriweather/merriweather-all-900-italic.woff?ver=30) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-ext-400-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-400-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-vietnamese-400-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-ext-400-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-400-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-400-normal.woff?ver=25) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-ext-700-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-cyrillic-700-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-vietnamese-700-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-ext-700-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-display:fallback;font-weight:700;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-latin-700-normal.woff2?ver=25) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/montserrat/montserrat-all-700-normal.woff?ver=25) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Inconsolata';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-vietnamese-400-normal.woff2?ver=31) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-all-400-normal.woff?ver=31) format('woff');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Inconsolata';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-latin-ext-400-normal.woff2?ver=31) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-all-400-normal.woff?ver=31) format('woff');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inconsolata';font-style:normal;font-display:fallback;font-weight:400;src:url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-latin-400-normal.woff2?ver=31) format('woff2'),url(http://solopreneurs.space/wp-content/themes/twentysixteen/fonts/inconsolata/inconsolata-all-400-normal.woff?ver=31) format('woff');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}[class^="wp-block-"] figcaption{color:#686868;font-style:italic;line-height:1.6153846154;padding-top:.5384615385em;text-align:left}.rtl [class^="wp-block-"] figcaption{text-align:right}p.has-drop-cap:not(:focus)::first-letter{font-size:5em}@media screen and (min-width:61.5625em){body:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta{clear:both;display:block;float:none;margin-right:0;margin-left:-40%;max-width:140%}body.rtl:not(.search-results) article:not(.type-page) .wp-block-image figcaption.below-entry-meta{margin-left:0;margin-right:-40%}body:not(.search-results) article:not(.type-page) .wp-block-gallery .wp-block-image img.below-entry-meta,body:not(.search-results) article:not(.type-page) .wp-block-gallery .wp-block-image figcaption.below-entry-meta{margin:0;max-width:100%}}.wp-block-gallery{margin-bottom:1.75em}.wp-block-quote{border-width:0 0 0 4px}:where(.rtl) .wp-block-quote{border-width:0 4px 0 0}.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,.wp-block-quote:not(.is-large):not(.is-style-large).alignright{border-left:none;padding-left:0}.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright{border-right:none;padding-right:0}.wp-block-quote cite{color:#1a1a1a;display:block;font-size:16px;font-size:1rem;line-height:1.75}.wp-block-quote.has-text-color cite{color:inherit}.has-text-color .wp-block-quote:not(.has-text-color),.has-text-color .wp-block-quote:not(.has-text-color) cite{color:inherit}.wp-block-quote cite:before{content:"\2014\00a0"}.wp-block-audio audio{display:block;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover.aligncenter{display:flex}.wp-block-file .wp-block-file__button{background:#1a1a1a;border:0;border-radius:2px;color:#fff;font-family:Montserrat,"Helvetica Neue",sans-serif;font-weight:700;letter-spacing:.046875em;line-height:1;padding:.84375em .875em .78125em;text-transform:uppercase}.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus{background:#007acc}.wp-block-file .wp-block-file__button:focus{outline:thin dotted;outline-offset:-4px}.rtl .wp-block-file *+.wp-block-file__button{margin-left:.75em;margin-right:0}.wp-block-code{border:0;font-family:Inconsolata,monospace;line-height:1.75;padding:0}.wp-block-code code{font-size:inherit}.wp-block-pullquote{border-width:4px}.wp-block-pullquote blockquote{color:#686868;border:0;margin:0;padding:0}.entry-content .wp-block-pullquote blockquote:not(.alignleft):not(.alignright){margin-left:0;margin-right:0}.wp-block-pullquote:where([style*="border-width"]) blockquote{padding-left:1rem;padding-right:1rem}.wp-block-pullquote.has-text-color blockquote,.wp-block-pullquote.has-background blockquote,.has-background .wp-block-pullquote blockquote,.wp-block-pullquote.has-text-color cite{color:inherit}.wp-block-pullquote p{font-size:19px;font-size:1.1875rem}.wp-block-pullquote cite{color:#1a1a1a;display:block;font-size:16px;font-size:1rem;font-style:normal;line-height:1.75;text-transform:none}.wp-block-pullquote[class*="-font-size"] blockquote,.wp-block-pullquote[class*="-font-size"] blockquote p,.wp-block-pullquote[class*="-font-size"] cite,.wp-block-pullquote[style*="font-size"] blockquote,.wp-block-pullquote[style*="font-size"] blockquote p,.wp-block-pullquote[style*="font-size"] cite{font-size:inherit}.wp-block-pullquote[style*="line-height"] blockquote,.wp-block-pullquote[style*="line-height"] blockquote p,.wp-block-pullquote[style*="line-height"] cite{line-height:inherit}.wp-block-pullquote cite:before{content:"\2014\00a0"}.wp-block-table,.wp-block-table th,.wp-block-table td{border:1px solid #d1d1d1}.wp-block-table{border-collapse:separate;border-spacing:0;border-width:0;margin:0 0 1.75em;table-layout:fixed;width:100%}.wp-block-table th,.wp-block-table td{font-weight:400;padding:.4375em}.wp-block-table th{border-width:0 1px 1px 0;font-weight:700}.wp-block-table td{border-width:0 1px 1px 0}.wp-block-buttons{font-weight:700;letter-spacing:.046875em;line-height:1;text-transform:uppercase}.wp-block-button .wp-block-button__link{box-shadow:none;font-family:Montserrat,"Helvetica Neue",sans-serif;padding:.84375em 1.3125em .78125em}.wp-block-button__link{background:#1a1a1a;color:#fff}.is-style-outline .wp-block-button__link:not(.has-background){background:#fff0}.is-style-outline .wp-block-button__link:not(.has-text-color){color:#1a1a1a}.wp-block-button .wp-block-button__link:active,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover,.is-style-outline .wp-block-button__link:not(.has-background):active,.is-style-outline .wp-block-button__link:not(.has-background):hover,.is-style-outline .wp-block-button__link:not(.has-background):focus,.is-style-outline .wp-block-button__link:not(.has-text-color):active,.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.is-style-outline .wp-block-button__link:not(.has-text-color):focus{background:#007acc;color:#fff}.wp-block-button .wp-block-button__link:focus{outline:thin dotted;outline-offset:-4px}hr.wp-block-separator{border:0}.wp-block-separator{margin-left:auto;margin-right:auto;max-width:100px}.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots{max-width:100%}.wp-block-media-text{margin-bottom:1.75em}.wp-block-media-text *:last-child{margin-bottom:0}.wp-block-details>summary:first-of-type{display:list-item}.wp-block-archives.aligncenter,.wp-block-categories.aligncenter,.wp-block-latest-posts.aligncenter{list-style-position:inside;text-align:center}.wp-block-latest-comments__comment-meta a{box-shadow:none;font-weight:700}.wp-block-latest-comments__comment-date{color:#686868;font-family:Montserrat,"Helvetica Neue",sans-serif;font-size:13px;font-size:.8125rem;line-height:1.6153846154}.wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child){border-top:1px solid #d1d1d1;margin-bottom:0;padding:1.75em 0}.wp-block-latest-comments__comment-excerpt p:last-child{margin-bottom:0}.wp-block-query .wp-block-post-template{margin-left:0}.wp-block-query .wp-block-post-template li{margin-bottom:0;padding:1.5em 0 0}.wp-block-query .wp-block-post-template li:not(:first-child){border-top:1px solid #d1d1d1}.has-dark-gray-color{color:#1a1a1a}.has-dark-gray-background-color{background-color:#1a1a1a}.has-dark-gray-border-color{border-color:#1a1a1a}.has-medium-gray-color{color:#686868}.has-medium-gray-background-color{background-color:#686868}.has-medium-gray-border-color{border-color:#686868}.has-light-gray-color{color:#e5e5e5}.has-light-gray-background-color{background-color:#e5e5e5}.has-light-gray-border-color{border-color:#e5e5e5}.has-white-color{color:#fff}.has-white-background-color{background-color:#fff}.has-white-border-color{border-color:#fff}.has-blue-gray-color{color:#4d545c}.has-blue-gray-background-color{background-color:#4d545c}.has-blue-gray-border-color{border-color:#4d545c}.has-bright-blue-color{color:#007acc}.has-bright-blue-background-color{background-color:#007acc}.has-bright-blue-border-color{border-color:#007acc}.has-light-blue-color{color:#9adffd}.has-light-blue-background-color{background-color:#9adffd}.has-light-blue-border-color{border-color:#9adffd}.has-dark-brown-color{color:#402b30}.has-dark-brown-background-color{background-color:#402b30}.has-dark-brown-border-color{border-color:#402b30}.has-medium-brown-color{color:#774e24}.has-medium-brown-background-color{background-color:#774e24}.has-medium-brown-border-color{border-color:#774e24}.has-dark-red-color{color:#640c1f}.has-dark-red-background-color{background-color:#640c1f}.has-dark-red-border-color{border-color:#640c1f}.has-bright-red-color{color:#ff675f}.has-bright-red-background-color{background-color:#ff675f}.has-bright-red-border-color{border-color:#ff675f}.has-yellow-color{color:#ffef8e}.has-yellow-background-color{background-color:#ffef8e}.has-yellow-border-color{border-color:#ffef8e}.formlayer-form label{display:block;margin-bottom:8px;font-weight:600;color:#1e293b;font-size:14px}.formlayer-form input[type="text"],.formlayer-form input[type="email"],.formlayer-form input[type="number"],.formlayer-form input[type="tel"],.formlayer-form input[type="date"],.formlayer-form input[type="password"],.formlayer-form input[type="url"],.formlayer-form textarea{width:100%;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form select{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1d2327;background:#fff;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.formlayer-form input:focus,.formlayer-form textarea:focus,.formlayer-form select:focus{outline:none;border-color:#5525d6;box-shadow:0 0 0 4px rgb(85 37 214 / .12);transform:translateY(-1px)}.formlayer-form textarea{min-height:120px;resize:vertical;line-height:1.6}.formlayer-submit-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:0 24px;height:46px;background:#5525d6;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:15px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 10px rgb(85 37 214 / .2);box-sizing:border-box;text-decoration:none;line-height:1}.formlayer-submit-btn:hover{background:#441eb1;transform:translateY(-1px);box-shadow:0 6px 15px rgb(85 37 214 / .3)}.formlayer-submit-btn.loading{color:transparent!important;position:relative;pointer-events:none;opacity:.8}.formlayer-submit-btn.loading::after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:fl-button-spin 0.8s ease-in-out infinite}@keyframes fl-button-spin{to{transform:rotate(360deg)}}.formlayer-form .required-indicator{color:#ef4444;margin-left:4px}.formlayer-radio-group,.formlayer-check-wrap{display:flex;flex-direction:column;gap:12px}.formlayer-radio-group label,.formlayer-check-wrap label{display:flex;align-items:center;gap:10px;font-weight:400;cursor:pointer}.formlayer-field-wrap{margin-bottom:24px;display:flex;flex-direction:column}.formlayer-field-wrap.label-top{flex-direction:column}.formlayer-field-wrap.label-left,.formlayer-field-wrap.label-right{flex-direction:row;align-items:center;gap:20px;flex-wrap:nowrap}.formlayer-field-wrap.label-left .formlayer-label,.formlayer-field-wrap.label-right .formlayer-label{width:30%;min-width:120px;margin-bottom:0;padding-top:0}.formlayer-field-wrap.label-right .formlayer-label{order:2}.formlayer-field-wrap.label-right .formlayer-input{order:1}.formlayer-field-wrap.label-hidden .formlayer-label{display:none}.formlayer-help-text{width:100%;font-size:12px;color:#94a3b8;margin-top:8px;font-style:italic}.formlayer-field-wrap.label-left .formlayer-help-text,.formlayer-field-wrap.label-right .formlayer-help-text{margin-left:calc(30% + 20px)}.formlayer-submit-wrap{margin-top:20px}.formlayer-success-message{background:#fff;color:#1e293b;padding:20px 24px;border-radius:8px;margin-bottom:24px;border:1px solid #e2e8f0;font-size:16px;font-weight:400;line-height:1.6;box-shadow:0 1px 3px rgb(0 0 0 / .02);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error-message{background:#fef2f2;color:#991b1b;padding:16px 20px;border-radius:10px;margin-bottom:24px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}.formlayer-error{background:#fef2f2;color:#991b1b;padding:18px 20px;border-radius:10px;border:1px solid rgb(239 68 68 / .2);border-left:4px solid #ef4444;margin:24px 0;text-align:left;font-size:14px;font-weight:500;line-height:1.5;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -2px rgb(0 0 0 / .05);animation:flFadeInSlide 0.3s cubic-bezier(.16,1,.3,1) forwards}@keyframes flFadeInSlide{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.formlayer-submit-wrap.align-center{display:flex;justify-content:center}.formlayer-submit-wrap.align-right{display:flex;justify-content:flex-end}.formlayer-submit-wrap.align-full .formlayer-submit-btn{width:100%}.formlayer-submit-btn.btn-sm{height:38px;padding:0 16px;font-size:13px}.formlayer-submit-btn.btn-md{height:46px;padding:0 24px;font-size:15px}.formlayer-submit-btn.btn-lg{height:56px;padding:0 32px;font-size:17px}.formlayer-submit-btn{width:auto!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.align-full .formlayer-submit-btn{width:100%!important;display:flex!important}.formlayer-container{display:grid;gap:20px;margin-bottom:24px;width:100%}.formlayer-container.grid-cols-1{grid-template-columns:1fr}.formlayer-container.grid-cols-2{grid-template-columns:1fr 1fr}.formlayer-container.grid-cols-3{grid-template-columns:1fr 1fr 1fr}.formlayer-container.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.formlayer-container.grid-cols-2,.formlayer-container.grid-cols-3,.formlayer-container.grid-cols-4{grid-template-columns:1fr}}.formlayer-html-content{margin-bottom:24px}.formlayer-name-fields-wrap{display:flex;flex-direction:column;gap:15px}.formlayer-grid{display:grid;gap:20px;width:100%}.formlayer-grid-2{grid-template-columns:1fr 1fr}.formlayer-grid-3{grid-template-columns:1fr 1fr 1fr}.formlayer-sub-field{display:flex;flex-direction:column}.formlayer-sub-field.full-width{grid-column:1 / -1}.formlayer-sub-label{font-size:11px;color:#64748b;margin-top:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.formlayer-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.formlayer-address-grid .full-width{grid-column:1 / -1;margin-bottom:5px}.formlayer-address-grid .formlayer-sub-field:not(.full-width){margin-bottom:5px}.formlayer-field-wrap{margin-bottom:28px}.formlayer-form input[type="number"],.formlayer-form input[type="date"],.formlayer-form input[type="tel"]{height:48px}.formlayer-date-wrap,.formlayer-select-wrap{position:relative;width:100%}.formlayer-date-wrap .dashicons,.formlayer-select-wrap .dashicons{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none;font-size:18px;z-index:10}.formlayer-form input[type="date"],.formlayer-form select{padding-left:45px!important}.formlayer-options-list{display:flex;flex-direction:column;gap:10px}.formlayer-option-label,.formlayer-terms-wrap,.formlayer-gdpr-wrap{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:10px!important}.formlayer-option-label input[type="radio"],.formlayer-option-label input[type="checkbox"],.formlayer-terms-wrap input[type="checkbox"],.formlayer-gdpr-wrap input[type="checkbox"]{width:20px!important;height:20px!important;margin:2px 10px 0 0!important;cursor:pointer;accent-color:#5525d6!important;flex-shrink:0!important;vertical-align:middle!important;display:inline-block!important;opacity:1!important;visibility:visible!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.formlayer-option-label span,.formlayer-terms-label,.formlayer-gdpr-label,.formlayer-gdpr-wrap .formlayer-gdpr-info span{line-height:1.5!important;display:inline-block!important;font-size:14px!important;font-weight:400!important;color:#334155!important}.formlayer-rating{display:flex;gap:8px}.formlayer-rating .dashicons{font-size:32px;width:32px;height:32px;color:#e2e8f0;cursor:pointer;transition:color 0.2s}.formlayer-rating .dashicons.active,.formlayer-rating .dashicons:hover,.formlayer-rating .dashicons:hover~.dashicons{color:#f59e0b}.formlayer-section-break{margin:32px 0 20px 0;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.formlayer-section-break h3{margin:0 0 5px 0!important;font-size:18px!important;color:#1e293b!important;font-weight:700!important;line-height:1.3!important;padding:0!important;border:none!important;background:none!important}.formlayer-section-break p{margin:5px 0 0 0!important;color:#64748b!important;font-size:13px!important;font-weight:400!important}.formlayer-file-upload-box{display:flex;align-items:center;gap:15px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;width:100%;box-sizing:border-box;transition:all 0.2s}.formlayer-file-upload-box:hover{border-color:#5525d6;background:#f1f5f9}.formlayer-file-fake-btn{background:#5525d6;color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s;display:inline-block;white-space:nowrap}.formlayer-file-fake-btn:hover{background:#441eb1}.formlayer-file-chosen-name{font-size:14px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.formlayer-grid-2,.formlayer-address-grid,.formlayer-grid{grid-template-columns:1fr!important}}.formlayer-gdpr-info{line-height:1.4}.formlayer-gdpr-label{font-size:14px;color:#475569}.formlayer-gdpr-desc{font-size:12px;color:#64748b;margin-top:4px}.pp-multiple-authors-boxes-wrapper .square-dot{display:inline-block}.pp-multiple-authors-boxes-wrapper .square-dot::before{content:'\25A0'}.pp-multiple-authors-boxes-ul{list-style:none}.pp-multiple-authors-layout-simple_list ul,.pp-multiple-authors-layout-boxed ul{padding-left:0;margin-left:0}.pp-multiple-authors-layout-simple_list ul li{list-style:none;position:relative;min-height:35px;line-height:35px;border-bottom:1px solid #999;border-top:1px solid #999;border-bottom:1px solid #999;border-top:1px solid #999;padding:.5em 0;margin:-1px 0 0 0}.pp-multiple-authors-layout-simple_list .avatar,.pp-multiple-authors-layout-simple_list .photo{float:left;margin-right:10px;width:35px;height:35px;display:block;min-height:35px}.pp-multiple-authors-layout-boxed ul li,.pp-multiple-authors-layout-centered ul li{list-style:none;position:relative;min-height:120px;border:1px solid #999;padding:1.5em;margin-bottom:1em;margin-left:0}.pp-multiple-authors-layout-boxed .avatar,.pp-multiple-authors-layout-boxed .photo,.pp-multiple-authors-layout-centered .avatar,.pp-multiple-authors-layout-centered .photo{width:80px;height:auto;border-radius:50%}.pp-multiple-authors-layout-boxed .multiple-authors-description,.pp-multiple-authors-layout-centered .multiple-authors-description{margin:10px 0 20px}.pp-multiple-authors-layout-boxed .multiple-authors-name,.pp-multiple-authors-layout-centered .multiple-authors-name{margin-bottom:10px}.pp-multiple-authors-layout-boxed .multiple-authors-name a,.pp-multiple-authors-layout-centered .multiple-authors-name a,.pp-multiple-authors-layout-boxed .name-author-category,.pp-multiple-authors-layout-centered .name-author-category{margin-bottom:10px;font-size:1.2em}.pp-multiple-authors-layout-boxed .multiple-authors-links,.pp-multiple-authors-layout-centered .multiple-authors-links{margin-bottom:0}.pp-multiple-authors-layout-boxed .multiple-authors-links a,.pp-multiple-authors-layout-centered .multiple-authors-links a,a.ppma-author-field-meta{border-radius:20px;min-width:30px;line-height:30px;text-decoration:none;display:inline-block;margin-right:3px}a.ppma-author-field-meta i{display:inline-block;line-height:1;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.pp-multiple-authors-layout-boxed .multiple-authors-links a span,.pp-multiple-authors-layout-centered .multiple-authors-links a span,a.ppma-author-field-meta span,a.ppma-author-field-meta i{min-width:30px;height:30px;line-height:30px;font-size:16px}.pp-multiple-authors-layout-boxed .multiple-authors-links a span:not(.dashicons),.pp-multiple-authors-layout-centered .multiple-authors-links a span:not(.dashicons){padding:0 14px}.ppma-author-field-meta{margin-right:1px;overflow-wrap:anywhere}.ppma-author-field-type-wysiwyg{white-space:pre-line}.pp-author-boxes-recent-posts{margin-top:10px}.pp-author-boxes-recent-posts .pp-author-boxes-recent-posts-title{width:100%;margin-bottom:20px;padding-bottom:2px;border-bottom:1px dotted #333;font-size:18px;text-align:left}.pp-author-boxes-recent-posts .pp-author-boxes-recent-posts-item{font-size:14px}.pp-author-boxes-recent-posts .pp-author-boxes-recent-posts-item span.dashicons{margin:0 .2rem 0 0}.pp-author-boxes-recent-posts-empty{font-size:12px}.pp-author-boxes-profile-field-item{margin-left:4px;margin-right:4px}.pp-multiple-authors-layout-boxed .multiple-authors-links a:nth-child(1){margin-right:2px}.pp-multiple-authors-layout-centered .multiple-authors-links a:nth-child(1){margin-right:1px;margin-left:1px}.pp-multiple-authors-layout-boxed .ppma-links{position:absolute;top:10px;right:10px}.pp-multiple-authors-layout-centered .ppma-links a,.pp-multiple-authors-layout-boxed .ppma-links a{color:#999;text-decoration:none;border-bottom:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.pp-multiple-authors-layout-centered ul{margin:0;padding:0}.pp-multiple-authors-layout-centered ul li{text-align:center}.pp-multiple-authors-layout-centered img{display:inline-block}.pp-multiple-authors-layout-centered p{margin:5px 0}.pp-multiple-authors-layout-inline .avatar,.pp-multiple-authors-layout-inline .photo{width:30px;height:30px;margin:auto 2px auto auto;vertical-align:middle;display:inline-block}.author-boxes-footer-navigation{margin-top:20px;margin-bottom:100px}.author-boxes-footer-navigation .nav-links .page-numbers{margin-right:10px}.pp-multiple-authors-wrapper .author-index-navigation .page-item{cursor:pointer}.pp-multiple-authors-wrapper .author-index-navigation .page-item.active{cursor:not-allowed;pointer-events:none}.pp-multiple-authors-wrapper .author-index-navigation .page-item.active>a{color:#555;text-decoration:none}.pp-multiple-authors-wrapper .author-index-navigation{margin:0 0 1rem 0;padding:0}.pp-multiple-authors-wrapper .author-index-navigation li{padding:.5rem .75rem;margin:0;border:1px solid #fff;display:inline-block}.pp-multiple-authors-index .author-index-header{padding-bottom:5px;margin-bottom:20px}.pp-multiple-authors-index .author-index-header:after{content:"";display:table;clear:both}.pp-multiple-authors-index .author-index-header a{float:right}.pp-multiple-authors-index .author-list-head{font-size:24px;font-weight:700;color:#000;float:left;margin:10px 0}.pp-multiple-authors-index .author-index-authors:after{content:"";display:table;clear:both}.pp-multiple-authors-index .tease-author{margin-right:50px;float:left}.pp-multiple-authors-index .author-index-authors ul{list-style:none;padding:0;margin:0;*zoom:1}.pp-multiple-authors-index .author-index-authors ul li{margin:0 0 20px 0;padding:0}body:not(.theme-twentytwenty):not(.theme-twentytwentyone) .pp-multiple-authors-index.alignwide,body:not(.theme-twentytwenty):not(.theme-twentytwentyone) .pp-multiple-authors-recent.alignwide{margin:0!important;max-width:100%!important}.pp-multiple-authors-recent .ppma-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;gap:12px}.pp-multiple-authors-recent .name-row{min-width:100%;margin-bottom:0;display:flex}.pp-multiple-authors-recent .name-row a{min-width:100%}.pp-multiple-authors-recent .ppma-row img{max-width:100%}.pp-multiple-authors-recent .name-row h4,.pp-multiple-authors-recent .name-row img{display:inline-block;vertical-align:middle}.pp-multiple-authors-recent .name-row h4{max-width:90%;min-width:80%;margin-bottom:0;padding:15px;font-size:13px;text-transform:uppercase;color:#1b1b1b;border:1px solid #999;border-bottom-color:#fff0;border-right-color:#fff0}.pp-multiple-authors-recent .name-row img{width:20%;height:auto;border-radius:50%;margin-left:-11%}.preview-shortcode-wrap .pp-multiple-authors-recent .name-row img{margin-top:11px;width:40px!important}.pp-multiple-authors-recent .ppma-row-article-block.main-block{border:1px solid #999}.pp-multiple-authors-recent .post-column .ppma-row-article-block.secondary{border-top:1px solid #999}.pp-multiple-authors-recent .ppma-row-article-block{margin-top:-10px;padding:15px}.pp-multiple-authors-recent .ppma-col-12,.pp-multiple-authors-recent .ppma-col-5,.pp-multiple-authors-recent .ppma-col-7,.pp-multiple-authors-recent .ppma-col-md-3,.pp-multiple-authors-recent .ppma-col-sm-4,.pp-multiple-authors-recent .ppma-col-sm-12{position:relative;width:100%;padding-right:8px;padding-left:8px;margin-right:15px}.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-12,.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-5,.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-7,.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-md-3,.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-sm-4,.preview-shortcode-wrap .pp-multiple-authors-recent .ppma-col-sm-12{margin-right:unset}.pp-multiple-authors-recent .ppma-col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pp-multiple-authors-recent .ppma-col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-5{padding-right:0}.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-5 a{display:block;background-size:cover;background-position:center center}.pp-multiple-authors-recent .ppma-col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-7{padding-left:10px}.pp-multiple-authors-recent .featured-image-col{margin-bottom:20px}.pp-multiple-authors-recent .ppma-row-article-block a.headline{font-size:15px;line-height:130%!important;display:block;text-decoration:none}.pp-multiple-authors-recent .ppma-row-article-block.secondary .text{padding-top:10px;padding-bottom:15px}.pp-multiple-authors-recent .ppma-row-article-block.secondary .text .no-post{font-size:11px}.pp-multiple-authors-recent .all-author-post-link a{text-decoration:none}.pp-multiple-authors-recent .ppma-row-article-block .ppma-col-7 a.headline{font-size:16px}.pp-multiple-authors-recent .ppma-row-article-block{margin-top:-10px;padding:15px}.pp-multiple-authors-recent .ppma-row-article-block.secondary,.pp-multiple-authors-recent .ppma-row-article-block.secondary .ppma-col-12{padding:0}.pp-multiple-authors-recent .article-cta{display:block;width:100%;text-align:center;margin-top:15px;margin-bottom:0;padding:0}.pp-multiple-authors-recent .article-cta p{font-size:11px;text-transform:uppercase;color:#1b1b1b;letter-spacing:1.5px;font-weight:300;border-bottom:1px double #446c76;border-top:1px double #446c76;margin-bottom:0;padding:12px 0}.pp-multiple-authors-recent .article-cta p span{font-weight:400}.pp-multiple-authors-searchbox{margin-bottom:20px;display:flex}.pp-multiple-authors-searchbox form{display:flex}.pp-multiple-authors-layout-inline .pp-author-boxes-name::after{display:none!important}.editor-styles-wrapper .wp-block .pp-multiple-authors-boxes-wrapper a{text-decoration:none}@media (min-width:576px){.pp-multiple-authors-recent .ppma-col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px){.pp-multiple-authors-recent .ppma-col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.pp-multiple-authors-recent.multiple-authors-col-1 .name-row img{width:5%;margin-left:-20px}.pp-multiple-authors-recent .name-row img,.pp-multiple-authors-recent.multiple-authors-col-2 .name-row img{width:13%}.pp-multiple-authors-recent .name-row h4{min-width:90%}.pp-multiple-authors-recent.multiple-authors-col-1 .name-row h4,.pp-multiple-authors-recent.multiple-authors-col-2 .name-row h4{min-width:90%}.pp-multiple-authors-recent.multiple-authors-col-3 .name-row h4{min-width:80%}.pp-multiple-authors-recent.multiple-authors-col-4.name-row h4{min-width:70%}.pp-multiple-authors-recent .ppma-author-entry,.pp-multiple-authors-recent .ppma-author-entry{margin-bottom:20px}}@media (min-width:769px){.pp-multiple-authors-layout-boxed ul li{display:flex;flex-wrap:wrap}.pp-multiple-authors-layout-boxed ul li>div:nth-child(1){flex:0 0 110px}.pp-multiple-authors-layout-boxed ul li>div:nth-child(2){flex:1}}@media (max-width:600px){.pp-multiple-authors-index .author-index-authors ul:after{content:"";display:table;clear:both}}@media (min-width:601px) and (max-width:899px){.pp-multiple-authors-index .author-index-authors ul:after{content:"";display:table;clear:both}}@media (min-width:900px){.pp-multiple-authors-index .author-index-authors ul:after{content:"";display:table;clear:both}}