html, body {
  background: #ffffff;
  height: 100%; }

body {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #454950; }

a {
  color: inherit; }
  a:focus, a:hover {
    color: inherit;
    text-decoration: none; }

.wrapper {
  position: relative;
  z-index: 5;
  background: #ffffff;
  border: 1px solid #a2aec1; }
  .wrapper:after {
    content: "";
    display: block;
    clear: both; }

.sidebar {
  float: left;
  border-right: 1px solid #8f959f;
  width: 318px; }

.main {
  float: left;
  width: calc(100% - 318px);
  height: 100%; }

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; }
  .logo img {
    max-width: 95%;
    max-height: 95%; }

.headline {
  position: relative;
  background: #5074ac;
  padding: 11px 272px 12px 17px; }
  .headline p {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .headline p.buttons {
      position: absolute;
      right: 15px;
      top: 0;
      height: 100%;
      padding-top: 9px;
      font-size: 9px;
      letter-spacing: 1px; }
      .headline p.buttons a {
        display: block;
        float: left;
        /* margin-right:7px; */
        padding: 8px 6px 6px 7px;
        text-align: center;
        /* &:nth-child(1) {
        	background:#ffffff;
        	width:144px;
        	color:#5074ac;
        	
        	&:before {
        		content:"";
        		display:inline-block;
        		background:url(../images/payment-schedule.png) 0 0 no-repeat;
        		width:13px;
        		height:11px;
        		margin-top:-1px;
        		margin-right:7px;
        		vertical-align:top;
        	}
        } */ }
        .headline p.buttons a:nth-child(1) {
          background: #a8afb9;
          width: 60px;
          color: #ffffff; }
    .headline p.print {
      position: absolute;
      right: 0;
      top: 0;
      border-left: 1px solid #ffffff;
      width: 40px;
      height: 100%; }
      .headline p.print a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/print.png) center center no-repeat;
        width: 100%;
        height: 100%;
        text-indent: -999px;
        overflow: hidden; }

.payments {
  background: #454950;
  border-top: 1px solid #8f959f; }
  .payments .monthly {
    padding: 14px 10px 0 10px; }
    .payments .monthly .info {
      position: relative;
      min-height: 149px;
      padding-left: 119px;
      padding-bottom: 19px; }
      .payments .monthly .info p.image {
        position: absolute;
        left: 13px;
        top: 7px;
        margin: 0; }
      .payments .monthly .info ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .payments .monthly .info ul li {
          position: relative;
          padding-left: 14px;
          font-size: 12px;
          color: #ffffff;
          line-height: 16px; }
          .payments .monthly .info ul li i {
            display: block;
            position: absolute;
            left: 0;
            top: 3px;
            width: 8px;
            height: 8px; }
          .payments .monthly .info ul li b {
            font-weight: bold; }
    .payments .monthly p.title {
      margin: 0 0 10px 0;
      font-weight: bold;
      color: #8f959f;
      text-transform: uppercase;
      text-align: center; }
    .payments .monthly p.total {
      background: #8f959f;
      margin: 0 -10px;
      padding: 9px 10px 8px 10px;
      font-weight: bold;
      color: #ffffff;
      text-align: center; }
      .payments .monthly p.total b {
        color: #454950; }
  .payments .loan {
    border-top: 1px solid #ffffff;
    padding: 14px 10px 0 10px; }
    .payments .loan .info {
      position: relative;
      min-height: 149px;
      padding-left: 119px;
      padding-bottom: 10px; }
      .payments .loan .info p.image {
        position: absolute;
        left: 12px;
        top: 3px;
        margin: 0; }
      .payments .loan .info ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .payments .loan .info ul li {
          position: relative;
          margin-bottom: 7px;
          padding-left: 14px;
          font-size: 12px;
          color: #ffffff;
          line-height: 16px; }
          .payments .loan .info ul li i {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 3px;
            width: 8px;
            height: 8px; }
          .payments .loan .info ul li b {
            display: block;
            font-weight: bold; }
    .payments .loan p.title {
      margin: 0 0 13px 0;
      font-weight: bold;
      color: #8f959f;
      text-transform: uppercase;
      text-align: center; }
    .payments .loan p.total {
      background: #8f959f;
      margin: 0 -10px;
      padding: 9px 10px 8px 10px;
      font-weight: bold;
      color: #ffffff;
      text-align: center; }
      .payments .loan p.total b {
        color: #454950; }
  .payments .principal {
    border-top: 1px solid #ffffff;
    padding: 15px 10px 0 10px; }
    .payments .principal .info {
      position: relative;
      padding-bottom: 6px; }
      .payments .principal .info p.image {
        margin: 0 0 1px 0;
        text-align: center; }
      .payments .principal .info ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center; }
        .payments .principal .info ul li {
          display: inline-block;
          position: relative;
          padding-left: 16px;
          font-weight: 600;
          font-size: 12px;
          color: #ffffff;
          line-height: 16px;
          text-align: left; }
          .payments .principal .info ul li.color-1 {
            margin-right: 20px; }
            .payments .principal .info ul li.color-1:before {
              background-color: #9ca2ac; }
          .payments .principal .info ul li.color-2:before {
            background-color: #517bb0; }
          .payments .principal .info ul li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 3px;
            width: 10px;
            height: 10px; }
    .payments .principal p.title {
      margin: 0 0 6px 0;
      font-weight: bold;
      color: #8f959f;
      text-transform: uppercase;
      text-align: center; }
    .payments .principal p.total {
      background: #8f959f;
      margin: 0 -10px;
      padding: 8px 10px 9px 10px;
      font-weight: bold;
      color: #ffffff;
      text-align: center; }
      .payments .principal p.total b {
        color: #454950; }

.calculate {
  position: relative;
  padding: 11px 14px 10px 113px; }
  .calculate .chosen-container {
    display: block;
    width: 100% !important;
    font-weight: bold;
    font-size: 14px; }
    .calculate .chosen-container .chosen-drop {
      border-color: #c9cfda; }
    .calculate .chosen-container .chosen-results {
      color: #8f959f; }
      .calculate .chosen-container .chosen-results li {
        padding: 6px 9px;
        line-height: 20px; }
        .calculate .chosen-container .chosen-results li.highlighted {
          background: #c9cfda; }
  .calculate .chosen-container-single .chosen-single {
    background: #ffffff;
    border: 1px solid #c9cfda;
    height: 35px;
    padding-left: 13px;
    color: #8f959f;
    line-height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .calculate .chosen-container-single .chosen-single span {
      margin-right: 45px; }
    .calculate .chosen-container-single .chosen-single div {
      width: 27px; }
      .calculate .chosen-container-single .chosen-single div b {
        background: url(../images/selector-arrow.png) center left no-repeat !important; }
  .calculate .chosen-container-single .chosen-drop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .calculate p.title {
    position: absolute;
    left: 14px;
    top: 11px;
    margin: 0;
    padding-top: 7px;
    font-weight: bold;
    color: #8f959f;
    text-transform: uppercase; }

.calculateform {
  padding: 1px 13px 0 13px; }
  .calculateform .radio {
    margin: 0; }
    .calculateform .radio p {
      display: inline-block;
      margin: 0;
      font-weight: bold;
      color: #454950; }
      .calculateform .radio p a {
        display: block;
        position: relative;
        padding-left: 20px; }
        .calculateform .radio p a.active:before {
          background-position: 0 0; }
        .calculateform .radio p a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 2px;
          background: url(../images/form-radio.png) -16px 0 no-repeat;
          width: 16px;
          height: 16px; }
  .calculateform ul {
    background: #f4f7fa;
    border: 1px solid #c9cfda;
    margin: 0;
    padding: 12px 15px 3px 15px;
    list-style-type: none; }
    .calculateform ul li {
      position: relative;
      margin-bottom: 12px;
      padding-left: 159px; }
      .calculateform ul li:nth-child(2) {
        padding-right: 94px; }
        .calculateform ul li:nth-child(2) .radio {
          position: absolute;
          right: 5px;
          top: 0;
          padding-top: 8px; }
          .calculateform ul li:nth-child(2) .radio p:nth-child(1) {
            margin-right: 13px; }
      .calculateform ul li:nth-child(6) label {
        font-size: 12px;
        top: 9px; }
      .calculateform ul li.active label {
        color: #5074ac; }
      .calculateform ul li.active input[type="text"] {
        background: #f4f7fa;
        font-weight: bold; }
      .calculateform ul li label {
        display: block;
        position: absolute;
        left: 5px;
        top: 6px;
        font-weight: bold; }
      .calculateform ul li input[type="text"] {
        background: #ffffff;
        border: 1px solid #c9cfda;
        width: 100%;
        max-width: none;
        height: 35px;
        padding: 0 16px;
        font-size: 14px;
        color: #454950;
        outline: none; }
        .calculateform ul li input[type="text"]:disabled {
          color: #000000; }

.calculatortype {
  position: relative;
  padding: 18px 14px 19px 170px; }
  .calculatortype .radio {
    margin: 0; }
    .calculatortype .radio p {
      display: inline-block;
      margin: 0;
      font-weight: bold;
      color: #8f959f; }
      .calculatortype .radio p:nth-child(1) {
        margin-right: 30px; }
      .calculatortype .radio p a {
        display: block;
        position: relative;
        padding-left: 25px; }
        .calculatortype .radio p a.active:before {
          background-position: 0 0; }
        .calculatortype .radio p a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 3px;
          background: url(../images/form-radio.png) -16px 0 no-repeat;
          width: 16px;
          height: 16px; }
  .calculatortype p.title {
    position: absolute;
    left: 15px;
    top: 18px;
    margin: 0;
    font-weight: bold;
    color: #8f959f;
    text-transform: uppercase; }

.calculatortypeform {
  padding: 0 13px 14px 13px; }
  .calculatortypeform .radio {
    margin: 0; }
    .calculatortypeform .radio p {
      display: inline-block;
      margin: 0;
      font-weight: bold;
      color: #454950; }
      .calculatortypeform .radio p a {
        display: block;
        position: relative;
        padding-left: 19px; }
        .calculatortypeform .radio p a.active:before {
          background-position: 0 0; }
        .calculatortypeform .radio p a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 2px;
          background: url(../images/form-radio.png) -16px 0 no-repeat;
          width: 16px;
          height: 16px; }
  .calculatortypeform ul {
    background: #ffffff;
    border: 1px solid #c9cfda;
    margin: 0;
    padding: 16px 15px 6px 15px;
    list-style-type: none; }
    .calculatortypeform ul li {
      position: relative;
      margin-bottom: 11px;
      padding-left: 159px;
      padding-right: 93px; }
      .calculatortypeform ul li .radio {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 8px; }
        .calculatortypeform ul li .radio p:nth-child(1) {
          margin-right: 6px; }
      .calculatortypeform ul li label {
        display: block;
        position: absolute;
        left: 5px;
        top: 6px;
        font-weight: bold; }
      .calculatortypeform ul li input[type="text"] {
        background: #ffffff;
        border: 1px solid #c9cfda;
        width: 100%;
        max-width: none;
        height: 35px;
        padding: 0 16px;
        font-size: 14px;
        color: #454950;
        outline: none; }

.calculatortotal {
  padding: 0 13px; }
  .calculatortotal ul {
    background: #ffffff;
    border: 1px solid #ffffff;
    margin: 0;
    padding: 0 15px;
    list-style-type: none; }
    .calculatortotal ul li {
      position: relative;
      padding-left: 159px;
      padding-right: 93px; }
      .calculatortotal ul li label {
        display: block;
        position: absolute;
        left: 5px;
        top: 7px;
        font-weight: bold;
        font-size: 16px; }
      .calculatortotal ul li input[type="text"] {
        background: #ffffff;
        border: 1px solid #57659d;
        width: 100%;
        max-width: none;
        height: 35px;
        padding: 0 16px;
        font-weight: bold;
        font-size: 16px;
        color: #454950;
        outline: none; }
        .calculatortotal ul li input[type="text"]:disabled {
          color: #000000; }

.paymentscheduletooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }
  .paymentscheduletooltip.prepare {
    display: block;
    visibility: hidden; }
  .paymentscheduletooltip.ready {
    display: none;
    visibility: visible; }
  .paymentscheduletooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -8px;
    border-right: 10px solid rgba(69, 73, 80, 0.9);
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0;
    -webkit-transform: rotateZ(-45deg) translateX(-50%);
    -moz-transform: rotateZ(-45deg) translateX(-50%);
    transform: rotateZ(-45deg) translateX(-50%); }
  .paymentscheduletooltip:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    border-top: 1px solid #8f959f;
    border-right: 1px solid #8f959f;
    width: 11px;
    height: 11px;
    -webkit-transform: rotateZ(-45deg) translateX(-50%);
    -moz-transform: rotateZ(-45deg) translateX(-50%);
    transform: rotateZ(-45deg) translateX(-50%); }
  .paymentscheduletooltip ul {
    background: rgba(69, 73, 80, 0.9);
    border: 1px solid #8f959f;
    margin: 0;
    padding: 5px 10px;
    list-style-type: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .paymentscheduletooltip ul li {
      font-size: 12px;
      line-height: 1.8; }
      .paymentscheduletooltip ul li a {
        color: #ffffff; }
        .paymentscheduletooltip ul li a:hover {
          color: #8f959f; }

.schedule {
  clear: both;
  padding: 15px; }
  .schedule .selection {
    position: relative;
    margin-bottom: 4px;
    padding: 8px 92px 19px 156px; }
    .schedule .selection .radio {
      margin: 0; }
      .schedule .selection .radio p {
        display: inline-block;
        margin: 0;
        font-weight: bold;
        color: #8f959f; }
        .schedule .selection .radio p:nth-child(1) {
          margin-right: 20px; }
        .schedule .selection .radio p a {
          display: block;
          position: relative;
          padding-left: 25px; }
          .schedule .selection .radio p a.active:before {
            background-position: 0 0; }
          .schedule .selection .radio p a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 3px;
            background: url(../images/form-radio.png) -16px 0 no-repeat;
            width: 16px;
            height: 16px; }
    .schedule .selection p.title {
      position: absolute;
      left: 0;
      top: 8px;
      margin: 0;
      font-weight: bold;
      color: #8f959f;
      text-transform: uppercase; }
    .schedule .selection p.print {
      position: absolute;
      right: 0;
      top: 10px;
      margin: 0;
      font-weight: bold;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .schedule .selection p.print a {
        display: block;
        background: #5074ac;
        width: 60px;
        padding: 8px 6px 6px 7px;
        color: #ffffff;
        text-align: center; }
  .schedule .table {
    background: #f4f7fa;
    border: 1px solid #c9cfda;
    height: 489px;
    margin: 0;
    padding: 15px;
    overflow: auto; }
    .schedule .table table {
      width: 100%;
      border-spacing: 0;
      border-collapse: collapse; }
      .schedule .table table.monthly tr.monthly td {
        font-weight: normal; }
      .schedule .table table.monthly tr.yearly td {
        font-weight: bold; }
      .schedule .table table.yearly tr.yearly td {
        font-weight: normal; }
      .schedule .table table tr.total td {
        font-weight: bold;
        font-size: 13px; }
      .schedule .table table th {
        padding: 2px;
        font-weight: bold;
        font-size: 11px;
        text-align: center; }
      .schedule .table table td {
        padding: 2px;
        font-size: 11px;
        text-align: center; }

@media (max-width: 767px) {
  .headline {
    padding-left: 15px;
    padding-right: 155px; }
    .headline p.buttons a:nth-child(1) {
      width: auto; }
      .headline p.buttons a:nth-child(1):before {
        margin-right: 0; }
      .headline p.buttons a:nth-child(1) span {
        display: none; }

  .calculate {
    padding-left: 15px;
    padding-right: 15px; }
    .calculate p.title {
      position: relative;
      left: auto;
      top: auto;
      margin-bottom: 5px;
      padding-top: 0; }

  .calculateform {
    padding-left: 15px;
    padding-right: 15px; }
    .calculateform ul li {
      padding-left: 0; }
      .calculateform ul li:nth-child(2) .radio {
        top: auto;
        bottom: 0;
        padding-top: 0;
        padding-bottom: 8px; }
      .calculateform ul li label {
        position: relative;
        left: auto;
        top: auto; }

  .calculatortype {
    padding-left: 15px;
    padding-right: 15px; }
    .calculatortype p.title {
      position: relative;
      left: auto;
      top: auto;
      margin-bottom: 5px; }

  .calculatortypeform {
    padding-left: 15px;
    padding-right: 15px; }
    .calculatortypeform ul li {
      padding-left: 0; }
      .calculatortypeform ul li .radio {
        top: auto;
        bottom: 0;
        padding-top: 0;
        padding-bottom: 8px; }
      .calculatortypeform ul li label {
        position: relative;
        left: auto;
        top: auto; }

  .calculatortotal {
    padding-left: 15px;
    padding-right: 15px; }
    .calculatortotal ul li {
      padding-left: 0; }
      .calculatortotal ul li label {
        position: relative;
        left: auto;
        top: auto; } }
@media (max-width: 620px) {
  .wrapper {
    height: auto; }

  .sidebar {
    float: none;
    border-right: 0;
    width: auto;
    height: auto; }

  .main {
    float: none;
    width: auto;
    height: auto; } }

/*# sourceMappingURL=style.css.map */
