From 31ba2e7cfd1912630e3da998256af5b837835321 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 4 Mar 2014 16:39:33 -0600 Subject: [PATCH 01/59] Unify pseudo-element notation with double colons https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements --- css/src/style.css | 48 +++++++++++++++++++++++------------------------ css/style.css | 48 +++++++++++++++++++++++------------------------ css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 50 insertions(+), 50 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index f4c7690..5fcfe1c 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -84,8 +84,8 @@ html { -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ } *, -*:before, -*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ +*::before, +*::after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ box-sizing: border-box; } article, @@ -111,8 +111,8 @@ caption, th, td { font-weight: normal; text-align: left; } -blockquote:before, blockquote:after, -q:before, q:after { +blockquote::before, blockquote::after, +q::before, q::after { content: ""; } blockquote, q { @@ -455,29 +455,29 @@ a { 2.4 - Clearing --------------------------------------------------------------*/ /* Micro Clearfix */ -.cf:before, .cf:after { content: ""; display: table; } -.cf:after { clear: both; } +.cf::before, .cf::after { content: ""; display: table; } +.cf::after { clear: both; } .cf { zoom: 1; } /* For IE 6-7, but why not keep them around? */ -.entry-content:before, -.entry-content:after, -.comment-content:before, -.comment-content:after, -.site-header:before, -.site-header:after, -.site-content:before, -.site-content:after, -.site-footer:before, -.site-footer:after { +.entry-content::before, +.entry-content::after, +.comment-content::before, +.comment-content::after, +.site-header::before, +.site-header::after, +.site-content::before, +.site-content::after, +.site-footer::before, +.site-footer::after { content: ''; display: table; } -.entry-content:after, -.comment-content:after, -.site-header:after, -.site-content:after, -.site-footer:after { +.entry-content::after, +.comment-content::after, +.site-header::after, +.site-content::after, +.site-footer::after { clear: both; } @@ -1281,17 +1281,17 @@ article .entry-meta.above-content { border-left: none; } -.format-quote p:before { +.format-quote p::before { content: '\201C'; font-size: 1.3em; } -.format-quote p:after { +.format-quote p::after { content: '\201D'; font-size: 1.3em; } -.format-quote .entry-meta .date:before, .format-quote .reply .replytrigger:before, .format-quote .entry-meta .date:after, .format-quote .reply .replytrigger:after { +.format-quote .entry-meta .date::before, .format-quote .reply .replytrigger::before, .format-quote .entry-meta .date::after, .format-quote .reply .replytrigger::after { content: ""; } diff --git a/css/style.css b/css/style.css index 3158274..46fd1a2 100644 --- a/css/style.css +++ b/css/style.css @@ -84,8 +84,8 @@ html { -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ } *, -*:before, -*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ +*::before, +*::after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -113,8 +113,8 @@ caption, th, td { font-weight: normal; text-align: left; } -blockquote:before, blockquote:after, -q:before, q:after { +blockquote::before, blockquote::after, +q::before, q::after { content: ""; } blockquote, q { @@ -462,29 +462,29 @@ a { 2.4 - Clearing --------------------------------------------------------------*/ /* Micro Clearfix */ -.cf:before, .cf:after { content: ""; display: table; } -.cf:after { clear: both; } +.cf::before, .cf::after { content: ""; display: table; } +.cf::after { clear: both; } .cf { zoom: 1; } /* For IE 6-7, but why not keep them around? */ -.entry-content:before, -.entry-content:after, -.comment-content:before, -.comment-content:after, -.site-header:before, -.site-header:after, -.site-content:before, -.site-content:after, -.site-footer:before, -.site-footer:after { +.entry-content::before, +.entry-content::after, +.comment-content::before, +.comment-content::after, +.site-header::before, +.site-header::after, +.site-content::before, +.site-content::after, +.site-footer::before, +.site-footer::after { content: ''; display: table; } -.entry-content:after, -.comment-content:after, -.site-header:after, -.site-content:after, -.site-footer:after { +.entry-content::after, +.comment-content::after, +.site-header::after, +.site-content::after, +.site-footer::after { clear: both; } @@ -1305,17 +1305,17 @@ article .entry-meta.above-content { border-left: none; } -.format-quote p:before { +.format-quote p::before { content: '\201C'; font-size: 1.3em; } -.format-quote p:after { +.format-quote p::after { content: '\201D'; font-size: 1.3em; } -.format-quote .entry-meta .date:before, .format-quote .reply .replytrigger:before, .format-quote .entry-meta .date:after, .format-quote .reply .replytrigger:after { +.format-quote .entry-meta .date::before, .format-quote .reply .replytrigger::before, .format-quote .entry-meta .date::after, .format-quote .reply .replytrigger::after { content: ""; } diff --git a/css/style.css.map b/css/style.css.map index 5107f9d..adbc983 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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ACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,uBAAsB;CACtB,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;EACnB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,qGAA4F;CAA5F,6FAA4F;CAC5F,kBAAiB;CACjB,eAAc;CACd,YAAW;CACX,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,YAAW;CACX,oBAAmB;EACnB;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,qBAAoB;EACpB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;AACD;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,kBAAiB;;EAEjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;CACjB,QAAO;EACP;;AAED;CACC,WAAU;EACV;;AAED;CACC;EACC,WAAU;GACV;EACD;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,eAAc;CACd,gBAAe;CACf,YAAW;CACX,eAAc;CACd,iCAAwB;CAAxB,8BAAwB;CAAxB,yBAAwB;EACxB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,eAAc;EACd;;AAED;CACC,cAAa;CACb,aAAY;CACZ,sDAAqD;CACrD,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED;CACC,sDAAqC;CAArC,sCAAqC;CACrC,QAAO;CACP,YAAW;CACX,mBAAkB;CAClB,2BAA0B;CAC1B,iBAAgB;CAChB,cAAa;CACb,kBAAiB;CACjB,mCAAkC;CAClC,YAAW;EACX;;AAED;CACC,sCAA6B;CAA7B,kCAA6B;CAA7B,8BAA6B;CAC7B,yCAAwC,AAAC,mDAAkD;CAC3F,SAAQ;CACR,kDAAyC;CAAzC,0CAAyC;EACzC;;AAED;CACC,qCAA4B;CAA5B,iCAA4B;CAA5B,6BAA4B;CAC5B,UAAS;CACT,mDAA0C;CAA1C,2CAA0C;EAC1C;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;EAC1B;;CAEA;EACC,aAAY;GACZ;;CAED;EACC,SAAQ;GACR;;CAED;EACC,cAAa;GACb;;CAED;EACC,UAAS;GACT;;AAEF;CACC,IAAI,oCAAA,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,6BAAA,CAAC;EACpC;;AARD;CACC,IAAI,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;EACpC;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,uBAAsB;EACtB;;AAED,+CAA8C;AAC9C;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,aAAY;CACZ,mBAAkB;CAClB,kCAAiC;CACjC,oBAAmB;EACnB;;AAED;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,YAAW;CACX,kBAAiB;CACjB,mBAAkB;CAClB,gBAAe;CACf,iDAAwC;CAAxC,yCAAwC;EACxC;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;CACb,cAAa;EACb;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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ACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,uBAAsB;CACtB,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;EACnB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mB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eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;CACb,cAAa;EACb;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index e103568..b80c13e 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:60%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:border-bottom .4s ease-in-out;transition:border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.widget img,img.size-full{max-width:100%;height:auto}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-main .gallery dd,.site-main .gallery figcaption{margin:0}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;margin:0 .5%}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-meta{clear:both}article .entry-meta{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}article .entry-meta.above-content{width:auto;display:inline-block;padding:0 2.5% 1%;margin:0 auto 1.5%}.entry-meta .categories,.entry-meta .date,.entry-meta .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}.entry-meta .date{margin-bottom:0}.entry-meta .date a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray}.no-touch .entry-meta .date a:hover{color:#009BCD}.no-touch .entry-meta .date a:active{color:#007EA6}.no-touch .entry-meta .date a:active,.no-touch .entry-meta .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote p:before{content:'\201C';font-size:1.3em}.format-quote p:after{content:'\201D';font-size:1.3em}.format-quote .entry-meta .date:after,.format-quote .entry-meta .date:before,.format-quote .reply .replytrigger:after,.format-quote .reply .replytrigger:before{content:""}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{margin-bottom:2.5%}.search-entry,.search-entry .entry-title{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.no-touch .search-entry:hover,.no-touch .search-entry:hover .entry-title{color:#009BCD}.no-touch .search-entry:active,.no-touch .search-entry:active .entry-title{color:#007EA6}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 1em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em;margin:0 1%}.no-inlinesvg .sociallink{margin:0 1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.search footer,article .entry-meta{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:60%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:border-bottom .4s ease-in-out;transition:border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.widget img,img.size-full{max-width:100%;height:auto}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-main .gallery dd,.site-main .gallery figcaption{margin:0}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;margin:0 .5%}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-meta{clear:both}article .entry-meta{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}article .entry-meta.above-content{width:auto;display:inline-block;padding:0 2.5% 1%;margin:0 auto 1.5%}.entry-meta .categories,.entry-meta .date,.entry-meta .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}.entry-meta .date{margin-bottom:0}.entry-meta .date a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray}.no-touch .entry-meta .date a:hover{color:#009BCD}.no-touch .entry-meta .date a:active{color:#007EA6}.no-touch .entry-meta .date a:active,.no-touch .entry-meta .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote p::before{content:'\201C';font-size:1.3em}.format-quote p::after{content:'\201D';font-size:1.3em}.format-quote .entry-meta .date::after,.format-quote .entry-meta .date::before,.format-quote .reply .replytrigger::after,.format-quote .reply .replytrigger::before{content:""}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{margin-bottom:2.5%}.search-entry,.search-entry .entry-title{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.no-touch .search-entry:hover,.no-touch .search-entry:hover .entry-title{color:#009BCD}.no-touch .search-entry:active,.no-touch .search-entry:active .entry-title{color:#007EA6}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 1em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em;margin:0 1%}.no-inlinesvg .sociallink{margin:0 1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.search footer,article .entry-meta{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From c6ef0ac5584dc3d354b47271608d59e9b578b7bd Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Wed, 5 Mar 2014 23:43:11 -0600 Subject: [PATCH 02/59] Add decent gallery styles --- css/src/style.css | 141 ++++++++++++++++++++++++++++++++++-------- css/style.css | 152 ++++++++++++++++++++++++++++++++++++++-------- css/style.css.map | 2 +- rtl.css | 7 +++ style.css | 2 +- 5 files changed, 254 insertions(+), 50 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 5fcfe1c..4f540d1 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -27,6 +27,7 @@ Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, 2.3 - Screen Readers 2.3 - Clearing 3.0 - Media + 3.1 - Galleries 4.0 - Header 4.1 - Site Branding 4.2 - Social Links @@ -492,11 +493,23 @@ a { .sidebar img, img.size-full, .comment-content img, -.widget img { +.widget img, +.size-auto, +.size-full, +.size-large, +.size-medium, +.size-thumbnail { max-width: 100%; height: auto; } +/* Make sure embeds and iframes fit their containers */ +embed, +iframe, +object { + max-width: 100%; +} + /* Make sure images with WordPress-added height and width attributes are scaled correctly */ .entry-content img, img[class*="align"], @@ -533,44 +546,124 @@ img[class*="wp-image-"] { margin: 0.8075em 0; } -.site-main .gallery { - margin-bottom: 1.5em; +/*-------------------------------------------------------------- +3.1 - Galleries +--------------------------------------------------------------*/ +.gallery { + margin: auto; } -.gallery-caption { +.gallery-item { + float: left; + text-align: center; + margin: 0 4px 4px 0; + overflow: hidden; + position: relative; + width: 100%; } -.site-main .gallery a img { - border: none; - height: auto; - max-width: 90%; +.gallery-columns-1 .gallery-item { + max-width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 48%; + max-width: calc(50% - 4px); +} + +.gallery-columns-3 .gallery-item { + max-width: 32%; + max-width: calc(33.3% - 4px); +} + +.gallery-columns-4 .gallery-item { + max-width: 23%; + max-width: calc(25% - 4px); +} + +.gallery-columns-5 .gallery-item { + max-width: 19%; + max-width: calc(20% - 4px); +} + +.gallery-columns-6 .gallery-item { + max-width: 15%; + max-width: calc(16.7% - 4px); +} + +.gallery-columns-7 .gallery-item { + max-width: 13%; + max-width: calc(14.28% - 4px); +} + +.gallery-columns-8 .gallery-item { + max-width: 11%; + max-width: calc(12.5% - 4px); } -.site-main .gallery dd, /* For before WP 3.9 */ -.site-main .gallery figcaption { /* For < WP 3.9 */ +.gallery-columns-9 .gallery-item { + max-width: 9%; + max-width: calc(11.1% - 4px); +} + +.gallery-columns-1 .gallery-item:nth-of-type(1n), +.gallery-columns-2 .gallery-item:nth-of-type(2n), +.gallery-columns-3 .gallery-item:nth-of-type(3n), +.gallery-columns-4 .gallery-item:nth-of-type(4n), +.gallery-columns-5 .gallery-item:nth-of-type(5n), +.gallery-columns-6 .gallery-item:nth-of-type(6n), +.gallery-columns-7 .gallery-item:nth-of-type(7n), +.gallery-columns-8 .gallery-item:nth-of-type(8n), +.gallery-columns-9 .gallery-item:nth-of-type(9n) { + margin-right: 0; +} + +.gallery-caption { + transition: opacity 0.4s ease; + background-color: rgba(0, 0, 0, 0.7); + box-sizing: border-box; + color: #fff; + font-size: 0.9em; + line-height: 1.3; margin: 0; + max-height: 50%; + opacity: 0; + padding: 6px 8px; + position: absolute; + bottom: 0; + left: 0; + text-align: left; + width: 100%; } -.site-main .gallery-columns-4 .gallery-item { +.gallery-caption:before { + content: ""; + height: 100%; + min-height: 49px; + position: absolute; + top: 0; + left: 0; + width: 100%; } -.site-main .gallery-columns-4 .gallery-item img { +.gallery-item:hover .gallery-caption { + opacity: 1; } -.size-auto, -.size-full, -.size-large, -.size-medium, -.size-thumbnail { - max-width: 100%; - height: auto; +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; } -/* Make sure embeds and iframes fit their containers */ -embed, -iframe, -object { - max-width: 100%; +.site-main .gallery { + margin-bottom: 1.5em; +} + +.site-main .gallery a img { + border: none; + height: auto; + max-width: 90%; } diff --git a/css/style.css b/css/style.css index 46fd1a2..b283dd7 100644 --- a/css/style.css +++ b/css/style.css @@ -27,6 +27,7 @@ Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, 2.3 - Screen Readers 2.3 - Clearing 3.0 - Media + 3.1 - Galleries 4.0 - Header 4.1 - Site Branding 4.2 - Social Links @@ -499,11 +500,23 @@ a { .sidebar img, img.size-full, .comment-content img, -.widget img { +.widget img, +.size-auto, +.size-full, +.size-large, +.size-medium, +.size-thumbnail { max-width: 100%; height: auto; } +/* Make sure embeds and iframes fit their containers */ +embed, +iframe, +object { + max-width: 100%; +} + /* Make sure images with WordPress-added height and width attributes are scaled correctly */ .entry-content img, img[class*="align"], @@ -540,44 +553,135 @@ img[class*="wp-image-"] { margin: 0.8075em 0; } -.site-main .gallery { - margin-bottom: 1.5em; +/*-------------------------------------------------------------- +3.1 - Galleries +--------------------------------------------------------------*/ +.gallery { + margin: auto; } -.gallery-caption { +.gallery-item { + float: left; + text-align: center; + margin: 0 4px 4px 0; + overflow: hidden; + position: relative; + width: 100%; } -.site-main .gallery a img { - border: none; - height: auto; - max-width: 90%; +.gallery-columns-1 .gallery-item { + max-width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 48%; + max-width: -webkit-calc(50% - 4px); + max-width: calc(50% - 4px); +} + +.gallery-columns-3 .gallery-item { + max-width: 32%; + max-width: -webkit-calc(33.3% - 4px); + max-width: calc(33.3% - 4px); +} + +.gallery-columns-4 .gallery-item { + max-width: 23%; + max-width: -webkit-calc(25% - 4px); + max-width: calc(25% - 4px); +} + +.gallery-columns-5 .gallery-item { + max-width: 19%; + max-width: -webkit-calc(20% - 4px); + max-width: calc(20% - 4px); +} + +.gallery-columns-6 .gallery-item { + max-width: 15%; + max-width: -webkit-calc(16.7% - 4px); + max-width: calc(16.7% - 4px); +} + +.gallery-columns-7 .gallery-item { + max-width: 13%; + max-width: -webkit-calc(14.28% - 4px); + max-width: calc(14.28% - 4px); +} + +.gallery-columns-8 .gallery-item { + max-width: 11%; + max-width: -webkit-calc(12.5% - 4px); + max-width: calc(12.5% - 4px); } -.site-main .gallery dd, /* For before WP 3.9 */ -.site-main .gallery figcaption { /* For < WP 3.9 */ +.gallery-columns-9 .gallery-item { + max-width: 9%; + max-width: -webkit-calc(11.1% - 4px); + max-width: calc(11.1% - 4px); +} + +.gallery-columns-1 .gallery-item:nth-of-type(1n), +.gallery-columns-2 .gallery-item:nth-of-type(2n), +.gallery-columns-3 .gallery-item:nth-of-type(3n), +.gallery-columns-4 .gallery-item:nth-of-type(4n), +.gallery-columns-5 .gallery-item:nth-of-type(5n), +.gallery-columns-6 .gallery-item:nth-of-type(6n), +.gallery-columns-7 .gallery-item:nth-of-type(7n), +.gallery-columns-8 .gallery-item:nth-of-type(8n), +.gallery-columns-9 .gallery-item:nth-of-type(9n) { + margin-right: 0; +} + +.gallery-caption { + -webkit-transition: opacity 0.4s ease; + transition: opacity 0.4s ease; + background-color: rgba(0, 0, 0, 0.7); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + color: #fff; + font-size: 0.9em; + line-height: 1.3; margin: 0; + max-height: 50%; + opacity: 0; + padding: 6px 8px; + position: absolute; + bottom: 0; + left: 0; + text-align: left; + width: 100%; } -.site-main .gallery-columns-4 .gallery-item { +.gallery-caption:before { + content: ""; + height: 100%; + min-height: 49px; + position: absolute; + top: 0; + left: 0; + width: 100%; } -.site-main .gallery-columns-4 .gallery-item img { +.gallery-item:hover .gallery-caption { + opacity: 1; } -.size-auto, -.size-full, -.size-large, -.size-medium, -.size-thumbnail { - max-width: 100%; - height: auto; +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; } -/* Make sure embeds and iframes fit their containers */ -embed, -iframe, -object { - max-width: 100%; +.site-main .gallery { + margin-bottom: 1.5em; +} + +.site-main .gallery a img { + border: none; + height: auto; + max-width: 90%; } diff --git a/css/style.css.map b/css/style.css.map index adbc983..83861b6 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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ACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,uBAAsB;CACtB,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;EACnB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mB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eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;CACb,cAAa;EACb;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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C,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,uBAAsB;CACtB,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;EACnB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,qGAA4F;CAA5F,6FAA4F;CAC5F,kBAAiB;CACjB,eAAc;CACd,YAAW;CACX,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,YAAW;CACX,oBAAmB;EACnB;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,qBAAoB;EACpB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;AACD;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,kBAAiB;;EAEjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;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B;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;CACb,cAAa;EACb;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/rtl.css b/rtl.css index 68e5f8e..044c73b 100644 --- a/rtl.css +++ b/rtl.css @@ -86,6 +86,13 @@ textarea { border-right: none; } +/* =Galleries +----------------------------------------------- */ +.gallery-item { + float: right; + margin: 0 0 4px 4px; +} + /* =Navigation ----------------------------------------------- */ diff --git a/style.css b/style.css index b80c13e..65e976d 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:60%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:border-bottom .4s ease-in-out;transition:border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.widget img,img.size-full{max-width:100%;height:auto}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-main .gallery dd,.site-main .gallery figcaption{margin:0}.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;margin:0 .5%}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-meta{clear:both}article .entry-meta{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}article .entry-meta.above-content{width:auto;display:inline-block;padding:0 2.5% 1%;margin:0 auto 1.5%}.entry-meta .categories,.entry-meta .date,.entry-meta .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}.entry-meta .date{margin-bottom:0}.entry-meta .date a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray}.no-touch .entry-meta .date a:hover{color:#009BCD}.no-touch .entry-meta .date a:active{color:#007EA6}.no-touch .entry-meta .date a:active,.no-touch .entry-meta .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote p::before{content:'\201C';font-size:1.3em}.format-quote p::after{content:'\201D';font-size:1.3em}.format-quote .entry-meta .date::after,.format-quote .entry-meta .date::before,.format-quote .reply .replytrigger::after,.format-quote .reply .replytrigger::before{content:""}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{margin-bottom:2.5%}.search-entry,.search-entry .entry-title{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.no-touch .search-entry:hover,.no-touch .search-entry:hover .entry-title{color:#009BCD}.no-touch .search-entry:active,.no-touch .search-entry:active .entry-title{color:#007EA6}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 1em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em;margin:0 1%}.no-inlinesvg .sociallink{margin:0 1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.search footer,article .entry-meta{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:60%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:border-bottom .4s ease-in-out;transition:border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;margin:0 .5%}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-meta{clear:both}article .entry-meta{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}article .entry-meta.above-content{width:auto;display:inline-block;padding:0 2.5% 1%;margin:0 auto 1.5%}.entry-meta .categories,.entry-meta .date,.entry-meta .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}.entry-meta .date{margin-bottom:0}.entry-meta .date a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray}.no-touch .entry-meta .date a:hover{color:#009BCD}.no-touch .entry-meta .date a:active{color:#007EA6}.no-touch .entry-meta .date a:active,.no-touch .entry-meta .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote p::before{content:'\201C';font-size:1.3em}.format-quote p::after{content:'\201D';font-size:1.3em}.format-quote .entry-meta .date::after,.format-quote .entry-meta .date::before,.format-quote .reply .replytrigger::after,.format-quote .reply .replytrigger::before{content:""}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{margin-bottom:2.5%}.search-entry,.search-entry .entry-title{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.no-touch .search-entry:hover,.no-touch .search-entry:hover .entry-title{color:#009BCD}.no-touch .search-entry:active,.no-touch .search-entry:active .entry-title{color:#007EA6}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 1em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em;margin:0 1%}.no-inlinesvg .sociallink{margin:0 1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.search footer,article .entry-meta{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From f7bafaa792754e6b2c74c1ebf7865550f05b2106 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Wed, 5 Mar 2014 23:44:57 -0600 Subject: [PATCH 03/59] Captions won't be shown on sixth column, either --- css/src/style.css | 1 + css/style.css | 1 + css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 4f540d1..30298f6 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -650,6 +650,7 @@ img[class*="wp-image-"] { opacity: 1; } +.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { diff --git a/css/style.css b/css/style.css index b283dd7..393c366 100644 --- a/css/style.css +++ b/css/style.css @@ -668,6 +668,7 @@ img[class*="wp-image-"] { opacity: 1; } +.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { diff --git a/css/style.css.map b/css/style.css.map index 83861b6..20cd71e 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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C,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,uBAAsB;CACtB,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;EACnB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,qGAA4F;CAA5F,6FAA4F;CAC5F,kBAAiB;CACjB,eAAc;CACd,YAAW;CACX,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,YAAW;CACX,oBAAmB;EACnB;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,qBAAoB;EACpB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;AACD;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,kBAAiB;;EAEjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;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B;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;CACb,cAAa;EACb;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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CC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,uBAAsB;CACtB,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;EACnB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,qGAA4F;CAA5F,6FAA4F;CAC5F,kBAAiB;CACjB,eAAc;CACd,YAAW;CACX,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,YAAW;CACX,oBAAmB;EACnB;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,qBAAoB;EACpB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,gBAAe;EACf;AACD;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,kBAAiB;;EAEjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB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mB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;CACb,cAAa;EACb;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 65e976d..86da605 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:60%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:border-bottom .4s ease-in-out;transition:border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;margin:0 .5%}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-meta{clear:both}article .entry-meta{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}article .entry-meta.above-content{width:auto;display:inline-block;padding:0 2.5% 1%;margin:0 auto 1.5%}.entry-meta .categories,.entry-meta .date,.entry-meta .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}.entry-meta .date{margin-bottom:0}.entry-meta .date a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray}.no-touch .entry-meta .date a:hover{color:#009BCD}.no-touch .entry-meta .date a:active{color:#007EA6}.no-touch .entry-meta .date a:active,.no-touch .entry-meta .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote p::before{content:'\201C';font-size:1.3em}.format-quote p::after{content:'\201D';font-size:1.3em}.format-quote .entry-meta .date::after,.format-quote .entry-meta .date::before,.format-quote .reply .replytrigger::after,.format-quote .reply .replytrigger::before{content:""}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{margin-bottom:2.5%}.search-entry,.search-entry .entry-title{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.no-touch .search-entry:hover,.no-touch .search-entry:hover .entry-title{color:#009BCD}.no-touch .search-entry:active,.no-touch .search-entry:active .entry-title{color:#007EA6}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 1em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em;margin:0 1%}.no-inlinesvg .sociallink{margin:0 1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.search footer,article .entry-meta{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:60%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:border-bottom .4s ease-in-out;transition:border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;margin:0 .5%}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-meta{clear:both}article .entry-meta{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}article .entry-meta.above-content{width:auto;display:inline-block;padding:0 2.5% 1%;margin:0 auto 1.5%}.entry-meta .categories,.entry-meta .date,.entry-meta .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}.entry-meta .date{margin-bottom:0}.entry-meta .date a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray}.no-touch .entry-meta .date a:hover{color:#009BCD}.no-touch .entry-meta .date a:active{color:#007EA6}.no-touch .entry-meta .date a:active,.no-touch .entry-meta .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote p::before{content:'\201C';font-size:1.3em}.format-quote p::after{content:'\201D';font-size:1.3em}.format-quote .entry-meta .date::after,.format-quote .entry-meta .date::before,.format-quote .reply .replytrigger::after,.format-quote .reply .replytrigger::before{content:""}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{margin-bottom:2.5%}.search-entry,.search-entry .entry-title{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.no-touch .search-entry:hover,.no-touch .search-entry:hover .entry-title{color:#009BCD}.no-touch .search-entry:active,.no-touch .search-entry:active .entry-title{color:#007EA6}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 1em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em;margin:0 1%}.no-inlinesvg .sociallink{margin:0 1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.search footer,article .entry-meta{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 155e1a3552679e018f9cb339875259431a584880 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 00:19:22 -0600 Subject: [PATCH 04/59] Improved search form with Flexbox, changed entry-meta to entry-footer --- content-excerpt.php | 8 ++-- content-link.php | 8 ++-- content-page.php | 9 ++-- content-quote.php | 4 +- content-search.php | 5 +- content-single.php | 16 +++---- content.php | 8 ++-- css/src/style.css | 94 ++++++++++++++++++------------------ css/style.css | 113 ++++++++++++++++++++++++-------------------- css/style.css.map | 2 +- functions.php | 2 + gruntfile.js | 2 +- style.css | 2 +- 13 files changed, 142 insertions(+), 131 deletions(-) diff --git a/content-excerpt.php b/content-excerpt.php index c9d0cd7..1abedbd 100644 --- a/content-excerpt.php +++ b/content-excerpt.php @@ -16,9 +16,9 @@

- @@ -26,13 +26,13 @@ -
+
', '' ); ?>

-
+
diff --git a/content-link.php b/content-link.php index eb43cf5..cf4aa8e 100644 --- a/content-link.php +++ b/content-link.php @@ -16,9 +16,9 @@

→'; ?>

- @@ -28,7 +28,7 @@ '' ) ); ?> -
+
@@ -42,7 +42,7 @@

-
+
diff --git a/content-page.php b/content-page.php index 8d6a29c..e74bb4b 100644 --- a/content-page.php +++ b/content-page.php @@ -17,15 +17,14 @@
+ - '' ) ); ?> - -
- ', '' ); ?> -
+ '' ) ); ?>
+ ', '' ); ?> + \ No newline at end of file diff --git a/content-quote.php b/content-quote.php index c00a1ef..14c362d 100644 --- a/content-quote.php +++ b/content-quote.php @@ -14,7 +14,7 @@ '' ) ); ?> -
+
@@ -26,7 +26,7 @@

-
+
diff --git a/content-search.php b/content-search.php index 3718627..234f2f1 100644 --- a/content-search.php +++ b/content-search.php @@ -15,8 +15,7 @@ -
- ', '' ); ?> -
+ + ', '' ); ?> \ No newline at end of file diff --git a/content-single.php b/content-single.php index e337b01..a76ecdf 100644 --- a/content-single.php +++ b/content-single.php @@ -12,7 +12,7 @@
→', 'decode' ) ); ?>
'' ) ); ?> -
+
@@ -28,7 +28,7 @@

-
+
@@ -48,13 +48,13 @@

→'; ?>

- \ No newline at end of file + \ No newline at end of file diff --git a/style.css b/style.css index 60bbc3d..d49b4ee 100644 --- a/style.css +++ b/style.css @@ -5,10 +5,10 @@ Version: 2.9.2 Text Domain: decode Author: Scott Smith Author URI: http://ScottHSmith.com/ -Description: A minimal, modern theme, designed to be mobile first and fully responsive, Decode features the ability to change all the colors in the theme and an elegant sidebar conveniently accessed by tapping on the menu icon. The sidebar can fit all of your widgets and its position can be customized. You can also choose to keep the sidebar always visible on larger screens for an elegent two-column experience. You can even disable the sidebar and comment links if you choose. Decode supports link posts, where the title can be hyperlinked. Decode includes custom social icons in the header that you can easily link to your choice of 46 different social profiles from Twitter, and App.net, to Pinterest and LinkedIn, you will be sure to find support for the network you want alongside a bevy of customizations to make your site unique. Decode has been translated into French, German, Polish, Russian, and Spanish. More info here +Description: A minimal, modern theme, designed to be mobile first and fully responsive, Decode features the ability to change all the colors in the theme and an elegant sidebar conveniently accessed by tapping on the menu icon. The sidebar can fit all of your widgets and its position can be customized. You can also choose to keep the sidebar always visible on larger screens for an elegent two-column experience. You can even disable the sidebar and comment links if you choose. Decode supports link posts, where the title can be hyperlinked. Decode includes custom social icons in the header that you can easily link to your choice of 48 different social profiles from Twitter, and App.net, to Pinterest and LinkedIn, you will be sure to find support for the network you want alongside a bevy of customizations to make your site unique. Decode has been translated into French, German, Polish, Russian, and Spanish. More info here Tags: responsive-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:25em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:25em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From d33fc46980dff748f4b9f775d4f679c7d0102460 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 12:00:41 -0600 Subject: [PATCH 09/59] Expanded max width of search bar --- css/src/style.css | 2 +- css/style.css | 2 +- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 24d1309..b81005b 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1619,7 +1619,7 @@ textarea#comment { display: flex; justify-content: space-around; margin: 0 auto 2.5%; - max-width: 25em; + max-width: 27.5em; } .search-form label { diff --git a/css/style.css b/css/style.css index 7ab96a7..ec94d79 100644 --- a/css/style.css +++ b/css/style.css @@ -1678,7 +1678,7 @@ textarea#comment { -ms-flex-pack: distribute; justify-content: space-around; margin: 0 auto 2.5%; - max-width: 25em; + max-width: 27.5em; } .search-form label { diff --git a/css/style.css.map b/css/style.css.map index e5fe743..9db9ed6 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBA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iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBA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iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index d49b4ee..1c92261 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:25em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From d4274dda5dcde4ae1066cd5591cf728ecb594136 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 13:29:34 -0600 Subject: [PATCH 10/59] Form fields for new users display inline on screens larger enough --- css/src/style.css | 21 +++++++++++++++++++-- css/style.css | 35 +++++++++++++++++++++++++++++++++-- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 54 insertions(+), 6 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index b81005b..9b4052b 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -323,7 +323,7 @@ textarea { border-radius: 3px; background: rgba(255,255,255,0); -webkit-appearance: none; - width: 100%; + max-width: 100%; } .no-touch input[type="text"]:hover, .no-touch input[type="email"]:hover, @@ -350,10 +350,10 @@ textarea { } textarea { + width: 100%; overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ - width: 98%; } @@ -1556,6 +1556,16 @@ li.comment { margin-top: 7.5%; } +.comment-form { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} + +.comment-form > p { + flex: 1 100%; +} + textarea#comment { height: 7em; } @@ -2038,6 +2048,13 @@ textarea#comment { width: 2.25em; } +.comment-form p.comment-form-author, +.comment-form p.comment-form-email, +.comment-form p.comment-form-url { + flex: 0 auto; + width: 32.5%; +} + .form-allowed-tags.visible { max-height: 7em; } diff --git a/css/style.css b/css/style.css index ec94d79..5dbf351 100644 --- a/css/style.css +++ b/css/style.css @@ -327,7 +327,7 @@ textarea { border-radius: 3px; background: rgba(255,255,255,0); -webkit-appearance: none; - width: 100%; + max-width: 100%; } .no-touch input[type="text"]:hover, .no-touch input[type="email"]:hover, @@ -354,10 +354,10 @@ textarea { } textarea { + width: 100%; overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; vertical-align: top; /* Improves readability and alignment in all browsers */ - width: 98%; } @@ -1608,6 +1608,27 @@ li.comment { margin-top: 7.5%; } +.comment-form { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.comment-form > p { + -webkit-box-flex: 1; + -webkit-flex: 1 100%; + -ms-flex: 1 100%; + flex: 1 100%; +} + textarea#comment { height: 7em; } @@ -2132,6 +2153,16 @@ textarea#comment { width: 2.25em; } +.comment-form p.comment-form-author, +.comment-form p.comment-form-email, +.comment-form p.comment-form-url { + -webkit-box-flex: 0; + -webkit-flex: 0 auto; + -ms-flex: 0 auto; + flex: 0 auto; + width: 32.5%; +} + .form-allowed-tags.visible { max-height: 7em; } diff --git a/css/style.css.map b/css/style.css.map index 9db9ed6..10656b2 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBA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iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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B;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,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AAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 1c92261..b18ccac 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{overflow:auto;padding-left:3px;vertical-align:top;width:98%}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From bf05b9d79d88c95a142d0e1b2d1e07fee395a773 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 15:38:29 -0600 Subject: [PATCH 11/59] Displayed images as block elements in galleries --- css/src/style.css | 1 + css/style.css | 1 + css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 9b4052b..64c0949 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -665,6 +665,7 @@ img[class*="wp-image-"] { } .site-main .gallery a img { + display: block; border: none; height: auto; max-width: 90%; diff --git a/css/style.css b/css/style.css index 5dbf351..f377345 100644 --- a/css/style.css +++ b/css/style.css @@ -683,6 +683,7 @@ img[class*="wp-image-"] { } .site-main .gallery a img { + display: block; border: none; height: auto; max-width: 90%; diff --git a/css/style.css.map b/css/style.css.map index 10656b2..ab6bb36 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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B;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,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AAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;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cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index b18ccac..64b4263 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 21b94abc0c824f717c76427e75e60b0e1d4502dd Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 20:50:39 -0600 Subject: [PATCH 12/59] Simplified gallery caption styles --- css/src/style.css | 34 ++++++++-------------------------- css/style.css | 37 ++++++++----------------------------- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 18 insertions(+), 57 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 64c0949..8803a4f 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -621,36 +621,18 @@ img[class*="wp-image-"] { margin-right: 0; } -.gallery-caption { - transition: opacity 0.4s ease; - background-color: rgba(0, 0, 0, 0.7); - box-sizing: border-box; - color: #fff; - font-size: 0.9em; - line-height: 1.3; - margin: 0; - max-height: 50%; - opacity: 0; - padding: 6px 8px; - position: absolute; - bottom: 0; - left: 0; - text-align: left; - width: 100%; +/* Overwrites Core's default styles (≥ WP 3.8) */ +#content .gallery dd.gallery-caption { + margin: auto; } -.gallery-caption:before { - content: ""; - height: 100%; - min-height: 49px; - position: absolute; - top: 0; - left: 0; - width: 100%; +.gallery-caption { + text-align: center; + margin: auto; } -.gallery-item:hover .gallery-caption { - opacity: 1; +.gallery-columns-1 .gallery-caption { + max-width: 20em; } .gallery-columns-6 .gallery-caption, diff --git a/css/style.css b/css/style.css index f377345..daffd42 100644 --- a/css/style.css +++ b/css/style.css @@ -636,39 +636,18 @@ img[class*="wp-image-"] { margin-right: 0; } -.gallery-caption { - -webkit-transition: opacity 0.4s ease; - transition: opacity 0.4s ease; - background-color: rgba(0, 0, 0, 0.7); - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - color: #fff; - font-size: 0.9em; - line-height: 1.3; - margin: 0; - max-height: 50%; - opacity: 0; - padding: 6px 8px; - position: absolute; - bottom: 0; - left: 0; - text-align: left; - width: 100%; +/* Overwrites Core's default styles (≥ WP 3.8) */ +#content .gallery dd.gallery-caption { + margin: auto; } -.gallery-caption:before { - content: ""; - height: 100%; - min-height: 49px; - position: absolute; - top: 0; - left: 0; - width: 100%; +.gallery-caption { + text-align: center; + margin: auto; } -.gallery-item:hover .gallery-caption { - opacity: 1; +.gallery-columns-1 .gallery-caption { + max-width: 20em; } .gallery-columns-6 .gallery-caption, diff --git a/css/style.css.map b/css/style.css.map index ab6bb36..285ca2c 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;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cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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B;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB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ACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 64b4263..b0f7469 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:.9em;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 14421f81ccfe09dcc9bddefb98adeee0a6a936ed Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 20:52:29 -0600 Subject: [PATCH 13/59] Again, simplified gallery styles --- css/src/style.css | 8 ++------ css/style.css | 8 ++------ css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 6 insertions(+), 14 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 8803a4f..aec7dcc 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -553,7 +553,7 @@ img[class*="wp-image-"] { 3.1 - Galleries --------------------------------------------------------------*/ .gallery { - margin: auto; + margin: auto auto 1.5em; } .gallery-item { @@ -642,11 +642,7 @@ img[class*="wp-image-"] { display: none; } -.site-main .gallery { - margin-bottom: 1.5em; -} - -.site-main .gallery a img { +.gallery a img { display: block; border: none; height: auto; diff --git a/css/style.css b/css/style.css index daffd42..3236928 100644 --- a/css/style.css +++ b/css/style.css @@ -560,7 +560,7 @@ img[class*="wp-image-"] { 3.1 - Galleries --------------------------------------------------------------*/ .gallery { - margin: auto; + margin: auto auto 1.5em; } .gallery-item { @@ -657,11 +657,7 @@ img[class*="wp-image-"] { display: none; } -.site-main .gallery { - margin-bottom: 1.5em; -} - -.site-main .gallery a img { +.gallery a img { display: block; border: none; height: auto; diff --git a/css/style.css.map b/css/style.css.map index 285ca2c..5cbd427 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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B;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB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ACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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ACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index b0f7469..1e0b1ee 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.site-main .gallery{margin-bottom:1.5em}.site-main .gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From bef8671ffc9cba610120b0962b38253df66c16fb Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 23:41:47 -0600 Subject: [PATCH 14/59] Improved layout for comment form, hid allowed form tags by default and added setting to display them, image attachment pages --- comments.php | 55 ++++++++++++++++++++++++++++++---------------- css/src/style.css | 27 +++++++++++++++++++---- css/style.css | 29 +++++++++++++++++++----- css/style.css.map | 2 +- inc/customizer.php | 12 ++++++++++ style.css | 2 +- 6 files changed, 97 insertions(+), 30 deletions(-) diff --git a/comments.php b/comments.php index 742a595..62baeee 100644 --- a/comments.php +++ b/comments.php @@ -70,13 +70,29 @@ ?>

+ + __( 'Leave a Reply', 'decode' ), + 'title_reply_to' => __( 'Leave a Reply to %s', 'decode' ), + 'cancel_reply_link' => __( 'Cancel reply', 'decode' ), + 'label_submit' => __( 'Post Comment', 'decode' ), + ); + } + + else { + $comments_args = array( + 'comment_notes_after' => '', + 'title_reply' => __( 'Leave a Reply', 'decode' ), + 'title_reply_to' => __( 'Leave a Reply to %s', 'decode' ), + 'cancel_reply_link' => __( 'Cancel reply', 'decode' ), + 'label_submit' => __( 'Post Comment', 'decode' ), + ); + } + ?> - __( 'Leave a Reply', 'decode' ), - 'title_reply_to' => __( 'Leave a Reply to %s', 'decode' ), - 'cancel_reply_link' => __( 'Cancel reply', 'decode' ), - 'label_submit' => __( 'Post Comment', 'decode' ), - ) ); ?> + HTML tags and attributes: %s', 'decode' ); ?> - - + + var target = document.querySelector('.form-allowed-tags'); + + document.querySelector('textarea#comment').addEventListener('click', function() { + if (!hasClass(target, 'visible')) { + target.className += ' ' + 'visible'; + } + }, false); + + diff --git a/css/src/style.css b/css/src/style.css index aec7dcc..812437e 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1253,12 +1253,16 @@ article.post { margin: 0; } +body.single-attachment .entry-meta { + margin-top: 1.5%; +} + body.single-attachment .entry-content .attachment { text-align: center; } -body.single-attachment .entry-meta { - margin-top: 1.5%; +.single-attachment .entry-content .attachment img { + margin: 0 auto 2.5%; } .entry-content blockquote { @@ -1545,23 +1549,38 @@ li.comment { flex: 1 100%; } +.comment-form-comment { + margin-bottom: 0; +} + textarea#comment { height: 7em; + border-radius: 3px 3px 3px 0; } .form-allowed-tags { - transition: max-height 0.35s ease-out, opacity 0.35s ease-out, margin-bottom 0.35s ease-out; + transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out; font-size: 0.9em; max-height: 0; opacity: 0; margin-bottom: 0; overflow: hidden; + border-left: 1px solid #C0C0C0; + border-right: 1px solid #C0C0C0; + border-bottom: 1px solid transparent; } .form-allowed-tags.visible { max-height: 12em; opacity: 1; - margin-bottom: 1em; + border-bottom-color: #C0C0C0; +} + +.form-submit input[type=submit] { + position: relative; + top: -1px; + border-top-color: transparent; + border-radius: 0 0 3px 3px; } diff --git a/css/style.css b/css/style.css index 3236928..f51b551 100644 --- a/css/style.css +++ b/css/style.css @@ -1294,12 +1294,16 @@ article.post { margin: 0; } +body.single-attachment .entry-meta { + margin-top: 1.5%; +} + body.single-attachment .entry-content .attachment { text-align: center; } -body.single-attachment .entry-meta { - margin-top: 1.5%; +.single-attachment .entry-content .attachment img { + margin: 0 auto 2.5%; } .entry-content blockquote { @@ -1605,24 +1609,39 @@ li.comment { flex: 1 100%; } +.comment-form-comment { + margin-bottom: 0; +} + textarea#comment { height: 7em; + border-radius: 3px 3px 3px 0; } .form-allowed-tags { - -webkit-transition: max-height 0.35s ease-out, opacity 0.35s ease-out, margin-bottom 0.35s ease-out; - transition: max-height 0.35s ease-out, opacity 0.35s ease-out, margin-bottom 0.35s ease-out; + -webkit-transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out; + transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out; font-size: 0.9em; max-height: 0; opacity: 0; margin-bottom: 0; overflow: hidden; + border-left: 1px solid #C0C0C0; + border-right: 1px solid #C0C0C0; + border-bottom: 1px solid transparent; } .form-allowed-tags.visible { max-height: 12em; opacity: 1; - margin-bottom: 1em; + border-bottom-color: #C0C0C0; +} + +.form-submit input[type=submit] { + position: relative; + top: -1px; + border-top-color: transparent; + border-radius: 0 0 3px 3px; } diff --git a/css/style.css.map b/css/style.css.map index 5cbd427..cb704e9 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaE;;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAyCgE;;;AAGhE;;;;iEAIgE;AAChE;;;;;;;;CAQC,WAAU;CACV,sBAAqB;CACrB,iBAAgB;CAChB,qBAAoB;CACpB,sBAAqB;CACrB,WAAU;CACV,YAAW;CACX,YAAW;CACX,0BAAyB;EACzB;AACD;CACC,gCAA+B,AAAC,0FAAyF;CACzH,4BAA2B,AAAC,iHAAgH;EAC5I;AACD;;WAEW,qHAAoH;QACvH,gCAAuB;QAAvB,6BAAuB;QAAvB,wBAAuB;EAC9B;AACD;;;;;;;;;;CAUC,gBAAe;EACf;AACD;CACC,kBAAiB;EACjB;AACD,QAAQ,wDAAuD;CAC9D,2BAA0B;CAC1B,mBAAkB;EAClB;AACD;CACC,qBAAoB;CACpB,kBAAiB;EACjB;AACD;;CAEC,aAAY;EACZ;AACD;CACC,eAAc;EACd;AACD;CACC,sBAAqB;EACrB;AACD;;CAEC,YAAW;EACX;AACD;CACC,WAAU;EACV;;AAED;;iEAEgE;AAChE;;;;CAIC,gBAAe;CACf,oEAAmE;EACnE;;AAED;CACC,2BAA0B;CAC1B,kBAAiB;CACjB,WAAU;CACV,mCAAkC;EAClC;;AAED,eAAc;AACd;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,WAAU;CACV,aAAY;CACZ,sBAAqB;EACrB;;AAED,oBAAmB;AACnB;CACC,sBAAqB;EACrB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,kBAAiB;EACjB;AACD;CACC,qBAAoB;EACpB;AACD;;CAEC,kBAAiB;CACjB,oBAAmB;EACnB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,oBAAmB;EACnB;AACD;CACC,iBAAgB;EAChB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,kBAAiB;CACjB,qDAAoD;CACpD,kBAAiB;CACjB,sBAAqB;CACrB,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;AACD;CACC,2EAA0E;EAC1E;AACD;CACC,gCAA+B;CAC/B,cAAa;EACb;AACD;CACC,qBAAoB;CACpB,uBAAsB;EACtB;AACD;;CAEC,gBAAe;CACf,WAAU;CACV,gBAAe;CACf,oBAAmB;CACnB,0BAAyB;EACzB;AACD;CACC,aAAY;EACZ;AACD;CACC,WAAU;EACV;AACD;CACC,gBAAe;EACf;AACD;CACC,iBAAgB;EAChB;AACD;CACC,WAAU;EACV;AACD;CACC,mBAAkB;CAClB,aAAY;EACZ;AACD;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;;;;CAIC,iBAAgB,AAAC,6DAA4D;CAC7E,WAAU,AAAC,mEAAkE;CAC7E,0BAAyB,AAAC,0DAAyD;CACnF,wBAAuB,AAAC,0DAAyD;EACjF;AACD;;;;CAIC,iEAAwD;CAAxD,yDAAwD;CACxD,2BAA0B;CAC1B,oBAAmB;CACnB,yBAAwB;CACxB,gBAAe;CACf,iBAAgB,AAAC,+FAA8F;CAC/G,4BAA2B,AAAC,iEAAgE;CAC5F,gBAAe;CACf,kBAAiB;EACjB;CACA;;;;EAIC,2BAA0B;GAC1B;CACD;;;;;;;;EAQC,uBAAsB;EACtB,gBAAe;GACf;AACF;;CAEC,YAAW,AAAC,wCAAuC;EACnD;AACD;CACC,+BAA8B,AAAC,4DAA2D;EAC1F;AACD,kDAAkD,kEAAiE;CAClH,0BAAyB;EACzB;AACD;0BAC0B,yJAAwJ;CACjL,WAAU;CACV,YAAW;EACX;AACD;;;;;;;CAOC,4FAAmF;CAAnF,oFAAmF;CACnF,gBAAe;CACf,gBAAe;CACf,gBAAe;CACf,2BAA0B;CAC1B,oBAAmB;CACnB,iCAAgC;CAChC,0BAAyB;CACzB,iBAAgB;EAChB;CACA;;;;;;;EAOC,gBAAe;EACf,uBAAsB;EACtB,oCAAmC;GACnC;CACD;;;;;;;EAOC,gBAAe;EACf,eAAc;EACd,iCAAgC;EAChC,uBAAsB;GACtB;;AAEF;CACC,aAAY;CACZ,gBAAe,AAAC,sDAAqD;CACrE,mBAAkB;CAClB,qBAAoB,AAAC,yDAAwD;EAC7E;;;AAGD;;;;iEAIgE;AAChE;CACC,qCAA4B;CAA5B,6BAA4B;CAC5B,gBAAe;CACf,uBAAsB;CACtB,4CAA2C;EAC3C;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;;;;;;;CAOC,4EAAmE;CAAnE,oEAAmE;EACnE;;CAEA;;;;;;;EAOC,kCAAiC;GACjC;;CAED;;;;;;;EAOC,kCAAiC;GACjC;;AAEF;;iEAEgE;AAChE;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;;iEAEgE;AAChE;CACC,gCAA+B;CAC/B,+BAA8B;EAC9B;;AAED;;;CAGC,2BAA0B;CAC1B,oBAAmB;CACnB,oDAA2C;CAA3C,4CAA2C;CAC3C,uBAAsB;CACtB,gBAAe;CACf,gBAAe;CACf,iBAAgB;CAChB,mBAAkB;CAClB,cAAa;CACb,WAAU;CACV,qBAAoB;CACpB,yBAAwB;CACxB,uBAAsB;CACtB,UAAS;CACT,aAAY;CACZ,iBAAgB,AAAC,uBAAsB;EACvC;;AAED;;iEAEgE;AAChE,qBAAoB;AACpB,0BAA0B,aAAY,AAAC,gBAAe,EAAE;AACxD,aAAa,aAAY,EAAE;AAC3B,MAAM,SAAQ,EAAE,AAAC,gDAA+C;;AAEhE;;;;;;;;;;CAUC,aAAY;CACZ,gBAAe;EACf;;AAED;;;;;CAKC,aAAY;EACZ;;;AAGD;;iEAEgE;AAChE,oDAAmD;AACnD;;;;;;;;;;;;CAYC,iBAAgB;CAChB,cAAa;EACb;;AAED,wDAAuD;AACvD;;;CAGC,iBAAgB;EAChB;;AAED,6FAA4F;AAC5F;;;CAGC,cAAa;EACb;;AAED;;;CAGC,cAAa;CACb,kBAAiB;CACjB,eAAc;CACd,YAAW;EACX;;AAED;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED,kDAAiD;AACjD;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,wBAAuB;EACvB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,mBAAkB;CAClB,mBAAkB;CAClB,aAAY;CACZ,YAAW;CACX,yBAAwB;CACxB,iBAAgB;EAChB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,kBAAiB;CACjB,gBAAe;CACf,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,mBAAkB;CAClB,gBAAe;CACf,8CAA6C;EAC7C;;CAEA;EACC,gBAAe;EACf,6CAA4C;GAC5C;;CAED;EACC,gBAAe;EACf,gDAA+C;GAC/C;;AAEF;CACC,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,mBAAkB;CAClB,eAAc;CACd,kCAAiC;CACjC,uBAAsB;EACtB;;AAED;CACC,oBAAmB;CACnB,sBAAqB;EACrB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,qBAAoB;CACpB,cAAa;EACb;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,0BAAwB;CAAxB,iCAAwB;CAAxB,uBAAwB;CAAxB,yBAAwB;CACxB,qCAA4B;CAA5B,gCAA4B;CAA5B,6BAA4B;CAC5B,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,cAAa;CACb,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,aAAY;CACZ,YAAW;CACX,gBAAe;EACf;;AAED;CACC,eAAc;EACd;;AAED;CACC,uBAAsB;CACtB,cAAa;CACb,aAAY;CACZ,gBAAe;CACf,8BAA6B;CAC7B,6BAA4B;CAC5B,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED,iEAAgE;AAChE,4BAA4B,6CAA4C,CAAC;AACzE,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,+BAA+B,gDAA+C,CAAC;AAC/E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,uBAAuB,wCAAuC,CAAC;AAC/D,6BAA6B,8CAA6C,CAAC;AAC3E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,0BAA0B,2CAA0C,CAAC;AACrE,yBAAyB,0CAAyC,CAAC;AACnE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,6BAA6B,2CAA0C,CAAC;AACxE,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,4BAA4B,6CAA4C,CAAC;AACzE,2BAA2B,4CAA2C,CAAC;AACvE,yBAAyB,0CAAyC,CAAC;AACnE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;AACzE,gCAAgC,iDAAgD,CAAC;AACjF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,kCAAkC,mDAAkD,CAAC;AACrF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,+BAA+B,gDAA+C,CAAC;AAC/E,iCAAiC,kDAAiD,CAAC;AACnF,+BAA+B,gDAA+C,CAAC;AAC/E,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,2CAA0C,CAAC;AACzE,+BAA+B,2CAA0C,CAAC;AAC1E,0BAA0B,2CAA0C,CAAC;AACrE,wBAAwB,yCAAwC,CAAC;AACjE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;;AAEzE;;iEAEgE;AAChE;CACC,aAAY;CACZ,aAAY;EACZ;;AAED;CACC,oBAAmB;CACnB,oBAAmB,AAAC,qDAAoD;EACxE;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,sBAAqB;CACrB,kBAAiB;EACjB;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,kBAAiB;CACjB,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oBAAmB,AAAC,+BAA8B;EAClD;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,gBAAe;CACf,uBAAsB;EACtB;;CAEA;EACC,eAAc;EACd,gBAAe;GACf;;AAEF,qEAAoE;AACpE;;CAEC,iDAAwC;CAAxC,yCAAwC;CACxC,aAAY;CACZ,UAAS;CACT,WAAU;CACV,qBAAoB;CACpB,uBAAsB;CACtB,wBAAuB;EACvB;;AAED,iBAAgB;AAChB;;;;CAIC,+BAA8B;CAC9B,qCAAoC;CACpC,qBAAoB;CACpB,oCAAmC;EACnC;;AAED,eAAc;AACd;;CAEC,kBAAiB;CACjB,qCAAoC;CACpC,kCAAiC;CACjC,oCAAmC;EACnC;;;AAGD;CACC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;CAEA;;EAEC,gBAAe;GACf;;CAED;;;EAGC,2BAA0B;GAC1B;;CAED;EACC,eAAc;GACd;;CAED;;EAEC,2BAA0B;GAC1B;;AAEF;CACC,gBAAe;EACf;CACA;;EAEC,gBAAe;GACf;;AAEF;;CAEC,2BAA0B;EAC1B;;CAEA;;;EAGC,2BAA0B;GAC1B;;AAEF;;CAEC,8BAA6B;EAC7B;;CAEA;;;EAGC,8BAA6B;GAC7B;;CAED;;EAEC,8BAA6B;GAC7B;;;AAGF;CACC,eAAc;CACd,aAAY;CACZ,oBAAmB;CACnB,SAAQ;CACR,YAAW;CACX,2BAA0B;CAC1B,iBAAgB;CAChB,kCAAiC;CACjC,oDAA2C;CAA3C,4CAA2C;EAC3C;;AAED;CACC,aAAY,AAAC,yDAAwD;CACrE,cAAa;EACb;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,aAAY;EACZ;;AAED;EACC;;AAED;CACC,gBAAe;CACf,aAAY;EACZ;;AAED;EACC;;AAED;EACC;;AAED;EACC;;AAED;;;CAGC,gBAAe;EACf;;AAED;CACC,eAAc;CACd,WAAU;EACV;;AAED,qBAAqB,yDAAwD;CAC5E,aAAY;CACZ,cAAa;EACb;;AAED,wBAAwB,+DAA8D;CACrF,SAAQ;CACR,aAAY;CACZ,UAAS;CACT,aAAY;EACZ;;AAED,gCAA+B;AAC/B;;CAEC,oBAAmB;CACnB,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,8BAA6B;EAC7B;;AAED;;CAEC,2CAAkC;CAAlC,mCAAkC;CAClC,gBAAe;EACf;;AAED;CACC,cAAc,oCAAA,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,yBAAA,CAAC;EAChC;;AAJD;CACC,cAAc,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,8BAA3B,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,4BAAzB,CAAyB,yBAAA,CAAC;EAChC;;AAED;;iEAEgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,cAAa;CACb,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,gBAAe;EACf;;AAED;CACC,qBAAoB;EACpB;;AAED,WAAU;;AAEV;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;EACd;;AAED;;CAEC,iBAAgB;EAChB;AACD;;;CAGC,kBAAiB;CACjB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,mBAAkB;EAClB;;AAED;CACC,sBAAqB;CACrB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,iBAAgB;CAChB,eAAc;EACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,2BAA+B;CAA/B,wCAA+B;CAA/B,wBAA+B;CAA/B,gCAA+B;EAC/B;;AAED;CACC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,qGAA4F;CAA5F,6FAA4F;CAC5F,kBAAiB;CACjB,eAAc;CACd,YAAW;CACX,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,YAAW;CACX,oBAAmB;EACnB;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,uCAA8B;CAA9B,2BAA8B;CAA9B,+BAA8B;CAC9B,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,qBAAQ;CAAR,iBAAQ;CAAR,aAAQ;CAAR,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,YAAW;EACX;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;CACjB,QAAO;EACP;;AAED;CACC,WAAU;EACV;;AAED;CACC;EACC,WAAU;GACV;EACD;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,eAAc;CACd,gBAAe;CACf,YAAW;CACX,eAAc;CACd,iCAAwB;CAAxB,8BAAwB;CAAxB,yBAAwB;EACxB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,eAAc;EACd;;AAED;CACC,cAAa;CACb,aAAY;CACZ,sDAAqD;CACrD,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED;CACC,sDAAqC;CAArC,sCAAqC;CACrC,QAAO;CACP,YAAW;CACX,mBAAkB;CAClB,2BAA0B;CAC1B,iBAAgB;CAChB,cAAa;CACb,kBAAiB;CACjB,mCAAkC;CAClC,YAAW;EACX;;AAED;CACC,sCAA6B;CAA7B,kCAA6B;CAA7B,8BAA6B;CAC7B,yCAAwC,AAAC,mDAAkD;CAC3F,SAAQ;CACR,kDAAyC;CAAzC,0CAAyC;EACzC;;AAED;CACC,qCAA4B;CAA5B,iCAA4B;CAA5B,6BAA4B;CAC5B,UAAS;CACT,mDAA0C;CAA1C,2CAA0C;EAC1C;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;EAC1B;;CAEA;EACC,aAAY;GACZ;;CAED;EACC,SAAQ;GACR;;CAED;EACC,cAAa;GACb;;CAED;EACC,UAAS;GACT;;AAEF;CACC,IAAI,oCAAA,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,6BAAA,CAAC;EACpC;;AARD;CACC,IAAI,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;EACpC;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,uBAAsB;EACtB;;AAED,+CAA8C;AAC9C;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,aAAY;CACZ,mBAAkB;CAClB,kCAAiC;CACjC,oBAAmB;EACnB;;AAED;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,YAAW;CACX,kBAAiB;CACjB,mBAAkB;CAClB,gBAAe;CACf,iDAAwC;CAAxC,yCAAwC;EACxC;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,2BAA+B;CAA/B,wCAA+B;CAA/B,wBAA+B;CAA/B,gCAA+B;EAC/B;;AAED;CACC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;EACb;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;CACZ,8BAA6B;EAC7B;;AAED;CACC,oGAA2F;CAA3F,4FAA2F;CAC3F,kBAAiB;CACjB,eAAc;CACd,YAAW;CACX,kBAAiB;CACjB,kBAAiB;CACjB,gCAA+B;CAC/B,iCAAgC;CAChC,sCAAqC;EACrC;;AAED;CACC,kBAAiB;CACjB,YAAW;CACX,8BAA6B;EAC7B;;AAED;CACC,oBAAmB;CACnB,WAAU;CACV,+BAA8B;CAC9B,4BAA2B;EAC3B;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,uCAA8B;CAA9B,2BAA8B;CAA9B,+BAA8B;CAC9B,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,qBAAQ;CAAR,iBAAQ;CAAR,aAAQ;CAAR,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,YAAW;EACX;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;CACjB,QAAO;EACP;;AAED;CACC,WAAU;EACV;;AAED;CACC;EACC,WAAU;GACV;EACD;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,eAAc;CACd,gBAAe;CACf,YAAW;CACX,eAAc;CACd,iCAAwB;CAAxB,8BAAwB;CAAxB,yBAAwB;EACxB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,eAAc;EACd;;AAED;CACC,cAAa;CACb,aAAY;CACZ,sDAAqD;CACrD,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED;CACC,sDAAqC;CAArC,sCAAqC;CACrC,QAAO;CACP,YAAW;CACX,mBAAkB;CAClB,2BAA0B;CAC1B,iBAAgB;CAChB,cAAa;CACb,kBAAiB;CACjB,mCAAkC;CAClC,YAAW;EACX;;AAED;CACC,sCAA6B;CAA7B,kCAA6B;CAA7B,8BAA6B;CAC7B,yCAAwC,AAAC,mDAAkD;CAC3F,SAAQ;CACR,kDAAyC;CAAzC,0CAAyC;EACzC;;AAED;CACC,qCAA4B;CAA5B,iCAA4B;CAA5B,6BAA4B;CAC5B,UAAS;CACT,mDAA0C;CAA1C,2CAA0C;EAC1C;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;EAC1B;;CAEA;EACC,aAAY;GACZ;;CAED;EACC,SAAQ;GACR;;CAED;EACC,cAAa;GACb;;CAED;EACC,UAAS;GACT;;AAEF;CACC,IAAI,oCAAA,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,6BAAA,CAAC;EACpC;;AARD;CACC,IAAI,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;EACpC;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,uBAAsB;EACtB;;AAED,+CAA8C;AAC9C;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,aAAY;CACZ,mBAAkB;CAClB,kCAAiC;CACjC,oBAAmB;EACnB;;AAED;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,YAAW;CACX,kBAAiB;CACjB,mBAAkB;CAClB,gBAAe;CACf,iDAAwC;CAAxC,yCAAwC;EACxC;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/inc/customizer.php b/inc/customizer.php index 0b4b5e1..a1e3ff3 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -221,6 +221,11 @@ public static function decode_customize_register( $wp_customize ) { 'default' => true, 'transport' => 'refresh' ) ); + + $wp_customize->add_setting( 'show_allowed_tags', array( + 'default' => false, + 'transport' => 'refresh' + ) ); $wp_customize->add_control( 'enable_comments', array( @@ -229,6 +234,13 @@ public static function decode_customize_register( $wp_customize ) { 'type' => 'checkbox', 'priority'=> 1 ) ); + + $wp_customize->add_control( 'show_allowed_tags', array( + 'label' => __( 'Show allowed HTML tags on comment form', 'decode' ), + 'section' => 'decode_discussion_options', + 'type' => 'checkbox', + 'priority'=> 2 + ) ); diff --git a/style.css b/style.css index 1e0b1ee..ab38379 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-content .attachment{text-align:center}body.single-attachment .entry-meta{margin-top:1.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}textarea#comment{height:7em}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,margin-bottom .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.form-allowed-tags.visible{max-height:12em;opacity:1;margin-bottom:1em}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent}.form-allowed-tags.visible{max-height:12em;opacity:1;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 87c9333638997d947055de7c0843805d1a1b0747 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 23:45:22 -0600 Subject: [PATCH 15/59] Provided more room for allowed-form-tags --- css/src/style.css | 4 +++- css/style.css | 4 +++- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 812437e..b30078d 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1563,15 +1563,17 @@ textarea#comment { font-size: 0.9em; max-height: 0; opacity: 0; - margin-bottom: 0; overflow: hidden; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid transparent; + border-radius: 0px 0px 3px 0px; + margin-bottom: 0; } .form-allowed-tags.visible { max-height: 12em; + padding: 1%; opacity: 1; border-bottom-color: #C0C0C0; } diff --git a/css/style.css b/css/style.css index f51b551..4f54773 100644 --- a/css/style.css +++ b/css/style.css @@ -1624,15 +1624,17 @@ textarea#comment { font-size: 0.9em; max-height: 0; opacity: 0; - margin-bottom: 0; overflow: hidden; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid transparent; + border-radius: 0px 0px 3px 0px; + margin-bottom: 0; } .form-allowed-tags.visible { max-height: 12em; + padding: 1%; opacity: 1; border-bottom-color: #C0C0C0; } diff --git a/css/style.css.map b/css/style.css.map index cb704e9..2e04771 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaE;;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAyCgE;;;AAGhE;;;;iEAIgE;AAChE;;;;;;;;CAQC,WAAU;CACV,sBAAqB;CACrB,iBAAgB;CAChB,qBAAoB;CACpB,sBAAqB;CACrB,WAAU;CACV,YAAW;CACX,YAAW;CACX,0BAAyB;EACzB;AACD;CACC,gCAA+B,AAAC,0FAAyF;CACzH,4BAA2B,AAAC,iHAAgH;EAC5I;AACD;;WAEW,qHAAoH;QACvH,gCAAuB;QAAvB,6BAAuB;QAAvB,wBAAuB;EAC9B;AACD;;;;;;;;;;CAUC,gBAAe;EACf;AACD;CACC,kBAAiB;EACjB;AACD,QAAQ,wDAAuD;CAC9D,2BAA0B;CAC1B,mBAAkB;EAClB;AACD;CACC,qBAAoB;CACpB,kBAAiB;EACjB;AACD;;CAEC,aAAY;EACZ;AACD;CACC,eAAc;EACd;AACD;CACC,sBAAqB;EACrB;AACD;;CAEC,YAAW;EACX;AACD;CACC,WAAU;EACV;;AAED;;iEAEgE;AAChE;;;;CAIC,gBAAe;CACf,oEAAmE;EACnE;;AAED;CACC,2BAA0B;CAC1B,kBAAiB;CACjB,WAAU;CACV,mCAAkC;EAClC;;AAED,eAAc;AACd;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,WAAU;CACV,aAAY;CACZ,sBAAqB;EACrB;;AAED,oBAAmB;AACnB;CACC,sBAAqB;EACrB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,kBAAiB;EACjB;AACD;CACC,qBAAoB;EACpB;AACD;;CAEC,kBAAiB;CACjB,oBAAmB;EACnB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,oBAAmB;EACnB;AACD;CACC,iBAAgB;EAChB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,kBAAiB;CACjB,qDAAoD;CACpD,kBAAiB;CACjB,sBAAqB;CACrB,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;AACD;CACC,2EAA0E;EAC1E;AACD;CACC,gCAA+B;CAC/B,cAAa;EACb;AACD;CACC,qBAAoB;CACpB,uBAAsB;EACtB;AACD;;CAEC,gBAAe;CACf,WAAU;CACV,gBAAe;CACf,oBAAmB;CACnB,0BAAyB;EACzB;AACD;CACC,aAAY;EACZ;AACD;CACC,WAAU;EACV;AACD;CACC,gBAAe;EACf;AACD;CACC,iBAAgB;EAChB;AACD;CACC,WAAU;EACV;AACD;CACC,mBAAkB;CAClB,aAAY;EACZ;AACD;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;;;;CAIC,iBAAgB,AAAC,6DAA4D;CAC7E,WAAU,AAAC,mEAAkE;CAC7E,0BAAyB,AAAC,0DAAyD;CACnF,wBAAuB,AAAC,0DAAyD;EACjF;AACD;;;;CAIC,iEAAwD;CAAxD,yDAAwD;CACxD,2BAA0B;CAC1B,oBAAmB;CACnB,yBAAwB;CACxB,gBAAe;CACf,iBAAgB,AAAC,+FAA8F;CAC/G,4BAA2B,AAAC,iEAAgE;CAC5F,gBAAe;CACf,kBAAiB;EACjB;CACA;;;;EAIC,2BAA0B;GAC1B;CACD;;;;;;;;EAQC,uBAAsB;EACtB,gBAAe;GACf;AACF;;CAEC,YAAW,AAAC,wCAAuC;EACnD;AACD;CACC,+BAA8B,AAAC,4DAA2D;EAC1F;AACD,kDAAkD,kEAAiE;CAClH,0BAAyB;EACzB;AACD;0BAC0B,yJAAwJ;CACjL,WAAU;CACV,YAAW;EACX;AACD;;;;;;;CAOC,4FAAmF;CAAnF,oFAAmF;CACnF,gBAAe;CACf,gBAAe;CACf,gBAAe;CACf,2BAA0B;CAC1B,oBAAmB;CACnB,iCAAgC;CAChC,0BAAyB;CACzB,iBAAgB;EAChB;CACA;;;;;;;EAOC,gBAAe;EACf,uBAAsB;EACtB,oCAAmC;GACnC;CACD;;;;;;;EAOC,gBAAe;EACf,eAAc;EACd,iCAAgC;EAChC,uBAAsB;GACtB;;AAEF;CACC,aAAY;CACZ,gBAAe,AAAC,sDAAqD;CACrE,mBAAkB;CAClB,qBAAoB,AAAC,yDAAwD;EAC7E;;;AAGD;;;;iEAIgE;AAChE;CACC,qCAA4B;CAA5B,6BAA4B;CAC5B,gBAAe;CACf,uBAAsB;CACtB,4CAA2C;EAC3C;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;;;;;;;CAOC,4EAAmE;CAAnE,oEAAmE;EACnE;;CAEA;;;;;;;EAOC,kCAAiC;GACjC;;CAED;;;;;;;EAOC,kCAAiC;GACjC;;AAEF;;iEAEgE;AAChE;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;;iEAEgE;AAChE;CACC,gCAA+B;CAC/B,+BAA8B;EAC9B;;AAED;;;CAGC,2BAA0B;CAC1B,oBAAmB;CACnB,oDAA2C;CAA3C,4CAA2C;CAC3C,uBAAsB;CACtB,gBAAe;CACf,gBAAe;CACf,iBAAgB;CAChB,mBAAkB;CAClB,cAAa;CACb,WAAU;CACV,qBAAoB;CACpB,yBAAwB;CACxB,uBAAsB;CACtB,UAAS;CACT,aAAY;CACZ,iBAAgB,AAAC,uBAAsB;EACvC;;AAED;;iEAEgE;AAChE,qBAAoB;AACpB,0BAA0B,aAAY,AAAC,gBAAe,EAAE;AACxD,aAAa,aAAY,EAAE;AAC3B,MAAM,SAAQ,EAAE,AAAC,gDAA+C;;AAEhE;;;;;;;;;;CAUC,aAAY;CACZ,gBAAe;EACf;;AAED;;;;;CAKC,aAAY;EACZ;;;AAGD;;iEAEgE;AAChE,oDAAmD;AACnD;;;;;;;;;;;;CAYC,iBAAgB;CAChB,cAAa;EACb;;AAED,wDAAuD;AACvD;;;CAGC,iBAAgB;EAChB;;AAED,6FAA4F;AAC5F;;;CAGC,cAAa;EACb;;AAED;;;CAGC,cAAa;CACb,kBAAiB;CACjB,eAAc;CACd,YAAW;EACX;;AAED;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED,kDAAiD;AACjD;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,wBAAuB;EACvB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,mBAAkB;CAClB,mBAAkB;CAClB,aAAY;CACZ,YAAW;CACX,yBAAwB;CACxB,iBAAgB;EAChB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,kBAAiB;CACjB,gBAAe;CACf,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,mBAAkB;CAClB,gBAAe;CACf,8CAA6C;EAC7C;;CAEA;EACC,gBAAe;EACf,6CAA4C;GAC5C;;CAED;EACC,gBAAe;EACf,gDAA+C;GAC/C;;AAEF;CACC,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,mBAAkB;CAClB,eAAc;CACd,kCAAiC;CACjC,uBAAsB;EACtB;;AAED;CACC,oBAAmB;CACnB,sBAAqB;EACrB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,qBAAoB;CACpB,cAAa;EACb;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,0BAAwB;CAAxB,iCAAwB;CAAxB,uBAAwB;CAAxB,yBAAwB;CACxB,qCAA4B;CAA5B,gCAA4B;CAA5B,6BAA4B;CAC5B,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,cAAa;CACb,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,aAAY;CACZ,YAAW;CACX,gBAAe;EACf;;AAED;CACC,eAAc;EACd;;AAED;CACC,uBAAsB;CACtB,cAAa;CACb,aAAY;CACZ,gBAAe;CACf,8BAA6B;CAC7B,6BAA4B;CAC5B,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED,iEAAgE;AAChE,4BAA4B,6CAA4C,CAAC;AACzE,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,+BAA+B,gDAA+C,CAAC;AAC/E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,uBAAuB,wCAAuC,CAAC;AAC/D,6BAA6B,8CAA6C,CAAC;AAC3E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,0BAA0B,2CAA0C,CAAC;AACrE,yBAAyB,0CAAyC,CAAC;AACnE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,6BAA6B,2CAA0C,CAAC;AACxE,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,4BAA4B,6CAA4C,CAAC;AACzE,2BAA2B,4CAA2C,CAAC;AACvE,yBAAyB,0CAAyC,CAAC;AACnE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;AACzE,gCAAgC,iDAAgD,CAAC;AACjF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,kCAAkC,mDAAkD,CAAC;AACrF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,+BAA+B,gDAA+C,CAAC;AAC/E,iCAAiC,kDAAiD,CAAC;AACnF,+BAA+B,gDAA+C,CAAC;AAC/E,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,2CAA0C,CAAC;AACzE,+BAA+B,2CAA0C,CAAC;AAC1E,0BAA0B,2CAA0C,CAAC;AACrE,wBAAwB,yCAAwC,CAAC;AACjE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;;AAEzE;;iEAEgE;AAChE;CACC,aAAY;CACZ,aAAY;EACZ;;AAED;CACC,oBAAmB;CACnB,oBAAmB,AAAC,qDAAoD;EACxE;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,sBAAqB;CACrB,kBAAiB;EACjB;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,kBAAiB;CACjB,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oBAAmB,AAAC,+BAA8B;EAClD;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,gBAAe;CACf,uBAAsB;EACtB;;CAEA;EACC,eAAc;EACd,gBAAe;GACf;;AAEF,qEAAoE;AACpE;;CAEC,iDAAwC;CAAxC,yCAAwC;CACxC,aAAY;CACZ,UAAS;CACT,WAAU;CACV,qBAAoB;CACpB,uBAAsB;CACtB,wBAAuB;EACvB;;AAED,iBAAgB;AAChB;;;;CAIC,+BAA8B;CAC9B,qCAAoC;CACpC,qBAAoB;CACpB,oCAAmC;EACnC;;AAED,eAAc;AACd;;CAEC,kBAAiB;CACjB,qCAAoC;CACpC,kCAAiC;CACjC,oCAAmC;EACnC;;;AAGD;CACC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;CAEA;;EAEC,gBAAe;GACf;;CAED;;;EAGC,2BAA0B;GAC1B;;CAED;EACC,eAAc;GACd;;CAED;;EAEC,2BAA0B;GAC1B;;AAEF;CACC,gBAAe;EACf;CACA;;EAEC,gBAAe;GACf;;AAEF;;CAEC,2BAA0B;EAC1B;;CAEA;;;EAGC,2BAA0B;GAC1B;;AAEF;;CAEC,8BAA6B;EAC7B;;CAEA;;;EAGC,8BAA6B;GAC7B;;CAED;;EAEC,8BAA6B;GAC7B;;;AAGF;CACC,eAAc;CACd,aAAY;CACZ,oBAAmB;CACnB,SAAQ;CACR,YAAW;CACX,2BAA0B;CAC1B,iBAAgB;CAChB,kCAAiC;CACjC,oDAA2C;CAA3C,4CAA2C;EAC3C;;AAED;CACC,aAAY,AAAC,yDAAwD;CACrE,cAAa;EACb;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,aAAY;EACZ;;AAED;EACC;;AAED;CACC,gBAAe;CACf,aAAY;EACZ;;AAED;EACC;;AAED;EACC;;AAED;EACC;;AAED;;;CAGC,gBAAe;EACf;;AAED;CACC,eAAc;CACd,WAAU;EACV;;AAED,qBAAqB,yDAAwD;CAC5E,aAAY;CACZ,cAAa;EACb;;AAED,wBAAwB,+DAA8D;CACrF,SAAQ;CACR,aAAY;CACZ,UAAS;CACT,aAAY;EACZ;;AAED,gCAA+B;AAC/B;;CAEC,oBAAmB;CACnB,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,8BAA6B;EAC7B;;AAED;;CAEC,2CAAkC;CAAlC,mCAAkC;CAClC,gBAAe;EACf;;AAED;CACC,cAAc,oCAAA,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,yBAAA,CAAC;EAChC;;AAJD;CACC,cAAc,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,8BAA3B,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,4BAAzB,CAAyB,yBAAA,CAAC;EAChC;;AAED;;iEAEgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,cAAa;CACb,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,gBAAe;EACf;;AAED;CACC,qBAAoB;EACpB;;AAED,WAAU;;AAEV;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;EACd;;AAED;;CAEC,iBAAgB;EAChB;AACD;;;CAGC,kBAAiB;CACjB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,mBAAkB;EAClB;;AAED;CACC,sBAAqB;CACrB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,iBAAgB;CAChB,eAAc;EACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index ab38379..7535d7b 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;max-height:0;opacity:0;margin-bottom:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent}.form-allowed-tags.visible{max-height:12em;opacity:1;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;max-height:0;opacity:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 3px;margin-bottom:0}.form-allowed-tags.visible{max-height:12em;padding:1%;opacity:1;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From eca63af1af4a84c84a09d2df14d2c8ea968a19aa Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 23:53:13 -0600 Subject: [PATCH 16/59] Moved comment reply button to right side, reversed in RTL mode --- css/src/style.css | 9 +++++---- css/style.css | 9 +++++---- css/style.css.map | 2 +- rtl.css | 17 +++++++++++++++++ style.css | 2 +- 5 files changed, 29 insertions(+), 10 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index b30078d..3ef1b53 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1555,32 +1555,33 @@ li.comment { textarea#comment { height: 7em; - border-radius: 3px 3px 3px 0; + border-radius: 3px 3px 0px 3px; } .form-allowed-tags { transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out; font-size: 0.9em; - max-height: 0; opacity: 0; + max-height: 0; overflow: hidden; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid transparent; - border-radius: 0px 0px 3px 0px; + border-radius: 0px 0px 0px 3px; margin-bottom: 0; } .form-allowed-tags.visible { + opacity: 1; max-height: 12em; padding: 1%; - opacity: 1; border-bottom-color: #C0C0C0; } .form-submit input[type=submit] { position: relative; top: -1px; + float: right; border-top-color: transparent; border-radius: 0 0 3px 3px; } diff --git a/css/style.css b/css/style.css index 4f54773..c734bb8 100644 --- a/css/style.css +++ b/css/style.css @@ -1615,33 +1615,34 @@ li.comment { textarea#comment { height: 7em; - border-radius: 3px 3px 3px 0; + border-radius: 3px 3px 0px 3px; } .form-allowed-tags { -webkit-transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out; transition: max-height 0.35s ease-out, opacity 0.35s ease-out, border-color 0.35s ease-out; font-size: 0.9em; - max-height: 0; opacity: 0; + max-height: 0; overflow: hidden; border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-bottom: 1px solid transparent; - border-radius: 0px 0px 3px 0px; + border-radius: 0px 0px 0px 3px; margin-bottom: 0; } .form-allowed-tags.visible { + opacity: 1; max-height: 12em; padding: 1%; - opacity: 1; border-bottom-color: #C0C0C0; } .form-submit input[type=submit] { position: relative; top: -1px; + float: right; border-top-color: transparent; border-radius: 0 0 3px 3px; } diff --git a/css/style.css.map b/css/style.css.map index 2e04771..758268f 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaE;;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAyCgE;;;AAGhE;;;;iEAIgE;AAChE;;;;;;;;CAQC,WAAU;CACV,sBAAqB;CACrB,iBAAgB;CAChB,qBAAoB;CACpB,sBAAqB;CACrB,WAAU;CACV,YAAW;CACX,YAAW;CACX,0BAAyB;EACzB;AACD;CACC,gCAA+B,AAAC,0FAAyF;CACzH,4BAA2B,AAAC,iHAAgH;EAC5I;AACD;;WAEW,qHAAoH;QACvH,gCAAuB;QAAvB,6BAAuB;QAAvB,wBAAuB;EAC9B;AACD;;;;;;;;;;CAUC,gBAAe;EACf;AACD;CACC,kBAAiB;EACjB;AACD,QAAQ,wDAAuD;CAC9D,2BAA0B;CAC1B,mBAAkB;EAClB;AACD;CACC,qBAAoB;CACpB,kBAAiB;EACjB;AACD;;CAEC,aAAY;EACZ;AACD;CACC,eAAc;EACd;AACD;CACC,sBAAqB;EACrB;AACD;;CAEC,YAAW;EACX;AACD;CACC,WAAU;EACV;;AAED;;iEAEgE;AAChE;;;;CAIC,gBAAe;CACf,oEAAmE;EACnE;;AAED;CACC,2BAA0B;CAC1B,kBAAiB;CACjB,WAAU;CACV,mCAAkC;EAClC;;AAED,eAAc;AACd;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,WAAU;CACV,aAAY;CACZ,sBAAqB;EACrB;;AAED,oBAAmB;AACnB;CACC,sBAAqB;EACrB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,kBAAiB;EACjB;AACD;CACC,qBAAoB;EACpB;AACD;;CAEC,kBAAiB;CACjB,oBAAmB;EACnB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,oBAAmB;EACnB;AACD;CACC,iBAAgB;EAChB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,kBAAiB;CACjB,qDAAoD;CACpD,kBAAiB;CACjB,sBAAqB;CACrB,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;AACD;CACC,2EAA0E;EAC1E;AACD;CACC,gCAA+B;CAC/B,cAAa;EACb;AACD;CACC,qBAAoB;CACpB,uBAAsB;EACtB;AACD;;CAEC,gBAAe;CACf,WAAU;CACV,gBAAe;CACf,oBAAmB;CACnB,0BAAyB;EACzB;AACD;CACC,aAAY;EACZ;AACD;CACC,WAAU;EACV;AACD;CACC,gBAAe;EACf;AACD;CACC,iBAAgB;EAChB;AACD;CACC,WAAU;EACV;AACD;CACC,mBAAkB;CAClB,aAAY;EACZ;AACD;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;;;;CAIC,iBAAgB,AAAC,6DAA4D;CAC7E,WAAU,AAAC,mEAAkE;CAC7E,0BAAyB,AAAC,0DAAyD;CACnF,wBAAuB,AAAC,0DAAyD;EACjF;AACD;;;;CAIC,iEAAwD;CAAxD,yDAAwD;CACxD,2BAA0B;CAC1B,oBAAmB;CACnB,yBAAwB;CACxB,gBAAe;CACf,iBAAgB,AAAC,+FAA8F;CAC/G,4BAA2B,AAAC,iEAAgE;CAC5F,gBAAe;CACf,kBAAiB;EACjB;CACA;;;;EAIC,2BAA0B;GAC1B;CACD;;;;;;;;EAQC,uBAAsB;EACtB,gBAAe;GACf;AACF;;CAEC,YAAW,AAAC,wCAAuC;EACnD;AACD;CACC,+BAA8B,AAAC,4DAA2D;EAC1F;AACD,kDAAkD,kEAAiE;CAClH,0BAAyB;EACzB;AACD;0BAC0B,yJAAwJ;CACjL,WAAU;CACV,YAAW;EACX;AACD;;;;;;;CAOC,4FAAmF;CAAnF,oFAAmF;CACnF,gBAAe;CACf,gBAAe;CACf,gBAAe;CACf,2BAA0B;CAC1B,oBAAmB;CACnB,iCAAgC;CAChC,0BAAyB;CACzB,iBAAgB;EAChB;CACA;;;;;;;EAOC,gBAAe;EACf,uBAAsB;EACtB,oCAAmC;GACnC;CACD;;;;;;;EAOC,gBAAe;EACf,eAAc;EACd,iCAAgC;EAChC,uBAAsB;GACtB;;AAEF;CACC,aAAY;CACZ,gBAAe,AAAC,sDAAqD;CACrE,mBAAkB;CAClB,qBAAoB,AAAC,yDAAwD;EAC7E;;;AAGD;;;;iEAIgE;AAChE;CACC,qCAA4B;CAA5B,6BAA4B;CAC5B,gBAAe;CACf,uBAAsB;CACtB,4CAA2C;EAC3C;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;;;;;;;CAOC,4EAAmE;CAAnE,oEAAmE;EACnE;;CAEA;;;;;;;EAOC,kCAAiC;GACjC;;CAED;;;;;;;EAOC,kCAAiC;GACjC;;AAEF;;iEAEgE;AAChE;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;;iEAEgE;AAChE;CACC,gCAA+B;CAC/B,+BAA8B;EAC9B;;AAED;;;CAGC,2BAA0B;CAC1B,oBAAmB;CACnB,oDAA2C;CAA3C,4CAA2C;CAC3C,uBAAsB;CACtB,gBAAe;CACf,gBAAe;CACf,iBAAgB;CAChB,mBAAkB;CAClB,cAAa;CACb,WAAU;CACV,qBAAoB;CACpB,yBAAwB;CACxB,uBAAsB;CACtB,UAAS;CACT,aAAY;CACZ,iBAAgB,AAAC,uBAAsB;EACvC;;AAED;;iEAEgE;AAChE,qBAAoB;AACpB,0BAA0B,aAAY,AAAC,gBAAe,EAAE;AACxD,aAAa,aAAY,EAAE;AAC3B,MAAM,SAAQ,EAAE,AAAC,gDAA+C;;AAEhE;;;;;;;;;;CAUC,aAAY;CACZ,gBAAe;EACf;;AAED;;;;;CAKC,aAAY;EACZ;;;AAGD;;iEAEgE;AAChE,oDAAmD;AACnD;;;;;;;;;;;;CAYC,iBAAgB;CAChB,cAAa;EACb;;AAED,wDAAuD;AACvD;;;CAGC,iBAAgB;EAChB;;AAED,6FAA4F;AAC5F;;;CAGC,cAAa;EACb;;AAED;;;CAGC,cAAa;CACb,kBAAiB;CACjB,eAAc;CACd,YAAW;EACX;;AAED;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED,kDAAiD;AACjD;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,wBAAuB;EACvB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,mBAAkB;CAClB,mBAAkB;CAClB,aAAY;CACZ,YAAW;CACX,yBAAwB;CACxB,iBAAgB;EAChB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,kBAAiB;CACjB,gBAAe;CACf,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,mBAAkB;CAClB,gBAAe;CACf,8CAA6C;EAC7C;;CAEA;EACC,gBAAe;EACf,6CAA4C;GAC5C;;CAED;EACC,gBAAe;EACf,gDAA+C;GAC/C;;AAEF;CACC,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,mBAAkB;CAClB,eAAc;CACd,kCAAiC;CACjC,uBAAsB;EACtB;;AAED;CACC,oBAAmB;CACnB,sBAAqB;EACrB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,qBAAoB;CACpB,cAAa;EACb;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,0BAAwB;CAAxB,iCAAwB;CAAxB,uBAAwB;CAAxB,yBAAwB;CACxB,qCAA4B;CAA5B,gCAA4B;CAA5B,6BAA4B;CAC5B,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,cAAa;CACb,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,aAAY;CACZ,YAAW;CACX,gBAAe;EACf;;AAED;CACC,eAAc;EACd;;AAED;CACC,uBAAsB;CACtB,cAAa;CACb,aAAY;CACZ,gBAAe;CACf,8BAA6B;CAC7B,6BAA4B;CAC5B,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED,iEAAgE;AAChE,4BAA4B,6CAA4C,CAAC;AACzE,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,+BAA+B,gDAA+C,CAAC;AAC/E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,uBAAuB,wCAAuC,CAAC;AAC/D,6BAA6B,8CAA6C,CAAC;AAC3E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,0BAA0B,2CAA0C,CAAC;AACrE,yBAAyB,0CAAyC,CAAC;AACnE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,6BAA6B,2CAA0C,CAAC;AACxE,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,4BAA4B,6CAA4C,CAAC;AACzE,2BAA2B,4CAA2C,CAAC;AACvE,yBAAyB,0CAAyC,CAAC;AACnE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;AACzE,gCAAgC,iDAAgD,CAAC;AACjF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,kCAAkC,mDAAkD,CAAC;AACrF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,+BAA+B,gDAA+C,CAAC;AAC/E,iCAAiC,kDAAiD,CAAC;AACnF,+BAA+B,gDAA+C,CAAC;AAC/E,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,2CAA0C,CAAC;AACzE,+BAA+B,2CAA0C,CAAC;AAC1E,0BAA0B,2CAA0C,CAAC;AACrE,wBAAwB,yCAAwC,CAAC;AACjE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;;AAEzE;;iEAEgE;AAChE;CACC,aAAY;CACZ,aAAY;EACZ;;AAED;CACC,oBAAmB;CACnB,oBAAmB,AAAC,qDAAoD;EACxE;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,sBAAqB;CACrB,kBAAiB;EACjB;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,kBAAiB;CACjB,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oBAAmB,AAAC,+BAA8B;EAClD;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,gBAAe;CACf,uBAAsB;EACtB;;CAEA;EACC,eAAc;EACd,gBAAe;GACf;;AAEF,qEAAoE;AACpE;;CAEC,iDAAwC;CAAxC,yCAAwC;CACxC,aAAY;CACZ,UAAS;CACT,WAAU;CACV,qBAAoB;CACpB,uBAAsB;CACtB,wBAAuB;EACvB;;AAED,iBAAgB;AAChB;;;;CAIC,+BAA8B;CAC9B,qCAAoC;CACpC,qBAAoB;CACpB,oCAAmC;EACnC;;AAED,eAAc;AACd;;CAEC,kBAAiB;CACjB,qCAAoC;CACpC,kCAAiC;CACjC,oCAAmC;EACnC;;;AAGD;CACC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;CAEA;;EAEC,gBAAe;GACf;;CAED;;;EAGC,2BAA0B;GAC1B;;CAED;EACC,eAAc;GACd;;CAED;;EAEC,2BAA0B;GAC1B;;AAEF;CACC,gBAAe;EACf;CACA;;EAEC,gBAAe;GACf;;AAEF;;CAEC,2BAA0B;EAC1B;;CAEA;;;EAGC,2BAA0B;GAC1B;;AAEF;;CAEC,8BAA6B;EAC7B;;CAEA;;;EAGC,8BAA6B;GAC7B;;CAED;;EAEC,8BAA6B;GAC7B;;;AAGF;CACC,eAAc;CACd,aAAY;CACZ,oBAAmB;CACnB,SAAQ;CACR,YAAW;CACX,2BAA0B;CAC1B,iBAAgB;CAChB,kCAAiC;CACjC,oDAA2C;CAA3C,4CAA2C;EAC3C;;AAED;CACC,aAAY,AAAC,yDAAwD;CACrE,cAAa;EACb;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,aAAY;EACZ;;AAED;EACC;;AAED;CACC,gBAAe;CACf,aAAY;EACZ;;AAED;EACC;;AAED;EACC;;AAED;EACC;;AAED;;;CAGC,gBAAe;EACf;;AAED;CACC,eAAc;CACd,WAAU;EACV;;AAED,qBAAqB,yDAAwD;CAC5E,aAAY;CACZ,cAAa;EACb;;AAED,wBAAwB,+DAA8D;CACrF,SAAQ;CACR,aAAY;CACZ,UAAS;CACT,aAAY;EACZ;;AAED,gCAA+B;AAC/B;;CAEC,oBAAmB;CACnB,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,8BAA6B;EAC7B;;AAED;;CAEC,2CAAkC;CAAlC,mCAAkC;CAClC,gBAAe;EACf;;AAED;CACC,cAAc,oCAAA,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,yBAAA,CAAC;EAChC;;AAJD;CACC,cAAc,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,8BAA3B,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,4BAAzB,CAAyB,yBAAA,CAAC;EAChC;;AAED;;iEAEgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,cAAa;CACb,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,gBAAe;EACf;;AAED;CACC,qBAAoB;EACpB;;AAED,WAAU;;AAEV;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;EACd;;AAED;;CAEC,iBAAgB;EAChB;AACD;;;CAGC,kBAAiB;CACjB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,mBAAkB;EAClB;;AAED;CACC,sBAAqB;CACrB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,iBAAgB;CAChB,eAAc;EACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/rtl.css b/rtl.css index 044c73b..ff548cf 100644 --- a/rtl.css +++ b/rtl.css @@ -38,6 +38,7 @@ textarea { right: 5px; } + /* =Menu ----------------------------------------------- */ @@ -72,6 +73,7 @@ textarea { margin-right: 2em; } + /* =Content ----------------------------------------------- */ @@ -86,6 +88,7 @@ textarea { border-right: none; } + /* =Galleries ----------------------------------------------- */ .gallery-item { @@ -93,6 +96,7 @@ textarea { margin: 0 0 4px 4px; } + /* =Navigation ----------------------------------------------- */ @@ -106,10 +110,23 @@ textarea { text-align: left; } + /* =Comments ----------------------------------------------- */ .comment-metadata a { margin-right: auto; margin-left: 1.5% +} + +textarea#comment { + border-radius: 3px 3px 3px 0; +} + +.form-allowed-tags { + border-radius: 3px 3px 3px 0; +} + +.form-submit input[type=submit] { + float: left; } \ No newline at end of file diff --git a/style.css b/style.css index 7535d7b..28ef5e5 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;max-height:0;opacity:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 3px;margin-bottom:0}.form-allowed-tags.visible{max-height:12em;padding:1%;opacity:1;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From eb7945ee1a7aa4000113983ad9d2853353beb377 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 7 Mar 2014 23:56:21 -0600 Subject: [PATCH 17/59] Added RTL styles for author card --- rtl.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/rtl.css b/rtl.css index ff548cf..7b1cf0e 100644 --- a/rtl.css +++ b/rtl.css @@ -89,6 +89,23 @@ textarea { } +/* =Author Card +----------------------------------------------- */ +.author-section { + text-align: right; +} + +.author-image { + float: right; +} + +.author-text { + float: right; + margin-right: 5%; +} + + + /* =Galleries ----------------------------------------------- */ .gallery-item { From c6620b76e9bf3aed98424d130cdfcd906a3b8f3d Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 8 Mar 2014 12:01:10 -0600 Subject: [PATCH 18/59] Updated selectors for custom colors --- inc/customizer.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/customizer.php b/inc/customizer.php index a1e3ff3..8c1142f 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -1174,12 +1174,12 @@ public static function decode_output_color_css() { endif; self::generate_css( - 'a, .no-touch a:hover, button, input[type="button"], input[type="reset"], input[type="submit"], .no-touch .menu a:hover, .menu ul li.open > a, .sidebar-menu a, .menu .current-menu-item > a, .menu .current_page_item > a, .no-touch .search-entry:hover, .no-touch .search-entry:hover .entry-title, .no-touch .entry-meta .date a:hover, .no-touch .format-link .entry-title a:hover, .no-touch .comment-metadata a:hover, .no-touch .decode-reply-tool-plugin .replylink:hover', + 'a, .no-touch a:hover, button, input[type="button"], input[type="reset"], input[type="submit"], .no-touch .menu a:hover, .menu ul li.open > a, .sidebar-menu a, .menu .current-menu-item > a, .menu .current_page_item > a, .no-touch .search-entry:hover, .no-touch .search-entry:hover .entry-title, .no-touch article .date a:hover, .no-touch .format-link .entry-title a:hover, .no-touch .comment-metadata a:hover, .no-touch .decode-reply-tool-plugin .replylink:hover', 'color', 'accent_color' ); self::generate_css( - '.no-touch button:hover, .no-touch input[type="button"]:hover, .no-touch input[type="reset"]:hover, .no-touch input[type="submit"]:hover, .no-touch .site-description a:hover, .no-touch .entry-content a:hover, .no-touch .entry-meta a:hover, .no-touch .author-site a:hover, .no-touch .theme-info a:hover, .no-touch .site-colophon a:hover, .site-header, .menu ul ul, .menu a:focus, .site-breadcrumbs, .page-title, .post blockquote, .page blockquote, .post .entry-meta, .search footer, .SidebarTop, .sidebar.constant.left, .sidebar.constant.right, .explore-page .widget h1, button:focus, .no-touch input[type=\'text\']:focus, .touch input[type=\'text\']:focus, .no-touch input[type=\'email\']:focus, .touch input[type=\'email\']:focus, .no-touch input[type=\'password\']:focus, .touch input[type=\'password\']:focus, .no-touch input[type=\'search\']:focus, .touch input[type=\'search\']:focus, .no-touch input[type="tel"]:focus, .touch input[type="tel"]:focus, .no-touch input[type="url"]:focus, .touch input[type="url"]:focus, .no-touch textarea:focus, .touch textarea:focus, .search .page-header input[type="search"]:focus', + '.no-touch button:hover, .no-touch input[type="button"]:hover, .no-touch input[type="reset"]:hover, .no-touch input[type="submit"]:hover, .no-touch .site-description a:hover, .no-touch .entry-meta a:hover, .no-touch .entry-content a:hover, .no-touch .entry-footer a:hover, .no-touch .author-site a:hover, .no-touch .theme-info a:hover, .no-touch .site-colophon a:hover, .site-header, .menu ul ul, .menu a:focus, .site-breadcrumbs, .page-title, .post blockquote, .page blockquote, .entry-footer, .entry-header .entry-meta, .search .entry-footer, .SidebarTop, .sidebar.constant.left, .sidebar.constant.right, .explore-page .widget h1, button:focus, .no-touch input[type=\'text\']:focus, .touch input[type=\'text\']:focus, .no-touch input[type=\'email\']:focus, .touch input[type=\'email\']:focus, .no-touch input[type=\'password\']:focus, .touch input[type=\'password\']:focus, .no-touch input[type=\'search\']:focus, .touch input[type=\'search\']:focus, .no-touch input[type="tel"]:focus, .touch input[type="tel"]:focus, .no-touch input[type="url"]:focus, .touch input[type="url"]:focus, .no-touch textarea:focus, .touch textarea:focus, .search .page-header input[type="search"]:focus', 'border-color', 'accent_color' ); @@ -1194,12 +1194,12 @@ public static function decode_output_color_css() { 'accent_color' ); self::generate_css( - '.no-touch a:active, .no-touch button:focus, .no-touch input[type="button"]:focus, .no-touch input[type="reset"]:focus, .no-touch input[type="submit"]:focus, .no-touch button:active, .no-touch input[type="button"]:active, .no-touch input[type="reset"]:active, .no-touch input[type="submit"]:active, .no-touch .menu a:active, .no-touch .sidebar-menu a:hover, .sidebar-menu ul li.open > a, .menu .current-menu-item > a:hover, .menu .current_page_item > a:hover, .sidebar-menu ul .current_page_item > a, .sidebar-menu ul .current_page_item > a, .no-touch .SidebarContent a:hover, .no-touch .search-entry:active, .no-touch .search-entry:active .entry-title, .no-touch .entry-meta .date a:active, .no-touch .format-link .entry-title a:active, .no-touch .comment-metadata a:active, .no-touch .site-description a:active, .decode-reply-tool-plugin .replylink:active, .no-touch .decode-reply-tool-plugin .replylink:active', + '.no-touch a:active, .no-touch button:focus, .no-touch input[type="button"]:focus, .no-touch input[type="reset"]:focus, .no-touch input[type="submit"]:focus, .no-touch button:active, .no-touch input[type="button"]:active, .no-touch input[type="reset"]:active, .no-touch input[type="submit"]:active, .no-touch .menu a:active, .no-touch .sidebar-menu a:hover, .sidebar-menu ul li.open > a, .menu .current-menu-item > a:hover, .menu .current_page_item > a:hover, .sidebar-menu ul .current_page_item > a, .sidebar-menu ul .current_page_item > a, .no-touch .SidebarContent a:hover, .no-touch .search-entry:active, .no-touch .search-entry:active .entry-title, .no-touch article .date a:active, .no-touch .format-link .entry-title a:active, .no-touch .comment-metadata a:active, .no-touch .site-description a:active, .decode-reply-tool-plugin .replylink:active, .no-touch .decode-reply-tool-plugin .replylink:active', 'color', 'secondary_accent_color' ); self::generate_css( - '.no-touch button:focus, .no-touch input[type="button"]:focus, .no-touch input[type="reset"]:focus, .no-touch input[type="submit"]:focus, .no-touch button:active, .no-touch input[type="button"]:active, .no-touch input[type="reset"]:active, .no-touch input[type="submit"]:active, .no-touch .site-description a:active, .no-touch .entry-content a:active, .no-touch .entry-meta a:active, .no-touch .author-site a:active, .no-touch .theme-info a:active, .no-touch .site-colophon a:active', + '.no-touch button:focus, .no-touch input[type="button"]:focus, .no-touch input[type="reset"]:focus, .no-touch input[type="submit"]:focus, .no-touch button:active, .no-touch input[type="button"]:active, .no-touch input[type="reset"]:active, .no-touch input[type="submit"]:active, .no-touch .site-description a:active, .no-touch .entry-meta a:active, .no-touch .entry-content a:active, .no-touch .entry-footer a:active, .no-touch .author-site a:active, .no-touch .theme-info a:active, .no-touch .site-colophon a:active', 'border-color', 'secondary_accent_color' ); @@ -1214,7 +1214,7 @@ public static function decode_output_color_css() { 'secondary_accent_color' ); self::generate_css( - '.tags, .categories, .entry-meta .date, .entry-meta .date a, .comment-metadata a, .search .page-header input[type="search"]', + 'article .tags, article .categories, article .date, article .date a, .comment-metadata a, .search .page-header input[type="search"]', 'color', 'secondary_text_color' ); ?> From a37d61c2b9e94273e4fd13ac729770b4147c380f Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 8 Mar 2014 12:01:18 -0600 Subject: [PATCH 19/59] Updated to Grunt 0.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d9e5b2..6490f3e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/ScottSmith95/Decode.git" }, "devDependencies": { - "grunt": "~0.4.2", + "grunt": "~0.4.3", "grunt-modernizr": "~0.5.1", "grunt-contrib-jshint": "~0.8.0", "grunt-jsmin-sourcemap": "~1.10.0", From 6a5243a89fada8b7ac8f695c0025178a15714354 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 8 Mar 2014 12:19:34 -0600 Subject: [PATCH 20/59] Submenu shadows are more clear --- css/src/style.css | 2 +- css/style.css | 4 ++-- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 3ef1b53..35ec6d9 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1007,7 +1007,7 @@ img[class*="wp-image-"] { background-color: #E3E5E7; padding: 0.25em; border-bottom: 2px solid #009BCD; - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); + box-shadow: 0 3px 8px rgba(0,0,0,0.2); } .footer-menu ul ul { diff --git a/css/style.css b/css/style.css index c734bb8..642b0e1 100644 --- a/css/style.css +++ b/css/style.css @@ -1038,8 +1038,8 @@ img[class*="wp-image-"] { background-color: #E3E5E7; padding: 0.25em; border-bottom: 2px solid #009BCD; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); + -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2); + box-shadow: 0 3px 8px rgba(0,0,0,0.2); } .footer-menu ul ul { diff --git a/css/style.css.map b/css/style.css.map index 758268f..ec4efde 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaE;;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAyCgE;;;AAGhE;;;;iEAIgE;AAChE;;;;;;;;CAQC,WAAU;CACV,sBAAqB;CACrB,iBAAgB;CAChB,qBAAoB;CACpB,sBAAqB;CACrB,WAAU;CACV,YAAW;CACX,YAAW;CACX,0BAAyB;EACzB;AACD;CACC,gCAA+B,AAAC,0FAAyF;CACzH,4BAA2B,AAAC,iHAAgH;EAC5I;AACD;;WAEW,qHAAoH;QACvH,gCAAuB;QAAvB,6BAAuB;QAAvB,wBAAuB;EAC9B;AACD;;;;;;;;;;CAUC,gBAAe;EACf;AACD;CACC,kBAAiB;EACjB;AACD,QAAQ,wDAAuD;CAC9D,2BAA0B;CAC1B,mBAAkB;EAClB;AACD;CACC,qBAAoB;CACpB,kBAAiB;EACjB;AACD;;CAEC,aAAY;EACZ;AACD;CACC,eAAc;EACd;AACD;CACC,sBAAqB;EACrB;AACD;;CAEC,YAAW;EACX;AACD;CACC,WAAU;EACV;;AAED;;iEAEgE;AAChE;;;;CAIC,gBAAe;CACf,oEAAmE;EACnE;;AAED;CACC,2BAA0B;CAC1B,kBAAiB;CACjB,WAAU;CACV,mCAAkC;EAClC;;AAED,eAAc;AACd;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,WAAU;CACV,aAAY;CACZ,sBAAqB;EACrB;;AAED,oBAAmB;AACnB;CACC,sBAAqB;EACrB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,kBAAiB;EACjB;AACD;CACC,qBAAoB;EACpB;AACD;;CAEC,kBAAiB;CACjB,oBAAmB;EACnB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,oBAAmB;EACnB;AACD;CACC,iBAAgB;EAChB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,kBAAiB;CACjB,qDAAoD;CACpD,kBAAiB;CACjB,sBAAqB;CACrB,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;AACD;CACC,2EAA0E;EAC1E;AACD;CACC,gCAA+B;CAC/B,cAAa;EACb;AACD;CACC,qBAAoB;CACpB,uBAAsB;EACtB;AACD;;CAEC,gBAAe;CACf,WAAU;CACV,gBAAe;CACf,oBAAmB;CACnB,0BAAyB;EACzB;AACD;CACC,aAAY;EACZ;AACD;CACC,WAAU;EACV;AACD;CACC,gBAAe;EACf;AACD;CACC,iBAAgB;EAChB;AACD;CACC,WAAU;EACV;AACD;CACC,mBAAkB;CAClB,aAAY;EACZ;AACD;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;;;;CAIC,iBAAgB,AAAC,6DAA4D;CAC7E,WAAU,AAAC,mEAAkE;CAC7E,0BAAyB,AAAC,0DAAyD;CACnF,wBAAuB,AAAC,0DAAyD;EACjF;AACD;;;;CAIC,iEAAwD;CAAxD,yDAAwD;CACxD,2BAA0B;CAC1B,oBAAmB;CACnB,yBAAwB;CACxB,gBAAe;CACf,iBAAgB,AAAC,+FAA8F;CAC/G,4BAA2B,AAAC,iEAAgE;CAC5F,gBAAe;CACf,kBAAiB;EACjB;CACA;;;;EAIC,2BAA0B;GAC1B;CACD;;;;;;;;EAQC,uBAAsB;EACtB,gBAAe;GACf;AACF;;CAEC,YAAW,AAAC,wCAAuC;EACnD;AACD;CACC,+BAA8B,AAAC,4DAA2D;EAC1F;AACD,kDAAkD,kEAAiE;CAClH,0BAAyB;EACzB;AACD;0BAC0B,yJAAwJ;CACjL,WAAU;CACV,YAAW;EACX;AACD;;;;;;;CAOC,4FAAmF;CAAnF,oFAAmF;CACnF,gBAAe;CACf,gBAAe;CACf,gBAAe;CACf,2BAA0B;CAC1B,oBAAmB;CACnB,iCAAgC;CAChC,0BAAyB;CACzB,iBAAgB;EAChB;CACA;;;;;;;EAOC,gBAAe;EACf,uBAAsB;EACtB,oCAAmC;GACnC;CACD;;;;;;;EAOC,gBAAe;EACf,eAAc;EACd,iCAAgC;EAChC,uBAAsB;GACtB;;AAEF;CACC,aAAY;CACZ,gBAAe,AAAC,sDAAqD;CACrE,mBAAkB;CAClB,qBAAoB,AAAC,yDAAwD;EAC7E;;;AAGD;;;;iEAIgE;AAChE;CACC,qCAA4B;CAA5B,6BAA4B;CAC5B,gBAAe;CACf,uBAAsB;CACtB,4CAA2C;EAC3C;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;;;;;;;CAOC,4EAAmE;CAAnE,oEAAmE;EACnE;;CAEA;;;;;;;EAOC,kCAAiC;GACjC;;CAED;;;;;;;EAOC,kCAAiC;GACjC;;AAEF;;iEAEgE;AAChE;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;;iEAEgE;AAChE;CACC,gCAA+B;CAC/B,+BAA8B;EAC9B;;AAED;;;CAGC,2BAA0B;CAC1B,oBAAmB;CACnB,oDAA2C;CAA3C,4CAA2C;CAC3C,uBAAsB;CACtB,gBAAe;CACf,gBAAe;CACf,iBAAgB;CAChB,mBAAkB;CAClB,cAAa;CACb,WAAU;CACV,qBAAoB;CACpB,yBAAwB;CACxB,uBAAsB;CACtB,UAAS;CACT,aAAY;CACZ,iBAAgB,AAAC,uBAAsB;EACvC;;AAED;;iEAEgE;AAChE,qBAAoB;AACpB,0BAA0B,aAAY,AAAC,gBAAe,EAAE;AACxD,aAAa,aAAY,EAAE;AAC3B,MAAM,SAAQ,EAAE,AAAC,gDAA+C;;AAEhE;;;;;;;;;;CAUC,aAAY;CACZ,gBAAe;EACf;;AAED;;;;;CAKC,aAAY;EACZ;;;AAGD;;iEAEgE;AAChE,oDAAmD;AACnD;;;;;;;;;;;;CAYC,iBAAgB;CAChB,cAAa;EACb;;AAED,wDAAuD;AACvD;;;CAGC,iBAAgB;EAChB;;AAED,6FAA4F;AAC5F;;;CAGC,cAAa;EACb;;AAED;;;CAGC,cAAa;CACb,kBAAiB;CACjB,eAAc;CACd,YAAW;EACX;;AAED;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED,kDAAiD;AACjD;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,wBAAuB;EACvB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,mBAAkB;CAClB,mBAAkB;CAClB,aAAY;CACZ,YAAW;CACX,yBAAwB;CACxB,iBAAgB;EAChB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,kBAAiB;CACjB,gBAAe;CACf,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,mBAAkB;CAClB,gBAAe;CACf,8CAA6C;EAC7C;;CAEA;EACC,gBAAe;EACf,6CAA4C;GAC5C;;CAED;EACC,gBAAe;EACf,gDAA+C;GAC/C;;AAEF;CACC,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,mBAAkB;CAClB,eAAc;CACd,kCAAiC;CACjC,uBAAsB;EACtB;;AAED;CACC,oBAAmB;CACnB,sBAAqB;EACrB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,qBAAoB;CACpB,cAAa;EACb;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,0BAAwB;CAAxB,iCAAwB;CAAxB,uBAAwB;CAAxB,yBAAwB;CACxB,qCAA4B;CAA5B,gCAA4B;CAA5B,6BAA4B;CAC5B,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,cAAa;CACb,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,aAAY;CACZ,YAAW;CACX,gBAAe;EACf;;AAED;CACC,eAAc;EACd;;AAED;CACC,uBAAsB;CACtB,cAAa;CACb,aAAY;CACZ,gBAAe;CACf,8BAA6B;CAC7B,6BAA4B;CAC5B,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED,iEAAgE;AAChE,4BAA4B,6CAA4C,CAAC;AACzE,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,+BAA+B,gDAA+C,CAAC;AAC/E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,uBAAuB,wCAAuC,CAAC;AAC/D,6BAA6B,8CAA6C,CAAC;AAC3E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,0BAA0B,2CAA0C,CAAC;AACrE,yBAAyB,0CAAyC,CAAC;AACnE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,6BAA6B,2CAA0C,CAAC;AACxE,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,4BAA4B,6CAA4C,CAAC;AACzE,2BAA2B,4CAA2C,CAAC;AACvE,yBAAyB,0CAAyC,CAAC;AACnE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;AACzE,gCAAgC,iDAAgD,CAAC;AACjF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,kCAAkC,mDAAkD,CAAC;AACrF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,+BAA+B,gDAA+C,CAAC;AAC/E,iCAAiC,kDAAiD,CAAC;AACnF,+BAA+B,gDAA+C,CAAC;AAC/E,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,2CAA0C,CAAC;AACzE,+BAA+B,2CAA0C,CAAC;AAC1E,0BAA0B,2CAA0C,CAAC;AACrE,wBAAwB,yCAAwC,CAAC;AACjE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;;AAEzE;;iEAEgE;AAChE;CACC,aAAY;CACZ,aAAY;EACZ;;AAED;CACC,oBAAmB;CACnB,oBAAmB,AAAC,qDAAoD;EACxE;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,sBAAqB;CACrB,kBAAiB;EACjB;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,kBAAiB;CACjB,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oBAAmB,AAAC,+BAA8B;EAClD;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,gBAAe;CACf,uBAAsB;EACtB;;CAEA;EACC,eAAc;EACd,gBAAe;GACf;;AAEF,qEAAoE;AACpE;;CAEC,iDAAwC;CAAxC,yCAAwC;CACxC,aAAY;CACZ,UAAS;CACT,WAAU;CACV,qBAAoB;CACpB,uBAAsB;CACtB,wBAAuB;EACvB;;AAED,iBAAgB;AAChB;;;;CAIC,+BAA8B;CAC9B,qCAAoC;CACpC,qBAAoB;CACpB,oCAAmC;EACnC;;AAED,eAAc;AACd;;CAEC,kBAAiB;CACjB,qCAAoC;CACpC,kCAAiC;CACjC,oCAAmC;EACnC;;;AAGD;CACC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;CAEA;;EAEC,gBAAe;GACf;;CAED;;;EAGC,2BAA0B;GAC1B;;CAED;EACC,eAAc;GACd;;CAED;;EAEC,2BAA0B;GAC1B;;AAEF;CACC,gBAAe;EACf;CACA;;EAEC,gBAAe;GACf;;AAEF;;CAEC,2BAA0B;EAC1B;;CAEA;;;EAGC,2BAA0B;GAC1B;;AAEF;;CAEC,8BAA6B;EAC7B;;CAEA;;;EAGC,8BAA6B;GAC7B;;CAED;;EAEC,8BAA6B;GAC7B;;;AAGF;CACC,eAAc;CACd,aAAY;CACZ,oBAAmB;CACnB,SAAQ;CACR,YAAW;CACX,2BAA0B;CAC1B,iBAAgB;CAChB,kCAAiC;CACjC,oDAA2C;CAA3C,4CAA2C;EAC3C;;AAED;CACC,aAAY,AAAC,yDAAwD;CACrE,cAAa;EACb;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,aAAY;EACZ;;AAED;EACC;;AAED;CACC,gBAAe;CACf,aAAY;EACZ;;AAED;EACC;;AAED;EACC;;AAED;EACC;;AAED;;;CAGC,gBAAe;EACf;;AAED;CACC,eAAc;CACd,WAAU;EACV;;AAED,qBAAqB,yDAAwD;CAC5E,aAAY;CACZ,cAAa;EACb;;AAED,wBAAwB,+DAA8D;CACrF,SAAQ;CACR,aAAY;CACZ,UAAS;CACT,aAAY;EACZ;;AAED,gCAA+B;AAC/B;;CAEC,oBAAmB;CACnB,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,8BAA6B;EAC7B;;AAED;;CAEC,2CAAkC;CAAlC,mCAAkC;CAClC,gBAAe;EACf;;AAED;CACC,cAAc,oCAAA,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,yBAAA,CAAC;EAChC;;AAJD;CACC,cAAc,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,8BAA3B,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,4BAAzB,CAAyB,yBAAA,CAAC;EAChC;;AAED;;iEAEgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,cAAa;CACb,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,gBAAe;EACf;;AAED;CACC,qBAAoB;EACpB;;AAED,WAAU;;AAEV;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;EACd;;AAED;;CAEC,iBAAgB;EAChB;AACD;;;CAGC,kBAAiB;CACjB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,mBAAkB;EAClB;;AAED;CACC,sBAAqB;CACrB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,iBAAgB;CAChB,eAAc;EACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 28ef5e5..47341b6 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 96342576222c1e78468d6c48883074dc077cea88 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 8 Mar 2014 14:41:36 -0600 Subject: [PATCH 21/59] Removed plurals from media query titles --- css/src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 35ec6d9..6ed5345 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1956,7 +1956,7 @@ textarea#comment { /*-------------------------------------------------------------- 15.0 - Media Queries ---------------------------------------------------------------- -15.1 - Tablets (<35ems) +15.1 - Tablet (<35ems) --------------------------------------------------------------*/ @media only screen and (min-width: 35em) { @@ -2232,7 +2232,7 @@ textarea#comment { } /*-------------------------------------------------------------- -15.3 - Large Screens (<68.5ems) +15.3 - Large Screen (<68.5ems) --------------------------------------------------------------*/ @media only screen and (min-width: 68.5em) { From a0dbe5177cf6e3fde384f456b2ef92c4f81624e6 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 8 Mar 2014 23:46:55 -0600 Subject: [PATCH 22/59] Improved comment form styles and went back to a non-flexbox layout for social links, it useful there. --- css/src/style.css | 58 +++++++++++++++++++---------------- css/style.css | 77 ++++++++++++++++++++++------------------------- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 70 insertions(+), 69 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 6ed5345..6b2de7b 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -323,7 +323,7 @@ textarea { border-radius: 3px; background: rgba(255,255,255,0); -webkit-appearance: none; - max-width: 100%; + width: 100%; } .no-touch input[type="text"]:hover, .no-touch input[type="email"]:hover, @@ -350,10 +350,9 @@ textarea { } textarea { - width: 100%; + vertical-align: top; /* Improves readability and alignment in all browsers */ overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; - vertical-align: top; /* Improves readability and alignment in all browsers */ } @@ -732,20 +731,12 @@ img[class*="wp-image-"] { --------------------------------------------------------------*/ .sociallinks { display: block; - margin: 2.5% auto 0; margin: 1% 0; } .sociallinkscontainer { - display: flex; - justify-content: center; - align-content: space-around; - flex-wrap: wrap; - margin: 0 auto; -} - -.no-flexbox .sociallinkscontainer { text-align: center; + margin: 0 auto; } .sociallink { @@ -761,11 +752,18 @@ img[class*="wp-image-"] { .no-touch .sociallink:active { opacity: 0.8; } + + .sociallink:first-child { + margin-left: 0; + } + + .sociallink:last-child { + margin-right: 0; + } .sociallink svg, .sociallink img { height: 2em; width: 2em; - display: block; } .no-inlinesvg .sociallink svg { @@ -2002,8 +2000,17 @@ textarea#comment { width: 55%; } -/* The CSS below causes the absolutely positioned dropdowns */ -/* to display relative to the menu items that they are children of. */ +.sociallinks { + margin: 1.5% auto; +} + +.sociallink svg, .sociallink img { + height: 2.25em; + width: 2.25em; +} + +/* The CSS below causes the absolutely positioned dropdowns + to display relative to the menu items that they are children of. */ .menu li { position: relative; } @@ -2044,16 +2051,19 @@ textarea#comment { left: -0.5em; } -.sociallink svg, .sociallink img { - height: 2.25em; - width: 2.25em; -} - .comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url { - flex: 0 auto; - width: 32.5%; + flex-basis: 30%; + margin: 0 0.25em; +} + +.comment-form p.comment-form-author { + margin-left: 0; +} + +.comment-form p.comment-form-url { + margin-right: 0; } .form-allowed-tags.visible { @@ -2114,10 +2124,6 @@ textarea#comment { font-size: 1.25em; margin-top: 3.5%; } - -.sociallinks { - margin: 1.5% auto; -} .sociallink svg, .sociallink img { height: 2.5em; diff --git a/css/style.css b/css/style.css index 642b0e1..e223a2f 100644 --- a/css/style.css +++ b/css/style.css @@ -327,7 +327,7 @@ textarea { border-radius: 3px; background: rgba(255,255,255,0); -webkit-appearance: none; - max-width: 100%; + width: 100%; } .no-touch input[type="text"]:hover, .no-touch input[type="email"]:hover, @@ -354,10 +354,9 @@ textarea { } textarea { - width: 100%; + vertical-align: top; /* Improves readability and alignment in all browsers */ overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ padding-left: 3px; - vertical-align: top; /* Improves readability and alignment in all browsers */ } @@ -749,30 +748,12 @@ img[class*="wp-image-"] { --------------------------------------------------------------*/ .sociallinks { display: block; - margin: 2.5% auto 0; margin: 1% 0; } .sociallinkscontainer { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-align-content: space-around; - -ms-flex-line-pack: distribute; - align-content: space-around; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin: 0 auto; -} - -.no-flexbox .sociallinkscontainer { text-align: center; + margin: 0 auto; } .sociallink { @@ -789,11 +770,18 @@ img[class*="wp-image-"] { .no-touch .sociallink:active { opacity: 0.8; } + + .sociallink:first-child { + margin-left: 0; + } + + .sociallink:last-child { + margin-right: 0; + } .sociallink svg, .sociallink img { height: 2em; width: 2em; - display: block; } .no-inlinesvg .sociallink svg { @@ -2056,7 +2044,7 @@ textarea#comment { /*-------------------------------------------------------------- 15.0 - Media Queries ---------------------------------------------------------------- -15.1 - Tablets (<35ems) +15.1 - Tablet (<35ems) --------------------------------------------------------------*/ @media only screen and (min-width: 35em) { @@ -2104,8 +2092,17 @@ textarea#comment { width: 55%; } -/* The CSS below causes the absolutely positioned dropdowns */ -/* to display relative to the menu items that they are children of. */ +.sociallinks { + margin: 1.5% auto; +} + +.sociallink svg, .sociallink img { + height: 2.25em; + width: 2.25em; +} + +/* The CSS below causes the absolutely positioned dropdowns + to display relative to the menu items that they are children of. */ .menu li { position: relative; } @@ -2146,19 +2143,21 @@ textarea#comment { left: -0.5em; } -.sociallink svg, .sociallink img { - height: 2.25em; - width: 2.25em; -} - .comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url { - -webkit-box-flex: 0; - -webkit-flex: 0 auto; - -ms-flex: 0 auto; - flex: 0 auto; - width: 32.5%; + -webkit-flex-basis: 30%; + -ms-flex-preferred-size: 30%; + flex-basis: 30%; + margin: 0 0.25em; +} + +.comment-form p.comment-form-author { + margin-left: 0; +} + +.comment-form p.comment-form-url { + margin-right: 0; } .form-allowed-tags.visible { @@ -2219,10 +2218,6 @@ textarea#comment { font-size: 1.25em; margin-top: 3.5%; } - -.sociallinks { - margin: 1.5% auto; -} .sociallink svg, .sociallink img { height: 2.5em; @@ -2340,7 +2335,7 @@ textarea#comment { } /*-------------------------------------------------------------- -15.3 - Large Screens (<68.5ems) +15.3 - Large Screen (<68.5ems) --------------------------------------------------------------*/ @media only screen and (min-width: 68.5em) { diff --git a/css/style.css.map b/css/style.css.map index ec4efde..0d2acac 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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AAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,gCAA+B;CAC/B,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBA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AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED,+DAA8D;AAC9D,uEAAsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;;;CAGC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;CACb,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 47341b6..7479ae3 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;max-width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{width:100%;overflow:auto;padding-left:3px;vertical-align:top}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:2.5% auto 0;margin:1% 0}.sociallinkscontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.no-flexbox .sociallinkscontainer{text-align:center}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink img,.sociallink svg{height:2em;width:2em;display:block}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;width:32.5%}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 498bf38c1cccb871feed178d15a9fb87c1a62f53 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 11 Mar 2014 14:51:01 -0500 Subject: [PATCH 23/59] Update Fastclick.js to version 1.0.0 --- js/decode-with-sidebar.js | 36 +++++------ js/decode.js | 36 +++++------ js/src/fastclick.js | 88 +++++++++++---------------- js/srcmaps/decode-with-sidebar.js.map | 2 +- js/srcmaps/decode.js.map | 2 +- 5 files changed, 74 insertions(+), 90 deletions(-) diff --git a/js/decode-with-sidebar.js b/js/decode-with-sidebar.js index e47d77d..9b06365 100644 --- a/js/decode-with-sidebar.js +++ b/js/decode-with-sidebar.js @@ -63,23 +63,23 @@ else{classString=classString.substr(0,nameIndex)+classString.substr(nameIndex+cl element.className=classString;} if(document.addEventListener){document.getElementById('sidebar_link').addEventListener('click',function(){toggleClass(document.getElementById('sidebar'),'visible');},false);document.getElementById('sidebar_top').addEventListener('click',function(){toggleClass(document.getElementById('sidebar'),'visible');},false);} else if(document.attachEvent){document.getElementById('sidebar_link').attachEvent('onclick',function(){toggleClass(document.getElementById('sidebar'),'visible');});document.getElementById('sidebar_top').attachEvent('onclick',function(){toggleClass(document.getElementById('sidebar'),'visible');});} -function FastClick(layer){'use strict';var oldOnClick,self=this;this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=10;this.layer=layer;if(!layer||!layer.nodeType){throw new TypeError('Layer must be a document node');} -this.onClick=function(){return FastClick.prototype.onClick.apply(self,arguments);};this.onMouse=function(){return FastClick.prototype.onMouse.apply(self,arguments);};this.onTouchStart=function(){return FastClick.prototype.onTouchStart.apply(self,arguments);};this.onTouchMove=function(){return FastClick.prototype.onTouchMove.apply(self,arguments);};this.onTouchEnd=function(){return FastClick.prototype.onTouchEnd.apply(self,arguments);};this.onTouchCancel=function(){return FastClick.prototype.onTouchCancel.apply(self,arguments);};if(FastClick.notNeeded(layer)){return;} -if(this.deviceIsAndroid){layer.addEventListener('mouseover',this.onMouse,true);layer.addEventListener('mousedown',this.onMouse,true);layer.addEventListener('mouseup',this.onMouse,true);} -layer.addEventListener('click',this.onClick,true);layer.addEventListener('touchstart',this.onTouchStart,false);layer.addEventListener('touchmove',this.onTouchMove,false);layer.addEventListener('touchend',this.onTouchEnd,false);layer.addEventListener('touchcancel',this.onTouchCancel,false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==='click'){rmv.call(layer,type,callback.hijacked||callback,capture);}else{rmv.call(layer,type,callback,capture);}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==='click'){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event);}}),capture);}else{adv.call(layer,type,callback,capture);}};} +function FastClick(layer){'use strict';var oldOnClick;this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=10;this.layer=layer;if(FastClick.notNeeded(layer)){return;} +function bind(method,context){return function(){return method.apply(context,arguments);};} +if(deviceIsAndroid){layer.addEventListener('mouseover',bind(this.onMouse,this),true);layer.addEventListener('mousedown',bind(this.onMouse,this),true);layer.addEventListener('mouseup',bind(this.onMouse,this),true);} +layer.addEventListener('click',bind(this.onClick,this),true);layer.addEventListener('touchstart',bind(this.onTouchStart,this),false);layer.addEventListener('touchmove',bind(this.onTouchMove,this),false);layer.addEventListener('touchend',bind(this.onTouchEnd,this),false);layer.addEventListener('touchcancel',bind(this.onTouchCancel,this),false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==='click'){rmv.call(layer,type,callback.hijacked||callback,capture);}else{rmv.call(layer,type,callback,capture);}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==='click'){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event);}}),capture);}else{adv.call(layer,type,callback,capture);}};} if(typeof layer.onclick==='function'){oldOnClick=layer.onclick;layer.addEventListener('click',function(event){oldOnClick(event);},false);layer.onclick=null;}} -FastClick.prototype.deviceIsAndroid=navigator.userAgent.indexOf('Android')>0;FastClick.prototype.deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent);FastClick.prototype.deviceIsIOS4=FastClick.prototype.deviceIsIOS&&(/OS 4_\d(_\d)?/).test(navigator.userAgent);FastClick.prototype.deviceIsIOSWithBadTarget=FastClick.prototype.deviceIsIOS&&(/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent);FastClick.prototype.needsClick=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'button':case'select':case'textarea':if(target.disabled){return true;} -break;case'input':if((this.deviceIsIOS&&target.type==='file')||target.disabled){return true;} +var deviceIsAndroid=navigator.userAgent.indexOf('Android')>0;var deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent);var deviceIsIOS4=deviceIsIOS&&(/OS 4_\d(_\d)?/).test(navigator.userAgent);var deviceIsIOSWithBadTarget=deviceIsIOS&&(/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent);FastClick.prototype.needsClick=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'button':case'select':case'textarea':if(target.disabled){return true;} +break;case'input':if((deviceIsIOS&&target.type==='file')||target.disabled){return true;} break;case'label':case'video':return true;} -return(/\bneedsclick\b/).test(target.className);};FastClick.prototype.needsFocus=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'textarea':return true;case'select':return!this.deviceIsAndroid;case'input':switch(target.type){case'button':case'checkbox':case'file':case'image':case'radio':case'submit':return false;} +return(/\bneedsclick\b/).test(target.className);};FastClick.prototype.needsFocus=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'textarea':return true;case'select':return!deviceIsAndroid;case'input':switch(target.type){case'button':case'checkbox':case'file':case'image':case'radio':case'submit':return false;} return!target.disabled&&!target.readOnly;default:return(/\bneedsfocus\b/).test(target.className);}};FastClick.prototype.sendClick=function(targetElement,event){'use strict';var clickEvent,touch;if(document.activeElement&&document.activeElement!==targetElement){document.activeElement.blur();} -touch=event.changedTouches[0];clickEvent=document.createEvent('MouseEvents');clickEvent.initMouseEvent(this.determineEventType(targetElement),true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent);};FastClick.prototype.determineEventType=function(targetElement){'use strict';if(this.deviceIsAndroid&&targetElement.tagName.toLowerCase()==='select'){return'mousedown';} -return'click';};FastClick.prototype.focus=function(targetElement){'use strict';var length;if(this.deviceIsIOS&&targetElement.setSelectionRange&&targetElement.type.indexOf('date')!==0&&targetElement.type!=='time'){length=targetElement.value.length;targetElement.setSelectionRange(length,length);}else{targetElement.focus();}};FastClick.prototype.updateScrollParent=function(targetElement){'use strict';var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break;} +touch=event.changedTouches[0];clickEvent=document.createEvent('MouseEvents');clickEvent.initMouseEvent(this.determineEventType(targetElement),true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent);};FastClick.prototype.determineEventType=function(targetElement){'use strict';if(deviceIsAndroid&&targetElement.tagName.toLowerCase()==='select'){return'mousedown';} +return'click';};FastClick.prototype.focus=function(targetElement){'use strict';var length;if(deviceIsIOS&&targetElement.setSelectionRange&&targetElement.type.indexOf('date')!==0&&targetElement.type!=='time'){length=targetElement.value.length;targetElement.setSelectionRange(length,length);}else{targetElement.focus();}};FastClick.prototype.updateScrollParent=function(targetElement){'use strict';var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break;} parentElement=parentElement.parentElement;}while(parentElement);} if(scrollParent){scrollParent.fastClickLastScrollTop=scrollParent.scrollTop;}};FastClick.prototype.getTargetElementFromEventTarget=function(eventTarget){'use strict';if(eventTarget.nodeType===Node.TEXT_NODE){return eventTarget.parentNode;} return eventTarget;};FastClick.prototype.onTouchStart=function(event){'use strict';var targetElement,touch,selection;if(event.targetTouches.length>1){return true;} -targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(this.deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true;} -if(!this.deviceIsIOS4){if(touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false;} +targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true;} +if(!deviceIsIOS4){if(touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false;} this.lastTouchIdentifier=touch.identifier;this.updateScrollParent(targetElement);}} this.trackingClick=true;this.trackingClickStart=event.timeStamp;this.targetElement=targetElement;this.touchStartX=touch.pageX;this.touchStartY=touch.pageY;if((event.timeStamp-this.lastClickTime)<200){event.preventDefault();} return true;};FastClick.prototype.touchHasMoved=function(event){'use strict';var touch=event.changedTouches[0],boundary=this.touchBoundary;if(Math.abs(touch.pageX-this.touchStartX)>boundary||Math.abs(touch.pageY-this.touchStartY)>boundary){return true;} @@ -89,12 +89,12 @@ return true;};FastClick.prototype.findControl=function(labelElement){'use strict if(labelElement.htmlFor){return document.getElementById(labelElement.htmlFor);} return labelElement.querySelector('button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea');};FastClick.prototype.onTouchEnd=function(event){'use strict';var forElement,trackingClickStart,targetTagName,scrollParent,touch,targetElement=this.targetElement;if(!this.trackingClick){return true;} if((event.timeStamp-this.lastClickTime)<200){this.cancelNextClick=true;return true;} -this.cancelNextClick=false;this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(this.deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent;} -targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==='label'){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(this.deviceIsAndroid){return false;} -targetElement=forElement;}}else if(this.needsFocus(targetElement)){if((event.timeStamp-trackingClickStart)>100||(this.deviceIsIOS&&window.top!==window&&targetTagName==='input')){this.targetElement=null;return false;} -this.focus(targetElement);if(!this.deviceIsIOS4||targetTagName!=='select'){this.targetElement=null;event.preventDefault();} +this.cancelNextClick=false;this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent;} +targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==='label'){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(deviceIsAndroid){return false;} +targetElement=forElement;}}else if(this.needsFocus(targetElement)){if((event.timeStamp-trackingClickStart)>100||(deviceIsIOS&&window.top!==window&&targetTagName==='input')){this.targetElement=null;return false;} +this.focus(targetElement);this.sendClick(targetElement,event);if(!deviceIsIOS4||targetTagName!=='select'){this.targetElement=null;event.preventDefault();} return false;} -if(this.deviceIsIOS&&!this.deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true;}} +if(deviceIsIOS&&!deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true;}} if(!this.needsClick(targetElement)){event.preventDefault();this.sendClick(targetElement,event);} return false;};FastClick.prototype.onTouchCancel=function(){'use strict';this.trackingClick=false;this.targetElement=null;};FastClick.prototype.onMouse=function(event){'use strict';if(!this.targetElement){return true;} if(event.forwardedTouchEvent){return true;} @@ -104,9 +104,9 @@ event.stopPropagation();event.preventDefault();return false;} return true;};FastClick.prototype.onClick=function(event){'use strict';var permitted;if(this.trackingClick){this.targetElement=null;this.trackingClick=false;return true;} if(event.target.type==='submit'&&event.detail===0){return true;} permitted=this.onMouse(event);if(!permitted){this.targetElement=null;} -return permitted;};FastClick.prototype.destroy=function(){'use strict';var layer=this.layer;if(this.deviceIsAndroid){layer.removeEventListener('mouseover',this.onMouse,true);layer.removeEventListener('mousedown',this.onMouse,true);layer.removeEventListener('mouseup',this.onMouse,true);} +return permitted;};FastClick.prototype.destroy=function(){'use strict';var layer=this.layer;if(deviceIsAndroid){layer.removeEventListener('mouseover',this.onMouse,true);layer.removeEventListener('mousedown',this.onMouse,true);layer.removeEventListener('mouseup',this.onMouse,true);} layer.removeEventListener('click',this.onClick,true);layer.removeEventListener('touchstart',this.onTouchStart,false);layer.removeEventListener('touchmove',this.onTouchMove,false);layer.removeEventListener('touchend',this.onTouchEnd,false);layer.removeEventListener('touchcancel',this.onTouchCancel,false);};FastClick.notNeeded=function(layer){'use strict';var metaViewport;var chromeVersion;if(typeof window.ontouchstart==='undefined'){return true;} -chromeVersion=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(chromeVersion){if(FastClick.prototype.deviceIsAndroid){metaViewport=document.querySelector('meta[name=viewport]');if(metaViewport){if(metaViewport.content.indexOf('user-scalable=no')!==-1){return true;} +chromeVersion=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(chromeVersion){if(deviceIsAndroid){metaViewport=document.querySelector('meta[name=viewport]');if(metaViewport){if(metaViewport.content.indexOf('user-scalable=no')!==-1){return true;} if(chromeVersion>31&&window.innerWidth<=window.screen.width){return true;}}}else{return true;}} if(layer.style.msTouchAction==='none'){return true;} return false;};FastClick.attach=function(layer){'use strict';return new FastClick(layer);};if(typeof define!=='undefined'&&define.amd){define(function(){'use strict';return FastClick;});}else if(typeof module!=='undefined'&&module.exports){module.exports=FastClick.attach;module.exports.FastClick=FastClick;}else{window.FastClick=FastClick;} diff --git a/js/decode.js b/js/decode.js index 633bcfb..0ddb5a9 100644 --- a/js/decode.js +++ b/js/decode.js @@ -57,23 +57,23 @@ html5.type+=' print';html5.shivPrint=shivPrint;shivPrint(document);}(this,docume if(Modernizr.touch){var activeDropdownClass="open";[].forEach.call(document.querySelectorAll(".menu-item-has-children"),function(a){a.firstChild.addEventListener("click",function(b){!document.querySelector("."+activeDropdownClass)||a.parentElement.parentElement.classList.contains(activeDropdownClass)||a.classList.contains(activeDropdownClass)||[].forEach.call(document.querySelectorAll("."+activeDropdownClass),function(a){a.classList.remove(activeDropdownClass)});a.classList.contains(activeDropdownClass)||(a.classList.toggle(activeDropdownClass),b.preventDefault())},!1)});[].forEach.call(document.querySelectorAll(".page_item_has_children"),function(a){a.firstChild.addEventListener("click",function(b){!document.querySelector("."+activeDropdownClass)||a.parentElement.parentElement.classList.contains(activeDropdownClass)||a.classList.contains(activeDropdownClass)||[].forEach.call(document.querySelectorAll("."+activeDropdownClass),function(a){a.classList.remove(activeDropdownClass)});a.classList.contains(activeDropdownClass)||(a.classList.toggle(activeDropdownClass),b.preventDefault())},!1)});var matches;(function(a){matches=a.matches||a.matchesSelector||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector})(document.documentElement);document.querySelector("."+activeDropdownClass)||document.addEventListener("click",function(a){matches.call(a.target,".menu-item."+activeDropdownClass+" *, .page_item."+activeDropdownClass+" *")||[].forEach.call(document.querySelectorAll("."+activeDropdownClass),function(a){a.classList.remove(activeDropdownClass)})},!1);} if(window.addEventListener){window.addEventListener('load',function(){FastClick.attach(document.body);},false);} else if(window.attachEvent){window.attachEvent('onload',function(){FastClick.attach(document.body);});} -function FastClick(layer){'use strict';var oldOnClick,self=this;this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=10;this.layer=layer;if(!layer||!layer.nodeType){throw new TypeError('Layer must be a document node');} -this.onClick=function(){return FastClick.prototype.onClick.apply(self,arguments);};this.onMouse=function(){return FastClick.prototype.onMouse.apply(self,arguments);};this.onTouchStart=function(){return FastClick.prototype.onTouchStart.apply(self,arguments);};this.onTouchMove=function(){return FastClick.prototype.onTouchMove.apply(self,arguments);};this.onTouchEnd=function(){return FastClick.prototype.onTouchEnd.apply(self,arguments);};this.onTouchCancel=function(){return FastClick.prototype.onTouchCancel.apply(self,arguments);};if(FastClick.notNeeded(layer)){return;} -if(this.deviceIsAndroid){layer.addEventListener('mouseover',this.onMouse,true);layer.addEventListener('mousedown',this.onMouse,true);layer.addEventListener('mouseup',this.onMouse,true);} -layer.addEventListener('click',this.onClick,true);layer.addEventListener('touchstart',this.onTouchStart,false);layer.addEventListener('touchmove',this.onTouchMove,false);layer.addEventListener('touchend',this.onTouchEnd,false);layer.addEventListener('touchcancel',this.onTouchCancel,false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==='click'){rmv.call(layer,type,callback.hijacked||callback,capture);}else{rmv.call(layer,type,callback,capture);}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==='click'){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event);}}),capture);}else{adv.call(layer,type,callback,capture);}};} +function FastClick(layer){'use strict';var oldOnClick;this.trackingClick=false;this.trackingClickStart=0;this.targetElement=null;this.touchStartX=0;this.touchStartY=0;this.lastTouchIdentifier=0;this.touchBoundary=10;this.layer=layer;if(FastClick.notNeeded(layer)){return;} +function bind(method,context){return function(){return method.apply(context,arguments);};} +if(deviceIsAndroid){layer.addEventListener('mouseover',bind(this.onMouse,this),true);layer.addEventListener('mousedown',bind(this.onMouse,this),true);layer.addEventListener('mouseup',bind(this.onMouse,this),true);} +layer.addEventListener('click',bind(this.onClick,this),true);layer.addEventListener('touchstart',bind(this.onTouchStart,this),false);layer.addEventListener('touchmove',bind(this.onTouchMove,this),false);layer.addEventListener('touchend',bind(this.onTouchEnd,this),false);layer.addEventListener('touchcancel',bind(this.onTouchCancel,this),false);if(!Event.prototype.stopImmediatePropagation){layer.removeEventListener=function(type,callback,capture){var rmv=Node.prototype.removeEventListener;if(type==='click'){rmv.call(layer,type,callback.hijacked||callback,capture);}else{rmv.call(layer,type,callback,capture);}};layer.addEventListener=function(type,callback,capture){var adv=Node.prototype.addEventListener;if(type==='click'){adv.call(layer,type,callback.hijacked||(callback.hijacked=function(event){if(!event.propagationStopped){callback(event);}}),capture);}else{adv.call(layer,type,callback,capture);}};} if(typeof layer.onclick==='function'){oldOnClick=layer.onclick;layer.addEventListener('click',function(event){oldOnClick(event);},false);layer.onclick=null;}} -FastClick.prototype.deviceIsAndroid=navigator.userAgent.indexOf('Android')>0;FastClick.prototype.deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent);FastClick.prototype.deviceIsIOS4=FastClick.prototype.deviceIsIOS&&(/OS 4_\d(_\d)?/).test(navigator.userAgent);FastClick.prototype.deviceIsIOSWithBadTarget=FastClick.prototype.deviceIsIOS&&(/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent);FastClick.prototype.needsClick=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'button':case'select':case'textarea':if(target.disabled){return true;} -break;case'input':if((this.deviceIsIOS&&target.type==='file')||target.disabled){return true;} +var deviceIsAndroid=navigator.userAgent.indexOf('Android')>0;var deviceIsIOS=/iP(ad|hone|od)/.test(navigator.userAgent);var deviceIsIOS4=deviceIsIOS&&(/OS 4_\d(_\d)?/).test(navigator.userAgent);var deviceIsIOSWithBadTarget=deviceIsIOS&&(/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent);FastClick.prototype.needsClick=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'button':case'select':case'textarea':if(target.disabled){return true;} +break;case'input':if((deviceIsIOS&&target.type==='file')||target.disabled){return true;} break;case'label':case'video':return true;} -return(/\bneedsclick\b/).test(target.className);};FastClick.prototype.needsFocus=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'textarea':return true;case'select':return!this.deviceIsAndroid;case'input':switch(target.type){case'button':case'checkbox':case'file':case'image':case'radio':case'submit':return false;} +return(/\bneedsclick\b/).test(target.className);};FastClick.prototype.needsFocus=function(target){'use strict';switch(target.nodeName.toLowerCase()){case'textarea':return true;case'select':return!deviceIsAndroid;case'input':switch(target.type){case'button':case'checkbox':case'file':case'image':case'radio':case'submit':return false;} return!target.disabled&&!target.readOnly;default:return(/\bneedsfocus\b/).test(target.className);}};FastClick.prototype.sendClick=function(targetElement,event){'use strict';var clickEvent,touch;if(document.activeElement&&document.activeElement!==targetElement){document.activeElement.blur();} -touch=event.changedTouches[0];clickEvent=document.createEvent('MouseEvents');clickEvent.initMouseEvent(this.determineEventType(targetElement),true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent);};FastClick.prototype.determineEventType=function(targetElement){'use strict';if(this.deviceIsAndroid&&targetElement.tagName.toLowerCase()==='select'){return'mousedown';} -return'click';};FastClick.prototype.focus=function(targetElement){'use strict';var length;if(this.deviceIsIOS&&targetElement.setSelectionRange&&targetElement.type.indexOf('date')!==0&&targetElement.type!=='time'){length=targetElement.value.length;targetElement.setSelectionRange(length,length);}else{targetElement.focus();}};FastClick.prototype.updateScrollParent=function(targetElement){'use strict';var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break;} +touch=event.changedTouches[0];clickEvent=document.createEvent('MouseEvents');clickEvent.initMouseEvent(this.determineEventType(targetElement),true,true,window,1,touch.screenX,touch.screenY,touch.clientX,touch.clientY,false,false,false,false,0,null);clickEvent.forwardedTouchEvent=true;targetElement.dispatchEvent(clickEvent);};FastClick.prototype.determineEventType=function(targetElement){'use strict';if(deviceIsAndroid&&targetElement.tagName.toLowerCase()==='select'){return'mousedown';} +return'click';};FastClick.prototype.focus=function(targetElement){'use strict';var length;if(deviceIsIOS&&targetElement.setSelectionRange&&targetElement.type.indexOf('date')!==0&&targetElement.type!=='time'){length=targetElement.value.length;targetElement.setSelectionRange(length,length);}else{targetElement.focus();}};FastClick.prototype.updateScrollParent=function(targetElement){'use strict';var scrollParent,parentElement;scrollParent=targetElement.fastClickScrollParent;if(!scrollParent||!scrollParent.contains(targetElement)){parentElement=targetElement;do{if(parentElement.scrollHeight>parentElement.offsetHeight){scrollParent=parentElement;targetElement.fastClickScrollParent=parentElement;break;} parentElement=parentElement.parentElement;}while(parentElement);} if(scrollParent){scrollParent.fastClickLastScrollTop=scrollParent.scrollTop;}};FastClick.prototype.getTargetElementFromEventTarget=function(eventTarget){'use strict';if(eventTarget.nodeType===Node.TEXT_NODE){return eventTarget.parentNode;} return eventTarget;};FastClick.prototype.onTouchStart=function(event){'use strict';var targetElement,touch,selection;if(event.targetTouches.length>1){return true;} -targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(this.deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true;} -if(!this.deviceIsIOS4){if(touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false;} +targetElement=this.getTargetElementFromEventTarget(event.target);touch=event.targetTouches[0];if(deviceIsIOS){selection=window.getSelection();if(selection.rangeCount&&!selection.isCollapsed){return true;} +if(!deviceIsIOS4){if(touch.identifier===this.lastTouchIdentifier){event.preventDefault();return false;} this.lastTouchIdentifier=touch.identifier;this.updateScrollParent(targetElement);}} this.trackingClick=true;this.trackingClickStart=event.timeStamp;this.targetElement=targetElement;this.touchStartX=touch.pageX;this.touchStartY=touch.pageY;if((event.timeStamp-this.lastClickTime)<200){event.preventDefault();} return true;};FastClick.prototype.touchHasMoved=function(event){'use strict';var touch=event.changedTouches[0],boundary=this.touchBoundary;if(Math.abs(touch.pageX-this.touchStartX)>boundary||Math.abs(touch.pageY-this.touchStartY)>boundary){return true;} @@ -83,12 +83,12 @@ return true;};FastClick.prototype.findControl=function(labelElement){'use strict if(labelElement.htmlFor){return document.getElementById(labelElement.htmlFor);} return labelElement.querySelector('button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea');};FastClick.prototype.onTouchEnd=function(event){'use strict';var forElement,trackingClickStart,targetTagName,scrollParent,touch,targetElement=this.targetElement;if(!this.trackingClick){return true;} if((event.timeStamp-this.lastClickTime)<200){this.cancelNextClick=true;return true;} -this.cancelNextClick=false;this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(this.deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent;} -targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==='label'){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(this.deviceIsAndroid){return false;} -targetElement=forElement;}}else if(this.needsFocus(targetElement)){if((event.timeStamp-trackingClickStart)>100||(this.deviceIsIOS&&window.top!==window&&targetTagName==='input')){this.targetElement=null;return false;} -this.focus(targetElement);if(!this.deviceIsIOS4||targetTagName!=='select'){this.targetElement=null;event.preventDefault();} +this.cancelNextClick=false;this.lastClickTime=event.timeStamp;trackingClickStart=this.trackingClickStart;this.trackingClick=false;this.trackingClickStart=0;if(deviceIsIOSWithBadTarget){touch=event.changedTouches[0];targetElement=document.elementFromPoint(touch.pageX-window.pageXOffset,touch.pageY-window.pageYOffset)||targetElement;targetElement.fastClickScrollParent=this.targetElement.fastClickScrollParent;} +targetTagName=targetElement.tagName.toLowerCase();if(targetTagName==='label'){forElement=this.findControl(targetElement);if(forElement){this.focus(targetElement);if(deviceIsAndroid){return false;} +targetElement=forElement;}}else if(this.needsFocus(targetElement)){if((event.timeStamp-trackingClickStart)>100||(deviceIsIOS&&window.top!==window&&targetTagName==='input')){this.targetElement=null;return false;} +this.focus(targetElement);this.sendClick(targetElement,event);if(!deviceIsIOS4||targetTagName!=='select'){this.targetElement=null;event.preventDefault();} return false;} -if(this.deviceIsIOS&&!this.deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true;}} +if(deviceIsIOS&&!deviceIsIOS4){scrollParent=targetElement.fastClickScrollParent;if(scrollParent&&scrollParent.fastClickLastScrollTop!==scrollParent.scrollTop){return true;}} if(!this.needsClick(targetElement)){event.preventDefault();this.sendClick(targetElement,event);} return false;};FastClick.prototype.onTouchCancel=function(){'use strict';this.trackingClick=false;this.targetElement=null;};FastClick.prototype.onMouse=function(event){'use strict';if(!this.targetElement){return true;} if(event.forwardedTouchEvent){return true;} @@ -98,9 +98,9 @@ event.stopPropagation();event.preventDefault();return false;} return true;};FastClick.prototype.onClick=function(event){'use strict';var permitted;if(this.trackingClick){this.targetElement=null;this.trackingClick=false;return true;} if(event.target.type==='submit'&&event.detail===0){return true;} permitted=this.onMouse(event);if(!permitted){this.targetElement=null;} -return permitted;};FastClick.prototype.destroy=function(){'use strict';var layer=this.layer;if(this.deviceIsAndroid){layer.removeEventListener('mouseover',this.onMouse,true);layer.removeEventListener('mousedown',this.onMouse,true);layer.removeEventListener('mouseup',this.onMouse,true);} +return permitted;};FastClick.prototype.destroy=function(){'use strict';var layer=this.layer;if(deviceIsAndroid){layer.removeEventListener('mouseover',this.onMouse,true);layer.removeEventListener('mousedown',this.onMouse,true);layer.removeEventListener('mouseup',this.onMouse,true);} layer.removeEventListener('click',this.onClick,true);layer.removeEventListener('touchstart',this.onTouchStart,false);layer.removeEventListener('touchmove',this.onTouchMove,false);layer.removeEventListener('touchend',this.onTouchEnd,false);layer.removeEventListener('touchcancel',this.onTouchCancel,false);};FastClick.notNeeded=function(layer){'use strict';var metaViewport;var chromeVersion;if(typeof window.ontouchstart==='undefined'){return true;} -chromeVersion=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(chromeVersion){if(FastClick.prototype.deviceIsAndroid){metaViewport=document.querySelector('meta[name=viewport]');if(metaViewport){if(metaViewport.content.indexOf('user-scalable=no')!==-1){return true;} +chromeVersion=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1];if(chromeVersion){if(deviceIsAndroid){metaViewport=document.querySelector('meta[name=viewport]');if(metaViewport){if(metaViewport.content.indexOf('user-scalable=no')!==-1){return true;} if(chromeVersion>31&&window.innerWidth<=window.screen.width){return true;}}}else{return true;}} if(layer.style.msTouchAction==='none'){return true;} return false;};FastClick.attach=function(layer){'use strict';return new FastClick(layer);};if(typeof define!=='undefined'&&define.amd){define(function(){'use strict';return FastClick;});}else if(typeof module!=='undefined'&&module.exports){module.exports=FastClick.attach;module.exports.FastClick=FastClick;}else{window.FastClick=FastClick;} diff --git a/js/src/fastclick.js b/js/src/fastclick.js index 3482013..193714a 100755 --- a/js/src/fastclick.js +++ b/js/src/fastclick.js @@ -1,7 +1,7 @@ /** * @preserve FastClick: polyfill to remove click delays on browsers with touch UIs. * - * @version 0.6.11 + * @version 1.0.0 * @codingstandard ftlabs-jsv2 * @copyright The Financial Times Limited [All Rights Reserved] * @license MIT License (see LICENSE.txt) @@ -19,7 +19,7 @@ */ function FastClick(layer) { 'use strict'; - var oldOnClick, self = this; + var oldOnClick; /** @@ -85,44 +85,27 @@ function FastClick(layer) { */ this.layer = layer; - if (!layer || !layer.nodeType) { - throw new TypeError('Layer must be a document node'); - } - - /** @type function() */ - this.onClick = function() { return FastClick.prototype.onClick.apply(self, arguments); }; - - /** @type function() */ - this.onMouse = function() { return FastClick.prototype.onMouse.apply(self, arguments); }; - - /** @type function() */ - this.onTouchStart = function() { return FastClick.prototype.onTouchStart.apply(self, arguments); }; - - /** @type function() */ - this.onTouchMove = function() { return FastClick.prototype.onTouchMove.apply(self, arguments); }; - - /** @type function() */ - this.onTouchEnd = function() { return FastClick.prototype.onTouchEnd.apply(self, arguments); }; - - /** @type function() */ - this.onTouchCancel = function() { return FastClick.prototype.onTouchCancel.apply(self, arguments); }; - if (FastClick.notNeeded(layer)) { return; } + // Some old versions of Android don't have Function.prototype.bind + function bind(method, context) { + return function() { return method.apply(context, arguments); }; + } + // Set up event handlers as required - if (this.deviceIsAndroid) { - layer.addEventListener('mouseover', this.onMouse, true); - layer.addEventListener('mousedown', this.onMouse, true); - layer.addEventListener('mouseup', this.onMouse, true); + if (deviceIsAndroid) { + layer.addEventListener('mouseover', bind(this.onMouse, this), true); + layer.addEventListener('mousedown', bind(this.onMouse, this), true); + layer.addEventListener('mouseup', bind(this.onMouse, this), true); } - layer.addEventListener('click', this.onClick, true); - layer.addEventListener('touchstart', this.onTouchStart, false); - layer.addEventListener('touchmove', this.onTouchMove, false); - layer.addEventListener('touchend', this.onTouchEnd, false); - layer.addEventListener('touchcancel', this.onTouchCancel, false); + layer.addEventListener('click', bind(this.onClick, this), true); + layer.addEventListener('touchstart', bind(this.onTouchStart, this), false); + layer.addEventListener('touchmove', bind(this.onTouchMove, this), false); + layer.addEventListener('touchend', bind(this.onTouchEnd, this), false); + layer.addEventListener('touchcancel', bind(this.onTouchCancel, this), false); // Hack is required for browsers that don't support Event#stopImmediatePropagation (e.g. Android 2) // which is how FastClick normally stops click events bubbling to callbacks registered on the FastClick @@ -172,7 +155,7 @@ function FastClick(layer) { * * @type boolean */ -FastClick.prototype.deviceIsAndroid = navigator.userAgent.indexOf('Android') > 0; +var deviceIsAndroid = navigator.userAgent.indexOf('Android') > 0; /** @@ -180,7 +163,7 @@ FastClick.prototype.deviceIsAndroid = navigator.userAgent.indexOf('Android') > 0 * * @type boolean */ -FastClick.prototype.deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent); +var deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent); /** @@ -188,7 +171,7 @@ FastClick.prototype.deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent); * * @type boolean */ -FastClick.prototype.deviceIsIOS4 = FastClick.prototype.deviceIsIOS && (/OS 4_\d(_\d)?/).test(navigator.userAgent); +var deviceIsIOS4 = deviceIsIOS && (/OS 4_\d(_\d)?/).test(navigator.userAgent); /** @@ -196,7 +179,7 @@ FastClick.prototype.deviceIsIOS4 = FastClick.prototype.deviceIsIOS && (/OS 4_\d( * * @type boolean */ -FastClick.prototype.deviceIsIOSWithBadTarget = FastClick.prototype.deviceIsIOS && (/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent); +var deviceIsIOSWithBadTarget = deviceIsIOS && (/OS ([6-9]|\d{2})_\d/).test(navigator.userAgent); /** @@ -221,7 +204,7 @@ FastClick.prototype.needsClick = function(target) { case 'input': // File inputs need real clicks on iOS 6 due to a browser bug (issue #68) - if ((this.deviceIsIOS && target.type === 'file') || target.disabled) { + if ((deviceIsIOS && target.type === 'file') || target.disabled) { return true; } @@ -247,7 +230,7 @@ FastClick.prototype.needsFocus = function(target) { case 'textarea': return true; case 'select': - return !this.deviceIsAndroid; + return !deviceIsAndroid; case 'input': switch (target.type) { case 'button': @@ -295,7 +278,7 @@ FastClick.prototype.determineEventType = function(targetElement) { 'use strict'; //Issue #159: Android Chrome Select Box does not open with a synthetic click event - if (this.deviceIsAndroid && targetElement.tagName.toLowerCase() === 'select') { + if (deviceIsAndroid && targetElement.tagName.toLowerCase() === 'select') { return 'mousedown'; } @@ -311,7 +294,7 @@ FastClick.prototype.focus = function(targetElement) { var length; // Issue #160: on iOS 7, some input elements (e.g. date datetime) throw a vague TypeError on setSelectionRange. These elements don't have an integer value for the selectionStart and selectionEnd properties, but unfortunately that can't be used for detection because accessing the properties also throws a TypeError. Just check the type instead. Filed as Apple bug #15122724. - if (this.deviceIsIOS && targetElement.setSelectionRange && targetElement.type.indexOf('date') !== 0 && targetElement.type !== 'time') { + if (deviceIsIOS && targetElement.setSelectionRange && targetElement.type.indexOf('date') !== 0 && targetElement.type !== 'time') { length = targetElement.value.length; targetElement.setSelectionRange(length, length); } else { @@ -387,7 +370,7 @@ FastClick.prototype.onTouchStart = function(event) { targetElement = this.getTargetElementFromEventTarget(event.target); touch = event.targetTouches[0]; - if (this.deviceIsIOS) { + if (deviceIsIOS) { // Only trusted events will deselect text on iOS (issue #49) selection = window.getSelection(); @@ -395,7 +378,7 @@ FastClick.prototype.onTouchStart = function(event) { return true; } - if (!this.deviceIsIOS4) { + if (!deviceIsIOS4) { // Weird things happen on iOS when an alert or confirm dialog is opened from a click event callback (issue #23): // when the user next taps anywhere else on the page, new touchstart and touchend events are dispatched @@ -533,7 +516,7 @@ FastClick.prototype.onTouchEnd = function(event) { // is performing a transition or scroll, and has to be re-detected manually. Note that // for this to function correctly, it must be called *after* the event target is checked! // See issue #57; also filed as rdar://13048589 . - if (this.deviceIsIOSWithBadTarget) { + if (deviceIsIOSWithBadTarget) { touch = event.changedTouches[0]; // In certain cases arguments of elementFromPoint can be negative, so prevent setting targetElement to null @@ -546,7 +529,7 @@ FastClick.prototype.onTouchEnd = function(event) { forElement = this.findControl(targetElement); if (forElement) { this.focus(targetElement); - if (this.deviceIsAndroid) { + if (deviceIsAndroid) { return false; } @@ -556,15 +539,16 @@ FastClick.prototype.onTouchEnd = function(event) { // Case 1: If the touch started a while ago (best guess is 100ms based on tests for issue #36) then focus will be triggered anyway. Return early and unset the target element reference so that the subsequent click will be allowed through. // Case 2: Without this exception for input elements tapped when the document is contained in an iframe, then any inputted text won't be visible even though the value attribute is updated as the user types (issue #37). - if ((event.timeStamp - trackingClickStart) > 100 || (this.deviceIsIOS && window.top !== window && targetTagName === 'input')) { + if ((event.timeStamp - trackingClickStart) > 100 || (deviceIsIOS && window.top !== window && targetTagName === 'input')) { this.targetElement = null; return false; } this.focus(targetElement); + this.sendClick(targetElement, event); // Select elements need the event to go through on iOS 4, otherwise the selector menu won't open. - if (!this.deviceIsIOS4 || targetTagName !== 'select') { + if (!deviceIsIOS4 || targetTagName !== 'select') { this.targetElement = null; event.preventDefault(); } @@ -572,7 +556,7 @@ FastClick.prototype.onTouchEnd = function(event) { return false; } - if (this.deviceIsIOS && !this.deviceIsIOS4) { + if (deviceIsIOS && !deviceIsIOS4) { // Don't send a synthetic click event if the target element is contained within a parent layer that was scrolled // and this tap is being used to stop the scrolling (usually initiated by a fling - issue #42). @@ -699,7 +683,7 @@ FastClick.prototype.destroy = function() { 'use strict'; var layer = this.layer; - if (this.deviceIsAndroid) { + if (deviceIsAndroid) { layer.removeEventListener('mouseover', this.onMouse, true); layer.removeEventListener('mousedown', this.onMouse, true); layer.removeEventListener('mouseup', this.onMouse, true); @@ -733,9 +717,9 @@ FastClick.notNeeded = function(layer) { if (chromeVersion) { - if (FastClick.prototype.deviceIsAndroid) { + if (deviceIsAndroid) { metaViewport = document.querySelector('meta[name=viewport]'); - + if (metaViewport) { // Chrome on Android with user-scalable="no" doesn't need FastClick (issue #89) if (metaViewport.content.indexOf('user-scalable=no') !== -1) { @@ -785,4 +769,4 @@ if (typeof define !== 'undefined' && define.amd) { module.exports.FastClick = FastClick; } else { window.FastClick = FastClick; -} +} \ No newline at end of file diff --git a/js/srcmaps/decode-with-sidebar.js.map b/js/srcmaps/decode-with-sidebar.js.map index 8778310..0304b5b 100644 --- a/js/srcmaps/decode-with-sidebar.js.map +++ b/js/srcmaps/decode-with-sidebar.js.map @@ -1 +1 @@ -{"version":3,"file":"../decode-with-sidebar.js","sources":["src/modernizr.js","src/decode.js","src/sidebar.js","src/fastclick.js"],"names":[],"mappings":"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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEZ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAErE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3D,CAAC,CAAE,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ACjC,CAAC,CACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAER,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1F,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACb,CAAE,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEre,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACV,CAAC,CAAC,CAAE,CACA,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAEzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CACH,CAAC,CAAC,CAAC,CAAC,CACR,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAEF,CAAC,CAAC,CAAC,CAAC,CAEJ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAExC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvC,CAAC,CACH,CAAC;AACD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEV,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5L,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5I,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAC3C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAC1C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACxC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CACH,CAAC,CAAC,CAAC,CAAC,CAEJ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACJ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CACjE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEf,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CACF,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACf,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACJ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEzF,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvE,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChB,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACJ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEhD,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/B,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxB,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3B,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CACF,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACR,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5C,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC;AACD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/B,CACJ;AACI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACb,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CACnB,CACJ;AACI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAElD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEb,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACP,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEvB,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC;AACC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACvB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAExD,CAAC,CAAC,CAAE,CACF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CACZ,CACV;AACU,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACvC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CACV;AACU,CAAC,CAAC,CAAE,CACF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACd,CACF,CACN;AACQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzpH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5E;ACrlBA,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnG,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAE4B;AAC5B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACV,CAEuC;ACRpC,ADSH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAC/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAC,CACF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAC,CACH;ACfA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAQ3B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQ3B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAQzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQ5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAQvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAElB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAEuB;AACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGxF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGxF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGlG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGhG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAG9F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAEpG,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACP,CAEoC;AACpC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAKhE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CA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AC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQhF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ5E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQjH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CASnI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAGvC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,C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,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAGrB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACvE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxC,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGZ,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACf,CAAC,CAMD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGV,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACD,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAIlD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAE,CACF,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CACN,CACH;AACG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxB,CAEoD;AACpD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7D,CACD,CAAC,CAOD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGZ,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGnC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE9B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAGrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CACF;AACE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAOvB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CACH;AACG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ3C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvC,CACD,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG9B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvB,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAA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CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAG0F;AAC1F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzH,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1G,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAEwD;AACxD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC3B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAE6D;AAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAM3B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9H,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/E,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,C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AC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzD,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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","sourceRoot":"../"} \ No newline at end of file +{"version":3,"file":"../decode-with-sidebar.js","sources":["src/modernizr.js","src/decode.js","src/sidebar.js","src/fastclick.js"],"names":[],"mappings":"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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEZ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAErE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3D,CAAC,CAAE,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ACjC,CAAC,CACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAER,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1F,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACb,CAAE,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEre,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACV,CAAC,CAAC,CAAE,CACA,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAEzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CACH,CAAC,CAAC,CAAC,CAAC,CACR,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAEF,CAAC,CAAC,CAAC,CAAC,CAEJ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAExC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvC,CAAC,CACH,CAAC;AACD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEV,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5L,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5I,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEhD,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,C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,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzpH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5E;ACrlBA,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnG,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAE4B;AAC5B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACV,CAEuC;ACRpC,ADSH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAC/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3D,CAAC,CAAC,CACF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACnE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAClE,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAK5E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9D,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CACD,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChB,CACD,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CACD,CAAC,CACF,CAIyB;AACzB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAIxC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACrB,CACD,CAOG;AACH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQhE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ7E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxC,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGZ,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACf,CAAC,CAMD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGV,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACD,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAIlD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAE,CACF,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAA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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzH,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1G,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAEwD;AACxD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC3B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAE6D;AAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAM3B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7B,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9H,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,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CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzD,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpE,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGjB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAE2C;AAC3C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAElB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAEjB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAC2E;AAC3E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CACD,CAGD,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CACD,CAEkF;AAClF,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC,CAGD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAGhD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjB,CAAC,CAAC,CACH,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B","sourceRoot":"../"} \ No newline at end of file diff --git a/js/srcmaps/decode.js.map b/js/srcmaps/decode.js.map index a483322..4ec594a 100644 --- a/js/srcmaps/decode.js.map +++ b/js/srcmaps/decode.js.map @@ -1 +1 @@ -{"version":3,"file":"../decode.js","sources":["src/modernizr.js","src/decode.js","src/fastclick.js"],"names":[],"mappings":";AAGA,CAIA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAExD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAEpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAGX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAIjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEjD,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1C,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CACV,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CACX,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEV,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEZ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAErE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3D,CAAC,CAAE,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ACjC,CAAC,CACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAER,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1F,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACb,CAAE,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEre,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACV,CAAC,CAAC,CAAE,CACA,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAEzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CACH,CAAC,CAAC,CAAC,CAAC,CACR,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAEF,CAAC,CAAC,CAAC,CAAC,CAEJ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAExC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvC,CAAC,CACH,CAAC;AACD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEV,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5L,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5I,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEhD,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,C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,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzpH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5E;ACrlBA,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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AC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAQvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAElB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAEuB;AACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGxF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGxF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGlG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAGhG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAG9F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAEpG,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACP,CAEoC;AACpC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAKhE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9D,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQhF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ5E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQjH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CASnI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAGvC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CA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CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAGrB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACvE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxC,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGZ,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACf,CAAC,CAMD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGV,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACD,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAIlD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAE,CACF,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAG0F;AAC1F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzH,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1G,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAEwD;AACxD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC3B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAE6D;AAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAM3B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9H,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/E,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACf,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CACH;AACG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC3B,CACD,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAI1C,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7H,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CACF;AACE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGzB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpE,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGjB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAE2C;AAC3C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAElB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAEjB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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","sourceRoot":"../"} \ No newline at end of file +{"version":3,"file":"../decode.js","sources":["src/modernizr.js","src/decode.js","src/fastclick.js"],"names":[],"mappings":"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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAEZ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAErE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3D,CAAC,CAAE,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ACjC,CAAC,CACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAER,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1F,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACb,CAAE,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEre,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACV,CAAC,CAAC,CAAE,CACA,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAEzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CACH,CAAC,CAAC,CAAC,CAAC,CACR,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAEF,CAAC,CAAC,CAAC,CAAC,CAEJ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE3F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACrD,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAE,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAExC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACzD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAClF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvC,CAAC,CACH,CAAC;AACD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC;AACD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEV,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5L,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEtC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEjB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/C,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5I,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9F,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEhD,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACd,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,C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,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAErD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CACvD,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAChC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACA;AACA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzpH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5E;ACrlBA,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAEtB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CACL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACvL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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C,CACnE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACnE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAClE,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAK5E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9D,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CACD,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/E,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChB,CACD,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CACD,CAAC,CACF,CAIyB;AACzB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAIxC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACT,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACrB,CACD,CAOG;AACH,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAQhE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAQ7E,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CA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CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzL,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxC,CAAC,CAED,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGZ,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnB,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACf,CAAC,CAMD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAGV,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACnC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAChD,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CACD,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAIlD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B,CAAC,CAAE,CACF,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC5D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC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AC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAElE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC/G,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACb,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,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,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzH,CAAC,CASD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1G,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACxB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAEwD;AACxD,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAE,CACjD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAC3B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACZ,CAE6D;AAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAE5B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAEpC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAM3B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC7B,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAG/B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9H,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,C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AC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACzD,CACD;AACC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CACtD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC/D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpE,CAAC,CAQD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CACrC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC3D,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACjC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC7B","sourceRoot":"../"} \ No newline at end of file From 933456ce4e91628d769e4f928059819392b466c4 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 11 Mar 2014 14:51:59 -0500 Subject: [PATCH 24/59] Updated widget customizer function --- js/customizer.js | 2 +- js/src/customizer.js | 36 +++++++++++++++++++----------------- js/srcmaps/customizer.js.map | 2 +- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/js/customizer.js b/js/customizer.js index 2f823e8..7a5dfb5 100644 --- a/js/customizer.js +++ b/js/customizer.js @@ -1,3 +1,3 @@ -(function($){wp.customize('blogname',function(value){value.bind(function(to){$('.site-title a').text(to);});});wp.customize('blogdescription',function(value){value.bind(function(to){$('.site-description').text(to);});});wp.customize('html_description',function(value){value.bind(function(to){$('.site-description').html(to);});});wp.customize('header_textcolor',function(value){value.bind(function(to){if('blank'==to){$('.site-title, .site-description').css({'clip':'rect(1px, 1px, 1px, 1px)','position':'absolute'});}else{$('.site-title, .site-description').css({'clip':'auto','color':to,'position':'relative'});}});});wp.customize('background_color',function(value){value.bind(function(newval){$('body, .sidebar, .SidebarTop, .menu ul ul').css('background-color',newval);});});wp.customize.bind('sidebar-updated',function(sidebar_id){$('#sidebar').addClass('visible');});wp.customize('show_site_title',function(value){value.bind(function(to){$('.site-title').slideToggle(250);});});wp.customize('show_site_description',function(value){value.bind(function(to){$('.site-description').slideToggle(250);});});wp.customize('show_social_icons',function(value){value.bind(function(to){$('.sociallinks').slideToggle(250);});});wp.customize('show_site_navigation',function(value){value.bind(function(to){$('.main-navigation').slideToggle(250);});});wp.customize('show_sidebar',function(value){value.bind(function(to){$('.SidebarLink').fadeToggle(250);});});wp.customize('enable_comments',function(value){value.bind(function(to){$('.comments-link, #comments').slideToggle(250);});});wp.customize('show_tags',function(value){value.bind(function(to){$('.tags').slideToggle(250);});});wp.customize('show_categories',function(value){value.bind(function(to){$('.categories').slideToggle(250);});});wp.customize('show_author_section',function(value){value.bind(function(to){$('.author-section').slideToggle(250);});});wp.customize('show_theme_info',function(value){value.bind(function(to){$('.theme-info').slideToggle(250);});});wp.customize('link_post_title_arrow',function(value){value.bind(function(to){$('.link-title-arrow').toggle(250);});});wp.customize('site_colophon',function(value){value.bind(function(to){$('.site-colophon p').html(to);});});})(jQuery); +(function($){wp.customize('blogname',function(value){value.bind(function(to){$('.site-title a').text(to);});});wp.customize('blogdescription',function(value){value.bind(function(to){$('.site-description').text(to);});});wp.customize('html_description',function(value){value.bind(function(to){$('.site-description').html(to);});});wp.customize('header_textcolor',function(value){value.bind(function(to){if('blank'==to){$('.site-title, .site-description').css({'clip':'rect(1px, 1px, 1px, 1px)','position':'absolute'});}else{$('.site-title, .site-description').css({'clip':'auto','color':to,'position':'relative'});}});});wp.customize('background_color',function(value){value.bind(function(newval){$('body, .sidebar, .SidebarTop, .menu ul ul').css('background-color',newval);});});wp.customize.bind('sidebar-updated',function(sidebar_id){if('sidebar-1'===sidebar_id){$('#sidebar').addClass('visible');}});wp.customize('show_site_title',function(value){value.bind(function(to){$('.site-title').slideToggle(250);});});wp.customize('show_site_description',function(value){value.bind(function(to){$('.site-description').slideToggle(250);});});wp.customize('show_social_icons',function(value){value.bind(function(to){$('.sociallinks').slideToggle(250);});});wp.customize('show_site_navigation',function(value){value.bind(function(to){$('.main-navigation').slideToggle(250);});});wp.customize('show_sidebar',function(value){value.bind(function(to){$('.SidebarLink').fadeToggle(250);});});wp.customize('enable_comments',function(value){value.bind(function(to){$('.comments-link, #comments').slideToggle(250);});});wp.customize('show_tags',function(value){value.bind(function(to){$('.tags').slideToggle(250);});});wp.customize('show_categories',function(value){value.bind(function(to){$('.categories').slideToggle(250);});});wp.customize('show_author_section',function(value){value.bind(function(to){$('.author-section').slideToggle(250);});});wp.customize('show_theme_info',function(value){value.bind(function(to){$('.theme-info').slideToggle(250);});});wp.customize('link_post_title_arrow',function(value){value.bind(function(to){$('.link-title-arrow').toggle(250);});});wp.customize('site_colophon',function(value){value.bind(function(to){$('.site-colophon p').html(to);});});})(jQuery); //@ sourceMappingURL=srcmaps/customizer.js.map \ No newline at end of file diff --git a/js/src/customizer.js b/js/src/customizer.js index 40e977c..a8d6b59 100644 --- a/js/src/customizer.js +++ b/js/src/customizer.js @@ -17,7 +17,7 @@ }); }); - // Update site background color + // Update site background color. wp.customize( 'html_description', function( value ) { value.bind( function( to ) { $( '.site-description' ).html( to ); @@ -41,96 +41,98 @@ }); }); - // Update site background color + // Update site background color. wp.customize( 'background_color', function( value ) { value.bind( function( newval ) { $('body, .sidebar, .SidebarTop, .menu ul ul').css('background-color', newval ); }); }); - // Open sidebar when widgets are updated - wp.customize.bind( 'sidebar-updated', function ( sidebar_id ) { - $( '#sidebar' ).addClass('visible'); + // Open sidebar when sidebar widgets are updated. + wp.customize.bind( 'sidebar-updated', function( sidebar_id ) { + if ( 'sidebar-1' === sidebar_id ) { + $( '#sidebar' ).addClass( 'visible' ); + } }); - // Show/Hide site title + // Show/Hide site title. wp.customize( 'show_site_title', function( value ) { value.bind( function( to ) { $( '.site-title' ).slideToggle(250); }); }); - // Show/Hide site description + // Show/Hide site description. wp.customize( 'show_site_description', function( value ) { value.bind( function( to ) { $( '.site-description' ).slideToggle(250); }); }); - // Show/Hide social links + // Show/Hide social links. wp.customize( 'show_social_icons', function( value ) { value.bind( function( to ) { $( '.sociallinks' ).slideToggle(250); }); }); - // Show/Hide site navigation + // Show/Hide site navigation. wp.customize( 'show_site_navigation', function( value ) { value.bind( function( to ) { $( '.main-navigation' ).slideToggle(250); }); }); - // Show/Hide sidebar + // Show/Hide sidebar. wp.customize( 'show_sidebar', function( value ) { value.bind( function( to ) { $( '.SidebarLink' ).fadeToggle(250); }); }); - // Show/Hide comments + // Show/Hide comments. wp.customize( 'enable_comments', function( value ) { value.bind( function( to ) { $( '.comments-link, #comments' ).slideToggle(250); }); }); - // Show/Hide tags + // Show/Hide tags. wp.customize( 'show_tags', function( value ) { value.bind( function( to ) { $( '.tags' ).slideToggle(250); }); }); - // Show/Hide categories + // Show/Hide categories. wp.customize( 'show_categories', function( value ) { value.bind( function( to ) { $( '.categories' ).slideToggle(250); }); }); - // Show/Hide author section + // Show/Hide author section. wp.customize( 'show_author_section', function( value ) { value.bind( function( to ) { $( '.author-section' ).slideToggle(250); }); }); - // Show/Hide theme credit + // Show/Hide theme credit. wp.customize( 'show_theme_info', function( value ) { value.bind( function( to ) { $( '.theme-info' ).slideToggle(250); }); }); - // Show/Hide arrows in link post title + // Show/Hide arrows in link post title. wp.customize( 'link_post_title_arrow', function( value ) { value.bind( function( to ) { $( '.link-title-arrow' ).toggle(250); }); }); - // Update site footer text + // Update site footer text. wp.customize( 'site_colophon', function( value ) { value.bind( function( to ) { $( '.site-colophon p' ).html( to ); diff --git a/js/srcmaps/customizer.js.map b/js/srcmaps/customizer.js.map index 2aa4c2f..c1683ab 100644 --- a/js/srcmaps/customizer.js.map +++ b/js/srcmaps/customizer.js.map @@ -1 +1 @@ -{"version":3,"file":"../customizer.js","sources":["src/customizer.js"],"names":[],"mappings":"AAKA;AACA,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAE,CAEf,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC3C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAChC,CAAC,CAAC,CACH,CAAC,CAAC,CACF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAE,CACpB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CACH,CAAE,CAAC,CAAC,CAAC,CAAE,CACN,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CACX,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACtB,CAAC,CAAC,CACH,CACD,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC9B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAC/E,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC7D,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACxD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1C,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACpD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACvD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClD,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACtD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACxD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CACnC,CAAC,CAAC,CACH,CAAC,CAAC,CAEH,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC","sourceRoot":"../"} \ No newline at end of file +{"version":3,"file":"../customizer.js","sources":["src/customizer.js"],"names":[],"mappings":"AAKA;AACA,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAAE,CAEf,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC3C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAChC,CAAC,CAAC,CACH,CAAC,CAAC,CACF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAEF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACnD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CAAE,CAAE,CACpB,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAC1C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CA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AAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACxD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1C,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACpD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACvD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACzC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC/C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClD,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAC5C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC9B,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACtD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACxC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAClD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACpC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CACxD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CACrC,CAAC,CAAC,CACH,CAAC,CAAC,CAGF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAE,CAAE,CAChD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAE,CAC1B,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAE,CAAC,CACnC,CAAC,CAAC,CACH,CAAC,CAAC,CAEH,CAAE,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC","sourceRoot":"../"} \ No newline at end of file From 9a9483d4bdb79b8279201979364d92eb079c3f32 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 11 Mar 2014 14:52:06 -0500 Subject: [PATCH 25/59] Nothing important --- functions.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/functions.php b/functions.php index 209c1a9..a4b1032 100644 --- a/functions.php +++ b/functions.php @@ -43,20 +43,18 @@ function decode_setup() { */ add_theme_support( 'post-thumbnails' ); - /** - * Enable support for Post Formats. - */ + // Enable support for Post Formats. add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', ) ); - /** - * Setup the WordPress core custom background feature. - */ + // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'decode_custom_background_args', array( 'default-color' => 'E3E5E7', ) ) ); + // This theme supports live-updating of widgets in the customizer. add_theme_support( 'widget-customizer' ); + // Register all three menus. register_nav_menus( array( 'header-menu' => __( 'Header Menu', 'decode' ), 'sidebar-menu' => __( 'Sidebar Menu', 'decode' ), From cc0df8842f9a4fbd7118958db8e8353a42b871a3 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 23 Mar 2014 16:24:05 -0500 Subject: [PATCH 26/59] Unpublished or invisible posts no longer display in the recent posts section --- page-explore.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/page-explore.php b/page-explore.php index 1aa8fd0..a886f58 100644 --- a/page-explore.php +++ b/page-explore.php @@ -25,13 +25,11 @@

    - '5' ); - $recent_posts = wp_get_recent_posts( $args ); - foreach( $recent_posts as $recent ){ - echo '
  • ' . $recent["post_title"].'
  • '; - } - ?> + 'postbypost', + 'limit' => 5, + 'format' => 'html' + ) ); ?>
From 6dd05e4b9905e8dc02a61c9a7638c206385b6e54 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 23 Mar 2014 17:30:53 -0500 Subject: [PATCH 27/59] Changed default text color --- inc/custom-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index 3c2baa7..531c817 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -27,7 +27,7 @@ function decode_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'decode_custom_header_args', array( 'default-image' => '', - 'default-text-color' => '000000', + 'default-text-color' => '444444', 'width' => 1000, 'height' => 250, 'flex-height' => true, From 5496b0b20644ea78385db1883477712c87fb1af4 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 23 Mar 2014 17:31:03 -0500 Subject: [PATCH 28/59] Reordered allowed extensions --- inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/customizer.php b/inc/customizer.php index 8c1142f..fe24249 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -22,7 +22,7 @@ public function render_content() { /* Adds a favicon image uploader control that only allows .ico and .png files to be uploaded */ class Decode_Customize_Favicon_Image_Control extends WP_Customize_Image_Control { - public $extensions = array( 'ico', 'png', 'image/x-icon' ); + public $extensions = array( 'png', 'ico', 'image/x-icon' ); } } add_action( 'customize_register', 'decode_add_customize_controls' ); From 519115e8b8f9b506b4ea7d9382f29ba4ff36f68b Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 23 Mar 2014 17:48:24 -0500 Subject: [PATCH 29/59] Improved array formatting --- inc/customizer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/customizer.php b/inc/customizer.php index fe24249..f7c109f 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -198,8 +198,8 @@ public static function decode_customize_register( $wp_customize ) { 'section' => 'decode_sidebar_options', 'type' => 'radio', 'choices' => array( - 'constant' => _x( 'Always open', 'Sidebar option', 'decode' ), - 'closing' => _x( 'Closed by default', 'Sidebar option', 'decode' ), + 'constant' => _x( 'Always open', 'Sidebar option', 'decode' ), + 'closing' => _x( 'Closed by default', 'Sidebar option', 'decode' ), ), 'priority'=> 4 From f0ffe66cdf55c23369139da55126278ca579bfc0 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 23 Mar 2014 19:10:13 -0500 Subject: [PATCH 30/59] Updated Google+ icon with a branding guidelines-compliant version --- social-links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social-links.php b/social-links.php index 90ecdb1..3a74022 100644 --- a/social-links.php +++ b/social-links.php @@ -34,7 +34,7 @@ From 290a71a27dca4fcc9b5ce6cf741e067ef3207f2e Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Mon, 24 Mar 2014 08:39:54 -0500 Subject: [PATCH 31/59] Added "caption" to HTML 5 theme supports --- functions.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index a4b1032..7f7218f 100644 --- a/functions.php +++ b/functions.php @@ -31,7 +31,9 @@ function decode_setup() { load_theme_textdomain( 'decode', get_template_directory() . '/languages' ); // Sets output for these items to HTML 5 markup. - add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery' ) ); + add_theme_support( 'html5', array( + 'caption', 'comment-form', 'comment-list', 'gallery', 'search-form' + ) ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); @@ -44,7 +46,9 @@ function decode_setup() { add_theme_support( 'post-thumbnails' ); // Enable support for Post Formats. - add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', ) ); + add_theme_support( 'post-formats', array( + 'aside', 'image', 'video', 'quote', 'link' + ) ); // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'decode_custom_background_args', array( From 33962545acf3147ffbeb07896c0e5afbb1c87e8e Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 25 Mar 2014 08:58:39 -0500 Subject: [PATCH 32/59] Switched to WordPress Core header image uploader --- functions.php | 15 +++-- header.php | 5 +- inc/custom-header.php | 128 ------------------------------------------ inc/customizer.php | 24 ++------ 4 files changed, 20 insertions(+), 152 deletions(-) delete mode 100644 inc/custom-header.php diff --git a/functions.php b/functions.php index 7f7218f..c09fb2e 100644 --- a/functions.php +++ b/functions.php @@ -50,6 +50,16 @@ function decode_setup() { 'aside', 'image', 'video', 'quote', 'link' ) ); + // Setup the WordPress core custom header feature. + add_theme_support( 'custom-header', apply_filters( 'decode_custom_header_args', array( + 'default-image' => '', + 'default-text-color' => '444444', + 'flex-width' => true, + 'height' => 300, + 'flex-height' => true, + 'header-text' => false + ) ) ); + // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'decode_custom_background_args', array( 'default-color' => 'E3E5E7', @@ -131,11 +141,6 @@ function decode_custom_css() { } add_action( 'wp_head', 'decode_custom_css', 11 ); // Priority of 11 will cause this to appear after the custom colors CSS. -/** - * Implement the Custom Header feature. - */ -//require get_template_directory() . '/inc/custom-header.php'; - /** * Custom template tags for this theme. */ diff --git a/header.php b/header.php index 1c28ce6..71a753e 100644 --- a/header.php +++ b/header.php @@ -51,7 +51,10 @@
- '; ?> + + + +

diff --git a/inc/custom-header.php b/inc/custom-header.php deleted file mode 100644 index 531c817..0000000 --- a/inc/custom-header.php +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - * - * @package Decode - */ - -/** - * Setup the WordPress core custom header feature. - * - * @uses decode_header_style() - * @uses decode_admin_header_style() - * @uses decode_admin_header_image() - * - * @package Decode - */ -function decode_custom_header_setup() { - add_theme_support( 'custom-header', apply_filters( 'decode_custom_header_args', array( - 'default-image' => '', - 'default-text-color' => '444444', - 'width' => 1000, - 'height' => 250, - 'flex-height' => true, - 'wp-head-callback' => 'decode_header_style', - 'admin-head-callback' => 'decode_admin_header_style', - 'admin-preview-callback' => 'decode_admin_header_image', - ) ) ); -} -add_action( 'after_setup_theme', 'decode_custom_header_setup' ); - -if ( ! function_exists( 'decode_header_style' ) ) : -/** - * Styles the header image and text displayed on the blog - * - * @see decode_custom_header_setup(). - */ -function decode_header_style() { - $header_text_color = get_header_textcolor(); - - // If no custom options for text are set, let's bail - // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value - if ( HEADER_TEXTCOLOR == $header_text_color ) { - return; - } - - // If we get this far, we have custom styles. Let's do this. - ?> - - Header admin panel. - * - * @see decode_custom_header_setup(). - */ -function decode_admin_header_style() { -?> - - Header admin panel. - * - * @see decode_custom_header_setup(). - */ -function decode_admin_header_image() { - $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); -?> - - 32 ) ); - - $wp_customize->add_setting( 'header_image', array( - 'default' => '' - ) ); $wp_customize->add_setting( 'favicon_image', array( 'default' => '' @@ -87,15 +84,6 @@ public static function decode_customize_register( $wp_customize ) { 'transport' => 'postMessage' ) ); - - $wp_customize->add_control( - new WP_Customize_Image_Control( - $wp_customize, 'header_image', array( - 'label' => __( 'Header Image', 'decode' ), - 'section' => 'decode_header_options', - 'settings'=> 'header_image', - 'priority'=> 1 - ) ) ); $wp_customize->add_control( new Decode_Customize_Favicon_Image_Control( @@ -103,35 +91,35 @@ public static function decode_customize_register( $wp_customize ) { 'label' => __( 'Favicon Image (must be a PNG)', 'decode' ), 'section' => 'decode_header_options', 'settings'=> 'favicon_image', - 'priority'=> 2 + 'priority'=> 1 ) ) ); $wp_customize->add_control( 'show_site_title', array( 'label' => __( 'Show Site Title', 'decode' ), 'section' => 'decode_header_options', 'type' => 'checkbox', - 'priority'=> 3 + 'priority'=> 2 ) ); $wp_customize->add_control( 'show_site_description', array( 'label' => __( 'Show Site Description', 'decode' ), 'section' => 'decode_header_options', 'type' => 'checkbox', - 'priority'=> 4 + 'priority'=> 3 ) ); $wp_customize->add_control( 'show_header_menu', array( 'label' => __( 'Show Header Menu', 'decode' ), 'section' => 'decode_header_options', 'type' => 'checkbox', - 'priority'=> 5 + 'priority'=> 4 ) ); $wp_customize->add_control( 'html_description', array( 'label' => __( 'HTML for description, if you wish to replace your blog description with HTML markup', 'decode' ), 'section' => 'decode_header_options', 'type' => 'text', - 'priority'=> 6 + 'priority'=> 5 ) ); From a059e1146110135f3fd08885b048a5309f06a8e2 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 25 Mar 2014 12:44:18 -0500 Subject: [PATCH 33/59] Improved new header image code --- header.php | 5 ++--- inc/customizer.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 71a753e..68d396c 100644 --- a/header.php +++ b/header.php @@ -52,10 +52,9 @@
- + - - +

diff --git a/inc/customizer.php b/inc/customizer.php index 8cf2acd..7615940 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -43,7 +43,7 @@ public static function decode_customize_register( $wp_customize ) { /** * Remove old, now unused theme modifications so that conflicts do not occur. */ - remove_theme_mod ( 'header_image' ); + remove_theme_mod ( 'header_image' ); remove_theme_mod ( 'show_site_navigation' ); remove_theme_mod ( 'show_social_icons' ); remove_theme_mod ( 'linkedin_username' ); From 1d97822e84ed5c0c9a402509e2278613a1a3f591 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 25 Mar 2014 22:03:07 -0500 Subject: [PATCH 34/59] Improved speed of decode_categorized_blog function --- inc/template-tags.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/template-tags.php b/inc/template-tags.php index 3aceeb1..28f4bdc 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -158,6 +158,8 @@ function decode_categorized_blog() { // Create an array of all the categories that are attached to posts $all_the_cool_cats = get_categories( array( 'hide_empty' => 1, + 'fields' => 'ids', + 'number' => 2, // we only need to know if there is more than one category ) ); // Count the number of categories that are attached to the posts From bd208cff4fe34eaec6307a13d8ecc1f9c5533ca1 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Tue, 25 Mar 2014 22:18:44 -0500 Subject: [PATCH 35/59] Linked header image again --- header.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index 68d396c..b732c25 100644 --- a/header.php +++ b/header.php @@ -52,7 +52,9 @@
- + + + From a6054528a1e7efbfdd5c1392fbeea0b82cfc9c81 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Wed, 26 Mar 2014 22:11:48 -0500 Subject: [PATCH 36/59] Widened blockquote border size --- css/src/style.css | 2 +- css/style.css | 2 +- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 6b2de7b..de67af0 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1266,7 +1266,7 @@ body.single-attachment .entry-content .attachment { .entry-content blockquote { margin: 1.5% 0; padding: 0 0 0 5%; - border-left: 1px solid #009BCD; + border-left: 0.15em solid #009BCD; font-style: italic; } diff --git a/css/style.css b/css/style.css index e223a2f..58a552d 100644 --- a/css/style.css +++ b/css/style.css @@ -1297,7 +1297,7 @@ body.single-attachment .entry-content .attachment { .entry-content blockquote { margin: 1.5% 0; padding: 0 0 0 5%; - border-left: 1px solid #009BCD; + border-left: 0.15em solid #009BCD; font-style: italic; } diff --git a/css/style.css.map b/css/style.css.map index 0d2acac..f68c9c0 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 7479ae3..4734210 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:1px solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 1f89d93c49ab11d6bca8e3e285cabbaf5ddb69cf Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Wed, 26 Mar 2014 22:11:57 -0500 Subject: [PATCH 37/59] Updated array style --- functions.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index c09fb2e..31a7b57 100644 --- a/functions.php +++ b/functions.php @@ -32,7 +32,11 @@ function decode_setup() { // Sets output for these items to HTML 5 markup. add_theme_support( 'html5', array( - 'caption', 'comment-form', 'comment-list', 'gallery', 'search-form' + 'caption', + 'comment-form', + 'comment-list', + 'gallery', + 'search-form' ) ); // Add default posts and comments RSS feed links to head. @@ -47,7 +51,11 @@ function decode_setup() { // Enable support for Post Formats. add_theme_support( 'post-formats', array( - 'aside', 'image', 'video', 'quote', 'link' + 'aside', + 'image', + 'video', + 'quote', + 'link' ) ); // Setup the WordPress core custom header feature. From 51013f03fe62df5f63672e865fa8a585bd4ebe47 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 29 Mar 2014 10:34:20 -0500 Subject: [PATCH 38/59] Updated styles to support html 5 captions --- css/src/style.css | 58 +++++++++++++++++++++++++---------------------- css/style.css | 58 +++++++++++++++++++++++++---------------------- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 64 insertions(+), 56 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index de67af0..81d9b81 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -23,11 +23,12 @@ Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, 1.4 - Forms 2.0 - General 2.1 - Links - 2.2 - Alignment - 2.3 - Screen Readers + 2.2 - Screen Readers 2.3 - Clearing 3.0 - Media - 3.1 - Galleries + 3.1 - Captions + 3.2 - Galleries + 3.3 - Alignment 4.0 - Header 4.1 - Site Branding 4.2 - Social Links @@ -407,26 +408,7 @@ a { } /*-------------------------------------------------------------- -2.2 - Alignment ---------------------------------------------------------------*/ -.entry-content .alignleft { - display: inline; - float: left; - margin-right: 2.5%; -} -.entry-content .alignright { - display: inline; - float: right; - margin-left: 2.5%; -} -.entry-content .aligncenter { - clear: both; - display: block; - margin: 0 auto; -} - -/*-------------------------------------------------------------- -2.3 - Screen Readers +2.2 - Screen Readers --------------------------------------------------------------*/ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); @@ -455,7 +437,7 @@ a { } /*-------------------------------------------------------------- -2.4 - Clearing +2.3 - Clearing --------------------------------------------------------------*/ /* Micro Clearfix */ .cf::before, .cf::after { content: ""; display: table; } @@ -528,6 +510,9 @@ img[class*="wp-image-"] { padding: 0; } +/*-------------------------------------------------------------- +3.1 - Captions +--------------------------------------------------------------*/ .wp-caption { border: 1px solid #ccc; margin-bottom: 1.5em; @@ -536,8 +521,8 @@ img[class*="wp-image-"] { .wp-caption img[class*="wp-image-"] { display: block; - margin: 1.2% auto 0; - max-width: 98%; + margin: 0 auto; + max-width: 100%; } .wp-caption-text { @@ -549,7 +534,7 @@ img[class*="wp-image-"] { } /*-------------------------------------------------------------- -3.1 - Galleries +3.2 - Galleries --------------------------------------------------------------*/ .gallery { margin: auto auto 1.5em; @@ -648,6 +633,25 @@ img[class*="wp-image-"] { max-width: 90%; } +/*-------------------------------------------------------------- +3.3 - Alignment +--------------------------------------------------------------*/ +.entry-content .alignleft { + display: inline; + float: left; + margin-right: 2.5%; +} +.entry-content .alignright { + display: inline; + float: right; + margin-left: 2.5%; +} +.entry-content .aligncenter { + clear: both; + display: block; + margin: 0 auto; +} + /*-------------------------------------------------------------- 4.0 - Header diff --git a/css/style.css b/css/style.css index 58a552d..d3286a8 100644 --- a/css/style.css +++ b/css/style.css @@ -23,11 +23,12 @@ Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, 1.4 - Forms 2.0 - General 2.1 - Links - 2.2 - Alignment - 2.3 - Screen Readers + 2.2 - Screen Readers 2.3 - Clearing 3.0 - Media - 3.1 - Galleries + 3.1 - Captions + 3.2 - Galleries + 3.3 - Alignment 4.0 - Header 4.1 - Site Branding 4.2 - Social Links @@ -413,26 +414,7 @@ a { } /*-------------------------------------------------------------- -2.2 - Alignment ---------------------------------------------------------------*/ -.entry-content .alignleft { - display: inline; - float: left; - margin-right: 2.5%; -} -.entry-content .alignright { - display: inline; - float: right; - margin-left: 2.5%; -} -.entry-content .aligncenter { - clear: both; - display: block; - margin: 0 auto; -} - -/*-------------------------------------------------------------- -2.3 - Screen Readers +2.2 - Screen Readers --------------------------------------------------------------*/ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); @@ -462,7 +444,7 @@ a { } /*-------------------------------------------------------------- -2.4 - Clearing +2.3 - Clearing --------------------------------------------------------------*/ /* Micro Clearfix */ .cf::before, .cf::after { content: ""; display: table; } @@ -535,6 +517,9 @@ img[class*="wp-image-"] { padding: 0; } +/*-------------------------------------------------------------- +3.1 - Captions +--------------------------------------------------------------*/ .wp-caption { border: 1px solid #ccc; margin-bottom: 1.5em; @@ -543,8 +528,8 @@ img[class*="wp-image-"] { .wp-caption img[class*="wp-image-"] { display: block; - margin: 1.2% auto 0; - max-width: 98%; + margin: 0 auto; + max-width: 100%; } .wp-caption-text { @@ -556,7 +541,7 @@ img[class*="wp-image-"] { } /*-------------------------------------------------------------- -3.1 - Galleries +3.2 - Galleries --------------------------------------------------------------*/ .gallery { margin: auto auto 1.5em; @@ -663,6 +648,25 @@ img[class*="wp-image-"] { max-width: 90%; } +/*-------------------------------------------------------------- +3.3 - Alignment +--------------------------------------------------------------*/ +.entry-content .alignleft { + display: inline; + float: left; + margin-right: 2.5%; +} +.entry-content .alignright { + display: inline; + float: right; + margin-left: 2.5%; +} +.entry-content .aligncenter { + clear: both; + display: block; + margin: 0 auto; +} + /*-------------------------------------------------------------- 4.0 - Header diff --git a/css/style.css.map b/css/style.css.map index f68c9c0..c87e53c 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 4734210..aefa094 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:1.2% auto 0;max-width:98%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From ebb735291392523acd4b11b98388bf174c90616e Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sat, 29 Mar 2014 10:45:46 -0500 Subject: [PATCH 39/59] Updated devdeps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6490f3e..b861aa2 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ "devDependencies": { "grunt": "~0.4.3", "grunt-modernizr": "~0.5.1", - "grunt-contrib-jshint": "~0.8.0", + "grunt-contrib-jshint": "~0.9.2", "grunt-jsmin-sourcemap": "~1.10.0", "grunt-autoprefixer": "~0.7.2", "grunt-contrib-cssmin": "~0.9.0", "grunt-imageoptim": "~1.4.1", "grunt-markdown": "~0.5.0", "grunt-contrib-copy": "~0.5.0", - "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-watch": "~0.6.1", "grunt-exec": "~0.4.3" } } From ac84834bcd59101eb502ec6a7053d87db57f7774 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 6 Apr 2014 19:32:55 -0500 Subject: [PATCH 40/59] Simplified decode_categorized_blog function --- inc/template-tags.php | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/inc/template-tags.php b/inc/template-tags.php index 28f4bdc..bad29db 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -154,35 +154,33 @@ function decode_posted_on() { * Returns true if a blog has more than 1 category */ function decode_categorized_blog() { - if ( false === ( $all_the_cool_cats = get_transient( 'all_the_cool_cats' ) ) ) { - // Create an array of all the categories that are attached to posts - $all_the_cool_cats = get_categories( array( + if ( false === ( $categories = get_transient( 'decode_categories' ) ) ) { + // Create an array of all the categories that are attached to posts. + $categories = get_categories( array( 'hide_empty' => 1, - 'fields' => 'ids', - 'number' => 2, // we only need to know if there is more than one category ) ); - // Count the number of categories that are attached to the posts - $all_the_cool_cats = count( $all_the_cool_cats ); + // Count the number of categories that are attached to the posts. + $categories = count( $categories ); - set_transient( 'all_the_cool_cats', $all_the_cool_cats ); + set_transient( 'decode_categories', $categories ); } - if ( '1' != $all_the_cool_cats ) { - // This blog has more than 1 category so decode_categorized_blog should return true + if ( '1' != $categories ) { + // This blog has more than 1 category so decode_categorized_blog should return true. return true; } else { - // This blog has only 1 category so decode_categorized_blog should return false + // This blog has only 1 category so decode_categorized_blog should return false. return false; } } /** - * Flush out the transients used in decode_categorized_blog + * Flush out the transients used in decode_categorized_blog. */ function decode_category_transient_flusher() { // Like, beat it. Dig? - delete_transient( 'all_the_cool_cats' ); + delete_transient( 'decode_categories' ); } add_action( 'edit_category', 'decode_category_transient_flusher' ); -add_action( 'save_post', 'decode_category_transient_flusher' ); \ No newline at end of file +add_action( 'save_post', 'decode_category_transient_flusher' ); \ No newline at end of file From d1f8d9cd028d0bede340523b670bd1ed5c7490b3 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 6 Apr 2014 19:40:59 -0500 Subject: [PATCH 41/59] Increased specificity of selector --- css/src/style.css | 2 +- css/style.css | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 81d9b81..f20d7a0 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -610,7 +610,7 @@ img[class*="wp-image-"] { margin: auto; } -.gallery-caption { +.gallery .gallery-caption { text-align: center; margin: auto; } diff --git a/css/style.css b/css/style.css index d3286a8..0a529f1 100644 --- a/css/style.css +++ b/css/style.css @@ -625,7 +625,7 @@ img[class*="wp-image-"] { margin: auto; } -.gallery-caption { +.gallery .gallery-caption { text-align: center; margin: auto; } diff --git a/style.css b/style.css index aefa094..e08dac5 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 2568318eb13d3aba2f9dbfde8c2c92267315c1ac Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 6 Apr 2014 19:42:24 -0500 Subject: [PATCH 42/59] Added gallery, caption and improved alignment styles --- css/editor-style.css | 144 ++++++++++++++++++++++++++++++++++++++- css/editor-style.css.map | 2 +- css/src/editor-style.css | 136 +++++++++++++++++++++++++++++++++++- editor-style.css | 2 +- 4 files changed, 276 insertions(+), 8 deletions(-) diff --git a/css/editor-style.css b/css/editor-style.css index 549f639..e356fb7 100644 --- a/css/editor-style.css +++ b/css/editor-style.css @@ -1,7 +1,7 @@ body#tinymce.wp-editor { - font-family: Arial, Helvetica, sans-serif; - background: #FFFFFF; - color: #000000; + font: 300 100%/1.5 "Oxygen", "Helvetica Neue", "Arial", sans-serif; + background: #FFFFFF; + color: #000000; } body#tinymce.wp-editor a { @@ -55,4 +55,142 @@ blockquote { border-left: 1px solid #000; font-style: italic; } + +/* Alignment */ +.alignleft, .wp-caption.alignleft { + display: inline; + float: left; + margin-right: 2.5%; +} +.alignright, .wp-caption.alignright { + display: inline; + float: right; + margin-left: 2.5%; +} +.aligncenter, .wp-caption.aligncenter { + clear: both; + display: block; + margin: 0 auto; +} + +/* Captions */ +.wp-caption, .html5-captions .wp-caption { + border: 1px solid #ccc; + margin-bottom: 1.5em; + max-width: 100%; +} + +.wp-caption img[class*="wp-image-"] { + display: block; + margin: 0 auto; + max-width: 100%; +} + +.wp-caption .wp-caption-dd { + font-size: 1em; + line-height: 1.65; + padding: 0; + margin: 0.8075em 0; +} + +/* Galleries */ +.gallery { + margin: auto auto 1.5em; +} + +.gallery-item { + float: left; + text-align: center; + margin: 0 4px 4px 0; + overflow: hidden; + position: relative; + width: 100%; +} + +.gallery-columns-1 .gallery-item { + max-width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 48%; + max-width: -webkit-calc(50% - 4px); + max-width: calc(50% - 4px); +} + +.gallery-columns-3 .gallery-item { + max-width: 32%; + max-width: -webkit-calc(33.3% - 4px); + max-width: calc(33.3% - 4px); +} + +.gallery-columns-4 .gallery-item { + max-width: 23%; + max-width: -webkit-calc(25% - 4px); + max-width: calc(25% - 4px); +} + +.gallery-columns-5 .gallery-item { + max-width: 19%; + max-width: -webkit-calc(20% - 4px); + max-width: calc(20% - 4px); +} + +.gallery-columns-6 .gallery-item { + max-width: 15%; + max-width: -webkit-calc(16.7% - 4px); + max-width: calc(16.7% - 4px); +} + +.gallery-columns-7 .gallery-item { + max-width: 13%; + max-width: -webkit-calc(14.28% - 4px); + max-width: calc(14.28% - 4px); +} + +.gallery-columns-8 .gallery-item { + max-width: 11%; + max-width: -webkit-calc(12.5% - 4px); + max-width: calc(12.5% - 4px); +} + +.gallery-columns-9 .gallery-item { + max-width: 9%; + max-width: -webkit-calc(11.1% - 4px); + max-width: calc(11.1% - 4px); +} + +.gallery-columns-1 .gallery-item:nth-of-type(1n), +.gallery-columns-2 .gallery-item:nth-of-type(2n), +.gallery-columns-3 .gallery-item:nth-of-type(3n), +.gallery-columns-4 .gallery-item:nth-of-type(4n), +.gallery-columns-5 .gallery-item:nth-of-type(5n), +.gallery-columns-6 .gallery-item:nth-of-type(6n), +.gallery-columns-7 .gallery-item:nth-of-type(7n), +.gallery-columns-8 .gallery-item:nth-of-type(8n), +.gallery-columns-9 .gallery-item:nth-of-type(9n) { + margin-right: 0; +} + +.gallery .gallery-caption { + text-align: center; + margin: auto; +} + +.gallery-columns-1 .gallery-caption { + max-width: 20em; +} + +.gallery-columns-6 .gallery-caption, +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; +} + +.gallery a img { + display: block; + border: none; + height: auto; + max-width: 90%; +} /*# sourceMappingURL=editor-style.css.map */ \ No newline at end of file diff --git a/css/editor-style.css.map b/css/editor-style.css.map index 50e450c..c31e902 100644 --- a/css/editor-style.css.map +++ b/css/editor-style.css.map @@ -1 +1 @@ -{"version":3,"file":"editor-style.css","sources":["src/editor-style.css"],"names":[],"mappings":"AAAA;IACI,2CAA0C;IAC1C,qBAAoB;IACpB,gBAAe;EAClB;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,iBAAgB,AAAC,mBAAkB;CACnC,cAAa;EACb;;AAED;CACC,cAAa;CACb,sBAAqB;CACrB,6BAA4B;CAC5B,oBAAmB;EACnB"} \ No newline at end of file +{"version":3,"file":"editor-style.css","sources":["src/editor-style.css"],"names":[],"mappings":"AAAA;CACC,oEAAmE;CACnE,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,iBAAgB,AAAC,mBAAkB;CACnC,cAAa;EACb;;AAED;CACC,cAAa;CACb,sBAAqB;CACrB,6BAA4B;CAC5B,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED,eAAc;AACd;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,YAAW;CACX,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf"} \ No newline at end of file diff --git a/css/src/editor-style.css b/css/src/editor-style.css index 62042ef..d4810ac 100644 --- a/css/src/editor-style.css +++ b/css/src/editor-style.css @@ -1,7 +1,7 @@ body#tinymce.wp-editor { - font-family: Arial, Helvetica, sans-serif; - background: #FFFFFF; - color: #000000; + font: 300 100%/1.5 "Oxygen", "Helvetica Neue", "Arial", sans-serif; + background: #FFFFFF; + color: #000000; } body#tinymce.wp-editor a { @@ -53,4 +53,134 @@ blockquote { padding: 0 0 0 2.55%; border-left: 1px solid #000; font-style: italic; +} + +/* Alignment */ +.alignleft, .wp-caption.alignleft { + display: inline; + float: left; + margin-right: 2.5%; +} +.alignright, .wp-caption.alignright { + display: inline; + float: right; + margin-left: 2.5%; +} +.aligncenter, .wp-caption.aligncenter { + clear: both; + display: block; + margin: 0 auto; +} + +/* Captions */ +.wp-caption, .html5-captions .wp-caption { + border: 1px solid #ccc; + margin-bottom: 1.5em; + max-width: 100%; +} + +.wp-caption img[class*="wp-image-"] { + display: block; + margin: 0 auto; + max-width: 100%; +} + +.wp-caption .wp-caption-dd { + font-size: 1em; + line-height: 1.65; + padding: 0; + margin: 0.8075em 0; +} + +/* Galleries */ +.gallery { + margin: auto auto 1.5em; +} + +.gallery-item { + float: left; + text-align: center; + margin: 0 4px 4px 0; + overflow: hidden; + position: relative; + width: 100%; +} + +.gallery-columns-1 .gallery-item { + max-width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 48%; + max-width: calc(50% - 4px); +} + +.gallery-columns-3 .gallery-item { + max-width: 32%; + max-width: calc(33.3% - 4px); +} + +.gallery-columns-4 .gallery-item { + max-width: 23%; + max-width: calc(25% - 4px); +} + +.gallery-columns-5 .gallery-item { + max-width: 19%; + max-width: calc(20% - 4px); +} + +.gallery-columns-6 .gallery-item { + max-width: 15%; + max-width: calc(16.7% - 4px); +} + +.gallery-columns-7 .gallery-item { + max-width: 13%; + max-width: calc(14.28% - 4px); +} + +.gallery-columns-8 .gallery-item { + max-width: 11%; + max-width: calc(12.5% - 4px); +} + +.gallery-columns-9 .gallery-item { + max-width: 9%; + max-width: calc(11.1% - 4px); +} + +.gallery-columns-1 .gallery-item:nth-of-type(1n), +.gallery-columns-2 .gallery-item:nth-of-type(2n), +.gallery-columns-3 .gallery-item:nth-of-type(3n), +.gallery-columns-4 .gallery-item:nth-of-type(4n), +.gallery-columns-5 .gallery-item:nth-of-type(5n), +.gallery-columns-6 .gallery-item:nth-of-type(6n), +.gallery-columns-7 .gallery-item:nth-of-type(7n), +.gallery-columns-8 .gallery-item:nth-of-type(8n), +.gallery-columns-9 .gallery-item:nth-of-type(9n) { + margin-right: 0; +} + +.gallery .gallery-caption { + text-align: center; + margin: auto; +} + +.gallery-columns-1 .gallery-caption { + max-width: 20em; +} + +.gallery-columns-6 .gallery-caption, +.gallery-columns-7 .gallery-caption, +.gallery-columns-8 .gallery-caption, +.gallery-columns-9 .gallery-caption { + display: none; +} + +.gallery a img { + display: block; + border: none; + height: auto; + max-width: 90%; } \ No newline at end of file diff --git a/editor-style.css b/editor-style.css index cd3d313..1b05a33 100644 --- a/editor-style.css +++ b/editor-style.css @@ -1 +1 @@ -body#tinymce.wp-editor{font-family:Arial,Helvetica,sans-serif;background:#FFF;color:#000}body#tinymce.wp-editor a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;text-decoration:underline;color:#009BCD}body#tinymce.wp-editor a:hover{color:#007EA6}body#tinymce.wp-editor a:visited{color:#009BCD}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.375em}h5{font-size:1.25em}h6{font-size:1.125em}img{margin:2.5% auto;max-width:100%;height:auto}blockquote{margin:1% 0;padding:0 0 0 2.55%;border-left:1px solid #000;font-style:italic} \ No newline at end of file +body#tinymce.wp-editor{font:300 100%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif;background:#FFF;color:#000}body#tinymce.wp-editor a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;text-decoration:underline;color:#009BCD}body#tinymce.wp-editor a:hover{color:#007EA6}body#tinymce.wp-editor a:visited{color:#009BCD}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.375em}h5{font-size:1.25em}h6{font-size:1.125em}img{margin:2.5% auto;max-width:100%;height:auto}blockquote{margin:1% 0;padding:0 0 0 2.55%;border-left:1px solid #000;font-style:italic}.alignleft,.wp-caption.alignleft{display:inline;float:left;margin-right:2.5%}.alignright,.wp-caption.alignright{display:inline;float:right;margin-left:2.5%}.aligncenter,.wp-caption.aligncenter{clear:both;display:block;margin:0 auto}.html5-captions .wp-caption,.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption .wp-caption-dd{font-size:1em;line-height:1.65;padding:0;margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%} \ No newline at end of file From 5d0ae560d48c9da825816f8e79ee82b284b1704a Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 6 Apr 2014 19:48:35 -0500 Subject: [PATCH 43/59] Updated jshint --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b861aa2..9408b0a 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,15 @@ }, "devDependencies": { "grunt": "~0.4.3", - "grunt-modernizr": "~0.5.1", - "grunt-contrib-jshint": "~0.9.2", - "grunt-jsmin-sourcemap": "~1.10.0", "grunt-autoprefixer": "~0.7.2", + "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.9.0", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-watch": "~0.6.1", + "grunt-exec": "~0.4.3", "grunt-imageoptim": "~1.4.1", + "grunt-jsmin-sourcemap": "~1.10.0", "grunt-markdown": "~0.5.0", - "grunt-contrib-copy": "~0.5.0", - "grunt-contrib-watch": "~0.6.1", - "grunt-exec": "~0.4.3" + "grunt-modernizr": "~0.5.1" } } From db30810758776cdf4d8c27309dece4969d238309 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 6 Apr 2014 20:09:34 -0500 Subject: [PATCH 44/59] Improved margins around images with captions --- css/editor-style.css | 5 ++++- css/editor-style.css.map | 2 +- css/src/editor-style.css | 5 ++++- css/src/style.css | 5 ++++- css/style.css | 5 ++++- css/style.css.map | 2 +- editor-style.css | 2 +- style.css | 2 +- 8 files changed, 20 insertions(+), 8 deletions(-) diff --git a/css/editor-style.css b/css/editor-style.css index e356fb7..76425b0 100644 --- a/css/editor-style.css +++ b/css/editor-style.css @@ -62,15 +62,18 @@ blockquote { float: left; margin-right: 2.5%; } + .alignright, .wp-caption.alignright { display: inline; float: right; margin-left: 2.5%; } + .aligncenter, .wp-caption.aligncenter { clear: both; display: block; - margin: 0 auto; + margin-right: auto; + margin-left: auto; } /* Captions */ diff --git a/css/editor-style.css.map b/css/editor-style.css.map index c31e902..8bfc85d 100644 --- a/css/editor-style.css.map +++ b/css/editor-style.css.map @@ -1 +1 @@ -{"version":3,"file":"editor-style.css","sources":["src/editor-style.css"],"names":[],"mappings":"AAAA;CACC,oEAAmE;CACnE,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,iBAAgB,AAAC,mBAAkB;CACnC,cAAa;EACb;;AAED;CACC,cAAa;CACb,sBAAqB;CACrB,6BAA4B;CAC5B,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED,eAAc;AACd;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,YAAW;CACX,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf"} \ No newline at end of file +{"version":3,"file":"editor-style.css","sources":["src/editor-style.css"],"names":[],"mappings":"AAAA;CACC,oEAAmE;CACnE,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,iBAAgB,AAAC,mBAAkB;CACnC,cAAa;EACb;;AAED;CACC,cAAa;CACb,sBAAqB;CACrB,6BAA4B;CAC5B,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;;AAED;CACC,aAAY;CACZ,gBAAe;CACf,oBAAmB;CACnB,mBAAkB;EAClB;;AAED,eAAc;AACd;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,YAAW;CACX,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf"} \ No newline at end of file diff --git a/css/src/editor-style.css b/css/src/editor-style.css index d4810ac..dbedd00 100644 --- a/css/src/editor-style.css +++ b/css/src/editor-style.css @@ -61,15 +61,18 @@ blockquote { float: left; margin-right: 2.5%; } + .alignright, .wp-caption.alignright { display: inline; float: right; margin-left: 2.5%; } + .aligncenter, .wp-caption.aligncenter { clear: both; display: block; - margin: 0 auto; + margin-right: auto; + margin-left: auto; } /* Captions */ diff --git a/css/src/style.css b/css/src/style.css index f20d7a0..5d8078e 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -641,15 +641,18 @@ img[class*="wp-image-"] { float: left; margin-right: 2.5%; } + .entry-content .alignright { display: inline; float: right; margin-left: 2.5%; } + .entry-content .aligncenter { clear: both; display: block; - margin: 0 auto; + margin-right: auto; + margin-left: auto; } diff --git a/css/style.css b/css/style.css index 0a529f1..e6ebf88 100644 --- a/css/style.css +++ b/css/style.css @@ -656,15 +656,18 @@ img[class*="wp-image-"] { float: left; margin-right: 2.5%; } + .entry-content .alignright { display: inline; float: right; margin-left: 2.5%; } + .entry-content .aligncenter { clear: both; display: block; - margin: 0 auto; + margin-right: auto; + margin-left: auto; } diff --git a/css/style.css.map b/css/style.css.map index c87e53c..1ef9272 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaE;;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEA0CgE;;;AAGhE;;;;iEAIgE;AAChE;;;;;;;;CAQC,WAAU;CACV,sBAAqB;CACrB,iBAAgB;CAChB,qBAAoB;CACpB,sBAAqB;CACrB,WAAU;CACV,YAAW;CACX,YAAW;CACX,0BAAyB;EACzB;AACD;CACC,gCAA+B,AAAC,0FAAyF;CACzH,4BAA2B,AAAC,iHAAgH;EAC5I;AACD;;WAEW,qHAAoH;QACvH,gCAAuB;QAAvB,6BAAuB;QAAvB,wBAAuB;EAC9B;AACD;;;;;;;;;;CAUC,gBAAe;EACf;AACD;CACC,kBAAiB;EACjB;AACD,QAAQ,wDAAuD;CAC9D,2BAA0B;CAC1B,mBAAkB;EAClB;AACD;CACC,qBAAoB;CACpB,kBAAiB;EACjB;AACD;;CAEC,aAAY;EACZ;AACD;CACC,eAAc;EACd;AACD;CACC,sBAAqB;EACrB;AACD;;CAEC,YAAW;EACX;AACD;CACC,WAAU;EACV;;AAED;;iEAEgE;AAChE;;;;CAIC,gBAAe;CACf,oEAAmE;EACnE;;AAED;CACC,2BAA0B;CAC1B,kBAAiB;CACjB,WAAU;CACV,mCAAkC;EAClC;;AAED,eAAc;AACd;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,WAAU;CACV,aAAY;CACZ,sBAAqB;EACrB;;AAED,oBAAmB;AACnB;CACC,sBAAqB;EACrB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,kBAAiB;EACjB;AACD;CACC,qBAAoB;EACpB;AACD;;CAEC,kBAAiB;CACjB,oBAAmB;EACnB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,oBAAmB;EACnB;AACD;CACC,iBAAgB;EAChB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,kBAAiB;CACjB,qDAAoD;CACpD,kBAAiB;CACjB,sBAAqB;CACrB,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;AACD;CACC,2EAA0E;EAC1E;AACD;CACC,gCAA+B;CAC/B,cAAa;EACb;AACD;CACC,qBAAoB;CACpB,uBAAsB;EACtB;AACD;;CAEC,gBAAe;CACf,WAAU;CACV,gBAAe;CACf,oBAAmB;CACnB,0BAAyB;EACzB;AACD;CACC,aAAY;EACZ;AACD;CACC,WAAU;EACV;AACD;CACC,gBAAe;EACf;AACD;CACC,iBAAgB;EAChB;AACD;CACC,WAAU;EACV;AACD;CACC,mBAAkB;CAClB,aAAY;EACZ;AACD;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;;;;CAIC,iBAAgB,AAAC,6DAA4D;CAC7E,WAAU,AAAC,mEAAkE;CAC7E,0BAAyB,AAAC,0DAAyD;CACnF,wBAAuB,AAAC,0DAAyD;EACjF;AACD;;;;CAIC,iEAAwD;CAAxD,yDAAwD;CACxD,2BAA0B;CAC1B,oBAAmB;CACnB,yBAAwB;CACxB,gBAAe;CACf,iBAAgB,AAAC,+FAA8F;CAC/G,4BAA2B,AAAC,iEAAgE;CAC5F,gBAAe;CACf,kBAAiB;EACjB;CACA;;;;EAIC,2BAA0B;GAC1B;CACD;;;;;;;;EAQC,uBAAsB;EACtB,gBAAe;GACf;AACF;;CAEC,YAAW,AAAC,wCAAuC;EACnD;AACD;CACC,+BAA8B,AAAC,4DAA2D;EAC1F;AACD,kDAAkD,kEAAiE;CAClH,0BAAyB;EACzB;AACD;0BAC0B,yJAAwJ;CACjL,WAAU;CACV,YAAW;EACX;AACD;;;;;;;CAOC,4FAAmF;CAAnF,oFAAmF;CACnF,gBAAe;CACf,gBAAe;CACf,gBAAe;CACf,2BAA0B;CAC1B,oBAAmB;CACnB,iCAAgC;CAChC,0BAAyB;CACzB,aAAY;EACZ;CACA;;;;;;;EAOC,gBAAe;EACf,uBAAsB;EACtB,oCAAmC;GACnC;CACD;;;;;;;EAOC,gBAAe;EACf,eAAc;EACd,iCAAgC;EAChC,uBAAsB;GACtB;;AAEF;CACC,qBAAoB,AAAC,yDAAwD;CAC7E,gBAAe,AAAC,sDAAqD;CACrE,mBAAkB;EAClB;;;AAGD;;;;iEAIgE;AAChE;CACC,qCAA4B;CAA5B,6BAA4B;CAC5B,gBAAe;CACf,uBAAsB;CACtB,4CAA2C;EAC3C;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;;;;;;;CAOC,4EAAmE;CAAnE,oEAAmE;EACnE;;CAEA;;;;;;;EAOC,kCAAiC;GACjC;;CAED;;;;;;;EAOC,kCAAiC;GACjC;;AAEF;;iEAEgE;AAChE;CACC,gCAA+B;CAC/B,+BAA8B;EAC9B;;AAED;;;CAGC,2BAA0B;CAC1B,oBAAmB;CACnB,oDAA2C;CAA3C,4CAA2C;CAC3C,uBAAsB;CACtB,gBAAe;CACf,gBAAe;CACf,iBAAgB;CAChB,mBAAkB;CAClB,cAAa;CACb,WAAU;CACV,qBAAoB;CACpB,yBAAwB;CACxB,uBAAsB;CACtB,UAAS;CACT,aAAY;CACZ,iBAAgB,AAAC,uBAAsB;EACvC;;AAED;;iEAEgE;AAChE,qBAAoB;AACpB,0BAA0B,aAAY,AAAC,gBAAe,EAAE;AACxD,aAAa,aAAY,EAAE;AAC3B,MAAM,SAAQ,EAAE,AAAC,gDAA+C;;AAEhE;;;;;;;;;;CAUC,aAAY;CACZ,gBAAe;EACf;;AAED;;;;;CAKC,aAAY;EACZ;;;AAGD;;iEAEgE;AAChE,oDAAmD;AACnD;;;;;;;;;;;;CAYC,iBAAgB;CAChB,cAAa;EACb;;AAED,wDAAuD;AACvD;;;CAGC,iBAAgB;EAChB;;AAED,6FAA4F;AAC5F;;;CAGC,cAAa;EACb;;AAED;;;CAGC,cAAa;CACb,kBAAiB;CACjB,eAAc;CACd,YAAW;EACX;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED,kDAAiD;AACjD;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf;;AAED;;iEAEgE;AAChE;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;AACD;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;AACD;CACC,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,wBAAuB;EACvB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,mBAAkB;CAClB,mBAAkB;CAClB,aAAY;CACZ,YAAW;CACX,yBAAwB;CACxB,iBAAgB;EAChB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,kBAAiB;CACjB,gBAAe;CACf,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,mBAAkB;CAClB,gBAAe;CACf,8CAA6C;EAC7C;;CAEA;EACC,gBAAe;EACf,6CAA4C;GAC5C;;CAED;EACC,gBAAe;EACf,gDAA+C;GAC/C;;AAEF;CACC,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,mBAAkB;CAClB,eAAc;CACd,kCAAiC;CACjC,uBAAsB;EACtB;;AAED;CACC,oBAAmB;CACnB,sBAAqB;EACrB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,gBAAe;EACf;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,cAAa;CACb,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;CAED;EACC,gBAAe;GACf;;CAED;EACC,iBAAgB;GAChB;;AAEF;CACC,aAAY;CACZ,YAAW;EACX;;AAED;CACC,eAAc;EACd;;AAED;CACC,uBAAsB;CACtB,cAAa;CACb,aAAY;CACZ,gBAAe;CACf,8BAA6B;CAC7B,6BAA4B;CAC5B,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED,iEAAgE;AAChE,4BAA4B,6CAA4C,CAAC;AACzE,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,+BAA+B,gDAA+C,CAAC;AAC/E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,uBAAuB,wCAAuC,CAAC;AAC/D,6BAA6B,8CAA6C,CAAC;AAC3E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,0BAA0B,2CAA0C,CAAC;AACrE,yBAAyB,0CAAyC,CAAC;AACnE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,6BAA6B,2CAA0C,CAAC;AACxE,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,4BAA4B,6CAA4C,CAAC;AACzE,2BAA2B,4CAA2C,CAAC;AACvE,yBAAyB,0CAAyC,CAAC;AACnE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;AACzE,gCAAgC,iDAAgD,CAAC;AACjF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,kCAAkC,mDAAkD,CAAC;AACrF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,+BAA+B,gDAA+C,CAAC;AAC/E,iCAAiC,kDAAiD,CAAC;AACnF,+BAA+B,gDAA+C,CAAC;AAC/E,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,2CAA0C,CAAC;AACzE,+BAA+B,2CAA0C,CAAC;AAC1E,0BAA0B,2CAA0C,CAAC;AACrE,wBAAwB,yCAAwC,CAAC;AACjE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;;AAEzE;;iEAEgE;AAChE;CACC,aAAY;CACZ,aAAY;EACZ;;AAED;CACC,oBAAmB;CACnB,oBAAmB,AAAC,qDAAoD;EACxE;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,sBAAqB;CACrB,kBAAiB;EACjB;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,kBAAiB;CACjB,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oBAAmB,AAAC,+BAA8B;EAClD;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,gBAAe;CACf,uBAAsB;EACtB;;CAEA;EACC,eAAc;EACd,gBAAe;GACf;;AAEF,qEAAoE;AACpE;;CAEC,iDAAwC;CAAxC,yCAAwC;CACxC,aAAY;CACZ,UAAS;CACT,WAAU;CACV,qBAAoB;CACpB,uBAAsB;CACtB,wBAAuB;EACvB;;AAED,iBAAgB;AAChB;;;;CAIC,+BAA8B;CAC9B,qCAAoC;CACpC,qBAAoB;CACpB,oCAAmC;EACnC;;AAED,eAAc;AACd;;CAEC,kBAAiB;CACjB,qCAAoC;CACpC,kCAAiC;CACjC,oCAAmC;EACnC;;;AAGD;CACC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;CAEA;;EAEC,gBAAe;GACf;;CAED;;;EAGC,2BAA0B;GAC1B;;CAED;EACC,eAAc;GACd;;CAED;;EAEC,2BAA0B;GAC1B;;AAEF;CACC,gBAAe;EACf;CACA;;EAEC,gBAAe;GACf;;AAEF;;CAEC,2BAA0B;EAC1B;;CAEA;;;EAGC,2BAA0B;GAC1B;;AAEF;;CAEC,8BAA6B;EAC7B;;CAEA;;;EAGC,8BAA6B;GAC7B;;CAED;;EAEC,8BAA6B;GAC7B;;;AAGF;CACC,eAAc;CACd,aAAY;CACZ,oBAAmB;CACnB,SAAQ;CACR,YAAW;CACX,2BAA0B;CAC1B,iBAAgB;CAChB,kCAAiC;CACjC,+CAAsC;CAAtC,uCAAsC;EACtC;;AAED;CACC,aAAY,AAAC,yDAAwD;CACrE,cAAa;EACb;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,aAAY;EACZ;;AAED;EACC;;AAED;CACC,gBAAe;CACf,aAAY;EACZ;;AAED;EACC;;AAED;EACC;;AAED;EACC;;AAED;;;CAGC,gBAAe;EACf;;AAED;CACC,eAAc;CACd,WAAU;EACV;;AAED,qBAAqB,yDAAwD;CAC5E,aAAY;CACZ,cAAa;EACb;;AAED,wBAAwB,+DAA8D;CACrF,SAAQ;CACR,aAAY;CACZ,UAAS;CACT,aAAY;EACZ;;AAED,gCAA+B;AAC/B;;CAEC,oBAAmB;CACnB,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,8BAA6B;EAC7B;;AAED;;CAEC,2CAAkC;CAAlC,mCAAkC;CAClC,gBAAe;EACf;;AAED;CACC,cAAc,oCAAA,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,yBAAA,CAAC;EAChC;;AAJD;CACC,cAAc,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,8BAA3B,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,4BAAzB,CAAyB,yBAAA,CAAC;EAChC;;AAED;;iEAEgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,cAAa;CACb,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,gBAAe;EACf;;AAED;CACC,qBAAoB;EACpB;;AAED,WAAU;;AAEV;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;EACd;;AAED;;CAEC,iBAAgB;EAChB;AACD;;;CAGC,kBAAiB;CACjB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,mBAAkB;EAClB;;AAED;CACC,sBAAqB;CACrB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,iBAAgB;CAChB,eAAc;EACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,mCAAkC;CAClC,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,2BAA+B;CAA/B,wCAA+B;CAA/B,wBAA+B;CAA/B,gCAA+B;EAC/B;;AAED;CACC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;EACb;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;CACZ,gCAA+B;EAC/B;;AAED;CACC,oGAA2F;CAA3F,4FAA2F;CAC3F,kBAAiB;CACjB,YAAW;CACX,eAAc;CACd,kBAAiB;CACjB,gCAA+B;CAC/B,iCAAgC;CAChC,sCAAqC;CACrC,gCAA+B;CAC/B,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,8BAA6B;EAC7B;;AAED;CACC,oBAAmB;CACnB,WAAU;CACV,cAAa;CACb,+BAA8B;CAC9B,4BAA2B;EAC3B;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,uCAA8B;CAA9B,2BAA8B;CAA9B,+BAA8B;CAC9B,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,qBAAQ;CAAR,iBAAQ;CAAR,aAAQ;CAAR,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,YAAW;EACX;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;CACjB,QAAO;EACP;;AAED;CACC,WAAU;EACV;;AAED;CACC;EACC,WAAU;GACV;EACD;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,eAAc;CACd,gBAAe;CACf,YAAW;CACX,eAAc;CACd,iCAAwB;CAAxB,8BAAwB;CAAxB,yBAAwB;EACxB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,eAAc;EACd;;AAED;CACC,cAAa;CACb,aAAY;CACZ,sDAAqD;CACrD,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED;CACC,sDAAqC;CAArC,sCAAqC;CACrC,QAAO;CACP,YAAW;CACX,mBAAkB;CAClB,2BAA0B;CAC1B,iBAAgB;CAChB,cAAa;CACb,kBAAiB;CACjB,mCAAkC;CAClC,YAAW;EACX;;AAED;CACC,sCAA6B;CAA7B,kCAA6B;CAA7B,8BAA6B;CAC7B,yCAAwC,AAAC,mDAAkD;CAC3F,SAAQ;CACR,kDAAyC;CAAzC,0CAAyC;EACzC;;AAED;CACC,qCAA4B;CAA5B,iCAA4B;CAA5B,6BAA4B;CAC5B,UAAS;CACT,mDAA0C;CAA1C,2CAA0C;EAC1C;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;EAC1B;;CAEA;EACC,aAAY;GACZ;;CAED;EACC,SAAQ;GACR;;CAED;EACC,cAAa;GACb;;CAED;EACC,UAAS;GACT;;AAEF;CACC,IAAI,oCAAA,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,6BAAA,CAAC;EACpC;;AARD;CACC,IAAI,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;EACpC;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,uBAAsB;EACtB;;AAED,+CAA8C;AAC9C;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,aAAY;CACZ,mBAAkB;CAClB,kCAAiC;CACjC,oBAAmB;EACnB;;AAED;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,YAAW;CACX,kBAAiB;CACjB,mBAAkB;CAClB,gBAAe;CACf,iDAAwC;CAAxC,yCAAwC;EACxC;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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EAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/editor-style.css b/editor-style.css index 1b05a33..8e5dc0e 100644 --- a/editor-style.css +++ b/editor-style.css @@ -1 +1 @@ -body#tinymce.wp-editor{font:300 100%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif;background:#FFF;color:#000}body#tinymce.wp-editor a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;text-decoration:underline;color:#009BCD}body#tinymce.wp-editor a:hover{color:#007EA6}body#tinymce.wp-editor a:visited{color:#009BCD}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.375em}h5{font-size:1.25em}h6{font-size:1.125em}img{margin:2.5% auto;max-width:100%;height:auto}blockquote{margin:1% 0;padding:0 0 0 2.55%;border-left:1px solid #000;font-style:italic}.alignleft,.wp-caption.alignleft{display:inline;float:left;margin-right:2.5%}.alignright,.wp-caption.alignright{display:inline;float:right;margin-left:2.5%}.aligncenter,.wp-caption.aligncenter{clear:both;display:block;margin:0 auto}.html5-captions .wp-caption,.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption .wp-caption-dd{font-size:1em;line-height:1.65;padding:0;margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%} \ No newline at end of file +body#tinymce.wp-editor{font:300 100%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif;background:#FFF;color:#000}body#tinymce.wp-editor a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;text-decoration:underline;color:#009BCD}body#tinymce.wp-editor a:hover{color:#007EA6}body#tinymce.wp-editor a:visited{color:#009BCD}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.375em}h5{font-size:1.25em}h6{font-size:1.125em}img{margin:2.5% auto;max-width:100%;height:auto}blockquote{margin:1% 0;padding:0 0 0 2.55%;border-left:1px solid #000;font-style:italic}.alignleft,.wp-caption.alignleft{display:inline;float:left;margin-right:2.5%}.alignright,.wp-caption.alignright{display:inline;float:right;margin-left:2.5%}.aligncenter,.wp-caption.aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}.html5-captions .wp-caption,.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption .wp-caption-dd{font-size:1em;line-height:1.65;padding:0;margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%} \ No newline at end of file diff --git a/style.css b/style.css index e08dac5..26ed805 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin:0 auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From 255e180ca0ec41fdd578b1cee488191f886ece00 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Mon, 7 Apr 2014 08:27:49 -0500 Subject: [PATCH 45/59] Removed padding from gallery items in editor --- css/editor-style.css | 3 ++- css/editor-style.css.map | 2 +- css/src/editor-style.css | 3 ++- editor-style.css | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/editor-style.css b/css/editor-style.css index 76425b0..06d8ba5 100644 --- a/css/editor-style.css +++ b/css/editor-style.css @@ -104,10 +104,11 @@ blockquote { .gallery-item { float: left; text-align: center; + width: 100%; + padding: 0; margin: 0 4px 4px 0; overflow: hidden; position: relative; - width: 100%; } .gallery-columns-1 .gallery-item { diff --git a/css/editor-style.css.map b/css/editor-style.css.map index 8bfc85d..b0219ff 100644 --- a/css/editor-style.css.map +++ b/css/editor-style.css.map @@ -1 +1 @@ -{"version":3,"file":"editor-style.css","sources":["src/editor-style.css"],"names":[],"mappings":"AAAA;CACC,oEAAmE;CACnE,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,iBAAgB,AAAC,mBAAkB;CACnC,cAAa;EACb;;AAED;CACC,cAAa;CACb,sBAAqB;CACrB,6BAA4B;CAC5B,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;;AAED;CACC,aAAY;CACZ,gBAAe;CACf,oBAAmB;CACnB,mBAAkB;EAClB;;AAED,eAAc;AACd;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,YAAW;CACX,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf"} \ No newline at end of file +{"version":3,"file":"editor-style.css","sources":["src/editor-style.css"],"names":[],"mappings":"AAAA;CACC,oEAAmE;CACnE,qBAAoB;CACpB,gBAAe;EACf;;AAED;CACC,0CAAiC;CAAjC,kCAAiC;CACjC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,iBAAgB,AAAC,mBAAkB;CACnC,cAAa;EACb;;AAED;CACC,cAAa;CACb,sBAAqB;CACrB,6BAA4B;CAC5B,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;;AAED;CACC,aAAY;CACZ,gBAAe;CACf,oBAAmB;CACnB,mBAAkB;EAClB;;AAED,eAAc;AACd;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,YAAW;CACX,oBAAmB;EACnB;;AAED,gBAAe;AACf;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,aAAY;CACZ,YAAW;CACX,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;EACnB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf"} \ No newline at end of file diff --git a/css/src/editor-style.css b/css/src/editor-style.css index dbedd00..58b1a60 100644 --- a/css/src/editor-style.css +++ b/css/src/editor-style.css @@ -103,10 +103,11 @@ blockquote { .gallery-item { float: left; text-align: center; + width: 100%; + padding: 0; margin: 0 4px 4px 0; overflow: hidden; position: relative; - width: 100%; } .gallery-columns-1 .gallery-item { diff --git a/editor-style.css b/editor-style.css index 8e5dc0e..0eee682 100644 --- a/editor-style.css +++ b/editor-style.css @@ -1 +1 @@ -body#tinymce.wp-editor{font:300 100%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif;background:#FFF;color:#000}body#tinymce.wp-editor a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;text-decoration:underline;color:#009BCD}body#tinymce.wp-editor a:hover{color:#007EA6}body#tinymce.wp-editor a:visited{color:#009BCD}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.375em}h5{font-size:1.25em}h6{font-size:1.125em}img{margin:2.5% auto;max-width:100%;height:auto}blockquote{margin:1% 0;padding:0 0 0 2.55%;border-left:1px solid #000;font-style:italic}.alignleft,.wp-caption.alignleft{display:inline;float:left;margin-right:2.5%}.alignright,.wp-caption.alignright{display:inline;float:right;margin-left:2.5%}.aligncenter,.wp-caption.aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}.html5-captions .wp-caption,.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption .wp-caption-dd{font-size:1em;line-height:1.65;padding:0;margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%} \ No newline at end of file +body#tinymce.wp-editor{font:300 100%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif;background:#FFF;color:#000}body#tinymce.wp-editor a{-webkit-transition:color .25s ease-out;transition:color .25s ease-out;text-decoration:underline;color:#009BCD}body#tinymce.wp-editor a:hover{color:#007EA6}body#tinymce.wp-editor a:visited{color:#009BCD}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.375em}h5{font-size:1.25em}h6{font-size:1.125em}img{margin:2.5% auto;max-width:100%;height:auto}blockquote{margin:1% 0;padding:0 0 0 2.55%;border-left:1px solid #000;font-style:italic}.alignleft,.wp-caption.alignleft{display:inline;float:left;margin-right:2.5%}.alignright,.wp-caption.alignright{display:inline;float:right;margin-left:2.5%}.aligncenter,.wp-caption.aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}.html5-captions .wp-caption,.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption .wp-caption-dd{font-size:1em;line-height:1.65;padding:0;margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;width:100%;padding:0;margin:0 4px 4px 0;overflow:hidden;position:relative}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%} \ No newline at end of file From 788f6d6a6f7b00622173bb99985f9c263ec0dcf2 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Mon, 7 Apr 2014 09:31:47 -0500 Subject: [PATCH 46/59] Fixed header image removing on customizer load --- inc/customizer.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/inc/customizer.php b/inc/customizer.php index 7615940..5710a40 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -43,7 +43,6 @@ public static function decode_customize_register( $wp_customize ) { /** * Remove old, now unused theme modifications so that conflicts do not occur. */ - remove_theme_mod ( 'header_image' ); remove_theme_mod ( 'show_site_navigation' ); remove_theme_mod ( 'show_social_icons' ); remove_theme_mod ( 'linkedin_username' ); @@ -1087,31 +1086,35 @@ public static function decode_customize_register( $wp_customize ) { $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'accent_color', array( 'label' => __( 'Accent Color', 'decode' ), 'section' => 'colors', - 'settings' => 'accent_color' + 'settings' => 'accent_color', + 'priority'=> 1 ) ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'secondary_accent_color', array( 'label' => __( 'Active Link Color', 'decode' ), 'section' => 'colors', - 'settings' => 'secondary_accent_color' + 'settings' => 'secondary_accent_color', + 'priority'=> 2 ) ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'text_color', array( 'label' => __( 'Text Color', 'decode' ), 'section' => 'colors', - 'settings' => 'text_color' + 'settings' => 'text_color', + 'priority'=> 3 ) ) ); $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'secondary_text_color', array( 'label' => __( 'Secondary Text Color', 'decode' ), 'section' => 'colors', - 'settings' => 'secondary_text_color' + 'settings' => 'secondary_text_color', + 'priority'=> 4 ) ) ); $wp_customize->add_control( 'accent_color_icons', array( 'label' => __( 'Use accent color instead of text color for icons', 'decode' ), 'section' => 'colors', - 'type' => 'checkbox' + 'type' => 'checkbox', ) ); } From 7c761233fdfd1fd9fa04dcaef383a224eefc245a Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Mon, 7 Apr 2014 09:32:13 -0500 Subject: [PATCH 47/59] Updated Custom Header pane with accurate styling --- functions.php | 10 ++++- inc/custom-header.php | 96 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 inc/custom-header.php diff --git a/functions.php b/functions.php index 31a7b57..1dd9cf1 100644 --- a/functions.php +++ b/functions.php @@ -61,11 +61,12 @@ function decode_setup() { // Setup the WordPress core custom header feature. add_theme_support( 'custom-header', apply_filters( 'decode_custom_header_args', array( 'default-image' => '', - 'default-text-color' => '444444', 'flex-width' => true, 'height' => 300, 'flex-height' => true, - 'header-text' => false + 'header-text' => false, + 'admin-head-callback' => 'decode_admin_header_style', + 'admin-preview-callback' => 'decode_admin_header_image', ) ) ); // Setup the WordPress core custom background feature. @@ -164,6 +165,11 @@ function decode_custom_css() { */ require get_template_directory() . '/inc/customizer.php'; +/** + * Custom Header callbacks. + */ +require get_template_directory() . '/inc/custom-header.php'; + /** * Theme Hook Alliance functions. */ diff --git a/inc/custom-header.php b/inc/custom-header.php new file mode 100644 index 0000000..858cbaf --- /dev/null +++ b/inc/custom-header.php @@ -0,0 +1,96 @@ + Header admin panel. + */ +function decode_admin_header_style() { +?> + + Header admin panel. + */ +function decode_admin_header_image() { +?> + +
+ + + + + + + + +

+ +

+ + + + +

+ +

+ + + +
+ + Date: Mon, 7 Apr 2014 09:39:41 -0500 Subject: [PATCH 48/59] Removed bold from site title --- inc/custom-header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/custom-header.php b/inc/custom-header.php index 858cbaf..04ad038 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -46,6 +46,7 @@ function decode_admin_header_style() { .decode-custom-header-preview .site-title a { transition: text-shadow 0.5s; font-size: 1.95em; + font-weight: normal; color: ; text-decoration: none; -webkit-font-smoothing: subpixel-antialiased; From 82da6e2ddfcbe675076143f73071645e6ee53a9c Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 11 Apr 2014 09:40:24 -0500 Subject: [PATCH 49/59] Added description to sidebar --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 1dd9cf1..1179d8e 100644 --- a/functions.php +++ b/functions.php @@ -127,6 +127,7 @@ function decode_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', 'decode' ), 'id' => 'sidebar-1', + 'description' => __( 'Only displayed if sidebar remains enabled in the Customize menu.', 'decode' ), 'before_widget' => '', ) ); From 72472e6110b98913f546b66de15aeda38b96f712 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Fri, 11 Apr 2014 09:40:57 -0500 Subject: [PATCH 50/59] Added Docblock thing --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 1179d8e..4a687e8 100644 --- a/functions.php +++ b/functions.php @@ -120,6 +120,8 @@ function decode_scripts() { /** * Register widgetized area and update sidebar with default widgets. + * + * @link http://codex.wordpress.org/Function_Reference/register_sidebar */ if ( ! function_exists( 'decode_widgets_init' ) ) { From 66ccd1795c5307adedf2b99aab2eaec017cc05fe Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 13 Apr 2014 17:54:22 -0500 Subject: [PATCH 51/59] Improve screen reader text hiding CSS --- css/src/style.css | 6 +++++- css/style.css | 6 +++++- css/style.css.map | 2 +- style.css | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index 5d8078e..084ec8f 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -411,8 +411,12 @@ a { 2.2 - Screen Readers --------------------------------------------------------------*/ .screen-reader-text { - clip: rect(1px, 1px, 1px, 1px); position: absolute !important; + height: 1px; + width: 1px !important; /* I never want a hidden element to cause the page to scroll horizontally. */ + overflow: hidden; + clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ + clip: rect(1px, 1px, 1px, 1px); } .screen-reader-text:hover, diff --git a/css/style.css b/css/style.css index e6ebf88..e5dda89 100644 --- a/css/style.css +++ b/css/style.css @@ -417,8 +417,12 @@ a { 2.2 - Screen Readers --------------------------------------------------------------*/ .screen-reader-text { - clip: rect(1px, 1px, 1px, 1px); position: absolute !important; + height: 1px; + width: 1px !important; /* I never want a hidden element to cause the page to scroll horizontally. */ + overflow: hidden; + clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ + clip: rect(1px, 1px, 1px, 1px); } .screen-reader-text:hover, diff --git a/css/style.css.map b/css/style.css.map index 1ef9272..e844513 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaE;;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEA0CgE;;;AAGhE;;;;iEAIgE;AAChE;;;;;;;;CAQC,WAAU;CACV,sBAAqB;CACrB,iBAAgB;CAChB,qBAAoB;CACpB,sBAAqB;CACrB,WAAU;CACV,YAAW;CACX,YAAW;CACX,0BAAyB;EACzB;AACD;CACC,gCAA+B,AAAC,0FAAyF;CACzH,4BAA2B,AAAC,iHAAgH;EAC5I;AACD;;WAEW,qHAAoH;QACvH,gCAAuB;QAAvB,6BAAuB;QAAvB,wBAAuB;EAC9B;AACD;;;;;;;;;;CAUC,gBAAe;EACf;AACD;CACC,kBAAiB;EACjB;AACD,QAAQ,wDAAuD;CAC9D,2BAA0B;CAC1B,mBAAkB;EAClB;AACD;CACC,qBAAoB;CACpB,kBAAiB;EACjB;AACD;;CAEC,aAAY;EACZ;AACD;CACC,eAAc;EACd;AACD;CACC,sBAAqB;EACrB;AACD;;CAEC,YAAW;EACX;AACD;CACC,WAAU;EACV;;AAED;;iEAEgE;AAChE;;;;CAIC,gBAAe;CACf,oEAAmE;EACnE;;AAED;CACC,2BAA0B;CAC1B,kBAAiB;CACjB,WAAU;CACV,mCAAkC;EAClC;;AAED,eAAc;AACd;CACC,aAAY;EACZ;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,WAAU;CACV,aAAY;CACZ,sBAAqB;EACrB;;AAED,oBAAmB;AACnB;CACC,sBAAqB;EACrB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,kBAAiB;EACjB;AACD;CACC,qBAAoB;EACpB;AACD;;CAEC,kBAAiB;CACjB,oBAAmB;EACnB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,uBAAsB;EACtB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,oBAAmB;EACnB;AACD;CACC,iBAAgB;EAChB;AACD;CACC,mBAAkB;EAClB;AACD;CACC,kBAAiB;CACjB,qDAAoD;CACpD,kBAAiB;CACjB,sBAAqB;CACrB,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;AACD;CACC,2EAA0E;EAC1E;AACD;CACC,gCAA+B;CAC/B,cAAa;EACb;AACD;CACC,qBAAoB;CACpB,uBAAsB;EACtB;AACD;;CAEC,gBAAe;CACf,WAAU;CACV,gBAAe;CACf,oBAAmB;CACnB,0BAAyB;EACzB;AACD;CACC,aAAY;EACZ;AACD;CACC,WAAU;EACV;AACD;CACC,gBAAe;EACf;AACD;CACC,iBAAgB;EAChB;AACD;CACC,WAAU;EACV;AACD;CACC,mBAAkB;CAClB,aAAY;EACZ;AACD;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;;;;CAIC,iBAAgB,AAAC,6DAA4D;CAC7E,WAAU,AAAC,mEAAkE;CAC7E,0BAAyB,AAAC,0DAAyD;CACnF,wBAAuB,AAAC,0DAAyD;EACjF;AACD;;;;CAIC,iEAAwD;CAAxD,yDAAwD;CACxD,2BAA0B;CAC1B,oBAAmB;CACnB,yBAAwB;CACxB,gBAAe;CACf,iBAAgB,AAAC,+FAA8F;CAC/G,4BAA2B,AAAC,iEAAgE;CAC5F,gBAAe;CACf,kBAAiB;EACjB;CACA;;;;EAIC,2BAA0B;GAC1B;CACD;;;;;;;;EAQC,uBAAsB;EACtB,gBAAe;GACf;AACF;;CAEC,YAAW,AAAC,wCAAuC;EACnD;AACD;CACC,+BAA8B,AAAC,4DAA2D;EAC1F;AACD,kDAAkD,kEAAiE;CAClH,0BAAyB;EACzB;AACD;0BAC0B,yJAAwJ;CACjL,WAAU;CACV,YAAW;EACX;AACD;;;;;;;CAOC,4FAAmF;CAAnF,oFAAmF;CACnF,gBAAe;CACf,gBAAe;CACf,gBAAe;CACf,2BAA0B;CAC1B,oBAAmB;CACnB,iCAAgC;CAChC,0BAAyB;CACzB,aAAY;EACZ;CACA;;;;;;;EAOC,gBAAe;EACf,uBAAsB;EACtB,oCAAmC;GACnC;CACD;;;;;;;EAOC,gBAAe;EACf,eAAc;EACd,iCAAgC;EAChC,uBAAsB;GACtB;;AAEF;CACC,qBAAoB,AAAC,yDAAwD;CAC7E,gBAAe,AAAC,sDAAqD;CACrE,mBAAkB;EAClB;;;AAGD;;;;iEAIgE;AAChE;CACC,qCAA4B;CAA5B,6BAA4B;CAC5B,gBAAe;CACf,uBAAsB;CACtB,4CAA2C;EAC3C;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;;;;;;;CAOC,4EAAmE;CAAnE,oEAAmE;EACnE;;CAEA;;;;;;;EAOC,kCAAiC;GACjC;;CAED;;;;;;;EAOC,kCAAiC;GACjC;;AAEF;;iEAEgE;AAChE;CACC,gCAA+B;CAC/B,+BAA8B;EAC9B;;AAED;;;CAGC,2BAA0B;CAC1B,oBAAmB;CACnB,oDAA2C;CAA3C,4CAA2C;CAC3C,uBAAsB;CACtB,gBAAe;CACf,gBAAe;CACf,iBAAgB;CAChB,mBAAkB;CAClB,cAAa;CACb,WAAU;CACV,qBAAoB;CACpB,yBAAwB;CACxB,uBAAsB;CACtB,UAAS;CACT,aAAY;CACZ,iBAAgB,AAAC,uBAAsB;EACvC;;AAED;;iEAEgE;AAChE,qBAAoB;AACpB,0BAA0B,aAAY,AAAC,gBAAe,EAAE;AACxD,aAAa,aAAY,EAAE;AAC3B,MAAM,SAAQ,EAAE,AAAC,gDAA+C;;AAEhE;;;;;;;;;;CAUC,aAAY;CACZ,gBAAe;EACf;;AAED;;;;;CAKC,aAAY;EACZ;;;AAGD;;iEAEgE;AAChE,oDAAmD;AACnD;;;;;;;;;;;;CAYC,iBAAgB;CAChB,cAAa;EACb;;AAED,wDAAuD;AACvD;;;CAGC,iBAAgB;EAChB;;AAED,6FAA4F;AAC5F;;;CAGC,cAAa;EACb;;AAED;;;CAGC,cAAa;CACb,kBAAiB;CACjB,eAAc;CACd,YAAW;EACX;;AAED;;iEAEgE;AAChE;CACC,wBAAuB;CACvB,sBAAqB;CACrB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,yBAAwB;EACxB;;AAED;CACC,aAAY;CACZ,oBAAmB;CACnB,qBAAoB;CACpB,kBAAiB;CACjB,oBAAmB;CACnB,aAAY;EACZ;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,gBAAe;CACf,uCAA8B;CAA9B,+BAA8B;EAC9B;;AAED;CACC,gBAAe;CACf,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;CACC,eAAc;CACd,sCAA6B;CAA7B,8BAA6B;EAC7B;;AAED;;;;;;;;;CASC,iBAAgB;EAChB;;AAED,kDAAiD;AACjD;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,cAAa;EACb;;AAED;CACC,iBAAgB;EAChB;;AAED;;;;CAIC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,cAAa;CACb,cAAa;CACb,gBAAe;EACf;;AAED;;iEAEgE;AAChE;CACC,iBAAgB;CAChB,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,iBAAgB;CAChB,cAAa;CACb,mBAAkB;EAClB;;AAED;CACC,aAAY;CACZ,gBAAe;CACf,oBAAmB;CACnB,mBAAkB;EAClB;;;AAGD;;;;iEAIgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,wBAAuB;EACvB;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,mBAAkB;CAClB,mBAAkB;CAClB,aAAY;CACZ,YAAW;CACX,yBAAwB;CACxB,iBAAgB;EAChB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,kBAAiB;CACjB,gBAAe;CACf,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,mBAAkB;CAClB,gBAAe;CACf,8CAA6C;EAC7C;;CAEA;EACC,gBAAe;EACf,6CAA4C;GAC5C;;CAED;EACC,gBAAe;EACf,gDAA+C;GAC/C;;AAEF;CACC,oBAAmB;CACnB,qBAAoB;EACpB;;AAED;CACC,oBAAmB;CACnB,mBAAkB;CAClB,eAAc;CACd,kCAAiC;CACjC,uBAAsB;EACtB;;AAED;CACC,oBAAmB;CACnB,sBAAqB;EACrB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,cAAa;EACb;;AAED;CACC,oBAAmB;CACnB,gBAAe;EACf;;AAED;CACC,2CAAkC;CAAlC,mCAAkC;CAClC,cAAa;CACb,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;CAED;EACC,gBAAe;GACf;;CAED;EACC,iBAAgB;GAChB;;AAEF;CACC,aAAY;CACZ,YAAW;EACX;;AAED;CACC,eAAc;EACd;;AAED;CACC,uBAAsB;CACtB,cAAa;CACb,aAAY;CACZ,gBAAe;CACf,8BAA6B;CAC7B,6BAA4B;CAC5B,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED,iEAAgE;AAChE,4BAA4B,6CAA4C,CAAC;AACzE,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,+BAA+B,gDAA+C,CAAC;AAC/E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,uBAAuB,wCAAuC,CAAC;AAC/D,6BAA6B,8CAA6C,CAAC;AAC3E,4BAA4B,6CAA4C,CAAC;AACzE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,0BAA0B,2CAA0C,CAAC;AACrE,yBAAyB,0CAAyC,CAAC;AACnE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,6BAA6B,2CAA0C,CAAC;AACxE,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,4BAA4B,6CAA4C,CAAC;AACzE,2BAA2B,4CAA2C,CAAC;AACvE,yBAAyB,0CAAyC,CAAC;AACnE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;AACzE,gCAAgC,iDAAgD,CAAC;AACjF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,kCAAkC,mDAAkD,CAAC;AACrF,2BAA2B,4CAA2C,CAAC;AACvE,2BAA2B,4CAA2C,CAAC;AACvE,8BAA8B,+CAA8C,CAAC;AAC7E,8BAA8B,+CAA8C,CAAC;AAC7E,2BAA2B,4CAA2C,CAAC;AACvE,+BAA+B,gDAA+C,CAAC;AAC/E,yBAAyB,0CAAyC,CAAC;AACnE,+BAA+B,gDAA+C,CAAC;AAC/E,iCAAiC,kDAAiD,CAAC;AACnF,+BAA+B,gDAA+C,CAAC;AAC/E,wBAAwB,yCAAwC,CAAC;AACjE,6BAA6B,8CAA6C,CAAC;AAC3E,8BAA8B,2CAA0C,CAAC;AACzE,+BAA+B,2CAA0C,CAAC;AAC1E,0BAA0B,2CAA0C,CAAC;AACrE,wBAAwB,yCAAwC,CAAC;AACjE,0BAA0B,2CAA0C,CAAC;AACrE,4BAA4B,6CAA4C,CAAC;;AAEzE;;iEAEgE;AAChE;CACC,aAAY;CACZ,aAAY;EACZ;;AAED;CACC,oBAAmB;CACnB,oBAAmB,AAAC,qDAAoD;EACxE;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,sBAAqB;CACrB,kBAAiB;EACjB;;AAED;CACC,wBAAuB;EACvB;;AAED;CACC,kBAAiB;CACjB,gBAAe;CACf,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,oBAAmB,AAAC,+BAA8B;EAClD;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,sCAA6B;CAA7B,8BAA6B;CAC7B,gBAAe;CACf,uBAAsB;EACtB;;CAEA;EACC,eAAc;EACd,gBAAe;GACf;;AAEF,qEAAoE;AACpE;;CAEC,iDAAwC;CAAxC,yCAAwC;CACxC,aAAY;CACZ,UAAS;CACT,WAAU;CACV,qBAAoB;CACpB,uBAAsB;CACtB,wBAAuB;EACvB;;AAED,iBAAgB;AAChB;;;;CAIC,+BAA8B;CAC9B,qCAAoC;CACpC,qBAAoB;CACpB,oCAAmC;EACnC;;AAED,eAAc;AACd;;CAEC,kBAAiB;CACjB,qCAAoC;CACpC,kCAAiC;CACjC,oCAAmC;EACnC;;;AAGD;CACC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;CAEA;;EAEC,gBAAe;GACf;;CAED;;;EAGC,2BAA0B;GAC1B;;CAED;EACC,eAAc;GACd;;CAED;;EAEC,2BAA0B;GAC1B;;AAEF;CACC,gBAAe;EACf;CACA;;EAEC,gBAAe;GACf;;AAEF;;CAEC,2BAA0B;EAC1B;;CAEA;;;EAGC,2BAA0B;GAC1B;;AAEF;;CAEC,8BAA6B;EAC7B;;CAEA;;;EAGC,8BAA6B;GAC7B;;CAED;;EAEC,8BAA6B;GAC7B;;;AAGF;CACC,eAAc;CACd,aAAY;CACZ,oBAAmB;CACnB,SAAQ;CACR,YAAW;CACX,2BAA0B;CAC1B,iBAAgB;CAChB,kCAAiC;CACjC,+CAAsC;CAAtC,uCAAsC;EACtC;;AAED;CACC,aAAY,AAAC,yDAAwD;CACrE,cAAa;EACb;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,aAAY;EACZ;;AAED;EACC;;AAED;CACC,gBAAe;CACf,aAAY;EACZ;;AAED;EACC;;AAED;EACC;;AAED;EACC;;AAED;;;CAGC,gBAAe;EACf;;AAED;CACC,eAAc;CACd,WAAU;EACV;;AAED,qBAAqB,yDAAwD;CAC5E,aAAY;CACZ,cAAa;EACb;;AAED,wBAAwB,+DAA8D;CACrF,SAAQ;CACR,aAAY;CACZ,UAAS;CACT,aAAY;EACZ;;AAED,gCAA+B;AAC/B;;CAEC,oBAAmB;CACnB,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,gBAAe;EACf;;AAED;;CAEC,2BAA0B;EAC1B;;AAED;;CAEC,8BAA6B;EAC7B;;AAED;;CAEC,2CAAkC;CAAlC,mCAAkC;CAClC,gBAAe;EACf;;AAED;CACC,cAAc,oCAAA,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,yBAAA,CAAC;EAChC;;AAJD;CACC,cAAc,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAC3C,UAAU,mCAAA,CAA2B,8BAA3B,CAA2B,2BAAA,CAAC;CACtC,MAAM,iCAAA,CAAyB,4BAAzB,CAAyB,yBAAA,CAAC;EAChC;;AAED;;iEAEgE;AAChE;CACC,aAAY;CACZ,kCAAiC;CACjC,iBAAgB;CAChB,gBAAe;EACf;;AAED;CACC,cAAa;CACb,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,gBAAe;EACf;;AAED;CACC,qBAAoB;EACpB;;AAED,WAAU;;AAEV;CACC,mBAAkB;EAClB;;AAED;CACC,eAAc;EACd;;AAED;;CAEC,iBAAgB;EAChB;AACD;;;CAGC,kBAAiB;CACjB,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,mBAAkB;EAClB;;AAED;CACC,sBAAqB;CACrB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,iBAAgB;CAChB,eAAc;EACd;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;CACnB,uBAAsB;CACtB,2BAA0B;CAC1B,kBAAiB;CACjB,mBAAkB;CAClB,YAAW;CACX,gBAAe;EACf;;AAED;CACC,gBAAe;EACf;;AAED;CACC,aAAY;CACZ,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,mCAAkC;CAClC,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;EACZ;;AAED;CACC,+EAA8D;CAA9D,+DAA8D;CAC9D,oBAAmB;CACnB,gBAAe;CACf,2CAAkC;CAAlC,mCAAkC;CAClC,YAAW;EACX;;CAEA;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,YAAW;GACX;;CAED;EACC,+CAAsC;EAAtC,uCAAsC;EACtC,eAAc;GACd;;AAEF;CACC,YAAW;CACX,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;CACC,YAAW;CACX,iBAAgB;CAChB,eAAc;CACd,qBAAoB;CACpB,oBAAmB;CACnB,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,gBAAe;EACf;;AAED;CACC,YAAW;CACX,aAAY;CACZ,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,sBAAqB;EACrB;;AAED;CACC,gBAAe;CACf,sBAAqB;CACrB,kCAAiC;EACjC;;AAED;CACC,mBAAkB;CAClB,qBAAoB;EACpB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,WAAU;CACV,qBAAoB;CACpB,iBAAgB;EAChB;;AAED;CACC,gBAAe;CACf,kBAAiB;CACjB,oBAAmB;EACnB;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;AAEF;CACC,kBAAiB;EACjB;;AAED,iBAAgB;;AAEhB;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,yBAAgB;CAAhB,qBAAgB;CAAhB,iBAAgB;CAChB,2BAA+B;CAA/B,wCAA+B;CAA/B,wBAA+B;CAA/B,gCAA+B;EAC/B;;AAED;CACC,qBAAa;CAAb,sBAAa;CAAb,kBAAa;CAAb,cAAa;EACb;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,aAAY;CACZ,gCAA+B;EAC/B;;AAED;CACC,oGAA2F;CAA3F,4FAA2F;CAC3F,kBAAiB;CACjB,YAAW;CACX,eAAc;CACd,kBAAiB;CACjB,gCAA+B;CAC/B,iCAAgC;CAChC,sCAAqC;CACrC,gCAA+B;CAC/B,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,kBAAiB;CACjB,aAAY;CACZ,8BAA6B;EAC7B;;AAED;CACC,oBAAmB;CACnB,WAAU;CACV,cAAa;CACb,+BAA8B;CAC9B,4BAA2B;EAC3B;;;AAGD;;iEAEgE;AAChE;CACC,cAAa;CACb,kBAAiB;EACjB;;AAED;CACC,uBAAsB;CACtB,2BAA0B;EAC1B;;AAED;CACC,aAAY;CACZ,kBAAiB;CACjB,YAAW;EACX;;AAED;CACC,cAAa;CACb,mBAAkB;CAClB,YAAW;EACX;;AAED;CACC,kEAAyD;CAAzD,0DAAyD;CACzD,YAAW;CACX,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,sBAAc;CAAd,uBAAc;CAAd,sBAAc;CAAd,eAAc;CACd,uCAA8B;CAA9B,2BAA8B;CAA9B,+BAA8B;CAC9B,qBAAoB;CACpB,mBAAkB;EAClB;;AAED;CACC,qBAAQ;CAAR,iBAAQ;CAAR,aAAQ;CAAR,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,YAAW;EACX;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;AAED;CACC,mBAAkB;CAClB,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,+BAA8B;CAC9B,iCAAgC;CAChC,gCAA+B;CAC/B,kBAAiB;CACjB,mBAAkB;EAClB;;AAED;CACC,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,gBAAe;CACf,uBAAsB;CACtB,oBAAmB;EACnB;;AAED;CACC,mBAAkB;CAClB,2BAA0B;CAC1B,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,0CAAyC;CACzC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,kCAAiC;CACjC,gBAAe;EACf;;;AAGD;;iEAEgE;AAChE;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,oBAAmB;CACnB,qBAAoB;CACpB,iBAAgB;CAChB,uBAAsB;CACtB,eAAc;CACd,YAAW;EACX;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,cAAa;CACb,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,cAAa;CACb,qDAAoD;CACpD,oCAA2B;CAA3B,4BAA2B;EAC3B;;AAED;CACC,UAAS;EACT;;AAED;CACC,WAAU;CACV,cAAa;EACb;;AAED;CACC,2BAA0B;CAC1B,aAAY;CACZ,qBAAoB;CACpB,kCAAiC;CACjC,iBAAgB;CAChB,YAAW;EACX;;AAED;CACC,0BAAiB;CAAjB,kBAAiB;CACjB,QAAO;EACP;;AAED;CACC,WAAU;EACV;;AAED;CACC;EACC,WAAU;GACV;EACD;;AAED;CACC,4CAAmC;CAAnC,oCAAmC;CACnC,eAAc;CACd,gBAAe;CACf,YAAW;CACX,eAAc;CACd,iCAAwB;CAAxB,8BAAwB;CAAxB,yBAAwB;EACxB;;CAEA;EACC,eAAc;GACd;;CAED;EACC,eAAc;GACd;;AAEF;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,eAAc;EACd;;AAED;CACC,cAAa;CACb,aAAY;CACZ,sDAAqD;CACrD,+BAAsB;CAAtB,uBAAsB;EACtB;;AAED;CACC,sDAAqC;CAArC,sCAAqC;CACrC,QAAO;CACP,YAAW;CACX,mBAAkB;CAClB,2BAA0B;CAC1B,iBAAgB;CAChB,cAAa;CACb,kBAAiB;CACjB,mCAAkC;CAClC,YAAW;EACX;;AAED;CACC,sCAA6B;CAA7B,kCAA6B;CAA7B,8BAA6B;CAC7B,yCAAwC,AAAC,mDAAkD;CAC3F,SAAQ;CACR,kDAAyC;CAAzC,0CAAyC;EACzC;;AAED;CACC,qCAA4B;CAA5B,iCAA4B;CAA5B,6BAA4B;CAC5B,UAAS;CACT,mDAA0C;CAA1C,2CAA0C;EAC1C;;AAED;CACC,cAAa;EACb;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;EAC1B;;CAEA;EACC,aAAY;GACZ;;CAED;EACC,SAAQ;GACR;;CAED;EACC,cAAa;GACb;;CAED;EACC,UAAS;GACT;;AAEF;CACC,IAAI,oCAAA,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,6BAAA,CAAC;EACpC;;AARD;CACC,IAAI,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CACjC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,KAAK,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;CACnC,KAAK,oCAAA,CAA4B,+BAA5B,CAA4B,4BAAA,CAAC;CAClC,MAAM,qCAAA,CAA6B,gCAA7B,CAA6B,6BAAA,CAAC;EACpC;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,uBAAsB;EACtB;;AAED,+CAA8C;AAC9C;CACC,iBAAgB;EAChB;;;AAGD;;iEAEgE;AAChE;CACC,mBAAkB;EAClB;;AAED;CACC,cAAa;EACb;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,aAAY;CACZ,mBAAkB;CAClB,kCAAiC;CACjC,oBAAmB;EACnB;;AAED;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,YAAW;CACX,kBAAiB;CACjB,mBAAkB;CAClB,gBAAe;CACf,iDAAwC;CAAxC,yCAAwC;EACxC;;CAEA;EACC,iDAAwC;EAAxC,yCAAwC;GACxC;;AAEF;CACC,cAAa;CACb,WAAU;CACV,kBAAiB;CACjB,mCAAkC;EAClC;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,kBAAiB;CACjB,WAAU;EACV;;;AAGD;;iEAEgE;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/style.css b/style.css index 26ed805..6465b39 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,4 @@ License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html Decode is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. -*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file +*/a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,::after,::before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote::after,blockquote::before,q::after,q::before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}body,button,select,textarea{color:#444;font:300 110%/1.5 Oxygen,"Helvetica Neue",Arial,sans-serif}body{background-color:#E3E5E7;text-align:left;margin:0;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6{clear:both}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}p{margin-bottom:1.5em}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}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;line-height:1.6;margin-bottom:1.6em;padding:1.6em;overflow:auto;max-width:100%}code,kbd,tt,var{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}sub,sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.5em;width:100%}th{font-weight:700}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;vertical-align:middle}button,input[type=button],input[type=reset],input[type=submit]{-webkit-transition:border .25s ease-out,color .25s ease-out;transition:border .25s ease-out,color .25s ease-out;border:1px solid silver;border-radius:3px;background:0 0;color:#009BCD;cursor:pointer;-webkit-appearance:button;height:2.15em;padding:0 .7em}.no-touch button:hover,.no-touch input[type=button]:hover,.no-touch input[type=reset]:hover,.no-touch input[type=submit]:hover{border:1px solid #009BCD}.no-touch button:active,.no-touch button:focus,.no-touch input[type=button]:active,.no-touch input[type=button]:focus,.no-touch input[type=reset]:active,.no-touch input[type=reset]:focus,.no-touch input[type=submit]:active,.no-touch input[type=submit]:focus{border-color:#007EA6;color:#007EA6}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;transition:border .25s ease-out,color .25s ease-out,background .25s ease-out;color:silver;height:2.15em;padding:.3em;border:1px solid silver;border-radius:3px;background:rgba(255,255,255,0);-webkit-appearance:none;width:100%}.no-touch input[type=email]:hover,.no-touch input[type=password]:hover,.no-touch input[type=search]:hover,.no-touch input[type=tel]:hover,.no-touch input[type=text]:hover,.no-touch input[type=url]:hover,.no-touch textarea:hover{color:#A6A6A6;border-color:#A6A6A6;background:rgba(255,255,255,.35)}.no-touch input[type=email]:focus,.no-touch input[type=password]:focus,.no-touch input[type=search]:focus,.no-touch input[type=tel]:focus,.no-touch input[type=text]:focus,.no-touch input[type=url]:focus,.no-touch textarea:focus,.touch input[type=email]:focus,.touch input[type=password]:focus,.touch input[type=search]:focus,.touch input[type=tel]:focus,.touch input[type=text]:focus,.touch input[type=url]:focus,.touch textarea:focus{color:#444;outline:0;background:rgba(255,255,255,1);border-color:#009BCD}textarea{vertical-align:top;overflow:auto;padding-left:3px}a{-webkit-transition:color .4s ease;transition:color .4s ease;color:#009BCD;text-decoration:none;border-bottom:0 solid rgba(69,69,69,0)}.no-touch a:hover{color:#009BCD}.no-touch a:active{color:#007EA6}.no-touch .author-site a,.no-touch .entry-content a,.no-touch .entry-footer a,.no-touch .entry-meta a,.no-touch .site-colophon a,.no-touch .site-description a,.no-touch .theme-info a{-webkit-transition:color .4s ease-in-out,border-bottom .4s ease-in-out;transition:color .4s ease-in-out,border-bottom .4s ease-in-out}.no-touch .author-site a:hover,.no-touch .entry-content a:hover,.no-touch .entry-footer a:hover,.no-touch .entry-meta a:hover,.no-touch .site-colophon a:hover,.no-touch .site-description a:hover,.no-touch .theme-info a:hover{border-bottom:1px solid #009BCD}.no-touch .author-site a:active,.no-touch .entry-content a:active,.no-touch .entry-footer a:active,.no-touch .entry-meta a:active,.no-touch .site-colophon a:active,.no-touch .site-description a:active,.no-touch .theme-info a:active{border-bottom:1px solid #007EA6}.screen-reader-text{position:absolute!important;height:1px;width:1px!important;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.cf::after,.cf::before{content:"";display:table}.cf::after{clear:both}.cf{zoom:1}.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{content:'';display:table}.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after{clear:both}.comment-content img,.sidebar img,.site-branding img,.site-content img,.site-footer img,.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail,.widget img,img.size-full{max-width:100%;height:auto}embed,iframe,object{max-width:100%}.entry-content img,img[class*=align],img[class*=wp-image-]{height:auto}.comment-content img.wp-smiley,.entry-content img.wp-smiley,.page-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{border:1px solid #ccc;margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;max-width:100%}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}.gallery{margin:auto auto 1.5em}.gallery-item{float:left;text-align:center;margin:0 4px 4px 0;overflow:hidden;position:relative;width:100%}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}#content .gallery dd.gallery-caption{margin:auto}.gallery .gallery-caption{text-align:center;margin:auto}.gallery-columns-1 .gallery-caption{max-width:20em}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery a img{display:block;border:none;height:auto;max-width:90%}.entry-content .alignleft{display:inline;float:left;margin-right:2.5%}.entry-content .alignright{display:inline;float:right;margin-left:2.5%}.entry-content .aligncenter{clear:both;display:block;margin-right:auto;margin-left:auto}.site-header{width:100%;border-bottom:1px solid #009BCD;margin:3.5% auto 0}.site-branding{text-align:center;margin:1.5% auto 2.5%}.site-logo{-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out;margin:0 auto 2%;max-height:8.5em;width:auto;opacity:1;-webkit-user-drag:none;user-drag:none}.no-touch .site-logo:hover{opacity:.75}.no-touch .site-logo:active{opacity:.85}.site-title{margin:0 0 .5%;line-height:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.site-title a{-webkit-transition:text-shadow .5s;transition:text-shadow .5s;font-size:1.95em;color:#444;-webkit-font-smoothing:subpixel-antialiased}.no-touch .site-title a:hover{color:#444;text-shadow:0 0 6px rgba(75,75,75,.5)}.no-touch .site-title a:active{color:#444;text-shadow:0 -2px 12px rgba(75,75,75,.85)}.page-header{text-align:center;margin:0 auto 7.5%}.page-title{text-align:center;font-size:1.65em;padding:1.5%;border-bottom:1px solid #009BCD;display:inline-block}.site-description{text-align:center;margin-bottom:.75%}.sociallinks{display:block;margin:1% 0}.sociallinkscontainer{text-align:center;margin:0 auto}.sociallink{-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out;border:none;margin:1%}.no-touch .sociallink:hover{opacity:.6}.no-touch .sociallink:active{opacity:.8}.sociallink:first-child{margin-left:0}.sociallink:last-child{margin-right:0}.sociallink img,.sociallink svg{height:2em;width:2em}.no-inlinesvg .sociallink svg{display:none}.no-inlinesvg .sociallink{display:inline-block;height:50px;width:50px;margin:0 .5%;background-repeat:no-repeat;background-position:center;-webkit-background-size:50px;background-size:50px}.no-inlinesvg .TwitterLink{background-image:url(images/Twitter.png)}.no-inlinesvg .ADNLink{background-image:url(images/ADN.png)}.no-inlinesvg .FacebookLink{background-image:url(images/Facebook.png)}.no-inlinesvg .GooglePlusLink{background-image:url(images/GooglePlus.png)}.no-inlinesvg .MySpaceLink{background-image:url(images/MySpace.png)}.no-inlinesvg .DiasporaLink{background-image:url(images/Diaspora.png)}.no-inlinesvg .VKLink{background-image:url(images/VK.png)}.no-inlinesvg .DribbbleLink{background-image:url(images/Dribbble.png)}.no-inlinesvg .BehanceLink{background-image:url(images/Behance.png)}.no-inlinesvg .LinkedInLink{background-image:url(images/LinkedIn.png)}.no-inlinesvg .PinterestLink{background-image:url(images/Pinterest.png)}.no-inlinesvg .FancyLink{background-image:url(images/Fancy.png)}.no-inlinesvg .EtsyLink{background-image:url(images/Etsy.png)}.no-inlinesvg .PinboardLink{background-image:url(images/Pinboard.png)}.no-inlinesvg .DeliciousLink{background-image:url(images/Delicious.png)}.no-inlinesvg .InstagramLink{background-image:url(images/Instagram.png)}.no-inlinesvg .Five00pxLink{background-image:url(images/500px.png)}.no-inlinesvg .FlickrLink{background-image:url(images/Flickr.png)}.no-inlinesvg .DeviantARTLink{background-image:url(images/deviantART.png)}.no-inlinesvg .SoundcloudLink{background-image:url(images/Soundcloud.png)}.no-inlinesvg .RdioLink{background-image:url(images/Rdio.png)}.no-inlinesvg .SpotifyLink{background-image:url(images/Spotify.png)}.no-inlinesvg .LastFmLink{background-image:url(images/LastFm.png)}.no-inlinesvg .VineLink{background-image:url(images/Vine.png)}.no-inlinesvg .VimeoLink{background-image:url(images/Vimeo.png)}.no-inlinesvg .YouTubeLink{background-image:url(images/YouTube.png)}.no-inlinesvg .KickstarterLink{background-image:url(images/Kickstarter.png)}.no-inlinesvg .GittipLink{background-image:url(images/Gittip.png)}.no-inlinesvg .TumblrLink{background-image:url(images/Tumblr.png)}.no-inlinesvg .MediumLink{background-image:url(images/Medium.png)}.no-inlinesvg .SvbtleLink{background-image:url(images/Svbtle.png)}.no-inlinesvg .WordPressLink{background-image:url(images/WordPress.png)}.no-inlinesvg .StackOverflowLink{background-image:url(images/StackOverflow.png)}.no-inlinesvg .redditLink{background-image:url(images/reddit.png)}.no-inlinesvg .GithubLink{background-image:url(images/GitHub.png)}.no-inlinesvg .BitbucketLink{background-image:url(images/Bitbucket.png)}.no-inlinesvg .RunkeeperLink{background-image:url(images/Runkeeper.png)}.no-inlinesvg .StravaLink{background-image:url(images/Strava.png)}.no-inlinesvg .FoursquareLink{background-image:url(images/Foursquare.png)}.no-inlinesvg .YelpLink{background-image:url(images/Yelp.png)}.no-inlinesvg .SlideShareLink{background-image:url(images/SlideShare.png)}.no-inlinesvg .ResearchGateLink{background-image:url(images/ResearchGate.png)}.no-inlinesvg .YouVersionLink{background-image:url(images/YouVersion.png)}.no-inlinesvg .PSNLink{background-image:url(images/PSN.png)}.no-inlinesvg .XboxLiveLink{background-image:url(images/XboxLive.png)}.no-inlinesvg .SteamGroupLink,.no-inlinesvg .SteamUserLink{background-image:url(images/Steam.png)}.no-inlinesvg .SkypeLink{background-image:url(images/Skype.png)}.no-inlinesvg .RSSLink{background-image:url(images/RSS.png)}.no-inlinesvg .EmailLink{background-image:url(images/Email.png)}.no-inlinesvg .WebsiteLink{background-image:url(images/Website.png)}.menu{clear:both;width:100%}.horizontal-menu{text-align:center;position:relative}.header-menu{margin:2.5% auto 1.5%}.sidebar-menu{margin:0 auto 1.5em;text-align:left}.footer-menu{margin:1.5% auto 3.5%}.menu ul{list-style:none;margin:0 auto;padding-left:0}.sidebar-menu>ul{margin-left:2em}.horizontal-menu li{display:inline-block;margin:0 .5em}.vertical-menu li{display:block;position:relative}.menu>ul>li:first-child{margin-left:0}.menu>ul>li:last-child{margin-right:0}.menu a{-webkit-transition:color .25s ease;transition:color .25s ease;display:block;text-decoration:none}.menu a:focus{outline:0;color:#009BCD}.menu .menu-item-has-children>a::after,.menu .page_item_has_children>a::after{-webkit-transition:border-color .25s ease-out;transition:border-color .25s ease-out;content:'';width:0;height:0;margin-left:.25em;display:inline-block;vertical-align:middle}.menu ul .menu-item-has-children>a::after,.menu ul .page_item_has_children>a::after,.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top:5px solid #444;border-right:5px solid transparent;border-bottom:none;border-left:5px solid transparent}.footer-menu ul .menu-item-has-children>a::after,.footer-menu ul .page_item_has_children>a::after{border-top:none;border-right:5px solid transparent;border-bottom:5px solid #444;border-left:5px solid transparent}.menu a{color:#444}.menu ul>.menu-item-has-children>a::after,.menu ul>.page_item_has_children>a::after{border-top-color:#444}.menu ul li.open>a,.no-touch .menu a:hover{color:#009BCD}.menu ul li.open>a::after,.no-touch .menu ul>.menu-item-has-children>a:hover::after,.no-touch .menu ul>.page_item_has_children>a:hover::after{border-top-color:#009BCD}.no-touch .menu a:active{color:#007EA6}.no-touch .menu ul>.menu-item-has-children>a:active::after,.no-touch .menu ul>.page_item_has_children>a:active::after{border-top-color:#007EA6}.sidebar-menu a{color:#009BCD}.no-touch .sidebar-menu a:hover,.sidebar-menu ul li.open>a{color:#007EA6}.sidebar-menu ul .menu-item-has-children>a::after,.sidebar-menu ul .page_item_has_children>a::after{border-top-color:#009BCD}.no-touch .sidebar-menu ul .menu-item-has-children>a:hover::after,.no-touch .sidebar-menu ul .page_item_has_children>a:hover::after,.sidebar-menu ul li.open>a::after{border-top-color:#007EA6}.footer-menu ul>.menu-item-has-children>a::after,.footer-menu ul>.page_item_has_children>a::after{border-bottom-color:#444}.footer-menu ul>li.open>a::after,.no-touch .footer-menu ul>.menu-item-has-children>a:hover::after,.no-touch .footer-menu ul>.page_item_has_children>a:hover::after{border-bottom-color:#009BCD}.no-touch .footer-menu ul>.menu-item-has-children>a:active::after,.no-touch .footer-menu ul>.page_item_has_children>a:active::after{border-bottom-color:#007EA6}.menu ul ul{display:none;float:left;position:absolute;left:0;z-index:2;background-color:#E3E5E7;padding:.25em;border-bottom:2px solid #009BCD;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2);box-shadow:0 3px 8px rgba(0,0,0,.2)}.footer-menu ul ul{width:100%;bottom:100%}.vertical-menu ul li.open ul{float:none;position:relative}.vertical-menu ul ul a{width:12em}.menu ul ul li{display:block;width:auto}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{display:block}.vertical-menu ul ul ul{left:-.25em;top:100%}.header-menu ul ul{left:3.75%;right:3.75%}.header-menu ul ul ul{left:0;right:auto;top:90%;width:100%}.menu .current-menu-item>a,.menu .current_page_item>a{position:relative;color:#009BCD}.menu>ul>.current_page_item.menu-item-has-children>a::after,.menu>ul>.current_page_item.page_item_has_children>a::after{border-top-color:#009BCD}.sidebar-menu ul .current_page_item>a{color:#007EA6}.sidebar-menu ul .current_page_item.menu-item-has-children>a::after,.sidebar-menu ul .current_page_item.page_item_has_children>a::after{border-top-color:#007EA6}.footer-menu>ul>.current_page_item.menu-item-has-children>a::after,.footer-menu>ul>.current_page_item.page_item_has_children>a::after{border-bottom-color:#009BCD}.menu .current-menu-item>a:hover,.menu .current_page_item>a:hover{-webkit-animation:shake .25s ease .25s;animation:shake .25s ease .25s;color:#007EA6}@-webkit-keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%,54%,90%{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}18%,72%{-webkit-transform:translateX(7px);-ms-transform:translateX(7px);transform:translateX(7px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.site-breadcrumbs{width:100%;border-bottom:1px solid #009BCD;padding:1.5% 0;margin:0 auto}.site-breadcrumbs-container,.site-footer,.site-main{width:92.5%;margin:0 auto}.site-footer{margin-bottom:3.5%}.hentry{margin:0 0 1.5em}.byline{display:none}.group-blog .byline,.single .byline{display:inline}.entry-content,.entry-summary,.page-content{margin:0 0 2.5%;word-wrap:break-word;overflow-wrap:break-word}.page-links{clear:both;margin:0 0 1.5em}.entry-header{margin:5% auto 3.5%;text-align:center}article.page .entry-header{font-size:1.25em;margin:2.5% auto 5%}body.single-attachment .entry-header{padding-top:5%;margin-top:0}a .attachment-post-thumbnail{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch a .attachment-post-thumbnail:hover{opacity:.8}.no-touch a .attachment-post-thumbnail:active{opacity:.9}.entry-title{color:#444;text-decoration:none;text-align:center;word-wrap:break-word;overflow-wrap:break-word;font-size:1.5em;line-height:1.25;width:90%;margin:0 auto}.entry-title a{color:#444}article.post{width:100%;margin:5% auto 10%;line-height:1.65}.entry-content h1{font-size:2em}.entry-content h2{font-size:1.75em}.entry-content h3{font-size:1.5em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-content img{margin:2.5% auto}.entry-content a>img{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:1}.no-touch .entry-content a:hover>img{opacity:.8}.no-touch .entry-content a:active>img{opacity:.9}.entry-content .video-player img{margin:0}body.single-attachment .entry-meta{margin-top:1.5%}body.single-attachment .entry-content .attachment{text-align:center}.single-attachment .entry-content .attachment img{margin:0 auto 2.5%}.entry-content blockquote{margin:1.5% 0;padding:0 0 0 5%;border-left:.15em solid #009BCD;font-style:italic}.read-more{color:#444}.entry-footer{width:90%;padding-bottom:.5%;border-bottom:1px solid #009BCD;margin:0 auto}.entry-header .entry-meta{display:inline-block;width:auto;padding:0 2.5% 1%;border-bottom:1px solid #009BCD;margin:0 auto 1.5%}article .categories,article .date,article .tags{font-size:.8em;clear:both;margin:1.5% 0;color:gray}article .date{margin-bottom:0}article .date a{-webkit-transition-duration:.25s;transition-duration:.25s;color:gray}.no-touch article .date a:hover{color:#009BCD}.no-touch article .date a:active{color:#007EA6}.no-touch article .date a:active,.no-touch article .date a:hover{border-bottom:none}.site-colophon,.theme-info{font-size:.8em;text-align:center;margin-top:1em}.site-colophon p,.theme-info p{margin-bottom:0}.format-link .entry-title a{text-decoration:underline;color:#444}.no-touch .format-link .entry-title a:hover{color:#009BCD;border-bottom:none}.no-touch .format-link .entry-title a:active{color:#007EA6;border-bottom:none}.link-title-arrow{padding:0 .25em}.format-quote .entry-content{margin-top:3%;font-size:2em;line-height:1.5}.format-quote blockquote{padding-left:0;border-left:none}.format-quote blockquote p::before{content:'\201C';font-size:1.3em}.format-quote blockquote p::after{content:'\201D';font-size:1.3em}.archive .format-aside .entry-header,.blog .format-aside .entry-header{display:none}.format-aside .entry-content{font-style:italic}.mejs-container{max-width:100%!important}.author-section{-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);padding:3.5%;margin:0 auto 3.5%;text-align:left}.author-section:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.author-image{width:25%;max-width:125px;float:left}.author-image img{-webkit-transition:-webkit-box-shadow .35s ease-out,opacity .35s ease-out;transition:box-shadow .35s ease-out,opacity .35s ease-out;border-radius:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,0);box-shadow:0 0 5px rgba(0,0,0,0);opacity:1}.no-touch .author-image img:hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);opacity:1}.no-touch .author-image img:active{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 1px 4px rgba(0,0,0,.4);opacity:.85}.author-text{width:65%;float:left;margin-left:5%}.author-name{font-size:1.4em}.author-name a{color:#444}.author-bio,.author-site{font-size:.9em}.author .author-section{width:90%;max-width:15em;padding:2.5%;margin:7.5% auto 0;text-align:center;font-size:1.1em}.author .author-image{width:33%;max-width:175px;float:none;margin:0 auto}.author .author-text{width:95%;float:none;margin:0 auto}.comments-area{margin:3.5% auto 5%}.comment,.comment-body{margin:2.5% 0;padding-bottom:2.5%;border-bottom:1px solid silver}.comment-body:last-child,.comment:last-child{padding-bottom:0;border-bottom:none}.comment-content a{word-wrap:break-word;overflow-wrap:break-word}.comment-author.vcard img{margin:0;border-radius:100%;max-width:32px}.comment-metadata a{color:gray;font-size:.8em;margin-right:1.5%}.no-touch .comment-metadata a:hover{color:#009BCD}.no-touch .comment-metadata a:active{color:#007EA6}li.comment{list-style:none}#respond{margin-top:7.5%}.comment-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.comment-form>p{-webkit-box-flex:1;-webkit-flex:1 100%;-ms-flex:1 100%;flex:1 100%}.comment-form-comment{margin-bottom:0}textarea#comment{height:7em;border-radius:3px 3px 0}.form-allowed-tags{-webkit-transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;transition:max-height .35s ease-out,opacity .35s ease-out,border-color .35s ease-out;font-size:.9em;opacity:0;max-height:0;overflow:hidden;border-left:1px solid silver;border-right:1px solid silver;border-bottom:1px solid transparent;border-radius:0 0 0 3px;margin-bottom:0}.form-allowed-tags.visible{opacity:1;max-height:12em;padding:1%;border-bottom-color:silver}.form-submit input[type=submit]{position:relative;top:-1px;float:right;border-top-color:transparent;border-radius:0 0 3px 3px}.image-navigation,.paging-navigation,.post-navigation{margin:2.5%;overflow:hidden}.nav-next,.nav-previous{word-wrap:break-word;overflow-wrap:break-word}.nav-previous{float:left;text-align:left;width:50%}.nav-next{float:right;text-align:right;width:50%}.nav-links a{-webkit-transition:padding .25s ease-out,color .25s ease-out;transition:padding .25s ease-out,color .25s ease-out;padding:0;display:block}.no-touch .nav-links a:hover{padding:0 2.5%}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:0 auto 2.5%;max-width:27.5em}.search-form label{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.search-submit{margin-left:.25em}.no-flexbox .search-form input[type=search]{width:60%}.search-entry,.search-entry .entry-title{-webkit-transition-duration:.25s;transition-duration:.25s;color:#444}.search-entry .entry-title{font-size:1.25em;margin-bottom:.5em}.search .site-main .search-form{margin-top:2.5%}.search .page-header input[type=search]{color:gray;border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:0;font-size:1.25em}.no-touch .search .page-header input[type=search]:hover{border-color:#A6A6A6;border-radius:3px}.search .page-header input[type=search]:focus{color:#444;border-color:#009BCD;border-radius:3px}.search .page-header .search-submit{font-size:1.25em;border-color:transparent;padding:0 .5em}.search article{margin-bottom:10%}.search-highlight{background-color:rgba(255,255,0,.25);color:inherit}.search .entry-footer{width:90%;border-bottom:1px solid #009BCD;margin:0 auto}.SidebarLink{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;position:relative;margin-bottom:2.5%;cursor:pointer;display:inline-block;height:1.5em;opacity:1}.no-touch .SidebarLink:hover{opacity:.65}.no-touch .SidebarLink:active{opacity:.85}.SidebarLink img,.SidebarLink svg{width:1.5em;height:1.5em}.no-inlinesvg .SidebarLink svg{display:none}.no-inlinesvg .SidebarLink{width:30px;height:25px;background:url(images/menu.png) no-repeat center;-webkit-background-size:30px 25px;background-size:30px 25px}.SidebarLink.left{left:5%}.SidebarLink.right{right:5%;float:right}.SidebarTop{background-color:#E3E5E7;width:100%;margin-bottom:7.5%;border-bottom:1px solid #009BCD;cursor:pointer;z-index:1}.no-touch .SidebarTop{position:-webkit-sticky;position:sticky;top:0}.admin-bar .sidebar{top:32px}@media screen and (max-width:782px){.admin-bar .sidebar{top:46px}}.SidebarClose{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;padding:3.5%;display:block;opacity:1;height:1.4em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.no-touch .SidebarTop:hover .SidebarClose{opacity:.65}.no-touch .SidebarTop:hover .SidebarClose:active{opacity:.85}.SidebarClose img,.SidebarClose svg{height:1.4em;width:1.4em}.no-inlinesvg .SidebarClose svg{display:none}.no-inlinesvg .SidebarClose{height:30px;width:30px;background:url(images/cross.png) no-repeat center;-webkit-background-size:30px;background-size:30px}.sidebar{-webkit-transition:-webkit-transform .35s ease-out;transition:transform .35s ease-out;top:0;width:95%;font-size:.95em;background-color:#E3E5E7;position:fixed;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:5}.sidebar.left{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);left:0;-webkit-box-shadow:1px 0 15px rgba(0,0,0,.5);box-shadow:1px 0 15px rgba(0,0,0,.5)}.sidebar.right{-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);right:0;-webkit-box-shadow:-1px 0 15px rgba(0,0,0,.5);box-shadow:-1px 0 15px rgba(0,0,0,.5)}.SidebarContent{margin:0 5%}.no-touch .SidebarContent a:hover{color:#007EA6}.sidebar.left.visible,.sidebar.right.visible{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.no-csstransforms .sidebar.left{left:-100%}.no-csstransforms .sidebar.constant.left,.no-csstransforms .sidebar.left.visible{left:0}.no-csstransforms .sidebar.right{right:-100%}.no-csstransforms .sidebar.constant.right,.no-csstransforms .sidebar.right.visible{right:0}@-webkit-keyframes pop-closed{0%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);transform:translateX(-110%)}}@keyframes pop-closed{0%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}25%{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}40%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}60%{-webkit-transform:translateX(-90%);-ms-transform:translateX(-90%);transform:translateX(-90%)}75%{-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%)}90%{-webkit-transform:translateX(-95%);-ms-transform:translateX(-95%);transform:translateX(-95%)}100%{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%)}}.widget{margin:0 0 1.5em}.widget ol,.widget ul{margin:0 0 1.5em 2em}.widget select{max-width:100%}.explore-page{margin:5% auto 0}.post-lists{margin:1.5%}.explore-page .search-form{text-align:center}.explore-page .widget h1{color:#444;font-size:1.15em;border-bottom:1px solid #009BCD;padding-bottom:1%}.explore-page .widget:not(.search){-webkit-transition:-webkit-box-shadow .35s ease-out;transition:box-shadow .35s ease-out;width:90%;padding:2.5% 5%;margin:0 auto 5%;font-size:1em;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.explore-page .widget:not(.search):hover{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.4);box-shadow:0 2px 5px rgba(0,0,0,.4)}.explore-page .widget.archives ul,.explore-page .widget.categories>ul{height:15em;margin:0;overflow:scroll;-webkit-overflow-scrolling:touch}.explore-page .widget.search{margin-bottom:7.5%}.explore-page .widget.recent-posts ul{list-style:none;margin:0}.infinite-scroll .paging-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}@media only screen and (min-width:35em){.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs,.site-footer,.site-header,.site-main{width:82.5%}.site-breadcrumbs-container{width:100%}.SidebarLink{position:fixed;height:1.75em;width:1.75em;top:2.5%}.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 32px);top:calc(2.5% + 32px)}@media screen and (max-width:782px){.admin-bar .SidebarLink{top:-webkit-calc(2.5% + 46px);top:calc(2.5% + 46px)}}.SidebarLink img,.SidebarLink svg{width:1.75em;height:1.75em}.SidebarLink.left{left:2.5%}.SidebarLink.right{right:2.5%}.sidebar{width:55%}.sociallinks{margin:1.5% auto}.sociallink img,.sociallink svg{height:2.25em;width:2.25em}.menu li{position:relative}.menu ul li.open>ul,.no-touch .menu ul li:hover>ul,.no-touch .menu ul ul:hover{width:auto}.menu ul li.open ul{float:left;position:absolute}.header-menu ul ul{left:auto;right:auto}.menu ul ul{padding:.25em .5em}.menu ul ul a{width:10em}.horizontal-menu ul ul ul{left:-6%}.footer-menu ul ul ul{top:auto}.vertical-menu ul ul ul{left:-.5em}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;margin:0 .25em}.comment-form p.comment-form-author{margin-left:0}.comment-form p.comment-form-url{margin-right:0}.form-allowed-tags.visible{max-height:7em}}@media only screen and (min-width:50em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:80%}.site.sidebar-style-constant{margin:0 auto;width:67%;height:100%;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch}.site.sidebar-style-left{right:0}.site.sidebar-style-right{left:0}.site-scroll{margin:3.5% 2.5% 0}.site-scroll .site-header{margin-top:0}.sidebar-style-constant .site-footer,.sidebar-style-constant .site-header,.sidebar-style-constant .site-main,.site-breadcrumbs{width:100%;max-width:45em}.page-header{margin:0 auto 5%}.site-title a{font-size:2.8em}.author .author-section{width:75%;max-width:100%;font-size:1.25em;margin-top:3.5%}.sociallink img,.sociallink svg{height:2.5em;width:2.5em}.no-inlinesvg .sociallink{margin:1%}.horizontal-menu li{margin:0 1.5%}.SidebarLink{top:5%}.sidebar-style-constant .SidebarLink,.sidebar.constant .SidebarTop{display:none}.sidebar{width:33%}.sidebar.constant .SidebarContent{margin-top:5%}.sidebar.constant{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);-webkit-box-shadow:none;box-shadow:none}.sidebar.constant.left{border-right:1px solid #009BCD}.sidebar.constant.right{border-left:1px solid #009BCD}.no-csstransforms .sidebar.left{left:-40%}.no-csstransforms .sidebar.right{right:-40%}.SidebarClose{padding:2.5%}.entry-title{font-size:2em;width:80%}.content-area article{margin:2.5% auto 5%}.entry-content h1{font-size:2.5em}.entry-content h2{font-size:2.125em}.entry-content h3{font-size:1.75em}.entry-content h4{font-size:1.375em}.entry-content h5{font-size:1.25em}.entry-content h6{font-size:1.125em}.entry-footer{width:85%}.search article{margin-bottom:5%}.explore-page .widget.search{margin-bottom:3.5%}.archive .format-quote .entry-content,.blog .format-quote .entry-content,.single .format-quote .entry-content{font-size:2.75em}.sidebar-style-constant .site-footer{margin-bottom:5%}}@media only screen and (min-width:68.5em){.site-breadcrumbs,.site-footer,.site-header,.site-main{width:60%;max-width:45em}.site-header{max-width:60em}.site-title a{font-size:3.5em}.sociallink img,.sociallink svg{height:2.75em;width:2.75em}.page-header{margin-bottom:3.5%}.entry-title{font-size:2.25em}.site.sidebar-style-constant{width:75%}.SidebarLink.left{left:7.5%}.SidebarLink.right{right:7.5%}.sidebar{width:25%;max-width:30em}.no-csstransforms .sidebar.left{left:-30%}.no-csstransforms .sidebar.right{right:-30%}.content-area article{margin-bottom:10%}}@media only print{.SidebarLink,.comment-respond,.menu,.paging-navigation,.post-navigation,.sidebar,.site-breadcrumbs,.sociallinks{display:none}body.custom-background{background:0 0}.site-header{padding-bottom:2.5%;margin-top:0}} \ No newline at end of file From ace48668dbd824173cb27430d9afacd6c0eb6917 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Sun, 13 Apr 2014 18:27:10 -0500 Subject: [PATCH 52/59] Added Goodreads icon --- css/src/style.css | 1 + css/style.css | 1 + css/style.css.map | 2 +- images/Goodreads.png | Bin 0 -> 2050 bytes inc/customizer.php | 57 ++++++++++++++++++++++++++----------------- social-links.php | 10 ++++++++ style.css | 2 +- 7 files changed, 48 insertions(+), 25 deletions(-) create mode 100644 images/Goodreads.png diff --git a/css/src/style.css b/css/src/style.css index 084ec8f..1eddf83 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -820,6 +820,7 @@ img[class*="wp-image-"] { .no-inlinesvg .YouTubeLink {background-image: url('images/YouTube.png');} .no-inlinesvg .KickstarterLink {background-image: url('images/Kickstarter.png');} .no-inlinesvg .GittipLink {background-image: url('images/Gittip.png');} +.no-inlinesvg .GittipLink {background-image: url('images/Goodreads.png');} .no-inlinesvg .TumblrLink {background-image: url('images/Tumblr.png');} .no-inlinesvg .MediumLink {background-image: url('images/Medium.png');} .no-inlinesvg .SvbtleLink {background-image: url('images/Svbtle.png');} diff --git a/css/style.css b/css/style.css index e5dda89..c7f5bd9 100644 --- a/css/style.css +++ b/css/style.css @@ -839,6 +839,7 @@ img[class*="wp-image-"] { .no-inlinesvg .YouTubeLink {background-image: url('images/YouTube.png');} .no-inlinesvg .KickstarterLink {background-image: url('images/Kickstarter.png');} .no-inlinesvg .GittipLink {background-image: url('images/Gittip.png');} +.no-inlinesvg .GittipLink {background-image: url('images/Goodreads.png');} .no-inlinesvg .TumblrLink {background-image: url('images/Tumblr.png');} .no-inlinesvg .MediumLink {background-image: url('images/Medium.png');} .no-inlinesvg .SvbtleLink {background-image: url('images/Svbtle.png');} diff --git a/css/style.css.map b/css/style.css.map index e844513..d5be369 100644 --- a/css/style.css.map +++ b/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file +{"version":3,"file":"style.css","sources":["src/style.css"],"names":[],"mappings":"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,YAAW;EACX;;CAEA;EACC,cAAa;GACb;;CAED;EACC,cAAa;GACb;;AAEF;CACC,WAAU;EACV;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,gBAAe;CACf,mBAAkB;CAClB,mCAAkC;CAClC,oBAAmB;EACnB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,YAAW;CACX,sBAAqB;CACrB,kCAAiC;CACjC,gBAAe;EACf;;AAED;CACC,uBAAsB;CACtB,aAAY;CACZ,oBAAmB;CACnB,kCAAiC;CACjC,qBAAoB;EACpB;;AAED;;;CAGC,kBAAiB;CACjB,aAAY;CACZ,gBAAe;CACf,gBAAe;EACf;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oCAA2B;CAA3B,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;GACf;;CAED;EACC,gBAAe;GACf;;CAED;;EAEC,qBAAoB;GACpB;;AAEF;CACC,kBAAiB;CACjB,oBAAmB;CACnB,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;;AAGD;;;;iEAIgE;AAChE;CACC,4BAA2B;CAC3B,gBAAe;EACf;;CAEA;EACC,gBAAe;EACf,qBAAoB;GACpB;;CAED;EACC,gBAAe;EACf,qBAAoB;GACpB;;AAEF;CACC,mBAAkB;EAClB;;AAED;;iEAEgE;AAChE;CACC,gBAAe;CACf,gBAAe;CACf,kBAAiB;EACjB;;AAED;CACC,iBAAgB;CAChB,mBAAkB;EAClB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;CACC,kBAAiB;CACjB,kBAAiB;EACjB;;AAED;;iEAEgE;AAChE;;CAEC,eAAc;EACd;;AAED;CACC,oBAAmB;EACnB;;AAED;;iEAEgE;AAChE;CACC,4BAA2B,AAAC,0IAAyI;EACrK;;;AAGD;;;;iEAIgE;AAChE;CACC,uDAAsC;CAAtC,uCAAsC;CACtC,+CAAsC;CAAtC,uCAAsC;CACtC,eAAc;CACd,qBAAoB;CACpB,kBAAiB;EACjB;;CAEA;EACC,iDAAwC;EAAxC,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;AAChE,6EAA4E;AAC5E;4CAC4C,2CAA0C;CACrF,eAAc;EACd;;AAED,yHAAwH;AACxH;CACC,gBAAe;EACf;;;AAGD;;;;iEAIgE;AAChE;;AAEA;CACC,cAAa;EACb;;AAED;CACC,aAAY;EACZ;;AAED;CACC,iBAAgB;CAChB,gBAAe;CACf,eAAc;CACd,WAAU;EACV;;AAED;CACC,gCAAuB;CAAvB,wBAAuB;EACvB;;AAED;CACC;CACA,gCAAuB;CAAvB,wBAAuB;EACvB;EACA;;AAED;CACC,eAAc;CACd,gBAAe;EACf;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;uEACsE;AACtE;CACC,oBAAmB;EACnB;;AAED;;;CAGC,aAAY;EACZ;;AAED;CACC,aAAY;CACZ,oBAAmB;EACnB;;AAED;CACC,YAAW;CACX,aAAY;EACZ;;AAED;CACC,uBAAsB;EACtB;;AAED;CACC,aAAY;EACZ;;AAED;CACC,WAAU;EACV;;AAED;CACC,WAAU;EACV;;AAED;CACC,cAAa;EACb;;AAED;;;CAGC,yBAAgB;CAAhB,8BAAgB;CAAhB,iBAAgB;CAChB,kBAAiB;EACjB;;AAED;CACC,gBAAe;EACf;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;EACX;;AAED;CACC,gBAAe;CACf,YAAW;CACX,cAAa;CACb,iBAAgB;CAChB,oBAAmB;CACnB,mCAAkC;EAClC;;AAED;CACC,UAAS;EACT;;AAED;CACC,SAAQ;EACR;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,eAAc;EACd;;AAED;CACC,aAAY;CACZ,iBAAgB;EAChB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,YAAW;CACX,iBAAgB;CAChB,mBAAkB;CAClB,kBAAiB;EACjB;;AAED;CACC,eAAc;CACd,cAAa;EACb;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,SAAQ;EACR;;AAED;CACC,eAAc;EACd;;AAED;CACC,eAAc;EACd;;AAED;CACC,YAAW;EACX;;AAED;CACC,gBAAe;EACf;;AAED;CACC,mCAA0B;CAA1B,+BAA0B;CAA1B,2BAA0B;CAC1B,0BAAiB;CAAjB,kBAAiB;EACjB;;AAED;CACC,iCAAgC;EAChC;;AAED;CACC,gCAA+B;EAC/B;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;AAEF;CACC,eAAc;EACd;;AAED;CACC,gBAAe;CACf,YAAW;EACX;;AAED;CACC,sBAAqB;EACrB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,oBAAmB;EACnB;;AAED;CACC,YAAW;EACX;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,mBAAkB;EAClB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,YAAW;CACX,iBAAgB;EAChB;;AAED;CACC,iBAAgB;EAChB;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,gBAAe;CACf,eAAc;EACd;;AAED;CACC,qBAAoB;EACpB;;AAED;CACC,mBAAkB;EAClB;;AAED;CACC,YAAW;EACX;;AAED;CACC,YAAW;EACX;;AAED;CACC,aAAY;EACZ;;AAED;CACC,YAAW;CACX,iBAAgB;EAChB;;CAEA;EACC,YAAW;GACX;;CAED;EACC,aAAY;GACZ;;;AAGF;CACC,oBAAmB;EACnB;EACA;;AAED;;iEAEgE;AAChE;;AAEA;CACC,eAAc;EACd;;AAED;CACC,kBAAiB;EACjB;;AAED;CACC,sBAAqB;CACrB,eAAc;EACd;EACA"} \ No newline at end of file diff --git a/images/Goodreads.png b/images/Goodreads.png new file mode 100644 index 0000000000000000000000000000000000000000..a86e3c2bfbc5e51dfbc5de6e87378bb506a071a8 GIT binary patch literal 2050 zcmV+d2>thoP)@?2!}+_#U>LKiY4hd+%L+l&+qJgk1sFh@;)#4htKw&=k~jOpWkzTj$_sg zg@S?t*ZBDOnu&>tOozjf%9ny@7hkNVqK~+T`WC)s>d!iz&TmhjKHa0$Pb+dvhkMzw zW%ou$M;Bt$I^^VHSeS}DfR8}`Bf!cB2M15o)z!7D@Ed7u0TBQ(F)?oepoq_D6lgaM zm~p;?0|NtZ*a4&jBrPp1EgwtfR&<0|A`#whAOa#eIk^HaWcgzbR8C*N zK>Z(lf74B*byJY_5czq5`25u&ulDlg%lZDmg!*IDJfRE%qYn=a4ehC|t!?rl+nJxA zzn=0}0Jc=GhkkKrXy|>6LBHcc8dPio$QGT?82j{yHYQ4pgu&7>+l-EmKE>cXmX(!t zPeeq7Ow9%GC1b=0^;h`5W4$DSuJq_VxA6jf#r8A25}{^o)&-y;fOS z`Hq=x3J{r{5Lk|qDRpLMJ&za00kNT~s_JVDd>Yqx^o;!2q%u&4a0bsYO z0D*S`UF*!V*`&ox)(M$nRX~W52;UKM+Fhg64?Oc6WDgrxC75q17O^ ziH%~bk!KPRS?p*b)pg?EYuB#rTCrk9DpT|)M&W_dczs`7T-+iW;q5?lzUstAZDICS zdx6NdgVJJejl~2l`qBCG=ldBGCA3zgMYdTO6Ap+H`g<8$k}j)!2D)O+W>1k9i0qv( zL}}ZBA)~#$y=B?i*~#$AY@`$bQ@DKja%sSuN{kSTtzxsz=K&(f5L%=cT8$C*OMQKP zM`UE=W~)3#I`|#%K4C0VNsG<8S3E$N`qonD^^R3xOojDAi)Zqz@|fuuSJ~z=t9h|m zjuArdF`kxLYn9nV_otRmH`yfffyiIl`_0v0X68UQ2mDr7LA&3TK=s&p0~2 z#27I_BuC!qge(~&snd|)s;Q~z)r_$#rXR*}yUZG2suR~Pv?~N}NdF!~hSD~}r0=3B zubdSO;t|_@908u$iq-vBW$hXReZ0XguYu1cK=gYjL%HRo=S+by-&p1_5ppiK&1(=9 zD?n@q04!#+_~6y6SC27H*RwoG} z!x-&$@^i^tp^|67N3#pv+uq(j1YaTY{t3np&BdOco(*gmWqYE$S@j|Rl6a)qM}=z9 zMvk~|a(r#OapT4krsXn>ow86;Hb~uP!^6WFfSAo@^*A22e5Ceg6mpvdNUc8tm2wQ) z377*N9UWsFmWt>$^O%v=WB4|jcR|4bg5rBTLsuTIA=+djDYssiDR~2BD9sp5+KxlFXxs0&2 z!_aN_0Fg%)3T$oMXpswi)qJvxRSxLwY-ng0gkO2Qh|OZVDD?o5hZPDBDq8^q2JFMN zIgAHiSENBjqW5PZV%#X7GR0>7QOE;C1j$PgMoE8G3IJFn4Dg;(V!TCsh@`A%1-FWV zr^HsVS*P>@(U6tu6;@;V|7wl)7{(}dPw1Oi7|XeJ%ty|At2#BhQr#Pp_X3fOJa-}7 zEorMkJi-*7&H7MBE6KB*r2y@92)8gk#u@0lEiq|CVx!n<Xf*Y$gg+Q;@kQd(BSJWxr#ArI zlkWUaDDgpk0Pj7yKh!O#F$3KP|TT8|a-C#E@84$RUXC~5k z0mn|f&LlGBsm&}u#9ZJjFYnw77A$B4$YTJS)@ja{d|zb%aI^K_#7mewj|UBwfQXc~ zwzg(wqWzpD94N^EP*_muHVE*-5c2o3PHbes`^~BdTU|xoB;=6=Fn8vkYRs)8faGn3 zF1MCC+kbPy3&%N#9XD<{%({Z*ZF$6(Q0=6-hPo_1`QzC_VmV{z7l3l@B!4`U%MQ6G gsHFjB?2l*v1A '' ) ); + $wp_customize->add_setting( 'goodreads_username', array( + 'default' => '' + ) ); + $wp_customize->add_setting( 'tumblr_username', array( 'default' => '' ) ); @@ -676,165 +680,172 @@ public static function decode_customize_register( $wp_customize ) { 'priority'=> 31 ) ); + $wp_customize->add_control( 'goodreads_username', array( + 'label' => sprintf( __( '%s Username', 'decode' ), 'Goodreads' ), + 'section' => 'decode_social_options', + 'type' => 'text', + 'priority'=> 32 + ) ); + $wp_customize->add_control( 'tumblr_username', array( 'label' => sprintf( __( '%s Site URL', 'decode' ), 'Tumblr' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 32 + 'priority'=> 33 ) ); $wp_customize->add_control( 'medium_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Medium' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 33 + 'priority'=> 34 ) ); $wp_customize->add_control( 'svbtle_url', array( 'label' => sprintf( __( '%s Site URL', 'decode' ), 'Svbtle' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 34 + 'priority'=> 35 ) ); $wp_customize->add_control( 'wordpress_url', array( 'label' => sprintf( __( '%s Site URL', 'decode' ), 'WordPress' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 35 + 'priority'=> 36 ) ); $wp_customize->add_control( 'stackoverflow_userid', array( 'label' => sprintf( __( '%s User ID', 'decode' ), 'Stack Overflow' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 36 + 'priority'=> 37 ) ); $wp_customize->add_control( 'reddit_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Reddit' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 37 + 'priority'=> 38 ) ); $wp_customize->add_control( 'github_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'GitHub' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 38 + 'priority'=> 39 ) ); $wp_customize->add_control( 'bitbucket_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Bitbucket' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 39 + 'priority'=> 40 ) ); $wp_customize->add_control( 'runkeeper_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Runkeeper' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 40 + 'priority'=> 41 ) ); $wp_customize->add_control( 'strava_userid', array( 'label' => sprintf( __( '%s User ID', 'decode' ), 'Strava' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 41 + 'priority'=> 42 ) ); $wp_customize->add_control( 'foursquare_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Foursquare' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 42 + 'priority'=> 43 ) ); $wp_customize->add_control( 'yelp_url', array( 'label' => sprintf( __( '%s Profile URL', 'decode' ), 'Yelp' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 43 + 'priority'=> 44 ) ); $wp_customize->add_control( 'slideshare_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'SlideShare' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 44 + 'priority'=> 45 ) ); $wp_customize->add_control( 'researchgate_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Research Gate' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 45 + 'priority'=> 46 ) ); $wp_customize->add_control( 'youversion_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'YouVersion' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 46 + 'priority'=> 47 ) ); $wp_customize->add_control( 'psn_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Playstation Network' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 47 + 'priority'=> 48 ) ); $wp_customize->add_control( 'xbox_live_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Xbox Live' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 48 + 'priority'=> 49 ) ); $wp_customize->add_control( 'steam_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Steam' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 49 + 'priority'=> 50 ) ); $wp_customize->add_control( 'steam_group_name', array( 'label' => sprintf( __( '%s Group Name', 'decode' ), 'Steam' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 50 + 'priority'=> 51 ) ); $wp_customize->add_control( 'skype_username', array( 'label' => sprintf( __( '%s Username', 'decode' ), 'Skype' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 51 + 'priority'=> 52 ) ); $wp_customize->add_control( 'email_address', array( 'label' => __( 'Email Address', 'decode' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 52 + 'priority'=> 53 ) ); $wp_customize->add_control( 'website_link', array( 'label' => sprintf( __( '%s Link', 'decode' ), 'Website' ), 'section' => 'decode_social_options', 'type' => 'text', - 'priority'=> 53 + 'priority'=> 54 ) ); $wp_customize->add_control( 'show_rss_icon', array( 'label' => __( 'RSS Feed', 'decode' ), 'section' => 'decode_social_options', 'type' => 'checkbox', - 'priority'=> 54 + 'priority'=> 55 ) ); diff --git a/social-links.php b/social-links.php index 3a74022..2edf398 100644 --- a/social-links.php +++ b/social-links.php @@ -285,6 +285,16 @@ + + + + logged in to post a comment." msgstr "" -#: ../comments.php:84 +#: ../comments.php:100 #, php-format msgid "" "Logged in as %2$s. Log out?" msgstr "" -#: ../comments.php:85 +#: ../comments.php:101 msgid "Your email address will not be published." msgstr "" -#: ../comments.php:86 +#: ../comments.php:102 #, php-format msgid "" "You may use these HTML tags " @@ -190,7 +190,7 @@ msgstr "" msgid "Read More…" msgstr "" -#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:24 +#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:26 #: ../content-quote.php:21 ../content-search.php:19 ../content-single.php:27 #: ../content-single.php:69 ../content-single.php:114 ../content.php:35 #: ../image.php:30 @@ -202,7 +202,7 @@ msgstr "" msgid "Continue reading " msgstr "" -#: ../content-link.php:29 ../content-page.php:21 ../content-quote.php:15 +#: ../content-link.php:29 ../content-page.php:22 ../content-quote.php:15 #: ../content-single.php:14 ../content-single.php:101 ../content.php:29 #: ../image.php:91 msgid "Pages:" @@ -257,22 +257,27 @@ msgstr "" msgid "%1$s by %2$s" msgstr "" -#: ../functions.php:59 +#: ../functions.php:82 msgid "Header Menu" msgstr "" -#: ../functions.php:60 +#: ../functions.php:83 msgid "Sidebar Menu" msgstr "" -#: ../functions.php:61 +#: ../functions.php:84 msgid "Footer Menu" msgstr "" -#: ../functions.php:105 +#: ../functions.php:130 msgid "Sidebar" msgstr "" +#: ../functions.php:132 +msgctxt "sidebar description" +msgid "Only displayed if sidebar remains enabled in the Customize menu." +msgstr "" + #: ../header.php:38 msgid "Skip to content" msgstr "" @@ -297,263 +302,264 @@ msgstr "" msgid "Header Options" msgstr "" -#: ../inc/customizer.php:94 -msgid "Header Image" -msgstr "" - -#: ../inc/customizer.php:103 +#: ../inc/customizer.php:90 msgid "Favicon Image (must be a PNG)" msgstr "" -#: ../inc/customizer.php:110 +#: ../inc/customizer.php:97 msgid "Show Site Title" msgstr "" -#: ../inc/customizer.php:117 +#: ../inc/customizer.php:104 msgid "Show Site Description" msgstr "" -#: ../inc/customizer.php:124 +#: ../inc/customizer.php:111 msgid "Show Header Menu" msgstr "" -#: ../inc/customizer.php:131 +#: ../inc/customizer.php:118 msgid "" "HTML for description, if you wish to replace your blog description with HTML " "markup" msgstr "" -#: ../inc/customizer.php:144 +#: ../inc/customizer.php:131 msgid "Sidebar Options" msgstr "" -#: ../inc/customizer.php:168 +#: ../inc/customizer.php:155 msgid "Enable Sidebar" msgstr "" -#: ../inc/customizer.php:175 +#: ../inc/customizer.php:162 msgid "Sidebar Position" msgstr "" -#: ../inc/customizer.php:179 ../inc/customizer.php:190 +#: ../inc/customizer.php:166 ../inc/customizer.php:177 msgid "Left" msgstr "" -#: ../inc/customizer.php:180 ../inc/customizer.php:191 +#: ../inc/customizer.php:167 ../inc/customizer.php:178 msgid "Right" msgstr "" -#: ../inc/customizer.php:186 +#: ../inc/customizer.php:173 msgid "Sidebar Button Position" msgstr "" -#: ../inc/customizer.php:197 +#: ../inc/customizer.php:184 msgid "Always Visible Sidebar" msgstr "" -#: ../inc/customizer.php:201 +#: ../inc/customizer.php:188 msgctxt "Sidebar option" msgid "Always open" msgstr "" -#: ../inc/customizer.php:202 +#: ../inc/customizer.php:189 msgctxt "Sidebar option" msgid "Closed by default" msgstr "" -#: ../inc/customizer.php:215 +#: ../inc/customizer.php:202 msgid "Discussion Options" msgstr "" -#: ../inc/customizer.php:227 +#: ../inc/customizer.php:219 msgid "Enable Comments" msgstr "" -#: ../inc/customizer.php:240 +#: ../inc/customizer.php:226 +msgid "Show allowed HTML tags on comment form" +msgstr "" + +#: ../inc/customizer.php:239 msgid "Social Options" msgstr "" -#: ../inc/customizer.php:464 ../inc/customizer.php:471 +#: ../inc/customizer.php:467 ../inc/customizer.php:474 msgid "Show Social Icons" msgstr "" -#: ../inc/customizer.php:464 +#: ../inc/customizer.php:467 msgid "in Header" msgstr "" -#: ../inc/customizer.php:471 +#: ../inc/customizer.php:474 msgid "in Footer" msgstr "" -#: ../inc/customizer.php:478 +#: ../inc/customizer.php:481 msgid "Open Links in New Tab/Window" msgstr "" -#: ../inc/customizer.php:485 ../inc/customizer.php:492 -#: ../inc/customizer.php:499 ../inc/customizer.php:513 -#: ../inc/customizer.php:520 ../inc/customizer.php:527 -#: ../inc/customizer.php:534 ../inc/customizer.php:541 -#: ../inc/customizer.php:555 ../inc/customizer.php:562 -#: ../inc/customizer.php:569 ../inc/customizer.php:576 -#: ../inc/customizer.php:583 ../inc/customizer.php:590 -#: ../inc/customizer.php:597 ../inc/customizer.php:604 -#: ../inc/customizer.php:611 ../inc/customizer.php:618 -#: ../inc/customizer.php:625 ../inc/customizer.php:632 -#: ../inc/customizer.php:639 ../inc/customizer.php:646 -#: ../inc/customizer.php:653 ../inc/customizer.php:660 -#: ../inc/customizer.php:674 ../inc/customizer.php:688 -#: ../inc/customizer.php:716 ../inc/customizer.php:723 -#: ../inc/customizer.php:730 ../inc/customizer.php:737 -#: ../inc/customizer.php:751 ../inc/customizer.php:765 -#: ../inc/customizer.php:772 ../inc/customizer.php:779 -#: ../inc/customizer.php:786 ../inc/customizer.php:793 -#: ../inc/customizer.php:800 ../inc/customizer.php:814 +#: ../inc/customizer.php:488 ../inc/customizer.php:495 +#: ../inc/customizer.php:502 ../inc/customizer.php:516 +#: ../inc/customizer.php:523 ../inc/customizer.php:530 +#: ../inc/customizer.php:537 ../inc/customizer.php:544 +#: ../inc/customizer.php:558 ../inc/customizer.php:565 +#: ../inc/customizer.php:572 ../inc/customizer.php:579 +#: ../inc/customizer.php:586 ../inc/customizer.php:593 +#: ../inc/customizer.php:600 ../inc/customizer.php:607 +#: ../inc/customizer.php:614 ../inc/customizer.php:621 +#: ../inc/customizer.php:628 ../inc/customizer.php:635 +#: ../inc/customizer.php:642 ../inc/customizer.php:649 +#: ../inc/customizer.php:656 ../inc/customizer.php:663 +#: ../inc/customizer.php:677 ../inc/customizer.php:684 +#: ../inc/customizer.php:698 ../inc/customizer.php:726 +#: ../inc/customizer.php:733 ../inc/customizer.php:740 +#: ../inc/customizer.php:747 ../inc/customizer.php:761 +#: ../inc/customizer.php:775 ../inc/customizer.php:782 +#: ../inc/customizer.php:789 ../inc/customizer.php:796 +#: ../inc/customizer.php:803 ../inc/customizer.php:810 +#: ../inc/customizer.php:824 #, php-format msgid "%s Username" msgstr "" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 #, php-format msgctxt "[noun] [translation string] (explanation)" msgid "%1$s Username %2$s" msgstr "" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 msgid " (or the long number in your profile URL)" msgstr "" -#: ../inc/customizer.php:548 ../inc/customizer.php:758 +#: ../inc/customizer.php:551 ../inc/customizer.php:768 #, php-format msgid "%s Profile URL" msgstr "" -#: ../inc/customizer.php:667 ../inc/customizer.php:681 -#: ../inc/customizer.php:695 ../inc/customizer.php:702 +#: ../inc/customizer.php:670 ../inc/customizer.php:691 +#: ../inc/customizer.php:705 ../inc/customizer.php:712 #, php-format msgid "%s Site URL" msgstr "" -#: ../inc/customizer.php:709 ../inc/customizer.php:744 +#: ../inc/customizer.php:719 ../inc/customizer.php:754 #, php-format msgid "%s User ID" msgstr "" -#: ../inc/customizer.php:807 +#: ../inc/customizer.php:817 #, php-format msgid "%s Group Name" msgstr "" -#: ../inc/customizer.php:821 +#: ../inc/customizer.php:831 msgid "Email Address" msgstr "" -#: ../inc/customizer.php:828 +#: ../inc/customizer.php:838 #, php-format msgid "%s Link" msgstr "" -#: ../inc/customizer.php:835 +#: ../inc/customizer.php:845 msgid "RSS Feed" msgstr "" -#: ../inc/customizer.php:848 +#: ../inc/customizer.php:858 msgid "Content Options" msgstr "" -#: ../inc/customizer.php:920 +#: ../inc/customizer.php:930 msgid "" "Use entry excerpts instead of full text on site home. Excludes sticky posts." msgstr "" -#: ../inc/customizer.php:927 +#: ../inc/customizer.php:937 msgid "Use entry excerpts on archive, category, and author pages." msgstr "" -#: ../inc/customizer.php:934 +#: ../inc/customizer.php:944 msgid "Display posts' featured images when excerpts are shown." msgstr "" -#: ../inc/customizer.php:941 +#: ../inc/customizer.php:951 msgid "Display a post's featured image on its individual page." msgstr "" -#: ../inc/customizer.php:948 +#: ../inc/customizer.php:958 msgid "Show tags on front page (tags will be shown on post's individual page)" msgstr "" -#: ../inc/customizer.php:955 +#: ../inc/customizer.php:965 msgid "" "Show categories on front page (categories will be shown on post's individual " "page)" msgstr "" -#: ../inc/customizer.php:962 +#: ../inc/customizer.php:972 msgid "Show author's name, profile image, and bio after posts" msgstr "" -#: ../inc/customizer.php:969 +#: ../inc/customizer.php:979 msgid "Entry Date Position" msgstr "" -#: ../inc/customizer.php:973 +#: ../inc/customizer.php:983 msgid "Above Header" msgstr "" -#: ../inc/customizer.php:974 +#: ../inc/customizer.php:984 msgid "Below Header" msgstr "" -#: ../inc/customizer.php:980 +#: ../inc/customizer.php:990 msgid "Show Page Headers" msgstr "" -#: ../inc/customizer.php:987 +#: ../inc/customizer.php:997 msgid "Show entry date for post excepts on the main page" msgstr "" -#: ../inc/customizer.php:994 +#: ../inc/customizer.php:1004 msgid "Add an arrow before the title of a link post" msgstr "" -#: ../inc/customizer.php:1001 +#: ../inc/customizer.php:1011 msgid "" "Show Theme Info (display a line of text about the theme and its creator at " "the bottom of pages)" msgstr "" -#: ../inc/customizer.php:1010 +#: ../inc/customizer.php:1020 msgid "Text (colophon, copyright, credits, etc.) for the footer of the site" msgstr "" -#: ../inc/customizer.php:1023 +#: ../inc/customizer.php:1033 msgid "Other Options" msgstr "" -#: ../inc/customizer.php:1042 +#: ../inc/customizer.php:1052 msgid "Custom CSS" msgstr "" -#: ../inc/customizer.php:1049 +#: ../inc/customizer.php:1059 msgid "Show the following post types on home blog page. (Separate with commas)" msgstr "" -#: ../inc/customizer.php:1088 +#: ../inc/customizer.php:1098 msgid "Accent Color" msgstr "" -#: ../inc/customizer.php:1094 +#: ../inc/customizer.php:1105 msgid "Active Link Color" msgstr "" -#: ../inc/customizer.php:1100 +#: ../inc/customizer.php:1112 msgid "Text Color" msgstr "" -#: ../inc/customizer.php:1106 +#: ../inc/customizer.php:1119 msgid "Secondary Text Color" msgstr "" -#: ../inc/customizer.php:1112 +#: ../inc/customizer.php:1126 msgid "Use accent color instead of text color for icons" msgstr "" @@ -619,7 +625,7 @@ msgstr "" msgid "Recent Posts" msgstr "" -#: ../page-explore.php:46 +#: ../page-explore.php:44 msgid "Categories" msgstr "" diff --git a/languages/es_ES.mo b/languages/es_ES.mo index 38452eb8b79d92fe918838e0d5884a49c7b9ca17..dac5f35ab6e30603c9bd9c5fe17f47404e7586fd 100644 GIT binary patch delta 2695 zcmYk-drXye9LMo*9N}<)ZRAdp*-dE*vp7B?YNz!EG=DKSM;9<^+<*a}Yl z;kw|`rEaD*sI9eCv&&}74Qtk#&0_Z&WL z8ESFPBu#qRC|ik}iK{-d1Ngn43#Bi{YzA&dKDLib93H{z@dMPO$8j>A#8~_h`Pc=o zeHm|{?c>V;reUF(W7$;lxzUX3c&FzJm`M9o%)=v?f~PSWCol@Hct-HYY6nmQCm_FyBviADGqYMhzLqkv+5J{5lLrwI3)Zcx9K^()WdjBs{Ddt83 zqv{W?28$4~>DLsp{RtN>C`3#vmt*3Lzl*@ik(L-+)~foY6y zQ!?E@C_p_>gS)W>btZm5tu!y_POJ=d7HUxUm!LA$hTE|d)gH&&@HgaRiCON%XJHZT z#pr0p{ZwY+TS)fpJIuvDa5@IrP-UbZbvD{i6YWN&ej_R)&mr4y`%(RUgi85&)Pygh zGW9p=ZAi){|LUkU+nw=hR7X9?GqxM`njH2#i6p}=p*l+8%Pm-d3-Azz@B%7x+jBU` zcmg%?hG}Lc*nyh(OVb>8z=PbNPdkR1&@bKtmpo(0qt3=u?8QR#<9^i24xqxut@uy$VbTou4^!|_+BrB62T?2k3bjQOs17HyPn;ub zMs?VW>SqVW;4ZulU-Z<0) z8BLJuaM3c>c=g9nXP#FhTv|NE<3tBhrUpfMSLr60WjL>DvuEK$@Q~TM@K1<#RHdDW zBJzpbi93iTL?_Wk)Dp_k1B8Bjbrh9!3hVbSUEpAE6UpNAwXY4aC}T&AssBlvqJU6o zBwE8Yey4GPR~M@Z9kgYH-T?jbsjPGf|Dvh7Dcl};HfF##k~#TIAW)KDR1z#It1Jyg TrDp!u8YxKi`A2Fq`(ytF!(Qx$ delta 2738 zcmYk+drZ}39LMpmT;y`R1c#7|$SF`k4hj(nM2dod-6Ss2MG){HbP+WbN}}UrML0JT z<|=6!Z7tghU2NGVTFdeutwn8Y<)q7&&KaAPf3Vi9_vf6St7qr?dp*DB{C>~n`#k3i z)_+m&pNb7TY?NMNArTg4_8$Hg!G-clv{@z&ARim!G6&D#Ts)6@^n09#Kcfq;BOm+Q zxsRancJAF6g_)RR=C?d5*);f29S=Gl#Tf2CKrf!bc)W&@7{bG|(d8KHn1~wKgM2K@ zvCwH>hjFx5VKKE~;I{X&3(o3l4e#MnIgCxyzNQW|#&t*QA zp)yj7Zfr#!wJuD-K6Ej@jZjfaKEzr)iF(k*+bq@+P#vXn(TekM6Bc6w9zkBQKTrc{ zbWI?Rizb$iT3{x&;0n}uhtRK73{%kxPoVbb6tXuqf!h0!+ZYVJsDavXG44j4nPI2> z6VyQGP!qj?TF7@uSN0R~vFlt`;j9?)uLn!nXzghwYR{{=RA4KrgZEJ#e~g;&II5!w zIrph_&pI?Tp{NPm7iO@%RS0-3B`#Wkpt zrHQRYt-RT>1C^QWs58-xT3Ih@g8j($+AwN@qeznMGt@*UQSV(rkADBtR2I=NkJ0il z8}(ufYEO3}kJvucSviWDz-3ItY19A_bfSf%;Bw4IEy#y_tcQy-a|Cs!j^hr-w@;lf za#MpHR-j&NMm^Y#1K5u`8!?{Xiknaq>_DA~Zd4}rqB6E0_u?Sx-hGGJQcOmgtPK5H zfscyz{6*BvPhb}Qi0p>B*vMtL6f>{}HE<8=jO<5E^mWu097FXxjvNP@MD_POD)lL8 z!3n3Ok$7eM|gicT+jEBslYPr~!XK#;_Zx2_=v>tt`W_1a(HLaVNH71Wuy1VhVNG zuHYj$gUZ+j(npupgzNAnKb2}K=TS3Sm>HbFG7ROu9Q9%qK8+1nif2(P4`W}nMd_#x zOOfMbFQfW<7uC-gM&n7Gg`Yd->SSxC^k?@I6@*sWMX>#LAMrR*K(GkQABu@|`}3$p z5u1q)LZyL-B*=N7D36-5%2q;WpPx#gC?~hd4l2#WN~a;su^pLZAg^j-&jN?Q$DdQ+ zzw$w~QZ^B@iELs8QABJYT8PJpN
    NVteB;$cGh(PrE#ZB*71tB5ATOQ>`Y#YDM_ z?xI#gJVd-esB9s0-U`z=vS&^)k~BPHAW@-wa3~YmHHrd4{C3ViD;+oNem~- z37u%2;?;!y(L#u4h&n=tat@)r?IEg&=LwY>qBBqnUgGsPn@jzv|23+5FR_hCBDNEa z#BO3ap;Ajc8mI+Nd6`oeYX}{*Cx~5y{sC25gV?i<&jlRoiarn;zJ6;\n" "Language-Team: Scott Smith \n" "Language: es_ES\n" @@ -105,7 +105,7 @@ msgstr "Audios" msgid "Chats" msgstr "Chats" -#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:39 +#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:37 #: ../sidebar.php:30 msgid "Archives" msgstr "Archivo" @@ -144,34 +144,34 @@ msgstr "Comentarios nuevos →" msgid "Comments are closed." msgstr "Los comentarios estan cerrados" -#: ../comments.php:75 +#: ../comments.php:77 ../comments.php:87 msgid "Leave a Reply" msgstr "Responder" -#: ../comments.php:76 +#: ../comments.php:78 ../comments.php:88 #, php-format msgid "Leave a Reply to %s" msgstr "Responder a %s" -#: ../comments.php:77 +#: ../comments.php:79 ../comments.php:89 msgid "Cancel reply" msgstr "Cancelar respuesta" -#: ../comments.php:78 +#: ../comments.php:80 ../comments.php:90 msgid "Post Comment" msgstr "Publicar comentario" -#: ../comments.php:82 +#: ../comments.php:98 msgctxt "noun" msgid "Comment" msgstr "Comentario" -#: ../comments.php:83 +#: ../comments.php:99 #, php-format msgid "You must be logged in to post a comment." msgstr "Tienes que iniciar sesión para comentar." -#: ../comments.php:84 +#: ../comments.php:100 #, php-format msgid "" "Logged in as %2$s. %2$s. Cerrar sesión" -#: ../comments.php:85 +#: ../comments.php:101 msgid "Your email address will not be published." msgstr "No se mostrará tu email." -#: ../comments.php:86 +#: ../comments.php:102 #, php-format msgid "" "You may use these HTML tags " @@ -197,7 +197,7 @@ msgstr "" msgid "Read More…" msgstr "Leer Más…" -#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:24 +#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:26 #: ../content-quote.php:21 ../content-search.php:19 ../content-single.php:27 #: ../content-single.php:69 ../content-single.php:114 ../content.php:35 #: ../image.php:30 @@ -209,7 +209,7 @@ msgstr "Editar" msgid "Continue reading " msgstr "Seguir leyendo " -#: ../content-link.php:29 ../content-page.php:21 ../content-quote.php:15 +#: ../content-link.php:29 ../content-page.php:22 ../content-quote.php:15 #: ../content-single.php:14 ../content-single.php:101 ../content.php:29 #: ../image.php:91 msgid "Pages:" @@ -267,22 +267,27 @@ msgstr "" msgid "%1$s by %2$s" msgstr "%1$s por %2$s" -#: ../functions.php:59 +#: ../functions.php:82 msgid "Header Menu" msgstr "Menú de encabezado" -#: ../functions.php:60 +#: ../functions.php:83 msgid "Sidebar Menu" msgstr "Menú lateral" -#: ../functions.php:61 +#: ../functions.php:84 msgid "Footer Menu" msgstr "Menú inferior" -#: ../functions.php:105 +#: ../functions.php:130 msgid "Sidebar" msgstr "Barra lateral" +#: ../functions.php:132 +msgctxt "sidebar description" +msgid "Only displayed if sidebar remains enabled in the Customize menu." +msgstr "" + #: ../header.php:38 msgid "Skip to content" msgstr "Saltar al contenido" @@ -311,27 +316,23 @@ msgstr "Siguiente " msgid "Header Options" msgstr "Opciones de encabezado" -#: ../inc/customizer.php:94 -msgid "Header Image" -msgstr "Imagen de encabezado" - -#: ../inc/customizer.php:103 +#: ../inc/customizer.php:90 msgid "Favicon Image (must be a PNG)" msgstr "Favicon (tiene que ser un PNG)" -#: ../inc/customizer.php:110 +#: ../inc/customizer.php:97 msgid "Show Site Title" msgstr "Mostrar título del sitio" -#: ../inc/customizer.php:117 +#: ../inc/customizer.php:104 msgid "Show Site Description" msgstr "Mostrar descripción del sitio" -#: ../inc/customizer.php:124 +#: ../inc/customizer.php:111 msgid "Show Header Menu" msgstr "Mostrar menús de encabezado" -#: ../inc/customizer.php:131 +#: ../inc/customizer.php:118 msgid "" "HTML for description, if you wish to replace your blog description with HTML " "markup" @@ -339,173 +340,178 @@ msgstr "" "HTML para la descripción, en caso de que quieras reemplazar la " "descripción del blog con Markup HTML" -#: ../inc/customizer.php:144 +#: ../inc/customizer.php:131 msgid "Sidebar Options" msgstr "Opciones de barra lateral" -#: ../inc/customizer.php:168 +#: ../inc/customizer.php:155 msgid "Enable Sidebar" msgstr "Habilitar barra lateral" -#: ../inc/customizer.php:175 +#: ../inc/customizer.php:162 msgid "Sidebar Position" msgstr "Posición de la barra lateral" -#: ../inc/customizer.php:179 ../inc/customizer.php:190 +#: ../inc/customizer.php:166 ../inc/customizer.php:177 msgid "Left" msgstr "Izquierda" -#: ../inc/customizer.php:180 ../inc/customizer.php:191 +#: ../inc/customizer.php:167 ../inc/customizer.php:178 msgid "Right" msgstr "Derecha" -#: ../inc/customizer.php:186 +#: ../inc/customizer.php:173 msgid "Sidebar Button Position" msgstr "Posición del botón de la barra lateral" -#: ../inc/customizer.php:197 +#: ../inc/customizer.php:184 msgid "Always Visible Sidebar" msgstr "Barra lateral siempre visible" -#: ../inc/customizer.php:201 +#: ../inc/customizer.php:188 msgctxt "Sidebar option" msgid "Always open" msgstr "Siempre visible" -#: ../inc/customizer.php:202 +#: ../inc/customizer.php:189 msgctxt "Sidebar option" msgid "Closed by default" msgstr "Cerrado por defecto" -#: ../inc/customizer.php:215 +#: ../inc/customizer.php:202 msgid "Discussion Options" msgstr "Opciones de discusión" -#: ../inc/customizer.php:227 +#: ../inc/customizer.php:219 msgid "Enable Comments" msgstr "Habilitar comentarios" -#: ../inc/customizer.php:240 +#: ../inc/customizer.php:226 +msgid "Show allowed HTML tags on comment form" +msgstr "" + +#: ../inc/customizer.php:239 msgid "Social Options" msgstr "Opciones sociales" -#: ../inc/customizer.php:464 ../inc/customizer.php:471 +#: ../inc/customizer.php:467 ../inc/customizer.php:474 msgid "Show Social Icons" msgstr "Mostrar iconos sociales" -#: ../inc/customizer.php:464 +#: ../inc/customizer.php:467 msgid "in Header" msgstr "en encabezado" -#: ../inc/customizer.php:471 +#: ../inc/customizer.php:474 msgid "in Footer" msgstr "en pié de página" -#: ../inc/customizer.php:478 +#: ../inc/customizer.php:481 msgid "Open Links in New Tab/Window" msgstr "Abrir enlaces en Nuevas pestaña/Ventana" -#: ../inc/customizer.php:485 ../inc/customizer.php:492 -#: ../inc/customizer.php:499 ../inc/customizer.php:513 -#: ../inc/customizer.php:520 ../inc/customizer.php:527 -#: ../inc/customizer.php:534 ../inc/customizer.php:541 -#: ../inc/customizer.php:555 ../inc/customizer.php:562 -#: ../inc/customizer.php:569 ../inc/customizer.php:576 -#: ../inc/customizer.php:583 ../inc/customizer.php:590 -#: ../inc/customizer.php:597 ../inc/customizer.php:604 -#: ../inc/customizer.php:611 ../inc/customizer.php:618 -#: ../inc/customizer.php:625 ../inc/customizer.php:632 -#: ../inc/customizer.php:639 ../inc/customizer.php:646 -#: ../inc/customizer.php:653 ../inc/customizer.php:660 -#: ../inc/customizer.php:674 ../inc/customizer.php:688 -#: ../inc/customizer.php:716 ../inc/customizer.php:723 -#: ../inc/customizer.php:730 ../inc/customizer.php:737 -#: ../inc/customizer.php:751 ../inc/customizer.php:765 -#: ../inc/customizer.php:772 ../inc/customizer.php:779 -#: ../inc/customizer.php:786 ../inc/customizer.php:793 -#: ../inc/customizer.php:800 ../inc/customizer.php:814 +#: ../inc/customizer.php:488 ../inc/customizer.php:495 +#: ../inc/customizer.php:502 ../inc/customizer.php:516 +#: ../inc/customizer.php:523 ../inc/customizer.php:530 +#: ../inc/customizer.php:537 ../inc/customizer.php:544 +#: ../inc/customizer.php:558 ../inc/customizer.php:565 +#: ../inc/customizer.php:572 ../inc/customizer.php:579 +#: ../inc/customizer.php:586 ../inc/customizer.php:593 +#: ../inc/customizer.php:600 ../inc/customizer.php:607 +#: ../inc/customizer.php:614 ../inc/customizer.php:621 +#: ../inc/customizer.php:628 ../inc/customizer.php:635 +#: ../inc/customizer.php:642 ../inc/customizer.php:649 +#: ../inc/customizer.php:656 ../inc/customizer.php:663 +#: ../inc/customizer.php:677 ../inc/customizer.php:684 +#: ../inc/customizer.php:698 ../inc/customizer.php:726 +#: ../inc/customizer.php:733 ../inc/customizer.php:740 +#: ../inc/customizer.php:747 ../inc/customizer.php:761 +#: ../inc/customizer.php:775 ../inc/customizer.php:782 +#: ../inc/customizer.php:789 ../inc/customizer.php:796 +#: ../inc/customizer.php:803 ../inc/customizer.php:810 +#: ../inc/customizer.php:824 #, php-format msgid "%s Username" msgstr "%s Nombre de usuario" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 #, php-format msgctxt "[noun] [translation string] (explanation)" msgid "%1$s Username %2$s" msgstr "%1$s Nombre de usuario %2$s" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 msgid " (or the long number in your profile URL)" msgstr "(o el número largo en la URL de tu perfil)" -#: ../inc/customizer.php:548 ../inc/customizer.php:758 +#: ../inc/customizer.php:551 ../inc/customizer.php:768 #, php-format msgid "%s Profile URL" msgstr "%s URL del perfil" -#: ../inc/customizer.php:667 ../inc/customizer.php:681 -#: ../inc/customizer.php:695 ../inc/customizer.php:702 +#: ../inc/customizer.php:670 ../inc/customizer.php:691 +#: ../inc/customizer.php:705 ../inc/customizer.php:712 #, php-format msgid "%s Site URL" msgstr "%s URL del sitio" -#: ../inc/customizer.php:709 ../inc/customizer.php:744 +#: ../inc/customizer.php:719 ../inc/customizer.php:754 #, php-format msgid "%s User ID" msgstr "%s ID de usuario" -#: ../inc/customizer.php:807 +#: ../inc/customizer.php:817 #, php-format msgid "%s Group Name" msgstr "%s Nombre del grupo" -#: ../inc/customizer.php:821 +#: ../inc/customizer.php:831 msgid "Email Address" msgstr "Dirección de email" -#: ../inc/customizer.php:828 +#: ../inc/customizer.php:838 #, php-format msgid "%s Link" msgstr "%s Enlaces" -#: ../inc/customizer.php:835 +#: ../inc/customizer.php:845 msgid "RSS Feed" msgstr "Feed RSS" -#: ../inc/customizer.php:848 +#: ../inc/customizer.php:858 #, fuzzy msgid "Content Options" msgstr "Otras opciones" -#: ../inc/customizer.php:920 +#: ../inc/customizer.php:930 msgid "" "Use entry excerpts instead of full text on site home. Excludes sticky posts." msgstr "" "Usar fragmentos en vez de el texto completo en el home. Excluye los sticky " "posts" -#: ../inc/customizer.php:927 +#: ../inc/customizer.php:937 msgid "Use entry excerpts on archive, category, and author pages." msgstr "" -#: ../inc/customizer.php:934 +#: ../inc/customizer.php:944 #, fuzzy msgid "Display posts' featured images when excerpts are shown." msgstr "" "Mostrar las imagenes destacadas cuando se muestren extractos en la pá" "gina principal." -#: ../inc/customizer.php:941 +#: ../inc/customizer.php:951 msgid "Display a post's featured image on its individual page." msgstr "Mostrar la imagen destacada de un post en su página individual." -#: ../inc/customizer.php:948 +#: ../inc/customizer.php:958 msgid "Show tags on front page (tags will be shown on post's individual page)" msgstr "" "Mostrar etiquetas en la página principal (las etiquetas se " "mostrarán en las páginas individuales de los posts)" -#: ../inc/customizer.php:955 +#: ../inc/customizer.php:965 msgid "" "Show categories on front page (categories will be shown on post's individual " "page)" @@ -513,36 +519,36 @@ msgstr "" "Mostrar categorías en la página principal (las categorí" "as se mostrarán en las páginas individuales de los posts)" -#: ../inc/customizer.php:962 +#: ../inc/customizer.php:972 msgid "Show author's name, profile image, and bio after posts" msgstr "Mostrar el nombre, imagen de perfil y bio del autor tras los posts" -#: ../inc/customizer.php:969 +#: ../inc/customizer.php:979 msgid "Entry Date Position" msgstr "Posición de fecha de publicación" -#: ../inc/customizer.php:973 +#: ../inc/customizer.php:983 msgid "Above Header" msgstr "Encabezado superior" -#: ../inc/customizer.php:974 +#: ../inc/customizer.php:984 msgid "Below Header" msgstr "Encabezado inferior" -#: ../inc/customizer.php:980 +#: ../inc/customizer.php:990 msgid "Show Page Headers" msgstr "Mostrar encabezados de página" -#: ../inc/customizer.php:987 +#: ../inc/customizer.php:997 msgid "Show entry date for post excepts on the main page" msgstr "" "Mostrar fecha de publicación para posts en la página principal" -#: ../inc/customizer.php:994 +#: ../inc/customizer.php:1004 msgid "Add an arrow before the title of a link post" msgstr "Añadir una flecha antes del título de un enlace a un post" -#: ../inc/customizer.php:1001 +#: ../inc/customizer.php:1011 msgid "" "Show Theme Info (display a line of text about the theme and its creator at " "the bottom of pages)" @@ -550,41 +556,41 @@ msgstr "" "Mostrar información del tema (muestra una linea de texto sobre el " "tema y su creador al final de las páginas)" -#: ../inc/customizer.php:1010 +#: ../inc/customizer.php:1020 msgid "Text (colophon, copyright, credits, etc.) for the footer of the site" msgstr "" "Texto (colofón, copyright, créditos, etc.) en la zona inferior " "de la web" -#: ../inc/customizer.php:1023 +#: ../inc/customizer.php:1033 msgid "Other Options" msgstr "Otras opciones" -#: ../inc/customizer.php:1042 +#: ../inc/customizer.php:1052 msgid "Custom CSS" msgstr "CSS personalizado" -#: ../inc/customizer.php:1049 +#: ../inc/customizer.php:1059 msgid "Show the following post types on home blog page. (Separate with commas)" msgstr "" -#: ../inc/customizer.php:1088 +#: ../inc/customizer.php:1098 msgid "Accent Color" msgstr "Color de énfasis" -#: ../inc/customizer.php:1094 +#: ../inc/customizer.php:1105 msgid "Active Link Color" msgstr "Color de enlace activo" -#: ../inc/customizer.php:1100 +#: ../inc/customizer.php:1112 msgid "Text Color" msgstr "Color de texto" -#: ../inc/customizer.php:1106 +#: ../inc/customizer.php:1119 msgid "Secondary Text Color" msgstr "Color de texto secundario" -#: ../inc/customizer.php:1112 +#: ../inc/customizer.php:1126 msgid "Use accent color instead of text color for icons" msgstr "Utilizar color de énfasis en vez de color de texto para iconos" @@ -652,7 +658,7 @@ msgstr "Explorar página" msgid "Recent Posts" msgstr "Posts recientes" -#: ../page-explore.php:46 +#: ../page-explore.php:44 msgid "Categories" msgstr "Categorías" @@ -660,6 +666,9 @@ msgstr "Categorías" msgid "Navigation" msgstr "Menú de navegación" +#~ msgid "Header Image" +#~ msgstr "Imagen de encabezado" + #~ msgid "Reading Options" #~ msgstr "Opciones de lectura" diff --git a/languages/fr_FR.mo b/languages/fr_FR.mo index 21ef82f2fbfcf8e0ecea5dc4647194640939a16c..df4d597e46bc1f29bceab6acb91b101071e65a1b 100644 GIT binary patch delta 2118 zcmYM!TZmOv7zgm3j+dFdj<+c_Cml`8F)!of{W{uZN=?n{jN+|_$P|1qd+<)*d9rm&WEoW%iL#C~k&Ag<%h+*$Prj?jOKwS0-w`5K#f zfySv6e>oZILSMg{$_9?)3i_((VAisy>f_8p4loNjT`?wvW9awkPA7O?aUKyWhQ)#>v*tw{Q|SV@0cuJ;YKc%j*Rmvhw&X| zywl7)7uYAM{>sS?UZlkpbIg(_S;nMrBa^zloWeJlfzNRwFIM~iu#bM7FSDQ_bg3A{ zOx#qx-oj*PJ}XImo0FB?z})aUGten!A@4B@Il~NenYr&8^TapU%1&uo%j3*=SD6}_ z=B80>W$s_)FofF%%YQEHb4ZFS?BI)3hs8BYO7T0}_%~&@SmN#`wlkU8&j5^URYSV={1(DXO=a z41L5D@u$`AFER_b!rOR*GdaerS>S4x~DH57}P-*2EAs}!A14!E$3S!8z%1OHm&9wc+A*T9|(nA!- zm<64pH5KPMnZNQ$4m5g-?>X-0H_YqYHnw}bw|S@j$ILjtu#vs(%V6^tO-_tewD2I; zFx7vKd9u%WFE2A&Fu^D@*usr`l>7Jz%h#>3`-xkbjI3j7W)t^t7w_X|tfczuZ&$Hg zz!cLF-o&J-rzImPu(VY03XyHdz-gO>`HKg{JmDdWJA^ftSws2e#ML6jyEOZMzmrUw zm8Z3cya{P*#VV0~OWP{4x5-ADEiKzJ$GgRZ?r!<_tUk-u>6nUNAhrm*Q@#mHnEA`r z;h0or8+uxbEiE;WSMsiOwCv?Qn>dL#=QNYQo(Zz@zSUoBRDYRHD&rLp3JgVys7vcOSdsbJV!+Fp~N0 z8=WZpg*6z#EF@_`)QTEVTe%aph0U0Tt*C*&UfW!x zkhW?i9UZ}1oQgY8KX`~5=mjc~m#9QOp$3X!Tl700YQ^a|7I))(yp0+!k%v_)71#@x zqkg}o3;W-d&K~#13FJ3+5trgkq#n)3Lu`&EVG*VxyKSp+FmA$3Jc+aL32Nni$xew6 zL?w`eT5thY;`DCp|2R5lxuGq6jSDcAg3u0Bbqb*6HtmLT15gP}#<5t1 z!|^auCUyr^3(rtT^c5qq6U*25ai|2nsBu!!qxZjMU}C@UYu$tz?=7a|cT8q}8_dD@u?V%2ATqXXz>RnS z^%i)TRV(X^(=Z8j6ty@CH{fDChYk1}b(9VM@QOF0cH|JMc8*~vNaqZl=@>g8{1yao zHrHEGMb(NOP_3HCAas8Qp|+6F+oQ>})oR*N7U&dN4yxMK7|JQY$ylcIZ*LWJw9UM2 zPMh!gKl%UMpaz|tSb{qHi9{Zu<5TetCDgP_bDduJV;n3a{Qu1Fymk}9-`gBik!cs^ z5&BPPZ^dp$#WaZs5IP#XFUab5^4p6&WU4p z&J~<@T4$C^OeOTnspyIbwNhdbk);c_C8O#=H8p}LB!&_3Lp#AB86~TOH|C`j!`A6YgPnX9>#u%_GD#bX8A|u=4Bqd?M?oB)$-n35!Ky! Y&R-k!uNoSx&scx={Q6)^p)cV110gWA(*OVf diff --git a/languages/fr_FR.po b/languages/fr_FR.po index 5c7a57d..65b3164 100644 --- a/languages/fr_FR.po +++ b/languages/fr_FR.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Decode v2.9\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/theme/decode\n" -"POT-Creation-Date: 2014-03-03 18:03-0600\n" -"PO-Revision-Date: 2014-03-03 18:04-0600\n" +"POT-Creation-Date: 2014-04-14 16:53-0600\n" +"PO-Revision-Date: 2014-04-14 16:54-0600\n" "Last-Translator: Scott Smith \n" "Language-Team: \n" "Language: fr_FR\n" @@ -119,7 +119,7 @@ msgid "Chats" msgstr "" # @ decode -#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:39 +#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:37 #: ../sidebar.php:30 msgid "Archives" msgstr "Archives" @@ -165,37 +165,37 @@ msgid "Comments are closed." msgstr "Les commentaires sont fermés." # @ decode -#: ../comments.php:75 +#: ../comments.php:77 ../comments.php:87 msgid "Leave a Reply" msgstr "Répondre" -#: ../comments.php:76 +#: ../comments.php:78 ../comments.php:88 #, php-format msgid "Leave a Reply to %s" msgstr "Laisser un commentaire à %s" -#: ../comments.php:77 +#: ../comments.php:79 ../comments.php:89 msgid "Cancel reply" msgstr "Annuler la réponse" # @ decode -#: ../comments.php:78 +#: ../comments.php:80 ../comments.php:90 msgid "Post Comment" msgstr "Poster le commentaire" # @ decode -#: ../comments.php:82 +#: ../comments.php:98 msgctxt "noun" msgid "Comment" msgstr "Commentaire" -#: ../comments.php:83 +#: ../comments.php:99 #, php-format msgid "You must be logged in to post a comment." msgstr "" "Vous devez être connecté pour publier un commentaire." -#: ../comments.php:84 +#: ../comments.php:100 #, php-format msgid "" "Logged in as %2$s. %2$s. Se déconnecter ?" -#: ../comments.php:85 +#: ../comments.php:101 msgid "Your email address will not be published." msgstr "Votre adresse email ne sera pas publiée." -#: ../comments.php:86 +#: ../comments.php:102 #, php-format msgid "" "You may use these HTML tags " @@ -223,7 +223,7 @@ msgid "Read More…" msgstr "Lire la suite…" # @ decode -#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:24 +#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:26 #: ../content-quote.php:21 ../content-search.php:19 ../content-single.php:27 #: ../content-single.php:69 ../content-single.php:114 ../content.php:35 #: ../image.php:30 @@ -237,7 +237,7 @@ msgid "Continue reading " msgstr "Lire la suite " # @ decode -#: ../content-link.php:29 ../content-page.php:21 ../content-quote.php:15 +#: ../content-link.php:29 ../content-page.php:22 ../content-quote.php:15 #: ../content-single.php:14 ../content-single.php:101 ../content.php:29 #: ../image.php:91 msgid "Pages:" @@ -306,27 +306,32 @@ msgstr "" msgid "%1$s by %2$s" msgstr "%1$s à %2$s" -#: ../functions.php:59 +#: ../functions.php:82 #, fuzzy msgid "Header Menu" msgstr "Image de l'en-tête" # @ decode -#: ../functions.php:60 +#: ../functions.php:83 #, fuzzy msgid "Sidebar Menu" msgstr "Colonne latérale" -#: ../functions.php:61 +#: ../functions.php:84 #, fuzzy msgid "Footer Menu" msgstr "Image de l'en-tête" # @ decode -#: ../functions.php:105 +#: ../functions.php:130 msgid "Sidebar" msgstr "Colonne latérale" +#: ../functions.php:132 +msgctxt "sidebar description" +msgid "Only displayed if sidebar remains enabled in the Customize menu." +msgstr "" + # @ decode #: ../header.php:38 msgid "Skip to content" @@ -359,29 +364,25 @@ msgstr "Suivant " msgid "Header Options" msgstr "Options de l'en-tête" -#: ../inc/customizer.php:94 -msgid "Header Image" -msgstr "Image de l'en-tête" - -#: ../inc/customizer.php:103 +#: ../inc/customizer.php:90 #, fuzzy msgid "Favicon Image (must be a PNG)" msgstr "Favicon (format PNG recommandé)" -#: ../inc/customizer.php:110 +#: ../inc/customizer.php:97 msgid "Show Site Title" msgstr "Afficher le titre du site" -#: ../inc/customizer.php:117 +#: ../inc/customizer.php:104 msgid "Show Site Description" msgstr "Afficher la description du site" -#: ../inc/customizer.php:124 +#: ../inc/customizer.php:111 #, fuzzy msgid "Show Header Menu" msgstr "Image de l'en-tête" -#: ../inc/customizer.php:131 +#: ../inc/customizer.php:118 msgid "" "HTML for description, if you wish to replace your blog description with HTML " "markup" @@ -390,177 +391,182 @@ msgstr "" "blog par une balise HTML." # @ decode -#: ../inc/customizer.php:144 +#: ../inc/customizer.php:131 msgid "Sidebar Options" msgstr "Options de la colonne latérale" # @ decode -#: ../inc/customizer.php:168 +#: ../inc/customizer.php:155 msgid "Enable Sidebar" msgstr "Activer la colonne latérale" # @ decode -#: ../inc/customizer.php:175 +#: ../inc/customizer.php:162 msgid "Sidebar Position" msgstr "Position de la colonne latérale" -#: ../inc/customizer.php:179 ../inc/customizer.php:190 +#: ../inc/customizer.php:166 ../inc/customizer.php:177 msgid "Left" msgstr "Gauche" -#: ../inc/customizer.php:180 ../inc/customizer.php:191 +#: ../inc/customizer.php:167 ../inc/customizer.php:178 msgid "Right" msgstr "Droit" -#: ../inc/customizer.php:186 +#: ../inc/customizer.php:173 msgid "Sidebar Button Position" msgstr "Position du bouton de la colonne latérale" -#: ../inc/customizer.php:197 +#: ../inc/customizer.php:184 msgid "Always Visible Sidebar" msgstr "Colonne latérale toujours visible" -#: ../inc/customizer.php:201 +#: ../inc/customizer.php:188 msgctxt "Sidebar option" msgid "Always open" msgstr "" -#: ../inc/customizer.php:202 +#: ../inc/customizer.php:189 msgctxt "Sidebar option" msgid "Closed by default" msgstr "" -#: ../inc/customizer.php:215 +#: ../inc/customizer.php:202 msgid "Discussion Options" msgstr "Option de discussion" # @ decode -#: ../inc/customizer.php:227 +#: ../inc/customizer.php:219 msgid "Enable Comments" msgstr "Activer les commentaires" -#: ../inc/customizer.php:240 +#: ../inc/customizer.php:226 +msgid "Show allowed HTML tags on comment form" +msgstr "" + +#: ../inc/customizer.php:239 msgid "Social Options" msgstr "Options de réseaux sociaux" -#: ../inc/customizer.php:464 ../inc/customizer.php:471 +#: ../inc/customizer.php:467 ../inc/customizer.php:474 msgid "Show Social Icons" msgstr "Afficher les icônes de réseaux sociaux" -#: ../inc/customizer.php:464 +#: ../inc/customizer.php:467 #, fuzzy msgid "in Header" msgstr "Image de l'en-tête" -#: ../inc/customizer.php:471 +#: ../inc/customizer.php:474 #, fuzzy msgid "in Footer" msgstr "Image de l'en-tête" -#: ../inc/customizer.php:478 +#: ../inc/customizer.php:481 msgid "Open Links in New Tab/Window" msgstr "" -#: ../inc/customizer.php:485 ../inc/customizer.php:492 -#: ../inc/customizer.php:499 ../inc/customizer.php:513 -#: ../inc/customizer.php:520 ../inc/customizer.php:527 -#: ../inc/customizer.php:534 ../inc/customizer.php:541 -#: ../inc/customizer.php:555 ../inc/customizer.php:562 -#: ../inc/customizer.php:569 ../inc/customizer.php:576 -#: ../inc/customizer.php:583 ../inc/customizer.php:590 -#: ../inc/customizer.php:597 ../inc/customizer.php:604 -#: ../inc/customizer.php:611 ../inc/customizer.php:618 -#: ../inc/customizer.php:625 ../inc/customizer.php:632 -#: ../inc/customizer.php:639 ../inc/customizer.php:646 -#: ../inc/customizer.php:653 ../inc/customizer.php:660 -#: ../inc/customizer.php:674 ../inc/customizer.php:688 -#: ../inc/customizer.php:716 ../inc/customizer.php:723 -#: ../inc/customizer.php:730 ../inc/customizer.php:737 -#: ../inc/customizer.php:751 ../inc/customizer.php:765 -#: ../inc/customizer.php:772 ../inc/customizer.php:779 -#: ../inc/customizer.php:786 ../inc/customizer.php:793 -#: ../inc/customizer.php:800 ../inc/customizer.php:814 +#: ../inc/customizer.php:488 ../inc/customizer.php:495 +#: ../inc/customizer.php:502 ../inc/customizer.php:516 +#: ../inc/customizer.php:523 ../inc/customizer.php:530 +#: ../inc/customizer.php:537 ../inc/customizer.php:544 +#: ../inc/customizer.php:558 ../inc/customizer.php:565 +#: ../inc/customizer.php:572 ../inc/customizer.php:579 +#: ../inc/customizer.php:586 ../inc/customizer.php:593 +#: ../inc/customizer.php:600 ../inc/customizer.php:607 +#: ../inc/customizer.php:614 ../inc/customizer.php:621 +#: ../inc/customizer.php:628 ../inc/customizer.php:635 +#: ../inc/customizer.php:642 ../inc/customizer.php:649 +#: ../inc/customizer.php:656 ../inc/customizer.php:663 +#: ../inc/customizer.php:677 ../inc/customizer.php:684 +#: ../inc/customizer.php:698 ../inc/customizer.php:726 +#: ../inc/customizer.php:733 ../inc/customizer.php:740 +#: ../inc/customizer.php:747 ../inc/customizer.php:761 +#: ../inc/customizer.php:775 ../inc/customizer.php:782 +#: ../inc/customizer.php:789 ../inc/customizer.php:796 +#: ../inc/customizer.php:803 ../inc/customizer.php:810 +#: ../inc/customizer.php:824 #, php-format msgid "%s Username" msgstr "%s Nom d'utilisateur" # @ decode -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 #, fuzzy, php-format msgctxt "[noun] [translation string] (explanation)" msgid "%1$s Username %2$s" msgstr "%1$s à %2$s" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 msgid " (or the long number in your profile URL)" msgstr "(ou la suite de chiffre dans l'URL de votre profil)" -#: ../inc/customizer.php:548 ../inc/customizer.php:758 +#: ../inc/customizer.php:551 ../inc/customizer.php:768 #, php-format msgid "%s Profile URL" msgstr "%s URL du profil" -#: ../inc/customizer.php:667 ../inc/customizer.php:681 -#: ../inc/customizer.php:695 ../inc/customizer.php:702 +#: ../inc/customizer.php:670 ../inc/customizer.php:691 +#: ../inc/customizer.php:705 ../inc/customizer.php:712 #, php-format msgid "%s Site URL" msgstr "%s URL du site" -#: ../inc/customizer.php:709 ../inc/customizer.php:744 +#: ../inc/customizer.php:719 ../inc/customizer.php:754 #, php-format msgid "%s User ID" msgstr "" -#: ../inc/customizer.php:807 +#: ../inc/customizer.php:817 #, php-format msgid "%s Group Name" msgstr "" -#: ../inc/customizer.php:821 +#: ../inc/customizer.php:831 msgid "Email Address" msgstr "Adresse email" # @ decode -#: ../inc/customizer.php:828 +#: ../inc/customizer.php:838 #, php-format msgid "%s Link" msgstr "%s Liens" -#: ../inc/customizer.php:835 +#: ../inc/customizer.php:845 msgid "RSS Feed" msgstr "Flux RSS" -#: ../inc/customizer.php:848 +#: ../inc/customizer.php:858 #, fuzzy msgid "Content Options" msgstr "Autres options" -#: ../inc/customizer.php:920 +#: ../inc/customizer.php:930 msgid "" "Use entry excerpts instead of full text on site home. Excludes sticky posts." msgstr "" "Utiliser l'extrait à la place du texte entier sur la page d'accueil, à " "l'exception des articles mis en avant." -#: ../inc/customizer.php:927 +#: ../inc/customizer.php:937 msgid "Use entry excerpts on archive, category, and author pages." msgstr "" -#: ../inc/customizer.php:934 +#: ../inc/customizer.php:944 msgid "Display posts' featured images when excerpts are shown." msgstr "" -#: ../inc/customizer.php:941 +#: ../inc/customizer.php:951 msgid "Display a post's featured image on its individual page." msgstr "" -#: ../inc/customizer.php:948 +#: ../inc/customizer.php:958 msgid "Show tags on front page (tags will be shown on post's individual page)" msgstr "" "Afficher les tags sur la page d'accueil (les tags seront affichés sur la " "page de chaque article)" -#: ../inc/customizer.php:955 +#: ../inc/customizer.php:965 msgid "" "Show categories on front page (categories will be shown on post's individual " "page)" @@ -568,36 +574,36 @@ msgstr "" "Afficher les catégories sur la page d'accueil (les catégories seront " "affichées sur la page de chaque article)" -#: ../inc/customizer.php:962 +#: ../inc/customizer.php:972 msgid "Show author's name, profile image, and bio after posts" msgstr "" "Afficher le nom de l'auteur, l'image du profil et la bio après les articles" -#: ../inc/customizer.php:969 +#: ../inc/customizer.php:979 msgid "Entry Date Position" msgstr "" -#: ../inc/customizer.php:973 +#: ../inc/customizer.php:983 msgid "Above Header" msgstr "" -#: ../inc/customizer.php:974 +#: ../inc/customizer.php:984 msgid "Below Header" msgstr "" -#: ../inc/customizer.php:980 +#: ../inc/customizer.php:990 msgid "Show Page Headers" msgstr "" -#: ../inc/customizer.php:987 +#: ../inc/customizer.php:997 msgid "Show entry date for post excepts on the main page" msgstr "" -#: ../inc/customizer.php:994 +#: ../inc/customizer.php:1004 msgid "Add an arrow before the title of a link post" msgstr "Ajouter une ombre devant le titre d'un lien d'article" -#: ../inc/customizer.php:1001 +#: ../inc/customizer.php:1011 msgid "" "Show Theme Info (display a line of text about the theme and its creator at " "the bottom of pages)" @@ -605,44 +611,44 @@ msgstr "" "Montrer les informations sur le thème (intègre une ligne sur le nom du thème " "et de son créateur à la fin des pages)" -#: ../inc/customizer.php:1010 +#: ../inc/customizer.php:1020 msgid "Text (colophon, copyright, credits, etc.) for the footer of the site" msgstr "" "Texte (colophon, copyright, credits, etc.) pour le rooter de votre site" -#: ../inc/customizer.php:1023 +#: ../inc/customizer.php:1033 msgid "Other Options" msgstr "Autres options" -#: ../inc/customizer.php:1042 +#: ../inc/customizer.php:1052 msgid "Custom CSS" msgstr "Personnaliser le CSS" -#: ../inc/customizer.php:1049 +#: ../inc/customizer.php:1059 msgid "Show the following post types on home blog page. (Separate with commas)" msgstr "" # @ decode -#: ../inc/customizer.php:1088 +#: ../inc/customizer.php:1098 msgid "Accent Color" msgstr "Couleur du soulignement" # @ decode -#: ../inc/customizer.php:1094 +#: ../inc/customizer.php:1105 msgid "Active Link Color" msgstr "Couleur du lien actif" # @ decode -#: ../inc/customizer.php:1100 +#: ../inc/customizer.php:1112 msgid "Text Color" msgstr "Couleur du texte" # @ decode -#: ../inc/customizer.php:1106 +#: ../inc/customizer.php:1119 msgid "Secondary Text Color" msgstr "Seconde couleur du texte" -#: ../inc/customizer.php:1112 +#: ../inc/customizer.php:1126 msgid "Use accent color instead of text color for icons" msgstr "" "Utiliser la couleur de soulignement à la place de la couleur du texte pour " @@ -726,7 +732,7 @@ msgid "Recent Posts" msgstr "Articles récents" # @ decode -#: ../page-explore.php:46 +#: ../page-explore.php:44 msgid "Categories" msgstr "Catégories" @@ -736,5 +742,8 @@ msgstr "Catégories" msgid "Navigation" msgstr "Afficher le navigation" +#~ msgid "Header Image" +#~ msgstr "Image de l'en-tête" + #~ msgid "Reading Options" #~ msgstr "Options de lecture" diff --git a/languages/pl_PL.mo b/languages/pl_PL.mo index 95b4268d97a1192c6c7b91ff64a2dcd9ad019a15..4188df75d1ca797980d475d2f8a97c10c673f744 100644 GIT binary patch delta 2720 zcmY+^eN2^Q7{~ETL0$tDF+mHC#)}XK4{$(Uj%Z3pPz>Z?NMeWyMw%KBCUcy&vew*; znnndM*&^096%w_!gf;C|GruV5k`#dv%V`Pisa z{|aYQzksoL9X)12`;!|t4>I_b2GM}(;GE+)&ZPbe=HcIXJ7)1x3@*Va^gFI`Y($#2 z4amnj9J`(8Phv9t+kS4;&=H)5Z(|ak2)$tTITlmDh-xr_X=}zQsP|mB7>h6xw;>EBLqqm+D&0sLNH;6i?-A9}fHhAXfYS78$#M_#q5^rD7m zpgPRpqJel(6Dq?tT#D-FC??|&1~sG4xY632LDs}3P-~tv!>k;AsE&4HChkM+l_BT( z7^>YI3=HQvOesH3^4=eej%`LG0E!v?&71(-#;)X(}^xfmq>Q4O9&b$A)) z;;-n!7)GP-bC6ZAGHk(W)P&wd4wAi#TFUpa3QwUj9>J(HFfquDhnpg-#Vx4RoJ8KW z5!3+Bp&I@HH{um6Lmx*$OVx`$Jc5n*6KbssnU(aRCg#UXMi#()>cKrsOEY=PaRfD^ zF;s^aQ5m@EeE&O=MVm4&+;B3cQcpwut`rM#B`(4~+>6Ii?PRlYNTQV@a|l{3H*Owm zMm{#cMIFC`YVae}9{9rX3~EN_Q4L;lyx~0m2Q{JSJHzkIL7j&AsElSIleY@====w` z(HcFCTAKk>$FGK7VC1MJxrBP}XJq7d6V+g3S~w%AsF~%V+F6ELy46^T0o3nbKn;8l zW9Z*baMOV!s9l<#9v*oYYR&dK_2*DCIf%;0%h-v7sP|%AW@OoBqcT*0DOiEp^^KU1 z&*0toAqKUU6WnMw{^giDKRkm<)C_7+8CZ*&;d<0D+wRzpYH$Gc-Y6;qr%@UD1{dQs zRA%Qb2u~n)0r^)dJv`7r{HPH(JM}J91N%@jJcL{E7-}Zd?_w}mi8>80;eB`>^}dT) zX<}|JsyCq8Yen|4^<)IYBYK_(8pt4Oh996d$r$?aDk>A%nc*c^gqo=r%drC0K`&a3c^FIA~Xn<4&rgbMX)celz4!sBD99pgvv%j zsoX%c5tW3Bj7ITM1?DR`KfmucM~5s&}4hopf9#7i}tzyERXGn81Ax zq4cvoLjU)BP(@3o@*ts|Ke?n*xu57IcG3U;$`)!XiARW5;t8Udh$2+F32mHCBA0lW z(0=J6RJ3On68ayACsa6fpXmQ z#w%an8Vn_cziKD};!a{B%$NZ@AH|8%8e>cr`jNx*bGj8zU>u%8J^BI0<0lx47m>q! zZ?CW5ZCqbR4|;eg*O;J5rjpH#670cFR0r3r)0oJ06gQV)D&CHz7>)H9iOtq_YZqz& z0pu{pto`=>8#ssl%_%Bs=wpn)5lq4h&I88$h%34N6V+fgX)EJG)N>nfHCACbK8GCU zB~G*P1Zrm9#bg{tnlfKuEd84h6-~*nScMbzfiiwY@}>sWfRB?h?Z5`?##$Ujeqxr> zn>tvB>UbL`4akQ|tQmc{2i4z~7@R|8jEXY5hFYU3WNl1*g1h$Xv50Fws-w3s69-Xy zX3XB7M0FI#dTF2@RHg|?lV%?Bh{?ucEKX$p_25(7&=Ne29Oea1rFat6z%QtVucHQh z1JzJG^H0@epa!0Y>S&X_UyGV4Kd!V;2Jg7=${?*Yl+|Zhy#}xbq)$wnr25+D` z^w4`6rlA*CqW-=ESq0OKkKjR6LYI&i%6x}f${(-dC( zM<7YK|ks>eG}K>7g&ukWTUliu=-Jn9l%UR7VM>x!;QB|OPPFY zy^P9e64hb&Tz3ZIP|u|!vuScr9c;u@tU&#)30GhjF2@0U5=T)pSl0A{)E~Ce^{qb9siALFnXSAD(e1H)IbaDbqVTi*n*nTDooM)-%3SO z--}wK_fTsyjOzGv`}a}Ql0>Jw&&@^+d@icNJk*SoBAJ;wR6Fgcr8|Vh*o%7Z3_9=s zB`V4wgv$7LY{n_vjtv=ZMuVue`_NvGpfdUzH8W%A#}MkdGB1O}8q|#J$2%~9+WoI! zFo(*gRPM$})X3(~cQ<8$wGNfZ5mYA6qGqBGmFa7!*YF+dN2vBLqMrK;_4}{|?o7qw zYOWV9VE#45JGr3@cB7`W12vFis1YBx*Mq33K8MP199!@TDv`>C#yo^aP;bR3Zox!e zF+Jai9H!k~zq}~uHh7X7Y;yLuJ~9MHoPJ z_&zSiv$zhgqLwJ@E;r%+AQg3d95qF!Q4OC#t^H@HOwwqDs;Nfpl>oNm^Qb*Djp{IL ziM!SbcnjC;S!ZdMVg*r3Xa=7km^2f7fYZaoDuUlQ|LNd=C7&y8pvQ<-`IB zN}|oyH89N{``0NutYSaWNND{jL1#TwYaz60qI5w~wk)4{oY3p}AVHGO_dF8yt zvr|dVNOsd?~>Fa4~^X~PvoI84UsJqQK)R$iF`4=3w_S*me diff --git a/languages/pl_PL.po b/languages/pl_PL.po index 963f5b7..92b3890 100644 --- a/languages/pl_PL.po +++ b/languages/pl_PL.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Decode v2.9.1\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/theme/decode\n" -"POT-Creation-Date: 2014-03-03 18:03-0600\n" -"PO-Revision-Date: 2014-03-03 18:04-0600\n" +"POT-Creation-Date: 2014-04-14 16:53-0600\n" +"PO-Revision-Date: 2014-04-14 16:54-0600\n" "Last-Translator: Scott Smith \n" "Language-Team: Scott Smith \n" "Language: pl_PL\n" @@ -106,7 +106,7 @@ msgstr "Audio" msgid "Chats" msgstr "Chat" -#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:39 +#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:37 #: ../sidebar.php:30 msgid "Archives" msgstr "Archiwum" @@ -146,34 +146,34 @@ msgstr "Nowsze komentarze →" msgid "Comments are closed." msgstr "Komentarze wyłączone." -#: ../comments.php:75 +#: ../comments.php:77 ../comments.php:87 msgid "Leave a Reply" msgstr "Skomentuj" -#: ../comments.php:76 +#: ../comments.php:78 ../comments.php:88 #, php-format msgid "Leave a Reply to %s" msgstr "Skomentuj %s" -#: ../comments.php:77 +#: ../comments.php:79 ../comments.php:89 msgid "Cancel reply" msgstr "Anuluj komentarz" -#: ../comments.php:78 +#: ../comments.php:80 ../comments.php:90 msgid "Post Comment" msgstr "Opublikuj komentarz" -#: ../comments.php:82 +#: ../comments.php:98 msgctxt "noun" msgid "Comment" msgstr "Komentarz" -#: ../comments.php:83 +#: ../comments.php:99 #, php-format msgid "You must be logged in to post a comment." msgstr "Musisz być zalogowany, by skomentować." -#: ../comments.php:84 +#: ../comments.php:100 #, php-format msgid "" "Logged in as %2$s. %2$s. Wylogować?" -#: ../comments.php:85 +#: ../comments.php:101 msgid "Your email address will not be published." msgstr "Twój e-mail nie będzie opublikowany." -#: ../comments.php:86 +#: ../comments.php:102 #, php-format msgid "" "You may use these HTML tags " @@ -199,7 +199,7 @@ msgstr "" msgid "Read More…" msgstr "Czytaj dalej…" -#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:24 +#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:26 #: ../content-quote.php:21 ../content-search.php:19 ../content-single.php:27 #: ../content-single.php:69 ../content-single.php:114 ../content.php:35 #: ../image.php:30 @@ -211,7 +211,7 @@ msgstr "Edytuj" msgid "Continue reading " msgstr "Czytaj dalej" -#: ../content-link.php:29 ../content-page.php:21 ../content-quote.php:15 +#: ../content-link.php:29 ../content-page.php:22 ../content-quote.php:15 #: ../content-single.php:14 ../content-single.php:101 ../content.php:29 #: ../image.php:91 msgid "Pages:" @@ -268,22 +268,27 @@ msgstr "" msgid "%1$s by %2$s" msgstr "%1$s przez %2$s" -#: ../functions.php:59 +#: ../functions.php:82 msgid "Header Menu" msgstr "Menu górne" -#: ../functions.php:60 +#: ../functions.php:83 msgid "Sidebar Menu" msgstr "Pasek boczny" -#: ../functions.php:61 +#: ../functions.php:84 msgid "Footer Menu" msgstr "Menu dolne" -#: ../functions.php:105 +#: ../functions.php:130 msgid "Sidebar" msgstr "Pasek boczny" +#: ../functions.php:132 +msgctxt "sidebar description" +msgid "Only displayed if sidebar remains enabled in the Customize menu." +msgstr "" + #: ../header.php:38 msgid "Skip to content" msgstr "Przejdź do treści" @@ -312,199 +317,200 @@ msgstr "Następne " msgid "Header Options" msgstr "Opcje nagłówka" -#: ../inc/customizer.php:94 -msgid "Header Image" -msgstr "Obrazek nagłówka" - -#: ../inc/customizer.php:103 +#: ../inc/customizer.php:90 #, fuzzy msgid "Favicon Image (must be a PNG)" msgstr "Favicon (rekomendowany format PNG)" -#: ../inc/customizer.php:110 +#: ../inc/customizer.php:97 msgid "Show Site Title" msgstr "Pokaż tytuł strony" -#: ../inc/customizer.php:117 +#: ../inc/customizer.php:104 msgid "Show Site Description" msgstr "Pokaż opis strony" -#: ../inc/customizer.php:124 +#: ../inc/customizer.php:111 msgid "Show Header Menu" msgstr "Pokaż menu górne" -#: ../inc/customizer.php:131 +#: ../inc/customizer.php:118 msgid "" "HTML for description, if you wish to replace your blog description with HTML " "markup" msgstr "HTML dla opisu, jeśli chcesz zastąpić opis znacznikiem HTML" -#: ../inc/customizer.php:144 +#: ../inc/customizer.php:131 msgid "Sidebar Options" msgstr "Opcje paska bocznego" -#: ../inc/customizer.php:168 +#: ../inc/customizer.php:155 msgid "Enable Sidebar" msgstr "Pasek boczny aktywny" -#: ../inc/customizer.php:175 +#: ../inc/customizer.php:162 msgid "Sidebar Position" msgstr "Położenie paska bocznego" -#: ../inc/customizer.php:179 ../inc/customizer.php:190 +#: ../inc/customizer.php:166 ../inc/customizer.php:177 msgid "Left" msgstr "Lewa" -#: ../inc/customizer.php:180 ../inc/customizer.php:191 +#: ../inc/customizer.php:167 ../inc/customizer.php:178 msgid "Right" msgstr "Prawa" -#: ../inc/customizer.php:186 +#: ../inc/customizer.php:173 msgid "Sidebar Button Position" msgstr "Położenie przycisku paska bocznego" -#: ../inc/customizer.php:197 +#: ../inc/customizer.php:184 msgid "Always Visible Sidebar" msgstr "Pasek boczny zawsze widoczny" -#: ../inc/customizer.php:201 +#: ../inc/customizer.php:188 msgctxt "Sidebar option" msgid "Always open" msgstr "Zawsze otwarty" -#: ../inc/customizer.php:202 +#: ../inc/customizer.php:189 msgctxt "Sidebar option" msgid "Closed by default" msgstr "Domyślnie zamknięty" -#: ../inc/customizer.php:215 +#: ../inc/customizer.php:202 msgid "Discussion Options" msgstr "Opcje dyskusji" -#: ../inc/customizer.php:227 +#: ../inc/customizer.php:219 msgid "Enable Comments" msgstr "Komentarze włączone" -#: ../inc/customizer.php:240 +#: ../inc/customizer.php:226 +msgid "Show allowed HTML tags on comment form" +msgstr "" + +#: ../inc/customizer.php:239 msgid "Social Options" msgstr "Opcje społecznościowe" -#: ../inc/customizer.php:464 ../inc/customizer.php:471 +#: ../inc/customizer.php:467 ../inc/customizer.php:474 msgid "Show Social Icons" msgstr "Pokaż ikony" -#: ../inc/customizer.php:464 +#: ../inc/customizer.php:467 msgid "in Header" msgstr "w nagłówku" -#: ../inc/customizer.php:471 +#: ../inc/customizer.php:474 msgid "in Footer" msgstr "w stopce" -#: ../inc/customizer.php:478 +#: ../inc/customizer.php:481 msgid "Open Links in New Tab/Window" msgstr "Otwórz linki w nowej karcie / oknie" -#: ../inc/customizer.php:485 ../inc/customizer.php:492 -#: ../inc/customizer.php:499 ../inc/customizer.php:513 -#: ../inc/customizer.php:520 ../inc/customizer.php:527 -#: ../inc/customizer.php:534 ../inc/customizer.php:541 -#: ../inc/customizer.php:555 ../inc/customizer.php:562 -#: ../inc/customizer.php:569 ../inc/customizer.php:576 -#: ../inc/customizer.php:583 ../inc/customizer.php:590 -#: ../inc/customizer.php:597 ../inc/customizer.php:604 -#: ../inc/customizer.php:611 ../inc/customizer.php:618 -#: ../inc/customizer.php:625 ../inc/customizer.php:632 -#: ../inc/customizer.php:639 ../inc/customizer.php:646 -#: ../inc/customizer.php:653 ../inc/customizer.php:660 -#: ../inc/customizer.php:674 ../inc/customizer.php:688 -#: ../inc/customizer.php:716 ../inc/customizer.php:723 -#: ../inc/customizer.php:730 ../inc/customizer.php:737 -#: ../inc/customizer.php:751 ../inc/customizer.php:765 -#: ../inc/customizer.php:772 ../inc/customizer.php:779 -#: ../inc/customizer.php:786 ../inc/customizer.php:793 -#: ../inc/customizer.php:800 ../inc/customizer.php:814 +#: ../inc/customizer.php:488 ../inc/customizer.php:495 +#: ../inc/customizer.php:502 ../inc/customizer.php:516 +#: ../inc/customizer.php:523 ../inc/customizer.php:530 +#: ../inc/customizer.php:537 ../inc/customizer.php:544 +#: ../inc/customizer.php:558 ../inc/customizer.php:565 +#: ../inc/customizer.php:572 ../inc/customizer.php:579 +#: ../inc/customizer.php:586 ../inc/customizer.php:593 +#: ../inc/customizer.php:600 ../inc/customizer.php:607 +#: ../inc/customizer.php:614 ../inc/customizer.php:621 +#: ../inc/customizer.php:628 ../inc/customizer.php:635 +#: ../inc/customizer.php:642 ../inc/customizer.php:649 +#: ../inc/customizer.php:656 ../inc/customizer.php:663 +#: ../inc/customizer.php:677 ../inc/customizer.php:684 +#: ../inc/customizer.php:698 ../inc/customizer.php:726 +#: ../inc/customizer.php:733 ../inc/customizer.php:740 +#: ../inc/customizer.php:747 ../inc/customizer.php:761 +#: ../inc/customizer.php:775 ../inc/customizer.php:782 +#: ../inc/customizer.php:789 ../inc/customizer.php:796 +#: ../inc/customizer.php:803 ../inc/customizer.php:810 +#: ../inc/customizer.php:824 #, php-format msgid "%s Username" msgstr "Profil %s" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 #, php-format msgctxt "[noun] [translation string] (explanation)" msgid "%1$s Username %2$s" msgstr "Profil %1$s %2$s" -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 msgid " (or the long number in your profile URL)" msgstr " (albo długi numer w adresie twojego profilu)" -#: ../inc/customizer.php:548 ../inc/customizer.php:758 +#: ../inc/customizer.php:551 ../inc/customizer.php:768 #, php-format msgid "%s Profile URL" msgstr "Adres profilu %s" -#: ../inc/customizer.php:667 ../inc/customizer.php:681 -#: ../inc/customizer.php:695 ../inc/customizer.php:702 +#: ../inc/customizer.php:670 ../inc/customizer.php:691 +#: ../inc/customizer.php:705 ../inc/customizer.php:712 #, php-format msgid "%s Site URL" msgstr "Adres strony %s" -#: ../inc/customizer.php:709 ../inc/customizer.php:744 +#: ../inc/customizer.php:719 ../inc/customizer.php:754 #, php-format msgid "%s User ID" msgstr "ID użytkownika %s" -#: ../inc/customizer.php:807 +#: ../inc/customizer.php:817 #, php-format msgid "%s Group Name" msgstr "Nazwa grupy %s" -#: ../inc/customizer.php:821 +#: ../inc/customizer.php:831 msgid "Email Address" msgstr "Adres Email" -#: ../inc/customizer.php:828 +#: ../inc/customizer.php:838 #, php-format msgid "%s Link" msgstr "Links %s" -#: ../inc/customizer.php:835 +#: ../inc/customizer.php:845 msgid "RSS Feed" msgstr "Kanał RSS" -#: ../inc/customizer.php:848 +#: ../inc/customizer.php:858 #, fuzzy msgid "Content Options" msgstr "Inne opcje" -#: ../inc/customizer.php:920 +#: ../inc/customizer.php:930 msgid "" "Use entry excerpts instead of full text on site home. Excludes sticky posts." msgstr "" "Użyj fragmentów wpisów zamiast pełnej treści na stronie domowej. Z wyjątkiem " "wpisów przyklejonych." -#: ../inc/customizer.php:927 +#: ../inc/customizer.php:937 msgid "Use entry excerpts on archive, category, and author pages." msgstr "" -#: ../inc/customizer.php:934 +#: ../inc/customizer.php:944 #, fuzzy msgid "Display posts' featured images when excerpts are shown." msgstr "" "Wyświetlaj obrazki wpisów, gdy na głównej stronie wyświetlane są fragmenty " "treści." -#: ../inc/customizer.php:941 +#: ../inc/customizer.php:951 msgid "Display a post's featured image on its individual page." msgstr "Wyświetlaj obrazki wpisów na stronach wpisów." -#: ../inc/customizer.php:948 +#: ../inc/customizer.php:958 msgid "Show tags on front page (tags will be shown on post's individual page)" msgstr "" "Pokazuj tagi na stronie głównej (tagi będą pokazywane na stronach wpisów)" -#: ../inc/customizer.php:955 +#: ../inc/customizer.php:965 msgid "" "Show categories on front page (categories will be shown on post's individual " "page)" @@ -512,35 +518,35 @@ msgstr "" "Pokazuj kategorie na stronie głównej (kategorie będą pokazywane na stronach " "wpisów)" -#: ../inc/customizer.php:962 +#: ../inc/customizer.php:972 msgid "Show author's name, profile image, and bio after posts" msgstr "Po wpisach pokazuj nazwę, obrazek, bio autora" -#: ../inc/customizer.php:969 +#: ../inc/customizer.php:979 msgid "Entry Date Position" msgstr "Pozycja daty wpisu" -#: ../inc/customizer.php:973 +#: ../inc/customizer.php:983 msgid "Above Header" msgstr "Nad nagłówkiem" -#: ../inc/customizer.php:974 +#: ../inc/customizer.php:984 msgid "Below Header" msgstr "Pod nagłówkiem" -#: ../inc/customizer.php:980 +#: ../inc/customizer.php:990 msgid "Show Page Headers" msgstr "Pokazuj nagłówki stron" -#: ../inc/customizer.php:987 +#: ../inc/customizer.php:997 msgid "Show entry date for post excepts on the main page" msgstr "Pokazuj daty dla fragmentów wpisów na stronie głównej" -#: ../inc/customizer.php:994 +#: ../inc/customizer.php:1004 msgid "Add an arrow before the title of a link post" msgstr "Dodawaj strzałkę przed tytułem linku wpisu" -#: ../inc/customizer.php:1001 +#: ../inc/customizer.php:1011 msgid "" "Show Theme Info (display a line of text about the theme and its creator at " "the bottom of pages)" @@ -548,39 +554,39 @@ msgstr "" "Pokaż informacje o motywie (wyświetlaj linię tekstu z informacją o motywie i " "jego autorze w stopce)" -#: ../inc/customizer.php:1010 +#: ../inc/customizer.php:1020 msgid "Text (colophon, copyright, credits, etc.) for the footer of the site" msgstr "Tekst (informacje, prawa autorskie etc.) na stopkę strony" -#: ../inc/customizer.php:1023 +#: ../inc/customizer.php:1033 msgid "Other Options" msgstr "Inne opcje" -#: ../inc/customizer.php:1042 +#: ../inc/customizer.php:1052 msgid "Custom CSS" msgstr "Własny CSS" -#: ../inc/customizer.php:1049 +#: ../inc/customizer.php:1059 msgid "Show the following post types on home blog page. (Separate with commas)" msgstr "" -#: ../inc/customizer.php:1088 +#: ../inc/customizer.php:1098 msgid "Accent Color" msgstr "Kolor podkreślenia" -#: ../inc/customizer.php:1094 +#: ../inc/customizer.php:1105 msgid "Active Link Color" msgstr "Kolor aktywnego linka" -#: ../inc/customizer.php:1100 +#: ../inc/customizer.php:1112 msgid "Text Color" msgstr "Kolor tekstu" -#: ../inc/customizer.php:1106 +#: ../inc/customizer.php:1119 msgid "Secondary Text Color" msgstr "Kolor drugiego tekstu" -#: ../inc/customizer.php:1112 +#: ../inc/customizer.php:1126 msgid "Use accent color instead of text color for icons" msgstr "Użyj kolorów podkreślenia zamiast kolorów tekstu dla ikon" @@ -648,7 +654,7 @@ msgstr "Strona wyszukiwania" msgid "Recent Posts" msgstr "Ostatnie wpisy" -#: ../page-explore.php:46 +#: ../page-explore.php:44 msgid "Categories" msgstr "Kategorie" @@ -656,6 +662,9 @@ msgstr "Kategorie" msgid "Navigation" msgstr "Nawigacja" +#~ msgid "Header Image" +#~ msgstr "Obrazek nagłówka" + #~ msgid "Reading Options" #~ msgstr "Opcje czytania" diff --git a/languages/ru_RU.mo b/languages/ru_RU.mo index bf9217dad391dfc3072c88e2e37dcf6402239418..f72a5b6395481ffba1cdebdcb4743aa6141b8a3c 100644 GIT binary patch delta 2228 zcmYk+Z)_Ar7{~FU)ZTFwYY)mPRXNa#{j<1t+!eVhB9yCWk=kNgpjcaI0+B!(Pto{i z3nUtgF@=U`Vqc(%(L_=7cq5=8jcGInMbe-#;e@0iSkz!pLg0mde|uBYNuT}9Om}Bz zo|(PT*8Wy67cSgyC_Th&MEz7_UdOFPTqpxUV=8ekhVUo`a0G9{@39!qSbxJZ+W+7* zEau{389JE88!?mDGdro2((xwN-~pV4Cy+7B7-}wmSpP;% zdZ?{@-}Voq#yyFe*lA=aa|S)FY@Eu?c+K8W%rca^FluYcF^vxD!3=7^ov4YuhPrPE zHNj6%<9==XM^TwLkF}WQpUwDk3HjH+C+W}@M3_Yc=b#2ygqm1`ZMP$1n9bOMJCO5g zMv?5ApRpdtklitr%<3*opo?p<5&Kb@_^FiqYXvzvG=a;gm0!mVSjd4`jNPbI58?ed zf@^Rp8>x)6b)--$U1i;Y zTJgK67v!uLaX#&2sTuD^B9dr0RDsycd zAWf(ny*?`2spxcG!WJwd&rjnz`~pW%5B8Bys%8(Wowa_2uhRY&`>=_0b>fex%*Cqm zTe==O@8&X2K}wZ>Bk%RgGOpSq6}?D>FUqVUmJA*&ig=5uX$Y2L))Jf|f67|FcK=DD zhR})P0QrRzYMvl?tN+z6#7Bw8i3f;@qRmzQlY};kboxII52H&^2A2m)y%kiH{|)M~ z<)MiR>boQp{!gURs>ARI@f4v0(nVBJ_YiI`m0&`|muVk1#Utkfqnxh$tq zPZUn-3{lqxrziF4fK}Uez}kS*h*lzQ`x>nUxSr@B9whD~RNBm7b1)p!Z&Q$1O6X(J zC$7>%G!rSJotP+(W%mcK6lC8n-WZH0oLC|nt4$>rI&Q7&hMHD8%{|X;d1lM@ZBBhx arY9ARyRn4h{(oOG>&$#9kUd@gO38oBQPgYz delta 2255 zcmYk+e@vBC9LMo52;K`={FG~wdKD-!iHjErL9j?MjS`JOOQRcTTjJJM^hdfq>Y%Ou zaItIV95QS+bF1aJE2EZf{Fgu0{Uh7@0b0%KAC{KZlF531?mafn_&%?54$pI*bH3+1 z_pP>X+Pv|+w0DfMgSeMyo?-ST?wQGjGUPWa!(*6<=h27X;@vooSvcYR7iZH>&oJZ9 zinxTZ6w9#$_ghFrTBbzeVf z;zQVhC$JrTJfv|uFrW9^E-HG#KGci*F&z(K1P74C+Z1YLex6o}=b=&?#xm?e{_Fsk zQXD{S>8R_!j2d?WHL<_YV@$h6MHBEb?HmlCZdi;;VFhZ7YOo2{qn_(W4LFFJ*m2Z- zBd7_UM~(ZF>%Wf5#0)yCu``?eZ=!O94h=kk+KMV>5x|wG0a{TL>vHWLWGw5$t#}YQ zw{{)Lvfaehn8Iw>HEY5W+=wB34V&>qF8S9=Z_uF?Orj=`!$Hu>=ioM6h%3-TrFsNc z;xE{WK@Nm6(t}r0&GzFO+MS%_1$Yv*kgrgg`3`xN{ozqrL?wmgF2fR>gYDRWFJlFM zj750aIf?ht4si1ZY(TB-0BRy(Y4!AD}Bj% z5Vhhns25B+{d3Lkr#&0_vwAK|akK01LuKG2WX^UG7vfbMBBADEI(py(EX7NxnNQ-^ zIEy3vF8+vg*{k!C1H6rT@i1zI-=ijW75C$xs1^6jH(QInxEL>>7IG6S_5CkndOQ0hyCkvwYpxid7z! z2$gC)gv!K4d=PKpLs-TE8Ndkc#wq*~UoR%DSi{lQz`vr#Nh6K?%j!@I=s+GZ&$Zvf zaoVHkDRsvX)qrcj9pz!5s3a=guKrcFDDGJN=~R4f^wOFCM`T zELxJx+-}sCzQ4q36TkKK5AX%hq4GSz`xE6+uG$h6#!eKzEPIkz6+JpL;MG#&6H1&M zC3!BP4^r#b?(4PXgiaI(C{Z}M)<*Es#K*5CG!vVM2I5Z9=GG9(>2iYfCO(mMSV>T# zVPCG-L`C_3PCc$PVwJ16AQ?#fR4T2{5|0xRLI>mpLi^lF)D!#~+je3jF}*xZgUlt) zMi=T7uh%Cuy{x9OhDe*%nMqyyyLMWiepGbWRD4P7G0Y&^iLmQ?!kLO&iEYHg#0o-X zvqc;Id6glme&P{AA4`Bx*+J+C)e&2WJ7q(x&;NI7`np|_7q`b=$=d192$zS#!OEK2 zQ1rL_1)2Z1!m*r!J-(E~(JPAz3x;wUUC^U{QDWe}v`W Ag#Z8m diff --git a/languages/ru_RU.po b/languages/ru_RU.po index 704e1f2..94cb58b 100644 --- a/languages/ru_RU.po +++ b/languages/ru_RU.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Decode v2.9\n" "Report-Msgid-Bugs-To: http://wordpress.org/support/theme/decode\n" -"POT-Creation-Date: 2014-03-03 18:03-0600\n" -"PO-Revision-Date: 2014-03-03 18:03-0600\n" +"POT-Creation-Date: 2014-04-14 16:53-0600\n" +"PO-Revision-Date: 2014-04-14 16:55-0600\n" "Last-Translator: Scott Smith \n" "Language-Team: \n" "Language: ru\n" @@ -116,7 +116,7 @@ msgid "Chats" msgstr "" # @ decode -#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:39 +#: ../archive.php:63 ../inc/extras.php:113 ../page-explore.php:37 #: ../sidebar.php:30 msgid "Archives" msgstr "Архивы" @@ -164,34 +164,34 @@ msgid "Comments are closed." msgstr "Комментарии запрещены" # @ decode -#: ../comments.php:75 +#: ../comments.php:77 ../comments.php:87 msgid "Leave a Reply" msgstr "Оставить ответ" # @ decode -#: ../comments.php:76 +#: ../comments.php:78 ../comments.php:88 #, php-format msgid "Leave a Reply to %s" msgstr "Оставить ответ к %s" # @ decode -#: ../comments.php:77 +#: ../comments.php:79 ../comments.php:89 msgid "Cancel reply" msgstr "Отменить ответ" # @ decode -#: ../comments.php:78 +#: ../comments.php:80 ../comments.php:90 msgid "Post Comment" msgstr "Отправить комментарий" # @ decode -#: ../comments.php:82 +#: ../comments.php:98 msgctxt "noun" msgid "Comment" msgstr "Комментарий" # @ decode -#: ../comments.php:83 +#: ../comments.php:99 #, php-format msgid "You must be logged in to post a comment." msgstr "" @@ -199,7 +199,7 @@ msgstr "" "комментарии." # @ decode -#: ../comments.php:84 +#: ../comments.php:100 #, php-format msgid "" "Logged in as %2$s. Выйти?" # @ decode -#: ../comments.php:85 +#: ../comments.php:101 msgid "Your email address will not be published." msgstr "Адрес вашей электронной почты не будет опубликован." # @ decode -#: ../comments.php:86 +#: ../comments.php:102 #, php-format msgid "" "You may use these HTML tags " @@ -230,7 +230,7 @@ msgstr "Читать еще…" # @ decode # @ _s -#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:24 +#: ../content-excerpt.php:31 ../content-link.php:35 ../content-page.php:26 #: ../content-quote.php:21 ../content-search.php:19 ../content-single.php:27 #: ../content-single.php:69 ../content-single.php:114 ../content.php:35 #: ../image.php:30 @@ -244,7 +244,7 @@ msgid "Continue reading " msgstr "Читать далее " # @ decode -#: ../content-link.php:29 ../content-page.php:21 ../content-quote.php:15 +#: ../content-link.php:29 ../content-page.php:22 ../content-quote.php:15 #: ../content-single.php:14 ../content-single.php:101 ../content.php:29 #: ../image.php:91 msgid "Pages:" @@ -314,28 +314,33 @@ msgid "%1$s by %2$s" msgstr "" # @ decode -#: ../functions.php:59 +#: ../functions.php:82 #, fuzzy msgid "Header Menu" msgstr "Изображение в заголовке" # @ decode -#: ../functions.php:60 +#: ../functions.php:83 #, fuzzy msgid "Sidebar Menu" msgstr "Боковая колонка" # @ decode -#: ../functions.php:61 +#: ../functions.php:84 #, fuzzy msgid "Footer Menu" msgstr "Изображение в заголовке" # @ decode -#: ../functions.php:105 +#: ../functions.php:130 msgid "Sidebar" msgstr "Боковая колонка" +#: ../functions.php:132 +msgctxt "sidebar description" +msgid "Only displayed if sidebar remains enabled in the Customize menu." +msgstr "" + # @ decode #: ../header.php:38 msgid "Skip to content" @@ -370,34 +375,29 @@ msgid "Header Options" msgstr "Параметры заголовка" # @ decode -#: ../inc/customizer.php:94 -msgid "Header Image" -msgstr "Изображение в заголовке" - -# @ decode -#: ../inc/customizer.php:103 +#: ../inc/customizer.php:90 #, fuzzy msgid "Favicon Image (must be a PNG)" msgstr "Изображение в заголовке" # @ decode -#: ../inc/customizer.php:110 +#: ../inc/customizer.php:97 msgid "Show Site Title" msgstr "Показать заголовок сайта" # @ decode -#: ../inc/customizer.php:117 +#: ../inc/customizer.php:104 msgid "Show Site Description" msgstr "Короткое описание сайта" # @ decode -#: ../inc/customizer.php:124 +#: ../inc/customizer.php:111 #, fuzzy msgid "Show Header Menu" msgstr "Изображение в заголовке" # @ decode -#: ../inc/customizer.php:131 +#: ../inc/customizer.php:118 msgid "" "HTML for description, if you wish to replace your blog description with HTML " "markup" @@ -406,197 +406,202 @@ msgstr "" "помощью HTML разметки" # @ decode -#: ../inc/customizer.php:144 +#: ../inc/customizer.php:131 msgid "Sidebar Options" msgstr "Параметры сайдбара" # @ decode -#: ../inc/customizer.php:168 +#: ../inc/customizer.php:155 msgid "Enable Sidebar" msgstr "Включить сайдбар" # @ decode -#: ../inc/customizer.php:175 +#: ../inc/customizer.php:162 msgid "Sidebar Position" msgstr "Позиция сайдбара" # @ decode -#: ../inc/customizer.php:179 ../inc/customizer.php:190 +#: ../inc/customizer.php:166 ../inc/customizer.php:177 msgid "Left" msgstr "Слева" # @ decode -#: ../inc/customizer.php:180 ../inc/customizer.php:191 +#: ../inc/customizer.php:167 ../inc/customizer.php:178 msgid "Right" msgstr "Справа" # @ decode -#: ../inc/customizer.php:186 +#: ../inc/customizer.php:173 msgid "Sidebar Button Position" msgstr "Расположение кнопки сайдбара" # @ decode -#: ../inc/customizer.php:197 +#: ../inc/customizer.php:184 msgid "Always Visible Sidebar" msgstr "Всегда показывать сайдбар" -#: ../inc/customizer.php:201 +#: ../inc/customizer.php:188 msgctxt "Sidebar option" msgid "Always open" msgstr "" -#: ../inc/customizer.php:202 +#: ../inc/customizer.php:189 msgctxt "Sidebar option" msgid "Closed by default" msgstr "" # @ decode -#: ../inc/customizer.php:215 +#: ../inc/customizer.php:202 msgid "Discussion Options" msgstr "Параметры обсуждения" # @ decode -#: ../inc/customizer.php:227 +#: ../inc/customizer.php:219 msgid "Enable Comments" msgstr "Включить комментарии" +#: ../inc/customizer.php:226 +msgid "Show allowed HTML tags on comment form" +msgstr "" + # @ decode -#: ../inc/customizer.php:240 +#: ../inc/customizer.php:239 msgid "Social Options" msgstr "Социальные опции" # @ decode -#: ../inc/customizer.php:464 ../inc/customizer.php:471 +#: ../inc/customizer.php:467 ../inc/customizer.php:474 msgid "Show Social Icons" msgstr "Показывать социальные иконки " # @ decode -#: ../inc/customizer.php:464 +#: ../inc/customizer.php:467 #, fuzzy msgid "in Header" msgstr "Над заголовком" # @ decode -#: ../inc/customizer.php:471 +#: ../inc/customizer.php:474 #, fuzzy msgid "in Footer" msgstr "Изображение в заголовке" # @ decode -#: ../inc/customizer.php:478 +#: ../inc/customizer.php:481 msgid "Open Links in New Tab/Window" msgstr "Открывать ссылки в новом окне/вкладке" # @ decode -#: ../inc/customizer.php:485 ../inc/customizer.php:492 -#: ../inc/customizer.php:499 ../inc/customizer.php:513 -#: ../inc/customizer.php:520 ../inc/customizer.php:527 -#: ../inc/customizer.php:534 ../inc/customizer.php:541 -#: ../inc/customizer.php:555 ../inc/customizer.php:562 -#: ../inc/customizer.php:569 ../inc/customizer.php:576 -#: ../inc/customizer.php:583 ../inc/customizer.php:590 -#: ../inc/customizer.php:597 ../inc/customizer.php:604 -#: ../inc/customizer.php:611 ../inc/customizer.php:618 -#: ../inc/customizer.php:625 ../inc/customizer.php:632 -#: ../inc/customizer.php:639 ../inc/customizer.php:646 -#: ../inc/customizer.php:653 ../inc/customizer.php:660 -#: ../inc/customizer.php:674 ../inc/customizer.php:688 -#: ../inc/customizer.php:716 ../inc/customizer.php:723 -#: ../inc/customizer.php:730 ../inc/customizer.php:737 -#: ../inc/customizer.php:751 ../inc/customizer.php:765 -#: ../inc/customizer.php:772 ../inc/customizer.php:779 -#: ../inc/customizer.php:786 ../inc/customizer.php:793 -#: ../inc/customizer.php:800 ../inc/customizer.php:814 +#: ../inc/customizer.php:488 ../inc/customizer.php:495 +#: ../inc/customizer.php:502 ../inc/customizer.php:516 +#: ../inc/customizer.php:523 ../inc/customizer.php:530 +#: ../inc/customizer.php:537 ../inc/customizer.php:544 +#: ../inc/customizer.php:558 ../inc/customizer.php:565 +#: ../inc/customizer.php:572 ../inc/customizer.php:579 +#: ../inc/customizer.php:586 ../inc/customizer.php:593 +#: ../inc/customizer.php:600 ../inc/customizer.php:607 +#: ../inc/customizer.php:614 ../inc/customizer.php:621 +#: ../inc/customizer.php:628 ../inc/customizer.php:635 +#: ../inc/customizer.php:642 ../inc/customizer.php:649 +#: ../inc/customizer.php:656 ../inc/customizer.php:663 +#: ../inc/customizer.php:677 ../inc/customizer.php:684 +#: ../inc/customizer.php:698 ../inc/customizer.php:726 +#: ../inc/customizer.php:733 ../inc/customizer.php:740 +#: ../inc/customizer.php:747 ../inc/customizer.php:761 +#: ../inc/customizer.php:775 ../inc/customizer.php:782 +#: ../inc/customizer.php:789 ../inc/customizer.php:796 +#: ../inc/customizer.php:803 ../inc/customizer.php:810 +#: ../inc/customizer.php:824 #, php-format msgid "%s Username" msgstr "%s Имя пользователя" # @ decode -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 #, php-format msgctxt "[noun] [translation string] (explanation)" msgid "%1$s Username %2$s" msgstr "%1$s Имя пользователя %2$s" # @ decode -#: ../inc/customizer.php:506 +#: ../inc/customizer.php:509 msgid " (or the long number in your profile URL)" msgstr "(или длинный номер в URL вашего профиля)" # @ decode -#: ../inc/customizer.php:548 ../inc/customizer.php:758 +#: ../inc/customizer.php:551 ../inc/customizer.php:768 #, php-format msgid "%s Profile URL" msgstr "%s URL профиля" # @ decode -#: ../inc/customizer.php:667 ../inc/customizer.php:681 -#: ../inc/customizer.php:695 ../inc/customizer.php:702 +#: ../inc/customizer.php:670 ../inc/customizer.php:691 +#: ../inc/customizer.php:705 ../inc/customizer.php:712 #, php-format msgid "%s Site URL" msgstr "%s URL сайта" -#: ../inc/customizer.php:709 ../inc/customizer.php:744 +#: ../inc/customizer.php:719 ../inc/customizer.php:754 #, php-format msgid "%s User ID" msgstr "" -#: ../inc/customizer.php:807 +#: ../inc/customizer.php:817 #, php-format msgid "%s Group Name" msgstr "" # @ decode -#: ../inc/customizer.php:821 +#: ../inc/customizer.php:831 msgid "Email Address" msgstr "Адрес электронной почты" # @ decode -#: ../inc/customizer.php:828 +#: ../inc/customizer.php:838 #, php-format msgid "%s Link" msgstr "%s Ссылки" # @ decode -#: ../inc/customizer.php:835 +#: ../inc/customizer.php:845 msgid "RSS Feed" msgstr "RSS Feed" # @ decode -#: ../inc/customizer.php:848 +#: ../inc/customizer.php:858 #, fuzzy msgid "Content Options" msgstr "Прочие параметры" # @ decode -#: ../inc/customizer.php:920 +#: ../inc/customizer.php:930 msgid "" "Use entry excerpts instead of full text on site home. Excludes sticky posts." msgstr "" "Использовать цитаты вместо текста на главной странице сайта. За исключением " "прилепленных сообщений." -#: ../inc/customizer.php:927 +#: ../inc/customizer.php:937 msgid "Use entry excerpts on archive, category, and author pages." msgstr "" -#: ../inc/customizer.php:934 +#: ../inc/customizer.php:944 msgid "Display posts' featured images when excerpts are shown." msgstr "" -#: ../inc/customizer.php:941 +#: ../inc/customizer.php:951 msgid "Display a post's featured image on its individual page." msgstr "" # @ decode -#: ../inc/customizer.php:948 +#: ../inc/customizer.php:958 msgid "Show tags on front page (tags will be shown on post's individual page)" msgstr "" "Показывать метки на главной странице (метки всегда показываются на отдельной " "странице записи)" # @ decode -#: ../inc/customizer.php:955 +#: ../inc/customizer.php:965 msgid "" "Show categories on front page (categories will be shown on post's individual " "page)" @@ -605,41 +610,41 @@ msgstr "" "отдельной странице записи)" # @ decode -#: ../inc/customizer.php:962 +#: ../inc/customizer.php:972 msgid "Show author's name, profile image, and bio after posts" msgstr "Показывать имя автора, изображение профиля и описание в публикации" # @ decode -#: ../inc/customizer.php:969 +#: ../inc/customizer.php:979 msgid "Entry Date Position" msgstr "Позиция даты" # @ decode -#: ../inc/customizer.php:973 +#: ../inc/customizer.php:983 msgid "Above Header" msgstr "Над заголовком" # @ decode -#: ../inc/customizer.php:974 +#: ../inc/customizer.php:984 msgid "Below Header" msgstr "Ниже заголовка" # @ decode -#: ../inc/customizer.php:980 +#: ../inc/customizer.php:990 msgid "Show Page Headers" msgstr "Показывать заголовки страниц" -#: ../inc/customizer.php:987 +#: ../inc/customizer.php:997 msgid "Show entry date for post excepts on the main page" msgstr "" # @ decode -#: ../inc/customizer.php:994 +#: ../inc/customizer.php:1004 msgid "Add an arrow before the title of a link post" msgstr "Добавить стрелочку перед ссылкой на запись" # @ decode -#: ../inc/customizer.php:1001 +#: ../inc/customizer.php:1011 msgid "" "Show Theme Info (display a line of text about the theme and its creator at " "the bottom of pages)" @@ -648,47 +653,47 @@ msgstr "" "страниц)" # @ decode -#: ../inc/customizer.php:1010 +#: ../inc/customizer.php:1020 msgid "Text (colophon, copyright, credits, etc.) for the footer of the site" msgstr "" "Текст (выходные данные, копирайты, благодарности и т.д) в подвале сайта" # @ decode -#: ../inc/customizer.php:1023 +#: ../inc/customizer.php:1033 msgid "Other Options" msgstr "Прочие параметры" # @ decode -#: ../inc/customizer.php:1042 +#: ../inc/customizer.php:1052 msgid "Custom CSS" msgstr "Свой CSS" -#: ../inc/customizer.php:1049 +#: ../inc/customizer.php:1059 msgid "Show the following post types on home blog page. (Separate with commas)" msgstr "" # @ decode -#: ../inc/customizer.php:1088 +#: ../inc/customizer.php:1098 msgid "Accent Color" msgstr "Цвет выделения" # @ decode -#: ../inc/customizer.php:1094 +#: ../inc/customizer.php:1105 msgid "Active Link Color" msgstr "Цвет активной ссылки" # @ decode -#: ../inc/customizer.php:1100 +#: ../inc/customizer.php:1112 msgid "Text Color" msgstr "Цвет текста" # @ decode -#: ../inc/customizer.php:1106 +#: ../inc/customizer.php:1119 msgid "Secondary Text Color" msgstr "Цвет второстепенного текста" # @ decode -#: ../inc/customizer.php:1112 +#: ../inc/customizer.php:1126 msgid "Use accent color instead of text color for icons" msgstr "Использовать цвет выделения вместо цвет текста для иконок" @@ -771,7 +776,7 @@ msgid "Recent Posts" msgstr "Недавние записи" # @ decode -#: ../page-explore.php:46 +#: ../page-explore.php:44 msgid "Categories" msgstr "Категории" From 485cbd359287b02ff8a47d5f98f32a2601403fe6 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Mon, 14 Apr 2014 16:59:28 -0500 Subject: [PATCH 58/59] Move $content_width inside decode_setup function --- functions.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/functions.php b/functions.php index 2f916ab..0e85b81 100644 --- a/functions.php +++ b/functions.php @@ -5,13 +5,6 @@ * @package Decode */ -/** - * Set the content width based on the theme's design and stylesheet. - */ -if ( ! isset( $content_width ) ) { - $content_width = 640; /* pixels */ -} - if ( ! function_exists( 'decode_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. @@ -83,6 +76,13 @@ function decode_setup() { 'sidebar-menu' => __( 'Sidebar Menu', 'decode' ), 'footer-menu' => __( 'Footer Menu', 'decode' ) ) ); + + /** + * Set the content width based on the theme's design and stylesheet. + */ + if ( ! isset( $content_width ) ) { + $content_width = 640; /* pixels */ + } } endif; // decode_setup add_action( 'after_setup_theme', 'decode_setup' ); From f452808ef25ea8fcccfba0bd6151b21c55eac0b2 Mon Sep 17 00:00:00 2001 From: Scott Smith Date: Mon, 14 Apr 2014 16:59:54 -0500 Subject: [PATCH 59/59] Bump version number to 2.9.3 from 2.9.2 --- css/src/style.css | 2 +- css/style.css | 2 +- functions.php | 6 +++--- package.json | 2 +- style.css | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/css/src/style.css b/css/src/style.css index bf1c38a..66053a8 100644 --- a/css/src/style.css +++ b/css/src/style.css @@ -1,7 +1,7 @@ /*! Theme Name: Decode Theme URI: http://ScottHSmith.com/projects/decode/ -Version: 2.9.2 +Version: 2.9.3 Text Domain: decode Author: Scott Smith Author URI: http://ScottHSmith.com/ diff --git a/css/style.css b/css/style.css index 63c8519..e76c2b6 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ /*! Theme Name: Decode Theme URI: http://ScottHSmith.com/projects/decode/ -Version: 2.9.2 +Version: 2.9.3 Text Domain: decode Author: Scott Smith Author URI: http://ScottHSmith.com/ diff --git a/functions.php b/functions.php index 0e85b81..3399864 100644 --- a/functions.php +++ b/functions.php @@ -94,16 +94,16 @@ function decode_setup() { function decode_scripts() { - wp_enqueue_style( 'decode-style', get_stylesheet_uri(), array(), "2.9.2" ); + wp_enqueue_style( 'decode-style', get_stylesheet_uri(), array(), "2.9.3" ); wp_enqueue_style( 'decode-font-stylesheet', '//fonts.googleapis.com/css?family=Oxygen&subset=latin-ext' ); if ( get_theme_mod( 'show_sidebar', true ) == false ) { - wp_enqueue_script( 'decode-scripts', get_template_directory_uri() . '/js/decode.js', array(), '2.9.2', true ); + wp_enqueue_script( 'decode-scripts', get_template_directory_uri() . '/js/decode.js', array(), '2.9.3', true ); } if ( get_theme_mod( 'show_sidebar', true ) == true ) { - wp_enqueue_script( 'decode-sidebar', get_template_directory_uri() . '/js/decode-with-sidebar.js', array(), '2.9.2', true ); + wp_enqueue_script( 'decode-sidebar', get_template_directory_uri() . '/js/decode-with-sidebar.js', array(), '2.9.3', true ); } if ( is_singular() && comments_open() && get_option( 'thread_comments' ) && get_theme_mod( 'enable_comments', true ) == true ) { diff --git a/package.json b/package.json index 9408b0a..80b43c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Decode", - "version": "2.9.2", + "version": "2.9.3", "author": "Scott Smith (http://ScottHSmith.com)", "license": "GPLv3", "repository": { diff --git a/style.css b/style.css index 369e8de..c263f8c 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /*! Theme Name: Decode Theme URI: http://ScottHSmith.com/projects/decode/ -Version: 2.9.2 +Version: 2.9.3 Text Domain: decode Author: Scott Smith Author URI: http://ScottHSmith.com/