html {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0; }

body {
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1023px) { }

p.heading {
  font-size: 20px; }

hr {
  border-top: 1px solid #fa4717;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3; }

#content:focus {
  outline: none; }

.row-offcanvas {
  position: relative; }

.bold {
  font-weight: bold; }

.hideme {
  display: none; }

.clearboth {
  clear: both;
  display: block; }
  .clearboth:before, .clearboth:after {
    clear: both;
    display: block;
    content: ''; }

select:active, select:hover {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.btn-minWidth {
  min-width: 135px !important; }

.btn:focus {
  outline: 0; }
.btn.modal-close {
  background: #5cc300;
  border: 0;
  color: white; }
.btn.modal-close[disabled] {
  background: #5cc300;
  opacity: 0.5;
  color: white; }

.btn.disabled.submit:hover, .btn[disabled].submit:hover {
  background: #ac2400; }

.btn-disabled {
  background: #ac2400 !important;
  pointer-events: none !important;
  opacity: 0.33; }

@media screen and (max-width: 1198px) {
  body.my-account header #nav-toggle {
    display: block !important; } }

.error-message {
  background: #c70000;
  color: white;
  font-weight: bold;
  z-index: 2;
  /*  width: 100%;*/
  /*position: absolute;*/ }
  .error-message .container {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 12px;
    /*   position: relative;*/ }
    @media screen and (min-width: 1024px) {
      .error-message .container {
        padding-top: 15px; } }
    .error-message .container strong {
      font-size: 15px;
      display: block; }
      .error-message .container strong:before {
        content: "\f071";
        display: inline-block;
        width: 25px;
        height: 30px;
        font-family: "FontAwesome"; }
  .error-message.account-setup {
    height: 63px; }
    @media screen and (min-width: 1024px) {
      .error-message.account-setup .container {
        padding-top: 10px; } }

header {
  background: white;
  border-bottom: 3px solid #fa4717 !important; }
  @media screen and (max-width: 1023px) {
    header {
      height: 100px; } }
  header .base {
    background-color: transparent;
    background-color: rgba(250, 71, 23, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFA4717,endColorstr=#4DFA4717);
    zoom: 1; }
    @media screen and (max-width: 1023px) {
      header .base {
        height: 100px; } }
  header #logo {
    padding: 10px 0px;
    display: block;
    float: left; }
    header #logo:hover {
      text-decoration: none; }
    @media screen and (max-width: 1023px) {
      header #logo {
        width: 113px; } }
    header #logo img {
      width: auto;
      height: 75px; }
      @media screen and (min-width: 1024px) {
        header #logo img {
          width: auto;
          height: 135px; } }
    header #logo .logo-as-text {
      color: #373e48;
      font-weight: 900;
      font-size: 16px;
      position: relative;
      top: 20px;
      max-width: 220px; }
      @media screen and (min-width: 1025px) {
        header #logo .logo-as-text {
          font-size: 25px;
          height: 135px;
          top: 40px;
          max-width: none; } }
  header .welcome, header .logout {
    float: left;
    padding-top: 12px; }
  header .welcome {
    color: #61767b; }
    header .welcome span {
      display: inline-block;
      padding-left: 3px; }
  header .logout {
    padding-left: 10px;
    color: #fa4717; }
    header .logout:focus {
      outline: black solid 5px; }
  header #nav-toggle {
    width: 50px;
    height: 50px;
    float: right;
    color: #fa4717;
    text-decoration: none;
    text-align: right;
    padding-top: 10px;
    display: none;
    position: relative; }
    @media screen and (max-width: 1024px) {
      header #nav-toggle {
        display: block; } }
    @media screen and (min-width: 1024px) {
      header #nav-toggle {
        padding-top: 0px;
        top: 50px; } }
    header #nav-toggle:hover {
      text-decoration: none; }
    header #nav-toggle:before {
      content: "\f0c9";
      font-family: "FontAwesome";
      font-size: 35px; }
    @media screen and (min-width: 1024px) {
      header #nav-toggle.active {
        top: 40px;
        padding-top: 10px; } }
    header #nav-toggle.active {
      background: #545454;
      -webkit-border-radius: 40px !important;
      -moz-border-raidus: 40px !important;
      border-radius: 40px !important;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      width: 40px;
      height: 40px;
      margin-top: 10px;
      text-align: left; }
      header #nav-toggle.active:before {
        content: "\f053";
        font-family: "FontAwesome";
        font-size: 18px;
        color: white;
        position: relative;
        left: 12px;
        top: -2px; }
    header #nav-toggle i {
      position: absolute;
      bottom: -3px;
      right: -3px;
      background-color: #ac2400;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 15px !important;
      -moz-border-raidus: 15px !important;
      border-radius: 15px !important;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      font-size: 9px;
      color: white;
      padding: 2px;
      padding-top: 3px;
      text-align: center; }
      @media screen and (min-width: 1024px) {
        header #nav-toggle i {
          bottom: 7px; } }
  header .secondary {
    display: none; }
    @media screen and (min-width: 1024px) {
      header .secondary {
        display: block;
        float: right;
        padding-top: 50px; } }
    @media screen and (max-width: 1199px) {
      header .secondary.my-account-nav {
        display: none; } }
    header .secondary .my-account-background {
      background-color: #ac2400; }
    header .secondary .my-account-background span {
      white-space: normal; }
    header .secondary .btn {
      color: #fa4717;
      font-weight: bold;
      padding: 10px;
      display: inline-block;
      padding: 12px;
      float: left;
      margin-left: 20px; }
      header .secondary .btn:hover {
        background: white; }
      header .secondary .btn i {
        padding: 0 6px;
        color: #545454; }
        .my-account header .secondary .btn i {
          padding-left: 12px; }
    header .secondary .logout {
      font-weight: bold; }
      header .secondary .logout:hover i {
        text-decoration: none !important; }
      header .secondary .logout i {
        margin-right: 5px; }
        header .secondary .logout i:hover {
          text-decoration: none !important; }
    header .secondary .help {
      float: left;
      padding-left: 20px;
      padding-top: 12px;
      color: #fa4717;
      font-weight: bold; }
      header .secondary .help i {
        border: 0;
        display: block;
        float: left;
        padding-right: 7px;
        color: #61767b;
        font-size: 18px; }
  header .error-message-dialog {
    position: relative; }
  header.dialog {
    border-bottom: none !important; }

.progress-wrapper {
  background: #545454;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block !important; }
  .progress-wrapper span {
    color: white;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 10px 0 0; }
    @media screen and (min-width: 768px) {
      .progress-wrapper span {
        font-size: 14px; } }
  .progress-wrapper .progress {
    height: 22px;
    margin-top: 10px;
    float: left;
    width: 160px;
    -webkit-border-radius: 11px !important;
    -moz-border-raidus: 11px !important;
    border-radius: 11px !important;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    @media screen and (min-width: 1024px) {
      .progress-wrapper .progress {
        -webkit-border-radius: 30px !important;
        -moz-border-raidus: 30px !important;
        border-radius: 30px !important;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        height: 24px;
        width: 250px; } }
    .progress-wrapper .progress .progress-bar {
      -webkit-border-radius: 10px !important;
      -moz-border-raidus: 10px !important;
      border-radius: 10px !important;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      background: #ac2400; }
      @media screen and (min-width: 1024px) {
        .progress-wrapper .progress .progress-bar {
          -webkit-border-radius: 30px !important;
          -moz-border-raidus: 30px !important;
          border-radius: 30px !important;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ } }
  .progress-wrapper .secure {
    float: right;
    margin-top: 6px;
    border-left: 2px solid #999999;
    height: 30px;
    text-indent: -9999em;
    padding-left: 0;
    width: 36px;
    color: white;
    font-weight: bold; }
    .progress-wrapper .secure i {
      display: block;
      width: 37px;
      height: 30px;
      color: #fdcc08;
      font-size: 22px;
      text-indent: 0;
      padding-left: 10px; }
      @media screen and (min-width: 1024px) {
        .progress-wrapper .secure i {
          float: left; } }
    @media screen and (min-width: 1024px) {
      .progress-wrapper .secure {
        border: 0;
        text-indent: 0;
        padding-top: 10px;
        width: auto; } }
    .progress-wrapper .secure span {
      display: inline-block;
      padding-top: 5px; }

body.my-account .content-zone {
  display: none !important; }
@media screen and (max-width: 1198px) {
  body.my-account #sidebar {
    padding-top: 30px; } }

.account-nav {
  background: #545454;
  padding: 10px 0;
  height: 60px;
  text-align: center; }
  .account-nav a {
    display: block;
    float: left;
    height: 40px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 1px solid #cccccc;
    width: 25%; }
    .account-nav a:first-child {
      border-left: none; }
    .account-nav a.active {
      color: #fa4717; }
    .account-nav a i {
      display: block;
      font-size: 16px;
      margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .account-nav a {
        font-size: 9px; } }

.account-welcome {
  background: #fa4717;
  padding: 15px 0;
  color: white; }
  .account-welcome .container {
    position: relative; }
  .account-welcome .account-welcome-text {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .account-welcome .account-welcome-text {
        font-size: 16px; } }
  .account-welcome .logout {
    color: white; }
    .account-welcome .logout i {
      margin-right: 5px; }
  .account-welcome .account-welcome-count {
    position: absolute;
    right: 0;
    top: -6px;
    line-height: 18px;
    width: 120px;
    text-align: center;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .account-welcome .account-welcome-count {
        font-size: 16px; } }
    .account-welcome .account-welcome-count strong {
      font-weight: normal;
      font-size: 18px;
      display: block; }

#sidebar {
  background: #fa4717; }

#content {
  @at-root .page-account-login {
    header .secondary, header #nav-toggle {
      display: none !important; } }
 }
  #content h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 26px;
    color: #fa4717; }
    @media screen and (min-width: 768px) {
      #content h1 {
        font-size: 30px; } }
    #content h1 span.heading {
      color: #959b9c; }
  #content ul.page-rule {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    #content ul.page-rule:before {
      border-left: 1px solid #fbb4ae;
      content: '';
      position: relative;
      margin-left: -10px;
      position: absolute;
      height: 100%;
      left: 40px; }
    #content ul.page-rule li {
      border-top: 1px solid #cceef3;
      color: #999999;
      font-size: 16px;
      padding: 10px 0 10px 40px; }
      #content ul.page-rule li:first-child {
        border-top: 0; }
      #content ul.page-rule li:before {
        content: "\f00c";
        font-family: "FontAwesome";
        color: #fa4717;
        position: absolute;
        left: 0; }
  #content h2 {
    color: #ac2400;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 25px; }
    #content h2 i {
      float: left;
      padding-top: 6px;
      width: 20px;
      height: 13px;
      display: block;
      font-size: 18px;
      color: #cccccc;
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        #content h2 i {
          margin-left: 10px; } }
      #content h2 i.info-card {
        background: url('../../assets/images/ui/icon-sprite.png') no-repeat -17px -136px;
        background-size: 500px 500px;
        -ms-behavior: url(../../backgroundsize.min.htc);
        margin-top: 6px;
        padding-right: 6px; }
  #content h3 {
    font-size: 16px;
    color: #fa4717;
    margin: 0;
    padding: 0 0 20px 0;
    text-transform: uppercase; }
    #content h3 i {
      display: block;
      width: 15px;
      height: 20px;
      float: left;
      padding-right: 25px;
      /*
			&.basics{
				background-position: -15px -235px;
			}

			&.location{
				background-position: -16px -333px;
			}

			&.fingerprint{
				background-position: -16px -387px;
			}

			&.phone-numbers{
				background-position: -17px -434px;
			}

			&.references{
				background-position: -15px -476px;
			}

			&.housing{
				background-position: -116px -18px;
			}

			&.employment{
				background-position: -116px -84px;
			}

			&.school{
				background-position: -113px -183px;
			}

			&.enrollment{
				background-position: -115px -133px;
			}

			&.loc{
				background-position: -116px -234px;
			}

			&.repayment{
				background-position: -114px -284px;
			}

			&.terms{
				background-position: -115px -336px;
			}
			*/ }
      #content h3 i.icon-handshake {
        padding-right: 35px; }
  #content .content-zone.column {
    display: none; }
    @media screen and (min-width: 1024px) {
      #content .content-zone.column {
        display: block;
        background: #fa4717;
        padding: 20px 20px; }
        #content .content-zone.column .security {
          display: none; }
        #content .content-zone.column p {
          color: white;
          font-size: 15px; }
        #content .content-zone.column hr {
          display: none; }
        #content .content-zone.column strong {
          display: none; } }
  #content form {
    background: white; }
  #content .account-login-help, #content .base {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #content .account-login-help .left-padding, #content .base .left-padding {
        padding-left: 35px; } }
  #content .base {
    background-color: transparent;
    background-color: rgba(250, 71, 23, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFA4717,endColorstr=#1AFA4717);
    zoom: 1; }
  @media screen and (min-width: 768px) {
    #content.account {
      font-size: 16px; } }
  #content.account .btn {
    color: white;
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      #content.account .btn {
        font-size: 16px; } }
    #content.account .btn.btn-primary {
      background: #ac2400; }
    #content.account .btn.btn-request {
      background: #5cc300; }
    #content.account .btn.btn-upload {
      background: #fa4717; }
    #content.account .btn.dropdown-toggle {
      border: 1px solid #cccccc;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #content.account .btn.btn-disabled {
      background: #ac2400 !important;
      pointer-events: none !important;
      opacity: 0.33; }
    #content.account .btn:focus {
      outline: black solid 5px; }
  #content.account .myaccount-info-update .btn {
    color: #fa4717; }
    #content.account .myaccount-info-update .btn.active {
      color: white; }
  @media screen and (min-width: 768px) {
    #content.account .myaccount-info-group {
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    #content.account .myaccount-info-btn {
      float: left; }
    #content.account .myaccount-info-group > .myaccount-info-btn ~ .myaccount-info-btn {
      padding-left: 5px; } }
  @media screen and (max-width: 768px) {
    #content.account .myaccount-info-btn {
      padding-top: 2px; } }
  #content.account a:hover {
    text-decoration: none; }
  #content.account .application-summary {
    background: #ebebec; }
    #content.account .application-summary .application-summary-toggle {
      display: block;
      padding: 15px 0;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #ac2400;
      text-decoration: none;
      position: relative; }
      #content.account .application-summary .application-summary-toggle i {
        position: inherit !important;
        right: 0;
        font-size: 20px;
        color: #545454; }
    #content.account .application-summary .card {
      border-radius: 0;
      border: none;
      margin-bottom: 0; }
  #content.account .closing-information {
    background: #ebebec; }
    #content.account .closing-information .closing-information-toggle {
      display: block;
      padding: 15px 0;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #ac2400;
      text-decoration: none;
      position: relative; }
      #content.account .closing-information .closing-information-toggle i {
        position: absolute;
        right: 0;
        font-size: 20px;
        color: #545454; }
    #content.account .closing-information .card {
      border-radius: 0;
      border: none;
      margin-bottom: 0; }
  #content.account .other-document {
    background: #ebebec; }
    #content.account .other-document .other-document-toggle {
      display: block;
      padding: 15px 0;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #ac2400;
      text-decoration: none;
      position: relative; }
      #content.account .other-document .other-document-toggle i {
        position: inherit !important;
        right: 0;
        font-size: 20px;
        color: #545454; }
    #content.account .other-document .card {
      border-radius: 0;
      border: none;
      margin-bottom: 0; }
  #content.account .section-title h2 {
    color: white;
    border: none;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      #content.account .section-title h2 {
        font-size: 16px; } }
    #content.account .section-title h2 i {
      padding-top: 0;
      margin-left: 0;
      margin-right: 0;
      color: white; }
  #content.account .section-title ul {
    padding-top: 15px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-left: -15px; }
  #content.account .section-title li {
    list-style: none;
    padding-right: 25px; }
  #content.account .section-title {
    background: #ac2400; }
  #content.account .approved-documents .section-title {
    background: #5cc300 !important; }
  #content.account .section-content {
    padding: 15px 0; }
  #content.account table.table-ruled th, #content.account table.table-ruled td {
    border-left: 1px dashed #cccccc; }
    #content.account table.table-ruled th:first-child, #content.account table.table-ruled td:first-child {
      border-left: none; }
  #content.account table.table-ruled th {
    color: #fa4717; }
    @media screen and (min-width: 1025px) {
      #content.account table.table-ruled th i {
        font-size: 20px;
        margin-right: 10px;
        display: inline-block; } }
  #content.account table.table-ruled thead th {
    color: black; }
  #content.account table.table-ruled td {
    font-size: 12px; }
    #content.account table.table-ruled td strong {
      font-size: 14px;
      display: block;
      margin-bottom: 10px; }
    @media screen and (min-width: 1025px) {
      #content.account table.table-ruled td i {
        float: left;
        margin: 3px 10px 0 0; } }
    @media screen and (min-width: 768px) {
      #content.account table.table-ruled td {
        font-size: 16px; }
        #content.account table.table-ruled td strong {
          font-size: 16px; } }
  #content.account .fileinput .btn {
    margin-right: 6px; }
  #content.account .add-document {
    color: #5cc300;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline; }
    @media screen and (min-width: 768px) {
      #content.account .add-document {
        font-size: 16px; } }
  #content.account .account-login .account-login-content {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 15px; }
  #content.account .account-login .account-login-help {
    background: #f2f2f2;
    text-align: center; }
    #content.account .account-login .account-login-help li {
      margin-bottom: 15px; }
    #content.account .account-login .account-login-help a {
      font-size: 18px;
      font-weight: bold;
      text-decoration: underline; }
  #content.account .account-landing h1 {
    display: none; }
  #content.account .account-loandocs h1 {
    display: none; }
  #content.account .account-loandocs .account-loandocs-status {
    text-align: center;
    font-size: 15px;
    padding: 15px 0; }
    @media screen and (min-width: 768px) {
      #content.account .account-loandocs .account-loandocs-status {
        font-size: 16px; } }
    #content.account .account-loandocs .account-loandocs-status strong {
      display: block;
      margin-bottom: 7px; }
    #content.account .account-loandocs .account-loandocs-status.approved strong {
      color: #5cc300; }
  #content.account .account-loandocs .account-loandocs-requiredactions .table-ruled td:first-child {
    width: 66.666%; }
  #content.account .account-loandocs .account-loandocs-requiredactions .table-ruled .esign-help {
    color: #ac2400;
    font-size: 16px;
    margin-left: 10px;
    float: left; }
  #content.account .account-loandocs .account-loandocs-requiredactions .section-title {
    position: relative; }
    #content.account .account-loandocs .account-loandocs-requiredactions .section-title .upload-help {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 12px;
      color: white; }
      @media screen and (min-width: 768px) {
        #content.account .account-loandocs .account-loandocs-requiredactions .section-title .upload-help {
          font-size: 16px; } }
  #content.account .account-loandocs .account-loandocs-requiredactions .status i {
    display: block; }
  #content.account .account-loandocs .account-loandocs-requiredactions .status.unsigned {
    color: #ac2400; }
  #content.account .account-loandocs .account-loandocs-requiredactions .status.pending-approval {
    color: #fa4717; }
  #content.account .account-loandocs .account-loandocs-requiredactions .status.reupload-required {
    color: #c70000; }
  #content.account .account-loandocs .account-loandocs-requiredactions .status.not-uploaded {
    color: #ac2400; }
  #content.account .account-draws h1 {
    display: none; }
  #content.account .account-draws .account-draws-summary {
    padding: 15px 0; }
    #content.account .account-draws .account-draws-summary li {
      float: left;
      width: 33.333%;
      border-left: 1px solid #cccccc;
      padding: 0 8px;
      text-align: center; }
      #content.account .account-draws .account-draws-summary li:first-child {
        border-left: none; }
      #content.account .account-draws .account-draws-summary li strong {
        display: block; }
        @media screen and (max-width: 767px) {
          #content.account .account-draws .account-draws-summary li strong span {
            display: block; } }
    #content.account .account-draws .account-draws-summary .col-xs-4 {
      border-left: 1px solid #cccccc; }
      #content.account .account-draws .account-draws-summary .col-xs-4:first-child {
        border: 0; }
    #content.account .account-draws .account-draws-summary .centered-mobile {
      text-align: center;
      width: 25%;
      float: left; }
      @media screen and (max-width: 767px) {
        #content.account .account-draws .account-draws-summary .centered-mobile {
          padding-top: 20px;
          clear: both;
          float: none;
          width: 100%; } }
  #content.account .account-draws .draw-request .draw-request-summary li {
    float: left;
    width: 50%;
    margin-bottom: 15px; }
    #content.account .account-draws .draw-request .draw-request-summary li strong {
      display: block; }
  #content.account .account-draws .draw-request .section-title h2 {
    float: left; }
  #content.account .account-draws .draw-request .section-content .status.disbursed {
    color: #5cc300; }
  #content.account .account-draws .draw-request .section-content .status.pending {
    color: #ac2400; }
  #content.account .account-draws .draw-request .draw-request-actions {
    float: right;
    padding-top: 10px; }
    #content.account .account-draws .draw-request .draw-request-actions li {
      color: white;
      text-align: center;
      float: left;
      border-left: 1px solid white;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      padding: 0 10px; }
      #content.account .account-draws .draw-request .draw-request-actions li:first-child {
        border: none; }
      #content.account .account-draws .draw-request .draw-request-actions li a {
        color: white; }
        #content.account .account-draws .draw-request .draw-request-actions li a i {
          display: block; }
  #content .form-group {
    margin-bottom: 15px; }
    #content .form-group[class*=' col-'] {
      margin-left: 0;
      padding-left: 0; }
    @media screen and (max-width: 989px) {
      #content .form-group.form-inline {
        padding-right: 0 !important; } }
    #content .form-group.anticipated-graduation:after {
      clear: both;
      display: block;
      content: ''; }
    #content .form-group#email {
      clear: both; }
    #content .form-group.repaymentOptions .input-group {
      float: left;
      width: 100% !important; }
      #content .form-group.repaymentOptions .input-group button {
        padding: 15px;
        clear: both;
        color: #fa4717;
        display: inline-block;
        font-weight: bold;
        width: 87%;
        margin-bottom: 20px;
        font-size: 15px;
        -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
        text-align: left; }
        @media screen and (min-width: 375px) {
          #content .form-group.repaymentOptions .input-group button {
            font-size: 18px;
            width: 89%; } }
        @media screen and (min-width: 768px) {
          #content .form-group.repaymentOptions .input-group button {
            width: 86%; } }
        #content .form-group.repaymentOptions .input-group button:focus, #content .form-group.repaymentOptions .input-group button:active {
          -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
          text-align: left; }
        #content .form-group.repaymentOptions .input-group button.active {
          background: #5cc300;
          color: white;
          position: relative;
          outline: 0 !important;
          border: 1px solid transparent; }
          #content .form-group.repaymentOptions .input-group button.active i {
            position: absolute;
            right: 6%;
            top: 15px;
            font-size: 20px; }
    #content .form-group.repaymentOptions a:hover, #content .form-group.repaymentOptions a:focus, #content .form-group.repaymentOptions a:active {
      text-decoration: none !important; }
    #content .form-group.repaymentOptions:after {
      clear: both;
      display: block;
      content: ''; }
    #content .form-group label, #content .form-group .replace-label {
      font-size: 18px;
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700;
      color: #333333;
      text-align: left;
      padding-left: 0; }
      #content .form-group label.smaller, #content .form-group .replace-label.smaller {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold; }
    #content .form-group.help label {
      display: inline-block; }
    #content .form-group .error-text {
      color: #c70000;
      font-weight: bold;
      margin-left: 2px !important; }
      #content .form-group .error-text:before {
        content: "\f071";
        display: inline-block;
        width: 25px;
        height: 30px;
        font-family: "FontAwesome"; }
    #content .form-group [data-bs-toggle="popover"] span {
      display: none; }
    #content .form-group [data-bs-toggle="popover"]:hover {
      cursor: pointer; }
    #content .form-group [data-bs-toggle="popover"] i.fa-question-circle {
      color: #ac2400;
      font-size: 25px;
      display: inline-block;
      margin: 10px 0 0 10px; }
      @media screen and (min-width: 1024px) {
        #content .form-group [data-bs-toggle="popover"] i.fa-question-circle {
          font-size: 20px; } }
    #content .form-group .input-group {
      /*&.anticipatedMonth {

                @media screen and (max-width:767px) {
                    margin-bottom: 20px;
                }

                @media screen and (min-width:768px) {
                    margin-right: 20px;
                }
            }

            &.anticipatedMonth, &.anticipatedYear {


                @media screen and (min-width:768px) {
                    width: 35% !important;
                    float: left;


                    .input-group-btn {
                        //width:inherit!important;
                        &.btn {
                            padding: 12px 27px !important;
                        }
                    }
                }
            }*/
      /* HACK: IE-9 has bug with not showing first couple letters when input has padding applied,
				   so we emulate padding with transparent border and box-shadow */
      /*
				.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
					@media screen and (max-width:767px){
						width:100%;
					}
				}
				*/ }
      @media screen and (max-width: 767px) {
        #content .form-group .input-group {
          width: 100% !important; } }
      @media screen and (min-width: 768px) {
        #content .form-group .input-group {
          width: 90% !important; } }
      #content .form-group .input-group.help {
        float: left; }
        @media screen and (max-width: 767px) {
          #content .form-group .input-group.help {
            width: 85% !important; } }
        #content .form-group .input-group.help:before {
          clear: both;
          display: block;
          content: ''; }
      #content .form-group .input-group.double-field {
        width: 89% !important; }
        @media screen and (min-width: 375px) {
          #content .form-group .input-group.double-field {
            width: 91% !important; } }
        @media screen and (min-width: 768px) {
          #content .form-group .input-group.double-field {
            width: 86% !important; } }
      #content .form-group .input-group .input-group-btn *:focus, #content .form-group .input-group select:focus, #content .form-group .input-group .dropdown-toggle:focus {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important; }
      #content .form-group .input-group .bs-searchbox .form-control[type="text"] {
        padding: 4px 8px !important;
        line-height: 14px !important; }
        #content .form-group .input-group .bs-searchbox .form-control[type="text"]:focus {
          line-height: 14px !important; }
      #content .form-group .input-group.ssn input, #content .form-group .input-group.dob input, #content .form-group .input-group.phone input {
        width: 30%;
        float: left;
        text-align: center; }
      #content .form-group .input-group.ssn span, #content .form-group .input-group.dob span, #content .form-group .input-group.phone span {
        float: left;
        display: inline-block;
        font-weight: bold;
        width: 5%;
        padding-top: 1%;
        text-align: center;
        font-size: 20px; }
      #content .form-group .input-group .input-group-addon {
        font-weight: bold;
        color: #575757; }
        #content .form-group .input-group .input-group-addon.money {
          background: white;
          border-right-color: #efefef;
          padding-left: 12px;
          padding-right: 12px; }
        #content .form-group .input-group .input-group-addon.per {
          background: white;
          border-left-color: #efefef !important;
          border-left: 0 !important; }
      #content .form-group .input-group input.form-control[type="text"], #content .form-group .input-group input.form-control[type="password"] {
        @-moz-document url-prefix() {
          padding: 0 12px;
          line-height: 3em;
          height: auto; }
 }
      #content .form-group .input-group input[type=text].form-control, #content .form-group .input-group input[type=password].form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        -webkit-border-radius: 3px !important;
        -moz-border-raidus: 3px !important;
        border-radius: 3px !important;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        font-weight: bold;
        padding: 0 12px;
        line-height: 3em;
        height: auto;
        @at-root #schoolState .form-control {
          padding: 10px 12px !important; }

        @at-root .locAmount {
          font-size: 18px;
          font-weight: bold;
          span, i {
            color: #bec6c7; }

          a {
            margin-top: 18px;
            float: left; }

          :after {
            float: none;
            clear: both;
            display: block;
            content: ''; } }
 }
        #content .form-group .input-group input[type=text].form-control.sandwich, #content .form-group .input-group input[type=password].form-control.sandwich {
          -webkit-border-radius: 0 !important;
          -moz-border-raidus: 0 !important;
          border-radius: 0 !important;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          border-right: 0 !important;
          border-left-color: #efefef !important;
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
        #content .form-group .input-group input[type=text].form-control.amount, #content .form-group .input-group input[type=password].form-control.amount {
          border-bottom-left-radius: 0 !important;
          border-top-left-radius: 0 !important; }
        #content .form-group .input-group input[type=text].form-control.placeholder, #content .form-group .input-group input[type=password].form-control.placeholder {
          color: #bdbdbd;
          padding-top: 12px !important;
          padding-bottom: 32px !important; }
      #content .form-group .input-group input[type=text]:focus, #content .form-group .input-group input[type=password]:focus {
        outline: black solid 5px; }
      #content .form-group .input-group input[type=text].form-control, #content .form-group .input-group input[type=password].form-control {
        padding: 0 \9;
        border-top: 0 none transparent \9;
        border-bottom: 0 none transparent \9;
        border-left: 6px solid transparent \9;
        border-right: 6px solid transparent \9;
        box-shadow: 0 0 0 1px #cccccc \9;
        top: 1px \9; }
      #content .form-group .input-group input[type=text].form-control:focus, #content .form-group .input-group input[type=password].form-control:focus {
        padding: 0 \9;
        border-top: 0 none transparent \9;
        border-bottom: 0 none transparent \9;
        border-left: 6px solid transparent \9;
        border-right: 6px solid transparent \9;
        box-shadow: 0 0 1px 2px rgba(102, 175, 233, 0.6) \9; }
      #content .form-group .input-group .input-group-addon {
        height: 36px \9; }
      #content .form-group .input-group input[type=text].form-control, #content .form-group .input-group input[type=password].form-control {
        padding: 22px 12 \9;
        line-height: 3em \9;
        height: 3em \9; }
      #content .form-group .input-group input[type=text].form-control:focus {
        padding: 0px 5px \9;
        line-height: 3em \9;
        height: 3em \9; }
      #content .form-group .input-group input[type=password].form-control, #content .form-group .input-group input[type=password].form-control:focus {
        height: 45px;
        line-height: 20px;
        padding: 0 12px; }
      #content .form-group .input-group *::-ms-clear {
        display: none; }
      #content .form-group .input-group *::-ms-backdrop, #content .form-group .input-group input[type=text].form-control, #content .form-group .input-group input[type=email].form-control, #content .form-group .input-group input[type=tel].form-control, #content .form-group .input-group input[type=password].form-control {
        padding: 0px 5px;
        line-height: 3em;
        height: 3em; }
      #content .form-group .input-group *::-ms-backdrop, #content .form-group .input-group input[type=text].form-control:focus, #content .form-group .input-group input[type=email].form-control:focus, #content .form-group .input-group input[type=tel].form-control:focus, #content .form-group .input-group input[type=password].form-control:focus {
        padding: 0px 5px;
        line-height: 3em;
        height: 3em; }
      #content .form-group .input-group input::-webkit-input-placeholder {
        color: #bdbdbd;
        font-weight: bold; }
      #content .form-group .input-group input:-moz-placeholder {
        color: #bdbdbd;
        font-weight: bold; }
      #content .form-group .input-group input:-ms-input-placeholder {
        color: #bdbdbd;
        font-weight: bold; }
      #content .form-group .input-group .dropdown-toggle:hover, #content .form-group .input-group .dropdown-toggle:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #fa4717;
        background: white; }
      #content .form-group .input-group .input-group-btn .btn {
        padding: 12px 16px; }
        #content .form-group .input-group .input-group-btn .btn i {
          color: #cccccc; }
      #content .form-group .input-group label {
        display: block;
        font-size: 18px;
        font-weight: bold; }
      #content .form-group .input-group select {
        color: #fa4717;
        font-size: 15px; }
      #content .form-group .input-group .bootstrap-select {
        color: #fa4717; }
        @media screen and (max-width: 767px) {
          #content .form-group .input-group .bootstrap-select {
            width: 100%; } }
        @media screen and (min-width: 768px) {
          #content .form-group .input-group .bootstrap-select {
            width: 90%; } }
        #content .form-group .input-group .bootstrap-select * {
          color: #fa4717 !important;
          font-weight: bold;
          font-size: 15px; }
        #content .form-group .input-group .bootstrap-select .dropdown-menu > li > a {
          white-space: normal; }
        #content .form-group .input-group .bootstrap-select button {
          -webkit-border-radius: 3px !important;
          -moz-border-raidus: 3px !important;
          border-radius: 3px !important;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ }
        #content .form-group .input-group .bootstrap-select .filter-option {
          white-space: normal !important; }
          @media screen and (max-width: 767px) {
            #content .form-group .input-group .bootstrap-select .filter-option {
              width: 100% !important; } }
          @media screen and (min-width: 768px) {
            #content .form-group .input-group .bootstrap-select .filter-option {
              width: 80% !important; } }
        #content .form-group .input-group .bootstrap-select .bs-caret .caret {
          border: 0;
          margin: 0 !important;
          right: 30px !important;
          top: 11px !important;
          color: #575757 !important; }
          #content .form-group .input-group .bootstrap-select .bs-caret .caret:before {
            content: "\f078";
            font-family: "FontAwesome";
            border: 0;
            width: 20px;
            height: 20px;
            display: block;
            top: 0;
            right: 0; }
  #content .progress {
    background: white;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      #content .progress {
        width: 80%; } }
    #content .progress .password-verdict {
      color: black; }

.form-group.error .choices .choices__inner {
  border: 1px solid #c70000 !important; }

.error .card, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, #content .form-group.error .input-group input.form-control, .form-group.error .panel-footer, .form-group.error .money, .form-group.error .per, .form-group.error .sandwich, .form-group.error .input-group .btn {
  border: 1px solid #c70000 !important; }

#content .form-group.error .input-group .bootstrap-select .filter-option, #content .form-group.error .input-group input.form-control, .form-group.error .card-footer .panel-footer {
  color: #c70000 !important; }

#content .form-group.error .input-group .bootstrap-select * {
  color: #575757 !important; }

.school-info {
  margin-left: 0;
  margin-right: 0; }

.forgot-pw {
  text-align: center !important;
  color: #fa4717;
  font-size: 16px;
  text-decoration: underline;
  display: block; }
  .forgot-pw:hover, .forgot-pw:active {
    color: #fa4717; }

.popover.top {
  margin-top: -18px !important; }
  @media screen and (min-width: 768px) {
    .popover.top {
      margin-left: 4px !important; } }

.btn.submit {
  background: #ac2400;
  color: white;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 30px;
  -webkit-border-radius: 6px !important;
  -moz-border-raidus: 6px !important;
  border-radius: 6px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }
  .btn.submit i {
    padding-left: 8px;
    position: relative;
    top: 1px; }
  .btn.submit:focus {
    outline: black solid 5px !important; }
.btn.add-loan {
  background: #ac2400;
  color: white; }
.btn.edit, .btn.view {
  background: #ac2400;
  color: white;
  margin-left: 0.25rem; }
  .btn.edit:focus, .btn.view:focus {
    outline: black solid 5px; }
.secondary .btn, #sidebar .btn {
  -webkit-box-shadow: 3px 2px 7px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 2px 7px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 2px 7px -1px rgba(0, 0, 0, 0.5);
  border: 0; }
header .my-account-nav .btn {
  box-shadow: none;
  background: none;
  margin-left: 0;
  padding: 12px 8px;
  font-size: 13px; }
  header .my-account-nav .btn i {
    padding: 0; }
  header .my-account-nav .btn:hover {
    background: none; }

.popover {
  background: #ac2400;
  border: 0; }
  .popover.top .arrow {
    border-top-color: #ac2400 !important; }
    .popover.top .arrow:after {
      border-top-color: #ac2400; }
  .popover .popover-content {
    min-width: 250px;
    color: white;
    overflow-wrap: break-word; }
    .popover .popover-content .close-pop {
      float: right;
      display: block;
      clear: both;
      -webkit-border-radius: 10px !important;
      -moz-border-raidus: 10px !important;
      border-radius: 10px !important;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      width: 20px;
      height: 20px;
      background: white;
      color: #fd5c00;
      text-align: center;
      font-size: 12px;
      padding-top: 2px; }
      .popover .popover-content .close-pop:hover {
        cursor: pointer; }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  border-top-color: #ac2400 !important; }

@media screen and (min-width: 768px) { }
@media screen and (min-width: 1200px) { }
#content .form-group.text-only .input-group {
  width: 89% !important; }
  @media screen and (min-width: 375px) {
    #content .form-group.text-only .input-group {
      width: 91% !important; } }
  @media screen and (min-width: 768px) {
    #content .form-group.text-only .input-group {
      width: 86% !important; } }

.panel-group {
  padding-top: 20px; }
  @media screen and (min-width: 568px) {
    .panel-group {
      width: 96%; } }
  @media screen and (min-width: 667px) {
    .panel-group {
      width: 95%; } }
  @media screen and (min-width: 768px) {
    .panel-group {
      width: 91%; } }
  .panel-group#eSignElection {
    padding-top: 0; }
  .panel-group label {
    float: left; }
    .panel-group label:before {
      clear: both;
      display: block;
      content: ''; }
  .panel-group [data-bs-toggle="popover"] {
    float: right;
    margin-right: 4px; }
    .panel-group [data-bs-toggle="popover"] i {
      margin: 0 !important; }
  .panel-group .green-statement {
    margin-right: 10px; }
    .panel-group .green-statement .icon-leaf {
      width: 20px;
      height: 20px;
      float: right;
      margin-right: 5px;
      color: #a8afaf !important;
      font-size: 18px; }
  .panel-group .panel {
    clear: both; }
  .panel-group .panel-body p, .panel-group .card-body p {
    clear: both;
    display: block;
    color: black; }
    .panel-group .panel-body p:after, .panel-group .card-body p:after {
      clear: both;
      display: block;
      content: ''; }
  .panel-group .panel-body.show-more, .panel-group .card-body.show-more {
    height: auto;
    overflow: auto; }
  .panel-group .panel-body.show-less, .panel-group .card-body.show-less {
    overflow: scroll;
    height: 250px; }
  .panel-group .panel-body button, .panel-group .card-body button {
    clear: both;
    border: 0;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    background: #fa4717;
    color: white;
    font-weight: bold; }
    .panel-group .panel-body button:before, .panel-group .card-body button:before {
      clear: both;
      display: block;
      content: ''; }
  .panel-group .panel-footer, .panel-group .card-footer {
    margin-left: 0;
    margin-right: 0; }
    .panel-group .panel-footer .btn, .panel-group .card-footer .btn {
      padding: 12px 24px;
      font-weight: bold;
      font-size: 15px;
      -webkit-border-radius: 3px !important;
      -moz-border-raidus: 3px !important;
      border-radius: 3px !important;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      outline: none !important; }
      .panel-group .panel-footer .btn.btn-default, .panel-group .card-footer .btn.btn-default {
        background: white;
        color: #fa4717;
        border: 1px solid #cccccc;
        margin: 0.1em; }
        .panel-group .panel-footer .btn.btn-default.active, .panel-group .card-footer .btn.btn-default.active {
          background: #5cc300;
          color: white;
          border: 0;
          box-shadow: none;
          -webkit-box-shadow: none; }
        .panel-group .panel-footer .btn.btn-default:focus, .panel-group .card-footer .btn.btn-default:focus {
          outline: black solid 5px !important; }
    .panel-group .panel-footer .btn:disabled, .panel-group .card-footer .btn:disabled {
      cursor: not-allowed !important;
      pointer-events: inherit !important; }
  .panel-group .show {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fa4717; }
    .panel-group .show:active, .panel-group .show:hover {
      color: #fa4717; }
    .panel-group .show:hover {
      cursor: pointer; }

.popover, .tooltip {
  font-family: "proxima-nova", sans-serif; }

div[role="tooltip"] {
  display: inline;
  overflow-wrap: break-word; }

.tooltip-inner {
  background: #ac2400;
  padding: 10px;
  font-size: 13px; }

.tooltip.left .tooltip-arrow {
  border-left-color: #ac2400; }

.tooltip.fade.in {
  opacity: 1; }

.label.show-pw {
  margin: 0 0 10px 0;
  display: block;
  width: 110px;
  padding: 8px 0; }
  .label.show-pw:hover {
    cursor: pointer; }
  .label.show-pw:before, .label.show-pw:after {
    display: block;
    clear: both;
    content: ''; }

#sidebar {
  display: none;
  padding: 0 10px; }
  #sidebar .wrapper {
    width: 85%;
    padding-left: 12px; }
    #sidebar .wrapper .security-details {
      display: block;
      border-top: 1px solid white;
      padding: 15px 0;
      margin-top: 15px; }
    #sidebar .wrapper .secondary .welcome, #sidebar .wrapper .secondary .logout {
      color: white; }
    #sidebar .wrapper .secondary .welcome {
      margin-top: 20px; }
      #sidebar .wrapper .secondary .welcome span {
        display: none; }
    #sidebar .wrapper .secondary .logout {
      display: block;
      margin-bottom: 20px; }
      #sidebar .wrapper .secondary .logout i {
        margin-right: 5px; }
    #sidebar .wrapper .secondary a.btn {
      display: block;
      clear: both;
      text-align: left;
      font-size: 13px;
      color: #fa4717;
      font-weight: bold;
      padding: 12px 12px 12px 10px;
      margin-bottom: 10px; }
      #sidebar .wrapper .secondary a.btn span {
        white-space: normal; }
      #sidebar .wrapper .secondary a.btn i {
        color: #999999; }
      #sidebar .wrapper .secondary a.btn.my-account {
        padding-left: 14px; }
        #sidebar .wrapper .secondary a.btn.my-account i {
          padding-right: 10px; }
      #sidebar .wrapper .secondary a.btn.help i {
        border: 0;
        display: block;
        float: left;
        padding-right: 9px;
        color: #61767b;
        font-size: 18px; }
      #sidebar .wrapper .secondary a.btn:after {
        clear: both;
        display: block;
        content: ''; }
    #sidebar .wrapper .returning {
      color: white;
      font-weight: bold;
      font-size: 18px;
      padding-top: 20px; }
    #sidebar .wrapper .content-zone {
      border-top: 1px solid white;
      margin-top: 30px;
      padding-top: 30px;
      width: inherit; }
      #sidebar .wrapper .content-zone .security strong {
        display: block;
        height: 30px;
        color: white;
        font-weight: bold;
        font-size: 16px; }
        #sidebar .wrapper .content-zone .security strong:before {
          background: url(../images/ui/icon-sprite.png) no-repeat -16px -11px;
          background-size: 500px 500px;
          -ms-behavior: url(../../backgroundsize.min.htc);
          display: block;
          float: left;
          width: 37px;
          height: 30px;
          content: '';
          position: relative;
          top: -3px; }
      #sidebar .wrapper .content-zone p {
        clear: both;
        color: white;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
        /* IE 5-7 */
        filter: alpha(opacity=50);
        /* Netscape */
        -moz-opacity: 0.5;
        /* Safari 1.x */
        -khtml-opacity: 0.5;
        /* Good browsers */
        opacity: 0.5; }

footer {
  background: #545454;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px; }
  footer p.powered-by {
    color: #7c8789; }
    footer p.powered-by a {
      display: inline-block;
      text-align: left; }
      footer p.powered-by a span {
        display: none; }
      footer p.powered-by a i {
        display: block;
        margin-top: 5px;
        color: #7c8789;
        font-size: 26px;
        position: relative;
        top: 5px; }

.reviewInfo {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  text-align: center;
  color: #fa4717;
  cursor: pointer;
  padding-bottom: 20px;
  display: block;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin: auto; }
  .reviewInfo:focus {
    outline: black solid 5px; }

.modal-body.modal-consent {
  padding: 10px !important;
  overflow: scroll; }

.modal-body.modal-consent.refimodal {
  overflow: auto;
  padding: 25px !important; }

.modal-body.modal-consent.incomeSourceModal {
  overflow: auto;
  padding: 25px !important; }

body.modal-open {
  overflow: hidden; }

.modal-header-content {
  display: flex;
  flex-direction: column; }

.btn-margin-bottom {
  margin-bottom: 6px; }

.label-font {
  font-size: 17px; }

.modal .modal-header {
  background: #ac2400;
  color: white; }
  .modal .modal-header h4 {
    font-weight: bold; }
    .modal .modal-header h4 i {
      background: url('../../assets/images/ui/icon-sprite.png') no-repeat -113px -378px;
      background-size: 500px 500px;
      -ms-behavior: url(../../backgroundsize.min.htc);
      width: 20px;
      height: 23px;
      border: 0;
      display: block;
      float: left;
      line-height: 1.45;
      margin-right: 10px; }
  .modal .modal-header p {
    margin-bottom: 0 !important; }
  .modal .modal-header .close {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px !important;
    -moz-border-raidus: 30px !important;
    border-radius: 30px !important;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: #545454;
    opacity: 1;
    color: white;
    text-shadow: none; }
    .modal .modal-header .close i {
      position: relative;
      top: -2px;
      font-size: 15px; }
.modal .modal-content {
  /* background: none;*/
  -webkit-border-radius: 0px !important;
  -moz-border-raidus: 0px !important;
  border-radius: 0px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .modal .modal-content .modal-body {
    background: white;
    /*    padding: 0;
            position: relative;*/ }
    .modal .modal-content .modal-body .modal-footer button.close-review {
      background: #ac2400;
      color: white; }
    .modal .modal-content .modal-body .saving {
      width: 100%;
      height: 100%;
      background: white;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      text-align: center; }
      .modal .modal-content .modal-body .saving.hideThis {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        opacity: 0; }
      .modal .modal-content .modal-body .saving p {
        text-align: center;
        padding-top: 70px;
        width: 200px;
        margin: 0 auto;
        background: url('../../assets/images/ui/loader-blue.gif') no-repeat;
        background-size: 32px 32px;
        background-position: center 30px;
        font-weight: bold; }
  .modal .modal-content .tab {
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15); }
    .modal .modal-content .tab .tab-header {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 20px 15px; }
      .modal .modal-content .tab .tab-header .btn.view {
        position: relative;
        margin-top: -5px;
        font-size: 13px;
        width: 65px; }
      .modal .modal-content .tab .tab-header .status-icon {
        width: 32px;
        height: 32px;
        background: url('../../assets/images/ui/loader-orange.gif') no-repeat;
        background-size: 32px 32px; }
        .modal .modal-content .tab .tab-header .status-icon.complete {
          background: none; }
          .modal .modal-content .tab .tab-header .status-icon.complete:before {
            content: "\f00c";
            display: block;
            width: 32px;
            height: 32px;
            font-family: "FontAwesome";
            font-size: 25px;
            color: #5cc300; }
    .modal .modal-content .tab .tab-content {
      display: none;
      background: #5ac6d9; }
      .modal .modal-content .tab .tab-content .toolbar {
        background: #545454;
        padding: 20px; }
        .modal .modal-content .tab .tab-content .toolbar a.edit {
          /*
								background: url('../../assets/images/ui/icon-sprite.png') no-repeat  -117px -431px;
								background-size: $sprite-width $sprite-height;
								-ms-behavior: url(../../backgroundsize.min.htc);*/
          text-indent: -9999em;
          font-size: 0;
          position: relative;
          width: 20px;
          height: 20px;
          display: block; }
          .modal .modal-content .tab .tab-content .toolbar a.edit i {
            font-size: 20px;
            text-indent: 0;
            color: white; }
      .modal .modal-content .tab .tab-content .content {
        padding: 20px; }

.modal-backdrop {
  background-color: #fa4717;
  opacity: 0.98 !important; }

.modal-footer {
  border: 0; }
  .modal-footer p.text-center {
    color: white;
    text-align: center;
    font-weight: bold; }
  .modal-footer button.close-review {
    background: #ac2400;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    padding: 10px 20px;
    margin-top: 15px;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15); }

#redirectingMessage {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold; }

#AddAdditionalIncome, #RemoveAdditionalIncome {
  padding: 10px;
  border-color: #cccccc; }
  #AddAdditionalIncome i, #RemoveAdditionalIncome i {
    padding-right: 5px; }

#AddAdditionalIncome {
  margin-right: 5px;
  color: #fa4717; }

#RemoveAdditionalIncome {
  border: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-raidus: 0px !important;
  border-radius: 0px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  font-size: 13px;
  color: #a39c9c;
  padding-top: 14px;
  font-size: 13px; }

#add-income-source-button {
  padding: 10px;
  border-color: #cccccc;
  margin-right: 5px;
  color: #fa4717; }

/* bug fixes */

.bootstrapSelectCustomLabel {
  font-weight: bold !important;
  padding-left: 5px;
  display: table-cell;
  vertical-align: bottom;
  padding-top: 0.75em; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media screen and (max-width: 1199px) {
  .returnToSummary {
    text-align: left !important;
    padding-top: 25px; } }

#page-loan-config .flex-container a.btn {
  text-decoration: none;
  background-color: #fa4717;
  opacity: 0.6; }
  #page-loan-config .flex-container a.btn.active {
    opacity: 1.3;
    border: 1px solid black;
    color: white; }
  #page-loan-config .flex-container a.btn.unavailable {
    background-color: #999999;
    cursor: not-allowed;
    opacity: 0.65;
    color: black; }

#page-decision-tree .flex-container a.btn {
  text-decoration: none;
  background-color: #fa4717;
  opacity: 0.6;
  color: white; }
  #page-decision-tree .flex-container a.btn.active {
    opacity: 1.3;
    border: 1px solid black;
    color: white; }
  #page-decision-tree .flex-container a.btn.unavailable {
    background-color: #999999;
    cursor: not-allowed;
    opacity: 0.65;
    color: black; }
  #page-decision-tree .flex-container a.btn.outcome-button {
    margin-right: 10px;
    margin-bottom: 10px; }
#page-decision-tree .previous-questions .previous-questions-toggle {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fa4717;
  text-decoration: none;
  position: relative; }
  #page-decision-tree .previous-questions .previous-questions-toggle i {
    position: absolute;
    padding-left: 15px;
    font-size: 20px;
    color: #383f48; }
#page-decision-tree .previous-questions hr {
  border: 0;
  clear: both;
  display: block;
  width: 96%;
  height: 1px;
  border-top: 1px solid #fa4717;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3; }
#page-decision-tree .previous-answer {
  font-weight: normal !important; }
#page-decision-tree #divAnsweredQuestions i {
  padding-left: 15px;
  font-size: 20px;
  cursor: pointer; }
#page-decision-tree #btnReturnToPrevious {
  display: inline-block;
  text-decoration: none;
  padding-top: 10px;
  cursor: pointer;
  color: #fa4717; }

.policy-button.active, .asd-button.active {
  background-color: #5cc300 !important;
  color: white; }

a.disabled {
  cursor: not-allowed;
  opacity: 0.55; }

a.btn.submit.next-step.disabled.saveSelection {
  cursor: not-allowed;
  opacity: 0.4; }

.payment-schedule a {
  cursor: pointer; }

.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start; }

.flex-item-div {
  padding-top: 5px;
  display: flex; }

.flex-button-item {
  flex-basis: auto;
  flex-grow: 1; }

.flex-container-row {
  flex-direction: row; }

.flex-container-row .flex-item-div {
  padding-right: 10px; }

#fullschedule-modal {
  padding-right: 0px !important; }
  #fullschedule-modal .modal-header h1 {
    color: white; }
  #fullschedule-modal .modal-body {
    background-color: white; }
  #fullschedule-modal .modal-container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px; }

.loan-config-subheading {
  padding-top: 20px;
  padding-bottom: 15px; }

.loan-config-table {
  padding-right: 35px;
  padding-top: 20px; }
  .loan-config-table .divider {
    background-color: #fa4717;
    opacity: 0.6; }

.loan-config-instructions {
  width: 84%; }

.pdfobject-container {
  min-height: 500px; }

i.pad-left-check {
  padding-left: 5px; }

.loan-wrapper {
  padding-bottom: 20px;
  /*  margin-left: 2%;*/
  width: 95%; }
  @media screen and (min-width: 768px) {
    .loan-wrapper {
      width: 90%; } }

th.nowrap, td.nowrap {
  white-space: nowrap; }

a.refiAction {
  cursor: pointer; }

a.incomeSourceAction {
  cursor: pointer; }

hr.no-top-margin {
  margin-top: 0px; }

.prescreen-flex-container {
  display: flex;
  flex: 1 100%;
  flex-flow: row wrap;
  flex-wrap: wrap;
  font-weight: bold;
  text-align: center; }

.enrollmentTermSelectedBtn {
  background-color: #fa4717; }
  .enrollmentTermSelectedBtn h3 {
    color: white !important; }

.prescreen-flex-container-summary .prescreen-flex-container-summary-lowest-rate {
  margin: 20px 0px 0px 0px; }
  .prescreen-flex-container-summary .prescreen-flex-container-summary-lowest-rate .prescreen-flex-container-pricing-lowest-rate {
    display: inline-block;
    border: solid 1px;
    margin: auto;
    max-width: 50%;
    background-color: white;
    justify-content: space-around; }
    .prescreen-flex-container-summary .prescreen-flex-container-summary-lowest-rate .prescreen-flex-container-pricing-lowest-rate .prescreen-flex-item-pricing-lowest-rate-header {
      padding: 10px 0px 0px 0px; }
    .prescreen-flex-container-summary .prescreen-flex-container-summary-lowest-rate .prescreen-flex-container-pricing-lowest-rate .prescreen-flex-item-pricing-lowest-rate-percent {
      padding: 10px 0px 10px 0px; }
    .prescreen-flex-container-summary .prescreen-flex-container-summary-lowest-rate .prescreen-flex-container-pricing-lowest-rate .prescreen-flex-item-pricing-lowest-rate-footer {
      padding: 0px 0px 10px 0px; }
.prescreen-flex-container-summary .prescreen-flex-container-summary-fixed {
  margin: 20px 0px 20px 0px; }
  .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed {
    justify-content: space-around; }
    .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed {
      flex: 1 auto;
      border: solid 1px;
      margin: 0px 10px 5px 0px;
      background-color: white;
      min-width: 100px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed .prescreen-flex-item-pricing-fixed-term-Length {
        padding: 10px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed .prescreen-flex-item-pricing-fixed-term-rate {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed .prescreen-flex-item-pricing-fixed-apr {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed .prescreen-flex-item-pricing-fixed-payment-amount {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed .prescreen-flex-item-pricing-fixed-number-of-payments {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-fixed .prescreen-flex-container-pricing-fixed .prescreen-flex-item-pricing-fixed .prescreen-flex-item-pricing-fixed-total-cost {
        padding: 0px 0px 10px 0px; }
.prescreen-flex-container-summary .prescreen-flex-container-summary-variable {
  margin: 20px 0px 20px 0px; }
  .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable {
    justify-content: space-around; }
    .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable {
      flex: 1 auto;
      margin: 0px 10px 5px 0px;
      border: solid 1px;
      background-color: white;
      min-width: 150px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable .prescreen-flex-item-pricing-variable-term-Length {
        padding: 10px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable .prescreen-flex-item-pricing-variable-term-rate {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable .prescreen-flex-item-pricing-variable-apr {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable .prescreen-flex-item-pricing-variable-payment-amount {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable .prescreen-flex-item-pricing-variable-number-of-payments {
        padding: 0px 0px 10px 0px; }
      .prescreen-flex-container-summary .prescreen-flex-container-summary-variable .prescreen-flex-container-pricing-variable .prescreen-flex-item-pricing-variable .prescreen-flex-item-pricing-variable-total-cost {
        padding: 0px 0px 10px 0px; }

.prescreen-contact-us-modal .modal .modal-dialog {
  background: linear-gradient(#ffffff, #c2e3da) !important; }
.prescreen-contact-us-modal .modal .modal-header {
  padding: 0px;
  border: none;
  background-color: inherit !important; }
  .prescreen-contact-us-modal .modal .modal-header .contact-us-header-image {
    width: auto !important;
    height: 150px !important; }
    @media screen and (max-width: 1024px) {
      .prescreen-contact-us-modal .modal .modal-header .contact-us-header-image {
        height: 75px !important; } }
.prescreen-contact-us-modal .modal .modal-body {
  height: auto !important;
  width: 480px;
  margin: auto;
  padding: 15px;
  border: 1px solid black;
  background-color: white; }
  @media screen and (max-width: 768px) {
    .prescreen-contact-us-modal .modal .modal-body {
      width: 99%; } }
.prescreen-contact-us-modal .modal .modal-footer {
  margin: auto; }

.schoolRequestDiv {
  padding-top: 3px;
  padding-left: 3px; }

.schoolRequestLink:hover {
  cursor: pointer; }

textarea {
  resize: vertical;
  min-height: 34px; }

.checkbox-button {
  width: 30px;
  height: 30px;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background: #fa4717;
  -webkit-tap-highlight-color: #fa4717;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: white; }
  .checkbox-button:active, .checkbox-button:hover, .checkbox-button:focus {
    background: #fa4717 !important;
    color: white; }

.checkbox-display-text {
  padding-left: 5px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .checkbox-display-text:active, .checkbox-display-text:hover, .checkbox-display-text:focus {
    cursor: pointer; }

.multi-select-checkbox-panel {
  width: 75% !important; }

.multi-select-checkbox-list.table > tbody > tr > td, .multi-select-checkbox-list.table > tbody > tr > th, .multi-select-checkbox-list.table > tfoot > tr > td, .multi-select-checkbox-list.table > tfoot > tr > th, .multi-select-checkbox-list.table > thead > tr > td, .multi-select-checkbox-list.table > thead > tr > th {
  padding-left: 15px !important;
  border-top: none !important;
  border: none !important; }

.multi-select-checkbox-list input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  /*top: -2px !important;*/ }

.multi-select-checkbox-list.table > tbody > tr > td {
  border: none !important;
  position: relative;
  display: inline-flex !important; }

.multi-select-checkbox-list.table > tbody > tr > td > label {
  display: inline-block !important;
  padding-left: 8px !important;
  float: none !important; }

.input-group-text {
  max-width: 600px !important; }

.registrationManagementMarginTop {
  margin-top: 10px;
  color: black; }

.registrationManagementMarginTopButton {
  margin-top: 20px; }

.hidden {
  display: none !important; }

.choices_disabled .choices {
  pointer-events: none !important;
  cursor: not-allowed !important;
  -webkit-user-select: none;
  user-select: none; }

div.choices_disabled {
  cursor: not-allowed !important; }

.choices_disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea !important;
  cursor: not-allowed !important; }

.choices__list--dropdown, .choices__list[aria-expanded] {
  z-index: 25 !important; }

.choices {
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  width: 75% !important;
  margin-bottom: 0 !important; }

.choices_inner, .choices__item {
  font-weight: bold !important;
  font-size: 1rem !important;
  word-break: break-word !important; }

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  font-weight: bold !important;
  font-size: 1rem !important;
  word-break: break-word !important;
  color: #fa4717; }

.choices:focus {
  outline: black solid 5px; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-open {
  overflow: visible; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  /*padding-bottom: 7.5px*/
  color: #fa4717; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: white;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25; }

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4; }

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none; }

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333333;
  margin-top: -7.5px; }

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1; }

.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0; }

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
  margin: 0.1em; }

.btn-default.focus, .btn-default:focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:focus {
  outline: black solid 5px; }

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: white;
  border-color: #cccccc; }

.btn-default .badge {
  color: white;
  background-color: #333333; }

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

a.label:focus, a.label:hover {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12.col-md-12, .col-lg-12 {
  width: 100% !important; }

.col-xs-11.col-md-11, .col-lg-11 {
  width: 91.66667%; }

.col-xs-10.col-md-10, .col-lg-10 {
  width: 83.33333%; }

.col-xs-9.col-md-9, .col-lg-9 {
  width: 75%; }

.col-xs-8.col-md-8, .col-lg-8 {
  width: 66.66667%; }

.col-xs-7.col-md-7, .col-lg-7 {
  width: 58.33333%; }

.col-xs-6.col-md-6, .col-lg-6 {
  width: 50%; }

.col-xs-5.col-md-5, .col-lg-5 {
  width: 41.66667%; }

.col-xs-4.col-md-4, .col-lg-4 {
  width: 33.33333%; }

.col-xs-3.col-md-3, .col-lg-3 {
  width: 25%; }

.col-xs-2.col-md-2, .col-lg-2 {
  width: 16.66667%; }

.col-xs-1.col-md-1, .col-lg-1 {
  width: 8.33333%; }

.bootstrap-select {
  width: 220px;
  vertical-align: middle; }

.choices:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 250px; }

.registrationManagementMarginBottom10 {
  margin-bottom: 10px; }

.registrationManagementMarginBottom20 {
  margin-bottom: 20px; }

[data-id="securityQuestionDropdown"] {
  color: black !important; }

[id^="bs-select"] {
  color: black !important; }

.blurredDiv {
  filter: blur(8px); }

.spinner {
  position: absolute;
  left: 50%;
  top: 40%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
  z-index: 90; }

.buttonStartProductApplication {
  width: 25%; }

.productSelectionItem {
  padding-left: 50px;
  padding-right: 50px; }

.productSelectionItemFooter {
  display: flex;
  flex-direction: row-reverse; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

.productSelectionContainer {
  align-items: flex-start !important; }

.popover-body {
  color: white !important; }

[data-bs-toggle="collapse"] .fa:before {
  content: "\f139"; }

[data-bs-toggle="collapse"].collapsed .fa:before, [data-bs-toggle="collapse"].collapsed .fa::before {
  content: "\f13a"; }

/*
td.ApplDisc13Text,
td.ApplDiscText {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.ApplDiscText strong
{
    border:none;
}*/
#content .content-zone .table > :not(caption) > * > * {
  border-bottom-width: 0px !important; }

/*#content .form-group {
    padding-bottom: 10px !important;
}*/
.success-section .btn-link {
  font-weight: 400;
  color: #337ab7;
  text-decoration: none;
  border: none;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  padding: 0px; }
.success-section .btn-link:focus, .success-section .btn-link:hover {
  color: #23527c; }

header {
  background: white;
  border-bottom: 0px !important; }

header .base {
  background-color: white; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: white;
  background-color: #f2f2f2; }

header .secondary .btn {
  background-color: white;
  color: #fa4717;
  font-weight: bold; }

header .secondary .btn:hover {
  color: #ac2400;
  font-weight: bold; }

header .my-account-nav .btn:hover {
  background-color: white;
  color: #fa4717; }

.btn-default.focus, .btn-default:focus {
  color: white; }

.account-nav a.active {
  color: #999999; }

.account-nav a {
  color: white; }

#content .base {
  background-color: #f2f2f2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AE7D59B,endColorstr=#1AE7D59B);
  zoom: 1; }

#content .form-group .input-group .bootstrap-select * {
  color: #fa4717 !important;
  font-weight: bold;
  font-size: 15px; }

/*@media screen and (min-width:1024px)*/
#content .content-zone.column p {
  color: white;
  font-size: 15px; }

.btn.focus, .btn:focus, .btn:hover {
  color: none;
  text-decoration: none; }

.panel-group .panel-body button {
  clear: both;
  border: 0;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
  background: #fa4717;
  color: white;
  font-weight: bold; }

header .secondary .btn:hover {
  background: none; }

#content h2 {
  color: #ac2400;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 0px;
  font-size: 25px; }

#content h3 {
  font-size: 16px;
  color: #fa4717;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase; }

/*@media screen and (min-width:768px)*/
#content h1 {
  font-size: 30px;
  font-weight: bold; }

.modal .modal-header {
  background: #e5e5e5;
  color: black; }

#content .form-group label, #content .form-group .replace-label {
  font-size: 18px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: black;
  text-align: left;
  padding-left: 0px; }

.account-welcome {
  background: #fa4717;
  padding: 15px 0;
  color: white; }

.btn.submit {
  background: #fa4717;
  color: white;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 30px;
  -webkit-border-radius: 6px !important;
  -moz-border-raidus: 6px !important;
  border-radius: 6px !important;
  background-clip: padding-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

#content .form-group [data-toggle="popover"] i.fa-question-circle {
  color: #ac2400;
  font-size: 25px;
  display: inline-block;
  margin: 10px 0 0 10px; }

.progress-wrapper .progress .progress-bar {
  -webkit-border-radius: 10px !important;
  -moz-border-raidus: 10px !important;
  border-radius: 10px !important;
  background-clip: padding-box;
  background: #fa4717; }

footer {
  background: black;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px; }
