@charset "utf-8";


/* -- SAP CSS Document -- */


/* ===== @FONT-FACE ============================================================================================================= */


/* -- This CSS resource incorporates links to font software which is the valuable copyrighted property of WebType LLC, The Font Bureau, and/or their suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact WebType with any questions:http://www.webtype.com -- */

@font-face {
    font-family: "BentonSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Regular.eot?") format("embedded-opentype"), url('../fonts/BentonSans-Regular.woff') format('woff'), url("../fonts/BentonSans-Regular.otf"), url("../fonts/BentonSans-Regular.ttf") format("truetype"), url("../fonts/BentonSans-Regular.svg#web") format("svg");
}

@font-face {
    font-family: "BentonSansMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Medium.eot?") format("embedded-opentype"), url('../fonts/BentonSans-Medium.woff') format('woff'), url("../fonts/BentonSans-Medium.otf"), url("../fonts/BentonSans-Medium.ttf") format("truetype"), url("../fonts/BentonSans-Medium.svg#web") format("svg");
}

@font-face {
    font-family: "BentonSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Bold.eot?") format("embedded-opentype"), url('../fonts/BentonSans-Bold.woff') format('woff'), url("../fonts/BentonSans-Bold.otf"), url("../fonts/BentonSans-Bold.ttf") format("truetype"), url("../fonts/BentonSans-Bold.svg#web") format("svg");
}

@font-face {
    font-family: "BentonSansBook";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Book.eot?") format("embedded-opentype"), url('../fonts/BentonSans-Book.woff') format('woff'), url("../fonts/BentonSans-Book.otf"), url("../fonts/BentonSans-Book.ttf") format("truetype"), url("../fonts/BentonSans-Book.svg#web") format("svg");
}

@font-face {
    font-family: "BentonSansLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BentonSans-Light.eot?") format("embedded-opentype"), url('../fonts/BentonSans-Light.woff') format('woff'), url("../fonts/BentonSans-Light.otf"), url("../fonts/BentonSans-Light.ttf") format("truetype"), url("../fonts/BentonSans-Light.svg#web") format("svg");
}


.clearfloat {
    clear: both;
    height: 0;
    line-height: 0
}




/*start*/
/*overwrites fieldNote font-size*/
.form-group span.fieldNote {
    font-size: 75%;
}

.asset_section_1 {
    border-bottom: 1px solid #eee;
}

body.customer-experience .asset_section_1 {
    border: none !important;
}

body.customer-experience .asset-bg.hidden-xs {
    background-size: cover;
}

.asset_section_1 .asset-bg,
.asset_section_premium .asset-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 49%;
    background-repeat: no-repeat;
}

.asset_section_1 .section-spacer,
.asset_section_premium .section-spacer {
    padding-top: 75px;
    padding-bottom: 75px;
}

.asset_section_1 .download-link,
.asset_section_premium .download-link {
    position: relative;
    display: block;
    padding: 150px 0;
}

.asset_section_1 {
    min-height: 350px;
}

.asset-bg.hidden-xs {}

.asset-bg.hidden-xs .download-icon {
    display: block;
    position: absolute;
    top: 40%;
    width: 100px;
    height: 100px;
    margin-left: 45%;
    background-image: url(../images/download-arrow-sprite.png);
}

.asset_section_1 .download-link .download-icon,
.asset_section_premium .download-link .download-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url(../images/download-arrow-sprite.png);
}

.asset_section_1 .download-link:hover .download-icon,
.asset_section_premium .download-link:hover .download-icon {
    background-position: -103px 0px;
}

.ui-autocomplete{
    z-index: 999!important;
}

@media (max-width: 767px) {

    .asset_section_1 .section-spacer,
    .asset_section_premium .section-spacer {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .asset_section_1 .download-link,
    .asset_section_premium .download-link {
        padding: 25px 0;
    }
}

.bullets_2_col_2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0077c9;
}

.bullets_2_col_2 .header-item {
    margin-bottom: 40px;
    padding: 0px 0px 0px 30px;
}

.bullets_2_col_2 .main-content {
    margin-bottom: 50px;
}

.bullets_2_col_2 .bullet-item {
    margin-top: 30px;
}

.bullets_2_col_2 .bullet-item .img-item {
    padding-right: 0;
    text-align: right;
}

.bullets_2_col_2 .bullet-item .list-styler {
    margin-left: -20px;
    position: absolute;
    line-height: 40px;
    color: #fff;
}

.bullets_2_col_2 .bullet-item h5 {
    margin: 0 0 10px 0;
    line-height: 40px;
}

.bullets_2_col_2 a.text-white:hover,
.bullets_2_col_2 a.text-white:visited {
    color: #fff;
}

@media(max-width: 992px) {
    .bullets_2_col_2 .bullet-item .img-item {
        text-align: left;
    }
}

@media(max-width: 767px) {

    .bullets_2_col_2 .header-item h2,
    .bullets_2_col_2 .header-item h5 {
        text-align: left;
    }

    .bullets_2_col_2 .bullet-item .img-item {
        text-align: right;
    }

    .bullets_2_col_2 .bullet-item {
        margin-top: 10px;
    }

    .bullets_2_col_2 .cta {
        text-align: left;
    }
}

.centered_text_blue_on_white .col-lg-10 {
    padding: 0;
}

.content_10_right_image .img-right {
    text-align: center;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .content_10_right_image .img-right {
        text-align: right;
    }
}

.content_10_right_image ul {
    text-align: left;
    padding-left: 18px;
}

.content_10_right_image ul li {
    font-weight: 100;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .content_10_right_image .col-sm-6.cont-65-top {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .content_10_right_image .col-sm-6,
    .content_10_right_image .col-md-5 img {
        text-align: center;
    }

    .content_10_right_image .col-sm-6 img.img-right {
        max-width: 90%;
    }
}

.content_11_left_image .img-left {
    text-align: left;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .content_11_left_image .img-left {
        text-align: center;
        margin-top: 0px;
    }
}

@media (max-width: 770px) {
    .content_11_left_image .img-left {
        text-align: center;
    }
}

.content_11_left_image ul {
    text-align: left;
    padding-left: 18px;
}

.content_11_left_image ul li {
    font-weight: 100;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .content_11_left_image .col-sm-6.cont-65-top {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .content_11_left_image .col-sm-6,
    .content_11_left_image .col-md-5 img {
        text-align: center;
    }

    .content_11_left_image .col-sm-6 img.img-right {
        max-width: 90%;
    }
}

.cont-65-top {
    margin-top: 65px;
}

@media (max-width: 1000px) {
    .cont-65-top {
        margin-top: 0px;
    }
}

.content_13_logo_list .section-header h3 {
    margin: 0;
}

.content_13_logo_list .logo-list {
    margin-top: 20px;
}

.content_13_logo_list .logo-item {
    margin-top: 25px;
    line-height: 80px;
}

.content_13_logo_list .logo-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    zoom: 1;
    max-width: 100%;
}

.content_13_logo_list .logo-item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

div.content_14_side_background_v2,
div.content_14_side_background {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eee \9;
    padding-top: 0;
    padding-bottom: 0;
}

.content_14_side_background_v2 .side-background,
.content_14_side_background .side-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    margin-left: 45%;
    background-repeat: no-repeat;
    background-position: left;
}

.content_14_side_background_v2 .side-background.bg-left,
.content_14_side_background .side-background.bg-left {
    margin: 0;
    background-position: right;
}

.content_14_side_background_v2 .vertical-center,
.content_14_side_background .vertical-center {
    display: inline-block;
    display: inline \9;
    vertical-align: middle;
}

.content_14_side_background_v2 .vertical-center ul,
.content_14_side_background .vertical-center ul {
    line-height: 24px;
    padding-left: 15px;
}

.content_14_side_background_v2 .vertical-center ul p,
.content_14_side_background .vertical-center ul p {
    line-height: 24px;
}

.m_20_top {
    margin-top: 20px;
}

@media(max-width: 767px) {

    .content_14_side_background_v2,
    .content_14_side_background {
        height: auto !important;
        max-height: auto;
    }

    .content_14_side_background_v2 .mobilize-content,
    .content_14_side_background .mobilize-content {
        display: block;
        line-height: 100px !important;
    }
}

.content_15_columns_with_title.white-theme {
    padding-top: 100px;
    padding-bottom: 10px;
}

.content_15_columns_with_title.white-theme h2 {
    color: #444;
}

.content_15_columns_with_title.white-theme h3 {
    color: #00a9f1;
    text-align: left;
}

.content_15_columns_with_title.white-theme p {
    color: #777;
    text-align: left;
}

.content_15_columns_with_title.darkgrey-theme {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #444;
}

.content_15_columns_with_title.darkgrey-theme .the-img {
    line-height: 50px;
}

.content_15_columns_with_title.darkgrey-theme .the-img img {
    vertical-align: bottom;
}

.content_15_columns_with_title.darkgrey-theme h4 {
    margin-top: 15px;
    color: #fff;
}

.content_15_columns_with_title.darkgrey-theme p {
    color: #c5c5c5;
}

@media(max-width: 767px) {
    .content_15_columns_with_title.darkgrey-theme {
        padding-top: 50px;
    }

    .content_15_columns_with_title.darkgrey-theme .theme-align {
        margin-top: 50px;
    }
}

.content_16_text_left_full_image {
    padding-top: 80px;
    padding-bottom: 100px;
}

.content_16_text_left_full_image h2 {
    margin-bottom: 20px;
}

.content_16_text_left_full_image .content ul {
    margin-bottom: 60px;
    padding-left: 16px;
}

@media (max-width: 767px) {
    .content_16_text_left_full_image .background {
        background-image: none !important;
    }
}

.content_section_8.bg-concur-light-green {
    overflow: hidden;
}

.content_section_8 div.quote-left {
    padding: 0 20px 0 45px;
}

.content_section_8 h2 {
    margin: 65px 0 48px;
}

.content_section_8 div.quotes {
    margin: 40px 0;
    padding-left: 30px;
}

.content_section_8 .quote-left {
    padding: 0 15px 0 45px;
}

.content_section_8 span.quote-att {
    display: block;
    margin: 20px 0;
    line-height: 20px;
}

.content_section_8 img.img_side {
    position: absolute;
    right: 0px;
    top: 0px;
}

.content_section_8 .mobile {
    display: none;
}

.content_section_8 .btn.white {
    margin: 15px 0 65px;
}

@media (max-width: 1201px) {
    .content_section_8 img.img_side {
        margin-top: 65px;
    }
}

@media (max-width: 991px) {
    .content_section_8 img.img_side {
        position: static;
        float: right;
        display: block;
        clear: both;
        width: 150px;
        margin-top: 0px;
    }

    .content_section_8 #header_content.col-md-6.col-lg-6 {
        width: 90%;
        margin: auto;
    }

    .content_section_8 .quote-left {
        padding: 0 10px 0 45px;
    }

    .content_section_8 .full {
        display: none;
    }

    .content_section_8 .mobile {
        display: block;
        width: 40%;
        float: right;
        margin-top: -139px;
    }
}

@media (max-width: 600px) {
    .content_section_8 .btn.white {
        width: 131px;
        padding: 8px;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .content_section_8 img.img_side {
        width: 100px;
        margin: 15px -5px 0 0;
    }
}

.content_9_cntr_quote .quote-container-right {
    margin-top: 60px;
    margin-bottom: 55px;
}

.content_9_cntr_quote .quote-container-left {
    margin-top: 40px;
}

.content_9_cntr_quote p.text-baby-blue {
    font-weight: 100;
}

.quote-container-right p.text-baby-blue {
    padding-left: 45px;
}

.content_9_cntr_quote h2 {
    color: #70d3fe;
    font-weight: 100;
}

.content_9_cntr_quote p.quote-left {
    font-weight: 100;
}

.content_9_cntr_quote .quote-container-left .text-white {
    padding-bottom: 40px;
    font-weight: 100;
}

.content_9_cntr_quote .btn-top {
    margin-bottom: 15px;
}

.content_9_cntr_quote p.quote::before {
    content: url(../images/icon-quote.png);
    display: block;
    margin: 0 auto 30px;
    text-align: left;
}

.content_left_image h3 {
    font-weight: 100;
    padding-top: 65px;
    padding-bottom: 25px;
}

.content_left_image .section-img {
    margin: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 15px 0px;
    height: 835px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content_left_image .left-pad-45 {
    padding-left: 45px;
}

.content_left_image p.fact-text {
    font-weight: 100;
    margin-bottom: 38px;
}

.content_left_image .quote-container {
    margin-left: 25px;
}

.content_left_image p.company-container {
    padding-left: 45px;
}

.content_left_image p.quote-text {
    font-weight: 100;
    padding-right: 40px;
}

.content_left_image .quote-source {
    color: #afbac9;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.content_left_image a.btn {
    margin-top: 30px;
    margin-bottom: 65px;
}

.content_left_image div.col-md-7 {
    margin-top: 50px;
}

@media(max-width: 1200px) {
    .content_left_image div.col-md-7 {
        margin-top: 0px;
    }
}

@media(max-width: 550px) {
    .content_left_image a.btn {
        text-align: center;
    }
}

.content_section_2 .copyright {
    line-height: 1.722169;
    color: #999;
}

.content_section_2 .text-fade-in {
    overflow: hidden;
}

.content_section_2 h3 {
    font-weight: 100;
}

.content_section_2 .text-fade-in h3 {
    width: 100%;
    margin-left: 50%;
}

.content_section_2 .animation-container {
    position: relative;
    width: 50%;
    max-width: 276px;
    margin: 0 auto 30px;
}

.content_section_2 .animation-container .animation-left {
    position: relative;
    height: auto;
    width: 100%;
    margin-left: -50%;
    background-color: #00a9f2;
}

.content_section_2 .animation-container img {
    width: 100%;
}

.content_section_2 .animation-container .animation-left img {
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0 1px #f0f0f0;
}

.content_section_2 .animation-container .animation-left .animation-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: #89bf42;
}

.content_section_2 .animation-container .animation-right {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: -100%;
    margin-left: 50%;
    background-color: transparent;
}

.content_section_2 .animation-container .animation-right .animation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: transparent;
}

.bg-concur-light-grey .container>div {
    *padding-right: 0;
    *padding-left: 0;
    *background-color: #f0f0f0;
}

.content_section_3 .padding-top-40 {
    padding-top: 40px;
}

.content_section_3 h2 {
    font-weight: 300;
}

.content_section_3 h4 {
    margin-bottom: 50px;
}

.content_section_3 .spacer-bottom {
    margin-bottom: 10px;
}

.content_section_3 .quote-line:before {
    content: url(../images/icon-quote.png);
    display: block;
    padding-bottom: 20px;
    border-bottom: 4px solid #00a9f2;
    margin: 0 auto 30px;
}

.content_section_3 .quote-line h5 {
    font-weight: 100;
    color: #777;
}

.content_section_3 .quote-line .quote-source {
    font-weight: 100;
}

@media (max-width: 990px) {
    .content_section_3 .container>.col-md-3 {
        clear: both;
    }
}

.content_section_4 h3 {
    margin-bottom: 40px;
}

.content_section_4 .arrow-overlay {
    position: absolute;
    margin-left: 230px;
    z-index: 2;
}

.content_section_4 .journey-item:first-child .arrow-overlay {
    margin-left: 210px;
}

.content_section_4 .caption {
    margin-top: 30px;
    max-width: 300px;
    margin: 30px auto 0;
}

.content_section_5_quote .quote::before {
    content: url(../images/icon-quote.png);
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}

.content_section_5_quote .quote img {
    max-width: 200px;
    max-height: 100px;
}

.content_section_5_quote .quote h5 {
    max-width: 690px;
    margin: 30px auto;
}

.content_section_6_parallax {
    width: 1140px \9;
    margin: 0 auto;
}

.content_section_6_parallax .parallax-header {
    background-color: #ffffff;
    padding-bottom: 40px;
    z-index: 3;
}

.content_section_6_parallax .colored-lines {
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #888;
}

.content_section_6_parallax .colored-lines>div {
    height: 100%;
    width: 45%;
    float: left;
}

.content_section_6_parallax .colored-lines>div.green-filler {
    background-color: #89bf42;
}

.content_section_6_parallax .colored-lines>div.blue-filler {
    width: 10%;
    background-color: #00a9f2;
}

.content_section_6_parallax .colored-lines>div.yellow-filler {
    background-color: #f6b321;
}

.content_section_6_parallax .parallax-area {
    position: relative;
    height: 1468px;
    padding-right: 0;
    padding-left: 0;
    background-color: #d9d9d9;
}

.content_section_6_parallax .parallax-bg {
    position: relative;
}

.content_section_6_parallax .parallax-bg-content {
    position: relative;
    height: 999px;
    width: 100%;
    background-image: url(../images/fill-mask.png);
    background-position: center;
    background-size: 100% auto;
    box-shadow: 0 -1px 0 1px #fff;
    z-index: 3;
}

.content_section_6_parallax .parallax-bg-phone {
    position: relative;
    height: 480px;
    background-image: url(../images/triplink-mask.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -1px;
    z-index: 3;
}

@media (max-width: 1200px) {
    .content_section_6_parallax .parallax-area {
        height: 1402px;
    }

    .content_section_6_parallax .parallax-bg-content {
        height: 1000px;
    }

    .content_section_6_parallax .parallax-bg-phone {
        height: 430px;
    }
}

@media (max-width: 991px) {
    .content_section_6_parallax .parallax-area {
        height: 1323px;
    }

    .content_section_6_parallax .parallax-bg-content {
        height: 1000px;
    }

    .content_section_6_parallax .parallax-bg-phone {
        height: 325px;
    }

    .content_section_6_parallax .content-overlay .start-point img {
        width: 140px;
    }
}

.content_section_6_parallax .left-line,
.content_section_6_parallax .middle-line,
.content_section_6_parallax .right-line {
    position: absolute;
    max-width: 25%;
}

.content_section_6_parallax .left-line .adjust,
.content_section_6_parallax .middle-line .adjust,
.content_section_6_parallax .right-line .adjust {
    margin-left: -50%;
}

.content_section_6_parallax .left-line {
    margin-left: 22.5%;
    margin-left: 21.8% \9;
}

.content_section_6_parallax .middle-line {
    margin-left: 50.15%;
}

.content_section_6_parallax .right-line {
    margin-left: 77.5%;
    margin-left: 78.2% \9;
}

.content_section_6_parallax .steps {
    position: absolute;
    width: 100%;
    min-height: 50px;
}

.content_section_6_parallax .steps>div {
    width: 100%;
}

.content_section_6_parallax .step-info {
    min-height: 30px;
    min-width: 50px;
    padding-left: 50px;
}

.content_section_6_parallax .first-step {
    margin-top: 300px;
}

.content_section_6_parallax .out-policy-step {
    margin-top: 600px;
}

.content_section_6_parallax .final-step {
    margin-top: 900px;
}

.content_section_6_parallax .more-dots {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content_section_6_parallax .more-dots .steps {}

.content_section_6_parallax .more-dots .step-info {
    margin-left: -9px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.content_section_6_parallax .more-dots .left-line .step-info {
    background-image: url(../images/green_dot.png);
}

.content_section_6_parallax .more-dots .middle-line .step-info {
    background-image: url(../images/blue_dot.png);
}

.content_section_6_parallax .more-dots .right-line .step-info {
    background-image: url(../images/yellow_dot.png);
}

.content_section_6_parallax .moving-icons {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
}

.content_section_6_parallax .moving-icons img {
    margin-bottom: -50%;
}

.content_section_6_parallax .moving-icons>div {
    bottom: 0;
}

.content_section_6_parallax .content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.content_section_6_parallax .content-overlay .start-point {
    position: relative;
}

.content_section_6_parallax .content-overlay .step-info {
    width: 95%;
    height: 40px;
    margin-left: -9px;
}

.content_section_6_parallax .content-overlay .step-info img {
    position: absolute;
    margin-top: -26px;
}

.content_section_6_parallax .content-overlay .out-policy-step .forward-email {
    padding-left: 25px;
    background-image: url(../images/arrow-forwarded.png);
    background-repeat: no-repeat;
}

.content_section_6_parallax .phone-shift {
    position: relative;
    float: left;
    width: 100%;
    height: 130px;
}

.content_section_6_parallax .phone-shift .middle-line {
    bottom: 0;
    margin-left: 50%;
    z-index: 21;
}

.content_section_6_parallax .phone-shift .middle-line img {
    margin-left: -73px;
    z-index: 21;
}

.content_section_6_parallax .parallax-finish {
    margin-top: 10px;
}

.content_section_6_parallax .parallax-finish .down-arrow {
    height: 224px;
}

.content_section_6_parallax .parallax-finish .down-arrow .the-arrow {
    height: 0;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.content_section_6_parallax .parallax-finish .parallax-laptop {
    height: 300px;
    padding-top: 64px;
    background-image: url(../images/laptop-expenses.png);
    background-position: center;
    background-repeat: no-repeat;
}

.content_section_6_parallax .parallax-finish .parallax-laptop .uncover-box {
    height: 150px;
    width: 170px;
    margin: 0 auto;
    background-image: url(../images/laptop-content.png);
    background-repeat: no-repeat;
    background-position: top;
    box-shadow: inset 0 -10px 10px rgba(255, 255, 255, 0.5);
}

.content_section_7_parallax .journey-title h5 {
    color: #777;
}

.content_section_7_parallax .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .content_section_7_parallax .journey-parallax {
        height: 1000px;
    }
}

.content_section_7_parallax .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.content_section_7_parallax .line-fills {
    height: 100%;
}

.content_section_7_parallax .line-fills .fill {
    background-color: #999;
}

.content_section_7_parallax .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.content_section_7_parallax .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.content_section_7_parallax .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.content_section_7_parallax .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.content_section_7_parallax .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.content_section_7_parallax .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.content_section_7_parallax .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.content_section_7_parallax .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.content_section_7_parallax .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.content_section_7_parallax .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.content_section_7_parallax .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.content_section_7_parallax .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.content_section_7_parallax .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.content_section_7_parallax .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.content_section_7_parallax .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.content_section_7_parallax .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.content_section_7_parallax .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.content_section_7_parallax .line-fills .step-two-spacing .part-one,
.content_section_7_parallax .line-fills .step-two-spacing .part-two,
.content_section_7_parallax .line-fills .step-two-spacing .part-three,
.content_section_7_parallax .line-fills .step-two-spacing .part-four,
.content_section_7_parallax .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.content_section_7_parallax .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.content_section_7_parallax .line-fills .step-three-spacing .part-one {
    height: 0;
}

.content_section_7_parallax .line-fills .step-three-spacing .part-two,
.content_section_7_parallax .line-fills .step-three-spacing .part-three,
.content_section_7_parallax .line-fills .step-three-spacing .part-four,
.content_section_7_parallax .line-fills .step-three-spacing .part-five,
.content_section_7_parallax .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.content_section_7_parallax .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.content_section_7_parallax .line-fills .step-four-spacing .part-one {
    height: 0;
}

.content_section_7_parallax .line-fills .step-four-spacing .part-two,
.content_section_7_parallax .line-fills .step-four-spacing .part-three,
.content_section_7_parallax .line-fills .step-four-spacing .part-four,
.content_section_7_parallax .line-fills .step-four-spacing .part-five,
.content_section_7_parallax .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .content_section_7_parallax .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .content_section_7_parallax .line-fills .step-one {
        height: 100px;
    }

    .content_section_7_parallax .line-fills .step-two {
        height: 170px;
    }

    .content_section_7_parallax .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .content_section_7_parallax .line-fills .step-four {
        height: 142px;
    }
}

.content_section_7_parallax .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .content_section_7_parallax .line-overlay {
        height: 874px;
    }
}

.content_section_7_parallax .the-dot {
    height: 1100px;
}

.content_section_7_parallax .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.content_section_7_parallax .the-dot .dot {
    position: absolute;
}

.content_section_7_parallax .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.content_section_7_parallax .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.content_section_7_parallax .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.content_section_7_parallax .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.content_section_7_parallax .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.content_section_7_parallax .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.content_section_7_parallax .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.content_section_7_parallax .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.content_section_7_parallax .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.content_section_7_parallax .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.content_section_7_parallax .the-dot .step-three .dot img,
.content_section_7_parallax .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .content_section_7_parallax .the-dot .step-three {
        margin-top: 125px;
    }

    .content_section_7_parallax .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .content_section_7_parallax .the-dot {
        height: 842px;
    }

    .content_section_7_parallax .the-dot .step-one {
        height: 100px;
    }

    .content_section_7_parallax .the-dot .step-two {
        height: 170px;
    }

    .content_section_7_parallax .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .content_section_7_parallax .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.content_section_7_parallax .par-content h4 {
    font-weight: 200;
}

.content_section_7_parallax .par-content p {
    font-weight: 300;
}

.content_section_7_parallax .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.content_section_7_parallax .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.content_section_7_parallax .par-content .start-icons .item-one {
    left: -13.5%;
}

.content_section_7_parallax .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content_section_7_parallax .par-content .start-icons .item-three {
    right: -13.5%;
}

.content_section_7_parallax .par-content .start-icons .item h6 {
    position: absolute;
    width: 100%;
    color: #444;
    top: -10px;
}

.content_section_7_parallax .par-content .start-icons .item img {
    margin-top: 64px;
}

.content_section_7_parallax .par-content .text-block-one {
    margin-top: 70px;
}

.content_section_7_parallax .par-content .text-block-two {
    margin-top: 140px;
    margin-top: 100px\9;
}

.content_section_7_parallax .par-content .text-block-three {
    margin-top: 175px;
}

.content_section_7_parallax .par-content .text-block-four {
    margin-top: 140px;
}

.content_section_7_parallax .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.content_section_7_parallax .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.content_section_7_parallax .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 991px) {
    .content_section_7_parallax .par-content .start-icons {
        margin-top: -100px;
    }

    .content_section_7_parallax .par-content .start-icons .item-one {
        left: -19%;
    }

    .content_section_7_parallax .par-content .start-icons .item-three {
        right: -19%;
    }

    .content_section_7_parallax .par-content .start-icons .item img {
        width: 61px;
    }

    .content_section_7_parallax .par-content .text-block-one {
        margin-top: -50px;
    }

    .content_section_7_parallax .par-content .text-block-two {
        margin-top: 70px;
    }

    .content_section_7_parallax .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .content_section_7_parallax .par-content .text-block-two .laptop-img img {
        max-width: 339px;
    }

    .content_section_7_parallax .par-content .text-block-three {
        margin-top: 115px;
    }

    .content_section_7_parallax .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .content_section_7_parallax .par-content .text-block-four {
        margin-top: 110px;
    }

    .iphone-img img {
        height: 195px;
    }

    .laptop-img img {
        width: 302px;
        height: 190px;
    }
}

.cta_blurb_icon_bin h6 {
    font-weight: 300;
}

.cta_blurb_icon_bin>.mobile-fallback-image {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cta_blurb_icon_bin:before {
    content: " ";
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    height: 10px;
    position: absolute;
    margin-top: -10px;
    z-index: 9999;
}

.cta_blurb_icon_bin .t-container .col-xs-2 img {
    margin-top: 13px;
    max-width: 40px;
}

.cta_blurb_icon_bin div.blurb_cta {
    margin: 45px 0;
}

.cta_blurb_icon_bin .arrow-link {
    display: inline;
    line-height: 33px;
}

.cta_blurb_icon_bin .arrow-link a {
    background: url('../images/icon-blue-arrow-right.png') no-repeat right;
    padding: 10px 40px 10px 0;
}

.cta_blurb_icon_bin .arrow-link a:hover {
    color: #00a9f2;
    cursor: pointer;
}

.cta_blurb_icon_bin .img-background {
    background-repeat: no-repeat;
    background-position: right center;
}

.cta_blurb_icon_bin h6 {
    margin-bottom: 4px;
}

@media (max-width: 990px) {
    .cta_blurb_icon_bin .t-container {
        height: auto !important;
        padding: 40px 0px;
    }
}

.cta_multilink h2 {
    margin-top: 0px;
}

.cta_multilink .align-target {
    margin-top: 10px;
}

.cta_multilink .align-target>* {
    display: inline-block;
    float: left;
}

.cta_multilink .align-target>*+* {
    margin-left: 8px;
}

.android-store-link {
    background-image: url('../images/icon-android.png');
    display: inline-block;
    height: 54px;
    width: 51px;
}

.android-store-link:hover {
    background-image: url('../images/icon-android-hov.png');
}

.apple-store-link {
    background-image: url('../images/icon-apple.png');
    display: inline-block;
    height: 54px;
    width: 51px;
}

.apple-store-link:hover {
    background-image: url('../images/icon-apple-hov.png');
}

.cta_multilink {
    padding-top: 70px;
    padding-bottom: 70px;
}

.cta_multilink a.get-started-link {
    border: 2px solid;
    padding: 10px 15px;
    border-radius: 35px;
    transition: background-color 0.5s ease;
}

.cta_multilink a.get-started-link:hover {
    color: #00a9f2;
    background-color: #efefef;
}

.cta_multilink:before {
    content: " ";
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    height: 10px;
    position: absolute;
    margin-top: -80px;
}

.cta_multilink:after {
    content: " ";
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 10px -3px rgba(0, 0, 0, .2);
    height: 10px;
    position: absolute;
    margin-top: 60px;
    z-index: 9999;
}

.cta_right_button .back-btn {
    display: block;
    line-height: 45px;
    margin: 50px 0;
}

.cta_right_button .back-btn:hover {
    color: #fff;
}

.cta_right_button .back-btn img {
    margin-right: 10px;
}

.cta_right_button .pull-right {
    font-weight: 200;
}

.cta_section_1 {
    color: #fff;
    padding: 55px 0;
    *height: 50px;
    *margin-top: 30px;
}

.cta_section_1 p {
    font-weight: 200;
    margin: 0;
}

.cta_section_1 .fwd-btn {
    display: block;
    line-height: 45px;
}

.cta_section_1 .fwd-btn:hover {
    color: #fff;
}

.cta_section_1 .fwd-btn img {
    margin-left: 10px;
}

.demo_section {
    position: relative;
    min-width: 1150px \9;
}

.demo_section .container {
    background: transparent;
}

.demo_section .background {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    zoom: 1;
}

.demo_section .slide-container {
    height: 700px;
}

.demo_section #slide_container .slide-content .hasLoc:before {
    content: "• ";
    margin-left: -14px;
    color: #f2a91e;
    font-size: 25px;
    line-height: 20px;
}

.demo_section #menu {
    position: absolute;
    right: 15px;
    width: 156px;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.demo_section #menu .menu-container {
    height: 100%;
    margin-left: 156px;
    padding-top: 130px;
    background-image: url(../images/nav-bkgd.png);
}

.demo_section #menu ul {
    list-style: none;
}

.demo_section #menu ul li {
    text-indent: -15px;
}

.demo_section #menu ul li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
}

.demo_section #menu ul li:hover {
    color: #fff;
}

.demo_section #menu ul li:hover a {
    color: inherit;
}

.demo_section #menu ul li.active {
    list-style: disc;
    color: #fff;
}

.demo_section #menu ul li.active a {
    color: inherit;
}

.demo_3.demo_section {
    height: 740px;
    box-sizing: content-box;
}

.demo_3 .background.ctb-demo-bg {
    top: 0;
    background-image: url(../images/background_lighting.png);
    background-position: top;
    background-size: cover;
    background-image: none \9;
}

.demo_3 #slide_container {
    float: left;
    width: 100%;
    height: 740px;
}

@media(min-width: 768px) {
    .demo_3 #slide_container {
        width: 690px;
    }
}

@media(min-width: 992px) {
    .demo_3 #slide_container {
        width: 910px;
    }
}

@media(min-width: 1200px) {
    .demo_3 #slide_container {
        width: 100%;
    }
}

.demo_3 #slide_container .phone-display {
    background-repeat: no-repeat;
    height: 705px;
    background-position: top center;
    margin: 40px 0 55px -15px;
}

.demo_3 #slide_container h2,
.demo_3 #slide_container h3 {
    font-weight: 100;
    color: #fff;
    margin-bottom: 30px;
}

.demo_3 #slide_container .slide-content.entry h2 {
    margin-top: 115px;
    font-weight: 300;
}

.demo_3 .slide-content .cta-fade {
    position: absolute;
    bottom: 0px;
}

.demo_3 #slide_container .slide-content p.intro-sub {
    margin: 0 0 40px;
}

.demo_3.demo_section #menu {
    width: 58.333%;
    position: absolute;
    top: 140px;
    padding-left: 2px;
}

.demo_3.demo_section #menu .menu-container {
    height: inherit;
    padding-top: 0px;
    background: none;
    opacity: 0;
    margin-left: 0;
}

.demo_3.demo_section #menu ul {
    padding: 0px;
}

.demo_3.demo_section #menu ul li {
    display: inline-block;
    text-indent: 0;
    margin: 0 5px;
}

.demo_3.demo_section #menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 10px 11px;
    padding: 13px 8px 11px \9;
    letter-spacing: 1.5px;
}

.de-de .demo_3.demo_section #menu ul li a {
    letter-spacing: 1px;
}

@media(max-width: 1200px) {
    .demo_3.demo_section #menu ul li a {
        padding: 10px 6px 8px;
        font-size: 13px;
    }

    .demo_3.demo_section #menu ul li {
        margin: 0 3px;
    }
}

.demo_3.demo_section #menu ul li a:hover,
.demo_3.demo_section #menu ul li.active a {
    color: #0078c8;
    background: white;
    border-radius: 4px;
}

.demo_3 li.info-item.hasLoc {
    display: none;
}

.demo_3.demo_section #slide_container .slide-content .hasLoc:before {
    position: absolute;
    top: 4px;
    left: -6px;
}

.demo_3 .slide-content.col-md-6 {
    margin-top: 260px;
    height: 50%;
    position: relative;
}

.demo_3 ul.info {
    padding-left: 0px;
    list-style-type: none;
    position: relative;
}

.demo_3 .the-dot.active-dot {
    z-index: inherit;
}

.demo_3 .the-dot {
    position: absolute;
    width: 32px;
    height: 33px;
    z-index: 20;
}

.demo_3 .the-dot .dot {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background-image: url(../images/dot-lrg.png);
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: 10;
}

.demo_3 .the-dot .dot .dot-zoom {
    width: 50%;
    height: 50%;
    margin: 25%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.demo_3 .the-dot .dot:hover .dot-zoom {
    width: 110%;
    height: 110%;
    margin: -5%;
}

.demo_3 .connect-line {
    position: absolute;
    top: 0;
    z-index: 5;
}

.menu-container ul #nextClick {
    padding-left: 0px;
}

.menu-container ul #prevClick {
    padding-right: 0px;
}

.menu-container ul img:hover {
    transition: all 200ms ease-in;
    transform: scale(1.2);
    cursor: pointer;
}

.demo_2_ipad .background.wood-ipad-bg {
    top: 0;
    background-image: url(../images/background_intro.jpg);
    background-position: top;
    background-size: 100% 100%;
}

.demo_2_ipad .background.wood-ipad-bg.shift {
    background-image: url(../images/background_demo.jpg);
}

.demo_2_ipad .background.bg-right {
    background-size: auto;
    width: 100%;
}

.demo_2_ipad[data-json='demo_3_ipad_invoice.json'] #slide_container .set-entry-img img {
    bottom: 115px;
}

.demo_2_ipad[data-json='demo_3_ipad_invoice.json'] #slide_container .phone-display .set-img {
    margin-top: 90px;
    right: 20px;
}

.demo_2_ipad #slide_container {
    float: left;
    width: 100%;
    height: 700px;
}

.demo_2_ipad #slide_container .set-entry-img {
    height: 100%;
}

.demo_2_ipad #slide_container .set-entry-img img {
    position: absolute;
    bottom: 70px;
}

.demo_2_ipad #slide_container .phone-display {
    height: 650px;
    margin-top: 50px;
    background-repeat: no-repeat;
    zoom: 1;
}

.demo_2_ipad #slide_container .phone-display.main-content {
    position: relative;
    height: 650px;
    margin-top: 50px;
    background-repeat: no-repeat;
    opacity: 0;
    zoom: 1;
}

.demo_2_ipad #slide_container .phone-display .set-img {
    position: absolute;
    right: 0;
    margin-top: 60px;
    max-width: 125%;
}

.demo_2_ipad #slide_container .slide-content.entry {
    left: 0;
    padding-top: 180px;
    padding-right: 0;
    padding-left: 0;
}

.demo_2_ipad #slide_container .slide-content {
    height: 700px;
    padding-top: 122px;
    color: #fff;
}

.demo_2_ipad #slide_container .slide-content h3 {
    margin-bottom: 25px;
    color: #fff;
}

.demo_2_ipad #slide_container .slide-content.entry h3 {
    margin-bottom: 15px;
}

.demo_2_ipad #slide_container .slide-content.entry .btn-ghost {
    margin-top: 30px;
}

.demo_2_ipad #slide_container .slide-content .content-spacer {
    height: 20px;
}

.demo_2_ipad #slide_container .slide-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.demo_2_ipad #slide_container .slide-content .info-item {
    display: none;
    font-weight: 100;
    padding-top: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
}

.demo_2_ipad #slide_container .slide-content .info-item p {
    margin-top: -28px;
    margin-top: 0 \9;
    color: #fff;
}

.demo_2_ipad #slide_container .slide-content .cta-fade {
    margin-top: 55px;
    opacity: 0;
}

.demo_2_ipad .the-dot {
    position: absolute;
    width: 32px;
    height: 33px;
    z-index: inherit;
}

.demo_2_ipad .the-dot .dot {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background-image: url(../images/dot-lrg.png);
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: 10;
}

.demo_2_ipad .the-dot .dot .dot-zoom {
    width: 50%;
    height: 50%;
    margin: 25%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.demo_2_ipad .the-dot .dot:hover .dot-zoom {
    width: 110%;
    height: 110%;
    margin: -5%;
}

.demo_2_ipad .connect-line {
    position: absolute;
    top: 0;
    z-index: 5;
}

.demo_4_ipad {
    overflow: hidden;
    height: auto;
}

.demo_4_ipad .background.ipad-bg {
    top: 0;
    background-image: url(../images/background-gradient.png);
    background-image: none \9;
    background-position: top;
    background-size: 100% 100%;
}

.demo_4_ipad .background.bg-right {
    background-size: auto;
    width: 100%;
}

.demo_4_ipad.demo_section #menu {
    overflow: visible;
    width: 100%;
    height: 45px;
    position: static;
    display: none;
    clear: both;
}

.demo_4_ipad.demo_section #menu .menu-container {
    height: inherit;
    padding-top: 0px;
    background: none;
    opacity: 0;
    margin-left: 0;
}

.demo_4_ipad.demo_section #menu ul {
    padding: 0;
}

.demo_4_ipad.demo_section #menu ul li {
    display: inline-block;
    text-indent: 0;
    margin: 0 5px;
}

.demo_4_ipad.demo_section #menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 13px 11px;
    letter-spacing: 1.5px;
}

.demo_4_ipad.demo_section #menu ul li a:hover,
.demo_4_ipad.demo_section #menu ul li.active a {
    color: #0078c8;
    background: white;
    border-radius: 4px;
}

@media(max-width: 1200px) {
    body.mexico .demo_4_ipad.demo_section #menu ul li a {
        font-size: 13px;
        padding: 12px 10px 10px;
    }
}

.demo_4_ipad.demo_section .slide-container {
    float: left;
    width: 100%;
    height: inherit;
    padding-bottom: 427px;
}

.demo_4_ipad #slide_container .set-entry-img {
    height: 100%;
    text-align: center;
}

.demo_4_ipad #slide_container .set-entry-img img {
    margin: 63px 0 0 -45px;
}

.demo_4_ipad #slide_container .phone-display {
    height: 650px;
    margin-top: 50px;
    background-repeat: no-repeat;
    zoom: 1;
}

.demo_4_ipad #slide_container .phone-display.main-content {
    position: absolute;
    background-repeat: no-repeat;
    height: 400px;
    text-align: center;
    zoom: 1;
    bottom: 0px;
    display: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.demo_4_ipad #slide_container .phone-display.main-content img {
    zoom: 1;
    background: transparent;
    min-height: 400px;
}

.demo_4_ipad.imageAnimate #slide_container .phone-display.main-content {
    bottom: -498px;
}

.demo_4_ipad.imageAnimate #slide_container .phone-display.main-content.active-slide {
    bottom: 0;
}

.demo_4_ipad #slide_container .phone-display .set-img {
    margin-left: -85px;
}

.demo_4_ipad #slide_container .slide-content.entry {
    left: 0;
    padding-top: 109px;
    padding-right: 0;
    padding-left: 0;
}

.demo_4_ipad #slide_container .slide-content {
    padding-top: 30px;
    color: #fff;
    min-height: 205px;
}

.demo_4_ipad #slide_container .slide-content h3,
.demo_4_ipad #slide_container .slide-content.entry h2 {
    color: #fff;
}

.demo_4_ipad #slide_container .slide-content h3,
.demo_4_ipad #slide_container .slide-content p {
    margin: 0;
}

.demo_4_ipad #slide_container .slide-content.entry h2 {
    margin: 10px 0 30px;
}

.demo_4_ipad #slide_container .slide-content.entry .btn-ghost {
    margin-top: 40px;
}

.demo_4_ipad #slide_container .slide-content .content-spacer {
    height: 20px;
}

.demo_4_ipad #slide_container .slide-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.demo_4_ipad #slide_container .slide-content .info-item {
    font-weight: 100;
    padding-top: 10px;
    zoom: 1;
}

.demo_4_ipad #slide_container .slide-content .info-item p {
    margin-top: 0 \9;
    color: #fff;
}

.demo_4_ipad #slide_container .slide-content .cta-fade {
    margin: 10px 0 20px;
}

.demo_4_ipad .the-dot {
    position: absolute;
    width: 32px;
    height: 33px;
    z-index: inherit;
}

.demo_4_ipad .the-dot .dot {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background-image: url(../images/dot-lrg.png);
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: 10;
}

.demo_4_ipad .the-dot .dot .dot-zoom {
    width: 50%;
    height: 50%;
    margin: 25%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.demo_4_ipad .the-dot .dot:hover .dot-zoom {
    width: 110%;
    height: 110%;
    margin: -5%;
}

.demo_4_ipad .connect-line {
    position: absolute;
    top: 0;
    z-index: 5;
}

.header-section-1.header-video #sourceName {
    top: 0px;
}

.header-section-1 .source-name.pull-right img {
    margin-top: 20px;
}

.header-section-1.header-video .top-spacing {
    margin-top: 70px;
}

.header-section-1 #header_content.text-center .play-text {
    padding-left: 0;
}

.header-video {
    min-height: 400px;
    padding-bottom: 20px;
}

.header-video .background {
    background-image: url("../images/triplink-bkgd.jpeg");
}

.header-video .header_2 {
    height: 100%;
}

.header-video .top-spacing {
    margin-top: 90px;
}

.header-video h1,
.header-video h2 {
    margin-top: 28px;
    font-weight: 300;
}

.header-video .play-link {
    display: table;
    margin-top: 30px;
}

.header-video .play-link:hover span {
    cursor: pointer;
    color: #d3d3d3;
}

.header-video .play-btn,
.header-video .play-text {
    display: table-cell;
    vertical-align: middle;
}

.header-video .play-btn {
    background-image: url(../images/icon-play-sprite.png);
    background-repeat: no-repeat;
    color: #fff;
    height: 53px;
    width: 54px;
}

.header-video .play-link:hover .play-btn {
    background-position: -57px;
}

.header-video .play-text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    padding-left: 15px;
}

@media (max-width: 1024px) {
    .header-video .play-text {
        font-size: 18px;
        line-height: 24px;
    }
}

.header-video .animate-hidden {
    display: none;
}

.header-video .close-video {
    height: 40px;
}

.header-video .close-video p {
    display: inline;
    color: #fff;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
}

.header-video .player {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #bdc3c7;
    position: relative;
    overflow: hidden;
    height: 340px;
    margin-bottom: 0px;
}

.header-video .player>iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.header-video #sourceName {
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 1;
}

#header_content.text-center .play-link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#header_content.text-right .play-link {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .header-video {
        padding-top: 0;
        padding-bottom: 20px;
        height: auto;
        min-height: 300px;
    }
}

@media (max-width: 480px) {

    .header-video .top-spacing,
    .header-video h1,
    .header-video h2 {
        margin-top: 20px;
    }

    .header-video .player {
        height: 240px;
    }
}

.header-video h1.three-line-title {
    margin-top: -10px;
}

.header_section_3 h1 {
    margin: 65px 0 35px;
}

.header_section_3 div.image_overlay {
    width: 361px;
    background-color: rgb(5, 141, 200);
    background-color: rgba(5, 141, 200, 0.87);
    min-height: 61%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.header_section_3 div.subHead {
    margin-bottom: 25px;
}

.header_section_3 div.quotes {
    padding-left: 30px;
}

.header_section_3 .quote-left {
    padding: 0 15px 0 45px;
}

.header_section_3 .quote-att {
    display: block;
    margin: 10px 0;
    line-height: 20px;
}

.header_section_3 .image_overlay img {
    margin-top: 37px;
    margin-left: 25px;
}

.header_3 .img_side {
    margin-right: -15px;
}

.header_3 .btn.white {
    margin: 25px 0 65px;
    text-align: center;
}

.header_section_3 div.scroll-btn {
    background: url('../images/down-arrow.png') 0 0 no-repeat;
    height: 40px;
    margin: 15px 70px 15px;
}

.header_section_3 span.scroll-btn-txt {
    padding-left: 49px;
    line-height: 40px;
}

.header_section_3 div.quote_large p {
    margin: 10px 0;
}

.header_section_3 .blockquote_right {
    padding: 0 35px 0 30px;
}

.header_section_3 .blockquote_right p {
    padding: 0 40px 0 45px;
}

.header_section_3 .quote-left.lt-blue {
    margin-top: 30px;
    padding-bottom: 17px;
}

@media (max-width: 991px) {
    .header_section_3.bg-concur-light-blue {
        height: inherit;
        padding-bottom: 20px;
    }

    .header_section_3 .quote-left {
        padding: 0 10px 0 45px;
    }

    .header_section_3 #header_content.col-md-6.col-lg-6 {
        width: 90%;
        margin: auto;
    }

    .header_section_3 div.col-md-5.col-lg-35.col-md-offset-1.col-lg-offset-1.top-spacing.text-left {
        display: block;
        padding: 40px 0;
        border-top: 1px solid #0b59a9;
    }

    .header_section_3 div.image_overlay {
        position: static;
        width: 100%;
        height: inherit;
        min-height: 400px;
    }

    .header_3 .img_side {
        width: 200px;
        margin: 30px 20px 15px 10px;
        border: 1px solid #ddd;
    }

    .header_section_3 div.blockquote_right {
        width: 375px;
        display: inline-block;
        vertical-align: top;
        margin: 15px 0 0 10px;
        padding: 0 0 0 30px;
    }

    .header_section_3 .blockquote_right p {
        padding: 0 0 0 45px;
    }
}

@media (max-width: 700px) {
    .header_section_3 div.blockquote_right {
        width: 75%;
    }

    .header_3 .img_side {
        display: none;
    }
}

@media (max-width: 600px) {
    .header_section_3 div.image_overlay {
        min-height: 450px;
    }
}

@media (max-width: 385px) {
    .header_section_3 div.image_overlay {
        min-height: 500px;
    }

    .header_section_3 div.scroll-btn {
        margin: 0 30px 15px;
    }
}

.header-video-v2 .bg-concur-blue {
    display: block;
}

.header-video-v2 .header_video-lower {
    position: relative;
    padding: 50px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-video-v2 .header_video-lower:hover {
    background-color: #89bf42;
    cursor: pointer;
    color: #fff;
    padding: 50px 0px;
}

.header-video-v2 .background {
    background-image: url("../images/triplink-bkgd.jpeg");
}

.header-video-v2 .header_4 {
    width: 100%;
    background-image: url("../images/bkgd-hero.jpg");
    position: relative;
}

.header-video-v2 .top-spacing {
    margin-top: 165px;
    margin-bottom: 97px;
}

.header-video-v2 .play-link {
    display: block;
    min-height: 120px;
}

.header-video-v2 .play-link:hover span {
    cursor: pointer;
    color: #ffffff;
}

.header-video-v2 .play-btn,
.header-video-v2 .play-text {
    display: inline-block;
    vertical-align: middle;
}

.header-video-v2 .play-btn {
    background-image: url(../images/icon-play-sprite.png);
    background-repeat: no-repeat;
    color: #fff;
    height: 53px;
    width: 53px;
}

.header-video-v2 .play-link:hover .play-btn {
    background-position: -57px;
}

.header-video-v2 .play-text {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1024px) {
    .header-video-v2 .play-text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .header-video-v2 .play-text {
        font-size: 28px;
        line-height: 34px;
    }
}

.header-video-v2 .animate-hidden {
    display: none;
}

.header-video-v2 .close-video {
    height: 40px;
}

.header-video-v2 .close-video p {
    display: inline;
    color: #fff;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
}

.header-video-v2 .player {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #bdc3c7;
    position: relative;
    overflow: hidden;
    height: 340px;
    margin-bottom: 0px;
}

.header-video-v2 .player>iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.header-video-v2 #sourceName {
    bottom: 25px;
    right: 0;
    z-index: 1;
}

.header-video-v2 #sourceName img {
    max-width: 459px;
}

.header-video-v2 #video_content {
    padding-bottom: 20px;
    z-index: 4;
}

@media (max-width: 767px) {
    .header-video-v2 .header_4 {
        height: 100%;
        background-image: none !important;
        background-color: #00497D;
    }

    .header-video-v2 #sourceName img {
        padding-top: 50px;
        width: 100%;
    }

    .header-video-v2 {
        padding-top: 0;
        height: auto;
        min-height: 300px;
    }

    .header-video-v2 .top-spacing {
        margin-top: 65px;
        margin-bottom: 65px
    }
}

@media (max-width: 480px) {
    .header-video-v2 .play-link {
        padding: 20px 0px;
        margin-bottom: 10px;
    }

    .header-video-v2 .top-spacing,
    .header-video-v2 h1,
    .header-video-v2 h2 {
        margin-top: 20px;
    }

    .header-video-v2 .player {
        height: 240px;
    }
}

.header-video-v2 h1.three-line-title {
    margin-top: -10px;
}

.header_section_header_only .header_2 {
    height: 100%;
}

.header_section_header_only #header_content {
    display: table;
    height: 100%;
    width: 100%;
}

.t-container {
    display: table;
    height: 100%;
}

.header_section_header_only #header_content>.t-center,
.t-container>.t-cell {
    display: table-cell;
    vertical-align: middle;
}

.header_section_header_only span.width-fix {
    max-width: 586px;
    display: block;
    margin: auto;
    line-height: 30px;
}

.header_section_header_only .background {
    opacity: .99;
    filter: alpha(opacity=99);
}

.header_section_only_buttons>.med-blue {
    margin: 35px 10px;
}

@media (max-width: 768px) {
    .header_section_header_only .background {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }
}

.header_subheader_html h1,
.header_subheader_html h2 {
    font-weight: 300;
}

.header_subheader_html h4 {
    margin-bottom: 20px;
}

.header_subheader_html {
    padding-bottom: 10px;
}

@media(max-width: 992px) {
    .two-col-img-text .col-md-6.center-img>img {
        margin: 54px auto 0 !important;
        width: 100%;
        max-width: 525px;
    }
}

.two-col-img-text h5 {
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 17px;
}

.two-col-img-text h5,
.two-col-img-text a {
    color: #fff;
}

.two-col-img-text .col-md-offset-1.col-md-5 {
    margin-top: 58px;
}

.col-md-6.center-img img {
    margin-left: auto;
    margin-right: auto;
}

.two-col-img-text h6 {
    font-weight: 600;
    margin-top: 10px;
}

.two-col-img-text .footnote {
    color: #c0c1c3;
    font-weight: 100;
    margin-bottom: 54px;
    margin-top: 0;
}

.triplink_quote_static {
    padding: 42px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 10;
}

.triplink_quote_static .quote {
    font-weight: 100;
    margin: 20px 0 22px;
}

.triplink_quote_static .quote-attr {
    font-weight: 600;
}

.triplink-connections-partners.bg-md-concur-grey {
    background-color: #f6f6f6;
    padding: 30px 0;
    overflow: hidden\9;
}

.triplink-connections-partners #partners-wrap {
    width: 1080px\9;
}

.triplink-connections-partners .partners-active,
.triplink-connections-partners .partners-queue {
    float: left;
    min-height: 180px;
    max-width: 50%;
    max-width: 45%\9;
}

.triplink-connections-partners .partners-active {
    padding-right: 30px;
    background: url('../images/vertical-line.png') no-repeat right 20px;
}

.triplink-connections-partners .partners-queue {
    padding-left: 20px;
}

.triplink-connections-partners p.text-center {
    margin-bottom: 50px;
}

.triplink-connections-partners .prt-img {
    display: inline-block;
    margin: 20px 10px;
    max-width: 150px;
}

.triplink-connections-partners .prt-img img {
    max-width: 150px;
}

.triplink-connections-partners h4.prox-basic {
    text-overflow: ellipsis;
    overflow: hidden;
}

.triplink-connections-partners #partners-wrap h6 {
    font-weight: 600;
    margin-left: 42px;
}

.triplink-connections-partners #partners-wrap .partners-queue h6 {
    margin-left: 18px;
}

@media (max-width: 1000px) {

    .triplink-connections-partners .partners-queue,
    .triplink-connections-partners .partners-active {
        max-width: 50%;
    }
}

@media (max-width: 900px) {

    .triplink-connections-partners .partners-queue,
    .triplink-connections-partners .partners-active {
        max-width: 50%;
    }
}

@media (max-width: 500px) {

    .triplink-connections-partners .partners-queue,
    .triplink-connections-partners .partners-active {
        background: none;
    }

    .triplink-connections-partners .partners-queue {
        border-left: 1px solid #ddd;
    }
}

@media (max-width: 463px) {
    .triplink-connections-partners #partners-wrap .partners-queue h6.prox-basic {
        line-height: 175%;
    }
}

@media (max-width: 403px) {
    .triplink-connections-partners .partners-queue h6.prox-basic {
        margin-bottom: 0px;
        padding: 0px;
    }

    .triplink-connections-partners .prt-img img {
        width: 100%;
    }

    .triplink-connections-partners #partners-wrap .partners-active h6.prox-basic {
        margin-left: 32px;
    }

    .triplink-connections-partners #partners-wrap .partners-queue h6.prox-basic {
        margin-left: 18px;
    }
}

.concur7-lp a#logo #logoBox {
    background: url('/sites/all/modules/custom_concur/concur_landing_pages/images/white_concur_logo_clear_bkgd.png') no-repeat;
    width: 135px;
    height: 33px;
    margin-top: 14px;
}

.concur7-lp header.nav-minor.bg-concur-blue {
    display: none;
}

.concur7-lp header.nav-major {
    height: 60px;
    box-shadow: none;
    padding: 0px;
    background-color: #0b59a9;
    overflow: hidden;
}

.concur7-lp header.nav-major #logo img {
    margin-bottom: 12px;
}

.concur7-lp header.nav-major ul.master-menu {
    display: none;
}

.concur7-lp .navbar-default {
    display: none;
}

.concur7-lp header.nav-major .container-fluid {
    max-width: 1170px;
}

.concur7-lp #footer-content {
    height: 158px;
    background-color: #444444;
    text-align: center;
}

.concur7-lp #social-links-bin {
    padding-top: 45px;
    width: 167px;
    margin: 0px auto;
}

.concur7-lp #social-links-bin a {
    margin: 0px 8px;
}

.concur7-lp #footer-content p {
    text-align: center;
    color: #7c7c7c;
}

#footer-content .col-md-12>img {
    width: 270px;
    margin: 19px 0 40px;
}

@media (max-width: 650px) {
    #footer-content .col-md-12>img {
        margin-bottom: 25px;
    }
}

.concur7_lp_footer_only header.nav-major,
.concur7_lp_footer_only .region-top-links {
    display: none;
}

.cta_5_symbol_link .cta-link {
    padding: 50px 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cta_5_symbol_link .cta-link:hover {
    color: #fff;
    background-color: #89bf42;
}

.cta_5_symbol_link .cta-link span {
    display: block;
    font-weight: 300;
    font-size: 28px;
    line-height: 46px;
}

@media (max-width: 1024px) {
    .cta_5_symbol_link .cta-link span {
        font-size: 26px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .cta_5_symbol_link .cta-link span {
        font-size: 24px;
        line-height: 36px;
    }
}

@media(max-width: 767px) {
    .cta_5_symbol_link .cta-link {
        padding: 0;
    }

    .cta_5_symbol_link .cta-link span {
        text-align: right;
        padding: 20px 55px;
    }
}

.cta_5_symbol_link .arrow-right {
    background: url(../images/arrow_right_white_lg.png);
}

.cta_5_symbol_link .symbol-right {
    padding-right: 60px;
    text-align: right;
    background-position: right;
    background-repeat: no-repeat;
}

.cta_5_symbol_link .arrow-left {
    background: url(../images/arrow_left.png);
}

.cta_5_symbol_link .symbol-left {
    padding-left: 60px;
    background-position: left;
    background-repeat: no-repeat;
}

.cta_6_html_block {
    padding: 75px 0;
}

.cta_6_html_block h3 {
    margin-top: 0;
}

.cta_6_html_block a.white-link {
    color: #fff;
    font-weight: 300;
}

.cta_6_html_block a.text-white:hover,
.cta_6_html_block a.text-white:visited {
    color: #fff;
}

.gateway-module-6 .text-cool-blue {
    color: #3bc4ff;
}

.gateway-module-6 .text-egg-white {
    color: #f6f6f6;
}

.background-relative {
    background: 50% 50% no-repeat;
    position: relative;
    clear: both;
    background-size: cover;
}

.header_full_image_above_3_3_2o_3 .container {
    padding-top: 35px;
    padding-bottom: 35px;
}

.header_full_image_above_3_3_2o_3 .container>.col-md-3 h3 {
    margin-top: 0px;
}

.header_full_image_above_3_3_2o_3 a {
    font-weight: 600;
}

.header_full_image_above_3_3_2o_3 a:hover {
    color: #83d4f7;
}

span.r-arrow {
    background-image: url('../images/arrow-hovered.png');
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-bottom: -8px;
    margin-top: -8px;
    margin-left: 13px;
}

a:hover>span.r-arrow {
    background-position-y: -31px;
}

@media (max-width: 991px) {
    .header_full_image_above_3_3_2o_3 .background-relative.visible-sm+.background-relative {
        display: none;
    }
}

.form_6_2o_4_right_text>.container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form_6_2o_4_right_text .container>h2.xsm {
    margin-top: 0px;
    margin-bottom: 29px;
}

.form_6_2o_4_right_text p.lg {
    font-weight: 100;
    color: #444;
    line-height: 26px;
}

.form_6_2o_4_right_text .wrapper>.container {
    width: 100%\0/;
}

.form_6_2o_4_right_text.contact p.users:before {
    content: '';
    display: block;
    background: url('../images/ico-users.png') no-repeat;
    position: absolute;
    width: 44px;
    height: 30px;
    left: -62px;
}

.form_6_2o_4_right_text.contact form>div>h4.xsm+p.input-matched {
    margin-bottom: 0;
}

.form_6_2o_4_right_text.contact p.administrators:before {
    content: '';
    display: block;
    background: url('../images/ico-admin.png') no-repeat;
    position: absolute;
    width: 32px;
    height: 38px;
    left: -50px;
}

.form_6_2o_4_right_text.contact .wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.form_6_2o_4_right_text.contact .wrapper.col-sm-6 {
    border-right: 1px solid #ebebeb;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .form_6_2o_4_right_text.contact .wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .form_6_2o_4_right_text.contact .col-sm-4 h2.xsm {
        margin-bottom: 29px;
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        padding: 26px;
        border: 1px solid;
    }
}

@media (min-width: 768px) {
    .form_6_2o_4_right_text .wrapper>.container {
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .form_6_2o_4_right_text>.container {
        width: 100%;
        padding: 0px;
    }

    .form_6_2o_4_right_text .wrapper {
        clear: both;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .form_6_2o_4_right_text>.container>.wrapper+.wrapper {
        background-color: #00a9f2;
    }

    .col-sm-4.col-sm-offset-2 h4,
    .col-sm-4.col-sm-offset-2 a {
        color: #004a7d;
    }

    .col-sm-4.col-sm-offset-2 p {
        color: white;
    }

    .col-sm-4.col-sm-offset-2 {
        text-align: center;
    }
}

.form_6_2o_4_left_text>.container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form_6_2o_4_left_text p.lg {
    font-weight: 100;
    color: #444;
    line-height: 26px;
}

.form_6_2o_4_left_text.contact .wrapper.col-sm-6.right {
    border-left: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .form_6_2o_4_left_text.contact .wrapper.col-sm-6.right {
        border: none;
    }
}

.form_6_2o_5_left_text>.container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form_6_2o_5_left_text .container>h2.xsm {
    margin-top: 0px;
    margin-bottom: 29px;
}

.form_6_2o_5_left_text .wrapper>.container {
    width: 100%\0/;
}

@media (min-width: 768px) {
    .form_6_2o_5_left_text .wrapper>.container {
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .form_6_2o_5_left_text>.container {
        width: 100%;
        padding: 0px;
    }

    .form_6_2o_5_left_text .wrapper {
        clear: both;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .col-sm-5.col-sm-offset-1 h4,
    .col-sm-5.col-sm-offset-1 a {
        color: #004a7d;
    }

    .col-sm-5.col-sm-offset-1 p {
        color: white;
    }

    .col-sm-5.col-sm-offset-1 {
        text-align: center;
    }
}

.cte_parallax_jp h2 {
    font-size: 40px;
}

.cte_parallax_jp .journey-title h5 {
    color: #777;
}

.cte_parallax_jp .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .cte_parallax_jp .journey-parallax {
        height: 1000px;
    }
}

.cte_parallax_jp .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.cte_parallax_jp .line-fills {
    height: 100%;
}

.cte_parallax_jp .line-fills .fill {
    background-color: #999;
}

.cte_parallax_jp .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.cte_parallax_jp .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.cte_parallax_jp .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.cte_parallax_jp .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.cte_parallax_jp .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.cte_parallax_jp .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.cte_parallax_jp .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.cte_parallax_jp .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.cte_parallax_jp .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_jp .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.cte_parallax_jp .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.cte_parallax_jp .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.cte_parallax_jp .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.cte_parallax_jp .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.cte_parallax_jp .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.cte_parallax_jp .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.cte_parallax_jp .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.cte_parallax_jp .line-fills .step-two-spacing .part-one,
.cte_parallax_jp .line-fills .step-two-spacing .part-two,
.cte_parallax_jp .line-fills .step-two-spacing .part-three,
.cte_parallax_jp .line-fills .step-two-spacing .part-four,
.cte_parallax_jp .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.cte_parallax_jp .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.cte_parallax_jp .line-fills .step-three-spacing .part-one {
    height: 0;
}

.cte_parallax_jp .line-fills .step-three-spacing .part-two,
.cte_parallax_jp .line-fills .step-three-spacing .part-three,
.cte_parallax_jp .line-fills .step-three-spacing .part-four,
.cte_parallax_jp .line-fills .step-three-spacing .part-five,
.cte_parallax_jp .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.cte_parallax_jp .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.cte_parallax_jp .line-fills .step-four-spacing .part-one {
    height: 0;
}

.cte_parallax_jp .line-fills .step-four-spacing .part-two,
.cte_parallax_jp .line-fills .step-four-spacing .part-three,
.cte_parallax_jp .line-fills .step-four-spacing .part-four,
.cte_parallax_jp .line-fills .step-four-spacing .part-five,
.cte_parallax_jp .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .cte_parallax_jp .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_jp .line-fills .step-one {
        height: 100px;
    }

    .cte_parallax_jp .line-fills .step-two {
        height: 170px;
    }

    .cte_parallax_jp .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .cte_parallax_jp .line-fills .step-four {
        height: 142px;
    }
}

.cte_parallax_jp .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .cte_parallax_jp .line-overlay {
        height: 874px;
    }
}

.cte_parallax_jp .the-dot {
    height: 1100px;
}

.cte_parallax_jp .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.cte_parallax_jp .the-dot .dot {
    position: absolute;
}

.cte_parallax_jp .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.cte_parallax_jp .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.cte_parallax_jp .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.cte_parallax_jp .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.cte_parallax_jp .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_jp .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.cte_parallax_jp .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.cte_parallax_jp .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.cte_parallax_jp .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.cte_parallax_jp .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.cte_parallax_jp .the-dot .step-three .dot img,
.cte_parallax_jp .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .cte_parallax_jp .the-dot .step-three {
        margin-top: 125px;
    }

    .cte_parallax_jp .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_jp .the-dot {
        height: 842px;
    }

    .cte_parallax_jp .the-dot .step-one {
        height: 100px;
    }

    .cte_parallax_jp .the-dot .step-two {
        height: 170px;
    }

    .cte_parallax_jp .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .cte_parallax_jp .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.cte_parallax_jp .par-content h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 200;
}

.cte_parallax_jp .par-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.cte_parallax_jp .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.cte_parallax_jp .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.cte_parallax_jp .par-content .start-icons .item-one {
    left: -13.5%;
}

.cte_parallax_jp .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cte_parallax_jp .par-content .start-icons .item-three {
    right: -13.5%;
}

.cte_parallax_jp .par-content .start-icons .item h6 {
    position: absolute;
    width: 137%;
    font-size: 17px;
    line-height: 26px;
    color: #444;
    top: -10px;
    margin-left: -17px;
}

.cte_parallax_jp .par-content .start-icons .item img {
    margin-top: 64px;
}

.cte_parallax_jp .par-content .text-block-one {
    margin-top: 70px;
}

.cte_parallax_jp .par-content .text-block-two {
    margin-top: 140px;
    margin-top: 100px\9;
}

.cte_parallax_jp .par-content .text-block-three {
    margin-top: 175px;
}

.cte_parallax_jp .par-content .text-block-four {
    margin-top: 140px;
}

.cte_parallax_jp .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.cte_parallax_jp .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.cte_parallax_jp .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 991px) {
    .cte_parallax_jp .par-content .start-icons {
        margin-top: -100px;
    }

    .cte_parallax_jp .par-content .start-icons .item-one {
        left: -19%;
    }

    .cte_parallax_jp .par-content .start-icons .item-three {
        right: -19%;
    }

    .cte_parallax_jp .par-content .start-icons .item img {
        width: 61px;
    }

    .cte_parallax_jp .par-content .text-block-one {
        margin-top: -50px;
    }

    .cte_parallax_jp .par-content .text-block-two {
        margin-top: 70px;
    }

    .cte_parallax_jp .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .cte_parallax_jp .par-content .text-block-three {
        margin-top: 115px;
    }

    .cte_parallax_jp .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .cte_parallax_jp .par-content .text-block-four {
        margin-top: 110px;
    }
}

.cte_parallax_mx .journey-title h5 {
    color: #777;
}

.cte_parallax_mx .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .cte_parallax_mx .journey-parallax {
        height: 1000px;
    }
}

.cte_parallax_mx .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.cte_parallax_mx .line-fills {
    height: 100%;
}

.cte_parallax_mx .line-fills .fill {
    background-color: #999;
}

.cte_parallax_mx .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.cte_parallax_mx .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.cte_parallax_mx .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.cte_parallax_mx .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.cte_parallax_mx .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.cte_parallax_mx .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.cte_parallax_mx .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.cte_parallax_mx .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.cte_parallax_mx .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_mx .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.cte_parallax_mx .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.cte_parallax_mx .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.cte_parallax_mx .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.cte_parallax_mx .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.cte_parallax_mx .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.cte_parallax_mx .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.cte_parallax_mx .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.cte_parallax_mx .line-fills .step-two-spacing .part-one,
.cte_parallax_mx .line-fills .step-two-spacing .part-two,
.cte_parallax_mx .line-fills .step-two-spacing .part-three,
.cte_parallax_mx .line-fills .step-two-spacing .part-four,
.cte_parallax_mx .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.cte_parallax_mx .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.cte_parallax_mx .line-fills .step-three-spacing .part-one {
    height: 0;
}

.cte_parallax_mx .line-fills .step-three-spacing .part-two,
.cte_parallax_mx .line-fills .step-three-spacing .part-three,
.cte_parallax_mx .line-fills .step-three-spacing .part-four,
.cte_parallax_mx .line-fills .step-three-spacing .part-five,
.cte_parallax_mx .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.cte_parallax_mx .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.cte_parallax_mx .line-fills .step-four-spacing .part-one {
    height: 0;
}

.cte_parallax_mx .line-fills .step-four-spacing .part-two,
.cte_parallax_mx .line-fills .step-four-spacing .part-three,
.cte_parallax_mx .line-fills .step-four-spacing .part-four,
.cte_parallax_mx .line-fills .step-four-spacing .part-five,
.cte_parallax_mx .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .cte_parallax_mx .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_mx .line-fills .step-one {
        height: 100px;
    }

    .cte_parallax_mx .line-fills .step-two {
        height: 170px;
    }

    .cte_parallax_mx .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .cte_parallax_mx .line-fills .step-four {
        height: 142px;
    }
}

.cte_parallax_mx .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .cte_parallax_mx .line-overlay {
        height: 874px;
    }
}

.cte_parallax_mx .the-dot {
    height: 1100px;
}

.cte_parallax_mx .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.cte_parallax_mx .the-dot .dot {
    position: absolute;
}

.cte_parallax_mx .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.cte_parallax_mx .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.cte_parallax_mx .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.cte_parallax_mx .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.cte_parallax_mx .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_mx .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.cte_parallax_mx .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.cte_parallax_mx .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.cte_parallax_mx .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.cte_parallax_mx .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.cte_parallax_mx .the-dot .step-three .dot img,
.cte_parallax_mx .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .cte_parallax_mx .the-dot .step-three {
        margin-top: 125px;
    }

    .cte_parallax_mx .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_mx .the-dot {
        height: 842px;
    }

    .cte_parallax_mx .the-dot .step-one {
        height: 100px;
    }

    .cte_parallax_mx .the-dot .step-two {
        height: 170px;
    }

    .cte_parallax_mx .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .cte_parallax_mx .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.cte_parallax_mx .par-content h4 {
    font-weight: 200;
}

.cte_parallax_mx .par-content p {
    line-height: 22px;
}

.cte_parallax_mx .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.cte_parallax_mx .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.cte_parallax_mx .par-content .start-icons .item-one {
    left: -13.5%;
}

.cte_parallax_mx .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cte_parallax_mx .par-content .start-icons .item-three {
    right: -13.5%;
}

.cte_parallax_mx .par-content .start-icons .item h6 {
    position: absolute;
    width: 110%;
    color: #444;
    top: -35px;
    left: -5%;
}

.cte_parallax_mx .par-content .start-icons .item img {
    margin-top: 64px;
}

.cte_parallax_mx .par-content .text-block-one {
    margin-top: 30px;
}

.cte_parallax_mx .par-content .text-block-two {
    margin-top: 125px;
    margin-top: 100px\9;
}

.cte_parallax_mx .par-content .text-block-three {
    margin-top: 175px;
}

.cte_parallax_mx .par-content .text-block-four {
    margin-top: 140px;
}

.cte_parallax_mx .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.cte_parallax_mx .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.cte_parallax_mx .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 1200px) {
    .cte_parallax_mx .par-content .text-block-one {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_mx .par-content .start-icons {
        margin-top: -100px;
    }

    .cte_parallax_mx .par-content .start-icons .item-one {
        left: -19%;
    }

    .cte_parallax_mx .par-content .start-icons .item-three {
        right: -19%;
    }

    .cte_parallax_mx .par-content .start-icons .item img {
        width: 61px;
    }

    .cte_parallax_mx .par-content .text-block-one {
        margin-top: -75px;
    }

    .cte_parallax_mx .par-content .text-block-two {
        margin-top: 70px;
        margin-left: -35px;
    }

    .cte_parallax_mx .par-content .text-block-two .text-right {
        margin-top: -32px;
    }

    .cte_parallax_mx .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .cte_parallax_mx .par-content .text-block-three {
        margin-top: 100px;
    }

    .cte_parallax_mx .par-content .text-block-three .block-3-text {
        margin-top: -40px;
    }

    .cte_parallax_mx .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .cte_parallax_mx .par-content .text-block-four {
        margin-top: 75px;
    }
}

.cte_parallax_fr .journey-title h5 {
    color: #777;
}

.cte_parallax_fr .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .cte_parallax_fr .journey-parallax {
        height: 1000px;
    }
}

.cte_parallax_fr .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.cte_parallax_fr .line-fills {
    height: 100%;
}

.cte_parallax_fr .line-fills .fill {
    background-color: #999;
}

.cte_parallax_fr .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.cte_parallax_fr .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.cte_parallax_fr .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.cte_parallax_fr .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.cte_parallax_fr .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.cte_parallax_fr .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.cte_parallax_fr .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.cte_parallax_fr .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.cte_parallax_fr .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_fr .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.cte_parallax_fr .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.cte_parallax_fr .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.cte_parallax_fr .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.cte_parallax_fr .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.cte_parallax_fr .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.cte_parallax_fr .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.cte_parallax_fr .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.cte_parallax_fr .line-fills .step-two-spacing .part-one,
.cte_parallax_fr .line-fills .step-two-spacing .part-two,
.cte_parallax_fr .line-fills .step-two-spacing .part-three,
.cte_parallax_fr .line-fills .step-two-spacing .part-four,
.cte_parallax_fr .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.cte_parallax_fr .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.cte_parallax_fr .line-fills .step-three-spacing .part-one {
    height: 0;
}

.cte_parallax_fr .line-fills .step-three-spacing .part-two,
.cte_parallax_fr .line-fills .step-three-spacing .part-three,
.cte_parallax_fr .line-fills .step-three-spacing .part-four,
.cte_parallax_fr .line-fills .step-three-spacing .part-five,
.cte_parallax_fr .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.cte_parallax_fr .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.cte_parallax_fr .line-fills .step-four-spacing .part-one {
    height: 0;
}

.cte_parallax_fr .line-fills .step-four-spacing .part-two,
.cte_parallax_fr .line-fills .step-four-spacing .part-three,
.cte_parallax_fr .line-fills .step-four-spacing .part-four,
.cte_parallax_fr .line-fills .step-four-spacing .part-five,
.cte_parallax_fr .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .cte_parallax_fr .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_fr .line-fills .step-one {
        height: 100px;
    }

    .cte_parallax_fr .line-fills .step-two {
        height: 170px;
    }

    .cte_parallax_fr .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .cte_parallax_fr .line-fills .step-four {
        height: 142px;
    }
}

.cte_parallax_fr .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .cte_parallax_fr .line-overlay {
        height: 874px;
    }
}

.cte_parallax_fr .the-dot {
    height: 1100px;
}

.cte_parallax_fr .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.cte_parallax_fr .the-dot .dot {
    position: absolute;
}

.cte_parallax_fr .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.cte_parallax_fr .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.cte_parallax_fr .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.cte_parallax_fr .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.cte_parallax_fr .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_fr .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.cte_parallax_fr .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.cte_parallax_fr .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.cte_parallax_fr .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.cte_parallax_fr .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.cte_parallax_fr .the-dot .step-three .dot img,
.cte_parallax_fr .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .cte_parallax_fr .the-dot .step-three {
        margin-top: 125px;
    }

    .cte_parallax_fr .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_fr .the-dot {
        height: 842px;
    }

    .cte_parallax_fr .the-dot .step-one {
        height: 100px;
    }

    .cte_parallax_fr .the-dot .step-two {
        height: 170px;
    }

    .cte_parallax_fr .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .cte_parallax_fr .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.cte_parallax_fr .par-content h4 {
    font-weight: 200;
}

.cte_parallax_fr .par-content p {
    line-height: 22px;
}

.cte_parallax_fr .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.cte_parallax_fr .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.cte_parallax_fr .par-content .start-icons .item-one {
    left: -13.5%;
}

.cte_parallax_fr .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cte_parallax_fr .par-content .start-icons .item-three {
    right: -13.5%;
}

.cte_parallax_fr .par-content .start-icons .item h6 {
    position: absolute;
    width: 126%;
    color: #444;
    top: -30px;
    left: -13%;
}

.cte_parallax_fr .par-content .start-icons .item img {
    margin-top: 64px;
}

.cte_parallax_fr .par-content .text-block-one {
    margin-top: 50px;
}

.cte_parallax_fr .par-content .text-block-two {
    margin-top: 140px;
    margin-top: 100px\9;
}

.cte_parallax_fr .par-content .text-block-three {
    margin-top: 175px;
}

.cte_parallax_fr .par-content .text-block-four {
    margin-top: 140px;
}

.cte_parallax_fr .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.cte_parallax_fr .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.cte_parallax_fr .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 991px) {
    .cte_parallax_fr .par-content .start-icons {
        margin-top: -100px;
    }

    .cte_parallax_fr .par-content .start-icons .item-one {
        left: -19%;
    }

    .cte_parallax_fr .par-content .start-icons .item-three {
        right: -19%;
    }

    .cte_parallax_fr .par-content .start-icons .item img {
        width: 61px;
    }

    .cte_parallax_fr .par-content .text-block-one {
        margin-top: -60px;
    }

    .cte_parallax_fr .par-content .text-block-two {
        margin-top: 70px;
    }

    .cte_parallax_fr .par-content .text-block-two .text-right {
        top: -14px;
    }

    .cte_parallax_fr .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .cte_parallax_fr .par-content .text-block-three {
        margin-top: 105px;
    }

    .cte_parallax_fr .par-content .text-block-three .block-3-text {
        top: -24px;
    }

    .cte_parallax_fr .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .cte_parallax_fr .par-content .text-block-four {
        margin-top: 75px;
    }
}

section.header_7_0 {
    padding: 25px 0;
    min-height: 700px;
    min-height: 640px \9;
}

section.header_7_0 .h7-logo {
    margin-bottom: 130px;
    margin-bottom: 80px \9;
}

section.header_7_0 .background {
    opacity: 1;
    filter: alpha(opacity=100);
}

section.header_7_0 .t-center p.sub-head {
    margin: 20px 0 35px;
}

section.header_7_0 .scroll-prompt {
    margin-top: 90px;
}

section.header_7_0 .scroll-prompt img {
    margin-right: 12px;
}

@media(max-width: 480px) {
    section.header_7_0 .h7-logo {
        margin-bottom: 80px;
    }
}

.header_8_quote {
    padding-top: 150px;
    padding-bottom: 150px;
}

.header_8_quote .background.mobile {
    background-color: #000;
    background-size: auto;
    background-position: top left;
}

.header_8_quote .quote img {
    position: absolute;
    margin-top: 5px;
    margin-left: -60px;
}

.header_8_quote .quote h4 {
    line-height: 32px;
}

@media (max-width: 991px) {
    .header_8_quote {
        padding-top: 275px;
        padding-bottom: 40px;
    }

    .header_8_quote .background {
        background-position: left;
    }

    .header_8_quote .quote img {
        position: relative;
        margin-top: 0;
        margin-left: 0;
    }
}

.cte_parallax_te .journey-title h5 {
    color: #777;
}

.cte_parallax_te .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .cte_parallax_te .journey-parallax {
        height: 1000px;
    }
}

.cte_parallax_te .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.cte_parallax_te .line-fills {
    height: 100%;
}

.cte_parallax_te .line-fills .fill {
    background-color: #999;
}

.cte_parallax_te .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.cte_parallax_te .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.cte_parallax_te .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.cte_parallax_te .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.cte_parallax_te .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.cte_parallax_te .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.cte_parallax_te .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.cte_parallax_te .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.cte_parallax_te .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_te .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.cte_parallax_te .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.cte_parallax_te .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.cte_parallax_te .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.cte_parallax_te .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.cte_parallax_te .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.cte_parallax_te .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.cte_parallax_te .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.cte_parallax_te .line-fills .step-two-spacing .part-one,
.cte_parallax_te .line-fills .step-two-spacing .part-two,
.cte_parallax_te .line-fills .step-two-spacing .part-three,
.cte_parallax_te .line-fills .step-two-spacing .part-four,
.cte_parallax_te .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.cte_parallax_te .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.cte_parallax_te .line-fills .step-three-spacing .part-one {
    height: 0;
}

.cte_parallax_te .line-fills .step-three-spacing .part-two,
.cte_parallax_te .line-fills .step-three-spacing .part-three,
.cte_parallax_te .line-fills .step-three-spacing .part-four,
.cte_parallax_te .line-fills .step-three-spacing .part-five,
.cte_parallax_te .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.cte_parallax_te .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.cte_parallax_te .line-fills .step-four-spacing .part-one {
    height: 0;
}

.cte_parallax_te .line-fills .step-four-spacing .part-two,
.cte_parallax_te .line-fills .step-four-spacing .part-three,
.cte_parallax_te .line-fills .step-four-spacing .part-four,
.cte_parallax_te .line-fills .step-four-spacing .part-five,
.cte_parallax_te .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .cte_parallax_te .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_te .line-fills .step-one {
        height: 100px;
    }

    .cte_parallax_te .line-fills .step-two {
        height: 170px;
    }

    .cte_parallax_te .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .cte_parallax_te .line-fills .step-four {
        height: 142px;
    }
}

.cte_parallax_te .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .cte_parallax_te .line-overlay {
        height: 874px;
    }
}

.cte_parallax_te .the-dot {
    height: 1100px;
}

.cte_parallax_te .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.cte_parallax_te .the-dot .dot {
    position: absolute;
}

.cte_parallax_te .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.cte_parallax_te .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.cte_parallax_te .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.cte_parallax_te .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.cte_parallax_te .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_te .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.cte_parallax_te .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.cte_parallax_te .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.cte_parallax_te .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.cte_parallax_te .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.cte_parallax_te .the-dot .step-three .dot img,
.cte_parallax_te .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .cte_parallax_te .the-dot .step-three {
        margin-top: 125px;
    }

    .cte_parallax_te .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_te .the-dot {
        height: 842px;
    }

    .cte_parallax_te .the-dot .step-one {
        height: 100px;
    }

    .cte_parallax_te .the-dot .step-two {
        height: 170px;
    }

    .cte_parallax_te .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .cte_parallax_te .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.cte_parallax_te .par-content h4 {
    font-weight: 200;
}

.cte_parallax_te .par-content p {
    font-weight: 300;
}

.cte_parallax_te .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.cte_parallax_te .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.cte_parallax_te .par-content .start-icons .item-one {
    left: -13.5%;
}

.cte_parallax_te .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cte_parallax_te .par-content .start-icons .item-three {
    right: -13.5%;
}

.cte_parallax_te .par-content .start-icons .item h6 {
    position: absolute;
    width: 100%;
    color: #444;
    top: -10px;
}

.cte_parallax_te .par-content .start-icons .item img {
    margin-top: 64px;
}

.cte_parallax_te .par-content .text-block-one {
    margin-top: 70px;
    height: 150px;
}

.cte_parallax_te .par-content .text-block-two {
    margin-top: 140px;
    margin-top: 100px\9;
    height: 190px;
}

.cte_parallax_te .par-content .text-block-three {
    margin-top: 175px;
    height: 240px;
}

.cte_parallax_te .par-content .text-block-four {
    margin-top: 140px;
}

.cte_parallax_te .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.cte_parallax_te .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.cte_parallax_te .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 991px) {
    .cte_parallax_te .par-content .start-icons {
        margin-top: -100px;
    }

    .cte_parallax_te .par-content .start-icons .item-one {
        left: -19%;
    }

    .cte_parallax_te .par-content .start-icons .item-three {
        right: -19%;
    }

    .cte_parallax_te .par-content .start-icons .item img {
        width: 61px;
    }

    .cte_parallax_te .par-content .text-block-one {
        margin-top: -50px;
        height: 215px;
    }

    .cte_parallax_te .par-content .text-block-two {
        margin-top: 70px;
        height: 175px;
    }

    .cte_parallax_te .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .cte_parallax_te .par-content .text-block-three {
        margin-top: 115px;
        height: 185px;
    }

    .cte_parallax_te .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .cte_parallax_te .par-content .text-block-four {
        margin-top: 110px;
    }
}

.cte_parallax_uk .journey-title h5 {
    color: #777;
}

.cte_parallax_uk .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .cte_parallax_uk .journey-parallax {
        height: 1000px;
    }
}

.cte_parallax_uk .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.cte_parallax_uk .line-fills {
    height: 100%;
}

.cte_parallax_uk .line-fills .fill {
    background-color: #999;
}

.cte_parallax_uk .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.cte_parallax_uk .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.cte_parallax_uk .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.cte_parallax_uk .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.cte_parallax_uk .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.cte_parallax_uk .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.cte_parallax_uk .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.cte_parallax_uk .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.cte_parallax_uk .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_uk .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.cte_parallax_uk .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.cte_parallax_uk .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.cte_parallax_uk .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.cte_parallax_uk .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.cte_parallax_uk .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.cte_parallax_uk .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.cte_parallax_uk .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.cte_parallax_uk .line-fills .step-two-spacing .part-one,
.cte_parallax_uk .line-fills .step-two-spacing .part-two,
.cte_parallax_uk .line-fills .step-two-spacing .part-three,
.cte_parallax_uk .line-fills .step-two-spacing .part-four,
.cte_parallax_uk .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.cte_parallax_uk .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.cte_parallax_uk .line-fills .step-three-spacing .part-one {
    height: 0;
}

.cte_parallax_uk .line-fills .step-three-spacing .part-two,
.cte_parallax_uk .line-fills .step-three-spacing .part-three,
.cte_parallax_uk .line-fills .step-three-spacing .part-four,
.cte_parallax_uk .line-fills .step-three-spacing .part-five,
.cte_parallax_uk .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.cte_parallax_uk .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.cte_parallax_uk .line-fills .step-four-spacing .part-one {
    height: 0;
}

.cte_parallax_uk .line-fills .step-four-spacing .part-two,
.cte_parallax_uk .line-fills .step-four-spacing .part-three,
.cte_parallax_uk .line-fills .step-four-spacing .part-four,
.cte_parallax_uk .line-fills .step-four-spacing .part-five,
.cte_parallax_uk .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .cte_parallax_uk .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_uk .line-fills .step-one {
        height: 100px;
    }

    .cte_parallax_uk .line-fills .step-two {
        height: 170px;
    }

    .cte_parallax_uk .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .cte_parallax_uk .line-fills .step-four {
        height: 142px;
    }
}

.cte_parallax_uk .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .cte_parallax_uk .line-overlay {
        height: 874px;
    }
}

.cte_parallax_uk .the-dot {
    height: 1100px;
}

.cte_parallax_uk .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.cte_parallax_uk .the-dot .dot {
    position: absolute;
}

.cte_parallax_uk .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.cte_parallax_uk .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.cte_parallax_uk .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.cte_parallax_uk .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.cte_parallax_uk .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_uk .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.cte_parallax_uk .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.cte_parallax_uk .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.cte_parallax_uk .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.cte_parallax_uk .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.cte_parallax_uk .the-dot .step-three .dot img,
.cte_parallax_uk .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .cte_parallax_uk .the-dot .step-three {
        margin-top: 125px;
    }

    .cte_parallax_uk .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_uk .the-dot {
        height: 842px;
    }

    .cte_parallax_uk .the-dot .step-one {
        height: 100px;
    }

    .cte_parallax_uk .the-dot .step-two {
        height: 170px;
    }

    .cte_parallax_uk .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .cte_parallax_uk .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.cte_parallax_uk .par-content h4 {
    font-weight: 200;
}

.cte_parallax_uk .par-content p {
    font-weight: 300;
}

.cte_parallax_uk .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.cte_parallax_uk .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.cte_parallax_uk .par-content .start-icons .item-one {
    left: -13.5%;
}

.cte_parallax_uk .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cte_parallax_uk .par-content .start-icons .item-three {
    right: -13.5%;
}

.cte_parallax_uk .par-content .start-icons .item h6 {
    position: absolute;
    width: 100%;
    color: #444;
    top: -10px;
}

.cte_parallax_uk .par-content .start-icons .item img {
    margin-top: 64px;
}

.cte_parallax_uk .par-content .text-block-one {
    margin-top: 70px;
}

.cte_parallax_uk .par-content .text-block-two {
    margin-top: 140px;
    margin-top: 100px\9;
}

.cte_parallax_uk .par-content .text-block-three {
    margin-top: 175px;
}

.cte_parallax_uk .par-content .text-block-four {
    margin-top: 140px;
}

.cte_parallax_uk .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.cte_parallax_uk .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.cte_parallax_uk .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 991px) {
    .cte_parallax_uk .par-content .start-icons {
        margin-top: -100px;
    }

    .cte_parallax_uk .par-content .start-icons .item-one {
        left: -19%;
    }

    .cte_parallax_uk .par-content .start-icons .item-three {
        right: -19%;
    }

    .cte_parallax_uk .par-content .start-icons .item img {
        width: 61px;
    }

    .cte_parallax_uk .par-content .text-block-one {
        margin-top: -50px;
    }

    .cte_parallax_uk .par-content .text-block-two {
        margin-top: 70px;
    }

    .cte_parallax_uk .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .cte_parallax_uk .par-content .text-block-three {
        margin-top: 115px;
    }

    .cte_parallax_uk .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .cte_parallax_uk .par-content .text-block-four {
        margin-top: 110px;
    }
}

.cte_parallax_de .journey-title h5 {
    color: #777;
}

.cte_parallax_de .journey-parallax {
    position: relative;
    height: 1200px;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .cte_parallax_de .journey-parallax {
        height: 1000px;
    }
}

.cte_parallax_de .parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 920px\9;
}

.cte_parallax_de .line-fills {
    height: 100%;
}

.cte_parallax_de .line-fills .fill {
    background-color: #999;
}

.cte_parallax_de .line-fills .all-three {
    position: relative;
    height: 50%;
    width: 100%;
}

.cte_parallax_de .line-fills .all-lines {
    position: absolute;
    height: 0;
    width: 50%;
}

.cte_parallax_de .line-fills .each-line {
    position: relative;
    width: 36%;
    height: 50%;
    margin-left: 8.5%;
}

.cte_parallax_de .line-fills .each-line>div {
    position: absolute;
    height: 80px;
    width: 0;
}

.cte_parallax_de .line-fills .each-line .fill-left {
    left: 0;
    width: 0;
    height: 0;
}

.cte_parallax_de .line-fills .each-line .fill-right {
    right: 0;
    width: 0;
    height: 0;
}

.cte_parallax_de .line-fills .each-line .fill-center {
    height: 0;
    left: 30%;
    right: 30%;
    width: 40%;
}

.cte_parallax_de .line-fills .step-one {
    position: relative;
    width: 100%;
    height: 130px;
}

.cte_parallax_de .line-fills .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_de .line-fills .step-two .fill-curve {
    height: 0;
    width: 0;
}

.cte_parallax_de .line-fills .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 125px;
    margin-left: 9%;
}

.cte_parallax_de .line-fills .step-three .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
    right: 0;
}

.cte_parallax_de .line-fills .step-four {
    position: relative;
    height: 219px;
    height: 185px\9;
    width: 52.8%;
    margin-top: 150px;
    margin-left: 9%;
}

.cte_parallax_de .line-fills .step-four .fill-line {
    position: absolute;
    height: 0;
    width: 10px;
}

.cte_parallax_de .line-fills .step-one-spacing {
    position: absolute;
    height: 122px;
    top: 0;
}

.cte_parallax_de .line-fills .step-one-spacing .three-part {
    height: 33%;
}

.cte_parallax_de .line-fills .step-two-spacing {
    position: absolute;
    height: 230px;
    top: 122px;
}

.cte_parallax_de .line-fills .step-two-spacing .part-one,
.cte_parallax_de .line-fills .step-two-spacing .part-two,
.cte_parallax_de .line-fills .step-two-spacing .part-three,
.cte_parallax_de .line-fills .step-two-spacing .part-four,
.cte_parallax_de .line-fills .step-two-spacing .part-five {
    height: 46px;
}

.cte_parallax_de .line-fills .step-three-spacing {
    position: absolute;
    top: 353px;
}

.cte_parallax_de .line-fills .step-three-spacing .part-one {
    height: 0;
}

.cte_parallax_de .line-fills .step-three-spacing .part-two,
.cte_parallax_de .line-fills .step-three-spacing .part-three,
.cte_parallax_de .line-fills .step-three-spacing .part-four,
.cte_parallax_de .line-fills .step-three-spacing .part-five,
.cte_parallax_de .line-fills .step-three-spacing .part-six {
    height: 78px;
}

.cte_parallax_de .line-fills .step-four-spacing {
    position: absolute;
    top: 744px;
}

.cte_parallax_de .line-fills .step-four-spacing .part-one {
    height: 0;
}

.cte_parallax_de .line-fills .step-four-spacing .part-two,
.cte_parallax_de .line-fills .step-four-spacing .part-three,
.cte_parallax_de .line-fills .step-four-spacing .part-four,
.cte_parallax_de .line-fills .step-four-spacing .part-five,
.cte_parallax_de .line-fills .step-four-spacing .part-six {
    height: 83px;
}

@media (max-width: 1200px) {
    .cte_parallax_de .line-fills .step-four {
        height: 209px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_de .line-fills .step-one {
        height: 100px;
    }

    .cte_parallax_de .line-fills .step-two {
        height: 170px;
    }

    .cte_parallax_de .line-fills .step-three {
        height: 165px;
        margin-top: 115px;
    }

    .cte_parallax_de .line-fills .step-four {
        height: 142px;
    }
}

.cte_parallax_de .line-overlay {
    height: 1200px;
    background-image: url(../images/journey-mask.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 991px) {
    .cte_parallax_de .line-overlay {
        height: 874px;
    }
}

.cte_parallax_de .the-dot {
    height: 1100px;
}

.cte_parallax_de .the-dot .step-one {
    position: relative;
    height: 130px;
    width: 35%;
    margin-left: 9%;
}

.cte_parallax_de .the-dot .dot {
    position: absolute;
}

.cte_parallax_de .the-dot .dot img {
    display: block;
    margin-top: -10px;
    margin-left: -11px;
}

.cte_parallax_de .the-dot .step-one .left-dot {
    margin-left: 1.7%;
}

.cte_parallax_de .the-dot .step-one .center-dot {
    margin-left: 49.7%;
}

.cte_parallax_de .the-dot .step-one .right-dot {
    margin-left: 98.5%;
}

.cte_parallax_de .the-dot .step-two {
    position: relative;
    height: 230px;
    width: 53%;
    margin-left: 25.8%;
}

.cte_parallax_de .the-dot .step-two .main-dot {
    display: none;
    margin-top: -0.5%;
    margin-left: 1.3%;
}

.cte_parallax_de .the-dot .step-three {
    position: relative;
    height: 255px;
    width: 69.7%;
    margin-top: 130px;
    margin-left: 9%;
}

.cte_parallax_de .the-dot .step-three .dot {
    margin-top: 0;
    margin-left: 99.2%;
}

.cte_parallax_de .the-dot .step-four {
    position: relative;
    height: 219px;
    width: 52.8%;
    margin-top: 145px;
    margin-left: 9%;
}

.cte_parallax_de .the-dot .step-four .dot {
    margin-top: 0;
    margin-left: 0.9%;
}

.cte_parallax_de .the-dot .step-three .dot img,
.cte_parallax_de .the-dot .step-four .dot img {
    display: block;
    margin-top: -16px;
    margin-left: -16px;
}

@media (max-width: 1200px) {
    .cte_parallax_de .the-dot .step-three {
        margin-top: 125px;
    }

    .cte_parallax_de .the-dot .step-four {
        margin-top: 140px;
    }
}

@media (max-width: 991px) {
    .cte_parallax_de .the-dot {
        height: 842px;
    }

    .cte_parallax_de .the-dot .step-one {
        height: 100px;
    }

    .cte_parallax_de .the-dot .step-two {
        height: 170px;
    }

    .cte_parallax_de .the-dot .step-three {
        height: 165px;
        margin-top: 101px;
    }

    .cte_parallax_de .the-dot .step-four {
        height: 147px;
        margin-top: 141px;
    }
}

.cte_parallax_de .par-content h4 {
    font-weight: 200;
}

.cte_parallax_de .par-content p {
    font-weight: 300;
}

.cte_parallax_de .par-content .start-icons {
    position: relative;
    width: 35%;
    height: 100px;
    margin-top: -122px;
    margin-left: 8.8%;
}

.cte_parallax_de .par-content .start-icons .item {
    position: absolute;
    width: 103px;
}

.cte_parallax_de .par-content .start-icons .item-one {
    left: -13.5%;
}

.cte_parallax_de .par-content .start-icons .item-two {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cte_parallax_de .par-content .start-icons .item-three {
    right: -13.5%;
}

.cte_parallax_de .par-content .start-icons .item h6 {
    position: absolute;
    color: #444;
    top: -10px;
    width: 160%;
    left: -30%;
}

.cte_parallax_de .par-content .start-icons .item img {
    margin-top: 64px;
}

.cte_parallax_de .par-content .text-block-one {
    margin-top: 35px;
}

.cte_parallax_de .par-content .text-block-two {
    margin-top: 140px;
    margin-top: 100px\9;
}

.cte_parallax_de .par-content .text-block-three {
    margin-top: 175px;
}

.cte_parallax_de .par-content .text-block-four {
    margin-top: 140px;
}

.cte_parallax_de .par-content .text-block-four .browser-2 {
    position: absolute;
    top: 0;
    display: block;
}

.cte_parallax_de .par-content .text-block-four .bubble {
    position: absolute;
    top: 0;
    height: 110px;
    margin-left: 180px;
}

.cte_parallax_de .par-content .text-block-four .bubble img {
    position: absolute;
    bottom: 0;
    height: 0;
}

@media (max-width: 991px) {
    .cte_parallax_de .par-content .start-icons {
        margin-top: -100px;
    }

    .cte_parallax_de .par-content .start-icons .item-one {
        left: -19%;
    }

    .cte_parallax_de .par-content .start-icons .item-three {
        right: -19%;
    }

    .cte_parallax_de .par-content .start-icons .item img {
        width: 61px;
    }

    .cte_parallax_de .par-content .start-icons .item h6 {
        font-size: 16px;
    }

    .cte_parallax_de .par-content .text-block-one {
        margin-top: -50px;
    }

    .cte_parallax_de .par-content .text-block-two {
        margin-top: 70px;
    }

    .cte_parallax_de .par-content .text-block-two .laptop-img {
        margin-left: 15px;
    }

    .cte_parallax_de .par-content .text-block-three {
        margin-top: 115px;
    }

    .cte_parallax_de .par-content .text-block-three .iphone-img img {
        width: 90px;
    }

    .cte_parallax_de .par-content .text-block-four {
        margin-top: 110px;
    }
}

.journey_1_pain_calculator .header h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.journey_1_pain_calculator .header h5 {
    margin-bottom: 60px;
}

.journey_1_pain_calculator .form-item-styles {
    margin-bottom: 30px;
}

.journey_1_pain_calculator .form-item-styles h5 {}

.journey_1_pain_calculator .num-container {
    position: relative;
    margin-right: 15px;
    margin-left: -60px;
}

.journey_1_pain_calculator .num-container i {
    position: absolute;
    font-size: 52px;
    line-height: 58px;
    top: -10px;
    left: -17px;
}

@media(min-width: 1024px) {
    .journey_1_pain_calculator .num-container i {
        font-size: 42px;
        line-height: 48px;
    }
}

@media(min-width: 767px) {
    .journey_1_pain_calculator .num-container i {
        font-size: 34px;
        line-height: 40px;
    }
}

.journey_1_pain_calculator .form-item-styles img.center {
    display: block;
    margin: auto;
}

.journey_1_pain_calculator .form-container.col-sm-6 {
    margin-top: 20px;
}

.journey_1_pain_calculator .form-control {
    height: 40px;
    border-radius: 2px;
    background-color: #f3f3f3;
}

.journey_1_pain_calculator label {
    display: none;
}

.journey_1_pain_calculator input.form-control {
    color: #444;
}

.journey_1_pain_calculator .form-control.form-wrapper {
    padding: 0;
    overflow: hidden;
    background-image: url(../images/select-icon-gray.png);
    background-repeat: no-repeat;
    background-position: right;
}

.journey_1_pain_calculator .form-control.form-wrapper select {
    width: 110%;
    border: none;
    background: transparent;
    line-height: 20px;
}

.journey_1_pain_calculator .form-control,
.journey_1_pain_calculator .form-control.form-wrapper select {
    padding: 6px 8px;
    font-weight: 300;
    color: #898d8d;
}

.journey_1_pain_calculator #pain-calc .errorReport {
    position: absolute;
    text-align: left;
    color: red;
    padding: 5px;
}

.journey_1_pain_calculator.expense-reporting {
    padding-top: 40px;
}

.journey_1_pain_calculator.expense-reporting .open-btn {
    color: #00a9f2;
    cursor: default;
}

.journey_1_pain_calculator.expense-reporting .open-btn:hover {
    color: #005b88;
}

.journey_1_pain_calculator.form-complete {
    display: none;
}

.journey_1_pain_calculator .form-output {}

.journey_1_pain_calculator .form-output h3,
.journey_1_pain_calculator .form-output .result-num {
    margin-bottom: 40px;
}

.journey_1_pain_calculator .form-output .result-num {
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #0078c9;
}

@media (min-width: 480px) {
    .journey_1_pain_calculator .form-output .result-num {
        font-size: 80px;
        line-height: 86px;
    }
}

@media (min-width: 768px) {
    .journey_1_pain_calculator .form-output .result-num {
        font-size: 100px;
        line-height: 106px;
    }
}

.journey_1_pain_calculator .form-output .result-num .number {
    word-wrap: break-word;
}

.journey_1_pain_calculator .form-output .result-num sup {
    left: -0.4em;
    top: -0.8em;
    font-size: 0.5em;
}

.journey_1_pain_calculator.triangle-content .triangle-space {
    padding: 50px;
}

.journey_1_pain_calculator.triangle-content .center-triangle {
    position: absolute;
    left: 50%;
}

.journey_1_pain_calculator.triangle-content .center-triangle .triangle {
    height: 0;
    width: 0;
    margin-left: -50%;
    border-color: #fff transparent transparent transparent;
    border-width: 30px;
    border-style: solid;
}

.journey_1_pain_calculator.data-collection {
    padding: 100px 0;
    background-color: #e5e5e5;
    min-height: 445px;
}

.journey_1_pain_calculator.data-collection h3 {
    color: #004a7d;
    margin-bottom: 60px;
}

.journey_1_pain_calculator.data-collection p {
    margin-top: 40px;
}

.journey_1_pain_calculator.data-collection .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.journey_1_pain_calculator.data-collection .formInputError,
.journey_1_pain_calculator.data-collection .form-type-select.formInputError {
    border-color: red;
}

.journey_1_pain_calculator.data-collection .formInputErrorMessage {
    position: absolute;
    padding: 5px;
    color: red;
}

.journey_1_pain_calculator #submit {
    margin: 0 15px;
}

.journey_1_pain_calculator #thanks h2 {
    font-weight: 400;
    color: #004a7d;
}

.journey_1_pain_calculator #thanks h3 {
    color: #777;
}

.journey_1_pain_calculator.assumptions {
    display: none;
    margin-bottom: 20px;
}

.journey_1_pain_calculator.assumptions table {
    margin-bottom: 70px;
    width: 100%;
}

.journey_1_pain_calculator.assumptions th,
.journey_1_pain_calculator.assumptions tbody,
.journey_1_pain_calculator.assumptions tr {
    border: none;
}

.journey_1_pain_calculator.assumptions th {
    padding: 40px 0 40px;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

.journey_1_pain_calculator.assumptions td {
    padding: 5px 15px;
    border: 1px solid #fff;
}

.journey_1_pain_calculator.assumptions .close-btn {
    margin-top: 30px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    float: right;
    text-align: center;
    cursor: default;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.journey_1_pain_calculator.assumptions .close-btn:hover {
    border-color: #00a9f2;
    color: #00a9f2;
    background-color: #fff;
}

@media(max-width: 767px) {
    .journey_1_pain_calculator.data-collection .form-item.form-item-C-EmailAddress {
        margin-bottom: 10px;
    }

    .journey_1_pain_calculator.data-collection #submit {
        margin: 0 15px;
        width: 80%;
        width: calc(100% - 30px);
    }

    .journey_1_pain_calculator.data-collection .formInputErrorMessage {
        position: relative;
    }
}

@media (max-width: 767px) {
    .journey_2_circles .content-points .point:nth-child(odd) {
        clear: both;
    }
}

.journey_2_circles {
    padding: 80px 0 100px;
    background-color: #e7e7e7;
}

.journey_2_circles .upper-content {
    margin-bottom: 60px;
}

.journey_2_circles .pointer-container {
    height: 40px;
}

.journey_2_circles .pointer-container .pointer-shifter {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.journey_2_circles .pointer-container .triangle-pointer {
    height: 0;
    width: 0;
    margin: 0 auto;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 20px 14px;
}

.journey_2_circles .message-container {
    padding: 60px;
    background-color: #fff;
    border-bottom: 3px solid #aaa \9;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}

.journey_2_circles .message-container h3 {
    margin: 0 0 30px;
}

.journey_2_circles .cta-link {
    padding-top: 60px;
}

.journey_2_circles .cta-link a {
    font-size: 24px;
    line-height: 30px;
}

.journey_2_circles .cta-link a:hover {
    color: #00a9f2;
}

.journey_2_circles p {
    margin-top: 18px;
}

.journey_2_circles .symbol {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.journey_2_circles .point:hover {
    cursor: pointer;
}

.journey_2_circles .point:hover p,
.journey_2_circles .point.eyes-on p {
    color: #00a9f2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.journey_2_circles .symbol.risk {
    background-image: url(../images/ico-risk.png);
}

.journey_2_circles .point:hover .symbol.risk,
.journey_2_circles .point.eyes-on .symbol.risk {
    background-image: url(../images/ico-risk-hov.png);
}

.journey_2_circles .symbol.tax {
    background-image: url(../images/ico-tax.png);
}

.journey_2_circles .point:hover .symbol.tax,
.journey_2_circles .point.eyes-on .symbol.tax {
    background-image: url(../images/ico-tax-hov.png);
}

.journey_2_circles .symbol.spend {
    background-image: url(../images/ico-spend.png);
}

.journey_2_circles .point:hover .symbol.spend,
.journey_2_circles .point.eyes-on .symbol.spend {
    background-image: url(../images/ico-spend-hov.png);
}

.journey_2_circles .symbol.industry {
    background-image: url(../images/ico-industry.png);
}

.journey_2_circles .point:hover .symbol.industry,
.journey_2_circles .point.eyes-on .symbol.industry {
    background-image: url(../images/ico-industry-hov.png);
}

.journey_2_circles .symbol.mtg {
    background-image: url(../images/ico-mtg.png);
}

.journey_2_circles .point:hover .symbol.mtg,
.journey_2_circles .point.eyes-on .symbol.mtg {
    background-image: url(../images/ico-mtg-hov.png);
}

.journey_2_circles .symbol.travel {
    background-image: url(../images/ico-travel.png);
}

.journey_2_circles .point:hover .symbol.travel,
.journey_2_circles .point.eyes-on .symbol.travel {
    background-image: url(../images/ico-travel-hov.png);
}

@media(max-width: 991px) {
    .journey_2_circles {
        padding: 20px 0 50px;
    }

    .journey_2_circles .point.eyes-on p,
    .journey_2_circles .point:hover p {
        color: #777;
    }

    .journey_2_circles .cta-link {
        padding-top: 20px;
    }
}

.journey_3_platform .ani-container {
    position: relative;
    padding: 0;
}

.journey_3_platform .journey_3_platform_links a {
    display: inline-block;
}

.journey_3_platform .animation-bg {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 140px;
}

.journey_3_platform .mobile-ani-fallback img {
    width: 100%;
}

.journey_3_platform .animation-parts {
    position: relative;
    width: 700px;
    height: 560px;
    margin: 0 auto 50px;
}

.journey_3_platform .animation-parts .ani {
    position: absolute;
}

.journey_3_platform .animation-parts .ani-start {
    position: absolute;
}

.journey_3_platform .animation-parts .ani-left {
    height: 290px;
    left: 0;
    bottom: 0;
}

.journey_3_platform .animation-parts .ani-top {
    top: 0;
    width: 100%;
    text-align: center;
}

.journey_3_platform .animation-parts .ani-top .ani-start {
    width: 100%;
}

.journey_3_platform .animation-parts .ani-right {
    height: 290px;
    width: 115px;
    right: 0;
    bottom: 0;
}

.triplink_parallax_uk {
    width: 1140px \9;
    margin: 0 auto;
}

.triplink_parallax_uk .parallax-header {
    background-color: #ffffff;
    padding-bottom: 40px;
    z-index: 3;
}

.triplink_parallax_uk .colored-lines {
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #888;
}

.triplink_parallax_uk .colored-lines>div {
    height: 100%;
    width: 45%;
    float: left;
}

.triplink_parallax_uk .colored-lines>div.green-filler {
    background-color: #89bf42;
}

.triplink_parallax_uk .colored-lines>div.blue-filler {
    width: 10%;
    background-color: #00a9f2;
}

.triplink_parallax_uk .colored-lines>div.yellow-filler {
    background-color: #f6b321;
}

.triplink_parallax_uk .parallax-area {
    position: relative;
    height: 1468px;
    padding-right: 0;
    padding-left: 0;
    background-color: #d9d9d9;
}

.triplink_parallax_uk .parallax-bg {
    position: relative;
}

.triplink_parallax_uk .parallax-bg-content {
    position: relative;
    height: 999px;
    width: 100%;
    background-image: url(../images/fill-mask.png);
    background-position: center;
    background-size: 100% auto;
    box-shadow: 0 -1px 0 1px #fff;
    z-index: 3;
}

.triplink_parallax_uk .parallax-bg-phone {
    position: relative;
    height: 480px;
    background-image: url(../images/triplink-mask.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -1px;
    z-index: 3;
}

@media (max-width: 1200px) {
    .triplink_parallax_uk .parallax-area {
        height: 1402px;
    }

    .triplink_parallax_uk .parallax-bg-content {
        height: 1000px;
    }

    .triplink_parallax_uk .parallax-bg-phone {
        height: 430px;
    }
}

@media (max-width: 991px) {
    .triplink_parallax_uk .parallax-area {
        height: 1323px;
    }

    .triplink_parallax_uk .parallax-bg-content {
        height: 1000px;
    }

    .triplink_parallax_uk .parallax-bg-phone {
        height: 325px;
    }

    .triplink_parallax_uk .content-overlay .start-point img {
        width: 140px;
    }
}

.triplink_parallax_uk .left-line,
.triplink_parallax_uk .middle-line,
.triplink_parallax_uk .right-line {
    position: absolute;
    max-width: 25%;
}

.triplink_parallax_uk .left-line .adjust,
.triplink_parallax_uk .middle-line .adjust,
.triplink_parallax_uk .right-line .adjust {
    margin-left: -50%;
}

.triplink_parallax_uk .left-line {
    margin-left: 22.5%;
    margin-left: 21.8% \9;
}

.triplink_parallax_uk .middle-line {
    margin-left: 50.15%;
}

.triplink_parallax_uk .right-line {
    margin-left: 77.5%;
    margin-left: 78.2% \9;
}

.triplink_parallax_uk .steps {
    position: absolute;
    width: 100%;
    min-height: 50px;
}

.triplink_parallax_uk .steps>div {
    width: 100%;
}

.triplink_parallax_uk .step-info {
    min-height: 30px;
    min-width: 50px;
    padding-left: 50px;
}

.triplink_parallax_uk .first-step {
    margin-top: 300px;
}

.triplink_parallax_uk .out-policy-step {
    margin-top: 600px;
}

.triplink_parallax_uk .final-step {
    margin-top: 900px;
}

.triplink_parallax_uk .more-dots {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.triplink_parallax_uk .more-dots .steps {}

.triplink_parallax_uk .more-dots .step-info {
    margin-left: -9px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.triplink_parallax_uk .more-dots .left-line .step-info {
    background-image: url(../images/green_dot.png);
}

.triplink_parallax_uk .more-dots .middle-line .step-info {
    background-image: url(../images/blue_dot.png);
}

.triplink_parallax_uk .more-dots .right-line .step-info {
    background-image: url(../images/yellow_dot.png);
}

.triplink_parallax_uk .moving-icons {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
}

.triplink_parallax_uk .moving-icons img {
    margin-bottom: -50%;
}

.triplink_parallax_uk .moving-icons>div {
    bottom: 0;
}

.triplink_parallax_uk .content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.triplink_parallax_uk .content-overlay .start-point {
    position: relative;
}

.triplink_parallax_uk .content-overlay .step-info {
    width: 95%;
    height: 40px;
    margin-left: -9px;
}

.triplink_parallax_uk .content-overlay .step-info img {
    position: absolute;
    margin-top: -26px;
}

.triplink_parallax_uk .content-overlay .out-policy-step .forward-email {
    padding-left: 25px;
    background-image: url(../images/arrow-forwarded.png);
    background-repeat: no-repeat;
}

.triplink_parallax_uk .phone-shift {
    position: relative;
    float: left;
    width: 100%;
    height: 130px;
}

.triplink_parallax_uk .phone-shift .middle-line {
    bottom: 0;
    margin-left: 50%;
    z-index: 21;
}

.triplink_parallax_uk .phone-shift .middle-line img {
    margin-left: -73px;
    z-index: 21;
}

.triplink_parallax_uk .parallax-finish {
    margin-top: 10px;
}

.triplink_parallax_uk .parallax-finish .down-arrow {
    height: 224px;
}

.triplink_parallax_uk .parallax-finish .down-arrow .the-arrow {
    height: 0;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.triplink_parallax_uk .parallax-finish .parallax-laptop {
    height: 300px;
    padding-top: 64px;
    background-image: url(../images/laptop-expenses.png);
    background-position: center;
    background-repeat: no-repeat;
}

.triplink_parallax_uk .parallax-finish .parallax-laptop .uncover-box {
    height: 150px;
    width: 170px;
    margin: 0 auto;
    background-image: url(../images/laptop-content.png);
    background-repeat: no-repeat;
    background-position: top;
    box-shadow: inset 0 -10px 10px rgba(255, 255, 255, 0.5);
}

.video-full-6-full-6-video .container.no-gutter {
    padding: 0px;
    min-height: 500px;
}

.video-full-6-full-6-video .leftImage,
.video-full-6-full-6-video .rightImage {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
}

.video-full-6-full-6-video .linkLeft,
.video-full-6-full-6-video .linkRight {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.video-full-6-full-6-video .linkRight {
    right: 0;
}

.video-full-6-full-6-video .linkLeft a,
.video-full-6-full-6-video .linkRight a {
    display: block;
    height: 100%;
    width: 100%;
}

.video-full-6-full-6-video .linkLeft a:hover,
.video-full-6-full-6-video .linkRight a:hover {
    cursor: pointer;
}

.video-full-6-full-6-video .leftImage.hidden-xs,
.video-full-6-full-6-video .rightImage.hidden-xs {
    width: 50%;
}

.video-full-6-full-6-video .leftImage {
    left: 0px;
}

.video-full-6-full-6-video .rightImage {
    right: 0px;
}

.video-full-6-full-6-video .col-sm-6 {
    padding: 50px 15px;
}

.video-full-6-full-6-video .logoBox {
    height: 220px;
    max-width: 250px;
    margin: auto;
    position: relative;
}

.video-full-6-full-6-video img.logo {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video-full-6-full-6-video a.hoverlink {
    height: 100%;
    width: 100%;
    display: block;
}

.video-full-6-full-6-video .play-link {
    opacity: 0;
    display: table;
    margin: 10px auto 25px;
    position: relative;
    z-index: 11;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.video-full-6-full-6-video .play-link:hover span {
    cursor: pointer;
    color: #d3d3d3;
}

.video-full-6-full-6-video .play-btn,
.video-full-6-full-6-video .play-text {
    display: table-cell;
    vertical-align: middle;
}

.video-full-6-full-6-video .play-btn {
    background-image: url('../images/arrow_video.png');
    background-repeat: no-repeat;
    color: #fff;
    height: 41px;
    width: 41px;
}

.video-full-6-full-6-video .play-text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .video-full-6-full-6-video .play-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1025px) {
    .video-full-6-full-6-video .col-sm-6 .play-link {
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {
    .video-full-6-full-6-video .col-sm-6 {
        min-height: 250px;
    }

    .video-full-6-full-6-video .container {
        padding: 0px;
        height: inherit;
    }

    .video-full-6-full-6-video .logoBox {
        height: auto;
    }

    .video-full-6-full-6-video .logoBox img.logo {
        position: static;
    }

    .video-full-6-full-6-video .play-link {
        margin-bottom: 0px;
    }

    .video-full-6-full-6-video .linkLeft,
    .video-full-6-full-6-video .linkRight {
        width: 100%;
        height: 50%;
    }

    .video-full-6-full-6-video .linkLeft {
        top: 0;
    }

    .video-full-6-full-6-video .linkRight {
        top: 50%;
    }
}

@media(max-width: 480px) {
    .video-full-6-full-6-video .col-sm-6 .play-link {
        padding-right: 10px;
        margin-top: 30px;
    }
}

.menu_1_scroll_spy .menu.top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
}

.menu_1_scroll_spy .menu .spy-menu .menu-list {
    margin: 0;
    padding: 0;
}

.menu_1_scroll_spy .menu.black-theme {
    background-color: #222;
}

.menu_1_scroll_spy .menu.black-theme .menu-list {
    list-style: none;
}

.menu_1_scroll_spy .menu-list li {
    margin-bottom: 0;
}

.menu_1_scroll_spy .menu.black-theme .menu-list li a {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 25px 30px;
    text-decoration: none;
}

@media(max-width: 767px) {
    .menu_1_scroll_spy .menu.black-theme .menu-list li a {
        padding: 5px 10px;
        font-size: 20px;
    }
}

.menu_1_scroll_spy .menu.black-theme .menu-list li a:hover {
    background-color: #333;
}

.menu_1_scroll_spy .menu.black-theme .menu-list li a.active:hover {
    background-color: transparent;
}

.menu_1_scroll_spy .menu.black-theme .spy-container {
    position: absolute;
    z-index: -1;
}

.menu_1_scroll_spy .menu.black-theme .spy-container #the-spy {
    background-color: #00a9f2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.sap-headshot .sap-headshot-title {
    color: #444;
    font-weight: 300;
    padding-top: 80px;
    padding-bottom: 50px;
}

.sap-headshot .blue-line {
    width: 160px;
    height: 3px;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #00A9F1;
}

.sap-headshot h4 {
    font-weight: 100;
    color: #444;
}

.sap-headshot h3.ceo-name {
    color: #00A9F1;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}

.sap-headshot p.ceo-title {
    color: #777;
    font-weight: 100;
    padding-bottom: 70px;
}

.view_3_col_casestudy {
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #004a7d;
}

.view_3_col_casestudy .header-message {
    margin: 30px 0;
}

.view_3_col_casestudy .casestudy-item {
    height: 100%;
    padding-bottom: 20px;
}

.view_3_col_casestudy .casestudy-item h5 {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 5px;
}

.view_3_col_casestudy .casestudy-item .img-link {
    display: block;
}

.view_3_col_casestudy .casestudy-item .header-img {
    width: 100%;
}

.view_3_col_casestudy .main-cta {
    padding: 10px 0 30px;
    line-height: 24px;
}

.view_3_col_casestudy .casestudy-item a.cta:hover .underline {
    text-decoration: underline;
    color: #00a9f2;
}

.view_3_col_casestudy .casestudy-item a.cta:focus,
.view_3_col_casestudy .casestudy-item a.cta:active {
    text-decoration: none;
    color: #00a9f2;
}

@media(max-width: 1024px) {
    .view_3_col_casestudy {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

.view_3_col_casestudy .main-cta a {
    margin-right: 10px;
}

.view_3_col_casestudy .main-cta a:hover,
.view_3_col_casestudy .main-cta a:active,
.view_3_col_casestudy .main-cta a:focus {
    color: #efefef;
    text-decoration: none;
}

.view_3_col_casestudy .main-cta a:hover .underline {
    text-decoration: underline;
}

.cta_parallax_bg {
    overflow: hidden;
}

.cta_parallax_bg-bg {
    position: absolute;
    width: 100%;
    height: 165%;
    height: 100% \9;
}

.cta_parallax_bg .background.bottom {
    bottom: -1px \9;
    background-position: bottom;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    z-index: 2;
}

.cta_parallax_bg .background.two {
    background-color: #000;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.cta_parallax_bg .main-content {
    padding-top: 100px;
    padding-bottom: 400px;
}

.cta_parallax_bg h3 {
    margin-bottom: 30px;
    font-weight: 400;
}

.cta_parallax_bg p {
    margin-bottom: 30px;
}

.cta_parallax_bg .main-content a {
    font-weight: 300;
}

@media(max-width: 768px) {
    .cta_parallax_bg .main-content {
        padding-bottom: 200px;
    }

    .cta_parallax_bg .background {
        background-position: bottom;
    }
}

.chart_3_col {
    padding-top: 120px;
    background-color: #eaeaea;
}

.chart_3_col .inside-counter {
    position: absolute;
    width: 100%;
    margin-top: 80px;
    margin-bottom: -80px \9;
    text-align: center;
    font-weight: 600;
    z-index: 4;
}

.chart_3_col .pie-chart {
    position: relative;
    font-size: 30px;
    line-height: 36px;
}

.chart_3_col .chart-item h5 {
    position: relative;
    width: 220px;
    margin: 10px auto;
}

.chart_3_col .chart-cta {
    padding: 50px 0 65px;
}

.chart_3_col .chart-cta a {
    font-size: 20px;
    line-height: 26px;
}

.chart_3_col .chart-cta a:hover {
    color: #00a9f2;
    text-decoration: underline;
}

.chart_3_col .chart-cta a:active,
.chart_3_col .chart-cta a:focus {
    color: #00a9f2;
    text-decoration: none;
}

.chart_3_col .chart-cta a img {
    margin-right: 15px;
}

@media(max-width: 1024px) {
    .chart_3_col .chart-cta a {
        font-size: 18px;
        line-height: 24px;
    }

    .chart_3_col {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .chart_3_col .pie-chart {
        font-size: 28px;
        line-height: 34px;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .chart_3_col .chart-item h5 {
        width: 200px;
    }
}

.chart_3_col .chart-tooltip-container {
    position: relative;
    height: 20px;
}

.chart_3_col .chart-tooltip-container .chart-tooltip {
    position: absolute;
    height: 100%;
    width: 280px;
    bottom: 0;
    visibility: hidden;
    webkit-transition: all 0.15s ease-in-out;
    moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.chart_3_col h1.section-header {
    margin-bottom: 60px;
}

.chart_3_col .chart-tooltip-container.point-left .chart-tooltip {
    left: 30px;
    webkit-transform: scale(0.1) translate(-500%, 0);
    moz-transform: scale(0.1) translate(-500%, 0);
    transform: scale(0.1) translate(-500%, 0);
}

.chart_3_col .chart-tooltip-container.point-top .chart-tooltip {
    top: 30px;
    right: -60px;
    webkit-transform: scale(0.1) translate(0, -500%);
    moz-transform: scale(0.1) translate(0, -500%);
    transform: scale(0.1) translate(0, -500%);
}

.chart_3_col .chart-tooltip-container .chart-tooltip .chart-tooltip-shift {
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #aaa;
    background-color: #fff;
    border-radius: 5px;
}

.chart_3_col .chart-tooltip-container .chart-tooltip .chart-tooltip-shift p {
    margin: 0;
}

.chart_3_col .chart-tooltip-container .chart-tooltip .triangle-container {
    position: absolute;
    top: 50%;
}

.chart_3_col .chart-tooltip-container.point-left .chart-tooltip .triangle-container {
    left: -15px;
}

.chart_3_col .chart-tooltip-container.point-top .chart-tooltip .triangle-container {
    top: -8px;
}

.chart_3_col .chart-tooltip-container.point-left .chart-tooltip .chart-tooltip-triangle {
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 8px;
    border-color: transparent #fff transparent transparent;
}

.chart_3_col .chart-tooltip-container.point-top .chart-tooltip .chart-tooltip-triangle {
    margin-top: -6px;
    border-style: solid;
    border-width: 8px 6px;
    border-color: transparent transparent #fff transparent;
}

.chart_3_col .chart-tooltip-container .chart-tooltip-hover:hover+.chart-tooltip,
.chart_3_col .chart-tooltip-container .chart-tooltip:hover {
    visibility: visible;
    webkit-transform: scale(1);
    moz-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 992px) {
    .chart_3_col .chart-tooltip-container.point-right .chart-tooltip {
        width: 230px;
    }
}

.content_17_4_col_full .background.transition {
    height: 0;
    z-index: 3;
}

.content_17_4_col_full .background.transition img {
    width: 100%;
}

.content_17_4_col_full .background.faded {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.content_17_4_col_full .column {
    padding: 0;
}

.content_17_4_col_full .full-width {
    width: 100%;
    padding: 20px 0 74px;
    background: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.content_17_4_col_full .column-content .placer {
    width: 100%;
    bottom: 0;
}

.content_17_4_col_full .column-content h4 {
    color: #fff;
}

.content_17_4_col_full .column-content .reveal .description {
    overflow: hidden;
    padding: 30px 60px;
    text-align: left;
}

.content_17_4_col_full a.col-md-height {
    width: 100%;
}

.content_17_4_col_full .column-content.blue .reveal .cta-link {
    background-color: #2297f0;
}

.content_17_4_col_full .column-content.green .reveal .cta-link {
    background-color: #79b32c;
}

.content_17_4_col_full .column-content.yellow .reveal .cta-link {
    background-color: #e99700;
}

.content_17_4_col_full .column-content.red .reveal .cta-link {
    background-color: #c34223;
}

.content_17_4_col_full .column-content .reveal .cta-link {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
}

.content_17_4_col_full .column-content .reveal .cta-link img {
    width: 26px;
    margin-left: 10px;
}

.content_17_4_col_full .column-content .rails {
    padding: 0 60px;
    padding: 0 30px \9;
}

.content_17_4_col_full .column-content .rails:not(.cta-link) img {
    margin: 20px 0;
    max-width: 60px;
}

@media (max-width: 1199px) {
    .content_17_4_col_full .column-content .rails {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .content_17_4_col_full .full-width {
        height: 350px;
    }

    .content_17_4_col_full .column .background.faded,
    .content_17_4_col_full .column:hover .background.faded {
        background-color: transparent;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .content_17_4_col_full .column .reveal p {
        margin-bottom: 0;
    }

    .content_17_4_col_full .column .column-content .reveal .description {
        padding: 20px;
    }

    .content_17_4_col_full .column .column-content .reveal .description p {
        margin-bottom: 15px;
    }

    .content_17_4_col_full .column .reveal .cta-link {
        text-indent: 0;
        height: 50px;
        padding-top: 14px;
    }

    .content_17_4_col_full .column .column-content .reveal p {
        margin-bottom: 0;
    }

    .content_17_4_col_full .column .column-content .column-content .reveal .description p {
        margin-bottom: 15px;
    }

    .content_17_4_col_full .column .column-content .reveal .cta-link {
        text-indent: 0;
        height: 50px;
        padding-top: 14px;
    }

    .content_17_4_col_full .column .column-content .reveal .cta-link img {
        margin-top: -3px;
    }
}

@media (max-width: 767px) {

    .content_17_4_col_full .column,
    .content_17_4_col_full .full-width {
        height: 320px;
    }

    .content_17_4_col_full .column-content .rails:not(.cta-link) img {
        margin: 10px 0;
    }

    .content_17_4_col_full .background.img {
        background-size: 100%;
    }

    .content_17_4_col_full .column .reveal p {
        margin-bottom: 0;
    }

    .content_17_4_col_full .column .column-content .reveal .description p {
        margin-bottom: 15px;
        text-align: center;
    }

    .content_17_4_col_full .column .reveal .cta-link {
        text-indent: 0;
        height: 50px;
        padding-top: 14px;
    }

    .content_17_4_col_full .column .reveal .cta-link i {
        margin-left: 10px;
    }
}

.content_17_4_col_full_v2 .anim-widget {
    padding-top: 20px;
}

.content_17_4_col_full_v2 .anim-widget p {
    font-weight: 300;
    color: #fff;
    padding-top: 10px;
}

.content_17_4_col_full_v2 .anim-widget .angle {
    height: 12px;
    width: 20px;
    margin: 0 auto;
    background-image: url(../images/arrow-scroll-single.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.content_17_4_col_full_v2 .anim-widget .angle {
    -webkit-animation: throb 2s infinite;
    -moz-animation: throb 2s infinite;
    -o-animation: throb 2s infinite;
    animation: throb 2s infinite;
}

.content_17_4_col_full_v2 .anim-widget .angle.one {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.content_17_4_col_full_v2 .anim-widget .angle.two {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.content_17_4_col_full_v2 .anim-widget .angle.three {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.content_17_4_col_full_v2 .anim-widget .angle.four {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@-moz-keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@-o-keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        margin-top: 100px;
    }

    50% {
        opacity: 0;
        margin-top: 100px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@-moz-keyframes fadeUp {
    0% {
        opacity: 0;
        margin-top: 100px;
    }

    50% {
        opacity: 0;
        margin-top: 100px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@-o-keyframes fadeUp {
    0% {
        opacity: 0;
        margin-top: 100px;
    }

    50% {
        opacity: 0;
        margin-top: 100px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        margin-top: 100px;
    }

    50% {
        opacity: 0;
        margin-top: 100px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

.content_17_4_col_full_v2 .placer .rails>img {
    padding: 0px;
    margin: 0px;
}

.content_17_4_col_full_v2 .header-section {
    padding-top: 40px;
    text-align: center;
    z-index: 10;
}

.content_17_4_col_full_v2 .header-section-inner p {
    padding-bottom: 40px;
}

.content_17_4_col_full_v2 .header-section-inner .anim-widget p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1.3px;
    opacity: .3;
}

.content_17_4_col_full_v2 .background.transition {
    height: 0;
    z-index: 3;
}

.content_17_4_col_full_v2 .background.transition img {
    width: 100%;
    height: 140px;
}

.content_17_4_col_full_v2 .background.faded {
    background-color: #000;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.content_17_4_col_full_v2 .column {
    padding: 0;
    padding-top: 600px;
}

.content_17_4_col_full_v2 .full-width {
    width: 100%;
    padding: 0;
}

.content_17_4_col_full_v2 .column-content .placer {
    margin-top: -400px;
    bottom: 0;
}

.content_17_4_col_full_v2 .column-content h4 {
    color: #fff;
}

.content_17_4_col_full_v2 .column-content .description {
    overflow: hidden;
}

.content_17_4_col_full_v2 .column-content .description p {
    line-height: 20px;
}










}

.content_17_4_col_full_v2 .column-content {
    border-width: 0 0 5px 0;
    border-style: solid;
}

.content_17_4_col_full_v2 .column-content .rails {
    padding: 0 60px;
    padding: 0 30px \9;
    margin-bottom: 20px;
}

.content_17_4_col_full_v2 .column-content .rails h6 {
    font-weight: 400;
    letter-spacing: 1.3px;
}

@media (max-width: 1199px) {
    .content_17_4_col_full_v2 .column-content .rails {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .content_17_4_col_full_v2 .header-section-inner p {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .content_17_4_col_full_v2 .anim-widget {
        display: none;
    }

    .content_17_4_col_full_v2 .column {
        padding-top: 400px;
    }

    .content_17_4_col_full_v2 .column-content .placer {
        margin-top: -360px;
    }
}

@media (max-width: 767px) {
    .content_17_4_col_full_v2 .header-section {
        display: inline-block;
    }

    .content_17_4_col_full_v2 .background.img {
        background-size: 100%;
    }

    .content_17_4_col_full_v2 .column p {
        margin-bottom: 0;
    }

    .content_17_4_col_full_v2 .column .column-content .description p {
        margin-bottom: 20px;
    }
}

.content_18_full_video {
    height: 450px;
    overflow: hidden;
}

.content_18_full_video #video_bg {
    width: 100%;
}

.content_18_full_video #play_trigger {
    position: relative;
    width: 100%;
    height: 100%;
}

.content_18_full_video #play_trigger .play-container {
    padding-top: 190px;
}

.content_18_full_video #play_trigger .play-container .hover-text {
    margin-top: 20px;
}

.content_18_full_video #play_trigger .play-container .hover-text h4 {
    margin-bottom: 5px;
}

.content_18_full_video #play_trigger:hover {
    cursor: pointer;
}

#content_18_full_video #video_modal {
    padding: 0;
}

#content_18_full_video .ui-dialog-titlebar {
    display: none;
}

#content_18_full_video .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    font-size: 32px;
    cursor: pointer;
    z-index: 15;
}

#content_18_full_video .close-btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media(max-width: 850px) {
    .content_18_full_video #video_bg {
        width: auto;
        height: 120%;
    }
}

@media(max-width: 767px) {
    .content_18_full_video {
        height: 250px;
    }

    .content_18_full_video #video_bg {
        width: auto;
        height: 150%;
    }

    .content_18_full_video #play_trigger .play-container {
        padding: 40px;
    }

    .content_18_full_video #play_trigger .play-container .hover-text {
        display: block;
    }
}

.content_19_3_col_social {
    height: 300px;
}

.content_19_3_col_social .social-tile {
    height: 100%;
    overflow: hidden;
}

.content_19_3_col_social .social-tile .background.faded {
    background-color: #000;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.content_19_3_col_social .social-tile .tile-content {
    margin-top: 100px;
}

.content_19_3_col_social .social-tile .tile-content .slide-up {
    margin-top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.content_19_3_col_social .social-tile .tile-content .slide-up .social-widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.content_19_3_col_social .social-tile .tile-content .slide-up .read-more {
    margin-bottom: 30px;
}

.content_19_3_col_social .social-widget {
    position: relative;
    height: 32px;
}

.content_19_3_col_social .social-widget .share-text {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 8px 10px;
    background-color: #24aaf4;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    -webkit-border-top-left-radius: 2px;
    -mox-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.content_19_3_col_social .social-widget .share-text .triangle {
    position: absolute;
    height: 0;
    top: 0;
    right: -12px;
    margin: 9px 0;
    border-width: 6px;
    border-color: #1b88c4 #1b88c4 #1b88c4 #24aaf4;
    border-style: solid;
}

.content_19_3_col_social .social-widget .share-networks {
    display: inline-block;
    margin-left: -4px;
    padding: 7px 10px 5px 15px;
    background-color: #1b88c4;
    -webkit-border-top-right-radius: 2px;
    -mox-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.content_19_3_col_social .social-widget .share-networks .social-link {
    padding: 0 3px;
    font-size: 16px;
    line-height: 16px;
}

.content_19_3_col_social .social-tile:hover .background.zoom {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.content_19_3_col_social .social-tile:hover .tile-content {
    margin-top: 70px;
}

.content_19_3_col_social .social-tile:hover .tile-content .slide-up {
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.content_19_3_col_social .social-tile:hover .tile-content .slide-up .social-widget {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.content_20_half_bg_img {
    background-color: #e2e2e2;
}

.content_20_half_bg_img .container {
    height: 500px;
}

.content_20_half_bg_img .background {
    background-size: initial;
}

.content_20_half_bg_img .background.center,
.content_20_half_bg_img .background.right {
    background-position: left bottom;
}

.content_20_half_bg_img .background.left {
    background-position: right bottom;
}

.content_20_half_bg_img .container .content-input {
    margin-top: 100px;
}

.content_20_half_bg_img a:focus,
.content_20_half_bg_img a:hover {
    text-decoration: none;
}

.content_20_half_bg_img .container .btn {
    font-weight: 300;
}

@media(max-width: 767px) {
    .content_20_half_bg_img .container {
        height: auto;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .content_20_half_bg_img .container .content-input {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .content_20_half_bg_img .container .app-icons {
        margin-top: -5px;
    }
}

.header_9_parallax_bg {
    position: relative;
    height: calc(300vh - 50px);
    height: 1800px \9;
}

.header_9_parallax_bg .slide {
    position: fixed;
    position: relative \9;
    width: 100%;
    height: 100vh;
    height: 600px \9;
    top: 0;
    overflow: hidden;
    background-color: #fff;
}

.header_9_parallax_bg .slide.num_0 {
    height: calc(100vh - 50px);
    height: 600px \9;
    top: 0 \9;
}

.header_9_parallax_bg .slide-push {
    position: relative;
    display: none \9;
    width: 100%;
    height: 100vh;
    height: 600px \9;
}

.header_9_parallax_bg .slide-push.num_0 {
    height: calc(100vh - 50px);
    height: 600px \9;
}

.header_9_parallax_bg .slide .content-push {
    position: relative;
    height: 50%;
}

.header_9_parallax_bg .slide>.container .col-sm-12.flush {
    margin-left: -15px \9;
    margin-right: -15px \9;
    padding-left: 15px \9;
    padding-right: 30px \9;
}

.header_9_parallax_bg .slide .anim-container {
    position: relative;
}

.header_9_parallax_bg .slide .anim-shift-box {
    position: absolute;
    bottom: 0;
}

.header_9_parallax_bg .slide .anim-text-box {
    height: 0;
    margin-top: 10px;
    overflow: hidden;
}

@media(max-width: 767px) {

    .header_9_parallax_bg,
    .header_9_parallax_bg .slide,
    .header_9_parallax_bg .slide_0,
    .header_9_parallax_bg .slide.num_0,
    .header_9_parallax_bg .slide-push.num_0 {
        height: auto;
        min-height: 100vh;
    }

    .header_9_parallax_bg .slide.num_0 {
        min-height: calc(100vh - 124px);
    }

    .header_9_parallax_bg .slide .mobile-push {
        margin-top: 100px;
    }

    .header_9_parallax_bg .slide.num_0 .mobile-push {
        margin-top: 25px;
    }

    .header_9_parallax_bg .slide {
        position: relative;
        top: 0 !important;
    }

    .header_9_parallax_bg .slide-push {
        display: none;
    }

    .header_9_parallax_bg .slide>.container {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .header_9_parallax_bg .slide>.container>.col-sm-12>[class^=col-] {
        margin-bottom: 20px;
    }

    .header_9_parallax_bg .slide .content-position {
        top: 0;
    }

    .header_9_parallax_bg .slide .anim-shift-box {
        position: relative;
    }

    .header_9_parallax_bg .slide .anim-text-box {
        height: 0;
        overflow: hidden;
    }
}

@media(max-width: 767px) and (orientation:landscape) {
    .header_9_parallax_bg .slide .hidden-landscape {
        display: none;
    }

    .header_9_parallax_bg .slide .mobile-push {
        margin-top: 30px;
    }

    .header_9_parallax_bg .slide.num_0 .mobile-push {
        margin-top: 30px;
    }
}

.header_9_parallax_bg .slide .container h1,
.header_9_parallax_bg .slide .container h2,
.header_9_parallax_bg .slide .container h3,
.header_9_parallax_bg .slide .container h4,
.header_9_parallax_bg .slide .container h5,
.header_9_parallax_bg .slide .container h6,
.header_9_parallax_bg .slide .container p {
    margin-top: 0;
}

.header_9_parallax_bg .slide a:hover,
.header_9_parallax_bg .slide a:active,
.header_9_parallax_bg .slide a:focus {
    color: #00a9f2;
    text-decoration: underline;
}

.header_9_parallax_bg .slide a.btn-ghost:active,
.header_9_parallax_bg .slide a.btn-ghost:hover,
.header_9_parallax_bg .slide a.btn-ghost:hover:focus {
    color: #fff;
    text-decoration: none;
}

.header_9_parallax_bg .slide a.btn-ghost:focus {
    color: #00a9f2;
    text-decoration: none;
}

.header_9_parallax_bg .scroll-down {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.header_9_parallax_bg .scroll-down .click-section {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
}

.header_9_parallax_bg .scroll-down .click-section:hover {
    background-color: #777;
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.header_9_parallax_bg .scroll-down .click-section p {
    margin-top: 7px;
    letter-spacing: 1.3px;
}

@media(min-width: 768px) and (max-width:1048px) {
    .header_9_parallax_bg .scroll-down {
        bottom: 50px;
    }
}

.header_9_parallax_bg .slide .explore .anim-widget .angle {
    -webkit-animation: throb 2s infinite;
    -moz-animation: throb 2s infinite;
    -o-animation: throb 2s infinite;
    animation: throb 2s infinite;
}

.header_9_parallax_bg .slide .explore .anim-widget .angle.one {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.header_9_parallax_bg .slide .explore .anim-widget .angle.two {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.header_9_parallax_bg .slide .explore .anim-widget .angle.three {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.header_9_parallax_bg .slide .explore .anim-widget .angle.four {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@-webkit-keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@-moz-keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@-o-keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes throb {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

.social_1_twitter_blog_press .social-tile.edged {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.social_1_twitter_blog_press .social-tile .tile-bg {
    height: 250px;
    overflow: hidden;
}

.social_1_twitter_blog_press .social-tile .tile-bg .tile-label {
    position: absolute;
    padding: 10px 12px 8px;
    background-color: #00a9f2;
    letter-spacing: 1.3px;
    font-weight: 400;
    z-index: 5;
}

.social_1_twitter_blog_press .social-tile .item-text {
    font-weight: 400;
    padding: 20px;
    margin: 0;
}

.social_1_twitter_blog_press .social-tile:hover .background {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.social_1_twitter_blog_press .social-tile:hover .link-text .item-text {
    color: #005b88;
}

.slideshow_radio-box {
    position: relative;
    height: 100%;
    margin-top: -50px;
}

.slideshow_radio.viewport {
    position: relative;
    height: 100%;
    padding: 65px 0;
}

.slideshow_radio.viewport .logo_setup {
    height: 60px;
    z-index: 30;
}

.slideshow_radio.viewport .logo_setup .the_logo img {
    margin: 15px;
}

.slideshow_radio.viewport .slide {
    position: absolute;
    top: 50px;
    top: 0 \9;
    bottom: 50px;
    right: 0;
    left: 0;
}

.slideshow_radio.viewport .slide.move-left {
    left: -100% \9;
    right: 100% \9;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.slideshow_radio.viewport .slide.move-up {
    top: -100% \9;
    bottom: 100% \9;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.slideshow_radio.viewport .slide_content {
    margin-top: 180px;
}

.slideshow_radio.viewport .slide_content h3 {
    margin-top: 70px;
}

.slideshow_radio.viewport .slide_content a.basic-link:hover {
    color: #00a9f2;
    text-decoration: underline;
}

.slideshow_radio.viewport .slide_content .slide-to-next {
    margin-top: 100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slideshow_radio.viewport .slide_content .slide-to-next.tuck {
    margin-top: 0;
}

.slideshow_radio.viewport .slide_content .center-under-btn {
    display: inline-block;
}

.slideshow_radio.viewport .slide_content .center-under-btn .block-out {
    display: block;
}

.slideshow_radio.viewport .slide_content .arrow-right {
    padding: 0 16px;
    background-image: url(../images/arrow-btn-sml.png);
    background-repeat: no-repeat;
    background-position: right;
}

.slideshow_radio.viewport .slide_content .large .arrow-right {
    padding: 0 16px;
    background-image: url(../images/arrow-btn.png);
    background-repeat: no-repeat;
    background-position: right;
}

.slideshow_radio.viewport .num_1,
.slideshow_radio.viewport .num_2,
.slideshow_radio.viewport .num_3,
.slideshow_radio.viewport .num_4 {
    display: none;
}

.slideshow_radio.demo .demo-slides .demo_slide+.demo_slide {
    display: none;
}

.slideshow_radio.demo {
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 30;
}

.slideshow_radio.demo .demo-container {
    width: 300px;
    height: 522px;
    margin-top: -537px;
    margin-left: 60%;
}

.slideshow_radio.demo .demo-container #touchPoint {
    position: absolute;
    z-index: 60;
}

.slideshow_radio.demo .demo-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/iphone-base.png);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 4;
}

.slideshow_radio.demo .demo-slides {
    position: absolute;
    overflow: hidden;
    height: 433px;
    width: 245px;
    margin-top: 89px;
    margin-left: 27px;
    background-color: white;
    z-index: 5;
}

.slideshow_radio.demo .demo-slides .demo-start {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/1-1.jpg);
    background-repeat: no-repeat;
    z-index: 50;
}

.slideshow_radio.demo .demo-slides .demo_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    z-index: 45;
}

.slideshow_radio.demo .demo-slides .demo_slide .slide-section {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slideshow_radio.demo .demo-slides .demo_slide .slide-section.notification {
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-top: 197px;
    margin-left: 32px;
}

.slideshow_radio.demo .demo-slides .transparent {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slideshow_radio.demo .demo-slides .no-repeat {
    background-repeat: no-repeat;
}

.slideshow_radio.demo .demo-slides .slide-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.slideshow_radio.demo .demo-slides .slide-left {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.slideshow_radio.demo .demo-slides .fade-in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slideshow_radio.navigator {
    height: 65px;
    margin-top: -65px;
    z-index: 35;
}

.slideshow_radio.navigator .controls {
    height: 100%;
}

.slideshow_radio.navigator .controls .cta-text {
    height: 65px;
}

.slideshow_radio.navigator .controls .cta-text p {
    line-height: 65px;
    margin: 0 30px;
    font-weight: 600;
}

.slideshow_radio.navigator .controls .cta-text p a {
    font-weight: 200;
}

.slideshow_radio.navigator .controls .cta-text p a:hover {
    color: #fff;
    text-decoration: underline;
}

.slideshow_radio.navigator .controls .backward {
    height: 100%;
    width: 65px;
    background-image: url(../images/arrow-nav-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slideshow_radio.navigator .controls .forward {
    height: 100%;
    width: 65px;
    background-image: url(../images/arrow-nav-right.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slideshow_radio.navigator .controls .disappear {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slideshow_radio.navigator.blue .controls {
    background-color: #0078c9;
}

.slideshow_radio.navigator.blue .controls .forward,
.slideshow_radio.navigator.blue .controls .backward {
    background-color: #00a9f2;
}

.slideshow_radio.navigator.green .controls {
    background-color: #3b661d;
}

.slideshow_radio.navigator.green .controls .forward,
.slideshow_radio.navigator.green .controls .backward {
    background-color: #578535;
}

.slideshow_radio.navigator.yellow .controls {
    background-color: #744d01;
}

.slideshow_radio.navigator.yellow .controls .forward,
.slideshow_radio.navigator.yellow .controls .backward {
    background-color: #a26b03;
}

.slideshow_radio.navigator.red .controls {
    background-color: #ab2b17;
}

.slideshow_radio.navigator.red .controls .forward,
.slideshow_radio.navigator.red .controls .backward {
    background-color: #ce462d;
}

.slideshow_radio.navigator .controls .points {
    height: 100%;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow_radio.navigator .controls .points .point {
    padding: 17px 10px;
}

.slideshow_radio.navigator .controls .points .point .dot {
    position: absolute;
    height: 6px;
    width: 6px;
    margin-top: 30px;
    margin-left: -3px;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 50%;
}

.slideshow_radio.navigator .controls .points .point.active .dot {
    height: 10px;
    width: 10px;
    margin-top: 28px;
    margin-left: -5px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

@media (max-height: 750px) and (min-width:768px) {
    .slideshow_radio.viewport .slide_content {
        margin-top: 100px;
    }

    .slideshow_radio.viewport .slide_content h2 {
        margin-top: 40px;
    }
}

@media (max-height: 650px) and (min-width:768px) {
    .slideshow_radio.viewport .slide_content {
        margin-top: 60px;
    }

    .slideshow_radio.viewport .slide_content h2 {
        margin-top: 70px;
    }
}

@media(max-width: 992px) {
    .slideshow_radio.viewport .container {
        width: 100%;
    }

    .slideshow_radio.viewport .slide_content .slide-to-next {
        margin-top: 20px;
    }
}

@media(max-width: 768px) {
    .slideshow_radio.viewport .ipad-full {
        width: 100%;
    }

    .slideshow_radio.viewport .slide_content {
        margin-top: 60px;
        text-align: center;
    }

    .slideshow_radio.viewport .slide_content h3 {
        margin-top: 30px;
    }

    .slideshow_radio.viewport .slide_content.ipad-push {
        margin-top: 300px;
    }

    .slideshow_radio.viewport .ipad-adjust {
        width: 25%;
        float: right;
        margin-top: 220px;
        text-align: left;
    }

    .slideshow_radio.viewport .ipad-adjust a {
        display: block;
    }

    .slideshow_radio.viewport .ipad-adjust a p {
        font-size: 30px;
    }

    .slideshow_radio.demo .demo-container {
        margin-right: auto;
        margin-left: auto;
    }

    .slideshow_radio .background {
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
}

@media(max-width: 767px) {
    .slideshow_radio-box {
        overflow: initial;
    }

    .slideshow_radio.viewport {
        height: 100%;
        padding: 50px 0 0;
    }

    .slideshow_radio.viewport .logo_setup {
        position: absolute;
    }

    .slideshow_radio.viewport .slide {
        position: relative;
        display: block !important;
        height: 100%;
        min-height: 600px;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .slideshow_radio.viewport .slide .background {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    .slideshow_radio.viewport .slide_content {
        margin-top: 0;
        min-height: 100%;
    }

    .slideshow_radio.viewport .slide_content h2,
    .slideshow_radio.viewport .slide_content h3 {
        margin-top: 130px;
        font-weight: 500;
    }

    .slideshow_radio.viewport .slide_content p {
        margin-top: 20px;
        font-weight: 100;
    }

    .slideshow_radio.viewport .slide_content .scroll-down {
        position: absolute;
        width: 100%;
        bottom: 30px;
    }

    .slideshow_radio.viewport .slide_content .basic-link {
        text-decoration: underline;
    }

    .slideshow_radio.viewport .slide_content .ipad-full {
        padding: 0;
    }

    .slideshow_radio.viewport .slide_content .mobile-img {
        text-align: center;
        margin-top: 90px;
    }

    .slideshow_radio.viewport .slide_content .mobile-img img {
        width: 100%;
        max-width: 350px;
    }

    .slideshow_radio.viewport .slide_content.ipad-push {
        margin-top: 0;
    }

    .slideshow_radio.viewport .slide_content {
        border-bottom-width: 10px;
        border-bottom-style: solid;
    }

    .slideshow_radio.viewport .slide_content[data-background=red] {
        border-color: #ab2b17;
    }

    .slideshow_radio.viewport .slide_content[data-background=green] {
        border-color: #3b661d;
    }

    .slideshow_radio.viewport .slide_content[data-background=blue] {
        border-color: #0078c9;
    }

    .slideshow_radio.viewport .slide_content[data-background=yellow] {
        border-color: #744d01;
    }

    .slideshow_radio.viewport .slide_content .throb-anim {
        opacity: 0.25;
    }

    .slideshow_radio.viewport .footer-copyright {
        background-color: #444;
    }

    .slideshow_radio.viewport .footer-copyright p {
        margin: 0;
        padding: 10px 0;
    }

    .slideshow_radio.viewport .slide_content .throb-anim {
        -webkit-animation: throb 2.5s infinite;
        -moz-animation: throb 2.5s infinite;
        -o-animation: throb 2.5s infinite;
        animation: throb 2.5s infinite;
    }

    .slideshow_radio.viewport .slide_content .throb-anim.one {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }

    .slideshow_radio.viewport .slide_content .throb-anim.two {
        -webkit-animation-delay: 1.25s;
        -moz-animation-delay: 1.25s;
        -o-animation-delay: 1.25s;
        animation-delay: 1.25s;
    }

    .slideshow_radio.viewport .slide_content .throb-anim.three {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
}

.events_img_12_4_sub3_text_7_text {
    padding-bottom: 60px;
}

.events_img_12_4_sub3_text_7_text+.events_img_12_4_sub3_text_7_text>.container {
    border-top: 1px solid lightgray;
    padding-top: 50px;
}

.events_img_12_4_sub3_text_7_text img {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .sapphire #header_content.col-lg-8 {
        width: 83.33333333%;
    }

    .sapphire #header_content.col-lg-offset-1 {
        margin-left: 0;
    }
}

.sapphire .header-video {
    padding-bottom: 0px;
}

.sapphire .header-video .container {
    min-height: inherit;
}

section.sapphire-faq h2 {
    width: 185px;
    margin: 30px 0 20px;
    border-top: 3px solid #777;
    text-transform: uppercase;
}

section.sapphire-faq .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.sapphire-faq .remove {
    display: none;
}

section.sapphire-faq h3 {
    padding-bottom: 30px;
}

section.sapphire-faq .accordian-container {
    margin-left: 40px;
}

section.sapphire-faq .accordian-container+.accordian-container {
    border-top: 1px solid #dfe6ec;
}

section.sapphire-faq .accordian-header {
    padding-top: 20px;
    padding-bottom: 10px;
    cursor: pointer;
}

section.sapphire-faq .accordian-content {
    padding-bottom: 15px;
}

section.sapphire-faq .accordian-content ul {
    padding-left: 80px;
}

section.sapphire-faq .accordian-content li {
    font-size: 18px;
    margin: 15px 0;
}

section.sapphire-faq p {
    font-size: 20px;
    line-height: 26px;
    padding-left: 35px;
}

section.sapphire-faq div.toggle-actions {
    float: left;
    margin-left: -55px;
    padding-top: 11px;
}

section.sapphire-faq span.toggle-show {
    background-image: url(../images/icon-open-777.png);
    background-repeat: no-repeat;
    background-position: 5px;
    cursor: pointer;
    padding-right: 25px;
    padding-left: 25px;
    vertical-align: sub;
}

section.sapphire-faq span.toggle-hide {
    background-image: url(../images/icon-close-777.png);
    background-repeat: no-repeat;
    background-position: 5px;
    cursor: pointer;
    padding-right: 25px;
    padding-left: 25px;
    vertical-align: sub;
}

@media(max-width: 600px) {
    section.sapphire-faq p {
        padding-left: 0px;
    }
}

.content_4_4_4_assets {
    padding: 40px 0;
}

.content_4_4_4_assets .col-sm-4 {
    margin: 50px 0;
}

.content_4_4_4_assets a.asset-hover:before {
    content: "";
    height: 2px;
    width: 85%;
    display: block;
    position: absolute;
    top: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content_4_4_4_assets a.asset-hover:hover:before {
    background: #009af2;
}

.content_4_4_4_assets .asset-cta:hover {
    text-decoration: underline;
}

.content_4_4_4_assets .asset-cta span {
    background: url('../images/ico-arrow.png') no-repeat right;
    padding: 16px;
    margin-left: 10px;
}

.content_4_4_4_assets .asset-cta span.whitepaper {
    background: url('../images/ico-asset-download.png') no-repeat right;
}

.content_4_4_4_assets .asset-cta span.casestudy {
    background: url('../images/ico-asset-download.png') no-repeat right;
}

.content_4_4_4_assets .asset-cta span.video {
    background: url('../images/ico-asset-play.png') no-repeat right;
}

.content_4_4_4_assets .asset-cta span.webinar {
    background: url('../images/ico-asset-webinar.png') no-repeat right;
}

.content_4_4_4_assets .asset-cta span.infographic {
    background: url('../images/ico-asset-infographic.png') no-repeat right;
}

.content_6_6_blog {
    padding: 20px 0;
}

.content_6_6_blog .col-sm-6 {
    border-left: 3px solid #009af2;
    min-height: 93px;
    margin: 30px 0;
}

.content_logo_list_cta .logo-list {
    margin-top: 20px;
}

.content_logo_list_cta .logo-item {
    height: 80px;
    line-height: 80px;
}

.content_logo_list_cta .bottom-cta {
    margin: 40px 0 30px;
}

.content_logo_list_cta .logo-item img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991px) {
    .content_logo_list_cta .logo-item {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .content_logo_list_cta .logo-item {
        box-sizing: content-box;
        padding: 20px 0 20px;
    }
}

.content-8-4-products {
    padding: 45px 0;
}

.content-8-4-products .col-title {
    margin-bottom: 40px;
    background-color: #eee;
    letter-spacing: 1.3px;
    padding: 10px;
    text-transform: uppercase;
}

.content-8-4-products .col-content {
    margin-top: 20px;
}

.content-8-4-products .col-md-8 {
    margin-bottom: 35px;
}

.content-8-4-products .col-sm-12 a:hover {
    color: #009af2;
}

.content-8-4-products .col-content h4 {
    margin-bottom: 20px;
}

.content-8-4-products .col-content p.xl {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .content-8-4-products .flex {
        display: flex;
        display: -webkit-flex;
        align-content: stretch;
        -webkit-align-content: stretch;
    }

    .content-8-4-products .col-title {
        position: absolute;
        width: calc(100% - 30px);
        top: 0;
    }

    .content-8-4-products .col-content {
        padding-bottom: 50px;
        padding-top: 60px;
    }

    .content-8-4-products .col-content p.xl {
        position: absolute;
        bottom: 0px;
    }
}

@media (max-width: 991px) {
    .content-8-4-products .col-title {
        margin-bottom: 10px;
    }
}

.menu-3-5-4 ul.sub-menu {
    padding: 0px;
    margin: 35px 0 14px;
}

.menu-3-5-4 ul.sub-menu li {
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1px solid #00a9f2;
    margin-right: 10px;
}

.menu-3-5-4 ul.sub-menu li.no-border {
    border: none;
}

.menu-3-5-4 ul.sub-menu li:hover a,
.menu-3-5-4 ul.sub-menu li a.active {
    color: #999;
}

.menu-3-5-4 ul.sub-menu li a.active:hover,
.menu-3-5-4 ul.sub-menu li a.active:active {
    cursor: default;
    text-decoration: none;
}

.menu-3-5-4 .columns-3 {
    margin: 50px 0;
}

.menu-3-5-4 .columns-3 .sub-menu-cta {
    margin-top: 38px;
}

.menu-3-5-4 .sub-menu-header {
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.menu-3-5-4 .sub-menu-cta:before {
    content: '';
    display: block;
    width: 31px;
    height: 28px;
    background: url('../images/arrow-green.png') no-repeat;
    top: 3px;
    position: absolute;
    left: 0;
}

.menu-3-5-4 .sub-menu-header:before {
    content: '';
    display: block;
    width: 31px;
    height: 28px;
    background: url('../images/nav-icon-manage-travel.png') no-repeat;
    top: 0;
}

.menu-3-5-4 .sub-menu-header.visibility:before {
    background: url('../images/nav-icon-provide-visibility.png') no-repeat;
}

.menu-3-5-4 .sub-menu-header.productivity:before {
    background: url('../images/nav-icon-increase-productivity.png') no-repeat;
}

.menu-3-5-4 .sub-menu-header span {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    letter-spacing: 1.3px;
}

.menu-3-5-4 .sub-menu-cta {
    color: #88c043;
    position: relative;
    padding-left: 33px;
}

.menu-3-5-4 .columns-1 {
    margin: 25px 0;
}

.menu-3-5-4 .columns-1 ul.sub-menu {
    margin: 25px 0 20px;
}

.menu-3-5-4 ul.sub-menu li p {
    margin: 0;
}

@media \0screen\,
screen\9 {
    .menu-3-5-4 .col-lg-5.columns-3 {
        width: 40% \9;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .menu-3-5-4 .columns-3 ul.sub-menu li {
        border: none;
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .menu-3-5-4 .columns-3 {
        margin: 25px 0;
    }
}

@media (max-width: 550px) {

    .menu-3-5-4 .columns-1 ul.sub-menu li,
    .menu-3-5-4 .columns-3 ul.sub-menu li {
        border: none;
        display: block;
        margin: 10px 0;
    }

    .menu-3-5-4 .columns-1 ul.sub-menu,
    .menu-3-5-4 .columns-3 ul.sub-menu {
        margin-top: 20px;
    }

    .menu-3-5-4 {
        padding: 20px 0;
    }
}

.problem_solution_result .headline {
    margin-top: 80px;
}

.problem_solution_result .container.triangle-border {
    border-top: 1px solid #e7e7e7;
}

.problem_solution_result .container.triangle-border img {
    margin: -1px auto 0px;
    display: block;
}

.problem_solution_result .container.reversed {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.problem_solution_result .container.reversed>.col-middle {
    float: right\9;
}

.problem_solution_result .container.reversed .col-md-offset-1 {
    margin-left: 0 \9;
    margin-right: 8.33% \9;
}

.problem_solution_result .col-middle+.col-middle> :first-child {
    margin-top: 100px;
    margin-top: 0px\9;
    padding-top: 0px;
}

.problem_solution_result .col-middle+.col-middle> :last-child {
    margin-bottom: 100px;
    padding-bottom: 0px;
}

.problem_solution_result .col-middle+.col-middle>p {
    margin-bottom: 100px\9;
}

.problem_solution_result .col-sm-height> :first-child {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 50px auto \9;
}

.problem_solution_result .container img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

@media(max-width: 767px) {
    .problem_solution_result .col-sm-height> :first-child {
        display: block;
    }

    .problem_solution_result .col-sm-height .col-middle {
        margin-top: 80px;
    }

    .problem_solution_result .col-sm-height .col-middle~.col-middle {
        margin-top: 0px;
    }

    .problem_solution_result .container>div {
        text-align: center;
    }

    .problem_solution_result .col-middle+.col-middle> :first-child {
        margin-top: 40px;
    }
}

#get-a-quote-form p {
    width: 80%;
    margin: 10px 0px 0px 0px;
}

#get-a-quote-form .form-checkbox {
    margin-top: 15px;
}

body.it_contact_form .form-item input[type='text'],
body.it_contact_form .form-item select,
body.it_contact_form .form-item textarea,
body.it_contact_form .grippie,
body.it_contact_form .input-matched {
    width: 100% !important;
}

body.it_contact_form .wrapper.col-sm-6 h2,
body.it_contact_form .input-matched {
    text-align: center;
}

@media(min-width: 768px) {
    body.it_contact_form .wrapper.col-sm-6 {
        margin-left: 25%;
    }
}

body.it_contact_form .wrapper.col-sm-6 {
    margin-left: 25% \9;
}

.content_4_4_4_offices {
    padding: 40px 0;
}

.content_4_4_4_offices .table {
    display: table;
    width: 100%;
}

.content_4_4_4_offices .table>div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.content_4_4_4_offices .locations:before {
    content: '';
    display: block;
    width: 42px;
    height: 60px;
    position: absolute;
    background: url('../images/ico-location.png') no-repeat;
    left: 0;
    top: 30px;
}

.content_4_4_4_offices .locations-inner {
    padding-left: 75px;
}

.content_4_4_4_offices a.arrow-right:hover {
    color: #00a9f2;
}

.content_4_4_4_offices .locate-link {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .content_4_4_4_offices .table>div {
        display: block;
        width: 100%;
    }

    .content_4_4_4_offices .locations {
        text-align: center;
    }

    .content_4_4_4_offices .locations:before {
        display: inline-block;
        position: static;
    }

    .content_4_4_4_offices .locations-inner {
        padding-left: 0;
    }

    .content_4_4_4_offices .locate-link {
        text-align: center;
        margin-top: 35px;
    }
}

.content_6_6_social {
    padding: 40px 0;
}

.content_6_6_social h4 {
    margin-bottom: 5px;
}

.content_6_6_social .social-links a {
    margin: 20px 0 20px 30px;
    display: inline-block;
}

.content_6_6_social .social-links a>img {
    max-width: 45px;
}

.content_6_6_social .social-inner:before {
    content: "";
    display: block;
    height: 50px;
    width: 60px;
    position: absolute;
    background: url('../images/ico-social.png');
    left: 0;
    top: 14px;
}

.content_6_6_social .social-inner {
    padding-left: 75px;
}

@media (max-width: 767px) {
    .content_6_6_social .social-inner {
        padding-left: 0;
        text-align: center
    }

    .content_6_6_social .social-inner:before {
        position: static;
        display: inline-block;
    }

    .content_6_6_social .social-links {
        text-align: center;
    }

    .content_6_6_social .social-links a {
        margin: 25px 15px 0px 15px;
    }
}

@media (max-width: 500px) {
    .content_6_6_social .social-links a {
        margin: 25px 10px 0px 10px;
    }
}

.cta_fusion {
    height: 125px;
}

@media (max-width: 992px) {
    .cta_fusion {
        height: auto;
    }
}

.cta_fusion .content-section {
    padding: 20px 10px;
}

.cta_fusion .content-section a:hover {
    color: white;
    cursor: pointer;
}

.cta_fusion .header-symbol img {
    padding: 35px 0px;
}

.cta_fusion p.sub {
    margin-top: -10px;
}

.content_video_multi .discription {
    display: none;
    margin: 0px 0px 0px 13px;
    width: 89%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 21% 18% 17% 30%;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.content_video_multi .video-thumb {
    margin-top: 30px;
}

.content_video_multi .video-thumb-top {
    margin-top: 28px;
}

.content_video_multi .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}

.content_video_multi .videoWrapper iframe,
.content_video_multi .videoWrapper object,
.content_video_multi .videoWrapper .x-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

css_C_ElewCfHXL…ymvSIpC4.css:3 sect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content_video_multi .videoWrapper .BrightcoveExperience {
    visibility: hidden;
}

.content_video_multi .video-overlay img,
.content_video_multi .videoWrapper img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.content_video_multi .video-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../images/video-module-overlay.png') no-repeat;
    background-position: 50% 50%;
    margin: 0px 0px 0px -20px;
    cursor: pointer;
}

.content_video_multi .videoWrapper span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../images/button-large.png') no-repeat;
    background-position: 50% 50%;
    margin: -20px 0px 0px 0px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .content_video_multi .videoWrapper {
        margin: 0px 15px;
    }

    .content_video_multi .discription {
        width: 94%;
        font-size: 24px;
        padding: 21% 18% 17% 38%;
    }
}

@media (max-width: 992px) {
    .content_video_multi .discription {
        width: 92%;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .content_video_multi .discription {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .content_video_multi .discription {
        width: 89%
    }
}

@media (max-width: 450px) {
    .content_video_multi .discription {
        width: 84%;
        padding: 22% 8% 18% 23%;
    }

    .content_video_multi .video-overlay span {
        background: url('../images/ico-playbuttonxsmall.png') no-repeat;
        margin: 0px 0px 0px 2px;
    }
}

@media (max-width: 320px) {
    .content_video_multi .discription {
        width: 82%;
        padding: 20% 8% 13% 16%;
    }

    .content_video_multi .video-overlay span {
        background: url('../images/ico-playbuttonxsmall.png') no-repeat;
        margin: -5px 0px 0px -13px;
    }
}

.content_10_1_quote .col-sm-8 {
    margin-bottom: 100px;
}

.content_10_1_quote .col-sm-8 h5 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .content_10_1_quote .col-sm-8 {
        margin-bottom: 0;
    }
}

.chart_3_left_asset_right {
    padding: 50px 0;
}

.chart_3_left_asset_right .chart-item {
    position: relative;
}

.chart_3_left_asset_right .chart-item .inside-counter {
    position: absolute;
    left: 40%;
    top: 18%;
}

.chart_3_left_asset_right .circles {
    padding: 20px 0
}

.chart_3_left_asset_right ul.section-menu {
    list-style-type: none;
    padding: 0
}

.chart_3_left_asset_right ul.section-menu li {
    display: inline-block;
    margin: 5px;
    padding: 0 15px 0 0;
    border-right: 1px solid #444;
}

.chart_3_left_asset_right ul.section-menu li p {
    margin: 0;
}

.chart_3_left_asset_right ul.section-menu li:last-child {
    border: none
}

.chart_3_left_asset_right p.bottom-content {
    padding: 20px 0;
}

.chart_3_left_asset_right .iphone-text {
    padding-top: 10px;
}

.chart_3_left_asset_right .iphone-text a p {
    margin-bottom: 5px;
    text-align: center;
}

.chart_3_left_asset_right .iphone-text a span {
    color: #00a9f2;
    font-weight: 300;
}

.chart_3_left_asset_right .iphone-text img {
    max-width: 100%;
    margin: 15px 0;
}

.chart_3_left_asset_right .iphone-text a {
    margin: 25px 0;
    display: block;
}

@media (max-width: 991px) {
    .chart_3_left_asset_right .iphone-text {
        position: static;
        width: 100%;
        background-color: #004274;
        text-align: left;
        padding: 15px;
        margin: 20px 0;
    }

    .chart_3_left_asset_right .iphone-text img {
        max-width: 15%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .chart_3_left_asset_right .iphone-text a p {
        color: white;
        max-width: 75%;
        display: inline-block;
        padding-left: 5%;
        vertical-align: middle;
        text-align: left;
    }

    .chart_3_left_asset_right .iphone-text a span {
        color: white;
    }
}

@media (max-width: 450px) {
    .chart_3_left_asset_right ul.section-menu li {
        border: none;
    }

    .chart_3_left_asset_right .iphone-text img {
        max-width: 25%;
    }

    .chart_3_left_asset_right .iphone-text a p {
        max-width: 65%;
    }
}

.chart_3_left_asset_right .chart-tooltip-container {
    position: relative;
    height: 20px;
}

.chart_3_left_asset_right .chart-tooltip-container .chart-tooltip {
    position: absolute;
    height: 100%;
    width: 280px;
    bottom: 0;
    visibility: hidden;
    webkit-transition: all 0.15s ease-in-out;
    moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.chart_3_left_asset_right .chart-tooltip-container.point-left .chart-tooltip {
    left: 30px;
    webkit-transform: scale(0.1) translate(-500%, 0);
    moz-transform: scale(0.1) translate(-500%, 0);
    transform: scale(0.1) translate(-500%, 0);
}

.chart_3_left_asset_right .chart-tooltip-container.point-top .chart-tooltip {
    top: 30px;
    right: -60px;
    webkit-transform: scale(0.1) translate(0, -500%);
    moz-transform: scale(0.1) translate(0, -500%);
    transform: scale(0.1) translate(0, -500%);
}

.chart_3_left_asset_right .chart-tooltip-container .chart-tooltip .chart-tooltip-shift {
    position: absolute;
    width: 100%;
    padding: 10px;
    color: #444;
    background-color: #efefef;
    border-radius: 5px;
}

.chart_3_left_asset_right.asset-bottom .chart-tooltip-container .chart-tooltip .chart-tooltip-shift {
    background-color: #fff;
}

.chart_3_left_asset_right .chart-tooltip-container .chart-tooltip .chart-tooltip-shift p {
    margin: 0;
}

.chart_3_left_asset_right .chart-tooltip-container .chart-tooltip .triangle-container {
    position: absolute;
    top: 50%;
}

.chart_3_left_asset_right .chart-tooltip-container.point-left .chart-tooltip .triangle-container {
    left: -15px;
}

.chart_3_left_asset_right .chart-tooltip-container.point-top .chart-tooltip .triangle-container {
    top: -8px;
    left: 74%;
}

.chart_3_left_asset_right .chart-tooltip-container.point-left .chart-tooltip .chart-tooltip-triangle {
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 8px;
    border-color: transparent #fff transparent transparent;
}

.chart_3_left_asset_right .chart-tooltip-container.point-top .chart-tooltip .chart-tooltip-triangle {
    margin-top: -6px;
    border-style: solid;
    border-width: 8px 6px;
    border-color: transparent transparent #efefef transparent;
}

.chart_3_left_asset_right.asset-bottom .chart-tooltip-container.point-top .chart-tooltip .chart-tooltip-triangle {
    border-color: transparent transparent #fff transparent;
}

.chart_3_left_asset_right .chart-tooltip-container .chart-tooltip-hover:hover+.chart-tooltip,
.chart_3_left_asset_right.chart-tooltip-container .chart-tooltip:hover {
    visibility: visible;
    webkit-transform: scale(1);
    moz-transform: scale(1);
    transform: scale(1);
}

.chart_3_left_asset_right.asset-bottom {
    padding: 50px 0 0;
    background-color: #efefef;
}

.chart_3_left_asset_right.asset-bottom ul.section-menu {
    margin-bottom: 60px;
}

.chart_3_left_asset_right.asset-bottom .bg-blue-dark {
    padding: 30px 0;
    clear: both;
}

.chart_3_left_asset_right.asset-bottom .bg-blue-dark a:before {
    content: '';
    display: block;
    background: url('../images/download_arrow.png') no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    background-size: cover;
    left: 0px;
    top: 8px;
}

.chart_3_left_asset_right.asset-bottom .bg-blue-dark a {
    width: 28%;
    margin-right: 5%;
    padding-left: 35px;
    float: left;
    position: relative;
}

.chart_3_left_asset_right.asset-bottom .bg-blue-dark a p {
    margin-top: 10px;
}

.chart_3_left_asset_right.asset-bottom .asset-links p {
    color: white;
}

.chart_3_left_asset_right.asset-bottom .asset-links .col-xs-4,
.chart_3_left_asset_right.asset-bottom .asset-links img {
    display: none;
}

@media (max-width: 991px) {
    .chart_3_left_asset_right.asset-bottom .bg-blue-dark a {
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    .chart_3_left_asset_right .content_fdm_overview ul.section-menu li {
        border: none;
    }
}

.content_fdm_overview {
    padding: 40px 0;
}

.content_fdm_overview .section-header {
    margin-bottom: 30px;
}

.content_fdm_overview .sub-head {
    margin: 30px 0;
}

.content_fdm_overview .col-sm-5 p {
    margin-top: 15px;
    margin-bottom: 30px;
}

.content_fdm_overview .col-md-5 {
    margin-bottom: 50px;
}

.content_fdm_overview .col-md-5 img {
    height: 80px;
    margin: 20px 0 15px;
}

.content_fdm_overview ul.section-menu {
    list-style-type: none;
    padding: 0
}

.content_fdm_overview ul.section-menu li {
    display: inline-block;
    margin: 5px;
    padding: 0 15px 0 0;
    border-right: 1px solid #444;
}

.content_fdm_overview ul.section-menu li p {
    margin: 0;
}

.content_fdm_overview ul.section-menu li:last-child {
    border: none
}

@media (max-width: 991px) {
    .content_fdm_overview {
        background-position: 0 400px !important;
        padding-bottom: 80px;
    }
}

@media (max-width: 500px) {
    .content_fdm_overview ul.section-menu li {
        border: none;
    }
}

.content_fdm_visibility {
    padding: 50px 0;
    background-color: #efefef;
}

.content_fdm_visibility .iphone-text {
    padding-top: 10px;
}

.content_fdm_visibility .iphone-text a p {
    margin-bottom: 5px;
    text-align: center;
}

.content_fdm_visibility .iphone-text a span {
    color: #00a9f2;
    font-weight: 300;
}

.content_fdm_visibility .iphone-text img {
    max-width: 100%;
    margin: 15px 0;
}

.content_fdm_visibility .iphone-text a {
    margin: 25px 0;
    display: block;
}

.content_fdm_visibility #globe {
    width: 70%
}

.content_fdm_visibility ul.section-menu {
    list-style-type: none;
    padding: 0
}

.content_fdm_visibility p.bottom-content {
    padding: 20px 0;
}

.content_fdm_visibility ul.section-menu li {
    display: inline-block;
    margin: 5px;
    padding: 0 15px 0 0;
    border-right: 1px solid #444;
}

.content_fdm_visibility ul.section-menu li p {
    margin: 0;
}

.content_fdm_visibility ul.section-menu li:last-child {
    border: none
}

@media (max-width: 991px) {
    .content_fdm_visibility .iphone-text {
        position: static;
        width: 100%;
        background-color: #004274;
        text-align: left;
        padding: 15px;
        margin: 20px 0;
    }

    .content_fdm_visibility .iphone-text img {
        max-width: 15%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .content_fdm_visibility .iphone-text a p {
        color: white;
        max-width: 75%;
        display: inline-block;
        padding-left: 5%;
        vertical-align: middle;
        text-align: left;
    }

    .content_fdm_visibility .iphone-text a span {
        color: white;
    }
}

@media (max-width: 500px) {
    .content_fdm_visibility ul.section-menu li {
        border: none;
    }

    .content_fdm_visibility .iphone-text img {
        max-width: 25%;
    }

    .content_fdm_visibility .iphone-text a p {
        max-width: 65%;
    }
}

.content_fdm_visibility.asset-bottom {
    padding: 50px 0 0;
    background-color: #efefef;
}

.content_fdm_visibility.asset-bottom ul.section-menu {
    margin-bottom: 60px;
}

.content_fdm_visibility .bg-blue-dark {
    padding: 30px 0;
    clear: both;
}

.content_fdm_visibility .bg-blue-dark a:before {
    content: '';
    display: block;
    background: url('../images/download_arrow.png') no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
    background-size: cover;
    left: 0px;
    top: 8px;
}

.content_fdm_visibility .bg-blue-dark a {
    width: 28%;
    margin-right: 5%;
    padding-left: 35px;
    float: left;
    position: relative;
}

.content_fdm_visibility .bg-blue-dark a p {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .content_fdm_visibility .bg-blue-dark a {
        width: 100%;
        margin: 10px 0;
    }
}

.social_2_blog_press .social-tile {
    background-color: #fff;
}

.social_2_blog_press .social-tile .tile-bg .tile-label {
    background-color: #00a9f2;
    padding: 7px 20px;
}

.social_2_blog_press .social-tile .link-text {
    margin-bottom: 75px;
    padding: 2px 0;
}

.social_2_blog_press .social-tile .flush-left {
    padding-left: 0;
}

.social_2_blog_press .social-tile .social-text {
    margin-top: 50px;
    min-height: 192px;
}

.social_2_blog_press .social-tile.blog .blog-cover {
    background-color: #000;
    background-image: url(../css/images/linear_bg_1.png);
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#000));
    background: -webkit-linear-gradient(top, #666, #000);
    background: -moz-linear-gradient(top, #666, #000);
    background: -ms-linear-gradient(top, #666, #000);
    background: -o-linear-gradient(top, #666, #000);
    opacity: 0.6;
}

@media (max-width: 991px) {
    .social_2_blog_press .container-md {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .social_2_blog_press .social-tile .social-text {
        margin-top: 0;
        min-height: 0;
    }
}

.cta_split .col-sm-6 {
    padding: 40px;
    min-height: 330px;
}

.cta_split .cta-link {
    margin-top: 20px;
}

.cta_split .left_bg_full {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
}

.cta_split .right_bg_full {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
}

.header_section_text .section-title {
    padding-bottom: 20px;
    margin: 20px 0 0;
}

@media (max-width: 767px) {
    .header_section_text {
        padding: 30px 0 !important;
    }

    .header_section_text .section-title {
        padding-bottom: 10px;
    }
}

body .nav-major {
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    transition: height 0.2s ease-in-out;
}

body .container .top-header {
    width: 100%;
    background: #fff;
    position: relative;
}

body .container .bottom-header{
    width: 100%;
    background-color: #000;
    position: relative;
}

body .container .header-section {
    padding: 15px 0px 15px;
    height: 65px;
    max-width: 1240px;
    margin: auto;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}

.nav-major .contextual-links-region {
    position: static;
}


.nav-major #logoBox {
    /*background: url(../images/sap_concur_fusion_logo_header_0.png) no-repeat;*/
    /*background: url(../images/SAPConcur_Fusion_header_image.png) no-repeat;*/
    height: 65px;
    width: 190px;
    margin: 10px 0;
    background-size: contain;
}

.nav-major .region-menu {
    float: left;
    margin-left: 50px;
}

.nav-major ul.menu {
    margin: 0;
    padding: 0;
}

.nav-major ul.menu li {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
}

.nav-major ul.menu li.li-button {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-major ul.menu li a {
    color: #fff;
    font-weight: 100;
    font-size: 17px;
    width: 130px;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 80px;
    max-height: 90px;
    padding-left: 15px;
}

.nav-major ul.menu li a:not(.btn).active {
    color: #C114A2;
}

@media(min-width: 992px) {
    .nav-major ul.menu li:hover>ul {
        height: auto;
        padding: 10px 0;
    }

    .nav-major ul.menu li:hover>ul li {
        width: 100%;
        height: auto;
        margin: 0;
        vertical-align: top;
    }

    .nav-major ul.menu li:hover>ul li a {
        height: auto;
        padding: 10px 15px;
        margin: 0;
        line-height: 20px;
        width: 100%;
    }

    .nav-major ul.menu li:hover>ul li a:hover {
        color: #00a9f2;
    }

    .nav-major ul.menu li:hover>a:not(.btn) {
        color: #000;
        background: #fff;
    }

    .nav-major ul.menu li a.btn {
        line-height: 16px;
        width: initial;
        margin-top: 30px;
        padding: 13px 20px 12px;
        text-align: center;
    }

    .nav-major ul.menu li>ul {
        position: absolute;
        height: 0;
        background-color: #333;
        color: #fff;
        width: 200%;
        overflow: hidden;
        line-height: 20px;
    }
}

@media(max-width: 1199px) {
    .nav-major ul.menu li a {
        width: 115px;
        font-size: 15px;
    }

    .nav-major .region-menu {
        margin-left: 20px;
    }
}

@media(max-width: 991px) {
    body .nav-major {
        height: 90px;
        overflow: hidden;
        width: 100%;
        position: absolute;
    }

    body .nav-major.expanded {
        position: fixed;
        height: 100%;
        overflow: scroll;
        padding-bottom: 30px;
    }

    .sap-shadow {
        position: absolute;
        width: 100%;
        top: 90px;
    }

    div.region-content {
        padding-top: 120px;
    }

    .nav-major ul.menu {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        top: 120px;
        left: 0;
        border-top: 1px solid;
        margin-bottom: 100px;
    }

    .nav-major ul.menu li {
        display: block;
        height: auto;
        border-bottom: 1px solid;
    }

    .nav-major ul.menu li ul {
        display: none;
    }

    .nav-major ul.menu li a {
        width: 100%;
        padding: 15px;
        text-align: center;
        height: auto;
        line-height: 20px;
        font-size: 18px;
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        margin: 0;
    }

    .nav-major ul.menu li a:hover {
        background: #fff;
        color: #00a9f2;
    }

    .nav-major ul.menu li.li-button {
        position: relative;
    }

    .nav-major a.hamburger {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 20px;
        padding-right: 25px;
    }

    .nav-major a.hamburger:hover {
        color: #fff;
        cursor: pointer;
    }

    .nav-major a.hamburger:after {
        content: '\f0c9';
        height: 20px;
        width: 20px;
        display: block;
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.region-footer {
    padding: 30px 0;
    background: #000;
}

.region-footer a:hover {
    /*color: #00a9f2;*/
    color: #23527c;
    text-decoration: underline;
}

.region-footer #logoBox {
    background: url(../images/sap-concur.svg) no-repeat;
    width: 182px;
    height: 33px;
    margin-bottom: 20px;
    background-size: cover;
}

.cta_6_html_block {
    padding: 30px 0;
}

.cta_6_html_block a.btn {
    margin-top: 10px;
}

.asset_section_1 .asset-bg {
    background-size: cover;
}

.asset_section_1 {
    background-color: #004a7d;
}

.asset_section_1 a,
.asset_section_1 h3,
.asset_section_1 p {
    color: #fff;
}

.asset_section_1 a:hover {
    color: #00a9f2;
}



/*---------------------------------------------------------------------------*/

/* Container for video */
.header_section_header_video {
    overflow: hidden;
}

.header_section_header_video .header_video_bg_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 40px;
}




/* Black overlay on video */
.header_section_header_video .header_video_bg_wrapper:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    display: block;
}




/* Video css */
.header_section_header_video #header_video_bg {
    height: 135%;
    position: absolute;
    min-width: 100%;
    object-fit: cover;
    top: -17%;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
}

.header_section_header_video .header_video_content {
    position: relative;
    padding: 60px 15px;
}

.header_section_header_video .header_video_logo {
    max-width: 80%;
}

.header_section_header_video .header_video_content h3,
.header_section_header_video .header_video_content h4 {
    margin: 0;
}

.header_section_header_video .btn {
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 100;
}

@media (min-width: 768px) {
    .header_section_header_video .header_video_logo {
        width: auto;
    }
}

@media (max-width: 767px) {
    .header_section_header_video {
        height: auto;
    }

    .header_section_header_video .header_video_content {
        padding: 30px 15px;
    }
}



/*---------------------------------------------------------------------------*/
.asset-preview-layout {
    margin-bottom: 10px;
}

.asset-preview-layout .asset-thumb {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
}

.asset-preview-layout .asset-thumb a {
    position: relative;
    display: block;
    line-height: 0;
}

.asset-preview-layout .asset-thumb a img {
    position: relative;
    width: 100%;
}

.asset-preview-layout .asset-thumb .thumb-overlay {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    padding: 3px 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.55);
    background-color: #777\9;
    z-index: 10;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.asset-preview-layout .asset-thumb .thumb-overlay p {
    margin: 0;
    padding: 5px 24px 5px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}

.asset-preview-layout .asset-thumb .thumb-overlay i {
    float: left;
    padding: 5px 10px 5px 18px;
    font-size: 23px;
    line-height: 20px;
    vertical-align: middle;
}

.asset-preview-layout .asset-thumb a:hover .thumb-overlay {
    padding-bottom: 9px;
}

.thumbnail-container {
    display: block;
    width: 180px;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #eee;
    cursor: pointer;
}

.thumbnail-container .thumbnail-img-layout {
    position: relative;
    padding: 4px;
    background-color: #fff;
    border: 2px solid #fff;
    line-height: 0;
}

.thumbnail-container .thumbnail-img-layout .place-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 7px;
    background-color: #fff;
}

.thumbnail-container .thumbnail-img-layout .place-icon i {
    display: block;
    color: #1aade9;
    font-size: 23px;
    line-height: 23px;
}

.thumbnail-container .thumbnail-img-layout img {
    width: 100%;
}

.thumbnail-container .title-container {
    padding: 14px 0 8px;
}

.thumbnail-container .title-container p {
    display: block;
    margin: 0;
    color: #1aade9;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
}

.thumbnail-container:hover .thumbnail-img-layout {
    border-color: #1aade9;
}

.asset-layout .concur-resource-carousel div.view-content {
    background: #767a7b;
}

.asset-layout .concur-resource-carousel .active .views-field-field-description {
    font-size: 12px;
    line-height: 14px;
}

.asset-layout .concur-resource-carousel .views-field-title a,
.concur-resource-carousel .views-field-field-description {
    font-size: 15px;
    line-height: 18px;
}

.asset-layout .concur-resource-carousel div.view-content {
    margin: 30px 0 -20px -20px;
}

.asset-layout #asset-search-box .form-submit {
    top: 8px;
}

.asset-layout #views-exposed-form-asset-search-uk-page .views-exposed-widgets #edit-populate,
.asset-layout #asset-search-box .views-exposed-widgets #edit-populate {
    top: 0px;
}

.asset-layout h1.title {
    font-weight: 400;
    padding-top: 13px;
    padding-bottom: 20px;
    margin-top: 10px;
}

.asset-layout #views-exposed-form-asset-search-uk-page,
.asset-layout #asset-search-box {
    top: 10px;
}

.view.view-resource-center-filter-uk.view-id-resource_center_filter_uk.view-display-id-rc_filter.rc-filter .view-header>.view-resource-filter-carousel-uk {
    padding-bottom: 50px;
}

.container-inline-date {
    clear: both;
}

.container-inline-date .form-item {
    float: none;
    margin: 0;
    padding: 0;
}

.container-inline-date>.form-item {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 10px;
    vertical-align: top;
}

.container-inline-date .form-item .form-item {
    float: left;
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
    width: auto;
}

.container-inline-date .description {
    clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px;
}

.container-inline-date .date-spacer {
    margin-left: -5px;
}

.views-right-60 .container-inline-date div {
    margin: 0;
    padding: 0;
}

.container-inline-date .date-timezone .form-item {
    clear: both;
    float: none;
    width: auto;
}

.container-inline-date .date-padding {
    padding: 10px;
    float: left;
}

.views-exposed-form .container-inline-date .date-padding {
    padding: 0;
}

#calendar_div,
#calendar_div td,
#calendar_div th {
    margin: 0;
    padding: 0;
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
    border-collapse: separate;
    margin: 0;
    width: 185px;
}

.calendar td {
    padding: 0;
}

span.date-display-single {}

span.date-display-start {}

span.date-display-end {}

.date-prefix-inline {
    display: inline-block;
}

.date-clear {
    clear: both;
    display: block;
    float: none;
}

.date-no-float {
    clear: both;
    float: none;
    width: 98%;
}

.date-float {
    clear: none;
    float: left;
    width: auto;
}

.date-float .form-type-checkbox {
    padding-right: 1em;
}

.form-type-date-select .form-type-select[class$=hour] {
    margin-left: .75em;
}

.date-container .date-format-delete {
    float: left;
    margin-top: 1.8em;
    margin-left: 1.5em;
}

.date-container .date-format-name {
    float: left;
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px;
}

.date-container .select-container {
    clear: left;
    float: left;
}

div.date-calendar-day {
    background: #F3F3F3;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    color: #999;
    float: left;
    line-height: 1;
    margin: 6px 10px 0 0;
    text-align: center;
    width: 40px;
}

div.date-calendar-day span {
    display: block;
    text-align: center;
}

div.date-calendar-day span.month {
    background-color: #B5BEBE;
    color: white;
    font-size: .9em;
    padding: 2px;
    text-transform: uppercase;
}

div.date-calendar-day span.day {
    font-size: 2em;
    font-weight: bold;
}

div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px;
}

.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
    margin-left: 1.3em;
}

#edit-field-settings-granularity .form-type-checkbox {
    margin-right: .6em;
}

.date-year-range-select {
    margin-right: 1em;
}

#ui-datepicker-div {
    font-size: 100%;
    font-family: Verdana, sans-serif;
    background: #eee;
    border-right: 2px #666 solid;
    border-bottom: 2px #666 solid;
    z-index: 9999;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.field .field-label {
    font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
    float: left;
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table th.field-label {
    padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}

form .field-add-more-submit {
    margin: .5em 0 0;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

td.revision-current {
    background: #ffc;
}

.search-form {
    margin-bottom: 1em;
}

.search-form input {
    margin-top: 0;
    margin-bottom: 0;
}

.search-results {
    list-style: none;
}

.search-results p {
    margin-top: 0;
}

.search-results .title {
    font-size: 1.2em;
}

.search-results li {
    margin-bottom: 1em;
}

.search-results .search-snippet-info {
    padding-left: 1em;
}

.search-results .search-info {
    font-size: 0.85em;
}

.search-advanced .criterion {
    float: left;
    margin-right: 2em;
}

.search-advanced .action {
    float: left;
    clear: left;
}

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

#user-admin-roles td.edit-name {
    clear: both;
}

#user-admin-roles .form-item-name {
    float: left;
    margin-right: 1em;
}

.password-strength {
    width: 17em;
    float: right;
    margin-top: 1.4em;
}

.password-strength-title {
    display: inline;
}

.password-strength-text {
    float: right;
    font-weight: bold;
}

.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}

.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}

input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}

div.password-confirm {
    float: right;
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}

div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,
.password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

.profile .user-picture {
    float: right;
    margin: 0 1em 1em 0;
}

.profile h3 {
    border-bottom: 1px solid #ccc;
}

.profile dl {
    margin: 0 0 1.5em 0;
}

.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

.profile dd {
    margin: 0 0 1em 0;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid tbody {
    border-top: none;
}

.view .progress-disabled {
    float: none;
}







/*---------------------------------------------------------------------------*/
#concur-responsive-menu {
    height: 75px;
    background-color: #222;
    position: relative;
}

body.menu-expand,
body.fixit.menu-expand {
    overflow: hidden;
}

body.menu-expand #sap-banner.retract,
body.fixit.menu-expand #sap-banner.retract,
body.menu-expand-pad #sap-banner.retract,
body.fixit.menu-expand-pad #sap-banner.retract {
    overflow-y: scroll;
}

body.menu-expand-pad,
body.fixit.menu-expand-pad {
    overflow: hidden;
}

.logged-in .sticky-menu {
    box-sizing: border-box;
}

.logged-in .sticky-menu.fixed {
    padding-right: 50px;
}

.node-type-page #concur-responsive-menu .menu-container,
.cust_grid_3-9-4 #concur-responsive-menu .menu-container,
.cust_grid_3-13-0 #concur-responsive-menu .menu-container,
.node-type-page.responsive-menu #concur-responsive-footer .footer-container,
.cust_grid_3-9-4.responsive-menu #concur-responsive-footer .footer-container,
.cust_grid_3-13-0.responsive-menu #concur-responsive-footer .footer-container {
    width: 1000px;
    margin: 0 auto !important;
}

.concur7.concur7-page-override #concur-responsive-menu .menu-container,
.concur7.concur7-page-override.responsive-menu #concur-responsive-footer .footer-container {
    width: 100%;
    max-width: 1170px;
}

@media (min-width: 768px) {

    .concur7.concur7-page-override #concur-responsive-menu .menu-container,
    .concur7.concur7-page-override.responsive-menu #concur-responsive-footer .footer-container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .concur7.concur7-page-override #concur-responsive-menu .menu-container,
    .concur7.concur7-page-override.responsive-menu #concur-responsive-footer .footer-container {
        width: 970px;
    }
}

@media(min-width: 1200px) {

    .concur7.concur7-page-override #concur-responsive-menu .menu-container,
    .concur7.concur7-page-override.responsive-menu #concur-responsive-footer .footer-container {
        width: 1170px;
    }
}

.cust_grid_0-12-0 #concur-responsive-menu .menu-container,
.cust_grid_3-9-0 #concur-responsive-menu .menu-container,
.cust_grid_3-7-2 #concur-responsive-menu .menu-container,
.page-en-us-get-quote #concur-responsive-menu .menu-container,
.page-get-quote #concur-responsive-menu .menu-container,
.page-user #concur-responsive-menu .menu-container,
.cust_grid_0-12-0 #concur-responsive-footer .footer-container,
.cust_grid_3-9-0 #concur-responsive-footer .footer-container,
.cust_grid_3-7-2 #concur-responsive-footer .footer-container,
.page-en-us-get-quote #concur-responsive-footer .footer-container,
.page-get-quote #concur-responsive-footer .footer-container,
.page-user #concur-responsive-footer .footer-container,
.page-media-resources #concur-responsive-menu .menu-container,
.page-media-resources #concur-responsive-footer .footer-container,
.page-media-resources #sap-banner .outer-container,
.asset-layout #page-inner-shadow #concur-responsive-menu .menu-container,
.asset-layout.page-en-us-resource-center #concur-responsive-footer .footer-container {
    width: 1020px;
}

.ppc-landing #concur-responsive-menu .menu-container {
    width: 975px;
}

.ppc-landing #concur-responsive-menu .menu-wrap {
    margin-left: 50px;
}

.node-type-landing-page-2013 #concur-responsive-menu .menu-container {
    max-width: 900px;
    width: 100%;
    padding: 0 15px;
}

.node-type-landing-page-2013 #concur-responsive-menu .menu-wrap {
    margin: 0;
    padding: 0 15px;
}

.node-type-landing-page-2013 #logo {
    margin-left: 0;
}

.node-type-better-way .sticky-menu .menu-container {
    width: 925px;
}

.node-type-webform #concur-responsive-menu .menu-container,
.node-type-webform #concur-responsive-footer .footer-container,
.node-type-webform #sap-banner .outer-container {
    width: 1020px;
}

.ft-reg-form #concur-responsive-menu .menu-wrap,
.ft-reg-form #concur-responsive-footer .footer-wrap {
    margin: 0 85px;
}

.responsive-menu div.grid_10.push_1 {
    overflow: hidden;
}

.login-layout-2014 #page-wrapper {
    height: 100%;
}

.solutions-template-2012 #concur-responsive-menu+div,
.layout-2012-ref #concur-responsive-menu+div,
    {
    padding-top: 20px;
}

.responsive-menu #highlight-hero-wrapper {
    margin-top: 20px;
}

body a#logo {
    background: none;
}

body .responsive-header {
    margin-top: 0;
}

.responsive-menu div.responsive-header {
    padding-top: 130px;
}

.node-type-better-way #footer,
.node-type-landing-page-2013 #footer,
.node-type-landing-page-2013 #concur-responsive-menu {
    display: none;
}

.node-type-landing-page-2013 #page-inner-shadow {
    padding-bottom: 0;
}

.node-type-landing-page-2013 img.hidden-phone {
    margin-top: 0;
}

.node-type-landing-page-2013 div.responsive-header {
    padding-top: 130px;
}

.node-type-landing-page-2013 #main-wrapper {
    padding-top: 0;
}

.responsive-menu #sap-banner {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.responsive-menu #sap-banner.retract {
    height: 0;
    padding: 0px;
    overflow: hidden;
}

.responsive-menu #sap-banner .inner-container {
    height: 30px;
    margin: 0px 0px 0px 20px;
}

.page-partners #sap-banner .inner-container {
    margin: 0px;
}

.sticky-menu,
#menu-search>div {
    background: #111;
}

.sticky-menu {
    height: 75px;
    width: 100%;
    z-index: 100;
    position: absolute;
    -webkit-transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -ms-transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.sticky-menu.expanded {
    height: 100% !important;
    min-width: 0 !important;
    background: #111;
    background: rgba(17, 17, 17, 0.98) !important;
    overflow-y: scroll;
    overflow-x: auto;
    position: fixed !important;
    overflow-y: hidden \9;
}

.sticky-menu.fixed {
    top: 0;
}

.node-type-homepage-2013 .sticky-menu {
    background: #111;
    background: rgba(17, 17, 17, 0.95);
}

.sticky-menu #logo {
    position: static;
}

.sticky-menu #logoBox {
    background: url('../images/desktop-logo.png') no-repeat;
    width: 135px;
    height: 33px;
    margin-top: 21px;
}

.sticky-menu .menu-container {
    margin: 0px auto;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.sticky-menu .menu-container ul.menu {
    padding: 0px;
    width: 100%;
    list-style-type: none;
    margin-top: 100px;
    padding-top: 25px;
    clear: both;
    z-index: 1000;
    box-sizing: border-box;
}

.sticky-menu ul.menu li {
    display: inline-block;
    width: 23%;
    margin: 10px 2% 0 0;
    position: relative;
    vertical-align: top;
    padding-top: 20px;
    box-sizing: border-box;
}

.sticky-menu ul.menu li:before {
    background-color: #363636;
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sticky-menu ul.menu li:hover:before {
    height: 3px;
    background-color: rgb(0, 169, 242);
}

.sticky-menu ul.menu li ul.menu li:before {
    display: none;
}

.sticky-menu ul.menu li.last {
    margin-right: 0;
}

#main-wrapper {
    padding-top: 30px;
}

.sticky-menu ul.menu li a.navdrop {
    text-decoration: none;
}

.sticky-menu ul.menu li.expanded a:after {
    display: none;
}

.sticky-menu ul.menu li a.navdrop:hover {
    cursor: default;
    color: #ddd;
}

.sticky-menu ul.menu li a {
    color: #ccc;
    font-size: 18px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sticky-menu ul.menu li a:hover {
    color: #00a9f2;
}

.sticky-menu ul.menu li ul.menu {
    display: table-cell \9;
    margin: 0px;
    width: 100%;
    padding-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sticky-menu ul.menu li ul.menu li {
    display: block;
    width: 90%;
    margin: 3px 0;
    padding: 3px 0;
    box-shadow: none;
}

.sticky-menu ul.menu li ul.menu li a {
    color: #999;
    font-size: 16px;
    padding: 0;
    font-weight: 300;
    letter-spacing: inherit;
    display: block;
    text-transform: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sticky-menu ul.menu li ul.menu li a.spacer {
    margin-top: 30px;
    display: block;
    font-size: 18px;
    color: #ccc;
    font-weight: 600;
    letter-spacing: 1.7px;
}

.sticky-menu ul.menu li ul.menu li a.spacer:hover {
    color: #ccc;
    cursor: default;
}

.sticky-menu ul.menu li a.navdrop span.hidden-md {
    display: none \9;
}

.sticky-menu ul.menu li ul.menu li a:hover {
    color: #00a9f2;
}

.sticky-menu .menu-expand {
    margin-left: 15px;
}

.sticky-menu .menu-expand div {
    height: 75px;
    width: 40px;
    float: left;
    background: url('../images/mob-ico-ham.png') no-repeat center;
}

.sticky-menu.expanded .menu-expand div {
    background: url('../images/mob-ico-close.png') no-repeat center;
}

.sticky-menu .menu-expand span {
    display: block;
    float: left;
    line-height: 78px;
    color: white;
    font-size: 16px;
    letter-spacing: 1.7px;
}

.sticky-menu.expanded .menu-expand span {
    opacity: 0;
}

.sticky-menu .btn-ghost {
    margin: 20px 8px;
    padding: 9px 10px 7px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1.7px;
    background: transparent;
    text-transform: uppercase;
    border: none;
    border: 2px solid \9;
    -webkit-box-shadow: inset 0 0 0 2px;
    -moz-box-shadow: inset 0 0 0 2px;
    -ms-box-shadow: inset 0 0 0 2px;
    -o-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sticky-menu .btn-ghost.green {
    color: #88C043;
}

.sticky-menu .btn-ghost.green:hover {
    box-shadow: inset 0 0 0 50px #88C043;
    background: #88C043 \9;
}

.sticky-menu .btn-ghost:hover {
    box-shadow: inset 0 0 0 50px #00a9f2;
    color: #111;
    background: #00a9f2 \9;
}

.sticky-menu .connect-with {
    padding: 15px 0;
    border-top: 1px solid #363636;
    text-align: center;
    margin-top: 50px;
}

.sticky-menu .connect-with div.contact-block {
    margin-bottom: 15px;
}

.sticky-menu .connect-with div.contact-block a {
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 7px;
    letter-spacing: 1.2px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sticky-menu .connect-with div.contact-block a:hover {
    color: #00a9f2;
}

.sticky-menu .connect-with a.social {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    background-color: #262626;
    color: #a8a8a8;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sticky-menu .connect-with a.social:hover {
    color: #fff;
}

.sticky-menu .connect-with a.facebook-link:hover {
    background-color: #0078c9;
}

.sticky-menu .connect-with a.twitter-link:hover {
    background-color: #00a9f2;
}

.sticky-menu .connect-with a.linked-link:hover {
    background-color: #004a7d;
}

.sticky-menu .connect-with a.google-link:hover {
    background-color: #d25533;
    ;
}

.sticky-menu .connect-with a.xing-link:hover {
    background-color: #00a9f2;
}

.sticky-menu .connect-with a.wantedly-link:hover,
.sticky-menu .connect-with a.wechat-link:hover {
    background-color: #00a4bb;
}

.sticky-menu .connect-with a.youtube-link:hover {
    background-color: #cc181e;
}

.sticky-menu .connect-with a.wantedly-link:hover .icon-wantedly {
    background: url('../images/wantedly-hover.png') no-repeat center;
}

.sticky-menu .connect-with .icon-wantedly {
    background: url('../images/wantedly.png') no-repeat center;
    display: inline;
    line-height: 40px;
    padding: 20px;
}

.sticky-menu .connect-with a.wechat-link:hover .icon-wechat {
    background: url('../images/wechat-hover.png') no-repeat center;
    background-size: 20px;
}

.sticky-menu .connect-with .icon-wechat {
    background: url('../images/wechat.png') no-repeat center;
    display: inline;
    line-height: 40px;
    padding: 20px;
    background-size: 20px;
}

.sticky-menu .app-cta {
    display: none;
}

.sticky-menu .app-cta a {
    margin: 10px 0 15px;
}

.visible-xs {
    display: none;
}

.sap-shadow {
    height: 30px;
}

@media (max-width: 991px) {

    .node-type-startup-layout .sticky-menu ul.menu li ul.menu,
    .width-1020 .sticky-menu ul.menu li ul.menu,
    .node-type-landing-page-2013 .sticky-menu ul.menu li ul.menu {
        opacity: 0;
        height: 0;
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .node-type-startup-layout .sticky-menu ul.menu li ul.menu li,
    .width-1020 .sticky-menu ul.menu li ul.menu li,
    .node-type-landing-page-2013 .sticky-menu ul.menu li ul.menu li {
        z-index: 100;
        font-size: 16px;
        padding-right: 0px;
        width: 100%;
        box-shadow: none;
    }

    .node-type-startup-layout .sticky-menu ul.menu li,
    .width-1020 .sticky-menu ul.menu li,
    .node-type-landing-page-2013 .sticky-menu ul.menu li {
        display: block;
        width: 90%;
        text-align: center;
        clear: both;
        padding: 3px 0;
        margin: 3px auto;
    }

    .node-type-startup-layout .sticky-menu ul.menu li:before,
    .width-1020 .sticky-menu ul.menu li:before,
    .node-type-landing-page-2013 .sticky-menu ul.menu li:before {
        display: none;
    }

    .sticky-menu .connect-with a.social {
        background-color: #000;
    }

    .node-type-startup-layout .sticky-menu .connect-with,
    .width-1020 .sticky-menu .connect-with,
    .node-type-landing-page-2013 .sticky-menu .connect-with {
        background: #222;
        border-top: none;
    }

    .node-type-startup-layout .sticky-menu ul.menu li a,
    .width-1020 .sticky-menu ul.menu li a,
    .node-type-landing-page-2013 .sticky-menu ul.menu li a {
        font-size: 19px;
    }

    .node-type-startup-layout .sticky-menu ul.menu li a.navdrop,
    .width-1020 .sticky-menu ul.menu li a.navdrop,
    .node-type-landing-page-2013 .sticky-menu ul.menu li a.navdrop {
        padding: 0 5px;
        display: block;
        width: 100%;
    }

    .node-type-startup-layout .sticky-menu ul.menu li.active-link a.navdrop,
    .width-1020 .sticky-menu ul.menu li.active-link a.navdrop,
    .node-type-landing-page-2013 .sticky-menu ul.menu li.active-link a.navdrop {
        background: #222;
        width: 100%;
        padding: 5px;
        text-decoration: none;
    }

    .node-type-startup-layout .sticky-menu ul.menu li a.navdrop:hover,
    .width-1020 .sticky-menu ul.menu li a.navdrop:hover,
    .node-type-landing-page-2013 .sticky-menu ul.menu li a.navdrop:hover {
        color: #009af2;
        cursor: pointer;
    }

    .node-type-startup-layout .sticky-menu .top-cta.contact,
    .sticky-menu .menu-expand span,
    .width-1020 .sticky-menu .top-cta.contact,
    .sticky-menu .menu-expand span,
    .node-type-landing-page-2013 .sticky-menu .top-cta.contact,
    .sticky-menu .menu-expand span {
        display: none;
    }

    .node-type-startup-layout .sticky-menu .app-cta,
    .width-1020 .sticky-menu .app-cta,
    .node-type-landing-page-2013 .sticky-menu .app-cta {
        display: block;
    }

    .node-type-landing-page-2013 .sticky-menu .app-cta a {
        display: inline-block;
    }

    .node-type-landing-page-2013 .sticky-menu ul.menu li.hidden-sm {
        display: none;
    }

    .de-de .footer-container .connect-with a.social {
        margin-right: 0px;
    }
}

@media (max-width: 480px) {

    .node-type-startup-layout .sticky-menu .top-cta.login,
    .sticky-menu .menu-expand span,
    .width-1020 .sticky-menu .top-cta.login,
    .sticky-menu .menu-expand span,
    .node-type-landing-page-2013 .sticky-menu .top-cta.login,
    .sticky-menu .menu-expand span {
        display: none;
    }
}

@media (max-width: 550px) {

    .node-type-startup-layout .sticky-menu .connect-with,
    .width-1020 .sticky-menu .connect-with,
    .node-type-landing-page-2013 .sticky-menu .connect-with {
        width: 130%;
        margin-left: -15%;
    }

    .sticky-menu .contact-block {
        max-width: 300px;
        margin: 0 auto 15px;
    }
}

#menu-search,
#mobile-menu-search {
    z-index: 100;
}

#menu-search {
    position: relative;
    float: right;
    margin: 18px 0px 0px 8px;
}

#menu-search,
#menu-search>div,
#menu-search .search-glass {
    height: 40px;
    width: 39px;
}

#menu-search>div {
    position: absolute;
    left: 0px;
}

#menu-search>div>* {
    float: left;
}

#menu-search form {
    width: 1000px;
    position: absolute;
    left: 45px;
    background-color: #111;
}

#menu-search>div {
    overflow: hidden;
}

#menu-search .search-glass {
    background-image: url('../images/ico-search.png');
    cursor: pointer;
}

#menu-search .bg-icon,
#mobile-menu-search .bg-icon {
    background-repeat: no-repeat;
    background-position: 50%;
}

#menu-search-form input[type='submit'],
#mobile-menu-search input[type='submit'] {
    background-image: url('../images/ico-arrow.png');
    box-shadow: none;
    padding: 9px 25px 11px;
    margin: 0px;
    height: 39px\9;
    width: 39px\9;
}

input[name='sqs']::-webkit-input-placeholder {
    padding-top: 2px;
    font-size: 20px;
    line-height: 19px;
    font-weight: 100;
}

input[name='sqs']:-ms-input-placeholder {
    padding-top: 2px;
    font-size: 20px;
    line-height: 19px;
    font-weight: 100;
}

input[name='sqs']::-moz-placeholder {
    padding-top: 2px;
    font-size: 20px;
    line-height: 19px;
    font-weight: 100;
}

input[name='sqs']:-moz-placeholder {
    padding-top: 2px;
    font-size: 20px;
    line-height: 19px;
    font-weight: 100;
}

input[name='sqs']::input-placeholder {
    padding-top: 2px;
    font-size: 20px;
    line-height: 19px;
    font-weight: 100;
}

#concur-responsive-menu input[name='sqs'] {
    width: auto;
    height: auto;
    border: none;
    background-color: #111;
    margin: 20px 0 60px;
    display: inline-block;
    padding: 11px 6px 6px;
    text-decoration: none;
    font-size: 20px;
    line-height: 19px;
    font-weight: 100;
    margin: 0px;
    color: white;
    outline: none;
    max-width: 320px;
    padding: 9px 6px 5px\9;
    font-style: 19px\9;
    vertical-align: top;
    line-height: 18px\9;
    border: 1px solid #707070\9;
}

#concur-responsive-menu.search-expanded #menu-search~a.btn-ghost {
    display: none\9;
}

@media all\0 {
    #concur-responsive-menu.search-expanded #menu-search>div {
        left: -350px;
        width: 400px;
    }
}

#mobile-menu-search {
    position: absolute;
    top: 75px;
    width: 100%;
    background-color: #3c3c3c;
}

#mobile-menu-search>div {
    height: 0px;
    overflow: hidden;
}

#mobile-menu-search input[name='sqs'] {
    background-color: #3c3c3c;
    margin-top: 16px;
    width: 100%;
    border: 1px solid #707070;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (min-width: 768px) {
    #menu-search>div {
        -webkit-transition: width .5s ease-in-out, left .5s ease-in-out;
        -moz-transition: width .5s ease-in-out, left .5s ease-in-out;
        -ms-transition: width .5s ease-in-out, left .5s ease-in-out;
        -o-transition: width .5s ease-in-out, left .5s ease-in-out;
        transition: width .5s ease-in-out, left .5s ease-in-out;
    }

    #concur-responsive-menu.search-expanded #menu-search>div {
        left: -380px;
        width: 425px;
    }
}

@media only screen and (max-width: 767px) {
    input[name='sqs']::-webkit-input-placeholder {
        font-size: 18px;
    }

    input[name='sqs']:-ms-input-placeholder {
        font-size: 18px;
    }

    input[name='sqs']::-moz-placeholder {
        font-size: 18px;
    }

    input[name='sqs']:-moz-placeholder {
        font-size: 18px;
    }

    input[name='sqs']::input-placeholder {
        font-size: 18px;
    }

    input[name='sqs'] {
        font-size: 18px;
    }

    body.concur-7-banner #concur-responsive-menu,
    body.concur-7-banner #concur-responsive-menu #mobile-menu-search>div {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #concur-responsive-menu.search-expanded .sticky-menu {
        background: #111;
    }

    body.concur-7-banner #concur-responsive-menu.search-expanded {
        height: 150px;
        background-color: transparent;
    }

    body.concur-7-banner #concur-responsive-menu.search-expanded #mobile-menu-search>div {
        height: 75px;
    }

    body.concur-7-banner #concur-responsive-menu.search-expanded #menu-search>div {
        left: 0px;
        width: 39px;
    }

    body:not(.concur-7-banner) #menu-search>div {
        -webkit-transition: width .5s ease-in-out, left .5s ease-in-out;
        -moz-transition: width .5s ease-in-out, left .5s ease-in-out;
        -ms-transition: width .5s ease-in-out, left .5s ease-in-out;
        -o-transition: width .5s ease-in-out, left .5s ease-in-out;
        transition: width .5s ease-in-out, left .5s ease-in-out;
    }

    body:not(.concur-7-banner) #concur-responsive-menu.search-expanded #menu-search>div {
        left: -380px;
        width: 425px;
    }
}

#concur-responsive-footer {
    text-align: left;
    background: #111;
}

#concur-responsive-footer .footer-container {
    padding: 20px 15px 30px 15px;
    margin: auto;
    box-sizing: border-box;
    background: #111;
}

#concur-responsive-footer .connect-with img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#concur-responsive-footer .connect-with img:hover {
    -webkit-filter: invert(80%);
    -moz-filter: invert(80%);
    -ms-filter: invert(80%);
    -o-filter: invert(80%);
    filter: invert(80%);
}

#concur-responsive-footer .footer-contact {
    margin: 16px 0 8px 0;
    text-transform: uppercase;
}

#concur-responsive-footer .footer-contact a {
    color: #999;
    font-weight: 600;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

#concur-responsive-footer span.site-selector a {
    float: right;
    margin-right: 0;
}

#concur-responsive-footer .site-selector .icon-chevron-right {
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
}

.footer-container .connect-with img {
    margin-right: 10px;
}

.footer-container .connect-with a.social {
    height: 40px;
    width: 40px;
    margin: 0 15px 10px 0;
    background-color: #262626;
    color: #a8a8a8;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.footer-container .connect-with a.social:hover {
    color: #fff;
}

.footer-container .connect-with a.facebook-link:hover {
    background-color: #0078c9;
}

.footer-container .connect-with a.twitter-link:hover {
    background-color: #00a9f2;
}

.footer-container .connect-with a.linked-link:hover {
    background-color: #004a7d;
}

.footer-container .connect-with a.google-link:hover {
    background-color: #d25533;
    ;
}

.footer-container .connect-with a.xing-link:hover {
    background-color: #00a9f2;
}

.footer-container .connect-with a.wantedly-link:hover,
.footer-container .connect-with a.wechat-link:hover {
    background-color: #00a4bb;
}

.footer-container .connect-with a.youtube-link:hover {
    background-color: #cc181e;
}

.footer-container .connect-with a.wantedly-link:hover .icon-wantedly {
    background: url('../images/wantedly-hover.png') no-repeat center;
}

.footer-container .connect-with .icon-wantedly {
    background: url('../images/wantedly.png') no-repeat center;
    display: inline;
    line-height: 40px;
    padding: 20px;
}

.footer-container .connect-with a.wechat-link:hover .icon-wechat {
    background: url('../images/wechat-hover.png') no-repeat center;
    background-size: 20px;
}

.footer-container .connect-with .icon-wechat {
    background: url('../images/wechat.png') no-repeat center;
    display: inline;
    line-height: 40px;
    padding: 20px;
    background-size: 20px;
}

.footer-container span.copyright {
    font-weight: 100;
    color: #777;
    font-size: 12px;
}

.footer-container span.copyright a {
    color: #777;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.footer-container span.copyright a:hover,
#concur-responsive-footer .footer-contact a:hover {
    color: #009af2;
}

.footer-spacer {
    padding-bottom: 50px;
}

@media (max-width: 767px) {

    .node-type-startup-layout #concur-responsive-footer .site-selector,
    .width-1020 #concur-responsive-footer .site-selector {
        display: none;
    }
}

@media (max-width: 500px) {
    .footer-container span.copyright {
        display: block;
        width: 240px;
    }
}

#sap-banner {
    z-index: 50;
}

#sap-banner,
#sap-banner div {
    position: relative;
    margin-bottom: 15px;
}

#sap-banner {
    background-color: #111;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sap-banner .outer-container,
#sap-banner .inner-container {
    height: 100%;
}

#sap-banner .outer-container {
    margin-left: auto;
    margin-right: auto;
}

#sap-banner img {
    position: absolute;
    top: 0;
    width: 40px;
}

#sap-banner p {
    color: #000;
    line-height: 100%;
    position: absolute;
    font-size: 14px;
    font-weight: 100;
    margin: 5px 0px 0px 40px;
    font-family: proxima-nova;
    top: 0px;
    color: white;
}

.careers #sap-banner {
    padding-top: 12px;
}

.careers #sap-banner {
    margin-bottom: 20px;
}

.page-about #sap-banner,
.layout-2012 #sap-banner {
    margin-left: -20px;
}

.concur7-page-override #sap-banner {
    margin-left: 0px;
}

.landing-page-2013 #sap-banner {
    text-align: center;
    color: #444;
}

.sap-shadow {
    z-index: 11;
    display: block;
    background: #222;
    opacity: 0.6;
    color: white;
    position: relative;
    margin: 0px auto;
    height: auto;
}

.sap-shadow .col-sm-6 {
    padding: 5px 0;
}

.sap-shadow.phone .col-sm-6 {
    padding: 10px 8px 10px 0;
}

.sap-shadow a {
    color: #fff;
}

.sap-shadow a:hover,
.sap-shadow a:active,
.sap-shadow a:focus {
    color: #fff;
}

@media(max-width: 768px) {
    .sap-shadow.no-phone .col-sm-6.text-right {
        display: none;
    }

    .sap-shadow.phone .col-sm-6:not(.text-right) {
        display: none;
    }

    .sap-shadow .visible-xs {
        display: inline !important;
    }
}

.cust_grid_0-12-0 .sap-shadow .col-md-12,
.grid-layout .sap-shadow .col-md-12 {
    margin-left: 15px;
}

.cs-micro .sap-shadow .col-md-12,
.node-type-homepage-2013 .sap-shadow .col-md-12,
.node-type-why-concur-lp .sap-shadow .col-md-12,
.concur7-page-override .sap-shadow .col-md-12 {
    margin-left: 0px;
}

.cust_grid_1-10-1 .sap-shadow .col-md-12 {
    margin-left: 25px;
}

@media (min-width: 992px) {
    .concur-7-banner #sap-banner .link-2 {
        right: 30px;
    }

    .concur-7-banner.concur7-page-override #sap-banner .link-2 {
        right: 0;
    }
}

@media (max-width: 767px) {
    .concur-7-banner #sap-banner p {
        font-size: 15px;
        min-width: 180px;
    }

    .concur-7-banner.mexico #sap-banner p,
    .concur-7-banner.mx-site-shell #sap-banner p {
        min-width: 205px
    }

    .concur-7-banner.mexico #sap-banner .link-1,
    .concur-7-banner.mx-site-shell #sap-banner .link-1 {
        min-width: 185px;
    }

    .concur-7-banner.mexico #sap-banner .link-2,
    .concur-7-banner.mx-site-shell #sap-banner .link-2 {
        left: 264px;
        min-width: 102px;
    }

    .concur-7-banner.japan #sap-banner p {
        font-size: 13px;
    }

    .concur-7-banner.japan #sap-banner .link-1 {
        min-width: 76px;
    }

    .concur-7-banner.japan #sap-banner .link-2 {
        min-width: 95px;
    }

    .concur-7-banner.france #sap-banner p,
    .concur-7-banner.fr-fr #sap-banner p {
        font-size: 13px;
        min-width: 217px;
    }

    .concur-7-banner.france #sap-banner .link-1,
    .concur-7-banner.fr-fr #sap-banner .link-1 {
        min-width: 101px;
    }

    .concur-7-banner.france #sap-banner .link-2,
    .concur-7-banner.fr-fr #sap-banner .link-2 {
        left: 180px;
        min-width: 118px;
    }

    .concur-7-banner.de-de #sap-banner .link-2 {
        left: 178px;
    }

    .concur-7-banner.italy #sap-banner .link-2 {
        left: 176px;
        min-width: 60px;
    }
}

@media (max-width: 500px) {

    .concur-7-banner.mexico #sap-banner p,
    .concur-7-banner.mx-site-shell #sap-banner p {
        font-size: 13px;
        min-width: 205px
    }

    .concur-7-banner.mexico #sap-banner a,
    .concur-7-banner.mx-site-shell #sap-banner a {
        font-size: 9px;
    }

    .concur-7-banner.de-de #sap-banner a,
    .concur-7-banner.france #sap-banner a,
    .concur-7-banner.fr-fr #sap-banner a {
        font-size: 11px;
    }

    .concur-7-banner.mexico #sap-banner .link-1,
    .concur-7-banner.mx-site-shell #sap-banner .link-1 {
        min-width: 133px;
    }

    .concur-7-banner.mexico #sap-banner .link-2,
    .concur-7-banner.mx-site-shell #sap-banner .link-2 {
        left: 206px;
        min-width: 75px;
    }

    .concur-7-banner.de-de #sap-banner p {
        font-size: 13px;
        min-width: 220px;
    }

    .concur-7-banner.de-de #sap-banner .outer-container {
        overflow: hidden;
    }

    .concur-7-banner.de-de #sap-banner .link-1 {
        min-width: 82px;
    }

    .concur-7-banner.de-de #sap-banner .link-2 {
        left: 162px;
        min-width: 130px;
    }

    .concur-7-banner.france #sap-banner .link-1,
    .concur-7-banner.fr-fr #sap-banner .link-1 {
        min-width: 87px;
    }

    .concur-7-banner.france #sap-banner .link-2,
    .concur-7-banner.fr-fr #sap-banner .link-2 {
        left: 162px;
        min-width: 101px;
    }

    .concur-7-banner.italy #sap-banner p {
        font-size: 13px;
    }

    .concur-7-banner.italy #sap-banner .link-1 {}

    .concur-7-banner.italy #sap-banner .link-2 {}
}

.cs-micro #sap-banner .outer-container,
.node-type-page #sap-banner .outer-container,
.cust_grid_3-9-4 #sap-banner .outer-container,
.cust_grid_3-13-0 #sap-banner .outer-container {
    max-width: 1000px;
    width: 100%;
}

@media (min-width: 768px) {

    .concur7.concur7-page-override #sap-banner .outer-container,
    .asset-layout.concur7.concur7-page-override #sap-banner .outer-container {
        width: 750px;
    }
}

@media (min-width: 992px) {

    .concur7.concur7-page-override #sap-banner .outer-container,
    .asset-layout.concur7.concur7-page-override #sap-banner .outer-container {
        width: 970px;
    }
}

@media(min-width: 1200px) {

    .concur7.concur7-page-override #sap-banner .outer-container,
    .asset-layout.concur7.concur7-page-override #sap-banner .outer-container {
        width: 1170px;
        max-width: inherit;
    }
}

.cs-micro.width-1020 #sap-banner .outer-container {
    width: 100%;
    max-width: 1020px;
}

.page-en-us-get-quote #sap-banner .outer-container,
.page-get-quote #sap-banner .outer-container {
    width: 965px;
    padding-top: 1px;
}

.page-user #sap-banner .outer-container {
    width: 1020px;
}

.page-user #sap-banner .inner-container {
    margin-left: 0px;
}

.page-user .sap-shadow .col-md-12 {
    width: 996px;
    margin-left: auto;
    margin-right: auto;
}

.fusion-2014 #sap-banner .outer-container {
    padding: 0;
}

.fusion-2014.node-type-startup-layout #sap-banner .link-2 {
    right: -15px;
}

@media (min-width: 992px) {
    .fusion-2014.node-type-startup-layout #sap-banner .link-2 {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .fusion-2014 #sap-banner {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
    }

    .fusion-2014 div.region-top-links {
        top: 50px;
    }

    .fusion-2014 #sap-banner .link-2 {
        right: 5px;
    }
}

.page-en-us-perfect-trip-fund #sap-banner {
    padding-left: 0px
}

.asset-layout.page-en-us-resource-center #sap-banner .outer-container {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
}

.asset-layout.page-en-us-resource-center #sap-banner .inner-container {
    margin-right: 0;
}

.asset-layout.cust_grid_0-12-0 #sap-banner .outer-container {
    width: 992px;
}

.asset-layout.cust_grid_0-12-0 #sap-banner .inner-container {
    margin: 0;
}

.asset-layout.page-en-us-resource-center #sap-banner .link-2 {
    right: 20px;
}

.ft-reg-form #sap-banner .outer-container .inner-container {
    margin: 0 100px;
}

.ft-reg-form #sap-banner .link-2 {
    right: 4px;
}

.breeze-landing-tp-2 #sap-banner .outer-container {
    width: 992px;
}

.breeze-landing-tp-2 #sap-banner .inner-container {
    margin: 0 15px;
}

.breeze-register-green #sap-banner .inner-container {
    margin: 0 115px 0 110px;
}

.logged-in.node-type-webinar-lp #wf-node-view .workflow-section {
    top: 50px;
}

.pt-br #sap-banner .inner-container {
    margin: 0 42px;
}

.zh-hans-ch #sap-banner .inner-container {
    margin: 0 24px;
}

.en-global .home-main-hero h1 {
    top: 175px;
}

.pt-br #logo,
.zh-hans-ch #logo {
    top: 98px;
}

.pt-br #header_overlay,
.zh-hans-ch #header_overlay {
    top: 100px;
}

.zh-hans-ch div.right-content {
    margin-top: 0px !important;
}

.not-logged-in.zh-hans-ch #top-links ul.small {
    top: 57px;
}

.not-logged-in.pt-br #top-links ul {
    top: 55px;
}

.form_2_amex .amex-form-slide {
    position: relative;
    visibility: hidden;
    overflow: hidden
}

.form_2_amex .amex-form-slide .form-item-C-AMEX-Client-ID1,
.form_2_amex .amex-form-slide .form-item-C-AMEX-Employee-ID-Code1,
.form_2_amex .amex-form-slide .form-item-C-Breeze-Only-Referral1,
.form_2_amex .amex-form-slide .form-item-C-State-Prov {
    height: 0;
    overflow: hidden
}

.form_2_amex .amex-form-slide .form-item {
    position: relative;
    margin-bottom: 0
}

.form_2_amex .amex-form-slide .comment-label,
.form_2_amex .opt-in-bottom {
    margin-top: 15px
}

.form_2_amex .amex-form-slide .form-type-checkbox input {
    float: left;
    margin-right: 10px
}

.form_2_amex .amex-form-slide #edit-c-partner-rep-comment15 {
    max-width: 100%
}

.form_2_amex .amex-form-slide .clearboth {
    clear: both
}

.rteindent1 {
    margin-left: 40px;
}

.rteindent2 {
    margin-left: 80px;
}

.rteindent3 {
    margin-left: 120px;
}

.rteindent4 {
    margin-left: 160px;
}

.rteleft {
    text-align: left;
}

.rteright {
    text-align: right;
}

.rtecenter {
    text-align: center;
}

.rtejustify {
    text-align: justify;
}

.ibimage_left {
    float: left;
}

.ibimage_right {
    float: right;
}

table.cke_editor fieldset {
    padding: 0 !important;
}

.cke_editor {
    display: table !important;
}

.cke_editor,
#ie#bug {
    display: inline-table !important;
}

.cke_dialog tr td:last-child {
    border-right: 0;
}

form#ckeditor-admin-profile-form textarea#edit-toolbar {
    display: none;
}

form#ckeditor-admin-profile-form #edit-toolbar+.grippie {
    display: none;
}

div.sortableList {
    cursor: n-resize;
}

div.widthMarker {
    height: 20px;
    border-top: 1px dashed #CCC;
    margin: 10px 0px 0px 1px;
    padding-left: 1px;
    text-align: center;
}

div.sortableList.group {
    margin: 20px 0px 0px 0px;
}

div.sortableList div.sortableListDiv {
    height: 30px;
    margin-bottom: 3px;
    width: 900px;
}

div.sortableList div.sortableListDiv span.sortableListSpan {
    background-color: #F0F0EE;
    height: 30px;
    border-right: 1px dashed #CCC;
    display: block;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul {
    width: 900px;
    white-space: nowrap;
    border: 1px solid #CCC;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    height: 30px;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul li {
    list-style: none;
    cursor: move;
    height: 18px;
    min-width: 18px;
    padding: 2px;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul li.group {
    min-width: 5px;
    padding-left: 2px;
}

div.sortableList div.sortableListDiv span.sortableListSpan ul li img {
    border: 0;
    padding: 0;
    margin: 0
}

li.sortableItem {
    position: relative;
    float: left;
    margin: 3px 1px 1px 0px;
    border: 1px solid #CCC;
    background-color: #F0F0EE;
    z-index: 99;
}

#security-filters .filter-text-formats {
    float: left;
    clear: both;
    width: 15%;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0px;
}

#security-filters .filter-text-formats .filter-text-format-status {
    float: left;
    padding-right: 20px;
}

#security-filters .filter-text-formats .enabled {
    background: url(../images/tick.png) no-repeat right center;
}

#security-filters .filter-text-formats .disabled {
    background: url(../images/delete.png) no-repeat right center;
}

#security-filters .filter-info {
    float: left;
    width: 85%;
}

#security-filters .fieldset-legend {
    background: none;
    padding-left: 10px;
}

#security-filters .fieldset-legend a {
    font-weight: normal;
    font-size: 10px;
    padding-left: 5px;
}

#security-filters .filter-wrapper {
    clear: both;
    float: left;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

fieldset#edit-appearance div#groupLayout,
div#allButtons {
    border: 0;
    padding: 0 0 0 0;
    margin: 1em 0;
    overflow: auto;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.7;
}

div.ui-dialog.ui-widget {
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #666;
}

.ui-widget-content a {
    color: #00a9f2;
}

#hidden-map {
    background: #fff;
    height: 385px;
    padding: 0px;
}

.site-selector .btn_close {
    right: 0px;
    top: 10px;
    background-position: 0px 0px;
    background-image: url('../images/x.png');
}

#site-selector-list .site-selector-header {
    height: 49px;
    display: block;
    background: #E4E4E4;
    margin-bottom: 20px;
}

#site-selector-list .site-selector-header h2 {
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    font-weight: 100;
    text-indent: 29px;
    text-align: left;
}

#site-selector-list .column-flags {
    width: 150px;
    float: left;
    text-align: left;
    padding: 0px 30px;
}

#site-selector-list .first {}

#site-selector-list .last {
    padding-right: 0px;
}

#site-selector-list .column-flags h4 {
    display: block;
    margin-top: 0px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
    font-weight: 500;
}

#site-selector-list .column-flags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

#site-selector-list .column-flags ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 13px;
}

.ui-dialog .ui-dialog-titlebar {
    float: right;
    margin-left: -42px;
    padding: 5px 10px;
    border: none;
    background: transparent;
    z-index: 2;
}

#site-selector-list .column-flags {
    box-sizing: border-box;
    width: 210px;
}

div#site-selector-list h2,
#site-selector-list .column-flags h4 {
    font-family: proxima-nova, arial, helvetica, sans-serif;
}

#site-selector-list .column-flags ul li {
    line-height: 21px;
}

div.column-flags ul li a:focus {
    outline: none;
    text-decoration: none;
    color: #00a9f2;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(../images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(../images/status-active.gif) center center no-repeat;
}






/*---------------------------------------------------------------------------*/
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}

html.js input.form-autocomplete {
    background-image: url(../images/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-image: url(../images/throbber-active.gif);
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(../images/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(../images/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(../images/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(../images/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(../images/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

.ajax-progress .throbber {
    background: transparent url(../images/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

.ajax-progress .message {
    padding-left: 20px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child+html .clearfix {
    min-height: 1%;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

ul li.expanded {
    list-style-image: url(../images/menu-expanded.png);
    list-style-type: circle;
}

ul li.collapsed {
    list-style-image: url(../images/menu-collapsed.png);
    list-style-type: disc;
}

ul li.leaf {
    list-style-image: url(../images/menu-leaf.png);
    list-style-type: square;
}

li.expanded,
li.collapsed,
li.leaf {
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    border-right: 1px solid #ccc;
    display: inline;
    padding: 0 1em;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

div.status {
    background-image: url(../images/message-24-ok.png);
    border-color: #be7;
}

div.status,
.ok {
    color: #234600;
}

div.status,
table tr.ok {
    background-color: #f8fff0;
}

div.warning {
    background-image: url(../images/message-24-warning.png);
    border-color: #ed5;
}

div.warning,
.warning {
    color: #840;
}

div.warning,
table tr.warning {
    background-color: #fffce5;
}

div.error {
    background-image: url(../images/message-24-error.png);
    border-color: #ed541d;
}

div.error,
.error {
    color: #8c2e0b;
}

div.error,
table tr.error {
    background-color: #fef5f1;
}

div.error p.error {
    color: #333;
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}

div.messages ul li {
    list-style-image: none;
}

fieldset {
    margin-bottom: 1em;
    padding: 0.5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}

tbody {
    border-top: 1px solid #ccc;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

th.active img {
    display: inline;
}

td.active {
    background-color: #ddd;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.form-item .description {
    font-size: 0.85em;
}

label {
    display: block;
    font-weight: bold;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}

input.form-checkbox,
input.form-radio {
    vertical-align: middle;
}

.marker,
.form-required {
    color: #f00;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

.more-link {
    text-align: right;
}

.more-help-link {
    text-align: right;
}

.more-help-link a {
    background: url(../images/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

html.js fieldset.collapsible .fieldset-legend {
    background: url(../images/menu-expanded.png) 5px 65% no-repeat;
    padding-left: 15px;
}

html.js fieldset.collapsed .fieldset-legend {
    background-image: url(../images/menu-collapsed.png);
    background-position: 5px 50%;
}

.fieldset-legend span.summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress .filled {
    background: #0072b9 url(../images/progress.gif);
}

#teconsent a {
    color: rgb(119, 119, 119);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

#teconsent a:hover {
    color: #00a9f2;
    text-decoration: none;
}

body a#logo {
    background: none;
}

#logo {
    position: relative;
    z-index: 40;
}

.nav-major .header-logo {
    line-height: 54px;
}

.nav-major #logoBox {
    /*background: url(../images/sap_concur_fusion_logo_header_0.png) no-repeat;*/
    /*background: url(../images/SAPConcur_Fusion_header_image.png) no-repeat;*/
    background-size: contain;
    margin: 15px 0 0 0;
}
#logoBox img{
    height: 56px;
    margin-left: 0px;
}