@charset "UTF-8";
/*------------------------------------*\
	STYLE.CSS
\*------------------------------------*/

@charset "UTF-8";
/*------------------------------------*\
	STYLE.CSS
\*------------------------------------*/


html{
  font-family: "myriad-pro", Arial, Helvetica, san-serif;
  font-style: normal !important;
}

body{
  background: #fff url(../images/main-background.gif) repeat-x;
  margin: 0;
  padding-top: 40px;
  text-rendering: optimizeLegibility;
}

h1{
  color: #bb7d00;
  font-family: "adobe-garamond-pro", Arial, Helvetica, san-serif;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: -.03em;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 0;
  text-shadow: 0 0 0 #bb7d00;
}

    h1.article{
     font-size: 30px;
     padding-bottom: 0;
    }

h2{
  color: #bb7d00;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -.03em;
}

h3{
  color: #464a4c;
  font-size: 18px;
  letter-spacing: -.03em;
}

h4{
  color: #464a4c;
  font-size: 14px;
}

ul{
  padding-left: 0;
  padding-bottom: 6px;
  padding-top: 4px;
  margin: 0;
}

p, li, table{
  color: #464a4c;
  font-size: 13px;
}

li{
  background: url(../images/bullet.gif) no-repeat 0 6px;
  list-style-type: none;
  padding-left: 10px;
}

p{
  line-height: 22px;
  margin: 0;
  padding: 7px 0;
}

img{
  border: none;
}

a{ 
  color: #00378f;
}

a:hover{
  text-decoration: none;
}

a.gold{
 color: #BB7D00;
 text-decoration: none;
}

a.grey-link{
 color: #464A4C;
 text-decoration: none;
}

a.grey-link:hover{
 text-decoration: underline;
}

.clear{
  clear: both;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.img-left{
  float: left;
  padding-right: 22px;
  padding-bottom: 15px;
}

.img-right{
  float: right;
  padding-left: 22px;
  padding-bottom: 15px;
}

.img-border{
 padding: 4px;
 border: 1px solid #959595;
 box-shadow: 1px 1px 5px #959595;
 float:left;
 margin-right: 22px;
 margin-bottom: 15px;
}

.no-padding{
  padding: 0;
}

.no-leading{
  margin: 0;
}

.underline{
 text-decoration: underline;
}

.grey-btn{
  background: #B2B2B2 url(../images/grey-btn.gif) repeat-x top left;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  padding: 1px;
  text-transform: uppercase;
}

.grey-btn a{
  color: #464A4C;
  padding: 4px 15px;
}

.no-bullets{
  padding-left: 0;
  padding-bottom: 15px;
  margin: 0;
}

.no-bullets li{
  background: none !important;
  list-style-type: none;
  line-height: 15px !important;
  padding: 3px 0;
}

.no-bullets a{
  color: #888;
  font-size: 13px;
  text-decoration: none;
}

.no-bullets a:hover{
  text-decoration: underline;
}

.title{
  color: #bb7d00;
  font-size: 19px;
  font-family: "myriad-pro", Arial, Helvetica, san-serif;
  font-style: normal;
  font-weight: 600;
}

.gold-title{
  color: #bd7d00;
  font-family: "myriad-pro", Arial, Helvetica, san-serif; 
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.03em;
  padding: 7px 0;
}

.name{
  color: #9a6800;
  font-family: "adobe-garamond-pro", Arial, Helvetica, san-serif;
  font-size: 18px;
}

.small{
 font-size: 12px;
}

.awards td{
  border-top: 1px solid #BEBEBE;
}

.wrapper{
  background: #FFF;
  box-shadow: 0 0 10px #7F7E7E;
  clear: both;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 960px;
}

/* Header */

#header{
  margin: 0 auto;
  min-height: 108px;
  width: 960px;
}

.logo{
  float: left;
}

/*---- Navigation ----*/

/* Secondary Menu */

#secondary-navigation{
  margin-bottom: 5px;
}

#secondary-navigation ul{
  margin: 0;
  padding: 0;
}

#secondary-navigation li{
  background: none;
  font-size: 13px;
  line-height: 15px;
  list-style-type: none;
  padding: 3px 0;
} 

#secondary-navigation li a{
  color: #888888;
  text-decoration: none;
}

#secondary-navigation li a:hover{
  text-decoration: underline;
}

.currentPage{
 background: url("../images/double-arrow.gif") no-repeat scroll 0 4px transparent;
 color: #BB7D00 !important;
 font-weight: 600;
 padding-left: 14px;
}

#secondary-navigation li ul{
 padding-left: 15px;
}

/* Search */

#search{
  float: right;
  padding-top: 47px;
  width: 23%;
}

.searchText{
  padding-right: 25px;
  width: 170px;
}

.search{
  background: url(../images/search.png) no-repeat left center;
  border: none;
  box-shadow: none;
  margin-left:-26px;
  width: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.search{
  height: 15px;
}
}


/* Forms */
input, textarea{
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 3px #D9D9D9 inset;
  color: #888888;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 3px 5px 5px;
  width: 140px;
}

.formfield{
  float: right;
  padding-bottom: 5px;
}

.submit{
  background: #b2b2b2 url(../images/grey-btn.gif) repeat-x top left;
  border-radius: 5px;
  border: 1px solid #868787;
  color: #212121;
  cursor: pointer;
  float: right;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 4px 15px;
  text-transform: uppercase;
  width: auto !important;
}

.RequiredFieldIndicator, .RequiredFieldIndicatorSpan{
  color: #bc5d0e;
}

.RequiredFieldIndicatorSpan{position: absolute; left: -7px; top: 5px;}

.form td{position: relative;}

select, textarea{
  font-family: Arial, Helvetica, san-serif;
  width: 90%;
}

#left-sidebar .form{
 width: 100%;
}

.FormValidationSummaryCondensed{
 font-size: 14px;
 font-weight: bold;
}

    .FormValidationSummaryCondensed li{
      font-weight: normal;
     }

input.gsc-search-button {
    margin-left: 2px;
    padding: 0;
    width: 80px;
}


/* Slideshow*/


.interior #slideshow{
  clear: both;
}

#slide-container{
 min-height: 270px;
 position: relative;
 overflow: hidden;
}

.interior-simple #slide-container{
 min-height: 190px;
}

#slideshow p{
 padding: 0;
}

#slideshow {
    position: relative;
    width: 100%;
}

#slide{
   margin: 0;
   padding: 0;
   z-index:1;
}
  
#slide li{
    background: none;
    padding-left: 0;
}

.home-slide {
   height: 420px;
}
.home-slide #slide-container{
 height: 420px !important;
}

.controls{
    bottom: 10px;
    font-size: 1px;
    padding-left: 10px;
    position: absolute;
    text-align: center;
    z-index: 1000;
  }
  
  #nav{
    bottom: 10px;
    left: 30px;
    padding-left: 10px;
    position: absolute;
    text-align: center;
    z-index: 1000;
  }
  
  #nav span{
    background: url(../images/bullet.png) no-repeat scroll left top transparent;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 1px;
    padding: 8px;
  }
  .cycle-pager-active{
    background: url(../images/bullet.png) no-repeat scroll 0 -22px transparent !important;
  }
  #resumeButton, #pauseButton{
   cursor: pointer;
   display: inline-block;
   height: 11px;
   padding-right: 4px;
   width: 11px;
  }
  #resumeButton{
    background: url(../images/play.png) no-repeat left top;
  }
  #pauseButton{
    background: url(../images/pause.png) no-repeat left top;
  }
  
  .pause{
   opacity: .5;
  }
  
  .play{
   opacity: .5;
  }


/* Miscellaneous */

.portlet_topper {
  background: url(../images/portlet-bg.gif) repeat-x scroll left top transparent;
  margin-bottom: 5px;
  padding: 0;
}

.portlet_topper h4{
  margin: 0;
  padding: 1px 0;
}

.portlet_topper h4 a{
  background: url(../images/closed.png) no-repeat 5px 5px !important;
  font-size: 12px;
  margin: 0;
  padding: 3px 10px 4px 15px;
}

.arrow h4 a{
  background: url(../images/open.png) no-repeat 5px 5px !important;
}

.toggle{
  color: #05818c;
  font-weight: bold;
  text-decoration: none;
}

.portlet {
  clear: both;
  margin-top: 5px;
}
.portlet h3 {
  color: #005b93;
  font-size: 16px;
  margin: 0px;
}

.portlet_content p {
  line-height: 16px;
  margin: 0px;
  padding: 5px 0px 10px 0px;
}

.portlet_content {
  display: none;
  padding-left: 18px;
}

.toggle:hover {
  text-decoration: none;
}

#main-container{
  background: #FFF url(../images/main-container-bg.gif) repeat-y top left;
  margin: 7px auto 0;
  min-height: 300px;
  padding: 3px 3px 15px;
  position: relative;
}

#left-sidebar{
  float: left;
  padding: 10px 20px 5px 25px; 
  width: 22.40%;
}

    #left-sidebar .no-bullets li{
     padding: 2px 0;
    }

.bio #left-sidebar{
  padding-top: 0;
}

#left-sidebar input, #left-sidebar textarea{
  color: #464a4c;
  font-size: 12px;
  font-weight: 600px;
  margin-bottom: 8px;
  width: 95%;
}

#main-content{
  float: left;
  padding-left: 25px;
  padding-bottom: 30px;
  width: 69.27%;
}

#breadcrumbs{
  color: #707577;
  float: left;
  font-family: "myriad-pro", Arial, Helvetica, san-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 0 0 16px;
  width: 85%;
}

#breadcrumbs a{
  color: #707577;
  padding: 0 5px; 
  text-decoration: none;
}

#breadcrumbs a:hover{
  text-decoration: underline;
}

.Breadcrumb-NoLink{
  background: url(../images/double-arrow.gif) no-repeat 0 4px;
  color: #bb7d00; 
  margin-left: -4px;
  padding-left: 12px;
}

.utils{
  float: right;
  padding-right: 15px;
  text-align: right;
  width: 10%;
}

.utils img{
  padding-left: 5px;
}


/*------------------------------------*\
	$FOOTER
\*------------------------------------*/
.footer-bg{
  background: #2a3c4d url(../images/bg/footer.gif) repeat-x top left;
}

.footer{
  color: #5e5e5e;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 30px;
  width: 960px;
}

.footer a{
  color: #5e5e5e;
  padding: 0 2px;
  text-decoration: none;
}

.footer a:hover{
 text-decoration: underline;
}

.footer img{
  vertical-align: middle;
}

.footer .last{
  border-right: none;
  float: right !important;
  padding-left: 20px;
  text-align:right;
  width: 25% !important;
}

.footer .last a{
  padding: 0 0;
}

.footer .last img{
  padding-top: 4px;
  vertical-align: middle;
}

.footer p{
  color: #5e5e5e; 
  font-size: 13px;
  padding: 0;
}

.footer .box{
  float: left;
  width: 71%;
}

.copy{
  font-size: 13px;
  font-family: "myriad-pro", Arial, Helvetica, san-serif;
  font-style: normal;
}


/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs-hide{
  display: none !important;
}

.ui-tabs .ui-tabs-nav {
	min-height: 28px;
  margin: 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  background: none !important;
  border-bottom-width: 0;
  list-style: none;
  display: inline;
	line-height: 17px !important;
  font-family: "myriad-pro", Arial, Helvetica, san-serif;
  font-style: normal;
	margin: 1px .2em 0 0;
	position: relative;
	padding: 0;
  top: 0;
	white-space: nowrap; 
}

.ui-tabs .ui-tabs-nav li a {
  color: #3e4651;
  /*float: left;*/
	font-size: 14px;
  padding: 0.35em 0em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  color: #bb7d00;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 0;
	background: none;
}

.ui-tabs #last{
  border-right: none;
}

.case-studies .ui-tabs-nav li a{
  padding: 0 15px;
}


#tabs .ui-tabs-nav{
  position:relative;
  width:100%;
  border-bottom:1px solid #dedede;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 15%, #f2f2f2 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(99%,#f2f2f2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 15%,#f2f2f2 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 15%,#f2f2f2 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 15%,#f2f2f2 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 15%,#f2f2f2 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.ui-tabs-nav ul {
	margin: 0;
	padding: 0;
}

.ui-tabs-nav li a {
  outline: none;
  display: inline-block;
  color:#464a4c;
  text-decoration:none;
  font-size: 14px;
  padding: 5px 12px !important;
  position: relative;
  bottom: -1px;
}

.ui-tabs-nav li a:hover {
  color:#bb7d00;
}

#tabs .ui-state-active a {
  z-index:100;
  color:#bb7d00;
  border:1px solid #dedede;
  border-bottom:0;
  background:#fff;
}

.home{
  padding: 0 0 15px;
}

.home li a{
 bottom: 0 !important;
 padding: 0.35em 0 !important;
}

.home .ui-tabs-nav{
  border-top: 1px solid #BEBEBE;
  border-bottom: none !important;
  filter: none;
  min-height: 31px;
}

.home .first{
  border-left: none !important;
}

.home .ui-tabs-nav li{
  border-bottom: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
  float: left;
  line-height: normal !important;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
  width: 33.23%;
} 

.home .ui-tabs-nav li a{
  border-right: none !important;
  color: #969696;
  font-size: 16px !important;
  font-weight: 700;
  width: 100%;
}

.home .ui-state-active{
  border-bottom: none !important;
}

.home .ui-state-active a{
  background: #FFF !important;
  border-top: none !important;
  border-left: none !important;
}

.home .ui-tabs-panel{
  padding: 30px 25px;
}

.home .box{
  background: url("../images/box-divider.gif") no-repeat scroll 88% center;
  float: left;
  padding-left: 5px;
  padding-right: 25px;
  width: 23.5%;
}

.home .box .no-padding{
 line-height: 21px;
}

.home .last{
  background: none;
  padding-right: 0;
  width: 18%;
}

.home #our-attorneys{
  padding-bottom: 0;
}

    .home #our-attorneys p{
      line-height: normal;
      padding: 5px 0 !important;
    }

#our-attorneys .name{
  font-size: 15px;
}

#our-attorneys td{
  vertical-align: top;
  width: 17%;
}


/* Attorneys */

#our-attorneys p{
  padding: 2px 0;
}

#our-attorneys .box{
  background: url(../images/box-long-divider.gif) no-repeat right top;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.7%;
}

#our-attorneys table{
 margin: 0 auto;
}

.table-list{
 height: 490px; 
 width: 919px;
}

.table-divider{
 background: url(../images/box-long-divider.gif) no-repeat center top;
 width: 30px !important;
}

#attorneys div {
  color: #676c6f;
  -webkit-font-smoothing:antialiased;
}

.grey{
  background: #EEEEEE;
}

#attorneys span{
  display: inline-block;
  font-size: 12px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-top: 18px;
  width: 130px;
}

#results span{
  display: inline-block;
  font-size: 12px;
  padding: 10px 10px 10px 15px;
  position: relative;
  vertical-align: middle;
  width: 475px;
}

.amount{
 width: 118px !important;
}

#attorneys span:first-child, #results span:first-child{
  font-weight: bold;
}

#attorneys span img {
  left: 17px;
  position: relative;
  vertical-align: middle;
}

#attorneys div:nth-child(odd), #results div:nth-child(odd){
  background: #eee
}

#attorneys div.head {
  background: #EEEEEE;
  color: #c58400;
  font-weight: bold;
  font-size: 13px;
  height: 36px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#attorneys a {
  color: #bb7d00;
}

#attorneys .group:after {
  content: "";
  clear: both;
  display: table;
}

#attorneys .last{
  width: 40px;
}

#attorneys .attorney-title{
 vertical-align: middle;
}

#about .title{
 padding-bottom: 0;
}

.letters{
 font-weight: 600;
 font-size: 12px;
}
.letters a{
 color: #BB7D00;
 padding: 0 3px;
}

.no-link{
 padding: 0 2px;
}

/* Bios */

.phone{
  background: url(../images/bio/phone.gif) no-repeat left center;
  padding: 0 5px 0 26px;
}

.cel{
  background: url(../images/bio/cel.gif) no-repeat left center;
  padding: 0 5px 0 26px;
}

.fax{
  background: url(../images/bio/fax.gif) no-repeat left center;
  padding: 0 5px 0 26px;
}

.mail{
  background: url(../images/bio/envelope.gif) no-repeat left center;
  padding: 0 5px 0 26px;
}

.phone, .cel, .fax, .mail {
font-size: 13px;
color: #888;
}

#main-content li {
background: url(../images/bullet.gif) no-repeat 0 8px;
line-height: 23px;
}

.typekit-badge{
 display: none !important;
}

.ArticleAbstract{
 color: #888888;
 font-size: 12px;
 padding-bottom: 5px;
 padding-top: 5px;
}

.ArticleAbstract a{
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
}

.ArticleAbstract a:hover{
 text-decoration: underline;
}

.ArticleDate{
 display: none;
}


/* Thickbox */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	float:right;
	padding-left:30px;
}

#TB_window a:link {color: #888888;}
#TB_window a:visited {color: #888888;}
#TB_window a:hover {color: #FFFFFF;}
#TB_window a:active {color: #888888;}
#TB_window a:focus{color: #888888;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background:#1B1B1B url(images/ftr1_tile.gif) repeat-x scroll 0 bottom;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	font-weight: bold;
	color: #FFFFFF;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:9px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	color:#555555;
  float:right;
  font-size:90%;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background:#1B1B1B none no-repeat scroll -254px 0;
	height:30px;
	color: #CCCCCC;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	text-align:center;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* Style added for Before & After */

#TB_prev{
    float:right;
     
}

.noshow{
    display:none;
}

#TB_secondLine img {
    border:medium none;
    padding:2px;
}

#TB_secondLine{ 
    *margin-top:-20px; 
 }      
 
/* Styles for FAQs */
.Faqs .ArticleAbstract{
    border-top: 1px solid #bebebe;
    margin: 2%;
    clear: both;
}
.Faqs .ArticleAbstract .img-left {
    box-sizing: border-box;
    height: auto;
    margin: 1% 5% 2% 0;
    padding: 0;
    width: 34%;
}
.Faqs .ArticleLink {
    color: #bb7d00 !important;
    display: block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.03em;
    padding-top: 27px !important;
    text-decoration: none !important;
}




