/* GDPR */

#truste-consent-track {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
  color: white;
  background-color: rgb(151,151,151);
  background-color: rgba(151,151,151, 0.9) !important;
  font-size: 13px;
  padding: 10px 0;

}
.truste-messageColumn {
  color: white !important;
}

#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;
}



/* Asset Section 1 ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.asset_section_1 {
  border-bottom: 1px solid #eee;
}
/*Fix for customer-experience page*/
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(/sites/all/themes/concur7/images/icons/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/icons/download-arrow-sprite.png);
}
.asset_section_1 .download-link:hover .download-icon,
.asset_section_premium .download-link:hover .download-icon {
  background-position: -103px 0px;
}
@media (max-width: 767px) {
  /* col-xs */
  .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 ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
.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;
  }
}
/* END Bullets 2 Col 2 -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


/* Centered Text Blue On White ---------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.centered_text_blue_on_white .col-lg-10 {
  padding: 0;
}

/* Content 10 Right Image --------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 ---------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 ----------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 {
  zoom: 1;
  max-width:100%;
  max-height:80px; /* This is restrict the proportions of the logos - they were a bit all over the place */
}
.content_13_logo_list .logo-item img:hover {
  filter: none;
}


/* Content 14 Side Background ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
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 -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */
.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;
  }
}
/* End Content 15 columns with title -------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */

/* Content 16 text left full image ---------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */
.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; /* this needs to match the font size of the li tag */
}

@media (max-width: 767px) {
.content_16_text_left_full_image .background{
  background-image: none !important;

  }

}
/* End Content 16 text left full image -----------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */

/* Content 8 Open Booking --------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 ----------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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/icons/icon-quote.png');
  display: block;
  margin: 0 auto 30px;
  text-align: left;
}


/* Content Left Image ------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 1 -------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */


/* Content Section 2 -------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

.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 -------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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/icons/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 -------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 -------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.content_section_5_quote .quote::before {
  content: url('../images/icons/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 ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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(/sites/all/themes/concur7/images/backgrounds/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(/sites/all/themes/concur7/images/backgrounds/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;
  }
}

/* Main Parallax section */
.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 {
  /* align with left line */
  margin-left: 22.5%;
  margin-left: 21.8% \9;
}
.content_section_6_parallax .middle-line {
  /* Align with center line*/
  margin-left: 50.15%;
}
.content_section_6_parallax .right-line {
  /* Align with right line*/
  margin-left: 77.5%;
  margin-left: 78.2% \9;
}

/* Steps general */
.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 {
  /* First row of items in parallax */
  margin-top: 300px;
}
.content_section_6_parallax .out-policy-step {
  /* Out of policy */
  margin-top: 600px;
}
.content_section_6_parallax .final-step {
  /* Checkmark row */
  margin-top: 900px;
}

/* Layer 3 */
.content_section_6_parallax .more-dots {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.content_section_6_parallax .more-dots .steps {
  /*opacity: 0;*/
}
.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(/sites/all/themes/concur7/images/animations/green_dot.png);
}
.content_section_6_parallax .more-dots .middle-line .step-info {
  background-image: url(/sites/all/themes/concur7/images/animations/blue_dot.png);
}
.content_section_6_parallax .more-dots .right-line .step-info {
  background-image: url(/sites/all/themes/concur7/images/animations/yellow_dot.png);
}

/* Layer 4 */
.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-overlay */
.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(/sites/all/themes/concur7/images/icons/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;
}

/* Lower Parallax Section */
.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(/sites/all/themes/concur7/images/icons/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(/sites/all/themes/concur7/images/icons/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(/sites/all/themes/concur7/images/icons/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 ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.content_section_7_parallax .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .content_section_7_parallax .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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 ------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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('/sites/all/themes/concur7/images/icons/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 -----------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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('/sites/all/themes/concur7/images/icons/icon-android.png');
  display: inline-block;
  height:54px;
  width:51px;
}
.android-store-link:hover {
  background-image: url('/sites/all/themes/concur7/images/icons/icon-android-hov.png');
}
.apple-store-link {
  background-image: url('/sites/all/themes/concur7/images/icons/icon-apple.png');
  display: inline-block;
  height:54px;
  width:51px;
}
.apple-store-link:hover {
  background-image: url('/sites/all/themes/concur7/images/icons/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 --------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 -----------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 (Demo 1, Demo 2 ipad) --------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Menu Styles */
.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(/sites/all/modules/custom_concur/concur_startup/images/demo_shared/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_3.demo_section {
  height: 740px;
  box-sizing: content-box;
}
.demo_3 .background.ctb-demo-bg {
  top: 0;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/demo_3_iphone/background_lighting.png);
  background-position: top;
  background-size: cover;
  background-image: none \9;
}
/* Slide_container */
.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;
}

/*Override the menus style for new iphone demo*/
.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(/sites/all/modules/custom_concur/concur_startup/images/demo_1/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 {
  /*background: white;*/
  transition: all 200ms ease-in;
  transform: scale(1.2);   
  cursor: pointer;
}

/* Demo 2 ipad ------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.demo_2_ipad .background.wood-ipad-bg {
  top: 0;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/demo_2_ipad/background_intro.jpg);
  background-position: top;
  background-size: 100% 100%;
}
.demo_2_ipad .background.wood-ipad-bg.shift {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/demo_2_ipad/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;
}

/* Slide_container */
.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(/sites/all/modules/custom_concur/concur_startup/images/demo_2_ipad/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 ------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

.demo_4_ipad {
  overflow: hidden;
  height: auto;
}
.demo_4_ipad .background.ipad-bg {
  top: 0;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/demo_4/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%;
}

/*overwrites menu styles for demo 4*/

.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;
  }
}

/* Slide_container */
.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(/sites/all/modules/custom_concur/concur_startup/images/demo_2_ipad/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-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 Section 2 --------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.header-video {
  min-height: 400px;
  padding-bottom: 20px;
}
.header-video .background {
  background-image: url("/sites/all/themes/concur7/images/backgrounds/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/icons/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 {
  /* media-480 */
  -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) {
  /* col-xs */
  .header-video .top-spacing,
  .header-video h1,
  .header-video h2 {
    margin-top: 20px;
  }
  .header-video .player {
    height: 240px;
  }
}

/* Header Section 2 utility classes ---------------------------- */
.header-video h1.three-line-title {
  margin-top: -10px;
}



/* Header Section 3 --------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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('/sites/all/modules/custom_concur/concur_startup/images/header_3/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 Section 4 --------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */


.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("/sites/all/themes/concur7/images/backgrounds/triplink-bkgd.jpeg");
}
.header-video-v2 .header_4 {
  width: 100%;
  background-image: url("/sites/default/files/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/icons/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 {
     /* media-480 */
     -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;
  }

     /* col-xs */
     .header-video-v2 .top-spacing,
     .header-video-v2 h1,
     .header-video-v2 h2 {
          margin-top: 20px;
     }
     .header-video-v2 .player {
          height: 240px;
     }
}

/* Header Section 4 utility classes ---------------------------- */
.header-video-v2 h1.three-line-title {
     margin-top: -10px;
}






/* Header Section Header Only ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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 ---------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.header_subheader_html h1,
.header_subheader_html h2 {
  font-weight: 300;
}
.header_subheader_html h4 {
  margin-bottom: 20px;
}
.header_subheader_html {
  padding-bottom: 10px;
}


/* Left Centered Image Right Text ------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
@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;
}

/* Static ------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

/* Triplink Quote Static */
.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 Supplier Connections Partners */
.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('/sites/all/themes/concur7/images/backgrounds/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;
    }
}

/* Concur 7 LP Footer and Header -------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
  }
}

/*Concur 7 LP Footer Only*/

.concur7_lp_footer_only header.nav-major, .concur7_lp_footer_only .region-top-links {
  display: none;
}

/* cta_5_symbol_link Start */
.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(/sites/all/modules/custom_concur/concur_startup/images/cta_5_symbol_link/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(/sites/all/modules/custom_concur/concur_startup/images/cta_5_symbol_link/arrow_left.png);
}
.cta_5_symbol_link .symbol-left {
  padding-left: 60px;
  background-position: left;
  background-repeat: no-repeat;
}
/* cta_5_symbol_link End */


/* cta_6_html_block Start */
.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;
}

/* cta_6_html_block End */


/*gateway-module-6*/

.gateway-module-6 .text-cool-blue {
  color: #3bc4ff;
}
.gateway-module-6 .text-egg-white {
  color: #f6f6f6;
}

/*header_full_image_above_3_3_2o_3*/
.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('/sites/default/files/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------------------------------------------------------------------------*/
.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/;
}

/*these are styles specific to the contact us page*/
.form_6_2o_4_right_text.contact  p.users:before {
  content: '';
  display: block;
  background: url('/sites/all/modules/custom_concur/concur_startup/images/form_6_2o_4_right_text/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('/sites/all/modules/custom_concur/concur_startup/images/form_6_2o_4_right_text/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;
    }
}

/*End styles specific to contact us*/

@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------------------------------------------------------------------------*/

.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;
}


/*these are styles specific to the contact us page*/

.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;
  }
}


/*End styles specific to contact us*/



/*form_6_2o_5_left_text------------------------------------------------------------------------*/
.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 ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.cte_parallax_jp .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .cte_parallax_jp .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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;
  }
}





/* CT&E Parallax MX --------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.cte_parallax_mx .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .cte_parallax_mx .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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: -50px;*/
    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 ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.cte_parallax_fr .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .cte_parallax_fr .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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;
  }
}


/*header 7 override*/
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 ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.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;
  }
}
/* END Header 8 Quote --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */


/* CTE Parallax TE ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.cte_parallax_te .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .cte_parallax_te .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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 ----------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.cte_parallax_uk .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .cte_parallax_uk .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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 ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

.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;
}

/* Line Fills */
.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;
  }
}

/* Line Overlay */

.cte_parallax_de .line-overlay {
  height: 1200px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/content_section_7_parallax/journey-mask.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media(max-width: 991px) {
  .cte_parallax_de .line-overlay {
    height: 874px;
  }
}

/* The Dot */
.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;
  }
}

/* Par Content */
.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;
  /* fix d/t length of German words */
  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;
  }

  /* Fix d/t length of German words */
  .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;
  }
}


/* Start journey_1_pain_calculator ------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
  }
}

/* Form */
.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(/sites/all/themes/concur7/images/icons/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;
}

/* End form */
/* Results */
.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 {
  /*margin-bottom: 60px;*/
}
.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;
}
/* End Results */
.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;
  }
}

/* End journey_1_pain_calculator --------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/



/* Start journey_2_circles --------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
@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; /* box-shadow doesn't render on ie8 */
  -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;
}
/* icons */
.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(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-risk.png);
}
.journey_2_circles .point:hover .symbol.risk,
.journey_2_circles .point.eyes-on .symbol.risk {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-risk-hov.png);
}

.journey_2_circles .symbol.tax {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-tax.png);
}
.journey_2_circles .point:hover .symbol.tax,
.journey_2_circles .point.eyes-on .symbol.tax {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-tax-hov.png);
}

.journey_2_circles .symbol.spend {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-spend.png);
}
.journey_2_circles .point:hover .symbol.spend,
.journey_2_circles .point.eyes-on .symbol.spend {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-spend-hov.png);
}

.journey_2_circles .symbol.industry {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-industry.png);
}
.journey_2_circles .point:hover .symbol.industry,
.journey_2_circles .point.eyes-on .symbol.industry {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-industry-hov.png);
}

.journey_2_circles .symbol.mtg {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-mtg.png);
}
.journey_2_circles .point:hover .symbol.mtg,
.journey_2_circles .point.eyes-on .symbol.mtg {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-mtg-hov.png);
}

.journey_2_circles .symbol.travel {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/ico-travel.png);
}
.journey_2_circles .point:hover .symbol.travel,
.journey_2_circles .point.eyes-on .symbol.travel {
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/journey_2_circles/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;
  }
}

/* end icons */
/* End journey_2_circles ----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
}
/* Start journey_3_platform -------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* End journey_3_platform ---------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/



/* Triplink Parallax UK ----------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.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(/sites/all/themes/concur7/images/backgrounds/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(/sites/all/themes/concur7/images/backgrounds/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;
  }
}

/* Main Parallax section */
.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 {
  /* align with left line */
  margin-left: 22.5%;
  margin-left: 21.8% \9;
}
.triplink_parallax_uk .middle-line {
  /* Align with center line*/
  margin-left: 50.15%;
}
.triplink_parallax_uk .right-line {
  /* Align with right line*/
  margin-left: 77.5%;
  margin-left: 78.2% \9;
}

/* Steps general */
.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 {
  /* First row of items in parallax */
  margin-top: 300px;
}
.triplink_parallax_uk .out-policy-step {
  /* Out of policy */
  margin-top: 600px;
}
.triplink_parallax_uk .final-step {
  /* Checkmark row */
  margin-top: 900px;
}

/* Layer 3 */
.triplink_parallax_uk .more-dots {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.triplink_parallax_uk .more-dots .steps {
  /*opacity: 0;*/
}
.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(/sites/all/themes/concur7/images/animations/green_dot.png);
}
.triplink_parallax_uk .more-dots .middle-line .step-info {
  background-image: url(/sites/all/themes/concur7/images/animations/blue_dot.png);
}
.triplink_parallax_uk .more-dots .right-line .step-info {
  background-image: url(/sites/all/themes/concur7/images/animations/yellow_dot.png);
}

/* Layer 4 */
.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;
}

/* content-overlay */
.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(/sites/all/themes/concur7/images/icons/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;
}

/* Lower Parallax Section */
.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(/sites/all/themes/concur7/images/icons/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(/sites/all/themes/concur7/images/icons/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(/sites/all/themes/concur7/images/icons/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 styles*/
.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('/sites/all/themes/concur7/images/icons/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_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;
}

/* END Menu 1 scroll spy ----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
/*----- Static SAP Head Shots ----*/
.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;
}


/* START view 3 col casestudy -----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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*/
.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;
  }
}

/* CTA on the bottom right */
.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;
}
/* END view 3 col casestudy -------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START cta parallax bg ----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
  }
}
/* END cta parallax bg ------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START chart 3 col --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
  }
}

/* Tooltip */
.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;
  }
}

/* END chart 3 col ----------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START content 17 4 col full ----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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%;
}
/* Blue */
.content_17_4_col_full .column-content.blue .reveal .cta-link {
  background-color: #2297f0;
}
/* Green */
.content_17_4_col_full .column-content.green .reveal .cta-link {
  background-color: #79b32c;
}
/* Yellow */
.content_17_4_col_full .column-content.yellow .reveal .cta-link {
  background-color: #e99700;
}
/* Red */
.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;
  }
}
/* END content 17 4 col full ------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START content 17 4 col full 2----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

.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(/sites/all/modules/custom_concur/concur_startup/images/static_1/homepage/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; /* Safari 4+ */
  -moz-animation:    throb 2s infinite; /* Fx 5+ */
  -o-animation:      throb 2s infinite; /* Opera 12+ */
  animation:         throb 2s infinite; /* IE 10+, Fx 29+ */
}
.content_17_4_col_full_v2 .anim-widget .angle.one {
  -webkit-animation-delay: 0s; /* Safari 4+ */
  -moz-animation-delay:    0s; /* Fx 5+ */
  -o-animation-delay:      0s; /* Opera 12+ */
  animation-delay:         0s; /* IE 10+, Fx 29+ */
}
.content_17_4_col_full_v2 .anim-widget .angle.two {
  -webkit-animation-delay: 0.25s; /* Safari 4+ */
  -moz-animation-delay:    0.25s; /* Fx 5+ */
  -o-animation-delay:      0.25s; /* Opera 12+ */
  animation-delay:         0.25s; /* IE 10+, Fx 29+ */
}
.content_17_4_col_full_v2 .anim-widget .angle.three {
  -webkit-animation-delay: 0.5s; /* Safari 4+ */
  -moz-animation-delay:    0.5s; /* Fx 5+ */
  -o-animation-delay:      0.5s; /* Opera 12+ */
  animation-delay:         0.5s; /* IE 10+, Fx 29+ */
}
.content_17_4_col_full_v2 .anim-widget .angle.four {
  -webkit-animation-delay: 0.75s; /* Safari 4+ */
  -moz-animation-delay:    0.75s; /* Fx 5+ */
  -o-animation-delay:      0.75s; /* Opera 12+ */
  animation-delay:         0.75s; /* IE 10+, Fx 29+ */
}
@-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;
  }


}


/* END content 17 4 col full 2 ------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/


/* START content 18 full video ----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
}
/* Modal Video Styles */
#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;
  }
}
/* END content 18 full video ------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START content 19 3 col social --------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
}
/* Social Widget Styles */
.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)";
}
/* END content 19 3 col social ----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START content 20 half bg img ---------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
  }
}
/* END content 20 half bg img -----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/

/* START header 9 parallax bg -----------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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;
}
/* Center the content vertically */
.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;
}

/* Fade in subtext */
.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;
}

/* mobile styles */
@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;
  }
  /* Fade in subtext */
  .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;
}

/* Scroll */
.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;
}

/* iPad scroll styles */
@media(min-width: 768px) and (max-width: 1048px) {
  .header_9_parallax_bg .scroll-down {
    bottom: 50px;
  }
}

/* Scroll throb effect */

.header_9_parallax_bg .slide .explore .anim-widget .angle {
  -webkit-animation: throb 2s infinite; /* Safari 4+ */
  -moz-animation:    throb 2s infinite; /* Fx 5+ */
  -o-animation:      throb 2s infinite; /* Opera 12+ */
  animation:         throb 2s infinite; /* IE 10+, Fx 29+ */
}
.header_9_parallax_bg .slide .explore .anim-widget .angle.one {
  -webkit-animation-delay: 0s; /* Safari 4+ */
  -moz-animation-delay:    0s; /* Fx 5+ */
  -o-animation-delay:      0s; /* Opera 12+ */
  animation-delay:         0s; /* IE 10+, Fx 29+ */
}
.header_9_parallax_bg .slide .explore .anim-widget .angle.two {
  -webkit-animation-delay: 0.25s; /* Safari 4+ */
  -moz-animation-delay:    0.25s; /* Fx 5+ */
  -o-animation-delay:      0.25s; /* Opera 12+ */
  animation-delay:         0.25s; /* IE 10+, Fx 29+ */
}
.header_9_parallax_bg .slide .explore .anim-widget .angle.three {
  -webkit-animation-delay: 0.5s; /* Safari 4+ */
  -moz-animation-delay:    0.5s; /* Fx 5+ */
  -o-animation-delay:      0.5s; /* Opera 12+ */
  animation-delay:         0.5s; /* IE 10+, Fx 29+ */
}
.header_9_parallax_bg .slide .explore .anim-widget .angle.four {
  -webkit-animation-delay: 0.75s; /* Safari 4+ */
  -moz-animation-delay:    0.75s; /* Fx 5+ */
  -o-animation-delay:      0.75s; /* Opera 12+ */
  animation-delay:         0.75s; /* IE 10+, Fx 29+ */
}
@-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; }
}

/* END header 9 parallax bg -------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/


/* BEGIN social_1_twitter_blog_press ---------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/
.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;
}
/* END social_1_twitter_blog_press -----------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/

/* START slideshow radio ----------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------*/
.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(/sites/all/modules/custom_concur/concur_startup/images/slideshow_radio/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(/sites/all/modules/custom_concur/concur_startup/images/slideshow_radio/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;}

/* Demo for the slides */
.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(/sites/all/modules/custom_concur/concur_startup/images/slideshow_radio/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(/sites/all/modules/custom_concur/concur_startup/images/slide_radio/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;
}

/* Demo Animations */
.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)";
}

/* Navigation for the slideshow */
.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(/sites/all/modules/custom_concur/concur_startup/images/slideshow_radio/arrow-nav-left.png);
  background-repeat: no-repeat;
  background-position: center;
}
.slideshow_radio.navigator .controls .forward {
  height: 100%;
  width: 65px;
  background-image: url(/sites/all/modules/custom_concur/concur_startup/images/slideshow_radio/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)";
}

/* Navigator Colors */
.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;
}
/* END Navigator Colors */

.slideshow_radio.navigator .controls .points {
  height: 100%;
  padding: 0 15px;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */

  /* No support for these yet, use at own risk */
  -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%;
}


/* Slide Media Query */
@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;
  }
  /* Animation */
  .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; /* Safari 4+ */
    -moz-animation:    throb 2.5s infinite; /* Fx 5+ */
    -o-animation:      throb 2.5s infinite; /* Opera 12+ */
    animation:         throb 2.5s infinite; /* IE 10+, Fx 29+ */
  }
  .slideshow_radio.viewport .slide_content .throb-anim.one {
    -webkit-animation-delay: 1s; /* Safari 4+ */
    -moz-animation-delay:    1s; /* Fx 5+ */
    -o-animation-delay:      1s; /* Opera 12+ */
    animation-delay:         1s; /* IE 10+, Fx 29+ */
  }
  .slideshow_radio.viewport .slide_content .throb-anim.two {
    -webkit-animation-delay: 1.25s; /* Safari 4+ */
    -moz-animation-delay:    1.25s; /* Fx 5+ */
    -o-animation-delay:      1.25s; /* Opera 12+ */
    animation-delay:         1.25s; /* IE 10+, Fx 29+ */
  }
  .slideshow_radio.viewport .slide_content .throb-anim.three {
    -webkit-animation-delay: 1.5s; /* Safari 4+ */
    -moz-animation-delay:    1.5s; /* Fx 5+ */
    -o-animation-delay:      1.5s; /* Opera 12+ */
    animation-delay:         1.5s; /* IE 10+, Fx 29+ */
  }
}
/* END slideshow radio ------------------------------------------------------------------------------*/

/* BEGIN events_img_12_4_sub3_text_7_text------------------------------------------------------------*/

.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;
}


/* END events_img_12_4_sub3_text_7_text------------------------------------------------------------*/


/*SAPPHIRE Page Template overrides*/

@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;
}




/*Sapphire accordian---------------------------------------------------------------------*/
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(/sites/all/modules/custom_concur/concur_startup/images/static_1/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(/sites/all/modules/custom_concur/concur_startup/images/static_1/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*/

.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('/sites/all/modules/custom_concur/concur_startup/images/content_4_4_4_assets/ico-arrow.png') no-repeat right;
  padding: 16px;
  margin-left: 10px;
}
.content_4_4_4_assets .asset-cta span.whitepaper {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/content_9_3_assets/ico-asset-download.png') no-repeat right;
}
.content_4_4_4_assets .asset-cta span.casestudy {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/content_9_3_assets/ico-asset-download.png') no-repeat right;
}
.content_4_4_4_assets .asset-cta span.video {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/content_9_3_assets/ico-asset-play.png') no-repeat right;
}
.content_4_4_4_assets .asset-cta span.webinar {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/content_9_3_assets/ico-asset-webinar.png') no-repeat right;
}
.content_4_4_4_assets .asset-cta span.infographic {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/content_9_3_assets/ico-asset-infographic.png') no-repeat right;
}

/*content_6_6_blog*/

.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*/
.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 styles*/

.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 styles*/

.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('/sites/all/modules/custom_concur/concur_startup/images/menu_3_5_4/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('/sites/all/modules/custom_concur/concur_startup/images/menu_3_5_4/nav-icon-manage-travel.png') no-repeat;
  top: 0;
}
.menu-3-5-4 .sub-menu-header.visibility:before {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/menu_3_5_4/nav-icon-provide-visibility.png') no-repeat;
}
.menu-3-5-4 .sub-menu-header.productivity:before {
  background: url('/sites/all/modules/custom_concur/concur_startup/images/menu_3_5_4/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;
}
/*IE8 fix to keep it from bleeding into IE9*/
@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 -v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-v-*/

.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; /* Safari 6.1+ */
  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 css styles*/
#get-a-quote-form p {
  width: 80%;
  margin: 10px 0px 0px 0px;
}
#get-a-quote-form .form-checkbox {
    margin-top: 15px;
}

/* IT Contact Form */
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_o4_4_offices*/
.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('/sites/all/modules/custom_concur/concur_startup/images/content_4_o4_4_offices/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*/
.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('/sites/all/modules/custom_concur/concur_startup/images/content_6_6_social/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 ------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */
.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 ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */


.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%; /* 16:9 */
  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('/sites/all/modules/custom_concur/concur_startup/images/content_video_multi/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('/sites/all/modules/custom_concur/concur_startup/images/content_video_multi/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('/sites/all/modules/custom_concur/concur_startup/images/content_video_multi/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('/sites/all/modules/custom_concur/concur_startup/images/content_video_multi/ico-playbuttonxsmall.png') no-repeat;
        margin: -5px 0px 0px -13px;

  }
}

/*------ Content 10_1 Quote ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */

.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 Asset Left Asset Right ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */
.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%;
  }
}
/* Tooltip */
.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_rightasset bottom theme*/

.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('/sites/all/modules/custom_concur/concur_startup/images/chart_3_left_asset_right/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 ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */
.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 ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------- */

.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 theme*/

.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('/sites/all/modules/custom_concur/concur_startup/images/chart_3_left_asset_right/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_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;
}
/* blog */
.social_2_blog_press .social-tile.blog .blog-cover {
  background-color: #000;
  background-image: url(images/linear_bg_1.png);
  background-repeat: repeat-y;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#000));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #666, #000);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #666, #000);

  /* IE 10 */
  background: -ms-linear-gradient(top, #666, #000);

  /* Opera 11.10+ */
  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*/

.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*/

.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;
  }
}
