/* Minification failed. Returning unminified contents.
(415,14388): run-time error CSS1034: 
(415,14388): run-time error CSS1034: 
(415,14595): run-time error CSS1034: 
(415,14595): run-time error CSS1034: 
 */
.ac_results {
	padding: 0px;
	border: 1px solid #676767;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
    -moz-box-shadow: 3px 3px 0px #ccc;
    -webkit-box-shadow: 3px 3px 0px #ccc;
    box-shadow: 3px 3px 0px #ccc;
    width:350px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li 
{
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	cursor:pointer;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #EAF8FC;
}

.ac_over {
	background-color: #BBE5EA;
	color: #333;
	cursor:pointer;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
    padding: 0px;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 625px!important;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
    background: url('/js/sendtocolleague/fancybox/fancy_close.png') no-repeat scroll left top transparent;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 30px;
    z-index: 1103;
}

#fancybox-close:hover {	background: transparent url('/js/sendtocolleague/fancybox/fancy_close.png') left top no-repeat;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/sendtocolleague/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/sendtocolleague/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/sendtocolleague/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/sendtocolleague/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/sendtocolleague/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/sendtocolleague/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/sendtocolleague/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/sendtocolleague/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/sendtocolleague/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/sendtocolleague/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lexology.com/js/sendtocolleague/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
#STCFeature .ui-tabs{font-size:12px;width:531px;background:#f9f9f9;position:relative;padding:15px 3px 5px 3px;zoom:1;-moz-box-shadow:3px 3px 0 #ccc;-webkit-box-shadow:3px 3px 0 #ccc;box-shadow:3px 3px 0 #ccc;border:1px solid #676767;}.ui-tabs .ui-tabs-nav li{left:20px;}#STCFeature .ui-tabs .ui-tabs-panel{background:none repeat scroll 0 0 transparent;border-width:0;display:block;max-height:270px;height:auto !important;height:270px;overflow:auto;padding:1em 1.4em;position:relative;}#STCFeature table{table-layout:auto;}#STCFeature ul.ui-tabs-nav{background:#f9f9f9;border:0;}#STCFeature #Stabs ul li.ui-state-active{border:1px solid #9a9a9a;background:#fff;font-weight:bold;position:relative;z-index:1000;}#STCFeature .alert{margin-bottom:15px;}#STCFeature #Stabs ul li.ui-state-active a{color:#262926;}#STCFeature #Stabs ul li.ui-state-default{border:1px solid #9a9a9a;}#STCFeature img,#STCFeature button,#STCFeature input[type=submit]{border:0 none;}#STCFeature button,#STCFeature input[type=submit]{cursor:pointer;}#STCFeature table,td{border-collapse:collapse;border-spacing:0;border-width:0;}#STCFeature ul li{list-style-type:none;}#STCFeatureabbr,#STCFeature acronym,#STCFeature fieldset,#STCFeature img{border:0;}#STCFeature * a{outline:none !important;}.addToGroup a:link,.addToGroup a:visited{color:#34a1b8;}#STCFeature h1,#STCFeature h2,#STCFeature h3,#STCFeature h4,#STCFeature h5,#STCFeature h6{color:#333;margin:.2em 0 .8em 0;}#STCFeature h1{font-size:24px;padding-bottom:0;margin-bottom:0;font-weight:normal;}#STCFeature h2{font-size:16px;font-weight:bold;}#STCFeature h3{font-size:13px;color:#aea400;font-weight:bold;}#STCFeature h4{font-size:12em;font-weight:bold;}#STCFeature h5,#STCFeature h6{font-size:1em;}#STCFeature .recipientsBox{float:right;background-color:#efefef;border-radius:6px;border:1px solid #bdbdbd;overflow:scroll;overflow-x:hidden;overflow-y:auto;max-height:76px;min-height:24px;height:auto !important;height:24px;width:92%;margin-bottom:15px;}#STCFeature input#recipientsTextBox{padding-left:3px;margin:0;border:0;float:left;height:18px;}#STCFeature label{font-size:.8em;display:inline-block;margin:0;line-height:22px;}#STCFeature li.bit-box li.bit-box-group a:link a:visited a:hover a:active{text-decoration:none;color:#000;}#STCFeature a.boxText{margin-right:7px;margin-left:5px;text-decoration:none;color:#444 !important;font-size:12px;float:left;cursor:text;}#STCFeature a.boxText:hover{text-decoration:none !important;}#STCFeature .holder{padding-left:3px;margin-top:0;margin-bottom:3px;}#STCFeature .holder li.bit-box{float:left;margin:0 0 3px 3px;display:inline-block;background:none repeat scroll 0 0 #c8ebf0;border:1px solid #9edade;height:16px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;}#STCFeature .holder li.bit-box-group{font-weight:bold;float:left;margin:0 0 3px 3px;display:inline-block;border:1px solid #9edade;height:16px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;border-radius:3px;background:#c8ebf0;}#STCFeature .holder li.bit-box-group a.boxText{background:url("/Images/sendtocolleague/group-icon2.gif") 0 4px no-repeat;padding-left:13px;cursor:text;}#STCFeature .bit-box-hover{float:left;background:#9edade !important;border:1px solid #46bad5 !important;}#STCFeature .closebutton{background:url("/Images/sendtocolleague/close2.gif") repeat scroll 0 0 transparent;float:left;font-size:1px;height:8px;width:8px;margin:4px 3px 0 0;}#STCFeature .bit-box-hover a.closebutton{background:url("/Images/sendtocolleague/close2-hover.gif") repeat scroll 0 0 transparent;}#STCFeature .commentTextBox{height:150px;width:100%;border:1px solid #bdbdbd;resize:none;overflow:auto;color:#333;padding:5px 0 0 7px;margin-bottom:5px;}#STCFeature input,#STCFeature textarea{font-family:Arial,Verdana;font-size:13px;line-height:1.3em;}#STCFeature .saveSettingsContainer{margin-top:10px;margin-bottom:25px;}#STCFeature .sendButton,#STCFeature #saveNamesButton,#STCFeature .cancelButton,#STCFeature #cancelSaveNames,#STCFeature .cancelGrpEmailButton{width:70px !important;height:25px !important;color:#fff;border-radius:6px;float:left;width:56px;margin-right:6px;background:#b2ad0b;height:22px;padding:2px 0 3px 0;}#STCFeature .sendButton:hover,#STCFeature #saveNamesButton:hover,#STCFeature .cancelButton:hover,#STCFeature #cancelSaveNames:hover,#STCFeature .cancelGrpEmailButton:hover{color:#fff;border-radius:6px;float:left;width:56px;margin-right:6px;background:#797600;height:22px;padding:2px 0 3px 0;}#STCFeature button.addGrpEmailButton,#STCFeature button.newGrpButton{background:url("/Images/sendtocolleague/add-bg.png") left top no-repeat;padding:2px 0 4px 0;height:22px;width:41px;margin-right:5px;}#STCFeature button.newGrpButton{float:left;margin-left:5px;}#STCFeature input.saveHistoryChkBox,#STCFeature input[type="checkbox"]{float:left;margin-right:4px;}#STCFeature #errorDisplay{display:none;color:#df1500;}#STCFeature #errorDisplay ul li{background:url('/Images/sendtocolleague/error-icon.png') left center no-repeat;padding-left:15px;font-weight:bold;margin-bottom:7px;font-size:12px;color:#bf1200;}#STCFeature #emailConfirmation{margin-top:10px;padding-bottom:10px;display:none;}#STCFeature #SendToColleague{margin:0;}#STCFeature button.toButton{color:#fff;height:26px;width:36px;float:left;margin-right:6px;background:url('/Images/sendtocolleague/to-button2.png') left top no-repeat;padding-left:0;padding-right:9px;}#STCFeature button.toButton:hover{background-position:left bottom;}#STCFeature a.deleteMostRecentEmail,#STCFeature a.deleteHistoryEmail,#STCFeature a.deleteFrmGroup{background:url('/Images/sendtocolleague/delete-icon.gif') left top no-repeat;float:right;width:13px;height:13px;font-size:0;text-indent:-3000px;display:block;}#STCFeature a.deleteMostRecentEmail:hover,#STCFeature a.deleteHistoryEmail:hover,#STCFeature a.deleteFrmGroup:hover{background-position:left bottom;}#STCFeature #mostRecentTable{width:100%;margin-top:5px;}#STCFeature #emailHistoryTable{width:100%;margin-top:5px;}#STCFeature #emailgroups table{margin-top:5px;width:100%;border-top:1px solid #dfdfdf;}#STCFeature #emailgroups table tr{border:0;background:#f5f5f5;}#STCFeature table.emailGroupsTable th{text-align:left;padding:4px;}#STCFeature #Stabs table.emailGroupsTable td{padding:3px 7px 3px 9px;background:#f5f5f5;color:#444;border:0;}#STCFeature #Stabs table.emailGroupsTable td div.linksContainer{border-top:8px solid #f5f5f5;padding:8px;background:#fff;}div#emailgroups{margin-top:10px;}#STCFeature #Stabs table.emailGroupsTable{background:#f5f5f5;padding-bottom:6px;}#STCFeature table td{border-top:1px solid #dfdfdf;}#STCFeature table tr.activeRow{background-color:#f5f5f5 !important;}#STCFeature table tr.tableHeading{background-color:#fff !important;}#STCFeature #addGroup{display:none;}#STCFeature #addGroup span{font-weight:bold;margin:0 6px 0 5px;}#STCFeature .newEmail{display:none;}#STCFeature .newEmail span{margin-top:4px;padding:3px 3px 0 0;float:left;}#STCFeature .newEmailButtons{margin-top:10px;margin-bottom:5px;float:left;}#STCFeature #Stabs table td,#STCFeature #Stabs table th{padding:4px;}#STCFeature #Stab-1,#STCFeature #Stab-2,#STCFeature #Stab-3{z-index:100 !important;background:#fff;border:1px solid #9a9a9a;margin:0 10px 10px 10px;-moz-border-radius:2px;-webkit-border-radius:2px;-o-border-radius:2px;border-radius:2px;}#STCFeature .ui-widget-content a.closeLink{display:block;float:right;margin-top:7px;margin-right:14px;color:#34a1b8;position:relative;top:-10px;text-decoration:underline;}#STCFeature .ui-widget-content a.closeLink:hover{text-decoration:none !important;}#STCFeature a.addToGroup{background:url('/Images/sendtocolleague/addIcon.gif') left center no-repeat;margin-right:10px;color:#34a1b8;padding-left:12px;}#STCFeature a.delGroup{background:url('/Images/sendtocolleague/deleteGroupIcon2.gif') left center no-repeat;padding-left:12px;color:#34a1b8;}div#errMsg{padding-bottom:5px;}#STCFeature .newEmail input,#STCFeature #addGroup input{border:1px solid #bdbdbd !important;padding:3px;color:#6f6f6f;width:160px;margin-right:2px;}#STCFeature #addGroup input{width:200px;float:left;}#STCFeature table tr.tableHeading span{color:#939393;}#STCFeature div#Stabs table td.emailAddress{padding-left:2px;}#addGroupWrapper{clear:both;float:left;width:100%;}#STCFeature #addGroupWrapper a#addGroupButton{float:left;background:url('/Images/sendtocolleague/addIcon.gif') left center no-repeat;color:#34a1b8;padding-left:12px;margin-top:5px;font-weight:bold;font-size:13px;}#STCFeature div#addGroup{float:left;margin-left:10px;}#STCFeature #addRecipientName{display:none;}#STCFeature #namingTable{width:80%;}#STCFeature #namingTable th{border:0;}#STCFeature #namingTable th p{padding:3px 0 3px 7px;margin-bottom:10px;background:#f5f5f5;}#STCFeature #namingTable td{padding:2px 0 2px 7px;font-size:12px;color:#3e3d3f;border:0;}#STCFeature #namingTable input.recipientName{padding:2px;border:1px solid #bdbdbd;}#STCFeature table#namingTable tr{border:0;}#STCFeature #namingTableContainer{max-height:237px;overflow:auto;}#STCFeature #helpContainer{display:none;overflow:auto;height:519px;}#STCFeature #helpContainer p,#STCFeature #helpContainer ol,#STCFeature #whatsThisContainer p{padding:0 5px 0 5px;line-height:150%;}#STCFeature #helpContainer h1,#STCFeature #whatsThisContainer h1{border-bottom:1px solid #000;margin:5px 0 10px 0;}#STCFeature #helpContainer ol,#STCFeature #helpContainer li{list-style:decimal outside !important;}#STCFeature #helpContainer ol{margin-left:40px;}#STCFeature .helpLink{color:#34a1b8;}#STCFeature #whatsThisContainer h1{border-bottom:1px solid #000;}.ui-tabs{position:relative;padding:.2em;-ms-zoom:1;zoom:1;}.ui-tabs .ui-tabs-nav{margin:0;padding:0;}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0 !important;padding:0;white-space:nowrap;}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text;}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}.ui-tabs .ui-tabs-hide{display:none !important;}.ui-tabs,.ui-accordion .ui-accordion-content{padding:0;}.hide,.printonly,#testimonial .showonhover,#testimonial .hideonhover{display:none;}.l,#navlinks div,#accountDetails #personalDetails p,.subheader .login .emailpair,.subheader .login .passwordpair,.subheader .login .buttonpair,.contentheader .stickleft,.searchbar div.q,.searchbar div.j,.searchbar div.w,.searchbar div.f,.searchbar div.s,.searchbar div.r{float:left;}.lex-header div a,#article-authorphotos img,.authorImageList li a img{display:block;}ol.popular li p,.nomar,.subheader .login p,#article-list *{margin:0;}.r,#accountDetails #personalDetails ul,#article-detail .ct_logo,.contentfooter .stickright,.contentheader .stickright{float:right;}.ui-widget{font-size:inherit;}.ui-tabs .ui-tabs-panel{border-top:1px solid #b4b4b4;margin-top:5px;padding-right:0;padding-left:0;}.ui-tabs .ui-tabs-nav li{margin-right:.4em;}.ui-tabs .ui-tabs-nav li a{padding:.3em .6em;text-decoration:none !important;}.ui-tabs-panel{float:left;width:500px;}.ui-helper-hidden{display:none;}
.divider-dark{border-right:1px solid #666;color:rgba(0,0,0,.3);}.divider{border-right:1px solid #ccc;}.border{border:1px solid #ccc;}.border-bottom{border-bottom:1px solid #ccc;}.border-top{border-top:1px solid #ccc;}.border-light{border:1px solid #ccc;}.border-bottom-light{border-bottom:1px solid #dfdfdf;}.border-top-light{border-top:1px solid #dfdfdf;}.border-bottom-dark{border-bottom:1px solid #d2d2d2;}.border-top-dark{border-top:1px solid #d2d2d2;}.box-shadow{-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.14);-moz-box-shadow:0 3px 5px 0 rgba(0,0,0,.14);box-shadow:0 3px 5px 0 rgba(0,0,0,.14);}.no-border{border:0!important;}hr{margin:12px 0;border:0;border-bottom:1px solid #dfdfdf;}.hidden-text{text-indent:-9999px;white-space:nowrap;overflow:hidden;}input[type=text]::-ms-clear{display:none;width:0;height:0;}input[type=text]::-ms-reveal{display:none;width:0;height:0;}#saveDialog .modal-body #filterName{width:99%;}#saveDialog .modal-footer #modal-save{border:none;background:#39a3bb;border-radius:6px;padding:7px 10px;color:#fff;font-size:15px;width:100px;margin-right:10px;}#saveDialog .modal-footer #modal-close{border:none;background:#ccc;border-radius:6px;padding:7px 10px;color:#000;font-size:15px;width:100px;margin-right:10px;}div.popover{background-color:#f6f6f6;border:1px solid #d2d2d2;border-radius:0 !important;}div.popover .popover-content{margin:0;padding:23px;}.visible-lg-block-lex,.visible-md-block-lex,.visible-sm-block-lex,.visible-xs-block-lex{display:none;}@media screen and (min-width:1200px){.hidden-lg-lex{display:none;}.visible-lg-block-lex{display:inline;}}@media screen and (min-width:992px) and (max-width:1199px){.hidden-md-lex{display:none;}.visible-md-block-lex{display:inline;}}@media screen and (min-width:768px) and (max-width:991px){.hidden-sm-lex{display:none;}.visible-sm-block-lex{display:inline;}}@media screen and (max-width:767px){.hidden-xs-lex{display:none;}.visible-xs-block-lex{display:inline;}}.lex-scrollbar::-webkit-scrollbar{width:8px;height:8px;background-color:#fff;}.lex-scrollbar::-webkit-scrollbar-thumb{background-color:#99c8c8;border-radius:3px;}.lex-primary-btn{border-radius:6px;font-family:Roboto,Arial;border:1px solid #aeaeae;text-align:center;padding-top:9px;padding-bottom:9px;display:inline-block;text-decoration:none;font-size:14px;font-weight:bold;line-height:16px;cursor:pointer;background-color:#ce4746;color:#fff;}.lex-primary-btn:hover{background-color:#8f221d;}.lex-primary-btn:hover,.lex-primary-btn:focus,.lex-primary-btn:active{color:#ddbdbb;text-decoration:none !important;}.lex-primary-btn.disabled,.lex-primary-btn[disabled]{cursor:default;background-color:#d2d2d2;color:#fff;}.lex-pagination{text-align:center;}.lex-pagination>a,.lex-pagination>span{text-decoration:none !important;border:1px solid #d2d2d2;border-radius:6px;height:36px;padding:9px 15px;font-size:15px;display:inline-block;}.lex-pagination>a.disabled,.lex-pagination>span.disabled{border:1px solid #e3ebed;color:#e3ebed;}.lex-pagination>a{color:#266671;font-weight:bold;}.lex-pagination>a:hover{background-color:#e3ebed;}.lex-pagination>span{color:#6b6b6b;}.lex-pagination>span.disabled{border:1px solid #e3ebed;color:#e3ebed;}.lex-gutter-right{padding-right:30px !important;}.lex-gutter-left{padding-left:30px !important;}section.small-content{padding:30px 20%;background-color:#eaf4f4;text-align:center;}section.small-content h2{color:#393939;font-size:17px;font-weight:bold;margin-top:0;}section.small-content p{font-weight:300;font-size:19px;margin-bottom:30px;}section.small-content .lex-primary-btn{display:inline-block;padding-left:30px;padding-right:30px;}.pageNavButton{border:1px solid #d2d2d2;border-radius:6px;background-color:#fff;display:inline-block;padding:7px 15px;color:#6b6b6b;font-size:18px;font-weight:bolder;line-height:18px;cursor:pointer;}.polygonBox{background:url("../../../images/redesign_2018/Polygons-left.png") left bottom no-repeat,url("../../../images/redesign_2018/Polygons-right.png") right top no-repeat;background-color:#eaf4f4;}.polygon-rightOnly{background:url("../../../images/redesign_2018/Polygones-blog.png") right top no-repeat;background-color:#f6f6f6;}.polygonBoxTestimonial{background:url("../../../images/redesign_2018/Polygones-testim-left.png") left top no-repeat,url("../../../images/redesign_2018/Polygones-testim-right.png") right top no-repeat;background-color:#eaf4f4;}.lex-tab{border:1px solid #d2d2d2;background-color:#eaf4f4;font-size:14px;font-weight:500;line-height:16px;color:#266671;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-box-align:center;justify-content:center;border-radius:6px;}.lex-tab.active,.lex-tab:hover,.lex-tab:active{background-color:#266671;color:#fff;box-shadow:0 18px 30px -15px rgba(0,0,0,.1);}.shadow-bar{border-bottom:1px solid #d2d2d2;box-shadow:0 -4px 17px 1px #d2d2d2;}.headline{color:#393939;font-family:Roboto;font-size:20px;font-weight:300;line-height:24px;}.input-box{width:70%;display:inline-block;background-color:#f8fafa !important;height:40px;vertical-align:middle;margin-top:12px;box-shadow:inset 0 2px 2px #e5e5e5;}.ctrl button{padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}.ctrl .prev,.ctrl .previous,.ctrl .next{color:#2c717f;font-size:12px;margin-bottom:10px;display:inline-block;vertical-align:baseline;}.ctrl .previous{color:#d2d2d2;}.ctrl .carousel-dots{padding:0;display:inline-flex;}.ctrl .carousel-dots li{margin:0 5px;list-style:none;}.ctrl .carousel-dots li button{width:13px;height:13px;background-color:#99c8c8;border-radius:50%;border:none;font-size:0;cursor:pointer;color:transparent;line-height:0;outline:none;vertical-align:middle;}.ctrl .carousel-dots li .active{background-color:#d2d2d2;}.ctrl .count-summary{color:#737373;font-family:Roboto;font-size:13px;font-style:italic;line-height:15px;width:150px;margin-left:-150px;float:right;}.colorbar{box-sizing:border-box;width:100%;position:relative;top:1px;}.pre-text-chevron{float:left;color:#afc7c6;font-size:9px;}.letterModule .letter-row .letter{display:inline-block;cursor:pointer;color:#2b7878;font-family:Roboto;font-size:12px;font-weight:500;line-height:14px;text-align:center;border:1px solid #d2d2d2;border-radius:2px;padding:2px 6px;}.letterModule .letter-row .letter.active,.letterModule .letter-row .letter:hover{border:1px solid #2b7878;background-color:#2b7878;color:#fff;}.letterModule-popout .letter-row .letter{display:inline-block;cursor:pointer;color:#2b7878;font-family:Roboto;font-size:12px;font-weight:500;line-height:14px;text-align:center;border:1px solid #d2d2d2;border-radius:6px;padding:10px 0;width:35px;background-color:#fff;margin:1px;}.letterModule-popout .letter-row .letter.active,.letterModule-popout .letter-row .letter:hover{border:1px solid #2b7878;background-color:#2b7878;color:#fff;}.lex-tag{border:1px solid #d2d2d2;background-color:#fff;color:#266671;padding:2px 8px;display:inline-block;font-size:13px;border-radius:6px;margin:0 6px 10px 0;text-decoration:none;}.lex-tag:hover{background-color:#e3ebed;}.lex-secondary-btn{border-radius:6px;font-family:Roboto,Arial;border:1px solid #aeaeae;text-align:center;padding-top:9px;padding-bottom:9px;display:inline-block;text-decoration:none;font-size:14px;font-weight:bold;line-height:16px;cursor:pointer;background-color:#fff;color:#ce4746;}.lex-secondary-btn.no-bg{background-color:transparent;}.lex-secondary-btn:hover,.lex-secondary-btn:focus,.lex-secondary-btn:active{color:#8f221d;text-decoration:none !important;}.lex-secondary-btn.disabled,.lex-secondary-btn[disabled]{cursor:default;background-color:#d2d2d2;color:#fff;}.common-bar{box-sizing:border-box;width:100%;position:relative;top:1px;height:4px;}.common-bar.red{background-color:#ef4644;}.common-bar.purple{background-color:#643a96;}.common-bar.aqua{background-color:#266671;}.common-bar.orange{background-color:#f66c24;}.common-baselink{background-color:#ce4746;color:#fff !important;display:block;border-radius:6px;padding:9px;text-decoration:none;font-family:Roboto;font-size:14px;font-weight:500;text-align:center;border:1px solid #aeaeae;line-height:16px;}.common-invertedBaseLink{background-color:#fff;color:#cb2b2a;display:block;border-radius:6px;padding:9px;text-decoration:none;font-family:Roboto;font-size:14px;font-weight:500;text-align:center;border:1px solid #cb2b2a;line-height:16px;}.common-baselink:hover{filter:brightness(85%);}.transparentBaseLink{color:#cb2b2a;display:block;border-radius:6px;padding:9px;text-decoration:none;border:1px solid #cb2b2a;font-family:Roboto;font-size:16px;line-height:16px;font-weight:bold;}.common-nickel-widget{background-color:#eaf4f4;text-align:center;padding:50px 40px;margin:0 10px;}.common-nickel-widget h1{color:#000;font-family:Roboto;font-size:26px;line-height:10px;font-weight:300;white-space:nowrap;}.common-nickel-widget h2{color:#2b717c;font-family:Roboto;font-size:26px;line-height:29px;padding-bottom:40px;}.common-nickel-widget p{color:#000;font-family:Roboto;font-size:15px;line-height:18px;padding-top:20px;}.common-nickel-widget a{width:50%;margin:auto;}.common-tab-header{padding-top:30px;white-space:nowrap;top:11px;position:relative;z-index:3;width:100%;padding-top:0;}.common-tab-header ul .active{background-color:#fff !important;}.common-tab-header ul .active a{color:#266671 !important;}.common-tab-header ul li{display:inline-block;border:1px solid #d2d2d2;background-color:#266671;box-shadow:0 2px 4px 0 rgba(0,0,0,0);border-radius:15px 15px 0 0;border-bottom:0;margin-right:7px;}.common-tab-header ul li a{color:#fff !important;font-family:Roboto;font-size:14px;font-weight:500;line-height:16px;text-align:center;padding:15px 70px;}.common-tab-header ul{padding-left:0;padding-right:0;}.common-tab-header ul li{background-color:#eaf4f4;border-top-left-radius:6px;border-top-right-radius:6px;margin-right:10px;border-bottom:1px solid #d2d2d2;}.common-tab-header ul li a{color:#266671 !important;width:24%;text-align:center;white-space:nowrap;line-height:50px;}.common-tab-header ul li a .count{color:#9b9b9b;font-family:Roboto;font-size:14px;line-height:16px;text-align:center;}.common-tab-header ul .active{border-bottom:1px solid #fff;}.common-tab-header ul li:last-child{margin-left:5px;margin-right:0;}.common-slide-checkbox{width:29px;height:18px;margin:3px 0;position:relative;display:inline-block;cursor:pointer;}.common-slide-checkbox input[type=checkbox]{visibility:hidden;}.common-slide-checkbox div{width:100%;height:100%;background:#fff;border-radius:50px;position:relative;top:-23px;border:1px solid #e5e5e5;}.common-slide-checkbox label{display:block;height:16px;width:17px;border-radius:50px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;cursor:pointer;position:absolute;top:-1px;left:1px;z-index:1;background:#fff;box-sizing:border-box;border:1px solid #e6e6e6;}.common-slide-checkbox input[type=checkbox]:checked~div{background-color:#53b7ed;}.common-slide-checkbox input[type=checkbox]:checked~label{left:12px;border:1px solid rgba(0,0,0,.1);}.lex-checkbox span{width:100%;display:inline-block;}.lex-checkbox input[type="radio"]:empty,.lex-checkbox input[type="checkbox"]:empty{display:none;}.lex-checkbox input[type="radio"]:empty~span,.lex-checkbox input[type="checkbox"]:empty~span{position:relative;text-indent:25px;cursor:pointer;user-select:none;font-weight:500;}.lex-checkbox input[type="radio"]:empty~span:before,.lex-checkbox input[type="checkbox"]:empty~span:before{position:absolute;display:block;top:0;bottom:0;left:0;content:'';width:17px;height:17px;border-radius:4px;border:1px solid #d2d2d2;background:#f8fafa;color:#fff;}.lex-checkbox input[type="radio"]:checked~span:before,.lex-checkbox input[type="checkbox"]:checked~span:before{font-family:'Font Awesome 5 Pro';content:"";text-indent:3px;line-height:16px;color:#fff;background-color:#53b7ed;font-size:10px;}.lexology-modal .modal-content{padding:30px 40px;}.lexology-modal .modal-content .modal-header{border:none;padding:0;}.lexology-modal .modal-content .modal-header .icon{font-size:45px;display:inline-block;float:none;top:5px;vertical-align:top;position:relative;margin:0 25px 10px 0;}.lexology-modal .modal-content .modal-header .icon.fa-exclamation-triangle{top:7px;}.lexology-modal .modal-content .modal-header .text{display:inline-block;}.lexology-modal .modal-content .modal-header .text h4{font-size:31px;font-weight:300;padding:0;margin:0;}.lexology-modal .modal-content .modal-header .text h5{font-size:22px;font-weight:300;padding:0;margin:0;}.lexology-modal .modal-content .modal-header .close{color:#266671;opacity:1;position:absolute;top:20px;right:20px;}.lexology-modal .modal-content .modal-body{padding:20px 0;zoom:1;}.lexology-modal .modal-content .modal-body::after{display:block;content:"";clear:both;}.lexology-modal .modal-content .modal-body:before,.lexology-modal .modal-content .modal-body:after{content:"";display:table;}.lexology-modal .modal-content .modal-body:after{clear:both;}.lexology-modal .modal-content .modal-body a{color:#cb2b2a !important;}.lexology-modal .modal-content .modal-footer{border:none;padding:0;}.lexology-modal .modal-content .modal-footer .btn.footer-close{float:left;padding:8px 20px;}.lexology-modal.error .modal-content{background-color:#f9f2f2;}.lexology-modal.error .modal-content .modal-header h4,.lexology-modal.error .modal-content .modal-header h5,.lexology-modal.error .modal-content .modal-header .icon{color:#8f221d;}.lexology-modal.info .modal-content{background-color:#fffaf2;}.lexology-modal.info .modal-content .modal-header h4,.lexology-modal.info .modal-content .modal-header h5,.lexology-modal.info .modal-content .modal-header .icon{color:#a16608;}.lexology-modal.image{z-index:99999;}.lexology-modal.image .modal-dialog{max-width:1200px;width:auto;}.lexology-modal.image .modal-dialog .modal-body{text-align:center;}.lexology-modal.image .modal-dialog .modal-body img{width:100%;height:100%;max-width:max-content;max-height:max-content;}@media screen and (max-width:1093px){.common-tab-header ul li{width:23%;}::-webkit-scrollbar{display:none;}}@media only screen and (max-width:992px){.common-nickel-widget{padding:30px 20px;}.common-tab-header ul li{width:23%;text-align:center;}.common-tab-header ul li a{padding:15px 0;}}@media screen and (max-width:screen and (max-width:991px)){.common-tab-header ul li{width:22%;}.common-tab-header ul li a{font-size:12px;padding:15px 10px;}.common-tab-header ul li a .count{font-size:12px;}}@media screen and (max-width:screen and (max-width:568px)){.common-tab-header{white-space:nowrap;}.common-tab-header ul{overflow-x:scroll;overflow-x:-moz-hidden-unscrollable;-ms-overflow-style:none;}.common-tab-header ul li{margin-left:3px;margin-right:3px;width:40%;}.common-tab-header ul li a{font-size:11px;padding:15px 8px;}}.awardBadge{float:right;margin-left:20px;}.awardBadge.contributor h2{color:#9e002d;}.awardBadge.author h2{color:#366b47;}.awardBadge img{float:right;width:32px;height:40px;margin:10px 0 0 12px;}.awardBadge .awardBadgeTitle{float:right;}.awardBadge .awardBadgeTitle h2,.awardBadge .awardBadgeTitle h3{text-align:right;font-family:'Roboto',Arial,sans-serif;background:transparent;margin-bottom:0;}.awardBadge .awardBadgeTitle h2{font-size:22px;margin-top:10px;}.awardBadge .awardBadgeTitle h3{font-size:14px;color:#1d1d1b;padding:0;margin-top:0;}#sendToProspectorLink{cursor:pointer;display:inline-block;padding:7px;background-color:#309;position:absolute;text-decoration:none;color:#fff;font-size:10px;}.articleLimit{background-color:#333;}.saveArticle{cursor:pointer;}a.saveArticlePlaceholder{cursor:default;color:#c7c7c7 !important;}.alternateBar{background-color:#f9f2e9;}.resourceType{line-height:67px;float:left;margin-top:6px;}@media(max-width:568px){.resourceType{margin-left:10px;}}.resourceType .resourceLogo{background-color:#fff;border-radius:50px;display:inline-block;color:#266673;font-size:18px;padding:7px;margin-bottom:4px;margin-right:5px;}.resourceType .displayName{display:inline-block;font-size:18px;font-weight:bold;}.webinarTitle{text-align:center;}#saveAndFileDialog.lexcomponent-popover{min-width:330px;}#saveAndFileDialog.lexcomponent-popover[x-placement='bottom'],#saveAndFileDialog.lexcomponent-popover[x-placement='bottom-start']{margin-top:10px;margin-left:-20px;}#saveAndFileDialog.lexcomponent-popover[x-placement='top'],#saveAndFileDialog.lexcomponent-popover[x-placement='top-start']{margin-top:-10px;margin-left:-20px;}#saveAndFileDialog.lexcomponent-popover .popover-content p{font-weight:normal !important;margin:-15px 0 6px 0;color:#000;}#saveAndFileDialog .lexcomponent-itemList ul li a span{font-weight:normal;color:#9e9e9e;}#saveAndFileDialog .lexcomponent-itemList ul li a:hover::after{content:'';}#saveAndFileDialog .lexcomponent-itemList ul li.selected a::after{content:'';}#saveAndFileDialog .lexcomponent-itemList ul li.selected a:hover::after{content:'';}#saveAndFileDialog .lexcomponent-itemList ul li.nohover a::after{content:'' !important;}#saveAndFileDialog .lexcomponent-itemList ul li.recent a::after{content:'' !important;}#saveAndFileDialog .lexcomponent-itemList ul li.recent.selected a::after{content:'' !important;}#saveAndFileDialog .lexcomponent-itemList ul li.updating{position:relative;}#saveAndFileDialog .lexcomponent-itemList ul li.updating a::after{content:'' !important;}#saveAndFileDialog .lexcomponent-itemList ul li.updating img{position:absolute;top:14px;right:10px;height:15px;}#saveAndFileDialog .cmds{text-align:right;}#saveAndFileDialog .cmds button{margin-top:10px;padding:10px 20px;}#saveAndFileDialog .cmds .lexcomponent-spinner{max-height:20px;margin-right:10px;}#saveAndFileDialog div.shared-folders{margin-top:6px;}#saveAndFileDialog div.shared-folders ul{margin-top:6px;}#saveAndFileDialog div.shared-folders ul li a{color:#9e8f2a;}.article_toolbar .fa-external-link{position:relative;top:1px;}.article_toolbar .saveArticlePlaceholder img{position:relative;top:-2px;max-height:15px;}@media screen and (max-width:568px){.article_toolbar .saveArticlePlaceholder img{max-height:20px;top:-4px;}}@media screen and (max-width:568px){.lexcomponent-popoverModal{display:block;position:fixed;left:0;top:0;right:0;bottom:0;background-color:#000;opacity:.5;width:100%;height:100%;z-index:9999;}.lexcomponent-popover{z-index:10000;overflow:hidden;}.lexcomponent-popover.mobileFullScreen{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;width:90% !important;min-height:90% !important;height:90% !important;min-width:90% !important;margin:0 !important;}.lexcomponent-popover.mobileFullScreen .arrow{display:none;}.lexcomponent-popover.mobileFullScreen a.close i{font-size:14pt;}.lexcomponent-popover.mobileFullScreen .popover-content .cmds button{font-size:14pt;}.lexcomponent-itemList ul li a{font-size:14pt;}.lexcomponent-toolbar{display:block;padding:10px 0;position:relative;left:-13px;margin-bottom:-10px;}.lexcomponent-toolbar ul li{border:none;display:block;}.lexcomponent-toolbar ul li a,.lexcomponent-toolbar ul li a:visited,.lexcomponent-toolbar ul li a:active,.lexcomponent-toolbar ul li a:hover{color:#fff;font-size:18px;padding:8px 15px;width:100%;}.lexcomponent-toolbar ul li a:hover,.lexcomponent-toolbar ul li a:visited:hover,.lexcomponent-toolbar ul li a:active:hover,.lexcomponent-toolbar ul li a:hover:hover{color:#643a96;}.lexcomponent-toolbar ul li a span,.lexcomponent-toolbar ul li a:visited span,.lexcomponent-toolbar ul li a:active span,.lexcomponent-toolbar ul li a:hover span{display:none;}.lexcomponent-paging a{font-size:14pt;}.lexcomponent-dialog{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;width:90% !important;min-width:90% !important;margin:0 !important;font-size:14pt;}.lexcomponent-dialog h4{font-size:14pt;}.lexcomponent-dialog button{font-size:14pt;}.lexcomponent-dialog a{font-size:14pt;}}
.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
