body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_headerLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #333333;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid2
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2
{
   float: left;
}
#headerLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#headerLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#headerLayoutGrid2:before,
#headerLayoutGrid2:after,
#headerLayoutGrid2 .row:before,
#headerLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid2:after,
#headerLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_headerMenu
{
   display: block;
   background-color: #333333;
   font-family: Roboto;
   font-weight: normal;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#headerMenu
{
   display: inline-block;
   background-color: #333333;
   height: 44px;
}
#wb_headerMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 2px;
}
#wb_headerMenu ul li a
{
   background-color: #333333;
   color: #FFFFFF;
   font-family: Roboto;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 13px 12px 13px 12px;
   text-align: center;
}
#wb_headerMenu > ul > li > a 
{
   height: 18px;
}
.headerMenu a 
{
   display: block;
}
#wb_headerMenu li:hover > a, #wb_headerMenu li .active
{
   background-color: #333333;
   color: #00A1C0;
}
#wb_headerMenu ul ul
{
   display: none;
   position: absolute;
   top: 44px;
}
#wb_headerMenu ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu ul ul li 
{
   float: none;
   position: relative;
   width: 83px;
}
#wb_headerMenu ul ul li a
{
   background-color: #7A7A7A;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul li:hover > a, #wb_headerMenu ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_headerMenu ul ul li a 
{
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu ul ul ul li 
{
   left: 83px;
   position: relative;
   top: -44px;
}
#wb_headerMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu li:hover > a .arrow-down, #wb_headerMenu li .active .arrow-down
{ 
   border-top-color: #00A1C0;
}
#wb_headerMenu ul ul li:hover > a .arrow-left, #wb_headerMenu ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_headerMenu .toggle,[id^=headerMenu-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu ul li a, #wb_headerMenu .toggle
{
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 10px 15px 10px;
}
#wb_headerMenu .toggle + a
{
   display: none !important;
}
.headerMenu 
{
   display: none;
   z-index: 9999;
}
#headerMenu 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu .toggle 
{
   display: block;
   background-color: #333333;
   color: #FFFFFF;
   padding: 0 10px 0 10px;
   line-height: 30px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu .toggle:hover
{
   background-color: #333333;
   color: #00A1C0;
}
[id^=headerMenu-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu-title
{
   height: 44px !important;
   line-height: 44px !important;
   text-align: center;
}
#wb_headerMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu ul ul .toggle,
#wb_headerMenu ul ul a 
{
   padding: 0 20px;
}
#wb_headerMenu a:hover,
#wb_headerMenu ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle,
#wb_headerMenu ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul ul a 
{
   padding: 15px 10px 15px 30px;
}
#wb_headerMenu ul li a 
{
   text-align: left;
}
#wb_headerMenu ul li a br 
{
   display: none;
}
#wb_headerMenu ul li i 
{
   margin-right: 0px;
}
#wb_headerMenu ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu ul ul li:hover > ul,
#wb_headerMenu ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu ul ul ul li 
{
   position: static;
}
#headerMenu-icon 
{
   display: block;
   position: absolute;
   right: 12px;
   top: 10px;
   user-select: none;
}
#headerMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu .toggle:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{
   border-top-color: #00A1C0;
}
#wb_headerMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle:hover .arrow-down, #wb_headerMenu ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_headerHeading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 8px 0 8px 8px;
   margin: 0;
   text-align: left;
}
#wb_headerHeading
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   text-decoration: line-through;
   font-size: 24px;
   line-height: 29px;
}
#wb_headerHeading p, #wb_headerHeading ul
{
   margin: 0;
   padding: 0;
}
#wb_headerHeading
{
   display: inline-block;
   margin: 0;
   width: 160px;
   height: 27px;
}
#wb_footerMiddle
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #332D2D;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #DEE2E6;
   border-right-color: #DEE2E6;
   border-bottom-color: #DEE2E6;
   border-left-color: #DEE2E6;
   box-sizing: border-box;
   margin: 0;
}
#footerMiddle
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerMiddle > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerMiddle > .col-1
{
   flex: 0 0 auto;
}
#footerMiddle > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#footerMiddle > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText div
{
   text-align: center;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerLinks
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #332D2D;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #DEE2E6;
   border-right-color: #DEE2E6;
   border-bottom-color: #DEE2E6;
   border-left-color: #DEE2E6;
   box-sizing: border-box;
   margin: 0;
}
#footerLinks
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerLinks > .col-1, #footerLinks > .col-2, #footerLinks > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerLinks > .col-1, #footerLinks > .col-2, #footerLinks > .col-3
{
   flex: 0 0 auto;
   height: 252px;
}
#footerLinks > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footerLinks > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#footerLinks > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 320px)
{
#footerLinks > .col-1, #footerLinks > .col-2, #footerLinks > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_footerCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#footerCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footerCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footerCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
}
#footerCard2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerBottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #292424;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerBottom
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerBottom > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .col-1
{
   flex: 0 0 auto;
}
#footerBottom > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#footerBottom > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerCopyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyright div
{
   text-align: center;
}
#wb_footerCopyright
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 310px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Table1
{
   border-radius: 0px;
   border: 0px solid #000000;
   background-color: transparent;
   background-image: none;
   border-collapse: separate;
   border-spacing: 0px;
   margin: 0;
}
#Table1 td, #Table1 th
{
   padding: 5px 5px 5px 5px;
}
#Table1 td div
{
   white-space: nowrap;
}
#Table1 p, #Table1 ul
{
   margin: 0;
   padding: 0;
}
#Table1 .cell0
{
   background-color: transparent;
   background-image: none;
   text-align: right;
   vertical-align: middle;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   line-height: 16px;
}
#Table1 .cell1
{
   background-color: transparent;
   background-image: none;
   text-align: left;
   vertical-align: top;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 13px;
   line-height: 16px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #332D2D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_heroLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 50vh;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#heroLayoutGrid
{
   box-sizing: border-box;
   height: 50vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#heroLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#heroLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#heroLayoutGrid > .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: 768px)
{
#heroLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_heroLayoutGrid .parallax
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('../images/Temida.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   position: fixed;
   top: 0;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   width: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
#wb_heroLayoutGrid .parallax__container
{
   clip: rect(0, auto, auto, 0);
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -100;
}
#wb_form16LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#form16LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#form16LayoutGrid > .col-1, #form16LayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#form16LayoutGrid > .col-1, #form16LayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#form16LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#form16LayoutGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#form16LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#form16LayoutGrid > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
@media (max-width: 768px)
{
#form16LayoutGrid > .col-1, #form16LayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#comment
{
   display: none;
}
#wb_form16Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#form16Heading
{
   color: #000000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#form16Button
{
   border: 1px solid #000000;
   border-radius: 8px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   cursor: grabbing;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#form16Button:focus
{
   outline: 0;
}
#form16Name
{
   box-sizing: border-box;
   line-height: 26px;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   width: 100%;
   height: 100%;
   padding: 8px 8px 8px 8px;
}
#form16Name:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_form16Name
{
   position: relative;
   margin: 0 0 20px 0 ;
}
#form16Name.is-valid
{
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
   background-repeat: no-repeat !important;
   background-position: center right calc(0.375em + 0.1875rem) !important;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
   border-color: #28A745 !important;
   padding-right: calc(1.5em + 0.75rem) !important;
}
#form16Name.is-invalid
{
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23DC3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
   background-repeat: no-repeat !important;
   background-position: center right calc(0.375em + 0.1875rem) !important;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
   border-color: #DC3545 !important;
   padding-right: calc(1.5em + 0.75rem) !important;
}
#form16Name.is-valid:focus
{
   border-color: #28A745 !important;
   box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.25) !important;
}
#form16Name.is-invalid:focus
{
   border-color: #DC3545 !important;
   box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25)!important;
}
#wb_form16Name .invalid-feedback
{
   color: #DC3545;
   display: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   margin-top: 0.25rem;
   width: 100%;
}
#form16Name.is-invalid ~ .invalid-feedback
{
   display: block;
}
#form16Email
{
   box-sizing: border-box;
   line-height: 26px;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   width: 100%;
   height: 100%;
   padding: 8px 8px 8px 8px;
}
#form16Email:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_form16Email
{
   position: relative;
   margin: 0 0 20px 0 ;
}
#form16Email.is-valid
{
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328A745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
   background-repeat: no-repeat !important;
   background-position: center right calc(0.375em + 0.1875rem) !important;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
   border-color: #28A745 !important;
   padding-right: calc(1.5em + 0.75rem) !important;
}
#form16Email.is-invalid
{
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23DC3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23DC3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
   background-repeat: no-repeat !important;
   background-position: center right calc(0.375em + 0.1875rem) !important;
   background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
   border-color: #DC3545 !important;
   padding-right: calc(1.5em + 0.75rem) !important;
}
#form16Email.is-valid:focus
{
   border-color: #28A745 !important;
   box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.25) !important;
}
#form16Email.is-invalid:focus
{
   border-color: #DC3545 !important;
   box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25)!important;
}
#wb_form16Email .invalid-feedback
{
   color: #DC3545;
   display: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   margin-top: 0.25rem;
   width: 100%;
}
#form16Email.is-invalid ~ .invalid-feedback
{
   display: block;
}
#form16Message
{
   box-sizing: border-box;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   text-align: left;
   padding: 8px 8px 8px 8px;
   margin: 0 0 20px 0 ;
   overflow: auto;
   resize: none;
}
#form16Message:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_form16Icon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#form16Icon1
{
   height: 48px;
   width: 46px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#form16Icon1 i
{
   color: #000000;
   display: inline-block;
   font-size: 46px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_form16Icon1:hover #form16Icon1 i
{
   color: #000000;
}
#wb_form16Icon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#form16Icon2
{
   height: 48px;
   width: 46px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#form16Icon2 i
{
   color: #000000;
   display: inline-block;
   font-size: 46px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_form16Icon2:hover #form16Icon2 i
{
   color: #000000;
}
#wb_form16Icon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_form16Icon3 a
{
   text-decoration: none;
}
#wb_form16Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#form16Icon3
{
   height: 48px;
   width: 46px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#form16Icon3 i
{
   color: #000000;
   display: inline-block;
   font-size: 46px;
   line-height: 48px;
   vertical-align: middle;
}
#wb_form16Icon3:hover #form16Icon3 i
{
   color: #000000;
}
#wb_form16Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#form16Heading1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_form16Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#form16Heading3
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_form16Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#form16Heading5
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_form16Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 30px 0;
   text-align: center;
}
#form16Heading2
{
   color: #696969;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_form16Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 30px 0;
   text-align: center;
}
#form16Heading4
{
   color: #696969;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#form16Heading4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_form16Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 30px 0;
   text-align: center;
}
#form16Heading6
{
   color: #696969;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#form16Heading6 a
{
   color: inherit;
   text-decoration: none;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 150px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1
{
   width: 970px;
}
#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: 768px)
{
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #000000;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_LayoutGrid2
{
   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: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#LayoutGrid2 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2
{
   width: 970px;
}
#LayoutGrid2 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#Button1
{
   border: 1px solid #000000;
   border-radius: 8px;
   background-color: #4169E1;
   background-image: none;
   color: #FFFFFF;
   cursor: grab;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #332D2D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: 0;
   margin-left: 0;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_form16Email
{
   display: block;
   width: 100%;
   height: 44px;
   z-index: 20;
}
#wb_form16Heading
{
   display: block;
   width: 100%;
   z-index: 18;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 1;
}
#Table1
{
   display: table;
   width: 100%;
   height: 196px;
   z-index: 27;
}
#Button1
{
   display: inline-block;
   width: 95px;
   height: 36px;
   z-index: 23;
}
#wb_form16Heading6
{
   display: block;
   width: 100%;
   z-index: 17;
}
#wb_form16Name
{
   display: block;
   width: 100%;
   height: 44px;
   z-index: 19;
}
#wb_form16Heading4
{
   display: block;
   width: 100%;
   z-index: 14;
}
#form16Name
{
}
#wb_form16Heading5
{
   display: block;
   width: 100%;
   z-index: 16;
}
#wb_form16Heading2
{
   display: block;
   width: 100%;
   z-index: 11;
}
#wb_form16Heading3
{
   display: block;
   width: 100%;
   z-index: 13;
}
#wb_headerMenu
{
   display: block;
   width: 100%;
   z-index: 2;
}
#form16Email
{
}
#wb_footerCard2
{
   display: flex;
   width: 100%;
   z-index: 28;
}
#wb_form16Heading1
{
   display: block;
   width: 100%;
   z-index: 10;
}
#form16Button
{
   display: inline-block;
   width: 95px;
   height: 36px;
   z-index: 22;
}
#form16Message
{
   display: block;
   width: 100%;
   height: 152px;
   z-index: 21;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 24;
}
#wb_form16Icon3
{
   display: inline-block;
   width: 46px;
   height: 48px;
   text-align: center;
   z-index: 15;
}
#wb_form16Icon2
{
   display: inline-block;
   width: 46px;
   height: 48px;
   text-align: center;
   z-index: 12;
}
#wb_form16Icon1
{
   display: inline-block;
   width: 46px;
   height: 48px;
   text-align: center;
   z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 3362px;
   visibility: visible;
   display: inline;
}
#wb_headerLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid2
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#headerLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_headerHeading
{
   width: 152px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_headerHeading
{
   font-size: 24px;
   margin: 0;
   padding: 8px 0 8px 8px;
   text-align: left;
   line-height: 27px;
}
#wb_footerMiddle
{
   visibility: visible;
   display: table;
}
#wb_footerMiddle
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerMiddle
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerMiddle > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerMiddle > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   margin: 0;
   padding: 0;
}
#wb_footerLinks
{
   visibility: visible;
   display: table;
}
#wb_footerLinks
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerLinks
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerLinks > .col-1, #footerLinks > .col-2, #footerLinks > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerLinks > .col-1
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footerLinks > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#footerLinks > .col-3
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_footerCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#footerCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footerCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
}
#footerCard2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerCard2
{
   text-align: center;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyright
{
   visibility: visible;
   display: block;
}
#wb_footerCopyright
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#Table1
{
   visibility: visible;
   display: table;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0 0 30px 0 ;
   padding: 0 0 20px 0;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_heroLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_heroLayoutGrid
{
   height: 50vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#heroLayoutGrid
{
   height: 50vh;
   padding: 100px 0 30px 0;
}
#heroLayoutGrid > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#heroLayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_form16LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_form16LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#form16LayoutGrid
{
   height: auto;
   padding: 30px 0 100px 0;
}
#wb_form16Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
   padding: 0;
}
#form16Button
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#wb_form16Name
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#form16Name
{
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#form16Name
{
   line-height: 26px;
}
#wb_form16Email
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#form16Email
{
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#form16Email
{
   line-height: 26px;
}
#form16Message
{
   width: 100%;
   height: 152px;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#wb_form16Icon1
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon1
{
   width: 46px;
   height: 48px;
}
#form16Icon1 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Icon2
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon2
{
   width: 46px;
   height: 48px;
}
#form16Icon2 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Icon3
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon3
{
   width: 46px;
   height: 48px;
}
#form16Icon3 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_form16Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_form16Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 30px 0 150px 0;
}
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 30px 0 30px 0;
}
#LayoutGrid2
{
   width: 753px;
}
#LayoutGrid2 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   height: 60px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#Button1
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 480px;
   height: 3362px;
   visibility: visible;
   display: inline;
}
#wb_headerLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid2
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#headerLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_headerHeading
{
   width: 152px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_headerHeading
{
   font-size: 24px;
   margin: 0;
   padding: 8px 0 8px 8px;
   text-align: left;
   line-height: 27px;
}
#wb_footerMiddle
{
   visibility: visible;
   display: table;
}
#wb_footerMiddle
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerMiddle
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerMiddle > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerMiddle > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   margin: 0;
   padding: 0;
}
#wb_footerLinks
{
   visibility: visible;
   display: table;
}
#wb_footerLinks
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerLinks
{
   padding: 25px 0 25px 0;
}
#footerLinks > .col-1, #footerLinks > .col-2, #footerLinks > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerLinks > .col-1
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   height: 324px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footerLinks > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   height: 324px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#footerLinks > .col-3
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   height: 324px;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_footerCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#footerCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footerCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
}
#footerCard2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerCard2
{
   text-align: center;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyright
{
   visibility: visible;
   display: block;
}
#wb_footerCopyright
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#Table1
{
   visibility: visible;
   display: table;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0 0 30px 0 ;
   padding: 0 0 20px 0;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_heroLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_heroLayoutGrid
{
   height: 50vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#heroLayoutGrid
{
   height: 50vh;
   padding: 100px 0 30px 0;
}
#heroLayoutGrid > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#heroLayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_form16LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_form16LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#form16LayoutGrid
{
   height: auto;
   padding: 30px 0 100px 0;
}
#wb_form16Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
   padding: 0;
}
#form16Button
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#wb_form16Name
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#form16Name
{
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#form16Name
{
   line-height: 26px;
}
#wb_form16Email
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#form16Email
{
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#form16Email
{
   line-height: 26px;
}
#form16Message
{
   width: 100%;
   height: 152px;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#wb_form16Icon1
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon1
{
   width: 46px;
   height: 48px;
}
#form16Icon1 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Icon2
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon2
{
   width: 46px;
   height: 48px;
}
#form16Icon2 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Icon3
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon3
{
   width: 46px;
   height: 48px;
}
#form16Icon3 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_form16Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_form16Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 30px 0 150px 0;
}
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#Button1
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
}
@media only screen and (max-width: 479px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 3362px;
   visibility: visible;
   display: inline;
}
#wb_headerLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_headerLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerLayoutGrid2
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#headerLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_headerMenu
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_headerHeading
{
   width: 152px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_headerHeading
{
   font-size: 11px;
   margin: 0;
   padding: 8px 0 8px 8px;
   text-align: left;
   line-height: 12px;
}
#wb_footerMiddle
{
   visibility: visible;
   display: table;
}
#wb_footerMiddle
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerMiddle
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerMiddle > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerMiddle > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   margin: 0;
   padding: 0;
}
#wb_footerLinks
{
   visibility: visible;
   display: table;
}
#wb_footerLinks
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerLinks
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerLinks > .col-1, #footerLinks > .col-2, #footerLinks > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerLinks > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#footerLinks > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#footerLinks > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_footerCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#footerCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footerCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 16px 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
}
#footerCard2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#footerCard2-card-item5
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#footerCard2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#wb_footerCard2
{
   text-align: center;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyright
{
   visibility: visible;
   display: block;
}
#wb_footerCopyright
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#Table1
{
   visibility: visible;
   display: table;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0 0 30px 0 ;
   padding: 0 0 20px 0;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 0;
}
#footer .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#footer > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_heroLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_heroLayoutGrid
{
   height: 50vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#heroLayoutGrid
{
   height: 50vh;
   padding: 100px 0 30px 0;
}
#heroLayoutGrid > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#heroLayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_form16LayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_form16LayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#form16LayoutGrid
{
   height: auto;
   padding: 30px 0 100px 0;
}
#wb_form16Heading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
   padding: 0;
}
#form16Button
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#wb_form16Name
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#form16Name
{
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#form16Name
{
   line-height: 26px;
}
#wb_form16Email
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#form16Email
{
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#form16Email
{
   line-height: 26px;
}
#form16Message
{
   width: 100%;
   height: 152px;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   text-align: left;
}
#wb_form16Icon1
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon1
{
   width: 46px;
   height: 48px;
}
#form16Icon1 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Icon2
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon2
{
   width: 46px;
   height: 48px;
}
#form16Icon2 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Icon3
{
   width: 46px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#form16Icon3
{
   width: 46px;
   height: 48px;
}
#form16Icon3 i
{
   line-height: 48px;
   font-size: 46px;
   width: 46px;
}
#wb_form16Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 10px 0 10px 0;
}
#wb_form16Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_form16Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_form16Heading6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 30px 0;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 30px 0 150px 0;
}
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 0;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#Button1
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
}
