.sitefullWidth {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1224px;
}
.lightgray {
 background:#f2f2f2;
}



.breadcrumb_white {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 20px;
    min-height: 82px;
    padding: 32px 0 20px;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
}

.countresultText {
 font-size:14px;
 font-family: 'gothammediummedium', Helvetica, Arial, sans-serif;
 display:inline-block;
 float:left;
}

.sitedata {
 width:100%;
 display:inline-block;
 float:left;
}

.sitewrapper {
 width:100%;
 display:inline-block;
 background:#FFFFFF;
 min-height:300px;
/* -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
 box-shadow:0 0 1px rgba(0, 0, 0, 0.1);*/
 border:1px solid #dce3e7;
}

.sitewrapper .trendingBox {
 width:100%;
 display:block;
 height:45px;
 background:#FFFFFF;
 padding:10px 20px 10px 26px;
 line-height: 24px;
 float:left;
}
.trendingBox .trendtext {
 float:left;
 display:inline-block;
 font-size:14px;
}

.trending_icons {
 float:right;
 display:inline-block;
 height: 20px;
 margin-top: 3px;
}

.trending_icons .viewIcon {
 display:inline-block;
 margin-right:10px;
 height: 14px;
 opacity:0.6;
}
.trending_icons .viewIcon:hover {
 opacity:1;
}

.trending_icons .viewIcon:last-child {
 margin-right:0px;
}



.result_Left {
    background: #ffffff;
    float: left;
    height: auto;
    width: 100%;
}
.result_Left ul.result_data {
 width:100%;
 display:block;
}

.result_Left ul.result_data > li {
    border-bottom: 1px solid #dce3e7;
	border-top: 1px solid #dce3e7;
    display: table;
    position: relative;
    width: 100%;
	min-height:180px;
	margin-bottom:-1px;
}
/*.result_Left ul.result_data > li:hover {
 background:#f7f7f7;
}*/

.result_Left ul.result_data > li .result_middle {
 width:100%;
 display:table;
 padding:18px 26px 0;
 position:relative;
}

.result_middle .number_count {
 float:left;
 display:inline-block;
 min-height:96px;
 width:74px;
 font-size: 16px;
}
.result_middle .middle_rts {
 float:left;
 display:inline-block;
 min-height:96px;
 width:1000px;
}

.result_middle .imgBox_right {
 position:absolute;
 right:-1px;
 top:-1px;
 background:#FFF;
 width:94px;
 height:94px;
}

.result_middle .middle_rts .fullview {
    display: block;
    float: left;
	width:100%;
}
.result_middle .middle_rts .fullview .rslt_hding {
 width:100%;
 display:block;
 float:left;
}

.result_middle .middle_rts .fullview .rslt_hding h2 {
    display: block;
    float: left;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 2px;
    position: relative;
}
.result_Left ul.result_data > li:hover .result_middle .middle_rts .fullview .rslt_hding h2{
 text-decoration:underline;
}

.result_Left ul.result_data > li:hover .result_middle .middle_rts .fullview h3 a{
  color: #ff4a27;
}
.result_middle .middle_rts .fullview .rslt_hding .countery {
    float: right;
	display:block;
	padding-top: 2px;
}

.result_middle .middle_rts .fullview .rslt_hding .countery p {
    color: #b2b8c0;
    float: left;
    font-size: 11px;
    padding-bottom: 0;
    padding-top: 1px;
    text-transform: uppercase;
}

.result_middle .middle_rts .fullview .rslt_hding .countery .counteryflag {
    float: left;
    height: 15px;
    margin-left: 30px;
    width: 22px;
}
.result_middle .middle_rts .fullview h3 {
 display:block;
 float:left;
 width:100%;
 padding: 4px 0;
}

.result_middle .middle_rts .fullview h3 a {
    display: block;
    font-family: "gotham_bookregular",Helvetica,Arial,sans-serif;
    font-size: 14px;
	color:#000000;
}
.result_middle .middle_rts .fullview p {
    color: #444444;
    font-size: 14px;
	display:inline-block;
}

/* Keywords */
.resultKeywords {
    display: inline-block;
    margin: 10px 0 20px;
    padding-left: 1px;
    width: 100%;
}
.resultKeywords > ul {
	display:inline-block;
	width:100%;
}
.resultKeywords > ul li {
	float:left;
	margin-right:8px;
	background:#f2f2f2;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	height:22px;
	border:1px solid #f2f2f2;
}



.resultKeywords > ul li a {
	display:inline-block;
	float:left;
	padding:2px 10px 2px;	
	line-height:15px;
	text-transform:uppercase;
	font-size:12px;
}
.resultKeywords > ul li:hover a {
	color:#fa5422;
}
.resultKeywords > ul li span {
    cursor: pointer;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 2px;
	opacity:0.6;
}
.resultKeywords > ul li:hover span {
 opacity:1;
}


.result_Left ul.result_data > li:hover .result_middle .middle_rts .resultKeywords > ul li {
 border:1px solid #dce3e7;
}
.result_bottom {
    background: #f7f7f7;
    border-top: 1px solid #dce3e7;
    height: 50px;
    padding-left: 99px;
    width: 100%;
	display: block;
}

.result_bottom .viewlinks {
 float:left;
 display:inline-block;
 padding-top: 18px;
}

.result_bottom .viewlinks .note_link {
 background:url(../images/reslt_note_icon.png) left top no-repeat;
 display:inline-block;
 height:15px;
 float:left;
 padding-left:20px;
 border-right:1px solid #dce3e7;
 color:#000000;
 padding-right:6px;
}

.result_bottom .viewlinks .note_link:hover, .result_bottom .viewlinks .note_link.active {
 background:url(../images/reslt_note_icon.png) left -25px no-repeat;
 color:#ff4a27;
}

.result_bottom .viewlinks .reminder_link {
 background:url(../images/reslt_clock_icon.png) left top no-repeat;
 display:inline-block;
 height:15px;
 float:left;
 padding-left:20px;
 border-right:1px solid #dce3e7;
 color:#000000;
 padding-right:6px;
 margin-left:10px;
}

.result_bottom .viewlinks .reminder_link:hover, .result_bottom .viewlinks .reminder_link.active {
 background:url(../images/reslt_clock_icon.png) left -25px no-repeat;
 color:#ff4a27;
}

.result_bottom .viewlinks .tag_link {
 background:url(../images/reslt_tag_icon.png) left top no-repeat;
 display:inline-block;
 height:15px;
 float:left;
 padding-left:20px;
 color:#000000;
 margin-left:10px;
}

.result_bottom .viewlinks .tag_link:hover, .result_bottom .viewlinks .tag_link.active {
 background:url(../images/reslt_tag_icon.png) left -25px no-repeat;
 color:#ff4a27;
}

.contactinfo_btn {
 width:215px;
 height:49px;
 background:#e7e7e7;
 display:inline-block;
 float:right;
 text-align:center;
 line-height:49px;
}

.contactinfo_btn small {
 background:url(../images/contact_info_icon.png) left 18px no-repeat;
 display:inline-block;
 padding-left:30px;
 background-size: 18px 15px;
 padding-top: 2px;
}

.contactinfo_btn small:hover {
 color:#fa5422;
}
.result_middle .middle_rts ul.contactinfoBox {
 width:100%;
 display: none;
 float:left;
}

.result_middle .middle_rts ul.contactinfoBox li {
    border-bottom: 1px solid #dce3e7;
    border-top: 1px solid #dce3e7;
    display: block;
    float: left;
    height: 62px;
    line-height: 20px;
    margin-bottom: -1px;
    padding: 5px 12px 12px 0;
}

.result_middle .middle_rts ul.contactinfoBox li.first {
 width:330px;
}

.result_middle .middle_rts ul.contactinfoBox li.second {
 width:400px;
}
.result_middle .middle_rts ul.contactinfoBox li.third {
 width:270px;
}

.result_middle .middle_rts ul.contactinfoBox li small {
 text-transform:uppercase;
 display:block;
 font-size:12px;
 color:#5f5e5e;
}
.result_middle .middle_rts ul.contactinfoBox li b {
 display:block;
 color:#000000;
 font-size:14px;
}
.result_middle .middle_rts ul.contactinfoBox li b a{
 display:block;
 color:#000000;
 font-size:14px;
}

.result_Left ul.result_data > li:hover .result_middle .middle_rts ul.contactinfoBox li b a{
  text-decoration:underline;
}



/*Analytics Front Page Footer*/


.frontfooter {
 width:100%;
 display:inline-block;
 padding-top:10px;
 margin-top:30px;
 border-top:1px solid #d4d2d2;
}
.footerfullwidth {
 width:900px;
 display:block;
 margin:0 auto;
 padding-top:40px;
}
.monthlyviews {
 width:100%;
 display:inline-block;
 margin-bottom:20px;
}
ul.monthlyList {
 width:100%;
 display:inline-block;
}
ul.monthlyList li {
 width:217px;
 display:inline-block;
 line-height:20px;
 float:left;
 margin-right:10px;
 text-align:center;
}
ul.monthlyList li:last-child {
 margin-right:0px;
}
ul.monthlyList li h2 {
 font-size:45px;
 display:block;
 text-transform:uppercase;
 letter-spacing:-1px;
 line-height: 40px;
}
ul.monthlyList li p {
 text-transform:uppercase;
 letter-spacing:1px;
 display:block;
 font-family: 'gothammediummedium', Helvetica, Arial, sans-serif;
 color:#9f9f9f;
 padding-top:12px;
 font-size:12px;
} 

.footer_line {
 width:400px;
 height:1px;
 background:#e0e3e9;
 margin:0 auto;
 display:block;
}

hr {
  color: #ebeef2;
  background-color: #ebeef2;
  height: 1px;
  border: none;
}
.hr_short {
  padding: 0 30px;
  max-width: 400px;
  border: 0;
  border-bottom: 1px solid #e0e3e9;
  margin: 20px auto;
}


.byheader {
 width:100%;
 display:inline-block;
 padding-top:25px;
 text-align:center;
}
.byheader h3 {
    display: block;
    font-family: "gothammediummedium",Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 26px;
	letter-spacing:-0.6px;
} 
.byheader p {
    display: block;
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
} 

.footer_clients {
 width:100%;
 display:inline-block;
}


ul.footer_clients {
 width:100%;
 display:inline-block;
 margin:45px 0 30px;
}
ul.footer_clients li {
 width:225px;
 display:inline-block;
 line-height:20px;
 float:left;
 text-align:center;
}
ul.footer_clients li .pub_logo_img {
    max-height: 50px;
    max-width: 180px;
    width: auto;
}


ul.footer_wtboxes {
 width:100%;
 display:inline-block;
 padding-top: 10px;
}
ul.footer_wtboxes li {
 width:280px;
 line-height:20px;
 float:left;
 text-align:center;
 height:207px;
 background:#FFFFFF;
 border:1px solid #e0e3e9;
 border-radius:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 margin-right:30px;
 -moz-box-shadow:0 1px 2px #e0e3e9;
 -webkit-box-shadow:0 1px 2px #e0e3e9;
 box-shadow:0 1px 2px #e0e3e9;
 padding:15px;
 justify-content: space-between;
 flex-direction: column;
 display: flex;
}

ul.footer_wtboxes li:last-child {
 margin-right:0px;
}

ul.footer_wtboxes li .smalltext {
 margin-top: 15px;
 margin-bottom: 5px;
 display:inline-block;
}

ul.footer_wtboxes li .smalltext span {
 font-family: "gothammediummedium",Helvetica,Arial,sans-serif;
 font-size: 14px;
 line-height: 23px;
 color:#9f9f9f;
}

ul.footer_wtboxes li .clientlogosBox {
 padding: 15px;
 display:block;
 text-align:center;
}  

ul.footer_wtboxes li .clientlogosBox img {
    height: auto;
    max-width: 100%;
	width:120px;
}

ul.footer_lg_links {
 width:100%;
 display:inline-block;
 margin-top:30px;
}
ul.footer_lg_links li {
 float:left;
 display:block;
 margin-right:10px;
}
ul.footer_lg_links li a {
    color: #3583e2;
    font-family: gothammediummedium,Helvetica,Arial,sans-serif;
}
ul.footer_lg_links li a:hover {
 text-decoration:underline;
 color:#fa5422;
}


/*End Analytics Front Page Footer*/