.module:first-of-type .module_surround {

    padding-top: 30px;

}
.hornav > ul .parent>a::before {
    content: "\f0d7";
    margin-left: 4px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    opacity: 0.5;
    float: right;
}
h2, h2 a:link, h2 a:visited {

    color: #005893;
}
h2, .content-category h1, .registration h1 {

    margin-bottom: .6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
  color: #005893;

}

.item-title, .page-header {

    position: relative;
    padding: 0;
    text-transform: none;
    overflow-y: hidden;
   color: #005893;

}

.maincontent {

    position: relative;
    padding: 40px 32px;

}

.copyright p {      margin-bottom: 0;     font-size: .8rem;     text-transform: uppercase;     visibility: hidden;  }

.module .module_surround, .module_menu .module_surround {

    height: 100%;
    padding: 0px 32px;
        padding-top: 0px;
    box-sizing: border-box;

}

.news {
  

    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    transform: rotate(-15deg);
    z-index: 2;
    transition: .2s all;
    float: right;
}

.news a {

    color: #005995;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 700;
    font-size: 18px;

}

.news:hover {

    transform: rotate(0deg);
  	color:  #005995 !important;

}

#wrapper_showcase-1 {
  display: inline !important;
}

.showcase-1.showcase-1a  {
  float: right;
}

@media only screen and (min-width: 440px) {
  .logo {
    width: 250px;
  }
}

.uk-panel-box-secondary {

    background-color: #005893 !important;
}

.header-2 a {
  color: #ffffff !important;
}

#container_header {
    display: block;
}

.header-2 {
  width: 100%;
  float: right;
  display: block;
} 

.links a {
  padding: 3px 10px;
  background-color: #2E75B6;
  color: #ffffff;
 

}
div#base2_modules .base-2 {
    padding: 30px 32px 32px;
}
@media only screen and (max-width: 600px) {

.links a {
  display: block;
    width: 50%;
    float: right;
    margin-top: 10px;
}
}