@CHARSET "UTF-8";

html, body {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: repeat;
    font-family: Arial;
    font-size: 12pt;
    color: #585858;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
img {
    border: 0px none;
}
p {
    margin: 0px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -208px; /* the bottom margin is the negative value of the footer's height */
    background-color: #ffffff;
}
.wrapper .logged-user-top-info-bar {
    color: #585858;
}
.wrapper .logged-user-top-info-bar a {
    color: #00A4F1;
}
.wrapper .logged-user-top-info-bar .vertical-bar {
    color: #a6d0e3;
}
.wrapper.blue {
    background: url("/images/design/ibrains/light-net-bg-2.png") top left repeat;
}
.wrapper.blue .logged-user-top-info-bar {
    color: #e2f6ff;
}
.wrapper.blue .logged-user-top-info-bar a {
    color: #ffffff;
}
.wrapper.blue .logged-user-top-info-bar .vertical-bar {
    color: #a6d0e3;
}
.logged-user-top-info-bar {
    font-size: 10pt;
    border-spacing:0;
    border-collapse:collapse;
}
.logged-user-top-info-bar .user-name {
    padding-right: 15px;
}
.logged-user-top-info-bar .user-name a {
    color: #585858;
    font-weight: 700;
}
.logged-user-top-info-bar .user-name a:hover {
    text-decoration: underline;
}

.error {
    text-align: left;
}
.denied,
.error.centered {
    text-align: center;
}
.denied p,
.error.centered p {
    font-size: 16pt;
    font-weight: 700;
    margin: 50px 0px 20px 0px;
}
.error.exception {
    font-size: 10pt;
    overflow: hidden;
}

.footer, .push {
    height: 208px; /* .push must be the same height as .footer */
}
.footer {
    background: url("/images/design/ibrains/dark-carbon-bg.png") top left repeat fixed;
    width: 100%;
}

.header {
    width: 100%;
    height: 124px;
    background: url("/images/design/ibrains/vertical-white-border-bg.png") top left repeat-x;
}
.header.blue {
    background: url("/images/design/ibrains/vertical-carbon-blue-bg.png") top left repeat-x;
}

.header .inner,
.header .inner .top,
.header .inner.glow,
.header .inner.glow .top,
.header .inner.glow .middle {
    margin: auto;
}
.header .inner {
    width: 960px;
    height: 122px;
}
.header .inner.glow {
    width: 1189px;
    height: 124px;
    background: url("/images/design/ibrains/slider-light-blue-glow-top-bg.png") no-repeat scroll left top transparent;
}
.header .inner .top a,
.header .inner.glow .top a {
    text-decoration: none;
}
.header .inner .top a:hover,
.header .inner.glow .top a:hover {
    text-decoration: underline;
}
.header .inner.glow .top,
.header .inner.glow .middle {
    width: 960px;
    height: 103px;
}
.header .inner.glow .middle {
    background: url("/images/design/ibrains/slider-laptop-bg.png") no-repeat scroll left 70px transparent;
    height: 386px;
}
.header .inner.glow .middle .text {
    float: right;
    padding-top: 140px;
    width: 50%;
}
.header .inner.glow .middle .text p {
    margin: 0px 0px 8px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20pt;
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(55, 146, 187, 1);
}

.ib-logo {
    width: 358px;
    height: 63px;
    padding-top: 20px;
    float: left;
}

.wrapper .content {
    min-height: 250px;
    width: 960px;
    margin: auto;
    padding-top: 20px;
}
.wrapper .content.full-width {
    width: 100%;
    padding-top: 0px;
}
.content .block {
    float: left;
    width: 48%;
    padding: 10px 38px 0px 0px;
    line-height: 24px;
}
.content .block.right {
    padding-right: 0px;
}
.content .block p {
    height: 40px;
    padding-bottom: 12px;
    font-size: 16pt;
    color: #242424;
    background: url("/images/design/ibrains/colon-grey-bg.png") repeat-x scroll left 36px transparent;
}
.content .block  .learn-more-signup {
    width: 358px;
    margin-top: 10px;
}

.footer .inner {
    width: 960px;
    margin: auto;
}
.footer .inner .column {
    color: #FFFFFF;
    float: left;
    font-size: 10pt;
    font-weight: 700;
    line-height: 28px;
    margin-right: 65px;
    margin-top: 20px;
}

.footer .inner .column.social .tw {
    background: url("/images/design/ibrains/social-icons-tw.png") no-repeat scroll left 7px transparent;
}
.footer .inner .column.social .fb {
    background: url("/images/design/ibrains/social-icons-fb.png") no-repeat scroll left 6px transparent;
}
.footer .inner .column.social .lin {
    background: url("/images/design/ibrains/social-icons-lin.png") no-repeat scroll left 6px transparent;
}
.footer .inner .column.social a {
    padding-left: 40px;
}

.footer .inner .column.contacts {
    float: right;
    font-size: 9pt;
    font-weight: 100;
    line-height: 18px;
    margin-right: 0px;
}
.footer .inner .column.contacts .phone {
    font-weight: 700;
    margin-bottom: 10px;
}

.footer .inner .column a {
    color: #ffffff;
    text-decoration: none;
}
.footer .inner .column a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer .inner .column.copyright,
.footer .inner .column.adiant-logo {
    margin-top: 40px;
    font-weight: 100;
}
.footer .inner .column.copyright {
    margin-right: 55px;
    clear: both;
}
.footer .inner .column.adiant-logo {
    float: right;
    margin-right: 0px;
}

.top-login {
    margin-top: 7px;
    float: right;
    height: 65px;
}
#topLoginForm {
    font-size: 9pt;
}
#topLoginForm .top-login-form-elem {
    background: url("/images/top-login-form-input-bg.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    padding: 3px 5px 0 10px;
    width: 150px;
}
#topLoginForm .top-login-form-elem label {
    display: none;
}
#topLoginForm .top-login-form-elem input {
    width: 150px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
#rememberMeForgotPassword,
#rememberMeForgotPassword a {
    color: #999999;
}
.header.blue #rememberMeForgotPassword,
.header.blue #rememberMeForgotPassword a {
    color: #c4e6f9;
}
#topLoginForm .white-button {
    display: block;
    float: left;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 9pt;
}
#topLoginForm .white-button.home {
    color: #585858;
}
#topLoginForm .white-button span.l,
#topLoginForm .white-button span.r {
    background-position: 0 0;
    height: 24px;
    padding: 0;
    width: 5px;
}
#topLoginForm .white-button span,
#topLoginForm .white-button input,
#topLoginForm .white-button button {
    background: url("/images/design/button/white-button-sprite.png") repeat-x scroll 0 -48px transparent;
    display: block;
    float: left;
    padding: 5px 8px 5px;
}
#topLoginForm .white-button span.r {
    background-position: 0 -24px;
}
#rememberMeCheckbox {
    margin-right: 4px;
}
#topLoginForm .white-checkbox {
    background: url("/images/design/white-checkbox-sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 12px;
    width: 14px;
}
#topLoginForm .white-checkbox.checked {
    background-position: 0 -12px;
}
#topLoginForm .access-old-ib-account {
    border-left: 1px solid #A8CAD4;
    padding-left: 8px;
}

.top-menu {
    float: right;
    margin-top: 10px;
}
.top-menu a {
    color: #08428d;
    cursor: pointer;
    font-size: 10pt;
    font-weight: 700;
    margin-left: 12px;
    text-transform: uppercase;
}
.top-menu a.active {
    color: #66CBFF;
}
.header.blue .top-menu a {
    color: #ffffff;
}

.header-underlined-dotted-20pt {
    background: url("/images/design/ibrains/colon-grey-bg.png") repeat-x scroll 0 40px transparent;
    color: #000000;
    font-size: 20pt;
    font-weight: 700;
    height: 44px;
    margin-bottom: 32px;
}
.header-bold-darkblue-16pt {
    color: #004386;
    font-size: 16pt;
    font-weight: 700;
    margin-bottom: 14px;
}
.header-bold-grey-12pt {
    color: #757575;
    font-size: 12pt;
    font-weight: 700;
    margin-bottom: 14px;
}

.highlights-bullets {
    line-height: 22px;
    margin-bottom: 23px;
}
.highlights-bullets .bullet {
    color: #004386;
}

/* page specific rules */
.about-ib-on-map {
    width: 100%;
    margin-bottom: 32px;
}
.about-ib-on-map img {
    width: 100%;
    margin: 0 auto;
}
.advertiser-solutions {
    background: url("/images/design/ibrains/ad-banner-link-hand-bg.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 290px;
    padding-top: 23px;
    color: #757575;
}
.private-label {
    min-height: 509px;
    background: url("/images/design/ibrains/private-label-image-bg.jpg") no-repeat scroll 0 5px transparent;
    padding-left: 348px;
    color: #757575;
}
.publisher-solutions {
    background: url("/images/design/ibrains/publisher-solutions-bg.jpg") no-repeat scroll 0 0 transparent;
    padding-left: 280px;
    color: #757575;
}

.content.full-width .home {
    width: 100%;
}
.content.full-width .home .blocks {
    width: 960px;
    min-height: 250px;
    padding-top: 20px;
    margin: auto;
}
.content.full-width .home .blue {
    background: url("/images/design/ibrains/vertical-carbon-blue-p2-bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 372px;
}
.content.full-width .home .blue .glow {
    background: url("/images/design/ibrains/slider-light-blue-glow-bottom-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 359px;
    width: 1189px;
    margin: auto;
}
.content.full-width .home .blue .glow .middle {
    background: url("/images/design/ibrains/slider-laptop-bg.png") no-repeat scroll left 49px rgba(0, 0, 0, 0);
    height: 386px;
    width: 960px;
    margin: auto;
}
.content.full-width .home .blue .glow .middle .text {
    float: right;
    padding-top: 119px;
    width: 50%;
}

.content.full-width .home .blue .glow .middle .text p {
    color: #FFFFFF;
    font-size: 20pt;
    font-weight: 700;
    margin: 0 0 8px;
    text-shadow: 2px 2px 1px #3792BB;
    text-transform: uppercase;
}

.contact-us-container {
    min-height: 760px;
}
.contact-us-container.forgot-pwd ul.errors {
    width: 600px;
}
.contact-us-container.forgot-pwd {
    min-height: 200px;
}
.contact-us-container .white-form {
    line-height: 2.7em;
}
.contact-us-container .white-form ul,
.contact-us-container .white-form li {
    padding: 0;
}
.contact-us-container .white-form label {
    float: left;
    width: 7em;
    line-height: 2.4em;
}
.contact-us-container .white-form label .required {
    color: #CC0000;
    font-weight: 700;
    font-size: 18px;
}

.contact-us-container .white-form .elem.forgot-pass-btn {
    margin-left: 97px;
    margin-top: 20px;
}

.contact-us-container .white-form.adv-reg-full,
.contact-us-container .white-form.adv-reg-short {
    line-height: 2.7em;
}
.contact-us-container .white-form.adv-reg-full label,
.contact-us-container .white-form.adv-reg-short label {
    width: 10em;
}
.contact-us-container .white-form.adv-reg-full label.long {
    width: 20em;
}
.contact-us-container .white-form.adv-reg-full .elem.textarea {
    width: 398px;
}
.contact-us-container .white-form.adv-reg-full .elem.policy {
    width: 446px;
}
.contact-us-container .white-form.adv-reg-full .elem.agreement {
    width: 446px;
    line-height: 1.2em;
}
.contact-us-container .white-form.adv-reg-full .elem.policy div.terms {
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
    height: 150px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.contact-us-container .white-form.adv-reg-full .elem.policy div.terms .title {
    font-size: 14px;
    font-weight: 700;
}
.contact-us-container .white-form.adv-reg-full .elem.policy div.terms .content {
    width: 100%;
    line-height: 1.3em;
    font-size: 12px;
}
.contact-us-container .white-form.adv-reg-full .elem.policy div.terms .content strong {
    font-size: 12px;
}
.contact-us-container .white-form.adv-reg-full .elem.policy div.terms .content ol {
    padding: 0px;
}
.contact-us-container .white-form.adv-reg-full div.elem,
.contact-us-container .white-form.adv-reg-short div.elem {
    margin-bottom: 20px;
}
.contact-us-container .white-form.adv-reg-full div.elem.captcha {
    width: 398px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 25px;
}
.contact-us-container .white-form.adv-reg-full div.elem.captcha label {
    float: left;
    color: #646464;
    width: 13em;
}
.contact-us-container .white-form.adv-reg-full div.elem.captcha img {
    float: right;
    border: 1px solid #DCDCDC;
}
.contact-us-container .white-form.adv-reg-full div.elem.captcha input#captcha-input {
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 1px 1px 4px #DCDCDC;
    -webkit-box-shadow: inset 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC inset;
    width: 374px;
    margin-top: 7px;
    padding: 8px 12px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.contact-us-container .white-form.adv-reg-full div.elem.textarea>textarea {
    width: 433px;
}

.contact-us-container .white-form.adv-reg-full div.elem.captcha:before, div.content.front div.inner div.content .white-form.contact-us div.elem.captcha:before, div.content.front div.inner div.content .white-form.adv-reg-full div.elem.captcha:before, #contactUsForm div.captcha:before, form#agencyForm div.elem.captcha:before {
    content: 'Please prove you are human by solving the phrase below.';
    font-size: 11px;
    font-weight: bold;
    display: block;
}

/* BEGIN: contact us captcha */
.contact-us-container .white-form div.elem.captcha {
    background-color: #fff;
    border-radius: 4px;
}
.contact-us-container .white-form div.elem.captcha label {
    float: left;
    color: #646464;
    width: 13em;
}
.contact-us-container .white-form div.elem.captcha img {
    float: right;
    border: 1px solid #dcdcdc;
}
.contact-us-container .white-form div.elem.captcha input#captcha-input {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    -moz-box-shadow: inset 1px 1px 4px #dcdcdc;
    -webkit-box-shadow: inset 1px 1px 4px #dcdcdc;
    box-shadow: 1px 1px 4px #dcdcdc inset;
    width: 361px;
    margin-top: 7px;
    padding: 8px 12px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
/* END: contact us captcha */

.contact-us-container .white-form div.elem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1D2129;
    float: left;
    width: 309px;
}
.contact-us-container .white-form div.elem.short-reg-form-btn {
    margin-left: 132px;
    margin-top: 10px;
}
.contact-us-container .white-form div.elem.full-reg-form-btn {
    margin-left: -7px;
    margin-top: 5px;
}
.contact-us-container .white-form div.elem.contact-us-container-submit-btn {
    margin-left: 94px;
    margin-top: 10px;
}
.contact-us-container .white-form div.elem.input {
    background-image: url("/images/design/white-form-elem-input-bg.png");
    background-repeat: no-repeat;
    min-height: 34px;
}
.contact-us-container .white-form div.elem.input>input {
    border: 0 none;
    margin: 8px 8px 0px 8px; 
    width: 293px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.contact-us-container .white-form div.elem.select>select {
    border: 0 none;
    width: 309px;
    height: 34px;
}
.contact-us-container .white-form div.elem.textarea>textarea {
    border: 1px solid #DCDCDC;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 1px 1px 4px #DCDCDC;
    -webkit-box-shadow: inset 1px 1px 4px #DCDCDC;
    box-shadow: 1px 1px 4px #DCDCDC inset;
    padding: 6px;
    width: 294px;
}
.contact-us-container .white-form div.elem.contact-us-submit-btn {
    margin-left: 107px;
    margin-top: 10px;
}
.contact-us-container .white-form div.elem.short-reg-form-btn {
    margin-left: 158px;
    margin-top: 10px;
}
.contact-us-container .white-form ul.errors {
    margin: 0 0 0 5px;
    overflow: hidden;
}
.contact-us-container .white-form ul.errors li {
    color: #CC0000;
    padding: 0;
}
.white-form.contact-us .dot-required {
    color: #990000;
    font-weight: 700;
    font-size: 18px;
}

.contact-us {
    float: left;
    width: 68%;
}
.contact-us-container .contact-info {
    color: #000000;
    float: left;
    font-size: 16pt;
}
.contact-info span {
    color: #004386;
}
.contact-info .phone {
    margin-bottom: 25px;
}
.contact-info .email {
    height: 54px;
    width: 234px;
}
.contact-info .email .email a {
    text-decoration: none;
    color: #004386;
}
.contact-us-container .white-form .elem.forgot-pass-btn {
    margin-left: 110px;
}

.content .faq {
    margin-top: 0px;
}
.content .faq a {
    color: #00A4F1;
    text-decoration: none;
}
.content .faq a:hover {
    text-decoration: underline;
}
.content .faq .qa {
    padding: 10px 10px 10px 0px;
}
.content .faq .q {
    color: #00A4F1;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 6px;
    text-decoration: none;
}
.content .faq .a {
    display: none;
}
.content .still-need-help {
    background-color: #ecf2f4;
    color: #1D2129;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 29px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 11px;
    text-align: center;
}
.content .still-need-help a,
.content .start-advert-now.adv-solutions .adv-solutions-contact-email a {
    color: #00A4F1;
    text-decoration: none;
}
.content .still-need-help a:hover,
.content .start-advert-now.adv-solutions .adv-solutions-contact-email a:hover {
    text-decoration: underline;
}
.content .start-advert-now.adv-solutions {
    height: 67px;
    margin-left: -6px;
    margin-bottom: 60px;
    width: 100%;
}
.content .start-advert-now.adv-solutions .reg-button {
    margin-right: 9px;
    margin-top: 10px;
}
.content .start-advert-now.adv-solutions div {
    float: left;
}
.content .start-advert-now.adv-solutions .or-text {
    color: #C5C5C5;
    font-size: 18px;
    line-height: 67px;
}
.content .start-advert-now.adv-solutions ol {
    list-style: none outside none;
    margin: 10px 0 0 10px;
    padding: 0;
}
.content .start-advert-now.adv-solutions .adv-solutions-contact-phone {
    background: url("/images/design/icons/phone.png") no-repeat scroll left center transparent;
    font-weight: 700;
}
.content .start-advert-now.adv-solutions .adv-solutions-contact-email {
    background: url("/images/design/icons/email.png") no-repeat scroll left center transparent;
}
.content .start-advert-now.adv-solutions ol li {
    line-height: 23px;
    padding: 0 0 0 23px;
}


.content .privacy-policy {
    margin-bottom: 35px;
}
.content .privacy-policy p {
    color: #1D2129;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
}
.content .privacy-policy a {
    color: #00A4F1;
    text-decoration: none;
}
.content .privacy-policy a:hover {
    text-decoration: underline;
}
.content .privacy-policy p.bigger {
    color: #1D2129;
    font-family: Calibri,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 100;
}

.content .terms ol li {
    color: #000000;
    font-weight: normal;
    margin-left: 8px;
    padding-bottom: 15px;
}
/* \page specific rules */
