/* css */

@import '../../unauth.css';

.poster {
  background-image: url('../../../img/posters/bridge-new.jpg');
  height: 565px;
}

.poster .scroller {
  overflow: hidden;
  width: 470px;
  margin: 0 auto;
  left: 205px;
  position: relative;
  top: 85px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #232428;
}

.poster .scroller .track {
  position: relative;
  left: 0;
}

.poster .scroller .box {
  width: 470px;
  float: left;
}

.poster .scroller .box .text {
  max-height: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.poster .scroller .box .name {
  padding: 30px 0 8px 0;
}

.poster .scroller .box .role {
  color: #A9B0C6;
  font-weight: bold;
  padding-bottom: 8px;
}

.poster .scroller .box .company {
  color: #232428;
  font-weight: bold;
}

.poster .scroller-controls {
  font-family: sans-serif;
  font-size: 80px;
  color: #a0aab6;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.poster .scroller-controls span {
  cursor: pointer;
}

.poster .scroller-controls .current {
  color: #5D6375;
}

.container .home {
  padding-top: 70px;
  box-sizing: border-box;
}

.container .home .left {
  width: 680px;
  float: left;
  /* padding-right: 170px; */
  padding-bottom: 40px;
  box-sizing: border-box;
}

.container .home .left .paragraph {
  margin: 0;
  padding: 0;
  line-height: 25px;
  width: 450px;
}

.container .home .left .circle {
  margin-top: 60px;
  height: 475px;
  width: 475px;
  background: url('../../../img/home-large-circle.svg') no-repeat center center;
}

.container .home .left .circle span {
  display: block;
  width: 275px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #004200;
  text-align: center;
}

.container .top {
  padding-bottom: 20px;
}

.container .home .left .intro {
  margin: 0 auto;
  max-width: 450px;
}

.container .home .left .circle img {
  max-width: 450px;
}

.container .home .right {
  width: 490px;
  float: left;
  box-sizing: border-box;
  padding-top: 105px;
}

.container .home .right ul.accordion {
  max-width: 390px;
}

.container ul.accordion {
  margin: 0;
  padding: 0;
}

.container ul.accordion li {
  list-style-type: none;
  margin: 0 0 15px 0;
}

.container ul.accordion li span.k-link {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.container ul.accordion li div.k-content {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0 0 0;
}

.container ul.accordion .k-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
}

.container ul.accordion .k-icon.k-panelbar-collapse {
  top: 9px;
}

.container ul.accordion .k-icon.k-panelbar-expand {
  top: 6px;
}

.container ul.accordion .green .k-i-arrow-60-down {
  background-image: url('../../../img/arrows/green-down.svg');
}

.container ul.accordion .green .k-i-arrow-60-up {
  background-image: url('../../../img/arrows/green-up.svg');
}

.container ul.accordion .light-blue .k-i-arrow-60-down {
  background-image: url('../../../img/arrows/light-blue-down.svg');
}

.container ul.accordion .light-blue .k-i-arrow-60-up {
  background-image: url('../../../img/arrows/light-blue-up.svg');
}

.container ul.accordion .light-green .k-i-arrow-60-down {
  background-image: url('../../../img/arrows/light-green-down.svg');
}

.container ul.accordion .light-green .k-i-arrow-60-up {
  background-image: url('../../../img/arrows/light-green-up.svg');
}

.container ul.accordion .blue .k-i-arrow-60-down {
  background-image: url('../../../img/arrows/blue-down.svg');
}

.container ul.accordion .blue .k-i-arrow-60-up {
  background-image: url('../../../img/arrows/blue-up.svg');
}

.container ul.accordion .grey .k-i-arrow-60-down {
  background-image: url('../../../img/arrows/grey-down.svg');
}

.container ul.accordion .grey .k-i-arrow-60-up {
  background-image: url('../../../img/arrows/grey-up.svg');
}

.request-trial .form-message-container.form-success {
  padding: 0 0 20px 0;
  line-height: 24px;
}

.font-green {
  color: #004200;
}

.font-light-blue {
  color: #91A4C9;
}

.font-light-green {
  color: #C7E200;
}

.font-blue {
  color: #2A4A7C;
}

.container .home .buttons {
  padding-bottom: 45px;
  padding-left: 100px;
}

.container .home .buttons .button {
  border-radius: 10px;
  font-size: 15px;
  padding: 15px 25px;
  margin-right: 20px;
}

.container .home .buttons .button.grey {
  color: #fff;
}

.container .middle {
  background: #f6f7f7;
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container .middle .wrapper {
  padding: 0 100px 0 100px;
}

.container .middle .wrapper p {
  line-height: 25px;
}

.container .middle .circles {
  padding: 40px 0 60px 0;
}

.container .middle .circles .blue {
  width: 185px;
  height: 185px;
}

.container .bottom .wrapper {
  padding: 0 0 0 100px;
}

.container .middle .circles img:hover {
  cursor: pointer;
}

.container .middle .circles img.active,
.container .bottom .wrapper .right img:hover,
.container .middle .circles .blue:hover,
.container .middle .circles .light-blue:hover,
.container .middle .circles .green:hover,
.container .middle .circles .light-green:hover {
  transform: rotate(180deg);
}

.container .bottom .wrapper .right .relative:hover + .list {
  color: #004200;
  font-weight: bold;
}

.container .bottom .wrapper .right img,
.container .middle .circles .blue,
.container .middle .circles .light-blue,
.container .middle .circles .green,
.container .middle .circles .light-green {
  transition-delay: 200ms;
  transition-property: transform;
  transform-origin: center;
  transform: rotate(0deg);
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
}

.container .bottom .wrapper .right .relative + .list {
  color: #6a6a6a;
  transition-delay: 200ms;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

.container .middle .circles h3 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.container .middle .circles div {
  margin-right: 35px;
}

.container .bottom {
  background: url('../../../img/world-map.svg') no-repeat center center;
  min-height: 1100px;
}

.container .bottom .wrapper {
  padding-top: 75px;
}

.container .bottom .wrapper .left {
  box-sizing: border-box;
  float: left;
  width: 302px;
  line-height: 27px;
  padding-right: 30px;
}

.container .bottom .wrapper .right {
  float: left;
  width: 768px;
  padding-top: 0;
}

.container .bottom .wrapper .right img {
  width: 100px;
}

.container .bottom .wrapper .right div.floatleft {
  width: 128px;
  text-align: center;
}

.container .bottom .wrapper .right h4 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  color: #6a6a6a;
  width: 130px;
}

.container .bottom .wrapper .right ul.list {
  padding: 15px 0 0 0;
  margin: 0;
  line-height: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 15px;
  list-style-type: none;
}

.container .bottom .wrapper .right ul.list li {
  margin: 0;
  padding: 0;
}

.container .last {
  background: url('../../../img/home-contacts-bg.svg') no-repeat center center #F0F2F1;
  background-size: cover;
  min-height: 495px;
  box-sizing: border-box;
  padding-top: 75px;
  overflow: auto;
}

.container .last .wrapper {
  padding-left: 100px;
}

.container .last .left {
  padding-right: 30px;
}

.container .last .right,
.container .last .left {
  width: 50%;
  box-sizing: border-box;
  float: left;
  min-width: 350px;
}

.container .last h2.title {
  font-size: 20px;
}

.container .last .right h2.title {
  width: 300px;
  line-height: 30px;
}

.container .last p {
  line-height: 25px;
  margin: 0;
  padding: 0 70px 40px 0;
}

.container .last input[type=text] {
  width: 330px;
}

.container .last .right {
  padding-left: 50px;
  padding-bottom: 30px;
}

.container .last .note {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  padding-top: 30px;
  width: 330px;
}

.container .last .note a {
  color: #8AA5CC;
  line-height: 25px;
}

@media only screen and (max-width: 1180px) {
  .poster {
    background-image: url('../../../img/posters/bridge-mobile.jpg');
    background-position-y: bottom;
  }

  .poster .scroller,
  .poster .scroller-controls{
    display: none;
  }

  .container .home {
    padding-top: 150px;
  }

  .container ul.accordion li div.k-content {
    font-size: 14px;
  }

  .container ul.accordion li span.k-link {
    font-size: 18px;
  }

  .container ul.accordion .k-icon {
    display: none;
  }

  .container .home .left .intro {
    max-width: 100%;
    padding: 0 20px;
  }

  .container .home .left .paragraph {
    width: auto;
  }

  .container .home .left {
    float: none;
    width: 100%;
  }

  .container .home .left p {
    width: 100%;
  }

  .container .home .left .circle {
    display: none;
  }

  .container .home .left {
    padding-bottom: 0;
  }

  .container .home .right {
    padding: 50px 20px;
  }

  .container .home .right .separator70 {
    height: 5px;
  }

  .container .home .right {
    width: 100%;
    float: none;
    padding: 40px 20px 0 20px;
  }

  .container .home .right ul.accordion {
    max-width: 100%;
  }

  .container .home .buttons {
    padding: 10px 0 0 0;
    width: 520px;
    margin: 0 auto;
    position: relative;
    left: 4px;
  }

  .container .home .buttons .button {
    padding: 15px 15px;
    width: 130px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .container .home .buttons .button.grey {
    background: #004200;
  }

  .container .middle {
    padding: 0;
  }

  .container .middle .circles {
    width: 360px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 10px 0;
  }

  .container .middle .circles div {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .container .middle .circles .blue {
    width: 155px;
    height: 155px;
  }

  .container .middle .wrapper {
    padding: 30px 20px;
    overflow: hidden;
  }

  .container .bottom .wrapper {
    padding: 30px 20px;
  }

  .container .bottom .wrapper .left {
    width: 100%;
    padding-right: 0;
  }

  .container .bottom {
    min-height: 100%;
    padding-bottom: 40px;
  }

  .container .bottom .wrapper .right {
    width: 100%;
    display: none;
  }

  .container .last .wrapper {
    padding: 0 20px;
  }

  .container .last p {
    padding: 0 0 20px 0;
  }

  .container .last .right {
    padding-left: 0;
  }

  .container .last input[type=text] {
    width: 100%;
  }

  .container .last .note {
    width: 100%;
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 768px) {

  .container .home .buttons {
    width: 340px;
  }

  .request-trial {
    max-width: 500px;
    margin: 0 auto;
  }

  .container .last .right,
  .container .last .left {
    min-width: 100%;
  }

  .container .last .right h2.title {
    width: 100%;
  }
}
