/*****************************************

		CUSTOM CSS

******************************************/

.header-website {
  background-image:none;
}


.website-footer.without-users-footer::before {
   background-image:none;
   background: #372d86;
}
.website-footer.without-users-footer {
    padding-top: 1px;
}


h1, .componentheading, .blog > h2 {
    border-bottom: none;    
    font-size: 180%;
  	padding: 10px 0 12px;   
}

body {
    background: #372d86;    
}
.drop-down.isStuck {
    background: #eee none repeat scroll 0 0;
}
.top-website {
    border-top: 0px solid #372d86;
}
.drop-down li a, .drop-down li span.separator {    
    text-align: left;   
}

.moduletable > div {
        padding-top: 18px;
        padding-right: 5px;
        padding-bottom: 18px;
        padding-left: 18px;
}

.module-title h3 {
    color: #222;
}

@media screen and (max-width: 767px) {
.content {  display: flex;  flex-direction: column;}
#mod-custom88{height:130px;}
.fade-header-website{display:none;}
#js_navigation li a{color:#fff;}
.right_column {  order: 1;}
.main_content {  order: 0;}
}

