.table td {
    padding: 10px;
}

/*
 loading spinner, currently called via domain-common.js while quickquote is submitted
*/
#loading-spinner{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
    width: 110px;
    height: 110px;
    z-index: 99999999;
}
.modal-overlay{
    background-color: #555;
    height: 100%;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index: 99999;
}

/**
*  Adjusting default bootstrap styles
*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}

.lhp-box-size {
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#img-logo {
    max-height: 150px;
    max-width: 100%;
}

#logo-placeholder {
    font-size: 38px;
    line-height: 60px;
}

/* BLOGS */
#lhp-blogs {
    margin-top: 24px;
    width: 100%;
}

#lhp-blogs .lhp-blog-box {
    margin-bottom: 12px;
    width: 100%;
    border: dashed thin lightgrey;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#lhp-blogs .lhp-blog-box .lhp-blog-title {
    font-size: 18px;
}

#lhp-blogs .lhp-blog-box img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 12px 12px 0;
    float: left;
}

.blog-display img {
    float: left;
    max-width: 50%;
    margin: 0 12px 12px 0;
}

/* FORMS */
/* CONTACT US FORM */
#contact-us-form {
    margin: 0px auto;
}
#contact-us-form {
    width: 95%;
}
@media (min-width: 992px) {
    #contact-us-form {
        width: 36%;
    }
}

/* PRE-QUALIFY FORM */
#pre-qualify-form {
    width: 50%;
    margin: 0px auto;
}

#pre-qualify-form input, #pre-qualify-form textarea, #pre-qualify-form select {
    display: inline !important;
}

#pre-qualify-form select {
    padding: 8px;
    height: 38px !important;
}

#pre-qualify-form tr td {
    vertical-align: middle !important;
}

#pre-qualify-form tr td[align="right"] {
    padding-top: 4px;
}

#pre-qualify-form input[name="txtAreaCode"],
#pre-qualify-form input[name="txtPrefix"],
#pre-qualify-form input[name="txtAreaCode1"],
#pre-qualify-form input[name="txtPrefix1"] {
    width: 40px !important;
}

#pre-qualify-form input[name="txtPhone"], #pre-qualify-form input[name="txtPhone1"] {
    width: 60px !important;
}

/* RATE TABLE */
#lhp-rates {
    overflow: hidden;
}

#lhp-rates div:first-child, #lhp-rates div:nth-child(2), #lhp-rates:nth-child(3) {
    float: left;
    width: 33%;
}

.searchlobtn {
    float: left;
    height: 28px !important;
    line-height: 30px;
    background: #ccc;
    border-radius: 2px 0px 0px 2px;
    padding: 0px 6px !important;
    color: #000;
}

.searchlobtn:hover {
    text-decoration: none;
    color: #000;
    box-shadow: inset 0px 0px 3px #333;
}

.searchloinput {
    outline: none;
    height: 28px !important;
}

#lhp-rate-table {
    text-align: center;
    background-color: #f1f1f1;
    padding: 8px;
}

#lhp-rate-table #lhp-rates .lhp-rate-row {
    background-color: white;
    border: 2px solid lightgray;
    width: 100%;
    border-top: none;
    overflow: hidden;
    font-size: 12px;
}

#lhp-rate-table #lhp-rates .lhp-rate-row:first-child {
    border-top: 2px solid lightgray !important;
}

#lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(1),
#lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(2),
#lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(3), #lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(4) {
    width: 33%;
    float: left;
    display: inline-block;
    background-color: white;
}

#lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(1) {
    text-align: right;
}

#lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(2),
#lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(3), #lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(4) {
    text-align: center;
}

#lhp-rate-table #lhp-rates .lhp-rate-row p {
    padding: 4px;
    font-size: 14px;
    padding: 9px;
    margin-bottom: 0px;
}

#lhp-rate-table-page {
    text-align: center;
    background-color: #f1f1f1;
    padding: 8px;
}

#lhp-rate-table-page #lhp-rates .lhp-rate-row {
    background-color: white;
    border: 2px solid lightgray;
    width: 100%;
    border-top: none;
    overflow: hidden;
}

#lhp-rate-table-page #lhp-rates .lhp-rate-row:first-child {
    border-top: 2px solid lightgray !important;
}

#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(1),
#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(2),
#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(3),
#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(4),
#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(5) {
    width: 16%;
    float: left;
    display: inline-block;
    background-color: white;
}

#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(1) {
    text-align: right;
}

#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(2),
#lhp-rate-table-page #lhp-rates .lhp-rate-row div:nth-child(3), #lhp-rate-table #lhp-rates .lhp-rate-row div:nth-child(4) {
    text-align: center;
}

#lhp-rate-table-page #lhp-rates .lhp-rate-row p {
    padding: 4px;
    font-size: 14px;
    padding: 9px;
    margin-bottom: 0px;
}

/* PARTNER LINKS */
#lhp-partner-links .lhp-partner-row img {
    float: left;
    margin-right: 22px;
    max-width: 180px;
    max-height: 180px;
}

#lhp-partner-links .lhp-partner-row .lhp-partner-name {
    font-size: 150%;
    margin-bottom: 8px;
}

#lhp-partner-links .lhp-partner-row {
    margin-bottom: 42px;
}

.lhp-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.lhp-btn:active, .lhp-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lhp-btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.lhp-btn-primary:hover, .lhp-btn-primary:focus, .lhp-btn-primary:active, .lhp-btn-primary.active, {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

/* QUICK QUOTE */
#quickquote input, #quickquote select {
    width: 100%;
}

#quickquote input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 28px;
}

/* CAPTCHA */
#captcha-wrap {
    border: solid #870500 1px;
    width: 270px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #870500;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
    height: 130px;
}

#captcha-wrap .captcha-box {
    -webkit-border-radius: 7px;
    background: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    border: solid #fff 1px;
}

#captcha-wrap .text-box {
    -webkit-border-radius: 7px;
    background: #ffdc73;
    -moz-border-radius: 7px;
    width: 140px;
    height: auto;
    float: left;
    margin: 4px;
    border-radius: 7px;
    text-align: center;
    border: solid #ffdc73 1px;
}

#captcha-wrap .text-box input {
    width: 120px;
    padding: 2px !important;
    height: 20px !important;
    margin: 0 0 8px 0 !important;
}

#captcha-wrap .text-box label {
    color: #000000;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#captcha-wrap .captcha-action {
    float: right;
    width: 114px;
    background: url('../images/captcha/logos.jpg') top right no-repeat;
    height: 44px;
    margin-top: 3px;
}

#captcha-wrap img#captcha-refresh {
    margin-top: 9px;
    border: solid #333333 1px;
    margin-right: 6px;
    cursor: pointer;
}

.branch-list {
    width: 100%;
    border-bottom: 3px solid #fff;
}

.branch-list thead:first-child {
    background-color: #ccc;
    font-size: 27px;
    font-weight: bold;
}

.branch-list thead:first-child p {
    padding-top: 4px;
    font-size: 27px;
}

.branch-list thead {
    background-color: #777;
    color: #fff;
    text-align: center;
    width: 100%;
}

.branch-list tbody tr:nth-child(5n+2) {
    background-color: #e4e4e4;
}

.branch-list tbody tr {
    background-color: #f5f5f5;
}

.branch-list tbody td {
    border: 1px solid #ccc;
    text-align: center;
}

.branch-list tbody td a {
    background-color: #ccc;
    border-radius: 20px;
    padding: 5px 14px;

    color: #000;
}

.branch-list tbody td a:hover {
    background-color: #ccc;
    border-radius: 20px;
    padding: 5px 14px;
    box-shadow: inset 0px 0px 7px #666;
    color: #000;
    text-decoration: none;
}

/* Loan Officers */
#lhp-staff-roster-table {
    width: 100%;
}

#lhp-staff-roster-table tr td {
    height: 100px;
    vertical-align: middle;
}

#lhp-staff-roster-table tr td img {
    max-width: 75px;
}

#lhp-staff-roster-table tr td button {
    /* max-width: 85%; max-height: 85%; */
    margin: 0;
    padding: 8px 12px;
}

#lhp-staff-roster-table tr:nth-child(even) {
    background-color: #dfdfdf;
}

#lhp-staff-roster-table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

#lo-nav {
    color: #fff;
    background: #444; /* Old browsers */
    border-bottom: 1px solid #d1d1d1;
    padding: 4px;
    height: 31px;

}

.dateText {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #000;
    font-family: Arial, sans-serif;
}

.oneMonth {
    position: absolute;
    top: 31px;
    right: -85px;
    font-size: 10px;
    color: #fff;
}

.oneDay {
    position: absolute;
    top: 63px;
    font-size: 37px;
    right: -112px;
    font-weight: bold;
}

.oneMonthSlant {
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    top: 41px;
    position: absolute;

    right: -101px;
    font-size: 10px;
    color: #fff;

}

.nextYear {
    font-size: 28px;
    right: -128px;
    position: absolute;
    top: 63px;
    font-weight: bold;
}

.strip-block-right {
    float: right;
}

.strip-block-left {
    float: left;
}



.poweredbyp {
    margin: 0;
    padding: 0;
    color: inherit;
    margin-left: 12px;
}

.poweredbyimg {
    margin: 0;
    vertical-align: bottom;
}

.meter {
    height: 20px; /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(43, 194, 83)),
            color-stop(1, rgb(84, 240, 84))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

@media (max-width: 730px) {
    /*.topstrip {
        display: none !important;
    }*/
    .dd-selected {
        padding: 2px 10px !important;
    }

    .strip-block-right {
        margin-right: 0px !important;
    }

    .icon-user {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    #quickquote .span2 {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .lhp-rate-row .btn {
        padding:3px !important;
    }
}

.custom-icon img{
width: auto;
image-rendering: pixelated;
max-height: 1em;
}


/* Form Builder CSS */

#front-end-app .row {
    margin-left: -15px;
    margin-right: -15px;
}
#front-end-app .template-short-application .col-has-no-image-fields {
    width: 50%;
    float: none;
    margin: 0 auto;
}

#front-end-app .template-short-application label {
    color: #fff;
}

#quickquote #front-end-app .form-group .h1,
#quickquote #front-end-app .form-group .h2,
#quickquote #front-end-app .form-group .h3,
#quickquote #front-end-app .form-group .h4,
#quickquote #front-end-app .form-group .h5,
#quickquote #front-end-app .form-group .h6 {
    color: #000;
}
#quickquote #front-end-app input[type=radio],
#quickquote #front-end-app input[type=checkbox]
{
    width: auto;
    height: auto;
}

/* Short App */
#short-app #front-end-app label {
    color: inherit;
}

#short-app #front-end-app .has-image-fields img {
    height: 90px;
    margin: 0 auto;
}

#short-app #front-end-app .inline-block {
    display: inline-block;
    float: none;
    margin: auto;
}

#short-app #front-end-app .has-image-fields {
    text-align: center;
}

#short-app #front-end-app .option-wrapper-text {
    color: #fff;
}

#short-app #front-end-app input[type=radio],
#short-app #front-end-app input[type=checkbox]
{
    float: none;
    width: auto;
    height: auto;
}

#quickquote.quickquote-form {
    padding: 15px;
}

#pre-qualify-form #front-end-app label {
    color: inherit;
}





/* BRANCH NAV - topstrip */
.topstrip {
    padding: 8px 16px;
    text-align: center
}

.topstrip .clear-float {
    clear: both;
}

.branch-drop {
    float: none;
    display: inline-block;
}

.backtobranch {
    font-size: 1.5rem;
}

.backtobranch a {
    color: inherit;
}

.dd-options {
    z-index: 9000 !important;
}

.dd-options li {
    margin-bottom: 0px;
    cursor: pointer;
}

.dd-option-text {
    color: #000;
}

.dd-mobile-icon {
  display: none;
}

.icon-user, .icon-map-marker {
    float: left;
}

#lhp-lo-dropdown {
    margin-left: 10px;
}

#lhp-lo-dropdown select {
    padding: 4px;
}

#lhp-lo-dropdown .dd-option-image, .dd-selected-image {
    width: 75px;
    max-height: 60px;
    object-fit: contain;
}

#lhp-lo-dropdown .dd-options {
    max-height: 420px;
    overflow: auto !important;
    z-index: 9000;
    color: #000;
}

#lhp-lo-dropdown .dd-desc span {
    color: #000;
    font-weight: bold;
}

#lhp-lo-dropdown .dd-option:hover {
    text-decoration: none;
}

#lhp-lo-dropdown .dd-selected {
    text-decoration: none;
}

#lhp-lo-dropdown .dd-option-text {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 14px !important;
    cursor: pointer;
}

#lhp-branch-dropdown .dd-options {
    max-height: 300px;
    overflow: auto !important;
}

@media (max-width: 991px) {
    .topstrip {
        display: flex;
        justify-content: center;
    }
    .branch-drop {
        padding: 0 10px;
    }
    .dd-mobile-icon {
        display: block;
    }
    .dd-desktop-text {
        display: none;
    }
    .dd-desktop-text {
        display: none;
    }
    .dd-select .dd-selected {
        padding: 0 5px 0 0 !important;
        font-weight: 400 !important;
        font-size: 18px;
    }
    .dd-select, .dd-container {
        width: 30px !important;
    }
    .dd-container#lhp-branch-dropdown {
        margin-top: 0 !important;
    }
    .dd-select {
        background-color: transparent !important;
        border: none !important;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .dd-options {
        -webkit-transform: translateX(-110px);
        transform: translateX(-110px);
    }
    .dd-pointer {
        right: 0 !important;
    }
    #lhp-lo-dropdown {
        margin-left: 0;
    }
}
/* End BRANCH NAV - topstrip */

/* icomoon custom icons */
@font-face {
  font-family: 'lhpico';
  src:  url('https://cdn.lenderhomepage.com/fonts/icomoon.eot?cfq9jg');
  src:  url('https://cdn.lenderhomepage.com/fonts/icomoon.eot?cfq9jg#iefix') format('embedded-opentype'),
    url('https://cdn.lenderhomepage.com/fonts/icomoon.ttf?cfq9jg') format('truetype'),
    url('https://cdn.lenderhomepage.com/fonts/icomoon.woff?cfq9jg') format('woff'),
    url('https://cdn.lenderhomepage.com/fonts/icomoon.svg?cfq9jg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="lhpico-"], [class*=" lhpico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lhpico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lhpico-FindLoanOfficer:before {
  content: "\e901";
}
.lhpico-FindLocation:before {
  content: "\e902";
}
.lhpico-Phone:before {
  content: "\e900";
}
/* custom icons */

.library-heading {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
.library-heading h4 {
    margin: 1.5rem 0 0.5rem;
}

.library-heading h1 {
    margin: 0.5rem 0;
}

.library-heading img {
    margin: 1.5rem 0 0;
}

.library-body .card {
    background: transparent;
}
.library-content .card-body {
    min-height: 250px;
    font-size: 13px;
    padding: 1.25rem;
}
.library-body .card-footer {
    background-color: transparent;
    border: none;
}
.library-body .card-footer i {
    color: var(--primary-color);
}
.library-body .card-text {
    color: var(--text-color);
}
.library-body hr {
    width: 3rem;
    border: 1px solid var(--primary-color);
    margin: 2rem 0 1rem;
}
.library-body .btn-link span {
    color: var(--text-color);
    text-decoration: underline;
    text-transform: uppercase;
}

.library-body .accordion > .card {
    border: none;
    margin-bottom: 1.5rem;
}

.library-body .accordion > .card .card-header {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    border: 1px solid #D8DADE;
    margin-bottom: 0;
}

.library-body .accordion > .card .card-header .btn-link {
    color: var(--text-color);
    font-weight: bold;
    background: transparent;
    border: none;
    outline: none;
    white-space: normal;
}

.library-body .accordion > .card .card-header .btn-link:hover, .library-body .accordion > .card .card-header .btn-link:focus {
    color: var(--text-color);
    font-weight: bold;
    background: transparent;
    border: none;
}

.library-content .card {
    background: transparent;
}

.library-body .accordion > .card .card-body {
    background: #F9F9F9;
}

.library-content .left-border {
    border-left: 3px solid var(--primary-color);
    padding-left: 20px;
}

.library-content .card .card-footer .btn-link, .library-content .card .card-footer .btn-link:hover, .library-content .card .card-footer .btn-link:focus {
    color: var(--text-color);
    font-weight: bold;
    background: transparent;
    border: none;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}


/* Composite phone, handles positioning of different layers
 * example: http://tr211852.lhp206.lhpdomains.com/ */
.composite-phone {
    position: relative;
}
.composite-phone > img, .composite-phone > .composite-color {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.composite-phone .composite-logo {
    top: 80px;
    width: 180px;
}

.composite-phone .composite-color {
    background-color: var(--primary-color);
    border-radius: 20px;
    width: 241px;
    height: 500px;
}
