/* Custom CSS */
.pr-navbar {
background-color: #014a8e;
}
.pr-footer {
background-color: #014a8e;
}
.faq {
    text-align: center;
    padding-top: 100px;
}
.support_main {
    background-image: url(/sites/thuthuka.org/files/styles/Images/sky.png);
    background-repeat: no-repeat;
}
.searchblock {
display: flex;
box-sizing: content-box;
max-width: 600px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.searchbrick {
width: 350px;
margin: auto;
}
#views-exposed-form-search-knowledgebase-page-1 .form-actions.element-container-wrapper.js-form-wrapper.form-wrapper {
display:inline;
}
div.views-exposed-form:nth-child(2) {
display:none;
}
.front_footer {
background-color: #004a8d;
}
.footpic {
background-color: #004a8d;
}
.benefits {
background-color: #749b24;
color: white;
padding: 5px;
}
.demo {
box-sizing: content-box;
width: 50%;
box-shadow: 5px 10px #e9e4e4;
margin: auto;
}
.downloads {
color: #325e1c;
background-color: #f3faef;
border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
box-shadow: -8px 0 0 #77b259;
padding: 5px;
}
.faq-quest {
    border-right-style: solid;
    border-right-width: thick;
    border-right-color: darkblue;
    padding-right: 10px;
}
.news-accord .ui-accordion-header {
font-size: x-large;
background: #739A28;
font-weight: bolder;
}
.imagecenter
{
   display: block;
    margin-left: auto;
    margin-right: auto;
}