       body {
           position: relative;
           overflow-x: hidden;
           width: 100%;
       }

       .layout-left-flyout {
           height: 100%;
           right: 0;
           position: absolute;
           visibility: hidden;
           z-index: 1;
           -webkit-perspective: 1000;
           -webkit-backface-visibility: hidden;
           -webkit-transform-style: preserve-3d;
       }

       .layout-left-flyout.isCbFlyNavActive {
           visibility: visible;
           z-index: 1;
           right: 0;
       }

       .cbFlyNav-wrap {
           display: block;
           position: relative;
           height: 100%;
           overflow: hidden;
           width: 270px;
           -webkit-perspective: 1000;
           -webkit-backface-visibility: hidden;
           -webkit-transform-style: preserve-3d;
       }

       .cbFlyNav-wrap > nav {
           transform: translateY(0);
           /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
       }

       .nav-collapse {
           -webkit-transform: translate3d(0, 0, 0);
           -webkit-transform-style: preserve-3d;
       }

       .layout-right-content {
           transform: translate3d(0, 0, 0);
           -webkit-perspective: 1000;
           -webkit-transform-style: preserve-3d;
           -webkit-backface-visibility: hidden;
           z-index: 1;
           background: #fff;
           background: #E72534;
       }

       .layout-right-content.isCbFlyNavActive {
           transform: translate3d(270px, 0, 0);
           min-width: 520px;
       }

       .icon-cbmore {
           content: "";
           float: right;
           margin-top: 4.5px;
           padding: 4.5px;
           box-shadow: 1px -1px 0 0px #FFF inset;
           -webkit-transform: rotate(225deg);
       }

       .nav-flyout-navmask,
       .nav-flyout-contentmask {
           position: absolute;
           top: 0;
           bottom: 0;
           left: 0;
           right: 0;
       }

       .nav-flyout-contentmask {
           z-index: 1;
       }

       .nav-flyout-navmask {
           right: 180px;
           z-index: 1;
       }

       /* Menu Toggle */
       .btn-navbar {
           position: absolute;
           width: 50px;
           height: 40px;
           padding: 4px 0;
           display: block;
           z-index: 1;
       }

       .btn-navbar-navtoggle {
           right: 10px;
           top: 0;
       }

       .btn-navbar .icon-bar {
           display: block;
           width: 28px;
           height: 4px;
           background-color: #ffffff;
           margin: 7px auto 0 auto;
       }

       .btn-navbar .icon-bar + .icon-bar {
           margin-top: 3px;
       }

       @media screen and (min-width: 3000px) {
           .btn-navbar {
               display: none;
           }
       }


       @media screen and (max-width: 1767px) {
           .navbar .nav-collapse {
               display: none;
           }
       }

       @media screen and (min-width: 3000px) {
           .navbar {
               position: absolute;
               width: 100%;
           }
       }

       /* Mobile First Nav */
       .the-nav ul.nav-flyout {
           display: block;
           margin-bottom: 15px;
           float: none;
           height: 100%;
       }

       .the-nav ul.nav-flyout > li {
           float: none;
           display: block;
           width: 270px;
           border-bottom: 1px solid #3b3b3b;
       }

       .the-nav ul.nav-flyout li a {
           color: #FFF;
           display: block;
           text-decoration: none;
           padding: 11px 15px;
           margin-right: 0;
           background: #222222;
           text-align: left
       }

       .the-nav ul.nav-flyout li a:hover {
           background: #ec1d25;
       }

       .the-nav ul.nav-flyout .dropdown {
           position: static;
       }

       .the-nav ul.nav-flyout .dropdown .subnav {
           float: none;
           position: absolute;
           display: block;
           top: 0;
           right: 0;
           left: auto;
           width: 0;
           min-width: 0;
           margin: 0;
           list-style: none;
           z-index: 1000;
           transition: width .2s ease-in-out;
       }

       .the-nav ul.nav-flyout .dropdown .subnav > li {
           width: 180px;
           background-color: #363636;
           border-bottom: 1px solid #3b3b3b;
       }

       .the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
           width: 180px;
           top: 50px;
           font-size: 13px;
       }

       .the-nav.is-inactive ul.nav-flyout > li > a {
           opacity: .2;
       }

       .the-nav.is-inactive ul.nav-flyout > li.is-active > a {
           opacity: 1;
           background: #ec1d25;
       }

       /* Large Screen Styles*/
       @media screen and (min-width: 3000px) {
           .container {
               width: 95%;
               margin: 0 auto;
           }

           .the-nav {
               display: block;
           }

           .the-nav .nav {
               display: block;
           }

           .the-nav .nav-pill:after {
               content: "";
               display: table;
               clear: both;
           }

           .the-nav > .nav {
               margin: 0;
               line-height: normal;
           }

           .the-nav > .nav > li {
               display: inline-block;
               margin-bottom: 0;
               position: relative;
           }

           .the-nav > .nav > li .caret {
               margin-top: 8px;
               margin-left: 2px;
               border-top-color: #A7A7A7;
               border-bottom-color: #A7A7A7;
           }

           .the-nav > .nav > li a {
               display: block;
               padding: 10px 10px 10px;
               color: #A7A7A7;
               font-weight: 500;
               text-decoration: none;
           }

           .the-nav > .nav > li:nth-of-type(1) > a {
               padding-left: 0;
           }

           .the-nav > .nav > li:last-of-type > a {
               padding-right: 0;
           }

           /* Active State */
           .the-nav > .nav > li:hover > a {
               color: #303030;
           }

           .the-nav > .nav > li:hover .subnav {
               display: block;
           }

           .the-nav > .nav > li:hover .caret {
               border-top-color: #303030;
               border-bottom-color: #303030;
           }

           /* Subnav */
           .nav > li > .subnav {
               display: none;
               position: absolute;
               top: 100%;
               left: 0;
               z-index: 20;
               margin: 0;
               padding: 0;
               min-width: 160px;
               background: #F7F7F7;
               box-shadow: 0 1px 1px 0px #DDDDDD;
           }

           .nav > li > .subnav > li {
               margin-bottom: 0;
           }

           .nav > li > .subnav > li a {
               color: #A7A7A7;
           }

           .nav > li > .subnav > li:hover a {
               background: #ec1d25;
               color: white;
           }
       }

       @media screen and (min-width: 3000px) {
           .visible-sm {
               display: none;
           }

           .hidden-sm {
               display: block;
           }
       }

       ul {
           list-style: none;
           padding: 0;
           margin: 0;
       }

       ul li {
           margin: 0;
       }

       .pull-left {
           float: left;
       }

       .pull-right {
           float: right;
       }

       .dropdown .caret {
           display: inline-block;
           width: 0;
           height: 0;
           vertical-align: top;
           border-left: 4px solid transparent;
           border-right: 4px solid transparent;
           border-top: 4px solid gray;
           content: "";
       }

       .clearfix:after {
           content: "";
           display: table;
           clear: both;
       }

       /*
       .container {
           font-family: 'Lato', Sans-serif;
           width: 95%;
           margin: 0 auto;
       }

       .container.navbar {
           width: 100%;
       }

       .container:before,
       .container:after {
           content: "";
           display: table;
           clear: both;
       }
*/

       h1 {
           font-size: 3.7em;
           font-weight: 200;
           margin-top: .2em;
       }

       p {
           font-size: 1em;
           line-height: 1.4em;
           font-weight: 400;
       }

       a.gh-btn {
           display: inline-block;
           width: 250px;
           background: white;
           color: #1D1F21;
           font-weight: bold;
           text-transform: uppercase;
           text-decoration: none;
           text-align: center;
           padding: 15px 25px;
       }

       a.gh-btn:hover {
           background: #e6e6e6;
       }

       .align-center {
           text-align: center;
       }

       pre {
           color: #cccccc;
           overflow: auto;
           overflow: auto;
           background: #1D1F21;
           padding: 0;
           font-family: monospace;
           -moz-tab-size: 2;
           -o-tab-size: 2;
           tab-size: 2;
           -ms-word-break: normal;
           word-break: normal;
           word-break: normal;
           -webkit-hyphens: none;
           -moz-hyphens: none;
           -ms-hyphens: none;
           hyphens: none;
           position: relative;
       }

       pre code {
           background: none;
           padding: 15px;
           white-space: pre;
           overflow: auto;
           display: block;
       }

       .layout-right-content {
           color: #ffdede;
       }










       #outer {
           display: flex;
           justify-content: center;
           align-items: center;
       }

       .menu-icon-wrapper {
           position: relative;
           left: 0;
           top: 12px;
           width: 34px;
           height: 34px;
           pointer-events: none;
           transition: 0.1s;
       }

       .menu-icon-wrapper svg {
           position: absolute;
           top: -18px;
           left: -18px;
           transform: scale(0.07);
           transform-origin: 0 0;
       }

       .menu-icon-wrapper svg path {
           stroke: #ff0000;
           stroke-width: 40px;
           stroke-linecap: round;
           stroke-linejoin: round;
           fill: transparent;
           transition: stroke-dasharray 0.5s;
       }

       .menu-icon-wrapper svg path.path1 {
           stroke-dashoffset: 5803.15px;
           stroke-dasharray: 2901.57px, 2981.57px, 240px;
       }

       .menu-icon-wrapper svg path.path2 {
           stroke-dashoffset: 800px;
           stroke-dasharray: 400px, 480px, 240px;
       }

       .menu-icon-wrapper svg path.path3 {
           stroke-dashoffset: 6993.11px;
           stroke-dasharray: 3496.56px, 3576.56px, 240px;
       }

       .menu-icon-wrapper.open svg path.path1 {
           stroke-dasharray: 2901.57px, 5258.15px, 240px;
       }

       .menu-icon-wrapper.open svg path.path2 {
           stroke-dasharray: 400px, 600px, 0px;
       }

       .menu-icon-wrapper.open svg path.path3 {
           stroke-dasharray: 3496.56px, 6448.11px, 240px;
       }

       .menu-icon-wrapper .menu-icon-trigger {
           position: relative;
           width: 100%;
           height: 100%;
           cursor: pointer;
           pointer-events: auto;
           background: none;
           border: none;
           margin: 0;
           padding: 0;
       }
