/* line 14, ../sass/application-2.scss */
#take-free-trial {
  padding-bottom: 60px;
}
/* line 15, ../sass/application-2.scss */
#take-free-trial:before, #take-free-trial:after {
  content: " ";
  display: table;
}
/* line 16, ../sass/application-2.scss */
#take-free-trial:after {
  clear: both;
}
/* line 17, ../sass/application-2.scss */
#take-free-trial h1 {
  font-size: 42px;
  line-height: 1;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-right: 220px;
  position: relative;
}
/* line 18, ../sass/application-2.scss */
#take-free-trial h1 .sketch-arrow {
  background: url(../images/sketch-down-arrow.png) right bottom no-repeat;
  width: 240px;
  height: 121px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* line 20, ../sass/application-2.scss */
#take-free-trial h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-bottom: 20px;
}
/* line 21, ../sass/application-2.scss */
#take-free-trial .free-trial-left, #take-free-trial .free-trial-right {
  width: 50%;
  float: left;
  font-family: "Roboto", sans-serif;
}
/* line 22, ../sass/application-2.scss */
#take-free-trial .free-trial-left {
  color: #000;
}
/* line 23, ../sass/application-2.scss */
#take-free-trial .free-trial-left p {
  display: block;
  margin-right: 50px;
  font-size: 14px;
  line-height: 20px;
}
/* line 24, ../sass/application-2.scss */
#take-free-trial .free-trial-left ul {
  float: left;
  font-weight: 900;
  list-style: disc;
  margin-right: 30px;
  padding-left: 20px;
}
/* line 25, ../sass/application-2.scss */
#take-free-trial .free-trial-left ul li {
  margin-bottom: 10px;
}
/* line 28, ../sass/application-2.scss */
#take-free-trial .free-trial-form {
  background: #e6e5e6;
  padding: 30px;
}
/* line 29, ../sass/application-2.scss */
#take-free-trial .free-trial-form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 30, ../sass/application-2.scss */
#take-free-trial .free-trial-form input[type="checkbox"] {
  margin: 3px 8px 25px 0;
  float: left;
}
/* line 32, ../sass/application-2.scss */
#take-free-trial .btn-primary {
  border: none;
  background: #007299;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}
/* line 46, ../sass/application-2.scss */
#take-free-trial .btn-primary:hover {
  background: #004c66;
  color: #fff;
}
/* line 51, ../sass/application-2.scss */
#take-free-trial .trial-login {
  text-align: center;
}
/* line 52, ../sass/application-2.scss */
#take-free-trial .success-stories {
  padding: 60px 0;
  clear: both;
}
/* line 57, ../sass/application-2.scss */
#take-free-trial .success-stories .row:before, #take-free-trial .success-stories .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 61, ../sass/application-2.scss */
#take-free-trial .success-stories .row:after {
  clear: both;
}
/* line 62, ../sass/application-2.scss */
#take-free-trial .success-stories .row p {
  text-align: center;
}
/* line 64, ../sass/application-2.scss */
#take-free-trial .success-stories .student_column {
  width: 50%;
  float: left;
  border-right: 1px solid #000;
  margin-bottom: 50px;
}
/* line 65, ../sass/application-2.scss */
#take-free-trial .success-stories .student_column img {
  float: left;
  margin-right: 20px;
}
/* line 66, ../sass/application-2.scss */
#take-free-trial .success-stories .student_column h3 {
  font-family: 'robotoregular';
  margin-top: 30px;
  font-size: 21px;
}
/* line 67, ../sass/application-2.scss */
#take-free-trial .success-stories .student_column p {
  font-size: 14px;
}
/* line 69, ../sass/application-2.scss */
#take-free-trial .success-stories .quote_column {
  width: 49%;
  float: right;
  margin-bottom: 50px;
  padding: 10px 0;
  position: relative;
}
/* line 70, ../sass/application-2.scss */
#take-free-trial .success-stories .quote_column:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 10px;
  top: -20px;
  color: #dadde1;
  font-size: 40px;
  z-index: 0;
}
/* line 83, ../sass/application-2.scss */
#take-free-trial .success-stories .quote_column:after {
  content: '\f10e';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 35px;
  bottom: -5px;
  color: #dadde1;
  font-size: 40px;
  z-index: 0;
}
/* line 96, ../sass/application-2.scss */
#take-free-trial .success-stories .quote_column p, #take-free-trial .success-stories .quote_column .quote_right {
  z-index: 100;
  position: relative;
}
/* line 97, ../sass/application-2.scss */
#take-free-trial .success-stories .quote_column p {
  text-align: left;
  margin-right: 0px;
  padding: 0 25px;
}
/* line 100, ../sass/application-2.scss */
#take-free-trial .trust-icons {
  text-align: right;
  margin-top: 40px;
}
/* line 101, ../sass/application-2.scss */
#take-free-trial .short-fields-wrapper {
  width: 46%;
  float: left;
  padding: 2%;
}
/* line 102, ../sass/application-2.scss */
#take-free-trial .checkbox-container {
  padding-top: 20px;
}
/* line 104, ../sass/application-2.scss */
#take-free-trial .field-container:before, #take-free-trial .field-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/application-2.scss */
#take-free-trial .field-container:after {
  clear: both;
}
/* line 110, ../sass/application-2.scss */
#take-free-trial .button-container {
  margin-top: 30px;
}

/* free trial redesign mobile styles (phones, less than 768px) */
@media (max-width: 767px) {
  /* line 116, ../sass/application-2.scss */
  #take-free-trial h1 {
    padding-right: 0px;
    font-size: 28px;
    margin-top: 0px;
  }
  /* line 117, ../sass/application-2.scss */
  #take-free-trial h1 .sketch-arrow {
    display: none;
  }
  /* line 118, ../sass/application-2.scss */
  #take-free-trial .free-trial-left, #take-free-trial .free-trial-right {
    width: 100%;
  }
  /* line 119, ../sass/application-2.scss */
  #take-free-trial .free-trial-left {
    margin-bottom: 30px;
  }
  /* line 120, ../sass/application-2.scss */
  #take-free-trial .success-stories {
    padding-bottom: 0px;
  }
  /* line 121, ../sass/application-2.scss */
  #take-free-trial .success-stories .quote_column {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  /* line 122, ../sass/application-2.scss */
  #take-free-trial .success-stories .student_column {
    width: 100%;
    margin-bottom: 15px;
    border: 0px;
  }
  /* line 124, ../sass/application-2.scss */
  #take-free-trial .short-fields-wrapper {
    width: 100%;
    float: none;
    padding: 0;
  }
}
/* line 133, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 #college-sorter {
  display: none;
}
/* line 135, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list li {
  cursor: pointer;
  width: 180px;
  height: 180px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  float: left;
  border: 0px;
  position: relative;
}
/* line 146, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list li.undecided-container {
  background: none;
}
/* line 147, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list li .sortable-college .CollegeName {
  padding: 0 5px;
  position: absolute;
  left: 0;
  top: 80px;
  background: none;
}
/* line 149, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list li:hover .college-select-button {
  background: #81a7c1;
  color: #fff;
}
/* line 152, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list .CollegeMax, .scholarship-lead-gen-form .form-part-2 .college-list .CollegeDiscount, .scholarship-lead-gen-form .form-part-2 .college-list .college-details-button {
  display: none;
}
/* line 154, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list .school-wrapper .college-details-button {
  display: none;
}
/* line 155, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list .school-wrapper .college-select-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
/* line 156, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list .school-wrapper .sortable-college img {
  width: 140px;
}
/* line 160, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list .college-select-box:hover:after {
  content: '';
}
/* line 164, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .college-list .college-select-box.selected:after {
  content: '';
}
/* line 171, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .form-two-bottom-title {
  clear: both;
  padding-top: 20px;
}
/* line 172, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .form-two-bottom {
  padding-top: 20px;
  clear: both;
}
/* line 173, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 #undecided, .scholarship-lead-gen-form .form-part-2 #undecided button {
  width: 100%;
  height: 100%;
}
/* line 174, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .disclaimer {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
}
/* line 182, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .buttons-set {
  width: 100%;
}
/* line 183, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .buttons-set .button {
  width: auto;
  display: inline-block !important;
  font-size: 15px !important;
}
/* line 184, ../sass/application-2.scss */
.scholarship-lead-gen-form .form-part-2 .buttons-set .btn-primary {
  text-transform: uppercase;
}
/* line 189, ../sass/application-2.scss */
.scholarship-lead-gen-form #Partner-Modal .modal-body {
  padding-top: 20px !important;
}
/* line 190, ../sass/application-2.scss */
.scholarship-lead-gen-form #Partner-Modal img {
  margin-bottom: 10px;
}
/* line 191, ../sass/application-2.scss */
.scholarship-lead-gen-form #Partner-Modal .modal-footer {
  border-top: 0px;
}
/* line 192, ../sass/application-2.scss */
.scholarship-lead-gen-form #Partner-Modal .modal-footer button.btn {
  margin: 0 10px 0 0 !important;
  display: inline-block;
}
/* line 194, ../sass/application-2.scss */
.scholarship-lead-gen-form #Partner-Modal .modal-header {
  padding: 30px 40px;
}
/* line 195, ../sass/application-2.scss */
.scholarship-lead-gen-form #Partner-Modal .modal-header button.close {
  font-size: 21px;
  margin-top: -15px;
  margin-right: -15px;
}
/* line 198, ../sass/application-2.scss */
.scholarship-lead-gen-form .thank-you-message {
  z-index: 100;
}
/* line 199, ../sass/application-2.scss */
.scholarship-lead-gen-form .short-fields-wrapper {
  position: relative;
}
/* line 200, ../sass/application-2.scss */
.scholarship-lead-gen-form .short-fields-wrapper .validation-advice {
  position: relative;
  left: 0;
  bottom: 0;
}
/* line 202, ../sass/application-2.scss */
.scholarship-lead-gen-form .no-school-error {
  clear: both;
  color: #e4465c;
  padding-bottom: 20px;
}

@media (max-width: 1160px) {
  /* line 209, ../sass/application-2.scss */
  .scholarship-lead-gen-form .form-part-2 {
    width: 95%;
  }
}
@media (max-width: 767px) {
  /* line 212, ../sass/application-2.scss */
  .scholarship-lead-gen-form .form-part-2 .college-list-container .college-list .college-select-box {
    margin: 0;
    width: 100%;
  }

  /* line 213, ../sass/application-2.scss */
  #Partner-Modal .table-responsive {
    overflow: visible;
    border: 0px;
  }

  /* line 214, ../sass/application-2.scss */
  #Partner-Modal .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }

  /* line 215, ../sass/application-2.scss */
  .scholarship-lead-gen-form .form-part-2 .college-list li {
    width: 45%;
  }

  /* line 216, ../sass/application-2.scss */
  .scholarship-lead-gen-form .form-part-2 .disclaimer {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
@media (max-width: 460px) {
  /* line 223, ../sass/application-2.scss */
  .scholarship-lead-gen-form .form-part-2 .college-list li {
    width: 100%;
  }
}
/* line 233, ../sass/application-2.scss */
.student-success-container .container {
  width: auto;
}
/* line 234, ../sass/application-2.scss */
.student-success-container h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 100;
  text-transform: uppercase;
}
/* line 235, ../sass/application-2.scss */
.student-success-container .student-success-top {
  margin-bottom: 40px;
  padding: 0 15px;
}
/* line 236, ../sass/application-2.scss */
.student-success-container .student-success-top p {
  font-size: 16px;
  line-height: 24px;
}
/* line 238, ../sass/application-2.scss */
.student-success-container h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  border-bottom: 1px solid #8b9399;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-right: 90px;
  position: relative;
}
/* line 239, ../sass/application-2.scss */
.student-success-container h2 a {
  font-family: 'Roboto', sans-serif;
  color: #000;
}
/* line 240, ../sass/application-2.scss */
.student-success-container h2 a span {
  color: #007299;
}
/* line 241, ../sass/application-2.scss */
.student-success-container h2 a:hover {
  color: #323e48;
}
/* line 242, ../sass/application-2.scss */
.student-success-container h2 a:hover span {
  color: #98b6cc;
}
/* line 246, ../sass/application-2.scss */
.student-success-container .view-all-link {
  font-size: 18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
}
/* line 247, ../sass/application-2.scss */
.student-success-container .view-all-link:after {
  content: '\f054';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  font-size: 12px;
}
/* line 249, ../sass/application-2.scss */
.student-success-container .student-success-stories, .student-success-container .student-success-degree-paths {
  padding: 0 15px;
}
/* line 250, ../sass/application-2.scss */
.student-success-container .student_column {
  border-right: 1px solid #000;
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 251, ../sass/application-2.scss */
.student-success-container .student_column img {
  float: left;
  margin-right: 10px;
}
/* line 253, ../sass/application-2.scss */
.student-success-container .quote_column {
  position: relative;
  margin-top: 20px;
}
/* line 254, ../sass/application-2.scss */
.student-success-container .quote_column p {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
/* line 255, ../sass/application-2.scss */
.student-success-container .quote_column p:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #cccccc;
  font-size: 30px;
  position: absolute;
  left: 0px;
}
/* line 258, ../sass/application-2.scss */
.student-success-container .student-success-degree-paths {
  margin-bottom: 100px;
}
/* line 259, ../sass/application-2.scss */
.student-success-container .student-sub-text {
  font-size: 15px;
}
/* line 260, ../sass/application-2.scss */
.student-success-container .degree-path-card {
  display: block;
  background: #323e48;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  height: 140px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 261, ../sass/application-2.scss */
.student-success-container .degree-path-card span {
  display: block;
  text-transform: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 400;
}
/* line 262, ../sass/application-2.scss */
.student-success-container .degree-path-card span:after {
  content: '\f054';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  font-size: 12px;
}
/* line 264, ../sass/application-2.scss */
.student-success-container .degree-path-card:before {
  content: '\f009';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}
/* line 272, ../sass/application-2.scss */
.student-success-container .degree-path-card:hover {
  background-color: #475866;
}
/* line 273, ../sass/application-2.scss */
.student-success-container .degree-path-card.business {
  background-color: #5d3428;
}
/* line 274, ../sass/application-2.scss */
.student-success-container .degree-path-card.business:before {
  content: '\f000';
  font-family: WebHostingHub-Glyphs;
}
/* line 275, ../sass/application-2.scss */
.student-success-container .degree-path-card.business:hover {
  background-color: #814837;
}
/* line 277, ../sass/application-2.scss */
.student-success-container .degree-path-card.nursing, .student-success-container .degree-path-card.health-science {
  background-color: #ab192d;
}
/* line 278, ../sass/application-2.scss */
.student-success-container .degree-path-card.nursing:before, .student-success-container .degree-path-card.health-science:before {
  content: '\f409';
  font-family: WebHostingHub-Glyphs;
}
/* line 279, ../sass/application-2.scss */
.student-success-container .degree-path-card.nursing:hover, .student-success-container .degree-path-card.health-science:hover {
  background-color: #d72039;
}
/* line 281, ../sass/application-2.scss */
.student-success-container .degree-path-card.technology {
  background-color: #799a05;
}
/* line 282, ../sass/application-2.scss */
.student-success-container .degree-path-card.technology:before {
  content: '\f0eb';
}
/* line 283, ../sass/application-2.scss */
.student-success-container .degree-path-card.technology:hover {
  background-color: #a0cb07;
}
/* line 285, ../sass/application-2.scss */
.student-success-container .degree-path-card.criminaljustice, .student-success-container .degree-path-card.social-science {
  background-color: #002d74;
}
/* line 286, ../sass/application-2.scss */
.student-success-container .degree-path-card.criminaljustice:before, .student-success-container .degree-path-card.social-science:before {
  content: '\f134';
  font-family: WebHostingHub-Glyphs;
}
/* line 287, ../sass/application-2.scss */
.student-success-container .degree-path-card.criminaljustice:hover, .student-success-container .degree-path-card.social-science:hover {
  background-color: #0041a7;
}
/* line 289, ../sass/application-2.scss */
.student-success-container .degree-path-card.mathematics {
  background-color: #008996;
}
/* line 290, ../sass/application-2.scss */
.student-success-container .degree-path-card.mathematics:before {
  content: '\f12b';
}
/* line 291, ../sass/application-2.scss */
.student-success-container .degree-path-card.mathematics:hover {
  background-color: #00b8c9;
}
/* line 294, ../sass/application-2.scss */
.student-success-container .resources-content {
  min-height: 420px;
  position: relative;
  padding: 20px 250px 20px 20px;
  background: #cccccc;
}
/* line 295, ../sass/application-2.scss */
.student-success-container .resources-content p {
  position: relative;
}
/* line 296, ../sass/application-2.scss */
.student-success-container .resources-content .guide-image {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 280px;
  height: auto;
}
/* line 301, ../sass/application-2.scss */
.student-success-container .blog-content .block-title {
  display: none;
}
/* line 302, ../sass/application-2.scss */
.student-success-container .blog-content ul {
  list-style: none;
  padding: 0px;
}
/* line 303, ../sass/application-2.scss */
.student-success-container .blog-content li {
  width: 100%;
  height: 195px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #323e48;
}
/* line 304, ../sass/application-2.scss */
.student-success-container .blog-content li:hover {
  background: #475866;
}
/* line 306, ../sass/application-2.scss */
.student-success-container .blog-content .post-image {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
/* line 307, ../sass/application-2.scss */
.student-success-container .blog-content .post-image img {
  width: auto;
  height: 100%;
  position: relative;
  left: -25%;
}
/* line 309, ../sass/application-2.scss */
.student-success-container .blog-content .blog-link {
  position: relative;
  color: #fff;
  display: block;
  width: auto;
  height: 100%;
  padding: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  padding-left: 55%;
}
/* line 310, ../sass/application-2.scss */
.student-success-container .blog-content .blog-link span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  margin-top: 30px;
}
/* line 311, ../sass/application-2.scss */
.student-success-container .blog-content .blog-link span:after {
  content: '\f054';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  font-size: 12px;
}
/* line 315, ../sass/application-2.scss */
.student-success-container .degree-path-content.container {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 316, ../sass/application-2.scss */
.student-success-container .btn-primary {
  font-family: 'Roboto', sans-serif;
  padding: 10px 24px;
}

@media (min-width: 1200px) {
  /* line 320, ../sass/application-2.scss */
  .student-success-container .resources-content {
    padding: 20px 300px 20px 20px;
  }
  /* line 321, ../sass/application-2.scss */
  .student-success-container .resources-content .guide-image {
    width: 320px;
  }
}
@media (max-width: 992px) {
  /* line 327, ../sass/application-2.scss */
  .student-success-container .resources-content {
    padding: 20px 20px 240px;
  }
  /* line 328, ../sass/application-2.scss */
  .student-success-container .resources-content h3 {
    margin-top: 0px;
  }
  /* line 329, ../sass/application-2.scss */
  .student-success-container .resources-content .guide-image {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 160px;
    height: auto;
    margin-right: -80px;
  }
  /* line 332, ../sass/application-2.scss */
  .student-success-container .blog-content li {
    height: auto;
  }
  /* line 333, ../sass/application-2.scss */
  .student-success-container .blog-content .post-image {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 20px;
  }
  /* line 334, ../sass/application-2.scss */
  .student-success-container .blog-content .post-image img {
    height: auto;
    width: 100%;
    left: 0;
  }
  /* line 336, ../sass/application-2.scss */
  .student-success-container .blog-content .blog-link {
    padding-left: 30px;
    padding: 20px;
  }
  /* line 338, ../sass/application-2.scss */
  .student-success-container .degree-path-card {
    font-size: 15px;
  }
  /* line 339, ../sass/application-2.scss */
  .student-success-container .degree-path-card:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 346, ../sass/application-2.scss */
  .student-success-container .student-success-top {
    margin-bottom: 20px;
  }
  /* line 347, ../sass/application-2.scss */
  .student-success-container h2 {
    padding-right: 0px;
    padding-bottom: 0;
  }
  /* line 348, ../sass/application-2.scss */
  .student-success-container h2 .view-all-link {
    position: static;
    display: block;
  }
  /* line 350, ../sass/application-2.scss */
  .student-success-container section {
    margin-bottom: 60px;
    padding: 0px !important;
  }
  /* line 351, ../sass/application-2.scss */
  .student-success-container .resources-content {
    min-height: 0px;
    padding-bottom: 20px;
  }
  /* line 352, ../sass/application-2.scss */
  .student-success-container .resources-content .guide-image {
    display: none;
  }
  /* line 353, ../sass/application-2.scss */
  .student-success-container .resources-content .btn-primary {
    width: 100%;
  }
  /* line 355, ../sass/application-2.scss */
  .student-success-container .degree-path-card {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 356, ../sass/application-2.scss */
  .student-success-container .degree-path-card:before {
    display: inline;
  }
  /* line 358, ../sass/application-2.scss */
  .student-success-container .student_column {
    border-right: 0px;
    margin-bottom: 0px;
  }
  /* line 359, ../sass/application-2.scss */
  .student-success-container .student_column img {
    margin-bottom: 20px;
  }
  /* line 361, ../sass/application-2.scss */
  .student-success-container .quote_column {
    clear: both;
    margin-bottom: 60px;
  }
  /* line 362, ../sass/application-2.scss */
  .student-success-container .quote_column p {
    padding-top: 10px;
    margin-left: 0;
  }
  /* line 364, ../sass/application-2.scss */
  .student-success-container .container {
    padding: 0px;
  }
  /* line 366, ../sass/application-2.scss */
  .student-success-container .blog-content .post-image {
    float: left;
    margin-bottom: 20px;
  }
  /* line 367, ../sass/application-2.scss */
  .student-success-container .blog-content .blog-link {
    padding: 20px;
  }
  /* line 369, ../sass/application-2.scss */
  .student-success-container .student-2 {
    display: none;
  }
}
/* line 384, ../sass/application-2.scss */
.noscroll {
  overflow: hidden !important;
}

/* line 386, ../sass/application-2.scss */
#la_landing_page #bottom_contact_form .contact_form_wrapper .form_title,
#la_landing_page .top_form .contact_form_wrapper .form_title {
  display: block;
  font-size: 1.714em !important;
  font-weight: 300;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

/* line 398, ../sass/application-2.scss */
footer#sl_landing_footer {
  border-top: 1px solid #525c65;
  padding-top: 75px;
}

/* line 400, ../sass/application-2.scss */
.guarantee-container {
  position: relative;
  height: 2px;
  display: block !important;
  margin-top: 0px;
  border-top: 1px solid #1f272e;
  background: #525c65;
}
/* line 401, ../sass/application-2.scss */
.guarantee-container .guarantee-icon {
  display: block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
/* line 402, ../sass/application-2.scss */
.guarantee-container .guarantee-icon img {
  width: 100px;
  height: auto;
}

/* line 413, ../sass/application-2.scss */
.sl-landing-page #sl_landing_nav .user_menu li {
  margin-right: 0px;
  margin-left: 10px;
}
/* line 414, ../sass/application-2.scss */
.sl-landing-page #sl_landing_nav .nav-jump-btn {
  float: none;
  margin-top: 0;
  overflow: inherit;
}
/* line 415, ../sass/application-2.scss */
.sl-landing-page #sl_landing_nav .btn-primary {
  font-size: 15px !important;
  text-transform: uppercase !important;
}
/* line 416, ../sass/application-2.scss */
.sl-landing-page #sl_landing_nav .btn-danger {
  text-transform: uppercase;
}
/* line 419, ../sass/application-2.scss */
.sl-landing-page .partner-display {
  display: none;
}
/* line 420, ../sass/application-2.scss */
.sl-landing-page .success-stories {
  padding-bottom: 30px;
}
/* line 423, ../sass/application-2.scss */
.sl-landing-page h1, .sl-landing-page #la_landing_page .top_form .alt_top_section .alt_title_wrapper h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 100;
  text-transform: uppercase;
}
/* line 425, ../sass/application-2.scss */
.sl-landing-page #la_landing_page .top_form .alt_top_section .alt_title_wrapper p {
  font-size: 16px;
  line-height: 24px;
}
/* line 426, ../sass/application-2.scss */
.sl-landing-page #la_landing_page .sl_advantage h5 {
  font-size: 20px;
}
/* line 428, ../sass/application-2.scss */
.sl-landing-page #la_landing_page .top_form .alt_top_section {
  margin-bottom: 190px;
}
/* line 430, ../sass/application-2.scss */
.sl-landing-page p, .sl-landing-page #la_landing_page .sl_advantage #sl_advantage_block p {
  font-size: 15px;
  line-height: 20px;
}
/* line 432, ../sass/application-2.scss */
.sl-landing-page h2, .sl-landing-page #la_landing_page .la_partner_listing h2, .sl-landing-page #la_landing_page #success_stories_block h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: initial;
}
/* line 434, ../sass/application-2.scss */
.sl-landing-page .sl_advantage .equalHeights {
  min-height: 240px !important;
}
/* line 438, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #success_stories_block .quote_column {
  background: none;
  padding: 14px 0 0 5px;
  margin: 40px 0 0 30px;
}
/* line 439, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #success_stories_block .quote_column p {
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
  background: none;
  padding: 0 20px 30px 30px;
}
/* line 440, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #success_stories_block .quote_column:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #dadde1;
  font-size: 30px;
  z-index: 0;
}
/* line 458, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #bottom_contact_form {
  border-bottom: 1px solid #1f272e;
  margin-bottom: -75px;
}
/* line 460, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #bottom_contact_form .contact_form_wrapper label {
  font-size: 15px;
}
/* line 461, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #bottom_contact_form .contact_form_wrapper input.hp-form-field.hp-validation-failed {
  border: 1px solid #ab1e2e;
  border-radius: 5px 5px 0 0;
}
/* line 462, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #bottom_contact_form .contact_form_wrapper .hp_validation_message {
  border-radius: 0 0 5px 5px;
  color: #ab1e2e;
  background: #f4dada;
  padding: 5px;
  border: 1px solid #ab1e2e;
  margin-right: 2px;
  border-top: 0px;
}
/* line 463, ../sass/application-2.scss */
.sl-landing-page #la_landing_page #bottom_contact_form .contact_form_wrapper h2 {
  text-transform: initial;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
/* line 467, ../sass/application-2.scss */
.sl-landing-page .btn-primary {
  /*font-size:18px !important;*/
  text-transform: initial !important;
}

@media (max-width: 767px) {
  /* line 476, ../sass/application-2.scss */
  .sl-landing-page {
    margin-top: -70px;
  }
  /* line 477, ../sass/application-2.scss */
  .sl-landing-page #sl_mobile_nav .branding {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  /* line 478, ../sass/application-2.scss */
  .sl-landing-page #sl_mobile_nav .branding img {
    margin-left: 30px;
  }
  /* line 480, ../sass/application-2.scss */
  .sl-landing-page #sl_mobile_nav .nav_button {
    border: 0px;
    background: #323e48;
    height: 65px;
  }
  /* line 481, ../sass/application-2.scss */
  .sl-landing-page #sl_mobile_nav .nav_button a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
  }
  /* line 483, ../sass/application-2.scss */
  .sl-landing-page .mobile-nav-container.row {
    margin: 0px;
  }
  /* line 484, ../sass/application-2.scss */
  .sl-landing-page .mobile-form-button {
    height: 45px;
    line-height: 45px;
    background: #007299;
    color: #fff;
    display: block;
    margin: 0 10px 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
  }
  /* line 485, ../sass/application-2.scss */
  .sl-landing-page .call-button {
    background: #cccccc;
    margin: 0 5px 0 10px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
  }
  /* line 486, ../sass/application-2.scss */
  .sl-landing-page .call-button:before {
    content: '\f095';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
  }
  /* line 494, ../sass/application-2.scss */
  .sl-landing-page .call-button span {
    display: none;
  }
  /* line 497, ../sass/application-2.scss */
  .sl-landing-page .top_form_bg {
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  /* line 503, ../sass/application-2.scss */
  .sl-landing-page .top_form .container {
    padding: 0px;
  }
  /* line 504, ../sass/application-2.scss */
  .sl-landing-page .top_form .alt_top_section {
    margin-top: 0 !important;
  }
  /* line 505, ../sass/application-2.scss */
  .sl-landing-page .top_form .button-container {
    display: none;
  }
  /* line 506, ../sass/application-2.scss */
  .sl-landing-page .top_form .alt_top_section .alt_title_wrapper h1 {
    margin-top: 10px !important;
  }
  /* line 507, ../sass/application-2.scss */
  .sl-landing-page .top_form .title_wrapper {
    margin: 0px !important;
    padding: 10px 35px !important;
  }
  /* line 508, ../sass/application-2.scss */
  .sl-landing-page .top_form .title_wrapper h1 {
    padding: 10px;
  }
  /* line 509, ../sass/application-2.scss */
  .sl-landing-page .top_form h1 {
    font-size: 36px !important;
  }
  /* line 510, ../sass/application-2.scss */
  .sl-landing-page .top_form p {
    font-size: 16px;
  }
  /* line 512, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .top_form .alt_top_section {
    margin-bottom: 0px !important;
  }
  /* line 513, ../sass/application-2.scss */
  .sl-landing-page .sl_advantage {
    padding: 0px !important;
  }
  /* line 514, ../sass/application-2.scss */
  .sl-landing-page .sl_advantage .container {
    padding: 0px;
  }
  /* line 515, ../sass/application-2.scss */
  .sl-landing-page .sl_advantage #sl_advantage_block {
    display: none;
  }
  /* line 516, ../sass/application-2.scss */
  .sl-landing-page .sl_advantage #with_sl_block {
    border-top: 0px !important;
  }
  /* line 518, ../sass/application-2.scss */
  .sl-landing-page .partner_wrap h2 {
    font-size: 20px !important;
    text-align: left;
  }
  /* line 519, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .la_partner_listing h2 + p {
    text-align: left;
  }
  /* line 520, ../sass/application-2.scss */
  .sl-landing-page #wf-sort-colleges {
    display: none;
  }
  /* line 521, ../sass/application-2.scss */
  .sl-landing-page .student-2 {
    display: none;
  }
  /* line 522, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .la_partner_listing .partner_wrap {
    border-bottom: none;
    padding-bottom: 0px;
  }
  /* line 523, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .la_partner_listing #wf-colleges ul.partner-list li.partner-box {
    width: auto;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-image: none;
    display: block;
    background: none;
  }
  /* line 525, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .la_partner_listing #wf-colleges ul.partner-list li.partner-box .partner-logo-box {
    display: none;
    color: #000;
  }
  /* line 526, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .la_partner_listing #wf-colleges ul.partner-list li.partner-box a {
    height: auto;
    border: 0px;
    color: #000;
    font-family: 'Roboto', sans-serif;
  }
  /* line 528, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page .la_partner_listing #wf-colleges ul.partner-list {
    padding: 10px 20px;
    background: #e6e5e6;
    border: 1px solid #cccccc;
    display: none;
  }
  /* line 529, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page #success_stories_block {
    padding: 0px 20px 20px;
    /*.quote_column {clear:both;background:none;padding:0;margin:0px;
        
        p {background:none;padding:10px 15px;font-size:18px;line-height: 1.3;font-style: italic;
            &:before {
                content: '\f10d';
    		    font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                margin-right:5px;
                color:$sl-medium-gray;
                font-size:30px;
                line-height: 16px;
            }
        }
    }*/
  }
  /* line 530, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page #success_stories_block h2 {
    display: none;
  }
  /* line 531, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page #success_stories_block h3 {
    padding-top: 40px;
  }
  /* line 532, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page #success_stories_block .student_column {
    margin-bottom: 0px;
  }
  /* line 550, ../sass/application-2.scss */
  .sl-landing-page .guarantee-container {
    position: relative;
    height: 1px;
    display: block !important;
    margin-top: 0px;
  }
  /* line 551, ../sass/application-2.scss */
  .sl-landing-page .guarantee-container .guarantee-icon {
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
  }
  /* line 552, ../sass/application-2.scss */
  .sl-landing-page .guarantee-container .guarantee-icon img {
    width: 100px;
    height: auto;
  }
  /* line 556, ../sass/application-2.scss */
  .sl-landing-page #bottom_contact_form .optin-message {
    float: none !important;
  }
  /* line 558, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container {
    display: none;
  }
  /* line 559, ../sass/application-2.scss */
  .sl-landing-page .mobile-nav-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  /* line 560, ../sass/application-2.scss */
  .sl-landing-page .partner-display {
    display: block;
    background: #cccccc;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding: 10px 30px 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-weight: 900;
  }
  /* line 562, ../sass/application-2.scss */
  .sl-landing-page .partner-display:before {
    content: 'See ';
  }
  /* line 563, ../sass/application-2.scss */
  .sl-landing-page .partner-display:after {
    content: '\f055';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  /* line 574, ../sass/application-2.scss */
  .sl-landing-page .partner-display.open {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  /* line 575, ../sass/application-2.scss */
  .sl-landing-page .partner-display.open:before {
    content: '';
  }
  /* line 576, ../sass/application-2.scss */
  .sl-landing-page .partner-display.open:after {
    content: '\f056';
  }
  /* line 579, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container, .sl-landing-page #form_submit_lead_thank_you {
    background: #323e48;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    padding-top: 0px;
    height: 100%;
    width: auto;
    padding: 20px;
    overflow: auto;
  }
  /* line 581, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container h3, .sl-landing-page #form_submit_lead_container .form_title, .sl-landing-page #form_submit_lead_container h4, .sl-landing-page #form_submit_lead_thank_you h3, .sl-landing-page #form_submit_lead_thank_you .form_title, .sl-landing-page #form_submit_lead_thank_you h4 {
    font-size: 28px !important;
    text-align: left;
    margin: 20px 0;
    padding: 20px 20px 0 0;
    font-weight: 300;
  }
  /* line 582, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container p, .sl-landing-page #form_submit_lead_thank_you p {
    text-align: left;
  }
  /* line 583, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container .close-form-overlay, .sl-landing-page #form_submit_lead_thank_you .close-form-overlay {
    color: #fff;
  }
  /* line 584, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container #form_submit_lead_thank_you, .sl-landing-page #form_submit_lead_thank_you #form_submit_lead_thank_you {
    margin-top: -120px;
    background: #323e48;
    position: relative;
    padding: 30px 0;
    text-align: left;
  }
  /* line 585, ../sass/application-2.scss */
  .sl-landing-page #form_submit_lead_container #partner_college_form, .sl-landing-page #form_submit_lead_thank_you #partner_college_form {
    display: block !important;
  }
  /* line 587, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page #bottom_contact_form, .sl-landing-page #la_landing_page .top_form .contact_form_wrapper {
    background: none;
    padding: 0px;
  }
  /* line 588, ../sass/application-2.scss */
  .sl-landing-page .close-form-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    display: block;
    width: 30px;
    height: 30px;
  }
  /* line 589, ../sass/application-2.scss */
  .sl-landing-page .close-form-overlay:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 30px;
  }
  /* line 598, ../sass/application-2.scss */
  .sl-landing-page .mobile-hide {
    display: none !important;
  }
  /* line 599, ../sass/application-2.scss */
  .sl-landing-page .sl_income_table {
    display: none;
  }
  /* line 600, ../sass/application-2.scss */
  .sl-landing-page h4 {
    font-size: 22px;
  }
  /* line 601, ../sass/application-2.scss */
  .sl-landing-page .partner_wrap h2 {
    font-size: 32px !important;
  }
  /* line 602, ../sass/application-2.scss */
  .sl-landing-page #la_landing_page #bottom_contact_form .contact_form_wrapper .form_title {
    font-size: 28px !important;
    line-height: 32px;
  }
  /* line 603, ../sass/application-2.scss */
  .sl-landing-page .sl-advantage-container li, .sl-landing-page p {
    font-size: 15px;
  }
  /* line 604, ../sass/application-2.scss */
  .sl-landing-page .contact_form_wrapper .btn {
    font-weight: 900;
  }
  /* line 605, ../sass/application-2.scss */
  .sl-landing-page #sl_landing_footer .footer-logo {
    margin-top: 20px;
    text-align: left;
  }
}
/* line 618, ../sass/application-2.scss */
.bottom-form-phone {
  display: none;
}

/* line 619, ../sass/application-2.scss */
#bottom_contact_form .bottom-form-phone {
  display: block;
}

/* line 620, ../sass/application-2.scss */
#bottom_contact_form .contact_form_wrapper .button_wrapper, .scholarship-lead-gen-form .buttons-set {
  width: 48%;
  float: left;
}
/* line 621, ../sass/application-2.scss */
#bottom_contact_form .contact_form_wrapper .button_wrapper .btn, #bottom_contact_form .contact_form_wrapper .button_wrapper .button, .scholarship-lead-gen-form .buttons-set .btn, .scholarship-lead-gen-form .buttons-set .button {
  width: 100%;
  margin-top: 0px !important;
}

/* line 623, ../sass/application-2.scss */
.bottom-form-phone {
  float: right;
  width: 48%;
  margin-top: 40px;
  font-size: 15px;
}
/* line 624, ../sass/application-2.scss */
.bottom-form-phone .separator {
  line-height: 40px;
  display: inline-block;
  float: left;
  margin: 0 30px 30px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
}
/* line 625, ../sass/application-2.scss */
.bottom-form-phone .phone-content {
  text-align: left;
}
/* line 626, ../sass/application-2.scss */
.bottom-form-phone .phone-content strong {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 631, ../sass/application-2.scss */
  #bottom_contact_form .contact_form_wrapper .button_wrapper {
    width: 100%;
    float: none;
  }
  /* line 632, ../sass/application-2.scss */
  #bottom_contact_form .contact_form_wrapper .button_wrapper .btn {
    width: auto;
  }

  /* line 634, ../sass/application-2.scss */
  .bottom-form-phone {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  /* line 635, ../sass/application-2.scss */
  .bottom-form-phone .separator {
    line-height: 30px;
    display: block;
    float: none;
    margin: 0 0px 10px 0px;
    text-align: center;
  }
  /* line 636, ../sass/application-2.scss */
  .bottom-form-phone .phone-content {
    text-align: center;
    padding: 0 30px;
  }
}
/* ==================================================== */
/* ==================================================== */
/* line 647, ../sass/application-2.scss */
.guide-download-container {
  background: #fff;
}
/* line 648, ../sass/application-2.scss */
.guide-download-container h1 {
  font-weight: 100;
  font-size: 42px;
  line-height: 48px;
  margin-top: 40px;
}
/* line 649, ../sass/application-2.scss */
.guide-download-container h1 strong {
  font-weight: 900;
}
/* line 651, ../sass/application-2.scss */
.guide-download-container .upper-footer {
  background: #323e48;
  color: #fff;
  padding: 30px 0 0;
  font-size: 18px;
  padding-bottom: 150px;
  margin-bottom: -100px;
  border-bottom: 1px solid #1f272e;
}
/* line 652, ../sass/application-2.scss */
.guide-download-container .guide-content {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 35px;
}
/* line 653, ../sass/application-2.scss */
.guide-download-container .guide-content h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
/* line 654, ../sass/application-2.scss */
.guide-download-container .guide-content ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0px;
}
/* line 655, ../sass/application-2.scss */
.guide-download-container .guide-content li {
  border-left: 2px solid #323e48;
  padding-left: 10px;
  margin-bottom: 30px;
}
/* line 662, ../sass/application-2.scss */
.guide-download-container .form-column {
  margin-bottom: 50px;
  float: right;
}
/* line 663, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container {
  padding: 30px;
  background: #e6e5e6;
  min-height: 450px;
  margin: 50px 0 0px;
}
/* line 664, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container:before, .guide-download-container .guide-download-form-container:after {
  content: " ";
  display: table;
}
/* line 665, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container:after {
  clear: both;
}
/* line 667, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container h2 {
  font-weight: 100;
  margin: 0px;
  text-transform: uppercase;
  padding-right: 200px;
}
/* line 668, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
}
/* line 669, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container p {
  font-size: 15px;
  line-height: 20px;
}
/* line 670, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .guide-book-image {
  position: absolute;
  right: -20px;
  bottom: 0px;
  height: auto;
  width: 300px;
}
/* line 671, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container form {
  padding-right: 200px;
}
/* line 672, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .form_field {
  width: 44%;
  margin-right: 3%;
  float: left;
  margin-top: 30px;
}
/* line 673, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .form_field.wide {
  width: 90%;
  margin-right: 0;
  margin-top: 0px;
}
/* line 675, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .form_field.button input {
  background: #007299;
  color: #fff;
  padding: 10px 24px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 676, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .form_field.button input:hover {
  background: #004c66;
}
/* line 679, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .form_field label {
  display: inline;
  font-weight: 100;
}
/* line 680, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .form_field input[type="checkbox"] + label {
  font-size: 12px;
}
/* line 682, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .success-message {
  padding-right: 240px;
  margin-top: 30px;
}
/* line 683, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .success-message a {
  font-family: "Roboto", sans-serif;
}
/* line 685, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .download-link {
  padding-top: 40px;
  text-transform: uppercase;
}
/* line 686, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .download-link a {
  background: #007299;
  color: #fff;
  padding: 10px 24px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
/* line 687, ../sass/application-2.scss */
.guide-download-container .guide-download-form-container .download-link a:hover {
  background: #004c66;
}

@media (max-width: 992px) {
  /* line 696, ../sass/application-2.scss */
  .guide-download-container .col-sm-8.guide-content, .guide-download-container .col-sm-4.form-column, .guide-download-container .footer-guide-content {
    width: 100% !important;
  }
  /* line 697, ../sass/application-2.scss */
  .guide-download-container .form-column {
    margin-bottom: 30px;
  }
  /* line 698, ../sass/application-2.scss */
  .guide-download-container .guide-book-image {
    display: none;
  }
  /* line 700, ../sass/application-2.scss */
  .guide-download-container .guide-download-form-container h2 {
    padding-right: 0px;
  }
  /* line 701, ../sass/application-2.scss */
  .guide-download-container .guide-download-form-container form {
    padding-right: 0px;
  }
  /* line 702, ../sass/application-2.scss */
  .guide-download-container .guide-download-form-container .success-message {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  /* line 708, ../sass/application-2.scss */
  .guide-download-container .guide-content {
    padding-right: 0px;
    background: none;
    min-height: 0px;
  }
  /* line 710, ../sass/application-2.scss */
  .guide-download-container .guide-download-form-container .form_field {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-top: 30px;
  }
  /* line 712, ../sass/application-2.scss */
  .guide-download-container .form-column {
    float: none;
  }
}
/* line 724, ../sass/application-2.scss */
.post-cta {
  background: #323e48;
  color: #fff !important;
  display: block;
  position: relative;
  /*&:hover {background:darken($sl-dark-gray, 5%);
      .cta-copy {background:darken($sl-dark-gray, 5%)}
  }*/
}
/* line 725, ../sass/application-2.scss */
.post-cta .cta-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
/* line 726, ../sass/application-2.scss */
.post-cta .cta-img img {
  height: 100%;
  width: auto;
}
/* line 728, ../sass/application-2.scss */
.post-cta .cta-copy {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  margin-left: 150px;
  top: 0;
  background: #323e48;
}
/* line 729, ../sass/application-2.scss */
.post-cta .cta-copy .cta-head {
  font-weight: 900;
  font-size: 22px;
  display: block;
  padding: 20px 20px 0 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* line 730, ../sass/application-2.scss */
.post-cta .cta-copy .cta-body {
  font-size: 16px;
  padding: 0 20px 20px 30px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 460px) {
  /* line 738, ../sass/application-2.scss */
  .post-cta {
    padding-top: 140px;
  }
  /* line 739, ../sass/application-2.scss */
  .post-cta .cta-img {
    height: auto;
    width: 100%;
  }
  /* line 740, ../sass/application-2.scss */
  .post-cta .cta-img img {
    width: 100%;
    height: auto;
  }
  /* line 742, ../sass/application-2.scss */
  .post-cta .cta-copy {
    margin-left: 0;
  }
}
/* line 751, ../sass/application-2.scss */
.bg-gray {
  background-color: #eaebec;
}

/* line 752, ../sass/application-2.scss */
.left {
  float: left;
}

/* line 753, ../sass/application-2.scss */
.right {
  float: right;
}

/* line 754, ../sass/application-2.scss */
.is-blog .sidebar-form .right {
  float: none;
}

/* line 755, ../sass/application-2.scss */
.btn-special {
  color: #007299;
  background-color: #fff;
  border-color: #007299;
}
/* line 759, ../sass/application-2.scss */
.btn-special:hover {
  color: #fff;
  background: #007299;
}

/* line 761, ../sass/application-2.scss */
section {
  position: relative;
  background: #fff;
}

/* line 767, ../sass/application-2.scss */
.readiness-lp-container section.hero {
  background-position: left left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* line 768, ../sass/application-2.scss */
.readiness-lp-container .hero .hero-form-container {
  margin-bottom: 20px;
}
/* line 771, ../sass/application-2.scss */
.readiness-lp-container section {
  padding: 30px 0;
}
/* line 772, ../sass/application-2.scss */
.readiness-lp-container .hero-left {
  padding-right: 150px;
}
/* line 773, ../sass/application-2.scss */
.readiness-lp-container .hero-left img.school-logo {
  max-width: 100%;
}
/* line 775, ../sass/application-2.scss */
.readiness-lp-container .course-container {
  margin-bottom: 30px;
}
/* line 776, ../sass/application-2.scss */
.readiness-lp-container .course-copy {
  position: relative;
}
/* line 777, ../sass/application-2.scss */
.readiness-lp-container .course-copy .copy-list {
  list-style: disc;
  margin-bottom: 30px;
}
/* line 778, ../sass/application-2.scss */
.readiness-lp-container .course-copy .copy-list li {
  margin-left: 20px;
  width: 40%;
  float: left;
  margin-right: 5%;
}
/* line 779, ../sass/application-2.scss */
.readiness-lp-container .course-copy .copy-list:before, .readiness-lp-container .course-copy .copy-list:after {
  content: " ";
  display: table;
}
/* line 780, ../sass/application-2.scss */
.readiness-lp-container .course-copy .copy-list:after {
  clear: both;
}
/* line 782, ../sass/application-2.scss */
.readiness-lp-container .course-copy .guarantee-logo {
  position: absolute;
  right: 15px;
  top: 20px;
}
/* line 784, ../sass/application-2.scss */
.readiness-lp-container .quote_column .quote-link {
  display: none;
}

/* line 786, ../sass/application-2.scss */
.page_divider .container {
  border-top: 1px solid #525c65;
}

@media (max-width: 767px) {
  /* line 792, ../sass/application-2.scss */
  .readiness-lp-container section.hero {
    background: none !important;
  }
  /* line 793, ../sass/application-2.scss */
  .readiness-lp-container .hero-left {
    padding-right: 0px;
  }
  /* line 794, ../sass/application-2.scss */
  .readiness-lp-container h2 {
    margin-top: 0px;
  }
  /* line 795, ../sass/application-2.scss */
  .readiness-lp-container .student-testimonial .row {
    padding-bottom: 20px;
  }
  /* line 797, ../sass/application-2.scss */
  .readiness-lp-container .course-copy {
    padding-right: 15px;
  }
  /* line 798, ../sass/application-2.scss */
  .readiness-lp-container .course-copy .guarantee-logo {
    display: none;
  }
  /* line 799, ../sass/application-2.scss */
  .readiness-lp-container .course-copy .copy-list {
    padding: 0px;
  }
  /* line 800, ../sass/application-2.scss */
  .readiness-lp-container .course-copy .copy-list li {
    width: 100%;
    float: none;
  }

  /* line 804, ../sass/application-2.scss */
  .module_course {
    display: none;
  }

  /* line 805, ../sass/application-2.scss */
  .module_course:nth-child(2), .module_course:nth-child(3) {
    display: block;
  }
}
/* line 810, ../sass/application-2.scss */
.module_course .module_card .course_price .with_membership {
  margin-right: -15px;
}

/* line 816, ../sass/application-2.scss */
.hero {
  padding: 0px !important;
  overflow: hidden;
  position: relative;
  /* Firefox 18- */
  /* Firefox 19+ */
}
/* line 817, ../sass/application-2.scss */
.hero .hero-image {
  position: absolute;
  width: 100%;
  height: auto;
}
/* line 818, ../sass/application-2.scss */
.hero .container {
  padding-top: 50px;
  padding-bottom: 30px;
}
/* line 819, ../sass/application-2.scss */
.hero .hero-form-container {
  background: #eaebec;
  padding: 30px;
}
/* line 820, ../sass/application-2.scss */
.hero p {
  font-size: 16px;
}
/* line 823, ../sass/application-2.scss */
.hero .form_title {
  font-size: 24px !important;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
/* line 824, ../sass/application-2.scss */
.hero .short-fields-wrapper {
  width: 48%;
  margin-bottom: 15px;
  text-align: left;
}
/* line 825, ../sass/application-2.scss */
.hero input.hp-form-field {
  padding: 8px 5px !important;
  color: #323e48;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 99%;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 826, ../sass/application-2.scss */
.hero input.hp-form-field.right, .hero input.hp-form-field.left {
  float: none;
}
/* line 829, ../sass/application-2.scss */
.hero input.hp-form-field.hp-validation-failed {
  border: 1px solid #ab1e2e;
  border-radius: 5px 5px 0 0;
}
/* line 830, ../sass/application-2.scss */
.hero .hp_validation_message {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  color: #ab1e2e;
  background: #f4dada;
  padding: 5px;
  border: 1px solid #ab1e2e;
  width: 99%;
  border-top: 0px;
}
/* line 832, ../sass/application-2.scss */
.hero input[type="checkbox"] + div {
  width: auto !important;
}
/* line 833, ../sass/application-2.scss */
.hero label {
  font-weight: 100;
}
/* line 834, ../sass/application-2.scss */
.hero .button_wrapper {
  text-align: center;
  margin-top: 20px;
}
/* line 835, ../sass/application-2.scss */
.hero .submit-btn {
  text-transform: uppercase;
  padding: 12px 48px;
  font-size: 18px;
  background: #007299;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
}
/* line 836, ../sass/application-2.scss */
.hero .optin-message {
  font-size: 11px;
  float: none !important;
}
/* line 838, ../sass/application-2.scss */
.hero ::-webkit-input-placeholder {
  color: #fff;
}
/* line 839, ../sass/application-2.scss */
.hero :-moz-placeholder {
  color: #fff;
}
/* line 840, ../sass/application-2.scss */
.hero ::-moz-placeholder {
  color: #fff;
}
/* line 841, ../sass/application-2.scss */
.hero :-ms-input-placeholder {
  color: #fff;
}
/* line 844, ../sass/application-2.scss */
.hero #degree_interest, .hero label[for="degree_interest"], .hero #scholarship_info_request, .hero #scholarship_info_request + div, .hero .mobile-only.here_to_help {
  display: none !important;
}
/* line 848, ../sass/application-2.scss */
.hero .school-color-dark .form_title, .hero .school-color-dark label, .hero .school-color-dark .optin-message, .hero .school-color-dark #form_submit_lead_thank_you {
  color: #fff;
}
/* line 850, ../sass/application-2.scss */
.hero .glow {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .8;
}

@media (max-width: 767px) {
  /* line 855, ../sass/application-2.scss */
  .hero .container {
    padding-bottom: 0px;
    padding-top: 30px;
  }
  /* line 856, ../sass/application-2.scss */
  .hero .hero-image {
    display: none;
  }
  /* line 857, ../sass/application-2.scss */
  .hero .hero-form-container {
    padding: 15px;
    margin: 20px -30px 0 -30px;
  }
  /* line 858, ../sass/application-2.scss */
  .hero .glow {
    display: none;
  }

  /* line 861, ../sass/application-2.scss */
  .hero-form-container #form_submit_lead_container {
    display: block !important;
    position: relative;
    z-index: 1;
    height: auto;
    background: none;
  }
  /* line 862, ../sass/application-2.scss */
  .hero-form-container #form_submit_lead_container .close-form-overlay {
    display: none;
  }
  /* line 863, ../sass/application-2.scss */
  .hero-form-container #form_submit_lead_container .form_title {
    margin: 0px;
    padding: 0px;
  }
  /* line 864, ../sass/application-2.scss */
  .hero-form-container #form_submit_lead_container .short-fields-wrapper {
    width: 100%;
    float: none;
  }
}
/* line 875, ../sass/application-2.scss */
.module-how-it-works .how-static {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 876, ../sass/application-2.scss */
.module-how-it-works .how-it-works-step {
  padding-top: 85px;
  padding-right: 60px;
  position: relative;
  padding-bottom: 20px;
}
/* line 877, ../sass/application-2.scss */
.module-how-it-works .how-it-works-step:before {
  font-size: 150px;
  position: absolute;
  color: #cccccc;
  font-weight: 900;
  top: 0;
  line-height: 1;
}
/* line 878, ../sass/application-2.scss */
.module-how-it-works .how-it-works-step.how-one:before {
  content: '1';
}
/* line 879, ../sass/application-2.scss */
.module-how-it-works .how-it-works-step.how-two:before {
  content: '2';
}
/* line 880, ../sass/application-2.scss */
.module-how-it-works .how-it-works-step.how-three:before {
  content: '3';
}
/* line 882, ../sass/application-2.scss */
.module-how-it-works h3, .module-how-it-works p {
  position: relative;
}
/* line 883, ../sass/application-2.scss */
.module-how-it-works .how-it-works-cta {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 0px;
}
/* line 884, ../sass/application-2.scss */
.module-how-it-works .how-it-works-cta:after {
  content: '\f054';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
/* line 897, ../sass/application-2.scss */
.module-how-it-works .how-carousel {
  display: none;
  /* line 180, ../sass/vendor/bootstrap/_carousel.scss */
}
/* line 898, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel {
  height: auto;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
/* line 899, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel .item {
  height: auto;
  background: none;
}
/* line 901, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators li {
  border-color: #007299;
}
/* line 902, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators .active {
  background-color: #007299;
  width: 10px;
  height: 10px;
  margin: 1px;
}
/* line 903, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-control {
  width: 20%;
  bottom: auto;
  height: 75%;
  background: none;
}
/* line 904, ../sass/application-2.scss */
.module-how-it-works .how-carousel .how-it-works-step {
  padding-right: 0px;
  padding-top: 0px;
}
/* line 905, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators.number-indicators {
  position: absolute;
  bottom: auto;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
/* line 917, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators.number-indicators li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1px;
  text-indent: 0px;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  background: none;
  color: #007299;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  padding-top: 20px;
}
/* line 934, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators.number-indicators li:first-child {
  float: left;
}
/* line 935, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators.number-indicators li:last-child {
  float: right;
}
/* line 938, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-indicators.number-indicators .active {
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  color: #cccccc;
  font-size: 150px;
  padding: 0px;
}
/* line 948, ../sass/application-2.scss */
.module-how-it-works .how-carousel .carousel-inner {
  z-index: 10;
  position: relative;
  top: 88px;
}

@media (max-width: 767px) {
  /* line 956, ../sass/application-2.scss */
  .hero-left {
    padding-bottom: 20px;
  }

  /* line 958, ../sass/application-2.scss */
  .module-how-it-works .how-static {
    display: none;
  }
  /* line 959, ../sass/application-2.scss */
  .module-how-it-works .how-carousel {
    display: block;
  }
  /* line 960, ../sass/application-2.scss */
  .module-how-it-works .how-it-works-step {
    min-height: 200px;
  }
  /* line 961, ../sass/application-2.scss */
  .module-how-it-works .how-it-works-step:before {
    display: none;
  }
}
/* line 969, ../sass/application-2.scss */
.module-advisor {
  background: #eaebec;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 970, ../sass/application-2.scss */
.module-advisor .row {
  margin: 0;
}
/* line 971, ../sass/application-2.scss */
.module-advisor .col-sm-6 {
  padding: 0px;
}
/* line 972, ../sass/application-2.scss */
.module-advisor .advisor-info {
  border-bottom: 1px solid #cccccc;
  margin-bottom: -1px;
  padding-left: 160px;
  height: 134px;
}
/* line 973, ../sass/application-2.scss */
.module-advisor img {
  border-right: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 974, ../sass/application-2.scss */
.module-advisor .advisor-info-copy {
  border-right: 1px solid #cccccc;
  margin-right: -1px;
  padding-right: 30px;
  margin-top: 15px;
}
/* line 975, ../sass/application-2.scss */
.module-advisor .advisor-info-copy h4 {
  margin: 0 0 5px;
}
/* line 976, ../sass/application-2.scss */
.module-advisor .advisor-info-copy p {
  line-height: 1.2;
}
/* line 978, ../sass/application-2.scss */
.module-advisor .advisor-action {
  margin: 0;
  padding: 0 30px;
  height: 133px;
}
/* line 979, ../sass/application-2.scss */
.module-advisor .advisor-action .advisor-action-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 980, ../sass/application-2.scss */
.module-advisor .advisor-action .advisor-action-inner strong {
  white-space: nowrap;
  letter-spacing: -0.0275em;
}
/* line 982, ../sass/application-2.scss */
.module-advisor .advisor-action h3 {
  margin: 0;
}
/* line 983, ../sass/application-2.scss */
.module-advisor .advisor-action .btn {
  width: 100%;
}

/* line 988, ../sass/application-2.scss */
.bg-gray .module-advisor {
  background: #fff;
}

@media (min-width: 1200px) {
  /* line 994, ../sass/application-2.scss */
  .module-advisor .advisor-info-copy {
    margin-top: 25px;
  }
}
@media (max-width: 993px) {
  /* line 1001, ../sass/application-2.scss */
  .module-advisor .advisor-action .advisor-action-inner {
    position: relative;
    top: 20px;
    transform: translateY(0);
  }
  /* line 1002, ../sass/application-2.scss */
  .module-advisor .advisor-info-copy {
    border-right: 0px;
    margin-top: 0px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1008, ../sass/application-2.scss */
  .module-advisor {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 1009, ../sass/application-2.scss */
  .module-advisor .advisor-info-copy {
    padding: 10px 0 0 0;
  }
  /* line 1010, ../sass/application-2.scss */
  .module-advisor .advisor-info-copy h4 {
    line-height: 1.2em;
  }
  /* line 1012, ../sass/application-2.scss */
  .module-advisor .advisor-info {
    padding-left: 130px;
  }
  /* line 1013, ../sass/application-2.scss */
  .module-advisor img {
    left: -30px;
  }
  /* line 1014, ../sass/application-2.scss */
  .module-advisor .advisor-action {
    height: 60px;
    padding: 0 10px;
  }
  /* line 1015, ../sass/application-2.scss */
  .module-advisor .advisor-action .btn {
    display: none;
  }
  /* line 1016, ../sass/application-2.scss */
  .module-advisor .advisor-action .advisor-action-inner {
    position: relative;
    top: 20px;
    transform: translateY(0);
  }
}
@media (max-width: 400px) {
  /* line 1025, ../sass/application-2.scss */
  .module-advisor .advisor-info-copy p {
    display: none;
  }
}
/* line 1039, ../sass/application-2.scss */
.student-testimonial .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 1040, ../sass/application-2.scss */
.student-testimonial .student_column {
  border-right: 1px solid #000;
}
/* line 1041, ../sass/application-2.scss */
.student-testimonial .student_column img {
  float: left;
  margin-right: 20px;
}
/* line 1042, ../sass/application-2.scss */
.student-testimonial .student_column h3 {
  margin-bottom: 0px;
}
/* line 1043, ../sass/application-2.scss */
.student-testimonial .student_column .student-name {
  float: left;
  padding-bottom: 10px;
}
/* line 1045, ../sass/application-2.scss */
.student-testimonial .quote_column {
  margin: 20px 0 0 20px;
}
/* line 1046, ../sass/application-2.scss */
.student-testimonial .quote_column:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0px;
  top: -15px;
  color: #dadde1;
  font-size: 30px;
  z-index: 0;
}
/* line 1059, ../sass/application-2.scss */
.student-testimonial .quote_column p {
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
}
/* line 1060, ../sass/application-2.scss */
.student-testimonial .quote_column p a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 5px;
  font-weight: 700;
  white-space: nowrap;
}
/* line 1061, ../sass/application-2.scss */
.student-testimonial .quote_column p a:hover {
  color: #323e48;
}
/* line 1062, ../sass/application-2.scss */
.student-testimonial .quote_column p a i {
  font-size: 12px;
}

@media (max-width: 767px) {
  /* line 1071, ../sass/application-2.scss */
  .student-testimonial .student_column {
    min-height: 120px;
    border-right: none;
  }
  /* line 1072, ../sass/application-2.scss */
  .student-testimonial .student_column img {
    margin-right: 10px;
  }
  /* line 1073, ../sass/application-2.scss */
  .student-testimonial .student_column h3 {
    margin-top: 0px;
  }
  /* line 1074, ../sass/application-2.scss */
  .student-testimonial .student_column .student-name {
    width: 55%;
  }
  /* line 1076, ../sass/application-2.scss */
  .student-testimonial .quote_column {
    clear: both;
  }

  /* line 1080, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-overlay {
    z-index: 9999;
  }
  /* line 1081, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-content {
    width: 100% !important;
    height: auto !important;
  }
  /* line 1082, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-content div:first-child {
    width: 100% !important;
  }
  /* line 1083, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-content .already_added {
    padding: 30px 0 30px 30px;
  }
  /* line 1085, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-content div p {
    width: auto;
    padding: 0;
  }
  /* line 1087, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-wrap {
    width: 90% !important;
    height: auto !important;
    padding: 0;
    z-index: 10000;
    margin: 0 auto;
  }
  /* line 1088, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-wrap.add-to-cart-lightbox.error {
    left: 0 !important;
    margin-left: 0 !important;
  }
  /* line 1089, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-wrap.add-to-cart-lightbox.error #fancybox-outer #fancybox-close {
    right: 0;
  }
  /* line 1092, ../sass/application-2.scss */
  body.non-acct-cms #fancybox-wrap #fancybox-outer #fancybox-close {
    top: 10px;
    right: 20px;
  }
}
/* line 1102, ../sass/application-2.scss */
.from-blog .item {
  border-left: 2px solid #323e48;
  padding-left: 20px;
  margin-bottom: 50px;
}
/* line 1103, ../sass/application-2.scss */
.from-blog .blog-post-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
/* line 1104, ../sass/application-2.scss */
.from-blog .post-excerpt {
  margin-bottom: 15px;
  max-width: 90%;
}
/* line 1105, ../sass/application-2.scss */
.from-blog .full-story-link, .from-blog .link-arrow {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1106, ../sass/application-2.scss */
.from-blog .full-story-link:after, .from-blog .link-arrow:after {
  content: '\f054';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
}
