/******* Site colors *******/
.references {
  padding: 30px;
  background: #f0f0f0;
  font-size: 12px;
  line-height: 1.3;
}

.references p {
  font-size: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.4;
  padding-left: 10px;
  position: relative;
}

.references p sup:first-child {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 0.7em;
  line-height: 1;
}

/*
    This sets following values to breakpoints
    xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1160px
*/
/******* Site colors *******/
.screen-choices {
  line-height: 1.3;
  padding-top: 70px;
  position: relative;
  margin-left: -25px;
  overflow: hidden;
  margin-right: -25px;
  transition: all 0.3s;
}

.screen-choices.show .slide.head {
  width: 110px;
  padding-right: 10px;
}

.screen-choices.show .slide.head .cols {
  background-image: linear-gradient(to top, #016673, #17284a);
}

.screen-choices.show .slide.head .cols .ccs-col {
  padding: 10px 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.screen-choices.show .slide.head .cols .ccs-col .desc {
  font-size: 0;
  margin: 0;
  text-align: center;
  padding: 10px 0 0 !important;
  width: 100%;
}

.screen-choices.show .slide.head .cols .ccs-col .desc strong {
  font-size: 14px;
}

.screen-choices.show .mobile-slidein {
  opacity: 0;
  visibility: hidden;
}

.screen-choices.show .flex-chart {
  left: 100px;
}

.screen-choices .cols strong {
  font-size: 18px;
  line-height: 1.16em;
}

.screen-choices .slide {
  font-size: 15px;
  position: relative;
}

.screen-choices .slide.head {
  color: #fff;
  padding-right: 20px;
  padding-bottom: 12px;
  transition: all 0.3s;
  width: 100%;
}

.screen-choices .slide.head .cols {
  background-color: #0c465e;
  background-image: linear-gradient(to right top, #016673, #17284a);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0 30px 30px 0;
}

.screen-choices .slide.head .cols strong {
  display: block;
  color: #fff;
}

.screen-choices .slide.head .cols .ccs-col {
  height: 141px;
  padding: 10px 15px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  border-top: 1px solid #d4d4d4;
}

.screen-choices .slide.head .cols .ccs-col:first-child {
  border-top: 0;
}

.screen-choices .slide.head .cols .ccs-col:nth-child(2) .desc {
  padding-right: 60px;
}

.screen-choices .slide.head .cols img {
  height: auto;
  width: 60px;
  margin: 0 0 0 20px;
}

.screen-choices .slide.head .cols .desc {
  padding-left: 15px;
  width: calc(100% - 60px);
  transition: all 0.3s;
  opacity: 1;
  max-height: 100%;
}

.screen-choices .mobile-slidein {
  position: absolute;
  top: calc(50% - 65px);
  right: -25px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  padding: 10px 25px 0 25px;
  color: #17284a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  line-height: 1.1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s;
}

.screen-choices .mobile-slidein img {
  width: 30px;
  display: block;
  margin: 0 auto 10px;
}

.screen-choices .flex-chart {
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100% - 100px);
  overflow: scroll;
  transition: all 0.3s;
  margin-top: 10px;
}

.screen-choices .flex-chart .wrap {
  display: -webkit-flex;
  display: flex;
}

.screen-choices .flex-chart .slide.ccs-row {
  width: 240px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 15px;
  border-right: 1px solid #d4d4d4;
  display: block;
  margin: 0;
  box-sizing: content-box;
}

.screen-choices .flex-chart .slide.ccs-row h3 {
  color: #17284a;
  text-align: center;
  background: #f0f0f0;
  height: 60px;
  width: 270px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}

.screen-choices .flex-chart .slide.ccs-row .cols {
  display: block;
}

.screen-choices .flex-chart .slide.ccs-row .ccs-col {
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  height: 141px;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}

.screen-choices .flex-chart .slide.ccs-row .ccs-col:first-child {
  border-top: 0;
}

.screen-choices .flex-chart .slide.ccs-row .ccs-col .vertical {
  width: 100%;
}

.screen-choices .flex-chart .slide.ccs-row .ccs-col strong {
  display: block;
  color: #00a49a;
}

.screen-choices .flex-chart .slide.ccs-row .ccs-col a {
  color: inherit;
}

@media (min-width: 768px) {
  .screen-choices {
    padding-top: 25px;
    margin: 0;
  }
  .screen-choices .cols .ccs-col {
    width: 32%;
  }
  .screen-choices .cols .ccs-col:nth-child(2) {
    width: 36%;
  }
  .screen-choices .slide {
    font-size: 18px;
    line-height: 1.3;
  }
  .screen-choices .slide.head {
    padding: 0;
  }
  .screen-choices .slide.head .cols {
    border-radius: 0;
    display: -webkit-flex;
    display: flex;
  }
  .screen-choices .slide.head .cols .ccs-col {
    padding: 40px 30px 30px;
    display: block;
    height: auto;
    text-align: center;
    border-top: 0;
  }
  .screen-choices .slide.head .cols .ccs-col:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .screen-choices .slide.head .cols .ccs-col:nth-child(2) .desc {
    padding-right: 0;
  }
  .screen-choices .slide.head .cols .ccs-col:last-child img {
    height: 56px;
    margin-top: 4px;
  }
  .screen-choices .slide.head .cols .ccs-col img {
    height: 60px;
    display: block;
    margin: 0 auto 35px auto;
    width: auto;
    max-width: 100%;
  }
  .screen-choices .slide.head .cols .ccs-col .desc {
    width: 100%;
    padding: 0;
  }
  .screen-choices .slide.head .cols .ccs-col strong {
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
  }
  .screen-choices .mobile-slidein {
    display: none;
  }
  .screen-choices .flex-chart {
    position: relative;
    left: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  .screen-choices .flex-chart .wrap {
    display: block;
  }
  .screen-choices .flex-chart .slide.ccs-row {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .screen-choices .flex-chart .slide.ccs-row h3 {
    width: 100%;
    display: block;
    font-size: 19px;
    padding: 12px 0;
    height: auto;
  }
  .screen-choices .flex-chart .slide.ccs-row .cols {
    display: -webkit-flex;
    display: flex;
    border-top: 0;
  }
  .screen-choices .flex-chart .slide.ccs-row .cols .ccs-col {
    border-top: 0;
    box-sizing: border-box;
    padding: 30px 15px;
    height: auto;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .screen-choices .flex-chart .slide.ccs-row .cols .ccs-col:nth-child(2) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .screen-choices .flex-chart .slide.ccs-row .cols .ccs-col .vertical {
    font-size: 18px;
    line-height: 1.3;
  }
  .screen-choices .flex-chart .slide.ccs-row .cols .ccs-col strong {
    font-size: 20px;
    line-height: 1.3;
  }
}
