div.legend {
    color: white;
    font-size: 24px;
}

ul.list1 li {
    display: block;
    padding-left: 5px;
    padding-right: 20px;
    line-height: 30px;
}

ul.list1 li:before {
    content: "\f105";
    position: absolute;
    position: relative;
    font-size: 12px;
    left: 0;
    top: 0px;
    background-color: #005ba1;
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 5px;
    padding: 1px 6px;
}

#footer-wrapper {
    background-color: #005ba1;
    color: #fff;
    margin-top: 20px;
}

#footer-wrapper a {
    color: #ffffff;
}

#footer-wrapper a:hover {
    color: #4d8dbe;
}

#footer-wrapper a:focus {
    background-color: transparent;
}

nav.navigation {
    margin-bottom: 10px;
}

select,
input,
textarea {
    width: 100%;
}

ul.menu-our {
    text-align: center;
}

ul.menu-our li {
    padding: 6px 25px;
    background: #005ca2;
    border-bottom: 2px solid #333;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 2px;
}

ul.menu-our li:hover,
ul.menu-our li.current {
    background-color: #e7f5ff;
}

ul.menu-our li a {
    font-size: 16px;
    line-height: 22px;
    text-shadow: none;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: transparent;
}

ul.menu-our li a:hover,
ul.menu-our li.current a {
    color: #005ca2;
    background-color: transparent;
}

ul.menu-our li a:focus,
ul.menu-our li a:visited {
    background-color: transparent;
}

#content-top {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

ul.footer-menu li:first-child {
    margin-bottom: 20px;
}

ul.footer-menu li {
    line-height: 26px;
}

div.legend-contacts {
    margin-bottom: 20px;
    margin-top: 20px;
}

div.legend-contacts div.legend {
    text-align: center;
}

label.needed::before {
    content: "\f005";
    position: relative;
    color: red;
    font-size: 10px;
    line-height: 10px;
    left: 0;
    top: -3px;
    margin-right: 10px;
    font-weight: normal !important;
    font-family: 'FontAwesome' !important;
}

div.agreement::before {
    content: "\f005";
    position: relative;
    color: red;
    font-size: 10px;
    line-height: 10px;
    left: 0;
    top: -3px;
    margin-right: 10px;
    font-weight: normal !important;
    font-family: 'FontAwesome' !important;
}

div#personal {
    margin-top: 10px;
    margin-bottom: 20px;
}

div#personal input[type='checkbox'] {
    margin-right: 10px;
}

.mod-newsflash-adv.services div.item_introtext p {
    padding-bottom: 5px;
}

div.legend ul {
    display: inline-flex;
}

div.legend ul li {
    list-style: none;
    display: inline-block;
}

div.map input[type="text"].input-small {
    width: 160px;
    margin-top: 10px;
}

div.infoboxdata {
    background-color: #ffffff;
}

article.page-item__contact div.span6 {
    border-radius: 5px;
}

article.page-item__contact div.item_introtext div.contact_details {
    width: 100%;
}

article.page-item__contact div.item_introtext,
.page-category__contact article {
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

article.page-item__contact div.subsidiaries div.item_introtext {
    background-color: rgba(155, 118, 208, 0.1);
}

article.page-item__contact div.affiliates div.item_introtext {
    background-color: rgba(55, 166, 108, 0.1);
}

article.page-item__contact div.item_introtext h5,
.page-category__contact article h5 {
    color: #0B408D;
}

.body__contact div.moduletable div.map {
    padding-bottom: 30px;
}

.page-category__contact article {
    background-color: #F8F8F8;
}

.btn.pdf:before {
    font-family: 'FontAwesome';
    content: "\f1c1";
    position: relative;
    font-size: 16px;
    left: 0;
    top: 0px;
    margin-right: 5px;
}

.fa {
    margin-right: 5px;
}

.external:before {
    font-family: 'FontAwesome';
    content: "\f08e";
    position: relative;
    left: 0;
    top: 0px;
    margin-right: 10px;
}

input.empty,
button.empty,
select.empty {
    border: 2px solid #c43c35 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
}