#cost-breakdown .cost-breakdown-inner {
  border-radius: 5px;
  background-color: #f9f9f9;
  border: solid 1px #ccc;
  padding: 40px 30px;
  margin-bottom: 25px;
}

#cost-breakdown {
  max-width: 404px;
}

#cost-breakdown h3 {
  font-size: 21px;
  font-family: 'brandon-text';
  font-weight: 700;
  margin: 0px 0px 30px;
  text-align: center;
}

#cost-breakdown > p {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 23px !important;
}

#cost-breakdown ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#cost-breakdown .nav {
  border: 0px;
  border-bottom: 1px solid #cccccc;
}

#cost-breakdown .nav li {
  margin: 0px 40px 0px 0px;
}

#cost-breakdown .nav li:last-child {
  margin-right: 0px;
}

#cost-breakdown .nav li a {
  margin: 0px;
  border: 0px !important;
  border-radius: 0px;
  outline: none;
  color: #777;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 16px;
  font-family: 'brandon-grotesque';
  border-bottom: 1px solid transparent !important;
  font-weight: 500;
  padding: 10px 0px;
  white-space: nowrap;
  background-color: transparent !important;
  margin-bottom: -1px;
}

#cost-breakdown .nav li.active a {
  font-weight: 700;
  color: #334571;
  border-color: #334571 !important;
  opacity: 1;
}

#cost-breakdown .tab-content ul li {
  clear: both;
  margin-top: 40px;
  min-height: 44px;
  position: relative;
}

#cost-breakdown .tab-content ul li:after {
  content: '';
  display: table;
  clear: both;
}

#cost-breakdown .tab-content ul li strong {
  font-size: 22px;
  line-height: 20px;
  font-family: 'brandon-text';
  display: block;
  color: #464646;
}

#cost-breakdown .tab-content ul li span {
  font-size: 12px;
  display: block;
}

#cost-breakdown .tab-content .price {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
}

#cost-breakdown .tab-content .price strong {
  font-size: 30px;
  line-height: 26px;
  font-family: 'brandon-grotesque';
  color: #444444;
}

#rw-calculator {
  float: right;
  width: 555px;
  max-width: 100%;
}

#rw-calculator ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#rw-calculator .calculator-types li {
  float: left;
  position: relative;
  margin-right: 20px;
  z-index: 20;
}

#rw-calculator .calculator-types li:last-child {
  margin-right: 0px;
}

#rw-calculator .calculator-types li .fa {
  position: absolute;
  right: 14px;
  top: 19px;
  font-size: 20px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 10;
  display: none;
}

#rw-calculator .calculator-types a.btn {
  display: inline-block;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: solid 2px #555;
  font-size: 21px;
  color: #333;
  padding: 0px 20px;
  min-width: 216px;
  text-align: center;
  font-family: 'brandon-text';
  font-weight: 700;
  line-height: 51px;
  box-shadow: none;
  opacity: 0.5;
}

#rw-calculator .calculator-types a.btn.active {
  color: #334571;
  border-color: #334571;
  opacity: 1;
}

#rw-calculator .calculator-types .description {
  position: absolute;
  width: 360px;
  padding: 30px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
  top: 89px;
  left: 50%;
  margin-left: -180px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

#rw-calculator .calculator-types .description p {
  font-size: 16px;
  line-height: 23px;
  opacity: 0.7;
}

#rw-calculator .calculator-types .description:before {
  content: '';
  width: 23px;
  height: 16px;
  background-image: url(../images/carrot-top.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -11.5px;
}

#rw-calculator .calculator-types li a:hover + .description {
  opacity: 1;
  visibility: visible;
}

#rw-calculator .calculator-item {
  clear: both;
  padding: 55px 0px 0px;
}

#rw-calculator .calculator-item p {
  margin-bottom: 25px;
}

#rw-calculator .calculator-slider {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #ddd;
  position: relative;
  margin-bottom: 15px;
}

#rw-calculator .calculator-slider > span {
  display: block;
  outline: none;
  cursor: ew-resize;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #334571;
  box-shadow: 0 2px 2px rgba(0,0,0,.15);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.04), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.04), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.04), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.04), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(0,0,0,0));
}

#rw-calculator .calculator-slider-label button {
  border: 0px;
  padding: 0px;
  background: transparent;
  outline: none;
  cursor: pointer;
}

#rw-calculator .calculator-slider-label button.active,
#rw-calculator .calculator-slider-label button:hover {
  color: #334571;
}

#rw-calculator .calculator-slider-label ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#rw-calculator .calculator-slider-label ul li {
  float: left;
  font-size: 14px;
  text-align: center;
}

.calculator-item-level .calculator-slider-label ul li {
  width: 33.33%;
}

.calculator-item-time .calculator-slider-label ul li {
  width: 16.66%;
}

#rw-calculator .calculator-result {
  clear: both;
  font-size: 36px;
  color: #334571;
  font-family: 'brandon-text';
  font-weight: 700;
  padding-top: 55px;
}

#fluency-calculator {
  font-family: 'Lato', sans-serif;
}

.single-post #fluency-calculator {
  padding: 40px 0px 0px;
}

@media (min-width: 1200px) {
  .single-post #fluency-calculator {
    margin-left: -190px;
    margin-right: -190px;
  }
}

@media (max-width: 991px) {
  #fluency-calculator .pull-right,
  #rw-calculator {
    float: none !important;
  }

  #rw-calculator {
    width: auto;
    margin: 0px auto 80px;
    max-width: 455px;
  }

  #cost-breakdown {
    width: auto;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  #rw-calculator .calculator-types a.btn {
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  #rw-calculator .calculator-types li {
    float: none;
    margin: 0px 0px 20px;
  }

  #rw-calculator .calculator-types li .fa {
    display: block;
  }

  #rw-calculator .calculator-types a.btn {
    display: block;
  }

  #rw-calculator .calculator-types .description {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    margin: 20px 0px 0px;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  #rw-calculator .calculator-types li.hover .description {
    display: block;
  }

  #cost-breakdown .nav li a span {
    display: none;
  }

  #cost-breakdown .tab-content ul li strong {
    font-size: 20px;
  }

  #cost-breakdown .tab-content .price strong {
    font-size: 24px;
  }
}