                                    .hiding {
                                        display: none;
                                    }
                                    
                                    .arrowContainer {
                                        width: 30px;
                                        height: 30px;
                                    }
                                    
                                    dt:hover {
                                        text-decoration: underline;
                                        cursor: pointer;
                                    }
                                    
                                    .ui-tooltip {
                                        width: 200px;
                                        text-align: center;
                                        box-shadow: none;
                                        padding: 0;
                                    }
                                    
                                    .ui-tooltip-content {
                                        position: relative;
                                        padding: 0.5em;
                                    }
                                    
                                    .ui-tooltip-content::after,
                                    .ui-tooltip-content::before {
                                        content: "";
                                        position: absolute;
                                        border-style: solid;
                                        display: block;
                                        left: 90px;
                                    }
                                    
                                    .bottom .ui-tooltip-content::before {
                                        bottom: -10px;
                                        border-color: #AAA transparent;
                                        border-width: 10px 10px 0;
                                    }
                                    
                                    .bottom .ui-tooltip-content::after {
                                        bottom: -7px;
                                        border-color: white transparent;
                                        border-width: 10px 10px 0;
                                    }
                                    
                                    .top .ui-tooltip-content::before {
                                        top: -10px;
                                        border-color: #AAA transparent;
                                        border-width: 0 10px 10px;
                                    }
                                    
                                    .top .ui-tooltip-content::after {
                                        top: -7px;
                                        border-color: white transparent;
                                        border-width: 0 10px 10px;
                                    }
                                    
                                    #detail {
                                        display: none;
                                    }
                                    
                                    .seperator {
                                        border: 3px solid rgba(224, 185, 153, 0.397);
                                    }
                                    
                                    .content {
                                        border: 3px solid rgba(224, 185, 153, 0.397);
                                        padding: 10px;
                                    }
                                    
                                    .node {
                                        height: 150px;
                                    }
                                    
                                    .node2 {
                                        height: 250px;
                                    }
                                    
                                    .smiley {
                                        width: 20px;
                                        height: 20px;
                                    }
                                    
                                    .hljs {
                                        display: block;
                                        padding: 0;
                                        background: white;
                                        color: black;
                                    }
                                    
                                    .hljs-comment,
                                    .hljs-template_comment,
                                    .hljs-javadoc,
                                    .hljs-comment * {
                                        color: #800
                                    }
                                    
                                    .hljs-keyword,
                                    .method,
                                    .hljs-list .hljss-title,
                                    .clojure .hljs-built_in,
                                    .nginx .hljs-title,
                                    .hljs-tag .hljs-title,
                                    .setting .hljs-value,
                                    .hljs-winutils,
                                    .tex .hljs-command,
                                    .http .hljs-title,
                                    .hljs-request,
                                    .hljs-status {
                                        color: #008
                                    }
                                    
                                    .hljs-envvar,
                                    .tex .hljs-special {
                                        color: #660
                                    }
                                    
                                    .hljs-string,
                                    .hljs-tag .hljs-value,
                                    .hljs-cdata,
                                    .hljs-filter .hljs-argument,
                                    .hljs-attr_selector,
                                    .apache .hljs-cbracket,
                                    .hljs-date,
                                    .hljs-regexp,
                                    .coffeescript .hljs-attribute {
                                        color: #080
                                    }
                                    
                                    .hljs-sub .hljs-identifier,
                                    .hljs-pi,
                                    .hljs-tag,
                                    .hljs-tag .hljs-keyword,
                                    .hljs-decorator,
                                    .ini .hljs-title,
                                    .hljs-shebang,
                                    .hljs-prompt,
                                    .hljs-hexcolor,
                                    .hljs-rules .hljs-value,
                                    .css .hljs-value .hljs-number,
                                    .hljs-literal,
                                    .hljs-symbol,
                                    .ruby .hljs-symbol .hljs-string,
                                    .hljs-number,
                                    .css .hljs-function,
                                    .clojure .hljs-attribute {
                                        color: #066
                                    }
                                    
                                    .hljs-class .hljs-title,
                                    .haskell .hljs-type,
                                    .smalltalk .hljs-class,
                                    .hljs-javadoctag,
                                    .hljs-yardoctag,
                                    .hljs-phpdoc,
                                    .hljs-typename,
                                    .hljs-tag .hljs-attribute,
                                    .hljs-doctype,
                                    .hljs-class .hljs-id,
                                    .hljs-built_in,
                                    .setting,
                                    .hljs-params,
                                    .hljs-variable,
                                    .clojure .hljs-title {
                                        color: #606
                                    }
                                    
                                    .css .hljs-tag,
                                    .hljs-rules .hljs-property,
                                    .hljs-pseudo,
                                    .hljs-subst {
                                        color: #000
                                    }
                                    
                                    .css .hljs-class,
                                    .css .hljs-id {
                                        color: #9b703f
                                    }
                                    
                                    .hljs-value .hljs-important {
                                        color: #f70;
                                        font-weight: bold
                                    }
                                    
                                    .hljs-rules .hljs-keyword {
                                        color: #c5af75
                                    }
                                    
                                    .hljs-annotation,
                                    .apache .hljs-sqbracket,
                                    .nginx .hljs-built_in {
                                        color: #9b859d
                                    }
                                    
                                    .hljs-preprocessor,
                                    .hljs-preprocessor *,
                                    .hljs-pragma {
                                        color: #444
                                    }
                                    
                                    .tex .hljs-formula {
                                        background-color: #EEE;
                                        font-style: italic
                                    }
                                    
                                    .diff .hljs-header,
                                    .hljs-chunk {
                                        color: #808080;
                                        font-weight: bold
                                    }
                                    
                                    .diff .hljs-change {
                                        background-color: #bccff9
                                    }
                                    
                                    .hljs-addition {
                                        background-color: #baeeba
                                    }
                                    
                                    .hljs-deletion {
                                        background-color: #ffc8bd
                                    }
                                    
                                    .hljs-comment .hljs-yardoctag {
                                        font-weight: bold
                                    }
                                    
                                    .canvas,
                                    .javascript,
                                    .html,
                                    .php {
                                        margin: 0;
                                        padding: 5px;
                                        font-size: 0.8em;
                                    }
                                    
                                    .expandnarrow span {
                                        line-height: 24px;
                                    }
                                    
                                    .mobidictum {
                                        width: 40px;
                                        height: 40px;
                                    }
                                    
                                    .blogDiv ul {
                                        display: inline-block;
                                        width: 60%;
                                    }
                                    
                                    .zoomable {
                                        color: rgba(255, 255, 255, 0.3);
                                        cursor: zoom-in;
                                        display: inline-block;
                                        margin: 0;
                                        position: relative;
                                    }
                                    
                                    .zoomable:hover {
                                        color: black;
                                    }
                                    
                                    .zoomable img {
                                        vertical-align: bottom;
                                    }
                                    
                                    .zoomable::after,
                                    .zoomable::before {
                                        display: block;
                                        content: '';
                                        position: absolute;
                                    }
                                    
                                    .zoomable::after {
                                        border: .25rem solid black;
                                        opacity: 0.6;
                                        border-radius: 50%;
                                        bottom: 1rem;
                                        height: 1rem;
                                        right: 1rem;
                                        width: 1rem;
                                    }
                                    
                                    .zoomable::before {
                                        background-color: black;
                                        opacity: 0.6;
                                        bottom: .75rem;
                                        height: .25rem;
                                        right: .33rem;
                                        transform: rotate(45deg);
                                        width: 1rem;
                                    }
                                    
                                    @media only screen and (max-device-width: 1200px) {
                                        * {
                                            box-sizing: border-box;
                                        }
                                        html,
                                        body {
                                            max-width: 100vw;
                                            font-size: 16px;
                                            line-height: 24px;
                                        }
                                        .seperator .click {
                                            display: none;
                                        }
                                        #container {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: center;
                                            ;
                                            width: 95vw;
                                            max-width: 95vw;
                                            height: 100vh;
                                            background-color: rgba(255, 255, 255, 0.54);
                                        }
                                        #container .leftContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: center;
                                            width: 100vw;
                                            padding-left: 10px;
                                        }
                                        .arrowContainer img {
                                            width: 30px;
                                            height: 30px;
                                        }
                                        #container .leftContainer .left .fa {
                                            font-size: 20px;
                                        }
                                        #container .rightContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: center;
                                            ;
                                            width: 95vw;
                                            max-width: 95vw;
                                        }
                                        .node {
                                            width: 200px;
                                            height: 150px;
                                        }
                                        .node2 {
                                            width: 200px;
                                            height: 150px;
                                        }
                                        #container .rightContainer .right {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: center;
                                            align-items: flex-start;
                                            width: 80vw;
                                        }
                                        #container .rightContainer .right .contentContainerRight .categoryContainer html {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            padding-left: 30px;
                                            padding-top: 20px;
                                            padding-top: 20px;
                                            margin-top: 10px;
                                            background-color: #F0F0F0;
                                        }
                                        dt {
                                            font-weight: bold;
                                            font-size: 24px;
                                            line-height: 32px;
                                        }
                                        dd {
                                            font-size: 16px;
                                            line-height: 32px;
                                        }
                                        #container .rightContainer .right .contentContainerTop {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: center;
                                            ;
                                            align-items: flex-start;
                                            ;
                                        }
                                        #container .rightContainer .right .contentContainerTop .header {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: center;
                                            ;
                                            align-items: center;
                                            width: 100vw;
                                        }
                                        #container .rightContainer .right .contentContainerTop .header .textContainer {
                                            width: 90vw;
                                            max-width: 90vw;
                                            color: rgba(15, 24, 61, 0.47);
                                            font-weight: normal;
                                            padding-left: 12px;
                                        }
                                        #container .rightContainer .right .contentContainerRight {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 90vw;
                                            max-width: 90vw;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer {
                                            width: 100%;
                                            max-width: 100%;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            border: none;
                                            outline: none;
                                            background-color: #F0F0F0;
                                            color: #030000;
                                            font-weight: normal;
                                            width: 80vw;
                                            max-width: 80vw;
                                            padding: 10px;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:hover {
                                            -webkit-filter: grayscale(1);
                                            filter: grayscale(1);
                                            opacity: 1;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:not(:hover) {
                                            -webkit-filter: grayscale(1);
                                            filter: grayscale(1);
                                            opacity: .75;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:hover {
                                            text-decoration: none;
                                            box-shadow: 0 10px 3px #B0A5A5;
                                            cursor: pointer;
                                        }
                                        #container .right .contentContainerRight .subContainer .blogDiv {
                                            display: none;
                                            /*    width:80vw; */
                                            margin-top: 3%;
                                            margin-bottom: 3%;
                                            padding-top: 5px;
                                            padding-bottom: 5px;
                                        }
                                        #container .right .contentContainerRight .subContainer .blogDiv.visible {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            border-top: thick dotted #B0A5A5;
                                            border-bottom: thick dotted #B0A5A5;
                                            width: 95vw;
                                            max-width: 95vw;
                                        }
                                        ul li {
                                            margin: 0;
                                            padding: 0;
                                        }
                                        ul li:hover {
                                            background-color: inherit !important;
                                            box-shadow: none !important;
                                        }
                                        ul {
                                            wi[]th: 100%;
                                            background-color: #F0F0F0;
                                        }
                                        ol li {
                                            padding: 8px;
                                        }
                                        ol li:hover {
                                            background-color: inherit !important;
                                            box-shadow: none !important;
                                        }
                                        ol {
                                            width: 100%;
                                            background-color: #F0F0F0;
                                        }
                                        .blogDiv ul {
                                            list-style: none;
                                        }
                                        a:hover {
                                            box-shadow: none !important;
                                            color: #acacac;
                                        }
                                        .btn-close {
                                            width: 20px;
                                            height: 20px;
                                            text-align: center;
                                            padding: 0px 0;
                                            font-size: 12px;
                                            line-height: 1.428571429;
                                            border-radius: 10px;
                                            background-color: white;
                                        }
                                        .closeContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-end;
                                            align-items: flex-end;
                                            width: 100%;
                                            padding: 3px;
                                        }
                                        a {
                                            text-decoration: none;
                                            color: rgba(6, 21, 47, 0.75);
                                        }
                                        a:hover {
                                            box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.20);
                                        }
                                        .firstcharacter {
                                            color: rgba(0, 0, 0, 0.61);
                                            float: left;
                                            font-family: Georgia;
                                            font-size: 75px;
                                            line-height: 60px;
                                            padding-top: 4px;
                                            padding-right: 8px;
                                            padding-left: 3px;
                                        }
                                        .gap {
                                            padding: 3px;
                                        }
                                        .bold {
                                            font-weight: bold;
                                        }
                                        img {
                                            height: 100px;
                                            width: 200px;
                                        }
                                        p {
                                            margin: 0;
                                            padding: 0;
                                        }
                                        .canvas,
                                        .javascript,
                                        .html,
                                        .php {
                                            margin: 0;
                                            padding: 0;
                                            border: none;
                                            font-size: 0.7em;
                                        }
                                    }
                                    
                                    @media screen and (min-device-width: 1200px) {
                                        * {
                                            box-sizing: border-box;
                                        }
                                        html,
                                        body {
                                            font-family: 'Playfair Display', serif;
                                            font-family: 'Bitter', serif;
                                            font: 12px;
                                            line-height: 16px;
                                        }
                                        body {
                                            margin: 0;
                                        }
                                        #container {
                                            background-color: rgba(255, 255, 255, 0.54);
                                            font: 12px/16px;
                                            height: 100%;
                                            width: 100%;
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: space-between;
                                            align-items: space-between;
                                        }
                                        #container .leftContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: center;
                                            ;
                                            width: 10%;
                                            max-width: 10%;
                                            height: 100%;
                                            position: fixed;
                                            margin-left: 10%;
                                        }
                                        .lineContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 0;
                                            height: 100%;
                                        }
                                        .lineContainer .line1 {
                                            border: 10px solid rgba(147, 127, 127, 0.75);
                                            height: 100%;
                                            width: 0;
                                            margin-top: 0;
                                            opacity: 0.7;
                                        }
                                        .lineContainer {
                                            height: 100%;
                                        }
                                        .lineContainer .line2 {
                                            border: 10px solid rgba(147, 127, 127, 0.75);
                                            height: 100%;
                                            width: 0;
                                            margin-top: 0;
                                            margin-left: 1%;
                                            position: fixed;
                                            opacity: 0.7;
                                        }
                                        #container .leftContainer .left {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            align-items: center;
                                            justify-content: center;
                                            height: 100%;
                                            width: 30%;
                                            max-width: 30%;
                                        }
                                        #container .leftContainer .left .fa {
                                            font-size: 40px;
                                            padding: 20px;
                                            margin-top: 2%;
                                        }
                                        #container .rightContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            width: 70%;
                                            height: 100%;
                                        }
                                        #container .rightContainer .right {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 100%;
                                            margin-left: 20%;
                                        }
                                        #container .rightContainer .right .contentContainerTop {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            ;
                                        }
                                        #container .rightContainer .right .contentContainerTop .header {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: center;
                                        }
                                        #container .rightContainer .right .contentContainerTop .logoContainer {
                                            margin-left: 10%;
                                        }
                                        #container .rightContainer .right .contentContainerTop .header .textContainer {
                                            width: 85%;
                                            max-width: 85%;
                                            color: rgba(15, 24, 61, 0.47);
                                            font-weight: normal;
                                            font-size: 20px;
                                            line-height: 32px;
                                            margin-left: 10%;
                                        }
                                        #container .rightContainer .right .contentContainerRight {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 70%;
                                            max-width: 70%;
                                            margin-left: 22%;
                                        }
                                        #container .rightContainer .right .contentContainerRight .categoryContainer html {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            padding-left: 30px;
                                            padding-top: 20px;
                                            padding-top: 20px;
                                            margin-top: 10px;
                                            ;
                                            background-color: #F0F0F0;
                                        }
                                        dt {
                                            font-weight: bold;
                                            font-size: 24px;
                                            line-height: 32px;
                                        }
                                        dd {
                                            font-size: 16px;
                                            line-height: 32px;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer {
                                            width: 90%;
                                            max-width: 90%;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow {
                                            border: none;
                                            outline: none;
                                            background-color: #F0F0F0;
                                            color: #030000;
                                            font-weight: normal;
                                            font-size: 24px;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:hover {
                                            -webkit-filter: grayscale(1);
                                            filter: grayscale(1);
                                            opacity: 1;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:not(:hover) {
                                            -webkit-filter: grayscale(1);
                                            filter: grayscale(1);
                                            opacity: .75;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:hover {
                                            text-decoration: none;
                                            box-shadow: 0 10px 3px #B0A5A5;
                                            cursor: pointer;
                                        }
                                        #container .right .contentContainerRight .subContainer .blogDiv {
                                            display: none;
                                            /* width: 120%;*/
                                            margin-top: 1%;
                                            font-size: 20px;
                                            line-height: 30px;
                                            padding: 10px;
                                        }
                                        #container .right .contentContainerRight .subContainer .blogDiv.visible {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            border-top: thick dotted #B0A5A5;
                                            border-bottom: thick dotted #B0A5A5;
                                            width: 100%;
                                        }
                                        ul li {
                                            padding: 8px;
                                        }
                                        ul li:hover {
                                            background-color: inherit !important;
                                            box-shadow: none !important;
                                        }
                                        ul {
                                            width: 100%;
                                            background-color: #F0F0F0;
                                        }
                                        ol li {
                                            padding: 8px;
                                        }
                                        ol li:hover {
                                            background-color: inherit !important;
                                            box-shadow: none !important;
                                        }
                                        ol {
                                            width: 100%;
                                            background-color: #F0F0F0;
                                        }
                                        .blogDiv ul {
                                            list-style: none;
                                        }
                                        a:hover {
                                            box-shadow: none !important;
                                            color: #acacac;
                                        }
                                        .btn-close {
                                            width: 20px;
                                            height: 20px;
                                            text-align: center;
                                            padding: 0px 0;
                                            font-size: 12px;
                                            line-height: 1.428571429;
                                            border-radius: 10px;
                                            background-color: white;
                                        }
                                        .closeContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-end;
                                            align-items: flex-end;
                                            width: 100%;
                                            padding: 3px;
                                        }
                                        a {
                                            text-decoration: none;
                                            color: rgba(6, 21, 47, 0.75);
                                        }
                                        a:hover {
                                            box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.20);
                                        }
                                        .firstcharacter {
                                            color: rgba(0, 0, 0, 0.61);
                                            float: left;
                                            font-family: Georgia;
                                            font-size: 75px;
                                            line-height: 60px;
                                            padding-top: 4px;
                                            padding-right: 8px;
                                            padding-left: 3px;
                                        }
                                        .gap {
                                            padding: 3px;
                                        }
                                        .bold {
                                            font-weight: bold;
                                        }
                                    }
                                    
                                    @media screen and (min-device-width: 1200px) and (max-device-width: 2400px) {
                                        html,
                                        body {
                                            width: 100%;
                                            height: 100%;
                                            font-family: 'Playfair Display', serif;
                                            font-family: 'Bitter', serif;
                                            font: 12px;
                                            line-height: 16px;
                                        }
                                        body {
                                            margin: 0;
                                        }
                                        #container {
                                            background-color: rgba(255, 255, 255, 0.54);
                                            font: 12px/16px;
                                            height: 100%;
                                            width: 100%;
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: space-between;
                                            align-items: space-between;
                                        }
                                        #container .leftContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: center;
                                            ;
                                            width: 10%;
                                            max-width: 10%;
                                            height: 100%;
                                            position: fixed;
                                            margin-left: 10%;
                                        }
                                        .lineContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 0;
                                            height: 100%;
                                        }
                                        .lineContainer .line1 {
                                            border: 10px solid rgba(147, 127, 127, 0.75);
                                            height: 100%;
                                            width: 0;
                                            margin-top: 0;
                                            opacity: 0.7;
                                        }
                                        .lineContainer {
                                            height: 100%;
                                        }
                                        .lineContainer .line2 {
                                            border: 10px solid rgba(147, 127, 127, 0.75);
                                            height: 100%;
                                            width: 0;
                                            margin-top: 0;
                                            margin-left: 1%;
                                            position: fixed;
                                            opacity: 0.7;
                                        }
                                        #container .leftContainer .left {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            align-items: center;
                                            justify-content: center;
                                            height: 100%;
                                            width: 30%;
                                            max-width: 30%;
                                        }
                                        #container .rightContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            width: 70%;
                                            height: 100%;
                                        }
                                        #container .rightContainer .right {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 100%;
                                            margin-left: 20%;
                                        }
                                        #container .rightContainer .right .contentContainerTop {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: row;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            ;
                                        }
                                        #container .rightContainer .right .contentContainerTop .header {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: center;
                                        }
                                        #container .rightContainer .right .contentContainerTop .logoContainer img {
                                            height: 100px;
                                            width: 200px;
                                            opacity: 1;
                                        }
                                        #container .rightContainer .right .contentContainerTop .header .textContainer {
                                            width: 85%;
                                            max-width: 85%;
                                            color: rgba(15, 24, 61, 0.47);
                                            font-weight: normal;
                                            font-size: 20px;
                                            line-height: 32px;
                                            margin-left: 10%;
                                        }
                                        #container .rightContainer .right .contentContainerRight {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            width: 70%;
                                            max-width: 70%;
                                            margin-left: 20%;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer {
                                            width: 90%;
                                            max-width: 90%;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow {
                                            border: none;
                                            outline: none;
                                            background-color: #F0F0F0;
                                            color: #030000;
                                            font-weight: normal;
                                            font-size: 24px;
                                            /* width: 120%;*/
                                            position: sticky;
                                            top: 0;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:hover {
                                            -webkit-filter: grayscale(1);
                                            filter: grayscale(1);
                                            opacity: 1;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:not(:hover) {
                                            -webkit-filter: grayscale(1);
                                            filter: grayscale(1);
                                            opacity: .75;
                                        }
                                        #container .rightContainer .right .contentContainerRight .subContainer .expandnarrow:hover {
                                            text-decoration: none;
                                            box-shadow: 0 10px 3px #B0A5A5;
                                            cursor: pointer;
                                        }
                                        #container .right .contentContainerRight .subContainer .blogDiv {
                                            display: none;
                                            width: 120%;
                                            margin-top: 1%;
                                            font-size: 20px;
                                            line-height: 30px;
                                            padding: 10px;
                                        }
                                        #container .right .contentContainerRight .subContainer .blogDiv.visible {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-start;
                                            align-items: flex-start;
                                            border-top: thick dotted #B0A5A5;
                                            border-bottom: thick dotted #B0A5A5;
                                        }
                                        ul li {
                                            padding: 8px;
                                        }
                                        ul li:hover {
                                            background-color: inherit !important;
                                            box-shadow: none !important;
                                        }
                                        ul {
                                            width: 100%;
                                            background-color: #F0F0F0;
                                        }
                                        ol li {
                                            padding: 8px;
                                        }
                                        ol li:hover {
                                            background-color: inherit !important;
                                            box-shadow: none !important;
                                        }
                                        ol {
                                            width: 100%;
                                            background-color: #F0F0F0;
                                            list-style: square;
                                        }
                                        .blogDiv ul {
                                            list-style: none;
                                        }
                                        a:hover {
                                            box-shadow: none !important;
                                            color: #acacac;
                                        }
                                        .btn-close {
                                            width: 20px;
                                            height: 20px;
                                            text-align: center;
                                            padding: 0px 0;
                                            font-size: 12px;
                                            line-height: 1.428571429;
                                            border-radius: 10px;
                                            background-color: white;
                                        }
                                        .closeContainer {
                                            display: flex;
                                            flex-wrap: wrap;
                                            flex-direction: column;
                                            justify-content: flex-end;
                                            align-items: flex-end;
                                            width: 100%;
                                            padding: 3px;
                                        }
                                        a {
                                            text-decoration: none;
                                            color: rgba(6, 21, 47, 0.75);
                                        }
                                        a:hover {
                                            box-shadow: 6px 8px 12px rgba(0, 0, 0, 0.20);
                                        }
                                        .hiding {
                                            display: none;
                                        }
                                        .arrowContainer {
                                            position: fixed;
                                            margin-top: 30px;
                                            margin-left: -90px;
                                        }
                                        .firstcharacter {
                                            color: rgba(0, 0, 0, 0.61);
                                            float: left;
                                            font-family: Georgia;
                                            font-size: 75px;
                                            line-height: 60px;
                                            padding-top: 4px;
                                            padding-right: 8px;
                                            padding-left: 3px;
                                        }
                                        .gap {
                                            padding: 0s;
                                        }
                                        .bold {
                                            font-weight: bold;
                                        }
                                        p {
                                            margin: 0;
                                            padding: 0;
                                        }
                                    }