/* King Kong's custom css goes here */

.kk-home {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
    color: #53565a;
    font-family: 'Bliss 2', 'Open Sans', sans-serif;
}

.kk-home p, .kk-home li {
font-size: 18px;
}

.kk-home h1, .kk-home h2 {
    margin: 20px auto 5px;
    font-size: 30px;
    line-height: 30px;
    color: #0066cc;
    font-family: 'Bliss 2', 'Open Sans', sans-serif;
}


.footer-reskin__nav_category__list-item {
    margin: 0!important;
}



.kk-footer li {
    padding-right: 30px;
}

#popular-courses, #hide-popular-courses, #useful-articles, #hide-useful-articles, #additional-information, #hide-additional-information,
#higher-education-business-additional-information, #hide-higher-education-business-additional-information,
#higher-education-business-studies-additional-information, #hide-higher-education-business-studies-additional-information,
#higher-education-engineering-additional-information, #hide-higher-education-engineering-additional-information,
#higher-education-general-additional-information, #hide-higher-education-general-additional-information,
#higher-education-health-additional-information, #hide-higher-education-health-additional-information,
#higher-education-it-additional-information, #hide-higher-education-it-additional-information,
#higher-education-science-additional-information, #hide-higher-education-science-additional-information,
#higher-education-society-additional-information, #hide-higher-education-society-additional-information  {
    display:none;
}


a#hide-additional-information, a#show-additional-information,
a#hide-higher-education-business-additional-information, a#show-higher-education-business-additional-information,
a#hide-higher-education-business-studies-additional-information, a#show-higher-education-business-studies-additional-information,
a#hide-higher-education-engineering-additional-information, a#show-higher-education-engineering-additional-information,
a#hide-higher-education-general-additional-information, a#show-higher-education-general-additional-information,
a#hide-higher-education-health-additional-information, a#show-higher-education-health-additional-information,
a#hide-higher-education-it-additional-information, a#show-higher-education-it-additional-information,
a#hide-higher-education-science-additional-information, a#show-higher-education-science-additional-information,
a#hide-higher-education-society-additional-information, a#show-higher-education-society-additional-information
 {
    font-size: 14px;
}

#additional-information strong, 
#higher-education-business-additional-information strong,
#higher-education-business-studies-additional-information strong,
#higher-education-engineering-additional-information strong,
#higher-education-general-additional-information strong,
#higher-education-health-additional-information strong,
#higher-education-it-additional-information strong,
#higher-education-science-additional-information strong,
#higher-education-society-additional-information strong,
#kk-blog-content strong,
.kk-blog-content strong{
    font-weight: 500;
}


#additional-information h2, 
#higher-education-business-additional-information h2,
#higher-education-business-studies-additional-information h2,
#higher-education-engineering-additional-information h2,
#higher-education-general-additional-information h2,
#higher-education-health-additional-information h2,
#higher-education-it-additional-information h2,
#higher-education-science-additional-information h2,
#higher-education-society-additional-information h2 {
    margin-top: 50px;
}


#kk-blog-content h2{
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4;
}

.kk-footer-container {
    display: block;
    width: 100%;
    margin: 0 auto;
}


.kk-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0px;
    width: 100%;
    font-size:15px;
}

.kk-footer a{
color:#000!important;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.kk-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.kk-footer a:hover{
 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

div#useful-articles {
    width: 100%;
}

a.footer-reskin__nav_category__link {
    font-weight: 500;
}

@media (max-width: 799px) { .kk-footer {
padding: 20px 0px;
text-align: left; 
display:block;}
}
