/**** CSS Reset ****/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}

::-webkit-input-placeholder {
    color: #b6b6b6;
}

:-moz-placeholder {
    color: #b6b6b6;
}

/**** Global ****/
body.homepage {
    font-family: Helvetica, 'HelveticaNeue-Light', 'Helvetica Neue Light',
        'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #3a3a3a;
}
body.fixed {
    padding-top: 60px;
}
a {
    color: #f26522;
}
a:hover {
    color: #e95814;
}
.orange_btn {
    background: #e45505;
    border: 1px solid #e45505;
    border-radius: 4px;
    background-clip: padding-box;
    color: #fff;
}
.orange_btn:hover {
    border: 1px solid #f77326;
    border-radius: 4px;
    /*background-clip: padding-box;*/
    background: #f77326;
    /*background-image: none;*/
    /*background-color: #ec7c30;*/
    color: #fff;
}
.grey-btn {
    border: 1px solid #b3b3b3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #616161;
    -moz-box-shadow: inset 0 1px 3px #fff;
    -webkit-box-shadow: inset 0 1px 3px #fff;
    box-shadow: inset 0 1px 3px #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #d5d5d5 0%, #e7e7e7 100%);
    background-image: -o-linear-gradient(bottom, #d5d5d5 0%, #e7e7e7 100%);
    background-image: -webkit-linear-gradient(bottom, #d5d5d5 0%, #e7e7e7 100%);
    background-image: linear-gradient(bottom, #d5d5d5 0%, #e7e7e7 100%);
}
.center-content {
    width: 960px;
    margin: auto;
    position: relative;
}
.fancy-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
}
/**** Homepage ****/
.hero {
    background: url(/images/homepage/hero-bg.jpg) center no-repeat;
    height: 450px;
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.28);
    position: relative;
}
.hero h1,
.hero h2 {
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 40px 0 0 0;
}
.hero .center-content {
    height: 450px;
}
.hero .rfp-proposal-view.laptop {
    background: url(/images/homepage/homepage-laptop.png) no-repeat;
    width: 561px;
    height: 339px;
    position: absolute;
    bottom: -18px;
    left: 20px;
}

.hero .macbook.laptop {
    background: url(/images/homepage/macbook.png) no-repeat;
    width: 561px;
    height: 339px;
    position: absolute;
    bottom: -18px;
    left: 20px;
}
.hero .macbook.laptop .splash-image {
    width: 427px;
    height: 260px;
    position: absolute;
    top: 25px;
    left: 64px;
}
.hero .macbook.laptop .splash-image.coffee-shop {
    background: url(/images/homepage/splash-coffee-shop.png) no-repeat;
}
.hero .macbook.laptop .splash-image.price-compare {
    background: url(/images/homepage/splash-price-compare.png) no-repeat;
}
.hero .macbook.laptop .splash-image.product {
    background: url(/images/homepage/splash-product.png) no-repeat;
}
.hero .laptop .play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -47px;
    height: 97px;
    width: 97px;
    background: url(/images/homepage/play-button.png) no-repeat;
}
.hero .laptop .play:hover {
    background: url(/images/homepage/play-button-hover.png) no-repeat;
}

.hero .action {
    float: right;
    margin: 50px 20px 0 0;
}
.hero h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
.hero .video {
    /*opacity: .4;*/
    background-color: #000;
    padding: 6px;
    margin: 40px 0;
    float: left;
}
.hero ul {
    width: 315px;
}
.hero ul li {
    display: block;
    height: 47px;
}
.hero ul li a {
    width: 315px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    float: left;
    font-size: 1.5em;
    margin: 0 0 10px 0;
}
.hero ul li a .icon {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
}
.hero ul li a.local .icon {
    width: 29px;
    height: 25px;
    background: url(/images/homepage/local-ico.png);
}
.hero ul li a.agency .icon {
    width: 27px;
    height: 27px;
    background: url(/images/homepage/agency-ico.png);
}
.hero ul li a.operator .icon {
    width: 26px;
    height: 27px;
    background: url(/images/homepage/operator-ico.png);
}
.secondary-content {
    width: 960px;
    margin: auto;
    padding-bottom: 30px;
    color: #6d6d6d;
}
.secondary-content .content-box {
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 4px #ddd;
    -webkit-box-shadow: 0px 0px 4px #ddd;
    -moz-box-shadow: 0px 0px 4px #ddd;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
}
.secondary-content .content-box .left {
    width: 218px;
    height: 100%;
    float: left;
    border-right: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
}
.secondary-content .content-box .right {
    width: 670px;
    height: 134px;
    float: right;
    background: #f8f8f8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 18px 54px 18px 14px;
}
.secondary-content .announcement {
    height: 55px;
    line-height: 48px;
    padding: 10px 0px 0 75px;
    font-size: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.secondary-content .announcement a {
    text-decoration: underline;
    color: inherit;
}

.secondary-content .announcement .logo {
    float: left;
    margin-right: 15px;
}

/*---Announcement Top Margins---------
** First Announcement 45px top margin 
** Second Annoucement 20px top margin
------------------------------------*/

.secondary-content .ipg-announcement {
    margin-top: 20px; /*Changed from 45px to 20px */
    background-color: #0792d2;
    color: #fff;
    border: 1px solid #086189;
}

.secondary-content .ipg-announcement .logo {
    background: url('/images/homepage/ipg-logo.png') no-repeat;
    width: 76px;
    height: 38px;
    margin-top: 5px;
    margin-right: 20px;
}

/*Webinar Announcement*/
.secondary-content .webinar {
    margin-top: 45px;
    height: 60px;
    background-color: #324a58;
    color: #d1eafb;
    font-size: 14px;
    border: 1px solid #253741;
}

.secondary-content .webinar .webinar-logo {
    float: left;
    margin-right: 10px;
    background: url('/images/homepage/plane-logo.png') no-repeat;
    width: 32px;
    height: 53px;
    margin-top: 5px;
}

.secondary-content .webinar p {
    margin-top: 9px;
}

.secondary-content .webinar .webinar-register {
    font-size: 16px;
    text-decoration: underline;
    color: #f1f7fb;
}
/*END Webinar Announcement*/

.secondary-content .telmar {
    background-color: #dfdfdf;
    color: #a6a6a6;
    margin-top: 20px;
}

.secondary-content .telmar .logo {
    background: url('/images/homepage/telmar-logo.png') no-repeat;
    width: 68px;
    height: 17px;
    margin-top: 13px;
}

.secondary-content .press {
    margin-top: 55px;
}
.secondary-content .title {
    font-size: 20px;
}
.secondary-content .testimonials {
    margin-top: 40px;
}
.secondary-content .testimonials .title .heart {
    width: 19px;
    height: 18px;
    background: url(/images/homepage/heart-ico.png);
    display: inline-block;
    margin-right: 5px;
}
.secondary-content .testimonials .testimonial-content {
    height: 170px;
    position: relative;
}
.secondary-content .testimonials .testimonial-content .left .right-arrow {
    position: absolute;
    background: url(/images/homepage/testimonial-arrow.png);
    width: 9px;
    height: 23px;
    top: 73px;
    right: -9px;
}
.secondary-content .testimonials .testimonial-content .left .testimonial-logo {
    margin: auto;
}
.secondary-content .testimonials .testimonial-content .left .hipmunk {
    width: 180px;
    height: 43px;
    background: url(/images/homepage/logos/hipmunk.png) no-repeat;
    margin-top: 63px;
}
.secondary-content .testimonials .testimonial-content .left .lamar {
    width: 194px;
    height: 43px;
    background: url(/images/homepage/logos/lamar.png) no-repeat;
    margin-top: 63px;
}
.secondary-content .testimonials .testimonial-content .left .inwindow-outdoor {
    width: 155px;
    height: 97px;
    background: url(/images/homepage/logos/inwindow-outdoor.png) no-repeat;
    margin-top: 33px;
}
.secondary-content .testimonials .testimonial-content .left .seamless-web {
    width: 160px;
    height: 70px;
    background: url(/images/homepage/logos/seamless-web.png) no-repeat;
    margin-top: 53px;
}
.secondary-content .testimonials .testimonial-content .left .bleacher-report {
    width: 88px;
    height: 88px;
    background: url(/images/homepage/logos/bleecher-report.png) no-repeat;
    margin-top: 40px;
}
.secondary-content .testimonials .testimonial-content .left .testimonial-nav {
    position: absolute;
    height: 10px;
    bottom: 15px;
    right: 15px;
}
.secondary-content
    .testimonials
    .testimonial-content
    .left
    .testimonial-nav
    li {
    display: inline-block;
    background: #dedede;
    height: 8px;
    width: 8px;
    margin-left: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.secondary-content
    .testimonials
    .testimonial-content
    .left
    .testimonial-nav
    li.selected {
    background: #aaa;
    cursor: default;
}
.secondary-content .testimonials .testimonial-content .testimonial-text {
    position: relative;
    color: #3c3c3c;
    font-size: 18px;
    margin-left: 33px;
    margin-top: 10px;
    line-height: 23px;
}
.secondary-content .testimonials .testimonial-content .testimonial-text a {
    color: #3c3c3c;
    text-decoration: underline;
}
.secondary-content
    .testimonials
    .testimonial-content
    .testimonial-text
    a:hover {
    color: #777;
}
.secondary-content .testimonials .testimonial-content .signature {
    font-size: 14px;
    color: #ababab;
    position: absolute;
    right: 60px;
    bottom: 20px;
}
.secondary-content .testimonials .testimonial-content .quotes {
    width: 16px;
    height: 14px;
    background: url(/images/homepage/quotes.png) no-repeat;
}
.secondary-content .press .newspaper-ico {
    width: 22px;
    height: 18px;
    background: url(/images/homepage/newspaper-ico.png);
    display: inline-block;
    margin-right: 5px;
}
.secondary-content .press .press-content {
    height: 36px;
    padding: 10px 0px 18px 0px;
}
.secondary-content .press .press-content .logo {
    display: inline;
    float: left;
}
.secondary-content .press .press-content .logo a {
    display: inline;
    display: block;
    margin-right: 75px;
}
.secondary-content .press .press-content .logo.adweek a {
    background: url(/images/homepage/logos/adweek.png) no-repeat;
    width: 97px;
    height: 36px;
    margin-left: 155px;
    margin-top: 5px;
}
.secondary-content .press .press-content .logo.media-post a {
    background: url(/images/homepage/logos/mediapost.png) no-repeat;
    width: 29px;
    height: 35px;
    margin-top: 5px;
}
.secondary-content .press .press-content .logo.techcrunch a {
    background: url(/images/homepage/logos/techcrunch.png) no-repeat;
    width: 167px;
    height: 22px;
    margin-top: 12px;
}
.secondary-content .press .press-content .logo.entrepreneur a {
    background: url(/images/homepage/logos/entrepreneur.png) no-repeat;
    width: 179px;
    height: 36px;
    margin-top: 8px;
}
.secondary-content .press .press-content .logo.adexchanger a {
    background: url(/images/homepage/logos/ad-exchanger-logo.png) no-repeat;
    width: 108px;
    height: 48px;
}
.secondary-content .press .press-content .logo.business-insider a {
    background: url(/images/homepage/logos/business-insider.png) no-repeat;
    width: 245px;
    height: 24px;
    margin-top: 6px;
}
.secondary-content .press .press-content .logo.tnw a {
    background: url(/images/homepage/logos/tnw.png) no-repeat;
    width: 113px;
    margin-right: 0;
    height: 35px;
}
.footer {
    background: #3a3a3a;
    min-height: 70px;
    box-shadow: inset 0px 6px 7px -2px #232323;
    -webkit-box-shadow: inset 0px 6px 7px -2px #232323;
    -moz-box-shadow: inset inset 0px 6px 7px -2px #232323;
}
.footer-content {
    width: 960px;
    margin: auto;
    position: relative;
}
.footer .footer-nav {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
}
.footer .footer-nav li {
    display: inline;
    float: left;
    color: #6a6a6a;
    margin-left: 2px;
    text-shadow: 1px 1px #292929;
}
.footer .footer-nav li a {
    color: #6a6a6a;
    text-decoration: none;
}
.footer .footer-nav li a:hover {
    color: #888;
}
.footer .what-is-adstruc {
    margin-top: 10px;
    font-size: 11px;
    color: #6a6a6a;
    text-shadow: 1px 1px #292929;
}
.footer .copyright {
    padding: 20px 0 10px 0;
    font-size: 11px;
    color: #555;
    text-shadow: 1px 1px #292929;
}
.footer-content .google-plus-icon {
    position: absolute;
    right: 485px;
    bottom: 8px;
}
/**** Inner Base ****/
.inner {
    width: 972px;
    padding-top: 50px;
    color: #515151;
    padding-bottom: 30px;
}
.top-feature {
    min-height: 360px;
    background: url(/images/homepage/top-feature-bg.png) bottom center no-repeat;
}
.top-feature .description {
    width: 345px;
    float: left;
    margin: 75px 0 0 30px;
    font-size: 16px;
}
.top-feature .description h1 {
    font-size: 29px;
    margin: 0 0 10px 0;
}
.top-feature .description a {
    padding: 5px 30px 5px 30px;
    font-size: 23px;
    margin: 30px 0 0 0;
    display: block;
    float: left;
}
.top-feature .laptop {
    float: right;
    background: url(/images/homepage/laptop.png) no-repeat;
    width: 562px;
    height: 344px;
    margin: 0 20px 0 0;
}
.main-content,
.full-content {
    margin-bottom: 50px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.main-content p {
    margin: 0 0 15px 0;
}
.full-content {
    border-top: 1px solid #d9d9d9;
}
/**** Call to Action ****/
#top-cta.locked {
    position: fixed;
    top: 61px;
    z-index: 99;
}
#top-cta.locked-top {
    position: fixed;
    top: 0px;
    z-index: 99;
}
.keep-height {
    height: 60px;
}
.cta {
    height: 60px;
    width: 940px;
    line-height: 60px;
    background: #fd8c3c;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
    padding: 0 15px 0 15px;
    font-size: 1.5em;
}

form.call-to-action .submit-form {
    white-space: nowrap;
}
.cta form {
    float: right;
    width: 760px;
}
.cta form a,
.get-started form a {
    font-size: 0.8em;
    height: 20px;
    /*display: block;*/
    padding: 8px 30px 8px 30px;
}
.cta .input_wrap,
.get-started .input_wrap {
    border: 1px solid #e9743d;
    background-color: #f5b88d;
    float: left;
    height: 40px;
    line-height: 32px;
    min-width: 30px;
    padding: 0 3px 0 3px;
    margin: 9px 10px 0 0;
    display: inline-block;
}
.cta input[type='text'],
.get-started input[type='text'] {
    padding: 1px 10px 0 10px;
    margin: 3px 0;
    border-radius: 0px;
    border: 1px solid #ffa276;
    font-size: 12px;
    height: 30px;
    display: block;
}
.cta input[type='text'].name,
.get-started input[type='text'] {
    width: 170px;
}
.cta input[type='text'].phone,
.get-started input[type='text'] {
    width: 140px;
}
.cta input[type='text'].email,
.get-started input[type='text'] {
    width: 189px;
}
.get-started {
    background-color: #fd8c3c;
    padding: 15px 0 15px 0;
    position: relative;
}
.get-started .arrow {
    position: absolute;
    width: 21px;
    height: 9px;
    bottom: -8px;
    left: 470px;
    background: url(/images/homepage/feature-assets/orange-arrow-down.png)
        no-repeat;
}
.get-started h4,
.get-started h5 {
    background: #fd8c3c;
    font-size: 29px;
    font-weight: bold;
    text-shadow: 0 1px 0 #c15927;
    text-align: center;
    color: #fff;
}
.get-started h5 {
    margin-bottom: 15px;
}
.get-started form {
    position: relative;
    width: 840px;
    margin: auto;
}
.get-started input[type='text'] {
    margin-top: 4px;
}
.get-started form a {
    font-size: 1.2em;
    position: absolute;
    padding: 8px 15px 8px 15px;
    right: 0;
    top: 3px;
    line-height: 20px;
}
.get-started .input_wrap {
    margin-top: 0;
}

/**** Features ****/
.feature.full {
    padding: 80px 20px 60px 40px;
}
.feature.half {
    width: 485px;
    max-width: 485px;
    border-right: 1px solid #c8c8c8;
    float: left;
}
.feature.half-right {
    width: 484px;
    float: right;
}
.feature .description {
    width: 350px;
    font-size: 16px;
    line-height: 21px;
}
.feature .description h2 {
    margin: 0 0 20px 0;
    font-size: 27px;
    line-height: 30px;
}
/* Agency */
.feature.speed {
    height: 200px;
    padding-top: 120px;
    background: url(/images/homepage/rocket-clouds-bg.png) bottom left no-repeat;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
}
.feature.speed .rfp-proposal-view {
    height: 338px;
    width: 573px;
    background: url(/images/homepage/feature-assets/agency/speed.png) bottom
        right no-repeat;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.feature.data {
    height: 300px;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    background: #f8f8f8;
}
.feature.data .description {
    margin: 70px 30px 0 0;
}
.feature.data .map {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 541px;
    height: 427px;
    background: url(/images/homepage/feature-assets/agency/data-map-light.png)
        top left no-repeat;
}
.feature.data .map.dark {
    z-index: 51;
    background: url(/images/homepage/feature-assets/agency/data-map-dark.png)
        top left no-repeat;
}
.feature.data .map.markers {
    z-index: 52;
    display: none;
    background: url(/images/homepage/feature-assets/agency/map-markers.png) top
        left no-repeat;
}
.feature.mapping {
    background: url(/images/homepage/feature-assets/agency/mapping-bg.png)
        bottom right no-repeat;
    height: 280px;
}
.feature.mapping .description {
    padding: 30px 0 0 40px;
}
.feature.mapping img {
    margin: 20px 0 0 40px;
}
.feature.collaborate {
    height: 280px;
    background: url(/images/homepage/feature-assets/agency/people.png) center
        35px no-repeat;
}
.feature.collaborate .description {
    text-align: center;
    width: 400px;
    margin: auto;
    margin-top: 140px;
    font-size: 13px;
    line-height: 15px;
}
.feature.communication {
    padding: 20px;
    height: 236px;
    background: #5e5e5e url(/images/homepage/feature-assets/communication.png)
        60px bottom no-repeat;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
    color: #fff;
    font-size: 27px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.42);
}
.feature.communication .description {
    float: right;
    width: 400px;
    margin: 30px 50px 0 0;
}
.feature.media-plan {
    background: url(/images/homepage/feature-assets/agency/media-plan-map.png)
        top right no-repeat;
    height: 150px;
    border-bottom: 1px solid #c8c8c8;
}
/* Local Buyer */
.local.top-feature {
    min-height: 330px;
}
.local.top-feature h1 {
    color: #6c6c6c;
    font-size: 29px;
    font-weight: bold;
    text-shadow: 1px 2px 0 #fff;
    text-align: center;
}
.local.top-feature .how-to-buy-billboards {
    width: 810px;
    height: 187px;
    background: url(/images/homepage/feature-assets/small-business/1-2-3.png)
        center no-repeat;
    margin: auto;
    margin-top: 70px;
}
.feature.not-just-billboards {
    height: 210px;
    background: url(/images/homepage/feature-assets/small-business/beyond-map.png)
        470px center no-repeat;
    position: relative;
}
.feature.not-just-billboards .map-markers {
    width: 266px;
    height: 266px;
    background: url(/images/homepage/feature-assets/small-business/beyond-markers.png)
        no-repeat;
    position: absolute;
    right: 150px;
    top: 40px;
}
.feature.not-just-billboards .names {
    position: absolute;
    padding: 5px 10px 5px 10px;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #000;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #404040 100%);
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #404040 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #404040 100%);
    background-image: linear-gradient(bottom, #2c2c2c 0%, #404040 100%);
    color: #fff;
    font-size: 19px;
    text-shadow: 0 1px 0 #000;
    width: 140px;
    text-align: center;
    font-size: 0.9em;
    right: 200px;
    top: 160px;
}
.feature.not-just-billboards .description {
    width: 400px;
    margin-top: 14px;
    font-size: 16px;
}
.feature.creative-preview {
    padding: 20px;
    height: 436px;
    background: #5e5e5e
        url(/images/homepage/feature-assets/small-business/creative-preview.png)
        center 130px no-repeat;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.33);
    color: #fff;
    font-size: 27px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.42);
}
.feature.creative-preview .description {
    width: 800px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}
.feature.support {
    background: #f8f8f8;
    height: 240px;
}
.feature.pricing {
    height: 240px;
}
.feature.pricing .description,
.feature.support .description {
    width: 400px;
    margin: auto;
    padding: 30px 0 30px 0;
}
.start {
    padding: 0 0 20px 0;
}
.start a {
    padding: 15px;
    text-align: center;
    margin: auto;
    display: block;
    width: 180px;
    margin-top: 20px;
    border: 1px solid #54804a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #054ebd;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 1px 0 #537f49;
}
/* Operator */
.agency.top-feature .rfp-creation.laptop {
    background: url(/images/homepage/feature-assets/agency/laptop.png) no-repeat;
    border: none;
}
.feature.respond-faster {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 40px;
    background: url(/images/homepage/feature-assets/operator/speed.png) 40px
        bottom no-repeat;
}
.feature.respond-faster .description {
    float: right;
    width: 500px;
    margin: 0 20px 0 0;
}
.feature.seo {
    padding: 60px 40px 60px 40px;
    border-bottom: 1px solid #c8c8c8;
    background: #f6f6f6 url(/images/homepage/feature-assets/operator/seo.png)
        530px center no-repeat;
}
.feature.seo .description {
    width: 420px;
}
.feature.team {
    padding-top: 40px;
    background: url(/images/homepage/feature-assets/operator/team.png) 500px
        center no-repeat;
}
.feature.team .description {
    width: 420px;
}

/*About*/
.center-content .section {
    margin-bottom: 25px;
}
.center-content .section h2 {
    color: #7a7a7a;
    font-size: 27px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
    display: block;
}
.center-content .section h2 .orange-btn {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 10px;
}
.center-content .section .main-picture {
    width: 970px;
    height: 434px;
    background: url(/images/homepage/about/office.jpg) no-repeat;
    margin-top: 10px;
}
.center-content .section .picture-columns {
    display: block;
    width: 100%;
}
.center-content .section .picture-columns .column {
    width: 320px;
    float: left;
    display: inline;
    margin-right: 10px;
    min-height: 50px;
    margin-top: 10px;
}
.center-content .section .picture-columns .column.last {
    margin-right: 0;
}
.center-content .section .picture-columns .column.middle {
    width: 310px;
}
.center-content .section .picture-columns .column .about-text {
    font-size: 16px;
}
.center-content .section .picture-columns .column .about-text span {
    font-size: 26px;
    color: #f68638;
    display: block;
    margin-bottom: 8px;
    margin-top: 5px;
}
.center-content .section .picture-columns .column .pingpong {
    width: 320px;
    height: 320px;
    background: url(/images/homepage/about/ping-pong.png) no-repeat;
    position: relative;
}
.center-content .section .picture-columns .column .pingpong .about-text {
    position: absolute;
    bottom: 0;
    width: 300px;
    padding: 10px;
}
.center-content .section .picture-columns .column .billboard {
    width: 320px;
    height: 337px;
    margin-top: 10px;
    background: url(/images/homepage/about/billboards-for-everyone.png)
        no-repeat;
}
.team.section h2 .orange-btn {
    margin-top: 5px;
}
.center-content .section .picture-columns .column .team-events {
    display: block;
}
.center-content .section .picture-columns .column .team-events .event {
    height: 37px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 37px;
    background: #fff;
    padding: 0 10px;
    font-size: 13px;
}
.center-content .section .picture-columns .column .team-events .title {
    height: 40px;
    line-height: 40px;
    background: #fd8c3d;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
}
.center-content .section .picture-columns .column .puppies {
    height: 541px;
    width: 100%;
    background: url(/images/homepage/about/dogs.png) no-repeat;
    margin-top: 10px;
}
.center-content .section .picture-columns .column .office-photo {
    height: 320px;
    width: 100%;
    background: url(/images/homepage/about/standup.jpg) no-repeat;
}
.center-content .section .picture-columns .column .about-text.adstruc-office {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    height: 317px;
    line-height: 21px;
    font-size: 16px;
}
.center-content
    .section
    .picture-columns
    .column
    .about-text.adstruc-office
    span {
    margin-bottom: 12px;
}
.center-content .section .team-photos {
    margin-top: 5px;
}
.center-content .section .team-photos .employee {
    display: inline-block;
    position: relative;
}
.center-content .section .team-photos .employee img {
    width: 190px;
    height: 207px;
    margin-top: 5px;
}
.center-content .section .team-photos .employee .text {
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 180px;
    background: url(/images/homepage/about/employee-name-bg.png);
    color: #fff;
    font-size: 15px;
    padding: 5px;
}
.center-content .section .team-photos .employee .details {
    font-size: 10px;
    margin-top: 2px;
}
.center-content .section .team-photos .employee .text span {
    display: block;
}
.center-content .section .team-photos .employee .text a {
    color: #fff;
    text-decoration: underline;
}
.about {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.about p {
    margin: 15px 0 0 0;
}

/**** Telmar Page ****/
.telmar .top-feature {
    min-height: 120px;
}
.telmar .top-feature .logos {
    width: 537px;
    height: 43px;
    background: url(/images/homepage/telmar/top-logos.png) no-repeat;
    margin: auto;
}
.telmar img {
    padding: 30px 10px 15px 30px;
    float: right;
}
.telmar .main-content {
    padding: 0 30px 30px 30px;
    line-height: 30px;
    font-size: 15px;
}
.telmar .main-content h3 {
    margin: 20px 0 20px 0;
    font-weight: bold;
    font-size: 18px;
}
.telmar .main-content h4 {
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
}
.telmar .main-content a.orange_btn {
    padding: 10px 20px 10px 20px;
    font-size: 1.2em;
    margin: auto;
    display: block;
    width: 100px;
}

/**** Jobs ****/
.jobs {
    margin: 0 0 30px 0;
}
.jobs h2 {
    color: #7a7a7a;
    font-size: 27px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
    display: block;
}
.jobs ul {
    margin: 10px 0 0 0;
}
.jobs ul li {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #d8d8d8;
    position: relative;
}
.jobs ul li a.title {
    color: #505050;
}
.jobs ul li a.title:hover {
    text-decoration: underline;
}
.jobs ul li a.grey_btn {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 13px;
}
.job {
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 10px 0 0 0;
    padding: 30px;
    font-size: 0.9em;
    line-height: 18px;
}
.job h1 {
    font-size: 1.3em;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.job h2 {
    font-size: 1.2em;
    margin: 20px 0 10px 0;
    font-weight: bold;
}
.job ul {
    list-style: disc;
    margin: 0 0 0 20px;
}
.job .left {
    float: left;
    width: 600px;
}
.job .right {
    float: right;
    width: 300px;
}
.job p {
    margin: 15px 0 0 0;
}
/**** Thank you page ****/
.thank-you {
    text-align: center;
    padding: 30px;
}
.thank-you h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
}
.thank-you h2 {
    font-size: 1em;
    width: 700px;
    margin: auto;
    line-height: 20px;
}
.thank-you .actions {
    padding-top: 20px;
    width: 288px;
    margin: auto;
}
.thank-you .actions a {
    padding: 10px;
    display: block;
    width: 100px;
    font-size: 1.3em;
    float: left;
    margin: 0 10px 0 10px;
}

.chat-with-us {
    position: fixed;
    display: block;
    bottom: 0;
    right: 70px;
    background-color: #707276;
    color: #f8f8f8;
    cursor: pointer;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    user-select: none;
    padding: 7px 12px;
    font-size: 11px;
    -webkit-box-shadow: 0px -2px 0 rgb(120, 184, 221);
    -moz-box-shadow: 0px -2px 0 rgb(120, 184, 221);
    box-shadow: 0px -2px 0 rgb(120, 184, 221);
}

.chat-with-us:hover {
    background-color: rgb(72, 112, 136);
    color: #f8f8f8;
}
