/*
Theme Name: Sitescout
Theme URI: http://wordpress.org/extend/themes/sitescout
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for 
light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best 
content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for 
print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post 
formats.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, 
featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/* =Fonts
-------------------------------------------------------------- */

h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, 
.comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, 
.widget-title, .wp-caption-text, input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body, input, textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}

/* Text elements */

.content p {
    margin-bottom: 18px;
}

.content ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

.content ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

.content ol ol {
    list-style: upper-alpha;
}

.content ol ol ol {
    list-style: lower-roman;
}

.content ol ol ol ol {
    list-style: lower-alpha;
}

.content ul ul, .content ol ol, .content ul ol, .content ol ul {
    margin-bottom: 0;
}

.content dl {
    margin: 0 0 24px 0;
}

.content dt {
    font-weight: bold;
}

.content dd {
    margin-bottom: 18px;
}

.content strong {
    font-weight: bold;
}

.content cite, .content em, .content i {
    font-style: italic;
}

.content big {
    font-size: 131.25%;
}

.content ins {
    background: #ffc;
    text-decoration: none;
}

.content blockquote {
    font-style: italic;
    padding: 0 3em;
}

.content blockquote cite, .content blockquote em, .content blockquote i {
    font-style: normal;
}

.content pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

.content abbr, .content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.content sup, .content sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

.content sup {
    bottom: 1ex;
}

.content sub {
    top: .5ex;
}

.content input[type="text"], .content textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.content table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

.content tr th, thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

.content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

.content tr.odd td {
    background: #F2F7FC;
}

.attachment img {
    max-width: 900px;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-caption p {
	padding-top:0 !important; /* hack fix for captions on KC */
}


.wp-smiley {
    margin: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
    margin-top: 25px;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title, h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul, #comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link, .comment-meta a:visited {
    color: #888;
    text-decoration: none;
}

.comment-meta a:active, .comment-meta a:hover {
    color: #FF4B33;
}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a, a.comment-edit-link {
    color: #888;
}

.reply a:hover, a.comment-edit-link:hover {
    color: #FF4B33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword, .nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */
input[type=submit] {
    color: #333;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}

#comments p {
    padding-top: 0;
}

/*---------------------------MY CSS--------------------------------- */
body {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 81.3%;
}

opera_only:-o-prefocus, body {
    font-size: 65%;
}

.flt_Lt {
    float: left;
}

.flt_Rt {
    float: right;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    display: block;
}

.wrapper a {
    text-decoration: none;
    color: #0490CF;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_border {
    border-bottom: 0 !important;
}

.no_marg {
    margin: 0 !important;
}

.no_pad {
    padding: 0 !important;
}

/*---------------------------HEADER CSS--------------------------------- */
.floatNav {
    /* box-shadow: 0 1px 4px #ddd; */
    background-color: #fff;
    /* position: fixed; */
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
}
.floatNavSpacer {
    height: 87px;
    height: 87px;
}
.headerWrapper {
    border-bottom: 1px #ebebeb solid;
    height: 60px;
    padding: 18px 0;
}

.loginWrapper {
    background: #0094d9;
    height: 5px;
    overflow: hidden;
}

.header .grid_9 ul {
    float: left;
    padding-top: 15px;
    padding-right: 7px;
}

.nav li {
    float: left;
    padding: 0 17px;
    line-height: 26px;
}

.nav li a {
    color: #7d7d7d;
    font-size: 1.077em;
    display: inline-block;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.nav li a:hover, .login li a:hover {
    color: #333;
}

/*
li#menu-item-347 a,
.nav li a.home {
    background: url("images/home-icon.jpg") no-repeat;
    width: 12px;
    height: 11px;
    margin-top: 8px;
    float: left;
    text-indent: -9999px;
}
*/

.login li {
    float: left;
    margin-right: 22px;
}

.login li a{
    color: #7d7d7d;
    /* font-size: 1.000em; */
    font-size: 1.077em;
    display: inline-block;
    line-height: 26px;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.login li a.sign_uplink{
    font-size: 1.000em;
    background: url("images/signup-bg.jpg") left bottom repeat-x;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 1;
    color: #ffffff;
    height: 26px;
    width: 85px;
    text-align: center;
    text-shadow: 1px 1px #0168b2;
    box-shadow: #CCC 0px 2px 3px;
    -moz-box-shadow: #CCC 0px 2px 3px;
    -webkit-box-shadow: #CCC 0px 2px 3px;
}



/*---------------------------home CSS--------------------------------- */
.content_wrapper {
    background: url("images/content-bg.jpg") repeat;
    position: relative;
}

.content_wrapper_strip {
    background: url("images/content-bg-strip.jpg") repeat-x;
    position: relative;
}

.bg2 {
    background: url("images/content-bg2.jpg") left bottom repeat-x;
    padding-bottom: 0;
}

.title_div {
    padding: 40px 0 25px;
    text-align: center;
}

.title_div h1 {
    font-size: 4.462em;
    color: #1e1e1e;
    font-family: 'OpenSansLight', Arial, sans-serif;
    line-height: normal;
    padding-bottom: 1px; /* was 5px */;
}

.title_div h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #787878;
    font-weight: normal;
    font-size: 2.1em; /* was 1.692em*/
    font-style: italic;
    line-height: normal;
}

.video_sec {
    background: url("images/video-btm_shadow.png") bottom center no-repeat;
    width: 655px;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 2em;
}

.video_box {
    width: 546px;
    margin: 25px auto;
    height: 303px;
}

.vid-rgtside {
    padding: 0 0 0 0;
    margin-top: 50px;
}

.vid-rgtside h4 {
    font-size: 1.462em;
    color: #1e1e1e;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 15px;
}

.vid-rgtside ul {
    margin-bottom: 20px;
}

.vid-rgtside ul li {
    margin-bottom: 8px;
    line-height: 22px;
}

.vid-rgtside ul li {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #616161;
    font-size: 1.462em;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.vid-rgtside ul li a:hover {
    text-decoration: underline;
}

.vid-rgtside ul li.bc_icon {
    background-image: url("images/bc_icon.png");
}

.vid-rgtside ul li.mobile_icon {
    background-image: url("images/mobile-icon.png");
}

.vid-rgtside ul li.rich_icon {
    background-image: url("images/rich_media-icon.png");
}

.vid-rgtside ul li.vid_icon {
    background-image: url("images/vid_icon.png");
}

.vid-rgtside h6 {
    font-size: 1.462em;
    font-weight: normal;
    color: #048ccb;
}

.vid-rgtside h6 a {
    color: #048ccb;
}

.vid-rgtside h6 a:hover {
    text-decoration: underline;
}

.learn_more:active {
    background: url("images/lern_more-bg_Rollover.jpg") repeat-x;
    position:relative;
    top:2px;
    left:2px;
}
.learn_more:hover {
    background: url("images/lern_more-bg_Rollover.jpg") repeat-x;
}
.learn_more {
    background: url("images/lern_more-bg.jpg") repeat-x;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 1;
    display: block;
    height: 45px;
    width: 300px;
    line-height: 45px;
    color: #ffffff !important;
    font-size: 1.077em;
    text-shadow: 1px 1px #0157a6;
    text-align: center;
    box-shadow: #999 0 2px 3px;
    margin-top: 30px;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.learn_more_button:active {
    background: url('http://www.sitescout.com/wp-content/themes/sitescout/images/bluButton_Rollover.png');
    position:relative;
    top:2px;
    left:2px;
}
.learn_more_button:hover {
    background: url('http://www.sitescout.com/wp-content/themes/sitescout/images/bluButton_Rollover.png');
}
.learn_more_button {
    width: 312px;
    height: 49px;
    background: url('http://www.sitescout.com/wp-content/themes/sitescout/images/bluButton.png');

    position: relative;
    z-index: 1;
    display: block;
    line-height: 45px;
    color: #ffffff;
    font-size: 1.077em;
    margin-top: 30px;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.quotes {
    width: 940px;
    height: 71px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    font-family: 'Georgia', Arial, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0;
    font-style: italic;
    color: #171717;
}

.quotes img {
    float: left;
    margin-right: 0.5em;
}

.quotes p {
    width: 459px;
}

.quote_one {
    float: left;
    width: 500px;
}

.quote_two {
    float: left;
    width: 430px;
}

.as_seen_on {
    padding: 40px 0 55px 0;
}

.as_seen_on	ul {
    display: block;
    width: 100%;
}

.as_seen_on	ul li {
    display: inline;
    margin-left: 43px;
}

.as_seen_on	ul li a {
    display: inline-block;
}

.as_seen_on	h6 {
    text-align: center;
    margin: 10px 0;
}

/*---------------------------inner1 CSS--------------------------------- */
.banner-wrapper1 {
    height: 710px;
}

.banner-wrapper {
    background: #fff url("images/banner_section-bg.jpg") left bottom repeat-x;
    position: relative;
}

.btm-design {
    background: url("images/btm-design.png") repeat-x;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 2;
}

.btm-design2 {
    background: url("images/btm-design2.png") repeat-x;
}

.lence {
    background: url("images/lence.png") no-repeat;
    width: 438px;
    height: 438px;
    position: absolute;
    right: 30px;
    top: -5px; /*was -23px*/
}

.banner_section {
    position: relative;
    top: 9px;
}

.banner_section img {
    vertical-align: middle;
    position: relative;
    top: 15px;
}

.lencesub {
    position: relative;
    width: 100%;
    height: 100%;
}

.adServer {
    width: 260px;
    height: 217px;
    position: absolute;
    left: 89px;
    top:95px;
}

.blue_cirlce {
    background: url("images/blue_circle.png") no-repeat;
    width: 145px;
    height: 145px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -15px;
    font-family: 'OpenSansSemiboldItalic', Arial, sans-serif;
    color: #fff;
}

.blue_cirlce p {
    padding-top: 45px;
}

.blue_cirlceCont {
    position: relative;
    width: 145px;
    height: 145px;
}

.plus {
    background: url("images/plus.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 0;
}

.banner-wrapper1 .plus {
    left: 0;
}

.main-content {
    padding-bottom: 69px;
    position: relative;
}

.main-content h3 {
    background: url("images/h3-bg.jpg") no-repeat scroll left 15px transparent;
    color: #000000;
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 3.462em;
    line-height: normal;
    margin: 0 0 10px;
    padding-left: 20px;
    padding-top: 15px;
}

.cont-list {
    margin: 0 auto;
}

.cont-list .img-box {
    width: 282px;
    height: 152px;
    float: right;
}

.cont-list .txt-side {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.cont-list li {
    margin-bottom: 28px;
}

.cont-list h4 {
    font-size: 1.692em;
    color: #000;
    font-family: 'OpenSansLight', Arial, sans-serif;
    line-height: normal;
    padding-bottom: 5px;
}

.cont-list p {
    line-height: 21px;
    color: #838383;
    font-size: 1.077em;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.request-link {
    width: 217px;
    margin: 0 auto;
}

.target_optim_sec {
    background: url("images/target-cont-bg.jpg") repeat;
    padding-bottom: 51px;
}

.top-shadow {
    background: url("images/top_shadow.png") repeat-x;
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -9px;
}

.top-shadow2 {
    background: url("images/top_shadow2.png") repeat-x;
    height: 12px;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.custm_usr {
    padding-top: 0 !important;
}

.bottom-wrapper {
    background: #008cbf url("images/botm-bg.jpg") left bottom repeat-x;
    min-height: 214px;
    position: relative;
    padding-top: 55px;
    color: #fff;
}

.top_design2 {
    background: url("images/top_design2.jpg") repeat-x;
    height: 14px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -14px;
}

.industry_support .lftside-txt {
    width: 370px;
    padding-top: 30px;
}

.industry_support .lftside-txt  h5 {
    font-size: 1.923em;
}

.team_members li {
    width: 138px;
    margin: 0 6px;
    margin-bottom: 14px;
    float: left;
    position: relative;
}

.team_members li a {
    display: block;
}

.team_members li a img {
    position: relative;
    z-index : 1;
}

.team_members li p {
    color: #373737;
    padding-bottom: 1px;
    padding-top: 1px;
}

.tooltipbox .cont {
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

.tooltipbox .arow {
    background: url("images/tooltip_arow.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -13px;
    width: 20px;
}

.tooltipbox {
    background: none repeat scroll 0 0 #12A3DF;
    display: none;
    left: -10px;
    padding-bottom: 0.5em;
    position: absolute;
    top: 134px;
    width: 160px;
    z-index: 999 !important;
}

.tooltipbox h6 {
    font-family: 'OpenSansBold', Arial, sans-serif;
    font-size: 1.154em;
    line-height: normal;
    margin: 0;
}

.tooltipbox p {
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 0.923em;
    padding: 0 !important;
    line-height: normal;
    color: #fff !important;
}

/*---------------------------inner2 CSS--------------------------------- */
.innerbanner_wrapper .banner_section {
    text-align: center;
}

.innerpage .title_div h4 {
    font-size: 2.077em;
}

.testimonial_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px #e1e1e1 solid;
    min-height: 83px;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 35px 25px 25px;
}

.testimonial_box .arrow {
    position: absolute;
    left: 0;
    bottom: -19px;
    background: url("images/arrow_new.png") no-repeat;
    width: 111px;
    height: 19px;
    display: block;
}

.innerbanner_wrapper .btm-design {
    background: url("images/btm-design2.png") left top repeat-x;
    height: 10px;
}

.testimonial_box p {
    color: #626262;
    font: italic 1.231em/26px Georgia, "Times New Roman", Times, serif;
    padding-left: 6px;
}

.author {
    padding-left: 28px;
}

.author img {
    float: left;
    margin-right: 20px;
}

.author h6 {
    color: #090909;
    font-size: 1.538em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding: 10px 0;
}

.author p {
    font-size: 1.077em;
    color: #636363;
}

.testimonials .grid_6 {
    padding-bottom: 38px;
}

/*---------------------------inner3 CSS--------------------------------- */
.innerpage h3 {
    margin: 35px 0 15px 0;
}

.contact_wrapper h5 {
    font-size: 1.692em;
    line-height: normal;
    font-weight: normal;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding-bottom: 25px;
    padding-left: 25px;
}

.form {
    width: 378px;
    background: #f1f1f1;
    padding: 25px;
    margin-left: 14px;
}

.form .input_form {
    background: #ffffff;
    border: 1px #dbdbdb solid;
    padding: 10px 15px;
    height: 18px;
    z-index: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(PIE.htc);
    position: relative;
}

.form .input_txt {
    font-size: 1.231em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    color: #5d5d5d;
    border: 0;
    background: none;
    padding: 0;
    width: 100%;
    height: 125%;
}

.textarea_div {
    height: 112px !important;
}

.textarea_div .textarea {
    border: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    font-size: 16px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.form .submit:active {
    background: url("images/submit-btn-bg_Rollover.jpg") repeat-x;
    position:relative;
    top:2px;
    left:2px;
}
.form .submit:hover {
    background: url("images/submit-btn-bg_Rollover.jpg") repeat-x;
}
.form .submit {
    border: 0;
    color: #fff;
    margin: 0;
    background: url("images/submit-btn-bg.jpg") repeat-x;
    cursor: pointer;
    font-style: normal !important;
    font-family: 'OpenSansRegular', Arial, sans-serif;
}

.form ul li {
    margin-bottom: 8px;
}

.map {
    padding-bottom: 15px;
}

.address-box {
    color: #626262;
    font-size: 1.077em;
}

.address-box h6 {
    font-size: 1.692em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding-bottom: 20px;
}

.address-box p {
    line-height: 23px;
}

.address-box p a {
    color: #626262;
}

.mailto {
    color: #0094d9;
}

.address-box p  a:hover {
    text-decoration: underline;
}

.address-box {
    margin-top: 13px;
    width: 225px;
}

/*---------------------------inner4 CSS--------------------------------- */
.aboutUs_Wrapper .peoples img {
    position: relative;
    margin-left: -30px;
    top: -6px;
    vertical-align: bottom;
}

.aboutUs_Wrapper {
    height: 524px;
    padding: 0;
    border-bottom: 1px #ebebeb solid;
}

.lftside-txt {
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.lftside-txt h5 {
    font-size: 1.692em;
    color: #4c4c4c;
    font-family: 'OpenSansLight', Arial, sans-serif;
    line-height: normal;
    padding-bottom: 22px;
}

.lftside-txt p {
    padding-bottom: 22px;
    font-size: 1.077em;
    line-height: 21px;
}

.mid-wrapper {
    padding-bottom: 0;
}

.mid-wrapper ul {
    float: left;
    padding: 28px 0;
}

.mid-wrapper ul li {
    border-left: 1px dashed #787878;
    float: left;
    height: 70px;
    padding: 0 37px;
    text-align: right;
}

.mid-wrapper ul li h5 {
    color: #1e1e1e;
    font-size: 45px;
    line-height: normal;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.mid-wrapper ul li p {
    color: #606060;
    font: italic 20px Georgia, "Times New Roman", Times, serif;
    position: relative;
    top: -5px;
}

.mid-wrapper ul li.first_li {
    padding-left: 0;
    border: 0;
}

.mid-wrapper ul li.last_li {
    padding-right: 0;
}

.logo_grid {
    padding-top: 57px;
}

.logo_grid ul li {
    border-left: 1px #d3d3d3 solid;
    border-bottom: 1px #d3d3d3 solid;
    width: 130px;
    float: left;
    min-height: 135px;
}

.logo_grid ul li.row1 {
    min-height: 117px;
}

.logo_grid ul li.row3 {
    border-bottom: 0;
}

.logo_grid ul li.first-logo, .logo_grid ul li.last-logo {
    width: 140px;
}

.logo_grid ul li.first-logo {
    border-left: 0;
}

.news-note {
    width: 906px;
    background: url("images/mid-bg.png") center top repeat-y;
    margin: 0 auto;
    position: relative;
}

.top-bg {
    background: url("images/top-bg.jpg") center top no-repeat;
}

.btm-bg {
    background: url("images/botm-bg1.jpg") center bottom no-repeat;
    padding-bottom: 60px;
}

.tape {
    width: 69px;
    height: 56px;
    position: absolute;
    top: -20px;
    position: absolute;
}

.tape-lft {
    background: url("images/lft-tape.png") 0 0 no-repeat;
    left: -20px;
}

.tape-rgt {
    background: url("images/rgt-tape.png") 0 0 no-repeat;
    right: -20px;
}

.news-noteCont {
    /* width: 802px; */
    width: 750px;
    margin: 0 auto;
    padding-top: 60px;
}

.news-noteCont ul {
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
}

.news-noteCont ul li {
    display: inline;
    padding: 0 17px;
}

.news-noteCont-txt {
    padding-top: 30px;
}

.news-noteCont-txt p {
    font-size: 1.077em;
    line-height: 21px;
    font-size: 1.077em;
}

.news-noteCont-txt p i {
    font-family: 'OpenSansLightItalic', Arial, sans-serif;
}

/*---------------------------inner5 CSS--------------------------------- */
.left-section {
    width: 580px;
    padding-left: 10px;
}

.posted-on	h4 {
    font-size: 1.846em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    line-height: normal;
}

.posted-on p {
    color: #8f8f8f;
    font-size: 1.077em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding: 0 !important;
}

.img-box1 {
    margin: 22px 0;
}

.post-list li p {
    padding-top: 30px;
    line-height: 30px;
    color: #8c8c8c;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.post-list a.read_more {
    color: #0094d9;
    text-transform: uppercase;
    color: #0094d9;
    display: inline-block;
    margin-top: 30px;
}

.post-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #bbbec3 solid;
    font-size: 1.077em;
}

.post-list .article_written-by {
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.pagin {
    text-align: center;
    text-align: center;
}

.pagin li {
    text-align: center;
    padding: 0 20px;
    display: inline;
}

.pagin li a {
    font-size: 1.308em;
    color: #373737;
}

.pagin li.active a, .pagin li a:hover {
    color: #0094d9;
}

.rgt-section {
    width: 292px;
}

.rgt-section h5 {
    font-size: 1.077em;
    color: #5d5d5d;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
    margin-bottom: 15px;
}

.gray_box {
    background: #f1f1f1;
    margin-bottom: 30px;
}

.gray_boxsub {
    width: 200px;
    margin: 0 auto;
    padding: 28px 0;
}

.archive ul li {
    background: url("images/arow2.jpg") left 5px no-repeat;
    padding-left: 16px;
    margin-bottom: 15px;
}

.archive ul li a {
    color: #5d5d5d;
}

.archive ul li ul {
    padding-top: 5px;
}

.archive ul li ul li {
    background: none;
    padding-left: 10px;
    margin: 0;
}

.form2, .rss_feedbox, .browse_by_topic {
    background: url("images/double-boreder.jpg") repeat-x;
    margin-top: 20px;
    padding: 20px 0;
    width: auto;
    margin-left: 0;
}

.subscribe_form .submit {
    margin: 12px 0 0 15px;
}

.rss_feedbox {
    margin-top: 0;
    padding-bottom: 0;
}

.rss_feedbox ul li a {
    font-size: 1.077em;
    color: #5d5d5d;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.rss_feedbox ul li.rss_feed a {
    background: url("images/rss-icon.jpg") right center no-repeat;
    padding-right: 20px;
}

.browse_by_topic {
    padding-bottom: 0;
}

.serch_input_div {
    border: 1px #dbdbdb solid;
    background: #fff url("images/srch-input-bg.jpg") repeat-x;
    height: 21px;
    padding: 10px 15px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}

.serch_input_div .serch_input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    font-size: 1.231em;
    line-height: normal;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.serch-box .srchbtn {
    background: url("images/srchbtn.png") no-repeat;
    width: 123px;
    height: 49px;
    border: 0;
    text-indent: -99999px;
    cursor: pointer;
    margin-top: 10px;
}

/*---------------------------inner6 CSS--------------------------------- */
.support-ticket-from .textarea_div {
    height: 134px;
}

.support-ticket-from {
    padding-bottom: 0;
}

.still_hv_qst {
    border-top: 1px solid #C5C7BF;
    color: #5D5D5D;
    font-family: 'OpenSansLight',Arial,sans-serif;
    left: 31px;
    padding-top: 19px;
    position: relative;
    top: 0;
    z-index: -3;
}

.still_hv_qst p {
    font-size: 16px;
    line-height: normal;
}

.still_hv_qst h4 {
    padding: 10px 0;
    font-size: 2.000em;
    line-height: normal;
}

.still_hv_qst h4 a {
    color: #5d5d5d;
}

.browse_by_topic ul li {
    padding-left: 33px;
    background: url("images/icons-knowledge.png") left center no-repeat;
    line-height: 22px;
    margin-bottom: 5px;
}

.browse_by_topic ul li a {
    color: #4c4c4c;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.browse_by_topic ul li a:hover, .browse_by_topic ul li.active a {
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.browse_by_topic .part1 {
    background-position: 0 0;
}

.browse_by_topic .part2 {
    background-position: 0 -25px;
}

.browse_by_topic .part3 {
    background-position: 0 -50px;
}

.browse_by_topic .part4 {
    background-position: 0 -76px;
}

.browse_by_topic .part5 {
    background-position: 0 -100px;
}

.browse_by_topic .part6 {
    background-position: 0 -124px;
}

.browse_by_topic .part7 {
    background-position: 0 -150px;
}

.browse_by_topic .part8 {
    background-position: 0 -174px;
}

.browse_by_topic .part9 {
    background-position: 0 -200px;
}

.browse_by_topic .part10 {
    background-position: 0 -225px;
}

.browse_by_topic .part11 {
    background-position: 0 -250px;
}

.browse_by_topic .part12 {
    background-position: 0 -275px;
}

.kcindex ul,
.kcindex ul li,
.kcindex li.no_marg,
.kcindex div {
    margin: 5px;
    padding: 0;
    border: 0;
}

.knowledge_center_cont li {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.knowledge_center_cont .left-section {
    width: 635px;
}

.main-content.knowledge_center_cont {
    padding-bottom: 25px;
}


.link_box {
    border-top: 1px #d5d5d5 solid;
    padding: 18px 0;
}

.link_box h4 {
    font-size: 1.923em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding-left: 45px;
    line-height: normal;
    color: #4c4c4c;
    margin-bottom: 25px;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.part1_sec .link_box h4 {
    background-image: url("images/part1-icon.jpg");
}

.page_links ul  li {
    background: url("images/bulets-points.jpg") left center no-repeat;
    padding-left: 12px;
    margin-top: 12px;
    margin-left: 0;
    width: auto;
    margin-bottom: 0;
    float: none;
    min-height: 12px;
}

.page_links ul  li a {
    color: #0094d9;
    font-size: 1.077em;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.page_links ul li a:hover {
    color: #06C;
}

.page_links h6 {
    color: #4c4c4c;
    font-size: 1.077em;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
}

.content-section {
    border-top: 1px #d5d5d5 solid;
    padding-top: 22px;
    margin-top: 22px;
}

.content-section h3 {
    font-size: 1.923em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    background: none;
    margin: 0 !important;
    padding: 0;
}

.content-section p {
    font-size: 1.077em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    color: #8c8c8c;
    line-height: 30px;
    padding-top: 30px;
}

ul.link_row {
	float: left;
}

.link_row li {
    /* float: left; */
    margin-left: 30px;
    min-height: 315px;
    width: 316px;
}

.link_row li.com {
    min-height: 12px;
}


.link_row .link_box {
    width: 280px;
}

.link_row .link_box h6 {
    padding-left: 28px;
    font-size: 1.000em;
    background-image: url("images/icons-knowledge.png");
    background-repeat: no-repeat;
}

.link_row .link_box h6 a {
    color: #4c4c4c;
}

.link_row .link_box ul {
    padding-left: 28px;
}

.link_row .link_box ul li {
    margin-top: 8px;
}

.part1-links h6 {
    background-position: 0 -4px;
}

.part2-links h6 {
    background-position: 0 -26px;
}

.part3-links h6 {
    background-position: 0 -53px;
}

.part4-links h6 {
    background-position: 0 -75px;
}

.part5-links h6 {
    background-position: 0 -101px;
}

.part6-links h6 {
    background-position: 0 -125px;
}

.part7-links h6 {
    background-position: 0 -152px;
}

.part8-links h6 {
    background-position: 0 -176px;
}

.part9-links h6 {
    background-position: 0 -202px;
}

.part10-links h6 {
    background-position: 0 -227px;
}

.part11-links h6 {
    background-position: 0 -278px;
}

.part12-links h6 {
    background-position: 0 -252px;
}

.part13-links h6 {
    background-position: 0 -298px;
}

.part14-links h6 {
    background-position: 0 -325px;
}

.part15-links h6 {
    background-position: 0 -349px;
}

.part16-links h6 {
    background-position: 0 -369px;
}

.link_row .link_box {
    width: 280px;
}

.innerpage2 .title_div {
    padding-bottom: 40px; /* was 45px*/
}

.innerpage2 h3 {
    margin: 0 0 18px 0;
}

.left-txside h5 {
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 1.692em;
    line-height: 27px;
    padding-bottom: 20px;
}

.left-txside {
    padding-left: 20px;
}

.left-txside .icon {
    width: 46px;
    height: 37px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-image: url("images/sprite.png");
}

.left-txside .txt {
    float: right;
    width: 310px;
}

.left-txside h6 {
    font-size: 1.077em;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
    color: #090909;
    line-height: normal;
    margin-bottom: 5px;
}

.left-txside h6 a {
    color: #090909;
}

.left-txside h6 a:hover {
    color: #999;
}

.left-txside p {
    line-height: 21px;
    color: #626262;
    font-size: 1.077em;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.container_12 .grid_6.no_pad {
    margin-bottom: -30px;
    padding-bottom: 0;
    padding-top: 20px !important;
}

.rt-bidding .icon {
    background-position: -6px 0;
}

.rt-statics .icon {
    background-position: -6px -37px;
}

.g-reporting .icon {
    background-position: -6px -75px;
}

.max-rch .icon {
    background-position: -2px -109px;
}

.built-servng .icon {
    background-position: 0 -141px;
}

.adplanner .icon {
    background-position: -92px 0;
}

.adBuilder .icon {
    background-position: -96px -38px;
}

.adVault .icon {
    background-position: -51px -33px;
}

.conv-tracking .icon {
    background-position: -140px 0;
}

.ld-pagetrck .icon {
    background-position: -50px -70px;
}

.freq-caping .icon {
    background-position: -95px -70px;
}

.budget-pacing .icon {
    background-position: -95px -145px;
}

.day-parting .icon {
    background-position: -184px -37px;
}

.retargeting .icon {
    background-position: -50px 0;
}

.contexual .icon {
    background-position: -140px -37px;
}

.demographic .icon {
    background-position: -140px -70px;
}

.geographic .icon {
    background-position: -47px -142px;
}

.domain .icon {
    background-position: -138px -106px;
}

.mob-carrier .icon {
    background-position: -182px 0;
}

.mob-hand .icon {
    background-position: -47px -106px;
}

.device .icon {
    background-position: -92px -106px;
}

.browser .icon {
    background-position: -135px -145px;
}

.auto-optmize .icon {
    background-position: -185px -70px;
}

.brand_protect .icon {
    background-position: -185px -106px;
}

.ad_tag .icon {
    background-position: -185px -140px;
}

.prvt_exchg	.icon {
    background-position: -230px 0;
}

.left-txside ul li {
    margin-top: 18px;
}

.innerpage2 .learn_more:active {
    background: url("images/submit-btn-bg_Rollover.jpg") repeat-x;
    position:relative;
    top:2px;
    left:2px;
}
.innerpage2 .learn_more:hover {
    background: url("images/submit-btn-bg_Rollover.jpg") repeat-x;
}
.innerpage2 .learn_more {
    background: url("images/submit-btn-bg.jpg") repeat-x;
    width: 192px;
    margin: 25px 0 0 40px;
}

.chart {
    padding-top: 20px;
    text-align: center;
}

.chart .learn_more {
    margin: 0 auto;
    margin-top: 20px;
}

.wat_dis_mean {
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
}

.wat_dis_mean .left-txside {
    width: 461px;
}

.wat_dis_mean .left-txside h5 {
    font-size: 1.923em
}

.wat_dis_mean .left-txside p {
    font-size: 1.077em;
    line-height: 21px;
    padding-top: 20px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.wat_dis_mean .learn_more {
    margin-left: 0;
}

.service_support {
    padding: 0;
}

.service {
    float: left;
    padding-bottom: 25px;
    padding-top: 16px;
}

.service li {
    width: 250px;
    float: left;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 1.077em;
    margin: 0 14px;
}

.service li h6 {
    color: #090909;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 5px;
}

.service li h6 a {
    color: #090909;
}

.service li h6 a:hover {
    color: #666;
}

.service li p {
    color: #626262;
    line-height: 21px;
}

.service li.email_support {
    background-image: url("images/email_icon.png");
}

.service li.ac_manager {
    background-image: url("images/manager.png");
}

.service li.knwdg_cntr {
    background-image: url("images/bullb-icon.png");
}

.supportd_by {
    display: block;
    text-align: center;
    height: 209px;
    position: relative;
    z-index: 9;
}

.supportd_by li {
    display: inline;
}

.how_much {
    padding-bottom: 56px;
}

.how_much .title_div h4 {
    font-size: 2.077em;
}

.yes_no {
    display: block;
    text-align: center;
}

.yes_no li {
    display: block;
    float: left;
    width: 290px;
    margin: 0 13px;
}

.yes_no li h5 {
    font-size: 2.231em;
    line-height: normal;
    color: #808183;
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.yes_no li .x-img {
    display: block;
    padding-bottom: 17px;
}

.yes_no li.yes h5 {
    color: #00aeef;
}

.yes_no .yes h5 {
    height: 77px;
}

.how_much .btm_txt p {
    font-size: 1.077em;
    line-height: 21px;
    padding-bottom: 20px;
}

.how_much .btm_txt .learn_more {
    margin: 0 auto;
}

.how_much .title_div {
    padding-bottom: 38px;
}

.common_pad {
    padding-top: 39px;
}

.performance-contrl {
    padding-top: 56px;
}

.banner-wrapper2 .main-content {
    padding: 0;
    min-height: 754px;
}

.banner-wrapper2 .grid_5 {
    width: 445px !important;
    padding-top: 44px;
    position: relative;
    z-index: 2;
}

h3.performance-contrl,
.banner-wrapper2 h3, .performance-contrl h3, .advanced_features h3 {
    background-position: 0 6px;
    line-height: 46px;
    margin-bottom: 17px;
}

.banner-wrapper2 .banner-img {
    bottom: 0;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.banner-wrapper2 .banner-img img {
    vertical-align: bottom;
}

.banner-wrapper2 .blue_cirlce {
    right: 229px;
    top: 233px;
    z-index: 2;
}

.banner-wrapper2 .blue_cirlce .plus {
    right: 0;
}

.banner-wrapper2 .left-txside p {
    padding-bottom: 24px;
    padding-right: 64px;
}

.banner-wrapper2 .learn_more {
    margin: 0;
    width: 160px;
    float: left;
}

.banner-wrapper2 .learn_more {
    color: #037ec3;
    background: #fff;
    text-shadow: none;
}

.get_started_small {
    width: 180px;
    margin-left: 50px;
}

.banner-wrapper2 .learn_more_new:active {
    background: url("images/learn_new_Rollover.jpg") no-repeat scroll center top transparent;
    position:relative;
    top:2px;
    left:2px;
}
.banner-wrapper2 .learn_more_new:hover {
    background: url("images/learn_new_Rollover.jpg") no-repeat scroll center top transparent;
}
.banner-wrapper2 .learn_more_new {
    background: url("images/learn_new.jpg") no-repeat scroll center top transparent;
    color: #037EC3;
    display: block;
    float: left;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 1.167em;
    height: 49px;
    line-height: 45px;
    margin: 0 0 0 -9px;
    text-align: center;
    width: 173px;
}

.banner-wrapper2 .get_Started:active {
    background: url("images/submit-btn-bg_Rollover.jpg") repeat-x scroll 0 0 transparent;
    position:relative;
    top:2px;
    left:2px;
}
.banner-wrapper2 .get_Started:hover {
    background: url("images/submit-btn-bg_Rollover.jpg") repeat-x scroll 0 0 transparent;
}
.banner-wrapper2 .get_Started {
    background: url("images/submit-btn-bg.jpg") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    margin-left: 7px;
    text-shadow: 1px 1px #0157A6;
}

/*---------------------------FOOTER CSS--------------------------------- */

.footer_Wrapper {
    background: url("images/footer-bg.jpg") repeat;
    padding: 60px 0;
    /* color: #656565; */
    color: #999;
}

.footer h4 {
    font-size: 1.154em;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}

.footer li a {
    color: #656565;
}

.footer li a:hover {
    color: #fff;
}

.footer_links li {
    padding-bottom: 6px;
}

.footer_links li .hiring {
    background: url("images/hiring.gif") no-repeat;
    width: 38px;
    height: 14px;
    display: inline-block;
    margin: 2px 0 0 5px;
}

.footer .contact_box {
    padding-bottom: 15px;
}

.footer .contact_box p {
    line-height: 20px;
}

.footer .contact_box p a {
    color: #656565;
}

.follow_us li {
    padding-bottom: 6px;
}

.follow_us li a {
    display: block;
    height: 19px;
    padding-left: 30px;
    line-height: 19px;
    background: url("images/social_icon.jpg") no-repeat;
}

.follow_us	.fb {
    background-position: 0 0;
}

.follow_us  .twt {
    background-position: 0 -25px;
}

.follow_us  .in {
    background-position: 0 -50px;
    height: 20px;
}

.be-first {
    padding-bottom: 10px;
}

.be-first li {
    background: url("images/bullet.jpg") left center no-repeat;
    padding-left: 18px;
    margin-bottom: 5px;
}

.email_address {
    background: #373737;
    border: 0;
    border-bottom: 1px #444444 solid;
    height: 20px;
    width: 199px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 1;
    padding: 5px 12px;
    margin-bottom: 16px;
}

.email_address .email_txt {
    width: 100%;
    height: 20px;
    background: none;
    border: 0;
    padding: 0;
    color: #8f8f8f;
    font-size: 13px;
    font-family: 'opensansregular', Arial, sans-serif;
}

.subbtn {
    background: #fbfbfb;
    width: 95px;
    height: 27px;
    color: #181818;
    cursor: pointer;
    border: 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-family: 'opensansregular', Arial, sans-serif;
}

.copy {
    text-align: center;
    padding-top: 50px;
}

.copy a {
    margin: 0 15px;
}

.y_not_wrapper {
    background: #f5f5f5;
    margin: 0 0 14px;
}

.y_not_wrapper .title_div h4 {
    font-size: 2.077em;
}

.y_not_wrapper {
    background: url("images/target-cont-bg.jpg") center bottom repeat;
}

.sign-up_wrappper {
    padding-bottom: 0;
    padding-top: 50px;
}

.sign-up_wrappper .as_seen_on {
    padding-bottom: 40px;
    padding-top: 0;
    margin-top: -29px;
}

.sign-up_wrappper .as_seen_on ul {
    padding-bottom: 20px;
}

.sign-up_wrappper .as_seen_on ul li {
    margin-left: 76px;
}

.sign-up_wrappper .as_seen_on h6 {
    padding-bottom: 20px;
}

.signupform {
    background: url("images/form-btm-shadow.png") center bottom no-repeat;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 48px;
}

.signupformsub {
    width: 941px;
    border: 1px #d9d9d9 solid;
    margin: 0 auto;
    background: url("images/mid-dotedbg.jpg") repeat-y;
}

.top-dotted {
    background: url("images/top-dotedbg.jpg") top center no-repeat;
}

.btm-dotted {
    background: url("images/btm-dotedbg.jpg") center bottom no-repeat;
    padding: 24px 27px;
}

.form_sect {
    background: #f3f5f5;
}

.green-ribbon {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
}

.request-form li {
    width: 183px;
    margin-bottom: 8px;
}

.request_formbtn:active {
    background: url("images/get_access_Rollover.png") no-repeat;
    position:relative;
    top:2px;
    left:2px;
}
.request_formbtn:hover {
    background: url("images/get_access_Rollover.png") no-repeat;
}
.request_formbtn {
    background: url("images/get_access.png") no-repeat;
    width: 215px;
    height: 47px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.request_formbtn:hover {
    opacity: 0.9;
}

.request_demmobtn:active {
    background: url("images/request_demo_Rollover.png") no-repeat;
    position:relative;
    top:2px;
    left:2px;
}
.request_demmobtn:hover {
    background: url("images/request_demo_Rollover.png") no-repeat;
}
.request_demmobtn {
    background: url("images/request_demo.png") no-repeat;
}

.sign-up_wrappper .botm-cont {
    width: 715px;
    margin: 0 auto;
    color: #1e1e1e;
    padding-top: 50px;
}

.botm-cont h4 {
    font-size: 2.846em;
    line-height: normal;
    text-align: center;
}

.botm-cont h4 span {
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.botm-cont p {
    font-size: 1.231em;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding: 10px 0 20px 0;
    text-align: center;
}

.request-form {
    float: left;
    width: 100%;
}

.request-form li {
    float: left;
    width: 233px;
    margin-right: 5px;
    margin-bottom: 8px;
}

.request-form li .input_div {
    background: #fff;
    border: 1px #c8c8c8 solid;
    border-bottom: 0;
    border-left-color: #e9eaea;
    border-right-color: #e9eaea;
    height: 20px;
    padding: 10px;
    z-index: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(PIE.htc);
    position: relative;
    z-index: 1;
}

.request-form li .input_div .rqt_input {
    background: none;
    border: 0;
    font-size: 1.231em;
    width: 100%;
    height: 100%;
    color: #1f1f1f;
}

.form_sect h6 {
    text-align: center;
    line-height: normal;
    font-size: 1.000em;
    padding: 11px 0 0 0;
}

.form_sect h6 a {
    color: #0096ff;
    text-decoration: underline;
}

.form_sect h6 a:hover {
    text-decoration: none;
}

.security-lock {
    background: url("images/lock.png") left center no-repeat;
    padding-left: 25px;
    color: #7a7b7b !important;
    font-family: 'OpenSansLightItalic', Arial, sans-serif;
    font-size: 1.000em;
    line-height: normal;
    margin: 10px 18px 10px 0;
}


.form_sect2	.botm-cont h4 {
    margin-bottom:-4px;
    text-align: left;
}

.form_sect2	.botm-cont p {
    line-height:25px;
    margin-bottom:4px;
    text-align: left;
}

.form_sect2 .botm-cont {
    width: 795px;
    margin: 0 auto;
}

.form_sect2 .request-form  li {
    width: 190px;
    margin-right: 8px;
}

.sign-up_wrappper2 {
    background: #f5f5f5;
}

.sign-up_wrappper2 {
    background: #f5f5f5;
    background: url("images/target-cont-bg.jpg");
}

.sign-up_wrappper2 .top_design2 {
    background: url("images/top_design3.png") repeat-x scroll 0 0 transparent;
}

/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/* Comment Form */
#respond {
    background: #ddd;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
}

#respond input[type="text"],
#respond textarea {
    background: #fff;
    border: 4px solid #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
    position: relative;
    padding: 10px;
    text-indent: 80px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
    position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    background: #eee;
    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
    color: #555;
    display: inline-block;
    font-size: 13px;
    left: 4px;
    min-width: 60px;
    padding: 4px 10px;
    position: relative;
    top: 40px;
    z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
    text-indent: 0;
    z-index: 1;
}

#respond textarea {
    resize: vertical;
    width: 95%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
    color: #bd3500;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}

#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
}

#respond p {
    margin: 10px 0;
}

#respond .form-submit {
    float: right;
    margin: -20px 0 10px;
}

#respond input#submit {
    background: #222;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #eee;
    cursor: pointer;
    font-size: 15px;
    margin: 20px 0;
    padding: 5px 42px 5px 22px;
    position: relative;
    left: 30px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#respond input#submit:active {
    background: #1982d1;
    color: #bfddf3;
}

#respond #cancel-comment-reply-link {
    color: #666;
    margin-left: 10px;
    text-decoration: none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.commentlist #respond {
    margin: 1.625em 0 0;
    width: auto;
}

#reply-title {
    color: #373737;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

#cancel-comment-reply-link {
    color: #888;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    position: absolute;
    right: 1.625em;
    text-decoration: none;
    text-transform: uppercase;
    top: 1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
    color: #ff4b33;
}

#respond label {
    line-height: 2.2em;
}

#respond input[type=text] {
    display: block;
    height: 24px;
    width: 75%;
}

#respond p {
    font-size: 12px;
}

p.comment-form-comment {
    margin: 0;
}

.form-allowed-tags {
    display: none;
}

.xmt h3.widget-title {
    display: none;
}

.xmt .tweet_area a {
    color: #333;
}

/******************************************************************************************************************************************/
.form ul li br {
    display: none;
}

.alignment_right img {
    float: right;
}

.push_down_img {
    margin-top: 20px;
}

.yes_no br {
    display: none;
}

.posted-on p {
    text-transform: uppercase;
}

.pagin li.current {
    color: #0094D9;
    font-size: 1.308em;
}

.pagin li.extend {
    font-size: 16px;
}

.pagin li a.nextpostslink, .pagin li a.previouspostslink {
    color: #0094D9;
}

.singlepost p {
    color: #8C8C8C;
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 1.077em;
    line-height: 22px;
    padding-top: 30px;
}

.singletitle h3 {
    margin-bottom: -19px !important;
    margin-top: 25px !important;
}

.pagedefault .grid_8 {
    width: auto !important;
}

.pagedefault .left-section {
    width: auto !important;
}

.form-allowed-tags {
    display: none;
}

.login li.no_marg a {
    /* font-size: 14px; */
}

div.wpcf7 .watermark {
    color: #5D5D5D !important;
}

.watermark {
    color: gray !important;
}

.sidemarg {
    padding: 0 !important;
    margin-bottom: -11px !important;
}

.padd {
    padding-bottom: 38px;
    padding-top: 15px;
}

/******************************* KNOWLEDGE CENTER STYLES FROM OLD SITE ********************************************************************/
.support-left h3 {
    font-family: Lato, Verdana, sans-serif !important;
}

.support-left {
    border-right: 1px solid #C5C7BF;
    display: inline;
    float: left;
    width: 679px;
    margin-top: 9px;
    margin-bottom: 50px;
}

.support-left h1 {
    color: #374248;
    font-size: 10px;
    padding-top: 13px;
}

.support-left h2 {
    margin-top: 0 !important;
    font-size: 39px !important;
    padding-top: 7px !important;
}

.support-left h3 {
    margin-top: 0 !important;
    padding-top: 17px !important;
    font-size: 22px;
    color: #374248;
    font-family: Verdana, sans-serif;
    font-weight: 300;
}

.support-left ul {
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 17px;
    margin-top: 14px;
    padding-left: 17px;
}

#quicklinks {
    margin-top: -20px;
    padding-top: 32px;
}

.support-left li {
    padding-bottom: 10px;
    list-style: disc;
}

.support-left li a, .support-right a {
    color: #0490CF !important;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    font-size: 13px;
}

.support-right {
    display: inline;
    float: right;
    width: 230px;
    margin-top: 9px;
    padding-left: 25px;
}

.support-right h1 {
    color: #374248;
    font-size: 10px;
    margin-bottom: 14px;
    margin-top: 1px;
}

.sform {
	margin:0.5em 0;
}

.highlight { background-color: yellow; }

input.supportSearch {
	width:83px;
	border:0;
	display:inline;
}
.support-search {
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 1.231em;
    margin-left: 0 !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
    width: 495px !important;
    border-radius: 2px;
}

.sIco {
    background: no-repeat;
    margin-bottom: 14px;
    padding-left: 25px;
    font-size: 12px;
}

.sIco-basics {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/basics.png');
}

.sIco-campplanning {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/campplanning.png');
}

.sIco-campcreation {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/campcreation.png');
}

.sIco-campOptimize {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/campOptimize.png');
}

.sIco-convtrack {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/convtrack.png');
}

.sIco-retargeting {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/retargeting.png');
}

.sIco-contxttarget {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/contxttarget.png');
}

.sIco-part8 {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/demoTargt.png');
}

.sIco-part9 {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/adbuilder.png');
}

.sIco-part10 {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/advault.png');
}

.sIco-part11 {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/optimization.png');
}

.sIco-part12 {
    background-image: url('http://www-cdn.sitescout.com/newsite/05/faq.png');
}

.support-right .message {
    font-size: 12px;
    color: #6F6F6F;
    padding-top: 9px;
}

.support-right .message div {
    margin-top: -8px;
    padding-top: 1px;
}

.support-right .sButton {
    background: url('http://www-cdn.sitescout.com/newsite/05/QuestionButtonStates.png') no-repeat;
    width: 236px;
    height: 39px;
    margin-top: 22px;
    cursor: pointer;
}

.support-right .sButton:hover {
    background-position: 0 -39px;
}

.support-right .sButton:active {
    background-position: 0 -78px;
}

.supportSearch {
    background: url('http://www-cdn.sitescout.com/newsite/05/SearchButtonStates.png') no-repeat !important;
    height: 39px !important;
    cursor: pointer;
}

.supportSearch:hover {
    background-position: 0 -39px !important;
}

.supportSearch:active {
    background-position: 0 -78px !important;
}

.support-inner-l {
    width: 327px;
    float: left;
    font-size: 13px;
    clear: left;
}

.support-inner-r {
    width: 327px;
    float: right;
    font-size: 13px;
    margin-right: 25px;
}

.support-inner-l a, .support-inner-r a {
    color: #0490CF !important;
    line-height: 20px;
    position: relative;
    top: -1px;
}

.support-inner-l div, .support-inner-r div {
    width: 310px;
    height: 1px;
    background-color: #C5C7BF;
}

.support-inner-r div {
    width: 320px;
}

.support-inner-l .sL, .support-inner-r .sL {
    background-repeat: no-repeat;
    background-position: 4px 2px;
    float: left;
    padding-left: 30px;
    width: 50px;
    margin-top: 10px;
}

.support-inner-l .dd, .support-inner-r .dd {
    width: 55px;
}

.support-inner-l .sR, .support-inner-r .sR {
    float: left;
    color: red;
    margin-top: 10px;
}

.support-section {
    border-top: 1px solid #C5C7BF;
    margin-left: -2px;
    width: 650px;
    color: #6F6F6F;
    line-height: 1.571em;
    font-family: verdana, sans-serif;
    margin-right: 25px;
    font-size: 13px;
    padding: 0 2px 30px;
}

.support-section p {
    color: #6F6F6F;
    line-height: 1.571em;
    margin-left: 20px;
    margin-top: -4px;
}

/* support form on knowledge center */
.supportTicket {
    background-color: #E6E6E6;
    padding-bottom: 10px;
    margin-top: -12px;
    border-radius: 3px;
}

.supportTicket h1 {
    font-size: 16px;
}

.supportTicket .select {
    background: url("http://www-cdn.sitescout.com/newsite/05/bullet_arrow_down.png") no-repeat scroll 185px 6px white;
    border: 1px solid #DCDBE0;
    border-top: 1px solid #9C9BA3;
    font-size: 13px;
    height: 26px;
    width: 209px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
.supportTicket .select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    top: -20px;
    position: relative;
    border: none;
    padding: 4px 4px 4px 8px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background: url("http://www-cdn.sitescout.com/newsite/05/bullet_arrow_down.png") no-repeat scroll 186px 6px white;
}


.supportTicket .select #specialST {
    display: inline-block;
    margin: 3px 4px 0 10px;
}

.supportTicket input {
    border: 1px solid #DCDBE0;
    border-top: 1px solid #9C9BA3;
    height: 26px;
    width: 200px;
    margin: 8px auto 0 auto;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    padding-left: 9px;
    position: relative;
}

.supportTicket textarea {
    border: 1px solid #DCDBE0;
    border-top: 1px solid #9C9BA3;
    height: 175px;
    width: 200px !important;
    margin: 8px auto;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    padding-left: 9px;
}

.supportTicket .ticketBtn {
    background: url("http://www-cdn.sitescout.com/newsite/05/SupportButtonStates.png") no-repeat scroll 0 0 transparent;
    height: 39px;
    margin: -8px auto 0 auto;
    width: 211px;
    cursor: pointer;
    border: none;
}

.supportTicket .ticketBtn:hover {
    background-position: 0 -39px;
}

.supportTicket .ticketBtn:active {
    background-position: 0 -78px;
}

.noOpacity {
    opacity: 0;
}

.support-true {
    background: url('https://rtb.sitescout.com/icons/accept.png') no-repeat 5px #FFFFCC;
    border: 1px solid green;
    border-radius: 3px;
    display: block !important;
    font-size: 12px;
    height: 31px;
    margin: 10px auto 30px;
    padding-left: 30px;
    padding-top: 14px;
    width: 78%;
}

.support-false {
    background: url('https://rtb.sitescout.com/icons/cross.png') no-repeat 5px #FFFFCC;
    border: 1px solid red;
    border-radius: 3px;
    display: block !important;
    font-size: 12px;
    margin: 10px auto 30px;
    width: 78%;
    height: 31px;
/*
    padding-left: 30px;
    padding-top: 14px;
*/
    padding: 14px 0.5em 20px 30px;
}

.miniSearch .support-search {
    margin: 0 !important;
    width: 170px !important;
    height: 35px !important;
}

.miniSearch .supportSearch {
    background-position: -22px center !important;
    border-radius: 7px;
    width: 35px !important;
}

/* /support form on knowledge center */

.signup_top .sign-up_wrappper .botm-title {
    padding-top: 36px;
    color: #1E1E1E;
}

.signup_top .sign-up_wrappper .botm-cont {
    padding-top: 5px;
    width: 471px;
    padding-bottom: 25px;
}

.signup_top .botm-title h4 {
    font-size: 2.846em;
    line-height: normal;
    text-align: center;
}

.signup_top .botm-title p {
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 1.231em;
    padding: 8px 0 20px;
    text-align: center;
    position:relative;
    z-index: 2;
}

.signup_top .botm-title h4 span {
    font-family: 'OpenSansLight', Arial, sans-serif;
}

.signup_top .request-form {
    width: 420px;
    margin: auto;
    float: none;
}

.signup_top .signupformsub {
    width: 571px;
}

.signup_top .green-ribbon {
    right: 205px;
}

.signup_top .security-lock {
    margin: 15px 0 10px 34%;
    display: block;
}

.signup_top .request-form li .input_div {
    height: 18px;

}

.signup_top .request-form li {
    width: 205px;
}

.signup_top .passField.watermark {
    background: url("http://www-cdn.sitescout.com/forms/password.png") no-repeat scroll 0 center transparent !important;
}

.loginWrapper .input {
    background: url("http://www-cdn.sitescout.com/forms/txtfield.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 12px;
    height: 25px;
    margin-left: 0px;
    padding: 1px 8px 0 8px;
    width: 115px;
    font-family: 'OpenSansRegular',Arial,sans-serif;
}

.loginWrapper .submit {
    background: url("http://www-cdn.sitescout.com/forms/signinbtn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 29px;
    margin-left: -3px;
    position: relative;
    top: -2px;
    width: 87px;
}

.loginWrapper .forgot {
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin-left: 3px;
    margin-right: 6px;
    padding-left: 3px;
    position: relative;
    top: 5px;
}

.loginWrapper .loginForm {
    margin: 3px auto 0;
    text-align: right;
    width: 952px;
}

.loginWrapper #wrongPassword {
    padding-right: 15px;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

.loginWrapper .loggedIn {
    color: white;
    display: block;
    margin: 14px auto;
    padding-right: 12px;
    text-align: right;
    width: 952px;
}

.loginWrapper .forgot:hover {
    text-decoration: underline;
}

.loginWrapper .closeLogin {
    background: url("http://www-cdn.sitescout.com/forms/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    width: 16px;
    margin-top: -27px;
    margin-right: 7px;
}

.signup_top .btm-dotted {
    background-image: url("http://www-cdn.sitescout.com/forms/btm-dotedbg.jpg");
}

.signup_top .top-dotted {
    background-image: url("http://www-cdn.sitescout.com/forms/top-dotedbg.jpg");
}

.signup_top .signupformsub {
    background-image: url("http://www-cdn.sitescout.com/forms/mid-dotedbg.jpg");
}

.signup_top .signupform {
    background-image: url("http://www-cdn.sitescout.com/forms/form-btm-shadow.png");
}

.watermark {
    color: gray !important;
}

.aboutUs_Wrapper .lftside-txt {
	width: 343px;
}

.aboutUs_Wrapper .lftside-txt h5 {
	line-height: 27px;
}

.aboutus_stats .container_12 {
	padding-left: 70px;
}

.aboutus_stats ul {
	padding-top: 34px;
	padding-bottom: 43px;
}

.aboutus_stats ul li h5 {
	margin-top: -9px;
}

.aboutus_stats ul li p {
	position: relative;
	top: -7px;
}

.custom_stats li h5 {
    margin-top: -9px;
}

.custom_stats li p {
    top: -7px !important;
}


.custom_stats {
    padding-bottom: 43px !important;
    padding-top: 36px !important;
}

.wrap-legal strong,
.wrap-privacy strong {
	font-family: 'OpenSans';
	font-size: larger;
}

.post-list.singlepost {
    font-family: OpenSansLight;
    font-size: 25px;
    margin-top: 39px;
}

.content_wrapper.main-content.management-cont {
    padding-bottom: 49px;
}

.blue_me {
    color: #0490CF !important
}

.headerWrapper .current-menu-item a {
    color: black !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
 #homeVideo  { margin-left: 1px;  }
}

/**************************************************
 *             Privacy / Legal                    *
 **************************************************/

#wrap-legal p strong,
#wrap-privacy p strong {
	margin-top: 1em;
}

#wrap-legal a,
#wrap-privacy a {
	color: #0490CF;
}

#wrap-legal h2,
#wrap-privacy h2{
	line-height: 1.5em;
	margin-top:0.7em;
}

#wrap-legal strong,
#wrap-privacy strong {
	font-family: 'OpenSansBold';
	font-size: 17px;
}

#wrap-legal p,
#wrap-privacy p {
	padding-top: 10px;
	font-size: 15px;
	line-height: 1.5em;
}

#wrap-legal li,
#wrap-legal li,
#wrap-legal ul,
#wrap-legal ul li,
#wrap-privacy ul li,
#wrap-privacy ul {
	font-size: 15px;
	list-style: decimal;
	padding: 0;
	margin: 0.5em 1em;
	border: 0;
}

.support-section blockquote,
#wrap-legal blockquote,
#wrap-privacy blockquote {
        display: block;
        padding: 15px;
        margin: 0 0 0 50px;
        background: #eee !important;
}

.support-section blockquote q:before,
#wrap-privacy blockquote q:before {
    content: open-quote;
}       

.support-section blockquote q:after,
#wrap-privacy blockquote q:after {
    content: close-quote;
}   

.support-section blockquote q q:before,
#wrap-privacy blockquote q q:before {
    content: open-quote;
}   

.support-section blockquote q q:after,
#wrap-privacy blockquote q q:after {
    content: close-quote;
}       

.support-section blockquote:before,
#wrap-privacy blockquote:before {
    color: #999999;
    content: "“";
    display: block;
    font: italic 400%/1 Cochin,Georgia,"Times New Roman",serif;
    height: 0;
    margin-left: -0.95em;
}


h3 .font44px {
	font-size: 44px !important;
}


h3 .faqTitle {
	width: 700px;
	display: block;
	font-size: 40px;
	margin-top: 6px;
}

.copyright {
	font-size: 12px;
}


.casestudy b {
}

.casestudy td {
/*
	padding: 1em 0.5em 0.5em 0.5em;
*/
	vertical-align: top;
}

.casestudy blockquote
{
        display: block;
        padding: 15px 15px 10px 15px;
        margin: 0 0 0 2em;
/*
        background: #fff !important;
	-moz-border-radius: 15px;
	border-radius: 15px;
*/
	font-family: Georgia,"Times New Roman",serif;
	font-style: italic;
	font-size: 11pt;
	line-height: 1.5em;
	color:#000;
}


.casestudy blockquote q q:before,
.casestudy blockquote q q:after
{
    content: open-quote;
}   

.casestudy blockquote:before
{
    color: #999999;
color:#000;
    content: "“";
    display: block;
    font: italic 500%/1 Georgia,"Times New Roman",serif;
    height: 0;
    margin-left: -36px;
    position: relative;
    top: -13px;

}

/*************************************************
 *                 SEARCH PAGE                   *
 *************************************************/

#primary {
	padding-left: 2em;
	line-height: 1.8em;
}
article {
	width: 500px;
	margin-bottom: 2em;
	/* border: 1px solid black; */
}

/*************************************************
 *                 GLOSSARY                      *
 *************************************************/
dl {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-size: 14px;
	width: 600px;
}
dl dt {
	margin-top: 1em;
	line-height: 1.3em;
	font-weight: bold;
	font-family: OpenSansBold,sans-serif;
}

dl dd {
	line-height: 1.3em;
	padding-left: 1em;
}

/*************************************************
 *                 CONTENT PAGES                 *
 *************************************************/
#content {
	font-size: 12pt;
	font-family: 'OpenSansRegular', Arial, sans-serif;
	line-height: 1.3em;
}

#content p {
	padding: 0;
}

#content h2 {
	margin: 0 !important;
}

#content h3 {
	margin: 0.5em 0 !important;
	font-size:1.1em !important;
}

#content ul li,
#content ul {
	list-style: disc;
	border: 0;
	padding: 0;
	margin: 0.5em;
}
#content ul > li {
	margin-left: 2em;
}
#video-window-banner table,
#video-window-banner table tbody,
#video-window-banner table tbody tr,
#video-window-banner table tbody tr td {
	border-spacing: 0;
}
#video-window-banner { 
	line-height: 0;
	display: none;
	z-index: -1;
}


.banner-wrapper-adbrite {
    background: #000 url("http://www-cdn.sitescout.com/adbr_BgImg.jpg") center bottom no-repeat;
    position: relative;
	height: 624px;
}

div.adbrite {
	color: #c7c7c7;
	line-height: 2em;
	font-family: 'OpenSans', Arial, sans-serif !important;
}
div.adbrite p {
	font-size: 11pt !important;
}
div.adbrite h2 {
	line-height: 1.5em !important;
}
.adbrite h4 {
	font-family: 'OpenSans', Arial, sans-serif !important;
	font-style: normal !important;
}

.adbrite_q {
	color: #666666 !important;
	font-family: 'OpenSans', Arial, sans-serif !important;
	font-weight: bold !important;
	line-height: 1.5em !important;
}

.adbrite_a {
	color: #999999 !important;
	font-family: 'OpenSans', Arial, sans-serif !important;
	font-weight: normal!important;
	line-height: 1.5em !important;
}

div.testimonial_box.adbrite {
	height: 180px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
