 .width100c {
        width: 100%;
        position: relative;
        max-width: 1600px;
        float: left;
        margin-bottom: 5px;
    }

    .width80c {
        width: 80%;
        position: relative;
        float: left;
    }

    .width50c {
        width: 50%;
        position: relative;
        float: left;
    }

    .width30c {
        width: 30%;
        position: relative;
        float: left;
    }


    .width33c {
        width: 33%;
        position: relative;
        float: left;
    }

    .width25c {
        width: 20%;
        position: relative;
        float: left;
    }


    .width20c {
        width: 20%;
        position: relative;
        float: left;
    }

    .width100c img,
    .width50c img,
    .width33c img,
    .width30c img,
    .width25c img,
    .width20c img {
        width: 100% !important;
    padding: 0%;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    padding: 2%;
    }

    .width100c video,
    .width50c video,
    .width30c video,
    .width25c video,
    .width20c video {
        width: 100%;
        padding: 2%;
    }


    .width100c p,
    .width50c p,
    .width33c p,
    .width30c p,
    .width25c p,
    .width20c p {
        width: 100%;
    }

    .width100c h2,
    .width50c h2,
    .width33c h2,
    .width30c h2,
    .width25c h2,
    .width20c h2 {
        width: 100%;
        margin-bottom: 2px !important;
    }

    .width100c h3,
    .width50c h3,
    .width33c h3,
    .width30c h3,
    .width25c h3,
    .width20c h3 {
        width: 100%;
        margin-bottom: 2px !important;
    }


    .width100c a,
    .width50c a,
    .width33c a,
    .width30c a,
    .width25c a,
    .width20c a {
      color: #034694
    }

    .width100c h2 {
            font-size: 1.1em !important;
    }

    .addpadding0 {
        padding-top: 0px;
    }
    .addpadding10 {
        padding-top: 10px;
    }
    .addpadding20 {
        padding-top: 20px;
    }
    .addpadding30 {
        padding-top: 30px;
    }
    .addpadding40 {
        padding-top: 40px;
    }
    .addpadding60 {
        padding-top: 60px;
    }
    .addpadding80 {
        padding-top: 80px;
    }

    .informationcontent ul li , .informationcontent ol li {
        margin-bottom: 5px;
    }

    .totalinternalcontent {
        padding-left: 0.3% !important;
        padding-right: 0.3% !important;
        width: 100%;
        position: relative;
        max-width: 1600px;
        float: left;
    }

    .width100c a , .width50c a , .width33c a , .width25c a , .width20c a {
        color: #034694;
    }


    @media only screen and (max-width:767px) {

        .width50c2 {
            width: 100% !important;
        }

        .width50c3 {
            width: 50% !important;
        }

        .width80c {
            width: 80%;
            position: relative;
            float: left;
        }


        .addpadding0 {
            padding-top: 0px;
        }
        .addpadding10 {
            padding-top: 0px;
        }
        .addpadding20 {
            padding-top: 0px;
        }
        .addpadding40 {
            padding-top: 0px;
        }
        .addpadding60 {
            padding-top: 0px;
        }
        .addpadding80 {
            padding-top: 0px;
        }

        .informationcontent ul li {
            margin-bottom: 12px;
            margin-top: 10px;
        }


    }