/*#hfoot{
    background-color:#00578d;
    color:#fff;
    font-size:14px;
    font-weight:300;
    display:block;
}

#hfoot-in{
    margin-right:auto;
    margin-left:auto;
    width:90%;
    max-width:1400px;
    margin:0px auto;
}

#hfoot-inmenu{
    color:#ffff;
    font-size:14px;
    font-weight:300px;
}

#hfoot-menu{
    padding:20px 0 40px 0;
    postion:relative;
    width:100%;
}*/

/*.menu{
    color:#fff;
    list-style:none;
}

.menu li{
    display:inline-block;
    list-style-type:none;
    padding-right:15px;
}
.menu a{
    text-decoration:none;
    color:#fff;
}
.menu-icons{
    position:absolute;
    right:0px;
    top:20px;
    padding-right:100px;
}

.menu-icons li{
    padding-left:20px;
    color:#00578d;
    display:inline-block;
    list-style:none;
    overflow:visible;
    height:30px;
    width:30px;
}

.menu-icons li a{
    padding-right:10px;
    color:#00578d;
    display:block;
    font-size:18px;
    line-height:30px;
    padding-left:30px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    width:30px;
    word-wrap:normal;
    background-position:0 0;
    background-repeat:no-repeat;
}*/

/* html/body used for sticky footer */
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-flow: column;
}

footer{
    margin-top:auto;
    /*background-color: #00578d;*/
    padding: 20px 0 20px 0;
    background-color: #64717C;

}

/*.foot-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.foot-menu li {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.foot-menu li a{
    color: #ffffff;
    display: block;
    line-height: 30px;
}
          
.foot-social{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
          
.foot-social li {
    float: left;
    margin-left : 10px; 
}
          
.foot-social li a{
    background-color: #ffffff;
    color: #00578d;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

.footer_links {
    margin-top: 40px;
    color: #fff;
}

.footer_links a {
    color: #fff;
    text-decoration: none;
}

.footer_links a:hover {
    cursor:pointer;
    text-decoration: underline;
}

.footer_links ul {
    margin-top: 20px;
}
*/

.footer_text {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 5px;
}

.footer_text a {
    color: #fff;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}