section h3, section h4{
    color: #00AEEF;
    text-align: center;
}
*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 300;
    
}
h1{
    margin: 0
}
li{
    text-align: left;
}
a, .sidebar,.shadow, span{
    transition: 0.4s;
}
.empty{
    height:110px;
}
header{
    padding:15px;
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: white;
    box-shadow: 0px 3px 20px #888888;
}
.menu-icon{
    width:50px;
    height:44px;
    padding:4px 8px;
    box-sizing: border-box;
    background: none;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    z-index: 400;
}
.menu-icon > span{
    width:100%;
    height:4px;
    margin:6px 0;
    background: #000;
    display: block;
}
.menu-icon.active{
    z-index: 200;
    
}
.menu-icon.active > span{
    position: absolute;
    width: calc(50% - 6px);
    top: 50%;
}
.menu-icon.active > span:nth-child(1){
    transform: rotate(315deg);
    top: calc( 50% - 6px );

}
.menu-icon.active > span:nth-child(3){
    transform: rotate(-315deg);
    top: calc( 50% + 6px );
}
.menu-icon.active > span:nth-child(2){
    width: calc(100% - 16px);
    transform: rotate(180deg);
    margin-left: 2px;
}
.sidebar{
    width:250px;
    height: 100vh;
    position: fixed;
    left: -250px;
    top: 0;
    background: #fff;
    color: white;
    text-align: center;
    display: none;    
}
.sidebar.active{
    left: 0;
    z-index: 200;
}
.sidebar li{
    list-style-type: none;
    text-align: left;
    line-height: 30px;
    
}
.sidebar .logoMini{
    width: 210px;
    padding: 20px;
    height: auto;
}
.sidebar a:hover{
    color: darkorange;
    text-decoration: underline;
    transition: all 1s ease;
}
.shadow{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #959594;
    opacity: 0.8;
    left: -100vw;
    display: none;
    z-index: 100;
    top: 0;
}
.shadow.active{
    left: 0;
}
a{
    color: black;
    text-decoration: none;
    display: inline-block;
}
.clear{
    clear: both;
    float: none;
}
.menu{
    font-size: 18px;
    font-weight: 300;
    color: black;
    display: inline-block;
    text-align: center;
}
.menu ul{
    display: inline-block;
    padding: 0;
}
.menu li{
    display: inline-flex;
    list-style-type: none;
    padding:15px;
}
.menu img{
    vertical-align: top;
}
a.current{
    color: cornflowerblue;
}

.menu a:hover{
    color: cornflowerblue;
    text-decoration: underline;
    transition: all 1s ease;
    transition: ;
}
.logo{
    width:248px;
    height:  77px;
    margin-right: 10px;
}
.sectionContent{
    padding:30px 0;
    text-align: center;
    display: inline-block;
    max-width: 1200px;
    width: 100%;
}
section{
    text-align: center;
}
section p{
    text-align: left;
    padding: 0 20px;
}
section h1{
    text-align: right;
    padding:30px;
    padding-right: 100px;
    background: #00AEEF;
    color: white;
    font-weight: 300 !important;
    line-height: 40px;
    font-size: 28px;
    text-transform: uppercase;
}
section ul{
    text-align: left;
    width: 100%;
    min-width: 300px;
}
section ul li{
    min-width: 260px;
    width: calc(50% - 5px);
    display: inline-block;
    list-style-type: circle;
    padding-left: 20px;
    position: relative;
    vertical-align: top;
    margin-top: 5px;
}
section ul li::before{
    content: '';
    border: 2px solid black;
    border-radius: 1px;
    position: absolute;
    left: 5px;
    top: 14px;
    
}
footer p{
    margin: 0;
    padding: 0;
}
footer h3{
    margin: 0;
    padding: 0;
}
footer > div > div{
    margin-top: 1em;
    vertical-align: top;
    
}
.footerTop{
    background: #979797;
    padding: 15px;
    text-align: center;
    
}
.footerTop p,.footerTop h3, .footerTop span{
    color: white;
}
.footerTop div{
    display: inline-block;
    margin-left: 30px;
    text-align: left;
}
.footerTop > div:nth-child(3){
    margin-right: 0;
}
.footerBottom{
    background: #797979;
    font-size:11px;
    color: white;
    padding-left: 20px;
}
.submenu{
    position: relative;
}
li.submenu ul.parentUl{
    display: none ;
    position: absolute;
    top: 100%;
    left: 0;
    background: #edf3fc;
    transition: none;
    text-align: left;
    z-index: 9999;
    padding: 15px;
}
li.submenu ul.parentUl li{
    display: block;
}
ul{
    padding-left: 20px;
    display: inline-block;
    margin: 0;
}
.sidebar .submenu::after{
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    margin-left: 10px;
    
}
.inline{
    display: inline-block;
    vertical-align: top;
}
.sidebar .second{
    left: 0;
    top: 100%;
}
.second{
    position: absolute !important;
    left: calc(100% + 15px);
    background: #80b0fc !important;
    width: auto;
    display: none;
    padding: 10px;
    //visibility: hidden;
    top: -15px ;
}
.quote p{
    text-align: center;
}
hr{
    margin: 2em 0;
    border-color: #CECECE;
    border-width: 0.5px;
}
h3{
    margin-bottom: 0;
    margin-top: 10px;
}
p{
    margin: 0;
}
section > div{
    min-width: 300px;
}
@media screen and (max-width: 1100px) {
    .empty {
        height: 165px;
    }
}
@media screen and (max-width: 810px) {
    .empty {
        height: 223px;
    }
}
@media screen and (max-width: 800px) {
     .sectionContent > div{
        width: 100% !important;
    }
    h1{
        text-align: center;
    }
}
@media screen and (max-width: 830px) {
    section h1{
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .menu-icon{
        display: block !important;
        
    }
    .sidebar{
        display: block !important;
    }
    .menu ul{
        display: none !important;
    }
    .logo{
        width:200px !important;
        height: auto !important;
    }
    header{
        text-align: left !important;
        
    }
    .shadow{
        display: block !important;
    }
    .empty{
        height: 92px;
    }
}