*{
    padding:0;
    margin:5px;
}
body{
    background-color:#E5E7E8;
    display:flex;
    justify-content:left;
}

.header{
    width:100%;
    height:100px;
}
.a{
    position:relative;
    width:300px;
    height:100px;
    display:flex;
    justify-content:space-between;
}
.c,.b{
    font:500 80px'';
    line-height:90px;
    outline-width: medium;
    position:absolute;
    color:#004888;
    top:0;
    transition: .4s;
}
.c{
    clip-path: inset(49% 0 0% 0);
}
.b{
    clip-path: inset(0% 0 49% 0);
}
.a:hover .b,.a:hover .c{
    top:calc(var(--i)*0.5px);   
}
.a:hover .d{
    opacity:1;
}
.d{
    text-decoration:none;
    color:#7B6D96;
    font:400 25px'';
    line-height:90px;
    opacity: 0;
    transition: .3s;
}
li{
    list-style:none;
    
}
a{
    text-decoration:none;
    color:#6c98c6;  
}
.navbar{
    width:100%;
    height:50px;
    background-color:#E5E7EB;
    box-shadow: 0 0 5px #B8B1CE;
}
.navbar .nav{
    width:1200px;
    height:100%;
    margin:0 auto;
}
.navbar .nav ul{
    position:relative;
    display:flex;
    justify-content: space-around;
    width:100%;
    height:100%;
}
.navbar .nav ul > li{
    width::100%;
    height:100%;
}
.navbar .nav ul > li > a{
    display:block;
    width:100%;
    height:100%;
    line-height:30px;
    text-align:center;
}
.navbar .nav ul > li ol{
    width:100%;
    background-color:#E5E7EB;
    box-shadow; 1px 1px 3px rgba(0, 0, 0, 0.2);
    transform:scaleY(0);
    transform-origin: 50% 0;
    transition: all 0.6s;
}
.navbar .nav ul>li ol li{
    height:50px;
    border-bottom:1px solid rgb(245, 245, 245);
}
.navbar .nav ul>li ol li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height:40px;
    text-align:center;
}
.navbar .nav ul>li ol li:hover{
    background-color: rgba(0, 0, 0, 0.03);
}
.navbar .nav ul>li:hover ol{
    transform:scaleY(1);
}
.section {
    clear:both;
    padding:10px;
    margin:10px;   
}
.col{
    display:block;
    float:left;
    margin:1% 0 1% 7%;
}
.col:first-child{margin-left:0;}
.group:before;
.group:after{content:"";display:table;}
.group:after{clear:both;}
.group{zoom:1;}
.span_2_of_2{
    width:100%;
}
.span_1_of_2{
    width:46.5%
}
@media only screen and (max-width:480px){
    .col{margin:1% 0 1% 0%}
}
@media only screen and (max-width:480px){
    .span_2_of_2, .span_1_of_2{
        width:100%;}
}
#skip-links{
    width:100%;
}
