/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
	Global Pagination and List styles will effect any Core or Add-on Modules that offer Lists and Pagination.
	Such as: Page List (not Pagination), Category List, Search Results.
	Pagination is set within Contegro Administration, by changing the Module Settings on an individual page, 
	or within the Template for a Global Setting.
*/

body, 
input, 
select, 
textarea,
tbody {
	color: #3f3e3e;
	font-family: "Gotham SSm A", "Gotham SSm B", 'Arial', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;

}
p {
	margin: 0 0 1em 0;
	line-height: 1.7em;
	color: #3f3e3e;
	font-size: 16px;
}

#Section3Wrapper p {
    font-size: 18px;
    color: #3F3E3E;
}
b,strong{
	font-weight:400;
}
	a {
		color: #ffbd03;
	}
	a:hover {
		color: #3f3e3e;
	}
	h4 a{
		color: #3f3e3e;
	}
	h4  a:hover{
		color: #ffbd03;
	}

a img{border:none; text-decoration:none;}

/* === [ Asterix - Required ] === */
.RequiredMarker {
	color: #CC0000;
	padding: 0px 2px;
}

/* === [ Heading Tags ] === */
h1, h2, h3, h4, h5, h6 {
	font-family: "Gotham SSm A", "Gotham SSm B", 'Arial', sans-serif;
	font-style: normal !important;
	font-weight: 500 !important;
	color: #3F3E3E;
	padding: 0;
	margin: 0;
	margin-bottom: 0.9em;
	/* font-weight: normal; */
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: 400;
}
h3 {
	font-size: 39px;
	font-weight: 400;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size:18px;
}

p {
}
blockquote {
}
.Agent-List #Section1 h1 {
	font-size: 34px;
	margin: 0 0 10px 0;
}
#Section4Wrapper p {
	font-size: 20px;
}

/* === [ HTML List Styles ] === */
.HTMLContent ul,
.HTMLContent ol,
.HTMLContent menu,
.HTMLContent dir {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
}

.HTMLContent ul,
.HTMLContent ol {
	margin-left:50px;
	color:#3F3E3E;
	font-size: 16px;
}
.HTMLContent ol li {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #3F3E3E;
	font-size: 12px;
	list-style:outside;
	list-style-type: decimal;
	
}
.HTMLContent ul li {
	line-height: 1.5em;
	font-size: 0.9em;
	/* color: #3F3E3E; */
	/* font-size: 12px; */
	list-style:outside;
	list-style-type: disc;
}
.HTMLContent li li {
	font-size: 14px;
}
.HTMLContent li li li {
	font-size: 11px;
}
.HTMLContent li li li li {
	font-size: 11px;
}

.faq-page h4{
	display:block;
	border-top:1px solid #333333;
	cursor: pointer;
	padding:18px 0;
	position:relative;
	border: all 144ms linear;
	font-size: 14px;
}
.faq-page .FAQQuestions .ListItem:nth-child(1) h4{
	border-top:3px solid #333333;
}
.faq-page h4:hover{
	border-color:#ffbd03 !important;
}
.faq-page h4:after {
	content: 'Read';
	display: inline-block;
	position:absolute;
	right:0;
	text-transform: uppercase;
}
.faq-page h4.active{
	border-color:#ffbd03 !important;
}
.faq-page h4.active:after {
  content: 'Close';
}
.faq-page .ListItem div{
	padding: 0 100px 0 0;
}
.HTMLContent .half{
	width:40%;
	float:left;
	margin:0 0 60px 0;
	padding:0 15px 0 0;
}
.HTMLContent .half + half{
	width:60%;
	padding:0 0 0 0;

}
/* === [ GLOBAL PAGINATION ] ============================== */

/* Displays at the Top of list */
.OrderingTop {
	margin: 0px 0px 10px 0px;
	position: relative;
	clear: both;
}
 /* Displays at the Bottom of list */
.OrderingBottom {
	margin: 10px 0px 10px 0px;
	position: relative;
	clear: both;
}
/* Numbers */
 	.OrderingTop a, 
	.OrderingBottom a {
		padding: 0 2px;
	}
	.OrderingTop a:hover, 
	.OrderingBottom a:hover {
	}
/* Selected Page */
	.SelectedPage {
		text-decoration: none;
		padding: 0 2px;
	}
/* Next and Back */
	.OrderingTop a.OrderingNext, 
	.OrderingBottom a.OrderingNext {
		border: 0;
		text-transform: uppercase;
		text-decoration: none;
		background: url(/Templates/_images/icon_next.gif) no-repeat right;
		padding: 0 1em;



	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack {
		border: 0;
		text-transform: uppercase;
		text-decoration: none;
		background: url(/Templates/_images/icon_back.gif) no-repeat left;
		padding: 0 1em;
	}
	
/* -----[ GLOBAL LIST - used for most add-on modules ]-------------------------------------------- */

.ListHolder:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.ListHolder {
	display: block;
	width: auto;
	height: auto;
}
/* Hides from IE Mac \*/
* html .ListHolder {
   height: 1%; }
.ListHolder {
   display: block; }
/* End hide from IE-mac */

.ListItem {
	position: relative;
	margin: 0;
	padding: 0.1em 0;
	display: block;
	width: auto;
}

	/* Custom Title */
	.ListCustomTitle {
		font-size: 24px;
		margin: 0px;
		padding: 0 0 35px 0;
		font-weight: 500;
		text-align: center;
	}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	/* Separators */
	.ListCategory {
		margin: 0.2em 0;
		font-size: 1.2em;
	}
	.ListSubCategory {
		margin: 0.2em 0;
		font-size: 1.2em;
		padding: 0 0 0 0.6em ;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0.3em 0em 0em 0.3em;
		border-style: none;
	}

	/* Title */
		.ListTitle {
			margin: 0.3em 0;
			padding: 0;
			font-size: 1.2em;
			/* font-weight: bold; */
			text-decoration: none;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: underline;
		}

	/* Date, Keywords */
		.ListAuthor,
		.ListItemDate,
		.ListKeywords,
		.ListCode {
			margin: 0 0 0 0;
			font-size: 1em;
		}
	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			margin: 0 0 0 0;
			font-size: 1em;
		}
	/* Summary */
		.ListSummary {
			margin: 0 0 0 0;
			line-height: 1.3em;
		}
		.ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			font-size: 1em;
			margin: 0 0 0 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 1em;
			margin: 0 0 0 0;
			font-style: italic;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
		}
		/* Automatically Updateded in patch version 4.16.2.0 */
/* -----[ Patch 4.16.3 ]----- */
.ContegroCheckboxTree .SelectClearAll a {
	cursor: pointer;
}
ul.ContegroCategoryCheckboxes li > label {
	display: inline-block;
	padding: 0 0 0 0.25em;
}
ul.ContegroCategoryCheckboxes,
ul.ContegroCategoryCheckboxes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.ContegroCategoryCheckboxes input {
		width: auto !important;
	}
	
	ul.ContegroCategoryCheckboxes li {
		list-style: none;
		margin: .25em 0;
		padding: 0 0 0 18px;
		display: none;
		position: relative;
	}
		ul.ContegroCategoryCheckboxes li li {
		}

	ul.ContegroCategoryCheckboxes > li,
	ul.ContegroCategoryCheckboxes ul.expanded > li {
		display: block;
	}

ul.ContegroCategoryCheckboxes span.treeControl {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 2px;
}
	ul.ContegroCategoryCheckboxes span.treeControl.expand   { background: #666; }
	ul.ContegroCategoryCheckboxes span.treeControl.contract { background: #666; }

	ul.ContegroCategoryCheckboxes span.treeControl:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		line-height: 12px;
		text-align: center;
		font-size: 10px;
		color: white;
	}
	ul.ContegroCategoryCheckboxes span.treeControl.expand:before   { content: "+"; }
	ul.ContegroCategoryCheckboxes span.treeControl.contract:before { content: "-"; line-height: 10px; }