body{
    /* padding: 0px 10px; */
    font-family: 'Source Sans Pro', sans-serif;
    margin:0px;
}
button{
    outline: none;
    cursor: pointer;
}
.container{
    margin-right: auto;
    margin-left: auto;
    float: left;
    width: 100%;
}
.logo{
    float:left;
    padding:10px 10px;
}
.logo img{
    max-width:100%;
}
.burger{
    height: 42px;
    width: 40px;
    position: absolute;
    top: 4px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
}
.burger .x,.y,.z{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background:rgb(33, 100, 255);
    border-radius: 2px;
}
.burger .x{
    height: 3px;
    width: 26px;
}
.burger .y{
    height: 3px;
    width: 26px;
    top: 18px;
}
.burger .z{
    height: 3px;
    width: 26px;
    top: 37px;
}

.topnav {
    overflow: hidden;
    color:black;
    float:right;
}
.topnav a{
    color:black;
}
.topnav li {
    float: left;
    display: block;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 17px;
    list-style-type: none;
    cursor: pointer;
}
.topnav ul{
    float:left;
}
.topnav a.active {
    color: rgb(0, 132, 255);
}
.activelist{
    border-bottom: 1px solid #2b69ff;
}
.topnav .icon {
    display: none;
}
.hr{
    float:right;
}
.hr hr{
    height:40px;
    opacity: 0.3;
}
.hrfirst hr{
    width:150px;
}
.bnt{
    float:right;
}
.topnav button{
    margin: 10px 10px;
    border:none;
    background:rgb(19, 104, 201);
    color:white;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.slideNavbar{
    float: right;
}
.slideNavbar i{
    font-size: 44px;
    color: rgb(19, 104, 201);
}
.footer{
    padding-bottom:20px;
    padding-top:80px;
    width:100%;
    float: left;
}
.footerStyle{
    /* text-align: center; */
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
}
.footerColumnParent{
    display: flex;
}
.footerColumn{
    display: block;
    /* display: inline-block; */
    vertical-align: top;
    width: 280px;
    margin-bottom: 40px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 100%; */
}
.footerColumn p{
    font-size: 20px;
    color: #000000;
    text-align: left;
    margin:0px;
}
.footerColumn ul{
    font-size: 16px;
    color: #333333;
    list-style-type:none;
    text-align: left;
    margin:0px;
    padding:5px 0px;
}
.footerColumn li{
    padding:5px 0px;
    font-size: 16px;
    color: #333333;
}
.footerIcon{
    display: inline-block;
    width:100%;
    text-align: center;
}
.hrr{
    width:20%;
    display:inline-block;
}
.soicalWebIcon{
    /* float:left; */
    display:inline-block;
}
.circle{
    padding:12px 12px;
    background: #FFFFFF;
    border: 1px solid #555555;
    border-radius: 50%;
    display:inline-block;
    margin:0px 10px;
    cursor: pointer;
}
.circle img{
    height: 22.5px;
    width: 22.5px;
}
.footer a{
    display: -webkit-box;
    width: fit-content;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: none;
    /* text-decoration-color: #333333; */
}
.footer .activelist{
    text-decoration: none;
    border-bottom: 0px !important;
}
.copyRight{
    width:100%;
    float:left;
}
.copyrightContent{
    text-align: center;
    margin-top:40px;
    margin-bottom:40px;
}
.language{
    float:right;
}
.legal-terms {
    padding: 10px 10px;
}
.license-agreement {
    padding-left: 30px;
}
@media screen and (min-width: 1100px){
    .slideNavbar{
        display:none;
    }
    #hrli{
        display:none;
    }
    .close{
        display: none;
    }
    #bntli{
        display:none;
    }
}
@media screen and (max-width: 1200px) {
    .footerColumn{
        margin-left:50px;
    }
}
@media screen and (min-width: 1570px) {
    .navbar{
        padding:10px 150px;
    }
    .legal-terms {
        padding: 10px 160px;
    }
}
@media screen and (max-width: 600px) {
    .footerColumnParent{
        display: block;
    }
    .footerColumnParent .footerColumn{
        margin-left:auto;
        margin-right:auto;
        max-width: unset;
    }
    .license-agreement {
        padding-left: 0px;
    }
}
@media screen and (max-width: 1100px) {
    .navbar {
        padding:10px 10px;
    }
    .hr hr{
        display:none;
    }
    #hide{
        display:none;
    }
    .logo img{
        content:url("/logo-small.svg");
    }
    .burger{
        display: block;
        margin-top:10px;
    }
    .slideNavbar{
        float:right;
        padding:23px 10px;
    }
    /* /////////////////////// */
    .navbar{
        /* float: left; */
        display:block;
    }
    .topnav {
        float:none;
        /* display:block;
        position: absolute;
        margin-top:60px; */
        /* width: 100%; */
        /* display:none; */
        display: none;
        position: absolute;
        top: 83px;
        z-index: 10;
        background: white;
        width: 95%;
        border: 2px solid beige;
    }
    .topnav li {
        float:none;
        /* display: block; */
        text-align: left;
        padding-bottom: 10px;
    }
    .topnav ul{
        /* display: block; */
        padding-left:0px !important;
    }
    hr{
        height:0px;
        float: left;
    }
    .bnt{
        float:left;
    }
    .topnav button{
        margin: 10px 10px;
        border:none;
        background:rgb(19, 104, 201);
        color:white;
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .topnav span{
        font-size: 30px;
        float:right;
        margin:20px;
    }
    .soicalWebIcon{
        width:1140px;
        margin:0 auto;
        max-width: 100%;
    }
    .copyrightContent, .language{
        float:none;
        text-align: center;
        padding:0px;
    }
    .footerColumn{
        width:250px;
    }
}

