/********************************** OLD ***************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.placeholderclass::-webkit-input-placeholder {
    color: #2d2e38;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans Condensed','Trebuchet MS',sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
del {
    text-decoration: line-through;
}
hr {
    background: transparent;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0;
}
mark {
    background-color: #ffffb3;
    font-style: italic;
}
input, select {
    vertical-align: middle;
}
ins {
    background-color: red;
    color: #fff;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 10px #ccc;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    height: 138px; /*80px*/
}
#ticker-pad {
    height: 58px;
}
#ticker {
    height: 50px;
    width: 100%;
    background-color: #f6934b;
    color: #fff;
    border-bottom: solid 8px #9c3;
    text-align: center;
}
#ticker span {
    display: inline-block;
    padding-top: 12px;
    font-size: 18px;
}
#ticker .close {
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    cursor: pointer;
}
#ticker a.tbt {
    width: 125px;
    background-color: #323232;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    padding: 0 20px 0 20px;
}
.container, .col-row, .col, .dropdown-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container .col-row {
    width: auto;
    max-width: none;
    min-width: 0;
    position: relative;
    overflow: hidden;
}
.col {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 10px;
}
.dropdown-container {
    line-height: 1;
    font-size: 0;
}
.dropdown-container .col-row {
    overflow: visible;
}
.dropdown-container .col {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.float-clear {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.one {
    width: 8.333333%;
}
.two {
    width: 16.666667%;
}
.three {
    width: 25%;
}
.four {
    width: 33.333333%;
}
.five {
    width: 41.666667%;
}
.six {
    width: 50%;
}
.seven {
    width: 58.333333%;
}
.eight {
    width: 66.666667%;
}
.nine {
    width: 75%;
}
.ten {
    width: 83.333333%;
}
.eleven {
    width: 91.666667%;
}
.twelve {
    width: 100%;
}
.move-left-one {
    margin-left: 8.333333%;
}
.move-left-two {
    margin-left: 16.66667%;
}
.move-left-three {
    margin-left: 25%;
}
.move-left-four {
    margin-left: 33.33333%;
}
.move-left-five {
    margin-left: 41.66667%;
}
.move-left-six {
    margin-left: 50%;
}
.move-left-seven {
    margin-left: 58.33333%;
}
.move-left-eight {
    margin-left: 66.66667%;
}
.move-left-nine {
    margin-left: 75%;
}
.move-left-ten {
    margin-left: 83.33333%;
}
.move-right-one {
    margin-right: 8.333333%;
}
.move-right-two {
    margin-right: 16.66667%;
}
.move-right-three {
    margin-right: 25%;
}
.move-right-four {
    margin-right: 33.33333%;
}
.move-right-five {
    margin-right: 41.66667%;
}
.move-right-six {
    margin-right: 50%;
}
.move-right-seven {
    margin-right: 58.33333%;
}
.move-right-eight {
    margin-right: 66.66667%;
}
.move-right-nine {
    margin-right: 75%;
}
.move-right-ten {
    margin-right: 83.33333%;
}
html, body {
    height: 100%;
}
a {
    text-decoration: none;
    color: #2698cc;
}
a:hover, a:visited {
    color: #2698cc;
}
.small-text {
    font-size: 14px !important;
}
.blue {
    color: #2698cc;
}
.bblue {
    border-color: #2698cc !important;
    border-width: 1px !important;
    width: 280px !important;
    height: 86px !important;
}
.italic {
    font-style: italic;
}
.button {
    /*background: #f8f8f8 url(../images/blue-primary2-buttonarrow.png) no-repeat center right;*/
    background: #f8f8f8  no-repeat center right;
    border: 1px solid #dcdfe2;
    border-radius: 10px;
    box-shadow: 0 0 7px #ccc;
    font-size: 25px;
    padding: 5px 40px 7px 15px;
    line-height: 1;
    color: #2d2e38;
    display: inline-block;
}
button.primary-button, input.primary-button[type="button"], input.primary-button[type="submit"], a.primary-button {
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding: 5px 15px 6px 15px;
    border-radius: 7px;
    border: 1px solid #9c3;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #9c3;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans-CondBold","Trebuchet MS",sans-serif;
}
button.primary-button.active, button.primary-button:hover, input.primary-button[type="button"]:hover, input.primary-button[type="submit"]:hover, a.primary-button:hover, a.primary-button.active {
    background: #2d2e38;
    border: 1px solid #2d2e38;
}
button.primary-button:disabled, input.primary-button[type="button"]:disabled, input.primary-button[type="submit"]:disabled, a.primary-button:disabled {
    background: #2d2e38;
    border: 1px solid #2d2e38;
}
.insightsubscribe {
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding: 5px 15px 6px 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #9c3;
    border: 1px solid #9c3;
    text-align: center;
}
button.primary2-button, input.primary2-button[type="button"], input.primary2-button[type="submit"], a.primary2-button {
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding: 5px 15px 6px 15px;
    border-radius: 7px;
    border: 1px solid #2d2e38;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #2d2e38;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans-CondBold","Trebuchet MS",sans-serif;
}
button.primary2-button.active, button.primary2-button:hover, input.primary2-button[type="button"]:hover, input.primary2-button[type="submit"]:hover, a.primary2-button:hover, a.primary2-button.active ,.insightsubscribe:hover{
    background: #9c3;
    border: 1px solid #9c3;
}
button.primary2-button:disabled, input.primary2-button[type="button"]:disabled, input.primary2-button[type="submit"]:disabled, a.primary2-button:disabled ,.insightsubscribe:hover{
    background: #9c3;
    border: 1px solid #9c3;
}
.transition-hover:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal.xlarger {
    min-height: 425px;
}
.reveal-modal.xxlarger {
    min-height: 425px;
    top: 50px;
}
.reveal-modal .close-reveal-modal {
    position: absolute;
    top: 8px;
    right: 11px;
    cursor: pointer;
    background: url(../images/close-modal.png);
    display: block;
    height: 50px;
    width: 50px;
}
#integrationModal {
    padding-bottom: 40px;
}
#integrationModal .page-title {
    margin: 0 0 40px 0;
}
#integrationModal .page-title p {
    padding: 0;
    font-size: 30px;
}
#integrationModal .text-container {
    max-width: 270px;
}
.step1 .text-container {
    width: 262px;
}
#integrationModal .text-container, #integrationModal .image-container {
    display: inline-block;
    vertical-align: top;
}
#integrationModal .step2 .text-container, #integrationModal .step3 .text-container {
    margin: 35px 0 4px 20px;
}
#integrationModal .image-container {
    position: relative;
}
#integrationModal .step1 .image-container {
    width: 146px;
    height: 152px;
}
#integrationModal .step2 .image-container {
    width: 122px;
    height: 130px;
}
#integrationModal .step3 .image-container {
    width: 122px;
    height: 127px;
}
#timelineModal {
    background-image: url('../20/style/main.png');
    padding-bottom: 40px;
}
#integrationModal .step-title {
    font-size: 20px;
    line-height: 1.1;
    color: #2c2d38;
    margin: 0 0 4px 0;
}
#integrationModal .step-subtitle {
    font-size: 18px;
    line-height: 1.1;
}
#integrationModal .step-subtitle.yellow {
    color: #ff9b05;
}
#integrationModal .step-subtitle.purple {
    color: #7d4d86;
}
#integrationModal .step-subtitle.dark-blue {
    color: #2285c4;
}
#integrationModal .step1 .step-title {
    font-size: 24px;
    margin: 0 0 14px 0;
}
#integrationModal .step1 .step-subtitle {
    font-size: 22px;
}
#integrationModal .modal-step {
    position: relative;
    padding: 15px 20px 10px 20px;
}
#integrationModal .step1 {
    float: left;
}
#integrationModal .modal-step.step1 .step-bg {
    border-radius: 10px 80px 80px 10px;
}
#integrationModal .modal-step.step2 .step-bg {
    border-radius: 80px 10px 10px 80px;
}
#integrationModal .modal-step.step3 .step-bg {
    border-radius: 80px 10px 10px 80px;
}
#integrationModal .modal-step .step-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-shadow: inset 0 0 7px #ccc;
    box-shadow: inset 0 0 7px #ccc;
}
#integrationModal .step2, #integrationModal .step3 {
    float: right;
}
#integrationModal .step2 {
    margin: 0 0 0 0;
}
#integrationModal .step3 {
    margin: 0 75px 0 0;
}
#integrationModal .image-container .step-gear-number {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -8px;
    height: 29px;
}
#integrationModal .step1 .image-container .step-gear-number {
    margin: -17px 0 0 -11px;
    height: 29px;
}
#integrationModal .step2 .image-container .step-gear-number {
    margin: -15px 0 0 -9px;
    height: 22px;
}
#integrationModal .step3 .image-container .step-gear-number {
    margin: -13px 0 0 -7px;
    height: 23px;
}

.image-gear-rotation {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 2.5s linear 0;
    -moz-transition: all 2.5s linear 0;
    -ms-transition: all 2.5s linear 0;
    -o-transition: all 2.5s linear 0;
    transition: all 2.5s linear 0;
}
.long-header {
    height: 300px;
}
.logo, .nav-list, .access, .nav-list ul li, .access .second-level li, .access .second-level .login-button, .nav-list .second-level li {
    display: inline-block;
    vertical-align: top;
}
.logo {
    margin: 19px 30px 0 0;
}

.nav-list a.first-level-link {
    color: #2c2c38;
    display: block;
    padding: 12px 30px 5px 0;
}
.nav-list .first-level {
    position: relative;
    padding: 19px 0 24px 0;
}
.nav-list a.first-level-link:hover {
    color:#2998cf;
}
.nav-list .first-level .second-level {
    display: none;
    position: absolute;
    top: 67px;
    width: auto;
    min-width: 0;
    white-space: nowrap;
    padding: 8px 15px 8px 15px;
    left: -200px;
    background-color: #f8f8f8;
    border: 1px solid #dcdfe2;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
}
.nav-list .first-level .second-level.show-submenu {
    display: block;
}
.nav-list .second-level li {
    margin-right: 15px;
}
.nav-list .second-level li.last {
    margin-right: 0;
}
.nav-list .first-level .second-level a {
    color: #999;
    font-size: 15px;
    text-transform: uppercase;
}
.nav-list .first-level .second-level a:hover, .nav-list .first-level .second-level .current a {
    color: #99CC33;
}
.nav-list .first-level .second-level .top-bg {
    position: absolute;
    display: block;
    width: 46px;
    height: 18px;
    left: 180px;
    top: -18px;
    background: url(../images/access-list-top-bg.png) no-repeat;
}
.flash-news .second-level .top-bg {
    left: 320px !important;
}
.flash-news .second-level {
    left: -300px !important;
}
.formula {
    position: relative;
    display: inline-block;
    top: -245px;
    width: 50px;
    height: 50px;
    background-color: #323231;
    color: #ffffff;
    font-size: 30px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    z-index: 50;
    background-position: center center;
    background-repeat: no-repeat;
    float: none;
}
.plus {
    left: 31%;
    margin-left: 3px;
    background-image: url(../images/bxpplus.png);
}
.equal {
    left: 58%;
    margin-left: -5px;
    background-image: url(../images/bxpequal.png);
}
.chevron-right {
    bottom: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    top: 50px;
    left: 50%;
    width: 0;
    position: relative;
    pointer-events: none;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-left: solid rgb(230, 230, 230);
    border-width: 30px;
    margin-left: -15px;
}
.extra-text {
    font-size: 14px;
    background-color: rgb(230, 230, 230);
    padding: 10px;
    display: block;
    height: 510px;
}
#mca-metrics-extra-text {
    height: 580px;
}
.extra-text .block {
    width: 30%;
    float: left;
    margin-top: 20px;
    padding: 10px;
    padding-top: 20px;
    position: relative;
}
.extra-text .block.no-image {
    width: 27%;
    float: left;
    margin-top: 20px;
    margin-left: 3.3% !important;
    padding: 10px;
    position: relative;
}
.extra-text .block div {
    padding: 25px 40px 0px 5px;
    height: 305px;
}
.extra-text .block.no-image div {
    padding: 10px;
    height: 390px;
}
.extra-text .block > b {
    margin-bottom: 10px;
    display: block;
    margin-left: -30px;
    width: 100%;
    text-align: center !important;
}
.extra-text .block.no-image > b {
    margin-left: 0px;
}
.extra-text .block.first {
    margin-left: 50px;
    z-index: 10;
}
.extra-text .block.first div {
    background-image: url(../images/pointer1.png);
    -moz-background-size: 100%;
    background-size: 100%;
    color: #fff;
}
.extra-text .block.first.no-image div {
    background-image: none !important;
    background-color: #FAAA2D;
    color: #2C2F31;
}
.extra-text .block.second {
    margin-left: -25px;
    z-index: 9;
}
.extra-text .block.second div {
    background-image: url(../images/pointer2.png);
    -moz-background-size: 100%;
    background-size: 100%;
    padding-top: 50px;
    height: 280px;
}
.extra-text .block.second.no-image div {
    background-image: none !important;
    background-color: #2698CC;
    color: #fff;
    padding: 10px;
    padding-top: 20px;
    height: 380px;
}
.extra-text .block.third {
    margin-left: -25px;
    z-index: 8;
}
.extra-text .block.third div {
    background-image: url(../images/pointer3.png);
    -moz-background-size: 100%;
    background-size: 100%;
    padding-top: 50px;
    height: 280px;
    color: #2C2F31;
}
.extra-text .block.third.no-image div {
    background-image: none !important;
    background-color: #FAAA2D;
    color: #2C2F31;
    padding: 10px;
    padding-top: 15px;
    height: 385px;
}
.extra-text .title {
    text-align: center;
}
.extra-text img {
    float: right;
    margin-left: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}
.extra-text span.formula {
    display: inline-block;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: solid 1px #2698cc;
}
.extra-text span.formula i {
    font-size: 24px;
    font-weight: bold;
    color: #2698cc;
}
.extra-text:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    top: -60px;
    width: 0;
    position: relative;
    pointer-events: none;
    border-color: rgba(220, 220, 220, 0);
    border-bottom-color: rgb(230, 230, 230);
    border-width: 30px;
    margin-left: -30px;
}
#mca-metrics-extra-text:before {
    left: 545px;
}
#mca-method-extra-text:before {
    left: 295px;
}
.access {
    float: right;
    font-size: 18px;
    margin-top: 22px;
}
.access a.first-level-link {
    color: #999;
}
.access .first-level {
    position: relative;
}
.access .first-level .second-level {
    display: none;
    position: absolute;
    top: 41px;
    min-width: 306px;
    padding: 8px 10px 8px 10px;
    right: -10px;
    background-color: #f8f8f8;
    border: 1px solid #dcdfe2;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
}
.access .second-level li {
    max-width: 131px;
}
.access .second-level li.error {
    max-width: 240px;
    display: none;
}
.access .second-level li.error .error-text {
    color: #c00;
    font-size: 12px;
    line-height: 15px;
    padding: 0 2px;
}
.access .first-level .second-level .top-bg {
    position: absolute;
    display: block;
    width: 46px;
    height: 18px;
    right: 43px;
    top: -18px;
    background: url(../images/access-list-top-bg.png) no-repeat;
}
.access .first-level .second-level input {
    background-color: #f8f8f8;
    border: 1px solid #dcdfe2;
    display: inline-block;
    padding: 2px 10px 3px;
    color: #999;
    font-size: 15px;
    max-width: 109px;
    font-family: 'Open Sans',sans-serif;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
}
.access .first-level .second-level input.login {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.access .first-level .second-level input.password {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.access .first-level .second-level .login-button {
    width: 24px;
    height: 24px;
    background: url(../images/login-button.png) no-repeat;
    margin: 2px 0 0 10px;
}
.dotted-bg {
    background: url(../images/dotted-bg-middle.png) repeat-x;
    display: inline-block;
    height: 35px;
    padding: 7px 10px 0;
    position: relative;
}
.dotted-bg .left-corner, .dotted-bg .right-corner {
    top: 0;
    display: inline-block;
    height: 34px;
    position: absolute;
}
.dotted-bg .left-corner {
    background: url(../images/dotted-bg-left-corner.png) no-repeat;
    left: -3px;
    width: 3px;
}
.dotted-bg .right-corner {
    background: url(../images/dotted-bg-right-corner.png) no-repeat;
    right: -4px;
    width: 4px;
}
.push-footer {
    height: 183px;
}
footer {
    background: #2d2e38;
    padding: 15px 0 0 0;
    min-height: 168px;
}
footer ul li, footer ul li a {
    color: #fff;
}
footer ul li a:visited {
    color: #fff;
}
.footer-left-box {
    margin-right: 45px;
}
.footer-left-box .footer-logo {
    margin-bottom: 50px;
}
.footer-left-box .footer-slogan {
    color: #2898ce;
    font-size: 20px;
    font-family: 'Open Sans',sans-serif;
}
.footer-center-box ul li a.footer-home {
    background: url(../images/footer-home-icon.png) no-repeat;
    display: block;
    width: 15px;
    height: 14px;
}
.footer-center-box ul li a {
    font-size: 14px;
}
.footer-center-box ul li.level-one a {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 14px;
}
.footer-center-box ul li.level-one a:hover, .footer-bottom ul li a:hover {
    color: #2898ce;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    transition-duration: .2s;
    background: none;
}
.footer-us-list li a {
    line-height: 20px;
    padding: 0 8px;
    min-width: 75px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 7px;
}
.footer-us-list li a:hover {
    background: #2898ce;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    transition-duration: .2s;
    color: #fff;
}
.footer-right-box {
    width: 145px;
}
.footer-right-box p {
    color: #ccc;
    font-size: 12px;
}
.page-title {
    margin: 0 0 20px 0;
}
.page-title p {
    font-size: 40px;
    color: #2c2c38;
    line-height: 1.2;
    padding: 0 65px;
}
.page-content .technology-logo, .page-content .separator, .page-content .technology-description {
    display: inline-block;
    vertical-align: top;
}
.separator {
    margin: 27px 0 0 0;
}
.page-content .technology-description, .page-content .technology-logo {
    margin-top: 22px;
}
.page-content .technology-description {
    max-width: 440px;
    margin-bottom: 50px;
}
.page-content .technology-description p {
    font-size: 22px;
}
.page-content .technology-description .button {
    margin: 20px 0 0 100px;
}
.technology-description .tooltip-trigger {
    line-height: 26px;
}
.technology-description .tooltip-wrapper {
    color: #fff;
    width: 260px !important;
    left: -139px !important;
    background-position: 130px bottom !important;
}
.technology-description .tooltip-trigger .tooltip-content {
    padding: 5px 10px !important;
}
.technology-description .tooltip-arrow {
    color: #fff;
    bottom: -11px !important;
    left: 139px !important;
}
.people-container .tooltip-trigger {
    line-height: 1px;
    font-size: 24px;
    color: #3a7fb8;
}
.people-container .tooltip-wrapper {
    width: 205px !important;
    left: -112px !important;
    top: -22px !important;
    color: #fff;
    background-position: 102px bottom !important;
}
.people-container .tooltip-trigger .tooltip-content {
    color: #fff !important;
}
.people-container .tooltip-arrow {
    font-size: 24px !important;
    color: #fff;
    bottom: -11px !important;
    left: 112px !important;
}
.page-bottom {
    padding-top: 30px;
    background: url(../images/border-shadow.png) no-repeat;
}
.page-bottom p.blue {
    font-size: 25px;
}
.page-bottom p.black-heading {
    font-size: 30px;
}
.bottom-button {
    display: inline-block;
    background: url(../images/next-button.png) no-repeat;
    width: 70px;
    height: 70px;
}
.technology-description .dotted-bg {
    padding: 0;
    margin-left: 5px;
}
.lightbulb {
    display: inline-block;
    width: 21px;
    height: 25px;
    background: url(../images/lightbulb.png) no-repeat;
    position: relative;
    top: 3px;
}
.navigation-bullets {
    position: fixed;
    right: 20px;
    top: 230px;
    z-index: 3;
}
.navigation-bullets li a {
    width: 12px;
    height: 12px;
    display: block;
    background: url(../images/black-dot.png) no-repeat;
    margin-bottom: 15px;
    position: relative;
}
.navigation-bullets li a .navigation-bullets-tooltip {
    position: absolute;
    right: 20px;
    top: -2px;
    display: block;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 2px 10px 2px 10px;
    line-height: 1;
    background-color: #f8f8f8;
    border: 1px solid #dcdfe2;
    color: #999;
    min-width: 129px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.navigation-bullets li a .navigation-bullets-tooltip .tooltip-right-corner {
    display: block;
    width: 4px;
    height: 9px;
    position: absolute;
    right: -5px;
    top: 4px;
    background: url(../images/navigation-bullets-tooltip.png) no-repeat;
}
.navigation-bullets li.current a {
    background: url(../images/gray-dot.png) no-repeat;
}
.better-marketing-container {
    background: url(../images/marketing-bg.png) repeat-x;
}
.better-marketing-container .page-title {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 25px;
}
.better-marketing-container .page-bottom {
    padding: 20px 10px 0;
}
.marketing-main-container {
    width: 2900px;
    overflow: hidden;
    padding: 0;
}
.marketing-step-container {
    margin: 56px 50px 0 78px;
}
.marketing-step-container, .marketing-image-container, .marketing-step-container a.prev, .marketing-step-container a.next, .marketing-step-container img, .marketing-current-step, .marketing-slider-container, .marketing-step-container a.prevDisabled, .marketing-step-container a.nextDisabled, .marketing-container {
    display: inline-block;
    vertical-align: top;
}
.marketing-slider-container, .marketing-main-container {
    overflow: hidden;
    font-size: 0;
}
.marketing-container {
    position: relative;
    left: 0;
    width: 640px;   
}
.marketing-current-step {
    width: 122px;
    height: 122px;
    background: url(../images/current-step.png) no-repeat;
}
.marketing-current-step ul li {
    display: none;
    font-size: 80px;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    margin-top: 17px;
    line-height: 1;
    width: 120px;
    text-align: center;
}
.marketing-current-step ul li.active {
    display: block;
}
.marketing-step-container a.prev, .marketing-step-container a.next, .marketing-step-container a.prevDisabled, .marketing-step-container a.nextDisabled {
    width: 30px;
    height: 30px;
    margin-top: 45px;
}
.marketing-step-container a.prev, .marketing-step-container a.prevDisabled {
    margin-right: 15px;
}
.marketing-step-container a.prev {
    background: url(../images/marketing-prev-arrow.png) no-repeat;
}
.marketing-step-container a.prevDisabled {
    background: url(../images/marketing-prev-arrow-disabled.png) no-repeat;
    cursor: default;
}
.marketing-step-container a.next, .marketing-step-container a.nextDisabled {
    margin-left: 14px;
}
.marketing-step-container a.next {
    background: url(../images/marketing-next-arrow.png) no-repeat;
}
.marketing-step-container a.nextDisabled {
    background: url(../images/marketing-next-arrow-disabled.png) no-repeat;
    cursor: default;
}
.marketing-subtitle {
    font-size: 30px;
    margin: 20px 0 20px 0;
}
.marketing-step-1-chart {
    position: relative;
    background: url(../images/chart-frame.png) no-repeat;
    width: 455px;
    height: 231px;
}
.marketing-step-1-chart .chart-columns {
    position: absolute;
    bottom: 17px;
    display: block;
    font-size: 0;
    padding: 0 65px 0 70px;
    height: 213px;
}

.step-description span {
    color: #fff;
    font-size: 24px;
}
.marketing-step-1-chart .chart-columns li {
    margin-right: 29px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 213px;
}
.marketing-step-1-chart .chart-columns li.first-column {
    left: 65px;
}
.marketing-step-1-chart .chart-columns li.second-column {
    left: 114px;
}
.marketing-step-1-chart .chart-columns li.third-column {
    left: 163px;
}
.marketing-step-1-chart .chart-columns li.fourth-column {
    left: 212px;
}
.marketing-step-1-chart .chart-columns li.fifth-column {
    left: 261px;
}
.marketing-step-1-chart .chart-columns li.sixth-column {
    left: 310px;
}
.marketing-step-1-chart .chart-columns li.seventh-column {
    left: 359px;
}
.marketing-step-1-chart .chart-columns li.last {
    margin-right: 0;
}
.marketing-step-1-chart .chart-columns li .column-bg {
    width: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    background: #3881ba;
    background: -moz-linear-gradient(top,#3881ba 0 #f8fbfd 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0 #3881ba),color-stop(100%,#f8fbfd));
    background: -webkit-linear-gradient(top,#3881ba 0 #f8fbfd 100%);
    background: -o-linear-gradient(top,#3881ba 0 #f8fbfd 100%);
    background: -ms-linear-gradient(top,#3881ba 0 #f8fbfd 100%);
    background: linear-gradient(to bottom,#3881ba 0,#f8fbfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3881ba',endColorstr='#f8fbfd',GradientType=0);
}
.marketing-step-1-chart .chart-columns li .green-dot {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 21px;
    height: 21px;
    background: url(../images/green-dot.png) no-repeat;
    position: absolute;
    display: block;
    bottom: 0;
}
.marketing-step-1-chart-legend {
    position: absolute;
    top: 30px;
    right: -17px;
}
.marketing-step-1-chart-legend span {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 65px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.marketing-step-1-chart-legend .legend-bes {
    background: url(../images/chart-legend-bes.png) no-repeat;
}
.marketing-step-1-chart-legend .legend-ms {
    background: url(../images/chart-legend-ms.png) no-repeat;
}
.marketing-step-1-chart-path {
    height: 69px;
    background: url(../images/chart-path.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 75px;
}
.marketing-container.step-2 .page-content {
    position: relative;
}
#marketing-step-2-donut-chart {
    left: 179px;
    position: absolute;
    top: -10px;
    z-index: 3;
}
.marketing-container.step-2 .marketing-subtitle {
    left: 0;
    position: absolute;
    top: 255px;
}
.marketing-step-2-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 461px;
    height: 264px;
    background: url(../images/marketing-step-2-border.png) no-repeat;
    z-index: 1;
}
.marketing-step-2-donut-chart-legend {
    left: 30px;
    position: absolute;
    top: 48px;
    z-index: 3;
}
.marketing-step-2-donut-chart-legend ul li {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.marketing-step-2-donut-chart-legend ul li.mass-media {
    color: #b4d278;
}
.marketing-step-2-donut-chart-legend ul li.indirect {
    color: #fc3;
}
.marketing-step-2-donut-chart-legend ul li.digital {
    color: #d7203d;
}
.marketing-step-2-donut-chart-legend ul li.sponsorship {
    color: #70adae;
}
.marketing-step-2-donut-chart-legend ul li.point-of-purchase {
    color: #8a8acb;
}
.marketing-step-2-donut-chart-legend ul li.direct-contacts {
    color: #72b6e5;
}
.marketing-container.step-3 .marketing-image-container {
    position: relative;
    background: url(../images/marketing-step3-bg.png) no-repeat;
    width: 505px;
    height: 330px;
}
.marketing-container.step-3 .marketing-image-container .marketing-subtitle {
    margin-top: 278px;
}
.marketing-step-3-people span {
    position: absolute;
    margin-bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.marketing-step-3-people .ceo {
    top: 12px;
    left: 13px;
}
.marketing-step-3-people .cmo {
    top: 32px;
    left: 110px;
}
.marketing-step-3-people .cfo {
    top: 97px;
    left: 54px;
}
.marketing-step-3-people .global-experts {
    top: 17px;
    right: 27px;
}
.marketing-step-3-people .local-marketeers {
    top: 137px;
    right: 65px;
}
.accountable-marketing-container-parallax.one-page {
    width: 100%;
    height: auto;
}
.accountable-marketing-container-parallax {
    margin-bottom: 1120px;
}
.accountable-marketing-container {
    background: #2998cf;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 80px;
    padding-top: 40px;
}
.accountable-marketing-container .page-title {
    margin-bottom: 10px;
}
.accountable-marketing-container .page-title p {
    font-size: 50px;
    padding: 0;
}
.accountable-marketing-container .page-title p, .accountable-marketing-container .page-subtitle p, .accountable-marketing-container .page-bottom p {
    color: #fff;
}
.accountable-marketing-container .page-subtitle {
    height: 105px;
}
.accountable-marketing-container .page-subtitle p {
    font-size: 35px;
    max-width: 715px;
    margin: auto;
}
.page-subtitle p.second {
    opacity: 0;
    font-size: 0;
}
.accountable-main-container {
    position: relative;
}
.accountable-marketing-container .page-bottom p {
    font-size: 36px;
}
.light-blue {
    color: #93cce6;
}
.page-bottom.blue-bottom {
    background: url("../images/page-bottom-blue.png") no-repeat top center;
}
.accountable-left-box, .accountable-center-box, .accountable-right-box {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px !important;
    position: relative;
    top: 0;
}
.accountable-left-box {
    margin: 0 0 0 65px;
    position: relative;
    width: 329px;
}
.accountable-center-box {
    margin: 45px 40px 0 40px;
}
.accountable-right-box {
    margin: 0 0 0 0;
    top: 100px;
}
.accountable-left-box p, .accountable-right-box p {
    color: #fff;
    line-height: 1.1;
    position: relative;
}
.accountable-left-box p.accountable-larger-text {
    font-size: 100px;
    top: -30px;
    line-height: 1;
    right: 115px;
}
.accountable-left-box p.accountable-large-text {
    font-size: 49px;
    margin-top: 7px;
    right: 115px;
}
.accountable-left-box p.accountable-medium-text {
    font-size: 29px;
    right: 68px;
    width: 281px;
}
.accountable-left-box p.accountable-last-text, .accountable-right-box p.accountable-last-text, .accountable-right-box p.accountable-convert-into-sales {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 0;
}
.accountable-right-box p.accountable-convert-into-sales {
    position: absolute;
    right: -320px;
}
.accountable-center-box {
    width: 110px;
}
.accountable-center-box ul li {
    border-bottom: 1px solid #94cce7;
    margin-bottom: 20px;
}
.accountable-right-box-arrow img {
    width: 193px;
}
.accountable-right-box p.accountable-output {
    font-size: 60px;
    margin-left: 65px;
    position: relative;
    top: 10px;
}
.accountable-right-box p.accountable-results {
    font-size: 24px;
    margin-left: 65px;
    position: relative;
    top: 15px;
}
.accountable-right-box p.accountable-small-text {
    font-size: 18px;
    margin-left: 65px;
    position: relative;
    top: 17px;
}
.ov-height {
    height: 700px !important;
}
.form-container.one-page-submenu {
    padding-top: 100px;
}
.form-container .page-title{
    padding: 0 10px;
}
.form-container .page-title p {
    padding: 0;
}
.form-wrapper {
    width: 620px;
    float: right;
    margin: 0 50px 0 0;
}
.form-row {
    margin: 0 0 8px 0;
}
.form-row label {
    display: inline-block;
    width: 260px;
    margin: 0 0 0 30px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: inset 0 0 6px 1px #2d94c9;
    -webkit-box-shadow: inset 0 0 6px 1px rgba(45,148,201,.2);
    box-shadow: inset 0 0 6px 1px #2d94c9;
    box-shadow: inset 0 0 6px 1px rgba(45,148,201,.2);
    vertical-align: top;
}
.form-row label:first-child {
    margin-left: 0;
}
.form-row .label-text {
    color: #666;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 1.4em;
    display: block;
}
.form-row input[type=text], .form-row input[type=password], .form-row textarea {
    color: #2c92c9;
    font-size: 15px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    font-family: "OpenSans-CondBold","Trebuchet MS",sans-serif;
}
.form-row .valid .validation-icon {
    background: transparent url(../images/form-validation-correct.png) no-repeat center center;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 15px;
    height: 15px;
    display: block;
}
.form-row .error .validation-icon {
    background: transparent url(../images/form-validation-error.png) no-repeat center center;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 15px;
    height: 15px;
    display: block;
}
.form-row label > span.error {
    position: absolute;
    top: 4px;
    right: 25px;
    font-size: 11px;
    line-height: 15px;
    padding: 0 2px;
    color: #c00;
}
.form-row.submit {
    margin: 12px 0 12px 0;
}
.form-row input.primary-button[type=submit], .form-row input.primary-button[type=button], .form-row button.primary-button {
    font-size: 22px;
    border-radius: 10px;
    padding: 4px 20px 5px 20px;
}

#contactMessageSentModal, #successDownloadModal, #contactMessageNotSentModal, #unsuccessDownloadModal, #errorModal {
    height: 120px;
    padding: 15px 40px;
}
#contactMessageSentModal .page-content, #successDownloadModal .page-content, #contactMessageNotSentModal .page-content, #unsuccessDownloadModal .page-content, #errorModal .page-content {
    
}
#contactMessageSentModal p, #successDownloadModal p, #contactMessageNotSentModal p, #unsuccessDownloadModal p, #errorModal p {
    font-family: 'Open Sans','Trebuchet MS',sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    margin: 15px 0;
}

.side-message label {
    background: #fff;
    box-shadow: inset 0px 0px 6px 1px rgba(153, 204, 51, 0.2);
}
.side-message button {
    background: #2d2e38;
}
.announcment-message{
    width: 100%;
    height: 270px;
    padding: 15px 0 30px 0;
    position: relative;
    background:white;
    margin-bottom:0px;
}
.announcment-message label {
    background: #fff;
    box-shadow: inset 0px 0px 6px 1px rgba(153, 204, 51, 0.2);
}
.announcment-message button {
    background: #2d2e38;
}
#webinar-cnt .side-message-inner {
    padding-top: 40px;
}
#webinar-cnt .msg-text {
    font-size: 16.5px;
    line-height: 1.2em;
}
#webinar-cnt .bottom-message {
    margin: -45px 0 10px 0;
}
.bottom-message {
    width: 332px;
    height: 172px;
    padding: 0 0 0 49px;
    position: relative;
    display: inline-block;
    margin: -35px 0 10px 0;
}
.bottom-message-inner {
    padding: 5px 5px 10px 15px;
    background: #3a7fb8;
    border: 1px solid #ccc;
    width: 310px;
    height: 155px;
    position: relative;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
}
.bottom-message-arrow {
    width: 49px;
    height: 42px;
    background: transparent url(../images/blue-bubble-arrow.png) no-repeat 0 0;
    position: absolute;
    top: 40px;
    left: 1px;
}
.msg-text {
    width: 125px;
    display: inline-block;
    font-size: 16px;
}
.msg-badge a {
    color: #fff;
    font-size: 16px;
}
.msg-badge a:hover {
    color: rgb(153, 204, 51);
}
.msg-image {
    position: absolute;
    top: -45px;
    left: 150px;
}
.msg-badge {
    width: 82px;
    height: 62px;
    padding: 49px 34px 34px 34px;
    background: transparent url(../images/blue-badge.png) no-repeat center center;
    position: absolute;
    top: -40px;
    right: -68px;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.modal-image {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.reveal-modal section{
    max-width: 960px;
    margin: 0 auto;
}

.bottom-bg-image {
    display: inline-block;
    vertical-align: top;
}
.tooltip-trigger {
    font-size: 30px;
    line-height: 36px;
    cursor: pointer;
    position: relative;
}
.tooltip-trigger .tooltip-wrapper {
    width: 400px;
    display: none;
    background: transparent url(../images/tooltip-bottom-arrow.png) no-repeat 70px bottom;
    position: absolute;
    left: -79px;
    top: -38px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding: 0 0 18px 0;
    z-index: 100;
}
.tooltip-trigger .tooltip-content {
    padding: 5px 15px;
    background: #3a7fb8;
    border-radius: 10px;
    display: block;
    font-style: italic;
}
.tooltip-trigger .tooltip-content-author {
    font-style: normal;
}
.tooltip-trigger .tooltip-arrow {
    position: absolute;
    bottom: -13px;
    left: 79px;
    font-size: 30px;
    line-height: 36px;
}
.tooltip-trigger:hover .tooltip-wrapper {
    display: block;
}
.download-trigger {
    position: absolute;
    right: 5px;
    bottom: 20px;
}
.download-trigger .primary-button.trigger-link {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.download-form {
    display: none;
    background: #9c3;
    padding: 10px 10px 15px 10px;
    border-radius: 7px;
    position: absolute;
    bottom: -15px;
    right: -10px;
    z-index: 3;
    overflow: hidden;
    width: 400px;
    -webkit-box-shadow: 0 0 7px 2px #ccc;
    -webkit-box-shadow: 0 0 7px 2px rgba(204,204,204,.3);
    box-shadow: 0 0 7px 2px #ccc;
    box-shadow: 0 0 7px 2px rgba(204,204,204,.3);
}
.download-form input[type=text] {
    width: 260px;
    padding: 5px;
    border-radius: 7px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
    background: #fff;
    font-family: "OpenSans-CondBold","Trebuchet MS",sans-serif;
}
.download-form .primary-button.action-button {
    background: #2d2e38;
    border: 1px solid #2d2e38;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.download-form .error {
    color: #c00;
    font-size: 11px;
    line-height: 15px;
    padding: 0 2px;
    position: absolute;
    bottom: 0;
    left: 10px;
    display: none;
}
.download-form .sending-file-message {
    color: #c00;
    font-size: 11px;
    line-height: 15px;
    padding: 0 2px;
    position: absolute;
    bottom: 0;
    left: 10px;
    display: none;
}
.snapshot-container.one-page-submenu {
    /*background: transparent url(../images/snapshot-bg.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;  */
    padding-top: 110px;
}

.subimage-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}

.quicklook-container {
    background: transparent url(../images/modal-bg.png) repeat 0 0;
}
.quicklook-container .page-title {
    margin: 0 0 15px 0;
}
.quicklook-container .page-subtitle {
    margin: 15px 0;
}
.quicklook-container .page-subtitle p {
    font-size: 22px;
    line-height: 1.3em;
    margin: 15px 0 15px 0;
    color: #2c2c38;
}
.quicklook-container .page-subtitle p.blue {
    color: #2698cc;
    font-size: 26px;
}
.quicklook-container .page-subtitle .small-subtitle-text {
    font-size: 16px;
    font-family: 'Open Sans','Trebuchet MS',sans-serif;
}
p sup {
    vertical-align: super;
}
.custom-bullets-list {
    margin: 15px 0;
}
.custom-bullets-list > li {
    margin: 10px 0 0 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    padding: 0 0 0 25px;
    background: transparent url(../images/rectangle-blue-bullet.png) no-repeat 0 6px;
}
.custom-bullets-list > li:first-child {
    margin-top: 0;
}
.videoBG_wrapper {
    background: #000;
    background: rgba(0,0,0,.35);
}
.system-ready-page-container .page-title {
    margin: 0;
    padding: 0 10px;
}
.system-ready-page-container .page-title p {
    color: #fff;
}
.system-properties {
    position: relative;
    height: 75px;    
    margin: 20px 0;
}
.system-properties ul {
    text-align: center;
}
.system-properties ul li {
    width: 25%;
    height: 75px;
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.system-overall-description p {
    margin: 1em 0;
}
.system-overall-description .system-left {
    width: 380px;
    padding: 0 60px 0 0;
    min-height: 170px;
    background: transparent url(../images/brace.png) no-repeat center right;
    font-size: 35px;
    line-height: 1.3em;
    color: #fff;
    float: left;
}
.system-overall-description .system-right {
    width: 460px;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
    padding: 0 0 0 40px;
    float: left;
}
.system-overall-description .system-right p:first-child {
    margin-top: 0;
}
.system-ready-page-container .button {
    float: right;
    margin: 10px 35px 10px 0;
}
.system-ready-page-container .page-bottom {
    color: #fff;
    background-image: none;
    clear: both;
    padding-top: 5px;
}

#quicklookModal {
    background-image: none;
    background-color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    color: #2c2c38;
}
#quicklookModal p {
    margin: 12px 0 0 0;
}
#quicklookModal .page-title {
    margin: 10px auto 20px;
}       
.modal-inner-col {
    float: left;
    width: 40%;
    margin: 40px 5%;
}
.modal-inner-col .modal-col-title {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Open Sans Condensed',sans-serif;
    margin: 0 0 10px 0;
}
.number {
    background: #2898ce;
    border-radius: 45px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.modal-inner-col .modal-col-content {
    clear: both;
    margin: 15px 0 0 0;
}
.modal-inner-col.left .modal-col-title {
    padding: 0 0 0 75px;
    float: right;
    text-align: right;
}
.modal-inner-col.left .number {
    position: absolute;
    top: 3px;
    left: 10px;
}
.modal-inner-col.right .modal-col-title {
    padding: 0 75px 0 0;
    float: left;
}
.modal-inner-col.right .number {
    position: absolute;
    top: 3px;
    right: 10px;
}

.legal-page {
    background: transparent url(../images/modal-bg.png) repeat 0 0;
    padding-top: 110px;
}
.legal-page .main-content-container p {
    font-size: 14px;
    margin: 15px 0;
}
.legal-page .main-content-container .custom-bullets-list > li {
    font-size: 14px;
    margin: 6px 0 0 0;
}
.fullbackground {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#chartReplacement {
    width: 305px;
    height: 290px;
    margin-left: 30px;
    margin-top: 20px;
    display: block;
}
.inside-span-overlay {
    background: #fff;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    display: block;
}
.flash-news {
    width: 125px;
    padding-right: 35px;
    text-align: left;
    height: 33px;
}
.flash-news .first-level-link {
    background: url("../images/star-green.png") no-repeat center right;
    height: 30px;
    padding-right: 30px;
    margin-right: 10px!important;
  
}
.flash-news .first-level-link span {
    color: #99CC33;
}
.flash-news .first-level-link .selected {
    background-image: url("../images/star.png");
}
.flash-news-body {
    left: 400px;
    top: -10px;
    position: absolute;
    z-index: 11;
    width: 530px;
    border: 4px solid #999;
    border-radius: 15px;
    background: #fff;
    padding: 25px;
    padding-left: 15px;
	padding-bottom:10px;
    display: none;
    box-shadow: 0 0 10px #ccc;
}
.flash-news .second-level li {
    display: block !important;
}
.news-image {
    height: 220px;
    width: 130px;
    margin-right: 10px;
    padding: 5px;
    position: relative;
}
.news-image img {
    width: 130px;
    position: absolute;
    top: 50%;
    margin-top: -84px;
}
.news-image.wide, .news-image.wide img {
    width: 200px;
}
.news-image.short {
    height: 180px;
    width: 140px;
}
.news-image.short img {
    margin-top: -60px;
    width: 140px;
}
.flash-text {
    margin-left: 220px;
}
.blue-border {
    border: 2px solid #2698cc;
    border-radius: 10px;
}
.flash-close {
    position: absolute;
    z-index: 3;
    left: 555px;
    top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.flash-news-body .global-marketer-logo {
    float: left;
    width: 270px;
    height: 71px;
    margin-top: 5px;
}
.flash-news-body .join-us {
    float: right;
    height: 71px;
    color: #2698cc;
    font-size: 28px;
    width: 200px;
    line-height: 1.1em;
}
.flash-news-body .text-container {
    min-height: 145px;
    font-size: 18px;
    line-height: 1.4em;
}
.flash-news-body .header {
    height: 71px;
    color: #2698cc;
    font-size: 38px;
    line-height: 1em;
    width: 100%;
}
.logo-container img {
    max-height: 50px;
    margin-right: 10px;
    padding: 2px;
}
.flash-news-body .long-image {
    padding-top: 10px;
    padding-bottom: 10px;
}
.flash-news-body .long-image img {
    width: 250px;
}
p.small-text {
    font-size: 14px !important;
}
.flash-news-body .header.short {
    height: 51px;
}
.flash-news-body .bottom {
    float: right;
    width: 100%;
    height: 45px;
    border-top: 2px solid #999;
    padding-top: 7px;
    margin-top: 10px;
}
.collaboration {
    line-height: 1em;
    float: right;
    width: 30%;
    font-size: 18px;
}
.collaboration img {
    margin-top: 0;
    float: right;
    margin-right: 10px;
    margin-left: 5px;
}
.intlogo {
    float: left;
    width: 125px;
    margin-top: 10px;
}
.intlogo img {
    width: 125px;
}
.collaboration img {
    margin-top: 5px;
}
.clkabl {
    cursor: pointer;
}
.hidden {
    display: none;
}
#webinar-cnt .form-row.submit {
    margin-bottom: 58px;
}
#webinar-cnt .page-title p {
    font-size: 38px;
}
.radio-row select {
    padding: 2px;
    width: 260px;
    color: #333;
    background-color: transparent;
    font-size: 14px;
}
.radio-row input[type="radio"] {
    display: none;
}
.radio-row .radio-label {
    display: inline-block;
    background-color: #eee;
    color: #333;
    padding: 0;
    font-size: 14px;
    width: 125px;
    text-align: center;
    cursor: pointer;
    margin-left: 1px;
}
.radio-row input[type="radio"]:checked + label {
    background-color: #bbb;
    color: #222;
}
#dateSelection {
    display: none;
    height: 200px;
    overflow: auto;
}
.expanded {
    position: absolute !important;
    background-color: #fff;
    z-index: 10;
}
.list-dates {
    cursor: pointer;
    overflow: auto !important;
}
.list-dates li:hover {
    background-color: #eee;
}
.list-dates li.selected {
    background-color: #bbb;
}
.non-sel {
    background-color: #eee;
    text-decoration: underline;
    margin-top: 5px;
}
.red {
    color: red;
}
#triangle {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
    position: relative;
    top: 117px;
    z-index: 100;
}
#triangle-text {
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    width: 90px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 130px;
    left: 5px;
    z-index: 100;
}
#registrationModal {
    background-image: none;
    background-color: #fff;
    font-size: 17px;
    line-height: 1.3em;
    color: #2c2c38;
}
#registrationModal .page-title p {
    font-size: 28px;
    margin: 20px;
}
.page-logo-header {
    margin: 25px;
}
.sel-table {
    border: #222 solid 1px;
    padding: 5px;
    width: 600px;
}
.sel-table tr, .sel-table td, .sel-table th {
    border: #222 solid 1px;
    padding: 3px;
    text-align: center;
}
.sel-table th {
    text-decoration: underline;
}
.sel {
    text-align: center;
    margin: 20px auto;
    width: 600px;
}
.sel select {
    width: 100%;
    font-family: 'Open Sans Condensed','Trebuchet MS',sans-serif;
}
#sel-text {
    font-size: 20px;
    text-decoration: underline;
}
#input-city {
    font-size: 16px;
    border-bottom: #2285c4 solid 1px;
}
#countries {
    width: 450px;
    height: 100px;
    overflow: auto;
    font-size: 18px;
}
#countries ul li {
    width: 380px;
    cursor: pointer;
}
#countries ul li:hover {
    background-color: #fff;
}
#dssModal h1 {
    font-size: 24px;
    margin-bottom: 5px;
}
#dssModal h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.individual-links li a:hover {
    color: #2898ce !important;
}
.hover-bright {
    background-color: black;
    margin-top: 20px;
}
.hover-bright img {
    float: left;
    opacity: 0.7;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.hover-bright:hover img {
    opacity: 1;
}
.petit-flag img {
    top: 4px;
    position: relative;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: solid 2px #333;
    border-radius: 2px;
}
.petit-flag:hover img {
    border: solid 2px #fff;
}
#main {
    position: absolute;
    background-image: url('../20/style/Home-Page-Final.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#celebration {
    position: absolute;
    background-image: url('../20/style/celebration.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#imc {
    position: absolute;
    background-image: url('../20/style/imc.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#sigma {
    position: absolute;
    background-image: url('../20/style/sigma.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#spray {
    position: absolute;
    background-image: url('../20/style/spray.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#enter {
    position: absolute;
    background-image: url('../20/style/enter.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#back {
    position: absolute;
    background-image: url('../20/style/back.png');
    width: 940px;
    margin-left: -41px;
    min-height: 481px;
    margin-top: -15px;
}
#enterbtn {
    position: absolute;
    width: 240px;
    margin-left: -278px;
    min-height: 100px;
    margin-top: 81px;
    left: 577px;
    top: 199px;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    border-color: transparent;
}
#backbtn {
    position: absolute;
    width: 98px;
    margin-left: -121px;
    min-height: 45px;
    margin-top: 110px;
    left: 577px;
    top: 291px;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    border-color: transparent;
}
.dropdown{
    display: inline-block;
    margin: 20px 50px;
}
.dropdown label, .dropdown ul li{
    display: block;
    width: 190px;
    background: #fff;
    padding: 4px 20px;

}
#toggle1 :hover {
    background:   #9c3;
}
.dropdown label:hover{
    background:  #9c3;
    color: white;
    cursor: pointer;
}
.dropdown ul li span:hover {
    background:  white;
    color: #2698cc;
    cursor: pointer;
}
.dropdown label{
    color: white;
    position: relative;
    background:  #2d2e38;
    z-index: 2;
}
.dropdown input ~ ul{
    position: relative;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    z-index: 1;
    margin:0px;
}
.dropdown input:checked + label{
    background:  #2d2e38;
    color: white;
}
.dropdown input:checked ~ ul{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.animate{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */
}
.dropdown input:checked ~ ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}
#submitrequest {
    margin-left: 50%;
    color: white;
    background-color: #2d2e38;
    width: 100px;
}
.social-slide {
    background-image: url('path/to/image.png');
    height: 48px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide:hover {
    background-position: 0px -48px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.social-roll {
    background-image: url('path/to/gray/image.png');
    height: 48px;
    width: 48px;
    margin: 10px;
    float: left;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-roll:hover {
    background-image: url('path/to/color/image.png');
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}
.social-popout {
    height: 48px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.social-popout img {
    border-radius: 50%;
    margin: 8px;
    width: 100%;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.social-popout img:hover {
    margin: 0px;
    box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);
}
#snapshot {
    overflow: hidden;
}
#text {
    position: relative;
}
.labels {
    color: #fff;
}
.continent {
    position: absolute;
}
.inpin {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(56,190,111, 0.5);
    position: relative;
}
#europe {
    top: 35%;
    left: 50%;
}
#europe .markets-details {
    top: -50px;
}
#europe .markets-details:after {
    top: 40px;
}
#northamerica {
    top: 35%;
    left: 18%;
}
#northamerica .markets-details {
    top: -50px;
}
#northamerica .markets-details:after {
    top: 40px;
}
#northamerica .upperpin {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    top: -150px;
    left: -100px;
}
#australia {
    top: 72%;
    left: 80%;
}
#australia .markets-details {
    height: 280px;
    top: -280px;
    left: auto;
    right: 340px;
}
#australia .markets-details:after {
    border-right-color: transparent;
    border-left-color: rgb(255, 255, 255);
    right: auto;
    left: 100%;
    top: 270px;
}
#southamerica {
    top: 70%;
    left: 32%;
}
#southamerica .markets-details {
    height: 280px;
    top: -280px;
    left: 40px;
}
#southamerica .markets-details:after {
    top: 270px;
}
#africa {
    top: 55%;
    left: 53%;
}
#africa .upperpin {
    top: -50px;
}
#africa .markets-details {
    height: 280px;
    top: -280px;
    left: 40px;
}
#africa .markets-details:after {
    top: 270px;
}
#asia {
    top: 44%;
    left: 65%;
}
#asia .upperpin {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    top: -200px;
    left: -100px;
}
.markets-details {
    z-index: 3;
    width: 300px;
    height: 300px;
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgb(45, 46, 56);
    position: relative;
    top: -170px;
    left: 40px;
    padding: 10px;
    color: rgb(45, 46, 56);
}
.markets-details:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255 255, 0);
    border-right-color: rgb(255, 255, 255);
    border-width: 20px;
    top: 50%;
    margin-top: -25px;
}
.nav-wrap {
    height: 25px;
    background-color: #ffffff;
    display: inline-block;
    float: right;
}
.details-wrap {
    overflow: hidden;
    position: relative;
    height: 250px;
    display: inline-block;
}
.dsep {
    float: left;
    width: 20px;
    margin-top: 1px;
}
.dsepin {
    border-left: 1px dotted #333;
    float: left;
    height: 26px;
    margin-left: 1px;
}
.pointer-wrap {
    margin-bottom: -10px;
    padding-top: 0;
}
.pointer {
    width: 30px;
    height: 30px;
    display: inline-block;
    top: 8px;
    position: relative;
    margin-right: 2px;
}
.pointer .pin {
    background-color: rgba(47,99,134, 0.5);
}
.showoff {
    display: inline-block;
}
.showoff span {
    font-size: 18px;
    color: #ddd;
}
.header-wrap {
    height: 25px;
    background-color: #ffffff;
    display: inline-block;
    border-bottom: 2px solid #333;
    width: 280px;
}
.header-wrap h1 {
    font-size: 16px;
    float: left;
    width: 50%;
}
.with-market h1 {
    width: 20% !important;
}
#northamerica .with-market h1,
#southamerica .with-market h1{
    width: 40% !important;
}
#southamerica .selecter,
#northamerica .selecter {
    width: 50% !important;
}
.header-wrap .close {
    font-size: 28px;
    float: left;
    margin-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1px;
    cursor: pointer;
}
.with-market .close {
    width: 10% !important;
}
.details {
    top: 0;
    position: relative;
    width: 300px;
}
.details tr th {
    width: 50%;
    padding: 2px;
    border: solid 1px #fff;
    text-align: left;
    font-weight: bold;
    background-color: #dbdbdb;
}
.details tr td {
    width: 50%;
    padding: 2px;
    border: solid 1px #fff;
    background-color: #ebebeb;
}
.details tr td.gray {
    background-color: #dbdbdb;
}
.details tr td.white {
    background-color: #fff;
}
.up, .down {
    border-style: solid;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 14px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.up {
    border-bottom-width: 1em;
    border-bottom-style: solid;
    border-bottom-color: rgb(45, 46, 56);
    bottom: 0.25em;
    float: right;
    margin-right: 7px;
}
.down {
    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: rgb(45, 46, 56);
    bottom: 0.25em;
    float: right;
    margin-top: 7px;
}
.indicator {
    position: absolute;
    top: 0;
    right: 4px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: rgb(45, 46, 56);
    z-index: 4;
}
.selecter-element {
    display: none;
}
.selecter {
    position: relative;
    float: left;
    z-index: 1;
    width: 70%;
}
.selecter .selecter-selected {
    background: #F9F9F9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAFCAYAAACw/UeDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAKwwAACsMBNCkkqwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANy8yMy8xMkOosCcAAABNSURBVBiVpc8xCgAhDETRHy+6VsmZ0q0nzTYqIqwWmSoMA4+Iu7/AwzlNVetl8xsBuEApYCIHKA0AlHGYWQXaCvQuHdmL/tFAiYg08gGYkBpnmSGB2wAAAABJRU5ErkJggg==') no-repeat right center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: relative;
    text-overflow: clip;
    z-index: 49;
}
.selecter .selecter-options {
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    margin: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    *width: auto;
    z-index: 50;
}
.selecter .selecter-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 1px 2px;
    text-overflow: ellipsis;
    width: 100%;
}
.selecter .selecter-item.selected, .selecter .selecter-item:hover {
    background: #F9F9F9;
}
.selecter .selecter-item.first {
    border-radius: 0;
}
.selecter .selecter-item.last {
    border-radius: 0 0 2px 2px;
    border-bottom: 0;
}

.mobile .selecter-element{
    width: 100%;
    background: #F9F9F9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAFCAYAAACw/UeDAAAABHNC…l8xsBuEApYCIHKA0AlHGYWQXaCvQuHdmL/tFAiYg08gGYkBpnmSGB2wAAAABJRU5ErkJggg==') no-repeat right center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: relative;
    text-overflow: clip;
    z-index: 49;
    display: block;
}
.selecter.mobile .selecter-selected{
    display: none;
}
.selecter.mobile .selecter-options{
    display: none;
}

#xmasmodal {
    height: 458px;
    width: 100%;
    background: #00d9d9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUwOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00d9d9 0%, #005091 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00d9d9), color-stop(100%,#005091)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00d9d9 0%,#005091 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00d9d9 0%,#005091 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00d9d9 0%,#005091 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00d9d9 0%,#005091 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9d9', endColorstr='#005091',GradientType=0 ); /* IE6-8 */
    color: #fff;
    border-bottom: solid 2px #00D3D6;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 102;
    display: none;
}
#xmasmodal .rectangle {
    width: 70%;
    height: 408px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 15%;
    top: 25px;
    text-align: center;
}
#xmasmodal .rectangle h2 {
    font-size: 25px;
    color: #535353;
    padding-top: 10px;
    margin-bottom: 25px;
}
#xmasmodal .images {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
#xmasmodal .aah {
    float: left;
    width: 40%;
    max-width: 345px;
    max-height: 216px;
    top: 50px;
}
#xmasmodal .kids {
    float: left;
    width: 55%;
    max-width: 501px;
    max-height: 216px;
}
#xmasmodal .rectangle h1 {
    margin-top: 25px;
    font-size: 25px;
    color: #535353;
    font-weight: bold;
    text-transform: uppercase;
}
#xmasmodal a.donate {
    display: inline-block;
    width: 140px;
    background-color: #FF8000;
    border-radius: 5px;
    color: #fff;
    padding: 5px 0;
    font-size: 20px;
    text-transform: uppercase;
}
#xmasmodal .close {
    position: absolute;
    right: 50px;
    bottom: 26.5px;
    display: inline-block;
    cursor: pointer;
}
#xmasticker {
    height: 75px;
    width: 100%;
    background: #00d9d9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDlkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUwOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00d9d9 0%, #005091 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00d9d9), color-stop(100%,#005091)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00d9d9 0%,#005091 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00d9d9 0%,#005091 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00d9d9 0%,#005091 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00d9d9 0%,#005091 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9d9', endColorstr='#005091',GradientType=0 ); /* IE6-8 */
    color: #fff;
    border-bottom: solid 2px #00D3D6;
    text-align: center;
}
#xmasticker > div {
    position: absolute;
    left: 50%;
    margin-left: -300px;
}
#message {
    top: -100px;
}
#greetings {
    text-align: center;
    padding-left: 200px;
}
#xmasticker span {
    font-size: 25px;
    margin-top: 18px;
    float: left;
}
#xmasticker img.aah {
    height: 55px;
    margin-top: 2px;
    position: relative;
    left: 10px;
    float: left;
}
#xmasticker .expand {
    position: absolute;
    right: 50px;
    top: 26.5px;
    display: inline-block;
    cursor: pointer;
}
#xmasticker a.donate {
    width: 140px;
    background-color: #FF8000;
    border-radius: 5px;
    float: left;
    color: #fff;
    padding: 5px 0;
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    left: 136px;
    text-transform: uppercase;
}
header {
    height: 163px !important;
}
#ticker-pad {
    height: 75px !important;
}


/********************************** NEW ***************************************/
.clearBoth{
    clear: both;
}
.container {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.reveal-modal{
   visibility: hidden;
    top: 100px;
    background: url(../images/modal-bg.png);
    position: absolute;
    z-index: 101;
    padding: 14px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border: 1px solid #ccc;
    left: 20px;
    right: 20px;
    overflow: hidden;
    max-width: 100%;
}   
.reveal-modal .page-title{
    margin-bottom: 16px;
}      
.page-title img{
    max-width: 100%;
}  
article{
    padding: 0 20px;
}
.one-page{
    overflow: hidden;
    max-width: 100%;
    padding: 120px 0 40px;
    width: auto!important;
    /*height: 648px;*/
    position: relative;
}
.one-page-submenu {
    padding-top: 100px;
    padding-bottom: 20px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -204px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.one-page-submenu.boxed {
    height: 1420px !important;
}


/* Header */
#ticker{
    width: auto;
    padding: 0 20px;
    background-color: #2698cc;
    border-bottom: solid 8px #2698cc; 
}
#ticker-pad{
    height: 60px!important; 
}
header {
    height: auto!important;
}
header article{
    padding: 0 20px;
}
header .container{
    width: auto;
    margin: 0 auto;
    padding: 0;
    max-width: 960px; 
}
header .container .col-row{
    margin: 0;
}
header .dropdown-container .col{
    padding: 0;
}
header .access .first-level .second-level{
    right: 0;
}
.nav-bar {
    width: 32px;
    height: 32px;
    background: #2698cc;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    right: 0;
    top: 20px;
    text-indent: -9000px;
    position: absolute;
    display: none;
}
.nav-bar:hover {
    background: #2c2d38;
}
.nav-bar:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 25%;
    -webkit-box-shadow: 0 -4px #fff,0 4px #fff;
    box-shadow: 0 -4px #fff,0 4px #fff;
}
#walkmcaweb{
    display: none!important;
}
.nav-list{
    float: right;
    font-size: 18px;
}
.nav-list ul{
    display: inline-block;
}
.nav-list .access{
    display: inline-block;
    margin: 0;
}
.nav-list .access a.first-level-link{
    padding: 7px 10px 0;
}


/* Footer */
footer{
    background: transparent;
    padding: 0;
    min-height: 170px;
}
footer .center{
    max-width: 960px;
    margin: 0 auto;
}
footer .container{
    width: auto;
    max-width: none;
    padding: 0;
}
.footer-top{
    padding: 15px 20px;
    background: #2d2e38;
}
.footer-logo img{
    max-width: 100%;
}
.footer-logo ul{
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.footer-logo li{
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}
.footer-logo li img{
    width: 30px;
    height: 30px;
    display: block;
}
.footer-logo li a{
    display: block;
}
.footer-left-box{
    float: left;
    width: 27%;
    margin-right: 3%;
}
.footer-left-box .footer-slogan{
    font-size: 16px;
    line-height: normal;
}
.footer-center-box{
    float: left;
    width: 47%;
    margin-right: 3%;
}
.footer-center-box ul {
    width: 30%;
    float: left;
    margin-left: 5%;
}
.footer-center-box ul:first-child{
    margin-left: 0;
}
.footer-right-box{
    float: right;
    width: 20%;
}
.footer-bottom{
    padding: 10px 20px;
    margin: 0;
    background: #000;
}
.footer-bottom ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-bottom li{
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    float: left;
    border: 0;
    border-left: 1px solid #fff;
    line-height: 14px;
}
.footer-bottom li:first-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.footer-bottom ul li, .footer-bottom ul li a {
    font-size: 13px;
    line-height: 13px;
    color: #ccc;
}


/******** Home *********/
.videoBG{
    width: 100%!important;
}
.videoBG video{

}
.videoBG_wrapper{
    width: 100%!important;
}
.system-overall-description{
    padding: 0 20px;
}
.system-overall-description .system-left{
    width: 46%;
    float: left;
    padding: 0 4% 0 0;
    background-size: auto 100%;
}
.system-overall-description .system-right{
    float: right;
    width: 46%;
    padding: 0;
}
.marketing-current-step{
    background-size:100% auto ;
}
.marketing-current-step ul li{
    width: 100%;
}
.step-description {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2998cf;
    padding: 6px 0 6px 0;
    line-height: 1;
    display: block;
    width: 145px;
    text-transform: uppercase;
    position: relative;
    top: 17px;
    left: -9px;
}
#technology{
    padding-left: 10px;
    padding-right: 10px;
}

.graph-fallback{
    display: none;
    max-width: 100%;
}

/* Lets talk */
.side-message {
    width: 100%;
    padding: 50px 0 25px 0;
    position: relative;
    background: rgb(153, 204, 51);
    margin-bottom: 60px;
}
.side-message-inner{
    float: left;
    width: 32%;
    padding: 0;
    margin: 0; 
    height: auto;
    text-align: center;
    font-size: 24px;
    line-height: 1.25em;
    color: #fff;
    background: transparent url(../images/green-bubble-arrow.png) no-repeat bottom center;
}
.side-message-inner p{
    padding: 0 20px;
}
.side-message .form-wrapper{
    float: right;
    width: 66%;
    margin: 0;
}
.form-row{
    margin-right: 20px;
    margin-bottom: 0; 
}
.form-row label{
    float: left;
    width: 48%;
    display: block;
    margin: 0 0 10px 4%;
    padding: 0;
    border: 0;
    position: relative;
    padding-bottom: 30px;
}
.form-row label input{
    color: #2c92c9;
    font-size: 15px;
    line-height: 1.4em;
    display: block;
    font-family: "OpenSans-CondBold","Trebuchet MS",sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 26px;
    width: 100%;
    text-indent: 10px; 
}
.form-row .label-text {
    color: #666;
    padding: 6px 10px 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
    height: 20px;
}
.form-row.submit{
    margin: 0 20px 12px 0;
}


/* Products */
.products-grid{
    width: auto;
    margin: 20px auto;
}   
.product-col{
    width: 44%;
    padding: 20px 2% 50px;
    float: left;
    margin: 0 0 0 4%;
    position: relative;    
    min-height: 420px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-col .product-image img{
    max-width: 80%;
}
.product-col .product-description > ul > li{
    margin-left: 15px;
     margin: 12px 0 0 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    padding: 0 0 0 20px;
    background: transparent url(../images/rectangle-blue-bullet.png) no-repeat 0 8px; 
}
.product-col .product-description > ul > li:first-child {
    margin-top: 0;
}
.product-col .product-description > ul > li > ul {
    margin: 10px 0;
}
.product-col .primary-button{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.product-col .product-image img {
    margin: 15px auto 15px auto;
    display: block;
}
.products-container {
    background: transparent url(../images/modal-bg.png) repeat 0 0;
}
.products-container .page-title {
    margin: 0 0 15px 0;
}
.products-container .page-subtitle {
    margin: 0 0 15px 0;
}
.products-container .page-subtitle p {
    font-size: 22px;
    line-height: 1.3em;
    margin: 10px 0;
    color: #2c2c38;
}
.products-container .page-subtitle p.blue {
    color: #2698cc;
}
.products-container .page-subtitle .small-subtitle-text {
    font-size: 18px;
}
.products-intro-text {
    background: transparent url(../images/gradient-horizontal-line.png) no-repeat center 0;
    text-align: center;
    font-size: 26px;
    padding: 15px 0;
    margin: 15px 0 20px 0;
}
.products-grid .product-col:first-child {
    margin-left: 0;
}
.product-bottom-text {
    background: #2698cc;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 740px;
    margin: 20px auto;
    font-size: 26px;
    text-align: center;
}


/* What they say */
#what-they-say {
    background: transparent url(../images/modal-bg.png) repeat 0 0;
    padding-top: 120px;
    padding-bottom: 20px;
    overflow: hidden;
}
.testimonial-holder {
    position: relative !important;
    margin: 0 auto;
}
.testimonial-author, .testimonial-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.testimonial-author{
    float: left;
    width: 20%;
    margin-right: 4%;
    padding: 0;
    text-align: right;  
}
.testimonial-author p {
    text-align: right;
}
.testimonial-author .testimonial-author-name {
    font-size: 18px;
    color: #2c2d38;
    margin-top: 38px;
    line-height: 1.1;
}
.testimonial-author .testimonial-author-function {
    font-size: 18px;
    color: #999;
    line-height: 1.2;
}
.testimonial-text{
    float: right;
    width: 76%;
    display: block;
    padding: 0;
    height: auto;
    max-width: none;
    min-height: 80px;    
    background: #2998cf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.testimonial-text .holder{
    padding: 7px 25px 9px 25px;
}
.testi-button{
    z-index: 9;
}
.testimonial-text-left-corner {
    position: absolute;
    left: -29px;
    top: 25px;
    display: block;
    width: 29px;
    height: 25px;
    background: url(../images/testimonial-block-corner.png) no-repeat;
}
.testimonial-text p {
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 17px;
    line-height: normal;
}
p.testimonial-blue {
    font-size: 18px;
    color: #2898ce;
}
p.testimonial-black {
    font-size: 18px;
    color: #2c2d38;
}
.testimonial-bottom-message {
    margin: 0 0 20px 24%;
}
.testi-button {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: -20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #9c3;
    -webkit-box-shadow: 0 0 6px 1px #2d94c9;
    -webkit-box-shadow: 0 0 6px 1px rgba(45,148,201,.2);
    -moz-box-shadow: 0 0 6px 1px #2d94c9;
    -moz-box-shadow: 0 0 6px 1px rgba(45,148,201,.2);
    box-shadow: 0 0 6px 1px #2d94c9;
    box-shadow: 0 0 6px 1px rgba(45,148,201,.2);
}
.next-button {
    right: 20px;
}
.previous-button {
    left: 20px;
}
.arrow-n, .arrow-p {
    border-style: dashed;
    border-color: transparent;
    border-width: .53em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 22px;
    height: 0;
    line-height: 0;
    vertical-align: middle;
    width: 0;
    position: relative;
    top: 9px;
}
.arrow-n {
    border-left: 1em solid #fff;
    left: 12px;
}
.dis-arrow {
    background-color: #666 !important;
}
.arrow-p {
    border-right: 1em solid #fff;
    right: 6px;
}


/* Allies */
.allies-container {
    background: transparent url(../images/modal-bg.png);
}
.allies-container .page-title {
    margin: 0 0 15px 0;
}
.allies-container .page-subtitle p {
    font-size: 26px;
    line-height: normal;
    margin: 15px 0 20px 0;
}
.allies-list {
    margin: 15px auto 20px;
}
.allies-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.allies-list li{
    float: left;
    margin: 0 2% 20px 0;
    padding: 0;
    width: 32%;
    position: relative;
    width: 31%\9;
}
.allies-list li:nth-child(3n){
    margin-right: 0;
}
.allies-list li .allie-box {
    background: #fff;
    text-align: center;
    line-height: normal;
    float: none;
    margin: 0 ;
    padding: 0 ;
    height: 100%!important;
    width: 100%!important;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; 
    overflow: hidden;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
.allies-list li .allie-box a{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.allies-list .allie-box img {
    margin: 0 auto;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    display: block;
}
.allies-list li .filler{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; 
    display: block; 
}
.allies-list li .table{
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


/* People */
.people-container {
    background: transparent url(../images/modal-bg.png) repeat 0 0;
}
.people-inner-container{
    width: auto;
    margin: 0 auto;
}
.people-groups {
    margin: 0 0 30px 0;
    text-align: center;
}
.people-groups ul li {
    color: #2c2c38;
    font-size: 17px;
    line-height: 20px;
    padding: 4px 10px 6px 10px;
    display: inline-block;
    margin: 0 0 0 15px;
    border: 1px solid #dcdfe2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}
.people-groups ul li:first-child {
    margin-left: 0;
}
.people-groups ul li a {
    color: #2c2c38;
    cursor: pointer;
}
.people-groups ul li a:hover {
    color: #2998cf;
}
.people-groups ul li.current a {
    color: #2998cf;
}
.people-individual-details {
    display: none;
    padding-bottom: 18px;
}
.people-individual-details .individual-left {
    float: left;
    width: 140px;
    margin: 0 15px 0 0;
}
.people-individual-details .individual-photo {
    border: 4px solid #2998cf;
    width: 132px;
    height: 132px;
}
.people-individual-details .individual-links li a {
    font-size: 14px;
    color: #2c2d38;
}
.people-individual-details .individual-bg-arrow {
    background: transparent url(../images/people-wrapper-arrow.png) no-repeat 0 0;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 45px;
    left: 1px;
}
.people-individual-details .individual-right{
    float: none;
    width: auto;
    padding-left: 160px; 
}
.people-individual-details .individual-wrapper{
    width: auto;
    padding: 0 0 0 32px;
    position: relative;
}
.people-individual-details .individual-inner{
    width: auto;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #777;
    font-size: 14px;
    min-height: 160px;
    padding: 15px 15px 5px 15px;
    position: relative;
}
.people-individual-details .individual-inner h4 {
    margin: 0 0 10px 0;
    color: #2c2d38;
    font-weight: normal;
}
.people-individual-details .individual-inner p {
    margin: 10px 0;
}
.people-list {
    margin: 30px auto;
padding-left:53px;
}
.people-list .people-box {
    float: left;
    margin: 0 0 2px 2px;
    width: 120px;
    height: 120px;
    position: relative;
    cursor: pointer;
}
.people-list .people-box img {
    width: 120px;
    height: 120px;
}
.people-list .people-box.current:after {
    content: "";
    outline: 4px solid #2998cf;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 112px;
    height: 112px;
    display: block;
}
.people-box canvas {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.people-box.current canvas {
    display: none !important;
}
.people-individual-details .individual-inner ul li {
    list-style-type: disc;
    padding-left: 5px;
    margin-left: 40px;
}


/* background */
.main-content-container .main-product-image img {
    margin: 15px auto 25px auto;
    display: block;
    max-width: 100%;
}


/* Group */
.main-content-container, .group-content-container {
    background: #fff;
    color: #2c2c38;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px 20px 30px;
    margin: 30px 0;
}
.group-product-image{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0;
}
.group-product-image img{
    max-height: 50px;
    max-width: 100%;
}
.main-content-container p, .group-content-container p {
    font-size: 16px;
    font-family: 'Open Sans','Trebuchet MS',sans-serif;
    margin: 0 0 12px 0;
    line-height: normal ;
}


/* Snapshot */
.snapshot-container p {
    color: #fff;
    margin: 20px 0;
    font-size: 30px;
    line-height: normal;
}
.pin, .upperpin {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #3887BE;
    background-color: rgba(56,135,190, 0.5);
    position: relative;
}
.upperpin {
    background-color: #3887BE;        
    background-color: rgba(56,135,190, 0);
    z-index: 2;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    position: absolute;
    top: -100px;
    left: -100px;
    width:30px\9!important;
    height:30px\9!important;
    background: #38BE6F\9!important;
    filter: alpha(opacity=50);
}
/**/





@media screen and (max-width: 600px) {
  .pc {
    display: none!important;
  }
 .mobile {
    display: block!important;
  }
.people-groups
{
	margin-left:15px;
}
}

.confirm {
	border-radius: 5px;
}