.scs-tool {
  background: #00529C;
  color: #FFFFFF;
  margin: 0 0 20px;
  /*#region CONTAINERS*/
  /*#endregion*/
  /*#region ELEMENTS*/
  /*#endregion*/
  /*#region CUSTOM SELECT */
  /*#endregion*/
  /*.already-answered {
        .custom-select__text-arrow {
            opacity: 0;
        }
    }*/
}
.scs-tool .scs-tool__inner {
  padding: 20px;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
}
.scs-tool .scs-tool__section {
  text-align: center;
}
.scs-tool .scs-tool__sub-sections,
.scs-tool .scs-tool__sub-section {
  font-size: 0;
}
.scs-tool .scs-tool__question,
.scs-tool .scs-tool__question-options {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 10px;
  box-sizing: border-box;
}
.scs-tool .scs-tool__question {
  margin: 20px 0 0;
}
.scs-tool .scs-tool__question.scs-tool__question--main {
  margin: 0 0 10px;
}
.scs-tool .scs-tool__logo {
  display: block;
  margin: 0 auto 20px;
  width: 30px;
  height: 30px;
}
.scs-tool .scs-tool__question-label {
  display: block;
  font-size: 14px;
  font-size: 1pxrem;
  padding: 0;
  margin: 0 0 20px;
}
.scs-tool .scs-tool__question--main .scs-tool__question-label {
  font-size: 16px;
  font-size: 1.1428571428571428pxrem;
  font-weight: bold;
}
.scs-tool .scs-tool__question-option {
  margin: 0;
  padding: 8px 20px;
  background: transparent;
  border: 1px solid #6A97C2;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1pxrem;
  width: 100%;
  max-width: 265px;
  text-align: center;
  -o-transition: all 0.2s linear ease-in-out;
  -webkit-transition: all 0.2s linear ease-in-out;
  -moz-transition: all 0.2s linear ease-in-out;
  transition: all 0.2s linear ease-in-out;
}
.scs-tool .scs-tool__question-option:focus,
.scs-tool .scs-tool__question-option:active {
  background: #FFFFFF;
  color: #00529C;
}
.scs-tool .scs-tool__button {
  background: #FFFFFF;
  color: #00529C;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-size: 1pxrem;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 15px 40px;
  display: inline-block;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*transition: opacity 0.85s ease-in-out;*/
  /*transition-delay: 0.4s;*/
  -o-transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.scs-tool .scs-tool__button:focus,
.scs-tool .scs-tool__button:hover {
  background: #6A97C2;
  color: #FFFFFF;
}
.scs-tool .scs-tool__reset {
  color: #FFFFFF;
  /* font-size: 0;*/
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  /* width: 25px;*/
  width: 50px;
  height: 25px;
  /* line-height: 45px;*/
  line-height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-outsteps(1, start) opacity 0.3s ease-in-out;
  /*.transition();*/
}
.scs-tool .scs-tool__reset:focus,
.scs-tool .scs-tool__reset:hover {
  color: #6A97C2;
}
.scs-tool .scs-tool__reset img {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.scs-tool .scs-tool__reset.scs-tool__reset-active {
  opacity: 1;
}
.scs-tool .scs-tool__hide {
  display: none;
}
.scs-tool .custom-select {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 310px;
}
.scs-tool .custom-select__select {
  opacity: 0;
  line-height: 1.2;
  position: fixed;
  top: -9999px;
  left: -9999px;
}
.scs-tool .custom-select__text {
  font-size: 12px;
  font-size: 0.8571428571428571pxrem;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 15px 25px 15px 10px;
  border: 1px solid #6A97C2;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.scs-tool .custom-select__text.custom-select__text--active {
  color: #6A97C2;
}
.scs-tool .custom-select__text.custom-select__text--active .custom-select__text-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scs-tool .custom-select__text-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  -o-transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.scs-tool .custom-select__tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  margin: -10px 0 0;
  padding: 15px 0 0;
  width: 100%;
  background: #00529C;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: transparent #6A97C2 #6A97C2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out 1ms, visibility 25ms ease-in-out 0s;
}
.scs-tool .custom-select__tooltip.custom-select__tooltip--showing {
  visibility: visible;
  opacity: 1;
}
.scs-tool .custom-select__tooltip-inner {
  max-height: 220px;
  margin: 0 5px 5px;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-base-color: #00529C;
  scrollbar-face-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #E6E6E6;
  scrollbar-3dlight-color: #E6E6E6;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #00529C;
  scrollbar-arrow-color: transparent;
}
.scs-tool .custom-select__tooltip-inner::-webkit-scrollbar {
  background-color: #FFFFFF;
  width: 10px;
  cursor: pointer;
}
.scs-tool .custom-select__tooltip-inner::-webkit-scrollbar-track {
  background-color: #00529C;
}
.scs-tool .custom-select__tooltip-inner::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border: 1px solid none;
}
.scs-tool .custom-select__tooltip-option {
  padding: 0 10px 15px;
  font-size: 12px;
  font-size: 0.8571428571428571pxrem;
  color: #FFFFFF;
  cursor: pointer;
  transition: transform 15ms ease-in-out 0s;
  -o-transition: 0.2s 0.3s 0s ease-in-out;
  -webkit-transition: 0.2s 0.3s 0s ease-in-out;
  -moz-transition: 0.2s 0.3s 0s ease-in-out;
  transition: 0.2s 0.3s 0s ease-in-out;
}
.scs-tool .custom-select__tooltip-option:hover {
  color: #c9e1f4;
}
.scs-tool.scs-tool--medium-width .custom-select {
  width: 50%;
  max-width: 310px;
}
.scs-tool.scs-tool--full-width .custom-select {
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .scs-tool .scs-tool__question-option,
  .scs-tool .scs-tool__button,
  .scs-tool .scs-tool__question-label {
    font-size: 12px;
    font-size: 0.8571428571428571pxrem;
  }
  .scs-tool .scs-tool__question-label {
    margin: 0 0 10px 0;
  }
  .scs-tool.scs-tool--full-width .scs-tool__logo,
  .scs-tool.scs-tool--medium-width .scs-tool__logo {
    display: inline-block;
    margin: 10px 20px;
    width: 40px;
    height: 40px;
  }
  .scs-tool.scs-tool--full-width .scs-tool__icon,
  .scs-tool.scs-tool--medium-width .scs-tool__icon,
  .scs-tool.scs-tool--full-width .scs-tool__question--main .scs-tool__question-label,
  .scs-tool.scs-tool--medium-width .scs-tool__question--main .scs-tool__question-label {
    display: inline-block;
    vertical-align: middle;
  }
  .scs-tool.scs-tool--full-width .scs-tool__question--main .scs-tool__question-label,
  .scs-tool.scs-tool--medium-width .scs-tool__question--main .scs-tool__question-label {
    margin: 0 20px 0 0;
  }
  .scs-tool.scs-tool--full-width .custom-select__text,
  .scs-tool.scs-tool--medium-width .custom-select__text {
    padding: 15px 45px 15px 35px;
  }
  .scs-tool.scs-tool--full-width .custom-select__tooltip-option,
  .scs-tool.scs-tool--medium-width .custom-select__tooltip-option {
    padding: 0 30px 15px;
    font-size: 14px;
    font-size: 1pxrem;
  }
  .scs-tool.scs-tool--full-width .custom-select__text-arrow,
  .scs-tool.scs-tool--medium-width .custom-select__text-arrow {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px;
    width: 15px;
    height: 9px;
    -o-transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
  .scs-tool.scs-tool--medium-width .scs-tool__inner {
    padding: 30px;
  }
  .scs-tool.scs-tool--medium-width .custom-select__text,
  .scs-tool.scs-tool--medium-width .scs-tool__question-label {
    font-size: 14px;
    font-size: 1pxrem;
  }
  .scs-tool.scs-tool--medium-width .scs-tool__question--main .scs-tool__question-label {
    font-size: 16px;
    font-size: 1.1428571428571428pxrem;
  }
  .scs-tool.scs-tool--full-width .scs-tool__inner {
    padding: 30px 0;
  }
  .scs-tool.scs-tool--full-width .scs-tool__question {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: none;
    width: 50%;
    text-align: right;
    font-size: 0;
    padding: 15px 20px 25px;
    vertical-align: middle;
  }
  .scs-tool.scs-tool--full-width .scs-tool__question.scs-tool__question--main {
    /*border-bottom-color: #00529C;*/
    margin: 0;
    padding: 0;
  }
  .scs-tool.scs-tool--full-width .scs-tool__question-options {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
  }
  .scs-tool.scs-tool--full-width .scs-tool__icon,
  .scs-tool.scs-tool--full-width .scs-tool__question-label {
    display: inline-block;
    vertical-align: middle;
  }
  .scs-tool.scs-tool--full-width .scs-tool__question-label {
    margin: 10px 0 0;
  }
  .scs-tool.scs-tool--full-width .scs-tool__question-option {
    margin: 0 0 0 20px;
    font-size: 14px;
    font-size: 1pxrem;
  }
  .scs-tool.scs-tool--full-width .scs-tool__button {
    font-size: 14px;
    font-size: 1pxrem;
  }
  .scs-tool.scs-tool--full-width .custom-select__text,
  .scs-tool.scs-tool--full-width .scs-tool__question-label,
  .scs-tool.scs-tool--full-width .scs-tool__question--main .scs-tool__question-label {
    font-size: 16px;
    font-size: 1.1428571428571428pxrem;
  }
}
