/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 16px/1.5 monospace, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #37608f; text-decoration: none; }

a:visited { color: #223b58; }

a:hover { color: #111; text-decoration: underline; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: black; background-color: #e8e8e8; border-left: 12px solid #6793c5; padding-left: 15px; padding-top: 30px; padding-bottom: 30px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 0; padding-left: 0; } }

/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; vertical-align: middle; }

.icon > svg path { fill: #828282; }

.social-media-list .icon { padding-right: 5px; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }

table tr:nth-child(even) { background-color: #f7f7f7; }

table th, table td { padding: 10px 15px; }

table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }

table td { border: 1px solid #e8e8e8; }

/** Site header */
.site-header { min-height: 55.95px; position: relative; padding-top: 10px; }

.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; transition: all .2s ease-in-out; }

.site-title, .site-title:visited { color: #424242; }

.site-title:hover { text-decoration: none; transform: scale(1.1); }

.site-nav { float: right; line-height: 54px; }

.site-nav .nav-trigger { display: none; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { color: #111; line-height: 1.5; }

.site-nav .page-link:not(:last-child) { margin-right: 20px; }

@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; } .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg path { fill: #424242; } .site-nav input ~ .trigger { clear: both; display: none; } .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; background-color: #424242; color: #e8e8e8; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.footer-list { list-style: none; margin-left: 0; }

/** Page content */
.page-content { padding: 30px 0; }

.page-heading { font-size: 32px; }

.post-list-heading { font-size: 28px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 30px; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }

@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; }

@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

.box { position: relative; background-color: #ffffcc; color: #111; padding: 20px; height: 140px; background-repeat: no-repeat; background-size: cover; }

.darkbox { background-color: #424242; }

.boxes { width: 100%; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 10px; }

.box2 { grid-column: 3 / 6; grid-row: 2 / 3; z-index: 10; background-color: white; }

.megabox { grid-column: 4 / 6; grid-row: 4 / 6; z-index: 10; background-color: white; }

@media screen and (max-width: 1200px) { .box2 { grid-column: 3 / 5; } .megabox { grid-column: inherit; grid-row: 2; } }

@media screen and (max-width: 1000px) { .box2 { grid-column: 2 / 4; } .megabox { grid-column: inherit; grid-row: 2; } }

@media screen and (max-width: 800px) { .boxes { grid-template-columns: 1fr; } .box2 { grid-column: 1; grid-row: 3 / 3; } .megabox { display: none; } }

.previousnext { display: grid; grid-gap: 0; grid-template-columns: 1fr 1fr; }

.pnbox { display: block; padding: 40px; font-size: 150%; }

.pnbox.prev { background-color: #fff7fb; }

.pnbox.next { background-color: #ece7f2; }

@media (max-width: 800px) { .previousnext { display: grid; grid-gap: 0; grid-template-columns: 1fr; } }

.altbox:nth-child(12n) { background-color: #a6cee3; }

.altbox:nth-child(12n+1) { background-color: #1f78b4; }

.altbox:nth-child(12n+2) { background-color: #b2df8a; }

.altbox:nth-child(12n+3) { background-color: #33a02c; }

.altbox:nth-child(12n+4) { background-color: #fb9a99; }

.altbox:nth-child(12n+5) { background-color: #e31a1c; }

.altbox:nth-child(12n+6) { background-color: #fdbf6f; }

.altbox:nth-child(12n+7) { background-color: #ff7f00; }

.altbox:nth-child(12n+8) { background-color: #cab2d6; }

.altbox:nth-child(12n+9) { background-color: #6a3d9a; }

.altbox:nth-child(12n+10) { background-color: #ffff99; }

.altbox:nth-child(12n+11) { background-color: #b15928; }

.box a { background-color: white; padding: 2px; }

.altbox:nth-child(12n+10) small { color: black; }

.box small { color: black; background-color: white; }

.box * { display: block; }

#the-canvas { position: fixed; top: 0; left: 0; z-index: -1; }

.closeButton { position: relative; top: 10px; right: 10px; float: right; border: 1px dashed black; font-size: 3em; width: 50px; height: 50px; cursor: pointer; text-align: center; z-index: 999; }

.tags > ul { list-style: none; margin-left: 0px; }

.tags > ul > li { display: inline; }

.tags > ul > li { padding: 5px; }

.tags > ul > li:nth-child(7n) { background-color: #fff5f0; }

.tags > ul > li:nth-child(7n+1) { background-color: #fee0d2; }

.tags > ul > li:nth-child(7n+2) { background-color: #fcbba1; }

.tags > ul > li:nth-child(7n+3) { background-color: #fc9272; }

.tags > ul > li:nth-child(7n+4) { background-color: #fb6a4a; }

.tags > ul > li:nth-child(7n+5) { background-color: #ef3b2c; }

.tags > ul > li:nth-child(7n+6) { background-color: #cb181d; }

.tags > ul > li:nth-child(7n+7) { background-color: #a50f15; }

.tags > ul > li:nth-child(7n+8) { background-color: #67000d; }

.tags > ul > li:nth-child(7n) > a { color: #f05000; }

.tags > ul > li:nth-child(7n+1) > a { color: #cc4405; }

.tags > ul > li:nth-child(7n+2) > a { color: #992f05; }

.tags > ul > li:nth-child(7n+3) > a { color: #6d1b02; }

.tags > ul > li:nth-child(7n+4) > a { color: #440e02; }

.tags > ul > li:nth-child(7n+5) > a { color: #1a0402; }

.tags > ul > li:nth-child(7n+6) > a { color: black; }

.tags > ul > li:nth-child(7n+7) > a { color: black; }

.tags > ul > li:nth-child(7n+8) > a { color: black; }

/* tags.html */
.tag-header { background-color: #ffff99; padding: 5px; margin-right: 20px; }

#tags_container p { margin: 20px 0; }

#tags_container ul { margin-top: 20px; }

.videowrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }

.videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.breaker { padding: 30px 0; }

.play-now { display: inline-block; margin: 40px 0; padding: 20px 40px; background-color: #33a02c; color: white !important; font-size: 2em; transition: all 0.2s ease-out; }

.play-now:hover { background-color: white; color: #33a02c !important; }

.date { color: #828282; }

del { color: #e8e8e8; }

div.body img { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

body { margin: 40px; }

div[class="body"] > p { margin-bottom: 40px; }

div[class="body"] > p + ul { margin-top: -25px; }

h1, h2, h3, h4, h5, h6 { padding-left: 8px; margin-top: 30px; font-family: Arial, Helvetica, sans-serif !important; }

h1 { font-size: 22.4px !important; background-color: #ff7f00; }

h2 { font-size: 19.2px !important; background-color: #fdbf6f; }

h3 { font-size: 17.6px !important; background-color: #fee1ba; }

h1.title { font-size: 25.6px !important; color: #111; padding: 30px 8px; background-color: #d0d1e6; }

.crj-breakdown-child > p > a { color: #fc9272; }

.ma-module-tag { display: flex; padding: 5px; }

.ma-module-tag.GDD710 { background-color: #a6cee3; color: #333 !important; }

.ma-module-tag.IGD720 { background-color: #1f78b4; color: white  !important; }

.ma-module-tag.GDD730 { background-color: #fdbf6f; color: #333  !important; }

.ma-module-tag.IGD740 { background-color: #ff7f00; color: #333  !important; }

a { color: #37608f; background-color: #d6e2ef; text-decoration: none; }

a:visited { color: purple; background-color: #ffe6ff; }

a:hover { text-decoration: underline; }

.social-media-list a:hover { text-decoration: none; }

.social-media-list a:hover .username { text-decoration: underline; }

li > a { background-color: transparent; }

a.site-title { background-color: transparent; }

div.body > * { font-family: 'Libre Baskerville', serif; font-size: 1.2em; line-height: 2.5em; }

pre { font-family: Consolas,monospace !important; font-size: 1em !important; line-height: 1em !important; }

div.body > blockquote { font-style: initial; font-family: monospace; }

.highlight { background-color: #ffffcc; }

.hidden { display: none; }

/*# sourceMappingURL=main.css.map */