﻿.ReadMoreWrap .clicky {
    float: left;
    text-decoration: none;
    color: white;
    font-family: AssistantRegular;
    font-size: 18px;
}

.rte-content .ReadMoreWrap .clicky:hover {
    font-family: AssistantRegular;
}

.rte-content .ReadMoreWrap .clicky:focus {
    text-decoration: underline;
}

.ReadMoreWrapBtn {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ReadMoreWrap.ReadMoreWrapBtn {
    padding-left: 4px;
}

/*.ReadMore {
    float: left;
    height: 36px;
}

    .ReadMore span {
        padding: 0;
        font-size: 18px;
        float: right;
    }

    .ReadMore i {
        margin-top: 2px;
    }*/

.PolicyWrap {
    width: 70%;
    margin-right: 7.6%;
}

.PolicyImg {
    float: right;
    margin: 12px 12px 12px 0;
    overflow: hidden;
    width: 209px;
    height: 193px;
}

    .PolicyImg img {
        width: 100%;
    }

.PolicyWrapSection {
    background-color: #f3f3fb;
}

.hoverImg {
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}

.PolicyImg img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.PolicyWrap h2 {
    margin: 19px 0px 23px 0;
}

.PolicyList li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.Policy {
    position: relative;
    background-color: white;
    float: right;
    width: 80%;
    margin-bottom: 17px;
}

.SubCategoryLink span {
    float: right;
}

.PolicyLink i {
    float: left;
}

.Policy:hover {
    -webkit-box-shadow: 2px 3px 10px 2px rgba(41,33,41,0.2);
    -moz-box-shadow: 2px 3px 10px 2px rgba(41,33,41,0.2);
    box-shadow: 2px 3px 10px 2px rgba(41,33,41,0.2);
}


.Policy:last-child {
    margin-bottom: 42px;
}

.PolicyTxtListLink {
    float: right;
    width: calc(100% - 242px);
    margin: 40px 0% 15px 0;
}

.PolicyTxt {
    float: right;
    color: #464e68;
    width: 51.8%;
    padding-left: 6.1%;
}

    .PolicyTxt h3 {
        margin-bottom: 0;
    }

.PolicyList {
    float: right;
    border-right: 1px solid #dfdfde;
    width: 41.2%;
    min-height: 101px;
    margin-bottom: 30px;
}

    .PolicyList ul {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }

.PolicyLink a {
    float: left;
}


.PolicyLink {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.PolicyTxtList {
    float: right;
    width: 96.7%;
    margin: 0px 3.3% 28px 0;
}

@media screen and (max-width: 1820px) {
    .PolicyTxtListLink {
        margin: 20px 0% 15px 0;
    }

    .PolicyTxtList {
        margin: 0px 3.3% 25px 0;
    }
}

@media screen and (max-width: 1280px) {
    .SubCategoryLink span {
        font-size: 1em;
    }

    .PolicyWrap {
        flex: 100%;
        max-width: 100%;
    }

        .PolicyWrap h2 {
            margin: 16px 0px 17px 0;
        }

    .Policy {
        width: 95%;
    }

    .PolicyTxtList {
        margin: 24px 28px 24px 0;
    }
}

@media screen and (max-width: 1024px) {
    .PolicyTxtList {
        margin: 24px 28px 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .ReadMoreWrap.ReadMoreWrapBtn {
        float: right;
    }

    .PolicyLink {
        float: right;
        position: relative;
        bottom: initial;
        left: initial;
        bottom: auto;
        left: auto;
    }

    .PolicyWrap h2 {
        margin: 30px 0px 26px 0;
    }

    .PolicyTxtListLink {
        margin: 0px 0% 15px 0;
        width: 100%;
    }

    .PolicyWrap {
        margin: 0 5.8%;
        width: 88.4%;
    }

    .PolicyImg {
        float: none;
        margin: 30px auto 0 auto;
    }

    .Policy {
        text-align: center;
        width: 100%;
        margin-bottom: 41px;
    }

    .PolicyTxtList {
        text-align: right;
    }

    .PolicyTxtList {
        margin: 37px 5.8% 0 5.8%;
        width: 88.4%;
    }

    .PolicyTxt {
        padding-left: 0;
        width: 100%;
    }

        .PolicyTxt h3 {
            font-size: 2.1em;
        }

    .PolicyLink a {
        float: left;
        margin-left: 4%;
    }

    .PolicyList {
        border-right: none;
        border-top: 1px solid #dfdfde;
        width: 100%;
        padding-top: 29px;
        margin: 20px 0 15px 0;
    }

        .PolicyList ul {
            -webkit-padding-start: 18px;
        }

        .PolicyList li {
            margin-bottom: 10px;
        }

    .InsMoreWrap {
        margin-top: 0;
    }

    ul.ServicesWrap li {
        margin-top: 10px;
    }
}
