From 6ced2aa60d9dbfceae1220d78717535466d8b003 Mon Sep 17 00:00:00 2001 From: Ted Goas Date: Mon, 19 Nov 2018 17:22:58 -0500 Subject: [PATCH] Add role="img" and aria-label="alt_text" for inline SVGs work towards #52 --- assets/css/global.css | 2 +- site/snippets/icon-rss.php | 2 +- site/snippets/tg-sig-logo.php | 2 +- site/templates/bio.php | 1 - site/templates/home.php | 16 ++++++++-------- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/assets/css/global.css b/assets/css/global.css index aac0d7a67..d661d389e 100644 --- a/assets/css/global.css +++ b/assets/css/global.css @@ -1 +1 @@ -html{box-sizing:border-box;-webkit-font-smoothing:antialiased}*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;box-sizing:inherit}*,*:before,*:after{box-sizing:inherit}body{box-sizing:border-box;margin:0}.bar-none{border-radius:0}.bar-sm{border-radius:2px}.bar-md{border-radius:5px}.bar-lg{border-radius:8px}.baw0{border-width:0}.baw1{border-width:1px}.baw2{border-width:2px}.btw0{border-top-width:0}.btw1{border-top-width:.5px}.btw2{border-top-width:2px}.brw0{border-right-width:0}.brw1{border-right-width:1px}.brw2{border-right-width:2px}.bbw0{border-bottom-width:0}.bbw1{border-bottom-width:1px}.bbw2{border-bottom-width:2px}.blw0{border-left-width:0}.blw1{border-left-width:1px}.blw2{border-left-width:2px}.byw0{border-top-width:0;border-bottom-width:0}.byw1{border-top-width:.5px;border-bottom-width:1px}.byw2{border-top-width:2px;border-bottom-width:2px}.bxw0{border-right-width:0;border-left-width:0}.bxw1{border-right-width:1px;border-left-width:1px}.bxw2{border-right-width:2px;border-left-width:2px}.bas-none{border-style:none}.bas-solid{border-style:solid}.bas-dashed{border-style:dashed}.bas-dotted{border-style:dotted}.bts-none{border-top-style:none}.bts-solid{border-top-style:solid}.bts-dashed{border-top-style:dashed}.bts-dotted{border-top-style:dotted}.brs-none{border-right-style:none}.brs-solid{border-right-style:solid}.brs-dashed{border-right-style:dashed}.brs-dotted{border-right-style:dotted}.bbs-none{border-bottom-style:none}.bbs-solid{border-bottom-style:solid}.bbs-dashed{border-bottom-style:dashed}.bbs-dotted{border-bottom-style:dotted}.bls-none{border-left-style:none}.bls-solid{border-left-style:solid}.bls-dashed{border-left-style:dashed}.bls-dotted{border-left-style:dotted}.bc-gray-0{border-color:#f8f9fa}.bc-gray-1{border-color:#f1f3f5}.bc-gray-2{border-color:#e9ecef}.bc-gray-3{border-color:#dee2e6}.bc-gray-4{border-color:#ced4da}.bc-gray-5{border-color:#adb5bd}.bc-gray-6{border-color:#868e96}.bc-gray-7{border-color:#495057}.bc-gray-8{border-color:#343a40}.bc-gray-9{border-color:#212529}.bls-dashed-svg{background:url("../images/line-y.svg") top left repeat-y}.brs-dashed-svg{background:url("../images/line-y.svg") top right repeat-y}.bts-dashed-svg{background:url("../images/line-x.svg") top left repeat-x}.bbs-dashed-svg{background:url("../images/line-x.svg") bottom left repeat-x}.card{text-decoration:none;display:block;padding:10px;margin-left:-10px;border:2px solid transparent}.card:hover,.card:focus{border-color:#e9ecef}.card .faux-link{color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6}.card-small{display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-small img{line-height:1}.card-small div{padding:10px;font-size:15px;line-height:158%;color:#868e96}.card-small div strong{display:block;color:#212529}body{color:#343a40}.fc-gray-0{color:#f8f9fa}.fc-gray-1{color:#f1f3f5}.fc-gray-2{color:#e9ecef}.fc-gray-3{color:#dee2e6}.fc-gray-4{color:#ced4da}.fc-gray-5{color:#adb5bd}.fc-gray-6{color:#868e96}.fc-gray-7{color:#495057}.fc-gray-8{color:#343a40}.fc-gray-9{color:#212529}.bg-gray-0{background-color:#f8f9fa}.bg-gray-1{background-color:#f1f3f5}.bg-gray-2{background-color:#e9ecef}.bg-gray-3{background-color:#dee2e6}.bg-gray-4{background-color:#ced4da}.bg-gray-5{background-color:#adb5bd}.bg-gray-6{background-color:#868e96}.bg-gray-7{background-color:#495057}.bg-gray-8{background-color:#343a40}.bg-gray-9{background-color:#212529}.bg-white{background-color:#fff}.fc-red-0{color:#fff5f5}.fc-red-1{color:#ffe3e3}.fc-red-2{color:#ffc9c9}.fc-red-3{color:#ffa8a8}.fc-red-4{color:#ff8787}.fc-red-5{color:#ff6b6b}.fc-red-6{color:#fa5252}.fc-red-7{color:#f03e3e}.fc-red-8{color:#e03131}.fc-red-9{color:#c92a2a}.bg-red-0{background-color:#fff5f5}.bg-red-1{background-color:#ffe3e3}.bg-red-2{background-color:#ffc9c9}.bg-red-3{background-color:#ffa8a8}.bg-red-4{background-color:#ff8787}.bg-red-5{background-color:#ff6b6b}.bg-red-6{background-color:#fa5252}.bg-red-7{background-color:#f03e3e}.bg-red-8{background-color:#e03131}.bg-red-9{background-color:#c92a2a}.fc-pink-0{color:#fff0f6}.fc-pink-1{color:#ffdeeb}.fc-pink-2{color:#fcc2d7}.fc-pink-3{color:#faa2c1}.fc-pink-4{color:#f783ac}.fc-pink-5{color:#f06595}.fc-pink-6{color:#e64980}.fc-pink-7{color:#d6336c}.fc-pink-8{color:#c2255c}.fc-pink-9{color:#a61e4d}.bg-pink-0{background-color:#fff0f6}.bg-pink-1{background-color:#ffdeeb}.bg-pink-2{background-color:#fcc2d7}.bg-pink-3{background-color:#faa2c1}.bg-pink-4{background-color:#f783ac}.bg-pink-5{background-color:#f06595}.bg-pink-6{background-color:#e64980}.bg-pink-7{background-color:#d6336c}.bg-pink-8{background-color:#c2255c}.bg-pink-9{background-color:#a61e4d}.fc-grape-0{color:#f8f0fc}.fc-grape-1{color:#f3d9fa}.fc-grape-2{color:#eebefa}.fc-grape-3{color:#e599f7}.fc-grape-4{color:#da77f2}.fc-grape-5{color:#cc5de8}.fc-grape-6{color:#be4bdb}.fc-grape-7{color:#ae3ec9}.fc-grape-8{color:#9c36b5}.fc-grape-9{color:#862e9c}.bg-grape-0{background-color:#f8f0fc}.bg-grape-1{background-color:#f3d9fa}.bg-grape-2{background-color:#eebefa}.bg-grape-3{background-color:#e599f7}.bg-grape-4{background-color:#da77f2}.bg-grape-5{background-color:#cc5de8}.bg-grape-6{background-color:#be4bdb}.bg-grape-7{background-color:#ae3ec9}.bg-grape-8{background-color:#9c36b5}.bg-grape-9{background-color:#862e9c}.fc-violet-0{color:#f3f0ff}.fc-violet-1{color:#e5dbff}.fc-violet-2{color:#d0bfff}.fc-violet-3{color:#b197fc}.fc-violet-4{color:#9775fa}.fc-violet-5{color:#845ef7}.fc-violet-6{color:#7950f2}.fc-violet-7{color:#7048e8}.fc-violet-8{color:#6741d9}.fc-violet-9{color:#5f3dc4}.bg-violet-0{background-color:#f3f0ff}.bg-violet-1{background-color:#e5dbff}.bg-violet-2{background-color:#d0bfff}.bg-violet-3{background-color:#b197fc}.bg-violet-4{background-color:#9775fa}.bg-violet-5{background-color:#845ef7}.bg-violet-6{background-color:#7950f2}.bg-violet-7{background-color:#7048e8}.bg-violet-8{background-color:#6741d9}.bg-violet-9{background-color:#5f3dc4}.fc-indigo-0{color:#edf2ff}.fc-indigo-1{color:#dbe4ff}.fc-indigo-2{color:#bac8ff}.fc-indigo-3{color:#91a7ff}.fc-indigo-4{color:#748ffc}.fc-indigo-5{color:#5c7cfa}.fc-indigo-6{color:#4c6ef5}.fc-indigo-7{color:#4263eb}.fc-indigo-8{color:#3b5bdb}.fc-indigo-9{color:#364fc7}.bg-indigo-0{background-color:#edf2ff}.bg-indigo-1{background-color:#dbe4ff}.bg-indigo-2{background-color:#bac8ff}.bg-indigo-3{background-color:#91a7ff}.bg-indigo-4{background-color:#748ffc}.bg-indigo-5{background-color:#5c7cfa}.bg-indigo-6{background-color:#4c6ef5}.bg-indigo-7{background-color:#4263eb}.bg-indigo-8{background-color:#3b5bdb}.bg-indigo-9{background-color:#364fc7}.fc-blue-0{color:#e7f5ff}.fc-blue-1{color:#d0ebff}.fc-blue-2{color:#a5d8ff}.fc-blue-3{color:#74c0fc}.fc-blue-4{color:#4dabf7}.fc-blue-5{color:#339af0}.fc-blue-6{color:#228be6}.fc-blue-7{color:#1c7ed6}.fc-blue-8{color:#1971c2}.fc-blue-9{color:#1864ab}.bg-blue-0{background-color:#e7f5ff}.bg-blue-1{background-color:#d0ebff}.bg-blue-2{background-color:#a5d8ff}.bg-blue-3{background-color:#74c0fc}.bg-blue-4{background-color:#4dabf7}.bg-blue-5{background-color:#339af0}.bg-blue-6{background-color:#228be6}.bg-blue-7{background-color:#1c7ed6}.bg-blue-8{background-color:#1971c2}.bg-blue-9{background-color:#1864ab}.fc-cyan-0{color:#e3fafc}.fc-cyan-1{color:#c5f6fa}.fc-cyan-2{color:#99e9f2}.fc-cyan-3{color:#66d9e8}.fc-cyan-4{color:#3bc9db}.fc-cyan-5{color:#22b8cf}.fc-cyan-6{color:#15aabf}.fc-cyan-7{color:#1098ad}.fc-cyan-8{color:#0c8599}.fc-cyan-9{color:#0b7285}.bg-cyan-0{background-color:#e3fafc}.bg-cyan-1{background-color:#c5f6fa}.bg-cyan-2{background-color:#99e9f2}.bg-cyan-3{background-color:#66d9e8}.bg-cyan-4{background-color:#3bc9db}.bg-cyan-5{background-color:#22b8cf}.bg-cyan-6{background-color:#15aabf}.bg-cyan-7{background-color:#1098ad}.bg-cyan-8{background-color:#0c8599}.bg-cyan-9{background-color:#0b7285}.fc-teal-0{color:#e6fcf5}.fc-teal-1{color:#c3fae8}.fc-teal-2{color:#96f2d7}.fc-teal-3{color:#63e6be}.fc-teal-4{color:#38d9a9}.fc-teal-5{color:#20c997}.fc-teal-6{color:#12b886}.fc-teal-7{color:#0ca678}.fc-teal-8{color:#099268}.fc-teal-9{color:#087f5b}.bg-teal-0{background-color:#e6fcf5}.bg-teal-1{background-color:#c3fae8}.bg-teal-2{background-color:#96f2d7}.bg-teal-3{background-color:#63e6be}.bg-teal-4{background-color:#38d9a9}.bg-teal-5{background-color:#20c997}.bg-teal-6{background-color:#12b886}.bg-teal-7{background-color:#0ca678}.bg-teal-8{background-color:#099268}.bg-teal-9{background-color:#087f5b}.fc-green-0{color:#ebfbee}.fc-green-1{color:#d3f9d8}.fc-green-2{color:#b2f2bb}.fc-green-3{color:#8ce99a}.fc-green-4{color:#69db7c}.fc-green-5{color:#51cf66}.fc-green-6{color:#40c057}.fc-green-7{color:#37b24d}.fc-green-8{color:#2f9e44}.fc-green-9{color:#2b8a3e}.bg-green-0{background-color:#ebfbee}.bg-green-1{background-color:#d3f9d8}.bg-green-2{background-color:#b2f2bb}.bg-green-3{background-color:#8ce99a}.bg-green-4{background-color:#69db7c}.bg-green-5{background-color:#51cf66}.bg-green-6{background-color:#40c057}.bg-green-7{background-color:#37b24d}.bg-green-8{background-color:#2f9e44}.bg-green-9{background-color:#2b8a3e}.fc-lime-0{color:#f4fce3}.fc-lime-1{color:#e9fac8}.fc-lime-2{color:#d8f5a2}.fc-lime-3{color:#c0eb75}.fc-lime-4{color:#a9e34b}.fc-lime-5{color:#94d82d}.fc-lime-6{color:#82c91e}.fc-lime-7{color:#74b816}.fc-lime-8{color:#66a80f}.fc-lime-9{color:#5c940d}.bg-lime-0{background-color:#f4fce3}.bg-lime-1{background-color:#e9fac8}.bg-lime-2{background-color:#d8f5a2}.bg-lime-3{background-color:#c0eb75}.bg-lime-4{background-color:#a9e34b}.bg-lime-5{background-color:#94d82d}.bg-lime-6{background-color:#82c91e}.bg-lime-7{background-color:#74b816}.bg-lime-8{background-color:#66a80f}.bg-lime-9{background-color:#5c940d}.fc-yellow-0{color:#fff9db}.fc-yellow-1{color:#fff3bf}.fc-yellow-2{color:#ffec99}.fc-yellow-3{color:#ffe066}.fc-yellow-4{color:#ffd43b}.fc-yellow-5{color:#fcc419}.fc-yellow-6{color:#fab005}.fc-yellow-7{color:#f59f00}.fc-yellow-8{color:#f08c00}.fc-yellow-9{color:e67700}.bg-yellow-0{background-color:#fff9db}.bg-yellow-1{background-color:#fff3bf}.bg-yellow-2{background-color:#ffec99}.bg-yellow-3{background-color:#ffe066}.bg-yellow-4{background-color:#ffd43b}.bg-yellow-5{background-color:#fcc419}.bg-yellow-6{background-color:#fab005}.bg-yellow-7{background-color:#f59f00}.bg-yellow-8{background-color:#f08c00}.bg-yellow-9{background-color:e67700}.fc-orange-0{color:#fff4e6}.fc-orange-1{color:#ffe8cc}.fc-orange-2{color:#ffd8a8}.fc-orange-3{color:#ffc078}.fc-orange-4{color:#ffa94d}.fc-orange-5{color:#ff922b}.fc-orange-6{color:#fd7e14}.fc-orange-7{color:#f76707}.fc-orange-8{color:#e8590c}.fc-orange-9{color:#d9480f}.bg-orange-0{background-color:#fff4e6}.bg-orange-1{background-color:#ffe8cc}.bg-orange-2{background-color:#ffd8a8}.bg-orange-3{background-color:#ffc078}.bg-orange-4{background-color:#ffa94d}.bg-orange-5{background-color:#ff922b}.bg-orange-6{background-color:#fd7e14}.bg-orange-7{background-color:#f76707}.bg-orange-8{background-color:#e8590c}.bg-orange-9{background-color:#d9480f}.d-block{display:block}.d-inline-block{display:inline-block}.d-inline{display:inline}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-none{display:none}.d-flex{display:flex}.d-inline-flex{display:inline-flex}@media(min-width:600px){.sm:d-block{display:block}.sm:d-inline-block{display:inline-block}.sm:d-inline{display:inline}.sm:d-table{display:table}.sm:d-table-row{display:table-row}.sm:d-table-cell{display:table-cell}.sm:d-none{display:none}.sm:d-flex{display:flex}.sm:d-inline-flex{display:inline-flex}}.flex{display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.fd-row{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.fd-rowreverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.fd-column{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.fd-columnreverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (max-width:600px){.sm:fd-column{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}}.fw-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.fw-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.fw-none{-ms-flex-wrap:none;flex-wrap:none}.ff-row-wrap{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap}.ff-row-nowrap{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.ff-rowreverse-wrap{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-ms-flex-flow:row-reverse wrap;flex-flow:row-reverse wrap}.ff-rowreverse-nowrap{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.ff-column-wrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-flow:column wrap;flex-flow:column wrap}.ff-column-nowrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.ff-columnreverse-wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-ms-flex-flow:column-reverse wrap;flex-flow:column-reverse wrap}.ff-columnreverse-nowrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-ms-flex-flow:column-reverse nowrap;flex-flow:column-reverse nowrap}.jc-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jc-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jc-space-around{-ms-flex-pack:distribute;justify-content:space-around}.jc-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jc-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ac-center{-ms-flex-line-pack:center;align-content:center}.ac-end{-ms-flex-line-pack:end;align-content:flex-end}.ac-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.ac-space-between{-ms-flex-line-pack:justify;align-content:space-between}.ac-start{-ms-flex-line-pack:start;align-content:flex-start}.ac-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.ai-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.ai-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ai-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ai-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ai-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.grid__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.as-auto{-ms-flex-item-align:auto;align-self:auto}.as-baseline{-ms-flex-item-align:baseline;align-self:baseline}.as-center{-ms-flex-item-align:center;align-self:center}.as-end{-ms-flex-item-align:end;align-self:flex-end}.as-start{-ms-flex-item-align:start;align-self:flex-start}.as-stretch{-ms-flex-item-align:stretch;align-self:stretch}.fl0{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto}.fl1{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto}.fl2{-webkit-box-flex:2;-ms-flex:2 auto;flex:2 auto}.fl3{-webkit-box-flex:3;-ms-flex:3 auto;flex:3 auto}.fl4{-webkit-box-flex:4;-ms-flex:4 auto;flex:4 auto}.fl5{-webkit-box-flex:5;-ms-flex:5 auto;flex:5 auto}.grid--cell1{flex-basis:8.333333333%}.grid--cell2{flex-basis:16.666666667%}.grid--cell3{flex-basis:24.999999999%}.grid--cell4{flex-basis:33.333333332%}.grid--cell5{flex-basis:41.666666665%}.grid--cell6{flex-basis:50%}.grid--cell7{flex-basis:58.333333331%}.grid--cell8{flex-basis:66.666666664%}.grid--cell9{flex-basis:74.999999997%}.grid--cell10{flex-basis:83.33333333%}.grid--cell11{flex-basis:91.666666663%}.grid--cell12{flex-basis:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gs1{margin-right:-2px;margin-bottom:-2px}.gs1>.flex-cell{margin-right:2px;margin-bottom:2px}.gs2{margin-right:-5px;margin-bottom:-5px}.gs2>.flex-cell{margin-right:5px;margin-bottom:5px}.gs3{margin-right:-10px;margin-bottom:-10px}.gs3>.flex-cell{margin-right:10px;margin-bottom:10px}.gs3{margin-right:-10px;margin-bottom:-10px}.gs3>.flex-cell{margin-right:10px;margin-bottom:10px}.gs4{margin-right:-20px;margin-bottom:-20px}.gs4>.flex-cell{margin-right:20px;margin-bottom:20px}.gs5{margin-right:-30px;margin-bottom:-30px}.gs5>.flex-cell{margin-right:30px;margin-bottom:30px}.gs6{margin-right:-50px;margin-bottom:-50px}.gs6>.flex-cell{margin-right:50px;margin-bottom:50px}.gsx{margin-bottom:0}.gsx .flex-cell{margin-bottom:0}.gsy{margin-right:0}.gsy .flex-cell{margin-right:0}@media screen and (max-width:600px){.sm--fd-column{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}}.o0{opacity:0}.o1{opacity:.1}.o2{opacity:.2}.o3{opacity:.3}.o4{opacity:.4}.o5{opacity:.5}.o6{opacity:.6}.o7{opacity:.7}.o8{opacity:.8}.o9{opacity:.9}.o10{opacity:1}.p-static{position:static}.p-fixed{position:fixed}.p-absolute{position:absolute}.p-relative{position:relative}.p-sticky{position:sticky}.p-pin-t{top:0}.p-pin-r{right:0}.p-pin-b{bottom:0}.p-pin-l{left:0}.p-pin-y{top:0;bottom:0}.p-pin-x{right:0;left:0}.p-pin{top:0;right:0;bottom:0;left:0}.p-pin-none{top:auto;right:auto;bottom:auto;left:auto}@media(min-width:600px){.sm:p-static{position:static}.sm:p-fixed{position:fixed}.sm:p-absolute{position:absolute}.sm:p-relative{position:relative}.sm:p-sticky{position:sticky}.sm:p-pin-t{top:0}.sm:p-pin-r{right:0}.sm:p-pin-b{bottom:0}.sm:p-pin-l{left:0}.sm:p-pin-y{top:0;bottom:0}.sm:p-pin-x{right:0;left:0}.sm:p-pin{top:0;right:0;bottom:0;left:0}.sm:p-pin-none{top:auto;right:auto;bottom:auto;left:auto}}.z--1{z-index:-1}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.t0{top:0}.r0{right:0}.b0{bottom:0}.l0{left:0}.m0{margin:0}.m1{margin:2px}.m2{margin:5px}.m3{margin:10px}.m4{margin:20px}.m5{margin:30px}.m6{margin:50px}.m7{margin:70px}.m-auto{margin:auto}.mt0{margin-top:0}.mt1{margin-top:2px}.mt2{margin-top:5px}.mt3{margin-top:10px}.mt4{margin-top:20px}.mt5{margin-top:30px}.mt6{margin-top:50px}.mt7{margin-top:70px}.mr0{margin-right:0}.mr1{margin-right:2px}.mr2{margin-right:5px}.mr3{margin-right:10px}.mr4{margin-right:20px}.mr5{margin-right:30px}.mr6{margin-right:50px}.mr7{margin-right:70px}.mb0{margin-bottom:0}.mb1{margin-bottom:2px}.mb2{margin-bottom:5px}.mb3{margin-bottom:10px}.mb4{margin-bottom:20px}.mb5{margin-bottom:30px}.mb6{margin-bottom:50px}.mb7{margin-bottom:70px}.ml0{margin-left:0}.ml1{margin-left:2px}.ml2{margin-left:5px}.ml3{margin-left:10px}.ml4{margin-left:20px}.ml5{margin-left:30px}.ml6{margin-left:50px}.ml7{margin-left:70px}.my0{margin-top:0;margin-bottom:0}.my1{margin-top:2px;margin-bottom:2px}.my2{margin-top:5px;margin-bottom:5px}.my3{margin-top:10px;margin-bottom:10px}.my4{margin-top:20px;margin-bottom:20px}.my5{margin-top:30px;margin-bottom:30px}.my6{margin-top:50px;margin-bottom:50px}.my7{margin-top:70px;margin-bottom:70px}.mx0{margin-left:0;margin-right:0}.mx1{margin-left:2px;margin-right:2px}.mx2{margin-left:5px;margin-right:5px}.mx3{margin-left:10px;margin-right:10px}.mx4{margin-left:20px;margin-right:20px}.mx5{margin-left:30px;margin-right:30px}.mx6{margin-left:50px;margin-right:50px}.mx7{margin-left:70px;margin-right:70px}.mx-auto{margin-left:auto;margin-right:auto}.mtn1{margin-top:-2px}.mtn2{margin-top:-5px}.mtn3{margin-top:-10px}.mtn4{margin-top:-20px}.mtn5{margin-top:-30px}.mtn6{margin-top:-50px}.mtn7{margin-top:-70px}.mrn1{margin-right:-2px}.mrn2{margin-right:-5px}.mrn3{margin-right:-10px}.mrn4{margin-right:-20px}.mrn5{margin-right:-30px}.mrn6{margin-right:-50px}.mrn7{margin-right:-70px}.mbn1{margin-bottom:-2px}.mbn2{margin-bottom:-5px}.mbn3{margin-bottom:-10px}.mbn4{margin-bottom:-20px}.mbn5{margin-bottom:-30px}.mbn6{margin-bottom:-50px}.mbn7{margin-bottom:-70px}.mln1{margin-left:-2px}.mln2{margin-left:-5px}.mln3{margin-left:-10px}.mln4{margin-left:-20px}.mln5{margin-left:-30px}.mln6{margin-left:-50px}.mln7{margin-left:-70px}.p0{padding:0}.p1{padding:2px}.p2{padding:5px}.p3{padding:10px}.p4{padding:20px}.p5{padding:30px}.p6{padding:50px}.pt0{padding-top:0}.pt1{padding-top:2px}.pt2{padding-top:5px}.pt3{padding-top:10px}.pt4{padding-top:20px}.pt5{padding-top:30px}.pt6{padding-top:50px}.pr0{padding-right:0}.pr1{padding-right:2px}.pr2{padding-right:5px}.pr3{padding-right:10px}.pr4{padding-right:20px}.pr5{padding-right:30px}.pr6{padding-right:50px}.pb0{padding-bottom:0}.pb1{padding-bottom:2px}.pb2{padding-bottom:5px}.pb3{padding-bottom:10px}.pb4{padding-bottom:20px}.pb5{padding-bottom:30px}.pb6{padding-bottom:50px}.pl0{padding-left:0}.pl1{padding-left:2px}.pl2{padding-left:5px}.pl3{padding-left:10px}.pl4{padding-left:20px}.pl5{padding-left:30px}.pl6{padding-left:50px}.py0{padding-top:0;padding-bottom:0}.py1{padding-top:2px;padding-bottom:2px}.py2{padding-top:5px;padding-bottom:5px}.py3{padding-top:10px;padding-bottom:10px}.py4{padding-top:20px;padding-bottom:20px}.py5{padding-top:30px;padding-bottom:30px}.py6{padding-top:50px;padding-bottom:50px}.px0{padding-left:0;padding-right:0}.px1{padding-left:2px;padding-right:2px}.px2{padding-left:5px;padding-right:5px}.px3{padding-left:10px;padding-right:10px}.px4{padding-left:20px;padding-right:20px}.px5{padding-left:30px;padding-right:30px}.px6{padding-left:50px;padding-right:50px}.p-default{padding:20px}@media screen and (max-width:600px){.p-default{padding:10px}}h1,h2,h3,h4,h5,h6,p,ul,ol,li{margin-top:0;font-size:1rem}.ff-sans{font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}.ff-serif{font-family:'Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}.ff-mono{font-family:monospace}.ff-display{font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}html,body{font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:19px;line-height:158%;color:#343a40}h1{font-size:43px;color:#212529;line-height:110%;font-weight:900;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}h2{font-size:28px;color:#212529;line-height:110%;font-weight:900}h2.tiny{font-size:15px;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;letter-spacing:.1em;margin-bottom:10px}h3{font-size:21px;color:#212529;line-height:110%;font-weight:900}article blockquote,blockquote{padding-left:30px;padding-right:30px;padding-top:5px;padding-bottom:5px;margin-left:-20px;margin-right:-20px;background:url("/assets/images/slanted-vertical.svg") top left repeat-y;position:relative}article blockquote:after,blockquote:after{display:inline-block;content:"“";position:absolute;top:10px;left:10px;font-size:75px;color:#f1f3f5;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;z-index:-1}article blockquote p,blockquote p{font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;font-style:italic;font-size:21px;color:#868e96;margin:0}.fw-bold,strong{font-weight:900}.fs-display1{font-size:43px}.fs-headline2{font-size:33px}.fs-headline1{font-size:28px}.fs-subheading{font-size:25px}.fs-body2{font-size:21px}.fs-body1{font-size:19px}.fs-caption{font-size:15px}.fs-fine{font-size:13px}.fc-dark{color:#212529}.fc-medium{color:#343a40}.fc-light{color:#868e96}.fc-faint{color:rgba(255,255,255,0.2)}.fc-white{color:#fff}.lh-xs{line-height:100%}.lh-sm{line-height:110%}.lh-md{line-height:158%}.lh-lg{line-height:200%}.ff-sans{font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}.ff-serif{font-family:'Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}.ff-mono{font-family:monospace}.ff-inherit{font-family:inherit}.fw-normal{font-weight:400}.fw-bold{font-weight:700}.fw-black{font-weight:900}.fs-normal{font-style:normal}.fs-italic{font-style:italic}.fs-unset{font-style:unset}.ta-left{text-align:left}.ta-center{text-align:center}.ta-right{text-align:right}.ta-justify{text-align:justify}.ta-unset{text-align:unset}.td-none{text-decoration:none}.td-underline{text-decoration:underline}.tt-capitalize{text-transform:capitalize}.tt-lowercase{text-transform:lowercase}.tt-uppercase{text-transform:uppercase}.tt-none{text-transform:none}.tt-unset{text-transform:unset}.ls-0{letter-spacing:0}.ls-1{letter-spacing:.05em}.ls-2{letter-spacing:.1em}.ws-normal{white-space:normal}.ws-nowrap{white-space:nowrap}.ws-pre{white-space:pre}.ws-pre-wrap{white-space:pre-wrap}.ws-pre-line{white-space:pre-line}.ws-unset{white-space:unset}.list-ls-none{list-style:none}.list-ls-disc{list-style-type:disc}.list-ls-circle{list-style-type:circle}.list-ls-square{list-style-type:square}.list-ls-decimal{list-style-type:decimal}.list-ls-unset{list-style-type:unset}a{transition:all 75ms ease-in}.link-white,.link-white:visited{color:#fff}.link-white:hover,.link-white:visited:hover,.link-white:active,.link-white:visited:active,.link-white:focus,.link-white:visited:focus{opacity:.75}.navigation a,.article-list a,.navigation a:visited,.article-list a:visited{padding-top:2px;padding-bottom:2px;text-decoration:none;border-bottom:2px solid #74c0fc;color:#343a40}.navigation a:hover,.article-list a:hover,.navigation a:visited:hover,.article-list a:visited:hover,.navigation a:focus,.article-list a:focus,.navigation a:visited:focus,.article-list a:visited:focus,.navigation a:active,.article-list a:active,.navigation a:visited:active,.article-list a:visited:active{color:#339af0}article a:not(.card),.color-links a:not(.card),.a-color{color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6}article a:not(.card):visited,.color-links a:not(.card):visited,.a-color:visited{color:#be4bdb;border-bottom:2px solid #dee2e6}article a:not(.card):hover,.color-links a:not(.card):hover,.a-color:hover,article a:not(.card):active,.color-links a:not(.card):active,.a-color:active,article a:not(.card):focus,.color-links a:not(.card):focus,.a-color:focus{color:#1971c2;border-bottom-color:#1971c2}a.img{border-bottom:0}img{height:auto;max-width:100%}hr{padding:0;margin:0;outline:0;background:0;border:0;width:100%;display:block}.hr-sm{max-width:190px;height:6px;margin-top:50px;margin-bottom:50px;background:url("../images/hr.svg") top left repeat-x}.bs-none{box-shadow:none}.bs-sm{box-shadow:0 2px 10px rgba(73,80,87,0.1)}.bs-md{box-shadow:0 5px 20px rgba(73,80,87,0.2)}.bs-lg{box-shadow:0 10px 30px rgba(52,58,64,0.2)}.bs-i-sm{box-shadow:inset 0 1px 10px 0 rgba(233,236,239,0.3)}.bs-i-md{box-shadow:inset 0 1px 20px 0 rgba(222,226,230,0.35)}.bs-i-lg{box-shadow:inset 0 1px 30px 0 rgba(222,226,230,0.5)}.highlighted,.highlighted-alt{position:relative;z-index:1;padding-left:5px;padding-right:5px;white-space:nowrap}.highlighted:after,.highlighted-alt:after{content:"";display:block;position:absolute;z-index:-1;top:-5px;right:-7px;bottom:-5px;left:-7px;background-position:center center;background-size:100% auto;background-repeat:no-repeat}.highlighted:after{background-image:url("/assets/images/highlight-yellow-lg.svg")}.highlighted-alt:after{background-image:url("/assets/images/highlight-alt-lg.svg")}.w-auto{width:auto}.w0{width:0}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.ws1{width:100px}.ws2{width:200px}.ws3{width:300px}.ws4{width:400px}.ws5{width:500px}.ws6{width:600px}.ws7{width:700px}.ws8{width:800px}.ws9{width:900px}.ws10{width:1000px}.ws11{width:1100px}.ws12{width:1200px}.wmx1{max-width:100px}.wmx2{max-width:200px}.wmx3{max-width:300px}.wmx4{max-width:400px}.wmx5{max-width:500px}.wmx6{max-width:600px}.wmx7{max-width:700px}.wmx8{max-width:800px}.wmx9{max-width:900px}.wmx10{max-width:1000px}.wmx11{max-width:1100px}.wmx12{max-width:1200px}.wmx100{max-width:100%}.wmn0{min-width:0}.wmn1{min-width:100px}.wmn2{min-width:200px}.wmn3{min-width:300px}.wmn4{min-width:400px}.wmn5{min-width:500px}.wmn6{min-width:600px}.wmn7{min-width:700px}.wmn8{min-width:800px}.wmn9{min-width:900px}.wmn10{min-width:1000px}.wmn11{min-width:1100px}.wmn12{min-width:1200px}.wmn100{min-width:100%}.h-auto{height:auto}.h0{height:0}.h100{height:100%}body{text-align:center}.body{max-width:900px;margin:auto;text-align:left}.header{background:url("../images/line-x.svg") bottom left repeat-x}@media screen and (max-width:600px){.header{padding-top:5px;padding-bottom:10px}.header .role{font-size:15px}}.navigation a,.navigation a:visited{line-height:100%;margin-right:20px;padding-left:0;padding-right:0;white-space:nowrap}body.home .-home,body.work .-work,body.what-i-do .-what-i-do,body.bio .-bio,body.contact .-contact,body.blog .-blog{border-bottom:0;color:#343a40;font-weight:bold;position:relative;z-index:1;padding-left:5px;padding-right:5px;white-space:nowrap}body.home .-home:after,body.work .-work:after,body.what-i-do .-what-i-do:after,body.bio .-bio:after,body.contact .-contact:after,body.blog .-blog:after{content:"";display:block;position:absolute;z-index:-1;top:-5px;right:-7px;bottom:-5px;left:-7px;background-position:center center;background-size:100% auto;background-repeat:no-repeat}body.home .-home:hover,body.work .-work:hover,body.what-i-do .-what-i-do:hover,body.bio .-bio:hover,body.contact .-contact:hover,body.blog .-blog:hover,body.home .-home:focus,body.work .-work:focus,body.what-i-do .-what-i-do:focus,body.bio .-bio:focus,body.contact .-contact:focus,body.blog .-blog:focus,body.home .-home:active,body.work .-work:active,body.what-i-do .-what-i-do:active,body.bio .-bio:active,body.contact .-contact:active,body.blog .-blog:active{color:inherit}body.home .-home:after,body.work .-work:after,body.what-i-do .-what-i-do:after,body.bio .-bio:after,body.contact .-contact:after,body.blog .-blog:after{background-image:url("/assets/images/highlight-alt-lg.svg")}@media screen and (max-width:600px){.header{display:block}.logo{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.role{margin-top:10px;margin-bottom:10px}.navigation{padding-bottom:10px}.navigation a{margin-top:5px;margin-bottom:5px}}.social{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:10px}.social-item .social-link{display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;text-decoration:none}.social-item .social-svg{position:relative;top:2px}.social-item .social-name{font-size:15px;line-height:158%;color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6;margin-left:5px;font-weight:900;font-weight:700}.social-item .social-name:visited{color:#be4bdb;border-bottom:2px solid #dee2e6}.social-item .social-name:hover,.social-item .social-name:active,.social-item .social-name:focus{color:#1971c2;border-bottom-color:#1971c2}.social-item .social-behavior{color:#868e96;margin:0;font-size:13px;line-height:110%;margin-top:5px;display:block}@media screen and (max-width:600px){.homepage{padding-top:10px;padding-bottom:10px;margin-left:10px;margin-right:10px;-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;flex-basis:100%}.homepage>div{padding-top:20px;padding-bottom:20px;padding-left:0;padding-right:0}.homepage .bls-dashed-svg,.homepage .brs-dashed-svg{background:none!important}.social{display:block;padding-left:0;padding-right:0}}.bio-cards{display:grid;grid-gap:0 20%;grid-template-columns:repeat(2,40%);margin-top:125px}.bio-card{margin-top:-125px;position:relative}.bio-card h2,.bio-card p{margin:5px 0 0;padding-left:10px;padding-right:10px}.bio-card h2{font-size:19px;position:relative;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;letter-spacing:.05em;display:inline-block}.bio-card h2:after{background-position:center center;background-repeat:no-repeat;display:block;content:"";height:30px;width:70px;position:absolute;top:-5px;left:-2px}.bio-card:nth-child(3n+1) h2{transform:rotate(-5deg)}.bio-card:nth-child(3n+2) h2{transform:rotate(5deg)}.bio-card:nth-child(5n+1) h2{color:#e03131}.bio-card:nth-child(5n+1) h2:after{background-image:url("/assets/images/small-circle--red.svg")}.bio-card:nth-child(5n+2) h2{color:#228be6}.bio-card:nth-child(5n+2) h2:after{background-image:url("/assets/images/small-circle--blue.svg")}.bio-card:nth-child(5n+3) h2{color:#f76707}.bio-card:nth-child(5n+3) h2:after{background-image:url("/assets/images/small-circle--orange.svg")}.bio-card:nth-child(5n+4) h2{color:#ae3ec9}.bio-card:nth-child(5n+4) h2:after{background-image:url("/assets/images/small-circle--violet.svg")}.bio-card:nth-child(5n+5) h2{color:#12b886}.bio-card:nth-child(5n+5) h2:after{background-image:url("/assets/images/small-circle--teal.svg")}.bio-card p{font-size:15px;line-height:158%}.bio-card:not(:last-child):after{display:block;content:"";height:60px;width:30px;background-position:center center;background-repeat:no-repeat;margin-top:-125px;position:absolute;background-image:url("/assets/images/arrow.svg")}.bio-card:nth-child(even){margin-top:125px}.bio-card:nth-child(even):after{left:-100px;transform:rotate(60deg)}.bio-card:nth-child(odd):after{right:-100px;transform:rotate(-60deg)}@media screen and (max-width:600px){.bio-cards{display:block;margin-top:0}.bio-card{margin-top:0;margin-bottom:80px}.bio-card:nth-child(even){margin-top:0}.bio-card:not(:last-child):after{transform:rotate(60deg);left:calc(45%);right:auto;bottom:-70px;transform:rotate(0deg)}.bio-card h2{display:block;margin-top:10px;margin-bottom:10px;transform:none!important}}.card-work{text-decoration:none;display:block;padding:10px;margin-left:-10px;border:2px solid transparent}.card-work h3{color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6;display:inline-block;margin-bottom:10px}.card-work h3:visited{color:#be4bdb;border-bottom:2px solid #dee2e6}.card-work h3:hover,.card-work h3:active,.card-work h3:focus{color:#1971c2;border-bottom-color:#1971c2}.card-work p{color:#868e96;font-size:15px;margin:0;line-height:158%}.card-work:hover,.card-work:focus{border-color:#e9ecef}@media screen and (max-width:600px){.card-work{margin-left:0;padding-bottom:30px}}.default-title{padding-bottom:20px}.default-title h1{margin-bottom:0}article,.default-spacing{padding-top:50px;padding-bottom:50px;padding-left:10px;padding-right:10px}article h2,.default-spacing h2,article h3,.default-spacing h3,article h4,.default-spacing h4,article p,.default-spacing p,article ul,.default-spacing ul,article ol,.default-spacing ol,article blockquote,.default-spacing blockquote,article .twitter-tweet,.default-spacing .twitter-tweet,article time,.default-spacing time,article pre,.default-spacing pre,article figure.inline,.default-spacing figure.inline,article .max-width,.default-spacing .max-width{max-width:600px;margin-left:0;margin-right:0}article time,.default-spacing time,article pre,.default-spacing pre{display:block}@media screen and (max-width:600px){article,.default-spacing{padding-top:20px;padding-bottom:20px}}article p,article li{font-family:'Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}article h2{margin-top:30px;margin-bottom:20px}article h3{margin-top:30px;margin-bottom:10px}article p{margin-bottom:30px;line-height:158%}article ul,article ol{margin-top:30px;margin-bottom:30px}article ul li,article ol li{margin-top:5px;margin-bottom:5px;position:relative;list-style:none}article ul li:before{position:absolute;content:"";display:inline-block;width:.3rem;height:.3rem;background:#ced4da;top:.5rem;left:-1rem}article ol{counter-reset:section}article ol li:before{counter-increment:section;content:counter(section);position:absolute;display:inline-block;top:-1px;left:-1.3rem;font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;text-align:right;font-weight:bold;font-size:13px;color:#adb5bd}article ol li:nth-child(-n+9):before{content:"0" counter(section)}article figure{margin-left:0;margin-right:0;max-width:900px}article figure img,article figure iframe{max-width:100%;width:100%;display:block}article figure figcaption{color:#868e96;font-size:15px;line-height:110%;display:block;padding-top:5px;padding-bottom:5px;word-break:break-all}article .flush{max-width:900px;width:100%;margin-left:-10px;margin-right:-10px}article .bordered{max-width:900px;width:100%;margin-left:-10px;margin-right:-10px;padding:10px;border:1px solid #e9ecef}@media screen and (max-width:600px){.blog-list-item{display:block}.blog-list-item time{text-align:left;display:block}} \ No newline at end of file +html{box-sizing:border-box;-webkit-font-smoothing:antialiased}*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;box-sizing:inherit}*,*:before,*:after{box-sizing:inherit}body{box-sizing:border-box;margin:0}img{image-rendering:-webkit-optimize-contrast}:focus:not(:focus-visible){outline:0}.bar-none{border-radius:0}.bar-sm{border-radius:2px}.bar-md{border-radius:5px}.bar-lg{border-radius:8px}.baw0{border-width:0}.baw1{border-width:1px}.baw2{border-width:2px}.btw0{border-top-width:0}.btw1{border-top-width:.5px}.btw2{border-top-width:2px}.brw0{border-right-width:0}.brw1{border-right-width:1px}.brw2{border-right-width:2px}.bbw0{border-bottom-width:0}.bbw1{border-bottom-width:1px}.bbw2{border-bottom-width:2px}.blw0{border-left-width:0}.blw1{border-left-width:1px}.blw2{border-left-width:2px}.byw0{border-top-width:0;border-bottom-width:0}.byw1{border-top-width:.5px;border-bottom-width:1px}.byw2{border-top-width:2px;border-bottom-width:2px}.bxw0{border-right-width:0;border-left-width:0}.bxw1{border-right-width:1px;border-left-width:1px}.bxw2{border-right-width:2px;border-left-width:2px}.bas-none{border-style:none}.bas-solid{border-style:solid}.bas-dashed{border-style:dashed}.bas-dotted{border-style:dotted}.bts-none{border-top-style:none}.bts-solid{border-top-style:solid}.bts-dashed{border-top-style:dashed}.bts-dotted{border-top-style:dotted}.brs-none{border-right-style:none}.brs-solid{border-right-style:solid}.brs-dashed{border-right-style:dashed}.brs-dotted{border-right-style:dotted}.bbs-none{border-bottom-style:none}.bbs-solid{border-bottom-style:solid}.bbs-dashed{border-bottom-style:dashed}.bbs-dotted{border-bottom-style:dotted}.bls-none{border-left-style:none}.bls-solid{border-left-style:solid}.bls-dashed{border-left-style:dashed}.bls-dotted{border-left-style:dotted}.bc-gray-0{border-color:#f8f9fa}.bc-gray-1{border-color:#f1f3f5}.bc-gray-2{border-color:#e9ecef}.bc-gray-3{border-color:#dee2e6}.bc-gray-4{border-color:#ced4da}.bc-gray-5{border-color:#adb5bd}.bc-gray-6{border-color:#868e96}.bc-gray-7{border-color:#495057}.bc-gray-8{border-color:#343a40}.bc-gray-9{border-color:#212529}.bls-dashed-svg{background:url("../images/line-y.svg") top left repeat-y}.brs-dashed-svg{background:url("../images/line-y.svg") top right repeat-y}.bts-dashed-svg{background:url("../images/line-x.svg") top left repeat-x}.bbs-dashed-svg{background:url("../images/line-x.svg") bottom left repeat-x}.card{text-decoration:none;display:block;padding:10px;margin-left:-10px;border:2px solid transparent}.card:hover,.card:focus{border-color:#e9ecef}.card .faux-link{color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6}.card-small{display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-small img{line-height:1}.card-small div{padding:10px;font-size:15px;line-height:158%;color:#868e96}.card-small div strong{display:block;color:#212529}body{color:#343a40}.fc-gray-0{color:#f8f9fa}.fc-gray-1{color:#f1f3f5}.fc-gray-2{color:#e9ecef}.fc-gray-3{color:#dee2e6}.fc-gray-4{color:#ced4da}.fc-gray-5{color:#adb5bd}.fc-gray-6{color:#868e96}.fc-gray-7{color:#495057}.fc-gray-8{color:#343a40}.fc-gray-9{color:#212529}.bg-gray-0{background-color:#f8f9fa}.bg-gray-1{background-color:#f1f3f5}.bg-gray-2{background-color:#e9ecef}.bg-gray-3{background-color:#dee2e6}.bg-gray-4{background-color:#ced4da}.bg-gray-5{background-color:#adb5bd}.bg-gray-6{background-color:#868e96}.bg-gray-7{background-color:#495057}.bg-gray-8{background-color:#343a40}.bg-gray-9{background-color:#212529}.bg-white{background-color:#fff}.fc-red-0{color:#fff5f5}.fc-red-1{color:#ffe3e3}.fc-red-2{color:#ffc9c9}.fc-red-3{color:#ffa8a8}.fc-red-4{color:#ff8787}.fc-red-5{color:#ff6b6b}.fc-red-6{color:#fa5252}.fc-red-7{color:#f03e3e}.fc-red-8{color:#e03131}.fc-red-9{color:#c92a2a}.bg-red-0{background-color:#fff5f5}.bg-red-1{background-color:#ffe3e3}.bg-red-2{background-color:#ffc9c9}.bg-red-3{background-color:#ffa8a8}.bg-red-4{background-color:#ff8787}.bg-red-5{background-color:#ff6b6b}.bg-red-6{background-color:#fa5252}.bg-red-7{background-color:#f03e3e}.bg-red-8{background-color:#e03131}.bg-red-9{background-color:#c92a2a}.fc-pink-0{color:#fff0f6}.fc-pink-1{color:#ffdeeb}.fc-pink-2{color:#fcc2d7}.fc-pink-3{color:#faa2c1}.fc-pink-4{color:#f783ac}.fc-pink-5{color:#f06595}.fc-pink-6{color:#e64980}.fc-pink-7{color:#d6336c}.fc-pink-8{color:#c2255c}.fc-pink-9{color:#a61e4d}.bg-pink-0{background-color:#fff0f6}.bg-pink-1{background-color:#ffdeeb}.bg-pink-2{background-color:#fcc2d7}.bg-pink-3{background-color:#faa2c1}.bg-pink-4{background-color:#f783ac}.bg-pink-5{background-color:#f06595}.bg-pink-6{background-color:#e64980}.bg-pink-7{background-color:#d6336c}.bg-pink-8{background-color:#c2255c}.bg-pink-9{background-color:#a61e4d}.fc-grape-0{color:#f8f0fc}.fc-grape-1{color:#f3d9fa}.fc-grape-2{color:#eebefa}.fc-grape-3{color:#e599f7}.fc-grape-4{color:#da77f2}.fc-grape-5{color:#cc5de8}.fc-grape-6{color:#be4bdb}.fc-grape-7{color:#ae3ec9}.fc-grape-8{color:#9c36b5}.fc-grape-9{color:#862e9c}.bg-grape-0{background-color:#f8f0fc}.bg-grape-1{background-color:#f3d9fa}.bg-grape-2{background-color:#eebefa}.bg-grape-3{background-color:#e599f7}.bg-grape-4{background-color:#da77f2}.bg-grape-5{background-color:#cc5de8}.bg-grape-6{background-color:#be4bdb}.bg-grape-7{background-color:#ae3ec9}.bg-grape-8{background-color:#9c36b5}.bg-grape-9{background-color:#862e9c}.fc-violet-0{color:#f3f0ff}.fc-violet-1{color:#e5dbff}.fc-violet-2{color:#d0bfff}.fc-violet-3{color:#b197fc}.fc-violet-4{color:#9775fa}.fc-violet-5{color:#845ef7}.fc-violet-6{color:#7950f2}.fc-violet-7{color:#7048e8}.fc-violet-8{color:#6741d9}.fc-violet-9{color:#5f3dc4}.bg-violet-0{background-color:#f3f0ff}.bg-violet-1{background-color:#e5dbff}.bg-violet-2{background-color:#d0bfff}.bg-violet-3{background-color:#b197fc}.bg-violet-4{background-color:#9775fa}.bg-violet-5{background-color:#845ef7}.bg-violet-6{background-color:#7950f2}.bg-violet-7{background-color:#7048e8}.bg-violet-8{background-color:#6741d9}.bg-violet-9{background-color:#5f3dc4}.fc-indigo-0{color:#edf2ff}.fc-indigo-1{color:#dbe4ff}.fc-indigo-2{color:#bac8ff}.fc-indigo-3{color:#91a7ff}.fc-indigo-4{color:#748ffc}.fc-indigo-5{color:#5c7cfa}.fc-indigo-6{color:#4c6ef5}.fc-indigo-7{color:#4263eb}.fc-indigo-8{color:#3b5bdb}.fc-indigo-9{color:#364fc7}.bg-indigo-0{background-color:#edf2ff}.bg-indigo-1{background-color:#dbe4ff}.bg-indigo-2{background-color:#bac8ff}.bg-indigo-3{background-color:#91a7ff}.bg-indigo-4{background-color:#748ffc}.bg-indigo-5{background-color:#5c7cfa}.bg-indigo-6{background-color:#4c6ef5}.bg-indigo-7{background-color:#4263eb}.bg-indigo-8{background-color:#3b5bdb}.bg-indigo-9{background-color:#364fc7}.fc-blue-0{color:#e7f5ff}.fc-blue-1{color:#d0ebff}.fc-blue-2{color:#a5d8ff}.fc-blue-3{color:#74c0fc}.fc-blue-4{color:#4dabf7}.fc-blue-5{color:#339af0}.fc-blue-6{color:#228be6}.fc-blue-7{color:#1c7ed6}.fc-blue-8{color:#1971c2}.fc-blue-9{color:#1864ab}.bg-blue-0{background-color:#e7f5ff}.bg-blue-1{background-color:#d0ebff}.bg-blue-2{background-color:#a5d8ff}.bg-blue-3{background-color:#74c0fc}.bg-blue-4{background-color:#4dabf7}.bg-blue-5{background-color:#339af0}.bg-blue-6{background-color:#228be6}.bg-blue-7{background-color:#1c7ed6}.bg-blue-8{background-color:#1971c2}.bg-blue-9{background-color:#1864ab}.fc-cyan-0{color:#e3fafc}.fc-cyan-1{color:#c5f6fa}.fc-cyan-2{color:#99e9f2}.fc-cyan-3{color:#66d9e8}.fc-cyan-4{color:#3bc9db}.fc-cyan-5{color:#22b8cf}.fc-cyan-6{color:#15aabf}.fc-cyan-7{color:#1098ad}.fc-cyan-8{color:#0c8599}.fc-cyan-9{color:#0b7285}.bg-cyan-0{background-color:#e3fafc}.bg-cyan-1{background-color:#c5f6fa}.bg-cyan-2{background-color:#99e9f2}.bg-cyan-3{background-color:#66d9e8}.bg-cyan-4{background-color:#3bc9db}.bg-cyan-5{background-color:#22b8cf}.bg-cyan-6{background-color:#15aabf}.bg-cyan-7{background-color:#1098ad}.bg-cyan-8{background-color:#0c8599}.bg-cyan-9{background-color:#0b7285}.fc-teal-0{color:#e6fcf5}.fc-teal-1{color:#c3fae8}.fc-teal-2{color:#96f2d7}.fc-teal-3{color:#63e6be}.fc-teal-4{color:#38d9a9}.fc-teal-5{color:#20c997}.fc-teal-6{color:#12b886}.fc-teal-7{color:#0ca678}.fc-teal-8{color:#099268}.fc-teal-9{color:#087f5b}.bg-teal-0{background-color:#e6fcf5}.bg-teal-1{background-color:#c3fae8}.bg-teal-2{background-color:#96f2d7}.bg-teal-3{background-color:#63e6be}.bg-teal-4{background-color:#38d9a9}.bg-teal-5{background-color:#20c997}.bg-teal-6{background-color:#12b886}.bg-teal-7{background-color:#0ca678}.bg-teal-8{background-color:#099268}.bg-teal-9{background-color:#087f5b}.fc-green-0{color:#ebfbee}.fc-green-1{color:#d3f9d8}.fc-green-2{color:#b2f2bb}.fc-green-3{color:#8ce99a}.fc-green-4{color:#69db7c}.fc-green-5{color:#51cf66}.fc-green-6{color:#40c057}.fc-green-7{color:#37b24d}.fc-green-8{color:#2f9e44}.fc-green-9{color:#2b8a3e}.bg-green-0{background-color:#ebfbee}.bg-green-1{background-color:#d3f9d8}.bg-green-2{background-color:#b2f2bb}.bg-green-3{background-color:#8ce99a}.bg-green-4{background-color:#69db7c}.bg-green-5{background-color:#51cf66}.bg-green-6{background-color:#40c057}.bg-green-7{background-color:#37b24d}.bg-green-8{background-color:#2f9e44}.bg-green-9{background-color:#2b8a3e}.fc-lime-0{color:#f4fce3}.fc-lime-1{color:#e9fac8}.fc-lime-2{color:#d8f5a2}.fc-lime-3{color:#c0eb75}.fc-lime-4{color:#a9e34b}.fc-lime-5{color:#94d82d}.fc-lime-6{color:#82c91e}.fc-lime-7{color:#74b816}.fc-lime-8{color:#66a80f}.fc-lime-9{color:#5c940d}.bg-lime-0{background-color:#f4fce3}.bg-lime-1{background-color:#e9fac8}.bg-lime-2{background-color:#d8f5a2}.bg-lime-3{background-color:#c0eb75}.bg-lime-4{background-color:#a9e34b}.bg-lime-5{background-color:#94d82d}.bg-lime-6{background-color:#82c91e}.bg-lime-7{background-color:#74b816}.bg-lime-8{background-color:#66a80f}.bg-lime-9{background-color:#5c940d}.fc-yellow-0{color:#fff9db}.fc-yellow-1{color:#fff3bf}.fc-yellow-2{color:#ffec99}.fc-yellow-3{color:#ffe066}.fc-yellow-4{color:#ffd43b}.fc-yellow-5{color:#fcc419}.fc-yellow-6{color:#fab005}.fc-yellow-7{color:#f59f00}.fc-yellow-8{color:#f08c00}.fc-yellow-9{color:e67700}.bg-yellow-0{background-color:#fff9db}.bg-yellow-1{background-color:#fff3bf}.bg-yellow-2{background-color:#ffec99}.bg-yellow-3{background-color:#ffe066}.bg-yellow-4{background-color:#ffd43b}.bg-yellow-5{background-color:#fcc419}.bg-yellow-6{background-color:#fab005}.bg-yellow-7{background-color:#f59f00}.bg-yellow-8{background-color:#f08c00}.bg-yellow-9{background-color:e67700}.fc-orange-0{color:#fff4e6}.fc-orange-1{color:#ffe8cc}.fc-orange-2{color:#ffd8a8}.fc-orange-3{color:#ffc078}.fc-orange-4{color:#ffa94d}.fc-orange-5{color:#ff922b}.fc-orange-6{color:#fd7e14}.fc-orange-7{color:#f76707}.fc-orange-8{color:#e8590c}.fc-orange-9{color:#d9480f}.bg-orange-0{background-color:#fff4e6}.bg-orange-1{background-color:#ffe8cc}.bg-orange-2{background-color:#ffd8a8}.bg-orange-3{background-color:#ffc078}.bg-orange-4{background-color:#ffa94d}.bg-orange-5{background-color:#ff922b}.bg-orange-6{background-color:#fd7e14}.bg-orange-7{background-color:#f76707}.bg-orange-8{background-color:#e8590c}.bg-orange-9{background-color:#d9480f}.d-block{display:block}.d-inline-block{display:inline-block}.d-inline{display:inline}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-none{display:none}.d-flex{display:flex}.d-inline-flex{display:inline-flex}@media(min-width:600px){.sm:d-block{display:block}.sm:d-inline-block{display:inline-block}.sm:d-inline{display:inline}.sm:d-table{display:table}.sm:d-table-row{display:table-row}.sm:d-table-cell{display:table-cell}.sm:d-none{display:none}.sm:d-flex{display:flex}.sm:d-inline-flex{display:inline-flex}}.flex{display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.fd-row{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.fd-rowreverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.fd-column{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.fd-columnreverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (max-width:600px){.sm:fd-column{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}}.fw-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.fw-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.fw-none{-ms-flex-wrap:none;flex-wrap:none}.ff-row-wrap{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap}.ff-row-nowrap{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.ff-rowreverse-wrap{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-ms-flex-flow:row-reverse wrap;flex-flow:row-reverse wrap}.ff-rowreverse-nowrap{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.ff-column-wrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-flow:column wrap;flex-flow:column wrap}.ff-column-nowrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.ff-columnreverse-wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-ms-flex-flow:column-reverse wrap;flex-flow:column-reverse wrap}.ff-columnreverse-nowrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-ms-flex-flow:column-reverse nowrap;flex-flow:column-reverse nowrap}.jc-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jc-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jc-space-around{-ms-flex-pack:distribute;justify-content:space-around}.jc-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jc-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ac-center{-ms-flex-line-pack:center;align-content:center}.ac-end{-ms-flex-line-pack:end;align-content:flex-end}.ac-space-around{-ms-flex-line-pack:distribute;align-content:space-around}.ac-space-between{-ms-flex-line-pack:justify;align-content:space-between}.ac-start{-ms-flex-line-pack:start;align-content:flex-start}.ac-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.ai-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.ai-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ai-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ai-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ai-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.grid__center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.as-auto{-ms-flex-item-align:auto;align-self:auto}.as-baseline{-ms-flex-item-align:baseline;align-self:baseline}.as-center{-ms-flex-item-align:center;align-self:center}.as-end{-ms-flex-item-align:end;align-self:flex-end}.as-start{-ms-flex-item-align:start;align-self:flex-start}.as-stretch{-ms-flex-item-align:stretch;align-self:stretch}.fl0{-webkit-box-flex:0;-ms-flex:0 auto;flex:0 auto}.fl1{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto}.fl2{-webkit-box-flex:2;-ms-flex:2 auto;flex:2 auto}.fl3{-webkit-box-flex:3;-ms-flex:3 auto;flex:3 auto}.fl4{-webkit-box-flex:4;-ms-flex:4 auto;flex:4 auto}.fl5{-webkit-box-flex:5;-ms-flex:5 auto;flex:5 auto}.grid--cell1{flex-basis:8.333333333%}.grid--cell2{flex-basis:16.666666667%}.grid--cell3{flex-basis:24.999999999%}.grid--cell4{flex-basis:33.333333332%}.grid--cell5{flex-basis:41.666666665%}.grid--cell6{flex-basis:50%}.grid--cell7{flex-basis:58.333333331%}.grid--cell8{flex-basis:66.666666664%}.grid--cell9{flex-basis:74.999999997%}.grid--cell10{flex-basis:83.33333333%}.grid--cell11{flex-basis:91.666666663%}.grid--cell12{flex-basis:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gs1{margin-right:-2px;margin-bottom:-2px}.gs1>.flex-cell{margin-right:2px;margin-bottom:2px}.gs2{margin-right:-5px;margin-bottom:-5px}.gs2>.flex-cell{margin-right:5px;margin-bottom:5px}.gs3{margin-right:-10px;margin-bottom:-10px}.gs3>.flex-cell{margin-right:10px;margin-bottom:10px}.gs3{margin-right:-10px;margin-bottom:-10px}.gs3>.flex-cell{margin-right:10px;margin-bottom:10px}.gs4{margin-right:-20px;margin-bottom:-20px}.gs4>.flex-cell{margin-right:20px;margin-bottom:20px}.gs5{margin-right:-30px;margin-bottom:-30px}.gs5>.flex-cell{margin-right:30px;margin-bottom:30px}.gs6{margin-right:-50px;margin-bottom:-50px}.gs6>.flex-cell{margin-right:50px;margin-bottom:50px}.gsx{margin-bottom:0}.gsx .flex-cell{margin-bottom:0}.gsy{margin-right:0}.gsy .flex-cell{margin-right:0}@media screen and (max-width:600px){.sm--fd-column{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}}.o0{opacity:0}.o1{opacity:.1}.o2{opacity:.2}.o3{opacity:.3}.o4{opacity:.4}.o5{opacity:.5}.o6{opacity:.6}.o7{opacity:.7}.o8{opacity:.8}.o9{opacity:.9}.o10{opacity:1}.p-static{position:static}.p-fixed{position:fixed}.p-absolute{position:absolute}.p-relative{position:relative}.p-sticky{position:sticky}.p-pin-t{top:0}.p-pin-r{right:0}.p-pin-b{bottom:0}.p-pin-l{left:0}.p-pin-y{top:0;bottom:0}.p-pin-x{right:0;left:0}.p-pin{top:0;right:0;bottom:0;left:0}.p-pin-none{top:auto;right:auto;bottom:auto;left:auto}@media(min-width:600px){.sm:p-static{position:static}.sm:p-fixed{position:fixed}.sm:p-absolute{position:absolute}.sm:p-relative{position:relative}.sm:p-sticky{position:sticky}.sm:p-pin-t{top:0}.sm:p-pin-r{right:0}.sm:p-pin-b{bottom:0}.sm:p-pin-l{left:0}.sm:p-pin-y{top:0;bottom:0}.sm:p-pin-x{right:0;left:0}.sm:p-pin{top:0;right:0;bottom:0;left:0}.sm:p-pin-none{top:auto;right:auto;bottom:auto;left:auto}}.z--1{z-index:-1}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.t0{top:0}.r0{right:0}.b0{bottom:0}.l0{left:0}.m0{margin:0}.m1{margin:2px}.m2{margin:5px}.m3{margin:10px}.m4{margin:20px}.m5{margin:30px}.m6{margin:50px}.m7{margin:70px}.m-auto{margin:auto}.mt0{margin-top:0}.mt1{margin-top:2px}.mt2{margin-top:5px}.mt3{margin-top:10px}.mt4{margin-top:20px}.mt5{margin-top:30px}.mt6{margin-top:50px}.mt7{margin-top:70px}.mr0{margin-right:0}.mr1{margin-right:2px}.mr2{margin-right:5px}.mr3{margin-right:10px}.mr4{margin-right:20px}.mr5{margin-right:30px}.mr6{margin-right:50px}.mr7{margin-right:70px}.mb0{margin-bottom:0}.mb1{margin-bottom:2px}.mb2{margin-bottom:5px}.mb3{margin-bottom:10px}.mb4{margin-bottom:20px}.mb5{margin-bottom:30px}.mb6{margin-bottom:50px}.mb7{margin-bottom:70px}.ml0{margin-left:0}.ml1{margin-left:2px}.ml2{margin-left:5px}.ml3{margin-left:10px}.ml4{margin-left:20px}.ml5{margin-left:30px}.ml6{margin-left:50px}.ml7{margin-left:70px}.my0{margin-top:0;margin-bottom:0}.my1{margin-top:2px;margin-bottom:2px}.my2{margin-top:5px;margin-bottom:5px}.my3{margin-top:10px;margin-bottom:10px}.my4{margin-top:20px;margin-bottom:20px}.my5{margin-top:30px;margin-bottom:30px}.my6{margin-top:50px;margin-bottom:50px}.my7{margin-top:70px;margin-bottom:70px}.mx0{margin-left:0;margin-right:0}.mx1{margin-left:2px;margin-right:2px}.mx2{margin-left:5px;margin-right:5px}.mx3{margin-left:10px;margin-right:10px}.mx4{margin-left:20px;margin-right:20px}.mx5{margin-left:30px;margin-right:30px}.mx6{margin-left:50px;margin-right:50px}.mx7{margin-left:70px;margin-right:70px}.mx-auto{margin-left:auto;margin-right:auto}.mtn1{margin-top:-2px}.mtn2{margin-top:-5px}.mtn3{margin-top:-10px}.mtn4{margin-top:-20px}.mtn5{margin-top:-30px}.mtn6{margin-top:-50px}.mtn7{margin-top:-70px}.mrn1{margin-right:-2px}.mrn2{margin-right:-5px}.mrn3{margin-right:-10px}.mrn4{margin-right:-20px}.mrn5{margin-right:-30px}.mrn6{margin-right:-50px}.mrn7{margin-right:-70px}.mbn1{margin-bottom:-2px}.mbn2{margin-bottom:-5px}.mbn3{margin-bottom:-10px}.mbn4{margin-bottom:-20px}.mbn5{margin-bottom:-30px}.mbn6{margin-bottom:-50px}.mbn7{margin-bottom:-70px}.mln1{margin-left:-2px}.mln2{margin-left:-5px}.mln3{margin-left:-10px}.mln4{margin-left:-20px}.mln5{margin-left:-30px}.mln6{margin-left:-50px}.mln7{margin-left:-70px}.p0{padding:0}.p1{padding:2px}.p2{padding:5px}.p3{padding:10px}.p4{padding:20px}.p5{padding:30px}.p6{padding:50px}.pt0{padding-top:0}.pt1{padding-top:2px}.pt2{padding-top:5px}.pt3{padding-top:10px}.pt4{padding-top:20px}.pt5{padding-top:30px}.pt6{padding-top:50px}.pr0{padding-right:0}.pr1{padding-right:2px}.pr2{padding-right:5px}.pr3{padding-right:10px}.pr4{padding-right:20px}.pr5{padding-right:30px}.pr6{padding-right:50px}.pb0{padding-bottom:0}.pb1{padding-bottom:2px}.pb2{padding-bottom:5px}.pb3{padding-bottom:10px}.pb4{padding-bottom:20px}.pb5{padding-bottom:30px}.pb6{padding-bottom:50px}.pl0{padding-left:0}.pl1{padding-left:2px}.pl2{padding-left:5px}.pl3{padding-left:10px}.pl4{padding-left:20px}.pl5{padding-left:30px}.pl6{padding-left:50px}.py0{padding-top:0;padding-bottom:0}.py1{padding-top:2px;padding-bottom:2px}.py2{padding-top:5px;padding-bottom:5px}.py3{padding-top:10px;padding-bottom:10px}.py4{padding-top:20px;padding-bottom:20px}.py5{padding-top:30px;padding-bottom:30px}.py6{padding-top:50px;padding-bottom:50px}.px0{padding-left:0;padding-right:0}.px1{padding-left:2px;padding-right:2px}.px2{padding-left:5px;padding-right:5px}.px3{padding-left:10px;padding-right:10px}.px4{padding-left:20px;padding-right:20px}.px5{padding-left:30px;padding-right:30px}.px6{padding-left:50px;padding-right:50px}.p-default{padding:20px}@media screen and (max-width:600px){.p-default{padding:10px}}h1,h2,h3,h4,h5,h6,p,ul,ol,li{margin-top:0;font-size:1rem}.ff-sans{font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}.ff-serif{font-family:'Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}.ff-mono{font-family:monospace}.ff-display{font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}html,body{font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-size:19px;line-height:158%;color:#343a40}h1{font-size:43px;color:#212529;line-height:110%;font-weight:900;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}h2{font-size:28px;color:#212529;line-height:110%;font-weight:900}h2.tiny{font-size:15px;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;letter-spacing:.1em;margin-bottom:10px}h3{font-size:21px;color:#212529;line-height:110%;font-weight:900}article blockquote,blockquote{padding-left:30px;padding-right:30px;padding-top:5px;padding-bottom:5px;margin-left:-20px;margin-right:-20px;background:url("/assets/images/slanted-vertical.svg") top left repeat-y;position:relative}article blockquote:after,blockquote:after{display:inline-block;content:"“";position:absolute;top:10px;left:10px;font-size:75px;color:#f1f3f5;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;z-index:-1}article blockquote p,blockquote p{font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;font-style:italic;font-size:21px;color:#868e96;margin:0}.fw-bold,strong{font-weight:900}.fs-display1{font-size:43px}.fs-headline2{font-size:33px}.fs-headline1{font-size:28px}.fs-subheading{font-size:25px}.fs-body2{font-size:21px}.fs-body1{font-size:19px}.fs-caption{font-size:15px}.fs-fine{font-size:13px}.fc-dark{color:#212529}.fc-medium{color:#343a40}.fc-light{color:#868e96}.fc-faint{color:rgba(255,255,255,0.2)}.fc-white{color:#fff}.lh-xs{line-height:100%}.lh-sm{line-height:110%}.lh-md{line-height:158%}.lh-lg{line-height:200%}.ff-sans{font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}.ff-serif{font-family:'Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}.ff-mono{font-family:monospace}.ff-inherit{font-family:inherit}.fw-normal{font-weight:400}.fw-bold{font-weight:700}.fw-black{font-weight:900}.fs-normal{font-style:normal}.fs-italic{font-style:italic}.fs-unset{font-style:unset}.ta-left{text-align:left}.ta-center{text-align:center}.ta-right{text-align:right}.ta-justify{text-align:justify}.ta-unset{text-align:unset}.td-none{text-decoration:none}.td-underline{text-decoration:underline}.tt-capitalize{text-transform:capitalize}.tt-lowercase{text-transform:lowercase}.tt-uppercase{text-transform:uppercase}.tt-none{text-transform:none}.tt-unset{text-transform:unset}.ls-0{letter-spacing:0}.ls-1{letter-spacing:.05em}.ls-2{letter-spacing:.1em}.ws-normal{white-space:normal}.ws-nowrap{white-space:nowrap}.ws-pre{white-space:pre}.ws-pre-wrap{white-space:pre-wrap}.ws-pre-line{white-space:pre-line}.ws-unset{white-space:unset}.list-ls-none{list-style:none}.list-ls-disc{list-style-type:disc}.list-ls-circle{list-style-type:circle}.list-ls-square{list-style-type:square}.list-ls-decimal{list-style-type:decimal}.list-ls-unset{list-style-type:unset}a{transition:all 75ms ease-in}.link-white,.link-white:visited{color:#fff}.link-white:hover,.link-white:visited:hover,.link-white:active,.link-white:visited:active,.link-white:focus,.link-white:visited:focus{opacity:.75}.navigation a,.article-list a,.navigation a:visited,.article-list a:visited{padding-top:2px;padding-bottom:2px;text-decoration:none;border-bottom:2px solid #74c0fc;color:#343a40}.navigation a:hover,.article-list a:hover,.navigation a:visited:hover,.article-list a:visited:hover,.navigation a:focus,.article-list a:focus,.navigation a:visited:focus,.article-list a:visited:focus,.navigation a:active,.article-list a:active,.navigation a:visited:active,.article-list a:visited:active{color:#339af0}article a:not(.card),.color-links a:not(.card),.a-color{color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6}article a:not(.card):visited,.color-links a:not(.card):visited,.a-color:visited{color:#be4bdb;border-bottom:2px solid #dee2e6}article a:not(.card):hover,.color-links a:not(.card):hover,.a-color:hover,article a:not(.card):active,.color-links a:not(.card):active,.a-color:active,article a:not(.card):focus,.color-links a:not(.card):focus,.a-color:focus{color:#1971c2;border-bottom-color:#1971c2}a.img{border-bottom:0}img{height:auto;max-width:100%}hr{padding:0;margin:0;outline:0;background:0;border:0;width:100%;display:block}.hr-sm{max-width:190px;height:6px;margin-top:50px;margin-bottom:50px;background:url("../images/hr.svg") top left repeat-x}.bs-none{box-shadow:none}.bs-sm{box-shadow:0 2px 10px rgba(73,80,87,0.1)}.bs-md{box-shadow:0 5px 20px rgba(73,80,87,0.2)}.bs-lg{box-shadow:0 10px 30px rgba(52,58,64,0.2)}.bs-i-sm{box-shadow:inset 0 1px 10px 0 rgba(233,236,239,0.3)}.bs-i-md{box-shadow:inset 0 1px 20px 0 rgba(222,226,230,0.35)}.bs-i-lg{box-shadow:inset 0 1px 30px 0 rgba(222,226,230,0.5)}.highlighted,.highlighted-alt{position:relative;z-index:1;padding-left:5px;padding-right:5px;white-space:nowrap}.highlighted:after,.highlighted-alt:after{content:"";display:block;position:absolute;z-index:-1;top:-5px;right:-7px;bottom:-5px;left:-7px;background-position:center center;background-size:100% auto;background-repeat:no-repeat}.highlighted:after{background-image:url("/assets/images/highlight-yellow-lg.svg")}.highlighted-alt:after{background-image:url("/assets/images/highlight-alt-lg.svg")}.w-auto{width:auto}.w0{width:0}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.ws1{width:100px}.ws2{width:200px}.ws3{width:300px}.ws4{width:400px}.ws5{width:500px}.ws6{width:600px}.ws7{width:700px}.ws8{width:800px}.ws9{width:900px}.ws10{width:1000px}.ws11{width:1100px}.ws12{width:1200px}.wmx1{max-width:100px}.wmx2{max-width:200px}.wmx3{max-width:300px}.wmx4{max-width:400px}.wmx5{max-width:500px}.wmx6{max-width:600px}.wmx7{max-width:700px}.wmx8{max-width:800px}.wmx9{max-width:900px}.wmx10{max-width:1000px}.wmx11{max-width:1100px}.wmx12{max-width:1200px}.wmx100{max-width:100%}.wmn0{min-width:0}.wmn1{min-width:100px}.wmn2{min-width:200px}.wmn3{min-width:300px}.wmn4{min-width:400px}.wmn5{min-width:500px}.wmn6{min-width:600px}.wmn7{min-width:700px}.wmn8{min-width:800px}.wmn9{min-width:900px}.wmn10{min-width:1000px}.wmn11{min-width:1100px}.wmn12{min-width:1200px}.wmn100{min-width:100%}.h-auto{height:auto}.h0{height:0}.h100{height:100%}body{text-align:center}.body{max-width:900px;margin:auto;text-align:left}.header{background:url("../images/line-x.svg") bottom left repeat-x}@media screen and (max-width:600px){.header{padding-top:5px;padding-bottom:10px}.header .role{font-size:15px}}.navigation a,.navigation a:visited{line-height:100%;margin-right:20px;padding-left:0;padding-right:0;white-space:nowrap}body.home .-home,body.work .-work,body.what-i-do .-what-i-do,body.bio .-bio,body.contact .-contact,body.blog .-blog{border-bottom:0;color:#343a40;font-weight:bold;position:relative;z-index:1;padding-left:5px;padding-right:5px;white-space:nowrap}body.home .-home:after,body.work .-work:after,body.what-i-do .-what-i-do:after,body.bio .-bio:after,body.contact .-contact:after,body.blog .-blog:after{content:"";display:block;position:absolute;z-index:-1;top:-5px;right:-7px;bottom:-5px;left:-7px;background-position:center center;background-size:100% auto;background-repeat:no-repeat}body.home .-home:hover,body.work .-work:hover,body.what-i-do .-what-i-do:hover,body.bio .-bio:hover,body.contact .-contact:hover,body.blog .-blog:hover,body.home .-home:focus,body.work .-work:focus,body.what-i-do .-what-i-do:focus,body.bio .-bio:focus,body.contact .-contact:focus,body.blog .-blog:focus,body.home .-home:active,body.work .-work:active,body.what-i-do .-what-i-do:active,body.bio .-bio:active,body.contact .-contact:active,body.blog .-blog:active{color:inherit}body.home .-home:after,body.work .-work:after,body.what-i-do .-what-i-do:after,body.bio .-bio:after,body.contact .-contact:after,body.blog .-blog:after{background-image:url("/assets/images/highlight-alt-lg.svg")}@media screen and (max-width:600px){.header{display:block}.logo{-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.role{margin-top:10px;margin-bottom:10px}.navigation{padding-bottom:10px}.navigation a{margin-top:5px;margin-bottom:5px}}.social{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:10px}.social-item .social-link{display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;text-decoration:none}.social-item .social-svg{position:relative;top:2px}.social-item .social-name{font-size:15px;line-height:158%;color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6;margin-left:5px;font-weight:900;font-weight:700}.social-item .social-name:visited{color:#be4bdb;border-bottom:2px solid #dee2e6}.social-item .social-name:hover,.social-item .social-name:active,.social-item .social-name:focus{color:#1971c2;border-bottom-color:#1971c2}.social-item .social-behavior{color:#868e96;margin:0;font-size:13px;line-height:110%;margin-top:5px;display:block}@media screen and (max-width:600px){.homepage{padding-top:10px;padding-bottom:10px;margin-left:10px;margin-right:10px;-webkit-box-direction:normal;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;flex-basis:100%}.homepage>div{padding-top:20px;padding-bottom:20px;padding-left:0;padding-right:0}.homepage .bls-dashed-svg,.homepage .brs-dashed-svg{background:none!important}.social{display:block;padding-left:0;padding-right:0}}.bio-cards{display:grid;grid-gap:0 20%;grid-template-columns:repeat(2,40%);margin-top:125px}.bio-card{margin-top:-125px;position:relative}.bio-card h2,.bio-card p{margin:5px 0 0;padding-left:10px;padding-right:10px}.bio-card h2{font-size:19px;position:relative;font-family:'Permanent Marker','Hoefler Text',Constantia,'Book Antiqua',Georgia,serif;letter-spacing:.05em;display:inline-block}.bio-card h2:after{background-position:center center;background-repeat:no-repeat;display:block;content:"";height:30px;width:70px;position:absolute;top:-5px;left:-2px}.bio-card:nth-child(3n+1) h2{transform:rotate(-5deg)}.bio-card:nth-child(3n+2) h2{transform:rotate(5deg)}.bio-card:nth-child(5n+1) h2{color:#e03131}.bio-card:nth-child(5n+1) h2:after{background-image:url("/assets/images/small-circle--red.svg")}.bio-card:nth-child(5n+2) h2{color:#228be6}.bio-card:nth-child(5n+2) h2:after{background-image:url("/assets/images/small-circle--blue.svg")}.bio-card:nth-child(5n+3) h2{color:#f76707}.bio-card:nth-child(5n+3) h2:after{background-image:url("/assets/images/small-circle--orange.svg")}.bio-card:nth-child(5n+4) h2{color:#ae3ec9}.bio-card:nth-child(5n+4) h2:after{background-image:url("/assets/images/small-circle--violet.svg")}.bio-card:nth-child(5n+5) h2{color:#12b886}.bio-card:nth-child(5n+5) h2:after{background-image:url("/assets/images/small-circle--teal.svg")}.bio-card p{font-size:15px;line-height:158%}.bio-card:not(:last-child):after{display:block;content:"";height:60px;width:30px;background-position:center center;background-repeat:no-repeat;margin-top:-125px;position:absolute;background-image:url("/assets/images/arrow.svg")}.bio-card:nth-child(even){margin-top:125px}.bio-card:nth-child(even):after{left:-100px;transform:rotate(60deg)}.bio-card:nth-child(odd):after{right:-100px;transform:rotate(-60deg)}@media screen and (max-width:600px){.bio-cards{display:block;margin-top:0}.bio-card{margin-top:0;margin-bottom:80px}.bio-card:nth-child(even){margin-top:0}.bio-card:not(:last-child):after{transform:rotate(60deg);left:calc(45%);right:auto;bottom:-70px;transform:rotate(0deg)}.bio-card h2{display:block;margin-top:10px;margin-bottom:10px;transform:none!important}}.card-work{text-decoration:none;display:block;padding:10px;margin-left:-10px;border:2px solid transparent}.card-work h3{color:#228be6;text-decoration:none;border-bottom:2px solid #dee2e6;display:inline-block;margin-bottom:10px}.card-work h3:visited{color:#be4bdb;border-bottom:2px solid #dee2e6}.card-work h3:hover,.card-work h3:active,.card-work h3:focus{color:#1971c2;border-bottom-color:#1971c2}.card-work p{color:#868e96;font-size:15px;margin:0;line-height:158%}.card-work:hover,.card-work:focus{border-color:#e9ecef}@media screen and (max-width:600px){.card-work{margin-left:0;padding-bottom:30px}}.default-title{padding-bottom:20px}.default-title h1{margin-bottom:0}article,.default-spacing{padding-top:50px;padding-bottom:50px;padding-left:10px;padding-right:10px}article h2,.default-spacing h2,article h3,.default-spacing h3,article h4,.default-spacing h4,article p,.default-spacing p,article ul,.default-spacing ul,article ol,.default-spacing ol,article blockquote,.default-spacing blockquote,article .twitter-tweet,.default-spacing .twitter-tweet,article time,.default-spacing time,article pre,.default-spacing pre,article figure.inline,.default-spacing figure.inline,article .max-width,.default-spacing .max-width{max-width:600px;margin-left:0;margin-right:0}article time,.default-spacing time,article pre,.default-spacing pre{display:block}@media screen and (max-width:600px){article,.default-spacing{padding-top:20px;padding-bottom:20px}}article p,article li{font-family:'Hoefler Text',Constantia,'Book Antiqua',Georgia,serif}article h2{margin-top:30px;margin-bottom:20px}article h3{margin-top:30px;margin-bottom:10px}article p{margin-bottom:30px;line-height:158%}article ul,article ol{margin-top:30px;margin-bottom:30px}article ul li,article ol li{margin-top:5px;margin-bottom:5px;position:relative;list-style:none}article ul li:before{position:absolute;content:"";display:inline-block;width:.3rem;height:.3rem;background:#ced4da;top:.5rem;left:-1rem}article ol{counter-reset:section}article ol li:before{counter-increment:section;content:counter(section);position:absolute;display:inline-block;top:-1px;left:-1.3rem;font-family:-apple-system,BlinkMacSystemFont,Avenir,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;text-align:right;font-weight:bold;font-size:13px;color:#adb5bd}article ol li:nth-child(-n+9):before{content:"0" counter(section)}article figure{margin-left:0;margin-right:0;max-width:900px}article figure img,article figure iframe{max-width:100%;width:100%;display:block}article figure figcaption{color:#868e96;font-size:15px;line-height:110%;display:block;padding-top:5px;padding-bottom:5px;word-break:break-all}article .flush{max-width:900px;width:100%;margin-left:-10px;margin-right:-10px}article .bordered{max-width:900px;width:100%;margin-left:-10px;margin-right:-10px;padding:10px;border:1px solid #e9ecef}@media screen and (max-width:600px){.blog-list-item{display:block}.blog-list-item time{text-align:left;display:block}} \ No newline at end of file diff --git a/site/snippets/icon-rss.php b/site/snippets/icon-rss.php index 10c010c72..204d1319b 100644 --- a/site/snippets/icon-rss.php +++ b/site/snippets/icon-rss.php @@ -1,4 +1,4 @@ - + diff --git a/site/snippets/tg-sig-logo.php b/site/snippets/tg-sig-logo.php index 4b50b53a6..1204d1c46 100644 --- a/site/snippets/tg-sig-logo.php +++ b/site/snippets/tg-sig-logo.php @@ -1,4 +1,4 @@ - + diff --git a/site/templates/bio.php b/site/templates/bio.php index e76ec7a9d..f3548f797 100644 --- a/site/templates/bio.php +++ b/site/templates/bio.php @@ -25,7 +25,6 @@

Early 90’s rock. NY Rangers win The Stanley Cup. Street Fighter II. The early 90’s were my favorite moment in pop culture.

-
Marist College

1997

diff --git a/site/templates/home.php b/site/templates/home.php index fe3a388d8..e9a80bcb9 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -10,7 +10,7 @@