@font-face {
  font-family: 'k12-icon';
  src: url("../../fonts/k12-icon.eot");
  src: url("../../fonts/k12-icon.eot?#iefix") format("embedded-opentype"), url("../../fonts/k12-icon.woff") format("woff"), url("../../fonts/k12-icon.ttf") format("truetype"), url("../../fonts/k12-icon.svg#k12-iconregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proximanova-light';
  src: url("../../fonts/proximanova-light.otf") format('openType');
  }

@font-face {
  font-family: 'proximanova-regular';
  src: url("../../fonts/proximanova-regular.otf") format('openType');
  }

[data-icon]:before {
  font-family: "k12-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.primary_color {
  color: #0D5BA4; }

/* functions */
/* functions */
/* mixins */
/* functions */
/* mixins */
.btn--default,
.btn--primary,
.btn--secondary,
.btn--tertiary,
.btn--upload,
.btn--start,
.btn--logout,
.btn--text {
  display: inline-block;
  /*width: auto; */
  padding: 5.5px 11px;
  background: none;
  border-radius: 5px;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  cursor: pointer; }

.btn--default:hover,
.btn--primary:hover,
.btn--secondary:hover,
.btn--tertiary:hover,
.btn--upload:hover,
.btn--start:hover,
.btn--logout:hover,
.btn--text:hover {
  color: #fff; }

.btn--default {
  color: #406a88 !important;
  background: #fff;
  border-color: #406a88; }
  .btn--default:hover {
    color: #fff !important;
    background: #406a88; }

.btn--primary {
  background: #075698; }
  .btn--primary:hover {
    background: #406a88; }

.btn--secondary {
  background: #444343; }
  .btn--secondary:hover {
    background: #a2a2a2; }

.btn--tertiary,
.btn--upload,
.btn--start,
.btn--logout {
  background: #0D5BA4; }
  .btn--tertiary:hover,
  .btn--upload:hover,
  .btn--start:hover,
  .btn--logout:hover {
    background: #406a88 !important;
    color: #fff !important; }
  .btn--tertiary:focus,
  .btn--upload:focus,
  .btn--start:focus,
  .btn--logout:focus {
    background: #0D5BA4 !important;
    color: #fff !important; }

.btn--text {
  border-radius: 0;
  color: #641193; }

/* functions */
/* mixins */
#skip a {
  position: absolute;
  left: -1000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  #skip a:focus {
    position: static;
    width: auto;
    height: auto; }

.navbar-default .navbar-brand {
  color: #444343; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #0172C2;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #444343; }

.navbar-default .navbar-nav > li > a {
  color: #444343;
  font-weight: normal; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #075698;
  font-weight: bold; }

/* functions */
/* functions */
/* mixins */
footer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
  background: #0D5BA4;
  color: #fff;
  margin: 0; }
  footer a {
    color: #fff; }

.footer-left {
  text-shadow: 0 0 5px rgba(50, 50, 70, 0.6); }
  .footer-left a:hover {
    text-shadow: none; color: #fff; }

.footer-right {
   display: block;
  margin-right: 0; }
  .footer-right:last-child {
    margin-right: 0; }
  .footer-right .gplus-count,
  .footer-right .tweet-count,
  .footer-right .fb-count {
    display: inline-block;
    line-height: 1em;
    vertical-align: top; }
  .footer-right a:hover {
    text-shadow: none; color: #fff; }

.message {
  border-color: #ddc;
  margin-bottom: 30px;
  padding: 25px; }

.message .messageText h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 5px; }

.message table th, .message table td {
  padding: 0;
  color: #555; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  cursor: pointer;
  font-family: "k12-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: '\61'; }

/* 'a' */
.icon-chat:before {
  content: '\62'; }

/* 'b' */
.icon-down:before {
  content: '\63'; }

/* 'c' */
.icon-up:before {
  content: '\64'; }

/* 'd' */
.icon-right:before {
  content: '\65'; }

/* 'e' */
.icon-left:before {
  content: '\66'; }

/* 'f' */
.icon-info:before {
  content: '\67'; }

/* 'g' */
.icon-cancel:before {
  content: '\68'; }

/* 'h' */
.icon-question:before {
  content: '\69'; }

/* 'i' */
.icon-plus:before {
  content: '\6a'; }

/* 'j' */
.icon-minus:before {
  content: '\6b'; }

/* 'k' */
.icon-search:before {
  content: '\6c'; }

.help-btn {
  margin: 8px 8px 8px 0 !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  color: #333 !important;
  padding: 6px 12px !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important; }
  .help-btn:active:hover {
    color: #333 !important;
    background-color: #d4d4d4 !important;
    border-color: #8c8c8c !important; }
  .help-btn:active {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important; }
  .help-btn:hover {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important; }

@media (max-width: 992px) {
  #help-panel {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none; } }

#help-panel {
  z-index: 2; }
  #help-panel .need-help {
    background-color: white;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 22px;
    padding: 11px;
    border-radius: 4px;
    border-color: #666;
    border-width: 1px;
    border-style: solid; }
    #help-panel .need-help h1 {
      color: #0D5BA4;
      font-size: 1em;
      font-weight: normal;
      margin: 0;
      text-align: center;
      text-transform: none; }
    #help-panel .need-help .need-help__phone {
      margin-bottom: .5rem; }
  #help-panel .enroll-student {
    margin-bottom: 22px; }
  #help-panel .track-progress {
    background-color: white;
    text-align: center;
    border-radius: 4px;
    padding: 11px;
    margin-bottom: 22px;
    border-color: #666;
    border-width: 1px;
    border-style: solid; }
    #help-panel .track-progress h1 {
      color: #0D5BA4;
      font-size: 1em;
      font-weight: normal;
      margin: 0;
      text-align: center;
      text-transform: none; }
    #help-panel .track-progress .step {
      margin-bottom: 11px;
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      counter-increment: step-counter; }
    #help-panel .track-progress .step--complete {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	  color: #0D5BA4; }
    #help-panel .track-progress .badge {
      float: left; }
    #help-panel .track-progress h2 {
      color: #fff;
      font-size: .75em;
      font-weight: normal;
      line-height: 1.83333;
      margin: 11px -11px;
      padding: 5.5px 0;
      background: #355770;
      text-align: center;
      text-transform: uppercase; }
  #help-panel .icon-key {
    padding: 11px;
    background-color: white;
    text-align: center;
    border-radius: 4px;
    border-color: #666;
    border-width: 1px;
    border-style: solid; }
    #help-panel .icon-key h1 {
      color: #0D5BA4;
      font-size: 1em;
      font-weight: normal;
      margin-bottom: 10px;
      text-align: center;
      text-transform: none; }
    #help-panel .icon-key span {
      display: block;
      line-height: 22px; }
    #help-panel .icon-key .key {
      margin-bottom: .6rem; }
    #help-panel .icon-key .icon:before {
      float: left;
      font-size: 24px;
      padding-right: 12px;
      vertical-align: middle; }
    #help-panel .icon-key .icon-go:before, #help-panel .icon-key .icon-key .icon-stop:before {
      content: "\2022";
      font-size: 37px;
      line-height: 20px;
      margin: 0 5.5px 10px; }
    #help-panel .icon-key .icon-go:before {
      color: #2DB200; }
    #help-panel .icon-key .icon-stop:before {
      color: #DF2626; }
  #help-panel .need-help .need-help__phone, #help-panel .need-help .need-help__chat {
    display: block;
    line-height: 32px;
    text-align: right; }
  #help-panel .need-help .need-help__phone a, #help-panel .need-help .need-help__chat a {
    color: #000; }
  #help-panel .need-help .icon-phone:before, #help-panel .need-help .icon-chat:before {
    float: left;
    font-size: 32px;
    vertical-align: middle; }

/* functions */
.prog-nav {
  padding-bottom: 0;
  padding-top: 0.625rem; }

.progress-nav {
  height: 3.125rem;
  margin-bottom: 0.625rem; }
  .progress-nav div.section-tab {
    text-align: center;
    padding: 0.625rem;
    border-bottom: 0.3125rem solid white; }
  .progress-nav div.section-tab.selected {
    text-align: center;
    padding: 0.625rem;
    border-bottom: 0.3125rem solid #0D5BA4;
    color: #0D5BA4; }

div.progress-link {
  margin-bottom: 0.625rem; }

span.badge {
  margin-right: 0.3125rem; }

span.badge.badge-purple {
  background-color:  #0D5BA4; }

.k12-accordion {
  width: 100%;
  margin-bottom: 11px; }
  .k12-accordion .panel-heading {
    line-height: 2;
    background: #075698;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px; }
    .k12-accordion .panel-heading .panel-title a {
      text-decoration: none; }
      .k12-accordion .panel-heading .panel-title a:hover {
        color: #9AA6D4 !important; }
    .k12-accordion .panel-heading .panel-title a:after {
      font-family: 'Glyphicons Halflings';
      content: "\2212";
      float: right; }
    .k12-accordion .panel-heading.collapsed .panel-title a:after {
      content: "\002b"; }

.accordion {
  width: 100%;
  margin-bottom: 11px; }
  .accordion .accordion__bar {
    line-height: 2;
    background: #355770;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer; }
  .accordion .accordion__bar:after {
    background-color: #002;
    border-radius: 13px;
    content: '\6a';
    float: right;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 17px;
    margin: 2px 0 0;
    padding: 1px;
    text-align: center;
    width: 16px; }
  .accordion .accordion__bar:after,
  .accordion [class^="icon-"]:before,
  .accordion [class*=" icon-"]:before {
    cursor: pointer;
    font-family: "k12-icon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion fieldset .form__field {
    float: none;
    margin-left: 0;
    width: 100%; }
    .accordion fieldset .form__field label {
      width: 90%; }
  .accordion fieldset .form__field.required label:after {
    right: -11%; }
  .accordion .accordion__bar.expanded:after {
    content: "\6b"; }
  .accordion .accordion__content {
    display: none; }

.accordion.expanded .accordion__content {
  display: block; }

.ui-dialog {
  position: fixed !important; }
  .ui-dialog .ui-dialog-titlebar {
    background: #355770; }
    .ui-dialog .ui-dialog-titlebar span.ui-dialog-title {
      color: #fff; }
  @media (max-width: 992px) {
    .ui-dialog {
      display: block;
      height: 100% !important;
      width: 100% !important;
      left: 0px !important;
      top: 0px !important; }
      .ui-dialog .ui-dialog-content {
        width: 100% !important;
        height: 95% !important; }
        .ui-dialog .ui-dialog-content .content {
          font-size: 1.3em !important; }
      .ui-dialog .ui-dialog-buttonpane {
        position: fixed;
        bottom: 0;
        width: 100%; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
          width: 100%; }
          .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
            width: 100%; }
      .ui-dialog .nav-pills {
        padding-left: 2px;
        padding-right: 2px; }
        .ui-dialog .nav-pills li {
          display: block !important;
          width: 100%;
          margin: 0px; }
        .ui-dialog .nav-pills li.active {
          border-bottom: 1px solid #ddd !important;
          margin: 0px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.errorMessage {
  display: block;
  margin-bottom: 22px;
  padding: 11px;
  background: #F2DEDE;
  border: 1px solid #efd7d7;
  color: #b94a48; }

.error label {
  color: #b94a48;
  font-weight: bold; }

.error label:before {
  content: "*";
  font-weight: bold;
  margin-left: -10px; }

.error label:after {
  color: #b94a48 !important; }

.error input, .error input textarea, .error select {
  border-color: #b94a48;
  border-width: 2px;
  box-shadow: 0 0 5px rgba(167, 66, 64, 0.7); }

.k12-panel .panel-heading .panel-title .panel-collapse-symbol:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right; }

.k12-panel .panel-heading .panel-title .panel-collapse-symbol.collapsed:after {
  content: "\e114"; }

@media (min-width: 768px) {
  #schoolModal #schoolTabs {
    margin-left: 1.8em; } }

#schoolModal .navbar {
  box-shadow: 0 15px 30px -10px #dedede; }

#schoolModal .tab-content div {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

#schoolModal .logo img {
  width: 106px !important;
  height: 50px !important;
  max-width: 160px !important; }

body {
  color: #444343;
  -webkit-font-smoothing: antialiased; }

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.is-shown {
  display: block; }

.is-hidden {
  display: none; }

.main-content {
  padding-top: 3.125rem;
  padding-right: 0;
  padding-bottom: 3.125rem;
  padding-left: 0;
  position: relative; }

@media (min-width: 992px) {
  .main-content {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top; }
  .image-studentA {
    background-image: url("../../images/Student_A.jpeg"); }
  .image-studentB {
    background-image: url("../../images/Student_B.jpeg"); }
  .image-studentC {
    background-image: url("../../images/Student_C.jpeg"); }
  .image-studentD {
    background-image: url("../../images/Student_D.jpeg"); }
  .image-studentE {
    background-image: url("../../images/Student_E.jpeg"); }
  .image-studentF {
    background-image: url("../../images/Student_F.jpeg"); }
  .image-studentG {
    background-image: url("../../images/Student_G.jpeg"); }
  .image-studentH {
    background-image: url("../../images/Student_H.jpeg"); }
  .sidebar aside {
    background: #fff; }
  .sm-vcenter {
    display: inline-block;
    vertical-align: middle; } }

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1 {
  color: #075698;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.69231;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  color: #075698;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.0em;
  line-height: 1.15789; }

h3 {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem; }

a {
  background: transparent;
  cursor: pointer;
  color: #0D5BA4;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover, a:active, a:focus {
    color: #9AA6D4; }

fieldset .form__field.required label {
  position: relative;
  width: 85%; }
  fieldset .form__field.required label:after {
    content: "REQUIRED";
    position: absolute;
    right: -15%;
    float: right;
    bottom: 0;
    color: #0D5BA4;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-align: right; }

fieldset .form__field {
  padding-bottom: 1.875rem; }

select::-ms-expand {
  display: none; }

select:not(#calYearPicker):not(#calMonthPicker) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("../../images/select-dropdown.jpg") no-repeat right center !important;
  border-radius: 0;
  line-height: 1.3em;
  padding-right: 4rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ''; }

td select {
  min-width: 155px; }

.contain {
  position: relative;
  *zoom: 1;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto; }
  .contain:before, .contain:after {
    content: " ";
    display: table; }
  .contain:after {
    clear: both; }

.k12-logo {
  display: block;
  float: left;
  width: 85px;
  height: 85px;
  background: url("../images/k12-logo.jpg") no-repeat 0 0;
  border-bottom: 1px solid #bbb;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.form-action {
  padding-bottom: 1.875rem; }

.is-shown {
  display: block; }

.is-hidden {
  display: none; }

.form__extra-info {
  cursor: help; }

.form__extra-info .icon-question {
  color: #909090;
  font-size: 36px;
  float: left;
  overflow: hidden;
  padding-right: 10px; }

.header-extra-info {
  cursor: help; }

.header-extra-info .icon-question {
  color: #909090;
  font-size: 36px;
  float: left;
  overflow: hidden;
  padding-right: 10px; }

/* These are  in parent-portal-styles.css but they're being overwritten */
.EnrollmentHome {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }

.enrollment_list {
  display: block; }

#studentDialog {
  background-color: #fff; }
  #studentDialog .btn--primary {
    color: #FFFFFF; }

.student-list .btn--secondary {
  float: right;
  font-size: 0.75em;
  padding: 4px 8px;
  margin-top: 10px; }

@media (max-width: 992px) {
  .student-list .btn--secondary {
    width: 100%; } }

.student-list hr {
  border-color: #ccc;
  margin: 7px 0; }

.student-list tr td:last-child {
  text-align: right; }

.vertical-center {
  position: relative;
  transform: translateY(50%); }

.student-list tr td:last-child {
  text-align: right; }

.school__extra-info {
  font-size: 1.5em; }
  .school__extra-info i {
    color: black; }

.cancel-enrollment {
  font-size: .9em; }

.tableCheckboxes td {
  padding: 5px 11px; }

table.enrollment-overview th {
  width: 24%; }

table.enrollment-overview th:first-child {
  width: 4%; }

table.enrollment-overview td:first-child {
  padding: 11px 0; }

.action-required {
  color: #b94a48;
  font-weight: bold; }
  .action-required:before {
    content: "* "; }

.student {
  margin: 30px 0 0; }

.school__extra-info {
  text-align: center;
  cursor: pointer; }

.extra-info__overview .school-logo {
  float: right;
  margin: 0 0 5px 5px; }

.extra-info__overview .school-logo img {
  max-width: 330px; }

.extra-info__overview .school-website {
  margin-top: 1.375em; }

.extra-info__overview .school-overview,
.extra-info__experience .school-experience,
.extra-info__eligibility .school-eligibility {
  color: #6C6D71;
  font: 0.85em "Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 330px;
  overflow: scroll; }

.ui-tabs hr {
  margin-bottom: 30px; }

#OLSInfoDialog {
  padding: 20px; }
  #OLSInfoDialog p a {
    text-decoration: underline; }
  #OLSInfoDialog h1 {
    border-bottom: 1px solid rgba(100, 100, 100, 0.3);
    margin-bottom: 1rem;
    text-transform: none; }

.question-group fieldset .form__field,
.question-group fieldset .form__field:nth-child(2n) {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: auto; }

.question-group h2,
.question-group p {
  margin-bottom: 5px; }

.welcome-bar__message {
  display: table-cell;
  height: 42px;
  margin-bottom: 0;
  color: #0D5BA4;
  line-height: 1;
  vertical-align: middle; }
  .welcome-bar__message a {
    text-decoration: underline; }

.question-group fieldset .form__field label {
  padding: 0 65px 0 0;
  width: auto; }

.question-group fieldset .form__field.required label:after {
  right: 0; }

.question-group fieldset .tableCheckboxes label {
  padding: 0; }

.bootstrap-sf-datetime-fix .dateInput .form-control {
  width: 100% !important; }

.bootstrap-sf-datetime-fix .dateOnlyInput .dateFormat {
  display: none; }

.extra-margin-bottom {
  margin-bottom: 5px; }
.mobile-header-back-button-outer{
  height:60px;
  line-height:60px;
  background-color:#1A7F84;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom:1px solid #000000;
  box-shadow: 0 15px 30px 0 #dedede;
}
.mobile-header-button-back{
  margin-left:20px;
  display:inline-block;
  vertical-align:middle;
}
a.mobile-header-clear-link-style,a.mobile-header-clear-link-style:hover{
  color:inherit;
  text-decoration:inherit;
}
.mobile-header-back-image{
  margin-top:-4px;
}
.mobile-header-title-outer{
    height:70px;
    line-height:60px;
    background-color:#1A7F84;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-header-text{
  margin-left:35px;
  display:inline-block;
  line-height:normal;
}
.mobile-header-title{
  font-size:22px;
}
.mobile-header-sub-title{
  font-size:14px;
}
.mobile-proximanova-light{
  font-family: "proximanova-light"
}
.mobile-proximanova-regular{
  font-family: "proximanova-regular"
}