/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Markup Styles
---------------------------------------- */
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body{font-family:'Montserrat',Arial,Helvetica,Verdana,sans-serif;font-size:13px;line-height:normal;margin:0;padding:0;word-wrap:break-word}
*,*::after,*::before{margin:0;padding:0;box-sizing:border-box}
h1 {
	/* Forum name */
	margin-right: 200px;
	margin-top: 15px;
	font-weight: bold;
	font-size:1.7em;
}

h2 {
	/* Forum header titles */
	font-weight: normal;
	font-size:1.7em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
/*	font-size: 1.1em;*/
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	border: 0 solid transparent;
	border-top-width: 1px;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top-style: dashed;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

p.jumpbox-return {
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
}

b, strong {
	font-weight: bold;
}

.text-strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.text-italics {
	font-style: italic;
}

u {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	display: list-item;
}

ul ul, ol ul {
	list-style-type: circle;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
	list-style-type: square;
}


/* Main blocks
---------------------------------------- */
#wrap{margin:0 auto;max-width:1154px;min-width:625px;padding:30px}

.page-body {
	margin: 4px 0;
	clear: both;
}

.page-footer {
	clear: both;
}

.page-footer h3 {
	margin-top: 20px;
}

/* Site description and logo */
.site-description {
	float: left;
	width: 65%;
}

.site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: transparent none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 5px;
	border-radius: 0px;
	border: 1px solid #a9b8c2;
}

.navbar{padding: 3px 10px;border-radius: 0px;border: 1px solid #a9b8c2}

.forabg {
	background:transparent none repeat-x 0 0;
	margin-bottom:18px;
	clear:both;
	border-radius:0px;
}

.forumbg {
	background: transparent none repeat-x 0 0;
	margin-bottom: 7px;
	clear: both;
	border-radius: 0px;
}

.panel {
	margin-bottom: 4px;
	padding: 5px 10px;
	border-radius: 0px;
	border: 1px solid #d2d2d2;
}

.post {
	padding: 5px 10px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-radius: 0px;
	position: relative;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

/* Horizontal lists
----------------------------------------*/
.navbar ul.linklist {
	padding: 8px 0;
}

ul.linklist {
	display: block;
	margin: 0;
}

#cp-main .panel {
	padding: 5px 10px;
}

ul.linklist > li{
	float: left;
	/*font-size: 1.1em;*/
	line-height:1.5em;
	list-style-type: none;
	margin-right: 7px;
	/*padding-top: 1px;*/
	width: auto;
}

ul.linklist > li.rightside, p.rightside, a.rightside {
	float: right;
	margin-right: 0;
	margin-left: 7px;
	text-align: right;
}

ul.navlinks{border-top: 1px solid transparent;padding-top: 0 !important}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

ul.linklist li.responsive-menu {
	position: relative;
	margin: 0 5px;
}

ul.linklist li.responsive-menu a.responsive-menu-link {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	position: relative;
	width: 16px;
	line-height: 20px;
	text-decoration: none;
}

ul.linklist li.responsive-menu a.responsive-menu-link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	height: .125em;
	width: 14px;
	border-bottom: 0.125em solid transparent;
	border-top: 0.375em double transparent;
}

.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
	max-width: 48%;
}

.hasjs ul.linklist.fullwidth {
	max-width: none;
}

li.responsive-menu.dropdown-right .dropdown {
	left: -9px;
}

li.responsive-menu.dropdown-left .dropdown {
	right: -6px;
}

ul.linklist .dropdown {
	top: 22px;
}

ul.linklist .dropdown-up .dropdown {
	bottom: 18px;
	top: auto;
}

/* Bulletin icons for list items
----------------------------------------*/
ul.nav-footer.linklist> li:before {
	display: inline-block;
	content: "\2022";
	font-size: inherit;
	line-height: inherit;
	padding-right: 4px;
}

ul.linklist.bulletin > li:first-child:before,
ul.linklist.bulletin > li.rightside:last-child:before {
	content: none;
}

ul.linklist.bulletin > li.no-bulletin:before {
	content: none;
}

.responsive-menu:before {
	display: none !important;
}

/* Profile in overall_header.html */
.header-profile {
	display: inline-block;
	vertical-align: top;
}

a.header-avatar,
a.header-avatar:hover {
	text-decoration: none;
}

.header-avatar img {
	margin-bottom: 2px;
	max-height: 20px;
	vertical-align: middle;
	width: auto;
}

.header-avatar span:after {
	content: '\25BC';
	display: inline-block;
	font-size: 9px;
	float: right;
	padding-left: 2px;
	opacity: 0.7;
}

/* Dropdown menu
----------------------------------------*/
.dropdown-container {
	position: relative;
}

.dropdown-container-right {
	float: right;
}

.dropdown-container-left {
	float: left;
}

.nojs .dropdown-container:hover .dropdown {
	display: block !important;
}

.dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 1.2em;
	z-index: 2;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 9px 0 0;
	margin-right: -500px;
}

.dropdown.live-search {
	top: auto;
}

.dropdown-container.topic-tools {
	float: left;
}

.dropdown-up .dropdown {
	top: auto;
	bottom: 1.2em;
	padding: 0 0 9px;
}

.dropdown-left .dropdown, .nojs .rightside .dropdown {
	left: auto;
	right: 0;
	margin-left: -500px;
	margin-right: 0;
}

.dropdown-button-control .dropdown {
	top: 24px;
}

.dropdown-button-control.dropdown-up .dropdown {
	top: auto;
	bottom: 24px;
}

.dropdown .pointer, .dropdown .pointer-inner {
	position: absolute;
	width: 0;
	height: 0;
	border-top-width: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px dashed transparent;
	border-right: 10px dashed transparent;
	-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
	display: block;
}

.dropdown-up .pointer, .dropdown-up .pointer-inner {
	border-bottom-width: 0;
	border-top: 10px solid transparent;
}

.dropdown .pointer {
	right: auto;
	left: 10px;
	top: 0;
	z-index: 3;
}

.dropdown-up .pointer {
	bottom: -1px;
	top: auto;
}

.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer {
	left: auto;
	right: 10px;
}

.dropdown .pointer-inner {
	top: auto;
	bottom: -11px;
	left: -10px;
}

.dropdown-up .pointer-inner {
	bottom: auto;
	top: -11px;
}

.dropdown .dropdown-contents {
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	min-width: 40px;
	max-height: 300px;
}

.dropdown-contents a {
	display: block;
	padding: 5px;
}

.jumpbox {
	margin: 5px 0;
}

.jumpbox .dropdown li {
	border-top: 1px solid transparent;
}

.jumpbox .dropdown-select {
	margin: 0;
}

.jumpbox .dropdown-contents {
	padding: 0;
	text-decoration: none;
}

.jumpbox .dropdown-contents li {
	padding: 0;
}

.jumpbox .dropdown-contents a {
	margin-right: 20px;
	padding: 5px 10px;
	text-decoration: none;
	width: 100%;
}

.jumpbox .spacer {
	display: inline-block;
	width: 0px;
}

.jumpbox .spacer + .spacer {
	width: 20px;
}

.dropdown-contents a {
	display: block;
	padding: 5px;
}

.jumpbox .dropdown-select {
	margin: 0;
}

.jumpbox .dropdown-contents a {
	text-decoration: none;
}

.dropdown li {
	border-top: 1px dotted transparent;
	float: none !important;
	line-height: normal !important;
	font-size:12px !important;
	list-style: none;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	text-align: left;
}

.dropdown-contents > li {
	padding-right: 15px;
}

.dropdown-nonscroll > li {
	padding-right: 0;
}

.dropdown li:first-child, .dropdown li.separator + li, .dropdown li li {
	border-top: 0;
}

.dropdown li li:first-child {
	margin-top: 4px;
}

.dropdown li li:last-child {
	padding-bottom: 0;
}

.dropdown li li {
	border-top: 1px dotted transparent;
	padding-left: 18px;
}

.wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li {
	white-space: normal;
}

.dropdown li.separator {
	border-top: 1px solid transparent;
	margin: 4px 0;
	padding: 0;
}

.dropdown li.separator:first-child, .dropdown li.separator:last-child {
	display: none !important;
}

/* Responsive breadcrumbs
----------------------------------------*/
.breadcrumbs .crumb {
	float: left;
	font-weight: bold;
	word-wrap: normal;
}

.breadcrumbs .crumb:before {
	content: '\2039';
	font-weight: bold;
	padding: 0 0.5em;
}

.breadcrumbs .crumb:first-child:before {
	content: none;
}

.breadcrumbs .crumb a {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
	overflow: hidden;
}

.breadcrumbs.wrapped .crumb a { letter-spacing: -.3px; }
.breadcrumbs.wrapped .crumb.wrapped-medium a { letter-spacing: -.4px; }
.breadcrumbs.wrapped .crumb.wrapped-tiny a { letter-spacing: -.5px; }

.breadcrumbs .crumb.wrapped-max a { max-width: 120px; }
.breadcrumbs .crumb.wrapped-wide a { max-width: 100px; }
.breadcrumbs .crumb.wrapped-medium a { max-width: 80px; }
.breadcrumbs .crumb.wrapped-small a { max-width: 60px; }
.breadcrumbs .crumb.wrapped-tiny a { max-width: 40px; }

/* Table styles
----------------------------------------*/
table.table1 {
	width: 100%;
}

.ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid transparent;
}

table.table1 td {
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid transparent;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid transparent;
	text-align: left;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .center		{ text-align: center; }
table.table1 .reportby	{ width: 15%; }
table.table1 .posts		{ text-align: center; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0;
}

.forumbg-table > .inner {
	margin: 0 -1px;
}

.color_palette_placeholder table {
	border-collapse: separate;
	border-spacing: 1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
	max-width: 100%;
}

.left-box.profile-details {
	width: 80%;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
	max-width: 100%;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	float: left;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clearfix, fieldset dl, ul.topiclist dl, dl.polls {
	overflow: hidden;
}

fieldset.fields1 ul.recipients {
	list-style-type: none;
	line-height: 1.8;
	max-height: 150px;
	overflow-y: auto;
}

fieldset.fields1 dd.recipients {
	clear: left;
	margin-left: 1em;
}

fieldset.fields1 ul.recipients  input.button2{
	font-size: 0.8em;
	margin-right: 0;
	padding: 0;
}

fieldset.fields1 dl.pmlist > dt {
	width: auto !important;
}

fieldset.fields1 dl.pmlist dd.recipients {
	margin-left: 0 !important;
}

/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar{font-size:11px;margin:15px 0}

.forabg + .action-bar {
	margin-top: 2em;
}

.action-bar .button {
	margin-right: 5px;
	float: left;
}

.action-bar .button-search{margin-right:0;color:#1c72e4}

/* Pagination
---------------------------------------- */
.pagination {
	float: right;
	font-size: 11px;
	margin-top: 3px;
	text-align: right;
	width: auto;
}

.action-bar.bar-bottom .pagination {
	margin-top: 0;
}

.action-bar .pagination .button {
	margin-right: 0;
	float: none;
}

.pagination > ul {
	display: inline-block;
	list-style: none !important;
	margin-left: 5px;
}

.pagination > ul > li {
	display: inline-block !important;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: middle;
}

.pagination li a, .pagination li span {
	border: 1px solid transparent;
	border-radius: 2px;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 13px;
	min-width: 10px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	box-sizing: content-box;
}

.pagination li.ellipsis span {
	border: none;
	padding: 0;
}

.pagination li.page-jump {
	margin-right: 5px;
}

.pagination li.page-jump a, .pagination li.next a, .pagination li.previous a {
	background-repeat: no-repeat;
	font-size: 0;
	height: 13px;
	/*width: 11px;*/
}

/*.pagination li.page-jump a {
	background-position: 0 2px;
	width: 24px;
}

.pagination li.next a {
	background-position: -50px 2px;
}

.pagination li.previous a {
	background-position: -30px 2px;
}

.pagination li.page-jump a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger { background-position: 0 -18px; }
.pagination li.next a:hover { background-position: -50px -18px; }
.pagination li.previous a:hover { background-position: -30px -18px; }*/

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination > ul {
	margin: 0;
}

.row .pagination li a, .row .pagination li span{border-radius:1px;padding:1px 3px;font-size:9px}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
	border: 1px solid transparent;
	display: none;
	left: 0;
	padding: 0 25px 20px 25px;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 50;
	width: 620px;
	margin: 0 auto;
}

@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
{
	.phpbb_alert {
		top: 25px;
	}
}

.phpbb_alert .alert_close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none !important;
	background: transparent none 0 0 no-repeat;
	margin-top: -7px;
	margin-right: -31px;
}
.phpbb_alert .alert_close:hover {
	background-position: 0 -16px;
}

.phpbb_alert p {
	margin: 8px 0;
	padding-bottom: 8px;
}

.phpbb_alert label {
	display: block;
	margin: 8px 0;
	padding-bottom: 8px;
}

.phpbb_alert div.alert_text > p,
.phpbb_alert div.alert_text > label,
.phpbb_alert div.alert_text > select,
.phpbb_alert div.alert_text > textarea,
.phpbb_alert div.alert_text > input {
	font-size: 1.1em;
}

.darkenwrapper {
	display: none;
	position: relative;
	z-index: 44;
}

.darken {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 45;
}

.loading_indicator {
	background: center center no-repeat;
	border-radius: 4px;
	display: none;
	opacity: 0.8;
	margin-top: -50px;
	margin-left: -50px;
	height: 50px;
	width: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 51;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 5px;
	text-align: center;
}
.footer-row{font-size:12px;line-height:1.8;margin:0}

.small {
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	font-weight: bold;
	font-size: 1em;
}

div.rules{margin:15px 0;font-size:12px;padding:12px}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

p.post-notice {
	position: relative;
	padding: 5px;
	padding-left: 26px;
	min-height: 14px;
	margin-bottom: 1em;
}

p.post-notice:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 28px;
	background: transparent none 50% 50% no-repeat;
	pointer-events: none;
}

form > p.post-notice strong {
	line-height: 20px;
}

#jumpbox {
	margin: 5px 0;
}

.stat-block {
	clear: both;
}
.top-anchor {
	display: block;
	position: absolute;
	top: -20px;
}
#top {
	position: absolute;
	top: -20px;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* Inner box-model clearing */
.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
.tabs > ul:after,
.minitabs > ul:after,
.postprofile .avatar-container:after {
	clear: both;
	content: '';
	display: block;
}

.emoji {
	min-height: 18px;
	min-width: 18px;
	height: 1em;
	width: 1em;
}
.hidden {
	display: none;
}

.smilies {
	vertical-align: text-bottom;
}

.icon-notification {
	position: relative;
}

.member-search {
	float: left;
	margin: 0;
	padding: 6px 10px;
}

.member-search strong {
	font-size: 0.95em;
}

.dropdown-extended {
	display: none;
	z-index: 1;
}

.dropdown-extended ul {
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	clear: both;
}

.dropdown-extended ul li {
	padding: 0;
	margin: 0 !important;
	float: none;
	border-top: 1px solid;
	list-style-type: none;
	font-size: 0.95em;
	clear: both;
	position: relative;
}

.dropdown-extended ul li:first-child {
	border-top: none;
}

.dropdown-extended ul li.no_notifications {
	padding: 10px;
}

.dropdown-extended .dropdown-contents {
	max-height: none;
	padding: 0;
	position: absolute;
	width: 340px;
}

.nojs .dropdown-extended .dropdown-contents {
	position: relative;
}

.dropdown-extended .header {
	padding: 0 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px white;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 1px solid;
	border-radius: 4px 4px 0 0;
}

.dropdown-extended .header .header_settings {
	float: right;
	font-weight: normal;
	text-transform: none;
}

.dropdown-extended .header .header_settings a {
	display: inline-block;
	padding: 0 5px;
}

.dropdown-extended .header:after {
	content: '';
	display: table;
	clear: both;
}
.dropdown-extended .footer {
	text-align: center;
	font-size: 1.1em;
}

.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
	padding: 8px;
}

.dropdown-extended .footer > a {
	padding: 5px 0;
}

.dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
	display: block;
	text-decoration: none;
}

.notification_list ul li img {
	float: left;
	max-height: 50px;
	max-width: 50px;
	width: auto !important;
	height: auto !important;
	margin-right: 5px;
}

.notification_list ul li p {
	margin-bottom: 4px;
	font-size: 1em;
}

.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification_list p.notification-time {
	font-size: 10px;
	margin: 0;
	text-align: right;
}

.notification_list div.notifications {
	margin-left: 50px;
	padding: 5px;
}

.notification_list div.notifications a {
	display: block;
}

.notification_list p.notifications_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px !important;
}

.notification_list p.notifications_title strong {
	font-weight: bold;
}

.notification_list p.notifications_time {
	font-size: 10px !important;
}

.notification_text {
	margin-left: 58px;
}

.badge {
	border-radius: 10px;
	opacity: 0.8;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
	line-height: 1;
	float: right;
	display: inline-block;
	margin-left: 3px;
	vertical-align: baseline;
	position: relative;
	top: 3px;
	padding: 4px 6px;
}

.badge.hidden {
	display: none;
}


/* Navbar specific list items
----------------------------------------*/
.linklist .quick-links {
	margin: 0 7px 0 0;
}

.linklist.compact .rightside > a > span {
	display: none;
}

#quick-links {
	margin: 0 7px 0 0;
}

#quick-links a.responsive-menu-link {
	display: block;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	width: auto;
}

#quick-links a.responsive-menu-link:before {
	font-size: 16px;
	line-height: 16.5px;
}

.compact #quick-links a.responsive-menu-link {
	font-size: 0;
}

.compact .icon-notification > a > span, .compact .icon-pm > a > span {
	display: none;
}

.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
	padding-left: 2px;
}

.dropdown-page-jump .dropdown {
	top: 20px;
}

.dropdown-page-jump.dropdown-up .dropdown {
	bottom: 20px;
}

.dropdown-page-jump input.tiny {
	width: 50px;
}

.dropdown .clone.hidden  {
	display: none;
}

.dropdown .clone.hidden + li.separator {
	display: none;
}

.dropdown .clone.hidden + li {
	border-top: none;
}

/* New theme styles */
/* Header */
/* Default styles */
.inner-container{max-width:1154px;margin:auto}
.box{background:#ffffff;padding:33px;border-radius:3px;box-shadow:0px 0px 5px 0px #aaa}
/* Header */
header{background:#ffffff;border-bottom:1px solid #d3d3d3}
.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}
/* Header */
.logo{display:inline-block;vertical-align:middle}
#menu{display:inline-block;vertical-align:middle;margin-left:16px;z-index:1}
#menu > li{float:left;list-style:none;height:78px;position:relative}
#menu > li::after,#menu > li:first-child::before{content:"";background:#d3d3d3;height:55px;width:1px;position:absolute;right:0;top:11px}
#menu > li:first-child::before{left:0;right:auto}
#menu > li:last-child a{background-color:#1c72e4;color:#fff;padding:0 14px;margin-left:16px;border:none;height:30px;font-size:14px;font-weight:bold}
#menu > li > a{padding:0 8px;text-decoration:none;text-align:center;color:#000000;font-size:13px;height:100%;border-bottom:5px solid transparent;display:flex;align-items:center}
#menu > li > a:hover,#menu > li > a.active{border-bottom:5px solid #1c72e4;color:#1c72e4}
#menu > li:last-child{height:auto;padding-top:24px}
#menu > li:last-child::after{display:none}
#menu > li:last-child > a:hover{border:none;color:white}
nav .btn-menu{cursor:pointer;transition:all 0.4s;display:none;float:right;margin-top:7px}
nav .btn-menu::after{width:50px;height:47px;content:"";background:url('https://www.top-law-schools.com/images/menu-btn-new.png') no-repeat;transition:all 0.4s;display:inline-block;background-size:contain}
nav #btn-menu{display:none}
nav #btn-menu:checked ~ #menu{display:inline-block;z-index:1}
nav #btn-menu:checked + .btn-menu::after{background:url('https://www.top-law-schools.com/images/menu-close-btn-new.png') no-repeat;background-size:contain;content:""}
.sub_nav{display:none}
#menu > li:hover .sub_nav{display:block}
.sub_nav{position:absolute;left:0;top:100%;min-width:285px;box-shadow:5px 8px 7px 3px rgba(0,0,0,0.3);border:3px solid #1c72e4;z-index:1}
.sub_nav li{display:block;width:100%}
.sub_nav li a{display:block;background-color:#1c72e4;color:white;padding:8px 10px;border-bottom:1px solid #ffffff}
.sub_nav li:last-child a{border:none}
.sub_nav li a:hover{text-decoration:none;background-color:black}
.accord-arrow{height:30px;width:30px;border:1px solid #1c72e4;background-color:#1c72e4;color:white;font-size:20px;position:absolute;text-align:center;line-height:26px;right:3px;top:3px;display:none;cursor:pointer;}
.accord-arrow::after{content:"+";display:inline-block}
.page-header .inner-container{padding:0 50px}
.page-header .navbar{border:none;padding:0}
.forum_time{float:right !important}
.top_advert,.bottom_advert{margin:30px 0;text-align:center}
p.right.time{margin:6px 0 0;font-size:12px;font-weight:600;color:#aaaaaa}
ul.forums dt,ul.forums dd{line-height:19px}
ul.forums dl{display:flex}
ul.forums dd{border-left:1px solid #d7e5fa;padding:9px 10px}
ul.forums dt{padding:9px 0}
ul.topiclist dd.lastpost{padding:9px 10px !important}
ul.topiclist.head{border-top-left-radius:2px;border-top-right-radius:2px}

/* Metered Paywall */
.paywall_wrap{position:relative;min-height:450px}
.paywall_wrap > .post *{color:transparent !important;text-shadow:0 0 5px rgb(0, 0, 0)}
.paywall_wrap::after{content:"";display:inline-block;position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.6);z-index:2;left:0;top:0}
.paywall-article{background:#808080;text-align:center;padding:15px 20px;border:1px solid #808080;color:white;max-width:500px;z-index:3;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;height:auto;width:100%;max-height:375px;box-shadow:-2px 2px 10px 5px #cccccc}
.paywall_wrap .post .inner{max-height:200px;overflow:hidden;padding:20px}
.paywall-article p.tagline{font-weight:bold;font-size:22px;margin-bottom:0}
.paywall-article h2{font-size:41px;margin-top:19px;margin-bottom:0;color:white}
.paywall-article .matter{font-size:15px;font-weight:bold;margin:20px 0}
.paywall-article .cost{font-size:20px;margin-top:15px;margin-bottom:0}
.paywall-article .email_wrapper{position:relative;margin-top:19px;border:1px solid white}
.paywall-article .email_wrapper input[type='text']{width:100%;padding:10px;border:1px solid #d2d2d2; font-size:14px; color:#000000;}
.paywall-article .email_wrapper button{position:absolute;right:0;top:0;height:100%;background:#1c72e4;
 color:white;font-weight:bold;font-size:17px;width:38%;border:0;cursor:pointer}
.paywall-article .member_login{margin:19px 0 0;font-size:13px;color:black}
.paywall-article .member_login a{color:white}
.popup_02{background:#808080;color:white;padding:20px}
.popup_02 p.tagline{color:white;font-size:27px}
.popup_02 h2{font-size:45px;color:white;margin-top:28px;font-weight:bold}
.popup_02 .cost{font-size:26px;margin-top:30px;font-weight:bold}
.popup_02 .email_wrapper{margin-top:55px;border:1px solid white}
.popup_02 .email_wrapper input[type='text']{border:0}
.popup_02 .member_login{color:black;margin-top:40px}
.popup_02 .member_login a{color:white}
.popup_03 {background:#eeeeee;border-color:#d2d2d2;color:black}
.popup_03 p.tagline{font-size:32px;font-weight:normal;color:#1c72e4}
.popup_03 h2{font-size:40px;font-weight:bold;margin-top:14px;color:black}
.popup_03 .cost{font-size:29px;margin-top:10px}
.popup_03 .email_wrapper{margin-top:14px;border-color:#808080}
.popup_03 .member_login a{color:#1c72e4}
.popup_04{background:#c6c9ce;color:black;border-color:#bbbbbb}
.popup_04 p.tagline{font-size:35px}
.popup_04 h2{color:#1c72e4;font-size:58px;font-weight:bold}
.popup_04 .cost{font-size:25px;margin-top:30px}
.popup_04 .member_login a{color:#1c72e4}
.popup_04 .email_wrapper{border-color:#808080}
.popup_05{padding:0;background:white}
.popup_05 p.tagline{font-size:24px;font-weight:normal;line-height:normal;padding:12px 20px;background:#808080}
.popup_05 h2{font-size:29px;font-weight:500;color:black;margin-top:12px}
.popup_05 .email_wrapper{margin-top:10px;border-color:#808080}
.popup_05 .form_wrapper{padding:0 20px}
.popup_05 .member_login a{color:#1c72e4}
.popup_06{background:#ffffff;color:black}
.popup_06 h2{font-size:61px;color:black;font-weight:bold;line-height:61px;margin-top:0}
.popup_06 .cost{font-size:24px;line-height:normal;margin-top:14px}
.popup_06 .email_wrapper{border-color:#808080;margin-top:15px}
.popup_06 .member_login{margin-top:15px}
.popup_06 .member_login a{color:#1c72e4}
@media screen and (max-width:499px)
{
	.paywall-article{max-height:300px;padding:10px}
	.paywall-article::before{top:-76px;height:75px}
 	.paywall-article p.tagline{font-size:16px}
 	.paywall-article .cost{font-size:15px;margin-bottom:0;margin-top:12px}
 	.paywall-article h2{font-size:19px;margin-top:15px}
 	.paywall-article .matter{margin:15px 0}
 	.paywall-article .email_wrapper{margin-top:15px;border:none}
 	.paywall-article .email_wrapper button{position:static;margin-top:10px;width:100%;text-align:center;
  padding:10px;border:1px solid white;height:auto}
  	.paywall-article .member_login{margin-top:12px}
  	.popup_02{max-height:280px}
  	.popup_02 h2{font-size:24px}
  	.popup_02 p.tagline{font-weight:normal}
  	.popup_02 .cost{margin-top:10px;font-weight:normal}
  	.popup_02 .member_login{margin-top:20px}
  	.popup_03{max-height:300px}
  	.popup_05{max-height:370px}
  	.popup_06{max-height:260px}
  	.popup_06 h2{line-height:normal;margin-top:0}
}

/* Footer */
.site_search_btn{border:2px solid #808080;color:#808080 !important;font-size:15px;height:30px;line-height:27px;width:125px;display:inline-block;font-weight:bold;background:white;font-family:Arial}
.footer{margin-top:30px;text-align: center;}
.footer_link{margin-top:25px}
.footer_link li{display:inline-block;margin-right:20px}
.footer_link a{font-size:13px;color:black;display:block;font-weight:300}
.footer_link li:last-child{margin:0}
.copyright{margin-top:30px;color:#999999;font-weight:300}
.copyright li{display:inline-block}
.copyright li::after{content:"|";display:inline-block;padding:0 4px 0 8px}
.copyright li:last-child::after{content:""}
.copyright li a{color:#999999}
.bottom_logo{margin-top:10px}

/* LC banner */
.clearfix:after{content:" ";visibility:hidden;display:block;height:0;clear:both}
.lc_jobs{border:1px solid #d2d2d2;margin:0;font-family:'Trebuchet MS' !important;background:white}
.lc_jobs .banner_top{background:#d2d2d2;padding:0 10px}
.lc_jobs .banner_title{font-size:18px;line-height:30px;color:#000000}
.lc_jobs .banner_logo{float:right;font-size:12px}
.lc_jobs .banner_logo img{vertical-align:middle;display:inline-block;margin-left:10px}
.lc_jobs .featured_jobs{display:flex}
.lc_jobs .featured_jobs li{padding:12px;border-right:1px solid #d2d2d2;list-style:none;width:33%}
.lc_jobs .featured_jobs li:last-child{border:0}
.lc_jobs .featured_jobs button{background:#1c72e4;border:0;color:white;padding:5px 30px;cursor:pointer;font-family:'Trebuchet MS' !important;font-size:15px !important}
.lc_jobs .featured_jobs button:hover{background:black}
.lc_jobs .featured_jobs h3{margin:0 0 2px;font-size:15px !important;border:none;}
.lc_jobs .featured_jobs h3 a{color:#1c72e4;text-decoration:none;font-family:'Trebuchet MS' !important;font-size:15px !important}
.lc_jobs .featured_jobs h3 a:hover{text-decoration:underline}
.lc_jobs .featured_jobs li p{margin:6px 0 8px;font-size:13px !important;color:#000000;}
.lc_jobs .featured_jobs li p a{text-decoration:none;color:#1c72e4}
.lc_jobs .featured_jobs li p a:hover{text-decoration:underline}
.lc_jobs .featured_jobs span.location{font-size:13px !important;color:#000000;}

@media only screen and (max-width:1153px){
	/* Header */
	nav{text-align:center}
	.logo{padding:10px}
	#menu{margin-left:0;border-top: 1px solid #d2d2d2;text-align:center;width:100%}
	#menu > li{float:none;display:inline-block;vertical-align:top;height:55px}
	#menu > li:first-child::before{display:none}
	#menu > li::after{top:12px}
	#menu > li:last-child{padding-top:11px}
	/* Homepage */
	.inner-container{padding:0 12px !important}
	.footer,.lc_jobs{margin:20px 0 0}
	#wrap{padding:12px}
}

@media only screen and (max-width:979px){
	/* Header */
	nav{text-align:left;padding:12px 0;position:relative}
	nav .btn-menu{display:inline-block}
	.logo{padding:0}
	#menu{position:absolute;right:0;top:100%;border:1px solid #1c72e4;display:none;margin-right:0;margin-top:-12px;width:100%;background:white}
	#menu li{width:100%;display:block;height:auto}
	#menu > li{border-bottom:1px solid #1c72e4;padding:3px}
	#menu > li > a{display:block;white-space:nowrap;height:30px;line-height:30px;border-bottom:none;text-decoration:none;padding:0px 7px;text-align:left;width:100%;font-size:14px;font-weight:500}
	#menu li a br{display:none}
	#menu li::after, #menu li:first-child::before{display:none}
	#menu > li > a:hover,#menu > li > a.active{border-bottom:none}
	#menu > li:last-child > a{margin:0;text-align:center}
	#menu > li:last-child{padding:4px 6px}
	.sub_nav{position:static;box-shadow:none;text-align:left}
	#menu > li:hover .sub_nav{display:none}
	#menu > li.open .sub_nav{display:block}
	#menu > li.open:hover .sub_nav{display:block}
	.accord-arrow{display:inline-block}
	#menu > li.open .accord-arrow::after{content:"-"}
	/* Homepage */
	.box{padding:20px}
	/* Forums new post page */
	fieldset.fields1 dt{width:100% !important}
	fieldset.fields1 dd{margin:6px 0 0 !important}
}

@media only screen and (max-width:767px){
	/* Homepage */
	.box{padding:0;background:transparent;box-shadow:none}
	.forabg{padding:0;box-shadow:0px 0px 5px 0px #aaa}
	/* Page bottom */
	.bottom_wrap{background:white;padding:10px;box-shadow:0px 0px 5px 0px #aaa;border-radius:2px}
	/* LC banner */
	.lc_jobs .featured_jobs{display:block}
	.lc_jobs .featured_jobs li{width:100%;border-right:0;border-bottom:1px solid #d2d2d2}
	.lc_jobs .featured_jobs li:last-child{border-bottom:none}
	/* Forums footer links */
	ul.linklist > li.rightside, p.rightside, a.rightside{float:left}
	ul.nav-footer.linklist> li:before{content:""}
}

@media only screen and (max-width:639px){
	/* LC banner */
	.lc_jobs .featured_jobs li p{display:none}
	.lc_jobs .featured_jobs li .apply{display:block;width:100%;margin-top:10px}
	/* Footer */
	.copyright li{width:100%;margin:3px 0}
	.copyright li::after{content:""}
}

@media only screen and (max-width:479px){
	/* Header */
	.logo{width:230px}
	.logo img{width:100%;height:auto}
	#menu{margin-top:-12px}
	nav .btn-menu::after{width:40px}
	/* page bottom */
	fieldset.quick-login input.inputbox{width:100%;margin-left:0}
	/* LC banner */
	.lc_jobs .banner_top{padding:0}
	.lc_jobs .banner_top span{width:100%;display:block;text-align:center;padding:5px}
	.lc_jobs .banner_top .banner_logo{background:#eeeeee;}
}
.secondary_links{background:#eeeeee;padding:10px 0;border-bottom:1px solid #d3d3d3;margin-bottom:20px}
.secondary_links .inner-container{padding:0 50px}
.secondary_links li{display:inline-block;margin-right:16px;line-height:21px}
.secondary_links li a{text-decoration:underline;font-size:13px;}

.bar-bottom form.kk{display:inline-block;}
