body
{
   background-color: #FF99FF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_headerLayoutGrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FF99FF;
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1500px;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#headerLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#headerLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 1055px)
{
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ResponsiveMenu
{
   display: block;
   font-family: Georgia;
   font-weight: bold;
   text-align: right;
   width: 100%;
   margin: 0 80px 0 0 ;
   z-index: 1111 !important;
}
#ResponsiveMenu
{
   display: inline-block;
   height: 56px;
}
#wb_ResponsiveMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 2px;
}
#wb_ResponsiveMenu ul li a
{
   background-color: #FF99FF;
   color: #D30057;
   font-family: Georgia;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 3px 10px 10px 8px;
   text-align: center;
}
#wb_ResponsiveMenu > ul > li > a 
{
   margin-right: 4px;
   height: 43px;
}
.ResponsiveMenu a 
{
   display: block;
}
#wb_ResponsiveMenu li:hover > a, #wb_ResponsiveMenu li .active
{
   background-color: #D30057;
   color: #FFFFFF;
}
#wb_ResponsiveMenu ul ul
{
   display: none;
   position: absolute;
   top: 56px;
}
#wb_ResponsiveMenu ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu ul ul li 
{
   float: none;
   position: relative;
   width: 325px;
}
#wb_ResponsiveMenu ul ul li a
{
   background-color: #FF99FF;
   border: 0px solid #C5C5C5;
   color: #D30057;
}
#wb_ResponsiveMenu ul ul li:hover > a, #wb_ResponsiveMenu ul ul li .active
{
   background-color: #D30057;
   color: #FFFFFF;
}
#wb_ResponsiveMenu ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_ResponsiveMenu ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu ul ul ul li 
{
   left: 325px;
   position: relative;
   top: -56px;
}
#wb_ResponsiveMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #D30057;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #D30057;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu li:hover > a .arrow-down, #wb_ResponsiveMenu li .active .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_ResponsiveMenu .toggle,[id^=ResponsiveMenu-submenu]
{
   display: none;
}
@media all and (max-width:630px) 
{
#wb_ResponsiveMenu
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu ul li a, #wb_ResponsiveMenu .toggle
{
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu .toggle + a
{
   display: none !important;
}
.ResponsiveMenu 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu .toggle 
{
   display: block;
   background-color: #FF99FF;
   color: #D30057;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu .toggle:hover
{
   background-color: #D30057;
   color: #FFFFFF;
}
[id^=ResponsiveMenu-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu-title
{
   height: 56px !important;
   line-height: 56px !important;
   text-align: center;
}
#wb_ResponsiveMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu ul ul .toggle,
#wb_ResponsiveMenu ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu a:hover,
#wb_ResponsiveMenu ul ul ul a 
{
   background-color: #FF99FF;
   color: #D30057;
}
#wb_ResponsiveMenu ul li ul li .toggle,
#wb_ResponsiveMenu ul ul a 
{
   background-color: #FF99FF;
   color: #D30057;
}
#wb_ResponsiveMenu ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu ul li i 
{
   margin-right: 8px;
}
#wb_ResponsiveMenu ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu ul ul li:hover > ul,
#wb_ResponsiveMenu ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu ul ul ul li 
{
   position: static;
}
#ResponsiveMenu-icon 
{
   display: block;
   position: absolute;
   left: 8px;
   top: 16px;
   user-select: none;
}
#ResponsiveMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #D30057;
   color: #D30057;
   width: 24px;
}
#wb_ResponsiveMenu ul li ul li .toggle:hover
{
   background-color: #D30057;
   color: #FFFFFF;
}
#wb_ResponsiveMenu .toggle .arrow-down 
{
   border-top-color: #D30057;
}
#wb_ResponsiveMenu .toggle:hover .arrow-down, #wb_ResponsiveMenu li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #D30057;
}
#wb_ResponsiveMenu ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#LogoContainer
{
   display: flex;
   position: relative;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
   margin: 0 0 0 30px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_LogoLeftLeaf
{
   transform: rotate(180deg);
   transform-origin: 50% 50%;
}
#LogoLeftLeaf{
   fill-opacity: 0;
   opacity: 0;
}
#LogoLeftLeaf.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#wb_LogoLeftLeaf
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#wb_MCLogoHeader
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#MCLogoHeader
{
   color: #D30057;
   font-family: Georgia;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 3px 3px 5px rgba(0,0,0,0.50);
}
#MCLogoHeader a
{
   color: inherit;
   text-decoration: none;
}
#MCLogoHeader:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#MCLogoHeader
{
   transform: rotate(0deg) ;
   transition: transform 200ms linear 0ms;
}
#wb_LogoRightLeaf
{
   transform: rotate(0deg) scale(-1.0, 1.0);
   transform-origin: 50% 50%;
}
#LogoRightLeaf{
   fill-opacity: 0;
   opacity: 0;
}
#LogoRightLeaf.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#wb_LogoRightLeaf
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#wb_FooterLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFCCFF;
   background-image: none;
   border: 1px solid #D30057;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
}
#FooterLayoutGrid
{
   box-sizing: border-box;
   padding: 0 10px 0 10px;
   margin-right: auto;
   margin-left: auto;
}
#FooterLayoutGrid > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#FooterLayoutGrid > .row > .col-1, #FooterLayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#FooterLayoutGrid > .row > .col-1, #FooterLayoutGrid > .row > .col-2
{
   float: left;
}
#FooterLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#FooterLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#FooterLayoutGrid:before,
#FooterLayoutGrid:after,
#FooterLayoutGrid .row:before,
#FooterLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#FooterLayoutGrid:after,
#FooterLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#FooterLayoutGrid > .row > .col-1, #FooterLayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_footerHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 0 0;
   text-align: left;
}
#footerHeading
{
   color: #D30057;
   font-family: Georgia;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#ContactBcrumb1
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: #FFCCFF;
   background-image: none;
   border: 1px solid #FFCCFF;
   border-radius: 4px;
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#ContactBcrumb1 > li
{
   display: inline-block;
   font-size: 16px;
   text-transform: none;
}
#ContactBcrumb1 a
{
   color: #3300CC;
   text-decoration: none;
}
#ContactBcrumb1 a:hover
{
   color: #3300CC;
   text-decoration: underline;
}
#ContactBcrumb1 > .active
{
   color: #3300CC;
}
#ContactBcrumb1 > .active a
{
   color: inherit;
   pointer-events: none;
}
#ContactBcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #C0C0C0;
}
#ContactBcrumb1 li i
{
   font-size: 16px;
   width: 18px;
}
#ContactBcrumb2
{
   list-style: none;
   padding: 8px 15px 8px 15px;
   background-color: #FFCCFF;
   background-image: none;
   border: 1px solid #FFCCFF;
   border-radius: 4px;
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#ContactBcrumb2 > li
{
   display: inline-block;
   font-size: 16px;
   text-transform: none;
}
#ContactBcrumb2 a
{
   color: #3300CC;
   text-decoration: none;
}
#ContactBcrumb2 a:hover
{
   color: #3300CC;
   text-decoration: underline;
}
#ContactBcrumb2 > .active
{
   color: #3300CC;
}
#ContactBcrumb2 > .active a
{
   color: inherit;
   pointer-events: none;
}
#ContactBcrumb2 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #C0C0C0;
}
#ContactBcrumb2 li i
{
   font-size: 16px;
   width: 18px;
}
#ContactBcrumb3
{
   list-style: none;
   padding: 8px 15px 15px 15px;
   background-color: #FFCCFF;
   background-image: none;
   border: 1px solid #FFCCFF;
   border-radius: 4px;
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: left;
}
#ContactBcrumb3 > li
{
   display: inline-block;
   font-size: 16px;
   text-transform: none;
}
#ContactBcrumb3 a
{
   color: #3300CC;
   text-decoration: none;
}
#ContactBcrumb3 a:hover
{
   color: #3300CC;
   text-decoration: underline;
}
#ContactBcrumb3 > .active
{
   color: #3300CC;
}
#ContactBcrumb3 > .active a
{
   color: inherit;
   pointer-events: none;
}
#ContactBcrumb3 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #C0C0C0;
}
#ContactBcrumb3 li i
{
   font-size: 16px;
   width: 18px;
}
#wb_footerCard
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 25px 20px 25px 20px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #AAAAFF;
   border-radius: 0px;
   text-align: left;
}
#footerCard-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footerCard-card-item0
{
   display: inline-block;
   height: 40px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #3300CC;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#footerCard-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#footerCard-card-item1
{
   display: inline-block;
   height: 40px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #3300CC;
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#footerCard-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#footerCard-card-item2
{
   display: inline-block;
   height: 40px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #3300CC;
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#footerCard-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#footerCard-card-item3
{
   display: inline-block;
   height: 40px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #3300CC;
   font-family: Georgia;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#footerCard-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#wb_CopyWrtText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #D30057;
   border-radius: 0px;
   padding: 0;
   margin: 30px 0 0 0 ;
   text-align: center;
}
#wb_CopyWrtText
{
   color: #D30057;
   font-family: Georgia;
   font-weight: 400;
   font-size: 16px;
   line-height: 19px;
}
#wb_CopyWrtText p, #wb_CopyWrtText ul
{
   margin: 0;
   padding: 0;
}
#wb_CopyWrtText
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_CopyWrtfooterLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
}
#CopyWrtfooterLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#CopyWrtfooterLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   float: left;
}
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#CopyWrtfooterLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 90px 0;
}
#CopyWrtfooterLayoutGrid:before,
#CopyWrtfooterLayoutGrid:after,
#CopyWrtfooterLayoutGrid .row:before,
#CopyWrtfooterLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#CopyWrtfooterLayoutGrid:after,
#CopyWrtfooterLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_lineEffectLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#lineEffectLayoutGrid
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#lineEffectLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#lineEffectLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#lineEffectLayoutGrid > .row > .col-1
{
   float: left;
}
#lineEffectLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#lineEffectLayoutGrid:before,
#lineEffectLayoutGrid:after,
#lineEffectLayoutGrid .row:before,
#lineEffectLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#lineEffectLayoutGrid:after,
#lineEffectLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#lineEffectLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#effectHorizontalLine
{
   min-height: 73px;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10' stroke='%23D30057' d='M0,6c6,0,0.9,11.1,6.9,11.1S18,6,24,6'/%3e%3c/svg%3e");
   background-size: 36px 100%;
   background-repeat: repeat-x;
   border: 0 none transparent;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFCCFF;
   background-image: none;
   border: 2px solid #D30057;
   border-radius: 20px;
   box-sizing: border-box;
   margin: 60px 0 0 0 ;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 400px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Heading2
{
   background-color: #FFCCFF;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 30px 0 30px 0;
   text-align: center;
}
#Heading2
{
   color: #D30057;
   font-family: Georgia;
   font-weight: normal;
   font-style: italic;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Extension1
{
   color: #00008B;
   font-family: Georgia;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
}
#Extension1 thead th,
#Extension1 tfoot th 
{
   color: #00008B;
   font-weight: bold;
   font-style: normal;
}
#Extension1 thead th,
#Extension1 thead td 
{
   padding: 8px 10px 8px 10px;
   border-bottom: 1px solid #00008B;
}
#Extension1 tfoot th,
#Extension1 tfoot td 
{
   padding: 8px 10px 4px 10px;
   border-top: 1px solid #00008B;
}
#Extension1 thead .sorting 
{
   background-image: url('images/sort_both.png');
}
#Extension1 thead .sorting_asc 
{
   background-image: url('../images/sort_asc.png');
}
#Extension1 thead .sorting_desc 
{
   background-image: url('../images/sort_desc.png');
}
#Extension1 thead .sorting_asc_disabled 
{
   background-image: url('../images/sort_asc_disabled.png');
}
#Extension1 thead .sorting_desc_disabled 
{
   background-image: url('../images/sort_desc_disabled.png');
}
#Extension1 tbody tr 
{
   background-color: #FFCCFF;
}
#Extension1 tbody tr.selected 
{
   background-color: #B0BED9;
}
#Extension1 tbody th,
#Extension1 tbody td 
{
   padding: 8px 10px 8px 10px;
}
#Extension1.row-border tbody th, #Extension1.row-border tbody td
{
   border-top: 1px solid #DDDDDD;
}
#Extension1.cell-border tbody th, #Extension1.cell-border tbody td 
{
   border-top: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
}
#Extension1.cell-border tbody tr th:first-child,
#Extension1.cell-border tbody tr td:first-child 
{
   border-left: 1px solid #DDDDDD;
}
#Extension1.stripe tbody tr.odd
{
   background-color: #FF99FF;
}
#Extension1.stripe tbody tr.odd.selected
{
   background-color: #B0BED9;
}
#Extension1.hover tbody tr:hover
{
   background-color: #C0C0C0;
}
#Extension1.hover tbody tr:hover.selected
{
   background-color: #B0BED9;
}
#Extension1.order-column tbody tr > .sorting_1,
#Extension1.order-column tbody tr > .sorting_2,
#Extension1.order-column tbody tr > .sorting_3
{
   background-color: #FFCCFF;
}
#Extension1.order-column tbody tr.selected > .sorting_1,
#Extension1.order-column tbody tr.selected > .sorting_2,
#Extension1.order-column tbody tr.selected > .sorting_3
{
   background-color: #B0BED9;
}
#Extension1.order-column.stripe tbody tr.odd > .sorting_1 
{
   background-color: #FF99FF;
}
#Extension1.order-column.stripe tbody tr.odd > .sorting_2 
{
   background-color: #FF99FF;
}
#Extension1.order-column.stripe tbody tr.odd > .sorting_3 
{
   background-color: #FF99FF;
}
#Extension1.order-column.stripe tbody tr.odd.selected > .sorting_1 
{
   background-color: #B0BED9;
}
#Extension1.order-column.stripe tbody tr.odd.selected > .sorting_2 
{
   background-color: #B0BED9;
}
#Extension1.order-column.stripe tbody tr.odd.selected > .sorting_3 
{
   background-color: #B0BED9;
}
#Extension1.order-column.stripe tbody tr.even > .sorting_1 
{
   background-color: #FFCCFF;
}
#Extension1.order-column.stripe tbody tr.even > .sorting_2 
{
   background-color: #FFCCFF;
}
#Extension1.order-column.stripe tbody tr.even > .sorting_3 
{
   background-color: #FFCCFF;
}
#Extension1.order-column.stripe tbody tr.even.selected > .sorting_1 
{
   background-color: #B0BED9;
}
#Extension1.order-column.stripe tbody tr.even.selected > .sorting_2 
{
   background-color: #B0BED9;
}
#Extension1.order-column.stripe tbody tr.even.selected > .sorting_3 
{
   background-color: #B0BED9;
}
#Extension1.order-column.hover tbody tr:hover > .sorting_1 
{
   background-color: #C0C0C0;
}
#Extension1.order-column.hover tbody tr:hover > .sorting_2 
{
   background-color: #C0C0C0;
}
#Extension1.order-column.hover tbody tr:hover > .sorting_3 
{
   background-color: #C0C0C0;
}
#Extension1.order-column.hover tbody tr:hover.selected > .sorting_1 
{
   background-color: #B0BED9;
}
#Extension1.order-column.hover tbody tr:hover.selected > .sorting_2 
{
   background-color: #B0BED9;
}
#Extension1.order-column.hover tbody tr:hover.selected > .sorting_3 
{
   background-color: #B0BED9;
}
#Extension1.no-footer 
{
   border-bottom: 1px solid #00008B;
}
#wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button 
{
   padding: 0.5em 1em;
   color: #00008B !important;
   border: 1px solid transparent;
   border-radius: 2px;
}
#wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button.current, #wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover 
{
   color: #00008B !important;
   border: 1px solid #CCCCCC;
   background: #FFFFFF;
}
#wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, #wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active 
{
   color: #666 !important;
   border: 1px solid transparent;
   background: transparent;
}
#wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button:hover 
{
   background: #00008B;
   color: #FFFFFF !important;
}
#wb_Extension1 .dataTables_wrapper .dataTables_paginate .paginate_button:active 
{
   outline: none;
   background: #00008B;
   color: #FFFFFF !important;
}
#wb_Extension1 .dataTables_wrapper .dataTables_paginate .ellipsis 
{
   padding: 0 1em;
}
#wb_Extension1 .dataTables_wrapper .dataTables_length,
#wb_Extension1 .dataTables_wrapper .dataTables_filter,
#wb_Extension1 .dataTables_wrapper .dataTables_info,
#wb_Extension1 .dataTables_wrapper .dataTables_processing,
#wb_Extension1 .dataTables_wrapper .dataTables_paginate 
{
   color: #00008B;
}
#wb_Extension1 .dataTables_wrapper.no-footer .dataTables_scrollBody 
{
   border-bottom: 1px solid #00008B;
}
#wb_Extension1 input, #wb_Extension1 select
{
   color: #00008B;
   background: #FFCCFF;
   border: 1px solid #00008B;
}
#wb_Extension2{
   margin: 60px 0 30px 0 ;
}
#wb_CopyWrtfooterLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
}
#CopyWrtfooterLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#CopyWrtfooterLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   float: left;
}
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#CopyWrtfooterLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 90px 0;
}
#CopyWrtfooterLayoutGrid:before,
#CopyWrtfooterLayoutGrid:after,
#CopyWrtfooterLayoutGrid .row:before,
#CopyWrtfooterLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#CopyWrtfooterLayoutGrid:after,
#CopyWrtfooterLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#CopyWrtfooterLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
