﻿.ep-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.latest-section
{
    background-color:white !important;
}
.loadMore-Button {
    margin-bottom: 20px;
}
/************************** copied missing from aspsite/template-inc/styles-scripts/styles-eu.css ****************************************/
img, picture {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
}
/***********************************************************************/
/************************** copied missing from aspsite//template-inc/styles-scripts/styles.css ****************************************/
@media only screen and (max-width : 768px) {
    .container .finlease-words {
        margin: 0 25px;
    }
}
.finlease-words {
    width: 400px;
}

    .finlease-words h1, p {
        /* color: #ffffff; */
        text-align: left;
    }

    .finlease-words h1 {
        font-family: 'Roboto';
        font-size: 4.8em !important;
        line-height: 58px;
        color: #ffffff;
    }
@media only screen and (max-width : 500px) {
    .finlease-words {
        width: 300px;
    }

        .finlease-words h1 {
            font-size: 3.4em !important;
        }

   
}
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0;
    font-weight: normal;
}
/***********************************************************************/

.scroll-to-top {
    position: fixed;
    z-index: 1002;
    right: 35px;
    bottom: 35px;
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #eee;
    background: #fff url('../../images/scroll-to-top-arrows.svg') 0 -40px no-repeat;
    background-size: 40px 80px;
}

@media only screen and (min-width: 960px) {
    .scroll-to-top {
        bottom: 95px
    }
}

.scroll-to-top:hover {
    border-color: #10218b;
    background-color: #10218b;
    background-position: 0 0
}

.rtl .scroll-to-top {
    right: auto;
    left: 35px
}

@media only screen and (max-width: 599px) {
    .scroll-to-top {
        display: none !important
    }
}


/***********************************************  End */

img {
    height: auto;
}

.flex-control-nav.flex-control-paging {
    display: none;
}

#header-sliders .slides .image-bg {
    position: relative;
    float: left;
    background-position: center center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#header-sliders .slides .image-main {
    width: 100%;
}

#header-sliders .slides .image-sub {
    width: 50%;
}

@media only screen and (min-width: 768px) {

    #header-sliders .slides .image-main {
        width: 50%;
    }

    #header-sliders .slides .image-sub {
        width: 25%;
    }
}

#header-sliders .slides .image-bg h2,
#header-sliders .slides .image-bg h3 {
    bottom: 0;
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 0 20px;
}

#header-sliders .slides .image-bg h2 {
    font-size: 23px;
}

#header-sliders .slides .image-bg h3 {
    font-size: 16px;
}

#header-sliders .slides .image-main .cover-area {
    height: 468px;
}

#header-sliders .slides .image-sub .cover-area {
    height: 234px;
}

#header-sliders .slides .cover-area {
    background: -moz-linear-gradient(top, transparent 60%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
    background: -o-linear-gradient(top, transparent 60%, #000 100%);
    background: -ms-linear-gradient(top, transparent 60%, #000 100%);
    background: linear-gradient(to bottom, transparent 60%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    opacity: 0.9;
}

#header-sliders .slides .image-bg.image-main .cover-area {
    background: -moz-linear-gradient(top, transparent 50%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 50%, #000 100%);
    background: -o-linear-gradient(top, transparent 50%, #000 100%);
    background: -ms-linear-gradient(top, transparent 50%, #000 100%);
    background: linear-gradient(to bottom, transparent 50%, #000 100%);
}

#header-sliders .slides .image-bg.image-sub .cover-area {
    background: -moz-linear-gradient(top, transparent 30%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 30%, #000 100%);
    background: -o-linear-gradient(top, transparent 30%, #000 100%);
    background: -ms-linear-gradient(top, transparent 30%, #000 100%);
    background: linear-gradient(to bottom, transparent 30%, #000 100%);
}

#container .latest-section h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.5em;
    margin-top: 1.5em
}

.insights.article #container .latest-section h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 20px 0;
}

.insights.article #container .latest-section h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0;
}

.insights.article #container .latest-section h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 16px 0;
}

@media only screen and (max-width: 767px) {
    #container .latest-section h1 {
        font-size: 22px;
    }

    .insights.article #container .latest-section h1 {
        font-size: 22px;
    }

    #container .latest-section h2 {
        font-size: 18px;
    }

    .insights.article #container .latest-section h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 14px 0;
    }

    .insights.article #container .latest-section h3 {
        font-size: 16px;
    }
}

#container .latest-section h3 {
    font-size: 20px;
    text-align: left;
    margin: 15px 0;
}

#container .container.latest-section .shortDesc {
    font-size: 1.5em;
    line-height: 150%;
    margin-top: 15px;
}

.container.latest-section img.latest-img {
    padding: 22px 22px 22px 0;
}

.insights .latest-single {
    margin-bottom: 0px;
    border-bottom: 1px solid #d8d8d8;
}

.insights .container.latest-section .col-xs-12,
.insights .container.latest-section .col-sm-8,
.insights .container.latest-section .col-sm-6 {
    padding-left: 0;
}

.insights .container.latest-section .body {
    padding-top: 22px;
}

.insights .latest-single .tags .tag2,
.insights.article .tags .tag2 {
    position: relative;
    margin-left: 22px;
}

.insights .tags, .tags a {
    color: #2196f3;
}

.insights.article #container .container .tags {
    text-transform: uppercase;
    font-size: 1.3em;
}

.insights .shortDesc {
    margin-top: 18px;
}

.insights .tags span.outer {
    position: relative;
}

.insights .tags span.inner {
    content: "";
    display: inline-block;
    border: 1px solid #2196f3;
    font-size: 12px;
    position: absolute;
    margin-left: 9px;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.insights .latest-section h3,
.insights .latest-section p {
    color: #313131 !important;
}

.insights .latest-section .date,
.insights.article #container .container p.date {
    color: #888888;
}

.insights.article #container .container p.date {
    font-size: 1.2em;
    line-height: 130%;
}

@media only screen and (max-width: 767px) {

    .container.latest-section img.latest-img {
        padding: 0;
        width: 100%;
    }

    .insights .container.latest-section .col-xs-12 {
        padding-right: 0;
    }

    #container .content.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .insights .latest-single {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.insights .aside-right .aside-img {
    font-size: 30px;
    margin: 1.5em 0 1em;
    text-align: left;
}

.insights .aside-right {
    padding-right: 0;
}

    .insights .aside-right .categories,
    .insights .aside-right .recent-posts {
        text-align: left;
        color: #2c579d;
    }

@media only screen and (min-width: 768px) {

    .insights #container {
        background: #f2f2f2;
    }

    .insights.article #container .content.container,
    .insights.category #container .content.container {
        border-top: 1px solid #f3f3f3;
    }

    .insights.article .content .bc-insights {
        margin-top: 20px;
    }

    .insights #container .content.container {
        background: #fff;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .insights.article #container .content.container,
    .insights.category #container .content.container {
        padding-bottom: 30px;
    }

    .insights .container.latest-section .col-xs-12.col-sm-4.aside-right {
        padding-left: 20px;
    }

    .insights .aside-right .aside-img {
        text-align: right;
    }

    .insights.article .aside-right .aside-img.img1 {
        margin-top: 0;
    }

    .insights .aside-right .aside-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .insights .container.latest-section .col-xs-12.col-sm-4.aside-right {
        padding-left: 50px;
    }
}

.insights .loadmore {
    font-size: 14px;
    padding: 11px 20px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 387px;
    border: 3px solid #ececec;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #999999;
}

    .insights .loadmore:hover {
        color: #00aeef;
        border: 3px solid #00aeef;
    }

#00aeef

.insights .aside-right ul.categories li:first-child {
    padding-top: 0;
}

.insights .aside-right ul.categories li:last-child {
    border-bottom: none;
}

.insights .aside-right ul.categories li {
    font-size: 1.5em;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

    .insights .aside-right ul.categories li a {
        color: #4c4c4c;
    }

.insights .aside-right .glyphicon.glyphicon-menu-right {
    font-size: 10px;
    margin-right: 8px;
}

.insights.article .aside-left {
    text-align: left;
}

.insights.article h1 {
    margin: 1.5em 0;
}

.insights.article .mob-floating-tool h1 {
    margin: 0;
}

.insights.category #container .latest-section .category-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .insights.category #container .latest-section .category-title {
        font-size: 20px;
    }
}

.insights.category .category-title span.two {
    color: #00aeef;
}

.insights.article #container .container p {
    font-size: 1.5em;
    line-height: 150%;
    margin: 1em 0;
    color: #4e4e4e;
}

.insights #header #search fieldset {
    border: none;
    text-align: left;
}

.insights.article blockquote {
    background: #f5f5f5;
    padding: 10px 20px 10px 24px;
    border-left: 5px solid #00aeef;
}

.insights.article #container blockquote p {
    font-size: 16px;
    color: #888;
    font-style: italic;
    line-height: 1.7;
    text-align: left;
}

.insights.article .author {
    position: relative;
}

    .insights.article .author span {
        padding: 0 0 0 30px;
        font-size: 12px;
        text-transform: uppercase;
        color: #00aeef;
        font-weight: bold;
    }

    .insights.article .author:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        background: #00aeef;
        opacity: 0.8;
        width: 20px;
        left: 0;
    }
 
.insights .aside-left a.body-text-link:hover,
.insights .aside-left a.body-text-link:active,
.insights .aside-left a.body-text-link:focus {
    text-decoration: none;
     
}

    .insights .aside-left a.body-text-link:hover h3,
    .insights .aside-left a.body-text-link:active h3,
    .insights .aside-left a.body-text-link:focus h3 {
        color: #888888;
    }

.insights .aside-right h4.rp-title {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    line-height: 150%;
    color: #313131;
}

.insights .aside-right .recentPosts:hover h4.rp-title {
    color: #00aeef;
}

.insights .aside-right a.recentPosts:hover {
    text-decoration: none;
}

.insights .aside-right .right-recent-posts p {
    margin: 0 0 15px 0;
}

.insights .latest-single:last-child {
    border-bottom: none;
}

.insights .latest-posts-body {
    margin-bottom: 20px;
}

.insights.article #container .right-recent-posts .date {
    font-size: 1.2em;
    line-height: 145%;
}

.insights.article #container .aside-right .right-recent-posts p {
    margin: 0 0 15px 0;
}

.insights.article #container .right-recent-posts .date {
    color: #888888;
}

.insights.article #container .aside-left .article ol,
.insights.article #container .aside-left .article ul {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-left: 30px;
}

.insights.article #container .aside-left .article ol {
    list-style-type: decimal;
}

.insights.article #container .aside-left .article ul {
    list-style-type: disc;
}

.insights.article #footer {
    margin-top: 0px;
}

.insights .bc-insights ol li {
    display: inline-block;
    color: #a0a0a0;
    font-size: 13px;
    margin-right: 15px;
}

    .insights .bc-insights ol li a {
        color: #a0a0a0;
    }

        .insights .bc-insights ol li a:hover {
            color: #00aeef;
        }

.insights .bc-insights {
    text-align: left;
    margin: 15px 0;
}

.insights.article .bc-insights {
    margin: 10px 0 20px;
}

@media only screen and (max-width: 767px) {
    .insights.article .bc-insights {
        margin: 0 0 10px;
    }
}

.insights .bc-insights ol li .glyphicon.glyphicon-menu-right {
    font-size: 11px;
}

.insights.category .bc-insights {
    margin: 15px 0 0;
}

.insights #container .container .read-more {
    margin: 10px 0;
    font-size: 1.5em;
}

    .insights #container .container .read-more a {
        color: #fff;
        background: #2196f3;
        padding: 5px 10px;
    }

        .insights #container .container .read-more a:focus,
        .insights #container .container .read-more a:hover,
        .insights #container .container .read-more a:active {
            text-decoration: none;
            background: #0068bb;
        }

.insights #header #secondaryNav li:first-child a {
    padding-left: 0;
}

.insights #header #secondaryNav li {
    margin-right: 10px;
    padding-left: 10px;
}

.insights .youtube-container {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.insights .video-container {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

@media only screen and (min-width: 600px) {
    .insights .video-container {
        width: 80%;
    }
}

@media only screen and (min-width: 940px) {
    .insights .video-container {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .insights .video-container {
        width: 50%;
    }
}

.insights .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insights #footer {
    border-radius: 0;
}

@media only screen and (min-width: 550px) and (max-width: 767px) {
    .insights #footer .roundInner {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .insights #footer #copyright {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .insights #footer .footer-nav-items {
        width: 30%;
        padding-right: 10px;
        margin-right: 0;
    }

    .insights #footer .customer-service.footer-nav-items {
        width: 40%;
        padding-right: 10px;
        margin-right: 0;
    }
}

.insights.article #container #footer .container p {
    font-size: 1.2em;
}

.insights .footer-nav-items span {
    margin: 1em 0;
    padding: 6px 0;
    line-height: 150%;
}

@media only screen and (min-width: 768px) {
    .insights #container #footer .sign-up-box p {
        padding-left: 0;
    }

    .insights #container #footer .sign-up-bottom {
        margin-left: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 800px) {
    .insights #userLinks.container,
    .insights #header.container,
    .insights #container .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.insights #footer {
    margin-bottom: 0;
}