
/**************************** AgencyDetail.css ****************************/
div.AgencyLogo
{
	padding-top: 20px;
}

/**************************** Base2018.1.css ****************************/
/**************************** START **********************/
/**************************** START **********************/
/**************************** START **********************/

/* General */
html
{
    margin: 0;
    padding: 0;
	min-width: 320px;
    min-height: 100%;
}

body, p, table, tr, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6
{
	font-family: 'Nunito', sans-serif;
	line-height: normal;
	text-align: left; 
}

body, p, table, tr, td, th, input, select, textarea
{
	font-size: 15px;
	font-weight: 300;
	text-align: left; 
	color: #444444;
}

body 
{
	background-color: #3AAA35;
	margin: 0px;
	padding: 0px;
	clear: none;
	min-height: 100%;
}

/**************************** BLOCK ELEMENTS **********************/
p, h1, h2, h3, h4, h5, h6
{
	margin: 12px 0px 12px 0px;
}

p
{
	font-weight: 300;
	color: #000000;
	padding: 0px;
	clear: none;
}

h1 {
	font-size: 32px;
	font-weight: 500;
	color: #3AAA35;
	padding: 12px 0px 0px 0px;
	clear: both;
}
h2 {
	font-size: 32px;
	font-weight: 500;
	color: #3AAA35;
	padding: 12px 0px 0px 0px;
	clear: both;
}
h3 {
	font-size: 24px;
	font-weight: 500;
	color: #3AAA35;
	padding: 8px 0px 0px 0px;
	clear: both;
}
h4 {
	font-size: 24px;
	font-weight: 500;
    color: #3AAA35;
    padding: 8px 0px 0px 0px;
    clear: both;
    
}
h5 {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: #3AAA35;
	padding: 4px 0px 0px 0px;
	clear: both;
}
h6 {
	font-size: 18px;
	font-weight: 600;
	color: #3AAA35;
	padding: 4px 0px 0px 0px;
	clear: both;
}
ul, ol{
    margin: 0px;
    padding: 0px 0px 0px 40px;
}
ul ul, ul ol, ol ol, ol ul
{
    margin: 0px;                            /** CanChange: Spacing between UL/OL inside UL/OL **/
}
li {
	margin: 4px 0px 4px 0px;        /** CanChange: Inter LI Spacing **/
}
table, tr, td, th, thead, tfoot, tbody
{
	margin: 0px;
	padding: 0px;
	clear: none;
    text-align: left;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child
{
    margin-top: 0px;
}


/**************************** FIX ELEMENTS **********************/
div, form { margin: 0px; padding: 0px; }
div { padding-top: 0.01px; padding-bottom: 0.01px; text-align: left; }
img { border: none; display: block;}
p img { display: inline;}
table { border-spacing: 0px; border-collapse: collapse; }
td, th { border-spacing: 0px; vertical-align: top; }
object {display: block}

/**************************** INLINE ELEMENTS **********************/
a {
    color: #000000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/**************************** LEGACY STYLES **********************/
.Bordered {
    border: black 1px solid;
}
div.FormGeneric div.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
div.FormGeneric div.ValidatorErrors p {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** END **********************/
/**************************** END **********************/
/**************************** END **********************/

/**************************** Header.css ****************************/
ul.HeaderMenu
{
	display: block;
	float: right;
}
ul.HeaderMenu li
{
	display: block;
	float: left;
	margin: 0 1px 0 0;
	background-color: #000000;
}
ul.HeaderMenu li.Green
{
	background-color: #0f4243;
}
ul.HeaderMenu li.SearchSlide {
    display: none;
}
ul.HeaderMenu li.SearchSlide span {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	padding: 10px;
	color: #ffffff;
}
ul.HeaderMenu li.SearchSlide input
{
	display: inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}
ul.HeaderMenu input
{
	display: inline-block;
}
ul.HeaderMenu li a {
	padding: 10px 10px;
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
}
ul.HeaderMenu li a:hover
{
	text-decoration: none;
}
div.Logo
{
	float: left;
	padding: 26px 0px 0px 20px;
}
@media all and (max-width: 680px) 
{
	div.Logo
	{
		clear: both;
		padding: 10px 0 0 0;
		width: 100%;
		box-sizing: border-box;
	}
}
@media all and (max-width: 680px) {
	div.Logo img
	{
		display: block;
		width: 250px;
		text-align: center;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 500px) {
	div.Logo img
	{
		display: block;
		width: 250px;
		text-align: left;
		float: none;
		margin-left: 0;
		margin-right: auto;
	}
}
div.MainMenuMobileButton
{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background-color: #0f4243;
	display: none;
	cursor: pointer;
	text-align: center;
}
div.MainMenuMobileButton i
{
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	font-size: 36px;
}

ul.MainMenu
{
	display: block;
	float: right;
	padding-top: 24px;
	padding-right:20px;
}
ul.MainMenu li
{
	display: block;
	float: left;
	margin: 0;
}
ul.MainMenu li a
{
	padding: 10px 10px;
	display: block;
	color: #000000;
	font-weight: 600;
	font-size: 18px;
}
ul.MainMenu li a:hover
{
	text-decoration: none;
}
ul.MainMenuMobile {
    display: none;
    float: none;
    clear: both;
    margin: 0;
    padding: 10px 10px 0 10px;
}

ul.MainMenuMobile li {
    float: none;
    text-align: center;
    list-style: none;
}

ul.MainMenuMobile li a {
    padding: 10px 10px;
    display: block;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #666666;
}

ul.MainMenuMobile li:first-of-type a {
    border-top: none;
}

ul.MainMenuMobile li:last-of-type a {
    border-bottom: 1px solid #666666;
}

@media all and (max-width: 680px) 
{
	ul.MainMenuMobile
	{
        display: block;
	}
	div.MainMenuMobileButton
	{
		display: block;
		cursor: pointer;
	}
    ul.MainMenu 
    {
        display: none;
    }
    ul.HeaderMenu
    {
        display: none;
    }
}


/**************************** Home.css ****************************/
div.Layout2C
{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}
div.Layout2C div.Secondary
{
	flex: 1 0 30%;
	box-sizing: border-box;
	background-color: #f8f8f8;
	padding-left: 20px;
	padding-right: 20px;
}
div.Layout2C div.Main 
{
	flex: 1 0 70%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
div.Layout2C div.AgencyDetail i 
{
	font-size: 24px;
	color: rgba(0,0,0,0.4);
	margin-right: 10px;
	width: 24px;
	vertical-align: text-bottom;
	text-align: center;
}
div.Agency
{
	padding: 20px;
	box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
	margin-bottom: 20px;
}
div.AgencyHeader
{

}
div.AgencyLogo
{
	float: left;
	width: 170px;
}
div.AgencyName
{
	display: inline-block;
}
div.AgencyName h4
{
	margin-top: 0;
	padding-top: 0;
}
div.AgencyName p.Small
{
	margin-top: 0;
	font-size: 12px;
	color: #666666;
}

div.AgencyBrief
{
	clear: both;
}

/**************************** MainMenu.css ****************************/
div#MainMenuProductsDropDown
{
	background-color: #ffffff;
	border: solid 2px;
	padding: 20px;
	display: none;
	position: absolute;
	z-index: 3;
	box-sizing: border-box;
}
div#MainMenuProductsDropDown div.Columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -40px;
	margin-bottom: -40px;
}
div#MainMenuProductsDropDown div.Columns div.Column {
	flex: 1 0 190px;
	max-width: 300px;
	margin-right: 40px;
	margin-bottom: 40px;
}
div#MainMenuProductsDropDown h6 {
	margin-bottom: 10px;
}
div#MainMenuProductsDropDown p
{
	margin: 0 0 6px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

/**************************** Rating.css ****************************/
div.Rating
{
	position: relative;
}
div.Rating span.Number
{
	margin-left: 100px;
}
div.Rating i
{
	overflow-x: hidden;
}
div.Rating div.StarsTop
{
	position: absolute;
	top: 0;
	left: 0;
}
div.Rating div.StarsTop i
{
	color: #ff0000;
}
div.Rating div.StarsBottom
{
	position: absolute;
	top: 0;
	left: 0;
}
div.Rating div.StarsBottom i
{
	color: #666666;
}


/**************************** Root.css ****************************/
div.CenterContentWrapper					{width: 100%; margin-left: auto; margin-right: auto; max-width: 1400px;}
div.CenterContent							{margin-left: 80px; margin-right: 80px; background-color: #ffffff; box-shadow: rgba(0,0,0,0.9) 0px 0px 200px 100px;}
@media all and (max-width: 1100px) 
{
	div.CenterContent
	{
		margin-left: 40px; margin-right: 40px;
	}

}
@media all and (max-width: 800px) 
{
	div.CenterContent
	{
		margin-left: 0; margin-right: 0;
	}

}

div.SeparatorLine
{
	height: 4px; background-color: #0f4243;
}

div.Button
{
	background-color: #000000;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
}

p+ul
{
	margin-top: -15px;
	margin-bottom: 30px;
}
div.AreaGray+p:first-child
{
	margin-top: 0;
}
p+ul:last-child
{
	margin-bottom: 0;
}
div.AreaGray
{
	background-color: #f0f0f0;
	padding: 20px;
}
a.ScrollTo
{
	cursor: pointer;
}
div.Padding
{
	padding-left: 40px;
	padding-right: 40px;
}
