﻿.shadow{
    display:inline-block;
    position:relative;
}

    .shadow .real-val {
        display: inline-block;
        position: absolute;
        width: 100%;
       
    }
.hr #section1{
    padding-bottom:60px;
}
.hr #section1 .shadow .shadow-val {
    font-size: 150px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: rgba(0, 44, 96, 0.05);
}

.hr #section1 .shadow .real-val {
    font-size: 100px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    letter-spacing: normal;
    text-align: right;
    color: #d2a531;
    top: 38px;
    left: -14px;
}


.hr #section1 p, .hr #section2 p {
    width: 65%;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #4b4b4b;
}

@media screen and (max-width:900px){
    .hr #section1 p, .hr #section2 p{
        width:100%;
    }
}
.hr #section1 .blue{
    font-size: 29px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #002c60;
}
.hr #section1 h6 {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #002c60;
}

.hr table{
    border:none;
    text-align:center;
    margin-bottom:70px;
}
.hr table table {
    margin-bottom: 0;
}
    .hr  td{
        border:none;
        vertical-align:top;
    }
.hr #section1 td {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
    padding-top:30px;
}

.hr #section1 td td{
    padding-top:0;
}

@media screen and (min-width:861px){
    .hr table td{
        width:25%;
    }
    .hr table table td{
        width:100%;
    }
}
@media screen and (max-width:860px){
    .hr table{
        overflow:hidden;
    }
    .hr table tr{
        height:auto !important;
    }
    .hr table td{
        width: 50%;
        display: block;
        float: left;
        height:auto !important;
    }
    .hr table td:nth-child(2n+1){
        clear:left;
    }
    .hr #section1 td{
        padding-left:10px;
        padding-right:10px;
    }
    .hr #section1 td td{
        padding-left:0;
        padding-right:0;
    }
    .hr #section2 table table{
        margin-bottom: 15px;
    }
}

@media screen and (max-width:478px){
    .hr table td{
        width: 100%;
        float:none;
    }
}

.hr #section2 {
    padding: 70px 0 60px 0;
    background-color: #f2f2f2;
}

    .hr #section2 h2 {
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #002c60;
        margin-bottom: 10px;
    }

.hr #section2 td {

    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #002c60;
}

    .hr #section2 .shadow .shadow-val {
        font-size: 33px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -2px;
        text-align: center;
        color: #1993b2;
        opacity:0.08;
    }

    .hr #section2 .shadow .real-val {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #002c60;
        top: 14px;
        left: 0;
    }

.hr #section3{
    margin-top:100px;
}

    .hr #section3 .content {
        min-height: 100px;
        margin-bottom: 155px;
        /*padding: 150px 0 0 0;*/
        display:flex;
    }

.hr #section3 .push-to-right .content {
    background-color: #002c60;
}
.hr #section3 .push-to-left .content {
    background-color: #f2f2f2;
}
    .hr #section3 .right{
        position:relative;
        width:100%;
        padding-top:150px;
    }
    .hr #section3 .right img {
        display: inline-block;
        margin-bottom:-80px;
    }
    .hr #section3 .left{
        padding:0 90px;
        width:550px;
        position:relative;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        align-content:center;
        /*align-content:flex-start;*/
        justify-content:space-around;
    }
    .hr #section3 .buttons {
        text-align: right;
        width: 100%;
    }

    .hr #section3 .push-to-left .left{
        order:2;
    }
    .hr #section3 .push-to-left .right {
        order: 1;
        text-align:right;
    }


    .hr #section3 h2 {
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.8;
        letter-spacing: normal;
        margin-bottom: 40px;
        width:100%;
    }


    .hr #section3 p {
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        letter-spacing: normal;
        width: 100%;
    }

    .hr #section3 .push-to-left h2 {
        color: #002c60;
    }


    .hr #section3 .push-to-left p {
        color: #002c60;
    }

    .hr #section3 .push-to-right h2 {
        color: #ffffff;
    }


    .hr #section3 .push-to-right p {
        color: #ffffff;
    }

    .hr #section3 .button {
        font-size: 14px;
        line-height: 18px;
        color: #ac8626;
        background-size: 32px 14px;
        background-image: url('/Images/slick_next@2x.png');
        background-repeat: no-repeat;
        padding-right: 40px;
        background-position: right center;
        display: inline-block;
    }
    @media screen and (max-width:1180px){
        .hr #section3 .content{
            display:block;
        }
        .hr #section3 .left{
            display:block;
            width: 100%;
            padding: 74px 60px 20px 60px;
            max-width: 805px;
            margin: 0 auto;
        }
        .hr #section3 .right{
            max-width:685px;
            margin: 0 60px;
            padding-top: 0;
        }
        .hr #section3 .right img{
            width:100%;
            /*margin-left: 27%;*/
        }
        .hr #section3 .push-to-right .right{
            /*margin: 0 60px 0 auto;*/
            margin: 0 auto;
        }
        .hr #section3 .push-to-left .right{
            /*margin: 0 auto 0 60px;*/
            margin: 0 auto;
        }
        .hr .site-container{
            padding-bottom:0;
        }
    }
    
    @media screen and (max-width:360px){
        .hr #section3 .left{
            padding: 74px 30px 20px 30px;
        }
    }