Changeset 10146
- Timestamp:
- 08/11/2020 09:43:27 PM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content
- Files:
-
- 4 added
- 21 edited
-
plugins/wporg-learn/build/block-styles.asset.php (modified) (1 diff)
-
plugins/wporg-learn/build/block-styles.js (modified) (1 diff)
-
plugins/wporg-learn/build/style-block-styles.css (modified) (1 diff)
-
plugins/wporg-learn/build/style-workshop-details.css (modified) (1 diff)
-
plugins/wporg-learn/build/workshop-details.asset.php (modified) (1 diff)
-
plugins/wporg-learn/build/workshop-details.css (modified) (1 diff)
-
plugins/wporg-learn/build/workshop-details.js (modified) (1 diff)
-
plugins/wporg-learn/inc/post-meta.php (modified) (4 diffs)
-
plugins/wporg-learn/package.json (modified) (1 diff)
-
plugins/wporg-learn/views/metabox-workshop-presenters.php (added)
-
plugins/wporg-learn/webpack.config.js (added)
-
themes/pub/wporg-learn-2020/archive-wporg_workshop.php (modified) (1 diff)
-
themes/pub/wporg-learn-2020/css/components/_components.scss (modified) (1 diff)
-
themes/pub/wporg-learn-2020/css/components/_workshop-page.scss (modified) (1 diff)
-
themes/pub/wporg-learn-2020/css/components/_workshop-presenter.scss (added)
-
themes/pub/wporg-learn-2020/css/style.css (modified) (1 diff)
-
themes/pub/wporg-learn-2020/css/vendor/_overrides.scss (modified) (2 diffs)
-
themes/pub/wporg-learn-2020/front-page.php (modified) (3 diffs)
-
themes/pub/wporg-learn-2020/functions.php (modified) (5 diffs)
-
themes/pub/wporg-learn-2020/header.php (modified) (2 diffs)
-
themes/pub/wporg-learn-2020/page-submit-an-idea.php (modified) (1 diff)
-
themes/pub/wporg-learn-2020/template-parts/component-featured-workshop.php (modified) (2 diffs)
-
themes/pub/wporg-learn-2020/template-parts/component-workshop-presenter.php (added)
-
themes/pub/wporg-learn-2020/template-parts/content-single.php (modified) (2 diffs)
-
themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/block-styles.asset.php
r10132 r10146 1 <?php return array('dependencies' => array('wp-blocks', 'wp-i18n', 'wp-polyfill'), 'version' => ' 2be57a6fb5325b1e01f239ae4f70d29c');1 <?php return array('dependencies' => array('wp-blocks', 'wp-i18n', 'wp-polyfill'), 'version' => '1b6369df46ca32d9c9d49131e6fa9d6f'); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/block-styles.js
r10132 r10146 1 (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["style-block-styles"],{ 2 3 /***/ "./js/block-styles/style.scss": 4 /*!************************************!*\ 5 !*** ./js/block-styles/style.scss ***! 6 \************************************/ 7 /*! no static exports found */ 8 /***/ (function(module, exports, __webpack_require__) { 9 10 // extracted by mini-css-extract-plugin 11 12 /***/ }) 13 14 }]); 15 16 /******/ (function(modules) { // webpackBootstrap 17 /******/ // install a JSONP callback for chunk loading 18 /******/ function webpackJsonpCallback(data) { 19 /******/ var chunkIds = data[0]; 20 /******/ var moreModules = data[1]; 21 /******/ var executeModules = data[2]; 22 /******/ 23 /******/ // add "moreModules" to the modules object, 24 /******/ // then flag all "chunkIds" as loaded and fire callback 25 /******/ var moduleId, chunkId, i = 0, resolves = []; 26 /******/ for(;i < chunkIds.length; i++) { 27 /******/ chunkId = chunkIds[i]; 28 /******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) { 29 /******/ resolves.push(installedChunks[chunkId][0]); 30 /******/ } 31 /******/ installedChunks[chunkId] = 0; 32 /******/ } 33 /******/ for(moduleId in moreModules) { 34 /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) { 35 /******/ modules[moduleId] = moreModules[moduleId]; 36 /******/ } 37 /******/ } 38 /******/ if(parentJsonpFunction) parentJsonpFunction(data); 39 /******/ 40 /******/ while(resolves.length) { 41 /******/ resolves.shift()(); 42 /******/ } 43 /******/ 44 /******/ // add entry modules from loaded chunk to deferred list 45 /******/ deferredModules.push.apply(deferredModules, executeModules || []); 46 /******/ 47 /******/ // run deferred modules when all chunks ready 48 /******/ return checkDeferredModules(); 49 /******/ }; 50 /******/ function checkDeferredModules() { 51 /******/ var result; 52 /******/ for(var i = 0; i < deferredModules.length; i++) { 53 /******/ var deferredModule = deferredModules[i]; 54 /******/ var fulfilled = true; 55 /******/ for(var j = 1; j < deferredModule.length; j++) { 56 /******/ var depId = deferredModule[j]; 57 /******/ if(installedChunks[depId] !== 0) fulfilled = false; 58 /******/ } 59 /******/ if(fulfilled) { 60 /******/ deferredModules.splice(i--, 1); 61 /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]); 62 /******/ } 63 /******/ } 64 /******/ 65 /******/ return result; 66 /******/ } 67 /******/ 68 /******/ // The module cache 69 /******/ var installedModules = {}; 70 /******/ 71 /******/ // object to store loaded and loading chunks 72 /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched 73 /******/ // Promise = chunk loading, 0 = chunk loaded 74 /******/ var installedChunks = { 75 /******/ "block-styles": 0 76 /******/ }; 77 /******/ 78 /******/ var deferredModules = []; 79 /******/ 80 /******/ // The require function 81 /******/ function __webpack_require__(moduleId) { 82 /******/ 83 /******/ // Check if module is in cache 84 /******/ if(installedModules[moduleId]) { 85 /******/ return installedModules[moduleId].exports; 86 /******/ } 87 /******/ // Create a new module (and put it into the cache) 88 /******/ var module = installedModules[moduleId] = { 89 /******/ i: moduleId, 90 /******/ l: false, 91 /******/ exports: {} 92 /******/ }; 93 /******/ 94 /******/ // Execute the module function 95 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 96 /******/ 97 /******/ // Flag the module as loaded 98 /******/ module.l = true; 99 /******/ 100 /******/ // Return the exports of the module 101 /******/ return module.exports; 102 /******/ } 103 /******/ 104 /******/ 105 /******/ // expose the modules object (__webpack_modules__) 106 /******/ __webpack_require__.m = modules; 107 /******/ 108 /******/ // expose the module cache 109 /******/ __webpack_require__.c = installedModules; 110 /******/ 111 /******/ // define getter function for harmony exports 112 /******/ __webpack_require__.d = function(exports, name, getter) { 113 /******/ if(!__webpack_require__.o(exports, name)) { 114 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); 115 /******/ } 116 /******/ }; 117 /******/ 118 /******/ // define __esModule on exports 119 /******/ __webpack_require__.r = function(exports) { 120 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { 121 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); 122 /******/ } 123 /******/ Object.defineProperty(exports, '__esModule', { value: true }); 124 /******/ }; 125 /******/ 126 /******/ // create a fake namespace object 127 /******/ // mode & 1: value is a module id, require it 128 /******/ // mode & 2: merge all properties of value into the ns 129 /******/ // mode & 4: return value when already ns object 130 /******/ // mode & 8|1: behave like require 131 /******/ __webpack_require__.t = function(value, mode) { 132 /******/ if(mode & 1) value = __webpack_require__(value); 133 /******/ if(mode & 8) return value; 134 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; 135 /******/ var ns = Object.create(null); 136 /******/ __webpack_require__.r(ns); 137 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); 138 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); 139 /******/ return ns; 140 /******/ }; 141 /******/ 142 /******/ // getDefaultExport function for compatibility with non-harmony modules 143 /******/ __webpack_require__.n = function(module) { 144 /******/ var getter = module && module.__esModule ? 145 /******/ function getDefault() { return module['default']; } : 146 /******/ function getModuleExports() { return module; }; 147 /******/ __webpack_require__.d(getter, 'a', getter); 148 /******/ return getter; 149 /******/ }; 150 /******/ 151 /******/ // Object.prototype.hasOwnProperty.call 152 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; 153 /******/ 154 /******/ // __webpack_public_path__ 155 /******/ __webpack_require__.p = ""; 156 /******/ 157 /******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || []; 158 /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray); 159 /******/ jsonpArray.push = webpackJsonpCallback; 160 /******/ jsonpArray = jsonpArray.slice(); 161 /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]); 162 /******/ var parentJsonpFunction = oldJsonpFunction; 163 /******/ 164 /******/ 165 /******/ // add entry module to deferred list 166 /******/ deferredModules.push(["./js/block-styles/index.js","style-block-styles"]); 167 /******/ // run deferred modules when ready 168 /******/ return checkDeferredModules(); 169 /******/ }) 170 /************************************************************************/ 171 /******/ ({ 172 173 /***/ "./js/block-styles/index.js": 174 /*!**********************************!*\ 175 !*** ./js/block-styles/index.js ***! 176 \**********************************/ 177 /*! no exports provided */ 178 /***/ (function(module, __webpack_exports__, __webpack_require__) { 179 180 "use strict"; 181 __webpack_require__.r(__webpack_exports__); 182 /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/blocks */ "@wordpress/blocks"); 183 /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__); 184 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 185 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__); 186 /* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./style.scss */ "./js/block-styles/style.scss"); 187 /* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_style_scss__WEBPACK_IMPORTED_MODULE_2__); 188 189 190 191 Object(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__["registerBlockStyle"])('core/button', { 192 name: 'primary', 193 label: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Primary', 'wporg-learn') 194 }); 195 Object(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__["registerBlockStyle"])('core/button', { 196 name: 'primary-full-width', 197 label: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Primary (Full-width)', 'wporg-learn') 198 }); 199 Object(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__["registerBlockStyle"])('core/button', { 200 name: 'secondary', 201 label: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Secondary', 'wporg-learn') 202 }); 203 Object(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__["registerBlockStyle"])('core/button', { 204 name: 'secondary-full-width', 205 label: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Secondary (Full-width)', 'wporg-learn') 206 }); 207 208 /***/ }), 209 210 /***/ "@wordpress/blocks": 211 /*!*****************************************!*\ 212 !*** external {"this":["wp","blocks"]} ***! 213 \*****************************************/ 214 /*! no static exports found */ 215 /***/ (function(module, exports) { 216 217 (function() { module.exports = this["wp"]["blocks"]; }()); 218 219 /***/ }), 220 221 /***/ "@wordpress/i18n": 222 /*!***************************************!*\ 223 !*** external {"this":["wp","i18n"]} ***! 224 \***************************************/ 225 /*! no static exports found */ 226 /***/ (function(module, exports) { 227 228 (function() { module.exports = this["wp"]["i18n"]; }()); 229 230 /***/ }) 231 232 /******/ }); 233 //# sourceMappingURL=block-styles.js.map 1 (window.wporgLearnPlugin=window.wporgLearnPlugin||[]).push([[1],{6:function(e,r,t){}}]),function(e){function r(r){for(var n,u,i=r[0],c=r[1],a=r[2],f=0,s=[];f<i.length;f++)u=i[f],Object.prototype.hasOwnProperty.call(o,u)&&o[u]&&s.push(o[u][0]),o[u]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(p&&p(r);s.length;)s.shift()();return l.push.apply(l,a||[]),t()}function t(){for(var e,r=0;r<l.length;r++){for(var t=l[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(l.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={0:0},l=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,r){if(1&r&&(e=u(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(u.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)u.d(t,n,function(r){return e[r]}.bind(null,n));return t},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="";var i=window.wporgLearnPlugin=window.wporgLearnPlugin||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var p=c;l.push([5,1]),t()}([function(e,r){!function(){e.exports=this.wp.i18n}()},function(e,r){!function(){e.exports=this.wp.blocks}()},,,,function(e,r,t){"use strict";t.r(r);var n=t(1),o=t(0);t(6);Object(n.registerBlockStyle)("core/button",{name:"primary",label:Object(o.__)("Primary","wporg-learn")}),Object(n.registerBlockStyle)("core/button",{name:"primary-full-width",label:Object(o.__)("Primary (Full-width)","wporg-learn")}),Object(n.registerBlockStyle)("core/button",{name:"secondary",label:Object(o.__)("Secondary","wporg-learn")}),Object(n.registerBlockStyle)("core/button",{name:"secondary-full-width",label:Object(o.__)("Secondary (Full-width)","wporg-learn")})}]); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/style-block-styles.css
r10132 r10146 1 .is-style-primary .wp-block-button__link, 2 .is-style-primary .wp-block-button__link:visited, 3 .is-style-primary-full-width .wp-block-button__link, 4 .is-style-primary-full-width .wp-block-button__link:visited, 5 .is-style-secondary .wp-block-button__link, 6 .is-style-secondary .wp-block-button__link:visited, 7 .is-style-secondary-full-width .wp-block-button__link, 8 .is-style-secondary-full-width .wp-block-button__link:visited { 9 background: #0085ba; 10 color: #fff; 11 text-align: center; 12 font-size: 13px; 13 font-weight: bold; 14 padding: 0.9rem; 15 margin: 32px 0; } 1 .is-style-primary .wp-block-button__link,.is-style-primary .wp-block-button__link:visited,.is-style-primary-full-width .wp-block-button__link,.is-style-primary-full-width .wp-block-button__link:visited,.is-style-secondary .wp-block-button__link,.is-style-secondary .wp-block-button__link:visited,.is-style-secondary-full-width .wp-block-button__link,.is-style-secondary-full-width .wp-block-button__link:visited{background:#0085ba;color:#fff;text-align:center;font-size:13px;font-weight:bold;padding:0.9rem;margin:32px 0}.is-style-secondary .wp-block-button__link,.is-style-secondary .wp-block-button__link:visited,.is-style-secondary-full-width .wp-block-button__link,.is-style-secondary-full-width .wp-block-button__link:visited{background:#f8f9f9;color:#555;border:1px solid #d9dcdf;box-shadow:0 1px 0 #d9dcdf}.is-style-primary-full-width,.is-style-secondary-full-width{width:100%}.is-style-primary-full-width .wp-block-button__link,.is-style-secondary-full-width .wp-block-button__link{width:100%} 16 2 17 .is-style-secondary .wp-block-button__link,18 .is-style-secondary .wp-block-button__link:visited,19 .is-style-secondary-full-width .wp-block-button__link,20 .is-style-secondary-full-width .wp-block-button__link:visited {21 background: #f8f9f9;22 color: #555;23 border: 1px solid #d9dcdf;24 box-shadow: 0 1px 0 #d9dcdf; }25 26 .is-style-primary-full-width,27 .is-style-secondary-full-width {28 width: 100%; }29 .is-style-primary-full-width .wp-block-button__link,30 .is-style-secondary-full-width .wp-block-button__link {31 width: 100%; }32 33 34 /*# sourceMappingURL=style-block-styles.css.map*/ -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/style-workshop-details.css
r10132 r10146 1 /** 2 * The following styles get applied both on the front of your site 3 * and in the editor. 4 * 5 * Replace them with your own styles or remove the file completely. 6 */ 7 .wp-block-wporg-learn-workshop-details { 8 list-style: none; 9 margin: 0; 10 padding: 0; 11 color: #555d66; } 12 .wp-block-wporg-learn-workshop-details li { 13 display: flex; 14 justify-content: space-between; 15 padding: 8px 0; 16 border-top: 1px solid #E2E4E7; } 17 .wp-block-wporg-learn-workshop-details li:last-child { 18 border-bottom: 1px solid #E2E4E7; } 19 .wp-block-wporg-learn-workshop-details li > span { 20 text-align: right; 21 flex-basis: 50%; 22 word-break: normal; } 1 .wp-block-wporg-learn-workshop-details{list-style:none;margin:0;padding:0;color:#555d66}.wp-block-wporg-learn-workshop-details li{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid #E2E4E7}.wp-block-wporg-learn-workshop-details li:last-child{border-bottom:1px solid #E2E4E7}.wp-block-wporg-learn-workshop-details li>span{text-align:right;flex-basis:50%;word-break:normal} 23 2 24 25 /*# sourceMappingURL=style-workshop-details.css.map*/ -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/workshop-details.asset.php
r10132 r10146 1 <?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => ' 470b6be3310ceac065c9372814f0583e');1 <?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '9c249dfeaea48f5e3f0aa358af8e8d35'); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/workshop-details.css
r10132 r10146 1 /** 2 * The following styles get applied inside the editor only. 3 * 4 * Replace them with your own styles or remove the file completely. 5 */ 6 .wp-block-wporg-learn-workshop-details { 7 min-height: 150px; 8 padding: 16px; 9 display: flex; 10 flex-direction: column; 11 background: #eee; 12 align-items: center; 13 justify-content: center; 14 font-size: 14px; } 15 .wp-block-wporg-learn-workshop-details p { 16 margin: 4px !important; 17 text-align: center; 18 font-size: 18px !important; 19 line-height: 22px !important; } 20 .wp-block-wporg-learn-workshop-details p:last-child { 21 font-size: 10px !important; } 1 .wp-block-wporg-learn-workshop-details{min-height:150px;padding:16px;display:flex;flex-direction:column;background:#eee;align-items:center;justify-content:center;font-size:14px}.wp-block-wporg-learn-workshop-details p{margin:4px !important;text-align:center;font-size:18px !important;line-height:22px !important}.wp-block-wporg-learn-workshop-details p:last-child{font-size:10px !important} 22 2 23 24 /*# sourceMappingURL=workshop-details.css.map*/ -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/build/workshop-details.js
r10132 r10146 1 (window["webpackJsonp"] = window["webpackJsonp"] || []).push([["style-workshop-details"],{ 2 3 /***/ "./js/workshop-details/src/style.scss": 4 /*!********************************************!*\ 5 !*** ./js/workshop-details/src/style.scss ***! 6 \********************************************/ 7 /*! no static exports found */ 8 /***/ (function(module, exports, __webpack_require__) { 9 10 // extracted by mini-css-extract-plugin 11 12 /***/ }) 13 14 }]); 15 16 /******/ (function(modules) { // webpackBootstrap 17 /******/ // install a JSONP callback for chunk loading 18 /******/ function webpackJsonpCallback(data) { 19 /******/ var chunkIds = data[0]; 20 /******/ var moreModules = data[1]; 21 /******/ var executeModules = data[2]; 22 /******/ 23 /******/ // add "moreModules" to the modules object, 24 /******/ // then flag all "chunkIds" as loaded and fire callback 25 /******/ var moduleId, chunkId, i = 0, resolves = []; 26 /******/ for(;i < chunkIds.length; i++) { 27 /******/ chunkId = chunkIds[i]; 28 /******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) { 29 /******/ resolves.push(installedChunks[chunkId][0]); 30 /******/ } 31 /******/ installedChunks[chunkId] = 0; 32 /******/ } 33 /******/ for(moduleId in moreModules) { 34 /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) { 35 /******/ modules[moduleId] = moreModules[moduleId]; 36 /******/ } 37 /******/ } 38 /******/ if(parentJsonpFunction) parentJsonpFunction(data); 39 /******/ 40 /******/ while(resolves.length) { 41 /******/ resolves.shift()(); 42 /******/ } 43 /******/ 44 /******/ // add entry modules from loaded chunk to deferred list 45 /******/ deferredModules.push.apply(deferredModules, executeModules || []); 46 /******/ 47 /******/ // run deferred modules when all chunks ready 48 /******/ return checkDeferredModules(); 49 /******/ }; 50 /******/ function checkDeferredModules() { 51 /******/ var result; 52 /******/ for(var i = 0; i < deferredModules.length; i++) { 53 /******/ var deferredModule = deferredModules[i]; 54 /******/ var fulfilled = true; 55 /******/ for(var j = 1; j < deferredModule.length; j++) { 56 /******/ var depId = deferredModule[j]; 57 /******/ if(installedChunks[depId] !== 0) fulfilled = false; 58 /******/ } 59 /******/ if(fulfilled) { 60 /******/ deferredModules.splice(i--, 1); 61 /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]); 62 /******/ } 63 /******/ } 64 /******/ 65 /******/ return result; 66 /******/ } 67 /******/ 68 /******/ // The module cache 69 /******/ var installedModules = {}; 70 /******/ 71 /******/ // object to store loaded and loading chunks 72 /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched 73 /******/ // Promise = chunk loading, 0 = chunk loaded 74 /******/ var installedChunks = { 75 /******/ "workshop-details": 0 76 /******/ }; 77 /******/ 78 /******/ var deferredModules = []; 79 /******/ 80 /******/ // The require function 81 /******/ function __webpack_require__(moduleId) { 82 /******/ 83 /******/ // Check if module is in cache 84 /******/ if(installedModules[moduleId]) { 85 /******/ return installedModules[moduleId].exports; 86 /******/ } 87 /******/ // Create a new module (and put it into the cache) 88 /******/ var module = installedModules[moduleId] = { 89 /******/ i: moduleId, 90 /******/ l: false, 91 /******/ exports: {} 92 /******/ }; 93 /******/ 94 /******/ // Execute the module function 95 /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); 96 /******/ 97 /******/ // Flag the module as loaded 98 /******/ module.l = true; 99 /******/ 100 /******/ // Return the exports of the module 101 /******/ return module.exports; 102 /******/ } 103 /******/ 104 /******/ 105 /******/ // expose the modules object (__webpack_modules__) 106 /******/ __webpack_require__.m = modules; 107 /******/ 108 /******/ // expose the module cache 109 /******/ __webpack_require__.c = installedModules; 110 /******/ 111 /******/ // define getter function for harmony exports 112 /******/ __webpack_require__.d = function(exports, name, getter) { 113 /******/ if(!__webpack_require__.o(exports, name)) { 114 /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); 115 /******/ } 116 /******/ }; 117 /******/ 118 /******/ // define __esModule on exports 119 /******/ __webpack_require__.r = function(exports) { 120 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { 121 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); 122 /******/ } 123 /******/ Object.defineProperty(exports, '__esModule', { value: true }); 124 /******/ }; 125 /******/ 126 /******/ // create a fake namespace object 127 /******/ // mode & 1: value is a module id, require it 128 /******/ // mode & 2: merge all properties of value into the ns 129 /******/ // mode & 4: return value when already ns object 130 /******/ // mode & 8|1: behave like require 131 /******/ __webpack_require__.t = function(value, mode) { 132 /******/ if(mode & 1) value = __webpack_require__(value); 133 /******/ if(mode & 8) return value; 134 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; 135 /******/ var ns = Object.create(null); 136 /******/ __webpack_require__.r(ns); 137 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); 138 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); 139 /******/ return ns; 140 /******/ }; 141 /******/ 142 /******/ // getDefaultExport function for compatibility with non-harmony modules 143 /******/ __webpack_require__.n = function(module) { 144 /******/ var getter = module && module.__esModule ? 145 /******/ function getDefault() { return module['default']; } : 146 /******/ function getModuleExports() { return module; }; 147 /******/ __webpack_require__.d(getter, 'a', getter); 148 /******/ return getter; 149 /******/ }; 150 /******/ 151 /******/ // Object.prototype.hasOwnProperty.call 152 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; 153 /******/ 154 /******/ // __webpack_public_path__ 155 /******/ __webpack_require__.p = ""; 156 /******/ 157 /******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || []; 158 /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray); 159 /******/ jsonpArray.push = webpackJsonpCallback; 160 /******/ jsonpArray = jsonpArray.slice(); 161 /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]); 162 /******/ var parentJsonpFunction = oldJsonpFunction; 163 /******/ 164 /******/ 165 /******/ // add entry module to deferred list 166 /******/ deferredModules.push(["./js/workshop-details/src/index.js","style-workshop-details"]); 167 /******/ // run deferred modules when ready 168 /******/ return checkDeferredModules(); 169 /******/ }) 170 /************************************************************************/ 171 /******/ ({ 172 173 /***/ "./js/workshop-details/src/edit.js": 174 /*!*****************************************!*\ 175 !*** ./js/workshop-details/src/edit.js ***! 176 \*****************************************/ 177 /*! exports provided: default */ 178 /***/ (function(module, __webpack_exports__, __webpack_require__) { 179 180 "use strict"; 181 __webpack_require__.r(__webpack_exports__); 182 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return Edit; }); 183 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element"); 184 /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__); 185 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 186 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__); 187 /* harmony import */ var _editor_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./editor.scss */ "./js/workshop-details/src/editor.scss"); 188 /* harmony import */ var _editor_scss__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_editor_scss__WEBPACK_IMPORTED_MODULE_2__); 189 190 191 /** 192 * Retrieves the translation of text. 193 * 194 * @see https://developer.wordpress.org/block-editor/packages/packages-i18n/ 195 */ 196 197 /** 198 * Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files. 199 * Those files can contain any CSS code that gets applied to the editor. 200 * 201 * @see https://www.npmjs.com/package/@wordpress/scripts#using-css 202 */ 203 204 205 /** 206 * The edit function describes the structure of your block in the context of the 207 * editor. This represents what the editor will render when the block is used. 208 * 209 * @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#edit 210 * 211 * @param {Object} [props] Properties passed from the editor. 212 * @param {string} [props.className] Class name generated for the block. 213 * 214 * @return {WPElement} Element to render. 215 */ 216 217 function Edit(_ref) { 218 var className = _ref.className; 219 return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("div", { 220 className: className 221 }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("p", null, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Workshop Details', 'wporg-learn')), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__["createElement"])("p", null, Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('This will be dynamically populated based on custom fields.', 'wporg-learn'))); 222 } 223 224 /***/ }), 225 226 /***/ "./js/workshop-details/src/editor.scss": 227 /*!*********************************************!*\ 228 !*** ./js/workshop-details/src/editor.scss ***! 229 \*********************************************/ 230 /*! no static exports found */ 231 /***/ (function(module, exports, __webpack_require__) { 232 233 // extracted by mini-css-extract-plugin 234 235 /***/ }), 236 237 /***/ "./js/workshop-details/src/index.js": 238 /*!******************************************!*\ 239 !*** ./js/workshop-details/src/index.js ***! 240 \******************************************/ 241 /*! no exports provided */ 242 /***/ (function(module, __webpack_exports__, __webpack_require__) { 243 244 "use strict"; 245 __webpack_require__.r(__webpack_exports__); 246 /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/blocks */ "@wordpress/blocks"); 247 /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__); 248 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); 249 /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__); 250 /* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./style.scss */ "./js/workshop-details/src/style.scss"); 251 /* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_style_scss__WEBPACK_IMPORTED_MODULE_2__); 252 /* harmony import */ var _edit__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./edit */ "./js/workshop-details/src/edit.js"); 253 /** 254 * Registers a new block provided a unique name and an object defining its behavior. 255 * 256 * @see https://developer.wordpress.org/block-editor/developers/block-api/#registering-a-block 257 */ 258 259 /** 260 * Retrieves the translation of text. 261 * 262 * @see https://developer.wordpress.org/block-editor/packages/packages-i18n/ 263 */ 264 265 266 /** 267 * Lets webpack process CSS, SASS or SCSS files referenced in JavaScript files. 268 * All files containing `style` keyword are bundled together. The code used 269 * gets applied both to the front of your site and to the editor. 270 * 271 * @see https://www.npmjs.com/package/@wordpress/scripts#using-css 272 */ 273 274 275 /** 276 * Internal dependencies 277 */ 278 279 280 /** 281 * Every block starts by registering a new block type definition. 282 * 283 * @see https://developer.wordpress.org/block-editor/developers/block-api/#registering-a-block 284 */ 285 286 Object(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__["registerBlockType"])('wporg-learn/workshop-details', { 287 /** 288 * This is the display title for your block, which can be translated with `i18n` functions. 289 * The block inserter will show this name. 290 */ 291 title: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Workshop Details', 'wporg-learn'), 292 293 /** 294 * This is a short description for your block, can be translated with `i18n` functions. 295 * It will be shown in the Block Tab in the Settings Sidebar. 296 */ 297 description: Object(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_1__["__"])('Show details about the workshop, pulled from post meta.', 'wporg-learn'), 298 299 /** 300 * Blocks are grouped into categories to help users browse and discover them. 301 * The categories provided by core are `common`, `embed`, `formatting`, `layout` and `widgets`. 302 */ 303 category: 'widgets', 304 305 /** 306 * An icon property should be specified to make it easier to identify a block. 307 * These can be any of WordPress’ Dashicons, or a custom svg element. 308 */ 309 icon: 'smiley', 310 311 /** 312 * Optional block extended support features. 313 */ 314 supports: { 315 // Removes support for an HTML mode. 316 html: false 317 }, 318 319 /** 320 * @see ./edit.js 321 */ 322 edit: _edit__WEBPACK_IMPORTED_MODULE_3__["default"], 323 324 /** 325 * @see ./save.js 326 */ 327 save: function save() { 328 return null; 329 } 330 }); 331 332 /***/ }), 333 334 /***/ "@wordpress/blocks": 335 /*!*****************************************!*\ 336 !*** external {"this":["wp","blocks"]} ***! 337 \*****************************************/ 338 /*! no static exports found */ 339 /***/ (function(module, exports) { 340 341 (function() { module.exports = this["wp"]["blocks"]; }()); 342 343 /***/ }), 344 345 /***/ "@wordpress/element": 346 /*!******************************************!*\ 347 !*** external {"this":["wp","element"]} ***! 348 \******************************************/ 349 /*! no static exports found */ 350 /***/ (function(module, exports) { 351 352 (function() { module.exports = this["wp"]["element"]; }()); 353 354 /***/ }), 355 356 /***/ "@wordpress/i18n": 357 /*!***************************************!*\ 358 !*** external {"this":["wp","i18n"]} ***! 359 \***************************************/ 360 /*! no static exports found */ 361 /***/ (function(module, exports) { 362 363 (function() { module.exports = this["wp"]["i18n"]; }()); 364 365 /***/ }) 366 367 /******/ }); 368 //# sourceMappingURL=workshop-details.js.map 1 (window.wporgLearnPlugin=window.wporgLearnPlugin||[]).push([[2],{3:function(e,t,n){}}]),function(e){function t(t){for(var r,i,u=t[0],a=t[1],c=t[2],s=0,f=[];s<u.length;s++)i=u[s],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&f.push(o[i][0]),o[i]=0;for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(e[r]=a[r]);for(p&&p(t);f.length;)f.shift()();return l.push.apply(l,c||[]),n()}function n(){for(var e,t=0;t<l.length;t++){for(var n=l[t],r=!0,u=1;u<n.length;u++){var a=n[u];0!==o[a]&&(r=!1)}r&&(l.splice(t--,1),e=i(i.s=n[0]))}return e}var r={},o={3:0},l=[];function i(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,i),n.l=!0,n.exports}i.m=e,i.c=r,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(n,r,function(t){return e[t]}.bind(null,r));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="";var u=window.wporgLearnPlugin=window.wporgLearnPlugin||[],a=u.push.bind(u);u.push=t,u=u.slice();for(var c=0;c<u.length;c++)t(u[c]);var p=a;l.push([7,2]),n()}([function(e,t){!function(){e.exports=this.wp.i18n}()},function(e,t){!function(){e.exports=this.wp.blocks}()},function(e,t){!function(){e.exports=this.wp.element}()},,function(e,t,n){},,,function(e,t,n){"use strict";n.r(t);var r=n(1),o=n(0),l=(n(3),n(2));n(4);Object(r.registerBlockType)("wporg-learn/workshop-details",{title:Object(o.__)("Workshop Details","wporg-learn"),description:Object(o.__)("Show details about the workshop, pulled from post meta.","wporg-learn"),category:"widgets",icon:"smiley",supports:{html:!1},edit:function(e){var t=e.className;return Object(l.createElement)("div",{className:t},Object(l.createElement)("p",null,Object(o.__)("Workshop Details","wporg-learn")),Object(l.createElement)("p",null,Object(o.__)("This will be dynamically populated based on custom fields.","wporg-learn")))},save:function(){return null}})}]); -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/post-meta.php
r10142 r10146 35 35 register_post_meta( 36 36 $post_type, 37 ' facilitator_wporg_username',37 'presenter_wporg_username', 38 38 array( 39 'description' => __( 'The WordPress.org user name of a facilitator for this workshop.', 'wporg_learn' ),39 'description' => __( 'The WordPress.org user name of a presenter for this workshop.', 'wporg_learn' ), 40 40 'type' => 'string', 41 41 'single' => false, … … 115 115 116 116 add_meta_box( 117 'workshop- facilitators',118 __( ' Facilitators', 'wporg_learn' ),119 __NAMESPACE__ . '\render_metabox_workshop_ facilitators',117 'workshop-presenters', 118 __( 'Presenters', 'wporg_learn' ), 119 __NAMESPACE__ . '\render_metabox_workshop_presenters', 120 120 'wporg_workshop', 121 121 'side' … … 136 136 137 137 /** 138 * Render the Facilitators meta box.138 * Render the Presenters meta box. 139 139 * 140 140 * @param WP_Post $post 141 141 */ 142 function render_metabox_workshop_ facilitators( WP_Post $post ) {143 $ facilitators = get_post_meta( $post->ID, 'facilitator_wporg_username' ) ?: array();142 function render_metabox_workshop_presenters( WP_Post $post ) { 143 $presenters = get_post_meta( $post->ID, 'presenter_wporg_username' ) ?: array(); 144 144 145 require dirname( dirname( __FILE__ ) ) . '/views/metabox-workshop- facilitators.php';145 require dirname( dirname( __FILE__ ) ) . '/views/metabox-workshop-presenters.php'; 146 146 } 147 147 … … 163 163 } 164 164 165 $ facilitator_wporg_username = filter_input( INPUT_POST, 'facilitator-wporg-username' );166 $usernames = array_map( 'trim', explode( ',', $ facilitator_wporg_username ) );167 delete_post_meta( $post_id, ' facilitator_wporg_username' );165 $presenter_wporg_username = filter_input( INPUT_POST, 'presenter-wporg-username' ); 166 $usernames = array_map( 'trim', explode( ',', $presenter_wporg_username ) ); 167 delete_post_meta( $post_id, 'presenter_wporg_username' ); 168 168 foreach( $usernames as $username ) { 169 add_post_meta( $post_id, ' facilitator_wporg_username', $username );169 add_post_meta( $post_id, 'presenter_wporg_username', $username ); 170 170 } 171 171 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/package.json
r10132 r10146 7 7 "main": "build/index.js", 8 8 "scripts": { 9 "start": "wp-scripts start workshop-details=./js/workshop-details/src/index.js block-styles=./js/block-styles/index.js",10 "build": "wp-scripts build workshop-details=./js/workshop-details/src/index.js block-styles=./js/block-styles/index.js",9 "start": "wp-scripts start", 10 "build": "wp-scripts build", 11 11 "format:js": "wp-scripts format-js js", 12 12 "lint:css": "wp-scripts lint-style", -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-wporg_workshop.php
r10131 r10146 12 12 <section> 13 13 <div class="row align-middle between section-heading section-heading--with-space"> 14 <h 2 class="section-heading_title"><?php esc_html_e( 'Workshops', 'wporg-learn' ); ?></h2>15 <a class="section-heading_link button button-large" href=" /submit-workshop-idea"><?php esc_html_e( 'Submit Workshop Idea', 'wporg-learn' ); ?></a>14 <h1 class="section-heading_title h2"><?php esc_html_e( 'Workshops', 'wporg-learn' ); ?></h1> 15 <a class="section-heading_link button button-large" href="https://wordcampcentral.survey.fm/learn-wordpress-workshop-application"><?php esc_html_e( 'Submit Workshop Idea', 'wporg-learn' ); ?></a> 16 16 </div> 17 17 <hr> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_components.scss
r10131 r10146 25 25 @import "section-heading"; 26 26 @import "video-grid"; 27 @import "workshop-author";28 27 @import "workshop-page"; 28 @import "workshop-presenter"; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/components/_workshop-page.scss
r10131 r10146 2 2 &_content { 3 3 margin: $gutter-default 0 $gutter-default * 4; 4 } 5 6 &_section { 7 padding: 4rem 0 0; 4 8 } 5 9 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/style.css
r10142 r10146 1 [class*=col-]{margin:inherit}.row{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width:768px){.row{flex-direction:column;flex-wrap:nowrap}}.row.gutters>.row{margin-left:-2%}@media (max-width:768px){.row.gutters>.row{margin-left:0}}.row.gutters>.row>[class*=col-]{margin-left:2%}@media (max-width:768px){.row.gutters>.row>[class*=col-]{margin-left:0}}.row.around{justify-content:space-around}.row.between{justify-content:space-between}.row.auto .col{flex-grow:1}.col-1{width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{width:25%}.offset-3{margin-left:25%}.col-4{width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{width:50%}.offset-6{margin-left:50%}.col-7{width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{width:75%}.offset-9{margin-left:75%}.col-10{width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{width:100%}.offset-12{margin-left:100%}.gutters>.col-1{width:6.33333%}.gutters>.col-1:nth-child(n+13){margin-top:2%}.gutters>.offset-1{margin-left:10.33333%!important}.gutters>.col-2{width:14.66667%}.gutters>.col-2:nth-child(n+7){margin-top:2%}.gutters>.offset-2{margin-left:18.66667%!important}.gutters>.col-3{width:23%}.gutters>.col-3:nth-child(n+5){margin-top:2%}.gutters>.offset-3{margin-left:27%!important}.gutters>.col-4{width:31.33333%}.gutters>.col-4:nth-child(n+4){margin-top:2%}.gutters>.offset-4{margin-left:35.33333%!important}.gutters>.col-5{width:39.66667%}.gutters>.offset-5{margin-left:43.66667%!important}.gutters>.col-6{width:48%}.gutters>.col-6:nth-child(n+3){margin-top:2%}.gutters>.offset-6{margin-left:52%!important}.gutters>.col-7{width:56.33333%}.gutters>.offset-7{margin-left:60.33333%!important}.gutters>.col-8{width:64.66667%}.gutters>.offset-8{margin-left:68.66667%!important}.gutters>.col-9{width:73%}.gutters>.offset-9{margin-left:77%!important}.gutters>.col-10{width:81.33333%}.gutters>.offset-10{margin-left:85.33333%!important}.gutters>.col-11{width:89.66667%}.gutters>.offset-11{margin-left:93.66667%!important}.gutters>.col-12{width:98%}.gutters>.offset-12{margin-left:102%!important}@media (max-width:768px){[class*=" offset-"],[class^=offset-]{margin-left:0}}.first{order:-1}.last{order:1}@media (max-width:768px){.row [class*=col-]{margin-left:0;width:100%}.row.gutters [class*=col-]{margin-bottom:16px}.first-sm{order:-1}.last-sm{order:1}}.gutters .column.push-left,.push-left{margin-right:auto}.gutters .column.push-right,.push-right{margin-left:auto}.gutters .column.push-center,.push-center{margin-left:auto;margin-right:auto}.gutters .column.push-middle,.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}@media (max-width:768px){.gutters .column.push-left-sm,.push-left-sm{margin-left:0}.gutters .column.push-center-sm,.push-center-sm{margin-left:auto;margin-right:auto}.push-top-sm{margin-top:0}}.align-middle{align-items:center}.align-right{justify-content:flex-end}.align-center{justify-content:center}@media (max-width:768px){.align-left-sm{justify-content:flex-start}}.float-right{float:right}.float-left{float:left}@media (max-width:768px){.float-left,.float-right{float:none}}.fixed{position:fixed;top:0;left:0;z-index:100;width:100%}p{margin:1rem 0}blockquote{margin:0 1.5rem}address{margin:0 0 1.5rem}pre{margin-bottom:1.6rem;padding:1.6rem}code,kbd,pre,tt,var{font-size:15px;font-size:.9375rem}blockquote{padding-left:.8rem}figure{margin:0}hr{margin:5rem auto}h1,h2,h3,h4,h5,h6{font-family:Open Sans,sans-serif;clear:both;line-height:1.5;margin:2rem 0 1rem}.h1,h1{font-size:39.062px;font-size:2.44140625rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:31.25px;font-size:1.953125rem}.h3,h3{font-size:25px;font-size:1.5625rem;font-weight:400}.h4,h4{font-size:20px;font-size:1.25rem;color:#32373c;font-weight:600;padding:0}.h5,h5{font-size:16px;font-size:1rem;letter-spacing:.16px;letter-spacing:.01rem}.h5,.h6,h5,h6{font-weight:600;text-transform:uppercase}.h6,h6{font-size:12.8px;font-size:.8rem;letter-spacing:.8px}a{text-decoration:none}li>a,p a{text-decoration:underline}li>a:hover,p a:hover{color:#d54e21}ol,ul{margin:0 0 1.5em 1.5em;padding:0}ul{list-style:square}ol.unmarked-list,ul.unmarked-list{list-style:none;padding-left:0}table{border:1px solid #eee;font-size:12.8px;font-size:.8rem;margin:0 0 1rem}table thead{background:#32373c;color:#fff}table td,table th{border:1px solid #eee;font-weight:400;margin:0;padding:.4rem;text-align:left;vertical-align:top}table tbody tr:nth-child(2n){background:#f7f7f7}@media screen and (min-width:737px){html{font-size:1.125rem}}.custom-select{display:inline-block;box-sizing:border-box;padding:.5rem 2rem .5rem .8rem;width:auto;font-size:1em;line-height:1.3;border:1px solid #6c7782;box-shadow:none;border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg width="14" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z" fill="%23555D66"/%3E%3C/svg%3E%0A');background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.65em auto}.custom-select::-ms-expand{display:none}.custom-select:focus{box-shadow:0 0 1px 3px rgba(59,153,252,.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.custom-select option{font-weight:400}.site-content[tabindex="-1"]:focus{outline:0}.no-js .hide-if-no-js{display:none}@media screen and (max-width:480px){.alignleft,.alignright{display:block;float:none;margin-left:auto;margin-right:auto}}.button,.button-primary,.button-secondary,.plugin-upload-form .button-primary{border:1px solid;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12.8px;font-size:.8rem;height:25px;height:1.5625rem;line-height:1;margin:0;padding:0 .8rem;text-decoration:none;white-space:nowrap;-webkit-appearance:none}.button-group.button-xl .button,.button.button-xl{font-size:16px;font-size:1rem;height:39.062px;height:2.44140625rem;line-height:1;padding:0 1.5rem}.button-group.button-large .button,.button.button-large{height:31.25px;height:1.953125rem;line-height:1;padding:0 1rem}.button-group.button-small .button,.button.button-small{font-size:10.24px;font-size:.64rem;height:20px;height:1.25rem;line-height:1;padding:0 .5rem}a.button,a.button-primary,a.button-secondary{line-height:25px;line-height:1.5625rem}.button-group.button-large a.button,a.button.button-large{line-height:31.25px;line-height:1.953125rem}.button-group.button-xl a.button,a.button.button-xl{line-height:39.062px;line-height:2.44140625rem}.button-group.button-small a.button,a.button.button-small{line-height:20px;line-height:1.25rem}.button:active,.button:focus{outline:none}.button.hidden{display:none}.button,.button-secondary,.button:visited{background:#f7f7f7;border-color:#ccc;box-shadow:0 1px 0 #ccc;color:#555;vertical-align:top}p .button{vertical-align:baseline}.button-secondary:focus,.button-secondary:hover,.button.focus,.button.hover,.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}.button-link:focus,.button-secondary:focus,.button.focus,.button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.button-secondary:active,.button.active,.button.active:hover,.button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.button.active:focus{border-color:#5b9dd9;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 3px rgba(0,115,170,.8)}.button-disabled,.button-secondary.disabled,.button-secondary:disabled,.button-secondary[disabled],.button.disabled,.button:disabled,.button[disabled]{background:#f7f7f7!important;border-color:#ddd!important;box-shadow:none!important;color:#a0a5aa!important;cursor:default;text-shadow:0 1px 0 #fff!important;transform:none!important}.button-link,input[type=submit].button-link{background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer;margin:0;outline:none;padding:0}.button-primary,.download-button,.plugin-upload-form .button-primary{text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.button-primary,.button-primary:visited,.download-button,.download-button:visited,.plugin-upload-form .button-primary,.plugin-upload-form .button-primary:visited{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover,.download-button.focus,.download-button.hover,.download-button:focus,.download-button:hover,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary.hover,.plugin-upload-form .button-primary:focus,.plugin-upload-form .button-primary:hover{background:#008ec2;border-color:#006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary:focus,.download-button.focus,.download-button:focus,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active,.download-button.active,.download-button.active:focus,.download-button.active:hover,.download-button:active,.plugin-upload-form .button-primary.active,.plugin-upload-form .button-primary.active:focus,.plugin-upload-form .button-primary.active:hover,.plugin-upload-form .button-primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.button-primary.disabled,.button-primary:disabled,.button-primary[disabled],.download-button.disabled,.download-button:disabled,.download-button[disabled],.plugin-upload-form .button-primary.disabled,.plugin-upload-form .button-primary:disabled,.plugin-upload-form .button-primary[disabled]{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-primary.button.button-hero,.download-button.button.button-hero,.plugin-upload-form .button-primary.button.button-hero{box-shadow:0 2px 0 #006799}.button-primary.button.button-hero.active,.button-primary.button.button-hero.active:focus,.button-primary.button.button-hero.active:hover,.button-primary.button.button-hero:active,.download-button.button.button-hero.active,.download-button.button.button-hero.active:focus,.download-button.button.button-hero.active:hover,.download-button.button.button-hero:active,.plugin-upload-form .button-primary.button.button-hero.active,.plugin-upload-form .button-primary.button.button-hero.active:focus,.plugin-upload-form .button-primary.button.button-hero.active:hover,.plugin-upload-form .button-primary.button.button-hero:active{box-shadow:inset 0 3px 0 #006799}.button-group>.button{border-radius:0;display:inline-block;margin-right:-1px;z-index:10}.button-group>.button-primary{z-index:100}.button-group>.button:hover{z-index:20}.button-group>.button:first-child{border-radius:3px 0 0 3px}.button-group>.button:last-child{border-radius:0 3px 3px 0}.button-group>.button:focus{position:relative;z-index:1}@media screen and (max-width:737px){.button,.button.button-large,.button.button-small,.plugin-upload-form .button-primary{font-size:14px;height:auto;line-height:normal;margin-bottom:4px;padding:6px 14px;vertical-align:middle}}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.home-below:after,.home-below:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.home-below:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{outline:none}input[type=number]{height:28px}input[type=checkbox],input[type=radio]{height:16px;outline:0;width:16px;-webkit-appearance:none}input[type=checkbox]:checked:before,input[type=radio]:checked:before{font:normal 21px/1 dashicons}input[type=checkbox]:checked:before{margin:-3px 0 0 -4px}input[type=radio]:checked+label:before{color:#82878c}input[type=radio]:checked:before{height:6px;margin:4px;width:6px}input[type=reset]:active,input[type=reset]:hover{color:#00a0d2}input[type=search]{-webkit-appearance:textfield}input,select,textarea{font-size:14px}textarea.code{line-height:1.4;padding:4px 6px 1px}label{vertical-align:middle}input,select{margin:1px;padding:3px 5px}input.code{padding-top:6px}.wp-core-ui :-moz-placeholder,:-moz-placeholder{color:#a9a9a9}input.large-text,textarea.large-text{width:99%}input.regular-text{width:25em}input.small-text{padding:1px 6px;width:50px}input[type=number].small-text{width:65px}input.tiny-text{width:35px}input[type=number].tiny-text{width:45px}@media screen and (max-width:782px){textarea{-webkit-appearance:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;padding:6px 10px}input[type=number]{height:40px}input.code{padding-bottom:5px;padding-top:10px}input[type=checkbox]{-webkit-appearance:none;padding:10px}input[type=checkbox]:checked:before{font:normal 30px/1 dashicons;margin:-3px -5px}input[type=checkbox],input[type=radio]{height:25px;width:25px}input[type=radio]:checked:before{vertical-align:middle;width:9px;height:9px;margin:7px;line-height:16px}input,textarea{font-size:16px}input[type=number].small-text,input[type=password].small-text,input[type=search].small-text,input[type=text].small-text{width:auto;max-width:55px;display:inline;padding:3px 6px;margin:0 3px}input.regular-text{width:100%}label{font-size:14px}fieldset label{display:block}}a.button:active,a.button:focus,a.button:hover{text-decoration:none}.error-404 .page-content .logo-swing{height:160px;height:10rem;margin:6rem auto;position:relative;text-align:center;width:160px;width:10rem}.error-404 .page-content .logo-swing .wp-logo{left:0;max-width:none;position:absolute;top:0;width:160px;width:10rem}@keyframes hinge{10%{width:180px;height:180px;transform:rotate(0deg)}15%{width:185px;height:185px;transform:rotate(0deg)}20%{width:180px;height:180px;transform:rotate(5deg)}40%{transform-origin:top left;animation-timing-function:ease-in-out}60%{transform:rotate(40deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}.comments-area{margin-top:5em}.comments-area>:last-child{margin-bottom:0}.comments-area .comment-list+.comment-respond{border-top:1px solid #eaeaea}.comments-area .comment-list+.comment-respond,.comments-area .comment-navigation+.comment-respond{padding-top:1.6em}.comments-area .comments-title{margin-bottom:1.3333em}.comments-area .comment-list{list-style:none;margin:0}.comments-area .comment-list .pingback,.comments-area .comment-list .trackback,.comments-area .comment-list article{border-top:1px solid #eaeaea;padding:1.6em 0}.comments-area .comment-list article:not(:only-child){padding-bottom:0}.comments-area .comment-list article+.comment-respond{padding-bottom:1.6em}.comments-area .comment-list .children{list-style:none;margin:0}.comments-area .comment-list .children>li{padding-left:.8em}.comments-area .comment-list .alt{background:none}.comments-area .comment-author{color:#999;margin-bottom:.4em}.comments-area .comment-author .avatar{float:left;height:24px;margin-right:.8em;width:24px}.comments-area .comment-metadata,.comments-area .pingback .edit-link{color:#999;line-height:1.5}.comments-area .comment-metadata a,.comments-area .pingback .edit-link a{color:#777}.comments-area .comment-metadata{font-size:12.8px;font-size:.8rem;margin-bottom:1.6em}.comments-area .comment-metadata .edit-link,.comments-area .pingback .edit-link{margin-left:1em}.comments-area .pingback .edit-link:before{top:5px}.comments-area .comment-content ol,.comments-area .comment-content ul{margin:0 0 1.6em 1.3333em}.comments-area .comment-content>:last-child,.comments-area .comment-content li>ol,.comments-area .comment-content li>ul{margin-bottom:0}.comments-area .comment-content .reply{font-size:12px}.comments-area .comment-content .reply a{border:1px solid #eaeaea;color:#707070;display:inline-block;font-weight:700;line-height:1;margin-top:2em;padding:.4167em .8333em;text-transform:uppercase}.comments-area .comment-content .reply a:focus,.comments-area .comment-content .reply a:hover{border-color:#333;color:#333;outline:0}.comments-area .comment-reply-title a{font-weight:inherit}.comments-area .comment-form label{font-size:12.8px;font-size:.8rem;font-weight:700;display:block;letter-spacing:.04em;line-height:1.5}.comments-area .comment-form input[type=email],.comments-area .comment-form input[type=text],.comments-area .comment-form input[type=url],.comments-area .comment-form textarea{width:100%}.comments-area .comment-awaiting-moderation,.comments-area .comment-notes,.comments-area .form-allowed-tags,.comments-area .logged-in-as{font-size:16px;font-size:1rem;line-height:1.5;margin-bottom:2em}.comments-area .no-comments{border-top:1px solid #eaeaea;color:#999;font-weight:700;padding-top:1.6em}.comments-area .comment-navigation+.no-comments{border-top:0}.comments-area .form-allowed-tags code{font-family:Inconsolata,monospace}.comments-area .form-submit{margin-bottom:0}.comments-area .required{color:#c0392b}.entry-content{hyphens:auto;word-wrap:break-word}.entry-content>p:first-child{margin-top:0}.entry-content [class*=col-]~h1,.entry-content [class*=col-]~h2,.entry-content [class*=col-]~h3,.entry-content [class*=col-]~h4,.entry-content [class*=col-]~h5,.entry-content [class*=col-]~h6{clear:none}.entry-header{position:relative}.entry-header .sticky-post{font-style:italic;position:absolute;top:-12.8px;top:-.8rem}.entry-header .sticky-post,.entry-meta{color:#999;font-size:12.8px;font-size:.8rem}.entry-meta{margin-bottom:1rem}.entry-meta a{color:#777}.entry-meta>span{margin-right:1rem}.entry-meta>span :last-of-type{margin:0}.entry-meta .byline,.entry-meta .updated:not(.published),.sticky .entry-meta .posted-on{display:none}.group-blog .entry-meta .byline,.single .entry-meta .byline{display:inline}.entry-summary{hyphens:auto;word-wrap:break-word}body:not(.single):not(.search) .site-main .post{margin-bottom:3.0517578125rem;max-width:40em}.gallery{margin-bottom:1.5rem}.gallery .gallery-item{display:inline-block;margin:0;text-align:center;vertical-align:top;width:100%}.gallery.gallery-columns-2 .gallery-item{max-width:50%}.gallery.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery.gallery-columns-4 .gallery-item{max-width:25%}.gallery.gallery-columns-5 .gallery-item{max-width:20%}.gallery.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery .gallery-caption{display:block}@media screen and (min-width:737px){.main-navigation a.active{border-bottom:1px solid}}.main-navigation.toggled{z-index:1}.menu-toggle{background:transparent;border:none;color:#fff;font-size:25px;font-size:1.5625rem;height:56px;height:3.5rem;overflow:hidden;position:absolute;right:16px;right:1rem;top:-58px;width:56px;width:3.5rem;-webkit-appearance:none}.toggled .menu-toggle:before{content:"\f343"}@media screen and (min-width:737px){.menu-toggle{display:none}.main-navigation{float:right;position:static;width:auto}.main-navigation.toggled{padding:1px 0}.main-navigation ul{display:inline-block;font-size:0}.main-navigation ul li{border:0;display:inline-block;font-size:1rem;margin-right:1rem;padding:0}.main-navigation ul li:last-of-type{margin-right:0}}body.page .gutters .col-12{width:100%}body.page .entry-header{background:#0073aa;padding:1rem 0}body.page .entry-header .entry-title{color:#fff;font-size:25px;font-size:1.5625rem;font-weight:300;line-height:1;margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){body.page .entry-header .entry-title{padding:0 10px}}body.page .entry-header.home{padding:1.5625rem 1.143rem;text-align:center}@media screen and (min-width:737px){body.page .site-header+.site-main .entry-title{padding:initial}}body.page .entry-content,body.page .entry-footer{margin:0 auto;max-width:960px;padding:3.0517578125rem 1.5625rem}.post-navigation{margin:5em auto;padding:0}.post-navigation a{border-bottom:1px solid #eaeaea;color:#444;display:block;font-weight:600;padding:11px 0 12px;text-transform:none;width:100%}.post-navigation a:hover{color:#21759b}.post-navigation .nav-links{border-top:1px solid #eaeaea;hyphens:auto;word-wrap:break-word}.post-navigation .meta-nav{color:#777;display:block;font-size:13px;line-height:2;text-transform:uppercase}.post-navigation .nav-next{text-align:right}.pagination .nav-links{text-align:center}.pagination .nav-links .page-numbers{background-color:#f9f9f9;cursor:hand;display:inline-block;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.dots,.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{background:none;font-size:.9em;width:auto}.pagination .nav-links .page-numbers.dots{cursor:inherit}@media screen and (max-width:737px){.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{font-size:0;min-width:0;padding:0}.pagination .nav-links .page-numbers.next:after,.pagination .nav-links .page-numbers.prev:before{background-color:#f9f9f9;display:inline-block;font-size:1rem;line-height:1.5;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.prev:before{content:"\2039"}.pagination .nav-links .page-numbers.next:after{content:"\203A"}}.pagination .nav-links span.page-numbers{background-color:#f7f7f7;font-weight:700}.search-form .search-field{line-height:normal;margin:0;padding:4px 5px;vertical-align:text-bottom}body.search .gutters .col-12{width:100%}body.search .site-main{margin:0 auto;max-width:960px;padding:0 1.5625rem 3.0517578125rem}.site-content{margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){.site-content{padding:0 10px 3.0517578125rem}}@media screen and (max-width:737px){.site-content .site-main{float:none;margin:0;width:auto}}.home .site-content,.page .site-content,.site-content.page{margin:auto;max-width:none;padding:0}.site-content .page-title{font-size:20px;font-size:1.25rem;font-weight:400}.site-content .no-results{margin:0 auto 3.0517578125rem;max-width:40em;padding:0 2rem}@media screen and (min-width:737px){.site-header .site-branding{padding:0 10px}}.widget-area{font-size:12.8px;font-size:.8rem}@media screen and (min-width:480px) and (max-width:768px){.widget-area{display:flex}.widget-area .widget{width:48%}}#wporg-footer{background-color:#f7f7f7;border-top:1px solid #dfdfdf;padding:22px 14px 65px}#wporg-footer,#wporg-footer .wrapper{clear:both;margin:0 auto;overflow:auto}#wporg-footer .wrapper{max-width:930px}#wporg-footer ul{float:left;margin-bottom:20px;margin-left:24px;overflow:auto;padding-left:0;width:135px}@media screen and (min-width:960px){#wporg-footer ul:first-child{margin-left:0}}#wporg-footer ul li{color:#bbb;font-size:14px;list-style-type:none;margin-bottom:1px}#wporg-footer ul li a{text-decoration:none;text-decoration-skip-ink:none}#wporg-footer ul li a:hover{color:#0073aa;text-decoration:underline}#wporg-footer .cip{clear:both;color:#ccc;float:none;font-size:12.8px;font-size:.8rem;letter-spacing:.3em;margin:35px auto 0;text-align:center;text-transform:uppercase}#wporg-footer .cip.cip-image{background:url(//s.w.org/style/images/codeispoetry.png?1=) 50% no-repeat;background-size:190px 15px;height:15px;text-indent:-9999px;width:190px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#wporg-footer .cip.cip-image{background-image:url(//s.w.org/style/images/codeispoetry-2x.png?1=)}}@media screen and (min-width:561px) and (max-width:959px){#wporg-footer .wrapper{max-width:600px}#wporg-footer ul{margin-left:2%;width:32%}#wporg-footer ul:nth-child(3n+1){margin-left:0}#wporg-footer ul:nth-child(4n){clear:both}}@media screen and (max-width:560px){#wporg-footer .wrapper{max-width:360px}#wporg-footer ul{margin-left:4%;width:48%}#wporg-footer ul:nth-child(odd){margin-left:0;clear:both}}#wporg-header h2.rosetta{margin:0 0 0 60px}#wporg-header #wporg-header-menu{top:100%}#wporg-header #wporg-header-menu.toggled{left:0}@media screen and (max-width:767px){#wporg-header ul li#download,#wporg-header ul li.download{display:block;float:none;margin:10px 20px 20px;padding-bottom:0;height:auto}#wporg-header ul li#download a,#wporg-header ul li.download a{padding:4px 10px;text-align:center}}#wporg-header ul li .nav-submenu{clip:rect(1px,1px,1px,1px);height:1px;left:-2px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;z-index:99999}#wporg-header ul li .nav-submenu li a{display:inline-block;height:24px;line-height:24px;margin:0;white-space:nowrap}#wporg-header #head-search form .button{background:#191e23 url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831) no-repeat 2px 5px;border:none;border-radius:0;box-shadow:none;float:left;height:30px;margin:0;padding:0;text-shadow:none!important;width:26px}@media screen and (min-width:768px){#wporg-header{height:120px;text-align:inherit}#wporg-header h1{float:left;padding-left:10px}#wporg-header h2.rosetta{float:left;margin-left:0;padding:36px 27px 0}#wporg-header #headline h2{text-rendering:optimizeLegibility}#wporg-header #wporg-header-menu{float:left;height:46px;list-style:none;margin:-15px 0 0;max-width:inherit;min-width:0;padding:0;position:static;width:100%}#wporg-header ul li{float:left;position:relative}#wporg-header ul li a{height:46px;padding:0 6px}#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-8px auto 0;width:0}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;margin:-8px 0 0 -9px;position:absolute;width:0}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-10px auto 0;width:0}#wporg-header ul li .nav-submenu{background:#32373c;border:1px solid #32373c;border-top:0;margin-top:-1px;min-width:0}#wporg-header ul li .nav-submenu li{float:none}#wporg-header ul li .nav-submenu li a{height:34px;line-height:34px}#wporg-header .nav-menu .focus>ul,#wporg-header .nav-menu ul li:hover>ul,#wporg-header ul.nav-menu .focus>ul,#wporg-header ul.nav-menu li:hover>ul{clip:inherit;height:inherit;overflow:inherit;width:inherit}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom-color:#0073aa}}.page-download #wporg-header #download,.page-parent-download #wporg-header #download{display:none}#mobile-menu-button:before{font:normal 50px/1 Dashicons}.content-icon>span{font-size:64px;width:auto;height:auto}.featured-workshop{margin:32px 0 0}.featured-workshop_video{height:400px;width:100%;background:#eee;overflow:hidden}.featured-workshop_video>img{width:100%;display:block}.featured-workshop_title{display:block;margin-bottom:8px;font-weight:700;text-decoration:underline;font-size:20px}.featured-workshop_content{margin-top:16px}.featured-workshop_content_author{padding-top:16px}@media screen and (min-width:768px){.featured-workshop_content_author{padding-top:0;padding-left:32px}}.section-heading_link,.section-heading_title{margin-bottom:0}.section-heading_title{font-weight:300}.section-heading_link{text-decoration:underline;font-weight:700}.section-heading--with-space{padding-bottom:16px}.video-grid{margin:0 -8px;list-style:none}.video-grid_item{display:flex;flex-direction:column;justify-content:space-between;padding:32px 8px 0;margin:0}.video-grid_item_link{display:block;margin-top:8px;font-weight:700}.video-grid_item--no-image{height:100%;background:#eee}.workshop- author{display:flex;align-items:center}.workshop-author>div:first-child{min-width:56px}.workshop-author_profile{display:flex;margin-right:24px;height:56px;border-radius:32px}.workshop-author_name{color:#555d66}.workshop-author_handle{text-decoration:underline}.workshop-page_content{margin:16px 0 64px}.workshop-page_video figure{margin:32px 0}.workshop-page_video iframe{width:100%}@media screen and (min-width:768px){.workshop-page_video iframe{height:528px}}.workshop-page_sidebar{padding-top:32px}@media screen and (min-width:768px){.workshop-page_sidebar{padding-top:0;padding-left:16px}}.workshop-page_list{margin-top:48px;color:#555d66}.workshop-page_list h2{font-size:24px}.workshop-page_list ol{margin:0 0 0 16px;padding:0}.workshop-page_list li{margin-top:8px}.has-wporg-blue-color{color:#1e8cbe}.has-wporg-blue-background-color{background-color:#1e8cbe}.has-wporg-purple-color{color:#826eb4}.has-wporg-purple-background-color{background-color:#826eb4}.has-wporg-white-color{color:#fff}.has-wporg-white-background-color{background-color:#fff}.terms{font-style:italic}.github-markdown,.terms{font-size:14px}.github-markdown a.anchor{display:block;padding-left:30px;margin-left:-30px;cursor:pointer;position:absolute;top:0;left:0;bottom:0}h1:first-child,h1:first-child+h2,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0;padding-top:0}.github-markdown h1:hover a.anchor,.github-markdown h2:hover a.anchor,.github-markdown h3:hover a.anchor,.github-markdown h4:hover a.anchor,.github-markdown h5:hover a.anchor,.github-markdown h6:hover a.anchor{text-decoration:none}.github-markdown h1 code,.github-markdown h1 tt,.github-markdown h2 code,.github-markdown h2 tt,.github-markdown h3 code,.github-markdown h3 tt,.github-markdown h4 code,.github-markdown h4 tt,.github-markdown h5 code,.github-markdown h5 tt,.github-markdown h6 code,.github-markdown h6 tt{font-size:inherit}.github-markdown h1{font-size:28px;font-weight:400}.github-markdown h2{border-bottom:1px solid #ccc;font-size:20px;font-weight:400;padding-bottom:5px}.github-markdown h3{font-size:18px}.github-markdown h4{font-size:16px}.github-markdown h5{font-size:14px}.github-markdown h6{color:#777;font-size:14px}.github-markdown blockquote,.github-markdown dl,.github-markdown li,.github-markdown ol,.github-markdown p,.github-markdown pre,.github-markdown table,.github-markdown ul{margin:10px 0}.github-markdown hr{border:0;color:#ccc;height:4px;padding:0}.github-markdown a:first-child h1,.github-markdown a:first-child h2,.github-markdown a:first-child h3,.github-markdown a:first-child h4,.github-markdown a:first-child h5,.github-markdown a:first-child h6,.github-markdown body>h1:first-child,.github-markdown body>h1:first-child+h2,.github-markdown body>h2:first-child,.github-markdown body>h3:first-child,.github-markdown body>h4:first-child,.github-markdown body>h5:first-child,.github-markdown body>h6:first-child{margin-top:0;padding-top:0}h1 p,h2 p,h3 p,h4 p,h5 p,h6 p{margin-top:0}.github-markdown li p.first{display:inline-block}.github-markdown ol,.github-markdown ul{padding-left:30px}.github-markdown ol :first-child,.github-markdown ul :first-child{margin-top:0}.github-markdown ol :last-child,.github-markdown ul :last-child{margin-bottom:0}.github-markdown dl{padding:0}.github-markdown dl dt{font-size:14px;font-weight:700;font-style:italic;padding:0;margin:15px 0 5px}.github-markdown dl dt:first-child{padding:0}.github-markdown dl dt>:first-child{margin-top:0}.github-markdown dl dt>:last-child{margin-bottom:0}.github-markdown dl dd{margin:0 0 15px;padding:0 15px}.github-markdown dl dd>:first-child{margin-top:0}dl dd>:last-child{margin-bottom:0}blockquote{border-left:4px solid #ddd;padding:0 15px;color:#777}blockquote>:first-child{margin-top:0}blockquote>:last-child{margin-bottom:0}table,table tr{padding:0}table tr{border-top:1px solid #ccc;background-color:#fff;margin:0}table tr:nth-child(2n){background-color:#f8f8f8}table tr th{font-weight:700}table tr td,table tr th{border:1px solid #ccc;text-align:left;margin:0;padding:6px 13px}table tr td :first-child,table tr th :first-child{margin-top:0}table tr td :last-child,table tr th :last-child{margin-bottom:0}span.frame,span.frame>span{display:block;overflow:hidden}span.frame>span{border:1px solid #ddd;float:left;margin:13px 0 0;padding:7px;width:auto}span.frame span img{display:block;float:left}span.frame span span{clear:both;color:#333;display:block;padding:5px 0 0}span.align-center{display:block;overflow:hidden;clear:both}span.align-center>span{display:block;overflow:hidden;margin:13px auto 0;text-align:center}span.align-center span img{margin:0 auto;text-align:center}span.align-right{display:block;overflow:hidden;clear:both}span.align-right>span{display:block;overflow:hidden;margin:13px 0 0;text-align:right}span.align-right span img{margin:0;text-align:right}span.float-left{display:block;margin-right:13px;overflow:hidden;float:left}span.float-left span{margin:13px 0 0}span.float-right{display:block;margin-left:13px;overflow:hidden;float:right}span.float-right>span{display:block;overflow:hidden;margin:13px auto 0;text-align:right}code,tt{margin:0 2px;padding:0 5px;white-space:nowrap;border:1px solid #eaeaea;background-color:#f8f8f8;border-radius:3px}pre code{margin:0;padding:0;white-space:pre;border:none;background:transparent}.highlight pre{overflow:auto}.highlight pre,pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;padding:6px 10px;border-radius:3px}pre code,pre tt{background-color:transparent;border:none}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:transparent}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{box-sizing:content-box;height:0}p{word-wrap:break-word}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,html{background:#fff}body{text-align:left}body:not(.trac):not(.home-page) #main{margin-top:2rem}#headline{background:#f7f7f7;border-bottom:1px solid #dfdfdf}a:hover{text-decoration:none}#accessibility,.hidden{height:0;width:0;overflow:hidden;position:absolute;background:none;left:-999em}.screen-reader-text{position:absolute;margin:-1px;padding:0;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}.wrapper:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}@media only screen and (min-width:960px){.col-6 #bbpress-forums{margin-left:0}}#bbpress-forums #topic-tag h1{clear:both;font-size:25px;font-size:1.5625rem;line-height:1.5;padding-bottom:0}#bbpress-forums li.bbp-forum-info{width:60%}#bbpress-forums li.bbp-forum-reply-count,#bbpress-forums li.bbp-forum-topic-count{width:20%}#pagebody ul.forum-feeds,#pagebody ul.forum-info,#pagebody ul.topic-admin-links,#pagebody ul.topic-info,#pagebody ul.topic-tags,#pagebody ul.topic-views{margin-left:0}#pagebody ul a.feed{background:none;padding-left:0}ul#views{margin:2px 0 20px;font-size:12px}#views li{list-style:none;display:inline}.bbp-reply-header .bbp-meta .bbp-reply-permalink,.bbp-topic-header .bbp-meta .bbp-topic-permalink{float:none;margin-left:0;color:#0073aa}div.sidebar #bbpress-forums{margin-bottom:0}#bbpress-forums .bbp-author-role{margin:-20px 12px 10px;border:1px solid #ddd;background-color:#eee}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-topics{border:none}#bbp-your-profile fieldset input,#bbp-your-profile fieldset textarea{padding:7px}#bbp-your-profile fieldset span.description{padding:5px 15px}#bbpress-forums #bbp-your-profile fieldset label{white-space:nowrap}#bbpress-forums li.bbp-footer{display:none}#bbpress-forums ul.bbp-lead-topic li.bbp-footer{display:block}#bbpress-forums .bbp-pagination{color:#888;float:none}#bbpress-forums .bbp-pagination-count{float:none}#bbpress-forums .bbp-pagination-links{float:right}#bbpress-forums .bbp-pagination-count,#bbpress-forums .bbp-pagination-links{display:inline-block;margin-bottom:10px}#bbpress-forums fieldset.bbp-form button{padding:10px;font-size:15px;cursor:pointer}#bbpress-forums fieldset.bbp-form{padding:10px 0 0;border-width:0 0 1px}body.page #bbpress-forums .bbp-topic-form fieldset{padding-top:0}body.page .bbp-topic-form legend,body.topic .bbp-reply-form legend{display:none}body.forum #bbpress-forums .bbp-topic-form{border-top:1px solid #eee}body.reply-edit #bbpress-forums fieldset.bbp-form,body.topic-edit #bbpress-forums fieldset.bbp-form{border-top:none;padding:0}#bbpress-forums .bbp-reply-form fieldset,#bbpress-forums .bbp-topic-form fieldset{border-width:0;padding-top:0}#bbpress-forums div.reply,body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{width:auto}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:12px 12px 12px 10px}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{background-color:#f0f0f0;max-height:40em}body.reply-edit #bbpress-forums fieldset legend,body.topic-edit #bbpress-forums fieldset legend{display:none}#bbpress-forums fieldset fieldset legend{display:block}#bbpress-forums .bbp-reply-form input,#bbpress-forums .bbp-reply-form select,#bbpress-forums .bbp-reply-form textarea,#bbpress-forums .bbp-topic-form input,#bbpress-forums .bbp-topic-form select,#bbpress-forums .bbp-topic-form textarea{padding:6px 8px}#bbpress-forums fieldset{margin-top:0;padding:20px 0 0}#bbpress-forums fieldset.bbp-form legend{font-weight:700;font-size:15px;color:#333;padding:10px 0}.sidebar .bbp-breadcrumb,.sidebar .bbp-forums-list{display:none}.sidebar .bbp-forums .bbp-forum-info{width:80%}.sidebar .bbp-forums .bbp-forum-topic-count{width:20%}.sidebar .forum-info,.sidebar .topic-info{font-size:12px}#bbp-search-form{right:0;margin-top:-40px;position:absolute}#bbp_search,.sidebar #rs,.sidebar #ts{width:140px;margin-top:-1px;margin-right:8px;margin-bottom:20px;padding:3px}.sidebar div ul{margin:0 0 24px}.sidebar div li{list-style:none}.sidebar .forum-info li:before,.sidebar .topic-info li:before,.sidebar div ul li a:before{font:400 16px/1 dashicons;padding-top:3px;color:#000}.sidebar a.feed:before{content:"\f303"}.sidebar a.bbp-view-title:before{content:"\f109"}.sidebar .forum-info li.topic-count:before{content:"\f450"}.sidebar .topic-info li.topic-forum:before{content:"\f449"}.sidebar .topic-info li.voice-count:before{content:"\f307"}.sidebar .forum-info li.reply-count:before,.sidebar .topic-info li.reply-count:before{content:"\f451"}.sidebar .forum-info li.forum-freshness-author:before,.sidebar .topic-info li.topic-freshness-author:before{content:"\f338"}.sidebar .forum-info li.forum-freshness-time:before,.sidebar .topic-info li.topic-freshness-time:before{content:"\f469"}.sidebar .forum-info li.forum-subscribe:before,.sidebar .topic-info li.topic-subscribe:before{content:"\f147"}.sidebar .topic-info li.topic-favorite:before{content:"\f155"}#bbpress-forums li.bbp-body{border-bottom:1px solid #eee}#bbpress-forums li.bbp-body div.bbp-reply-content ul,#bbpress-forums li.bbp-body div.bbp-topic-content ul{margin-bottom:10px}#bbpress-forums li.bbp-body div.bbp-reply-content ul:hover,#bbpress-forums li.bbp-body div.bbp-topic-content ul:hover{background-color:inherit}#bbpress-forums li.bbp-body div.bbp-reply-content ul li,#bbpress-forums li.bbp-body div.bbp-topic-content ul li{list-style:square}#bbpress-forums li.bbp-body div.bbp-reply-content li,#bbpress-forums li.bbp-body div.bbp-topic-content li{margin-left:10px}#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:before{font:400 16px/1 dashicons;content:"\f450";margin-right:5px;float:left;padding-top:3px;color:#bb0}#bbpress-forums ul.sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink:before,#bbpress-forums ul.super-sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink:before{color:#bbb}#bbpress-forums li.bbp-body ul li.bbp-topic-title a.page-numbers{padding:1px 5px}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#aaa}#bbpress-forums p.bbp-topic-meta{margin:4px 0 0}#bbpress-forums p.bbp-topic-meta a{color:#888;text-decoration:none}#bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a{color:#eee;background-color:#888;padding:2px 5px;border-radius:3px;font-size:10px;font-weight:700}#bbpress-forums div.bbp-template-notice{margin-top:0}#bbpress-forums div.bbp-topic-tags p{margin-bottom:15px}#bbpress-forums li.bbp-body div.type-reply,#bbpress-forums li.bbp-body div.type-topic{position:relative}#bbpress-forums li.bbp-body div.type-reply{border-top:1px solid #eee}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-topics{margin-bottom:15px}#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:130px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:100px;height:100px;max-width:100px;max-height:100px}#bbpress-forums ul.bbp-lead-topic li.bbp-body{border:1px solid #dd6}#bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic{background-color:#ffe}#wmd-button-barbbp_reply_content,#wmd-button-barbbp_topic_content,.wmd-panel{margin-bottom:10px}#bbpress-forums .wmd-preview{width:98%}#bbpress-forums .wmd-preview ul li{list-style:square;margin-left:20px}#bbpress-forums .wmd-preview ol li{list-style:decimal;margin-left:20px}#bbpress-forums .bbp-reply-content pre,#bbpress-forums .bbp-topic-content pre{background-color:#f2f2f2;overflow:auto;margin:5px;padding:10px;border:1px dotted #bbb}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{border:1px solid #ccc;outline-color:#83bd66}div.bbp-template-notice,div.indicator-hint{background:#fff8e5;border:1px solid #ffb900;border-radius:0}div.bbp-template-notice.error,div.bbp-template-notice.warning{background:#fbeaea;border:1px solid #dc3232}div.bbp-template-notice.updated{background:#ecf7ed}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{outline:0}#bbpress-forums fieldset.bbp-form input:focus,#bbpress-forums fieldset.bbp-form select:focus,#bbpress-forums fieldset.bbp-form textarea:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#bbp-search-form{clear:left;position:relative;margin-top:0}#bbp-search-form #bbp_search{width:320px}#bbp-search-form #bbp_search_submit{height:25px;height:1.5625rem}.sidebar #rs,.sidebar #ts{width:90%;margin:0 0 5px}#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:before{content:"\f109";color:#ffb900}.bbp-forum-content ul.sticky,.bbp-topics-front ul.super-sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky{background-color:#fff8e5!important}#bbpress-forums ul.status-closed:not(.sticky) li.bbp-topic-title a.bbp-topic-permalink:before{content:"\f160";color:#bbb;font:400 16px/1 dashicons;margin-right:5px;float:left;padding-top:2px}.topic-resolved-indicator{background-color:#64b450;color:#fff;position:absolute;padding:4px 12px 4px 6px;right:-3px;border-top-left-radius:6px;border-bottom-left-radius:6px}.resolved:before,.topic-resolved-indicator:before{content:"\f147";color:#64b450;font:400 18px/.8 dashicons;margin-right:3px;position:relative;top:4px}.topic-resolved-indicator:before{color:#fff;font-size:21px;padding-top:0}@media screen and (min-width:960px){#footer,#header-inner,#headline-inner,#main,#showcase-inner,#subnav-inner{width:960px}div.content{width:692px}div.leftcol,div.rightcol{width:340px}div.sidebar{width:212px}div.group div.content{width:660px}div.group div.sidebar{width:200px}}@media screen and (max-width:782px){#header{top:0;z-index:0}#header,#wpadminbar{position:absolute}}@media screen and (max-width:480px){.topic-resolved-indicator{padding-top:2px;padding-bottom:2px;top:-2rem;right:-1.7rem}.topic-resolved-indicator:before{font-size:19px}}@media screen and (max-width:460px){#header-inner{height:140px;margin:0 auto;padding:0}#main{margin:100px 10px 40px}}html{font-size:100%}body,button,input,select,textarea{color:#32373c;font-family:Open Sans,sans-serif;font-size:100%;line-height:1.5}p{margin:1em 0}p.subheading{color:#82878c;font-weight:300;margin:-.4rem auto 2rem;text-align:center}p.intro,p.subheading{font-size:20px;font-size:1.25rem}p.aside{font-size:12.8px;font-size:.8rem}p.note{font-size:10.24px;font-size:.64rem;letter-spacing:.16px;letter-spacing:.01rem;max-width:291.038px;max-width:18.1898940355rem}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;box-sizing:content-box;font-family:Courier\ 10 Pitch,Courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,pre,tt,var{font-size:12.8px;font-size:.8rem}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}.text-center{text-align:center}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#fff}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:"";margin:0}blockquote{background:transparent;border:none;border-left:2px solid #767676;color:#767676;margin:1rem 0;padding:0 0 0 .8rem}blockquote cite{font-size:12.8px;font-size:.8rem}blockquote p{display:block;margin:1em 0}hr{background-color:#eee;border:0;height:2px;margin:0 auto}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}.unstyled,.unstyled li{padding:0;margin:0}.unstyled li{list-style:none}.meta-list{padding:0;margin:0}.meta-list li{list-style:none;margin:0;padding:.5rem 0;font-size:12.8px;font-size:.8rem;border-top:1px solid #eee}img{height:auto;max-width:100%}table{margin:0 0 1.5em;width:100%}.notice{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:1em 0;padding:1px 12px}.notice p{font-size:12.8px;font-size:.8rem;margin:.5em 0;padding:2px}.notice.notice-alt{box-shadow:none}.notice.notice-large{padding:10px 20px}.notice.notice-success{border-left-color:#46b450}.notice.notice-success.notice-alt{background-color:#ecf7ed}.notice.notice-warning{border-left-color:#ffb900}.notice.notice-warning.notice-alt{background-color:#fff8e5}.notice.notice-error{border-left-color:#dc3232}.notice.notice-error.notice-alt{background-color:#fbeaea}.notice.notice-info{border-left-color:#00a0d2}.notice.notice-info.notice-alt{background-color:#e5f5fa}.locale-banner{background:#c7e8ca;font-size:12.8px;font-size:.8rem;padding:.5rem;text-align:center}@media (min-width:67rem){.locale-banner{margin:1rem auto 0;max-width:960px}}.by-moderator{box-shadow:-4px 0 0 #fff,-6px 0 0 #33b4ce}.by-plugin-author,.by-plugin-contributor,.by-plugin-support-rep{box-shadow:-4px 0 0 #fff,-6px 0 0 #f06723}.by-theme-author,.by-theme-contributor,.by-theme-support-rep{box-shadow:-4px 0 0 #fff,-6px 0 0 #4e3288}.author-badge{position:absolute;top:14px;left:-4px;padding:2px 6px;color:#fff;font-size:9.6px;font-size:.6rem;letter-spacing:1px;border-radius:0 2px 2px 0}.author-badge-moderator{background-color:#33b4ce}.author-badge-plugin{background-color:#f06723}.author-badge-theme{background-color:#4e3288}.bbp-search .bbp-search-results div.author-has-badge,.bbp-user-replies-created div.author-has-badge,.bbp-view .bbp-topics div.author-has-badge{box-shadow:none;border-left-style:solid;border-left-width:3px}.bbp-search .bbp-search-results .by-moderator,.bbp-user-replies-created .by-moderator,.bbp-view .bbp-topics .by-moderator{border-left-color:#33b4ce}.bbp-search .bbp-search-results .by-plugin-author,.bbp-search .bbp-search-results .by-plugin-contributor,.bbp-search .bbp-search-results .by-plugin-support-rep,.bbp-user-replies-created .by-plugin-author,.bbp-user-replies-created .by-plugin-contributor,.bbp-user-replies-created .by-plugin-support-rep,.bbp-view .bbp-topics .by-plugin-author,.bbp-view .bbp-topics .by-plugin-contributor,.bbp-view .bbp-topics .by-plugin-support-rep{border-left-color:#f06723}.bbp-search .bbp-search-results .by-theme-author,.bbp-search .bbp-search-results .by-theme-contributor,.bbp-search .bbp-search-results .by-theme-support-rep,.bbp-user-replies-created .by-theme-author,.bbp-user-replies-created .by-theme-contributor,.bbp-user-replies-created .by-theme-support-rep,.bbp-view .bbp-topics .by-theme-author,.bbp-view .bbp-topics .by-theme-contributor,.bbp-view .bbp-topics .by-theme-support-rep{border-left-color:#4e3288}.bbp-search .bbp-search-results .author-badge,.bbp-user-replies-created .author-badge,.bbp-view .bbp-topics .author-badge{left:0}@media screen and (max-width:480px){.author-badge{top:-28px}}#bbpress-forums .favorite-toggle,#bbpress-forums .reviews-submit-link>.btn,#bbpress-forums .subscription-toggle,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums fieldset.bbp-form .button.submit,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit,.button,.button-primary,.button-secondary{border:1px solid;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12.8px;font-size:.8rem;height:25px;height:1.5625rem;line-height:1;margin:0;padding:0 .8rem;text-decoration:none;white-space:nowrap;-webkit-appearance:none}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}#bbpress-forums .button-group.button-large .favorite-toggle,#bbpress-forums .button-group.button-large .reviews-submit-link>.btn,#bbpress-forums .button-group.button-large .subscription-toggle,#bbpress-forums .button-group.button-large .wporg-bbp-term-subscription>a,#bbpress-forums .button-large.favorite-toggle,#bbpress-forums .button-large.subscription-toggle,#bbpress-forums .reviews-submit-link>.button-large.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-large,.button-group.button-large #bbpress-forums .favorite-toggle,.button-group.button-large #bbpress-forums .reviews-submit-link>.btn,.button-group.button-large #bbpress-forums .subscription-toggle,.button-group.button-large #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-large .button,.button.button-large{height:31.25px;height:1.953125rem;line-height:1;padding:0 1rem}#bbpress-forums .button-group.button-small .favorite-toggle,#bbpress-forums .button-group.button-small .reviews-submit-link>.btn,#bbpress-forums .button-group.button-small .subscription-toggle,#bbpress-forums .button-group.button-small .wporg-bbp-term-subscription>a,#bbpress-forums .button-small.favorite-toggle,#bbpress-forums .button-small.subscription-toggle,#bbpress-forums .reviews-submit-link>.button-small.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-small,.button-group.button-small #bbpress-forums .favorite-toggle,.button-group.button-small #bbpress-forums .reviews-submit-link>.btn,.button-group.button-small #bbpress-forums .subscription-toggle,.button-group.button-small #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-small .button,.button.button-small{font-size:10.24px;font-size:.64rem;height:20px;height:1.25rem;line-height:1;padding:0 .5rem}#bbpress-forums .reviews-submit-link>a.btn,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums a.favorite-toggle,#bbpress-forums a.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>a.submit.btn,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit,#bbpress-forums fieldset.bbp-form a.button.submit,#bbpress-forums fieldset.bbp-form a.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form a.submit.subscription-toggle,a.button,a.button-primary,a.button-secondary{line-height:25px;line-height:1.5625rem}#bbpress-forums .button-group.button-large .reviews-submit-link>a.btn,#bbpress-forums .button-group.button-large .wporg-bbp-term-subscription>a,#bbpress-forums .button-group.button-large a.favorite-toggle,#bbpress-forums .button-group.button-large a.subscription-toggle,#bbpress-forums .reviews-submit-link>a.button-large.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-large,#bbpress-forums a.button-large.favorite-toggle,#bbpress-forums a.button-large.subscription-toggle,.button-group.button-large #bbpress-forums .reviews-submit-link>a.btn,.button-group.button-large #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-large #bbpress-forums a.favorite-toggle,.button-group.button-large #bbpress-forums a.subscription-toggle,.button-group.button-large a.button,a.button.button-large{line-height:31.25px;line-height:1.953125rem}#bbpress-forums .button-group.button-small .reviews-submit-link>a.btn,#bbpress-forums .button-group.button-small .wporg-bbp-term-subscription>a,#bbpress-forums .button-group.button-small a.favorite-toggle,#bbpress-forums .button-group.button-small a.subscription-toggle,#bbpress-forums .reviews-submit-link>a.button-small.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-small,#bbpress-forums a.button-small.favorite-toggle,#bbpress-forums a.button-small.subscription-toggle,.button-group.button-small #bbpress-forums .reviews-submit-link>a.btn,.button-group.button-small #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-small #bbpress-forums a.favorite-toggle,.button-group.button-small #bbpress-forums a.subscription-toggle,.button-group.button-small a.button,a.button.button-small{line-height:20px;line-height:1.25rem}#bbpress-forums .favorite-toggle:active,#bbpress-forums .favorite-toggle:focus,#bbpress-forums .reviews-submit-link>.btn:active,#bbpress-forums .reviews-submit-link>.btn:focus,#bbpress-forums .subscription-toggle:active,#bbpress-forums .subscription-toggle:focus,#bbpress-forums .wporg-bbp-term-subscription>a:active,#bbpress-forums .wporg-bbp-term-subscription>a:focus,.button:active,.button:focus{outline:none}#bbpress-forums .hidden.favorite-toggle,#bbpress-forums .hidden.subscription-toggle,#bbpress-forums .reviews-submit-link>.hidden.btn,#bbpress-forums .wporg-bbp-term-subscription>a.hidden,.button.hidden{display:none}input[type=reset],input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover{background:none;border:none;box-shadow:none;padding:0 2px 1px;width:auto}#bbpress-forums .favorite-toggle,#bbpress-forums .favorite-toggle:visited,#bbpress-forums .reviews-submit-link>.btn,#bbpress-forums .reviews-submit-link>.btn:visited,#bbpress-forums .subscription-toggle,#bbpress-forums .subscription-toggle:visited,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums .wporg-bbp-term-subscription>a:visited,.button,.button-secondary,.button:visited{background:#f7f7f7;border-color:#ccc;box-shadow:0 1px 0 #ccc;color:#555;vertical-align:top}#bbpress-forums p .favorite-toggle,#bbpress-forums p .reviews-submit-link>.btn,#bbpress-forums p .subscription-toggle,#bbpress-forums p .wporg-bbp-term-subscription>a,p #bbpress-forums .favorite-toggle,p #bbpress-forums .reviews-submit-link>.btn,p #bbpress-forums .subscription-toggle,p #bbpress-forums .wporg-bbp-term-subscription>a,p .button{vertical-align:baseline}#bbpress-forums .favorite-toggle:focus,#bbpress-forums .favorite-toggle:hover,#bbpress-forums .focus.favorite-toggle,#bbpress-forums .focus.subscription-toggle,#bbpress-forums .hover.favorite-toggle,#bbpress-forums .hover.subscription-toggle,#bbpress-forums .reviews-submit-link>.btn:focus,#bbpress-forums .reviews-submit-link>.btn:hover,#bbpress-forums .reviews-submit-link>.focus.btn,#bbpress-forums .reviews-submit-link>.hover.btn,#bbpress-forums .subscription-toggle:focus,#bbpress-forums .subscription-toggle:hover,#bbpress-forums .wporg-bbp-term-subscription>a.focus,#bbpress-forums .wporg-bbp-term-subscription>a.hover,#bbpress-forums .wporg-bbp-term-subscription>a:focus,#bbpress-forums .wporg-bbp-term-subscription>a:hover,.button-secondary:focus,.button-secondary:hover,.button.focus,.button.hover,.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}#bbpress-forums .favorite-toggle:focus,#bbpress-forums .focus.favorite-toggle,#bbpress-forums .focus.subscription-toggle,#bbpress-forums .reviews-submit-link>.btn:focus,#bbpress-forums .reviews-submit-link>.focus.btn,#bbpress-forums .subscription-toggle:focus,#bbpress-forums .wporg-bbp-term-subscription>a.focus,#bbpress-forums .wporg-bbp-term-subscription>a:focus,.button-link:focus,.button-secondary:focus,.button.focus,.button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}#bbpress-forums .active.favorite-toggle,#bbpress-forums .active.favorite-toggle:hover,#bbpress-forums .active.subscription-toggle,#bbpress-forums .active.subscription-toggle:hover,#bbpress-forums .favorite-toggle:active,#bbpress-forums .reviews-submit-link>.active.btn,#bbpress-forums .reviews-submit-link>.active.btn:hover,#bbpress-forums .reviews-submit-link>.btn:active,#bbpress-forums .subscription-toggle:active,#bbpress-forums .wporg-bbp-term-subscription>a.active,#bbpress-forums .wporg-bbp-term-subscription>a.active:hover,#bbpress-forums .wporg-bbp-term-subscription>a:active,.button-secondary:active,.button.active,.button.active:hover,.button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}#bbpress-forums .active.favorite-toggle:focus,#bbpress-forums .active.subscription-toggle:focus,#bbpress-forums .reviews-submit-link>.active.btn:focus,#bbpress-forums .wporg-bbp-term-subscription>a.active:focus,.button.active:focus{border-color:#5b9dd9;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 3px rgba(0,115,170,.8)}#bbpress-forums .disabled.favorite-toggle,#bbpress-forums .disabled.subscription-toggle,#bbpress-forums .favorite-toggle:disabled,#bbpress-forums .favorite-toggle[disabled],#bbpress-forums .reviews-submit-link>.btn:disabled,#bbpress-forums .reviews-submit-link>.btn[disabled],#bbpress-forums .reviews-submit-link>.disabled.btn,#bbpress-forums .subscription-toggle:disabled,#bbpress-forums .subscription-toggle[disabled],#bbpress-forums .wporg-bbp-term-subscription>a.disabled,#bbpress-forums .wporg-bbp-term-subscription>a:disabled,#bbpress-forums .wporg-bbp-term-subscription>a[disabled],.button-disabled,.button-secondary.disabled,.button-secondary:disabled,.button-secondary[disabled],.button.disabled,.button:disabled,.button[disabled]{background:#f7f7f7!important;border-color:#ddd!important;box-shadow:none!important;color:#a0a5aa!important;cursor:default;text-shadow:0 1px 0 #fff!important;transform:none!important}.button-link{background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer;margin:0;outline:none;padding:0}.button-link:focus{outline:1px solid #5b9dd9}#bbpress-forums fieldset.bbp-form .button.submit,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit,.button-primary,.download-button{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}#bbpress-forums fieldset.bbp-form .button.submit:visited,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:visited,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:visited,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:visited,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:visited,.button-primary:visited,.download-button:visited{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff}#bbpress-forums fieldset.bbp-form .button.submit:focus,#bbpress-forums fieldset.bbp-form .button.submit:hover,#bbpress-forums fieldset.bbp-form .focus.button.submit,#bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .hover.button.submit,#bbpress-forums fieldset.bbp-form .hover.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .hover.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.focus.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.hover.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:focus,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:hover,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:hover,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:hover,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.focus.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.hover.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:hover,.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover,.download-button.focus,.download-button.hover,.download-button:focus,.download-button:hover{background:#008ec2;border-color:#006799;box-shadow:0 1px 0 #006799;color:#fff}#bbpress-forums fieldset.bbp-form .button.submit:focus,#bbpress-forums fieldset.bbp-form .focus.button.submit,#bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.focus.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:focus,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.focus.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:focus,.button-primary.focus,.button-primary:focus,.download-button.focus,.download-button:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}#bbpress-forums fieldset.bbp-form .active.button.submit,#bbpress-forums fieldset.bbp-form .active.button.submit:focus,#bbpress-forums fieldset.bbp-form .active.button.submit:hover,#bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle:hover,#bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle:hover,#bbpress-forums fieldset.bbp-form .button.submit:active,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.active.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.active.submit.btn:focus,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.active.submit.btn:hover,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:active,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:active,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:active,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.active.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.active.submit:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.active.submit:hover,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:active,.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active,.download-button.active,.download-button.active:focus,.download-button.active:hover,.download-button:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}#bbpress-forums fieldset.bbp-form .button.submit:disabled,#bbpress-forums fieldset.bbp-form .button.submit[disabled],#bbpress-forums fieldset.bbp-form .disabled.button.submit,#bbpress-forums fieldset.bbp-form .disabled.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .disabled.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.disabled.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:disabled,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn[disabled],#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:disabled,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle[disabled],#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:disabled,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle[disabled],#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.disabled.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:disabled,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit[disabled],.button-primary.disabled,.button-primary:disabled,.button-primary[disabled],.download-button.disabled,.download-button:disabled,.download-button[disabled]{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}#bbpress-forums .button-primary.button-hero.favorite-toggle,#bbpress-forums .button-primary.button-hero.subscription-toggle,#bbpress-forums .download-button.button-hero.favorite-toggle,#bbpress-forums .download-button.button-hero.subscription-toggle,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.btn,#bbpress-forums .reviews-submit-link>.download-button.button-hero.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero,#bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .button.button-hero.submit,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.submit.btn,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.submit,.button-primary.button.button-hero,.download-button.button.button-hero{box-shadow:0 2px 0 #006799}#bbpress-forums .button-primary.button-hero.active.favorite-toggle,#bbpress-forums .button-primary.button-hero.active.favorite-toggle:focus,#bbpress-forums .button-primary.button-hero.active.favorite-toggle:hover,#bbpress-forums .button-primary.button-hero.active.subscription-toggle,#bbpress-forums .button-primary.button-hero.active.subscription-toggle:focus,#bbpress-forums .button-primary.button-hero.active.subscription-toggle:hover,#bbpress-forums .button-primary.button-hero.favorite-toggle:active,#bbpress-forums .button-primary.button-hero.subscription-toggle:active,#bbpress-forums .download-button.button-hero.active.favorite-toggle,#bbpress-forums .download-button.button-hero.active.favorite-toggle:focus,#bbpress-forums .download-button.button-hero.active.favorite-toggle:hover,#bbpress-forums .download-button.button-hero.active.subscription-toggle,#bbpress-forums .download-button.button-hero.active.subscription-toggle:focus,#bbpress-forums .download-button.button-hero.active.subscription-toggle:hover,#bbpress-forums .download-button.button-hero.favorite-toggle:active,#bbpress-forums .download-button.button-hero.subscription-toggle:active,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.active.btn,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.active.btn:focus,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.active.btn:hover,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.btn:active,#bbpress-forums .reviews-submit-link>.download-button.button-hero.active.btn,#bbpress-forums .reviews-submit-link>.download-button.button-hero.active.btn:focus,#bbpress-forums .reviews-submit-link>.download-button.button-hero.active.btn:hover,#bbpress-forums .reviews-submit-link>.download-button.button-hero.btn:active,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero.active,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero.active:focus,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero.active:hover,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero:active,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero.active,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero.active:focus,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero.active:hover,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero:active,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle:hover,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle:hover,#bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle:active,#bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle:active,#bbpress-forums fieldset.bbp-form .button.button-hero.active.submit,#bbpress-forums fieldset.bbp-form .button.button-hero.active.submit:focus,#bbpress-forums fieldset.bbp-form .button.button-hero.active.submit:hover,#bbpress-forums fieldset.bbp-form .button.button-hero.submit:active,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.active.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.active.submit.btn:focus,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.active.submit.btn:hover,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.submit.btn:active,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.active.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.active.submit:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.active.submit:hover,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.submit:active,.button-primary.button.button-hero.active,.button-primary.button.button-hero.active:focus,.button-primary.button.button-hero.active:hover,.button-primary.button.button-hero:active,.download-button.button.button-hero.active,.download-button.button.button-hero.active:focus,.download-button.button.button-hero.active:hover,.download-button.button.button-hero:active{box-shadow:inset 0 3px 0 #006799}.button-primary-disabled{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-group{display:inline-block;font-size:0;position:relative;vertical-align:middle;white-space:nowrap}#bbpress-forums .button-group>.favorite-toggle,#bbpress-forums .button-group>.subscription-toggle,#bbpress-forums .reviews-submit-link.button-group>.btn,#bbpress-forums .wporg-bbp-term-subscription.button-group>a,.button-group>.button{border-radius:0;display:inline-block;margin-right:-1px;z-index:10}#bbpress-forums fieldset.bbp-form .button-group>.button.submit,#bbpress-forums fieldset.bbp-form .button-group>.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .button-group>.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link.button-group>.submit.btn,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription.button-group>a.submit,.button-group>.button-primary{z-index:100}#bbpress-forums .button-group>.favorite-toggle:hover,#bbpress-forums .button-group>.subscription-toggle:hover,#bbpress-forums .reviews-submit-link.button-group>.btn:hover,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:hover,.button-group>.button:hover{z-index:20}#bbpress-forums .button-group>.favorite-toggle:first-child,#bbpress-forums .button-group>.subscription-toggle:first-child,#bbpress-forums .reviews-submit-link.button-group>.btn:first-child,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:first-child,.button-group>.button:first-child{border-radius:3px 0 0 3px}#bbpress-forums .button-group>.favorite-toggle:last-child,#bbpress-forums .button-group>.subscription-toggle:last-child,#bbpress-forums .reviews-submit-link.button-group>.btn:last-child,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:last-child,.button-group>.button:last-child{border-radius:0 3px 3px 0}#bbpress-forums .button-group>.favorite-toggle:focus,#bbpress-forums .button-group>.subscription-toggle:focus,#bbpress-forums .reviews-submit-link.button-group>.btn:focus,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:focus,.button-group>.button:focus{position:relative;z-index:1}@media screen and (max-width:48em){#bbpress-forums .button-large.favorite-toggle,#bbpress-forums .button-large.subscription-toggle,#bbpress-forums .button-small.favorite-toggle,#bbpress-forums .button-small.subscription-toggle,#bbpress-forums .favorite-toggle,#bbpress-forums .reviews-submit-link>.btn,#bbpress-forums .reviews-submit-link>.button-large.btn,#bbpress-forums .reviews-submit-link>.button-small.btn,#bbpress-forums .subscription-toggle,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums .wporg-bbp-term-subscription>a.button-large,#bbpress-forums .wporg-bbp-term-subscription>a.button-small,.button,.button.button-large,.button.button-small{font-size:14px;height:auto;line-height:normal;margin-bottom:4px;padding:6px 14px;vertical-align:middle}}input,textarea{box-sizing:border-box}input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{background-color:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;transition:border-color .05s ease-in-out;-webkit-appearance:none}input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{color:#111;border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}input[type=email],input[type=url]{direction:ltr}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{padding:6px 10px}input[type=number]{height:40px;line-height:inherit}input[type=checkbox],input[type=radio]{background:#fff;border:1px solid #b4b9be;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);clear:none;color:#555;cursor:pointer;display:inline-block;height:25px;line-height:0;margin:-4px 4px 0 0;min-width:16px;padding:0!important;text-align:center;transition:border-color .05s ease-in-out;vertical-align:middle;width:25px}input[type=checkbox]{padding:10px}input[type=radio]{border-radius:50%;line-height:10px;margin-right:4px}input[type=checkbox]:checked:before,input[type=radio]:checked:before{display:inline-block;float:left;font:400 21px/1 dashicons;vertical-align:middle;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}input[type=checkbox]:checked:before{color:#1e8cbe;content:"\f147";font:400 30px/1 dashicons;margin:-3px -5px}input[type=radio]:checked:before{background-color:#1e8cbe;border-radius:50px;content:"\2022";font-size:24px;height:9px;line-height:16px;margin:7px;text-indent:-9999px;vertical-align:middle;width:9px}@-moz-document url-prefix(){.form-table input.tog,input[type=checkbox],input[type=radio]{margin-bottom:-1px}}input[type=search]::-webkit-search-decoration{display:none}.ie8 input[type=password]{font-family:sans-serif}button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input,select,textarea{border-radius:0;font-size:16px;padding:3px 5px}textarea{line-height:1.4;overflow:auto;padding:2px 6px;resize:vertical}input[type=file]{padding:3px 0}label{cursor:pointer}input.readonly,input[readonly],textarea.readonly,textarea[readonly]{background-color:#eee}:-moz-placeholder{color:#a9a9a9}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background:hsla(0,0%,100%,.5);border-color:hsla(0,0%,87.1%,.75);box-shadow:inset 0 1px 2px rgba(0,0,0,.04);color:rgba(51,51,51,.5)}input[type=file].disabled,input[type=file]:disabled,input[type=range].disabled,input[type=range]:disabled{background:none;box-shadow:none}input[type=checkbox].disabled,input[type=checkbox].disabled:checked:before,input[type=checkbox]:disabled,input[type=checkbox]:disabled:checked:before,input[type=radio].disabled,input[type=radio].disabled:checked:before,input[type=radio]:disabled,input[type=radio]:disabled:checked:before{opacity:.7}fieldset label,label{vertical-align:middle}@media screen and (min-width:48em){input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{padding:0}input[type=number]{height:28px}input[type=checkbox]{padding:0}input[type=checkbox]:checked:before{font:400 21px/1 dashicons;margin:-3px 0 0 -4px}input[type=checkbox],input[type=radio]{height:16px;width:16px}input[type=radio]:checked:before{width:6px;height:6px;margin:4px}input,select,textarea{font-size:14px}}a,a:visited{color:#0073aa}a.wp-block-button__link:visited{color:#4ca6cf}a:active,a:focus,a:hover{color:#0073aa;text-decoration:underline}#bbpress-forums .reviews-submit-link>a.btn:active,#bbpress-forums .reviews-submit-link>a.btn:focus,#bbpress-forums .reviews-submit-link>a.btn:hover,#bbpress-forums .wporg-bbp-term-subscription>a:active,#bbpress-forums .wporg-bbp-term-subscription>a:focus,#bbpress-forums .wporg-bbp-term-subscription>a:hover,#bbpress-forums a.favorite-toggle:active,#bbpress-forums a.favorite-toggle:focus,#bbpress-forums a.favorite-toggle:hover,#bbpress-forums a.subscription-toggle:active,#bbpress-forums a.subscription-toggle:focus,#bbpress-forums a.subscription-toggle:hover,a.button:active,a.button:focus,a.button:hover{text-decoration:none}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p a:not(.button),p a:not(.button):hover{border:none}p a,p a:hover{border-bottom:none}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.bbp-view .review-ratings:after,.bbp-view .review-ratings:before,.bbpress main#main:after,.bbpress main#main:before,.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.three-up:after,.three-up:before{content:"";display:table;table-layout:fixed}.bbp-view .review-ratings:after,.bbpress main#main:after,.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after,.three-up:after{clear:both}#wporg-header{background:#23282d;height:140px;position:relative;text-align:center;width:100%}#wporg-header .wrapper{margin:0 auto;max-width:960px}#wporg-header h1{display:inline-block;margin:auto;width:303px}#wporg-header h1 a{background:url(//s.w.org/style/images/wporg-logo.svg?3=) 0 no-repeat;background-size:290px 46px;display:block;height:88px;text-indent:-9999px}#wporg-header h2.rosetta{clear:none;color:#dfdfdf;font-family:Georgia,Times New Roman,serif;font-size:30px;margin:0}#wporg-header h2.rosetta a{border-bottom:none;color:#dfdfdf;display:block;height:52px;line-height:22px;padding:0}#wporg-header h2.rosetta a:hover{text-decoration:none}#wporg-header #wporg-header-menu{background:#23282d;left:-75%;list-style:none;margin:0;max-width:75%;min-width:200px;padding:20px 0 0;position:absolute;text-align:left;transition:left .3s;z-index:100000}#wporg-header #wporg-header-menu.active{left:0}#wporg-header ul li{list-style-type:none;position:relative}#wporg-header ul li a{color:#eee;display:block;font-family:Open Sans,Helvetica,Arial,Liberation Sans,sans-serif;font-size:13px;font-weight:600;height:34px;line-height:34px;margin:0 4px;padding:10px 30px;text-decoration:none}#wporg-header ul li a.subcurrent{font-weight:700}@media (max-width:768px){#wporg-header ul li a{height:auto}}#wporg-header ul li#download,#wporg-header ul li.download{float:right;height:34px;margin-right:14px;overflow:hidden;padding:0 0 34px}@media screen and (max-width:820px){#wporg-header ul li#download,#wporg-header ul li.download{display:none}}@media screen and (max-width:768px){#wporg-header ul li#download,#wporg-header ul li.download{display:block;float:none;margin:10px 20px 20px;padding-bottom:0;height:auto}#wporg-header ul li#download a,#wporg-header ul li.download a{padding:4px 10px}}#wporg-header ul li#download a,#wporg-header ul li.download a{margin:0;padding:0 16px}#wporg-header ul li#download a:hover,#wporg-header ul li.download a:hover{color:#eee}#wporg-header ul li#download.current,#wporg-header ul li#download.current-menu-item,#wporg-header ul li#download .uparrow,#wporg-header ul li.download.current,#wporg-header ul li.download.current-menu-item,#wporg-header ul li.download .uparrow{display:none}#wporg-header ul li.current-menu-item a,#wporg-header ul li.current_page_parent a,#wporg-header ul li a.current,#wporg-header ul li a:hover{color:#00a0d2}#wporg-header .nav-submenu{display:none;margin-bottom:10px;margin-top:-15px;padding:0;position:static}#wporg-header .nav-submenu li a{height:24px;line-height:24px;margin-left:20px}@media screen and (min-width:768px){#wporg-header #head-search{float:right;margin-right:14px;padding-top:30px}}#wporg-header #head-search form{border-bottom:1px solid #3f3f3f;display:inline-block;margin-left:60px;width:288px}#wporg-header #head-search form input.text{background:#191e23;border:0;border-radius:0;box-sizing:content-box;color:#b4b9be;float:left;font-family:Open Sans,sans-serif;font-size:12px;height:24px;margin:0;outline:none;padding:3px;vertical-align:top;width:256px}#wporg-header #head-search form input.text::-moz-placeholder{color:#eee}@media screen and (max-width:480px){#wporg-header #head-search form input.text{width:216px}}#wporg-header #head-search form [type=submit]{background:#191e23 url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831) no-repeat 2px 5px;border:none;border-radius:0;box-shadow:none;float:left;height:30px;margin:0;padding:0;text-shadow:none!important;width:26px}@media screen and (max-width:480px){#wporg-header #head-search form{width:248px}}@media screen and (min-width:480px){#wporg-header #head-search form{margin-left:0}}@media screen and (min-width:768px){#wporg-header{height:120px;text-align:inherit}#wporg-header h1{float:left;padding-left:10px}#wporg-header h2.rosetta{float:left;padding:36px 27px 0}#wporg-header #wporg-header-menu{float:left;list-style:none;margin:-15px 0 0;max-width:inherit;min-width:0;padding:0;position:static;width:100%}#wporg-header ul li{float:left;position:relative}#wporg-header ul li a{color:#eee;display:block;font-family:Open Sans,Helvetica,Arial,Liberation Sans,sans-serif;font-size:13px;font-weight:600;height:46px;line-height:34px;margin:0 4px;padding:0 6px}#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-8px auto 0;width:0}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;margin:-8px 0 0 -9px;position:absolute;width:0}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-10px auto 0;width:0}#wporg-header ul li .nav-submenu li{float:none}#wporg-header ul li .nav-submenu li a{height:34px;line-height:34px;margin-left:6px}#wporg-header .nav-submenu{background:#32373c;border:1px solid #32373c;border-top:0;display:none!important;margin-top:-1px;min-width:0}#wporg-header ul li .nav-submenu:hover,#wporg-header ul li:hover .nav-submenu{display:block!important;left:0;margin-left:0;position:absolute;top:46px;width:auto;z-index:101}#wporg-header #headline h2{text-rendering:optimizeLegibility}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom-color:#0073aa}}#mobile-menu-button{background:none;border:none;box-shadow:none;display:block;float:left;font-family:dashicons;font-size:16px;font-style:normal;font-weight:400;left:10px;line-height:1;padding:1px;position:absolute;text-align:center;text-decoration:inherit;text-shadow:none;top:75px;transition:color .1s ease-in;vertical-align:top;-webkit-font-smoothing:antialiased}#mobile-menu-button:before{border:none;box-sizing:border-box;color:#888;content:"\f228";display:inline-block;float:left;font:400 50px/1 dashicons;margin:0;outline:none;padding:3px;text-decoration:none;vertical-align:middle;-webkit-font-smoothing:antialiased}@media screen and (min-width:768px){#mobile-menu-button{display:none}}#download-mobile{background:#f7f7f7;border-bottom:1px solid #ddd}#download-mobile .wrapper{padding:20px 0;text-align:center}#download-mobile span.download-ready{font-size:1.6em;margin:0 .25em}#download-mobile a.download-button{font-size:1.6em;height:inherit;margin:10px .25em;padding:10px 15px}#pagebody,body{font-size:16px;font-size:1rem}.site-header{background:#0073aa;padding:1rem 0;position:relative;z-index:100}.site-header .site-branding{margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:48em){.site-header .site-branding{padding:0 10px}}.site-header.home{padding:1.5625rem 1.143rem;text-align:center}.site-title{display:inline-block;font-size:25px;font-size:1.5625rem;line-height:1;margin:0 2rem 0 0;max-width:none}.site-title,.site-title a{font-weight:300}.site-title a,.site-title a:active,.site-title a:focus,.site-title a:hover{color:#fff;text-decoration:none}.site-header.home .site-title{display:inherit;font-size:61.035px;font-size:3.8146972656rem;margin:2rem 0 1rem}@media screen and (max-width:480px){.site-header.home .site-title{font-size:3.0517578125rem}}@media screen and (max-width:320px){.site-header.home .site-title{font-size:2.44140625rem}}.site-description{color:hsla(0,0%,100%,.8);font-size:20px;font-size:1.25rem;font-weight:300;margin:-.4rem auto 2rem;text-align:center}.main-navigation{background:#0073aa;clear:both;left:0;position:absolute;top:60px;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;left:-999em;position:absolute;top:1.5em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul{left:100%}.main-navigation ul ul a{width:200px}.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul{left:auto}.main-navigation li{border-top:1px solid hsla(0,0%,100%,.2);padding:1rem}.main-navigation a{color:hsla(0,0%,100%,.8);display:block;font-size:12.8px;font-size:.8rem;text-decoration:none}.main-navigation a.active,.main-navigation a:hover{color:#fff}@media screen and (min-width:48em){.main-navigation a.active{border-bottom:1px solid}}.main-navigation button.button-search{display:none}@media screen and (min-width:48em){#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #0073aa}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c}}.main-navigation.toggled ul{display:block}.menu-toggle.dashicons{background:transparent;border:none;color:#fff;font-size:25px;font-size:1.5625rem;height:56px;height:3.5rem;overflow:hidden;position:absolute;right:16px;right:1rem;top:-58px;width:56px;width:3.5rem;-webkit-appearance:none}.toggled .menu-toggle.dashicons:before{content:"\f343"}@media screen and (min-width:48em){.menu-toggle.dashicons{display:none}.main-navigation{float:right;position:relative;width:auto;top:auto}.main-navigation.toggled{padding:1px 0}.main-navigation ul{display:inline-block;font-size:0}.main-navigation ul li{border:0;display:inline-block;font-size:1rem;margin-right:1rem;padding:0}.main-navigation ul li:last-of-type{margin-right:0}.main-navigation button.button-search{display:inline-block}}.site-main{max-width:960px;padding:3.0517578125rem 1.5625rem}@media screen and (min-width:48em){.site-main{padding:3.0517578125rem 10px}}.single .site-main{padding:0}@media screen and (min-width:48em){.single .site-main{padding:0 10px 3.0517578125rem}}#page .site-main{padding:0 10px 3.0517578125rem}.site-main .page-header p{margin:.5rem 0}.site-main .page-title{font-size:25px;font-size:1.5625rem;font-weight:400}.site-main .no-results{margin:0 auto;max-width:568.434px;max-width:35.527136788rem;padding:0 2rem}.sidebar div{margin-bottom:2rem}.sidebar div ul{margin-bottom:0}.sidebar div ul>li{font-size:12.8px;font-size:.8rem;border-top:1px solid #eee;padding:.5rem 0}.search-form{font-size:0;margin-bottom:2rem;max-width:100%;position:relative}.search-form .search-field{border:none;border-radius:0;box-shadow:none;display:block;font-size:16px;font-size:1rem;margin:0 auto;max-width:100%;padding:.5rem;width:363.797px;width:22.7373675443rem}.search-form .button-search{border-left:none;border-radius:0 2px 2px 0;font-size:16px;font-size:1rem;position:relative;right:auto;top:auto}.search-form .button-search:active{background:#006799;border-right:1px solid #006799;box-shadow:none}.search-form .button-search .dashicons{font-size:16px;font-size:1rem}.site-header .search-form{display:inline-block}.site-header.home .search-form .button-search,.site-main .search-form .button-search{background:transparent;border:none;border-radius:0;box-shadow:none;color:#32373c;display:block;height:45px;padding:.5rem 1rem;position:absolute;right:0;text-shadow:none;top:0}.site-header.home .search-form .button-search:focus,.site-main .search-form .button-search:focus{box-shadow:0 0 2px 1px #33b3db}.site-header.home .search-form .button-search:active,.site-main .search-form .button-search:active{background:transparent;border:none;transform:none}.site-header:not(.home) .search-form{margin:0}.site-header:not(.home) .search-form .search-field{border:0;border-radius:2px;display:inline-block;font-size:16px;font-size:1rem;padding:5px 10px;position:relative;width:100%}@media screen and (min-width:48em){.site-header:not(.home) .search-form .search-field{border-radius:2px 0 0 2px;font-size:.64rem;width:7rem}.site-header:not(.home) .search-form .search-field+.button-search{display:inline-block;margin-bottom:0}}@media screen and (min-width:60em){.site-header:not(.home) .search-form .search-field{width:10rem}}.site-main .search-form .search-field{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);padding:.5rem;width:100%}.search .site-main{margin-top:2rem;padding-top:0}.search.search-results .page-header{margin:2rem 0}.helphub-page .entry-header,.page .entry-header{margin-top:2rem}.helphub-page .entry-header .entry-title,.page .entry-header .entry-title{font-size:25px;font-size:1.5625rem;font-weight:400;margin:0 auto;max-width:568.434px;max-width:35.527136788rem}@media screen and (min-width:48em){.helphub-page .entry-header .entry-title,.page .entry-header .entry-title{padding:0 2rem}}.helphub-page .entry-content h2,.page .entry-content h2{font-size:25px;font-size:1.5625rem;font-weight:400}.helphub-page .entry-content h3,.page .entry-content h3{font-size:16px;font-size:1rem;font-weight:600;letter-spacing:.16px;letter-spacing:.01rem;text-transform:uppercase}.helphub-page .entry-content a,.page .entry-content a:not(.button){text-decoration:underline}.helphub-page .entry-content section,.page .entry-content section{padding:2rem 0}.helphub-page .entry-content section .container,.page .entry-content section .container{margin:0 auto;max-width:568.434px;max-width:35.527136788rem}@media screen and (min-width:48em){.helphub-page .entry-content section .container,.page .entry-content section .container{padding:0 2rem}}.helphub-page .entry-content section:first-of-type,.page .entry-content section:first-of-type{padding-top:0}.helphub-page .entry-content section+section,.page .entry-content section+section{border-top:2px solid #eee}.helphub-page .submenu,.page .submenu{margin-left:0}.helphub-page .submenu li,.page .submenu li{border-bottom:1px solid #dedede;font-size:12px;line-height:18px;padding:5px 0}.helphub-page .submenu li.current,.page .submenu li.current{font-weight:700}.helphub-page .submenu li:last-child,.page .submenu li:last-child{border-bottom:0}.helphub-page .submenu li ul,.page .submenu li ul{margin-left:16px}.helphub-page .submenu li ul li,.page .submenu li ul li{border:none;line-height:1.4em;padding-bottom:2px}.page-template-page-full-width .entry-content section .container,.page-template-page-full-width .entry-header .entry-title,.single .entry-content section .container,.single .entry-header .entry-title{max-width:100%;padding:0}.error-404 .page-content,.error-404 .page-title{text-align:center}body.category #main h1{font-size:35.2px;font-size:2.2rem;text-align:center}body.category #main a{color:inherit}body.category #main a:active,body.category #main a:focus,body.category #main a:hover{text-decoration:none;color:#0073aa}body.category #main article h2{font-size:20.8px;font-size:1.3rem}body.category #main .archive-pagination{display:block;margin-top:20px;text-align:center;width:100%}section{padding:4rem 0}#bbpress-forums{font-size:16px;font-size:1rem;overflow:inherit}@media (min-width:48em){.three-up .archive-block,.three-up>div{display:inline-block;vertical-align:top;width:30%;margin-right:4.5%;font-size:.8rem}.three-up .archive-block:nth-child(3n),.three-up>div:nth-child(3n){margin-right:0}}.three-up.bbp-forums>div{background:transparent;position:relative;border-bottom:1px solid #eee;margin:1rem 0}.three-up.bbp-forums>div a.bbp-forum-title:active,.three-up.bbp-forums>div a.bbp-forum-title:focus{text-decoration:none}.three-up.bbp-forums>div h3{font-size:22.4px;font-size:1.4rem;margin-bottom:0;margin-top:0}.three-up.bbp-forums>div p{color:#666}.three-up.bbp-forums>div a:hover{color:#0073aa;text-decoration:none}.three-up.bbp-forums>div a:hover h3{color:#0073aa}@media (min-width:48em){.three-up.bbp-forums>div{height:200px;border-bottom:none;margin:2rem 4.5% 0 0}.three-up.bbp-forums>div:nth-child(3n){margin-right:0}}.bbpress main#main .entry-content,.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-content,.page-template-page-forums-sidebar main#main .entry-meta{padding:0}@media (min-width:568px){.bbpress main#main .entry-content,.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-content,.page-template-page-forums-sidebar main#main .entry-meta{padding:0 1.5625rem}}.bbpress main#main .entry-content .container,.bbpress main#main .entry-header .entry-title,.page-template-page-forums-sidebar main#main .entry-content .container,.page-template-page-forums-sidebar main#main .entry-header .entry-title{padding:0}.bbpress main#main>.entry-content,.bbpress main#main>article,.page-template-page-forums-sidebar main#main>.entry-content,.page-template-page-forums-sidebar main#main>article{max-width:768px;max-width:48rem}@media screen and (min-width:48em){.bbpress main#main>.entry-content,.bbpress main#main>article,.page-template-page-forums-sidebar main#main>.entry-content,.page-template-page-forums-sidebar main#main>article{float:left;padding:0;width:65%}}@media screen and (min-width:48em){.bbpress main#main .entry-content,.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-content,.page-template-page-forums-sidebar main#main .entry-meta{padding-left:0;padding-right:0}.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-meta{float:right;width:30%}}.bbpress main#main{margin-top:2rem;padding:0 10px 10px}.bbpress #bbpress-forums div.bbp-template-notice{padding:.5rem;border:none;border-radius:3px}.bbpress #bbpress-forums div.bbp-template-notice li,.bbpress #bbpress-forums div.bbp-template-notice p{font-size:13px;line-height:160%}.bbpress #bbpress-forums div.bbp-template-notice a{color:#0073aa;text-decoration:underline}.bbpress #bbpress-forums div.bbp-template-notice a:hover{color:#0073aa}.bbpress #bbpress-forums .bbp-reply-content>div.bbp-template-notice,.bbpress #bbpress-forums .bbp-topic-content>div.bbp-template-notice{margin-bottom:30px}.bbpress #bbpress-forums .status-pending div.bbp-template-notice{background:#fff359}.bbpress #bbpress-forums .status-archived div.bbp-template-notice,.bbpress #bbpress-forums .status-spam div.bbp-template-notice{background:#f49797}.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness,.bbpress #bbpress-forums .bbp-body .bbp-topic-reply-count,.bbpress #bbpress-forums .bbp-body .bbp-topic-voice-count{font-size:11.704px;font-size:.73152rem}.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness{width:58%}@media (min-width:321px){.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness{width:25%}}.bbpress #bbpress-forums .bbp-forums,.bbpress #bbpress-forums .bbp-topics{border:1px solid #eee}.bbpress #bbpress-forums .bbp-forums>.bbp-header,.bbpress #bbpress-forums .bbp-topics>.bbp-header{background:#0073aa;color:#fff}.bbpress #bbpress-forums li.bbp-body div.hentry,.bbpress #bbpress-forums ul.bbp-lead-topic,.bbpress #bbpress-forums ul.bbp-replies,.bbpress #bbpress-forums ul.bbp-search-results,.bbpress #bbpress-forums ul.bbp-topics.full-posts{overflow:visible;word-wrap:break-word}.bbpress #bbpress-forums ul.bbp-lead-topic{margin:0}.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body{border:0}.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic{background:transparent}.bbpress #bbpress-forums .bbp-search-results div.topic .topic-indicator{display:none}.bbpress #bbpress-forums div.bbp-reply-author img.avatar,.bbpress #bbpress-forums div.bbp-topic-author img.avatar{border-radius:50%;float:left;width:50px;height:50px;max-width:50px;max-height:50px;margin:0 10px 0 -11%}.bbpress #bbpress-forums div.bbp-topic-author img.avatar{margin-left:-19%;margin-top:-6px;width:80px;height:80px;max-width:80px;max-height:80px}@media only screen and (max-width:480px){.bbpress #bbpress-forums div.bbp-reply-author img.avatar,.bbpress #bbpress-forums div.bbp-topic-author img.avatar{position:relative;top:0;margin-bottom:40px}}.bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name,.bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name{clear:none;font-size:16px;font-size:1rem;display:inline-block;margin:0}.bbpress #bbpress-forums div.bbp-reply-author,.bbpress #bbpress-forums div.bbp-topic-author{float:none;text-align:left;width:100%;margin:1rem 0 2rem;padding-left:10%}@media screen and (max-width:480px){.bbpress #bbpress-forums div.bbp-reply-author,.bbpress #bbpress-forums div.bbp-topic-author{min-height:auto}}.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-author,.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-author{padding-left:1.5rem}.bbpress #bbpress-forums .bbp-author-title{margin:0}.bbpress #bbpress-forums .bbp-reply-ip,.bbpress #bbpress-forums .bbp-reply-post-date,.bbpress #bbpress-forums .bbp-topic-ip,.bbpress #bbpress-forums .bbp-topic-post-date,.bbpress #bbpress-forums .bbp-user-nicename,.bbpress #bbpress-forums .wporg-bbp-user-flag,.bbpress #bbpress-forums .wporg-bbp-user-notes-toggle{font-size:12.8px;font-size:.8rem;font-weight:400;margin:0 10px 0 0;display:inline-block}.bbpress #bbpress-forums span.bbp-author-ip{font-size:12.8px;font-size:.8rem;font-weight:400}.bbpress #bbpress-forums div.reply,.bbpress #bbpress-forums div.topic{padding:1.5rem 1.5rem 1.5rem 0}.bbpress #bbpress-forums div.bbp-reply-content,.bbpress #bbpress-forums div.bbp-topic-content{padding:0;margin:0 0 0 10%}@media screen and (max-width:480px){.bbpress #bbpress-forums div.bbp-reply-content,.bbpress #bbpress-forums div.bbp-topic-content{margin-bottom:5%}}.bbpress #bbpress-forums div.bbp-reply-content{margin-left:11%}.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-content,.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-content{margin-left:1.5rem}.bbpress #bbpress-forums div.bbp-reply-content a,.bbpress #bbpress-forums div.bbp-topic-content a{text-decoration:underline;font-weight:inherit}.bbpress #bbpress-forums div.bbp-reply-content a.mention,.bbpress #bbpress-forums div.bbp-topic-content a.mention{text-decoration:none;font-weight:700}.bbpress #bbpress-forums div.bbp-reply-content .bbp-reply-revision-log-item a,.bbpress #bbpress-forums div.bbp-topic-content .bbp-topic-revision-log-item a{text-decoration:none}.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links{display:none;position:absolute;bottom:0;right:0;background:#fbfbfb;padding:3px 10px}@media screen and (max-width:480px){.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links{padding:3px 7px}}.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a{color:#0073aa;text-transform:inherit;font-size:11.2px;font-size:.7rem}.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a:hover,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a:hover{text-decoration:underline}.bbpress #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links{display:block}.bbpress #bbpress-forums li.bbp-body div.type-reply:focus-within span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic:focus-within span.bbp-admin-links{display:block}.bbpress #bbpress-forums ul.status-closed,.bbpress #bbpress-forums ul.status-closed a{color:inherit}.bbpress #bbpress-forums .bbp-reply-revision-log-item img.avatar,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author img.avatar,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by img.avatar,.bbpress #bbpress-forums .bbp-topic-revision-log-item img.avatar{display:none}.bbpress #bbpress-forums .bbp-reply-revision-log-item a~a,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author a~a,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by a~a,.bbpress #bbpress-forums .bbp-topic-revision-log-item a~a{margin-left:-3px}.bbpress #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a{background:#eee}.bbpress #bbpress-forums p.bbp-topic-meta a{color:#0073aa}.bbpress #bbpress-forums p.bbp-topic-meta a:active,.bbpress #bbpress-forums p.bbp-topic-meta a:focus,.bbpress #bbpress-forums p.bbp-topic-meta a:hover{text-decoration:underline}.bbpress #bbpress-forums p.wporg-bbp-topic-site-url{border-top:1px solid #eee;padding-top:.5rem}.bbpress #bbpress-forums p.wporg-bbp-topic-site-url:before{content:"\f103";color:#000;font-family:dashicons;font:400 16px/1 dashicons;margin-right:5px;float:left;padding-top:3px}.bbpress #bbpress-forums p.wporg-bbp-topic-site-url a{display:inline-block;word-break:break-all}.bbpress #bbpress-forums .wporg-bbp-user-flag.flagged a{color:red}.bbpress #bbpress-forums p.wporg-bbp-user-is-blocked{display:inline-block;color:red}.bbpress #bbpress-forums .create-topic{font-size:12.8px;font-size:.8rem;float:left}.bbpress #bbpress-forums .create-topic:before{color:#000;content:"\f132";font:400 16px/1 dashicons;margin:0 4px 0 -4px;vertical-align:middle}.bbpress #bbpress-forums .bbp-pagination{font-size:12.8px;font-size:.8rem;float:none;width:auto}.bbpress #bbpress-forums .bbp-pagination .page-numbers{background:#fff;border:1px solid #b4b9be;color:#757575;padding:2px 8px;margin-left:-1px;opacity:1}.bbpress #bbpress-forums .bbp-pagination .page-numbers:not(.current):not(.dots):hover{background:#0073aa;color:#fff;text-decoration:none;border:1px solid #0073aa}.bbpress #bbpress-forums .bbp-pagination .page-numbers.current{background:#eee;color:#000}.bbpress #bbpress-forums .bbp-pagination .page-numbers.dots{background:#fff;color:#32373c}.bbpress #bbpress-forums .bbp-pagination .page-numbers:first-child{border-radius:3px 0 0 3px}.bbpress #bbpress-forums .bbp-pagination .page-numbers:last-child{border-radius:0 3px 3px 0}.bbpress #bbpress-forums .bbp-topic-pagination a{border:1px solid #ddd}.bbpress #bbpress-forums #bbp-user-wrapper,.bbpress #bbpress-forums ul.bbp-forums,.bbpress #bbpress-forums ul.bbp-lead-topic,.bbpress #bbpress-forums ul.bbp-replies,.bbpress #bbpress-forums ul.bbp-search-results,.bbpress #bbpress-forums ul.bbp-topics{font-size:12.8px;font-size:.8rem}.bbpress #bbpress-forums #bbp-user-wrapper ul.bbp-replies,.bbpress #bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:both}.bbpress #wp-link-wrap{font-size:11.704px;font-size:.73152rem}.bbpress #wp-link-wrap #wp-link #link-options label span,.bbpress #wp-link-wrap #wp-link #search-panel label span.search-label{width:90px}.bbpress li.bbp-forum-freshness,.bbpress li.bbp-topic-freshness{text-align:left}.bbpress h1{font-size:25px;font-size:1.5625rem;font-weight:400;padding-bottom:0;margin:2rem 0 1rem}.bbpress h1.page-title{margin-top:0}.bbpress .forum-titles .bbp-topic-reply-count,.bbpress .forum-titles .bbp-topic-voice-count{overflow:hidden}.bbpress .forum-titles .bbp-topic-reply-count:before,.bbpress .forum-titles .bbp-topic-voice-count:before{font:400 16px/1 dashicons;margin-right:100px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media (min-width:321px){.bbpress .forum-titles .bbp-topic-reply-count:before,.bbpress .forum-titles .bbp-topic-voice-count:before{font:400 21px/1 dashicons;margin-left:20px}}.bbpress .forum-titles .bbp-topic-voice-count:before{content:"\f307"}.bbpress .forum-titles .bbp-topic-reply-count:before{content:"\f125"}.bbpress li.bbp-header li.bbp-forum-info,.bbpress li.bbp-header li.bbp-topic-title{text-align:left!important}#bbpress-forums fieldset.bbp-form button{padding:0 .8rem;font-size:12.8px;font-size:.8rem}#bbpress-forums .bbp-reply-form{clear:both}#bbpress-forums .bbp-reply-form fieldset.bbp-form button,#bbpress-forums .bbp-topic-form fieldset.bbp-form button{float:none;margin-top:0}#bbpress-forums .bbp-submit-wrapper{margin-top:-35px}@media (max-width:767px){#bbpress-forums .bbp-submit-wrapper{margin-top:0}}#bbpress-forums .wporg-bbp-term-subscription{margin-bottom:1rem}.viewmore{position:relative;padding-right:18px;text-decoration:underline}.viewmore:hover{text-decoration:underline!important}.viewmore:after{content:"\f345";font-family:dashicons;position:absolute;top:1px;right:0}.rtl .viewmore:after{content:"\f341"}#bbpress-forums fieldset.bbp-form{margin:0;border:0}#bbpress-forums fieldset.bbp-form legend{font-weight:400;font-size:20px;font-size:1.25rem}#bbpress-forums fieldset.bbp-form label,#bbpress-forums fieldset.bbp-form p em{font-size:12.8px;font-size:.8rem}#bbpress-forums fieldset.bbp-form em#site_url_description{display:inline-block;margin-bottom:12px}#bbpress-forums fieldset.bbp-form input#bbp_topic_tags,#bbpress-forums fieldset.bbp-form input#site_url,#bbpress-forums fieldset.bbp-form input[type=checkbox]{margin-bottom:0}#bbpress-forums fieldset.log-edit{margin:12px 0 8px}#bbpress-forums fieldset.log-edit legend{padding:0;font-size:12.8px;font-size:.8rem}@media (max-width:767px){#bbpress-forums input[type=text]{width:100%}}.bbp-view .bbp-topic-form,.single-forum .bbp-topic-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.reply-edit #bbpress-forums .bbp-reply-form legend,.topic-edit #bbpress-forums .bbp-topic-form legend{display:block}.reply-edit #bbpress-forums .form-reply-to{display:inline-block}.reply-edit #bbpress-forums .form-reply-to #bbp_reply_to{width:100%}.topic-resolved label{vertical-align:none}.topic-resolved select{width:120px;line-height:1}select{-webkit-appearance:menulist}.forum-archive.wporg-support .info-box,.home.wporg-support .info-box{text-align:center;max-width:320px;max-width:20rem;margin:0 auto 4rem}.forum-archive.wporg-support .info-box h3,.home.wporg-support .info-box h3{margin-top:1rem}.forum-archive.wporg-support .info-box .icon-wrapper,.home.wporg-support .info-box .icon-wrapper{display:inline-block;width:100%;height:108px}.forum-archive.wporg-support .info-box .dashicons,.home.wporg-support .info-box .dashicons{font-size:95.367px;font-size:5.9604644775rem;opacity:.4;width:auto;height:auto}@media (min-width:48em){.forum-archive.wporg-support .info-box,.home.wporg-support .info-box{max-width:100%;margin:0}}.forum-archive.wporg-support #bbpress-forums .bbp-forums,.home.wporg-support #bbpress-forums .bbp-forums{border:none}.forum-archive.wporg-support #bbpress-forums div.odd,.home.wporg-support #bbpress-forums div.odd{background:transparent}.forum-archive.wporg-support .col-8,.home.wporg-support .col-8{margin-left:0}.forum-archive.wporg-support ul#views,.home.wporg-support ul#views{text-align:center;font-size:12.8px;font-size:.8rem;margin:0}.forum-archive.wporg-support .helpful-links>div:last-child,.home.wporg-support .helpful-links>div:last-child{font-size:12.8px;font-size:.8rem}@media (min-width:48em){.forum-archive.wporg-support .helpful-links>div,.home.wporg-support .helpful-links>div{width:65%;float:left;margin-right:5%}.forum-archive.wporg-support .helpful-links>div:last-child,.home.wporg-support .helpful-links>div:last-child{width:30%;margin-right:0}}.forum-archive.wporg-support .themes-plugins,.home.wporg-support .themes-plugins{margin:0 0 4rem;border-bottom:1px solid #eee}.forum-archive.wporg-support .themes-plugins p,.home.wporg-support .themes-plugins p{font-size:16px;font-size:1rem;color:#666}.forum-archive.wporg-support .themes-plugins p a:hover>.dashicons,.home.wporg-support .themes-plugins p a:hover>.dashicons{text-decoration:none}.forum-archive.wporg-support .themes-plugins h3,.home.wporg-support .themes-plugins h3{font-size:22.4px;font-size:1.4rem;margin-bottom:0;margin-top:0}@media (min-width:48em){.forum-archive.wporg-support .themes-plugins,.home.wporg-support .themes-plugins{width:65%;margin:3rem 0 4rem;border-bottom:none}.forum-archive.wporg-support .themes-plugins p,.home.wporg-support .themes-plugins p{font-size:.8rem}}.sidebar .forum-info li:before,.sidebar .topic-info li:before,.sidebar div ul li a:before{float:left;margin-right:5px}.sidebar .forum-info .forum-freshness-time:before,.sidebar .topic-info .topic-freshness-author:before,.sidebar .topic-info .topic-freshness-time:before{height:30px}.sidebar .forum-info .forum-freshness-time a,.sidebar .topic-info .topic-freshness-author a,.sidebar .topic-info .topic-freshness-time a{display:inline-block}.sidebar .forum-info li.topic-count:before{content:"\f105"}.sidebar .forum-info li.reply-count:before,.sidebar .topic-info li.reply-count:before{content:"\f125"}.sidebar .forum-info li.create-topic a:before,.sidebar .topic-info li.create-reply a:before{content:"\f132"}.sidebar .forum-info li.forum-subscribe:before,.sidebar .topic-info li.topic-subscribe:before{content:"\f465"}.sidebar .feed{background:none;padding-left:0}.single-topic .entry-content #bbpress-forums{overflow:visible}.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic{margin-bottom:15px}.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body{border:1px solid #eee;border-top:none}.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic{background:#fbfbfb}.single-topic .entry-content #bbpress-forums div.reply.status-publish{padding-right:0}.single-topic .entry-content #bbpress-forums div.even:not(.topic),.single-topic .entry-content #bbpress-forums div.odd,.single-topic .entry-content #bbpress-forums ul.even,.single-topic .entry-content #bbpress-forums ul.odd{background:#fff;border-top:2px solid #eee}.single-topic .entry-content #bbpress-forums .wporg-ratings{background-color:#fbfbfb;border:1px solid #eee;border-top:none;border-bottom:none;padding-left:10%;padding-top:.5em}.single-topic .entry-content #bbpress-forums .topic{position:relative}.single-topic .entry-content #bbpress-forums .topic>.topic-indicator,.single-topic .entry-content #bbpress-forums .topic>.topic-indicator .dashicons{display:none}.single-topic .entry-content #bbpress-forums .topic.status-closed>.topic-indicator,.single-topic .entry-content #bbpress-forums .topic.sticky>.topic-indicator,.single-topic .entry-content #bbpress-forums .topic.super-sticky>.topic-indicator{display:block;position:absolute;top:-32px;left:-2px;width:30px}.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-lock,.single-topic .entry-content #bbpress-forums .topic.sticky .dashicons-admin-post,.single-topic .entry-content #bbpress-forums .topic.super-sticky .dashicons-admin-post{display:block;float:left;color:#fff;background:gold;padding-top:3px;width:30px;height:25px;border-radius:0 3px 3px 0}.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-admin-post,.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-lock{background:#bbb}.single-topic .entry-content header{background:#fbfbfb;border:1px solid #eee;border-bottom:none;padding:1rem 2rem 0 10%}.single-topic div.bbp-breadcrumb{float:none}div.bbp-breadcrumb{font-size:12.8px;font-size:.8rem;margin-bottom:15px;color:#767676;line-height:27px}div.bbp-breadcrumb p{margin:0!important}.sidebar .topic-info li.topic-forum:before{content:"\f230"}.sidebar .topic-info li.wp-version:before{content:"\f120"}.sidebar .topic-info li.topic-resolved:before{content:"\f546"}.sidebar .topic-info li.topic-favorite:before{content:"\f487"}.sidebar .topic-info li.topic-report:before{content:"\f227"}.sidebar .topic-info li.topic-previous-reports .previous-reports{padding-left:0}.sidebar .topic-info li.topic-previous-reports .previous-reports li{list-style:inside}.sidebar .plugin-meta-icon{border-top:0}.sidebar .plugin-icon{margin:0;height:128px;width:128px;background-size:contain}.bbp-single-user .page-header h1{margin-bottom:1rem}.bbp-view .review-ratings{margin-bottom:1rem;padding-bottom:10px;border-bottom:1px solid #eee;display:flex;flex-direction:row-reverse}.bbp-view .review-ratings .col-3{font-size:12.8px;font-size:.8rem;margin:0;width:35%;float:none;border-top:1px solid #eee}.bbp-view .review-ratings .col-3 .reviews-total-count{font-weight:700;padding-bottom:5px;padding-top:5px}.bbp-view .review-ratings .col-5{margin:0 5% 10px 0;width:60%;font-size:12.8px;font-size:.8rem;float:none}.bbp-view .review-ratings .col-5>div:first-child{margin-top:0}.bbp-view .review-ratings .col-5 .wporg-ratings{display:inline-block;margin-right:1rem}.bbp-view .review-ratings .col-5 .reviews-submit-link{margin-top:1rem}@media (max-width:499px){.bbp-view .review-ratings{flex-direction:column-reverse}.bbp-view .review-ratings .col-3,.bbp-view .review-ratings .col-5{width:100%}}.three-up.helphub-front-page p,.three-up.helphub-front-page ul{text-align:left}.three-up.helphub-front-page>div{margin-bottom:5rem}.three-up.helphub-front-page .icon-wrapper a{color:inherit;text-decoration:none}#helphub-forum-link{margin-top:5rem}#helphub-forum-link span{display:inline-block;width:100%;max-width:335px}#helphub-forum-link a{margin-top:.5rem;display:inline-block}body.helphub-with-sidebar .left-sidebar{font-size:14.4px;font-size:.9rem}body.helphub-with-sidebar .left-sidebar h2{font-size:17.6px;font-size:1.1rem;font-weight:600;color:#32373c}body.helphub-with-sidebar .left-sidebar ul{list-style:none;margin:0}body.helphub-with-sidebar .left-sidebar ul li{margin-bottom:.8rem}body.helphub-with-sidebar .left-sidebar ul li ul{margin-left:1rem}@media screen and (min-width:768px){body.helphub-with-sidebar .left-sidebar{float:left;padding-right:3rem;width:23%}body.helphub-with-sidebar .left-sidebar+#main-content{float:right;width:77%}body.helphub-with-sidebar .left-sidebar+#main-content .entry-content .container{width:100%}}@media screen and (min-width:48em){.helphub-page .entry-header .entry-title{margin:0;width:65%}}.helphub-page .entry-content section .container .wp-block-image{overflow:hidden}@media screen and (min-width:48em){.helphub-page .entry-content section .container{margin:0;width:65%}}.infinite-scroll.neverending .site-footer,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.wp-filter{display:inline-block;position:relative;box-sizing:border-box;margin:20px 0 25px;padding:0 20px;width:100%;box-shadow:0 1px 1px rgba(0,0,0,.04);border:1px solid #e5e5e5;background:#fff;color:#555;font-size:13px}.wp-filter a{text-decoration:none}.filter-count{display:inline-block;vertical-align:middle;min-width:4.3em}.filter-count .count,.title-count{display:inline-block;position:relative;top:-1px;padding:4px 10px;border-radius:30px;background:#777;color:#fff;font-size:14px;font-weight:600}.title-count{display:inline;top:-3px;margin-left:5px;margin-right:20px}.filter-links{padding:0}.filter-links,.filter-links li{display:inline-block;margin:0}.filter-links li>a{display:inline-block;margin:0 10px;padding:15px 0;border-bottom:4px solid #fff;color:#666;cursor:pointer}.filter-links .current{box-shadow:none;border-bottom:4px solid #666;color:#222}.filter-links li>a:focus,.filter-links li>a:hover,.show-filters .filter-links a.current:focus,.show-filters .filter-links a.current:hover{color:#2ea2cc}.wp-filter .search-form{float:right;margin:10px 0;display:inline-block}.wp-filter .wp-filter-search{margin:0;padding:3px 5px;width:270px;font-size:16px;font-weight:300;line-height:1.5}.wp-filter .search-form select{height:33px;vertical-align:top}.wp-filter .drawer-toggle{display:inline-block;margin:0 10px;padding:4px 6px;color:#666;cursor:pointer}.wp-filter .drawer-toggle:before{display:inline-block;vertical-align:sub;content:"\f111";margin:0 5px 0 0;width:16px;height:16px;color:#777;transition:color .1s ease-in;font-family:dashicons;font-size:16px;line-height:1;text-align:center;text-decoration:inherit;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.wp-filter .drawer-toggle:hover,.wp-filter .drawer-toggle:hover:before{color:#2ea2cc}.wp-filter .drawer-toggle.current:before{color:#fff}.filter-drawer{display:none;margin:0 -20px;padding:20px;border-top:1px solid #eee;background:#fafafa}@media only screen and (max-width:480px){.filter-drawer{margin:0 -10px}}.show-filters .filter-drawer{display:block;overflow:hidden}.show-filters .wp-filter .drawer-toggle:focus,.show-filters .wp-filter .drawer-toggle:hover{background:#2ea2cc}.show-filters .filter-links a.current{border-bottom:none}.show-filters .wp-filter .drawer-toggle{border-radius:2px;border:none;background:#777;color:#fff}.show-filters .wp-filter .drawer-toggle:before{color:#fff}.filter-group{background:#fff;border:1px solid #e5e5e5;box-sizing:border-box;float:left;margin:0 1% 0 0;padding:10px;width:calc(25% - 7px);box-shadow:0 1px 1px rgba(0,0,0,.04)}.filter-group:last-of-type{margin-right:0}.filter-group.wide{width:38%}.filter-group h4{font-size:14px;position:relative;margin:0}.filter-drawer ol{list-style-type:none;font-size:12px;margin:20px 0 0;padding:0}.filter-drawer li{display:inline-block;list-style-type:none;margin:5px 0;padding-right:25px;width:100%}.filter-drawer .buttons{margin-bottom:20px}.filter-drawer .buttons .button span{display:inline-block;opacity:.8;font-size:12px;text-indent:10px}.wp-filter .button.clear-filters{display:none;margin:0 0 0 10px}.filtered-by{display:none;margin:0}.filtered-by>span{font-weight:600}.filtered-by a{margin-left:10px}.filtered-by .tags{display:inline}.filtered-by .tag{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);display:inline-block;font-size:11px;margin:2px 5px;padding:1px 8px}.filters-applied .filter-drawer .buttons,.filters-applied .filter-drawer br,.filters-applied .filter-group{display:none!important}.filters-applied .filtered-by{display:block}.error .content-filterable,.loading-content .content-filterable,.show-filters .content-filterable,.show-filters.filters-applied.loading-content .content-filterable{display:none}.show-filters.filters-applied .content-filterable{display:block}.wp-filter-search{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#333;outline:none;transition:border-color .05s ease-in-out;border-radius:0;margin:0;padding:3px 5px;width:280px;font-size:16px;font-weight:300;line-height:1.5}.directory-navigation{background:#dfdfdf}.directory-navigation .menu{font-size:13px;font-weight:700;list-style:none;margin:0 auto;max-width:960px}.directory-navigation .menu li{display:inline-block;padding-left:20px}.directory-navigation .menu li:first-of-type{padding-left:10px}.directory-navigation a{display:block;position:relative;padding:10px 0;color:#636363;font-size:14px;text-decoration:none}.directory-navigation .current a:after{content:"";width:100%;position:absolute;left:0;bottom:0;height:3px;background:#0073aa}@media (max-width:740px){.directory-navigation .menu{margin:0;padding:8px 0;width:100%}}body:not(.trac):not(.home-page) #main{margin-top:.5rem}.site-branding h1{color:#fff}h1,h2,h3,h4{color:#555!important}#page.home{background-color:#fff}.site-header.home .site-title{font-size:49.6px;font-size:3.1rem;font-weight:400;line-height:normal}.site-header .site-description{max-width:650px}.site-main{margin:0 auto}p{color:#555d66}.home-page .shapes{position:relative}.home-page .shapes .parallelogram:before{font-size:80px;height:64px;left:-30px;position:relative;-webkit-transform:skew(5deg);-ms-transform:skew(5deg);transform:skew(5deg);width:64px}.home-page .shapes .parallelogram{color:#fff;display:block;margin:0 auto;opacity:.9;padding:60px 40px;text-align:center;text-decoration:none;-webkit-transform:skew(-5deg);-ms-transform:skew(-5deg);transform:skew(-5deg)}.home-page .shapes .parallelogram.lesson-plans{background-color:#00669b;margin-top:-2rem;right:30px;top:50px;z-index:10}.home-page .shapes .parallelogram.workshop-ideas{background-color:#389547;top:0;left:30px;z-index:1}.home-page .shapes strong{display:block;font-size:28px;font-weight:300;padding-bottom:15px;padding-top:15px}.home-page .shapes p{color:#fff;font-size:16px;font-weight:300;margin:0;-webkit-transform:skew(5deg);-ms-transform:skew(5deg);transform:skew(5deg)}.home-page .shapes u{display:block;font-size:18px;padding-top:15px}@media only screen and (min-width:768px){.home-page .shapes{height:400px;margin:0 -60px}.home-page .shapes .parallelogram.workshop-ideas{margin-top:0}.home-page .shapes .parallelogram{width:50%;position:absolute;padding:50px 90px;-webkit-transform:skew(-15deg);-ms-transform:skew(-15deg);transform:skew(-15deg)}.home-page .shapes .parallelogram:before,.home-page .shapes p{-webkit-transform:skew(15deg);-ms-transform:skew(15deg);transform:skew(15deg)}}.about-training .getin{margin:0 auto;max-width:700px;overflow:hidden;position:relative}.about-training .getin .graphic{background:#826eb4;margin-bottom:16px;display:flex;align-items:center;justify-content:center;height:125px;width:125px}.about-training .getin .graphic .dashicons{font-size:75px;width:auto;height:auto;color:#fff}@media only screen and (min-width:576px){.about-training .getin{padding-left:230px}.about-training .getin .graphic{left:0;top:6px;margin:0 auto;position:absolute;height:150px;width:150px}}.lesson-lists .lesson-item .viewmore:after{content:"\f345";font-family:dashicons;position:absolute;top:1px;right:0}@media only screen and (min-width:576px){.lesson-lists .col{float:left;padding:15px;width:50%}}.lesson-lists .lesson-item{margin-bottom:40px;font-size:14px}.lesson-lists .lesson-item .title{font-weight:300}.lesson-lists .lesson-item p{color:#555d66}@media only screen and (min-width:768px){.lesson-lists{padding-left:0;padding-right:0}.lesson-lists .col{width:33.3333%}.lesson-lists .col .lesson-item:last-child{margin-bottom:0}}.submit-idea-cta{text-align:center}.submit-idea-cta h3{font-size:30px;margin-bottom:30px}.lp-list{margin:0 -15px}.lp-list .lp-item{display:inline-block;margin-bottom:30px;padding:0 1rem;vertical-align:top}.card,.lp-list .lp-item-wrap{background-color:#fff;border:1px solid #e5e5e5;padding:1.75rem}@media only screen and (min-width:768px){.lp-list .lp-item{width:50%;margin-right:-4px}.lp-list .lp-item-wrap{min-height:300px}}.lp-list .lp-item--full{width:100%}.card{margin-bottom:30px}.lp-list .lp-item-wrap--split .lp-body{display:flex;flex-direction:column;justify-content:space-between}.lp-list .lp-item-wrap--split .lp-body>:first-child{order:2}.lp-list .lp-item-wrap--split .lp-body>:last-child{order:1}.lp-list .lp-item-wrap--split .lp-details-list{margin-bottom:.75rem}.lp-list .lp-item-wrap--split .lp-details-list li{display:inline-block;padding-right:1rem}@media only screen and (min-width:576px){.lp-list .lp-item-wrap--split .lp-body{flex-direction:row}.lp-list .lp-item-wrap--split .lp-body>:first-child{width:64%;order:1}.lp-list .lp-item-wrap--split .lp-body>:last-child{padding-left:5%;width:30%;order:2}.lp-list .lp-item-wrap--split .lp-details-list{margin-bottom:0}.lp-list .lp-item-wrap--split .lp-details-list li{display:block;padding-right:0}}.lp-list .lp-item h2 a{font-weight:400}.lp-list .lp-item .lp-excerpt{margin:0;padding-bottom:1rem;color:#6a6a6a;font-size:14px}.lp-list .lp-topics{margin:0 0 0 1rem;padding-top:.25rem;list-style:square;font-size:12px;font-size:.75rem}.lp-list .lp-topics li{padding-bottom:.5rem}.lp-list .lp-topics li:last-child{padding-bottom:0}@media only screen and (min-width:768px){.lp-list .lp-topics--split li{width:50%;float:left}}.lp-details{font-size:14px;overflow:hidden}.lp-list .lp-details .items{float:left;width:50%}@media only screen and (min-width:960px){.lp-list .lp-details .lp-details-list--split li{float:left;width:50%}}.lp-list .lp-details .left-items{padding-right:10px}.lp-content .lp-details ul,.lp-list .lp-details ul{list-style-type:none;margin:0;padding:0}.lp-content .lp-details ul li,.lp-list .lp-details ul li{margin:0;padding:0 0 .5rem 1.5rem;position:relative}.lp-content .lp-details .dashicons,.lp-list .lp-details .dashicons{color:#0073aa;left:0;position:absolute;top:2.4px;top:.15rem}.lp-content .lp-details strong{padding-left:.25rem}.lp-suggestion_title{margin-bottom:0;font-size:13.6px;font-size:.85rem}.lp-content{display:flex;flex-direction:column;justify-content:space-between}.lp-content .lp-content-inner{order:2}.lp-content .lp-sidebar{order:1}.lp-content .lp-details .lp-links,.lp-suggestion{display:none}.lp-sidebar .lp-details ul:first-child li{display:inline-block;padding-right:1rem}@media only screen and (min-width:768px){.lp-content{flex-direction:row}.lp-content .lp-content-inner{width:64%;order:1}.lp-content .lp-sidebar{width:30%;order:2}.lp-content .lp-details .lp-links,.lp-suggestion{display:block}}.lp-content .lp-details .lp-links{margin:1.25rem 0}.lp-content .lp-details .lp-links li{padding:0 0 1rem}.lp-content .lp-details .lp-links li:last-child{padding-bottom:0}.lp-content .lp-details .lp-links li a{background-color:#f8f8f8;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.08);color:#666;display:inline-block;font-size:14px;width:100%;max-width:220px;padding:5px 10px;text-decoration:none}.lp-details .lp-links li a .dashicons{color:#9a9ea3;font-size:16px;position:relative;top:3px}.lp-content .lp-details .lp-links li a:hover{background-color:#f8f8f8;border-color:#999;color:#777}.lp-empty{margin-bottom:8 rem;min-height:300px;line-height:100px;text-align:center}.type-page .entry-content{background-color:#fff;padding:30px}.contact-form .grunion-field-label{font-size:16px;margin-bottom:10px}.contact-form .grunion-field-wrap{margin-bottom:20px}.contact-form input[type=email],.contact-form input[type=text],.contact-form textarea{border:1px solid #ddd;box-shadow:none;box-sizing:border-box;font-family:inherit;font-size:16px;margin:0;max-width:100%!important;padding:10px;width:100%!important;-webkit-appearance:none}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-radio-wrap{display:inline-block;vertical-align:top;width:45%}.contact-form .grunion-checkbox-multiple-label,.contact-form .grunion-radio-label{font-size:16px;font-weight:400!important}.contact-form input.checkbox-multiple,.contact-form input.radio{margin-bottom:0!important}.contact-form .pushbutton-wide{background:#008ec2;border:1px solid #006799;border-radius:3px;box-shadow:0 1px 0 #006799;color:#fff;font-size:16px;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;padding:5px 30px;-webkit-appearance:none}.contact-form .pushbutton-wide:hover{color:#eee}.type-page .submit-idea-cta{padding:.5rem 0 2rem}.type-page .submit-idea-cta h4{margin:0 auto 1rem;font-weight:500}.idea-type-lists{overflow:hidden;padding-top:0;margin:0 auto;max-width:610px}.idea-type-lists .col{padding:0 35px;font-size:13px;margin-bottom:2rem}@media only screen and (min-width:576px){.idea-type-lists{padding-bottom:2rem}.idea-type-lists .col{float:left;width:50%;margin-bottom:0}}.idea-type-lists .col p{color:#666}.idea-type-lists .col .dashicons{color:#9ea3a8;width:65px;height:65px;display:block;margin:1rem auto 0}.idea-type-lists .col .dashicons:before{font-size:65px}.contact-form .grunion-checkbox-multiple-label,.contact-form .grunion-field-label,.contact-form .grunion-radio-label{font-size:13px}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-radio-wrap{width:29%;margin:10px}input.text{height:40px}.custom-subheader{margin-bottom:.4em}.no-padding{padding:0!important}.clearfix:after{content:"";display:table;clear:both}div.bbp-breadcrumb{margin:.75rem 0 1.5rem}p{margin:0 0 1rem}.directory-navigation .menu{padding:0}hr{height:1px}1 [class*=col-]{margin:inherit}.row{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width:768px){.row{flex-direction:column;flex-wrap:nowrap}}.row.gutters>.row{margin-left:-2%}@media (max-width:768px){.row.gutters>.row{margin-left:0}}.row.gutters>.row>[class*=col-]{margin-left:2%}@media (max-width:768px){.row.gutters>.row>[class*=col-]{margin-left:0}}.row.around{justify-content:space-around}.row.between{justify-content:space-between}.row.auto .col{flex-grow:1}.col-1{width:8.3333333333%}.offset-1{margin-left:8.3333333333%}.col-2{width:16.6666666667%}.offset-2{margin-left:16.6666666667%}.col-3{width:25%}.offset-3{margin-left:25%}.col-4{width:33.3333333333%}.offset-4{margin-left:33.3333333333%}.col-5{width:41.6666666667%}.offset-5{margin-left:41.6666666667%}.col-6{width:50%}.offset-6{margin-left:50%}.col-7{width:58.3333333333%}.offset-7{margin-left:58.3333333333%}.col-8{width:66.6666666667%}.offset-8{margin-left:66.6666666667%}.col-9{width:75%}.offset-9{margin-left:75%}.col-10{width:83.3333333333%}.offset-10{margin-left:83.3333333333%}.col-11{width:91.6666666667%}.offset-11{margin-left:91.6666666667%}.col-12{width:100%}.offset-12{margin-left:100%}.gutters>.col-1{width:6.33333%}.gutters>.col-1:nth-child(n+13){margin-top:2%}.gutters>.offset-1{margin-left:10.33333%!important}.gutters>.col-2{width:14.66667%}.gutters>.col-2:nth-child(n+7){margin-top:2%}.gutters>.offset-2{margin-left:18.66667%!important}.gutters>.col-3{width:23%}.gutters>.col-3:nth-child(n+5){margin-top:2%}.gutters>.offset-3{margin-left:27%!important}.gutters>.col-4{width:31.33333%}.gutters>.col-4:nth-child(n+4){margin-top:2%}.gutters>.offset-4{margin-left:35.33333%!important}.gutters>.col-5{width:39.66667%}.gutters>.offset-5{margin-left:43.66667%!important}.gutters>.col-6{width:48%}.gutters>.col-6:nth-child(n+3){margin-top:2%}.gutters>.offset-6{margin-left:52%!important}.gutters>.col-7{width:56.33333%}.gutters>.offset-7{margin-left:60.33333%!important}.gutters>.col-8{width:64.66667%}.gutters>.offset-8{margin-left:68.66667%!important}.gutters>.col-9{width:73%}.gutters>.offset-9{margin-left:77%!important}.gutters>.col-10{width:81.33333%}.gutters>.offset-10{margin-left:85.33333%!important}.gutters>.col-11{width:89.66667%}.gutters>.offset-11{margin-left:93.66667%!important}.gutters>.col-12{width:98%}.gutters>.offset-12{margin-left:102%!important}@media (max-width:768px){[class*=" offset-"],[class^=offset-]{margin-left:0}}.first{order:-1}.last{order:1}@media (max-width:768px){.row [class*=col-]{margin-left:0;width:100%}.row.gutters [class*=col-]{margin-bottom:16px}.first-sm{order:-1}.last-sm{order:1}}.gutters .column.push-left,.push-left{margin-right:auto}.gutters .column.push-right,.push-right{margin-left:auto}.gutters .column.push-center,.push-center{margin-left:auto;margin-right:auto}.gutters .column.push-middle,.push-middle{margin-top:auto;margin-bottom:auto}.push-bottom{margin-top:auto}@media (max-width:768px){.gutters .column.push-left-sm,.push-left-sm{margin-left:0}.gutters .column.push-center-sm,.push-center-sm{margin-left:auto;margin-right:auto}.push-top-sm{margin-top:0}}.align-middle{align-items:center}.align-right{justify-content:flex-end}.align-center{justify-content:center}@media (max-width:768px){.align-left-sm{justify-content:flex-start}}.float-right{float:right}.float-left{float:left}@media (max-width:768px){.float-left,.float-right{float:none}}.fixed{position:fixed;top:0;left:0;z-index:100;width:100%}p{margin:1rem 0}blockquote{margin:0 1.5rem}address{margin:0 0 1.5rem}pre{margin-bottom:1.6rem;padding:1.6rem}code,kbd,pre,tt,var{font-size:15px;font-size:.9375rem}blockquote{padding-left:.8rem}figure{margin:0}hr{margin:5rem auto}h1,h2,h3,h4,h5,h6{font-family:Open Sans,sans-serif;clear:both;line-height:1.5;margin:2rem 0 1rem}.h1,h1{font-size:39.062px;font-size:2.44140625rem}.h1,.h2,h1,h2{font-weight:300}.h2,h2{font-size:31.25px;font-size:1.953125rem}.h3,h3{font-size:25px;font-size:1.5625rem;font-weight:400}.h4,h4{font-size:20px;font-size:1.25rem;color:#32373c;font-weight:600;padding:0}.h5,h5{font-size:16px;font-size:1rem;letter-spacing:.16px;letter-spacing:.01rem}.h5,.h6,h5,h6{font-weight:600;text-transform:uppercase}.h6,h6{font-size:12.8px;font-size:.8rem;letter-spacing:.8px}a{text-decoration:none}li>a,p a{text-decoration:underline}li>a:hover,p a:hover{color:#d54e21}ol,ul{margin:0 0 1.5em 1.5em;padding:0}ul{list-style:square}ol.unmarked-list,ul.unmarked-list{list-style:none;padding-left:0}table{border:1px solid #eee;font-size:12.8px;font-size:.8rem;margin:0 0 1rem}table thead{background:#32373c;color:#fff}table td,table th{border:1px solid #eee;font-weight:400;margin:0;padding:.4rem;text-align:left;vertical-align:top}table tbody tr:nth-child(2n){background:#f7f7f7}@media screen and (min-width:737px){html{font-size:1.125rem}}.custom-select{display:inline-block;box-sizing:border-box;padding:.5rem 2rem .5rem .8rem;width:auto;font-size:1em;line-height:1.3;border:1px solid #6c7782;box-shadow:none;border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg width="14" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z" fill="%23555D66"/%3E%3C/svg%3E%0A');background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.65em auto}.custom-select::-ms-expand{display:none}.custom-select:focus{box-shadow:0 0 1px 3px rgba(59,153,252,.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.custom-select option{font-weight:400}.site-content[tabindex="-1"]:focus{outline:0}.no-js .hide-if-no-js{display:none}@media screen and (max-width:480px){.alignleft,.alignright{display:block;float:none;margin-left:auto;margin-right:auto}}.button,.button-primary,.button-secondary,.plugin-upload-form .button-primary{border:1px solid;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12.8px;font-size:.8rem;height:25px;height:1.5625rem;line-height:1;margin:0;padding:0 .8rem;text-decoration:none;white-space:nowrap;-webkit-appearance:none}.button-group.button-xl .button,.button.button-xl{font-size:16px;font-size:1rem;height:39.062px;height:2.44140625rem;line-height:1;padding:0 1.5rem}.button-group.button-large .button,.button.button-large{height:31.25px;height:1.953125rem;line-height:1;padding:0 1rem}.button-group.button-small .button,.button.button-small{font-size:10.24px;font-size:.64rem;height:20px;height:1.25rem;line-height:1;padding:0 .5rem}a.button,a.button-primary,a.button-secondary{line-height:25px;line-height:1.5625rem}.button-group.button-large a.button,a.button.button-large{line-height:31.25px;line-height:1.953125rem}.button-group.button-xl a.button,a.button.button-xl{line-height:39.062px;line-height:2.44140625rem}.button-group.button-small a.button,a.button.button-small{line-height:20px;line-height:1.25rem}.button:active,.button:focus{outline:none}.button.hidden{display:none}.button,.button-secondary,.button:visited{background:#f7f7f7;border-color:#ccc;box-shadow:0 1px 0 #ccc;color:#555;vertical-align:top}p .button{vertical-align:baseline}.button-secondary:focus,.button-secondary:hover,.button.focus,.button.hover,.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}.button-link:focus,.button-secondary:focus,.button.focus,.button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}.button-secondary:active,.button.active,.button.active:hover,.button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.button.active:focus{border-color:#5b9dd9;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 3px rgba(0,115,170,.8)}.button-disabled,.button-secondary.disabled,.button-secondary:disabled,.button-secondary[disabled],.button.disabled,.button:disabled,.button[disabled]{background:#f7f7f7!important;border-color:#ddd!important;box-shadow:none!important;color:#a0a5aa!important;cursor:default;text-shadow:0 1px 0 #fff!important;transform:none!important}.button-link,input[type=submit].button-link{background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer;margin:0;outline:none;padding:0}.button-primary,.download-button,.plugin-upload-form .button-primary{text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}.button-primary,.button-primary:visited,.download-button,.download-button:visited,.plugin-upload-form .button-primary,.plugin-upload-form .button-primary:visited{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover,.download-button.focus,.download-button.hover,.download-button:focus,.download-button:hover,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary.hover,.plugin-upload-form .button-primary:focus,.plugin-upload-form .button-primary:hover{background:#008ec2;border-color:#006799;box-shadow:0 1px 0 #006799;color:#fff}.button-primary.focus,.button-primary:focus,.download-button.focus,.download-button:focus,.plugin-upload-form .button-primary.focus,.plugin-upload-form .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active,.download-button.active,.download-button.active:focus,.download-button.active:hover,.download-button:active,.plugin-upload-form .button-primary.active,.plugin-upload-form .button-primary.active:focus,.plugin-upload-form .button-primary.active:hover,.plugin-upload-form .button-primary:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.button-primary.disabled,.button-primary:disabled,.button-primary[disabled],.download-button.disabled,.download-button:disabled,.download-button[disabled],.plugin-upload-form .button-primary.disabled,.plugin-upload-form .button-primary:disabled,.plugin-upload-form .button-primary[disabled]{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-primary.button.button-hero,.download-button.button.button-hero,.plugin-upload-form .button-primary.button.button-hero{box-shadow:0 2px 0 #006799}.button-primary.button.button-hero.active,.button-primary.button.button-hero.active:focus,.button-primary.button.button-hero.active:hover,.button-primary.button.button-hero:active,.download-button.button.button-hero.active,.download-button.button.button-hero.active:focus,.download-button.button.button-hero.active:hover,.download-button.button.button-hero:active,.plugin-upload-form .button-primary.button.button-hero.active,.plugin-upload-form .button-primary.button.button-hero.active:focus,.plugin-upload-form .button-primary.button.button-hero.active:hover,.plugin-upload-form .button-primary.button.button-hero:active{box-shadow:inset 0 3px 0 #006799}.button-group>.button{border-radius:0;display:inline-block;margin-right:-1px;z-index:10}.button-group>.button-primary{z-index:100}.button-group>.button:hover{z-index:20}.button-group>.button:first-child{border-radius:3px 0 0 3px}.button-group>.button:last-child{border-radius:0 3px 3px 0}.button-group>.button:focus{position:relative;z-index:1}@media screen and (max-width:737px){.button,.button.button-large,.button.button-small,.plugin-upload-form .button-primary{font-size:14px;height:auto;line-height:normal;margin-bottom:4px;padding:6px 14px;vertical-align:middle}}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.home-below:after,.home-below:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.home-below:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{outline:none}input[type=number]{height:28px}input[type=checkbox],input[type=radio]{height:16px;outline:0;width:16px;-webkit-appearance:none}input[type=checkbox]:checked:before,input[type=radio]:checked:before{font:normal 21px/1 dashicons}input[type=checkbox]:checked:before{margin:-3px 0 0 -4px}input[type=radio]:checked+label:before{color:#82878c}input[type=radio]:checked:before{height:6px;margin:4px;width:6px}input[type=reset]:active,input[type=reset]:hover{color:#00a0d2}input[type=search]{-webkit-appearance:textfield}input,select,textarea{font-size:14px}textarea.code{line-height:1.4;padding:4px 6px 1px}label{vertical-align:middle}input,select{margin:1px;padding:3px 5px}input.code{padding-top:6px}.wp-core-ui :-moz-placeholder,:-moz-placeholder{color:#a9a9a9}input.large-text,textarea.large-text{width:99%}input.regular-text{width:25em}input.small-text{padding:1px 6px;width:50px}input[type=number].small-text{width:65px}input.tiny-text{width:35px}input[type=number].tiny-text{width:45px}@media screen and (max-width:782px){textarea{-webkit-appearance:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;padding:6px 10px}input[type=number]{height:40px}input.code{padding-bottom:5px;padding-top:10px}input[type=checkbox]{-webkit-appearance:none;padding:10px}input[type=checkbox]:checked:before{font:normal 30px/1 dashicons;margin:-3px -5px}input[type=checkbox],input[type=radio]{height:25px;width:25px}input[type=radio]:checked:before{vertical-align:middle;width:9px;height:9px;margin:7px;line-height:16px}input,textarea{font-size:16px}input[type=number].small-text,input[type=password].small-text,input[type=search].small-text,input[type=text].small-text{width:auto;max-width:55px;display:inline;padding:3px 6px;margin:0 3px}input.regular-text{width:100%}label{font-size:14px}fieldset label{display:block}}a.button:active,a.button:focus,a.button:hover{text-decoration:none}.error-404 .page-content .logo-swing{height:160px;height:10rem;margin:6rem auto;position:relative;text-align:center;width:160px;width:10rem}.error-404 .page-content .logo-swing .wp-logo{left:0;max-width:none;position:absolute;top:0;width:160px;width:10rem}@keyframes hinge{10%{width:180px;height:180px;transform:rotate(0deg)}15%{width:185px;height:185px;transform:rotate(0deg)}20%{width:180px;height:180px;transform:rotate(5deg)}40%{transform-origin:top left;animation-timing-function:ease-in-out}60%{transform:rotate(40deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}.comments-area{margin-top:5em}.comments-area>:last-child{margin-bottom:0}.comments-area .comment-list+.comment-respond{border-top:1px solid #eaeaea}.comments-area .comment-list+.comment-respond,.comments-area .comment-navigation+.comment-respond{padding-top:1.6em}.comments-area .comments-title{margin-bottom:1.3333em}.comments-area .comment-list{list-style:none;margin:0}.comments-area .comment-list .pingback,.comments-area .comment-list .trackback,.comments-area .comment-list article{border-top:1px solid #eaeaea;padding:1.6em 0}.comments-area .comment-list article:not(:only-child){padding-bottom:0}.comments-area .comment-list article+.comment-respond{padding-bottom:1.6em}.comments-area .comment-list .children{list-style:none;margin:0}.comments-area .comment-list .children>li{padding-left:.8em}.comments-area .comment-list .alt{background:none}.comments-area .comment-author{color:#999;margin-bottom:.4em}.comments-area .comment-author .avatar{float:left;height:24px;margin-right:.8em;width:24px}.comments-area .comment-metadata,.comments-area .pingback .edit-link{color:#999;line-height:1.5}.comments-area .comment-metadata a,.comments-area .pingback .edit-link a{color:#777}.comments-area .comment-metadata{font-size:12.8px;font-size:.8rem;margin-bottom:1.6em}.comments-area .comment-metadata .edit-link,.comments-area .pingback .edit-link{margin-left:1em}.comments-area .pingback .edit-link:before{top:5px}.comments-area .comment-content ol,.comments-area .comment-content ul{margin:0 0 1.6em 1.3333em}.comments-area .comment-content>:last-child,.comments-area .comment-content li>ol,.comments-area .comment-content li>ul{margin-bottom:0}.comments-area .comment-content .reply{font-size:12px}.comments-area .comment-content .reply a{border:1px solid #eaeaea;color:#707070;display:inline-block;font-weight:700;line-height:1;margin-top:2em;padding:.4167em .8333em;text-transform:uppercase}.comments-area .comment-content .reply a:focus,.comments-area .comment-content .reply a:hover{border-color:#333;color:#333;outline:0}.comments-area .comment-reply-title a{font-weight:inherit}.comments-area .comment-form label{font-size:12.8px;font-size:.8rem;font-weight:700;display:block;letter-spacing:.04em;line-height:1.5}.comments-area .comment-form input[type=email],.comments-area .comment-form input[type=text],.comments-area .comment-form input[type=url],.comments-area .comment-form textarea{width:100%}.comments-area .comment-awaiting-moderation,.comments-area .comment-notes,.comments-area .form-allowed-tags,.comments-area .logged-in-as{font-size:16px;font-size:1rem;line-height:1.5;margin-bottom:2em}.comments-area .no-comments{border-top:1px solid #eaeaea;color:#999;font-weight:700;padding-top:1.6em}.comments-area .comment-navigation+.no-comments{border-top:0}.comments-area .form-allowed-tags code{font-family:Inconsolata,monospace}.comments-area .form-submit{margin-bottom:0}.comments-area .required{color:#c0392b}.entry-content{hyphens:auto;word-wrap:break-word}.entry-content>p:first-child{margin-top:0}.entry-content [class*=col-]~h1,.entry-content [class*=col-]~h2,.entry-content [class*=col-]~h3,.entry-content [class*=col-]~h4,.entry-content [class*=col-]~h5,.entry-content [class*=col-]~h6{clear:none}.entry-header{position:relative}.entry-header .sticky-post{font-style:italic;position:absolute;top:-12.8px;top:-.8rem}.entry-header .sticky-post,.entry-meta{color:#999;font-size:12.8px;font-size:.8rem}.entry-meta{margin-bottom:1rem}.entry-meta a{color:#777}.entry-meta>span{margin-right:1rem}.entry-meta>span :last-of-type{margin:0}.entry-meta .byline,.entry-meta .updated:not(.published),.sticky .entry-meta .posted-on{display:none}.group-blog .entry-meta .byline,.single .entry-meta .byline{display:inline}.entry-summary{hyphens:auto;word-wrap:break-word}body:not(.single):not(.search) .site-main .post{margin-bottom:3.0517578125rem;max-width:40em}.gallery{margin-bottom:1.5rem}.gallery .gallery-item{display:inline-block;margin:0;text-align:center;vertical-align:top;width:100%}.gallery.gallery-columns-2 .gallery-item{max-width:50%}.gallery.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery.gallery-columns-4 .gallery-item{max-width:25%}.gallery.gallery-columns-5 .gallery-item{max-width:20%}.gallery.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery .gallery-caption{display:block}@media screen and (min-width:737px){.main-navigation a.active{border-bottom:1px solid}}.main-navigation.toggled{z-index:1}.menu-toggle{background:transparent;border:none;color:#fff;font-size:25px;font-size:1.5625rem;height:56px;height:3.5rem;overflow:hidden;position:absolute;right:16px;right:1rem;top:-58px;width:56px;width:3.5rem;-webkit-appearance:none}.toggled .menu-toggle:before{content:"\f343"}@media screen and (min-width:737px){.menu-toggle{display:none}.main-navigation{float:right;position:static;width:auto}.main-navigation.toggled{padding:1px 0}.main-navigation ul{display:inline-block;font-size:0}.main-navigation ul li{border:0;display:inline-block;font-size:1rem;margin-right:1rem;padding:0}.main-navigation ul li:last-of-type{margin-right:0}}body.page .gutters .col-12{width:100%}body.page .entry-header{background:#0073aa;padding:1rem 0}body.page .entry-header .entry-title{color:#fff;font-size:25px;font-size:1.5625rem;font-weight:300;line-height:1;margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){body.page .entry-header .entry-title{padding:0 10px}}body.page .entry-header.home{padding:1.5625rem 1.143rem;text-align:center}@media screen and (min-width:737px){body.page .site-header+.site-main .entry-title{padding:initial}}body.page .entry-content,body.page .entry-footer{margin:0 auto;max-width:960px;padding:3.0517578125rem 1.5625rem}.post-navigation{margin:5em auto;padding:0}.post-navigation a{border-bottom:1px solid #eaeaea;color:#444;display:block;font-weight:600;padding:11px 0 12px;text-transform:none;width:100%}.post-navigation a:hover{color:#21759b}.post-navigation .nav-links{border-top:1px solid #eaeaea;hyphens:auto;word-wrap:break-word}.post-navigation .meta-nav{color:#777;display:block;font-size:13px;line-height:2;text-transform:uppercase}.post-navigation .nav-next{text-align:right}.pagination .nav-links{text-align:center}.pagination .nav-links .page-numbers{background-color:#f9f9f9;cursor:hand;display:inline-block;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.dots,.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{background:none;font-size:.9em;width:auto}.pagination .nav-links .page-numbers.dots{cursor:inherit}@media screen and (max-width:737px){.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev{font-size:0;min-width:0;padding:0}.pagination .nav-links .page-numbers.next:after,.pagination .nav-links .page-numbers.prev:before{background-color:#f9f9f9;display:inline-block;font-size:1rem;line-height:1.5;min-width:2em;padding:8px}.pagination .nav-links .page-numbers.prev:before{content:"\2039"}.pagination .nav-links .page-numbers.next:after{content:"\203A"}}.pagination .nav-links span.page-numbers{background-color:#f7f7f7;font-weight:700}.search-form .search-field{line-height:normal;margin:0;padding:4px 5px;vertical-align:text-bottom}body.search .gutters .col-12{width:100%}body.search .site-main{margin:0 auto;max-width:960px;padding:0 1.5625rem 3.0517578125rem}.site-content{margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:737px){.site-content{padding:0 10px 3.0517578125rem}}@media screen and (max-width:737px){.site-content .site-main{float:none;margin:0;width:auto}}.home .site-content,.page .site-content,.site-content.page{margin:auto;max-width:none;padding:0}.site-content .page-title{font-size:20px;font-size:1.25rem;font-weight:400}.site-content .no-results{margin:0 auto 3.0517578125rem;max-width:40em;padding:0 2rem}@media screen and (min-width:737px){.site-header .site-branding{padding:0 10px}}.widget-area{font-size:12.8px;font-size:.8rem}@media screen and (min-width:480px) and (max-width:768px){.widget-area{display:flex}.widget-area .widget{width:48%}}#wporg-footer{background-color:#f7f7f7;border-top:1px solid #dfdfdf;padding:22px 14px 65px}#wporg-footer,#wporg-footer .wrapper{clear:both;margin:0 auto;overflow:auto}#wporg-footer .wrapper{max-width:930px}#wporg-footer ul{float:left;margin-bottom:20px;margin-left:24px;overflow:auto;padding-left:0;width:135px}@media screen and (min-width:960px){#wporg-footer ul:first-child{margin-left:0}}#wporg-footer ul li{color:#bbb;font-size:14px;list-style-type:none;margin-bottom:1px}#wporg-footer ul li a{text-decoration:none;text-decoration-skip-ink:none}#wporg-footer ul li a:hover{color:#0073aa;text-decoration:underline}#wporg-footer .cip{clear:both;color:#ccc;float:none;font-size:12.8px;font-size:.8rem;letter-spacing:.3em;margin:35px auto 0;text-align:center;text-transform:uppercase}#wporg-footer .cip.cip-image{background:url(//s.w.org/style/images/codeispoetry.png?1=) 50% no-repeat;background-size:190px 15px;height:15px;text-indent:-9999px;width:190px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#wporg-footer .cip.cip-image{background-image:url(//s.w.org/style/images/codeispoetry-2x.png?1=)}}@media screen and (min-width:561px) and (max-width:959px){#wporg-footer .wrapper{max-width:600px}#wporg-footer ul{margin-left:2%;width:32%}#wporg-footer ul:nth-child(3n+1){margin-left:0}#wporg-footer ul:nth-child(4n){clear:both}}@media screen and (max-width:560px){#wporg-footer .wrapper{max-width:360px}#wporg-footer ul{margin-left:4%;width:48%}#wporg-footer ul:nth-child(odd){margin-left:0;clear:both}}#wporg-header h2.rosetta{margin:0 0 0 60px}#wporg-header #wporg-header-menu{top:100%}#wporg-header #wporg-header-menu.toggled{left:0}@media screen and (max-width:767px){#wporg-header ul li#download,#wporg-header ul li.download{display:block;float:none;margin:10px 20px 20px;padding-bottom:0;height:auto}#wporg-header ul li#download a,#wporg-header ul li.download a{padding:4px 10px;text-align:center}}#wporg-header ul li .nav-submenu{clip:rect(1px,1px,1px,1px);height:1px;left:-2px;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;z-index:99999}#wporg-header ul li .nav-submenu li a{display:inline-block;height:24px;line-height:24px;margin:0;white-space:nowrap}#wporg-header #head-search form .button{background:#191e23 url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831) no-repeat 2px 5px;border:none;border-radius:0;box-shadow:none;float:left;height:30px;margin:0;padding:0;text-shadow:none!important;width:26px}@media screen and (min-width:768px){#wporg-header{height:120px;text-align:inherit}#wporg-header h1{float:left;padding-left:10px}#wporg-header h2.rosetta{float:left;margin-left:0;padding:36px 27px 0}#wporg-header #headline h2{text-rendering:optimizeLegibility}#wporg-header #wporg-header-menu{float:left;height:46px;list-style:none;margin:-15px 0 0;max-width:inherit;min-width:0;padding:0;position:static;width:100%}#wporg-header ul li{float:left;position:relative}#wporg-header ul li a{height:46px;padding:0 6px}#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-8px auto 0;width:0}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;margin:-8px 0 0 -9px;position:absolute;width:0}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-10px auto 0;width:0}#wporg-header ul li .nav-submenu{background:#32373c;border:1px solid #32373c;border-top:0;margin-top:-1px;min-width:0}#wporg-header ul li .nav-submenu li{float:none}#wporg-header ul li .nav-submenu li a{height:34px;line-height:34px}#wporg-header .nav-menu .focus>ul,#wporg-header .nav-menu ul li:hover>ul,#wporg-header ul.nav-menu .focus>ul,#wporg-header ul.nav-menu li:hover>ul{clip:inherit;height:inherit;overflow:inherit;width:inherit}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom-color:#0073aa}}.page-download #wporg-header #download,.page-parent-download #wporg-header #download{display:none}#mobile-menu-button:before{font:normal 50px/1 Dashicons}.content-icon>span{font-size:64px;width:auto;height:auto}.featured-workshop{margin:32px 0 0}.featured-workshop_video{height:400px;width:100%;background:#eee;overflow:hidden}.featured-workshop_video>img{width:100%;display:block}.featured-workshop_title{display:block;margin-bottom:8px;font-weight:700;text-decoration:underline;font-size:20px}.featured-workshop_content{margin-top:16px}.featured-workshop_content_author{padding-top:16px}@media screen and (min-width:768px){.featured-workshop_content_author{padding-top:0;padding-left:32px}}.section-heading_link,.section-heading_title{margin-bottom:0}.section-heading_title{font-weight:300}.section-heading_link{text-decoration:underline;font-weight:700}.section-heading--with-space{padding-bottom:16px}.video-grid{margin:0 -8px;list-style:none}.video-grid_item{display:flex;flex-direction:column;justify-content:space-between;padding:32px 8px 0;margin:0}.video-grid_item_link{display:block;margin-top:8px;font-weight:700}.video-grid_item--no-image{height:100%;background:#eee}.workshop-page_content{margin:16px 0 64px}.workshop-page_section{padding:4rem 0 0}.workshop-page_video figure{margin:32px 0}.workshop-page_video iframe{width:100%}@media screen and (min-width:768px){.workshop-page_video iframe{height:528px}}.workshop-page_sidebar{padding-top:32px}@media screen and (min-width:768px){.workshop-page_sidebar{padding-top:0;padding-left:16px}}.workshop-page_list{margin-top:48px;color:#555d66}.workshop-page_list h2{font-size:24px}.workshop-page_list ol{margin:0 0 0 16px;padding:0}.workshop-page_list li{margin-top:8px}.workshop-presenter{display:flex;align-items:center}.workshop-presenter>div:first-child{min-width:56px}.workshop-presenter_profile{display:flex;margin-right:24px;height:56px;border-radius:32px}.workshop-presenter_name{color:#555d66}.workshop-presenter_handle{text-decoration:underline}.has-wporg-blue-color{color:#1e8cbe}.has-wporg-blue-background-color{background-color:#1e8cbe}.has-wporg-purple-color{color:#826eb4}.has-wporg-purple-background-color{background-color:#826eb4}.has-wporg-white-color{color:#fff}.has-wporg-white-background-color{background-color:#fff}.terms{font-style:italic}.github-markdown,.terms{font-size:14px}.github-markdown a.anchor{display:block;padding-left:30px;margin-left:-30px;cursor:pointer;position:absolute;top:0;left:0;bottom:0}h1:first-child,h1:first-child+h2,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0;padding-top:0}.github-markdown h1:hover a.anchor,.github-markdown h2:hover a.anchor,.github-markdown h3:hover a.anchor,.github-markdown h4:hover a.anchor,.github-markdown h5:hover a.anchor,.github-markdown h6:hover a.anchor{text-decoration:none}.github-markdown h1 code,.github-markdown h1 tt,.github-markdown h2 code,.github-markdown h2 tt,.github-markdown h3 code,.github-markdown h3 tt,.github-markdown h4 code,.github-markdown h4 tt,.github-markdown h5 code,.github-markdown h5 tt,.github-markdown h6 code,.github-markdown h6 tt{font-size:inherit}.github-markdown h1{font-size:28px;font-weight:400}.github-markdown h2{border-bottom:1px solid #ccc;font-size:20px;font-weight:400;padding-bottom:5px}.github-markdown h3{font-size:18px}.github-markdown h4{font-size:16px}.github-markdown h5{font-size:14px}.github-markdown h6{color:#777;font-size:14px}.github-markdown blockquote,.github-markdown dl,.github-markdown li,.github-markdown ol,.github-markdown p,.github-markdown pre,.github-markdown table,.github-markdown ul{margin:10px 0}.github-markdown hr{border:0;color:#ccc;height:4px;padding:0}.github-markdown a:first-child h1,.github-markdown a:first-child h2,.github-markdown a:first-child h3,.github-markdown a:first-child h4,.github-markdown a:first-child h5,.github-markdown a:first-child h6,.github-markdown body>h1:first-child,.github-markdown body>h1:first-child+h2,.github-markdown body>h2:first-child,.github-markdown body>h3:first-child,.github-markdown body>h4:first-child,.github-markdown body>h5:first-child,.github-markdown body>h6:first-child{margin-top:0;padding-top:0}h1 p,h2 p,h3 p,h4 p,h5 p,h6 p{margin-top:0}.github-markdown li p.first{display:inline-block}.github-markdown ol,.github-markdown ul{padding-left:30px}.github-markdown ol :first-child,.github-markdown ul :first-child{margin-top:0}.github-markdown ol :last-child,.github-markdown ul :last-child{margin-bottom:0}.github-markdown dl{padding:0}.github-markdown dl dt{font-size:14px;font-weight:700;font-style:italic;padding:0;margin:15px 0 5px}.github-markdown dl dt:first-child{padding:0}.github-markdown dl dt>:first-child{margin-top:0}.github-markdown dl dt>:last-child{margin-bottom:0}.github-markdown dl dd{margin:0 0 15px;padding:0 15px}.github-markdown dl dd>:first-child{margin-top:0}dl dd>:last-child{margin-bottom:0}blockquote{border-left:4px solid #ddd;padding:0 15px;color:#777}blockquote>:first-child{margin-top:0}blockquote>:last-child{margin-bottom:0}table,table tr{padding:0}table tr{border-top:1px solid #ccc;background-color:#fff;margin:0}table tr:nth-child(2n){background-color:#f8f8f8}table tr th{font-weight:700}table tr td,table tr th{border:1px solid #ccc;text-align:left;margin:0;padding:6px 13px}table tr td :first-child,table tr th :first-child{margin-top:0}table tr td :last-child,table tr th :last-child{margin-bottom:0}span.frame,span.frame>span{display:block;overflow:hidden}span.frame>span{border:1px solid #ddd;float:left;margin:13px 0 0;padding:7px;width:auto}span.frame span img{display:block;float:left}span.frame span span{clear:both;color:#333;display:block;padding:5px 0 0}span.align-center{display:block;overflow:hidden;clear:both}span.align-center>span{display:block;overflow:hidden;margin:13px auto 0;text-align:center}span.align-center span img{margin:0 auto;text-align:center}span.align-right{display:block;overflow:hidden;clear:both}span.align-right>span{display:block;overflow:hidden;margin:13px 0 0;text-align:right}span.align-right span img{margin:0;text-align:right}span.float-left{display:block;margin-right:13px;overflow:hidden;float:left}span.float-left span{margin:13px 0 0}span.float-right{display:block;margin-left:13px;overflow:hidden;float:right}span.float-right>span{display:block;overflow:hidden;margin:13px auto 0;text-align:right}code,tt{margin:0 2px;padding:0 5px;white-space:nowrap;border:1px solid #eaeaea;background-color:#f8f8f8;border-radius:3px}pre code{margin:0;padding:0;white-space:pre;border:none;background:transparent}.highlight pre{overflow:auto}.highlight pre,pre{background-color:#f8f8f8;border:1px solid #ccc;font-size:13px;line-height:19px;padding:6px 10px;border-radius:3px}pre code,pre tt{background-color:transparent;border:none}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:transparent}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{box-sizing:content-box;height:0}p{word-wrap:break-word}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,html{background:#fff}body{text-align:left}body:not(.trac):not(.home-page) #main{margin-top:2rem}#headline{background:#f7f7f7;border-bottom:1px solid #dfdfdf}a:hover{text-decoration:none}#accessibility,.hidden{height:0;width:0;overflow:hidden;position:absolute;background:none;left:-999em}.screen-reader-text{position:absolute;margin:-1px;padding:0;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}.wrapper:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}@media only screen and (min-width:960px){.col-6 #bbpress-forums{margin-left:0}}#bbpress-forums #topic-tag h1{clear:both;font-size:25px;font-size:1.5625rem;line-height:1.5;padding-bottom:0}#bbpress-forums li.bbp-forum-info{width:60%}#bbpress-forums li.bbp-forum-reply-count,#bbpress-forums li.bbp-forum-topic-count{width:20%}#pagebody ul.forum-feeds,#pagebody ul.forum-info,#pagebody ul.topic-admin-links,#pagebody ul.topic-info,#pagebody ul.topic-tags,#pagebody ul.topic-views{margin-left:0}#pagebody ul a.feed{background:none;padding-left:0}ul#views{margin:2px 0 20px;font-size:12px}#views li{list-style:none;display:inline}.bbp-reply-header .bbp-meta .bbp-reply-permalink,.bbp-topic-header .bbp-meta .bbp-topic-permalink{float:none;margin-left:0;color:#0073aa}div.sidebar #bbpress-forums{margin-bottom:0}#bbpress-forums .bbp-author-role{margin:-20px 12px 10px;border:1px solid #ddd;background-color:#eee}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-topics{border:none}#bbp-your-profile fieldset input,#bbp-your-profile fieldset textarea{padding:7px}#bbp-your-profile fieldset span.description{padding:5px 15px}#bbpress-forums #bbp-your-profile fieldset label{white-space:nowrap}#bbpress-forums li.bbp-footer{display:none}#bbpress-forums ul.bbp-lead-topic li.bbp-footer{display:block}#bbpress-forums .bbp-pagination{color:#888;float:none}#bbpress-forums .bbp-pagination-count{float:none}#bbpress-forums .bbp-pagination-links{float:right}#bbpress-forums .bbp-pagination-count,#bbpress-forums .bbp-pagination-links{display:inline-block;margin-bottom:10px}#bbpress-forums fieldset.bbp-form button{padding:10px;font-size:15px;cursor:pointer}#bbpress-forums fieldset.bbp-form{padding:10px 0 0;border-width:0 0 1px}body.page #bbpress-forums .bbp-topic-form fieldset{padding-top:0}body.page .bbp-topic-form legend,body.topic .bbp-reply-form legend{display:none}body.forum #bbpress-forums .bbp-topic-form{border-top:1px solid #eee}body.reply-edit #bbpress-forums fieldset.bbp-form,body.topic-edit #bbpress-forums fieldset.bbp-form{border-top:none;padding:0}#bbpress-forums .bbp-reply-form fieldset,#bbpress-forums .bbp-topic-form fieldset{border-width:0;padding-top:0}#bbpress-forums div.reply,body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{width:auto}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{padding:12px 12px 12px 10px}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{background-color:#f0f0f0;max-height:40em}body.reply-edit #bbpress-forums fieldset legend,body.topic-edit #bbpress-forums fieldset legend{display:none}#bbpress-forums fieldset fieldset legend{display:block}#bbpress-forums .bbp-reply-form input,#bbpress-forums .bbp-reply-form select,#bbpress-forums .bbp-reply-form textarea,#bbpress-forums .bbp-topic-form input,#bbpress-forums .bbp-topic-form select,#bbpress-forums .bbp-topic-form textarea{padding:6px 8px}#bbpress-forums fieldset{margin-top:0;padding:20px 0 0}#bbpress-forums fieldset.bbp-form legend{font-weight:700;font-size:15px;color:#333;padding:10px 0}.sidebar .bbp-breadcrumb,.sidebar .bbp-forums-list{display:none}.sidebar .bbp-forums .bbp-forum-info{width:80%}.sidebar .bbp-forums .bbp-forum-topic-count{width:20%}.sidebar .forum-info,.sidebar .topic-info{font-size:12px}#bbp-search-form{right:0;margin-top:-40px;position:absolute}#bbp_search,.sidebar #rs,.sidebar #ts{width:140px;margin-top:-1px;margin-right:8px;margin-bottom:20px;padding:3px}.sidebar div ul{margin:0 0 24px}.sidebar div li{list-style:none}.sidebar .forum-info li:before,.sidebar .topic-info li:before,.sidebar div ul li a:before{font:400 16px/1 dashicons;padding-top:3px;color:#000}.sidebar a.feed:before{content:"\f303"}.sidebar a.bbp-view-title:before{content:"\f109"}.sidebar .forum-info li.topic-count:before{content:"\f450"}.sidebar .topic-info li.topic-forum:before{content:"\f449"}.sidebar .topic-info li.voice-count:before{content:"\f307"}.sidebar .forum-info li.reply-count:before,.sidebar .topic-info li.reply-count:before{content:"\f451"}.sidebar .forum-info li.forum-freshness-author:before,.sidebar .topic-info li.topic-freshness-author:before{content:"\f338"}.sidebar .forum-info li.forum-freshness-time:before,.sidebar .topic-info li.topic-freshness-time:before{content:"\f469"}.sidebar .forum-info li.forum-subscribe:before,.sidebar .topic-info li.topic-subscribe:before{content:"\f147"}.sidebar .topic-info li.topic-favorite:before{content:"\f155"}#bbpress-forums li.bbp-body{border-bottom:1px solid #eee}#bbpress-forums li.bbp-body div.bbp-reply-content ul,#bbpress-forums li.bbp-body div.bbp-topic-content ul{margin-bottom:10px}#bbpress-forums li.bbp-body div.bbp-reply-content ul:hover,#bbpress-forums li.bbp-body div.bbp-topic-content ul:hover{background-color:inherit}#bbpress-forums li.bbp-body div.bbp-reply-content ul li,#bbpress-forums li.bbp-body div.bbp-topic-content ul li{list-style:square}#bbpress-forums li.bbp-body div.bbp-reply-content li,#bbpress-forums li.bbp-body div.bbp-topic-content li{margin-left:10px}#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:before{font:400 16px/1 dashicons;content:"\f450";margin-right:5px;float:left;padding-top:3px;color:#bb0}#bbpress-forums ul.sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink:before,#bbpress-forums ul.super-sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink:before{color:#bbb}#bbpress-forums li.bbp-body ul li.bbp-topic-title a.page-numbers{padding:1px 5px}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#aaa}#bbpress-forums p.bbp-topic-meta{margin:4px 0 0}#bbpress-forums p.bbp-topic-meta a{color:#888;text-decoration:none}#bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a{color:#eee;background-color:#888;padding:2px 5px;border-radius:3px;font-size:10px;font-weight:700}#bbpress-forums div.bbp-template-notice{margin-top:0}#bbpress-forums div.bbp-topic-tags p{margin-bottom:15px}#bbpress-forums li.bbp-body div.type-reply,#bbpress-forums li.bbp-body div.type-topic{position:relative}#bbpress-forums li.bbp-body div.type-reply{border-top:1px solid #eee}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-topics{margin-bottom:15px}#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{width:130px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:100px;height:100px;max-width:100px;max-height:100px}#bbpress-forums ul.bbp-lead-topic li.bbp-body{border:1px solid #dd6}#bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic{background-color:#ffe}#wmd-button-barbbp_reply_content,#wmd-button-barbbp_topic_content,.wmd-panel{margin-bottom:10px}#bbpress-forums .wmd-preview{width:98%}#bbpress-forums .wmd-preview ul li{list-style:square;margin-left:20px}#bbpress-forums .wmd-preview ol li{list-style:decimal;margin-left:20px}#bbpress-forums .bbp-reply-content pre,#bbpress-forums .bbp-topic-content pre{background-color:#f2f2f2;overflow:auto;margin:5px;padding:10px;border:1px dotted #bbb}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{border:1px solid #ccc;outline-color:#83bd66}div.bbp-template-notice,div.indicator-hint{background:#fff8e5;border:1px solid #ffb900;border-radius:0}div.bbp-template-notice.error,div.bbp-template-notice.warning{background:#fbeaea;border:1px solid #dc3232}div.bbp-template-notice.updated{background:#ecf7ed}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{outline:0}#bbpress-forums fieldset.bbp-form input:focus,#bbpress-forums fieldset.bbp-form select:focus,#bbpress-forums fieldset.bbp-form textarea:focus{box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8)}#bbp-search-form{clear:left;position:relative;margin-top:0}#bbp-search-form #bbp_search{width:320px}#bbp-search-form #bbp_search_submit{height:25px;height:1.5625rem}.sidebar #rs,.sidebar #ts{width:90%;margin:0 0 5px}#bbpress-forums ul.sticky li.bbp-topic-title a.bbp-topic-permalink:before,#bbpress-forums ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:before{content:"\f109";color:#ffb900}.bbp-forum-content ul.sticky,.bbp-topics-front ul.super-sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky{background-color:#fff8e5!important}#bbpress-forums ul.status-closed:not(.sticky) li.bbp-topic-title a.bbp-topic-permalink:before{content:"\f160";color:#bbb;font:400 16px/1 dashicons;margin-right:5px;float:left;padding-top:2px}.topic-resolved-indicator{background-color:#64b450;color:#fff;position:absolute;padding:4px 12px 4px 6px;right:-3px;border-top-left-radius:6px;border-bottom-left-radius:6px}.resolved:before,.topic-resolved-indicator:before{content:"\f147";color:#64b450;font:400 18px/.8 dashicons;margin-right:3px;position:relative;top:4px}.topic-resolved-indicator:before{color:#fff;font-size:21px;padding-top:0}@media screen and (min-width:960px){#footer,#header-inner,#headline-inner,#main,#showcase-inner,#subnav-inner{width:960px}div.content{width:692px}div.leftcol,div.rightcol{width:340px}div.sidebar{width:212px}div.group div.content{width:660px}div.group div.sidebar{width:200px}}@media screen and (max-width:782px){#header{top:0;z-index:0}#header,#wpadminbar{position:absolute}}@media screen and (max-width:480px){.topic-resolved-indicator{padding-top:2px;padding-bottom:2px;top:-2rem;right:-1.7rem}.topic-resolved-indicator:before{font-size:19px}}@media screen and (max-width:460px){#header-inner{height:140px;margin:0 auto;padding:0}#main{margin:100px 10px 40px}}html{font-size:100%}body,button,input,select,textarea{color:#32373c;font-family:Open Sans,sans-serif;font-size:100%;line-height:1.5}p{margin:1em 0}p.subheading{color:#82878c;font-weight:300;margin:-.4rem auto 2rem;text-align:center}p.intro,p.subheading{font-size:20px;font-size:1.25rem}p.aside{font-size:12.8px;font-size:.8rem}p.note{font-size:10.24px;font-size:.64rem;letter-spacing:.16px;letter-spacing:.01rem;max-width:291.038px;max-width:18.1898940355rem}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;box-sizing:content-box;font-family:Courier\ 10 Pitch,Courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,pre,tt,var{font-size:12.8px;font-size:.8rem}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}.text-center{text-align:center}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#fff}blockquote,q{quotes:"" ""}blockquote:after,blockquote:before,q:after,q:before{content:"";margin:0}blockquote{background:transparent;border:none;border-left:2px solid #767676;color:#767676;margin:1rem 0;padding:0 0 0 .8rem}blockquote cite{font-size:12.8px;font-size:.8rem}blockquote p{display:block;margin:1em 0}hr{background-color:#eee;border:0;height:2px;margin:0 auto}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}.unstyled,.unstyled li{padding:0;margin:0}.unstyled li{list-style:none}.meta-list{padding:0;margin:0}.meta-list li{list-style:none;margin:0;padding:.5rem 0;font-size:12.8px;font-size:.8rem;border-top:1px solid #eee}img{height:auto;max-width:100%}table{margin:0 0 1.5em;width:100%}.notice{background:#fff;border-left:4px solid #fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:1em 0;padding:1px 12px}.notice p{font-size:12.8px;font-size:.8rem;margin:.5em 0;padding:2px}.notice.notice-alt{box-shadow:none}.notice.notice-large{padding:10px 20px}.notice.notice-success{border-left-color:#46b450}.notice.notice-success.notice-alt{background-color:#ecf7ed}.notice.notice-warning{border-left-color:#ffb900}.notice.notice-warning.notice-alt{background-color:#fff8e5}.notice.notice-error{border-left-color:#dc3232}.notice.notice-error.notice-alt{background-color:#fbeaea}.notice.notice-info{border-left-color:#00a0d2}.notice.notice-info.notice-alt{background-color:#e5f5fa}.locale-banner{background:#c7e8ca;font-size:12.8px;font-size:.8rem;padding:.5rem;text-align:center}@media (min-width:67rem){.locale-banner{margin:1rem auto 0;max-width:960px}}.by-moderator{box-shadow:-4px 0 0 #fff,-6px 0 0 #33b4ce}.by-plugin-author,.by-plugin-contributor,.by-plugin-support-rep{box-shadow:-4px 0 0 #fff,-6px 0 0 #f06723}.by-theme-author,.by-theme-contributor,.by-theme-support-rep{box-shadow:-4px 0 0 #fff,-6px 0 0 #4e3288}.author-badge{position:absolute;top:14px;left:-4px;padding:2px 6px;color:#fff;font-size:9.6px;font-size:.6rem;letter-spacing:1px;border-radius:0 2px 2px 0}.author-badge-moderator{background-color:#33b4ce}.author-badge-plugin{background-color:#f06723}.author-badge-theme{background-color:#4e3288}.bbp-search .bbp-search-results div.author-has-badge,.bbp-user-replies-created div.author-has-badge,.bbp-view .bbp-topics div.author-has-badge{box-shadow:none;border-left-style:solid;border-left-width:3px}.bbp-search .bbp-search-results .by-moderator,.bbp-user-replies-created .by-moderator,.bbp-view .bbp-topics .by-moderator{border-left-color:#33b4ce}.bbp-search .bbp-search-results .by-plugin-author,.bbp-search .bbp-search-results .by-plugin-contributor,.bbp-search .bbp-search-results .by-plugin-support-rep,.bbp-user-replies-created .by-plugin-author,.bbp-user-replies-created .by-plugin-contributor,.bbp-user-replies-created .by-plugin-support-rep,.bbp-view .bbp-topics .by-plugin-author,.bbp-view .bbp-topics .by-plugin-contributor,.bbp-view .bbp-topics .by-plugin-support-rep{border-left-color:#f06723}.bbp-search .bbp-search-results .by-theme-author,.bbp-search .bbp-search-results .by-theme-contributor,.bbp-search .bbp-search-results .by-theme-support-rep,.bbp-user-replies-created .by-theme-author,.bbp-user-replies-created .by-theme-contributor,.bbp-user-replies-created .by-theme-support-rep,.bbp-view .bbp-topics .by-theme-author,.bbp-view .bbp-topics .by-theme-contributor,.bbp-view .bbp-topics .by-theme-support-rep{border-left-color:#4e3288}.bbp-search .bbp-search-results .author-badge,.bbp-user-replies-created .author-badge,.bbp-view .bbp-topics .author-badge{left:0}@media screen and (max-width:480px){.author-badge{top:-28px}}#bbpress-forums .favorite-toggle,#bbpress-forums .reviews-submit-link>.btn,#bbpress-forums .subscription-toggle,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums fieldset.bbp-form .button.submit,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit,.button,.button-primary,.button-secondary{border:1px solid;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12.8px;font-size:.8rem;height:25px;height:1.5625rem;line-height:1;margin:0;padding:0 .8rem;text-decoration:none;white-space:nowrap;-webkit-appearance:none}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}#bbpress-forums .button-group.button-large .favorite-toggle,#bbpress-forums .button-group.button-large .reviews-submit-link>.btn,#bbpress-forums .button-group.button-large .subscription-toggle,#bbpress-forums .button-group.button-large .wporg-bbp-term-subscription>a,#bbpress-forums .button-large.favorite-toggle,#bbpress-forums .button-large.subscription-toggle,#bbpress-forums .reviews-submit-link>.button-large.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-large,.button-group.button-large #bbpress-forums .favorite-toggle,.button-group.button-large #bbpress-forums .reviews-submit-link>.btn,.button-group.button-large #bbpress-forums .subscription-toggle,.button-group.button-large #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-large .button,.button.button-large{height:31.25px;height:1.953125rem;line-height:1;padding:0 1rem}#bbpress-forums .button-group.button-small .favorite-toggle,#bbpress-forums .button-group.button-small .reviews-submit-link>.btn,#bbpress-forums .button-group.button-small .subscription-toggle,#bbpress-forums .button-group.button-small .wporg-bbp-term-subscription>a,#bbpress-forums .button-small.favorite-toggle,#bbpress-forums .button-small.subscription-toggle,#bbpress-forums .reviews-submit-link>.button-small.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-small,.button-group.button-small #bbpress-forums .favorite-toggle,.button-group.button-small #bbpress-forums .reviews-submit-link>.btn,.button-group.button-small #bbpress-forums .subscription-toggle,.button-group.button-small #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-small .button,.button.button-small{font-size:10.24px;font-size:.64rem;height:20px;height:1.25rem;line-height:1;padding:0 .5rem}#bbpress-forums .reviews-submit-link>a.btn,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums a.favorite-toggle,#bbpress-forums a.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>a.submit.btn,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit,#bbpress-forums fieldset.bbp-form a.button.submit,#bbpress-forums fieldset.bbp-form a.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form a.submit.subscription-toggle,a.button,a.button-primary,a.button-secondary{line-height:25px;line-height:1.5625rem}#bbpress-forums .button-group.button-large .reviews-submit-link>a.btn,#bbpress-forums .button-group.button-large .wporg-bbp-term-subscription>a,#bbpress-forums .button-group.button-large a.favorite-toggle,#bbpress-forums .button-group.button-large a.subscription-toggle,#bbpress-forums .reviews-submit-link>a.button-large.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-large,#bbpress-forums a.button-large.favorite-toggle,#bbpress-forums a.button-large.subscription-toggle,.button-group.button-large #bbpress-forums .reviews-submit-link>a.btn,.button-group.button-large #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-large #bbpress-forums a.favorite-toggle,.button-group.button-large #bbpress-forums a.subscription-toggle,.button-group.button-large a.button,a.button.button-large{line-height:31.25px;line-height:1.953125rem}#bbpress-forums .button-group.button-small .reviews-submit-link>a.btn,#bbpress-forums .button-group.button-small .wporg-bbp-term-subscription>a,#bbpress-forums .button-group.button-small a.favorite-toggle,#bbpress-forums .button-group.button-small a.subscription-toggle,#bbpress-forums .reviews-submit-link>a.button-small.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-small,#bbpress-forums a.button-small.favorite-toggle,#bbpress-forums a.button-small.subscription-toggle,.button-group.button-small #bbpress-forums .reviews-submit-link>a.btn,.button-group.button-small #bbpress-forums .wporg-bbp-term-subscription>a,.button-group.button-small #bbpress-forums a.favorite-toggle,.button-group.button-small #bbpress-forums a.subscription-toggle,.button-group.button-small a.button,a.button.button-small{line-height:20px;line-height:1.25rem}#bbpress-forums .favorite-toggle:active,#bbpress-forums .favorite-toggle:focus,#bbpress-forums .reviews-submit-link>.btn:active,#bbpress-forums .reviews-submit-link>.btn:focus,#bbpress-forums .subscription-toggle:active,#bbpress-forums .subscription-toggle:focus,#bbpress-forums .wporg-bbp-term-subscription>a:active,#bbpress-forums .wporg-bbp-term-subscription>a:focus,.button:active,.button:focus{outline:none}#bbpress-forums .hidden.favorite-toggle,#bbpress-forums .hidden.subscription-toggle,#bbpress-forums .reviews-submit-link>.hidden.btn,#bbpress-forums .wporg-bbp-term-subscription>a.hidden,.button.hidden{display:none}input[type=reset],input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover{background:none;border:none;box-shadow:none;padding:0 2px 1px;width:auto}#bbpress-forums .favorite-toggle,#bbpress-forums .favorite-toggle:visited,#bbpress-forums .reviews-submit-link>.btn,#bbpress-forums .reviews-submit-link>.btn:visited,#bbpress-forums .subscription-toggle,#bbpress-forums .subscription-toggle:visited,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums .wporg-bbp-term-subscription>a:visited,.button,.button-secondary,.button:visited{background:#f7f7f7;border-color:#ccc;box-shadow:0 1px 0 #ccc;color:#555;vertical-align:top}#bbpress-forums p .favorite-toggle,#bbpress-forums p .reviews-submit-link>.btn,#bbpress-forums p .subscription-toggle,#bbpress-forums p .wporg-bbp-term-subscription>a,p #bbpress-forums .favorite-toggle,p #bbpress-forums .reviews-submit-link>.btn,p #bbpress-forums .subscription-toggle,p #bbpress-forums .wporg-bbp-term-subscription>a,p .button{vertical-align:baseline}#bbpress-forums .favorite-toggle:focus,#bbpress-forums .favorite-toggle:hover,#bbpress-forums .focus.favorite-toggle,#bbpress-forums .focus.subscription-toggle,#bbpress-forums .hover.favorite-toggle,#bbpress-forums .hover.subscription-toggle,#bbpress-forums .reviews-submit-link>.btn:focus,#bbpress-forums .reviews-submit-link>.btn:hover,#bbpress-forums .reviews-submit-link>.focus.btn,#bbpress-forums .reviews-submit-link>.hover.btn,#bbpress-forums .subscription-toggle:focus,#bbpress-forums .subscription-toggle:hover,#bbpress-forums .wporg-bbp-term-subscription>a.focus,#bbpress-forums .wporg-bbp-term-subscription>a.hover,#bbpress-forums .wporg-bbp-term-subscription>a:focus,#bbpress-forums .wporg-bbp-term-subscription>a:hover,.button-secondary:focus,.button-secondary:hover,.button.focus,.button.hover,.button:focus,.button:hover{background:#fafafa;border-color:#999;color:#23282d}#bbpress-forums .favorite-toggle:focus,#bbpress-forums .focus.favorite-toggle,#bbpress-forums .focus.subscription-toggle,#bbpress-forums .reviews-submit-link>.btn:focus,#bbpress-forums .reviews-submit-link>.focus.btn,#bbpress-forums .subscription-toggle:focus,#bbpress-forums .wporg-bbp-term-subscription>a.focus,#bbpress-forums .wporg-bbp-term-subscription>a:focus,.button-link:focus,.button-secondary:focus,.button.focus,.button:focus{border-color:#5b9dd9;box-shadow:0 0 3px rgba(0,115,170,.8)}#bbpress-forums .active.favorite-toggle,#bbpress-forums .active.favorite-toggle:hover,#bbpress-forums .active.subscription-toggle,#bbpress-forums .active.subscription-toggle:hover,#bbpress-forums .favorite-toggle:active,#bbpress-forums .reviews-submit-link>.active.btn,#bbpress-forums .reviews-submit-link>.active.btn:hover,#bbpress-forums .reviews-submit-link>.btn:active,#bbpress-forums .subscription-toggle:active,#bbpress-forums .wporg-bbp-term-subscription>a.active,#bbpress-forums .wporg-bbp-term-subscription>a.active:hover,#bbpress-forums .wporg-bbp-term-subscription>a:active,.button-secondary:active,.button.active,.button.active:hover,.button:active{background:#eee;border-color:#999;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}#bbpress-forums .active.favorite-toggle:focus,#bbpress-forums .active.subscription-toggle:focus,#bbpress-forums .reviews-submit-link>.active.btn:focus,#bbpress-forums .wporg-bbp-term-subscription>a.active:focus,.button.active:focus{border-color:#5b9dd9;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5),0 0 3px rgba(0,115,170,.8)}#bbpress-forums .disabled.favorite-toggle,#bbpress-forums .disabled.subscription-toggle,#bbpress-forums .favorite-toggle:disabled,#bbpress-forums .favorite-toggle[disabled],#bbpress-forums .reviews-submit-link>.btn:disabled,#bbpress-forums .reviews-submit-link>.btn[disabled],#bbpress-forums .reviews-submit-link>.disabled.btn,#bbpress-forums .subscription-toggle:disabled,#bbpress-forums .subscription-toggle[disabled],#bbpress-forums .wporg-bbp-term-subscription>a.disabled,#bbpress-forums .wporg-bbp-term-subscription>a:disabled,#bbpress-forums .wporg-bbp-term-subscription>a[disabled],.button-disabled,.button-secondary.disabled,.button-secondary:disabled,.button-secondary[disabled],.button.disabled,.button:disabled,.button[disabled]{background:#f7f7f7!important;border-color:#ddd!important;box-shadow:none!important;color:#a0a5aa!important;cursor:default;text-shadow:0 1px 0 #fff!important;transform:none!important}.button-link{background:none;border:0;border-radius:0;box-shadow:none;cursor:pointer;margin:0;outline:none;padding:0}.button-link:focus{outline:1px solid #5b9dd9}#bbpress-forums fieldset.bbp-form .button.submit,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit,.button-primary,.download-button{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799}#bbpress-forums fieldset.bbp-form .button.submit:visited,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:visited,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:visited,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:visited,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:visited,.button-primary:visited,.download-button:visited{background:#0085ba;border-color:#0073aa #006799 #006799;box-shadow:0 1px 0 #006799;color:#fff}#bbpress-forums fieldset.bbp-form .button.submit:focus,#bbpress-forums fieldset.bbp-form .button.submit:hover,#bbpress-forums fieldset.bbp-form .focus.button.submit,#bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .hover.button.submit,#bbpress-forums fieldset.bbp-form .hover.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .hover.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.focus.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.hover.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:focus,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:hover,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:hover,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:hover,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.focus.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.hover.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:hover,.button-primary.focus,.button-primary.hover,.button-primary:focus,.button-primary:hover,.download-button.focus,.download-button.hover,.download-button:focus,.download-button:hover{background:#008ec2;border-color:#006799;box-shadow:0 1px 0 #006799;color:#fff}#bbpress-forums fieldset.bbp-form .button.submit:focus,#bbpress-forums fieldset.bbp-form .focus.button.submit,#bbpress-forums fieldset.bbp-form .focus.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .focus.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.focus.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:focus,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.focus.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:focus,.button-primary.focus,.button-primary:focus,.download-button.focus,.download-button:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db}#bbpress-forums fieldset.bbp-form .active.button.submit,#bbpress-forums fieldset.bbp-form .active.button.submit:focus,#bbpress-forums fieldset.bbp-form .active.button.submit:hover,#bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .active.submit.favorite-toggle:hover,#bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .active.submit.subscription-toggle:hover,#bbpress-forums fieldset.bbp-form .button.submit:active,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.active.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.active.submit.btn:focus,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.active.submit.btn:hover,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:active,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:active,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:active,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.active.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.active.submit:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.active.submit:hover,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:active,.button-primary.active,.button-primary.active:focus,.button-primary.active:hover,.button-primary:active,.download-button.active,.download-button.active:focus,.download-button.active:hover,.download-button:active{background:#0073aa;border-color:#006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}#bbpress-forums fieldset.bbp-form .button.submit:disabled,#bbpress-forums fieldset.bbp-form .button.submit[disabled],#bbpress-forums fieldset.bbp-form .disabled.button.submit,#bbpress-forums fieldset.bbp-form .disabled.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .disabled.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.disabled.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn:disabled,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.submit.btn[disabled],#bbpress-forums fieldset.bbp-form .submit.favorite-toggle:disabled,#bbpress-forums fieldset.bbp-form .submit.favorite-toggle[disabled],#bbpress-forums fieldset.bbp-form .submit.subscription-toggle:disabled,#bbpress-forums fieldset.bbp-form .submit.subscription-toggle[disabled],#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.disabled.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit:disabled,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.submit[disabled],.button-primary.disabled,.button-primary:disabled,.button-primary[disabled],.download-button.disabled,.download-button:disabled,.download-button[disabled]{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}#bbpress-forums .button-primary.button-hero.favorite-toggle,#bbpress-forums .button-primary.button-hero.subscription-toggle,#bbpress-forums .download-button.button-hero.favorite-toggle,#bbpress-forums .download-button.button-hero.subscription-toggle,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.btn,#bbpress-forums .reviews-submit-link>.download-button.button-hero.btn,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero,#bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .button.button-hero.submit,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.submit.btn,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.submit,.button-primary.button.button-hero,.download-button.button.button-hero{box-shadow:0 2px 0 #006799}#bbpress-forums .button-primary.button-hero.active.favorite-toggle,#bbpress-forums .button-primary.button-hero.active.favorite-toggle:focus,#bbpress-forums .button-primary.button-hero.active.favorite-toggle:hover,#bbpress-forums .button-primary.button-hero.active.subscription-toggle,#bbpress-forums .button-primary.button-hero.active.subscription-toggle:focus,#bbpress-forums .button-primary.button-hero.active.subscription-toggle:hover,#bbpress-forums .button-primary.button-hero.favorite-toggle:active,#bbpress-forums .button-primary.button-hero.subscription-toggle:active,#bbpress-forums .download-button.button-hero.active.favorite-toggle,#bbpress-forums .download-button.button-hero.active.favorite-toggle:focus,#bbpress-forums .download-button.button-hero.active.favorite-toggle:hover,#bbpress-forums .download-button.button-hero.active.subscription-toggle,#bbpress-forums .download-button.button-hero.active.subscription-toggle:focus,#bbpress-forums .download-button.button-hero.active.subscription-toggle:hover,#bbpress-forums .download-button.button-hero.favorite-toggle:active,#bbpress-forums .download-button.button-hero.subscription-toggle:active,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.active.btn,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.active.btn:focus,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.active.btn:hover,#bbpress-forums .reviews-submit-link>.button-primary.button-hero.btn:active,#bbpress-forums .reviews-submit-link>.download-button.button-hero.active.btn,#bbpress-forums .reviews-submit-link>.download-button.button-hero.active.btn:focus,#bbpress-forums .reviews-submit-link>.download-button.button-hero.active.btn:hover,#bbpress-forums .reviews-submit-link>.download-button.button-hero.btn:active,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero.active,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero.active:focus,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero.active:hover,#bbpress-forums .wporg-bbp-term-subscription>a.button-primary.button-hero:active,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero.active,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero.active:focus,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero.active:hover,#bbpress-forums .wporg-bbp-term-subscription>a.download-button.button-hero:active,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle:focus,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.favorite-toggle:hover,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle:focus,#bbpress-forums fieldset.bbp-form .button-hero.active.submit.subscription-toggle:hover,#bbpress-forums fieldset.bbp-form .button-hero.submit.favorite-toggle:active,#bbpress-forums fieldset.bbp-form .button-hero.submit.subscription-toggle:active,#bbpress-forums fieldset.bbp-form .button.button-hero.active.submit,#bbpress-forums fieldset.bbp-form .button.button-hero.active.submit:focus,#bbpress-forums fieldset.bbp-form .button.button-hero.active.submit:hover,#bbpress-forums fieldset.bbp-form .button.button-hero.submit:active,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.active.submit.btn,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.active.submit.btn:focus,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.active.submit.btn:hover,#bbpress-forums fieldset.bbp-form .reviews-submit-link>.button-hero.submit.btn:active,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.active.submit,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.active.submit:focus,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.active.submit:hover,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription>a.button-hero.submit:active,.button-primary.button.button-hero.active,.button-primary.button.button-hero.active:focus,.button-primary.button.button-hero.active:hover,.button-primary.button.button-hero:active,.download-button.button.button-hero.active,.download-button.button.button-hero.active:focus,.download-button.button.button-hero.active:hover,.download-button.button.button-hero:active{box-shadow:inset 0 3px 0 #006799}.button-primary-disabled{background:#008ec2!important;border-color:#007cb2!important;box-shadow:none!important;color:#66c6e4!important;cursor:default;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}.button-group{display:inline-block;font-size:0;position:relative;vertical-align:middle;white-space:nowrap}#bbpress-forums .button-group>.favorite-toggle,#bbpress-forums .button-group>.subscription-toggle,#bbpress-forums .reviews-submit-link.button-group>.btn,#bbpress-forums .wporg-bbp-term-subscription.button-group>a,.button-group>.button{border-radius:0;display:inline-block;margin-right:-1px;z-index:10}#bbpress-forums fieldset.bbp-form .button-group>.button.submit,#bbpress-forums fieldset.bbp-form .button-group>.submit.favorite-toggle,#bbpress-forums fieldset.bbp-form .button-group>.submit.subscription-toggle,#bbpress-forums fieldset.bbp-form .reviews-submit-link.button-group>.submit.btn,#bbpress-forums fieldset.bbp-form .wporg-bbp-term-subscription.button-group>a.submit,.button-group>.button-primary{z-index:100}#bbpress-forums .button-group>.favorite-toggle:hover,#bbpress-forums .button-group>.subscription-toggle:hover,#bbpress-forums .reviews-submit-link.button-group>.btn:hover,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:hover,.button-group>.button:hover{z-index:20}#bbpress-forums .button-group>.favorite-toggle:first-child,#bbpress-forums .button-group>.subscription-toggle:first-child,#bbpress-forums .reviews-submit-link.button-group>.btn:first-child,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:first-child,.button-group>.button:first-child{border-radius:3px 0 0 3px}#bbpress-forums .button-group>.favorite-toggle:last-child,#bbpress-forums .button-group>.subscription-toggle:last-child,#bbpress-forums .reviews-submit-link.button-group>.btn:last-child,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:last-child,.button-group>.button:last-child{border-radius:0 3px 3px 0}#bbpress-forums .button-group>.favorite-toggle:focus,#bbpress-forums .button-group>.subscription-toggle:focus,#bbpress-forums .reviews-submit-link.button-group>.btn:focus,#bbpress-forums .wporg-bbp-term-subscription.button-group>a:focus,.button-group>.button:focus{position:relative;z-index:1}@media screen and (max-width:48em){#bbpress-forums .button-large.favorite-toggle,#bbpress-forums .button-large.subscription-toggle,#bbpress-forums .button-small.favorite-toggle,#bbpress-forums .button-small.subscription-toggle,#bbpress-forums .favorite-toggle,#bbpress-forums .reviews-submit-link>.btn,#bbpress-forums .reviews-submit-link>.button-large.btn,#bbpress-forums .reviews-submit-link>.button-small.btn,#bbpress-forums .subscription-toggle,#bbpress-forums .wporg-bbp-term-subscription>a,#bbpress-forums .wporg-bbp-term-subscription>a.button-large,#bbpress-forums .wporg-bbp-term-subscription>a.button-small,.button,.button.button-large,.button.button-small{font-size:14px;height:auto;line-height:normal;margin-bottom:4px;padding:6px 14px;vertical-align:middle}}input,textarea{box-sizing:border-box}input[type=checkbox],input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=radio],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{background-color:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;transition:border-color .05s ease-in-out;-webkit-appearance:none}input[type=checkbox]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=radio]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{color:#111;border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8)}input[type=email],input[type=url]{direction:ltr}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{padding:6px 10px}input[type=number]{height:40px;line-height:inherit}input[type=checkbox],input[type=radio]{background:#fff;border:1px solid #b4b9be;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);clear:none;color:#555;cursor:pointer;display:inline-block;height:25px;line-height:0;margin:-4px 4px 0 0;min-width:16px;padding:0!important;text-align:center;transition:border-color .05s ease-in-out;vertical-align:middle;width:25px}input[type=checkbox]{padding:10px}input[type=radio]{border-radius:50%;line-height:10px;margin-right:4px}input[type=checkbox]:checked:before,input[type=radio]:checked:before{display:inline-block;float:left;font:400 21px/1 dashicons;vertical-align:middle;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}input[type=checkbox]:checked:before{color:#1e8cbe;content:"\f147";font:400 30px/1 dashicons;margin:-3px -5px}input[type=radio]:checked:before{background-color:#1e8cbe;border-radius:50px;content:"\2022";font-size:24px;height:9px;line-height:16px;margin:7px;text-indent:-9999px;vertical-align:middle;width:9px}@-moz-document url-prefix(){.form-table input.tog,input[type=checkbox],input[type=radio]{margin-bottom:-1px}}input[type=search]::-webkit-search-decoration{display:none}.ie8 input[type=password]{font-family:sans-serif}button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input,select,textarea{border-radius:0;font-size:16px;padding:3px 5px}textarea{line-height:1.4;overflow:auto;padding:2px 6px;resize:vertical}input[type=file]{padding:3px 0}label{cursor:pointer}input.readonly,input[readonly],textarea.readonly,textarea[readonly]{background-color:#eee}:-moz-placeholder{color:#a9a9a9}input.disabled,input:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{background:hsla(0,0%,100%,.5);border-color:hsla(0,0%,87.1%,.75);box-shadow:inset 0 1px 2px rgba(0,0,0,.04);color:rgba(51,51,51,.5)}input[type=file].disabled,input[type=file]:disabled,input[type=range].disabled,input[type=range]:disabled{background:none;box-shadow:none}input[type=checkbox].disabled,input[type=checkbox].disabled:checked:before,input[type=checkbox]:disabled,input[type=checkbox]:disabled:checked:before,input[type=radio].disabled,input[type=radio].disabled:checked:before,input[type=radio]:disabled,input[type=radio]:disabled:checked:before{opacity:.7}fieldset label,label{vertical-align:middle}@media screen and (min-width:48em){input[type=email],input[type=number],input[type=password],input[type=search],input[type=text]{padding:0}input[type=number]{height:28px}input[type=checkbox]{padding:0}input[type=checkbox]:checked:before{font:400 21px/1 dashicons;margin:-3px 0 0 -4px}input[type=checkbox],input[type=radio]{height:16px;width:16px}input[type=radio]:checked:before{width:6px;height:6px;margin:4px}input,select,textarea{font-size:14px}}a,a:visited{color:#0073aa}a.wp-block-button__link:visited{color:#4ca6cf}a:active,a:focus,a:hover{color:#0073aa;text-decoration:underline}#bbpress-forums .reviews-submit-link>a.btn:active,#bbpress-forums .reviews-submit-link>a.btn:focus,#bbpress-forums .reviews-submit-link>a.btn:hover,#bbpress-forums .wporg-bbp-term-subscription>a:active,#bbpress-forums .wporg-bbp-term-subscription>a:focus,#bbpress-forums .wporg-bbp-term-subscription>a:hover,#bbpress-forums a.favorite-toggle:active,#bbpress-forums a.favorite-toggle:focus,#bbpress-forums a.favorite-toggle:hover,#bbpress-forums a.subscription-toggle:active,#bbpress-forums a.subscription-toggle:focus,#bbpress-forums a.subscription-toggle:hover,a.button:active,a.button:focus,a.button:hover{text-decoration:none}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p a:not(.button),p a:not(.button):hover{border:none}p a,p a:hover{border-bottom:none}.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.bbp-view .review-ratings:after,.bbp-view .review-ratings:before,.bbpress main#main:after,.bbpress main#main:before,.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.three-up:after,.three-up:before{content:"";display:table;table-layout:fixed}.bbp-view .review-ratings:after,.bbpress main#main:after,.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after,.three-up:after{clear:both}#wporg-header{background:#23282d;height:140px;position:relative;text-align:center;width:100%}#wporg-header .wrapper{margin:0 auto;max-width:960px}#wporg-header h1{display:inline-block;margin:auto;width:303px}#wporg-header h1 a{background:url(//s.w.org/style/images/wporg-logo.svg?3=) 0 no-repeat;background-size:290px 46px;display:block;height:88px;text-indent:-9999px}#wporg-header h2.rosetta{clear:none;color:#dfdfdf;font-family:Georgia,Times New Roman,serif;font-size:30px;margin:0}#wporg-header h2.rosetta a{border-bottom:none;color:#dfdfdf;display:block;height:52px;line-height:22px;padding:0}#wporg-header h2.rosetta a:hover{text-decoration:none}#wporg-header #wporg-header-menu{background:#23282d;left:-75%;list-style:none;margin:0;max-width:75%;min-width:200px;padding:20px 0 0;position:absolute;text-align:left;transition:left .3s;z-index:100000}#wporg-header #wporg-header-menu.active{left:0}#wporg-header ul li{list-style-type:none;position:relative}#wporg-header ul li a{color:#eee;display:block;font-family:Open Sans,Helvetica,Arial,Liberation Sans,sans-serif;font-size:13px;font-weight:600;height:34px;line-height:34px;margin:0 4px;padding:10px 30px;text-decoration:none}#wporg-header ul li a.subcurrent{font-weight:700}@media (max-width:768px){#wporg-header ul li a{height:auto}}#wporg-header ul li#download,#wporg-header ul li.download{float:right;height:34px;margin-right:14px;overflow:hidden;padding:0 0 34px}@media screen and (max-width:820px){#wporg-header ul li#download,#wporg-header ul li.download{display:none}}@media screen and (max-width:768px){#wporg-header ul li#download,#wporg-header ul li.download{display:block;float:none;margin:10px 20px 20px;padding-bottom:0;height:auto}#wporg-header ul li#download a,#wporg-header ul li.download a{padding:4px 10px}}#wporg-header ul li#download a,#wporg-header ul li.download a{margin:0;padding:0 16px}#wporg-header ul li#download a:hover,#wporg-header ul li.download a:hover{color:#eee}#wporg-header ul li#download.current,#wporg-header ul li#download.current-menu-item,#wporg-header ul li#download .uparrow,#wporg-header ul li.download.current,#wporg-header ul li.download.current-menu-item,#wporg-header ul li.download .uparrow{display:none}#wporg-header ul li.current-menu-item a,#wporg-header ul li.current_page_parent a,#wporg-header ul li a.current,#wporg-header ul li a:hover{color:#00a0d2}#wporg-header .nav-submenu{display:none;margin-bottom:10px;margin-top:-15px;padding:0;position:static}#wporg-header .nav-submenu li a{height:24px;line-height:24px;margin-left:20px}@media screen and (min-width:768px){#wporg-header #head-search{float:right;margin-right:14px;padding-top:30px}}#wporg-header #head-search form{border-bottom:1px solid #3f3f3f;display:inline-block;margin-left:60px;width:288px}#wporg-header #head-search form input.text{background:#191e23;border:0;border-radius:0;box-sizing:content-box;color:#b4b9be;float:left;font-family:Open Sans,sans-serif;font-size:12px;height:24px;margin:0;outline:none;padding:3px;vertical-align:top;width:256px}#wporg-header #head-search form input.text::-moz-placeholder{color:#eee}@media screen and (max-width:480px){#wporg-header #head-search form input.text{width:216px}}#wporg-header #head-search form [type=submit]{background:#191e23 url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831) no-repeat 2px 5px;border:none;border-radius:0;box-shadow:none;float:left;height:30px;margin:0;padding:0;text-shadow:none!important;width:26px}@media screen and (max-width:480px){#wporg-header #head-search form{width:248px}}@media screen and (min-width:480px){#wporg-header #head-search form{margin-left:0}}@media screen and (min-width:768px){#wporg-header{height:120px;text-align:inherit}#wporg-header h1{float:left;padding-left:10px}#wporg-header h2.rosetta{float:left;padding:36px 27px 0}#wporg-header #wporg-header-menu{float:left;list-style:none;margin:-15px 0 0;max-width:inherit;min-width:0;padding:0;position:static;width:100%}#wporg-header ul li{float:left;position:relative}#wporg-header ul li a{color:#eee;display:block;font-family:Open Sans,Helvetica,Arial,Liberation Sans,sans-serif;font-size:13px;font-weight:600;height:46px;line-height:34px;margin:0 4px;padding:0 6px}#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-8px auto 0;width:0}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after{border-bottom:9px solid #f7f7f7;border-left:9px solid transparent;border-right:9px solid transparent;content:"";height:0;left:50%;margin:-8px 0 0 -9px;position:absolute;width:0}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c;border-left:9px solid transparent;border-right:9px solid transparent;height:0;margin:-10px auto 0;width:0}#wporg-header ul li .nav-submenu li{float:none}#wporg-header ul li .nav-submenu li a{height:34px;line-height:34px;margin-left:6px}#wporg-header .nav-submenu{background:#32373c;border:1px solid #32373c;border-top:0;display:none!important;margin-top:-1px;min-width:0}#wporg-header ul li .nav-submenu:hover,#wporg-header ul li:hover .nav-submenu{display:block!important;left:0;margin-left:0;position:absolute;top:46px;width:auto;z-index:101}#wporg-header #headline h2{text-rendering:optimizeLegibility}#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom-color:#0073aa}}#mobile-menu-button{background:none;border:none;box-shadow:none;display:block;float:left;font-family:dashicons;font-size:16px;font-style:normal;font-weight:400;left:10px;line-height:1;padding:1px;position:absolute;text-align:center;text-decoration:inherit;text-shadow:none;top:75px;transition:color .1s ease-in;vertical-align:top;-webkit-font-smoothing:antialiased}#mobile-menu-button:before{border:none;box-sizing:border-box;color:#888;content:"\f228";display:inline-block;float:left;font:400 50px/1 dashicons;margin:0;outline:none;padding:3px;text-decoration:none;vertical-align:middle;-webkit-font-smoothing:antialiased}@media screen and (min-width:768px){#mobile-menu-button{display:none}}#download-mobile{background:#f7f7f7;border-bottom:1px solid #ddd}#download-mobile .wrapper{padding:20px 0;text-align:center}#download-mobile span.download-ready{font-size:1.6em;margin:0 .25em}#download-mobile a.download-button{font-size:1.6em;height:inherit;margin:10px .25em;padding:10px 15px}#pagebody,body{font-size:16px;font-size:1rem}.site-header{background:#0073aa;padding:1rem 0;position:relative;z-index:100}.site-header .site-branding{margin:0 auto;max-width:960px;padding:0 1.5625rem}@media screen and (min-width:48em){.site-header .site-branding{padding:0 10px}}.site-header.home{padding:1.5625rem 1.143rem;text-align:center}.site-title{display:inline-block;font-size:25px;font-size:1.5625rem;line-height:1;margin:0 2rem 0 0;max-width:none}.site-title,.site-title a{font-weight:300}.site-title a,.site-title a:active,.site-title a:focus,.site-title a:hover{color:#fff;text-decoration:none}.site-header.home .site-title{display:inherit;font-size:61.035px;font-size:3.8146972656rem;margin:2rem 0 1rem}@media screen and (max-width:480px){.site-header.home .site-title{font-size:3.0517578125rem}}@media screen and (max-width:320px){.site-header.home .site-title{font-size:2.44140625rem}}.site-description{color:hsla(0,0%,100%,.8);font-size:20px;font-size:1.25rem;font-weight:300;margin:-.4rem auto 2rem;text-align:center}.main-navigation{background:#0073aa;clear:both;left:0;position:absolute;top:60px;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;left:-999em;position:absolute;top:1.5em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li.focus>ul,.main-navigation ul ul li:hover>ul{left:100%}.main-navigation ul ul a{width:200px}.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul{left:auto}.main-navigation li{border-top:1px solid hsla(0,0%,100%,.2);padding:1rem}.main-navigation a{color:hsla(0,0%,100%,.8);display:block;font-size:12.8px;font-size:.8rem;text-decoration:none}.main-navigation a.active,.main-navigation a:hover{color:#fff}@media screen and (min-width:48em){.main-navigation a.active{border-bottom:1px solid}}.main-navigation button.button-search{display:none}@media screen and (min-width:48em){#wporg-header ul li.current-menu-item:after,#wporg-header ul li.current_page_parent:after,#wporg-header ul li a.current~.uparrow{border-bottom:9px solid #0073aa}#wporg-header ul li .nav-submenu:hover~.uparrow,#wporg-header ul li:hover .nav-submenu~.uparrow{border-bottom:9px solid #32373c}}.main-navigation.toggled ul{display:block}.menu-toggle.dashicons{background:transparent;border:none;color:#fff;font-size:25px;font-size:1.5625rem;height:56px;height:3.5rem;overflow:hidden;position:absolute;right:16px;right:1rem;top:-58px;width:56px;width:3.5rem;-webkit-appearance:none}.toggled .menu-toggle.dashicons:before{content:"\f343"}@media screen and (min-width:48em){.menu-toggle.dashicons{display:none}.main-navigation{float:right;position:relative;width:auto;top:auto}.main-navigation.toggled{padding:1px 0}.main-navigation ul{display:inline-block;font-size:0}.main-navigation ul li{border:0;display:inline-block;font-size:1rem;margin-right:1rem;padding:0}.main-navigation ul li:last-of-type{margin-right:0}.main-navigation button.button-search{display:inline-block}}.site-main{max-width:960px;padding:3.0517578125rem 1.5625rem}@media screen and (min-width:48em){.site-main{padding:3.0517578125rem 10px}}.single .site-main{padding:0}@media screen and (min-width:48em){.single .site-main{padding:0 10px 3.0517578125rem}}#page .site-main{padding:0 10px 3.0517578125rem}.site-main .page-header p{margin:.5rem 0}.site-main .page-title{font-size:25px;font-size:1.5625rem;font-weight:400}.site-main .no-results{margin:0 auto;max-width:568.434px;max-width:35.527136788rem;padding:0 2rem}.sidebar div{margin-bottom:2rem}.sidebar div ul{margin-bottom:0}.sidebar div ul>li{font-size:12.8px;font-size:.8rem;border-top:1px solid #eee;padding:.5rem 0}.search-form{font-size:0;margin-bottom:2rem;max-width:100%;position:relative}.search-form .search-field{border:none;border-radius:0;box-shadow:none;display:block;font-size:16px;font-size:1rem;margin:0 auto;max-width:100%;padding:.5rem;width:363.797px;width:22.7373675443rem}.search-form .button-search{border-left:none;border-radius:0 2px 2px 0;font-size:16px;font-size:1rem;position:relative;right:auto;top:auto}.search-form .button-search:active{background:#006799;border-right:1px solid #006799;box-shadow:none}.search-form .button-search .dashicons{font-size:16px;font-size:1rem}.site-header .search-form{display:inline-block}.site-header.home .search-form .button-search,.site-main .search-form .button-search{background:transparent;border:none;border-radius:0;box-shadow:none;color:#32373c;display:block;height:45px;padding:.5rem 1rem;position:absolute;right:0;text-shadow:none;top:0}.site-header.home .search-form .button-search:focus,.site-main .search-form .button-search:focus{box-shadow:0 0 2px 1px #33b3db}.site-header.home .search-form .button-search:active,.site-main .search-form .button-search:active{background:transparent;border:none;transform:none}.site-header:not(.home) .search-form{margin:0}.site-header:not(.home) .search-form .search-field{border:0;border-radius:2px;display:inline-block;font-size:16px;font-size:1rem;padding:5px 10px;position:relative;width:100%}@media screen and (min-width:48em){.site-header:not(.home) .search-form .search-field{border-radius:2px 0 0 2px;font-size:.64rem;width:7rem}.site-header:not(.home) .search-form .search-field+.button-search{display:inline-block;margin-bottom:0}}@media screen and (min-width:60em){.site-header:not(.home) .search-form .search-field{width:10rem}}.site-main .search-form .search-field{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);padding:.5rem;width:100%}.search .site-main{margin-top:2rem;padding-top:0}.search.search-results .page-header{margin:2rem 0}.helphub-page .entry-header,.page .entry-header{margin-top:2rem}.helphub-page .entry-header .entry-title,.page .entry-header .entry-title{font-size:25px;font-size:1.5625rem;font-weight:400;margin:0 auto;max-width:568.434px;max-width:35.527136788rem}@media screen and (min-width:48em){.helphub-page .entry-header .entry-title,.page .entry-header .entry-title{padding:0 2rem}}.helphub-page .entry-content h2,.page .entry-content h2{font-size:25px;font-size:1.5625rem;font-weight:400}.helphub-page .entry-content h3,.page .entry-content h3{font-size:16px;font-size:1rem;font-weight:600;letter-spacing:.16px;letter-spacing:.01rem;text-transform:uppercase}.helphub-page .entry-content a,.page .entry-content a:not(.button){text-decoration:underline}.helphub-page .entry-content section,.page .entry-content section{padding:2rem 0}.helphub-page .entry-content section .container,.page .entry-content section .container{margin:0 auto;max-width:568.434px;max-width:35.527136788rem}@media screen and (min-width:48em){.helphub-page .entry-content section .container,.page .entry-content section .container{padding:0 2rem}}.helphub-page .entry-content section:first-of-type,.page .entry-content section:first-of-type{padding-top:0}.helphub-page .entry-content section+section,.page .entry-content section+section{border-top:2px solid #eee}.helphub-page .submenu,.page .submenu{margin-left:0}.helphub-page .submenu li,.page .submenu li{border-bottom:1px solid #dedede;font-size:12px;line-height:18px;padding:5px 0}.helphub-page .submenu li.current,.page .submenu li.current{font-weight:700}.helphub-page .submenu li:last-child,.page .submenu li:last-child{border-bottom:0}.helphub-page .submenu li ul,.page .submenu li ul{margin-left:16px}.helphub-page .submenu li ul li,.page .submenu li ul li{border:none;line-height:1.4em;padding-bottom:2px}.page-template-page-full-width .entry-content section .container,.page-template-page-full-width .entry-header .entry-title,.single .entry-content section .container,.single .entry-header .entry-title{max-width:100%;padding:0}.error-404 .page-content,.error-404 .page-title{text-align:center}body.category #main h1{font-size:35.2px;font-size:2.2rem;text-align:center}body.category #main a{color:inherit}body.category #main a:active,body.category #main a:focus,body.category #main a:hover{text-decoration:none;color:#0073aa}body.category #main article h2{font-size:20.8px;font-size:1.3rem}body.category #main .archive-pagination{display:block;margin-top:20px;text-align:center;width:100%}section{padding:4rem 0}#bbpress-forums{font-size:16px;font-size:1rem;overflow:inherit}@media (min-width:48em){.three-up .archive-block,.three-up>div{display:inline-block;vertical-align:top;width:30%;margin-right:4.5%;font-size:.8rem}.three-up .archive-block:nth-child(3n),.three-up>div:nth-child(3n){margin-right:0}}.three-up.bbp-forums>div{background:transparent;position:relative;border-bottom:1px solid #eee;margin:1rem 0}.three-up.bbp-forums>div a.bbp-forum-title:active,.three-up.bbp-forums>div a.bbp-forum-title:focus{text-decoration:none}.three-up.bbp-forums>div h3{font-size:22.4px;font-size:1.4rem;margin-bottom:0;margin-top:0}.three-up.bbp-forums>div p{color:#666}.three-up.bbp-forums>div a:hover{color:#0073aa;text-decoration:none}.three-up.bbp-forums>div a:hover h3{color:#0073aa}@media (min-width:48em){.three-up.bbp-forums>div{height:200px;border-bottom:none;margin:2rem 4.5% 0 0}.three-up.bbp-forums>div:nth-child(3n){margin-right:0}}.bbpress main#main .entry-content,.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-content,.page-template-page-forums-sidebar main#main .entry-meta{padding:0}@media (min-width:568px){.bbpress main#main .entry-content,.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-content,.page-template-page-forums-sidebar main#main .entry-meta{padding:0 1.5625rem}}.bbpress main#main .entry-content .container,.bbpress main#main .entry-header .entry-title,.page-template-page-forums-sidebar main#main .entry-content .container,.page-template-page-forums-sidebar main#main .entry-header .entry-title{padding:0}.bbpress main#main>.entry-content,.bbpress main#main>article,.page-template-page-forums-sidebar main#main>.entry-content,.page-template-page-forums-sidebar main#main>article{max-width:768px;max-width:48rem}@media screen and (min-width:48em){.bbpress main#main>.entry-content,.bbpress main#main>article,.page-template-page-forums-sidebar main#main>.entry-content,.page-template-page-forums-sidebar main#main>article{float:left;padding:0;width:65%}}@media screen and (min-width:48em){.bbpress main#main .entry-content,.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-content,.page-template-page-forums-sidebar main#main .entry-meta{padding-left:0;padding-right:0}.bbpress main#main .entry-meta,.page-template-page-forums-sidebar main#main .entry-meta{float:right;width:30%}}.bbpress main#main{margin-top:2rem;padding:0 10px 10px}.bbpress #bbpress-forums div.bbp-template-notice{padding:.5rem;border:none;border-radius:3px}.bbpress #bbpress-forums div.bbp-template-notice li,.bbpress #bbpress-forums div.bbp-template-notice p{font-size:13px;line-height:160%}.bbpress #bbpress-forums div.bbp-template-notice a{color:#0073aa;text-decoration:underline}.bbpress #bbpress-forums div.bbp-template-notice a:hover{color:#0073aa}.bbpress #bbpress-forums .bbp-reply-content>div.bbp-template-notice,.bbpress #bbpress-forums .bbp-topic-content>div.bbp-template-notice{margin-bottom:30px}.bbpress #bbpress-forums .status-pending div.bbp-template-notice{background:#fff359}.bbpress #bbpress-forums .status-archived div.bbp-template-notice,.bbpress #bbpress-forums .status-spam div.bbp-template-notice{background:#f49797}.bbpress #bbpress-forums .bbp-body .bbp-topic-freshness,.bbpress #bbpress-forums .bbp-body .bbp-topic-reply-count,.bbpress #bbpress-forums .bbp-body .bbp-topic-voice-count{font-size:11.704px;font-size:.73152rem}.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness{width:58%}@media (min-width:321px){.bbpress #bbpress-forums .bbp-body li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-body li.bbp-topic-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-forum-freshness,.bbpress #bbpress-forums .bbp-header li.bbp-topic-freshness{width:25%}}.bbpress #bbpress-forums .bbp-forums,.bbpress #bbpress-forums .bbp-topics{border:1px solid #eee}.bbpress #bbpress-forums .bbp-forums>.bbp-header,.bbpress #bbpress-forums .bbp-topics>.bbp-header{background:#0073aa;color:#fff}.bbpress #bbpress-forums li.bbp-body div.hentry,.bbpress #bbpress-forums ul.bbp-lead-topic,.bbpress #bbpress-forums ul.bbp-replies,.bbpress #bbpress-forums ul.bbp-search-results,.bbpress #bbpress-forums ul.bbp-topics.full-posts{overflow:visible;word-wrap:break-word}.bbpress #bbpress-forums ul.bbp-lead-topic{margin:0}.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body{border:0}.bbpress #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic{background:transparent}.bbpress #bbpress-forums .bbp-search-results div.topic .topic-indicator{display:none}.bbpress #bbpress-forums div.bbp-reply-author img.avatar,.bbpress #bbpress-forums div.bbp-topic-author img.avatar{border-radius:50%;float:left;width:50px;height:50px;max-width:50px;max-height:50px;margin:0 10px 0 -11%}.bbpress #bbpress-forums div.bbp-topic-author img.avatar{margin-left:-19%;margin-top:-6px;width:80px;height:80px;max-width:80px;max-height:80px}@media only screen and (max-width:480px){.bbpress #bbpress-forums div.bbp-reply-author img.avatar,.bbpress #bbpress-forums div.bbp-topic-author img.avatar{position:relative;top:0;margin-bottom:40px}}.bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name,.bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name{clear:none;font-size:16px;font-size:1rem;display:inline-block;margin:0}.bbpress #bbpress-forums div.bbp-reply-author,.bbpress #bbpress-forums div.bbp-topic-author{float:none;text-align:left;width:100%;margin:1rem 0 2rem;padding-left:10%}@media screen and (max-width:480px){.bbpress #bbpress-forums div.bbp-reply-author,.bbpress #bbpress-forums div.bbp-topic-author{min-height:auto}}.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-author,.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-author{padding-left:1.5rem}.bbpress #bbpress-forums .bbp-author-title{margin:0}.bbpress #bbpress-forums .bbp-reply-ip,.bbpress #bbpress-forums .bbp-reply-post-date,.bbpress #bbpress-forums .bbp-topic-ip,.bbpress #bbpress-forums .bbp-topic-post-date,.bbpress #bbpress-forums .bbp-user-nicename,.bbpress #bbpress-forums .wporg-bbp-user-flag,.bbpress #bbpress-forums .wporg-bbp-user-notes-toggle{font-size:12.8px;font-size:.8rem;font-weight:400;margin:0 10px 0 0;display:inline-block}.bbpress #bbpress-forums span.bbp-author-ip{font-size:12.8px;font-size:.8rem;font-weight:400}.bbpress #bbpress-forums div.reply,.bbpress #bbpress-forums div.topic{padding:1.5rem 1.5rem 1.5rem 0}.bbpress #bbpress-forums div.bbp-reply-content,.bbpress #bbpress-forums div.bbp-topic-content{padding:0;margin:0 0 0 10%}@media screen and (max-width:480px){.bbpress #bbpress-forums div.bbp-reply-content,.bbpress #bbpress-forums div.bbp-topic-content{margin-bottom:5%}}.bbpress #bbpress-forums div.bbp-reply-content{margin-left:11%}.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-reply-content,.bbpress #bbpress-forums .bbp-user-replies-created div.bbp-topic-content{margin-left:1.5rem}.bbpress #bbpress-forums div.bbp-reply-content a,.bbpress #bbpress-forums div.bbp-topic-content a{text-decoration:underline;font-weight:inherit}.bbpress #bbpress-forums div.bbp-reply-content a.mention,.bbpress #bbpress-forums div.bbp-topic-content a.mention{text-decoration:none;font-weight:700}.bbpress #bbpress-forums div.bbp-reply-content .bbp-reply-revision-log-item a,.bbpress #bbpress-forums div.bbp-topic-content .bbp-topic-revision-log-item a{text-decoration:none}.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links{display:none;position:absolute;bottom:0;right:0;background:#fbfbfb;padding:3px 10px}@media screen and (max-width:480px){.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links{padding:3px 7px}}.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a{color:#0073aa;text-transform:inherit;font-size:11.2px;font-size:.7rem}.bbpress #bbpress-forums li.bbp-body div.type-reply span.bbp-admin-links a:hover,.bbpress #bbpress-forums li.bbp-body div.type-topic span.bbp-admin-links a:hover{text-decoration:underline}.bbpress #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links{display:block}.bbpress #bbpress-forums li.bbp-body div.type-reply:focus-within span.bbp-admin-links,.bbpress #bbpress-forums li.bbp-body div.type-topic:focus-within span.bbp-admin-links{display:block}.bbpress #bbpress-forums ul.status-closed,.bbpress #bbpress-forums ul.status-closed a{color:inherit}.bbpress #bbpress-forums .bbp-reply-revision-log-item img.avatar,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author img.avatar,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by img.avatar,.bbpress #bbpress-forums .bbp-topic-revision-log-item img.avatar{display:none}.bbpress #bbpress-forums .bbp-reply-revision-log-item a~a,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author a~a,.bbpress #bbpress-forums .bbp-topic-meta .bbp-topic-started-by a~a,.bbpress #bbpress-forums .bbp-topic-revision-log-item a~a{margin-left:-3px}.bbpress #bbpress-forums p.bbp-topic-meta .bbp-topic-started-in a{background:#eee}.bbpress #bbpress-forums p.bbp-topic-meta a{color:#0073aa}.bbpress #bbpress-forums p.bbp-topic-meta a:active,.bbpress #bbpress-forums p.bbp-topic-meta a:focus,.bbpress #bbpress-forums p.bbp-topic-meta a:hover{text-decoration:underline}.bbpress #bbpress-forums p.wporg-bbp-topic-site-url{border-top:1px solid #eee;padding-top:.5rem}.bbpress #bbpress-forums p.wporg-bbp-topic-site-url:before{content:"\f103";color:#000;font-family:dashicons;font:400 16px/1 dashicons;margin-right:5px;float:left;padding-top:3px}.bbpress #bbpress-forums p.wporg-bbp-topic-site-url a{display:inline-block;word-break:break-all}.bbpress #bbpress-forums .wporg-bbp-user-flag.flagged a{color:red}.bbpress #bbpress-forums p.wporg-bbp-user-is-blocked{display:inline-block;color:red}.bbpress #bbpress-forums .create-topic{font-size:12.8px;font-size:.8rem;float:left}.bbpress #bbpress-forums .create-topic:before{color:#000;content:"\f132";font:400 16px/1 dashicons;margin:0 4px 0 -4px;vertical-align:middle}.bbpress #bbpress-forums .bbp-pagination{font-size:12.8px;font-size:.8rem;float:none;width:auto}.bbpress #bbpress-forums .bbp-pagination .page-numbers{background:#fff;border:1px solid #b4b9be;color:#757575;padding:2px 8px;margin-left:-1px;opacity:1}.bbpress #bbpress-forums .bbp-pagination .page-numbers:not(.current):not(.dots):hover{background:#0073aa;color:#fff;text-decoration:none;border:1px solid #0073aa}.bbpress #bbpress-forums .bbp-pagination .page-numbers.current{background:#eee;color:#000}.bbpress #bbpress-forums .bbp-pagination .page-numbers.dots{background:#fff;color:#32373c}.bbpress #bbpress-forums .bbp-pagination .page-numbers:first-child{border-radius:3px 0 0 3px}.bbpress #bbpress-forums .bbp-pagination .page-numbers:last-child{border-radius:0 3px 3px 0}.bbpress #bbpress-forums .bbp-topic-pagination a{border:1px solid #ddd}.bbpress #bbpress-forums #bbp-user-wrapper,.bbpress #bbpress-forums ul.bbp-forums,.bbpress #bbpress-forums ul.bbp-lead-topic,.bbpress #bbpress-forums ul.bbp-replies,.bbpress #bbpress-forums ul.bbp-search-results,.bbpress #bbpress-forums ul.bbp-topics{font-size:12.8px;font-size:.8rem}.bbpress #bbpress-forums #bbp-user-wrapper ul.bbp-replies,.bbpress #bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:both}.bbpress #wp-link-wrap{font-size:11.704px;font-size:.73152rem}.bbpress #wp-link-wrap #wp-link #link-options label span,.bbpress #wp-link-wrap #wp-link #search-panel label span.search-label{width:90px}.bbpress li.bbp-forum-freshness,.bbpress li.bbp-topic-freshness{text-align:left}.bbpress h1{font-size:25px;font-size:1.5625rem;font-weight:400;padding-bottom:0;margin:2rem 0 1rem}.bbpress h1.page-title{margin-top:0}.bbpress .forum-titles .bbp-topic-reply-count,.bbpress .forum-titles .bbp-topic-voice-count{overflow:hidden}.bbpress .forum-titles .bbp-topic-reply-count:before,.bbpress .forum-titles .bbp-topic-voice-count:before{font:400 16px/1 dashicons;margin-right:100px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media (min-width:321px){.bbpress .forum-titles .bbp-topic-reply-count:before,.bbpress .forum-titles .bbp-topic-voice-count:before{font:400 21px/1 dashicons;margin-left:20px}}.bbpress .forum-titles .bbp-topic-voice-count:before{content:"\f307"}.bbpress .forum-titles .bbp-topic-reply-count:before{content:"\f125"}.bbpress li.bbp-header li.bbp-forum-info,.bbpress li.bbp-header li.bbp-topic-title{text-align:left!important}#bbpress-forums fieldset.bbp-form button{padding:0 .8rem;font-size:12.8px;font-size:.8rem}#bbpress-forums .bbp-reply-form{clear:both}#bbpress-forums .bbp-reply-form fieldset.bbp-form button,#bbpress-forums .bbp-topic-form fieldset.bbp-form button{float:none;margin-top:0}#bbpress-forums .bbp-submit-wrapper{margin-top:-35px}@media (max-width:767px){#bbpress-forums .bbp-submit-wrapper{margin-top:0}}#bbpress-forums .wporg-bbp-term-subscription{margin-bottom:1rem}.viewmore{position:relative;padding-right:18px;text-decoration:underline}.viewmore:hover{text-decoration:underline!important}.viewmore:after{content:"\f345";font-family:dashicons;position:absolute;top:1px;right:0}.rtl .viewmore:after{content:"\f341"}#bbpress-forums fieldset.bbp-form{margin:0;border:0}#bbpress-forums fieldset.bbp-form legend{font-weight:400;font-size:20px;font-size:1.25rem}#bbpress-forums fieldset.bbp-form label,#bbpress-forums fieldset.bbp-form p em{font-size:12.8px;font-size:.8rem}#bbpress-forums fieldset.bbp-form em#site_url_description{display:inline-block;margin-bottom:12px}#bbpress-forums fieldset.bbp-form input#bbp_topic_tags,#bbpress-forums fieldset.bbp-form input#site_url,#bbpress-forums fieldset.bbp-form input[type=checkbox]{margin-bottom:0}#bbpress-forums fieldset.log-edit{margin:12px 0 8px}#bbpress-forums fieldset.log-edit legend{padding:0;font-size:12.8px;font-size:.8rem}@media (max-width:767px){#bbpress-forums input[type=text]{width:100%}}.bbp-view .bbp-topic-form,.single-forum .bbp-topic-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.reply-edit #bbpress-forums .bbp-reply-form legend,.topic-edit #bbpress-forums .bbp-topic-form legend{display:block}.reply-edit #bbpress-forums .form-reply-to{display:inline-block}.reply-edit #bbpress-forums .form-reply-to #bbp_reply_to{width:100%}.topic-resolved label{vertical-align:none}.topic-resolved select{width:120px;line-height:1}select{-webkit-appearance:menulist}.forum-archive.wporg-support .info-box,.home.wporg-support .info-box{text-align:center;max-width:320px;max-width:20rem;margin:0 auto 4rem}.forum-archive.wporg-support .info-box h3,.home.wporg-support .info-box h3{margin-top:1rem}.forum-archive.wporg-support .info-box .icon-wrapper,.home.wporg-support .info-box .icon-wrapper{display:inline-block;width:100%;height:108px}.forum-archive.wporg-support .info-box .dashicons,.home.wporg-support .info-box .dashicons{font-size:95.367px;font-size:5.9604644775rem;opacity:.4;width:auto;height:auto}@media (min-width:48em){.forum-archive.wporg-support .info-box,.home.wporg-support .info-box{max-width:100%;margin:0}}.forum-archive.wporg-support #bbpress-forums .bbp-forums,.home.wporg-support #bbpress-forums .bbp-forums{border:none}.forum-archive.wporg-support #bbpress-forums div.odd,.home.wporg-support #bbpress-forums div.odd{background:transparent}.forum-archive.wporg-support .col-8,.home.wporg-support .col-8{margin-left:0}.forum-archive.wporg-support ul#views,.home.wporg-support ul#views{text-align:center;font-size:12.8px;font-size:.8rem;margin:0}.forum-archive.wporg-support .helpful-links>div:last-child,.home.wporg-support .helpful-links>div:last-child{font-size:12.8px;font-size:.8rem}@media (min-width:48em){.forum-archive.wporg-support .helpful-links>div,.home.wporg-support .helpful-links>div{width:65%;float:left;margin-right:5%}.forum-archive.wporg-support .helpful-links>div:last-child,.home.wporg-support .helpful-links>div:last-child{width:30%;margin-right:0}}.forum-archive.wporg-support .themes-plugins,.home.wporg-support .themes-plugins{margin:0 0 4rem;border-bottom:1px solid #eee}.forum-archive.wporg-support .themes-plugins p,.home.wporg-support .themes-plugins p{font-size:16px;font-size:1rem;color:#666}.forum-archive.wporg-support .themes-plugins p a:hover>.dashicons,.home.wporg-support .themes-plugins p a:hover>.dashicons{text-decoration:none}.forum-archive.wporg-support .themes-plugins h3,.home.wporg-support .themes-plugins h3{font-size:22.4px;font-size:1.4rem;margin-bottom:0;margin-top:0}@media (min-width:48em){.forum-archive.wporg-support .themes-plugins,.home.wporg-support .themes-plugins{width:65%;margin:3rem 0 4rem;border-bottom:none}.forum-archive.wporg-support .themes-plugins p,.home.wporg-support .themes-plugins p{font-size:.8rem}}.sidebar .forum-info li:before,.sidebar .topic-info li:before,.sidebar div ul li a:before{float:left;margin-right:5px}.sidebar .forum-info .forum-freshness-time:before,.sidebar .topic-info .topic-freshness-author:before,.sidebar .topic-info .topic-freshness-time:before{height:30px}.sidebar .forum-info .forum-freshness-time a,.sidebar .topic-info .topic-freshness-author a,.sidebar .topic-info .topic-freshness-time a{display:inline-block}.sidebar .forum-info li.topic-count:before{content:"\f105"}.sidebar .forum-info li.reply-count:before,.sidebar .topic-info li.reply-count:before{content:"\f125"}.sidebar .forum-info li.create-topic a:before,.sidebar .topic-info li.create-reply a:before{content:"\f132"}.sidebar .forum-info li.forum-subscribe:before,.sidebar .topic-info li.topic-subscribe:before{content:"\f465"}.sidebar .feed{background:none;padding-left:0}.single-topic .entry-content #bbpress-forums{overflow:visible}.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic{margin-bottom:15px}.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body{border:1px solid #eee;border-top:none}.single-topic .entry-content #bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic{background:#fbfbfb}.single-topic .entry-content #bbpress-forums div.reply.status-publish{padding-right:0}.single-topic .entry-content #bbpress-forums div.even:not(.topic),.single-topic .entry-content #bbpress-forums div.odd,.single-topic .entry-content #bbpress-forums ul.even,.single-topic .entry-content #bbpress-forums ul.odd{background:#fff;border-top:2px solid #eee}.single-topic .entry-content #bbpress-forums .wporg-ratings{background-color:#fbfbfb;border:1px solid #eee;border-top:none;border-bottom:none;padding-left:10%;padding-top:.5em}.single-topic .entry-content #bbpress-forums .topic{position:relative}.single-topic .entry-content #bbpress-forums .topic>.topic-indicator,.single-topic .entry-content #bbpress-forums .topic>.topic-indicator .dashicons{display:none}.single-topic .entry-content #bbpress-forums .topic.status-closed>.topic-indicator,.single-topic .entry-content #bbpress-forums .topic.sticky>.topic-indicator,.single-topic .entry-content #bbpress-forums .topic.super-sticky>.topic-indicator{display:block;position:absolute;top:-32px;left:-2px;width:30px}.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-lock,.single-topic .entry-content #bbpress-forums .topic.sticky .dashicons-admin-post,.single-topic .entry-content #bbpress-forums .topic.super-sticky .dashicons-admin-post{display:block;float:left;color:#fff;background:gold;padding-top:3px;width:30px;height:25px;border-radius:0 3px 3px 0}.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-admin-post,.single-topic .entry-content #bbpress-forums .topic.status-closed .dashicons-lock{background:#bbb}.single-topic .entry-content header{background:#fbfbfb;border:1px solid #eee;border-bottom:none;padding:1rem 2rem 0 10%}.single-topic div.bbp-breadcrumb{float:none}div.bbp-breadcrumb{font-size:12.8px;font-size:.8rem;margin-bottom:15px;color:#767676;line-height:27px}div.bbp-breadcrumb p{margin:0!important}.sidebar .topic-info li.topic-forum:before{content:"\f230"}.sidebar .topic-info li.wp-version:before{content:"\f120"}.sidebar .topic-info li.topic-resolved:before{content:"\f546"}.sidebar .topic-info li.topic-favorite:before{content:"\f487"}.sidebar .topic-info li.topic-report:before{content:"\f227"}.sidebar .topic-info li.topic-previous-reports .previous-reports{padding-left:0}.sidebar .topic-info li.topic-previous-reports .previous-reports li{list-style:inside}.sidebar .plugin-meta-icon{border-top:0}.sidebar .plugin-icon{margin:0;height:128px;width:128px;background-size:contain}.bbp-single-user .page-header h1{margin-bottom:1rem}.bbp-view .review-ratings{margin-bottom:1rem;padding-bottom:10px;border-bottom:1px solid #eee;display:flex;flex-direction:row-reverse}.bbp-view .review-ratings .col-3{font-size:12.8px;font-size:.8rem;margin:0;width:35%;float:none;border-top:1px solid #eee}.bbp-view .review-ratings .col-3 .reviews-total-count{font-weight:700;padding-bottom:5px;padding-top:5px}.bbp-view .review-ratings .col-5{margin:0 5% 10px 0;width:60%;font-size:12.8px;font-size:.8rem;float:none}.bbp-view .review-ratings .col-5>div:first-child{margin-top:0}.bbp-view .review-ratings .col-5 .wporg-ratings{display:inline-block;margin-right:1rem}.bbp-view .review-ratings .col-5 .reviews-submit-link{margin-top:1rem}@media (max-width:499px){.bbp-view .review-ratings{flex-direction:column-reverse}.bbp-view .review-ratings .col-3,.bbp-view .review-ratings .col-5{width:100%}}.three-up.helphub-front-page p,.three-up.helphub-front-page ul{text-align:left}.three-up.helphub-front-page>div{margin-bottom:5rem}.three-up.helphub-front-page .icon-wrapper a{color:inherit;text-decoration:none}#helphub-forum-link{margin-top:5rem}#helphub-forum-link span{display:inline-block;width:100%;max-width:335px}#helphub-forum-link a{margin-top:.5rem;display:inline-block}body.helphub-with-sidebar .left-sidebar{font-size:14.4px;font-size:.9rem}body.helphub-with-sidebar .left-sidebar h2{font-size:17.6px;font-size:1.1rem;font-weight:600;color:#32373c}body.helphub-with-sidebar .left-sidebar ul{list-style:none;margin:0}body.helphub-with-sidebar .left-sidebar ul li{margin-bottom:.8rem}body.helphub-with-sidebar .left-sidebar ul li ul{margin-left:1rem}@media screen and (min-width:768px){body.helphub-with-sidebar .left-sidebar{float:left;padding-right:3rem;width:23%}body.helphub-with-sidebar .left-sidebar+#main-content{float:right;width:77%}body.helphub-with-sidebar .left-sidebar+#main-content .entry-content .container{width:100%}}@media screen and (min-width:48em){.helphub-page .entry-header .entry-title{margin:0;width:65%}}.helphub-page .entry-content section .container .wp-block-image{overflow:hidden}@media screen and (min-width:48em){.helphub-page .entry-content section .container{margin:0;width:65%}}.infinite-scroll.neverending .site-footer,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.wp-filter{display:inline-block;position:relative;box-sizing:border-box;margin:20px 0 25px;padding:0 20px;width:100%;box-shadow:0 1px 1px rgba(0,0,0,.04);border:1px solid #e5e5e5;background:#fff;color:#555;font-size:13px}.wp-filter a{text-decoration:none}.filter-count{display:inline-block;vertical-align:middle;min-width:4.3em}.filter-count .count,.title-count{display:inline-block;position:relative;top:-1px;padding:4px 10px;border-radius:30px;background:#777;color:#fff;font-size:14px;font-weight:600}.title-count{display:inline;top:-3px;margin-left:5px;margin-right:20px}.filter-links{padding:0}.filter-links,.filter-links li{display:inline-block;margin:0}.filter-links li>a{display:inline-block;margin:0 10px;padding:15px 0;border-bottom:4px solid #fff;color:#666;cursor:pointer}.filter-links .current{box-shadow:none;border-bottom:4px solid #666;color:#222}.filter-links li>a:focus,.filter-links li>a:hover,.show-filters .filter-links a.current:focus,.show-filters .filter-links a.current:hover{color:#2ea2cc}.wp-filter .search-form{float:right;margin:10px 0;display:inline-block}.wp-filter .wp-filter-search{margin:0;padding:3px 5px;width:270px;font-size:16px;font-weight:300;line-height:1.5}.wp-filter .search-form select{height:33px;vertical-align:top}.wp-filter .drawer-toggle{display:inline-block;margin:0 10px;padding:4px 6px;color:#666;cursor:pointer}.wp-filter .drawer-toggle:before{display:inline-block;vertical-align:sub;content:"\f111";margin:0 5px 0 0;width:16px;height:16px;color:#777;transition:color .1s ease-in;font-family:dashicons;font-size:16px;line-height:1;text-align:center;text-decoration:inherit;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.wp-filter .drawer-toggle:hover,.wp-filter .drawer-toggle:hover:before{color:#2ea2cc}.wp-filter .drawer-toggle.current:before{color:#fff}.filter-drawer{display:none;margin:0 -20px;padding:20px;border-top:1px solid #eee;background:#fafafa}@media only screen and (max-width:480px){.filter-drawer{margin:0 -10px}}.show-filters .filter-drawer{display:block;overflow:hidden}.show-filters .wp-filter .drawer-toggle:focus,.show-filters .wp-filter .drawer-toggle:hover{background:#2ea2cc}.show-filters .filter-links a.current{border-bottom:none}.show-filters .wp-filter .drawer-toggle{border-radius:2px;border:none;background:#777;color:#fff}.show-filters .wp-filter .drawer-toggle:before{color:#fff}.filter-group{background:#fff;border:1px solid #e5e5e5;box-sizing:border-box;float:left;margin:0 1% 0 0;padding:10px;width:calc(25% - 7px);box-shadow:0 1px 1px rgba(0,0,0,.04)}.filter-group:last-of-type{margin-right:0}.filter-group.wide{width:38%}.filter-group h4{font-size:14px;position:relative;margin:0}.filter-drawer ol{list-style-type:none;font-size:12px;margin:20px 0 0;padding:0}.filter-drawer li{display:inline-block;list-style-type:none;margin:5px 0;padding-right:25px;width:100%}.filter-drawer .buttons{margin-bottom:20px}.filter-drawer .buttons .button span{display:inline-block;opacity:.8;font-size:12px;text-indent:10px}.wp-filter .button.clear-filters{display:none;margin:0 0 0 10px}.filtered-by{display:none;margin:0}.filtered-by>span{font-weight:600}.filtered-by a{margin-left:10px}.filtered-by .tags{display:inline}.filtered-by .tag{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);display:inline-block;font-size:11px;margin:2px 5px;padding:1px 8px}.filters-applied .filter-drawer .buttons,.filters-applied .filter-drawer br,.filters-applied .filter-group{display:none!important}.filters-applied .filtered-by{display:block}.error .content-filterable,.loading-content .content-filterable,.show-filters .content-filterable,.show-filters.filters-applied.loading-content .content-filterable{display:none}.show-filters.filters-applied .content-filterable{display:block}.wp-filter-search{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#333;outline:none;transition:border-color .05s ease-in-out;border-radius:0;margin:0;padding:3px 5px;width:280px;font-size:16px;font-weight:300;line-height:1.5}.directory-navigation{background:#dfdfdf}.directory-navigation .menu{font-size:13px;font-weight:700;list-style:none;margin:0 auto;max-width:960px}.directory-navigation .menu li{display:inline-block;padding-left:20px}.directory-navigation .menu li:first-of-type{padding-left:10px}.directory-navigation a{display:block;position:relative;padding:10px 0;color:#636363;font-size:14px;text-decoration:none}.directory-navigation .current a:after{content:"";width:100%;position:absolute;left:0;bottom:0;height:3px;background:#0073aa}@media (max-width:740px){.directory-navigation .menu{margin:0;padding:8px 0;width:100%}}body:not(.trac):not(.home-page) #main{margin-top:.5rem}.site-branding h1{color:#fff}h1,h2,h3,h4{color:#555!important}#page.home{background-color:#fff}.site-header.home .site-title{font-size:49.6px;font-size:3.1rem;font-weight:400;line-height:normal}.site-header .site-description{max-width:650px}.site-main{margin:0 auto}p{color:#555d66}.home-page .shapes{position:relative}.home-page .shapes .parallelogram:before{font-size:80px;height:64px;left:-30px;position:relative;-webkit-transform:skew(5deg);-ms-transform:skew(5deg);transform:skew(5deg);width:64px}.home-page .shapes .parallelogram{color:#fff;display:block;margin:0 auto;opacity:.9;padding:60px 40px;text-align:center;text-decoration:none;-webkit-transform:skew(-5deg);-ms-transform:skew(-5deg);transform:skew(-5deg)}.home-page .shapes .parallelogram.lesson-plans{background-color:#00669b;margin-top:-2rem;right:30px;top:50px;z-index:10}.home-page .shapes .parallelogram.workshop-ideas{background-color:#389547;top:0;left:30px;z-index:1}.home-page .shapes strong{display:block;font-size:28px;font-weight:300;padding-bottom:15px;padding-top:15px}.home-page .shapes p{color:#fff;font-size:16px;font-weight:300;margin:0;-webkit-transform:skew(5deg);-ms-transform:skew(5deg);transform:skew(5deg)}.home-page .shapes u{display:block;font-size:18px;padding-top:15px}@media only screen and (min-width:768px){.home-page .shapes{height:400px;margin:0 -60px}.home-page .shapes .parallelogram.workshop-ideas{margin-top:0}.home-page .shapes .parallelogram{width:50%;position:absolute;padding:50px 90px;-webkit-transform:skew(-15deg);-ms-transform:skew(-15deg);transform:skew(-15deg)}.home-page .shapes .parallelogram:before,.home-page .shapes p{-webkit-transform:skew(15deg);-ms-transform:skew(15deg);transform:skew(15deg)}}.about-training .getin{margin:0 auto;max-width:700px;overflow:hidden;position:relative}.about-training .getin .graphic{background:#826eb4;margin-bottom:16px;display:flex;align-items:center;justify-content:center;height:125px;width:125px}.about-training .getin .graphic .dashicons{font-size:75px;width:auto;height:auto;color:#fff}@media only screen and (min-width:576px){.about-training .getin{padding-left:230px}.about-training .getin .graphic{left:0;top:6px;margin:0 auto;position:absolute;height:150px;width:150px}}.lesson-lists .lesson-item .viewmore:after{content:"\f345";font-family:dashicons;position:absolute;top:1px;right:0}@media only screen and (min-width:576px){.lesson-lists .col{float:left;padding:15px;width:50%}}.lesson-lists .lesson-item{margin-bottom:40px;font-size:14px}.lesson-lists .lesson-item .title{font-weight:300}.lesson-lists .lesson-item p{color:#555d66}@media only screen and (min-width:768px){.lesson-lists{padding-left:0;padding-right:0}.lesson-lists .col{width:33.3333%}.lesson-lists .col .lesson-item:last-child{margin-bottom:0}}.submit-idea-cta{text-align:center}.submit-idea-cta h2{font-size:30px;margin-bottom:30px}.lp-list{margin:0 -15px}.lp-list .lp-item{display:inline-block;margin-bottom:30px;padding:0 1rem;vertical-align:top}.card,.lp-list .lp-item-wrap{background-color:#fff;border:1px solid #e5e5e5;padding:1.75rem}@media only screen and (min-width:768px){.lp-list .lp-item{width:50%;margin-right:-4px}.lp-list .lp-item-wrap{min-height:300px}}.lp-list .lp-item--full{width:100%}.card{margin-bottom:30px}.lp-list .lp-item-wrap--split .lp-body{display:flex;flex-direction:column;justify-content:space-between}.lp-list .lp-item-wrap--split .lp-body>:first-child{order:2}.lp-list .lp-item-wrap--split .lp-body>:last-child{order:1}.lp-list .lp-item-wrap--split .lp-details-list{margin-bottom:.75rem}.lp-list .lp-item-wrap--split .lp-details-list li{display:inline-block;padding-right:1rem}@media only screen and (min-width:576px){.lp-list .lp-item-wrap--split .lp-body{flex-direction:row}.lp-list .lp-item-wrap--split .lp-body>:first-child{width:64%;order:1}.lp-list .lp-item-wrap--split .lp-body>:last-child{padding-left:5%;width:30%;order:2}.lp-list .lp-item-wrap--split .lp-details-list{margin-bottom:0}.lp-list .lp-item-wrap--split .lp-details-list li{display:block;padding-right:0}}.lp-list .lp-item h2 a{font-weight:400}.lp-list .lp-item .lp-excerpt{margin:0;padding-bottom:1rem;color:#6a6a6a;font-size:14px}.lp-list .lp-topics{margin:0 0 0 1rem;padding-top:.25rem;list-style:square;font-size:12px;font-size:.75rem}.lp-list .lp-topics li{padding-bottom:.5rem}.lp-list .lp-topics li:last-child{padding-bottom:0}@media only screen and (min-width:768px){.lp-list .lp-topics--split li{width:50%;float:left}}.lp-details{font-size:14px;overflow:hidden}.lp-list .lp-details .items{float:left;width:50%}@media only screen and (min-width:960px){.lp-list .lp-details .lp-details-list--split li{float:left;width:50%}}.lp-list .lp-details .left-items{padding-right:10px}.lp-content .lp-details ul,.lp-list .lp-details ul{list-style-type:none;margin:0;padding:0}.lp-content .lp-details ul li,.lp-list .lp-details ul li{margin:0;padding:0 0 .5rem 1.5rem;position:relative}.lp-content .lp-details .dashicons,.lp-list .lp-details .dashicons{color:#0073aa;left:0;position:absolute;top:2.4px;top:.15rem}.lp-content .lp-details strong{padding-left:.25rem}.lp-suggestion_title{margin-bottom:0;font-size:13.6px;font-size:.85rem}.lp-content{display:flex;flex-direction:column;justify-content:space-between}.lp-content .lp-content-inner{order:2}.lp-content .lp-sidebar{order:1}.lp-content .lp-details .lp-links,.lp-suggestion{display:none}.lp-sidebar .lp-details ul:first-child li{display:inline-block;padding-right:1rem}@media only screen and (min-width:768px){.lp-content{flex-direction:row}.lp-content .lp-content-inner{width:64%;order:1}.lp-content .lp-sidebar{width:30%;order:2}.lp-content .lp-details .lp-links,.lp-suggestion{display:block}}.lp-content .lp-details .lp-links{margin:1.25rem 0}.lp-content .lp-details .lp-links li{padding:0 0 1rem}.lp-content .lp-details .lp-links li:last-child{padding-bottom:0}.lp-content .lp-details .lp-links li a{background-color:#f8f8f8;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.08);color:#666;display:inline-block;font-size:14px;width:100%;max-width:220px;padding:5px 10px;text-decoration:none}.lp-details .lp-links li a .dashicons{color:#9a9ea3;font-size:16px;position:relative;top:3px}.lp-content .lp-details .lp-links li a:hover{background-color:#f8f8f8;border-color:#999;color:#777}.lp-empty{margin-bottom:8 rem;min-height:300px;line-height:100px;text-align:center}.type-page .entry-content{background-color:#fff;padding:30px}.contact-form .grunion-field-label{font-size:16px;margin-bottom:10px}.contact-form .grunion-field-wrap{margin-bottom:20px}.contact-form input[type=email],.contact-form input[type=text],.contact-form textarea{border:1px solid #ddd;box-shadow:none;box-sizing:border-box;font-family:inherit;font-size:16px;margin:0;max-width:100%!important;padding:10px;width:100%!important;-webkit-appearance:none}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-radio-wrap{display:inline-block;vertical-align:top;width:45%}.contact-form .grunion-checkbox-multiple-label,.contact-form .grunion-radio-label{font-size:16px;font-weight:400!important}.contact-form input.checkbox-multiple,.contact-form input.radio{margin-bottom:0!important}.contact-form .pushbutton-wide{background:#008ec2;border:1px solid #006799;border-radius:3px;box-shadow:0 1px 0 #006799;color:#fff;font-size:16px;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;padding:5px 30px;-webkit-appearance:none}.contact-form .pushbutton-wide:hover{color:#eee}.type-page .submit-idea-cta{padding:.5rem 0 2rem}.type-page .submit-idea-cta h2{margin:0 auto 1rem;font-weight:500}.idea-type-lists{overflow:hidden;padding-top:0;margin:0 auto;max-width:610px}.idea-type-lists .col{padding:0 35px;font-size:13px;margin-bottom:2rem}@media only screen and (min-width:576px){.idea-type-lists{padding-bottom:2rem}.idea-type-lists .col{float:left;width:50%;margin-bottom:0}}.idea-type-lists .col p{color:#666}.idea-type-lists .col .dashicons{color:#9ea3a8;width:65px;height:65px;display:block;margin:1rem auto 0}.idea-type-lists .col .dashicons:before{font-size:65px}.contact-form .grunion-checkbox-multiple-label,.contact-form .grunion-field-label,.contact-form .grunion-radio-label{font-size:13px}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-radio-wrap{width:29%;margin:10px}input.text{height:40px}.custom-subheader{margin-bottom:.4em}.no-padding{padding:0!important}.clearfix:after{content:"";display:table;clear:both}div.bbp-breadcrumb{margin:.75rem 0 1.5rem}p{margin:0 0 1rem}.directory-navigation .menu{padding:0}hr{height:1px} -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_overrides.scss
r10142 r10146 229 229 } 230 230 231 .submit-idea-cta h 3{231 .submit-idea-cta h2 { 232 232 font-size: 30px; 233 233 margin-bottom: 30px; … … 569 569 /* ___ Submit an Idea ___ */ 570 570 571 .type-page .submit-idea-cta {571 .type-page .submit-idea-cta { 572 572 padding: .5rem 0 2rem; 573 573 } 574 574 575 .type-page .submit-idea-cta h 4{575 .type-page .submit-idea-cta h2 { 576 576 margin: 0 auto 1rem; 577 577 font-weight: 500; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/front-page.php
r10142 r10146 37 37 <div class="graphic"><span class="dashicons dashicons-welcome-learn-more"></span></div> 38 38 <div> 39 <h 3><?php _e( 'Get Involved' ); ?></h3>39 <h2 class="h3"><?php _e( 'Get Involved' ); ?></h2> 40 40 <p><?php _e( 'Want to grow WordPress? As part of Training Team you could help others learn WordPress accross the world.' ); ?></p> 41 41 <a href="https://make.wordpress.org/training/handbook/"><?php _e( 'Learn About The Training Team' ); ?></a> … … 63 63 <section class="lesson-lists clearfix"> 64 64 <div class="col"> 65 <h2 class="screen-reader-text"><?php _e( 'Lesson Plans' ); ?></h2> 65 66 <div class="lesson-item"> 66 <h 2 class="h4 title"><?php _e( 'User-oriented Lesson Plans' ); ?></h2>67 <h3 class="h4 title"><?php _e( 'User-oriented Lesson Plans' ); ?></h3> 67 68 <p><?php _e( 'User lessons are targeted towards end-users, those who actually publish content.' ); ?></p> 68 69 <a class="viewmore" href="#"><?php _e( 'View the lesson plans' ); ?></a> 69 70 </div> 70 71 <div class="lesson-item"> 71 <h 2 class="h4 title"><?php _e( 'Theme-oriented Lesson Plans' ); ?></h2>72 <h3 class="h4 title"><?php _e( 'Theme-oriented Lesson Plans' ); ?></h3> 72 73 <p><?php _e( 'Theme lessons are targeted towards entry-level developers, those who actually write code.' ); ?></p> 73 74 <a class="viewmore" href="#"><?php _e( 'View the lesson plans' ); ?></a> 74 75 </div> 75 76 <div class="lesson-item"> 76 <h 2 class="h4 title"><?php _e( 'Plugin-oriented Lesson Plans' ); ?></h2>77 <h3 class="h4 title"><?php _e( 'Plugin-oriented Lesson Plans' ); ?></h3> 77 78 <p><?php _e( 'Plugin lessons are targeted towards entry-level developers, those who actually write code.' ); ?></p> 78 79 <a class="viewmore" href="#"><?php _e( 'View the lesson plans' ); ?></a> … … 81 82 82 83 <div class="col"> 84 <h2 class="screen-reader-text"><?php _e( 'Workshop Ideas' ); ?></h2> 83 85 <div class="lesson-item"> 84 <h 2 class="h4 title"><?php _e( 'Half-day Workshop Ideas' ); ?></h2>86 <h3 class="h4 title"><?php _e( 'Half-day Workshop Ideas' ); ?></h3> 85 87 <p><?php _e( 'Concepts and activities for workshops that are only a few hours long.' ); ?></p> 86 88 <a class="viewmore" href="#"><?php _e( 'View the Workshop Ideas' ); ?></a> 87 89 </div> 88 90 <div class="lesson-item"> 89 <h 2 class="h4 title"><?php _e( 'Full-day Workshop Ideas' ); ?></h2>91 <h3 class="h4 title"><?php _e( 'Full-day Workshop Ideas' ); ?></h3> 90 92 <p><?php _e( 'Concepts and activities for workshops that fill the whole day.' ); ?></p> 91 93 <a class="viewmore" href="#"><?php _e( 'View the Workshop Ideas' ); ?></a> 92 94 </div> 93 95 <div class="lesson-item"> 94 <h 2 class="h4 title"><?php _e( 'Multi-day Workshop Ideas' ); ?></h2>96 <h3 class="h4 title"><?php _e( 'Multi-day Workshop Ideas' ); ?></h3> 95 97 <p><?php _e( 'Concepts and activities for workshops that span the course of 2 or more days.' ); ?></p> 96 98 <a class="viewmore" href="#"><?php _e( 'View the Workshop Ideas' ); ?></a> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/functions.php
r10131 r10146 55 55 ), 56 56 ); 57 58 // Get all the lesson plans associated to 57 58 // Get all the lesson plans associated to 59 59 return new WP_Query( $args ); 60 60 } … … 96 96 function wporg_get_cat_or_default_slug() { 97 97 $cat = wporg_get_filter_category(); 98 98 99 99 if( empty( $cat ) ) { 100 100 return wporg_get_default_cat()->slug; … … 110 110 * @param string $id Id of the post 111 111 * @param string $tax_slug The slug for the custom taxonomy 112 * @return string 112 * @return string 113 113 */ 114 114 function get_taxonomy_values( $id, $tax_slug ){ … … 186 186 187 187 /** 188 * Submit CTA button 189 * 190 * @package WPBBP 191 */ 192 function wporg_submit_idea_cta() { ?> 188 * Submit CTA button 189 * 190 * @package WPBBP 191 */ 192 function wporg_submit_idea_cta() { ?> 193 193 194 194 <section class="submit-idea-cta"> 195 195 <div class="content-icon"><span class="dashicons dashicons-lightbulb"></span></div> 196 <h 3><?php _e( 'Have an Idea for a Workshop? Let us know!' ); ?></h3>197 <a class="button button-primary button-large" href=" <?php echo esc_url( site_url( '/submit-an-idea/' ) ); ?>"><?php _e( 'Submit an Idea' ); ?></a>196 <h2><?php _e( 'Have an Idea for a Workshop? Let us know!' ); ?></h2> 197 <a class="button button-primary button-large" href="https://wordcampcentral.survey.fm/learn-wordpress-workshop-application"><?php _e( 'Submit an Idea' ); ?></a> 198 198 </section> 199 199 200 <?php } 200 <?php } 201 201 202 202 /** … … 213 213 $args = array_merge( $args, $options ); 214 214 215 } 215 } 216 216 217 217 $query = new \WP_Query( $args ); 218 218 return $query; 219 219 } 220 221 /** 222 * Returns the presenters for the workshop. 223 * 224 * @param WP_Post|int $workshop 225 * 226 * @return WP_User[]|array 227 */ 228 function wporg_get_workshop_presenters( $workshop = null ) { 229 $post = get_post( $workshop ); 230 $presenters = get_post_meta( $post->ID, 'presenter_wporg_username' ); 231 $wp_users = array(); 232 233 foreach ( $presenters as $presenter ) { 234 $wp_user = get_user_by( 'login', $presenter ); 235 236 if ( $wp_user ) { 237 array_push( $wp_users, $wp_user ); 238 } 239 } 240 241 return $wp_users; 242 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/header.php
r10142 r10146 44 44 <?php 45 45 /* Translators: subhead */ 46 _e('Whether you’re a first-time blogger or seasoned developer, there’s always more to learn. From community members all over the world, these vast resour ses will help you learn more about WordPress and teach it to others.', 'wporg-forums');46 _e('Whether you’re a first-time blogger or seasoned developer, there’s always more to learn. From community members all over the world, these vast resources will help you learn more about WordPress and teach it to others.', 'wporg-forums'); 47 47 ?> 48 48 </p> … … 63 63 } else { 64 64 ?> 65 <p class="site-title"><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php _ex(' Help OthersLearn WordPress', 'Site title', 'wporg-forums'); ?></a></p>65 <p class="site-title"><a href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php _ex('Learn WordPress', 'Site title', 'wporg-forums'); ?></a></p> 66 66 <?php /* 67 67 <nav id="site-navigation" class="main-navigation" role="navigation"> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/page-submit-an-idea.php
r10142 r10146 18 18 <div class="entry-content"> 19 19 <section class="submit-idea-cta"> 20 <h 4><?php _e( 'Is this a Workshop or Lesson Plan idea?' ); ?></h4>20 <h2><?php _e( 'Is this a Workshop or Lesson Plan idea?' ); ?></h2> 21 21 22 22 <div class="idea-type-lists"> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/component-featured-workshop.php
r10142 r10146 1 2 1 <?php 3 2 /** … … 9 8 */ 10 9 11 $args = array( 'posts_per_page' => '1' ); 12 13 $featured_workshop = wporg_get_workshops( $args ); 10 $featured_workshop = wporg_get_workshops( array( 'posts_per_page' => 1 ) ); 14 11 ?> 15 12 16 13 <div class="featured-workshop"> 17 <?php 18 while ( $featured_workshop->have_posts() ) : 19 $featured_workshop->the_post(); 20 ?> 21 <div class="featured-workshop_video"><?php echo the_post_thumbnail( 'full' ); ?></div> 22 <div class="featured-workshop_content"> 23 <a class="featured-workshop_title" href="<?php echo esc_url( get_the_permalink() ); ?>"><?php echo the_title() ?></a> 24 <div class="row"> 25 <div class="col-8"> 26 <p><?php the_excerpt(); ?></p> 27 </div> 28 <div class="col-4 featured-workshop_content_author"> 29 <?php get_template_part( 'template-parts/component', 'author' ); ?> 14 <?php while ( $featured_workshop->have_posts() ) : $featured_workshop->the_post(); ?> 15 <div class="featured-workshop_video"><?php the_post_thumbnail( 'full' ); ?></div> 16 <div class="featured-workshop_content"> 17 <a class="featured-workshop_title" href="<?php echo esc_url( get_the_permalink() ); ?>"><?php echo the_title() ?></a> 18 <div class="row"> 19 <div class="col-8"> 20 <p><?php the_excerpt(); ?></p> 21 </div> 22 <div class="col-4 featured-workshop_content_author"> 23 <?php 24 $presenters = wporg_get_workshop_presenters(); 25 26 // We'll only display the first author in this view 27 if ( isset( $presenters[0] ) ) : 28 get_template_part( 'template-parts/component', 'workshop-presenter', array( 'presenter' => $presenters[0] ) ); 29 endif; 30 ?> 31 </div> 30 32 </div> 31 33 </div> 32 </div>33 34 <?php endwhile; ?> 34 35 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-single.php
r10142 r10146 18 18 <section> 19 19 <header class="row align-middle between section-heading section-heading--with-space"> 20 <h 2 class="section-heading_title"><?php the_title(); ?></h2>20 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> 21 21 </header> 22 22 … … 65 65 66 66 <div class="lp-suggestion"> 67 <h 4 class="lp-suggestion_title"><?php _e( 'Suggestions' ); ?></h4>67 <h2 class="lp-suggestion_title h4"><?php _e( 'Suggestions' ); ?></h2> 68 68 <p><?php _e( 'Found a typo, grammar error,or outdated screenshot?' ); ?></p> 69 69 <p><?php _e( 'Used this lesson plan in your event and have some suggestions?' ); ?></p> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/template-parts/content-workshop-single.php
r10131 r10146 1 1 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 2 <main class="site-main">3 2 <section> 4 3 <div class="row align-middle between section-heading section-heading--with-space"> 5 <h 2 class="section-heading_title"><?php the_title(); ?></h2>4 <h1 class="section-heading_title h2"><?php the_title(); ?></h1> 6 5 </div> 7 6 <hr> 8 7 <div class="workshop-page"> 9 8 <?php the_content(); ?> 10 11 <section class="row"> 12 <div class="col-4"> 13 <?php get_template_part( 'template-parts/component', 'author' ); ?> 14 </div> 15 <p class="col-8">PHP Developer, Community Team deputy, WordPress Cape Town Meetup co-organiser, WordCamp Cape Town organiser, speaker, writer, podcaster. I like to get stuff done. Husband and father of two energetic boys. Gracie Jiu Jitsu for fun and stress release.</p> 16 </section> 9 <?php foreach ( wporg_get_workshop_presenters() as $presenter ) : ?> 10 <section class="row workshop-page_section""> 11 <div class="col-4"> 12 <?php 13 get_template_part( 14 'template-parts/component', 15 'workshop-presenter', 16 array( 17 'presenter' => $presenter, 18 ) 19 ); 20 ?> 21 </div> 22 <p class="col-8"><?php echo esc_html( $presenter->description ); ?></p> 23 </section> 24 <?php endforeach; ?> 17 25 </div> 18 26 </section>
Note: See TracChangeset
for help on using the changeset viewer.