/*
** NOTE: This file is generated by Gulp and should not be edited directly!
** Any changes made directly to this file will be overwritten next time its asset group is processed by Gulp.
*/

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

#calc-main-section {
  overflow: auto;
  padding: 0 1em;
  padding-bottom: 100px; }

#calc-totals-section {
  position: fixed;
  bottom: 0;
  clear: both;
  width: 100%;
  z-index: 99999; }

#calc-totals {
  background-color: #c00009;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  #calc-totals .columns {
    padding: 0 !important; }
  #calc-totals h3 {
    color: #eceaea !important;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    padding-top: 5px; }
    #calc-totals h3 sup {
      font-size: smaller; }
  #calc-totals h2 {
    color: #fff !important;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center; }

@media (min-width: 768px) {
  #calc-totals .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px; } }

.row:before, .row:after {
  content: " ";
  display: table; }

.mil-step, .calc-step {
  background-color: #c00009;
  display: block;
  float: left;
  width: 13.5%;
  border-radius: 20px; }

.calc-steps-mobile {
  display: none; }

.mil-steps-desktop, .calc-steps-desktop {
  float: left;
  background-color: #f1f1f1;
  margin-bottom: 21px;
  width: 100%;
  border-radius: 20px; }

.mil-steps-desktop h2.mil-step-num, .calc-steps-desktop h2.calc-step-num {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  padding: 0;
  line-height: 74px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.calc-steps-desktop h2.calc-step-num {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px; }

.mil-step-desc, .calc-step-desc {
  background: url("/Media/Default/CTU/icons/mil-step-arrow.png") no-repeat left;
  width: 83.5%;
  float: left;
  padding: 20px 0 0 2.2em; }

.calc-step-desc {
  padding-bottom: 20px;
  width: 84%; }

.mil-step-desc h4, .calc-step-desc h4 {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0; }

.calc-step-desc h4 {
  font-family: "Trade Gothic Bold";
  margin-bottom: 10px;
  font-weight: normal; }

.calc-steps-desktop .calc-lead-form input[type="text"], .calc-steps-desktop .calc-lead-form input[type="email"] {
  display: block;
  width: 100%;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 15px; }

#financial-calculator .row .row {
  margin: 0 -1rem; }

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row .col {
  padding: 0 0.5rem; }

.calc-lead-form label {
  margin-bottom: 0;
  font-family: "Trade Gothic Bold";
  font-weight: normal;
  font-size: 15px;
  color: #000;
  height: 100%; }

.name-field {
  height: 100%; }

.calc-lead-form label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0; }

.calc-lead-form [type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0 0 !important;
  padding: 0.5rem;
  height: 3.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.alert-box .warning {
  width: 100%;
  display: block;
  font-family: "Trade Gothic Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
  background-color: #F08A24;
  border-color: #de770f;
  color: #fff;
  background: #ed9c55;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ed9c55), to(#ed7607));
  background: linear-gradient(to bottom, #ed9c55 1%, #ed7607 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9c55', endColorstr='#ed7607',GradientType=0 ); }

.field-validation-valid {
  display: none; }

.alert-box {
  margin-top: 0;
  padding: 5px; }

@media (min-width: 768px) {
  .subButtons {
    margin-top: 20px; } }

.subButtons {
  clear: both;
  font-family: "Trade Gothic Bold";
  font-weight: normal; }

.calc-steps-desktop .ui-red-button {
  border: none;
  margin-bottom: 0; }

.ui-red-button {
  background: #c00009;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold";
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }

.calc-step-desc p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px; }

.calc-step-desc fieldset.degree-pulldown {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 2em;
  min-width: 135px;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block; }

fieldset.degree-pulldown select {
  padding-left: 10px;
  padding-right: 2em;
  padding: 0.5rem;
  border-radius: 6px;
  margin-bottom: 0;
  border-color: #c00009;
  font-family: "Trade Gothic Bold";
  font-size: 16px;
  color: #c00009;
  font-weight: normal;
  background-color: #fff;
  background-image: url("/Media/ctu/Images/icons/i-down-arrow-bl.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  height: 44px;
  width: 100%;
  margin: 0 0 1rem 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.subFooter {
  font-size: 12px;
  font-style: italic;
  padding-bottom: 10px; }
  .subFooter p {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0; }

.subButtons, .subFooter {
  width: 100%;
  float: left; }

@media (min-width: 992px) {
  .mil-steps-desktop.mil-step-1 .mil-step, .mil-steps-desktop.mil-step-1 .mil-step-desc {
    height: 164px; }
  .mil-steps-desktop.mil-step-3 .mil-step, .mil-steps-desktop.mil-step-3 .mil-step-desc {
    height: 268px; } }

@media (min-width: 767px) and (max-width: 991px) {
  .mil-steps-desktop.mil-step-1 .mil-step, .mil-steps-desktop.mil-step-1 .mil-step-desc, .mil-steps-desktop.mil-step-3 .mil-step, .mil-steps-desktop.mil-step-3 .mil-step-desc {
    height: 290px; } }

@media (max-width: 767px) {
  .mil-steps-desktop.mil-step-1 .mil-step-desc {
    min-height: 164px; }
  .mil-steps-desktop.mil-step-3 .mil-step-desc {
    min-height: 268px; } }

#calc-main-section {
  overflow: auto;
  padding: 0 1em;
  padding-bottom: 0; }

#calc-totals-section {
  position: fixed;
  bottom: 0;
  clear: both;
  width: 100%;
  left: 0;
  z-index: 99999; }

#calc-totals {
  background-color: #c00009;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 767px) {
    #calc-totals {
      background-color: #fff !important; } }
  @media screen and (min-width: 768px) {
    #calc-totals .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px;
      width: 100%;
      margin-left: 5px;
      margin-right: 5px; } }
  #calc-totals .columns {
    padding: 0 !important; }
  #calc-totals h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #calc-totals h2 {
        font-size: 28px !important;
        color: #c00009 !important; } }
    @media screen and (min-width: 992px) {
      #calc-totals h2 {
        font-size: 38px; } }
  #calc-totals h3 {
    color: #eceaea;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    padding-top: 5px; }
    #calc-totals h3 sup {
      font-size: smaller; }
    @media screen and (max-width: 767px) {
      #calc-totals h3 {
        font-size: 18px !important;
        color: #000 !important; } }
    @media screen and (min-width: 992px) {
      #calc-totals h3 {
        font-size: 25px; } }

.row-eq-height {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row::before, .row::after {
  content: " ";
  display: table; }

.mil-step, .calc-step {
  position: relative;
  background-color: #c00009;
  display: block;
  float: left;
  width: 13.5%;
  border-radius: 20px; }

@media screen and (max-width: 767px) {
  .calc-step {
    width: 100%;
    height: inherit !important;
    border-radius: 10px;
    float: none;
    margin-top: 3px; } }

.calc-steps-mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .calc-steps-mobile {
      display: none; } }
  .calc-steps-mobile .accordion-toggle {
    background: url(all.css) #c00009 no-repeat 95%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 6px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: auto; }
    .calc-steps-mobile .accordion-toggle a {
      padding: 5px 10px;
      color: #fff;
      font-weight: 500;
      display: block;
      text-decoration: none; }

.mil-steps-desktop, .calc-steps-desktop {
  float: left;
  background-color: #f2f2f2;
  margin-bottom: 21px;
  width: 100%;
  border-radius: 20px; }

.mil-steps-desktop .mil-step-num, .calc-steps-desktop .calc-step-num {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.calc-steps-desktop .calc-lead-form input[type="text"], .calc-steps-desktop .calc-lead-form input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 10px !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px; }

@media screen and (max-width: 767px) {
  .calc-step-num {
    display: none; } }

.mil-step-desc, .calc-step-desc {
  background: url("/Media/Default/CTU/icons/mil-step-arrow.png") no-repeat left;
  width: 83.5%;
  float: left;
  padding: 20px 0 0 2.2em; }
  .mil-step-desc h4, .calc-step-desc h4 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0; }

.calc-step-desc {
  padding-bottom: 20px;
  width: 84%;
  display: block; }
  @media screen and (max-width: 767px) {
    .calc-step-desc {
      height: auto;
      width: 100%;
      padding: 20px 10px 10px;
      background: #f2f2f2;
      margin-top: -10px;
      z-index: 1;
      position: relative;
      border-radius: 0 0 10px 10px;
      margin-bottom: 10px; } }
  .calc-step-desc h4 {
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 10px;
    font-weight: normal; }
  .calc-step-desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
  .calc-step-desc fieldset.degree-pulldown {
    margin-left: 0;
    padding: 0 10px 15px 0;
    min-width: 135px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .calc-step-desc fieldset.degree-pulldown {
        width: 100%; } }
  .calc-step-desc .tcpa-wrap a {
    color: #222;
    text-decoration: underline; }

#financial-calculator .row .row {
  margin: 0 -1rem; }
  #financial-calculator .row .row .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
  #financial-calculator .row .row .row .row .col {
    padding: 0 0.5rem;
    height: auto; }

.name-field {
  height: 100%; }

.calc-lead-form {
  height: auto; }
  .calc-lead-form input[type="text"],
  .calc-lead-form input[type="date"],
  .calc-lead-form input[type="datetime"],
  .calc-lead-form input[type="datetime-local"],
  .calc-lead-form input[type="month"],
  .calc-lead-form input[type="week"],
  .calc-lead-form input[type="email"],
  .calc-lead-form input[type="number"],
  .calc-lead-form input[type="search"],
  .calc-lead-form input[type="tel"],
  .calc-lead-form input[type="time"],
  .calc-lead-form input[type="url"],
  .calc-lead-form input[type="color"],
  .calc-lead-form textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 15px;
    margin: 0 0 10px 0 !important;
    padding: 0.5rem;
    height: 33.125px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none; }
  .calc-lead-form label {
    margin-bottom: 0;
    font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    height: 100%;
    line-height: 1.5;
    width: 100%; }

@media screen and (max-width: 767px) {
  #step3CourseLoad .ui-calc-button {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #step3CourseLoad .ui-calc-button {
    width: 300px; } }

@media screen and (max-width: 767px) {
  .row-eq-height {
    display: inherit; } }

.subButtons {
  clear: both;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .subButtons {
      margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .calc-steps-desktop {
    background-color: #fff;
    margin-bottom: 5px; } }

.calc-steps-desktop .ui-red-button {
  border: none;
  margin-bottom: 0;
  margin-right: 10px; }

.calc-steps-desktop .ui-white-button {
  margin-right: 10px;
  border-radius: 5px !important;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .calc-steps-desktop .ui-white-button {
      margin-bottom: 10px;
      margin-right: 5px; } }

.calc-steps-desktop .ui-calc-button {
  margin-right: 10px;
  border-radius: 5px !important;
  margin-bottom: 15px;
  outline: none;
  cursor: pointer; }
  .calc-steps-desktop .ui-calc-button.selected {
    background-color: #0e6291;
    color: #fff;
    border: none; }
  .calc-steps-desktop .ui-calc-button.disabled {
    background-color: #999;
    color: #fff;
    border: none;
    cursor: not-allowed;
    pointer-events: none; }

.ui-white-button {
  background: #fff;
  color: #c00009;
  border: 1px solid #c00009;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal !important; }

.ui-button-select {
  background: #0e6291;
  color: #fff;
  border: 1px solid #0e6291;
  margin: 0 10px 15px 0;
  padding: 0 20px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px;
  outline: none; }
  @media screen and (max-width: 767px) {
    .ui-button-select {
      margin: 0 5px 10px 0;
      padding: 0 10px; } }

.ui-red-button {
  background: #c00009;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }

.ui-calc-button {
  background: #fff;
  color: #c00009;
  border: 1px solid #c00009;
  padding: 0 20px;
  text-align: center;
  clear: both;
  border-radius: 5px;
  display: inline-block;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  font-size: 14px; }

#step4_main .inputChoice {
  width: 250px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media only screen and (max-device-width: 767px) {
  #step4_main .inputChoice {
    width: 95%; } }

.alert-box.warning, #financial-calculator small.error, #financial-calculator .error small.error {
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
  background-color: #F08A24;
  border-color: #de770f;
  border-width: 1px;
  border-radius: 0;
  padding: 14px;
  color: #fff;
  background: #ed9c55;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ed9c55), to(#ed7607));
  background: linear-gradient(to bottom, #ed9c55 1%, #ed7607 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9c55', endColorstr='#ed7607',GradientType=0 ); }

.alert-box .close {
  font-size: 30px;
  opacity: 1;
  background: none;
  margin-top: -6px;
  padding: 0 6px 4px;
  line-height: .9;
  right: 0.25rem;
  color: #333; }

@media only screen and (max-width: 767px) and (max-device-aspect-ratio: 1 / 1) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .alert-box span {
    display: inline-block;
    width: 85%; }
  .alert-box .close {
    margin-top: 0; } }

.calc-lead-form .alert-box {
  margin-top: -11px;
  padding-top: 5px;
  padding-bottom: 5px; }

fieldset.degree-pulldown select {
  width: 100%;
  height: 44px;
  margin: 0 0 1rem 0;
  outline: 0;
  padding-left: 10px;
  padding-right: 2em;
  border-radius: 6px;
  border-color: #c00009;
  text-transform: uppercase;
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px !important;
  cursor: pointer;
  color: #c00009;
  font-weight: normal;
  background: url("/Media/Default/CTU/icons/i-down-arrow-bl.png") no-repeat 95% center #fff;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  fieldset.degree-pulldown select::-ms-expand {
    display: none; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (max-device-aspect-ratio: 1 / 1) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  fieldset.degree-pulldown select {
    width: 270px; } }

#step-final h2.calc-step-num {
  width: auto;
  height: auto;
  border-radius: 6px;
  font-size: 26px;
  background-color: transparent;
  color: #fff; }

@media screen and (min-width: 480px) and (max-width: 1023px) {
  .yourTuition h5 {
    height: 55px; } }

@media screen and (min-width: 1024px) {
  .yourTuition h5 {
    display: block;
    height: 35px; } }

.conclusion-well {
  font-family: "Trade Gothic Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }
  .conclusion-well h4 {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 5px; }
  .conclusion-well h5 {
    font-size: 18px;
    margin-bottom: 0; }
  .conclusion-well span {
    color: #c00009;
    font-size: 20px; }

#next-steps h2.calc-step-num {
  width: auto;
  height: auto;
  border-radius: 6px;
  font-size: 26px;
  background-color: transparent;
  color: #fff; }

#next-steps a h3.calc-next-steps, #next-steps h3.calc-next-steps {
  margin-bottom: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none; }
  #next-steps a h3.calc-next-steps:hover, #next-steps h3.calc-next-steps:hover {
    color: #c00009 !important; }

#next-steps a p.calc-next-steps, #next-steps p.calc-next-steps {
  text-decoration: none;
  color: #333;
  font-size: 14px; }
  #next-steps a p.calc-next-steps:hover, #next-steps p.calc-next-steps:hover {
    color: #c00009 !important; }

#next-steps .col {
  text-align: center;
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  padding-left: .5em;
  padding-right: .5em; }

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) and (min-device-aspect-ratio: 1 / 1) {
  #next-steps .col {
    width: 33.33333%; } }

.calc-steps-desktop#next-steps .calc-step-desc {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) and (max-width: 1279px) {
    .calc-steps-desktop#next-steps .calc-step-desc {
      /* Safari 6.1+ */
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.calc-lead-form-static .lead-field {
  margin-bottom: 10px; }

.alert.alert-box.warning {
  display: none; }

.alert-box.warning.field-validation-valid {
  display: none; }

.alert-box.warning.field-validation-error {
  display: block; }

.subFooter {
  font-size: 12px;
  font-style: italic;
  padding-bottom: 10px;
  line-height: 1.5; }
  .subFooter p {
    font-size: 12px;
    font-style: italic;
    padding-bottom: 0; }

.subButtons, .subFooter {
  width: 100%;
  float: left; }

#financial-calculator .disclaimer p {
  font-size: 12px;
  font-style: italic;
  color: #222; }

.calculator-footer .disclaimer p {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #000; }

@media only screen and (max-width: 767px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .ui-white-button {
    padding: 0 10px !important; }
  .mediaNxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #step1CampusSelect input, #gatedCampuses input {
    width: 100%; } }

.calc-date-m {
  display: none; }

@media only screen and (max-width: 667px) and (orientation: portrait) and (max-device-aspect-ratio: 1 / 1) {
  .calc-date-d {
    display: none; }
  .calc-date-m {
    display: block; }
  #lblEstimatedDateSticky {
    display: none; } }

.mil-steps-mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .mil-steps-mobile {
      display: none; } }
  .mil-steps-mobile .mil-accordion-toggle {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    margin-bottom: 6px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: auto; }

@media screen and (max-width: 767px) {
  .mil-step {
    height: inherit !important;
    border-radius: 10px 10px 0 0;
    float: none;
    margin-top: 3px;
    width: 100%; }
  .mil-step-desc {
    height: auto;
    width: 100%;
    padding: 20px 10px 10px;
    background: #f2f2f2;
    z-index: 1;
    position: relative;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px; }
    .mil-step-desc fieldset.degree-pulldown {
      width: 100%; } }

.yourFinal .row {
  margin-left: -15px !important;
  margin-right: -15px !important; }

.yourFinal .yourTuition h5 {
  line-height: 20px;
  margin: 14px 0;
  height: 25px; }
  @media screen and (min-width: 1024px) {
    .yourFinal .yourTuition h5 {
      font-size: 14px;
      height: 15px; } }
  @media screen and (min-width: 1280px) {
    .yourFinal .yourTuition h5 {
      font-size: 18px; } }

.yourFinal .yourTuition .lt-gry-bg {
  background-color: #dbdad7; }

.yourFinal .yourTuition .dk-gry-bg {
  background-color: #c1c1c1; }

@media (max-width: 767px) {
  .calc-custom-mobile-header {
    height: 45px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 99999; }
    .calc-custom-mobile-header .calc-custom-mobile-header-title {
      padding: 0;
      text-align: center; }
      .calc-custom-mobile-header .calc-custom-mobile-header-title #calc-custom-mobile-back {
        width: 10%;
        float: left; }
        .calc-custom-mobile-header .calc-custom-mobile-header-title #calc-custom-mobile-back a {
          color: #5b5b5e;
          font-weight: bold;
          display: block;
          font-size: 24px;
          padding-top: 5px; }
      .calc-custom-mobile-header .calc-custom-mobile-header-title #calc-custom-mobile-rep {
        width: 80%;
        font-weight: bold;
        line-height: 45px;
        text-align: center;
        float: left; }
      .calc-custom-mobile-header .calc-custom-mobile-header-title #calc-custom-mobile-phone {
        width: 10%;
        float: left; }
        .calc-custom-mobile-header .calc-custom-mobile-header-title #calc-custom-mobile-phone .m-mobile-call {
          float: none;
          color: #5b5b5e;
          margin-top: 22px;
          margin-right: 10px; }
          .calc-custom-mobile-header .calc-custom-mobile-header-title #calc-custom-mobile-phone .m-mobile-call::after {
            content: ""; } }
