.heading-menu{
    display:none;
}

.uem.banner{
    background-color:#0080c1;
    position:relative;
}

.uem.banner:before,.uem.banner:after{
    content:'';
    position:absolute;
    background-repeat:no-repeat;
    background-size:auto 100%;
    top:0;
    bottom:0;
    z-index:1;
    width:30%;
}

.uem.banner:before{
    left:0;
    background-image:url('../images/uem-banner-bg-left.jpg');
    background-position:top left;
}

.uem.banner:after{
    right:0;
    background-image:url('../images/uem-banner-bg-right.jpg');
    background-position:top right;
}

.uem.banner img {
    width: 500px;
    max-width: 100%;
    margin: 30px auto 0;
    display: block;
}

.uem.banner h2 {
    font-size: 40px;
    font-weight:bold;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding-top: 30px;
    margin:0;
    position: relative;
    z-index: 2;
}

.uem.banner h2 span{
    display:block;
    font-size: 25px;
    font-weight:light;
}
.uem p{
    font-size:15px;
    line-height:30px;
}
.uem.overview h1 {
    position: relative;
    float: left;
    width: 190px;
    margin: 0 40px 50px 0;
    font-size:25px;
    font-weight: 100;
    line-height: 45px;
    color: #017fc5 !important;
    padding:0 13px;
}
.uem .border{ position: relative;}
.uem .border:before,.uem .border:after,.uem .border-bot:before,.uem .border-bot:after{
    content: '';
    background-color: #ffce28;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.uem .border:before {
    width: 2px;
    height: 25px;
}

.uem .border:after {
    width: 25px;
    height: 2px;
}

.uem h2 span {
    display: block;
}

.uem .border-bot:before {
    width: 2px;
    height: 25px;
    left:auto;
    top:auto;
    right:0;
    bottom:0;
}

.uem .border-bot:after {
    width: 25px;
    height: 2px;
    left:auto;
    top:auto;
    right:0;
    bottom:0;
}
.uem.grey{
   background-color:#f2f2f2;
   padding:50px 25px;
}
.puz-sec {
    display: block;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}

.puz-sec .puz-block {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 270px;
    min-height: 245px;
    text-align: initial;
    padding: 15px 15px;
}
.puz-sec .puz-block p{
    font-size:13px;
    line-height:26px;
    margin:0;
}
.puz-sec .puz-block h4 {
    color: #017fc6 !important;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px 0 !important;
}
.puz-sec .puz-block img{
    display: block;
    height: 100px;
    width:100px;
    margin: 70px auto;
}
.shade1{
    background-color:#149cd5;
}
.shade2{
    background-color:#1477d5;
}
.shade3{
    background-color:#1461d5;
}
.shade4{
    background-color:#148fd5;
}
.uem.features{
    max-width:1100px;
    margin:auto;
}
.uem-fea-block {
    text-align: center;
}
.uem-fea-block a {
    display: inline-block;
    margin: 18px;
    width:141px;
}

.uem-fea-block a .shape {
    display: block;
    height: 120px;
    width: 120px;
    transform: rotate(45deg);
    margin: auto;
    transition: all ease 500ms;
}

.uem-fea-block a .shape img {
    display: block;
    max-width: 65px;
    margin: auto;
    padding: 20px;
    transform: rotate(-45deg);
    transform-origin: center center;
}

.uem-fea-block a .link{
    display: block;
    margin: 0 auto 60px;
    white-space:nowrap;
}
.uem-fea-block.offset a .link {
    margin: 60px auto 0;
}
.uem-fea-block a .link h3 {
    font-size: inherit !important;
    color: inherit !important;
}
.uem-fea-block.offset {
    transform: translateY(-65px);
}
.uem-fea-block a{
    text-decoration: none;
}
.uem-fea-block a.focusin{
    opacity:1;
}
.uem-fea-block a.focusout{
    opacity:0.8;
}
.uem-fea-block a:hover{
    color:#128fd6;
}
.uem-fea:hover .shape{background-color:#eee;}
.uem-fea:hover .link{color:#fff;}

.uem-fea .uem-fea-block a:hover{
    font-weight:bold;
}
.uem-fea .uem-fea-block a .link{
    transition: all ease 500ms;
}
.uem-fea .uem-fea-block a:hover .link{
    transform:scale(1.2);
    color:#148fd5;
}
.uem-fea .uem-fea-block a:hover .shape {
    box-shadow: 0px 0px 5px #000;
    background-color:#148fd5;
}
.uem-fea .uem-fea-block a .shape:before{
   transition:all ease 500ms;
}
.uem-fea:hover .uem-fea-block a .shape:before{
   height:0px;
   width:0px;
   border-color:transparent;
}

.uem-fea .uem-fea-block a:hover .shape:before{
   height:20px;
   width:20px;
   border-color:#ffce28;
}
.uem-fea .uem-fea-block a .shape:after {
   transition: all ease 500ms;
}
.uem-fea:hover .uem-fea-block a .shape:after {
    height: 0px;
    top: -10px;
    left: -10px;
}
.uem-fea .uem-fea-block a:hover .shape:after {
    height: 20px;
    top: -25px;
    left: -16px;
}
.uem-fea:hover .uem-fea-block.offset a .shape:after {
    height: 0px;
    top: auto;
    left: auto;
    bottom:-10px;
    right:-10px;
}
.uem-fea .uem-fea-block.offset a:hover .shape:after {
    height: 20px;
    top: auto;
    bottom: -25px;
    left: auto;
    right: -16px;
}
.uem-fea-block a .shape:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    display: block;
    border: 2px solid #ffce28;
    border-bottom: 0;
    border-right: 0;
    top: -10px;
    left: -10px;
}
.uem-fea-block.offset a .shape:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    display: block;
    border: 2px solid #ffce28;
    border-top: 0;
    border-left: 0;
    top: auto;
    left: auto;
    bottom: -10px;
    right: -10px;
}
.uem-fea-block a .shape:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: -25px;
    left: -16px;
    background-color: #ffce28;
    transform: rotate(-45deg);
}
.uem-fea-block.offset a .shape:after {
    top: auto;
    left: auto;
    bottom: -25px;
    right: -16px;
}
.uem.features h4 {
    text-align: center;
    margin: 30px 5px 5px;
    font-weight: bold;
    text-decoration: underline;
}
@media(max-width:600px){
.uem.banner:before, .uem.banner:after {
    display: none;
}

.uem.banner {
    margin: 0;
}

.uem.overview h1 {
    float: none;
    display: block;
    width: auto;
    margin: 40px 0 20px;
}

.uem-fea-block a {
    display: block;
    margin: 0 auto 50px;
    width: auto;
}
.uem-fea-block a .link {
    font-size: 16px;
    color: #1476d6;
}
.uem-fea-block.offset {
    transform: none;
    margin-top: 80px;
}
.uem {
    padding: 0 20px;
}

.puz-sec .puz-block {
    min-height: auto;
}

.puz-sec .puz-block img {
    margin: 20px auto;
}

.uem.grey {
    padding-top: 20px;
}

.uem.features h2 {
    padding-top: 20px;
}

}