body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #FFFFFF;
   text-decoration: none;
}
a:hover
{
   color: #D3D3D3;
   text-decoration: none;
}
@keyframes kenBurnsEffect
{
   0% { transform: scale(1) translate(0, 0); }
   100% { transform: scale(1.5) translate(2.5%); }
}
#SlideShow1
{
   position: absolute;
   z-index: -1;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   list-style: none;
}
#SlideShow1 li
{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-size: cover;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   opacity: 0;
   z-index: 0;
}
@keyframes SlideShow1-animation
{
   0% { opacity: 0; animation-timing-function: ease-in; }
   3% { opacity: 1; transform: scale(1.05); animation-timing-function: ease-out; }
   8% { opacity: 1; transform: scale(1.1) rotate(3deg); }
   11% { opacity: 0; transform: scale(1.1) rotate(3deg); }
   100% { opacity: 0; }
}
#SlideShow1 li
{
   animation: SlideShow1-animation 60000ms linear infinite 0s, kenBurnsEffect 60000ms ease-in-out infinite;
}
#SlideShow1 li:nth-child(1)
{
   background-image: url('images/mcclatchey-wealth-group-pic-1.jpg');
   animation-delay: 0ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(2)
{
   background-image: url('images/mcclatchey-wealth-group-pic-2.jpg');
   animation-delay: 5000ms;
   transform-origin: top right;
}
#SlideShow1 li:nth-child(3)
{
   background-image: url('images/mcclatchey-wealth-group-pic-10.jpg');
   animation-delay: 10000ms;
   transform-origin: top left;
}
#SlideShow1 li:nth-child(4)
{
   background-image: url('images/mcclatchey-wealth-group-pic-12.jpg');
   animation-delay: 15000ms;
   transform-origin: bottom right;
}
#SlideShow1 li:nth-child(5)
{
   background-image: url('images/mcclatchey-wealth-group-pic-8.jpg');
   animation-delay: 20000ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(6)
{
   background-image: url('images/mcclatchey-wealth-group-pic-9.jpg');
   animation-delay: 25000ms;
   transform-origin: top right;
}
#SlideShow1 li:nth-child(7)
{
   background-image: url('images/mcclatchey-wealth-group-pic-5.jpg');
   animation-delay: 30000ms;
   transform-origin: top left;
}
#SlideShow1 li:nth-child(8)
{
   background-image: url('images/mcclatchey-wealth-group-pic-13.jpg');
   animation-delay: 35000ms;
   transform-origin: bottom right;
}
#SlideShow1 li:nth-child(9)
{
   background-image: url('images/mcclatchey-wealth-group-pic-3.jpg');
   animation-delay: 40000ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(10)
{
   background-image: url('images/mcclatchey-wealth-group-pic-4.jpg');
   animation-delay: 45000ms;
   transform-origin: top right;
}
#SlideShow1 li:nth-child(11)
{
   background-image: url('images/mcclatchey-wealth-group-pic-6.jpg');
   animation-delay: 50000ms;
   transform-origin: top left;
}
#SlideShow1 li:nth-child(12)
{
   background-image: url('images/mcclatchey-wealth-group-pic-7.jpg');
   animation-delay: 55000ms;
   transform-origin: bottom right;
}
#SlideShow1
{
   border: 0px solid #DEE2E6;
   border-radius: 0px;
}
#PageHeader1
{
   background-color: #000000;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2E8B57;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 1200px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_ResponsiveMenu1
{
   display: block;
   background-color: rgba(46,139,87,0.00);
   font-family: Arial;
   font-weight: normal;
   text-align: center;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   display: inline-block;
   background-color: rgba(46,139,87,0.00);
   height: 76px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 8px;
   width: 8px;
   margin-bottom: 2px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: rgba(46,139,87,0.00);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 30px 20px 15px 20px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 31px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #2E8B57;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 76px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 114px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #0D6EFD;
   border: 0px solid #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 2px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 114px;
   position: relative;
   top: -76px;
}
#wb_ResponsiveMenu1 .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_ResponsiveMenu1 .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_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 19px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: rgba(46,139,87,0.00);
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 38px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #2E8B57;
   color: #FFFFFF;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 76px !important;
   line-height: 76px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 2px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   left: 20px;
   top: 26px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 12px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: right;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #1E1E1E;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 12px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 300px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#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: 100px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Icon1
{
   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_Icon1 a
{
   text-decoration: none;
}
#wb_Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon1
{
   height: 24px;
   width: 27px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_Icon1:hover #Icon1 i
{
   color: #FFFFFF;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 6px 6px 6px 6px;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: inline-block;
   margin: 6px 6px 6px 6px;
   width: 127px;
   height: 18px;
}
#wb_About
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#About
{
   box-sizing: border-box;
   padding: 60px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#About > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#About > .row > .col-1, #About > .row > .col-2, #About > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#About > .row > .col-1, #About > .row > .col-2, #About > .row > .col-3
{
   float: left;
}
#About > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#About > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: center;
}
#About > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#About:before,
#About:after,
#About .row:before,
#About .row:after
{
   display: table;
   content: " ";
}
#About:after,
#About .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#About > .row > .col-1, #About > .row > .col-2, #About > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Icon2
{
   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_Icon2 a
{
   text-decoration: none;
}
#wb_Icon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon2
{
   height: 24px;
   width: 27px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_Icon2:hover #Icon2 i
{
   color: #FFFFFF;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 6px 6px 6px 6px;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: inline-block;
   margin: 6px 6px 6px 6px;
   width: 237px;
   height: 18px;
}
#IconButton1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
   margin: 0;
   padding: 0;
   text-align: center;
   vertical-align: top;
}
#IconButton1 .ui-button
{
   position: absolute;
   padding: 0;
}
#IconButton1.ui-corner-all
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#IconButton1.ui-corner-all
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#IconButton1.ui-button
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
}
#IconButton1.ui-state-hover, #IconButton1.ui-button:hover
{
   border-color: #000000;
   background-color: #2E8B57;
   background-image: none;
   color: #FFFFFF;
}
#IconButton1.ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#IconButton1.ui-state-active, #IconButton1.ui-button:active
{
   border-color: #000000;
   background-color: #2E8B57;
   background-image: none;
   color: #FFFFFF;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DCDCDC;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 70px 15px 80px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1300px;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2E8B57;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 15px 0 0 0 ;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text4
{
   display: block;
   margin: 15px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 600px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: none;
   margin: 0 0 8px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0 0 12px 0 ;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: inline-block;
   margin: 0 0 8px 0 ;
   width: 610px;
   height: 30px;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text7
{
   display: inline-block;
   margin: 0 0 8px 0 ;
   width: 610px;
   height: 36px;
}
#IconButton2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_IconButton2
{
   border-radius: 0px;
   margin: 13px 0 0 0 ;
   vertical-align: top;
}
#IconButton2
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_IconButton2 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#IconButton2
{
   color: inherit;
}
#wb_IconButton2 .ui-corner-all, #wb_IconButton2 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_IconButton2 .ui-corner-all, #wb_IconButton2 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_IconButton2 .ui-button
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_IconButton2 .ui-state-hover, #wb_IconButton2 .ui-button:hover
{
   border-color: #000000;
   background-color: #2E8B57;
   background-image: none;
   color: #FFFFFF;
}
#wb_IconButton2 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_IconButton2 .ui-state-active, #wb_IconButton2 .ui-button:active
{
   border-color: #000000;
   background-color: #2E8B57;
   background-image: none;
   color: #FFFFFF;
}
#wb_Services
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/mcclatchey-wealth-group-pic-9.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Services
{
   box-sizing: border-box;
   padding: 30px 15px 60px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Services > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Services > .row > .col-1, #Services > .row > .col-2, #Services > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Services > .row > .col-1, #Services > .row > .col-2, #Services > .row > .col-3
{
   float: left;
}
#Services > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#Services > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#Services > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#Services:before,
#Services:after,
#Services .row:before,
#Services .row:after
{
   display: table;
   content: " ";
}
#Services:after,
#Services .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Services > .row > .col-1, #Services > .row > .col-2, #Services > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#Services-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #FFFFFF;
   opacity: 0.83;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: center;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0 0 8px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Who_We_Help
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/mcclatchey-wealth-group-pic-7.jpg');
   background-repeat: repeat;
   background-position: right top;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#Who_We_Help
{
   box-sizing: border-box;
   padding: 20px 15px 60px 15px;
   margin-right: auto;
   margin-left: auto;
}
#Who_We_Help > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Who_We_Help > .row > .col-1, #Who_We_Help > .row > .col-2, #Who_We_Help > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Who_We_Help > .row > .col-1, #Who_We_Help > .row > .col-2, #Who_We_Help > .row > .col-3
{
   float: left;
}
#Who_We_Help > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#Who_We_Help > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#Who_We_Help > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#Who_We_Help:before,
#Who_We_Help:after,
#Who_We_Help .row:before,
#Who_We_Help .row:after
{
   display: table;
   content: " ";
}
#Who_We_Help:after,
#Who_We_Help .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#Who_We_Help > .row > .col-1, #Who_We_Help > .row > .col-2, #Who_We_Help > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#Who_We_Help-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #A9A9A9;
   opacity: 0.89;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 8px 0 ;
   text-align: center;
}
#wb_Text11 div
{
   text-align: center;
}
#wb_Text11
{
   display: block;
   margin: 0 0 8px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text12
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text13
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#IconButton3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_IconButton3
{
   border-radius: 0px;
   margin: 13px 0 0 0 ;
   vertical-align: top;
}
#IconButton3
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_IconButton3 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#IconButton3
{
   color: inherit;
}
#wb_IconButton3 .ui-corner-all, #wb_IconButton3 .ui-corner-left
{
   border-bottom-left-radius: 0px;
   border-top-left-radius: 0px;
}
#wb_IconButton3 .ui-corner-all, #wb_IconButton3 .ui-corner-right
{
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
}
#wb_IconButton3 .ui-button
{
   background-color: #2E8B57;
   background-image: none;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_IconButton3 .ui-state-hover, #wb_IconButton3 .ui-button:hover
{
   border-color: #000000;
   background-color: #4F4F4F;
   background-image: none;
   color: #FFFFFF;
}
#wb_IconButton3 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_IconButton3 .ui-state-active, #wb_IconButton3 .ui-button:active
{
   border-color: #000000;
   background-color: #2E8B57;
   background-image: none;
   color: #FFFFFF;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 15px 0 0 0 ;
   text-align: center;
}
#wb_Text14 div
{
   text-align: center;
}
#wb_Text14
{
   display: none;
   margin: 15px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text15 div
{
   text-align: center;
}
#wb_Text15
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text16 div
{
   text-align: center;
}
#wb_Text16
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Layer1
{
   background-color: rgba(255,255,255,0.88);
   background-image: none;
   border-radius: 0px;
}
#wb_Image5
{
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 15px 6px 20px 6px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -6px;
   margin-left: -6px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 6px;
   padding-left: 6px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Icon1
{
   display: inline-block;
   width: 27px;
   height: 24px;
   text-align: center;
   z-index: 11;
}
#PageHeader1_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Html1
{
   display: none;
   width: 100%;
   height: 90px;
   z-index: 21;
}
#wb_ResponsiveMenu1
{
   display: block;
   width: 100%;
   z-index: 18;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 17;
}
#PageHeader1
{
   position: absolute;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 1188px;
   z-index: 7777;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 23;
}
#wb_Image3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 8;
}
#wb_Image5
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 206px;
   height: 55px;
   z-index: 36;
}
#wb_Extension1
{
   display: none;
   position: relative;
   width: 178px;
   height: 53px;
   z-index: 15;
}
#wb_IconButton2
{
   display: inline-block;
   width: 292px;
   height: 57px;
   z-index: 29;
}
#wb_IconButton3
{
   display: inline-block;
   width: 169px;
   height: 46px;
   z-index: 26;
}
#IconButton2
{
   width: 100%;
   height: 100%;
}
#GlassButton13
{
   border-width: 0;
   width: 178px;
   height: 53px;
}
#IconButton3
{
   width: 100%;
   height: 100%;
}
#Layer1
{
   position: absolute;
   text-align: center;
   left: 1000px;
   top: 5210px;
   width: 225px;
   height: 70px;
   z-index: 47;
}
#IconButton1
{
   display: inline-block;
   width: 151px;
   height: 41px;
   line-height: 1.0;
   z-index: 16;
}
#wb_Icon2
{
   display: inline-block;
   width: 27px;
   height: 24px;
   text-align: center;
   z-index: 13;
}
#Layer1_Container
{
   width: 225px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
@media only screen and (max-width: 1279px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#SlideShow1
{
   visibility: visible;
   display: inline-block;
}
#PageHeader1
{
   top: 0px;
   height: 620px;
   visibility: visible;
}
#PageHeader1
{
   width: 100%;
}
#PageHeader1_Container
{
   width: 320px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 628px 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2, #LayoutGrid1 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid1 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_ResponsiveMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: right;
}
#wb_LayoutGrid3
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 12px 15px 15px 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 12px 15px 15px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   display: block;
   width: 75%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Icon1
{
   width: 27px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon1
{
   width: 27px;
   height: 24px;
}
#Icon1 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_Text1
{
   width: 127px;
   height: 15px;
   visibility: visible;
   display: inline-block;
}
#wb_Text1
{
   margin: 6px 6px 6px 6px;
   padding: 0;
}
#wb_About
{
   visibility: visible;
   display: table;
}
#wb_About
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#About
{
   height: auto;
   padding: 26px 17px 20px 17px;
}
#About .row
{
   margin-right: -17px;
   margin-left: -17px;
}
#About > .row > .col-1, #About > .row > .col-2, #About > .row > .col-3
{
   padding-right: 17px;
   padding-left: 17px;
}
#About > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#About > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#About > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0;
}
#LayoutGrid4 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Icon2
{
   width: 27px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Icon2
{
   width: 27px;
   height: 24px;
}
#Icon2 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_Text2
{
   width: 237px;
   height: 26px;
   visibility: visible;
   display: inline-block;
}
#wb_Text2
{
   margin: 6px 6px 6px 6px;
   padding: 0;
}
#wb_Extension1
{
   width: 178px;
   height: 53px;
   visibility: hidden;
   display: none;
}
#IconButton1
{
   width: 151px;
   height: 41px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#IconButton1
{
   font-size: 16px;
   padding: 0;
}
#wb_Text3
{
   visibility: hidden;
   display: none;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 12px 17px 20px 17px;
}
#LayoutGrid7 .row
{
   margin-right: -17px;
   margin-left: -17px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   padding-right: 17px;
   padding-left: 17px;
}
#LayoutGrid7 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 20px 15px 30px 15px;
}
#LayoutGrid6 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid6 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid6 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text4
{
   visibility: hidden;
   display: none;
}
#wb_Text4
{
   margin: 15px 0 0 0 ;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 12px 0 ;
   padding: 0;
}
#Image3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text6
{
   width: 282px;
   height: 59px;
   visibility: visible;
   display: inline-block;
}
#wb_Text6
{
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_Text7
{
   width: 290px;
   height: 53px;
   visibility: visible;
   display: inline-block;
}
#wb_Text7
{
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_IconButton2
{
   width: 251px;
   height: 47px;
   visibility: visible;
   display: inline-block;
   margin: 13px 0 0 0 ;
}
#IconButton2
{
   font-size: 21px;
}
#wb_IconButton2 .ui-button
{
   line-height: 45px;
   padding: 0;
}
#Html1
{
   visibility: hidden;
   display: none;
}
#wb_Services
{
   visibility: visible;
   display: table;
}
#wb_Services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Services
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#Services .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Services > .row > .col-1, #Services > .row > .col-2, #Services > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#Services > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Services > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Services > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text8
{
   visibility: hidden;
   display: none;
}
#wb_Text8
{
   margin: 0;
   padding: 0;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_Text10
{
   visibility: hidden;
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#wb_Text10
{
   margin: 0 0 30px 0 ;
   padding: 0;
}
#wb_Who_We_Help
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('images/mcclatchey-wealth-group-pic-7.jpg');
   background-repeat: repeat;
   background-position: right top !important;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#wb_Who_We_Help
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Who_We_Help
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#Who_We_Help .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Who_We_Help > .row > .col-1, #Who_We_Help > .row > .col-2, #Who_We_Help > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#Who_We_Help > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Who_We_Help > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Who_We_Help > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text11
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#wb_Text11
{
   margin: 0 0 8px 0 ;
   padding: 0;
}
#wb_Text12
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#wb_Text12
{
   margin: 0 0 30px 0 ;
   padding: 0;
}
#wb_Text13
{
   visibility: visible;
   display: block;
}
#wb_Text13
{
   margin: 0;
   padding: 0;
}
#wb_IconButton3
{
   width: 157px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 13px 0 0 0 ;
}
#IconButton3
{
   font-size: 21px;
}
#wb_IconButton3 .ui-button
{
   line-height: 37px;
   padding: 0;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   margin: 15px 0 0 0 ;
   padding: 0;
}
#wb_Text15
{
   visibility: visible;
   display: block;
}
#wb_Text15
{
   margin: 0;
   padding: 0;
}
#wb_Text16
{
   visibility: visible;
   display: block;
}
#wb_Text16
{
   margin: 0;
   padding: 0;
}
#Layer1
{
   width: 136px;
   height: 45px;
   visibility: visible;
   display: block;
   background-color: rgba(251,251,251,0.88);
   background-image: none;
}
#Layer1_Container
{
   width: 136px;
}
#wb_Image5
{
   left: 10px;
   top: 10px;
   width: 116px;
   height: 31px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 28px 6px 30px 6px;
}
#LayoutGrid5 .row
{
   margin-right: -6px;
   margin-left: -6px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   padding-right: 6px;
   padding-left: 6px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid5 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
}
