body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#FlexGrid1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#FlexGrid1-grid
{
   display: grid;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
   font-size: 0;
   grid-column-gap: 5px;
   grid-row-gap: 5px;
   grid-template-columns: 1fr 1fr 1fr 2fr;
   grid-template-rows: auto auto auto auto;
   grid-template-areas:
      "title title title title"
      "no_access no_access no_access no_access"
      "explain explain explain explain"
      "footer footer footer footer";
}
#FlexGrid1 .title
{
   display: flex;
   grid-area: title;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: stretch;
   align-content: flex-start;
}
#FlexGrid1 .no_access
{
   display: flex;
   grid-area: no_access;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .explain
{
   display: flex;
   grid-area: explain;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .footer
{
   display: flex;
   grid-area: footer;
   background-color: #777777;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-end;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: url('images/binarx2.jpg');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading1
{
   color: #000000;
   font-family: "Times New Roman";
   font-weight: bold;
   font-style: normal;
   font-size: 75px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Image4
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 140px;
   height: auto;
}
#wb_Breadcrumb3
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Breadcrumb3
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#Breadcrumb3 > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#Breadcrumb3 a
{
   color: #4F4F4F;
   text-decoration: none;
}
#Breadcrumb3 a:hover
{
   color: #3A579A;
   text-decoration: underline;
}
#Breadcrumb3 > .active
{
   color: #3A579A;
}
#Breadcrumb3 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb3 > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
.Breadcrumb3-icon
{
   fill: #4F4F4F;
   width: 15px;
   height: 15px;
   vertical-align: text-bottom;
}
#Breadcrumb3 a:hover .Breadcrumb3-icon
{
   fill: #3A579A;
}
#Breadcrumb3 > .active .Breadcrumb3-icon
{
   fill: #3A579A;
}
#wb_Breadcrumb6
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Breadcrumb6
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#Breadcrumb6 > li
{
   display: inline-block;
   font-size: 15px;
   text-transform: none;
}
#Breadcrumb6 a
{
   color: #4F4F4F;
   text-decoration: none;
}
#Breadcrumb6 a:hover
{
   color: #FE7C00;
   text-decoration: underline;
}
#Breadcrumb6 > .active
{
   color: #FE7C00;
}
#Breadcrumb6 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb6 > li + li:before
{
   content: "";
   padding: 0 5px;
   color: #C0C0C0;
}
.Breadcrumb6-icon
{
   fill: #4F4F4F;
   width: 15px;
   height: 15px;
   vertical-align: text-bottom;
}
#Breadcrumb6 a:hover .Breadcrumb6-icon
{
   fill: #FE7C00;
}
#Breadcrumb6 > .active .Breadcrumb6-icon
{
   fill: #FE7C00;
}
#wb_Image1
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 370px;
   height: auto;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text1 div
{
   text-align: justify;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 0 0 20px;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
