body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGridHeader {
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#LayoutGridHeader {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
#LayoutGridHeader > .col-1,
#LayoutGridHeader > .col-2,
#LayoutGridHeader > .col-3 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 3px;
   padding-right: 3px;
   position: relative;
}
#LayoutGridHeader > .col-1,
#LayoutGridHeader > .col-2,
#LayoutGridHeader > .col-3 {
   flex: 0 0 auto;
}
#LayoutGridHeader > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 25%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 25%;
   text-align: left;
}
#LayoutGridHeader > .col-2 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 50%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 50%;
   text-align: left;
}
#LayoutGridHeader > .col-3 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 25%;
   flex-wrap: wrap;
   justify-content: center;
   max-width: 25%;
   text-align: center;
}
@media (max-width: 100px) {
#LayoutGridHeader > .col-1,
#LayoutGridHeader > .col-2,
#LayoutGridHeader > .col-3 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_Logo_img {
   margin: 10px 0 10px 0;
   vertical-align: top;
}
#Logo_img {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 200px;
   padding: 0;
   vertical-align: top;
   width: 100%;
}
#wb_MorphingIconHeading {
   margin: 0 0 0 10px;
   vertical-align: top;
}
#MorphingIconHeading {
   overflow: visible;
}
#wb_MorphingIconHeading a {
   display: inline-block;
}
#MorphingIconHeading {
   pointer-events: none;
   position: relative  !important;
}
#MorphingIconHeading_text {
   pointer-events: none;
}
#wb_OverlayMenu1 {
   position: relative;
}
#wb_OverlayMenu1 {
   margin: 0;
}
#OverlayMenu1 {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#OverlayMenu1:hover {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1 {
   display: block;
   height: 100px;
   overflow: hidden;
   position: relative;
   width: 100px;
}
#OverlayMenu1 .line {
   background: #191970;
   display: block;
   height: 6px;
   margin: 6px auto;
   transition: all 500ms linear;
   width: 32px;
}
#OverlayMenu1:hover .line {
   background: #FF4E00;
}
#OverlayMenu1 .line:first-child {
   margin-top: 34px;
}
#OverlayMenu1-close {
   background: transparent;
   font-size: 10px;
   height: 2.8em;
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em;
}
#OverlayMenu1-close:before,
#OverlayMenu1-close:after {
   background: #454545;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu1-close span {
   background: #454545;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close span::after {
   background: #454545;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu1-close:before {
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu1-close:after {
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu1-close span {
   background: #454545;
   transform: rotate(-45deg);
}
#OverlayMenu1-close span:after {
   background: #454545;
   transform: rotate(-90deg);
}
#OverlayMenu1-overlay {
   align-items: center;
   background-color: rgba(220,220,220,0.87);
   display: flex;
   height: 100%;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
}
#OverlayMenu1-overlay ul {
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   list-style: none;
   margin: 0;
   padding: 0;
   text-decoration: none;
   text-transform: none;
}
.OverlayMenu1 {
   align-items: center;
   display: flex;
   flex-direction: row;
   justify-content: center;
   max-width: 970px;
   width: 100%;
}
.OverlayMenu1 a {
   text-decoration: none;
}
.OverlayMenu1 ul {
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li {
   position: relative;
}
.OverlayMenu1 li a {
   color: #454545;
   display: block;
   outline: none;
   padding: 10px 15px 10px 15px;
   position: relative;
}
.OverlayMenu1 li a:hover {
   background-color: #EDEDED;
   color: #2B2B2B;
}
#OverlayMenu1-overlay {
   left: 50%;
   transform: translateX(-50%);
   transition: width 400ms 0.3s, visibility 0s 700ms;
   visibility: hidden;
   width: 0;
}
#OverlayMenu1-overlay.show {
   transition: width 400ms;
   visibility: visible;
   width: 100%;
}
#OverlayMenu1-overlay .OverlayMenu1 {
   opacity: 0;
   transition: opacity 0.3s 400ms;
}
#OverlayMenu1-overlay.show .OverlayMenu1 {
   opacity: 1;
   transition-delay: 400ms;
}
#OverlayMenu1-overlay.hide .OverlayMenu1 {
   transition-delay: 0s;
}
#OverlayMenu1-overlay .overlay-icon {
   margin: 0 10px 0 0;
}
#OverlayMenu1-social {
   padding: 40px 0 0 0;
}
#OverlayMenu1-social .social-icon {
   background-color: #454545;
   border-radius: 50%;
   color: #DCDCDC;
   display: inline-block;
   font-size: 19px;
   margin: 0 .5em;
   padding: 7px;
   transition: all .2s linear 0s;
   width: 19px;
}
#OverlayMenu1-social .social-icon:hover {
   background-color: #2B2B2B;
   color: #EDEDED;
}
.OverlayMenu1-effect {
   transition: all 500ms linear;
}
#wb_OverlayMenu1 {
   display: inline-block;
   height: 100px;
   width: 100px;
   z-index: 2;
}
#wb_Logo_img {
   display: block;
   height: auto;
   width: 100%;
   z-index: 1;
}
#MorphingIconHeading {
   height: 100%;
   left: 0;
   overflow: visible;
   position: absolute;
   top: 0;
   width: calc(100% - 10px);
}
#wb_MorphingIconHeading {
   display: inline-block;
   height: 65px;
   position: relative;
   width: 30px;
   z-index: 0;
}
@media only screen and (max-width: 1365px) {
body {
   background-color: #FFFFFF;
   background-image: none;
}
#wb_LayoutGridHeader {
   display: table;
   visibility: visible;
}
#wb_LayoutGridHeader {
   height: auto;
   margin-bottom: 0px;
   margin-top: 0px;
}
#LayoutGridHeader {
   height: auto;
   padding: 0;
}
#LayoutGridHeader > .col-1,
#LayoutGridHeader > .col-2,
#LayoutGridHeader > .col-3 {
   padding-left: 3px;
   padding-right: 3px;
}
#LayoutGridHeader > .col-1 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 25%;
   justify-content: flex-start;
   max-width: 25%;
   text-align: left;
}
#LayoutGridHeader > .col-2 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 50%;
   justify-content: flex-start;
   max-width: 50%;
   text-align: left;
}
#LayoutGridHeader > .col-3 {
   align-content: center;
   align-items: center;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 25%;
   justify-content: center;
   max-width: 25%;
   text-align: center;
}
#wb_Logo_img {
   display: block;
   margin: 10px 0 10px 0;
   padding: 0;
   visibility: visible;
   width: 100%;
}
#Logo_img {
   margin-left: auto;
   margin-right: auto;
}
#wb_MorphingIconHeading {
   display: inline-block;
   height: 57px;
   margin: 0 0 0 10px;
   visibility: visible;
   width: 23px;
}
#wb_OverlayMenu1 {
   display: inline-block;
   height: 100px;
   margin: 0;
   visibility: visible;
   width: 47px;
}
#OverlayMenu1 {
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   height: 100px;
   width: 47px;
}
#OverlayMenu1:hover {
   background-color: #FFFFFF;
   background-image: none;
   border-color: #CCCCCC;
}
#OverlayMenu1 .line {
   background: #191970;
}
#OverlayMenu1:hover .line {
   background: #FF4E00;
}
#OverlayMenu1 .line {
   top: 30px;
}
#OverlayMenu1 .line:first-child {
   margin-top: 34px;
}
#OverlayMenu1-overlay ul {
   font-size: 19px;
   text-align: center;
}
}
