@charset "utf-8";
/*  
	CSS Document
	Project : SEC Connect
	File 	: common-base.css
	Date 	: 05/12/13 (dd-mm-yy)
	Author  : shameer (shameer.b@digitalbrandgroup.com)
*/

html,
button,
input,
select,
textarea {
	color: #222;
}
body{ 
	font-size: 1em;  
	background: #fff; 
	margin: 0; 
	line-height: 1.4; 
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}
::-moz-selection { 
	background: #024571; 
	color: #fff; 
	text-shadow: none; 
}
::selection { 
	background: #024571; 
	color: #fff; 
	text-shadow: none; 
}
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }


/* ==========================================================================
 Site's specific styles
========================================================================== */

#globalContainer {
	background: #fff;
	min-width: 950px;
	width: 100%;
	overflow: hidden;
}
#globalContainer .topLine {
	background: url(../images/common/loginGreyLine.jpg) repeat-x 0 0;
	min-width: 950px;
	height: 2px;
}
.contentContainer {
	width: 950px;
	margin: auto;
}
.contentContainer .bannerTitle h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #fff;
	font-size: 30px;
	padding: 60px 0 0 0;
	margin: 0;
	text-align: left;
	font-style: normal;
}
.borderLftContainer {
	border-left: 1px solid #ededec;
	padding-left: 70px;
}
.reportingSpecialist {
	background: #fbfbfb;
	border-top: 1px solid #ededec;
	min-width: 950px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #8e908f;
	font-size: 24px;
	/*padding: 80px 0;*/
	height: 195px;
}
.reportingSpecialist .tollfree {
	font-weight: 500;
}
.testimonial {
	padding: 55px 0 45px 0;
 }
 .testimonial .testimonialColum {
 	width: 215px;
 	float: left;
 	text-align: center;
 }
  .testimonial .testimonialTxt p {
	font-size: 12px;
	color:#8e908f;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	line-height: 1.6;
  }
  .testimonial .designation {
  	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	font-style: italic;
	color:#8e908f;
	margin-top: 15px;
  }
  .testmonialHead {
  	background: #f6f6f6;
    border-top: 1px solid #EDEDEC;
    border-bottom: 1px solid #EDEDEC;
    color: #7f8a94;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    min-width: 950px;
    padding: 15px 0;
  }
#footer {
	min-width: 950px;
	background: #2e3133;
	padding-top: 50px;
	color: #8e908f;
}
#footer .footerLeft {
	float: left;
	width: 585px;
}
#footer .footerLeft h5 {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700; 
	margin: 0;
	color: #616262;
	font-size: 12px;
	text-transform: capitalize;
}
#footer .footerLeft p {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	color: #8e908f;
	font-size: 12px;
	line-height: 20px;
	margin-top: 6px;
}
#footer .footerNav ul {
	list-style-type: none;
	margin: 0 0 0 35px;
	padding:0;
	float: left;
}
#footer .footerNav ul li {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	color: #616262;
	font-size: 12px;
	margin-bottom: 6px;
}
#footer .footerNav ul li a {
	color: #8e908f;
	text-decoration: none;
	font-size: 12px;
}
#footer .royaltyDetail {
	border-top:1px solid #3a3d3f;
	padding:17px 0;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	color: #727272;
	font-size: 12px;
}

/* ==========================================================================
 header section styles
========================================================================== */

#header {
	width: 940px;
	margin: auto;
	height: 80px;
}
#header h1.logo {
	float: left;
	height: 50px;
	margin: 15px 0 0 0;
	width: 325px;
}
#header h1.logo a {
	background: url(../images/home/Toppan_Merrill_Logo.svg) no-repeat 0 0;
	float: left;
	text-indent: -9999em;
	height: 50px;
	width: 325px;
	outline: none;
}
#header ul.headerNav {
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
}
#header ul.headerNav li {
	float: left;
	text-align: center;
}
#header ul.headerNav li a {
	color: #8e908f;
	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	text-decoration: none;
	font-size: 12px;
	padding: 0px 0px 0 18px;
	outline: none;
}
#header ul.headerNav li a:hover {
	color: #b3b3b3;
}
#header ul.headerNav li.active a {
	background: #c9c9c9;
	color: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	text-align: center;
	margin-left: 25px;
}

/* ==========================================================================
 	Become a Client page's styles
========================================================================== */
.becomeaClientBanner {
	background: url(../images/common/becomeaClient.jpg) no-repeat 0 0;
	height: 167px;
	background-size: 100%;
}
.leftColum {
	float: left;
}
.leftColum .columText h3 {
	margin:0;
	padding: 0;
	color: #7f8a94;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	font-size: 24px;
}
.leftColum .columText p {
	margin:25px 0 0 0;
	color: #7f8a94;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	font-size: 15px;
	line-height: 1.7;
}
/* ==========================================================================
 	Contact page's styles
========================================================================== */
.contact address {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 15px;
	font-style: normal;
}
.contact .contactHead {
	color: #7F8A94;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin: 60px 0 0;
}
.contact .contactDetail p {
	margin: 0;
	color: #7F8A94;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.contact .contactDetail p a {
	text-decoration: none;
	color: #4475a3;
	font-weight: 300;
}
/* ==========================================================================
 	Login page's styles
========================================================================== */
.loginSection {
	width: 450px;
	margin: 115px auto;
	border-radius: 3px;
	background: #fbfbfb;
	border: 1px solid #e6e6e5;
	padding: 64px 0 83px 90px;
}
.loginSection .loginDcafLogo {
/*	width: 97px;*/
	margin: auto;
	margin-bottom: 17px;
}
.loginSection a.forgetPassword {
	text-decoration: underline;
	font-size: 12px;
	color: #4475a3;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    float: right;
    padding-top: 8px;
}
.loginSection .resetPassword {
	font-size: 14px;
	color: #7F8A94;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    float: left;
}
.loginSection #portal_errmsg {
	margin:0 !important;
	width: 100% !important;
}
/* ==========================================================================
 	custom width
========================================================================== */
.width600px { width: 600px;}
.width545px { width: 545px;}
.width505px { width: 505px;}
.width420px { width: 420px;}
.width425px { width: 425px;}
.width460px { width: 460px;}
.width405px { width: 405px;}
.width390px { width: 390px;}
.width372px { width: 372px;}
.width360px { width: 360px;}
.width357px { width: 357px;}
.width347px { width: 347px;}
.width340px { width: 340px;}
.width315px { width: 315px;}
.width235px { width: 235px;}
.width160px { width: 160px;}
.width120px { width: 120px;}
.width95px { width: 95px;}

/* ==========================================================================
 	custom classes for paddding & margin
========================================================================== */
.paddingTop65px { padding-top: 65px;}
.paddingTop165px { padding-top: 165px;}
.paddingBtm70px { padding-bottom: 70px;}
.paddingBtm55px { padding-bottom: 55px;}
.paddingLft185px { padding-left: 185px !important;}
.paddingTop55px {padding-top: 55px;}
.marginTop165px { margin-top: 165px;}
.marginTop80px { margin-top: 80px;}
.marginTopBtm65px { margin: 65px auto; }

/* ==========================================================================
 	form's styles
========================================================================== */
.customForm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.customForm ul li {
	margin-bottom: 10px;
}
.customForm ul li .inputTxt {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	color: #7f8a94;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 12px;
	padding: 5px;
}
.customForm ul li .formsubTitle {
	color: #7f8a94;
	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	font-size: 12px;
}
.customForm ul li .labelTxt {
	color: #7f8a94;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	font-size: 12px;
}
.customForm ul li .submitBtn {
	background: #9ca4ac;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	width: 118px;
	height: 38px;
	border-radius: 2px;
	text-align: center;
	border: none;
	font-size: 12px;
}
a.tryitFreeBtn {
	background: #03406b;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	width: 160px;
	height: 46px;
	border-radius: 2px;
	text-align: center;
	float: left;
	font-size: 14px;
	line-height: 46px;
	text-decoration: none;
}
a.tryitFreeBtn:hover {
	color: #fff
}
.customForm #portal_errmsg img {
	display: none;
}
/* ==========================================================================
 	home page's styles
========================================================================== */
#home .homeBanner {
	background: url(../images/home/homeBannerFirst.jpg) no-repeat fixed;
	height: 620px;
	-webkit-background-size:cover;
	background-size:cover;
	min-width: 950px;
}
#home .homeBannerSecond {
	background: url(../images/home/homeBannerSecond.jpg) no-repeat fixed;
	height: 430px;
	-webkit-background-size:cover;
	background-size:cover;
	min-width: 950px;
}
#home .homeBannerSecond .bannerTitle h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #fff;
	font-size: 30px;
	padding: 170px 0 0 0;
	margin: 0;
	line-height: inherit;
	text-align: left;
	width: 100%;
	font-style: normal;
}
#home .homeBannerThird {
	background: url(../images/home/homeBannerThird.jpg) no-repeat fixed;
	height: 430px;
	-webkit-background-size:cover;
	background-size:cover;
	min-width: 950px;
}
#home .bannerTitle h2 {
	color: #fff;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300; 
	margin: 255px 0 0 0;
	padding: 0;
	line-height: inherit;
	text-align: left;
	width: 100%;
	font-style: normal;
}
#home .homeBannerThird .bannerTitle h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #fff;
	font-size: 24px;
	padding: 105px 0 0 0;
	margin: 0;
}
#home .homeTab .tabNavBG {
	min-width: 950px;
	height: 47px;
	background: #f6f6f6;
	border-bottom: 1px solid #e6e6e5;
}
#home .homeTab ul.tabNav {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;	
	margin: auto;
    width: 950px;
}
#home .homeTab ul.tabNav li {
	float: left;
	height: 47px;
	margin-top: 1px;
	cursor: pointer;
}
#home .homeTab ul.tabNav li a {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 14px;
	padding: 14px 35px 0 35px;
	float: left;
	border-right: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	outline: none;
	height: 33px;
}
#home .homeTab ul.tabNav li a:hover {
	color: #4475a3;
}
#home .homeTab ul.tabNav li a.active {
	background: #fff;
	float: left;
	height: 33px;
	border-right: 1px solid #e6e6e5;
	border-left: 1px solid #e6e6e5;
	cursor: pointer;
}
#home .homeTab h3.tabhead {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 30px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
#home .homeTab p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
	margin-top: 0;
}
#home .homeTab h4.tabheadLft {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 24px;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}
#home ul.yloveDcaf {
	margin:0;
	padding: 0;
	width: 945px;
	list-style-type: none;
}
#home ul.yloveDcaf li {
	float: left;
	border-bottom: 1px solid #efefef;
	padding: 13px 0;
}
#home ul.yloveDcaf li .yloveDcafIcons {
	width: 59px;
	height: 59px;
	float: left;
	background: url(../images/home/loveDCAF.png) no-repeat;
}
#home ul.yloveDcaf li .yloveDcafIcons.simpleUse {
	background-position:  0 0;
}
#home ul.yloveDcaf li .yloveDcafIcons.instructions {
	background-position:  -61px 0;
}
#home ul.yloveDcaf li .yloveDcafIcons.collaboration {
	background-position:  -121px -2px;
}
#home ul.yloveDcaf li .yloveDcafIcons.convertion {
	background-position:  -182px -2px;
}
#home ul.yloveDcaf li .yloveDcafIcons.liveFiling {
	background-position:  -243px -2px;
}
#home ul.yloveDcaf li .yloveDcafIcons.distribution {
	background-position:  -303px -2px;
}
#home ul.yloveDcaf li .yloveDcafIcons.support {
	background-position:  -364px -2px;
}
#home ul.yloveDcaf li .yloveDcafIcons.reporting {
	background-position:  -424px -2px;
}
#home ul.yloveDcaf li .yloveDcafIcons.pricing {
	background-position:  -485px -2px;
	width: 62px;
}
#home ul.yloveDcaf li .title {
	width: 166px;
	float: left;
	margin: 0 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	color: #7f8a94;
	font-size: 14px;
}
#home ul.yloveDcaf li .detailTxt {
	width: 687px;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 14px;
}
#home .yloveDcafArrow {
	width: 355px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}
#home .yloveDcafArrow p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	color: #7f8a94;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}
#home .yloveDcafArrow a.arrowDown{
	background: url(../images/home/collapseBtn.png) no-repeat 0 -11px;
	width: 53px;
	height: 10px;
	margin: auto;
	display: block;
	outline: none;
}
#home .yloveDcafArrow.arrowUp a.arrowDown{
	background-position: 0 0;
}
#home .yloveDcafArrow.arrowUp p {
	display: none;
}

#home .font34 {
	font-size: 34px !important;
}
#home .homeTab ul.tabBulletList {
	list-style-type: none;
	margin:0;
	padding: 0;
	float: left;
}
#home .homeTab ul.tabBulletList li {
	background: url(../images/home/listBullet.jpg) no-repeat left 11px ;
	padding-left: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
}

#home .homeTab .clientTestimonial {
	background: url(../images/home/lftInverted.png) no-repeat top left;
	display: block;
	width: 855px;
	margin: 60px auto 0;
	padding: 6px 0 0 9px;
}
#home .homeTab .clientTestimonial .clientTestimonialTxt {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 24px;
	text-align: center;
	background: url(../images/home/rgtInverted.png) no-repeat 98% bottom;	
	padding-bottom: 6px;
}
#home .homeTab .clientTestimonial .designation {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 18px;
	text-align: center;
	font-style: italic;
}
#home p.sdbjTxt {
	margin: 0;
	float: left;
	width: 315px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600; 
	font-style: italic;
	line-height: 1.4;
}

/* ==========================================================================
 	Privacy Statement & Terms and Conditions pages styles
========================================================================== */
.privacyNterms {
	padding: 55px 0 100px 0;
}
.privacyNterms ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
.privacyNterms ul.list li {
	margin: 25px 0 0 0;
}
.privacyNterms ul.list li p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 14px;
	text-align: left;
	margin: 0;
}
.privacyNterms ul.list li .heading {
	font-family: 'Roboto', sans-serif;
	font-weight: bold; 
	color: #7f8a94;
	font-size: 14px;
	font-style: italic;
}
.privacyNterms ul.list li .termsHead {
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	color: #7f8a94;
	font-size: 14px;
}
/* ==========================================================================
 	News & Events pages styles
========================================================================== */
.newsNevents {
	padding: 55px 0 65px 0;
}
.newsNevents .pressRelease {
	float: left;
	width: 585px;
}
.newsNevents .pressRelease .titleHead {
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	color: #7f8a94;
	font-size: 18px;
	margin-bottom: 10px;
}
.newsNevents .pressRelease ul.releases {
	margin: 0 0 70px 0;
	list-style-type: none;
	padding: 0;
	float: left;
}
.newsNevents .pressRelease ul.releases li {
	border-top: 1px solid #ededec;
	padding: 18px 0;
	float: left;
	width: 585px;
}
.newsNevents .pressRelease ul.releases li .releaseTxt {
	margin-bottom: 15px;
}
.newsNevents .pressRelease ul.releases li .releaseTxt a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400; 
	color: #4475a3;
	font-size: 14px;
	text-decoration: none;
}
.newsNevents .pressRelease ul.releases li .releaseDetail,
.newsNevents .pressRelease ul.releases li .releaseDetail a {
	color: #7f8a94;
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	font-size: 14px;
	text-decoration: none;
}
.newsNevents .pressRelease ul.releases li.last {
	border-bottom: 1px solid #ededec;
}
.newsNevents .rightSection {
	width: 264px;
	border: 1px solid #ededed;
	border-radius: 3px;
	background: #fbfbfb;
	padding: 33px 20px 12px 20px;
	float: right;
	margin-top: 33px;
}
.newsNevents .rightSection p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300; 
	color: #7f8a94;
	font-size: 14px;
	line-height: 1.7;
}
.newsNevents .rightSection p.dcafTerms {
	font-family: 300px;
	font-style: italic;
	font-size: 14px;
}
label.error {
	display: block;
	font-size: 11px;
	color: red;
	padding-top: 2px;
}


