/* Common */
html, html a { /* -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; */ /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/ }
body { background: #fff;font: 400 16px/22px -apple-system, system-UI, BlinkMacSystemFont, "Segoe UI", Roboto, Verdana, Arial, "Helvetica Neue"; color: #616266; margin-top: 0;  -webkit-font-smoothing: antialiased}
ul { padding: 0; margin: 0; }
a { color: #48557e; text-decoration: none;cursor: pointer; }
h1 {  font-size: 1.75em;  letter-spacing: -1px;color: #b15a30; font-weight: 600; margin-top:10px;margin-bottom:12px;}
h2 { color: #48557e; font-size: 18px; font-weight: 600; letter-spacing: 0; margin-top: 0; }
h3 { color: #48557e; font-size: 16px; font-weight: 600; letter-spacing: 0; margin-top: 0; }
h2 a{text-decoration:none;}
table { text-align: left; padding: 0px; margin: 0px; border: none; }
::selection { background: #e9eaec; }
::-moz-selection { background: #e9eaec; }

.debug { background: yellow; padding: 5px; position: absolute; left: 0; top: 0; z-index: 9999999; }

.hg-title { display: block; width: 233px; height: 29px; background-position: 0 -71px; }

ul.inline-list { list-style: none; display: table-row; padding: 0; }
ul.inline-list > li { display: inline-block; zoom: 1; *display: inline; }

/* Tabs */
.tab-content { border: 1px solid #cecece; position: relative; top: -1px; z-index: 558; }

.icphone { background: url(/hgimages/assets.png) -4px -167px no-repeat transparent; width: 16px;height: 16px; display:inline-block; vertical-align: text-bottom;margin-right:5px;}
.icprofile { background: url(/hgimages/assets.png) -206px -106px no-repeat transparent; width: 16px;height: 16px; display:inline-block; vertical-align: text-bottom;margin-right:5px;}
.icglobe { background: url(/hgimages/assets.png) -206px -127px no-repeat transparent; width: 16px;height: 16px; display:inline-block; vertical-align: text-bottom;margin-right:5px;}
.icquestion  { background: url(/hgimages/assets.png) -0px -245px no-repeat transparent; width: 16px;height: 20px; display:inline-block; vertical-align: middle;margin-right:5px; }
.icmagnifier { background: url(/hgimages/assets.png) -55px -105px no-repeat transparent; width: 20px;height: 20px; display:inline-block; vertical-align: text-bottom;}

/* Main menu */
.show-menu-btn,.hide-menu-btn {transition: 0.4s;font-size: 20px; cursor: pointer;display: none;}
.show-menu-btn {margin-right: 10px;float: left;}
#toggle-btn {position: absolute;visibility: hidden; z-index: -1111;}

.hgmenu {  background-color: #5c5c6a;  width: 100%; z-index: 998; position: relative; -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45); box-shadow: 0 0 6px rgba(0, 0, 0, 0.45); }
.hgmenu { width: 100%; }
.hgmenu > ul { list-style: none; text-align: center; }
.hgmenu > ul > li { display: inline-block; zoom: 1; *display: inline; margin-right: 15px; text-align: left; }
.hgmenu > ul > li:last-child { margin-right: 0; }
.hgmenu > ul > li.active, .hgmenu > ul > li.sel { border-top: 1px solid #374b47;border-top-color: #2d3979; border-right: 1px solid #2d3979; border-left: 1px solid #2d3979; background-color: #312f17; }
.hgmenu > ul > li.active > a, .hgmenu > ul > li.sel > a {color: #ffffff; }
.hgmenu > ul > li > a { display: block; color: #fff; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 31px; height: 31px; max-height: 31px; text-decoration: none; text-transform: uppercase; padding: 0 10px; font-weight: 700; }
.hgmenu > ul > li > ul, .sub-menu { display: block; opacity: 0; visibility: hidden; position: absolute; width: auto; padding: 6px 0; border: 0px solid #d0d0d0; border-bottom: 2px solid #d5d5d5; background-color: #f3f3f3; margin-top: -2px; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -webkit-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; }
.hgmenu> ul > li > ul,ul.sub-list { list-style-type: none; list-style-position: inside; }
.sub-menu { width: auto; /*1050px;*/ }
.sub-menu ul.sub-list { float: left; border-right: 1px solid whitesmoke; }
.hgmenu > ul > li:last-child > ul,
.hgmenu > ul > li:last-child > .sub-menu { margin-right: 20px; }
.hgmenu > ul > li:hover > ul, .hgmenu > ul > li:hover > .sub-menu { display: block; opacity: 1; visibility: visible; -webkit-transition: opacity .2s ease-in-out .05s; transition: opacity .2s ease-in-out .05s; }
.hgmenu > ul > li:hover > a { color: #fff;background-color: #33333b; }
.hgmenu > ul > li.active:hover > a,
.hgmenu > ul > li.sel:hover > a { background-color: transparent; }
.hgmenu > ul > li > a .chevron-down { display: inline-block; margin: 0 0 2px 5px; -webkit-transition: -webkit-transform ease-in-out .15s; transition: transform ease-in-out .15s; }
.hgmenu > ul > li:hover > a .chevron-down { text-shadow: none; -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */ -ms-transform: rotate(180deg); /* IE 9 */ transform: rotate(180deg); }
.hgmenu > ul > li > ul > li,ul.sub-list > li { display: block; margin: 0; }
.hgmenu > ul > li > ul > li > a,ul.sub-list > li > a { display: block; color: #525252; font-weight: 400; font-size: 13px; min-height: 25px; line-height: 25px; *line-height: 25px; padding: 0 11px 0 26px; text-decoration: none; text-transform: none; background-position: -220px -107px; }
.hgmenu li > ul > li > a:hover, ul.sub-list > li > a:hover { background-color: #d6e4e2;  }
.hgmenu > ul > li > a .icon.homew { display: inline-block; width: 16px; height: 16px; position: relative; top: 4px;}

@media (max-width: 1199px) {
  .hgmenu > ul > li { margin-right: 0; }
  .hgmenu > ul > li > a { padding: 0 5px; font-size: 12px; }
}

/*-- Responsive CSS --*/
@media screen and (max-width:767px) {
.show-menu-btn,.hide-menu-btn {display: block;box-sizing: border-box;}
.navigation { position: fixed;width: 100%;height: 100%; background: #49d24f; top: -100%; left: 0; padding: 50px 0px;transition: left .15s ease-in-out;}
.hide-menu-btn {position: absolute; top: 5px; width:100%; text-align: right; padding-right: 12px;}
#toggle-btn:checked ~ nav .navigation { top: 0px;}
body.side-open .hgmenu { position: fixed; width: 100%; height: 100%; overflow: scroll;visibility: visible; overflow: auto; left: 0; }
.hgmenu > ul { position: fixed; width: 100%; height: 100%; overflow: scroll;background-color:white}
.hgmenu > ul > li { display: none; border-bottom: 1px solid #eeeeee; background-color:#156799}
.hgmenu > ul > li.xs { display: block; }
.hgmenu > ul > li.sel { display: block; }
.hgmenu > ul > li > a { padding-left: 15px; }
.hgmenu > ul > li > ul,
.hgmenu > ul > li:hover > ul,
.hgmenu > ul > li:hover > .sub-menu,
.hgmenu > ul > li > .sub-menu { box-shadow: none; display: block; position: static; opacity: 1; visibility: visible; border: 0; padding: 0; }
body.side-open .hgmenu > ul > li > ul,
body.side-open .hgmenu > ul > li:hover > ul,
body.side-open .hgmenu > ul > li:hover > .sub-menu,
body.side-open .hgmenu > ul > li > .sub-menu { display: block; }
.hgmenu > ul > li > .sub-menu > ul.sub-list { float: none; }
.hgmenu > ul > li > ul li,
.hgmenu > ul > li > .sub-menu li { display: none; }
.hgmenu > ul > li > ul li.xs,.hgmenu > ul > li > .sub-menu li.xs,.hgmenu > ul > li > ul li.xsonly,.hgmenu > ul > li > .sub-menu li.xsonly { display: block;padding-left: 15px; }
.hgmenu > ul > li .icon.chevron-down { display: none; }
.xsonly { display: block !important; }
}


/* Forms */
.hg-form .label { color: #616266; font-weight: normal; font-size: 15px; font-weight: 600;padding-bottom:7px; }
.hg-form .btn-primary { margin-top: -1px; background: -webkit-linear-gradient(top, #3d4553 0%, #282d37 100%) #3d4553; background: -moz-linear-gradient(top, #3d4553 0%, #282d37 100%) #3d4553; background: -ms-linear-gradient(top, #3d4553 0%, #282d37 100%) #3d4553; background: linear-gradient(to bottom, #3d4553 0%, #282d37 100%) #3d4553; border-color: #292f3a; border-radius: 2px; color: #fff; text-shadow: none; text-transform: uppercase; }
.hg-form .btn-secondary{margin-bottom: 3px; background: -webkit-linear-gradient(top, #E25A01 0%, #E25A01 100%) #E25A01; background: -moz-linear-gradient(top, #E25A01 0%, #E25A01 100%) #E25A01; background: -ms-linear-gradient(top, #E25A01 0%, #E25A01 100%) #E25A01; background: linear-gradient(to bottom, #E25A01 0%, #ea4530 100%) #E25A01; border-color: #E25A01; border-radius: 2px; color: #fff; text-shadow: none; text-transform: uppercase;font-weight: 600;  font-size: 13px;  }
.content .hg-form .btn-secondary {width:100%;}
.hg-form .btn-secondary {width:100%;}
.hg-form .row > [class^="col"] { padding: 5px; }
@media (min-width: 767px)
{
	.hg-form .row > [class^="col"]:first-child { padding-left: 15px; }
	.hg-form .row > [class^="col"]:last-child { padding-right: 15px; }
}

.xxformarticle { border: 1px solid #736e6e; border-radius: 5px; background-color:#F3F1EF; -moz-box-shadow: 0 0 4px #f4f4f4; box-shadow: 0 0 4px #f4f4f4; padding: 7px; margin: 10px 0 10px 10px; }
.formarticle {  margin: 10px 0 10px 10px; }
.searcharticle {float: right;width: 300px; display: block; }
.searchbox {display: flex;flex-direction: row; border: 2px #F2D27A solid;}
.search-control {width: 100%;border: solid 1px #AAA;outline: none;}
.searchbox input[type="text"] {font: 400 14px/32px sans-serif;color: #888689;font-size:15px;}
.search-button {background: transparent;border: none;padding-left:7px; background-color:#ffd171;outline: none;}
.searchbox button {height: inherit;}
.searchbox button:hover {background-image: none;background-color: #d1815b;}
.search-control::placeholder { color: #b77c00; }
.search-control:-ms-input-placeholder { color: #b77c00; font-weight: 400; }
.search-control::-webkit-input-placeholder { color: #b77c00; font-weight: 400; }
.search-control:focus { border-color: #72787f !important; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15); box-shadow: inset 0 1px 1px rgba(0,0,0,.15); }

.hg-contact-form { border: 1px solid #f1f1f1; border-radius: 5px; padding: 20px; padding-bottom: 30px; }
.hg-contact-form .btn-primary { background: #ea4530; color: #fff; text-shadow: none; text-transform: uppercase; border: none; width: 60px; height: 60px; border-radius: 50px; float: right; }

.search-horizontal {margin-top:20px;}

/* Bootstrap */
.form-control { border: 1px solid #ccc; border-radius: 0; font-family: inherit; font-size: 15px; padding: 0 8px; height: 35px;}

textarea.form-control { padding: 8px; }
select.form-control { padding: 0px 0px 0px 6px; }
.checkbox { margin-top: 5px; margin-bottom: 5px; }
.checkbox label { font-size: 12px; display: inline-block; zoom: 1; *display: inline; }
.checkbox input { margin-top: 6px; }
.form-control::-moz-placeholder { color: #b7b7b7; opacity: 1; font-weight: 400; }
.form-control:-ms-input-placeholder { color: #b7b7b7; font-weight: 400; }
.form-control::-webkit-input-placeholder { color: #b7b7b7; font-weight: 400; }
.form-control:focus { border-color: #72787f !important; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15); box-shadow: inset 0 1px 1px rgba(0,0,0,.15); }
.form-inline .form-control { vertical-align: middle; }


/* Content */
#hg-content { z-index: 1; padding-bottom: 25px; margin-top: 25px; }

.col-right-side { /*padding-top: 25px*/ }

.col-left-side { /*padding-top: 25px;*/ }
.col-left-side ul { list-style-type: none; margin-left: -15px; margin-right: -15px; margin-bottom: 15px; }
.col-left-side ul li { font-family: inherit; line-height: 16px; min-height: 24px; padding-left: 20px; }
.col-left-side ul li.title { height: auto; display: block; width: 100%; padding: 5px 15px; margin-bottom: 10px; line-height: 17px; font-weight: 600; border-bottom: 1px dotted #d1cacd; }
.col-left-side ul li.title,
.col-left-side ul li.title a { font-size: 15px; color: #616266; }
.col-left-side ul li.title::before { content: ''; display: block; position: absolute; left: -5px; width: 10px; height: 10px; margin-top: 4px; margin-right: 10px; background: #dfebff; border: 1px solid #d3e1f9; }
.col-left-side ul li a { font-size: 13px; border-radius: 4px; }
.col-left-side ul li a:hover { background: #e9eaec; padding-top: 3px; }

.col-left-side .hg-form { border: 1px solid #e8e7e7; border-radius: 5px; background-color: #f6f6f6; -moz-box-shadow: 0 0 4px #f4f4f4; box-shadow: 0 0 4px #f4f4f4; padding: 10px; margin: 0 -10px; }
.col-left-side .hg-form .form-control { margin-bottom: 5px; line-height: 17px; }
.col-left-side .hg-form .btn-primary { width: 100%; margin-top: -1px; background: linear-gradient(to bottom, #3d4553 0%, #282d37 100%) #3d4553; border-color: #292f3a; border-radius: 2px; color: #fff; text-shadow: none; text-transform: uppercase; }

.content .hg-form { border: 1px solid #736e6e; border-radius: 5px; background-color:#F3F1EF; -moz-box-shadow: 0 0 4px #f4f4f4; box-shadow: 0 0 4px #f4f4f4; padding: 10px; margin: 10px 0 10px 10px; }
.content .hg-form .form-control { margin-bottom: 5px; line-height: 17px; }
.content .hg-form .btn-primary { width: 100%; margin-top: -1px; background: linear-gradient(to bottom, #3d4553 0%, #282d37 100%) #3d4553; border-color: #292f3a; border-radius: 2px; color: #fff; text-shadow: none; text-transform: uppercase; }
.content .hg-form INPUT  {font-size: 14px;line-height: 17px; font-weight: 600;color: #48557e;}

.col-main { padding: 0 25px; }
.col-content { padding: 0 25px; color: #333;  }
/*.col-content a { text-decoration: underline; border-radius: 4px; } */
.col-content a:hover { background-color: #e9eaec; }

aside { margin-bottom: 15px; }
aside h2 { font-size: 15px; padding-bottom: 5px; border-bottom: 1px dotted #d1cacd; margin-bottom: 10px; }

/* Footer */
footer { width: 100%; padding: 15px 25px; font-size: 12px; }
footer a, footer a:visited { text-decoration: none; color: #616266; }
footer a:hover { color: #404145; text-decoration: inherit; }

#hg-footer-top { float: right; margin-bottom: 10px; height: 26px; }
#hg-footer-top span { font-size: 15px; font-weight: 600; vertical-align: middle; margin-right: 10px; }

#hg-footer-bottom { margin: 10px -25px -15px -25px; padding: 15px 0; background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 20%) #ffffff; background: -moz-linear-gradient(top, #f0f0f0 0%, #fff 20%) #ffffff; background: -ms-linear-gradient(top, #f0f0f0 0%, #fff 20%) #ffffff; background: linear-gradient(to bottom, #f0f0f0 0%, #fff 20%) #ffffff; }
#hg-footer-bottom ul { display: block; float: left; margin-bottom: 5px; width: 100%; padding-bottom: 5px; border-bottom: 1px dotted #d3d3d3; }
#hg-footer-bottom ul li { display: block; float: left; height: 20px; line-height: 20px; width: 16.66%; }
#hg-footer-bottom ul li:nth-child(2) { width: 16%; }
#hg-footer-bottom ul li:nth-child(3) { width: 16%; }
#hg-footer-bottom ul li.title { color: #53555e; margin-left: 0; font-weight: 600; }
footer small { display: block; clear: both; padding-top: 20px; font-size: 13px; color: #9496a0; line-height: 17px; font-weight: 600; }

@media (max-width: 766px)
{
.col-left-side { display: none; }
.col-right-side { display: none; }

footer #hg-footer-top { float: none; text-align: center; }
footer #hg-footer-bottom ul { display: none; }
footer #hg-footer-bottom ul.xs { display: block; }
footer #hg-footer-bottom ul li.title { display: none; }
footer #hg-footer-bottom ul li { width: auto !important; margin-right: 20px; }
footer #hg-footer-bottom ul { display: none; }
footer #hg-footer-bottom .numyears { display: none; }
.bigonly { display: none !important;}
.searcharticle {float: none; margin-left: auto;  margin-right: auto; }
.guide .searcharticle { display: none !important;}
}

/* Header */
.hglogo-smallmenu  { background: url('/hgimages/assets.png'); background-position: 0 -71px;width: 235px; height: 30px;border: none; margin-left: 20px; margin-top: 2px;padding-right: 6px; }


header { position: relative; z-index: 999; width: 100%; background-color: #fff; /*#f2f3f5;*/ }
.hg-header-container { height: 85px; }
#hg-header-title { display: block; float: left; height: 67px; width: 147px; margin-top: 12px; margin-right: 35px; background-position: 0 0; text-indent: 100%; white-space: nowrap; overflow: hidden; }
#hg-header-top { height: 83px; padding-top: 10px; }
#hg-header-promote { float: left; margin-left: 80px; margin-top: 3px; }
#hg-header-promote img { width: 468px; height: 60px; display: block; }

#hg-side-toggle-trigger { display: none; width: 17px; height: 16px; margin-top: 10px; background-position: -171px 0; -webkit-transition: background-image ease-in-out .15s; transition: background-image ease-in-out .15s; }
#hg-side-toggle-trigger:hover { background-position: -193px 0; }

#hg-header-actions { float: right;margin-top:15px; }

#hg-header-actions ul { display: block; padding: 0; list-style: none; display: table-row; padding: 0; }
#hg-header-actions ul > li { display: inline-block; zoom: 1; *display: inline; }
#hg-header-actions ul li {border-left: 1px #5a5a5a solid;margin: 0 8px 0 0;  padding: 0 0 0 8px;background:none}
#hg-header-actions ul li.first { border: 0;}
#hg-header-actions ul li a { font-size: 15px; color: #6c6c6c; text-decoration:none;font-weight: 600;  }
#hg-header-actions ul li a:hover{ text-decoration: none; color:#b56d00;}


@media (max-width: 1199px)
{
	#hg-header-title { margin-right: 25px; }
	#hg-header-actions { margin-top: 1px; }
	#hg-header-actions ul { margin-top: 1px; list-style:disc;}
	#hg-header-actions ul li {margin:0;border-left:none;padding-left:0px;	}
	#hg-header-actions ul > li {margin:0; display: list-item;padding-left:0px;}  
	
	ul.actions-list li a { margin: 0 2px; }
}

/* Header for mobile */
@media (max-width: 766px)
{
	body { height: 100%; }
	header { display: block; position: fixed; top: 0; left: 0; /*-205px;*/ width: 100%; /*251px;*/ height: 42px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding: 0; padding-top: 5px; overflow: hidden; /* -webkit-transition: left .15s ease-in-out; transition: left .15s ease-in-out; */ -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.45); box-shadow: 0 0 2px rgba(0, 0, 0, 0.45); }
	body.side-open header, header.open { overflow: hidden; overflow-x: hidden; height: 100px; left: 0; }
	body.side-open #hg-content,
	header.open+#hg-content { -webkit-transform: translate(251px,0); /* Chrome, Safari, Opera */ -ms-transform: translate(251px,0); /* IE 9 */ transform: translate(251px,0); }
	#hg-content { margin-top: 70px !important; -webkit-transition: -webkit-transform .15s ease-in-out; transition: transform .15s ease-in-out; }
	#hg-side-toggle-trigger { cursor: pointer; display: block; float: left; margin-left: 15px; }
	.hg-header-container { padding: 0; height: auto; }
	#hg-header-title { display: block; position: relative; width: 235px; height: 30px; left: 20px; top: -10px; background-position: 0 -71px; }
	#hg-header-top { height: auto; }
	#hg-header-actions { padding: 0; float: none; display: none; }
	body.side-open #hg-header-actions,
	header.open #hg-header-actions { display: block; }
	#hg-header-actions ul.actions-list { display: block; }
	#hg-header-actions ul.actions-list li { display: none; }
	#hg-header-actions ul.actions-list li.search-item { display: block; margin: 0; text-align: center; }
	#hg-header-actions .form-control { width: 70%; margin: 0; }
	.hg-header-container { height: auto; }
	#hg-header-promote { display: none; }
	.shadowl{ margin: 0px auto 0px auto; padding: 0px 0px 0px 0px; width: 200px; background:none; height: 22px; }
	.xsonly { display: block !important; }
 	.search-horizontal {margin-top:5px;margin-right:10px;margin-left:10px;}
}

.contentby  {display: inline-block; float:right; width: 35%; border:1px #b2b2b2 solid; padding:7px; margin: 5px 5px 0px 5px;border-radius: 6px;box-shadow: 3px 3px 10px #888888; color:#333333}
.contentby .author {text-align:center;font-weight: 700;  line-height: 24px; }

#terminology .more  a {margin-top: 3px;margin-right:10px;}

/* for medium devices (and lower) */
@media (max-width: 1199px)
{	
	#hg-header-promote { margin-left: 0; }
}

/* for small devices */
@media (max-width: 991px) and (min-width: 767px)
{
    .container { min-width: 970px; }
}

/* for extra small devices */
@media (max-width: 766px)
{
	h1 {font-size:18px;line-height: 26px;}
	h2 {font-size:15px;}
 }

/* Icons */
.icon { display: inline-block; }
.icon.search { width: 14px; height: 15px; background-position: -152px 0; }
.icon.chevron-down { width: 8px; height: 5px; background-position: -215px -10px; }
li.active .icon.chevron-down, li.sel .icon.chevron-down { }
.icon.back { background-position: -233px -234px; }
.icon.print { background-position: 0 -145px; }
.icon.home { background-position: -7px -130px; }
.icon.homew {background-position: -157px -130px;}
.icon.rssfeed { background-position: -110px -106px; width: 40px; height: 18px; }

/* Assets */
#hg-header-title,
.hg-title,
.icon,
.hgnavigation > ul > li > ul > li > a,
.hg-main-menu > ul > li > ul > li > a,
ul.sub-list > li > a,
#hg-side-toggle-trigger,
.search-box-group .form-control,
#hg-home-page .mod .more a.subscribe
{ background-repeat: no-repeat !important; background-image: url('/hgimages/assets.png') !important; background-size: 238px 401px !important; }

/* for HD displays */
@media only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2)
{

	#hg-header-title,
	.hg-title,
	.icon,
	.hgnavigation > ul > li > ul > li > a,
	.hg-main-menu > ul > li > ul > li > a,
	ul.sub-list > li > a,
	#hg-side-toggle-trigger,
	.search-box-group .form-control,
	#hg-home-page .mod .more a.subscribe
	{ background-image: url('/hgimages/assets@2x.png') !important; }
}

/* ------------- Previous CSS --------------------------------------------- */


.centered { margin-left: auto; margin-right: auto; display: table; }
img { border: none; }
.col-right-side { font-size: 13px; line-height: 16px; }
.col-right-side ul { list-style: none; }

.nowrap { white-space: nowrap; }

.spacer{ font-size: 0; line-height: 0; clear: both; }
.right { float: right; background: transparent; }
.left { float: left; background: transparent; }
.no-float { float: none; }
.center { text-align: center !important; }
.centerposition { text-align: left; position: relative; top: 0; margin: auto; }
.clear { clear: both; }
.marginbottom { margin-bottom: 5px; }
.margintop { margin-top: 5px; }


.nomargin { padding: 0px; margin: 0px; }

H2 a { color: #564821; }
H4 { font-size: 14px; font-weight: 400; letter-spacing: 0; color: #485b67; }
H5 { font-size: 14px; color: #35434c; }
h6 { font-size: 14px; }
H1.blue { margin: 15px 0px 7px 0px; padding: 0px 0px 0px 0px; color: #405e92; FONT-SIZE: 15px; }
H1.grey { FONT-FAMILY: Georgia,"Palatino Linotype", "Book Antiqua", Palatino, serif; margin: 15px 0px 7px 0px; padding: 0px 0px 0px 0px; color: #535353; FONT-SIZE: 18px; font-weight: bold; }

.hr { border: none; color: #6c6c6c; background-color: #6D6D6D; height: 1px; margin-top: 10px; }
INPUT, TEXTAREA { COLOR: #000160; padding: 0px 3px 1px 3px;}
INPUT[type=text], INPUT[type=password],INPUT[type=file] { border: 1px solid #c0c0c0; }
input[type=checkbox], input[type=radio]  { border: 0px; margin-right: 2px; }

INPUT.submit { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; border-color: #CCCCCC #808080 #808080 #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 1px; background-color: #E9E9E9; padding: 0px 5px 0px 5px; } 

textarea:focus { background: #fffff6; COLOR: #00017b; border: 1px solid #56636f; }
input:focus { background: #fffff6; }

.hrGray { color: gray; width: 100%; line-height: 1px; }

.divgray{ border-top-color: #A8A8A8; border-top-style: dotted; border-top-width: 1px; clear: both; margin-top: 12px; margin-bottom: 12px; }
.divdots{ border-top-color: #A8A8A8; border-top-style: dotted; border-top-width: 1px; clear: both; margin-top: 6px; margin-bottom: 2px; }
.divline{ border-top-color: #A8A8A8; border-top-style: solid; border-top-width: 1px; clear: both; margin-top: 0px; margin-bottom: 6px; }

#page { width: 980px; PADDING-BOTTOM: 1px; background: white; margin-right:10px;font: bold 11px tahoma, verdana, arial, serif; color: #ffffff; text-align:center;letter-spacing: 1px;}

.article h2.searchfirm,h2.searchfirm { background-image: url(/hgimages/bgleftsearch.jpg); font: bold 11px tahoma, verdana, arial, serif; color: #ffffff; text-decoration: none; text-align: center; height: 17px; padding-top: 4px; }

#content { font-weight:400;  margin: 0px; padding: 0px;  }

#articlespage{ width: 760px; FLOAT: left; margin-left: 30px; padding: 16px 10px 10px 0px; background: white; }
#contentlisting{ width: 760px; FLOAT: left; margin-left: 0px; padding: 16px 0px 10px 25px; background: white; }
#contentpage{ width: 725px; FLOAT: left; margin-left: 30px; padding: 16px 10px 10px 0px; background: white; }
#contentfullpage{ width: auto; padding: 16px 0px 10px 0px; background: white; }
#contentleft{ width: 820px; padding: 0px 15px 10px 15px; background: white; }
#pageright{ width: 170px; }
#bodypannel{ color: #413921; width: 980px; padding: 0px 0px 0px 0px; border: 2px solid #F5F3ED; display: block; background-color: #FFFFFF; overflow: hidden; }
#columnleft { width: 400px; float: left; margin-left: 15px; padding-bottom: 10px; }
#columnright { width: 400px; float: left; margin-left: 15px; padding-bottom: 10px; }

#terminology{position: relative; border: 1px solid #c4ced6; padding: 4px; margin: 0px; background-color: #ffffff; margin-bottom: 10px; }
#terminology h3,#terminology h3 a { color: #64331b; FONT-FAMILY: arial,verdana,"times new roman","Times New Roman","Times",sans-serif; font-size: 15px; font-weight: normal; margin: 0px; padding: 0px 0px 5px 0px; background-color: transparent; }
#terminology p{ color: #5d5d5d; font-weight: normal; margin: 0px; padding: 0px;  }
#terminology .more{ text-align:right; font-color: #9f6021; }

.pagination{ padding: 1px; }
.pagination ul{ margin: 0; padding: 0px 10px 0px 0px; text-align: right; font-size: 12px; }
.pagination li{ list-style-type: none; display: inline; padding-bottom: 1px;margin-right:2px; }
.pagination a, .pagination a:visited{ padding: 0 4px; border: 1px solid #bdbdbd; text-decoration: none; color: #555555; }
.pagination a:hover, .pagination a:active{ border: 1px solid #414141; color: #000; background-color: white; }
.pagination a.currentpage{ background-color: #828282; color: #FFF !important; border-color: #3c3c3c; font-weight: bold; cursor: default; }
.pagination a.disablelink, .pagination a.disablelink:hover{ background-color: transparent; cursor: default; color: #004001; border-color: #929292; font-weight: bold !important; }
.pagination a.prevnext{ font-weight: bold; border: none; }


#linespacing { Height: 15px; width: 400px; }

.pagetitle { background: #f2f2e2; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #444466; FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; padding: 3px 3px 3px 3px; }
.sectiontitle { border-bottom: 1px dotted #d1815b; color: #854109; font-size: 1.3em; font-weight: normal; margin: 10px 0px 12px 0px; padding: 5px 0 2px; width: 90%; }
.listingoverview { border-bottom: 1px solid #7da6a5; padding: 3px 0px 3px 3px; font-size: 12px; margin: 15px 0px 10px 0px; color: #5a6774; font-family: verdana, arial,  sans-serif;  width: 70%; }
 .listingtitle { border-bottom: 1px solid #7da6a5; padding: 3px 0px 3px 3px; font-size: 12px; margin: 15px 0px 10px 0px; color: #5a6774; font-family: verdana, arial,  sans-serif; width: 80%; }

.account h3, .relatedinfo h3 { color: #515151; margin-bottom: 5px; margin-top: 10px; font-size: 16px; font-weight: bold; }
.account .arrowselection ul li { margin-left: 20px; }
.account .arrowselection { display: block; float: none; }

.formbox{ border: 1px solid #c0c0c0;  } 
.formbox tr td { padding: 6px; }

.box{  border-top: 2px solid #4F6F7F; border-left: 1px solid #4F6F7F; margin: 0px; margin-left: auto; margin-right: auto; border-right: 1px solid #c0cbb6; border-bottom: 1px solid #c0cbb6; padding: 0px 0px 0px 0px; text-align: left; } 
.box h3 { font-size: 15px; font-weight: bold; background-color: #bccbd4; padding: 3px 0px 3px 0px; color: #2d3819; margin-bottom: 6px; text-align: center; border-bottom: 1px solid #c0cbb6; }  
.box div { padding-left: 10px; }
	
.boxr { padding: 0px; }
.boxr .top { background: url(/hgimages/maintoparticles.gif) repeat; padding: 2px 0px 5px 15px; margin: 0px; height: 20px; text-align: left; font: bold 14px/20px "Times New Roman", Tahoma, Arial, serif; color: #ffffff; }
.boxr .content { border-left: #D7BAA9 1px solid; border-bottom: #D7BAA9 1px solid; BORDER-RIGHT: #D7BAA9 1px solid; PADDING: 7px 10px 0px 10px; background-color: #ffffff; margin: 0; }


/*----------------Link Panel--------------*/

.linkmore {float: right; display: inline; right: 0; margin-top: 0px; font-size: 13px; font-weight: 700; }
.linkmore a {color: #d47d07;text-decoration:none;}

.linklist,.linklistmain {text-decoration: none; color: #000171;line-height:26px;}
.linklist ul li, .linklistmain a {  padding: 0 0 0 10px; } /* bullet-normal */
.linklist ul li a { text-decoration: underline; background: transparent; } 
.linklist ul li a:hover{color: #894614; text-decoration: underline; background: #fefbf6; } 
.linklist ul li a.topareas { font: bold 11px Arial, Helvetica, sans-serif; color: #E26200; text-decoration: none; }
.linklist ul li a.topareas:hover { color: #a44600; text-decoration: none; font-weight: bold; }
.linklist ul li a.maincity,.linklistmain a  {color: #E26200; text-decoration: underline; font-weight:700 }
.linklist ul li a.maincity:hover { text-decoration: underline; }
.linklist p.more{ width: 160px; height: 13px; background: #FFFAEE; color: #fff; font-weight: bold;  margin: 12px 0; }
.linklist p.more a{ width: 40px; height: 13px; display: block; background: #BE8A0A; color: #fff; text-decoration: none; text-align: center; line-height: 12px; margin: 0 0 0 154px; }
.linklist p.more a:hover{ background: #7F035F; color: #fff; text-decoration: none; }
.linklist h3 { padding: 0px 0px 4px 0px; margin: 0px; }


/* ----------------- body content --------------------------- */
.dataform { width: 710px; text-align: left;  border: solid 2px #C2C2C2; background-color: #F5F5F5; padding: 15px 15px 15px 15px; position: relative; top: 0; margin: auto; }
.mainform { width: 900px; text-align: left;  border: 1px solid #d1d1d1; background-color: #fafafa; position: relative; top: 0; margin: auto; }
.mainform em { font-weight: bold; font-style: normal; color: #990000; padding-left: 1px; }
.mainform .mandatory { font-style: normal; color: #990000; }
.mainform .legend { height: 27px; padding: 5px 0px 0px 15px; border-bottom: 1px solid #c6c6c6; background: url(/hgimages/bgform1.jpg) repeat 0 0; font-weight: bold; color: #606d32; font-size: 13px; } 
.mainform .formpad { padding: 15px 10px 15px 15px; } 
.mainform h3 { font-size: 16px; padding: 0px; margin: 0px; }
.mainform .legend h3 { font-size: 16px; padding: 0px; margin: 0px; font-weight: 700; }
.mainform tr td  { padding: 3px; }

.dataentry { width: auto; text-align: left; font-size: 14px; line-height: 14px; }
.dataentry SELECT,.dataentry INPUT,.dataentry TEXTAREA { COLOR: #000155; }	
.dataentry .field { padding-left: 5px; float: left; margin-right: 2px; display: block; margin-top: 2px; line-height: 26px; }	
.dataentry .red, .dataentry em { color: #990000; }	
.dataentry tr td 	 { font-size: 14px; }
#colorBg { background-color: #FCFAF3; float: left; color: #0B0B0B; margin: 18px 0 0 0; padding: 18px 40px 18px 38px; width: 642px; }
/* ----------------- body end --------------------------- */
.boxed{ padding: 4px; }
.boxed span { padding: 4px; border: 1px solid #bdbdbd; text-decoration: none; color: #555555; background: #fafafa; font: bold 12px verdana,arial,sans-serif; }

.boxedsmall{ border: 1px solid #bdbdbd; background: #fafafa; padding: 2px; width: 14px; }
.boxedsmall span { padding: 0px; text-decoration: none; text-align: center; color: #555555; font-size: 11px; font-weight: bold; }

.lineselection .selection a { background: transparent url(/hgimages/bullet1.gif) no-repeat 0 7px; margin-right: 10px; padding-left: 6px; color: #555555; }
.lineselection .selection a:hover { color: #434343; }

.float-left { DISPLAY: inline; FLOAT: left; margin: 0 0 0 0; }
.float-right { DISPLAY: inline; FLOAT: right; }

.article { color: #000000; padding-bottom: 10px; }	
.article h1  {  padding-top: 10px; text-decoration: none; margin-bottom: 5px; }
.article h2, .article h2 a { color: #526871; font-weight: bold; text-decoration: none; margin: 0px; }
.article h2 {margin-top: 20px;margin-bottom:10px; }

.article h2 a:hover { color: #a37a18; text-decoration: underline; }
.article h3, .article h3 a { color: #526871; font-size: 1.01em; font-weight: bold; text-decoration: none; margin: 0px; }
.article h3 a:hover { color: #a37a18; text-decoration: underline; }

.article hr{border: 0;height: 1px;margin: 5px 0px 5px 0px; padding: 0; background: #222; background-image: linear-gradient(to right, #888, #222, #888); }
.article ul { margin-left: 10px; padding-left: 10px; }
.article ul li { list-style-image: url(/hgimages/bulletgrey.gif); padding: 0px 0px 10px 0px; }
.article ul li a { color: #526871; font-weight: bold; text-decoration: none; }
.article ul li a:hover,.article ul li:hover { list-style-image: url(/hgimages/bullethover.gif); color: #000000; }
.article p { margin-top: 3px; margin-bottom: 5px; color: #414141; }
.article .provider  { font-style: italic; color: #111111; margin: 0px 0px 5px; padding: 5px 0px 15px 0px;line-height:1.7em;font-size:0.985em; }
.article .provider a { font-weight: normal; text-decoration: underline; color: #403c37; font-style: italic; }
.article .provider a:hover { color: #181614; font-style: italic; background-color: #ffe7c1; }
.article .providedby { font-style: italic; color: #3d683f; margin: 0px; padding: 3px 0px 5px 0px; }
.article .providedby a { font-weight: normal; text-decoration: underline; color: #2c4b2d; font-style: italic; }
.article .providedby a:hover { color: #181614; font-style: italic; background-color: #ffe7c1; }
.article .header  { color: #555555; font-weight: 400; }
.article .content  {color: #494949; margin: 0;  padding: 0; }


.legalarticles  { float: left; padding-bottom: 0px; padding-top: 0px; width: 360px; }
.legalarticles span { color: #444444; font-size: 11px; font-weight: normal; line-height: 15px; margin-bottom: 15px; }

.menuevents { background-color: #fcfcfc; border: 1px solid #d8d8d8; }

.selection { margin-bottom: 10px; padding: 0px 0px 0px 0px; }	
.selection .address { margin: 0; padding-left: 15px; }
.selection ul { margin-left: 10px; margin-top: 0px; }
.selection ul li { background: url(/hgimages/assets.png) -148px -328px no-repeat transparent; padding: 0px 0px 10px 10px; } 
.selection ul li h2 a { font-size: 15px; line-height: 20px; color: #000159; }
.selection ul li a { text-decoration: underline;  margin: 0px 7px;}
.selection ul li a:hover { color: #111111; background-color: #f7f0bd; }
.selection p { margin-top: 3px; margin-bottom: 3px; }
.selection span a { background: url(/hgimages/assets.png) -38px -161px no-repeat #fff; margin-left: 15px; padding-left: 10px; } /* arrowgrey */
.selection span a:hover { background: url(/hgimages/assets.png) -28px -173px no-repeat #fff; } /* arrowhover */
.selection ul li ul { width: 600px; list-style: none; margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.selection ul li ul li { float: left; width: 140px; margin: 0; padding: 0px 0px 0px 8px; background: none; } 
.selection ul li ul li:hover { background: none; } 
.selection ul li ul li a { background: url(/hgimages/assets.png) -23px -185px no-repeat transparent; padding: 0px 0px 0px 8px; } /* bulletsubselection*/
.selection ul li ul li a:hover { background: url(/hgimages/assets.png) -15px -196px no-repeat transparent; padding: 0px 0px 0px 8px; color: #000000; } /* bulletsubselectionhover */ 
.selection .providedby { font-size: 90%; }
.selection ul li span.address { float: right; width: 150px; background-color: #f5f5f5; border: 1px solid #e3e3e3; padding: 2px; margin-left: 10px; font-size: 9px; }
.selection h4 { color: #526355; FONT-SIZE: 13px; font-weight: bold; display: block; margin: 8px 0px 5px 0px; padding: 0px; }
.selection h3 { margin: 10px 0px 2px 0px; padding: 0px; }
.selection h3 a { font-size: 13px; color: #787878; text-decoration: underline; font-weight: bold; margin: 0px 0px 5px 0px; padding: 0px; }
.selection h3 a:hover { color: #333333; }

.subselection { margin-bottom: 10px; color: #000000; float: left; }	
.subselection ul { margin-left: 0px; margin-top: 0px; }
.subselection ul li { line-height: 16px; background: url(/hgimages/assets.png) -148px -332px no-repeat transparent; padding: 0 0 4px 10px; } /* bulletgrey */
.subselection ul li:hover { background: url(/hgimages/assets.png) -136px -348px no-repeat transparent; } /* bullethover */
.subselection ul li a { text-decoration: underline; line-height: 14px; color: #384148; }
.subselection ul li a:hover { color: #111111; background-color: #f7f0bd; }

.sectionheader .subselection ul li { background: none; padding: 0px 0px 3px 0px; }
.sectionheader .subselection ul li:hover { background: none; color: #000162; }

.subselectionareas { margin-bottom: 10px; color: #000000; float: left; padding-right: 5px; }	

.list { margin: 10px 0px 10px 20px; display: block; }	
.list ul { padding: 0px 0px 0px 0px; }
.list ul li { background: url(/hgimages/assets.png) -147px -330px no-repeat transparent; padding: 0px 0px 2px 10px; }

.sectionheader { display: block; }	
.sectionheader ul { margin: 10px 0px 10px 20px; padding: 0px 0px 0px 10px; }
.sectionheader ul li { list-style-image: url(/hgimages/bulletgrey.gif); padding-bottom: 7px; }
.sectionheader ol li { list-style-type: decimal; padding-bottom: 7px; }
.sectionheader .title { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #984806; FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; padding: 10px 0px 8px 0px; }
.sectionheader .subtitle { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #4F6228; FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; font-style: italic; }

.arrowselection { color: #000000; float: left; }	
.arrowselection ul { padding-left: 0px; margin-left: 5px; list-style-image: none; }
.arrowselection ul li { list-style-image: none;background: url(/hgimages/assets.png) -206px -253px no-repeat transparent; padding: 0px 0px 4px 10px; }
.arrowselection ul li:hover { list-style-image: none; background: url(/hgimages/assets.png) -196px -265px no-repeat transparent; }
.arrowselection ul li a { background: none; }
.arrowselection ul li a:hover { color: #111111; background-color: #f7f0bd; }
.arrowselection ul li ul { padding-left: 5px; margin: 7px 0px 7px 10px; }
.arrowselection ul li ul li,.arrowselection ul li ul li:hover { padding: 0px 0px 3px 10px; background:  url(/hgimages/assets.png) -207px -253px  no-repeat transparent; color: #535353; }

.width-50 { WIDTH: 50px; }
.width-125 { WIDTH: 125px; }
.width-150 { WIDTH: 150px; }
.width-200 { WIDTH: 200px; }
.width-225 { WIDTH: 225px; }
.width-275 { WIDTH: 275px; }



.width-350 { max-width: 350px; }
.width-400 { max-width: 400px; }
.width-500 { max-width: 500px; }
.width-550 { max-width: 550px; }
.width-600 { max-width: 600px; }	

.width-90pct{ WIDTH: 90%; }
.width-50pct{ WIDTH: 48%; }
.width-33pct{ WIDTH: 32%; }
.width-25pct{ WIDTH: 24%; }

.padding10 { padding: 10px; }
.hspace2 { margin: 0px 2px; }
.hspace5 { margin: 0px 5px; }
.vspace4 { margin: 4px 0px; }
.vspace6 { margin: 6px 0px; }

.textbottom { vertical-align: text-bottom; }
.textmiddle { vertical-align: middle; }

.leftmargin50 { margin-left: 50px; }
.leftmargin20 { margin-left: 20px; }
.leftmargin30 { margin-left: 30px; }
.leftmargin10 { margin-left: 10px; }
.leftmargin5 { margin-left: 10px; }
.linespace { line-height: 25px; }
.vsmall { font-size: 13px;  line-height: 15px;  }
.smaller { font-size: 14px; }
.normal { FONT-SIZE: 15px; font-weight:400; }
.bigger { FONT-SIZE: larger; }
.big { FONT-SIZE: 16px; height: 20px; }

.arial { FONT-FAMILY: Arial, Verdana,Helvetica,sans-serif; }
.underline { text-decoration: underline; }
.black { color: #000000; }
.red { color: #990000; }
.blue { color: #003366; }
.green { color: #4C7B41; }
.grey { color: #919191; }
.midgrey { color: #7C7C7C; }
.darkgrey { color: #4b4b4b; }
.orange {color:#D17600}

.italic { font-style: italic; }
.highlight{ background-color: yellow; }
.padding10 { padding: 10px; }
.bold { font-weight: 600; }

.tdlabel { vertical-align: top; text-align: right; padding-bottom: 10px; padding-right: 8px; }
.tdfield { vertical-align: top; text-align: left; padding-bottom: 10px; }
.justify { text-align: justify; }

.free { color: #a27919; font-size: 12px; font-weight: bold; position: relative; bottom: 7px; }
.forinfo { color: #a27919; font-size: 12px; font-weight: bold; position: relative; bottom: 7px; FONT-FAMILY: Arial,"Times New Roman",Helvetica,sans-serif; }
.forinfodir { margin-left: 10px; color: #a27919; font-size: 12px; font-weight: bold; FONT-FAMILY: Arial,"Times New Roman",Helvetica,sans-serif; }


.mainphone { margin-bottom: 15px; }
a.phoneneutral {text-decoration:none; font-weight:400; }

.selection ul li a.phoneneutral {background:none;margin:0;padding:0; }

a.arrow::before { content: "\25B6";  font: 9px Verdana;  padding-right: 3px;  vertical-align:  2px;color: #9ca6c6; text-decoration:none;display: inline-block;}
a.arrow {color:#48557e}
a.arrow:hover { background: url(/hgimages/assets.png) -196px -265px no-repeat transparent; color: #434343; }

a.arrowgreen { padding-bottom: 2px; color: #647d38; font-weight: bold; text-decoration: underline; }
a.arrowgreen:hover { color: #004401; }

a.arrowredbig { background: url(/hgimages/assets.png) -5px -295px no-repeat transparent; padding-left: 19px; padding-bottom: 2px; color: #d20000; font-family: Verdana,Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; }
a.arrowredbig:hover { color: #681414; }

a.arrowgrey::before { content: "\27A4";  font: 11px Verdana;  padding-right: 3px; text-decoration:none;display: inline-block;}
a.arrowgrey { text-decoration: none; FONT-SIZE: 14px; FONT-WEIGHT: bold;  COLOR: #4c606d; }
a.arrowgrey:hover { color: #103b87; background-color: transparent;text-decoration: underline;}


a.bullet { background: url(/hgimages/assets.png) -148px -331px no-repeat transparent; padding-left: 10px; margin-bottom: 2px; }
a.bullet:hover { background: url(/hgimages/assets.png) -136px -347px no-repeat transparent; color: #111111; }

a.grey { margin-left: 10px; padding-left: 10px; color: #656565; text-decoration: none; font-weight: bold; }
a.grey:hover { color: #252525; }

a.nolink { text-decoration: none; }
a.nolink:hover { text-decoration: underline; }

a.arrowgreyu { background: url(/hgimages/assets.png) -206px -253px no-repeat transparent; margin-left: 15px; padding-left: 10px; color: #656565; text-decoration: underline; font-weight: bold; }
a.arrowgreyu:hover { background: url(/hgimages/assets.png) -196px -265px no-repeat transparent; color: #252525; }

a.arrowblueu { background: url(/hgimages/assets.png) -206px -252px no-repeat transparent; margin-left: 15px; padding-left: 10px; color: #3460de; text-decoration: underline; font-weight: bold; } 
a.arrowblueu:hover {background: url(/hgimages/assets.png) -196px -264px no-repeat transparent; color: #252525; }

a.blueunderline {color: #3460de; text-decoration: underline; font-weight: bold; } 
a.blueunderline:hover {color: #252525; }

a.arrowquestion {padding-bottom: 3px; color: #656565; text-decoration: underline; font-weight: bold; }
a.arrowquestion:hover { color: #282800; }

a.biggreen { color: #506b1b; font-size: 13px; font-weight: bold; TEXT-DECORATION: underline; }
a.biggreen:hover { color: #579058; TEXT-DECORATION: underline; }

a.underline { text-decoration: underline; }

.sectionitem { clear: both; display: block !important; border-top: 1px dashed #8e8e8e; margin: 12px 0px 12px 0px; padding-top: 7px; }
.noborder { border: none; }
.sectionitem .event { float: left; margin-right: 10px; width: 110px; color: #929292; font-size: 11px; }
.sectionitem .leftside { float: left; margin-right: 0px; width: 100px; }
.sectionitem .leftside span { color: #929292; font-size: 10px; font-weight: bold; }
.sectionitem .rightside { float: left; width: 85%; min-height: 2.5em; padding: 0px 0px 5px 0px; display: block; }
.sectionitem .rightside h4, .sectionitem .rightside h4 a { color: #003366; font-weight: 700; font-size: 14px; margin: 0px 0px 0px 0px; text-decoration: none; padding: 0px 0px 1px 0px; }
.sectionitem .rightside h4 a:hover { text-decoration: underline; }
.sectionitem .rightside h5 {  color: #653208; font-weight: 700; font-size: 13px; padding: 0px 0px 5px 0px; display: block; }

.listing { clear: both; display: block !important; padding: 8px; border: 1px solid #a5a5a5; text-decoration: none; margin-bottom:22px;}
.listing img { float: right; padding-left: 0px; padding-bottom: 3px; }
.listing h2 {  margin-bottom:6px; }
.listing h3 {  color: #666666; padding: 0px; margin: 0px 0px 10px 0px; }
.listing h3 a {  color: #666666; text-decoration: none; font-weight: bold; }
.listing h3 a:hover { color: #333333; }

.listing h3 span img { float: none; vertical-align: top; }
.listing h4 { font-weight: bold; color: #485b67; }

.listing h5 { color: #323D34; font-weight: bold; display: block; margin-bottom: 2px; }
.listing p { color: #323D34; margin: 5px 10px 4px 0px; display: block; position: relative; }
.listing .location {   margin-bottom: 6px; }

.listing a.videos, .listing span.videos { FONT-SIZE: 11px; FONT-FAMILY: "arial","times new roman","Times New Roman","Times","sans-serif"; margin: 0px 0px 0px 12px; padding-left: 12px; color: #555555; background: #fdfaf2 url(/hgimages/checkmark4.png) 0px 1px no-repeat; color: #a27919; font-weight: bold; }
	

.listing a.articles::before, .listing span.articles::before { content: "\2714";  font: 12px verdana;  padding-right: 1px; font-weight:bold;}
.listing a.articles, .listing span.articles { FONT-SIZE: 11px; FONT-FAMILY:"verdana", "arial","times new roman","Times New Roman","Times","sans-serif"; margin: 0px 0px 0px 12px; padding: 0px 0px 0px 10px; color: #a27919; font-weight: bold; }
.listing a.articles:hover, .listing a.videos:hover { color: #000000; }


.listing a.arrowgrey { float: right; right: 10px; color: #383838; background: url(/hgimages/arrowhover.gif) 0 2px no-repeat #fdfaf2; }
.listing a.arrowgrey:hover { color: #000000; }

.addon { FONT-SIZE: 11px; FONT-FAMILY: "arial","times new roman","Times New Roman","Times","sans-serif"; margin: 0px 0px 0px 10px; padding-left: 12px; color: #555555; background: #fdfaf2 url(/hgimages/checkmark4.png) 0px 1px no-repeat; color: #a27919; font-weight: bold; } 

.listingbasic { margin: 0 0 20px 0; padding-bottom: 7px; margin-bottom: 15px; border-bottom: 1px solid #e4e4e4; }
.listingbasic p { margin: 4px 0px 4px 0px; display: block; position: relative; }
.listingbasic h2 { margin-bottom:5px;  }
.listingbasic h2 a { text-decoration:underline; color:#48557e }

.phone { padding-left: 10px; color: #656565; text-decoration: none; font-weight: bold; font-size: 10px; font-family: verdana,arial,helvetica,"sans-serif"; margin-bottom: 4px; }

a.linkarticles { padding-left: 14px; color: #555555; background: url(/hgimages/publication_icon.jpg) 0px 1px no-repeat #fdfaf2; }
a.linkarticles:hover { color: #000000; }

.selection a.articles { padding-left: 14px; color: #666666; background: url(/hgimages/publication_icon.jpg) 0px 1px no-repeat #fdfaf2; }
.selection a.videos { padding-left: 14px; color: #666666; background: url(/hgimages/ico_video.gif) 0px 1px no-repeat #fdfaf2; }
.selection a.articles:hover { color: #000000; }

.fulllisting { color: #323D34; margin-left: 0px; margin-right: 0px; clear: both; display: block !important; }
.fulllisting h2 span { padding-left: 5px; }
.fulllisting h2 span img { vertical-align: top; }

.fulllisting h3 { color: #536457; FONT-SIZE: 14px; font-weight: bold; display: block; margin-bottom: 15px; }
.fulllisting h4 { color: #222222; FONT-SIZE: 14px; font-weight: bold; display: block; margin-bottom: 8px; }
.fulllisting p { margin: 6px 0px 0px 0px; padding: 0px; }

.fulllisting a.arrow { color: #484848; line-height: 17px; }
.fulllisting a.arrow:hover { color: #111111; }
.fulllisting .subselection ul li { WIDTH: auto; margin-left: 10px; margin-right: 35px; }

.map { border: solid #666666 1px; margin: 0px 2px; }

.columna { float: left; width: 50%; }
.columnb { float: left; width: 49%; }

.separation { float: left; width: 20px; }


.relatedinfo { border: 1px solid #D1D1D1; padding: 10px 0px 10px 10px; clear: both; background: #f8f8f8; width: auto; }
.relatedinfo a.arrow { margin-left: 0px; line-height: 18px; text-decoration: none; font-size:14px;  }
.relatedinfo a.arrow:hover { background: #d8d8d8; }

.notice { margin: 0px auto; font-family: sans-serif; font-weight: bold; text-align: center; padding: 10px; background-color: #CCCD94; border: 1px solid black; }

.alert { background: #fff5e1 url(/hgimages/notfound.gif) no-repeat 10px 50%; text-align: left; padding: 5px 20px 10px 50px; border: 1px solid #ffd171; position: relative; top: 0; margin: 5px auto 5px auto; width: 85%; }

.okay { background: #fff5e1 url(/hgimages/okay.gif) no-repeat 10px 50%; }	

.profile a { color: #114093; }
.profile a:hover { color: #000000; }

.profile a.underline2 { color: #555555; }
.profile a.underline2:hover { color: #000000; }

.profile a.arrow { margin-left: 10px; line-height: 18px; color: #495a4d; }
.profile a.arrow:hover { margin-left: 10px; line-height: 18px; color: #000000; }

.titlesection { FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #45543e; FONT-FAMILY: Verdana, Helvetica,Arial,"sans-serif"; WIDTH: 250px; border-bottom: 1px dotted #26455E; margin-bottom: 0px; padding-bottom: 0px; }

.bluebox { border: 1px solid  #036; }
.bluebox .title { background-color: #6987B1; color: #FFFFFF; text-align: center; height: 30px; Font-size: 15px; font-weight: bold; }
.bluebox .content { padding: 10px; color: #5E5E5E; }

.checkmark { margin-bottom: 10px; padding-bottom: 10px; }
.checkmark ul { margin-left: 10px; padding-left: 7px; }
.checkmark ul li { list-style-image: url(/hgimages/checkmark.gif); padding: 0px 0px 5px 5px; }

.presentation  { color: #3E3E3E; }
.presentation .content { color: #3E3E3E; }
.presentation .title { FONT-WEIGHT: bold; COLOR: #984806; FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; padding: 10px 0px 8px 0px; }
.presentation .subtitle  { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #4F6228; FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; font-style: italic; }

.presentation h2 { border-bottom: 1px dotted #d1815b; color: #703505; margin: 7px 0px 15px 0px; padding: 5px 0 2px; }
.presentation h2.smaller { font-size: 17px; margin: 0px 0px 10px 0px; }
.presentation h3 { FONT-SIZE: 1.4em;  color: #485b67; }
.presentation h4,.clear h4 a { color: #4e4e4e; font-size: 15px; font-weight: bold; }
.presentation h5 { font-weight: bold; color: #005501; font-size: 14px; }
.presentation a { text-decoration:underline; }

.presentation ul { margin-left: 20px; }
.presentation ul li { background: url(/hgimages/assets.png) -148px -331px no-repeat transparent; padding: 0 0 0px 10px; }
.presentation ul li:hover { background:  url(/hgimages/assets.png) -136px -347px no-repeat transparent; }

#wrapper { text-align: left; margin: 0px auto; padding: 0px; border: 0; width: 980px; background: url("/hgimages/leftcol.gif") repeat-y; }

.office { background-color: #f0f4e8; padding: 5px 5px 5px 4px; width: 300px; height: 70px; margin-right: 15px; margin-bottom: 25px; position: relative; border-top: 1px solid #9AA659; border-right: 2px solid #C8CEA6; border-left: 1px solid #C8CEA6; border-bottom: 2px solid #C8CEA6; }
.mainoffice { background-color: #e4ecd6; }

.video { PADDING: 6px 10px 10px 0px; }
.video h3 { MARGIN-TOP: 0px; FONT-FAMILY: "Trebuchet MS,Verdana,arial,Helvetica,sans-serif;"; MARGIN-BOTTOM: 10px; LETTER-SPACING: 0px; FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: #3a434c; }

.video p { LINE-HEIGHT: 17px; }
.video div { LINE-HEIGHT: 17px; }
.video .transcript { width: 280px; height: 200px; overflow: auto; padding: 5px; text-align: left; }

.scrollarea { width: 300px; height: 250px; border: none; float: left; overflow: auto; padding: 8px 5px 5px 5px; }

.bloc175 { float: left; width: 175px; height: 430px; background: url(/hgimages/bloc175.gif) left no-repeat; }
.bloc230 { float: left; width: 230px; height: 430px; background: url(/hgimages/bloctop.gif) left no-repeat; }

.fullheight { margin-bottom: -99999px; padding-bottom: 99999px;  }
.boxblue {border: 1px solid #bababa; background-image: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%); background-repeat: repeat; border-radius: 10px;}
.leftright10 { margin-right: 10px; margin-left: 10px; }
.dashboard-panel-4 { width: 31%; }
#equalheight {overflow: hidden;}

.tabcontainer { width: 360px; }
ul.tabs { margin: 0; padding: 0; float: left; list-style: none; height: 20px; width: 100%; }
ul.tabs li { float: left; margin: 0; padding: 0; height: 22px; line-height: 22px; border-left: none; border-radius: 5px 5px 0px 0px; margin-bottom: -1px; margin-right: 3px; background: #b5b5b5; overflow: hidden; position: relative; }
ul.tabs li a { color: #fff; text-decoration: none; display: block; font-size: 1.1em; padding: 0 10px; border: 0px solid #fff; outline: none; }
ul.tabs li a:hover { background: #8da1ae; border-radius: 5px 5px 0px 0px; }	
html ul.tabs li.active	, html ul.tabs li.active a:hover  { color: #ffffff; background: #516878; }

html ul.tabs li.totattorneys  { padding-left:60px;padding-bottom:12px;color: #b25b1a; background: transparent; }

.tab_container { border: 1px solid #cacaca; border-radius: 0px 5px 5px 0px; clear: both; float: left; width: 100%; background: #f5f5f5; }
.tab_content { color: #444; padding: 20px; }

.secondary { display: none; }
.tab_content h2 { color: #3a4851; font-weight: normal; padding-bottom: 5px; border-bottom: 1px dashed #a1a1a1; font-size: 1.3em; }
.login { margin-right: 15px; margin-top: 0px; border: 1px solid #a7c9de; border-radius: 5px; padding: 10px 10px 0px 10px; background-color: #e6edfc; }
.imgrss  { background: url('/hgimages/assets.png'); background-position: -110px -106px; width: 40px; height: 18px; border: none; padding-right: 6px; }
.submitgoogle { width: 18px; height: 18px; border: 0; cursor: pointer; background-position: -80px -0px; }
.tablepadding5 td{ padding: 5px; }
.checkmarklist { FONT-SIZE: 11px; FONT-FAMILY: "arial","times new roman","Times New Roman","Times","sans-serif"; margin: 0px 0px 0px 10px; padding-left: 12px; color: #555555; background: #fdfaf2 url(/hgimages/checkmark4.png) 0px 1px no-repeat; color: #a27919; font-weight: bold; }

#content ul { list-style: none; }
#content blockquote { padding: 0px; margin: 10px 20px 10px; border: none; }
#content h4 { font-weight: 700; }
#content .presentation h2 a { text-decoration: none; }
#content input[type=checkbox],#content input[type=radio] { display: inline; min-height: 0px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; }

.firmlogo {	float:right;margin:5px;border:none; }
.firmlogovertical {	float:right;margin:5px;border:none; }

.tableborder, .tableborder tr td, .tableborder tr th { border: #999999 solid 1px; }
.tableborder{ border-width: 0 0 1px 1px; border-spacing: 0; border-collapse: collapse; }
.tableborder tr td,.tableborder tr th { margin: 0; border-width: 1px 1px 0 0; padding: 5px; }

a.anchor { display: block; position: relative; top: -250px; visibility: hidden; } 

.button { display: inline-block; width: auto; padding: 0px 6px; color: #fff; height: 26px;margin-right:6px;
  font: bold 13px/24px helvetica, Arial, sans-serif;
  text-shadow: 0px 2px 2px #4d4d4d;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
a.button:hover,a.button:active {color:#fff;}
a.button-tiny:hover,a.button-tiny:active {color:#fff;}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
display: inline-block; width: auto; padding: 0px 10px; color: #fff; height: 24px;
  font: bold 13px/22px helvetica, Arial, sans-serif;
  text-shadow: 0px 2px 2px #4d4d4d;
  border-radius: 4px;
  text-decoration:none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: ##004a77;
  border: 1px solid #1778b3;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1977b2), to(#00416a));
  background-image: -moz-linear-gradient(90deg, #00416a, #1977b2);
  background-image: -o-linear-gradient(90deg, #00416a, #1977b2);
  background-image: -ms-linear-gradient(bottom, #00416a 0%, #1977b2 100%); /* IE10+ */	
}

.btn { border: 1px solid #d1cacd; border-radius: 0; font-family: inherit; font-size: 13px; font-weight: 500; color: #6b6363; text-shadow: 0 1px #ffffff; background: linear-gradient(to bottom, #fbfbfb 0%, #f3f3f1 100%); height:30px; }

a.button {color: #ffffff;text-decoration:none;}

.button-orange,input[type="submit"].button-orange
{ background: #df7000;
  border: 1px solid #ff7d09;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9433), to(#b74e00));
  background-image: -moz-linear-gradient(90deg, #b74e00, #ff9433);
  background-image: -o-linear-gradient(90deg, #b74e00, #ff9433);
  background-image: -ms-linear-gradient(bottom, #b74e00 0%, #ff9433 100%); /* IE10+ */
}
.button-orange:hover,a.button-orange:hover,input[type="submit"].button-orange:hover
{ background: #bf5200;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5872e), to(#9e4500));
  background-image: -moz-linear-gradient(90deg, #9e4500, #e5872e);
  background-image: -o-linear-gradient(90deg, #9e4500, #e5872e);
  background-image: -ms-linear-gradient(bottom, #9e4500 0%, #e5872e 100%); /* IE10+ */
}
.button-orange:active
{  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ff9433), to(#b74e00));
  background-image: -moz-linear-gradient(-90deg, #b74e00, #ff9433);
  background-image: -o-linear-gradient(-90deg, #b74e00, #ff9433);
  background-image: -ms-linear-gradient(bottom, #b74e00 0%, #ff9433 100%); /* IE10+ */
}
.button-darkblue
{ background: #004a77;
 border: 1px solid #1778b3;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1977b2), to(#00416a));
  background-image: -moz-linear-gradient(90deg, #00416a, #1977b2);
  background-image: -o-linear-gradient(90deg, #00416a, #1977b2);
  background-image: -ms-linear-gradient(bottom, #00416a 0%, #1977b2 100%); /* IE10+ */
}

.button-darkblue:hover
{ background: #003a5e;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#156799), to(#003252));
  background-image: -moz-linear-gradient(90deg, #003252, #156799);
  background-image: -o-linear-gradient(90deg, #003252, #156799);
  background-image: -ms-linear-gradient(bottom, #003252 0%, #156799 100%); /* IE10+ */
}

.button-darkblue:active
{ background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#1977b2), to(#00416a));
  background-image: -moz-linear-gradient(-90deg, #00416a, #1977b2);
  background-image: -o-linear-gradient(-90deg, #00416a, #1977b2);
  background-image: -ms-linear-gradient(bottom, #00416a 0%, ##1977b2 100%); /* IE10+ */
}

.button-green
{
  background: #219c0c;
  border: 1px solid #39b000;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1cb700), to(#317900));
  background-image: -moz-linear-gradient(90deg, #317900, #1cb700);
  background-image: -o-linear-gradient(90deg, #317900, #1cb700);
  background-image: -ms-linear-gradient(bottom, #317900 0%, #1cb700 100%); /* IE10+ */
}

.button-green:hover,a.button-gren:hover
{
  background: #388c00;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#189e00), to(#265e00));
  background-image: -moz-linear-gradient(90deg, #265e00, #189e00);
  background-image: -o-linear-gradient(90deg, #265e00, #189e00);
  background-image: -ms-linear-gradient(bottom,  #265e00 0%, #189e00 100%); /* IE10+ */
}

.button-green:active
{
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#1cb700), to(#317900));
  background-image: -moz-linear-gradient(-90deg, #317900, #1cb700);
  background-image: -o-linear-gradient(-90deg, #317900, #1cb700);
  background-image: -ms-linear-gradient(bottom, #317900 0%, #1cb700 100%); /* IE10+ */
}


.button-arrow {padding-right: 7px;}
.button-arrow span { float: left; width: auto;}
.button-arrow span.round-color { height: 20px;  width: 20px;  margin: 4px 0px 0px 8px;  border-radius: 10px;  -moz-border-radius: 10px;  -webkit-border-radius: 10px;}
.button-arrow b {  position: relative;  display: block;  height: 0px;  width: 0px;  border-style: solid;  top: 6px;  left: 9px;  border-width: 4px 5px;  border-color: transparent transparent transparent #fff;}
.button-orange span.round-color
{ background: #ba440c;
  /*--ADDING SHADOW--*/
  -webkit-box-shadow: 0px 1px 1px #ffb951; 
  -moz-box-shadow: 0px 1px 1px #ffb951;  
  box-shadow: 0px 1px 1px #ffb951;
}
.button-darkblue span.round-color
{  background: #00416a;
 -webkit-box-shadow: 0px 1px 1px #009dfb; /*--FOR SAFARI, CHROME, ETC.--*/
  -moz-box-shadow: 0px 1px 1px #009dfb;  /*--FOR MOZILLA--*/
  box-shadow: 0px 1px 1px #009dfb;
}

.button-tiny, a.button-tiny,input[type="submit"].button-tiny {height: 22px;font: 13px/18px Verdana, sans-serif;padding: 0 10px 0 10px;text-shadow:none;text-decoration:none}

a.button-arrowtrailer::after { font-size:10px;padding-left:6px;content: "\25BA"; }

/*--FOR MOZILLA--*/
button::-moz-focus-inner {	padding: 0px; border: none;}	
/*------------------ Google Adsense ---------- */
.gresponsive { width: 320px; height: 100px; }
@media(min-width: 500px) { .gresponsive { width: 468px; height: 60px; } }
@media(min-width: 1100px) { .gresponsive { width: 728px; height: 90px; } }

.gresponsivebottom { width: 320px; height: 100px; }
@media(min-width: 500px) { .gresponsivebottom { width: 468px; height: 60px; } }
@media(min-width: 750px) { .gresponsivebottom { width: 720px; height: 90px; } }
@media(min-width: 1100px) { .gresponsivebottom { display:none !important; } }

.gresponsivemiddle { width: 720px; height: 90px; }
@media(max-width: 1100px) { .gresponsivemiddle { display:none !important; } }


/* Generic Bar */

.hg-top-bar { margin-bottom: 10px; width: 100%; }
.hg-top-bar a {color: #556F9D;font-size:17px;text-decoration:none;text-transform: none;font-weight: 600;margin-right:0px;}
.hg-top-bar a:hover {background:transparent}
.hg-top-bar a span:hover {text-decoration:underline;background:transparent;color: #374765;}
.hg-top-bar a.separator:before {content: ">"; margin-right:5px;margin-left:5px;}
.hg-top-bar .button {height:24px; font: bold 13px/22px helvetica, Arial, sans-serif; padding: 0px 6px;margin-bottom:3px;color:#ffffff;margin-right:10px;}
.hg-top-bar .local {color:#333;font-weight: 600;}
.hg-top-bar .local:before {content: ">"; margin-right:5px;margin-left:5px;color: #556F9D;}


/*================== New Styles ==================*/
.guide { width:100%; height:auto; float:left; padding:0; margin:0 0 0 0; }
.guide h1 {  margin:0 0 15px 0; padding:0; }
.guide h2 { margin:0 0 20px 0; padding:0; }
.guide .lft { width:60%; height:auto; float:left; padding:0; margin:0; }
.guide .lft .imghldr { width:100%; height:auto; text-align:center; padding:0; margin:0 0 20px 0; max-height:220px; overflow:hidden; }
.guide .lft .imghldr img { max-width:100%; }
.guide .lft p { font:300 15px/24px sans-serif; color: #494949; margin:0; padding:0; }
.guide .rht { width:40%; height:auto; float:left; padding:0 0 0 10px; margin:0; }
.guide .rht .imghldr { width:100%; height:auto; text-align:center; padding:0; margin:0 0 10px 0; max-height:200px; overflow:hidden; }
.guide .rht .imghldr img { max-width:100%; }
.guide .rht ul { width:100%; height:auto; float:left; padding:0; margin:0; list-style-type:none; border:1px solid #e0e0e0; border-radius:5px; }
.guide .rht ul li { width:100%; height:auto; float:left; padding:0; margin:0; border-bottom:1px solid #e0e0e0; color: #494949; }
.guide .rht ul li:last-child { border:none; }
.guide .rht ul li a { display:block; color:inherit; text-decoration:none; margin:0; padding:3px 10px;font-weight: normal	; }
.guide .rht ul li a:hover { background:#f1f1f1; }
.guide .rht ul li a.active { background: #85af7d; color:#fff; }
.guide .rht ul li a:focus { background:#85af7d color:#fff; }
.guide .rht ul li:first-child a { border-radius:5px 5px 0 0; }
.guide .rht ul li:last-child a { border-radius:5px 5px 0 0; }
.guide .rht ul li a.title { background: #19578d; color:#fff;}
.guide .searcharticle {width:100%; }

.listmenu {float:right;width:250px;margin-left:20px;}
.listmenu .rht{width:100%;}
.listmenu .rht ul{list-style:none;border:1px solid #999;background-color:#fdfdfd;}
.listmenu .rht ul li a{padding:2px 5px;}

.findDiv { width:98%; height:auto; float:left; padding:12px; background:#59677b; border-radius:3px; margin: 15px 15px 25px 15px;}
.findDiv ul { width:100%; height:auto; float:left; padding:0; margin:0; list-style-type:none; }
.findDiv ul li { width:auto; height:auto; float:left; padding:0; margin:0 10px 0 0; }
.findDiv ul li:last-child { margin:0; }
.findDiv ul li:nth-child(1) { width:19%; }

.findDiv ul li:nth-child(2) { width:27%; }
.findDiv ul li:nth-child(3) { width:27%;}
.findDiv ul li label {  width:19%;font:600 16px/32px  sans-serif; color: #fff; margin:0; padding:0; white-space:nowrap; }
.findDiv ul li:nth-child(4) { width:19%; }

.findDiv ul li input[type="text"] { width:100%; height:32px; float:left; padding:0 10px; margin:0; background:#fff; border:none; font:700 14px/32px sans-serif; color: #888689; }
.findDiv ul li input[type="submit"] { width:auto; height:32px; float:left; background:#d47d07; font:600 16px/32px sans-serif; color: #fff; text-transform:uppercase; border:none; padding:0 25px; margin:0; text-shadow:none; border-radius:0; }

.findarticle { width:98%; height:auto; float:left; padding:8px; background:#f1f1f1; border-radius:3px; border: solid 1px #454545; margin: 0 15px 25px 15px; }
.findarticle ul li:nth-child(2) { width:60%; }

.presentation .guidepage ul li {background: none; }
.presentation .guide .rht ul li {background: none; }
.guidepage { width:100%; height:auto; float:left; padding:25px; margin:0; border:2px solid #d7d7d7; border-radius:5px; }
.guidepage ul { width:100%; height:auto; float:left; padding:0; margin:0; list-style-type:none; }
.guidepage ul li { width:100%; height:auto; float:left; padding:0 0 15px 0; margin:0 0 12px 0; border-bottom:1px dashed #d5d5d6; }
.guidepage ul li:last-child { border:none; padding:0; margin:0; }
.guidepage ul li h3 { font:600 16px/26px sans-serif; color: #d47d07; margin:0 0 10px 0; padding:0 0 0 0px; }
.guidepage ul li h3 a { color:inherit; text-decoration:none; }
.guidepage ul li h3 a:hover { background:none; }
.guidepage ul li h3 a img { margin:0 15px 0 0; }
.guidepage ul li p { font:300 14px/24px sans-serif; color: #676767; margin:0; padding:0; }
.guidepage ul li a.rdmr { float:right; width:auto; height:30px; padding:0 10px; margin:0; background:#5E677A; font:700 12px/30px sans-serif; color: #fff; text-transform:uppercase; text-decoration:none; border:2px solid #5E677A; border-radius:5px;}

@media screen and (max-width: 767px) { 
body {line-height:24px;}
.listmenu {float:none; display: flex;margin-right:auto;margin-left:auto;}
.linklist,.linklistmain {line-height:26px;}
.button {height: 19px;font: 11px/18px Verdana, sans-serif;padding: 0px 8px;letter-spacing: 0.06em;text-shadow:none;text-decoration:none}
.fourcolumns {display: flex;flex-flow: row wrap;justify-content: flex-end;}
.colfirst{-webkit-order: -1;order: -1;}
.colsecond{-webkit-order: 3;order: 3;}
.colthird{-webkit-order: 2;order: 2;}
.colfourth{-webkit-order: 4;order: 4;}
.listingoverview { width: 95%; }
.col-content { padding: 0 5px;}
.tab_content { padding: 5px; }
}

@media screen and (min-width: 992px) and (max-width: 1199px) { 
.findDiv ul li:nth-child(2) { width:27%; }
.findDiv ul li:nth-child(3) { width:27%; }
}

@media only screen and (max-width: 991px) {
.findDiv ul li:nth-child(1) { width:100%; }
.findDiv ul li:nth-child(2) { width:33%; }
.findDiv ul li:nth-child(3) { width:33%; }
}

@media screen and (min-width: 750px) and (max-width: 991px) { 
.findDiv ul li:nth-child(1) { width:100%; }
.findDiv ul li:nth-child(2) { width:38%; }
.findDiv ul li:nth-child(3) { width:38%; }
}

@media only screen and (max-width: 667px) {
.findDiv ul li:nth-child(2) { width:25%; }
.findDiv ul li:nth-child(3) { width:25%; }
.findDiv {padding:7px;  border-radius:2px; margin: 0 5px 15px 5px;}
.findDiv ul li label { font:600 14px/18px sans-serif;}
.findDiv ul li input[type="submit"] {height: 24px;padding: 0 12px;font: 600 14px/18px sans-serif;}
.findDiv ul li input[type="text"] { height: 24px; font: 700 14px/24px  sans-serif;}
.button-arrow span.round-color { height: 15px;  width: 15px;  margin: 2px 0px 0px 8px; }
.button-arrow b {top: 3px;left: 6px;}}

@media only screen and (max-width: 600px) {
.firmlogo {	display:block;float:none; margin: auto; }
}

@media only screen and (max-width: 414px) {
.guide .lft { width:100%; margin:0 0 30px 0; }
.guide .rht { width:100%; padding:0; }
.findDiv ul li { width:100%; margin:0 0 10px 0; }
.findDiv ul li:nth-child(2) { width:100%; }
.findDiv ul li:nth-child(3) { width:100%; }
.guidepage ul li a.rdmr { float:left; margin:15px 0 0 0; }
}

@media (min-width: 767px)
{
.xsonly { display: none !important;}
}

/* for print */
@media print {
footer{display:none !important;}
header {display:none !important;}
.hg-main-menu {display:none !important;}
.subselection  { float:none; display:inline-block }
.tabs  { display:none !important; }
.col-right-side, .col-left-side { display:none !important;}
.noprint, .skipCode, .accessLinksMiddle, #footerStrip, #belowTree, #browseHappy {display:none !important;}
.contentby  {display: inline-block; float:right; width: 35%; border:1px #b2b2b2 solid; padding:7px; margin: 5px 5px 0px 5px;border-radius: 6px;box-shadow: none; }
.contentby .more {display:none !important; }
}

