@charset "utf-8";

.calculator_security {
    color: #000;
}

.calculator_security h1 {
    color: #151515;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.calculator-security-inner {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 70px;
}



.calculatorinputs label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #333333;
    margin-bottom: 5px;
}

.calculatorinputs input.form-control {
    color: #151515;
    padding: 12px;
    background: #fff;
       border: 1px solid #D1D5DB;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    height: 38px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.calculatorinputs input::placeholder {
    color: #525252;
}

.twocol {
    display: flex;
}

input.form-control.bdrlnone {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

input.form-control.bdrrnone {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pr0px {
    padding-right: 0px !important;
}

.pl0px {
    padding-left: 0px !important;
}

.twocol input.form-control {
    width: 100%;
}

.showratesbtn {
    background: #FFA049;
    color: #141131;
    padding: 8px 5px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    display: block;
    border-radius: 4px;
    text-align: center;
    min-height: 34px;
    line-height: 34px;
    margin-left: -10px;
}

.showratesbtn:hover,
.showratesbtn:focus {
    color: #141131;
    background-color: #ff8f2c;
}

.selectdiv {
    position: relative;
}

.selectdiv select {
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 8px 40px 10px 15px;
    color: #151515;
    border: 1px solid #B9B8C1;
    -ms-word-break: normal;
    word-break: normal;
    z-index: 2;
    position: relative
}

.selectdiv::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #193A9F;
    right: 12px;
    top: 10px;
    font-size: 20px;
    position: absolute;
    pointer-events: none;
    z-index: 3
}

.selectdiv select:focus {
    border-bottom: 1px solid #B9B8C1;
}

.interestcheckbox {
    display: flex;
    cursor: pointer;
    margin-bottom: 20px;
}

.interestcheckbox input {
    margin-top: 0px !important;
}

.interestcheckbox .interestonly {
    padding: 0px;
    margin: 0 0 0 10px;
    line-height: 14px;
}

.interestcheckbox label {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.interestperiodshow {
    margin-top: 5px;
    display: none;
}

.interestperiodshow.showdiv {
    display: block;
}

.fl-wrap {
    display: flex;
    justify-content: space-between;
}

.calculator_security .cl-tooltip-wrap {
    position: relative;
    cursor: pointer;
    margin-right: 0;
    line-height: 16px;
}

.calculator_security .cl-tooltip-wrap .cl-tooltip {
    visibility: hidden;
    width: 270px;
    background-color: #141131;
    color: #fff !important;
    text-align: left;
    padding: 5px 10px;
    font-weight: 400 !important;
    border-radius: 6px;
    position: absolute;
    transform: translate(-96%, -105%);
    font-size: 13px;
    z-index: 9;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533 !important;
}

.calculator_security .cl-tooltip-wrap:hover .cl-tooltip {
    visibility: visible;
}

.calculator_security .cl-tooltip-wrap .cl-tooltip::after {
    content: " ";
    position: absolute;
    bottom: -14px;
    right: 11px;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: #141131 transparent transparent transparent;
}

.calculator_security .cl-tooltip-wrap .fa {
    color: #193A9F;
    height: 16px;
    width: 16px;
    border: 1px solid #193A9f;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}


.calculator_summary {
    padding: 16px;
    border: 4px solid #E6EFF0;
    border-top-left-radius: 8px;
    background: #FAFAFA;
    border-radius: 4px;
    width: 100%;
    max-width: 230px;
}

.calculator_summary h2 {
   color: #151515;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: right;
}

.summary-gride-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
}

.summary-gride-col {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #333333;
}

/* .summary-gride-col:last-child {
    width: 17%;
} */

.summary-gride-col .gride-head {
    display: block;
   color: #05555B;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

.mt30px {
    margin-top: 30px;
}

.mt40px {
    margin-top: 40px;
}

.mt50px {
    margin-top: 50px;
}

.flexcolcenter {
    justify-content: space-between;
}

/* .summary-gride-row.flexcolcenter .summary-gride-col:last-child {
    width: 15%;
} */

/** Start loan-viewdetails Popup Css **/
.showrate-viewdetails {
    display: none;
}

.loanviewdetailspopup {
    position: fixed;
    overflow: hidden;
    z-index: 99;
    padding: 0 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.75);
}

.showrate-viewdetails .modal-contentSec {
    border-radius: 4px;
    width: 1000px;
    background: #0F235F;
    padding: 10px 40px;
    position: absolute;
    top: 80px !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
}

.showrate-viewdetails .close {
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 22px;
    color: #ffa41b;
    opacity: 1;
    text-shadow: none;
}

.showrate-viewdetails .close img {
    opacity: 1;
}

.showrate-viewdetails .rateListReport .rateListinnerbox {
    width: 100%;
    max-width: 100%;
}

.showrate-viewdetails .close:hover {
    opacity: 0.8;
    color: #ffa41b
}

/** End loan-viewdetails Popup Css **/
/** Amortization Schedule Section Start **/
.amortization-schedule {
    background: #fff;
    /* padding: 15px 0px 0 0; */
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 1px #1515151a, 0 2px 8px -1px #15151533 !important; */
        width: calc(100% - 230px);
}

.amortization-schedule h2 {
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    color: #000;
}

.schedule-container {
    margin-top: 15px;
}

.schedule-container ul.nav.nav-tabs {
    padding-left: 35px;
    border: none;
}

.schedule-container ul.nav.nav-tabs li {
    margin-right: 45px;
}

.schedule-container .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    padding: 3px 10px;
        text-decoration: none;
}

.schedule-container .nav>li>a:focus,
.schedule-container .nav>li>a:hover {
    color: #045D63;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 4px solid #F7AB42;
    border-bottom-color: #F7AB42;
}

.schedule-container .nav-tabs>li.active>a,
.schedule-container .nav-tabs>li.active>a:focus,
.schedule-container .nav-tabs>li.active>a:hover {
    color: #045D63;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom: 4px solid #F7AB42;
    border-bottom-color: #F7AB42;
}

.schedule-container .tab-content {
    padding: 35px 20px;
}

#printableSection {
    padding: 0 20px;
}

.schedule-container .tab-content table {
    border: 0px;
    width: 100%;
}

.schedule-container .tab-content table tbody:first-child th {
    font-weight: 500;
        font-size: 14px;
}

.schedule-container .tab-content table>tbody+tbody {
    border-top: 1px solid #D9D9D9;
}

.schedule-container .tab-content table>tbody>tr>td,
.schedule-container .tab-content table>tbody>tr>th,
.schedule-container .tab-content table>tfoot>tr>td,
.schedule-container .tab-content table>tfoot>tr>th,
.schedule-container .tab-content table>thead>tr>td,
.schedule-container .tab-content table>thead>tr>th {
    border: 0px;
    padding: 10px 0;
    line-height: 18px;
}

#printableSection table tbody tr td {
    display: none;
}

#printableSection table tbody tr th span {
    cursor: pointer;
    color: #045D63;
}

#printableSection table tbody tr th span .expend_row {
    margin: 8px;
}

#printableSection table tbody.expandth tr th {
        background-color: #045d630f !important;
    border-bottom: 1px solid #D9D9D9 !important;
}

#printableSection table tbody.expandth tr th:nth-child(2) {
    display: none;
}

#printableSection table tbody.expandth tr td {
    display: table-cell;
}

#printableSection #tableTop {
    color: #045D63;
    font-weight: bold;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

#printableSection #tableTop span {
    cursor: pointer;
    font-size: 16px;
}

.schedule-container .tab-content table td {
    border-bottom: 1px solid #D9D9D9 !important;
    padding: 15px 0 !important;
}

.schedule-container .tab-content table th:first-child {
    width: 18%;
}

.schedule-container .tab-content table th:nth-child(2) {
    width: 12%;
    text-align: center;
}

.schedule-container .tab-content table th:nth-child(3) {
    width: 18%;
    text-align: center;
}

.schedule-container .tab-content table th:nth-child(4) {
    width: 18%;
    text-align: center;
}

.schedule-container .tab-content table th:nth-child(5) {
    width: 18%;
    text-align: center;
}

.schedule-container .tab-content table th:last-child {
    width: 20%;
    text-align: center;
}

.schedule-container .tab-content table td:first-child {
       width: 18%;
    color: #045d63;
    padding-left: 15px !important;
    font-weight: 700;
}

.schedule-container .tab-content table td:nth-child(2) {
    width: 12%;
    text-align: center;
}

.schedule-container .tab-content table td:nth-child(3) {
    width: 18%;
    text-align: center;
}

.schedule-container .tab-content table td:nth-child(4) {
    width: 18%;
    text-align: center;
}

.schedule-container .tab-content table td:nth-child(5) {
    width: 18%;
    text-align: center;
}

.schedule-container .tab-content table td:last-child {
    width: 20%;
    text-align: center;
}

.crloan-programs {
    margin-top: 30px;
    color: #000;
}

.crloan-programs h2 {
    color: #000;
    font-size: 30px;
}

.crloantyperow {
    display: flex;
    align-items: start;
    background-color: #FFFFFF;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}

.crloan-programs .crloantyperow .crloantype-col {
    width: 16.66%;
    padding-right: 12px;
    box-sizing: border-box;
    text-align: left;
}

.crloan-programs .crloantyperow .crloantype-col input.form-control {
    color: #151515;
    padding: 12px;
    background: #fff;
    border: 1px solid #B9B8C1;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.crloan-programs .crloantyperow .crloantype-col input.form-control::placeholder {
    color: #545454;
}

.crloan-programs .crloantyperow .crloantype-col .crloantype-tb {
    width: 100%;
    margin-bottom: 5px;
}

.crloan-programs .crloantyperow .crloantype-col .crloantype-tb .fl-wrap label {
    margin-bottom: 0;
}

.crloan-programs .crloantyperow .crloantype-col .crloantype-tb label {
    margin: 0px;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    color: #151515;
    text-align: left;
}

.crloan-programs .crloantyperow .crloantype-col .crloantype-input {
    width: 100%;
}

.crloan-programs .crloantyperow .crloantype-col .crloantype-tb .fl-wrap .cl-tooltip-wrap img {
    width: 14px;
    height: 14px;
    max-width: initial;
}

.crloan-programs .crloantyperow .crloantype-col:last-child {
    padding-right: 0px;
}

.onthispagesection {
    width: 100%;
    position: relative;
}

.onthispageleft {
    width: 260px;
    float: left;
    padding-top: 80px;
}

.onthispageleft h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    margin: 0px 0 20px 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
}

.onthispageleft ul {}

.onthispageleft ul li {
    margin: 0px 0 20px 0;
    cursor: pointer;
}

.onthispageleft ul li a {
    display: table;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.onthispageleft ul li.active {
    padding-left: 10px;
    border-left: 3px solid #ffa41b;
}

.onthispageleft ul li:hover a,
.onthispageleft ul li:focus a {
    font-size: 14px;
    line-height: 20px;
    color: #193A9F;
    font-weight: 700;
}

.onthispageleft ul li:hover a,
.onthispageleft ul li.active a {
    font-size: 14px;
    line-height: 20px;
    color: #193A9F;
    font-weight: 700;
}

.onthispageleft ul li:hover a {
    text-decoration: underline;
    font-weight: 500;
}

.onthispageleft ul li.active:hover a {
    text-decoration: none;
    font-weight: 700;
}

.onthispageright {
    width: 75%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box;
    padding-top: 80px;
}

.onthispageright strong {
    font-weight: 700;
}

.onthispageright a {
    color: #ffa41b;
    text-decoration: none;
}

.onthispageright a:hover {
    color: #424242;
    text-decoration: none;
}

.onthispageright ul {
    margin-bottom: 25px;
}

.onthispageright ul li {
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    margin: 5px 0;
}

.onthispageright h3 {
    font-size: 24px;
    line-height: 30px;
    color: #424242;
    font-weight: 700;
    margin: 15px 0;
}

.onthispageright h4 {
    font-size: 20px;
    line-height: 28px;
    color: #424242;
    font-weight: 700;
    margin: 15px 0;
}

.onthispageright p {
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    margin-bottom: 25px;
}

#sidebarfix {
    position: absolute;
}

#sidebarfix.fixed {
    position: fixed;
    top: 0px !important;
}

#showObj {
    display: table;
    width: 100%;
    margin-top: 20px;
    padding: 0 0px;
}

#showObj div {
    float: left;
    width: 26%;
    font-size: 12px
}

#showObj i.res_icon {
    height: 18px;
    width: 18px;
    display: table;
    float: left;
    margin-right: 6px;
    border-radius: 50%;
}

.primaryBtnNew,
.secondaryBtnNew,
.whiteBtnNew,
.grayBtnNew,
.orangeBtnNew {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    display: inline-block;
    border-radius: 4px;
}

.orangeBtnNew {
    background-color: #FFA049;
    color: #000;
    padding: 8px 52px 7px 30px;
    margin: 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.orangeBtnNew:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    position: absolute;
    right: 28px;
    top: 11px;
    font-weight: 100 !important;
}

.orangeBtnNew:hover {
    text-decoration: none;
    color: #000;
    background-color: #ff8f2c;
}

.orangeBtnNew:focus {
    outline: 0
}

.cl-wrap .rate-wrap .rate-body .rate-row {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 35px 10px !important;
    margin-bottom: 10px;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col {
    width: 16.66%;
    padding: 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
    text-align: center;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col:first-child,
.cl-wrap .rate-wrap .rate-body .rate-row .rate-col:last-child {
    border-right: 0px
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col:first-child {
    text-align: left;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #141131;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col .fixe-rate-xs {
    display: none;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-title span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #193A9F;
    padding-top: 8px;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #141131;
    text-align: center;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #727083;
    padding-top: 5px;
}

.cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate span.rate-head-xs {
    display: none;
    color: #000;
}

.cl-wrap .cl-tooltip-wrap {
    position: relative;
    display: inline-block !important;
    padding-top: 0 !important;
}

.cl-wrap .cl-tooltip-wrap .cl-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 95px;
    right: 13px;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #141131 transparent;
}

.cl-wrap .cl-tooltip-wrap .cl-tooltip {
    visibility: hidden;
    width: 270px;
    background-color: #141131;
    color: #fff !important;
    text-align: left;
    padding: 5px 10px;
    font-weight: 400 !important;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    transform: translate(-90%, 10px);
}

.cl-wrap .cl-tooltip-wrap:hover .cl-tooltip {
    visibility: visible;
}

.cl-wrap .cl-tooltip-wrap.cl-tooltip-xs {
    display: none;
}

.cl-wrap .rate-wrap .rate-head .rate-row {
    padding: 15px !important;
    margin-bottom: 10px;
    border: 0px;
}

.cl-wrap .rate-wrap .rate-head .rate-row .rate-col {
    border-right: 0;
}

.cl-wrap .rate-wrap .rate-head .rate-row .rate-col .cat-rate span {
    font-weight: 600;
    padding-top: 0px;
    font-size: 12px;
    color: #000;
}

/** End Financing-wrap css **/
.centerbox {
    text-align: center;
}

.emterr {
    color: #f00;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px !important;
    text-align: left !important;
    display: block;
    margin-top: 5px
}

.cl-wrap .rate-body .rate-col .cat-rate .cl-tooltip-wrap img {
    width: 14px;
    height: 14px;
    max-width: initial;
}

.noprogram-popup {
    color: #000;
    text-align: center;
    padding: 50px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.noprogram-popup h3 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.noprogram-signup-box {
    border-top: 1px solid #D9D9D9;
    padding-top: 40px;
    margin-top: 40px;
}

.noprogram-signup-box h4 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0px;
}

.noprogram-signup-box input.form-control {
    color: #000;
    padding: 12px;
    background: #fff;
    border: 1px solid #B9B8C1;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 40px;
}

.noprogram-signup-box p {
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
}

.subscribe-row {
    padding: 40px 0;
    width: 55%;
    margin: auto;
}

.subscribe-row-form {
    display: flex;
    align-items: center;
}

.subscribe-col {
    width: 20%;
}

.subscribe-col:first-child {
    width: 7%;
}

.subscribe-col:nth-child(2) {
    width: 73%;
    padding: 0 35px;
    position: relative;
}

.subscribe-col .orangeBtnNew {
    margin: 0px;
    padding: 9px 0px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.subscribe-col .orangeBtnNew:hover {
    background-color: #ff8f2c;
}

.ratespopup .rate-body.loanprogram {
    display: none;
}

.ratespopup .noprogram-popup {
    display: block;
}

.ratespopupbtn {
    cursor: pointer;
}

.ratespopupbtn:hover span {
    color: #193A9F !important;
}

.menuburger {
    display: none;
}

#email-error {
    position: absolute;
    color: #f00;
    bottom: -20px;
    left: 35px;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    clear: both;
}

.dollaricon {
    position: relative;
}

.dollaricon .dolleri {
    position: absolute;
    top: 15px;
    left: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
}

.dollaricon input.form-control {
    padding-left: 22px !important;
}

.dollaricon .pricon {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #151515;
}

.dollaricon.pricontb input.form-control {
    padding-left: 12px !important;
}

.annualratebox .pricon {
    padding-right: 10px;
}

.hadding50px {
    margin-top: 50px;
}

@media (max-width:1199px) {
    .calculator_summary {
        padding: 15px 15px 40px;
    }

    .gride-hadding {
        padding-right: 25px;
    }

    .showrate-viewdetails .modal-contentSec {
        width: 90%;
    }

    .onthispageleft {
        width: 22%;
    }

    .calculator_security .cl-tooltip-wrap .cl-tooltip {
        width: 220px;
    }

    .interestperiodshow {
        margin-top: 20px;
    }


    #printableSection {
        padding: 0 0px;
        font-size: 13px;
    }

    .schedule-container .tab-content table th:first-child,
    .schedule-container .tab-content table td:first-child {
        width: 12%;
    }

    .schedule-container .tab-content table th:nth-child(2),
    .schedule-container .tab-content table td:nth-child(2) {
        width: 7%;
    }

    .schedule-container .tab-content table th:nth-child(3),
    .schedule-container .tab-content table td:nth-child(3) {
        width: 20.5%;
    }

    .schedule-container .tab-content table th:nth-child(4),
    .schedule-container .tab-content table td:nth-child(4) {
        width: 20.5%;
    }

    .schedule-container .tab-content table th:nth-child(5),
    .schedule-container .tab-content table td:nth-child(5) {
        width: 20.5%;
    }

    .schedule-container .tab-content table th:last-child,
    .schedule-container .tab-content table td:last-child {
        width: 20.5%;
    }

    #printableSection table th,
    #printableSection table td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #showObj {
        padding: 0 15px;
    }

    #showObj div:first-child {
        width: 100% !important;
        display: block;
        margin-bottom: 15px;
    }

    #showObj div {
        width: 100%;
        margin-bottom: 15px;
    }

    .interestcheckbox {
        align-items: start;
    }

    .interestcheckbox input {
        margin: 0px;
    }

    .interestcheckbox .interestonly {
        padding: 0px 0 0 10px;
        line-height: 15px;
        margin: 0px;
    }

    .selectdiv select {
        box-shadow: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .calculator_summary h2+.summary-gride-row .gride-hadding {
        min-height: 43px;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .summary-gride-col .gride-head {
        font-size: 18px;
    }

    .showratesbtn {
        padding: 8px 2px;
    }

    .orangeBtnNew {
        padding: 8px 38px 7px 16px;
    }

    .orangeBtnNew:before {
        right: 15px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col {
        padding: 0 6px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate {
        font-size: 15px;
    }

    .crloantyperow {
        flex-wrap: wrap;
    }

    .crloan-programs .crloantyperow .crloantype-col {
        width: 33.33%;
        margin-bottom: 15px;
    }
}

@media (max-width:991px) {

    .security_pract.calculator_security,
    .calculator_security {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .calculator-security-inner .calculatorleftbox {
        padding-right: 0px;
    }

    .calculatorinputs input.form-control {
        padding: 10px 7px;
    }

    .crloantyperow {
        flex-wrap: wrap;
    }

    .crloan-programs .crloantyperow .crloantype-col {
        width: 33.33%;
        margin-bottom: 15px;
    }

    .cl-wrap .rate-wrap .rate-head .rate-body .rate-row {
        padding: 10px 0 20px 0 !important;
    }

    .cl-wrap .rate-wrap .rate-head .rate-body .rate-row .rate-col {
        display: none !important;
    }

    .cl-wrap .rate-wrap .rate-head .rate-body .rate-row .rate-col:first-child {
        border: 0px;
    }

    .cl-wrap .rate-wrap .rate-head .rate-body .rate-row .rate-col:last-child {
        display: block !important;
        margin-top: 0px;
    }

    .cl-wrap .rate-wrap .rate-head .rate-row .rate-col .cat-rate span {
        font-size: 14px;
        text-align: right;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row {
        flex-wrap: wrap;
        padding: 20px 0 !important;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col {
        flex: 1 0 auto;
        padding: 0 7px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:first-child,
    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:last-child {
        flex-basis: 100%;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:first-child {
        padding-left: 20px;
        display: flex;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-title span {
        padding-top: 0;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-title {
        width: 50%;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .fixe-rate-xs {
        display: block;
        width: 50%;
        text-align: right;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate span.cl-tooltip {
        display: block;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate span.rate-head-xs {
        display: block;
        margin-bottom: 15px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col {
        padding: 0 7px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:nth-last-child(2) {
        border-right: 0px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:last-child {
        margin-top: 20px;
        padding: 0px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .orangeBtnNew {
        margin: 0px;
    }

    .rate-head-xs {
        color: #000;
    }

    .cl-wrap .cl-tooltip-wrap.cl-tooltip-xs {
        display: block;
    }

    .noprogram-popup {
        padding: 25px 0;
    }

    .noprogram-popup h3 {
        font-size: 18px;
        padding: 0 20px;
    }

    .subscribe-row {
        padding: 25px 0;
    }

    .noprogram-signup-box {
        padding-top: 25px;
        margin-top: 25px;
    }

    .subscribe-col {
        width: 25%;
    }

    .subscribe-col:nth-child(2) {
        width: 68%;
        padding: 0 25px;
        position: relative;
    }

    .calculator_summary {
        padding: 15px 15px 0px;
    }

    .summary-gride-row {
        flex-wrap: wrap;
    }

    .summary-gride-col {
        width: 50%;
        margin-bottom: 25px;
    }

   

    .summary-gride-col:nth-child(2n) {
        width: 30%;
    }

    .gride-hadding {
        padding: 0 15px 0 0;
        display: block;
    }

    .summary-gride-col .gride-head {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px;
    }

    .calculator_summary h2+.summary-gride-row .gride-hadding {
        min-height: auto;
    }

    .flexcolcenter.mt50px {
        margin-top: 10px;
    }

    #printableSection_intable {
        overflow: hidden;
        overflow-x: scroll;
    }

    #printableSection_intable table {
        width: 650px;
        max-width: 650px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    #printableSection {
        padding: 0 0px;
        font-size: 13px;
    }

    .schedule-container .tab-content table th:first-child,
    .schedule-container .tab-content table td:first-child {
        width: 12%;
    }

    .schedule-container .tab-content table th:nth-child(2),
    .schedule-container .tab-content table td:nth-child(2) {
        width: 7%;
    }

    .schedule-container .tab-content table th:nth-child(3),
    .schedule-container .tab-content table td:nth-child(3) {
        width: 20.5%;
    }

    .schedule-container .tab-content table th:nth-child(4),
    .schedule-container .tab-content table td:nth-child(4) {
        width: 20.5%;
    }

    .schedule-container .tab-content table th:nth-child(5),
    .schedule-container .tab-content table td:nth-child(5) {
        width: 20.5%;
    }

    .schedule-container .tab-content table th:last-child,
    .schedule-container .tab-content table td:last-child {
        width: 20.5%;
    }

    .calculator_security .cl-tooltip-wrap .cl-tooltip {
        width: 270px;
        transform: translate(10px, 0px);
    }

    .calculator_security .cl-tooltip-wrap .cl-tooltip::after {
        right: inherit;
        bottom: inherit;
        top: 5px;
        left: -9px;
        border-color: transparent #141131 transparent transparent;
    }

    .crloan-programs .cl-tooltip-wrap .cl-tooltip {
        width: 270px;
        transform: translate(-96%, -105%);
    }

    .crloan-programs .cl-tooltip-wrap .cl-tooltip::after {
        bottom: -14px;
        right: 11px;
        top: inherit;
        left: inherit;
        border-color: #141131 transparent transparent transparent;
    }

    #sidebarfix,
    #sidebarfix.fixed {
        padding-top: 30px;
        position: inherit;
        width: 100%;
    }

    .onthispageleft {
        background: #fff;
        border-bottom: 0px solid #D9D9D9;
    }

    .onthispageright {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .onthispageleft h3 {
        position: relative;
    }

    #sidebarfix.introonthis .menuburger {
        display: none;
        width: 32px;
        height: 32px;
        position: relative;
        float: right;
        background: transparent;
        padding: 0px;
    }

    #sidebarfix.introonthis .menuburger .hamb-bottom,
    .menuburger .hamb-middle,
    .menuburger .hamb-top {
        background-color: #ffa41b;
        height: 3px;
        width: 100%;
        margin-bottom: 6px;
        display: block;
    }

    #sidebarfix.introonthis {
        width: 100%;
        top: 60px !important;
        left: 0;
        z-index: 9;
        padding: 0 15px;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    }

    #sidebarfix.introonthis h3 {
        margin: 0;
        border-bottom: 0px solid #D9D9D9;
        padding: 10px 0;
    }

    .onthispageleft ul {
        display: flex;
        flex-wrap: wrap;
    }

    .onthispageleft ul li {
        width: 50%;
        margin: 0px 0 10px 0;
    }
}

@media (max-width:767px) {
    .annualratebox {
        width: 100%;
        float: left;
    }

    .annualshowratebtn {
        width: 30%;
        float: left;
    }

    .calculator-security-inner .calculatorleftbox {
        padding-right: 15px;
    }

  
    .summary-gride-row {
        align-items: inherit;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }

    .summary-gride-col {
        width: 100%;
        margin-bottom: 25px;
    }

    .summary-gride-col:nth-child(2n) {
        width: 100%;
    }

    .gride-hadding {
        padding: 0;
    }

    .summary-gride-col .gride-head {
        margin-top: 15px;
        font-size: 28px;
        line-height: 30px;
    }

    .flexcolcenter.mt50px {
        margin-top: 0px;
    }

    .crloan-programs .crloantyperow .crloantype-col {
        width: 100%;
        padding-right: 0;
    }

    .calculatorleftbox .cl-tooltip-wrap .cl-tooltip {
        width: 270px;
        transform: translate(-295px, 0px);
    }

    .calculatorleftbox .cl-tooltip-wrap .cl-tooltip::after {
        right: -14px;
        left: inherit;
        bottom: inherit;
        top: 5px;
        border-color: transparent transparent transparent #141131;
    }

    #printableSection_intable table {
        width: auto;
        max-width: initial;
    }

    .cl-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cl-wrap .rate-wrap .rate-head {
        display: none;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row {
        border-radius: 0px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 0px;
        margin-bottom: 0;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col {
        width: 100%;
        text-align: left;
        padding: 10px 0;
        border-right: 0px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-title {
        width: 100%;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-title span {
        display: inline-block;
        margin-left: 5px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:first-child {
        padding-bottom: 0px;
        border-bottom: 0px;
        padding-left: 0;
        margin-bottom: 0;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate {
        text-align: left;
        display: flex;
        align-items: center;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate span {
        padding-top: 0px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate .coltb {
        width: 50%;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate .coltb:last-child {
        text-align: right;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col .cat-rate span.rate-head-xs {
        font-weight: 600;
        margin-bottom: 0px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .rate-col:last-child {
        border-bottom: 0px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .orangeBtnNew {
        margin: 0px;
        display: block;
        text-align: center;
        padding: 12px 52px 12px 30px;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .orangeBtnNew:before {
        right: 44%;
        top: 15px;
    }

    .calculatorrightbox .cl-wrap .rate-wrap .loanprogram .cl-tooltip-wrap {
        display: none !important;
    }

    .showrate-viewdetails .modal-contentSec {
        padding: 10px 0px;
    }

    .calculator_security h1 {
        font-size: 30px;
        line-height: 36px;
    }

    
    .calculatorrightbox {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .calculator_summary {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .amortization-schedule {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none !important;
        padding: 40px 0px 0 0;
    }

    /* .schedule-container ul.nav.nav-tabs {
        padding-left: 15px;
    } */

    .schedule-container .tab-content {
        padding: 20px 0px;
    }

    .crloan-programs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #showObj {
        padding: 0 15px;
    }

    #printableSection {
        padding: 0 10px;
    }

    #printableSection table tbody tr th a .expend_row {
        margin: 8px 1px;
    }

    .schedule-container .tab-content table th:first-child,
    .schedule-container .tab-content table td:first-child {
        width: 12%;
    }

    .schedule-container .tab-content table th:last-child,
    .schedule-container .tab-content table td:last-child {
        width: 23%;
    }

    #showObj div:first-child {
        width: 100% !important;
        display: flex;
        text-align: right;
        justify-content: end;
        margin-bottom: 0px;
    }

    #showObj div:first-child b {
        font-weight: 600;
        width: auto;
        margin-left: 5px;
    }

    #showObj div:first-child span {
        width: auto;
        font-weight: 300;
        float: inherit;
    }

    #showObj div {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
        display: flex;
    }

    #showObj div b {
        font-weight: 300;
        width: 100%;
    }

    #showObj div span {
        font-weight: 600;
        float: right;
    }

    .calculator-security-inner {
        padding-bottom: 30px;
    }

    .onthispageleft,
    .onthispageright {
        padding-top: 40px;
    }

    .noprogram-signup-box p {
        padding: 0 20px;
    }
}

@media (max-width:575px) {
    .summary-gride-row {
        width: 50%;
    }

    .subscribe-row-form {
        flex-wrap: wrap;
    }

    .subscribe-row-form .subscribe-col {
        margin-bottom: 20px;
    }

    .subscribe-col:first-child,
    .subscribe-col,
    .subscribe-col:nth-child(2) {
        width: 100%;
    }

    .subscribe-col:nth-child(2) {
        padding: 0;
    }

    .subscribe-row-form .subscribe-col:last-child {
        margin-bottom: 0px;
    }

    .onthispageleft ul li {
        width: 100%;
    }

    #printableSection {
        font-size: 12px;
    }

    #printableSection table th,
    #printableSection table td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #printableSection table tbody tr.yearHead th a {
        width: 50px;
        display: block;
    }
}

@media (max-width:460px) {
    #printableSection {
        font-size: 12px;
    }

    .summary-gride-row {
        width:100%;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .orangeBtnNew:before {
        right: 42%;
    }
}

@media (max-width:430px) {
    #printableSection_intable table {
        width: 490px;
        max-width: 490px;
    }
}

@media (max-width:400px) {
    .summary-gride-row {
        width: 100%;
    }
}

@media (max-width:380px) {
    .summary-gride-row {
        width: 100%;
    }

    .cl-wrap .rate-wrap .rate-body .rate-row .orangeBtnNew:before {
        right: 40%;
    }

    .annualratebox {
        width: 100%;
    }

    .annualshowratebtn {
        width: 40%;
    }
}

.rateSheetReport .rateSheetData {
    background-color: #f7f7f7
}

.rateSheetData h1.text-uppercase {
    font-size: 34px;
    line-height: 44px
}

.rateSheetData h2.text-uppercase {
    font-size: 34px
}

.rateSheetData .dateUpdate {
    font-weight: 600
}

.rateListReport .table {
    margin-bottom: 0;
}

.rateLoanCal {
    background: #232031;
    border: 1px solid #000;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 25px 25px 30px;
    min-height: 472px;
    position: relative
}

.rateLoanCal h3 {
    font-weight: 600;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 20px
}

.rateLoanCal label.error {
    height: auto;
    line-height: 18px;
    margin-top: 3px;
    width: 100%;
    font-size: 14px
}

.rateLoanCal .form-control:focus {
    border: none
}

.rateLoanCal .form-group {
    float: left;
    margin-bottom: 30px;
    width: 100%
}

.rateLoanCal .form-group .col-sm-12 {
    padding: 0
}

.rateLoanCal select,
.rateLoanCal input {
    background: #FFF;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    border: none
}

.rateLoanCal select:focus,
.rateLoanCal input:focus {
    border: none
}

.caret-up {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iMTkxLjkiIHZpZXdCb3g9IjAgMCAzMjAgMTkxLjkiPgogIDxwYXRoIGlkPSJfMSIgZGF0YS1uYW1lPSIxIiBkPSJNOTguOSwzMjcuMmwxLjgtMi4xLDEzNi0xNTYuNWEyNS4zLDI1LjMsMCwwLDEsMTkuMi04LjYsMjUuNjQ5LDI1LjY0OSwwLDAsMSwxOS4yLDguNkw0MTEsMzI0LjhsMi4zLDIuNmExNS40NDYsMTUuNDQ2LDAsMCwxLDIuNyw4LjdjMCw4LjctNy40LDE1LjgtMTYuNiwxNS44SDExMi42Yy05LjIsMC0xNi42LTcuMS0xNi42LTE1LjhBMTUuMjcsMTUuMjcsMCwwLDEsOTguOSwzMjcuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NiAtMTYwKSIgZmlsbD0iI2NlMTgyNyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 16px;
    height: 16px;
    position: relative;
    left: 0;
    top: 5px
}

.caret-down {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjAiIGhlaWdodD0iMTkxLjkiIHZpZXdCb3g9IjAgMCAzMjAgMTkxLjkiPgogIDxwYXRoIGlkPSJfMSIgZGF0YS1uYW1lPSIxIiBkPSJNOTguOSwxODQuN2wxLjgsMi4xLDEzNiwxNTYuNWEyNS4zLDI1LjMsMCwwLDAsMTkuMiw4LjYsMjUuNjQ5LDI1LjY0OSwwLDAsMCwxOS4yLTguNkw0MTEsMTg3LjFsMi4zLTIuNmExNS40NDYsMTUuNDQ2LDAsMCwwLDIuNy04LjdjMC04LjctNy40LTE1LjgtMTYuNi0xNS44SDExMi42Yy05LjIsMC0xNi42LDcuMS0xNi42LDE1LjhBMTUuMjcsMTUuMjcsMCwwLDAsOTguOSwxODQuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NiAtMTYwKSIgZmlsbD0iIzQ2ODUxYiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 16px;
    height: 16px;
    position: relative;
    left: 0;
    top: 4px
}

.rateLoanCal input[type="text"],
.rateLoanCal input[type="number"],
.rateLoanCal input[type="tel"] {
    font-size: 16px;
    line-height: 49px;
    color: #000;
    font-weight: 600
}

.rateLoanCal input[type="text"]::placeholder,
.rateLoanCal input[type="number"]::placeholder,
.rateLoanCal input[type="tel"]::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 600;
    font-size: 16px
}

.rateLoanCal input[type="text"]:-ms-input-placeholder,
.rateLoanCal input[type="number"]:-ms-input-placeholder,
.rateLoanCal input[type="tel"]:-ms-input-placeholder {
    color: #000
}

.rateLoanCal input[type="text"]::-ms-input-placeholder,
.rateLoanCal input[type="number"]::-ms-input-placeholder,
.rateLoanCal input[type="tel"]::-ms-input-placeholder {
    color: #000
}

.rateLoanCal select {
    background: #FFF;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNMjU2LDI5OC4zTDI1NiwyOTguM0wyNTYsMjk4LjNsMTc0LjItMTY3LjJjNC4zLTQuMiwxMS40LTQuMSwxNS44LDAuMmwzMC42LDI5LjljNC40LDQuMyw0LjUsMTEuMywwLjIsMTUuNUwyNjQuMSwzODAuOSAgYy0yLjIsMi4yLTUuMiwzLjItOC4xLDNjLTMsMC4xLTUuOS0wLjktOC4xLTNMMzUuMiwxNzYuN2MtNC4zLTQuMi00LjItMTEuMiwwLjItMTUuNUw2NiwxMzEuM2M0LjQtNC4zLDExLjUtNC40LDE1LjgtMC4yTDI1NiwyOTguMyAgeiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 50%;
    background-size: 14px
}

.rateLoanCal .thankyou_inner {
    text-align: center;
    padding: 10px 0;
    border-radius: 5px
}

.rateLoanCal .thankyou_inner h3 {
    font-weight: 400;
    margin: 0;
    line-height: 30px
}

.rateLoanCal .thumb_circle {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    background-color: #f2f2f2;
    border-radius: 50%;
    font-size: 50px;
    padding: 15px;
    border: 1px solid #dfdfdf
}

.rateLoanCal .form-group.submitForm {
    margin-bottom: 0
}

.rateLoanCal .form-group.submitForm button {
    width: auto;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 25px 8px 12px;
    background: #ffa41b;
    border-radius: 4px;
    color: #fff;
    position: relative;
    height: 39px;
    margin: 0 6px
}

.rateLoanCal .form-group.submitForm button.getBack {
    padding: 8px 12px 8px 25px;
    background: transparent;
    color: #fff
}

.rateLoanCal .form-group.submitForm button.getBack img {
    width: 12px;
    position: absolute;
    left: 9px;
    top: 12px
}

.rateLoanCal .form-group.submitForm button:focus {
    outline: none
}

.rateLoanCal .form-group.submitForm button img {
    width: 12px;
    position: absolute;
    right: 9px;
    top: 12px
}

.rateLoanCal .form-group.submitForm button:hover {
    color: #fff;
    text-decoration: none
}

.rateLoanCal input::placeholder {
    color: #000;
    opacity: 1
}

.rateLoanCal input:-ms-input-placeholder,
.rateLoanCal input::-ms-input-placeholder {
    color: #000
}

.ratesheetSteps {
    margin: 50px 0 80px
}

.cardsData {
    background: #FFF;
    box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 7px
}

.cardsData .details-cardsData {
    padding: 20px
}

.details-cardsData h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    min-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: pre-wrap;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.details-cardsData p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

.details-cardsData p>.card-text {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #424242
}

.details-cardsData p>.card-text br {
    display: block
}

.details-cardsData p>.cardReadmore {
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    display: inline-block
}

.cardsData:hover p>.cardReadmore {
    color: #ffa41b
}

.rateListReport .for5Years,
.rateListReport .for7Years,
.rateListReport .for10Years {
    margin-bottom: 5px
}

.rateListReport .for5Years .rateListData {
    background-color: #fff
}

.rateListReport .rateListinnerbox {
    font-family: "Montserrat", sans-serif;
    background-color: #0F235F;
    max-width: 850px;
    padding: 25px 20px 15px;
    margin: auto;
    border-radius: 4px
}

.rateListReport .rateListData {
    padding: 0;
    background: #FFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-width: 100%;
    margin: 20px auto
}

.rateListReport .rateListData table {
    float: inherit;
}

.rateListReport .rateListinnerbox h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.rateListReport .cl-link {
    font-size: 14px !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 18px !important;
    font-weight: 500 !important;
}

.rateListReport .cl-link strong {
    font-weight: 700;
}

.rateListReport .cl-link a {
    color: #FFA41B !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.rateListReport .loan-btn {
    text-align: center;
    padding: 20px 0 15px 0;
}

.rateListReport .primaryBtnNew {
    background-color: #FFA049 !important;
    color: #141131 !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    display: inline-block !important;
    border-radius: 4px !important;
}

.rateListReport .primaryBtnNew:hover {
    background-color: #ff8f2c !important;
}

.rateListReport .cl-logo {
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    padding: 0;
    text-align: center;
}

.rateListReport .cl-logo img {
    width: 170px;
    margin: 0px;
    margin-left: 5px;
    vertical-align: middle;
}

.rateListReport .rateListData.iconDisplay {
    width: 100%;
    margin: 0 0 40px;
    box-shadow: none;
    background: transparent;
    max-width: 100%;
    border-radius: 0
}

.disclosuresData p.disData {
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding-top: 20px
}

.disclosuresData p.disData a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.disclosuresData p.disData a:hover {
    text-decoration: none
}

.disclosuresData p.disData i {
    font-size: 17px;
    margin-left: 5px
}

.disclosuresData p.disData.arrows .fa-angle-down:before {
    content: "\f106"
}

#disclosures {
    display: none
}

#disclosures p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

#disclosures p strong {
    font-weight: 600
}

.rateListReport .rateListData table td {
    color: #000;
    padding: 10px 2px 10px 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px
}

.todayratestitle {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0 0 25px;
    color: #333;
    font-size: 69px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal
}

.todayratestitle span {
    font-size: 69px
}

.datetitlebox .datetitle {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0 0 25px;
    color: #202020;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal
}

.rateListReport .rateListData table tr.multifamily,
.rateListReport .rateListData table tr.commercial {
    border-bottom: 2px solid #0F235F
}

.rateListReport .rateListData table .multifamily .categorybox {
    color: #000;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    padding: 15px 0 0 20px
}

.rateListReport .rateListData table .commercial .categorybox {
    color: #000;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    padding: 30px 0 0 20px
}

.rateListReport .rateListData table .yearbox {
    color: #8D8D8D;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    padding: 15px 10px 0 20px
}

.rateListReport .rateListData table .commercial .yearbox {
    color: #8D8D8D;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    padding: 30px 10px 0 20px
}

.rateListReport .rateListData table .updownbox,
.rateListReport .rateListData .greenData {
    padding-left: 0
}

.rateListReport .rateListData .banknameData {
    font-size: 17px;
    color: #1a1a1a
}

.rateListReport .rateListData .bankpersentData {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px
}

.rateListReport .rateListData .greenData {
    padding: 10px 0;
    font-size: 20px;
    line-height: 34px;
    color: #46851b
}

.rateListReport .rateListData .redData {
    padding: 10px 0;
    font-size: 20px;
    line-height: 34px;
    color: #ce1827
}

.footerdate .greenData {
    padding: 0;
    font-size: 14px;
    color: #46851b
}

.footerdate .redData {
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #ce1827
}

.footerlogo {
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 15px !important
}

.footerlogo img {
    max-height: 45px;
    display: block;
    margin: auto
}

.footerlast {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 0 !important
}

.footerlast p {
    color: #666;
    line-height: 16px;
    font-size: 14px
}

.rateListReport table>tbody>tr>td,
.rateListReport table>tbody>tr>th,
.rateListReport table>tfoot>tr>td,
.rateListReport table>tfoot>tr>th,
.rateListReport table>thead>tr>td,
.rateListReport table>thead>tr>th {
    border-bottom: 1px solid #d2d2d2;
    border-left: none;
    border-right: none;
    border-top: none
}

.rateListReport table>tbody>tr.bdrrow.cmbs:last-child>td {
    border: none
}

.topSpaceMar {
    margin-top: 5rem
}

.accordion-wrapper {
    position: relative;
    margin-bottom: .5rem;
    border-bottom: 2px solid #D9D9D9;
    border-radius: 0
}

.acc-head {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    cursor: pointer
}

.acc-head::after {
    position: absolute;
    right: 16px;
    color: #000;
    transform: rotate(0deg);
    transition: .4s;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 100
}

.acc-head.active::after {
    position: absolute;
    color: #000;
    transform: rotate(180deg);
    transition: .4s;
    font-family: FontAwesome
}

.acc-body {
    padding: 0 0 15px;
    display: none;
    font-size: 16px
}

.acc-body a {
    color: #ffa41b;
    font-weight: 500
}

.acc-body a:hover {
    color: #ba8b00
}

ul.rateSheetList {
    margin: 10px 0 0;
    padding: 0 0 0 35px
}

ul.rateSheetList li {
    margin: 0;
    padding: 0;
    list-style: inherit
}

.icon-cardsData img {
    width: 100%
}

.disclosuresData .accordion-wrapper {
    border: none
}

.accordion-wrapper.disData .acc-head {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: center
}

.accordion-wrapper.disData .acc-head span {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding-right: 30px
}

.accordion-wrapper.disData .acc-head span:after {
    position: absolute;
    right: 8px;
    transform: rotate(0deg);
    transition: .4s;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 100;
    font-size: 22px;
    line-height: 22px;
    color: #000
}

.accordion-wrapper.disData .acc-head.active span::after {
    position: absolute;
    color: #000;
    transform: rotate(180deg);
    transition: .4s;
    font-family: FontAwesome
}

.accordion-wrapper.disData .acc-head::after {
    display: none
}

.accordion-wrapper.disData .acc-body {
    border: none
}

.forthBoxView {
    position: absolute;
    top: 0;
    left: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin: 0;
    height: 100%;
    width: 100%
}

.forthBoxView .page-load {
    height: 100%
}

.forthBoxView .loading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #444
}

.loaderClass {
    display: block !important
}

.closeIcon {
    display: none !important
}

@media (max-width:1024px) {
    .rateListReport .rateListData {
        width: 100%;
        max-width: 100%
    }

    .rateSheetFaq .pl-5 {
        padding-left: 15px !important
    }

    .rateLoanCal.ml-4 {
        margin-left: 0 !important
    }
}

@media (max-width:991px) {
    .rateSheetData h1.text-uppercase {
        font-size: 28px
    }

    .rateSheetData h2.text-uppercase {
        font-size: 28px
    }

    .showrate-viewdetails .modal-contentSec {
        padding: 10px 20px;
    }

    .rateListReport .rateListinnerbox {
        padding: 25px 0px 15px;
    }

    .rateListReport .rateListData table td {
        font-size: 18px;
    }

    .rateListReport .rateListData .bankpersentData,
    .rateListReport .rateListData .greenData,
    .rateListReport .rateListData .redData {
        font-size: 16px;
    }

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .yearbox {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .rateSheetData .pt-5 {
        padding-top: 1rem !important
    }

    .details-cardsData h3 {
        height: auto;
        min-height: auto
    }

    .details-cardsData p>.card-text {
        height: auto
    }

    .bdrrow .caret-down {
        left: 0
    }

    .bdrrow .caret-up {
        left: 3px
    }
}

@media (min-width:768px) {
    .rateLoanCal h3 {
        pointer-events: none
    }

    .bottomform-body {
        display: block !important;
    }
}

@media (max-width:767px) {
    .ratesheetSteps {
        margin: 10px 0 50px
    }

    .rateLoanCal select,
    .rateLoanCal input[type="text"],
    .rateLoanCal input[type="number"],
    .rateLoanCal input[type="tel"] {
        font-size: 16px;
        line-height: 49px;
        display: block
    }

    .rateLoanCal input[type="text"]::placeholder,
    .rateLoanCal input[type="number"]::placeholder,
    .rateLoanCal input[type="tel"]::placeholder {
        font-size: 16px
    }

    .rateSheetFaq .pl-5 {
        display: none
    }

    .rateSheetFaq .pl-5.bottomform-wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #232031;
        z-index: 11000;
        max-width: 100%
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.mobileview {
        z-index: 1100;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        top: auto
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.mobileview .rateLoanCal {
        max-width: 100%;
        margin: 0 auto;
        display: inline-block;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 10px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .rateLoanCal .form-group {
        margin-bottom: 25px
    }

    #siteseal {
        bottom: 67px !important
    }

    footer .getinTouch-wrap {
        padding-bottom: 75px
    }

    .rateSheetFaq .pl-5.bottomform-wrapper .bottomform-body {
        display: none
    }

    .rateSheetFaq .pl-5.bottomform-wrapper .rateLoanCal.ml-4 {
        border: none;
        padding: 0;
        min-height: auto;
        background: transparent;
        box-shadow: none
    }

    h3.bottomform {
        font-weight: 600;
        color: #FFF;
        font-size: 17px;
        margin: 0;
        padding: 10px 0;
    }

    h3.bottomform span {
        position: relative;
        cursor: pointer;
        margin-left: -23px
    }

    h3.bottomform span::after {
        position: absolute;
        right: -20px;
        color: #fff;
        transform: rotate(0deg);
        transition: .4s;
        font-family: FontAwesome;
        font-size: 22px;
        font-weight: 100;
        top: 0;
        line-height: initial
    }

    h3.bottomform.active span::after {
        position: absolute;
        color: #fff;
        transform: rotate(180deg);
        transition: .4s;
        font-family: FontAwesome
    }

    h3.bottomform .closeIcon {
        display: none;
    }

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox {
        padding-top: 5px;
        font-size: 16px
    }

    .rateListReport .rateListData table td {
        padding: 5px 0 5px 15px;
        font-size: 13px
    }

    .rateListReport .rateListData table .yearbox,
    .rateListReport .rateListData table .commercial .yearbox {
        padding: 15px 0 0 15px;
        font-size: 16px
    }

    .rateListReport .rateListData .bankpersentData {
        font-size: 15px
    }

    .rateListReport .rateListData .greenData,
    .rateListReport .rateListData .redData {
        font-size: 15px;
        padding: 5px 0 5px 1px
    }

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox {
        padding: 15px 0 0 15px
    }

    .greenData i,
    .redData i {
        font-size: 24px
    }

    .rateSheetData h1.text-uppercase {
        font-size: 24px
    }

    .rateSheetData h2.text-uppercase {
        font-size: 24px
    }

    .firstBoxView,
    .secondBoxView,
    .thirdBoxView,
    .forthBoxView {
        padding-bottom: 20px
    }

    .bdrrow .caret-down {
        background-size: 12px;
        top: 6px
    }

    .bdrrow .caret-up {
        background-size: 10px;
        top: 7px
    }

    .rateListData .caret-up {
        background-size: 12px
    }

    .mainContainer .forMobileScrShow {
        z-index: 100 !important;
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.landscapemobileview .rateLoanCal .bottomform-body.landscapemobile .form-group {
        width: 48%;
        margin: 0 6px 15px 6px;
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.landscapemobileview .rateLoanCal .bottomform-body.landscapemobile .form-group.submitForm {
        width: 100%;
        margin-top: 15px;
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.landscapemobileview h3.bottomform.active {
        padding-bottom: 20px;
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.landscapemobileview .closeIcon {
        display: none;
        position: absolute;
        right: 5px;
        top: 15px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        line-height: 24px;
        font-weight: 100;
        background: #fff;
        border-radius: 50%;
        color: #000;
    }

    .rateSheetFaq .pl-5.bottomform-wrapper.landscapemobileview h3.bottomform.active .closeIcon {
        display: block !important;
    }
}

@media (max-width:600px) {
    .acc-head {
        padding: 10px 15px 15px 0;
        line-height: 22px
    }

    .acc-head::after {
        right: 0
    }

    .rateListReport .rateListData table .yearbox {
        padding: 8px 10px 0 15px
    }

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox {
        padding: 8px 0 0 15px
    }

    .greenData i,
    .redData i {
        font-size: 15px
    }

    .rateListReport .rateListData .greenData,
    .rateListReport .rateListData .redData {
        font-size: 13px
    }

    .rateListReport .rateListData table .yearbox,
    .rateListReport .rateListData table .commercial .yearbox {
        padding-top: 8px
    }
}

@media (max-width:500px) {

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox {
        padding: 5px 0 0 5px
    }

    .rateListReport .rateListData table td.categorybox {
        padding: 5px 0 0 8px
    }

    .rateListReport .rateListData table td {
        padding: 5px 0 5px 5px
    }

    .rateListReport .rateListData .bankpersentData {
        padding: 5px 0 0;
        font-size: 14px
    }

    .rateListReport .rateListData table .yearbox,
    .rateListReport .rateListData table .commercial .yearbox {
        padding: 5px 2px 0 0
    }

    .rateListReport .rateListData table td.greenData,
    .rateListReport .rateListData table td.redData {
        padding-right: 12px
    }
}

@media (max-width:430px) {

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox,
    .rateListReport .rateListData table .yearbox,
    .rateListReport .rateListData .bankpersentData,
    .rateListReport .rateListData table .commercial .yearbox {
        font-size: 13px
    }

    .rateListReport .rateListData table td.categorybox {
        padding: 5px 1px 0 2px
    }

    .bdrrow .caret-down {
        background-size: 9px;
        top: 8px;
        left: 5px
    }

    .bdrrow .caret-up {
        background-size: 9px;
        top: 8px;
        left: 5px
    }

    .rateListReport .rateListData table td.greenData,
    .rateListReport .rateListData table td.redData {
        padding-right: 5px;
    }

    .rateListReport .rateListData .greenData,
    .rateListReport .rateListData .redData {
        font-size: 12px;
    }
}

@media (max-width:399px) {

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox,
    .rateListReport .rateListData table .yearbox,
    .rateListReport .rateListData .bankpersentData,
    .rateListReport .rateListData table .commercial .yearbox {
        font-size: 12px
    }

    .rateListReport .rateListData table .multifamily .categorybox,
    .rateListReport .rateListData table .commercial .categorybox {
        padding: 5px 0 0 2px
    }

    .rateListReport .rateListData table td {
        font-size: 12px
    }
}

.breadcrumbboxalllpage {
    margin-bottom: 15px;
}

.breadcrumbboxalllpage ul {
    margin: 0px;
    padding: 0px;
}

.breadcrumbboxalllpage ul li {
    display: inline-block;
    padding: 0px;
    color: #424242;
}

.breadcrumbboxalllpage ul li a {
    position: relative;
    color: #193A9F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    padding-right: 23px;
}

.breadcrumbboxalllpage ul li a.active {
    color: #141131;
}

.breadcrumbboxalllpage ul li a::after {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    content: "\f105";
    font-family: 'FontAwesome';
}

.mobview {
    display: inline-block;
}

@media (max-width:767px) {
    .mobview {
        display: none;
    }

    .breadcrumbboxalllpage ul li a {
        padding-right: 5px;
    }

    .breadcrumbboxalllpage ul li a::after {
        margin-left: 5px;
    }
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 17px;
    height: 17px;
}


/* font  */

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before,
.fa.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}