html,body{ padding:0;  margin:0;  font-family:robotoregular, arial;   font-size:13px;  line-height:18px;  text-align:justify; }
a,img{ padding:0;  margin:0;  border:0;  outline:0;  vertical-align:top;  text-decoration:none; }
ul, ul li, ol, ol li, form, input, select, textarea, label { padding:0;  margin:0;  list-style:none;  border:0; }
p,h1,h2,h3,h4,h5,h6{ padding:0;  margin:0;  font-weight:normal; }
input{ background:none;  border:none; }
input[type=button], input[type=submit]{ cursor:pointer;  border:0; }
input:focus{ border:none; }
.clear{ clear:both; }
header, nav, section, article, aside, footer, hgroup{  display: block; }
/* [ EXTERNAL FONTS ] */
	/* Roboto - Bold */	
	@font-face {
		font-family: 'robotobold';
		src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
			 url('../fonts/roboto-bold-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
	/* Roboto - Light */
	@font-face {
		font-family: 'robotolight';
		src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
			 url('../fonts/roboto-light-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
	/* Roboto - Medium */
	@font-face {
		font-family: 'robotomedium';
		src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
			 url('../fonts/roboto-medium-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
	/* Roboto - Regular */
	@font-face {
		font-family: 'robotoregular';
		src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
			 url('../fonts/roboto-regular-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	
	}
/* [ /EXTERNAL FONTS ] */
.cw-body{background:#e9eced;}
.cw-container{ background:#e9eced; width:100%; height:auto; float:left;}
.cw-header{ width:100%; float:left; height:64px; background:#2b426a;}
.cw-header-in{ width:100%; max-width:1100px; margin:0px auto;}
.cw-header-logo{ float:left; margin:10px 0px 0px 0px;}
.cw-search-panel{ width:284px; height:35px; background:url(https://s3.amazonaws.com/owler-image-test/ceo-landing-page/cw-search-icon.png) no-repeat 11px 11px  #99b2c2; border-radius:5px; float:left; margin:14px 0px 0px 50px; padding:0px 0px 0px 28px;}
.cw-search-box{ width:250px; height:20px; border:none; outline: none; color:#ffffff; font-size:13px; line-height:20px; margin:8px 0px 0px 4px; float:left;}
.cw-search-plus-btn{float:left; cursor:pointer; width:12px; height:12px; background:url(../images/cw-search-plus-icon.png) no-repeat center center; margin:12px 0px 0px 0px;}
.cw-signin{ float:left; color:#ffffff; text-decoration:none; margin:22px 0px 0px 0px; font-size:14px;}
.cw-footer{ width:100%; float:left; background:#014679; margin:56px 0px 0px 0px; padding:0px 0px 45px 0px;}
.cw-footer-in{ width:100%; max-width:1100px; margin:0px auto; padding:65px 0px 0px 0px; position:relative;}
.cw-footer-social-media{ width:140px; float:right; margin:0px 0px 0px 0px;}
.cw-footer-social-media > a{ width:36px; height:36px; margin:0px 0px 10px 10px; float:left;}
.cw-footer-social-media > a > i{ width:36px; height:36px; background:url(https://s3.amazonaws.com/owler-image-test/ceo-landing-page/cw-footer-social-icons.png); background-repeat:no-repeat; background-position:0px 0px; float:left;}
i.cw-social-twitter{background-position:0px 0px !important;}
i.cw-social-linkedin{background-position:-46px 0px !important;}
i.cw-social-fb{ background-position:0px -46px !important;}
i.cw-social-rss{background-position:-46px -46px !important;}
.cw-footer-link-panel{ float:left; width:calc(100% - 150px);}
i.cw-footer-logo-icon{ width:35px; height:26px; float:left; margin:-38px 0px 0px 0px; background:none;}
ul.cw-footer-link-holder{ width:134px; float:left; margin:0px 55px 0px 0px;}
ul.cw-footer-link-holder > li, ul.cw-footer-link-holder > li > a.cw-footer-title-link{ float:left; width:100%; color:#ffffff; font-family:robotobold; font-size:14px; text-decoration:none;}
ul.cw-footer-link-holder > li:first-child{ height:24px; line-height:24px;}
ul.cw-footer-link-holder > li > a{ float:left; width:100%; color:#ffffff; font-family:robotoregular; font-size:14px; line-height:22px;}
.cw-copyright, .cw-copyright-btm{ float:right; color:#808183; font-size:14px; width:130px; text-align:center;}
.cw-copyright-btm{ display:none; float:left; width:100%; padding:20px 0px 30px 0px;}
@media only screen and (min-width : 0px) and (max-width : 1024px) {
.cw-header{ padding:0px 10px; width:calc(100% - 20px)}
.cw-search-panel{ display:none;}
.cw-footer-social-media{ width:auto; margin:20px 0px 0px 0px; position:relative; left:50%; float:left; transform:translateX(-50%);}
i.cw-footer-logo-icon{position:absolute; float:none; left:50%; top:32px; margin: 0px 0px 0px -18px;}
.cw-footer-link-panel{ clear:both; margin:20px 0px 0px 0px; width:100%;}
ul.cw-footer-link-holder{ width:100%; margin:20px 0px 0px 0px;}
ul.cw-footer-link-holder > li{ text-align:center;}
.cw-copyright{ display:none;}
.cw-copyright-btm{ display:block;}
}