:root{--bg: #fff;--statics-primary: #800;--statics-white: #eee8e8;--strength-primary: #880;--strength-white: #eeeee8;--fluids-primary: #088;--fluids-dark: #066;--fluids-hover: #0bb;--fluids-white: #edefef;--math-primary: #080;--math-hover: #0a0;--math-white: #edefed;--math-border: #ddf0dd;--statics-primary: #a50000;--statics-dark: #850000;--statics-hover: #c20000;--statics-white: #e8e8e8;--main-grey: #aaa;--light-grey: #eee;--primary-grey: #ccc;--off-black: #333;--dark-grey: #555;--text-shadow: 1px 1px 2px rgba(0, 0, 0, .75)}html{box-sizing:border-box;font-family:Arial,sans-serif;font-size:3.25vw;font-weight:400;height:100vh;margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;height:100vh;overflow-y:hidden}img{width:100%}.container{display:flex;flex-direction:column;height:100vh}header{align-items:center;background:var(--primary-grey);border-bottom:.2rem solid black;display:flex;justify-content:space-between;overflow-y:hidden;padding:.75rem 1rem}header h3{display:inline-block;letter-spacing:.025rem;margin:0}header h3 a{color:inherit;text-decoration:none}header .left{margin-right:2rem}header .right{text-align:right}main{flex:1;overflow-y:auto;padding:1em}.single,.problem-part-soln{color:#000;margin-top:1rem}.problem{border-radius:.2rem;margin:1rem auto;overflow-x:auto;padding:.5rem;background:white}.problem .problem-parts{counter-reset:part-counter;font-size:90%;margin-top:.5rem}.answer-title{margin:0;margin-top:1rem;padding:0;font-size:95%}.answer-title:before{content:"Answer";font-size:.9rem;font-weight:700}.math .part,.fluids .part .statics .part{padding-top:.75rem;padding-bottom:0}.math .part:last-of-type,.fluids .part .statics .part:last-of-type{margin-bottom:0;border-bottom:none}.math .part .show-hide,.fluids .part .statics .part .show-hide{font-size:.9em;padding-right:0;flex-grow:1;align-self:flex-end}.fluids{color:var(--fluids-primary)}.fluids .answer{background-color:var(--fluids-white);border:1px solid var(--fluids-primary);color:#000;display:flex;justify-content:center}.fluids blockquote{background:var(--fluids-white);border:1px solid #ccc;border-left:.25rem solid var(--fluids-primary);font-size:.9rem;padding:.5rem 1rem}.fluids button{background-color:var(--fluids-primary)}.fluids button:hover{background-color:var(--fluids-hover)}.fluids a.form-tab-link{font-weight:700;margin:1.5rem 0}.fluids a.form-tab-link:link,.fluids a.form-tab-link:visited,.fluids a.form-tab-link:active{color:var(--fluids-dark)}.fluids a.form-tab-link:hover{color:var(--fluids-primary);cursor:pointer}.fluids header{border-bottom:.2rem solid var(--fluids-primary)}.fluids main{background-color:var(--fluids-white)}.fluids .problem{border:.1rem var(--fluids-primary) solid}.fluids .part{border-bottom:.15rem solid var(--fluids-primary)}.fluids .part:first-of-type{border-top:.15rem solid var(--fluids-primary)}.fluids .part-answer{display:flex;justify-content:center;margin:0;padding:0;margin-bottom:.5rem}.fluids .part-answer div{background-color:var(--fluids-white);border:.05rem solid var(--fluids-primary);color:#000;padding:.25rem 1rem}.fluids .problem-part-statement{color:#000;display:inline}.fluids .problem-part-statement:before{counter-increment:part-counter;color:var(--fluids-primary);content:"Part " counter(part-counter) ": ";font-weight:700}.fluids li:before{color:var(--fluids-primary)}.fluids ::-webkit-scrollbar-thumb{background:var(--fluids-primary);border-radius:8px;border:5px solid var(--primary-grey)}.fluids ::-webkit-scrollbar-thumb:hover{background:var(--fluids-hover);border:3px solid var(--primary-grey)}.statics{color:var(--statics-primary)}.statics .answer{background-color:var(--statics-white);border:1px solid var(--statics-primary);color:#000;display:flex;justify-content:center}.statics blockquote{background:var(--statics-white);border:1px solid #ccc;border-left:.25rem solid var(--statics-primary);font-size:.9rem;padding:.5rem 1rem}.statics button{background-color:var(--statics-primary)}.statics button:hover{background-color:var(--statics-hover)}.statics a.form-tab-link{font-weight:700;margin:1.5rem 0}.statics a.form-tab-link:link,.statics a.form-tab-link:visited,.statics a.form-tab-link:active{color:var(--statics-dark)}.statics a.form-tab-link:hover{color:var(--statics-primary);cursor:pointer}.statics header{border-bottom:.2rem solid var(--statics-primary)}.statics main{background-color:var(--statics-white)}.statics .problem{border:.1rem var(--statics-primary) solid}.statics .part{border-bottom:.15rem solid var(--statics-primary)}.statics .part:first-of-type{border-top:.15rem solid var(--statics-primary)}.statics .part-answer{display:flex;justify-content:center;margin:0;padding:0;margin-bottom:.5rem}.statics .part-answer div{background-color:var(--statics-white);border:.05rem solid var(--statics-primary);color:#000;padding:.25rem 1rem}.statics .problem-part-statement{color:#000;display:inline}.statics .problem-part-statement:before{counter-increment:part-counter;color:var(--statics-primary);content:"Part " counter(part-counter) ": ";font-weight:700}.statics li:before{color:var(--statics-primary)}.statics ::-webkit-scrollbar-thumb{background:var(--statics-primary);border-radius:8px;border:5px solid var(--primary-grey)}.statics ::-webkit-scrollbar-thumb:hover{background:var(--statics-hover);border:3px solid var(--primary-grey)}.math{color:var(--math-primary)}.math .answer{background-color:var(--math-white);border:1px solid var(--math-primary);color:#000;display:flex;justify-content:center}.math blockquote{background:var(--math-white);border:1px solid #ccc;border-left:.25rem solid var(--math-primary);font-size:.9rem;padding:.5rem 1rem}.math button{background-color:var(--math-primary)}.math button:hover{background-color:var(--math-hover)}.math header{border-bottom:.2rem solid var(--math-primary)}.math main{background-color:var(--math-white)}.math .problem{border:.1rem var(--math-primary) solid}.math .part{border-bottom:.15rem solid var(--math-primary)}.math .part:first-of-type{border-top:.15rem solid var(--math-primary)}.math .part:last-of-type{margin-bottom:-.5rem}.math .part-answer{display:flex;justify-content:center;margin:0;margin-bottom:.5rem;padding:0}.math .part-answer div{background-color:var(--math-white);border:.05rem solid var(--math-primary);color:#000;padding:.25rem 1rem}.math .problem-part-statement{color:#000;display:inline}.math .problem-part-statement:before{counter-increment:part-counter;color:var(--math-primary);content:"Part " counter(part-counter) ": ";font-weight:700}.math li:before{color:var(--math-primary)}.math ::-webkit-scrollbar-thumb{background:var(--math-primary);border-radius:8px;border:5px solid var(--primary-grey)}.math ::-webkit-scrollbar-thumb:hover{background:var(--math-hover);border:3px solid var(--primary-grey)}.linknav ul{list-style:none;padding-left:1rem}.linknav ul ul{margin-top:-1rem;padding-top:0;text-shadow:none}.linknav ul ul ul{margin-top:-1em}.linknav ul li a{color:inherit;text-decoration:none}.linknav ul li a h5{display:inline;color:#000;font-weight:400;margin-top:-2rem;padding-top:0;padding-right:2em}ol{counter-reset:item;list-style:none;padding:0;margin-left:1.125rem}ol li{position:relative;counter-increment:item}ol li+li{margin-top:.5em}ol li:before{content:counter(item) ". ";display:inline-block;font-size:1em;position:absolute;left:-1.25em}.centered-list,.centered-block,.center{display:flex;justify-content:center}.show-hide-control,.part-show-hide-control{display:flex;justify-content:end;align-self:center;padding:0;margin:0;margin-top:.5rem}.show-hide-control button,.part-show-hide-control button{font-size:.8rem;align-self:flex-end;color:#fff;border-radius:.2rem;padding:.125rem;margin-left:.5rem;min-width:8rem}.show-hide-control button:hover,.part-show-hide-control button:hover{box-shadow:.1rem .1rem .125rem .125rem var(--primary-grey);color:#000;cursor:pointer;outline:2px inset black}.part-show-hide-control{margin-bottom:.5rem}.part-show-hide-control button{font-size:.7rem}.part-show-hide-control div.example-check-part-answer:before{content:"Check Part " counter(part-counter) " Answer"}.part-show-hide-control div.example-hide-part-answer:before{content:"Hide Part " counter(part-counter) " Answer"}.part-show-hide-control div.example-show-part-solution:before{content:"Show Part " counter(part-counter) " Solution"}.part-show-hide-control div.example-hide-part-solution:before{content:"Hide Part " counter(part-counter) " Solution"}.part-show-hide-control div.proof-show-part-solution:before{content:"Show Part " counter(part-counter) " Proof"}.part-show-hide-control div.proof-hide-part-solution:before{content:"Hide Part " counter(part-counter) " Proof"}h3.subsubsectionHeader{margin:1rem 0 0;text-transform:capitalize}@media (max-width: 512px){::-webkit-scrollbar{display:none}}@media (min-width: 512px){html{font-size:2.75vw}main{padding:1em 4em}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:var(--primary-grey);width:16px}}@media (min-width: 768px){html{font-size:2.5vw}main{padding:1em 6em}}@media (min-width: 1024px){html{font-size:2vw}main{padding:1em 10em}}.katex-display>.katex{white-space:normal}.katex-display>.base{margin:.25em 0}.katex-display{margin:.5em 0;line-height:2}.katex{font-size:1em!important}.split-col{display:flex;justify-content:space-around;align-items:center;padding:0}.split-col.top{align-items:flex-start}.split-col.bottom{align-items:flex-end}.inline{display:inline}.width100{width:100%;margin:0 auto}.width100.tight{margin:0}.width100.left{margin-left:0}.width100.right{margin-right:0}.width95{width:95%;margin:0 auto}.width95.tight{margin:0}.width95.left{margin-left:0}.width95.right{margin-right:0}.width90{width:90%;margin:0 auto}.width90.tight{margin:0}.width90.left{margin-left:0}.width90.right{margin-right:0}.width85{width:85%;margin:0 auto}.width85.tight{margin:0}.width85.left{margin-left:0}.width85.right{margin-right:0}.width80{width:80%;margin:0 auto}.width80.tight{margin:0}.width80.left{margin-left:0}.width80.right{margin-right:0}.width75{width:75%;margin:0 auto}.width75.tight{margin:0}.width75.left{margin-left:0}.width75.right{margin-right:0}.width70{width:70%;margin:0 auto}.width70.tight{margin:0}.width70.left{margin-left:0}.width70.right{margin-right:0}.width65{width:65%;margin:0 auto}.width65.tight{margin:0}.width65.left{margin-left:0}.width65.right{margin-right:0}.width60{width:60%;margin:0 auto}.width60.tight{margin:0}.width60.left{margin-left:0}.width60.right{margin-right:0}.width55{width:55%;margin:0 auto}.width55.tight{margin:0}.width55.left{margin-left:0}.width55.right{margin-right:0}.width50{margin:0 auto;position:relative;width:50%}.width50.tight{margin:0}.width50.left{margin-left:0}.width50.right{margin-right:0}.width45{width:45%;margin:0 auto}.width45.tight{margin:0}.width45.left{margin-left:0}.width45.right{margin-right:0}.width40{width:40%;margin:0 auto}.width40.tight{margin:0}.width40.left{margin-left:0}.width40.right{margin-right:0}.width35{width:35%;margin:0 auto}.width35.tight{margin:0}.width35.left{margin-left:0}.width35.right{margin-right:0}.width30{width:30%;margin:0 auto}.width30.tight{margin:0}.width30.left{margin-left:0}.width30.right{margin-right:0}.width25{width:25%;margin:0 auto}.width25.tight{margin:0}.width25.left{margin-left:0}.width25.right{margin-right:0}.width20{width:20%;margin:0 auto}.width20.tight{margin:0}.width20.left{margin-left:0}.width20.right{margin-right:0}
