﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	outline:none;
	color:#666;
}
p {
    text-align: justify;
}

body {
	font-family:'HelveticaRegular', Arial, Helvetica, sans-serif;
	/*background:#fff;*/
	font-size:11px;
	color:#585858;
}
/*==== CSS OF HEADER STARTS HERE ====*/
.header {
	width:100%;
	background:url(../images/header.jpg) left top repeat-x;
}
header {
	width:960px;
	margin:0 auto;
}
.admin {
	width:100%;
	display:inline-block;
	padding-bottom:3px;
}
.admin ul {
	float:right;
}
.admin ul li {
	float:left;
	font-family: 'Gudea', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:8px;
	line-height:18px;
	padding:0 8px 0 7px;
	background:url(../images/sep.png) right center no-repeat;
	text-transform:uppercase;
}
.admin ul li a {
	color:#FFF;
}
.admin ul li a:hover {
	text-decoration:underline;
}
.header-info {
	display:inline-block;
	width:100%;
	height:75px;
	border-bottom:3px solid #333332;
}
.header-info .logo {
	float:left;
	display:block;
	margin: -11px 0 0 -16px;
}
.head-part {
	float:right;
	width:60%;
	padding-bottom:17px;
}
.adv-search {
	display:inline-block;
	width:51%;
	float:right;
}
.adv-search label {
	float:left;
	font-size:10px;
	line-height: 22px;
	color:#a51616;
}
.search {
	float:right;
	border:1px solid #d8d8d8;
	margin-top:3px;
}
.search .txt {
	border:none;
	outline:none;
	font-size:11px;
	color:#585858;
	line-height:19px;
	height:18px;
	float:left;
	padding:0 5px;
	width:180px;
}
.search .btn {
	border:none;
	outline:none;
	text-indent:-999999px;
	display:inline-block;
	width:16px;
	height:18px;
	float:right;
	background:url(../images/seacrh.png) left top no-repeat;
	cursor:pointer;
}
.main-navigation ul {
	display:inline-block;
	width:100%;
	padding-top:19px;
}
.main-navigation ul li {
	float:left;
	font-size:11px;
	line-height:14px;
	font-family:'Gudea', sans-serif;
	font-style:normal;
	font-weight: 400;
	background:url(../images/seperator.png) right center no-repeat;
	padding:0px 11px 0px 9px;
	text-transform:uppercase;
}
.main-navigation ul li a {
    color:#7c7c7c;
	display:block;
}
.main-navigation ul li a:hover {
	color:#000000;
}
/*=== CSS OF HEADER ENDS HERE ====*/
/*=== CSS OF BANNER STARTS HERE ====*/
.banner-container {
	width:100%;
	margin-top:-2px;
}
.banner {
	width:960px;
	margin:0 auto;
	position:relative;
}
.cover {
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
}
.cover img {
	display:block;
}

.banner h3 {
	text-transform:uppercase;
}
.login {
	width:300px;
	float:left;
	padding:3px 8px 14px;
	position:absolute;
	z-index:10;
	left:0px;
	bottom:14px;
	background:url(../../Content/Images/Shared/transparent.png) repeat;
}

.login h3 {
    position: relative;
}

.login .txt {
	border:1px solid #b2b5ab;
	display:block;
	width:230px;
	font-size:10px;
	line-height:19px;
	height:19px;
	margin-bottom:4px;
}
.login .submit {
	display:inline-block;
	width:90%;
    padding-top: 11px;
}
.login .submit .log-btn {
	float:left;
	border:none;
	outline:none;
	border-radius:4px;
	color:#fff;
	background-color:#8e1313;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	height:24px;
	padding:0 13px;
	cursor:pointer;
}
.login .submit ul {
	float:right;
}
.login .submit ul li {
	float:left;
	font-size:8px;
	line-height:23px;
	font-family:'HelveticaRegular', Arial, sans-serif;
	background:url(../../Content/Images/Shared/sepe.jpg) right center no-repeat;
	padding:0 8px 0 7px;
}
.login .submit ul li a {
	display:block;
	color:#8e1313;
	font-size:11px;
}
.policy {
	width:296px;
	float:left;
	padding:0 12px 14px;
	position:absolute;
	z-index:10;
	left:317px;
	bottom:14px;
	background:url(../../Content/Images/Shared/transparent.png) repeat;
}
.agent-banner {
	/*margin-bottom:8px;*/
}
.policy p {
	line-height:15px;
	height:62px; 
    overflow:hidden;
    text-align: justify;
}
.policy input {
	border-radius:4px;
    border: none;
	color:#fff;
	background-color:#8e1313;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	padding:0 13px;
	display:inline-block;
	line-height:24px;
	margin-top:6px;
}
.policy h3 {
	position:relative;
}
.policy .arrow {
	display:block;
	position:absolute;
	z-index:10;
	right:-8px;
	top:1px;
	background:url(../../Content/Images/Shared/open.png) 1px 1px no-repeat;
	margin:0;
	padding:0;
	height:13px;
	width:13px;
}
.claim {
	width:300px;
	float:left;
	padding:3px 10px 14px 11px;
	position:absolute;
	z-index:10;
	right:0px;
	bottom:14px;
	background:url(../../Content/Images/Shared/transparent.png) repeat;
}
.claim p {
	line-height:15px;
	margin-bottom:15px;
	padding-right:2px;
	height:44px;
	overflow:hidden;
    text-align: justify;
}

.claim input {
    border-radius:4px;
    border: none;
	color:#fff;
	background-color:#8e1313;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	padding:0 13px;
	display:inline-block;
	line-height:24px;
	margin-top:6px;
}

.claim h3 {
	position:relative;
}
.claim .arrow {
	display:block;
	position:absolute;
	z-index:10;
	right:-4px;
	top:0px;
	margin:0;
	padding:0;
	background:url(../../Content/Images/Shared/open.png) 1px 1px no-repeat;
	height:13px;
	width:13px;
}
/*=== CSS OF BANNER ENDS HERE ====*/
/*=== CSS OF CONTENT STARTS HERE ===*/
.content {
	/*padding:11px 0 0px;*/
}
.article-container {
    height: 42px;
	background-color:#eaeaea;
    font-family: 'Droid Serif', serif;
}
.article-sec {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.article-sec article {
	float:left;
	width:300px;
	margin:0 10px;
	position:relative;
}
.article-sec article a {
     display:block; 
     position:relative; 
     /*z-index:10; 
     width:308px; 
     height:100%;*/
}
.article-sec article h4 {
	text-transform:uppercase;
}
.article-sec article figure {
	width:50px;
	float:left;
    padding-top: 5px;
}
.article-sec article .desc {
	float:right;
	width:247px;
    padding-top: 9px;
}
.article-sec article .desc p {
	line-height:15px;
}

.contentagent {
	/*padding:11px 0 0px;*/
}
.article-container-agent {
	padding:11px 0;
	background-color:#eaeaea;
}
.article-sec-agent {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.article-sec-agent article {
	float:left;
	width:300px;
	margin:0 10px;
	position:relative;
}
.article-sec-agent article a {
     display:block; 
     position:relative; 
     /*z-index:10; 
     width:308px; 
     height:100%;*/
}
.article-sec-agent article h4 {
	text-transform:uppercase;
}
.article-sec-agent article figure {
	width:50px;
	float:left;
}
.article-sec-agent article p {
    padding-right: 10px;
}
.article-sec-agent article .desc {
	float:right;
	width:247px;
}
.article-sec-agent article .desc p {
	line-height:15px;
}
.main-section {
	width:960px;
	margin:11px auto 0px;
	overflow:hidden;
}
.description {
	width:460px;
	padding:0 9px 12px 10px;
	float:left;
	border-right:1px solid #d9d9d9;
}
.description p {
	line-height:15px;
    text-align: justify;
}
.blog-section {
	width:460px;
	margin:0 10px;
	float:right;
}
.blog {
	display:inline-block;
	width:100%;
	margin-bottom:7px;
}
.blog span {
	float:left;
	display:block;
	width:45px;
	height:38px;
	text-align:center;
	font-size:13px;
	color:#fff;
	font-family:'HelveticaRegular', sans-serif;
	background:url(../../Content/Images/Shared/bubble.png) left top no-repeat;
	line-height:29px;
}
.blog-content {
	float:right;
	width:405px;
}
.blog-content h5 a{ color:#000;}

.blog-content p{ text-align: justify; }
/*=== CSS OF CONTENT ENDS HERE ====*/
/*=== CSS OF FOOTER STARTS HERE ====*/

/* THIS WAS TAKEN FROM STYLE.CSS */
#footer-wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#footer-top{
	height: 40px;
	background-color: #333333;
}
#footer-wrapper .module{
	display: inline-block;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #585555;
}
#footer-wrapper .module:first-child{
	border: none;
	margin-left: 0;
}
#footer-wrapper li{
	list-style: none;
}
#footer-wrapper li a{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-wrapper ul{
	display: inline-block;
	padding-left: 15px;
}
#footer-wrapper ul:first-child{
	padding-left: 0;
}

#footer-wrapper .row{
	margin-bottom: 30px;
}
/**/

.footer {
	width:100%;
	background:#424241 url(../images/footer.jpg) left top repeat-x;
}
footer {
	width:960px;
	margin:0 auto;
	padding-bottom:25px;
}
.links-container {
	overflow:hidden;
}
.links {
	width:300px;
	padding:0 10px 13px;
	float:left;
	background:url(../images/strip.jpg) right bottom no-repeat;
	margin-bottom:18px;
}
.links h6 {
	text-transform:uppercase;
	letter-spacing:-1px;
}
.links ul {
	overflow:hidden;
	margin-top:10px;
}
.links ul li {
	float:left;
	width:150px;
	text-transform:uppercase;
	letter-spacing:-1px;
	word-spacing:1px;
}
.links ul li a {
	color:#dbdbdb;
	font-size:10px;
	line-height:17px;
	font-family:'Gudea', sans-serif;
	font-style:normal;
	font-weight: 400;
}
.links ul li a:hover {
	text-decoration:underline;
	color:#fff;
}
.newsletter {
	width:300px;
	padding:0 10px 13px;
	float:left;
	margin-bottom:18px;
}
.newsletter p {
	color:#dbdbdb;
	margin: 16px 0 13px;
}
.newsletter .txt {
	font-size:11px;
	height:19px;
	color:#fff;
	display:block;
	width:145px;
	outline:none;
	border:none;
	background:#a1a1a0;
}
.newsletter .singup {
	border-radius:4px;
	color:#fff;
	background-color:#8e1313;
	font-family: 'Droid Serif', serif;
	font-weight: 700;
	font-style: normal;
	font-size:12px;
	padding:0 13px;
	display:inline-block;
	height:20px;
	margin-top:10px;
	border:none;
	outline:none;
	cursor:pointer;
}
.additional {
	background: url("../images/strip.jpg") no-repeat scroll right 53% transparent;
}
.additional ul li {
	width:100%;
	float:none;
}
.copy-right {
	color:#a29061;
	font-size:11px;
	line-height:14px;
	font-family:'Gudea', sans-serif;
	font-style:normal;
	font-weight: 400;
	display:block;
	margin-left:10px;
}
/*=== CSS OF FOOTER ENDS HERE ===*/
/*---- CSS OF ABOUT PAGES STARTS HERE ----*/

.content-part {
	/*margin:0 auto;*/
	width:960px;
	overflow:hidden;
	/*padding-top:10px;*/
	min-height:510px
}
/*=== CSS OF SERVICE PHILOSOPHY PAGE CSS STARTS HERE ===*/
.side-bar {
	float:left;
	width:150px;
}
.side-bar h2 {
	font-family:'Droid Serif', serif;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	line-height:37px;
	color:#a51616;
}
.menu ul {
	border-top:1px solid #999999;
}
.menu ul li {
	border-bottom:1px solid #999999;
}
.menu ul li a {
	color:#7c7c7c;
	font-size:12px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	font-family:'Gudea', sans-serif;
}
.menu ul li a:hover, .menu ul li a.active {
	color:#000;
	font-weight:700;
}
.main-content {
	width:780px;
	margin-right:10px;
}
.main-content h1 {
	font-size:23px;
	line-height:41px;
	font-weight:700;
	font-family:'Gudea', sans-serif;
	font-style:normal;
	letter-spacing:-1px;
}
.main-content p {
	font-size:11px;
	line-height:14px;
	color:#585858;
	padding: 13px 0 4px;
}
.address-info {
	width:425px;
	padding:16px 0 14px 44px;
}
.address-info span {
	display:block;
}
/*=== CSS OF SERVICE PHILOSOPHY PAGE CSS ENDS HERE ===*/
/*=== CSS OF PRODUCT PORTFOLIO PAGE CSS STARTS HERE ===*/
.main-content ul {
	padding: 27px 0 2px 30px;
}
.main-content ul li {
	background:url(../images/Shared/bullet.png) left center no-repeat;
	padding-left:14px;
	margin-bottom:18px;
}
.main-content ul li a {
	text-decoration:underline;
	color:#a51616;
}
.main-content ul li a:hover {
	text-decoration:none;
}
.main-content p a {
	text-decoration:underline;
	color:#a51616;
}
.main-content p a:hover {
	text-decoration:none;
}
/*=== CSS OF PRODUCT PORTFOLIO PAGE CSS ENDS HERE ===*/

/*=== CSS OF AGENCY GOODSTANDING PAGE CSS STARTS HERE ===*/
.form {
	padding:41px 0 64px 0;
}
.form span {
	font-family:'HelveticaRegular', sans-serif;
	font-size:11px;
	font-style:italic;
	line-height:32px;
}
.form .item label {
	font-weight:bold;
	font-family:'HelveticaRegular', sans-serif;
	font-size:11px;
	display:block;
	line-height:22px;
}
.form .item .combo {
	width:219px;
}
.form .item .txt {
	width:208px;
}
.form .sub-btn {
	height:28px;
	margin-top:21px;
}
.list {
	border:1px solid #cccccc;
	border-radius:2px;
	padding-top:14px;
	background-color:#ececec;
	margin-bottom:130px;
	display:none;
}
.list h2 {
	color:#ae1717;
	font-size:19px;
	line-height:25px;
	font-weight:700;
	font-style:normal;
	font-family:'Gudea', sans-serif;
	letter-spacing:-1px;
	padding-left:7px;
}
.list table {
	width:778px;
	margin-top:23px;
}
.list table tr.color {
	background-color:#f4f4f4;
}
.list table tr th {
	font-size:11px;
	color:#ae1717;
	border-right:1px solid #cccccc;
	width:95px;
	text-align:left;
	height:50px;
	vertical-align:middle;
	padding:0 5px 0 10px;
}
.list table tr th+th+th+th+th+th+th {
	border:none;
}
.list table tr td {
	border-right:1px solid #cccccc;
	width:95px;
	height:103px;
	vertical-align:middle;
	padding:0 5px 0 10px;
	line-height:15px;
}
.list table tr td+td+td+td+td+td+td {
	border:none;
}
.list table tr td address {
	font-style:normal;
}
.form .item label small {
	font-size:11px;
	font-weight:normal;
}
/*=== CSS OF AGENCY GOODSTANDING PAGE CSS ENDS HERE ===*/

/*---- CSS OF ABOUT PAGES ENDS HERE ----*/

/*---- CSS OF CONTINUING EDUCATION STARTS HERE ----*/

.novels-container {
	display:inline-block;
	width:100%;
	margin-left: -20px;
	position:relative;
	padding-bottom:40px;
}
.novels {
	float:left;
	width:330px;
	margin: 12px 37px 31px 23px;
}
.novels strong {
	text-align:center;
	width:54px;
	display:block;
	float:left;
	background:#c7c7c7;
	padding:3px 0;
}
.novels strong small {
	display:block;
	font-size:19px;
	line-height:22px;
	font-family: 'Lato', sans-serif;
	color:#fff;
}
.novels strong span {
	display:block;
	font-size:30px;
	line-height:30px;
	font-family: 'Lato', sans-serif;
	color:#fff;
}
.brief {
	float:right;
	width:250px;
}
.brief h4 {
	color:#585858;
	font-family:'HelveticaRegular', Arial, sans-serif;
	font-size:12px;
}
.brief:hover h4{ color:#000;}
.brief span {
	font-size:11px;
}
.brief ul {
	padding:20px 0 0 0;
}
.brief ul li {
	background:url(../images/bullet.png) left center no-repeat;
	padding:0 0 0 15px;
	font-size:11px;
	margin:0 0 3px 0;
}
.loading {
	display:block;
	width:111px;
	height:24px;
	position:absolute;
	z-index:10;
	left:45%;
	bottom:10px;
	background:url(../images/loading.png) left top no-repeat;
}
/*---- CSS OF CONTINUING EDUCATION ENDS HERE ----*/

/*---- CSS OF UNDER WRITING LIBRARY STARTS HERE ----*/

/*=== CSS OF GLOSSARY CSS STARTS HERE ===*/

.glos {
	min-height:inherit;
	padding-bottom:59px;
}
.side-bar {
	float:left;
	width:158px;
}
.search-result {
	width:100%;
}
.pagination-container {
	background:#8e1313;
}
.pagination {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.paginator {
	float:right;
	width:780px;
	margin-right:10px;
}
.paginator ul {
	overflow:hidden;
	margin-left:-6px;
}
.paginator ul li {
	font-family:'Gudea', sans-serif;
	font-size:16px;
	line-height:27px;
	float:left;
	background:url(../images/seperate.png) right center no-repeat;
}
.paginator ul li a {
	color:#fff;
	font-family:'Gudea', sans-serif;
	font-size:16px;
	line-height:27px;
	padding:0 6px 0 6px;
}
.paginator ul li a:hover {
	color:#000;
}
.seacrh-term-container {
	background:#efefef;
}
.search-term {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.searching {
	overflow:hidden;
    padding-left: 10px;
	width:780px;
	margin-right:10px;
}
.searching label {
	display:inline-block;
	float:left;
	font-family:'Droid Serif', serif;
	font-style:italic;
	font-weight:400;
	font-size:19px;
	line-height:43px;
	margin-right:25px;
}
.searching .text-search {
	display:inline-block;
	width:490px;
	border:1px solid #a7a7a7;
	outline:none;
	height:17px;
	background:#fff url(../images/searchin.png) right center no-repeat;
	padding:4px 30px 4px 5px;
	margin:9px 23px 0 0;
	line-height:17px;
	float:left;
}
.searching .sub-btn {
	font-family:'Gudea', sans-serif;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	padding:0 17px 2px;
	height:20px;
	width:88px;
	float:left;
}
.results-container {
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
.results {
	width:780px;
    padding-left: 10px;
	margin-right:10px;
	margin-top:38px;
	position:relative;
	padding-bottom:40px;
}
.result {
	padding-bottom:18px;
}
.result label {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
}
.results dfn {
	display:inline;
	font-style:normal;
	font-size:11px;
}
.loading-seacrh {
	background: url("../images/loading.png") no-repeat scroll left top transparent;
	bottom: 4px;
	display: block;
	height: 24px;
	left: 43%;
	position: absolute;
	width: 111px;
	z-index: 10;
}
/*=== CSS OF GLOSSARY CSS ENDS HERE ===*/
/*=== CSS OF NEWSLETTER CSS STARTS HERE ===*/
.newsletter-container {
	padding-top:22px;
}
.accordionButton {
	border-top:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
}
.accordionButton a {
	background:url(../Images/Shared/down-arrow.png) right center no-repeat;
	padding:0 20px 0 3px;
	font-size:20px;
	line-height:31px;
	font-family:'Gudea', sans-serif;
	font-weight:400;
	font-style:normal;
}
.accordionContent {
	margin-bottom:7px;
}
.accordionContent ul {
	overflow:hidden;
	padding:35px 0 0 0;
	margin-left:-21px;
}
.accordionContent ul li {
	float:left;
	width:139px;
	height:68px;
	overflow:hidden;
	padding:0 0 0 0;
	background:url(../images/shared/newsletter.jpg) no-repeat;
	margin:0 0 26px 21px;
}
.accordionContent ul li .period {
	font-weight:700;
	font-style:normal;
	font-family:'Gudea', sans-serif;
	color:#fff;
	padding:6px 0 4px 4px;
}
.accordionContent ul li .period small {
	display:block;
	font-size:11px;
	line-height:15px;
    color: #fff;
}
.accordionContent ul li .period strong {
	display:block;
	font-size:23px;
	line-height:26px;
	padding-left:4px;
    color: #fff;
}
.accordionContent ul li .download {
	display:inline-block;
	width:131px;
	padding:0 4px;
	background-color: #810202
}
.accordionContent ul li .download span {
	display:inline-block;
	font-size:12px;
	line-height:18px;
	color:#fff;
	font-weight:400;
	font-style:normal;
	font-family:'Gudea', sans-serif;
}
.accordionContent ul li .download span a {
	color:#fff;
	text-decoration:none;
}
.accordionContent ul li .download span a:hover {
	text-decoration:underline;
}
/*EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS*/
.on a {
	background:url(../images/Shared/arrow.png) right center no-repeat;
	font-weight:bold;
}
.over {
	cursor:pointer;
}
/*=== CSS OF NEWSLETTER CSS ENDS HERE ===*/
/*---- CSS OF UNDER WRITING LIBRARY ENDS HERE ----*/
/*=== CONTACT PAGE CSS STARTS HERE ===*/
.contact-container {
	width:100%;
	display:inline-block;
	margin-top:13px;
}
.contact-detail {
	float:left;
	width:220px;
}
.contact-detail h4 {
	font-size:12px;
	line-height:18px;
	color:#161616;
	font-family:'HelveticaRegular', Arial, sans-serif;
}
.contact-detail address {
	font-style:normal;
	margin:10px 0 12px;
}
.contact-detail span {
	display:block;
	line-height:15px;
}
.contact-detail a {
	display:block;
	color:#585858;
}
.contact-detail a:hover {
	color:#7b1010;
	text-decoration:underline;
}
.contact-detail p {
	padding-right:22px;
}
.contact-detail iframe {
	height:300px !important;
}
.map {
	float:right;
	width:540px;
	height:350px;
}
.map iframe{ width:534px; height:350px;}
/*=== CONTACT PAGE CSS ENDS HERE ===*/

/*=== TOOLS PAGE CSS STARTS HERE ===*/
.navigate {
	float: right;
	width: 46%;
	clear:both;
}
.tools {
	margin:14px 0 18px 0;
	padding:12px 0;
}
.tools article {
	width:218px;
	border-right:1px solid #bbbbbb;
	padding:11px 0;
}
.tools article h4 {
	padding-bottom:4px;
}
.sub-section {
	width:940px;
	margin:0 auto;
	padding-bottom:20px;
}
.sub-section p {
	line-height:15px;
}
/*=== TOOLS PAGE CSS ENDS HERE ===*/
/*=== CALCULATOR PAGE CSS STARTS HERE ===*/
.confirm {
	margin-top:32px;
}
.confirm .check {
	float:left;
	display:inline-block;
}
.confirm span {
	font-size:11px;
	line-height:12px;
	margin-left:10px;
	display:inline-block;
	float:left;
}
.calculate {
	width:100%;
	display:inline-block;
	padding:28px 0 0 0;
}
.input-data {
	width:220px;
	float:left;
}
.input-data ul {
	padding:0;
}
.input-data ul li {
	padding:0;
	background:none;
	margin-bottom:16px;
}
.input-data ul li label {
	display:block;
	margin-bottom:5px;
}
.input-data ul li .combo {
	width:220px;
}
.input-data ul li .txt {
	width:210px;
}
.input-data ul li .sub-btn {
	padding:0 11px;
	margin-top:14px;
	font-size:15px;
	font-weight:normal;
	height:26px;
}
.output-data {
	width:340px;
	float:left;
	margin:15px 0 0 76px;
	border-radius:2px;
	border:1px solid #cccccc;
	padding:10px 0 29px 0;
	background:#ececec;
	display:none;
}
.output-data h3 {
	font-size:20px;
	line-height:25px;
	font-weight:700;
	font-style:normal;
	font-family:'Gudea', sans-serif;
	padding-left:18px;
}
.output-data ul {
	padding:0;
}
.output-data ul li {
	display:inline-block;
	width:100%;
	padding:0;
	background:none;
	margin-bottom:2px;
}
.output-data ul li h4 {
	width:62px;
	padding-left:20px;
	font-size:11px;
	line-height:15px;
	font-family:'HelveticaRegular', Arial, sans-serif;
	font-weight:bold;
	float:left;
	margin:12px 0 8px 0;
}
.output-data ul li strong {
	width:140px;
	padding-left:20px;
	font-size:11px;
	line-height:15px;
	float:left;
}
.output-data ul li span {
	padding-left:20px;
	width:62px;
	float:left;
}
/*=== CALCULATOR PAGE CSS ENDS HERE ===*/
/*=== BLOG PAGE CSS STARTS HERE ===*/
.blog-menu {
	width:140px;
	margin-left:10px;
}
.blog-menu .menu {
	padding-bottom:16px;
}
.blog-page {
	display:inline-block;
	width:100%;
	margin:13px 0 29px 0;
	border-bottom:1px solid #b2b2b2;
}
.date {
	float: left;
	width:60px;
}
.date strong {
	background: none repeat scroll 0 0 #C7C7C7;
	display: block;
	padding: 3px 0;
	text-align: center;
	width: 54px;
}
.date strong small {
	color: #FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 22px;
}
.date strong span {
	color: #FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 30px;
}
.blog-desc {
	width:700px;
	float:right;
}
.blog-desc p {
	padding: 17px 0 4px;
}
.view {
	display:inline-block;
	width:100%;
	margin-top:23px;
}
.view ul {
	padding:0;
}
.view ul li {
	float:left;
	padding:0;
	background:none;
}
.view ul li a {
	color:#a71616;
	font-size:11px;
	line-height:26px;
	text-decoration:none;
	display:block;
}
.view ul li a:hover {
	text-decoration:underline;
}
.view ul li .comment {
	background:url(../images/view.png) left top no-repeat;
	padding-left:29px;
	margin-right:72px;
}
.view ul li .like {
	background:url(../images/view.png) -157px top no-repeat;
	padding-left:33px;
	margin-right:20px;
}
.view ul li .dislike {
	background:url(../images/view.png) -239px top no-repeat;
	padding-left:29px;
}
.comments-section {
	padding:11px 0 0 79px;
}
.comments-section p {
	padding: 17px 0 2px;
}
.comments {
	margin-top:14px;
}
.comments ul {
	padding:25px 0 43px 0;
}
.comments ul li {
	padding:0;
	background:none;
	display:block;
	margin:0;
}
.comments ul li label {
	display:block;
	line-height:26px;
}
.comments ul li .txt {
	width:210px;
}
.comments ul li .txt-area {
	width:617px;
	outline:none;
	border:1px solid #ccc;
	min-height:83px;
}
.comments ul li .sub-btn {
	padding:0 11px;
	margin-top:24px;
	font-size:15px;
	font-weight:normal;
	height:26px;
}
/*=== BLOG PAGE CSS ENDS HERE ===*/
/*=== AGENCY APPLICATION PAGE CSS STARTS HERE ===*/
.heading {
	border-bottom:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
	margin:25px 0 0 0;
}
.heading a, h3.heading {
	font-family:'Gudea', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:32px;
	color:#8e1313;
	background:url(../images/Shared/down-arrow.png) right center no-repeat;
	padding-right:20px;
}
h3.heading {
    background-image: none;
}

.general-info {
	padding-bottom:6px;
}
.person-info ul {
	padding:0;
	overflow:hidden;
}
.person-info ul li {
	float:left;
	background:none;
	padding:20px 18px 2px 0;
	margin:0;
}
.person-info ul li label {
	display:block;
	font-family:'HelveticaRegular', Arial, sans-serif;
	font-size:11px;
	line-height:24px;
	font-weight:bold;
}
.person-info ul li .txt {
	width:210px;
}
.upload {
	border-radius:5px;
	background-color:#dedede;
	margin-top:20px;
	display:inline-block;
	width:100%;
	padding-bottom:10px;
	position:relative;
}
.triangle {
	position:absolute;
	z-index:1;
	left:22px;
	top:-12px;
	background:url(../images/shared/triangle.png) left top no-repeat;
	width:15px;
	height:12px;
}
.upload p {
	padding:2px 0 0 10px;
	line-height:21px;
}
.file {
	border-radius:3px;
	background:#8e1313;
	width:84px;
	height:18px;
	font-family:'Droid Serif', serif;
	color:#fff;
	display:inline-block;
	line-height:18px;
	text-align:center;
	cursor:pointer;
	position:relative;
	float:left;
	margin:5px 0 0 6px;
	overflow:hidden;
}
.file .upld {
	opacity:-0.2;
	filter: alpha(opacity = 20);
	width:84px;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	cursor:pointer;
}
.remove-file {
	display:inline-block;
	width:70%;
	float:left;
	margin:3px 0 0 14px;
}
.remove-file label {
	font-size:13px;
	line-height:18px;
	font-family:'HelveticaRegular', Arial, sans-serif;
	font-weight:bold;
	display:inline-block;
	float:left;
}
.remove-file ul {
	float:left;
	padding:0;
}
.remove-file ul li {
	float:left;
	padding:0 0 0 2px;
	background:none;
	margin:0;
	line-height:19px;
}
.remove-file ul li a {
	color:#8e1313;
	text-decoration:none;
}
.remove-file ul li a:hover {
	text-decoration:underline;
}
.choice {
	padding-top:14px;
}
.choice p {
	font-weight:bold;
}
.choice ul {
	margin:0 0 0 -20px;
	padding:5px 0 0 0;
	overflow:hidden;
}
.choice ul li {
	float:left;
	width:140px;
	padding:0;
	background:none;
	margin:0 0 4px 20px;
}
.choice ul li .check {
	float:left;
	display:inline-block;
	margin-right:10px;
}
.choice ul li span {
	float:left;
	display:inline-block;
}
.emp ul {
	overflow:hidden;
	padding:0;
	margin:8px 0 0 0;
}
.emp ul li {
	float:left;
	background:none;
	padding:0;
	margin:14px 18px 0 0;
}
.emp ul li label {
	display:block;
	font-family:'HelveticaRegular', Arial, sans-serif;
	font-size:11px;
	line-height:24px;
	font-weight:bold;
}
.emp ul li .txt {
	width:210px;
	display:block;
	margin-bottom:8px;
}
.emp ul li p {
	padding: 5px 69px 9px 0;
	font-weight:bold;
}
.emp ul li .txt-area {
	width:698px;
	height:58px !important;
}
.emp ul li .approved {
	padding:13px 69px 1px 0;
}
.emp ul li ul {
	margin:3px 0 0 0;
}
.emp ul li ul li {
	margin:5px 34px 0 0;
}
.emp ul li ul li .check {
	float:left;
	display:inline-block;
	margin-right:10px;
}
.emp ul li ul li span {
	float:left;
	display:inline-block;
	margin-right:4px;
}
.emp ul li ul li .txt {
	float:left;
	margin:-3px 0 0 0;
}
.financial-info {
	padding-bottom:16px;
}
.financial-info ul {
	padding:0;
}
.financial-info ul li {
	padding:12px 0 2px 0;
	background:none;
	margin:0;
}
.financial-info ul li p {
	font-weight:bold;
}
.financial-info .ended {
	overflow:hidden;
	padding:4px 0 0 0;
}
.financial-info .ended li {
	float:left;
	padding:0 17px 0 0;
	background:none;
}
.financial-info .ended li .txt {
	width:210px;
}
.financial-info .over li {
	padding:4px 0 0 0;
}
.financial-info .over li span {
	padding-right:8px;
}
.financial-info .over li .txt {
	width:210px;
}
.closed {
	overflow:hidden;
}
.closed li {
	float:left;
	margin:0 12px 0 0 !important;
}
.closed li label {
	display:block;
	margin-bottom:6px;
}
.closed li .select {
	width:150px;
}
.closed li .txt {
	width:130px;
}
.objective {
	overflow:hidden;
}
.objective li {
	float:left;
	width:150px;
	padding:0 10px 0 0 !important;
}
.objective li .check {
	display:inline-block;
	float:left;
	margin-right:10px;
}
.objective li span {
	display:inline-block;
	float:left;
}
.provide span {
	display:block;
	padding:10px 0 0 0;
	line-height:25px;
}
.provide .txt {
	width:368px;
}
.applicant {
	padding-top:8px !important;
}
.attach {
	padding:12px 0 10px 0;
}
.attach p {
	font-weight:bold;
}
.attach-file {
	overflow:hidden;
	margin-top:6px;
}
.attach-file .file {
	float:left;
	margin:0 15px 0 0;
}
.attach-file small {
	font-size:11px;
	line-height:18px;
	display:inline-block;
	float:left;
}
.market-info {
	padding-bottom:18px;
}
.market-info ul {
	padding:0;
}
.market-info ul li {
	background:none;
	padding:12px 0 0 0;
	margin:0;
}
.market-info ul li p {
	font-weight:bold;
}
.percentage {
	margin-left:-20px;
	overflow:hidden;
}
.percentage li {
	float:left;
	margin-left:20px !important;
	padding:0 0 3px 0!important;
}
.percentage li label {
	display:block;
	line-height:25px;
}
.percentage li .txt {
	width:128px;
}
.percentage li .txt.xl {
	width:450px;
}
.market-info ul li .objective {
	padding-top:9px;
}
.market-info ul li .txt-area {
	height:55px;
	width:380px;
}
.percentage li .txt.big {
	width:287px;
}
.percentage li a {
	padding-top:4px;
	display:inline-block;
}
.market-info ul li .area-txt {
	width:377px;
	min-height:52px;
	display:inline-block;
	margin:12px 0 0 0;
}
.upload small {
	font-size:11px;
	line-height:18px;
	display:inline-block;
	float:left;
	margin:5px 0 0 15px;
}
.upload .triangle {
	margin:0;
}
.production {
	padding-bottom:3px;
}
.production ul {
	padding:18px 0 0 0;
}
.production ul li {
	padding:0;
	background:none;
}
.production ul li h5 {
	color:#585858;
	padding:8px 0 8px 0;
}
.production ul li .objective {
	padding:0;
}
.production ul li .provide span {
	padding:0 0 2px 0;
	margin-top:-11px;
}
.production ul li .provide .txt-area {
	width:456px;
	min-height:55px;
}
.reference {
	padding-bottom:13px;
}
.reference p {
	font-weight:bold;
	padding:26px 0 0 0;
}
.reference .objective {
	padding:18px 0 0 0;
}
.reference .provide span {
	padding:0;
	margin:-10px 0 2px 0;
}
.reference .provide .txt-area {
	min-height:56px;
	width:380px;
}
.authorize ul {
	padding:20px 0 0 0;
}
.authorize ul li {
	padding:0;
	background:none;
	margin:0;
	overflow:hidden;
}
.authorize ul li label {
	display:block;
	line-height:26px;
}
.authorize ul li .txt {
	display:inline-block;
	width:210px;
}
.authorize ul li p {
	padding-bottom:25px;
}
.authorize ul li .check {
	float:left;
	margin-right:6px;
}
.authorize ul li span {
	float:left;
	line-height:13px;
}
.sub-form {
	font-family:'Droid Serif', serif;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	line-height:30px;
	height:30px;
	margin:40px 0 50px 0
}
/*=== AGENCY APPLICATION PAGE CSS ENDS HERE ===*/
/*=== AGENCY APPLICATION PART2 PAGE CSS STARTS HERE ===*/
.main-content h1 span {
	font-weight:400;
    font-size:23px;
	letter-spacing:0;
    color: #A29061;
}
.audit h2 {
	font-family:'Gudea', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:25px;
	color:#8e1313;
	letter-spacing:-1px;
	padding:28px 0 29px;
}
.audit ul {
	padding:0;
}
.audit ul li {
	padding:0;
	background:none;
	margin:0 0 23px 0;
}
.audit ul li h5 {
	color:#585858;
}
.audit ul li ul {
	overflow:hidden;
}
.audit ul li .perform li {
	float:left;
	margin:0 20px 0 0;
}
.audit ul li .perform li label {
	display:block;
	line-height:27px;
}
.audit ul li .perform li .txt {
	display:inline-block;
	width:210px;
}
.audit ul li .perform li span {
	display:inline-block;
	margin:30px 15px 0 13px;
}
.audit ul li .perform.reconcil li {
	margin:0 18px 0 0;
}
.audit ul li .objective {
	margin-top:10px;
}
.audit ul li .objective li {
	margin-bottom:0px;
}
.audit ul li .provide span {
	padding:5px 0 0 0;
}
.audit ul li .provide .txt-area {
	width:697px;
	height:38px;
}
.audit ul li .reconcile li {
	float:left;
	margin-right:18px;
	margin-bottom:0;
}
.reconcile li label {
	font-weight:bold;
	display:block;
	line-height:24px;
}
.reconcile li .txt {
	width:210px;
}
.audit ul li .secrow {
	padding-bottom:2px;
}
.audit ul li .secrow h5 {
	line-height:22px;
}
.audit ul li .secrow .txtarea-check {
	width:698px;
	height:42px;
	outline:none;
	border:1px solid #ccc;
}
.audit ul li .signature li {
	float:left;
	margin:7px 17px 0 0;
}
.signature li .txt {
	width:210px;
}
.supply-info p {
	padding:0;
	line-height:16px;
}
.audit ul li .upload {
}
.audit ul li .upload.req {
	margin-top:18px;
}
.audit ul li .line-hgt h5 {
	line-height:15px;
	padding:2px 0 6px;
}
.submit-review p {
	padding:0 0 18px 0;
}
.submit-form {
	overflow:hidden;
}
.submit-form {
	padding:25px 0 0 0;
}
.submit-form .check {
	float:left;
	display:inline-block;
}
.submit-form span {
	float:left;
	display:inline-block;
	margin-left:10px;
}
.part2 {
	margin:17px 0 80px 0;
}
/*=== AGENCY APPLICATION PART2 PAGE CSS ENDS HERE ===*/
/*=== AGENCY APPLICATION PART3 PAGE CSS STARTS HERE ===*/
.app-form {
	margin:0;
	width:790px;
}
.owners-form h2 {
	font-family:'Gudea', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:25px;
	color:#8e1313;
	letter-spacing:-1px;
	padding:28px 0 29px;
}
.owners-form ul {
	padding:0;
}
.owners-form ul li {
	padding:0;
	background:none;
}
.owners-form ul li h5 {
	color:#585858;
}
.owners-form ul li ul {
	overflow:hidden;
	margin-left:-18px;
}
.owners-form ul li ul li {
	float:left;
	margin:0px 0 7px 18px;
}
.owners-form ul li ul li label {
	display:block;
	line-height:23px;
}
.owners-form ul li .txt {
	width:205px;
}
.owners-form ul li .txt.add1 {
	width:290px;
}
.owners-form ul li .txt.occup1 {
	width:130px;
}
.owners-form ul li .txt.inter1 {
	width:60px;
}
.owners-form ul li .narrative {
	overflow:hidden;
}
.owners-form ul li .narrative li {
	margin:1px 0 7px 18px;
}
.owners-form h3 {
	font-size:15px;
	line-height:18px;
	font-family:'Gudea', sans-serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:-1px;
	padding:10px 0 22px 0;
}
.presonal ul li.margin {
	margin-bottom:26px;
}
.appoint {
	overflow:hidden;
	margin:2px 0 3px;
}
.appoint span {
	display:inline-block;
	float:left;
	margin-right:15px;
}
.appoint ul {
	float:left;
}
.appoint ul li {
	float:left;
	width:60px;
}
.appoint ul li .check {
	display:inline-block;
	float:left;
	margin-right:9px;
}
.appoint ul li small {
	font-size:11px;
	float:left;
	display:inline-block;
}
.owners-form ul li .large {
	width:440px;
}
.owners-form .refrence-form li {
	margin-bottom:30px;
}
.owners-form .refrence-form li ul li {
	margin-bottom:6px;
}
.feedback {
	padding-bottom:17px;
}
.feedback h3 {
	font-size:15px;
	line-height:18px;
	font-family:'Gudea', sans-serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:-1px;
	padding:4px 0 10px 0;
}
.feedback .txt {
	width:210px;
}
.form-sub {
	margin:22px 0 18px;
}
/*=== AGENCY APPLICATION PART3 PAGE CSS ENDS HERE ===*/

/*=== SLIDER CSS STARTS HERE ===*/

#slides {
    position: relative;
    z-index: 0;
}

/*=== SLIDER CSS ENDS HERE ===*/


@media only screen and (min-device-width : 320px) and (max-device-width : 1024px){
.main-navigation ul li {
	float:left;
	font-size:10px;
	line-height:14px;
	font-family:'Gudea', sans-serif;
	font-style:normal;
	font-weight: 400;
	background:url(../images/seperator.png) right center no-repeat;
	padding:0px 11px 0px 9px;
	text-transform:uppercase;
}
.header-info{ border-bottom: 4px solid #333332;}
	
}
