.arrow{
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
  line-height:1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor:pointer;
}
body {

}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#homeTop {
    padding:20px 10px;
    overflow:hidden;
}
#homeTop .carousel {
    float:left;
}
#homeTop .carousel .arrow{
    width:20px;
    height:260px;
    background-color:#ccbb88;
    background-image: none;
    float:left;
    margin:0;
}
#homeTop .carousel .arrow a{
    display:block;
    width:20px;
    height:260px;
}
#homeTop .carousel .arrow.left a{
    background:url(/fcwsite/img/arrow_left.png) no-repeat 50% 50% #ccbb88;
}
#homeTop .carousel .arrow.right a{
    background:url(/fcwsite/img/arrow_right.png) no-repeat 50% 50% #ccbb88;
}
#homeTop .carousel .slides{
    width:660px;
    float:left;
    overflow:hidden;
    position:relative;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #458EC0;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ccbb88;
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}
.bx-wrapper .bx-pager {
    text-align: center;
}
.bx-wrapper .bx-controls {
    position: absolute;
    bottom: 10px;
    width: 33%;
    left: 67%;
}
#homeTop .carousel .slides ul{
    width:1320px;
}
#homeTop .carousel .slides ul li{
    width:660px;
    overflow:hidden;
    float:left;
    position:relative;
}
#homeTop .carousel .slides ul li .image{
    width:440px;
    float:left;
}
#homeTop .carousel .slides ul li .content{
    width:190px;
    float:left;
    background-color:#045492;
    padding:15px 15px 20px;
    height:225px;
    overflow:hidden;
    color:#fff;
}
#homeTop .carousel .slides ul li .content a {
    color: #fff;
}
#homeTop .carousel .slides ul li .content .title{
    display: block;
    font-size:20px;
    margin:0 0 10px;
}
#homeTop .carousel .slides ul li .content .readmore{
    color:#dacca0;
    text-transform:uppercase;
    font-weight:700;
}
#homeTop .carousel .slides ul li .content .readmore:before{
    display:inline-block;
    content:"";
    width:7px;
}
#homeTop .headlines {
    height:260px;
    width:220px;
    float:right;
}
#homeTop .headlines .heading{
    font-size:20px;
    height:32px;
    line-height:32px;
    padding:0 15px;
    background-color:#1a4c7d;
    color:#fff;
    font-weight:300;
}
#homeTop .headlines .heading .heavy{
    font-weight:700;
}
#homeTop .headlines .content{
    border:1px solid #bbb;
    border-top:none;
}
#homeTop .headlines .content ul{
    height:203px;
    overflow:hidden;
}
#homeTop .headlines .content li{
    font-weight:bold;
    padding:5px 15px;
    line-height:16px;
}
#homeTop .headlines .content li.even{
    background-color:#ececec;
}
#homeTop .headlines .content li a{
    color:#000;
}
#homeTop .headlines .content .readmore a{
    display:block;
    padding:5px 15px;
    text-transform:uppercase;
    font-weight:700;
}
#homeHighlights {
    clear:both;
    padding:10px 0 20px;
    background-color:#e6e6e6;
    overflow:hidden;
}
#homeHighlights .highlight {
    width:47%;
    float:left;
    overflow:hidden;
    padding:0 10px;
    margin:0;
}
#homeHighlights .highlight.left {
    border-right:1px solid #bbb;
}
#homeHighlights .highlight .image{
    float:left;
    width:140px;
    margin-right:10px;
}
#homeHighlights .highlight .image img{
    width:100%;
    height:auto;
}
#homeHighlights .highlight .info{
    float:left;
    width:300px;
}
#homeHighlights .highlight .info .title{
    color: #000;
    font-size:13px;
    font-weight:bold;
    margin:0 0 15px;
}
#homeHighlights .highlight .info .text{
    color: #000;
}
#homeHighlights .highlight .info .readmore{
    margin:15px 0 0;
}

#sitemap {
    border-top:1px solid #c0c0c0;
    padding:20px 15px;
    background-color:#888;
    overflow:hidden;

}
#sitemap a {
    color:#fff;
    display:inline-block;
    width:125px;
}
#sitemap .column {
    float:left;
    width:16%;
    margin-right:7px;
}
#sitemap .column6 {
    margin-right:0;
}
#sitemap .column .section{
    margin:0 0 15px;
}
#sitemap .column .section .title{
    text-transform:none;
    margin:0 0 5px;
    font-size:12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
#sitemap .column .section li{
    margin:0;
    clear:both;
    overflow:hidden;
}
#sitemap .column .accordion li{
    clear:both;
    overflow:hidden;
}

#sitemap .column .accordion ul li ul{
    display:none;
}
#sitemap .arrow{
  font-size: 13px;
  color:white;
  vertical-align:top;
  cursor:pointer;
}

#sitemap .inactive > .arrow{
    margin-right:-3px;
}
#sitemap .active > .arrow{
    margin-right: 0;
}
#sitemap .inactive > .arrow:before{
  content:"+";
}
#sitemap .active > .arrow:before{
  content:"-";
}
#sitemap .level3.arrow {
  font-size:6px;
  margin-top: 1px;
  margin-right:5px;
  padding-top:4px;
}
#sitemap .level3.arrow:before   {
  content:"\f111";
}
#sitemap .column .accordion ul.level2 li a{
    max-width:115px;
}
#sitemap .column .accordion ul.level3 li a{
    max-width:97px;
}
#UTLTPageDataRepeater1_add{
    clear: both;
}


#sitemap ul.practices > li > a, #sitemap ul.regions > li > a, #sitemap ul.industries > li > a {
    padding: 0 0 0 9px;
    text-indent: -9px;
}
#sitemap .inactive.lonely > a{
    padding:0 0 0 20px;
}
#sitemap ul.level2 > li{
    padding:2px 0 0 10px;
}
#sitemap ul.level3 > li {
    padding:2px 0 0 22px;
}
#sitemap ul.level3 > li > a{
    max-width:87px;
}

#sitemap ul.level3{
    padding:0;
}
#sitemap li > a {
    padding: 0 0 0 9px;
    text-indent: -9px;
}