/*!
Theme Name: Benefacts
Theme URI: http://www.benefacts.ie/
Author: Benefacts
Author URI: http://www.benefacts.ie/
Description: Benefacts WordPress Theme
Version: 1.0.3
Text Domain: benefacts
Tags:

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Core - derived from core app only where required
# Global - WP specific elements that are global to WP - e.g. Sidebar, widgets, 404, Content Search Results
# News
        # Listing
        # Single post
        # Comments
# Help
        # Landing
        # FAQS
            # Listing
            # Single FAQ
        # Knowledge Base
            # Listing
            # Single KB
# About
        # Landing
        # Child pages
            # Single KB
# Get Data
        # Landing
        # Child pages
        # API
# Inner pages - Footer links like Privacy, T&C's, Accessibility

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Core styles - derived from core app only where required
--------------------------------------------------------------*/
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

body #logo {
    margin-left: 0px;
}

body .searchbox input[type="text"] {
    padding: 13px;
}

body #content {
    padding-bottom: inherit;
}

body.page #content {
    padding-bottom: 40px;
}

body.page-template-page-fullwidth #content {
    width: auto;
}

body.page-template-page-fullwidth .search-header {
    margin-bottom: 0px;
}

body .form-control {
    height: 35px;
}

body .signup label {
    margin-right: 20px;
}

body .signup .form-inline .input-group > .form-control {
    width: 68%;
    font-weight: 300;
    border-radius: 0px;
}

body .signup .form-inline .input-group > .form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}

body .signup .input-group-btn {
    width: auto;
    position: absolute;
    right: 0px;
}

body #footer {
    position: relative;
    height: auto;
}

@media only screen and (min-width: 768px) {
    body .searchbox .btn i {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    body .searchbox,
    body .searchbox input[type="text"] {
        width: 100%;
    }

    body .searchbox input.form-control {
        height: 40px;
        line-height: 40px;
        padding: 0px 13px;
        font-size: 15px;
    }

    body .input-group-btn {
        width: 100%;
        display: block;
    }

    body .searchbox.input-group-lg > .input-group-btn > .btn {
        position: absolute;
        right: 0px;
        background-color: #F68B1F;
        border-color: #f27e0a;
        width: 40px;
        height: 40px;
    }

    body .searchbox .btn span {
        display: none;
    }

    body .searchbox .btn i {
        position: relative;
        top: -4px;
        left: -5px;
    }



}

/*--------------------------------------------------------------
# Global styles - WP specific elements that are global to WP
--------------------------------------------------------------*/

html {
  overflow-y: scroll;
}

body, html {
    overflow-x: hidden;
}

.content-area a:visited,
.side a:visited {
    color: #4c2c92;
}

.footercontainer .first-footer ul li a:visited {
    color: #ccc;
}

/*-------------------------------------------------------------------------*/
/*  Header, Logo & Navigation
/*-------------------------------------------------------------------------*/

body .navbar-nav {
    margin: 0px;
    padding: 0px;
}

body .navbar-inverse .navbar-nav > li {
   margin: 0px;
   padding-left: 0px;
}

body .navbar-inverse .navbar-nav > li > a {
    line-height: 70px;
    padding: 0px 22px;
}

body .navbar-inverse .navbar-nav > li > a:hover,
body .navbar-inverse .navbar-nav > li.current-menu-item > a,
body .navbar-inverse .navbar-nav > li.current-page-ancestor > a {
    background-color: #fff;
}

body .navbar-inverse .navbar-collapse {
    margin: 0px -15px 0px -15px;
    padding-left: 0px;
}

body .navbar > .container .navbar-brand {
    margin-left: -5px;
}

body .navbar-inverse .navbar-nav > li > a:hover,
body .navbar-inverse .navbar-nav > li > a:focus,
body .navbar-inverse .navbar-nav > .active > a,
body .navbar-inverse .navbar-nav > .active > a:hover, 
body .navbar-inverse .navbar-nav > .active > a:focus,
body .navbar-inverse .navbar-nav > li.current-menu-item > a,
body .navbar-inverse .navbar-nav > li.current-page-ancestor > a {
    background-color: #fff;
    color: #00629B;
}

body .navbar-brand {
    padding: 0px;
    line-height: inherit;
}

body #logo {
    height: 37px;
    padding: 0px 5px;
    margin-top: 17px;
    -ms-interpolation-mode: bicubic;
}

/* -- Mobile Navigation */

body .navbar-inverse .navbar-toggle:hover, 
body .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

body .navbar-inverse .navbar-toggle:hover .icon-bar, 
body .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-toggle span {
    transition: all 300ms ease-in-out;
} 

.navbar-toggle.active span {
    display: block;
    background: #fff;
    transition: all 300ms ease-in-out;
    margin-top: 4px;
}

.navbar-toggle.active span.icon-bar:nth-of-type(n+2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar-toggle.active span.icon-bar:nth-of-type(n+3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar-toggle.active span.icon-bar:nth-of-type(n+4) {
    opacity: 0;
}


/*-------------------------------------------------------------------------*/
/*  Main Blog Listing
/*-------------------------------------------------------------------------*/

article.type-post {
    border: 1px solid #e2e2e2;
    border-left-width: 2px;
    padding: 45px 45px 30px 45px;
    margin-bottom: 40px;
}

article.type-post.sticky {
    border-left-color: #1976D2;
}

article.type-post .blog-image {
    margin: -45px -45px 35px -45px;
}

article.type-post .blog-image img {
    width: 100%;
}

article.type-post .post-thumb-caption p {
    font-size: 14px;
    margin-top: -10px;
}

article a.more-link {
    display: inline-block;
    position: relative;
    padding: 0px 0px 2px 0px;
    font-size: 18px;
}

article a.more-link span {
    display: inline-block;
}

article.post a.more-link span.screen-reader-text {
    display: none;
    clip: inherit;
}

article a.more-link:after,
article a.more-link.arrow:after {
    content: "\f105";
    font-family: 'fontawesome';
    margin-left: 10px;
    position: absolute;
    transition: margin-left 0.4s ease 0s, opacity 0.4s ease 0s;
    margin-top: 1px;
}

article .about-block a.more-link.arrow:after {
    margin-top: 1px;
}

.entry-meta {
    font-size: 20px;
    color: #323232;
}

.entry-meta .byline {
    display: none; /* Hides Author display but maintains microformat schema */
}

article.type-post .entry-footer {
    padding-top: 25px;
    border-top: 1px solid #eee;
    color: #323232;
    margin-top: 40px;
    font-size: 16px;
}

article.type-post .entry-footer a {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
}

article.type-post .entry-footer span {
    border-right: 1px solid #e2e2e2;
    margin-right: 15px;
    padding-right: 13px;
    display: inline-block;
}

article.type-post .entry-footer span:last-child {
    border: none;
    margin: 0px;
    padding: 0px;
}

/* -- Header */

.blog-header h1 {
    font-size: 42px;
    margin-top: 0px;
    color: #333;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------*/
/*  Styleguide - Typography, Links
/*-------------------------------------------------------------------------*/

.content-area article.type-post h1.entry-title,
.content-area article.type-post h2.entry-title {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: #444;
    margin: 20px 0px 20px -2px;
}

.content-area article.type-post h2.entry-title a {
    font-weight: 600;
}

/* -- Nicer links */

.content-area article.type-page h2,
.content-area .error-404 h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #444;
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-area article.type-page h2:first-child {
    margin-top: 0px;
}

/* -- Headings */

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    color: #444;
    margin: 35px 0px 16px 0px;
    font-weight: 600;
    line-height: 1.4em;
}

body.page-template-page-fullwidth .content-area h1 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 62px;
}

.content-area h2 {
    font-weight: 700;
}

.content-area h3 {
    font-size: 28px;
    margin-bottom: 12px;
}

.content-area h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.content-area h1.entry-title {
    font-size: 42px;
    margin: 0px 0px 28px 0px;
    font-weight: 600;
    letter-spacing: -0.006em;
}

/* -- General Type */

.content-area {
    font-weight: 300;
}

.content-area p,
.content-area address,
.page-links {
    line-height: 1.75em;
    font-size: 16px;
    color: #323232;
    margin-bottom: 18px;
}

.content-area a {
    font-weight: 400;
}

.content-area .fl-rich-text p span {
    display: inline-block;
    line-height: 1.6em;
}

.content-area strong {
    font-weight: bolder;
}

.content-area pre {
    margin: 25px 0px;
}


/* -- Lists */

.entry-content ul {
    list-style-type: circle;
    list-style-image: url("images/bullet.gif");
}

.entry-content ul,
.entry-content ol {
    color: #323232;
    font-size: 16px;
    margin: 25px 0px 25px 0px;
    line-height: 1.65em;
    font-weight: 300;
}

.entry-content ol {
    padding-left: 22px;
}

.entry-content ul ul,
.entry-content ol ol {
    margin: 12px 0px;
}

.entry-content ul li {
    padding-left: 0.3em;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 2px;
}

.entry-content ol li {
    padding-left: 10px;
}

.entry-content dl {
    font-size: 16px;
    color: #333;
    line-height: 1.55em;
    margin-top: 20px;
}

.entry-content dl dt {
    font-weight: 600;
    line-height: 1.5em;
}

.entry-content dl dd {
    margin-bottom: 20px;
    line-height: 1.5em;
}

/* Tables */

.entry-content table {
    width: 100%;
    color: #323232;
    font-size: 16px;
    margin: 30px 0px;
}

.entry-content table th,
.entry-content table td {
    padding: 13px 20px 13px 0px;
    border-bottom: 1px solid #BFC1C3;
}

.entry-content table th {
    font-weight: 600;
    vertical-align: top;
}

/* HR Rule */

.content-area hr {
    margin-top: 50px;
    margin-bottom: -5px;
}


/* Images */

article img {
    max-width: 100%;
    display: block;
    height: auto;
}

figure figcaption.wp-caption-text {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

article img.aligncenter,
.content-area figure.wp-caption.aligncenter {
    margin: 25px auto;
}

article img.alignnone {
    margin-top: 25px;
    margin-bottom: 25px;
}

article img.alignleft,
.content-area figure.alignleft {
    float: left;
    margin: 10px 25px 25px 0px;
}

article img.alignright,
.content-area figure.alignright {
    float: right;
    margin: 10px 0px 25px 25px;
}

.content-area figure.wp-caption {
    max-width: 100%;
}

.content-area figure.wp-caption.aligncenter,
.content-area figure.wp-caption.alignnone {
    margin-top: 25px;
    margin-bottom: 25px;
}

.content-area figure.wp-caption img {
    margin-bottom: 10px;
}

/* Galleries */

.gallery-columns-5 .gallery-item {
    width: 20%;
    float: left;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
    float: left;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
    float: left;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
    float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.gallery {
    margin: 30px -15px;
    color: #323232;
    overflow: hidden;
}

.gallery .gallery-item {
    padding: 0px 15px 30px 15px;
}

.gallery .gallery-item img {
    width: 100%;
}

/* Blockquotes */

.content-area blockquote {
    padding: 30px 30px 30px 80px;
    border: 1px solid #e2e2e2;
    margin: 30px 0px;
    position: relative;
}

.content-area blockquote:before {
    color: #1976D2;
    content: "\201C";
    font-size: 4.4em;
    position: absolute;
    left: 25px;
    top: 0.8em;
    line-height: 0.1em;
    font-family: Georgia;
}

.content-area blockquote p strong {
    font-size: 0.7em;
    opacity: 0.5;
    font-weight: bolder;
}


/*-------------------------------------------------------------------------*/
/*  Sidebar & Widgets
/*-------------------------------------------------------------------------*/

#secondary section {
    margin-bottom: 45px;
}

.side {
    font-size: 16px;
    line-height: 1.5em;
    color: #323232;
    font-weight: 300; 
}

.side a {
    font-weight: 400;
}

.side h2 {
    color: #333;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.side ul {
    padding: 0px;
}

.side ul li {
    list-style: none;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.side abbr[title], .side acronym[title] {    
    text-decoration: none;
}

.side .widget_recent_comments ul li,
.side .widget_recent_entries ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.side .widget_recent_entries ul li .post-date {
    font-size: 0.9em;
    color: #323232;
    display: block;
    margin-top: 2px;
}

.side .widget_categories li,
.side .widget_archive li,
.side .widget_meta li {
    position: relative;
    padding-left: 18px;
}

.side .widget_categories li:before,
.side .widget_archive li:before,
.side .widget_meta li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 11px;
    left: 0px;
    border-radius: 50%;
}

/* Tags */

.side .tagcloud a {
    display: inline-block;
    border-radius: 2px;
    background: #f1f1f1;
    font-size: 14px !important; /* Needed to overwrite inline WP style */
    color: #666;
    padding: 6px 12px;
    margin: 0px 3px 6px 0px;
    text-decoration: none;
    text-shadow: none;
}

.side .tagcloud a:hover {
    background-color: #eee;
    color: #444;
}

/* Search Widget */

.side .search-form {
    position: relative;
}

.side .search-form label {
    width: 100%;
}

.side input.search-field {
    background: #FFF;
    font-weight: 400;
    padding: 0px 14px 0px 12px;
    border: 1px solid #EEE;
    width: 100%;
    line-height: 50px;
    height: 50px;
    color: #444;
}

.side input.search-field:focus {
    border-color: #ccc;
}

.side .site-search label {
    margin-bottom: 0px;
}

.search-form:before {
    display: block;
    content: "\f002";
    position: absolute;
    top: 16px;
    right: 18px;
    font-weight: 400;
    font-family: "fontawesome";
    z-index: 0;
    color: #111;
    margin-top: -4px;
    color: #999;
    font-size: 17px;
}

.search-form input.search-submit {
    position: absolute;
    border: none;
    z-index: 2;
    background: transparent;
    top: 0px;
    right: 0px;
    padding: 14px 24px;
    text-indent: -9999px;
    height: 50px;
}


/*-------------------------------------------------------------------------*/
/*  Help Sidebar
/*-------------------------------------------------------------------------*/

.side section.faqs ul {
    margin-bottom: 50px;
}

/* Help - FAQs - Page Title icons */

body.page-id-1893 .content-area h1.entry-title {background: url(images/icon-about.jpg) no-repeat -7px center;}
body.page-id-1895 .content-area h1.entry-title {background: url(images/icon-search.jpg) no-repeat 0px center;}
body.page-id-1897 .content-area h1.entry-title {background: url(images/icon-org-list.jpg) no-repeat 0px center;}
body.page-id-1899 .content-area h1.entry-title {background: url(images/icon-gov.jpg) no-repeat 0px center;}
body.page-id-1901 .content-area h1.entry-title {background: url(images/icon-classification.jpg) no-repeat 0px center;}

body.page-id-1893 .content-area h1.entry-title,
body.page-id-1895 .content-area h1.entry-title,
body.page-id-1897 .content-area h1.entry-title,
body.page-id-1899 .content-area h1.entry-title,
body.page-id-1901 .content-area h1.entry-title {
    padding: 10px 0px 20px 65px;
    background-size: 45px 45px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: -10px;
}

body.page-child.parent-pageid-1889 .entry-content ol {
    margin-top: 15px;
}

body.page-child.parent-pageid-1889 .content-area h3 {
    font-size: 20px;
    font-weight: 600;
}

/*-------------------------------------------------------------------------*/
/*  Accessibility
/*-------------------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    margin: 0;
}


/*-------------------------------------------------------------------------*/
/*  Blog Navigation
/*-------------------------------------------------------------------------*/

.content-area .blog-pagination {
    overflow: hidden;
    margin-bottom: 60px;
}

.content-area .blog-pagination ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.content-area .blog-pagination ul li {
    list-style: none;
    float: left;
    margin-right: -1px;
    line-height: 50px;
}

.content-area .blog-pagination ul li.dots {
    margin: 0px 6px;
}

.content-area .blog-pagination ul li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    text-shadow: none;
    background: transparent;
    color: #1976d2;
}

.content-area .blog-pagination ul li.active a,
.content-area .blog-pagination ul li.active a:hover {
    border-color: #00629b;
    color: #fff;
    background-color: #00629b;
    position: relative;
}

.content-area .blog-pagination ul li a:hover {
    background-color: #f7f7f7;
    color: #92c2f2;
}

.content-area .blog-pagination ul li.next a {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.content-area .blog-pagination ul li.prev a {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

/*-------------------------------------------------------------------------*/
/*  Blog Previous / Next
/*-------------------------------------------------------------------------*/

.nav-links {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.nav-links a {
    font-size: 16px;
}

.nav-links .nav-previous {
    width: 40%;
    float: left;
    padding-left: 45px;
}

.nav-links .nav-previous a:before {
    content: "\f190";
    font-family: "fontawesome";
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 24px;
}

.nav-links .nav-next a:after {
    content: "\f18e";
    font-family: "fontawesome";
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 24px;
}

.nav-links .nav-next {
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 45px;
}


/*-------------------------------------------------------------------------*/
/*  Blog Comments
/*-------------------------------------------------------------------------*/

.comments-area {
    background: #f3f3f3;
    padding: 55px 45px 35px 45px;
    margin: 40px 0% 45px 0%;
}

.comments-area pre {
    background: #fff;
}

.content-area .comments-area p.logged-in-as {
    margin-bottom: 1.7em;
}

.content-area .comments-area table, 
.content-area .comments-area table td, 
.content-area .comments-area table th {
    border-color: #c7d4dc;
}

.content-area .comments-area table th {
    background-color: #edf4f8;
}

.comments-area h2.comments-title {
    margin-bottom: 35px;
    margin-top: 0px;
    color: #333;
    text-align: center;
}

.comment-list > li {
    list-style-type: none;
    margin-bottom: 6%;
    padding-bottom: 6%;
    border-bottom: 1px solid #e2e2e2;
}

.comment-author {
    font-size: 20px;
    color: #333;
}

.comment-author b {
    font-weight: inherit;
}

.comment-author a {
    color: inherit;
    text-decoration: none;
}

.bypostauthor .comment-author .says:after {
    content: "AUTHOR";
    font-size: 14px;
    background: #333;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    position: relative;
    top: -2px;
    font-weight: 400;
}

.comment-metadata {
    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 16px;
}

.comment-metadata span.edit-link {
    margin-left: 5px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.comment-list li.comment {
    padding-left: 85px;
    position: relative;
}

.comment-list .reply a {
    font-size: 16px;
}

.content-area .comment-respond p {
    margin-bottom: 10px;
}

.content-area .comment-respond .required {
    color: red;
}

.content-area .comment-respond a#cancel-comment-reply-link {
    margin-left: 10px;
}

.content-area .comment-respond h3.comment-reply-title {
    color: #333;
}

.comment-list .avatar {
    position: absolute;
    top: 5px;
    left: 0px;
    vertical-align: top;
    width: 60px;
    max-width: 100%;
    height: auto;
    display: block;
}

.content-area .comments-area ol.comment-list ul,
.content-area .comments-area ol.comment-list ol {
    background: none;
    padding: 0px;
}

.comments-area ol.comment-list {
    margin-bottom: 2em;
}

.content-area .comments-area ol.comment-list ul.children li {
    list-style: none;
}

.content-area .comments-area ol.comment-list ul.children li {
    margin: 4% 0%;
}

.content-area .comments-area ol.comment-list ul.children ul {
    margin: 6% 0%;
}

.content-area .comments-area ol.comment-list ul.children ul li {
    margin-bottom: 8%;
}

.content-area .comments-area ol.comment-list {
    list-style: none;
    background: none;
    padding: 0%;
}

.comment-list {
    margin: 0px;
    counter-reset: li;
}

.content-area h3.comment-reply-title {
    margin-top: 0px;
}

/* Comment Form Styling */

.comment-form input, .comment-form textarea {
    width: 80%;
    float: right;
    padding: 10px;
}

.comment-form p.comment-form-comment {
    margin-bottom: 18px;
    overflow: hidden;
}

.comment-form input.submit {
    float: none;
    width: auto;
    margin-left: 20%;
    border: medium none;
    background-color: #1976D2;
    border-radius: 2px;
    padding: 10px 20px;
    color: #fff;
}

.content-area .comment-form p.comment-notes {
    margin-bottom: 30px;
}

.comment-form-author, 
.comment-form-email, 
.comment-form-url {
    display: inline-block;
    width: 100%;
}

.comment-form label {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-top: 7px;
    font-weight: 400;
}

.form-submit {
    display: inline-block;
    margin: 0px;
    width: 100%;
}

.comment-form #submit {
    margin-top: 1em;
}

body #respond input#submit:hover {
    opacity: 0.9;
}

/*-------------------------------------------------------------------------*/
/*  Main Inner Grid
/*-------------------------------------------------------------------------*/

.inner-page #main {
    /* min-height: 700px;*/
}

/* -- Help Section Grid */

body.page-template-page-fullwidth .content-area .help-center-heading h1 {
    font-size: 62px;
    padding-top: 70px;
}

.help-wrapper.inner-page .col-lg-9 {
    border: none;
}

.help-wrapper.inner-page .col-lg-3.side {
    padding-top: 22px;
}

.help-wrapper.inner-page #main {
    padding-left: 0px;
}


/* -- Breadcrumbs */

p#breadcrumbs {
    margin: 5px 0px 28px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 7px;
    line-height: 1.6em;
}

p#breadcrumbs a {
    padding-bottom: 2px;
}

p#breadcrumbs i {
    margin: 0px 10px;
}

p#breadcrumbs span.breadcrumb_last {
    color: #323232;
}


/*-------------------------------------------------------------------------*/
/*  Sub Menu Navigation
/*-------------------------------------------------------------------------*/

.side .advanced-sidebar-menu ul li,
.side section.faqs ul li {
    padding: inherit;
    margin: 0px;
}

.side .advanced-sidebar-menu ul li.current_page_item a,
.side section.faqs ul li.current_page_item a {
    background: #00629B;
    border-bottom-color: #00629B;
    color: #FFF;
}

.side .advanced-sidebar-menu ul a,
.side section.faqs ul li a {
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 10px 15px 40px;
    line-height: 1.45em;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.15s ease 0s;
    text-shadow: none;
    background: none;
    margin-top: -1px;
}

.side .advanced-sidebar-menu ul,
.side section.faqs ul {
    border-top: 1px solid #cdcdcd;
}

.side section.faqs ul ul,
.side .advanced-sidebar-menu ul ul {
    border: none;
}

.side .advanced-sidebar-menu ul a:hover,
.side section.faqs ul li a:hover {
    background: #e8e7e3;
    color: #00629B;
}

.side section.faqs ul li a:hover {
     border-bottom-color: #e8e7e3;
}

.side .advanced-sidebar-menu ul a:before,
.side section.faqs ul li a:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 18px;
    font-family: 'fontawesome';
    content: "\f104";
    font-size: 14px;
}


/*-------------------------------------------------------------------------*/
/*  Box Panels - used within About Section and Get Data Landing
/*-------------------------------------------------------------------------*/

.fl-module.box p {
    background: #f4f4f4;
    padding: 18px 15px 18px 15px;
    border-left: 55px solid #5c5450;
    font-size: 16px;
    position: relative;
}

.fl-module.box p:before {
    font-family: "fontawesome";
    position: absolute;
    left: -55px;
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 55px;
    text-align: center;
    top: 50%;
    margin-top: -13px;
}

/* -- Icons */

.fl-module.box.user p:before { content: "\f0c0"; }
.fl-module.box.speech p:before { content: "\f075"; }
.fl-module.box.light p:before { content: "\f0eb"; font-size: 24px; }
.fl-module.box.data p:before { content: "\f1c0"; }
.fl-module.box.file p:before { content: "\f15c"; }
.fl-module.box.phone p:before { content: "\f095"; }
.fl-module.box.question p:before { content: "\f128"; }
.fl-module.box.info p:before { content: "\f129"; }
.fl-module.box.tick p:before { content: "\f046"; }
.fl-module.box.help p:before { content: "\f1cd"; }


/*-------------------------------------------------------------------------*/
/*  Hero Banners - About and Get Data
/*-------------------------------------------------------------------------*/

.content-area .hero-strip .fl-row-content-wrap {
    padding-top: 55px;
    height: 430px;
}

.content-area .hero-strip h1 {
    text-align: center;
    margin-bottom: 36px;
}

.content-area .hero-strip p {
    font-weight: 400; 
    text-align: center;
    font-size: 30px;
    line-height: 1.4em;
}

.get-data-feature-row {
    padding-bottom: 50px;
}

.get-data-feature-row.first {
    padding-top: 60px;
}

/*-------------------------------------------------------------------------*/
/*  About Landing
/*-------------------------------------------------------------------------*/

/* -- Latest News */

.content-area h4.about-heading {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
}

.content-area article.type-page .recent-news-row h2 {
    font-size: 24px;
    text-transform: none;
    font-weight: 700;
}

.entry-content .recent-news-row ul {
    list-style: none;
    padding: 0px;
    overflow: hidden;
    margin: 30px -15px 0px -15px;
}

.entry-content .recent-news-row ul li {
    display: block;
    width: 33.3%;
    float: left;
    padding: 0px;
    line-height: 1.5em;
    padding: 0px 15px;
    margin-bottom: 40px;
}

.entry-content .recent-news-row ul li:nth-child(3n+1) {
    clear: left;
}

.entry-content .recent-news-row ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.55em;
}

/* About Landing News with Thumbnails */

body .rpwwt-widget ul li img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

body .rpwwt-post-date {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

/* -- Dark Row - About Benefacts */

.content-area article.type-page .about-benefacts h2 {
    font-size: 44px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: -0.004em;
}

.content-area article.type-page .about-benefacts a {
    text-shadow: none;
    text-decoration: none;
    background: transparent none repeat scroll 0% 0%;
    background-color: #00629B;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 2px;
    margin-right: 10px;
}

.content-area article.type-page .about-benefacts a:hover {
    opacity: 0.8;
}

/* About Landing - Reduced width Grid */

.about-features .fl-row-fixed-width,
.fl-row-full-width .fl-row-fixed-width {
    max-width: 1180px;
}

.fl-row-fixed-width.contained {
    max-width: 1000px;
}

.fl-row-full-width.contained .fl-row-fixed-width {
    max-width: 1000px;
}

/* About Landing - 3 Featured Panels */

.about-features .fl-col-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.about-features .fl-rich-text {
    padding: 0% 8% 4% 8%;
    position: relative;
}

/* About Landing - 2 Featured Panels */

.about-block .fl-col-content {
    border-top: 5px solid #00629B;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* About Landing - Numbers */

.bf-number {
    display: block;
    text-align: center;
    font-size: 72px;
    margin-bottom: 5px;
    color: #00629B;
}

.bf-desc {
    display: block;
    text-align: center;
    color: #333;    
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 20px;
}

.bf-divider {
    width: 70px;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 35px auto 30px;
}

/* About Landing - Coloured Boxes */

.coloured-heading.bf-blue {
    background-color: #2fc4dd;
}

.coloured-heading.bf-green {
    background-color: #76c167;
}

.coloured-heading.bf-yellow {
    background-color: #fac125;
}

.content-area .coloured-heading .fl-node-content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 6px;
    color: #fff;
}

.content-area .coloured-copy p {
    font-family: "Droid Serif",serif;
    font-size: 20px;
    font-weight: 300;
    padding-top: 40px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6em;
}

.content-area .coloured-copy a {
    text-shadow: none;
    background: none;
    text-decoration: underline;
    color: #fff;
}

.content-area .coloured-copy a:hover {
    color: #fff;
}

/*-------------------------------------------------------------------------*/
/*  Help Landing
/*-------------------------------------------------------------------------*/

.help-landing-row {
    padding-bottom: 70px;
}

.help-feature > .fl-col-content {
    border: 1px solid #CCC !important; /* Important is required */
    margin-bottom: 15px !important; /* Important is required */
}

.help-feature > .fl-col-content p {
    text-align: center;
}


.content-area article.type-page .learn-more-row h2 {
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 2px solid #ccc;
}


/*-------------------------------------------------------------------------*/
/*  Contact
/*-------------------------------------------------------------------------*/

#map {
    margin-bottom: 30px; 
    height: 420px; 
    width: 100%;
}

.map-wrapper p {
    padding: 0px 20px 17px 20px;
}

/* -- Hide the labels on the Contact form */
.entry-content .hide-labels ul.gform_fields li label {
    display: none;
}

/* -- Social icons */
.content-area p.social a {
    background: none;
    font-size: 34px;
    text-shadow: none;
    display: inline-block;
    margin-right: 10px;
}

.content-area p.social a.facebook {
    color: #3b5998;
}

.content-area p.social a.twitter {
    color: #23aced;
}

.content-area p.social a.linkedin {
    color: #157bb7;
}

/*-------------------------------------------------------------------------*/
/*  Forms (Gravity)
/*-------------------------------------------------------------------------*/

.gform_wrapper {
    margin-bottom: 40px;
}

.validation_error,
.gform_confirmation_message {
    color: #323232;
}

.gfield_description.validation_message {
    font-size: 14px;
    color: red;
}

.gform_confirmation_message {
    font-size: 16px;
    margin-bottom: 40px;
}

.entry-content .gform_wrapper ul {
    padding: 0px;
    list-style: none;
}

.entry-content .gform_wrapper ul li {
    margin-bottom: 20px;
    padding-left: 0px;
}

.entry-content .gform_wrapper ul li.gfield.gsection {
    margin: 35px 0px 20px;
    border-top: 1px dotted #ccc;
    padding-top: 25px;
}

.entry-content .gform_wrapper ul li#field_2_2.gfield.gsection {
    border: none;
}

.entry-content .gform_wrapper ul li.gfield.gsection#field_3_8 {
    margin-bottom: 0px;
}

.entry-content .gform_wrapper ul li.gfield.gsection#field_3_8 h2 {
    display: none;
}

.entry-content .gform_wrapper ul li#field_2_6 {
    margin-top: -15px;
}

.entry-content .gform_wrapper ul li label {
    font-weight: 400;
}

.entry-content .gform_wrapper ul li label span.gfield_required {
    color: red;
    margin-left: 5px;
}

.entry-content .gform_wrapper ul li input[type="text"],
.entry-content .gform_wrapper ul li input[type="email"],
.entry-content .gform_wrapper ul li textarea {
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
}

.entry-content .gform_wrapper ul li select {
    font-size: 16px;
    width: 100%;
    font-weight: 300;
    margin: 4px 0px;
}

.entry-content .gform_wrapper ul li textarea {
    height: 160px;
}

.entry-content .gform_wrapper input.button {
    color: #fff;
    background-color: #33acb8;
    font-weight: 300;
    width: 100%;
    border: none;
    padding: 12px 0px;
    font-size: 16px;
}

.entry-content .gform_wrapper ul ul {
    margin-top: 0px;
}

.entry-content .gform_wrapper ul.gfield_checkbox li,
.entry-content .gform_wrapper ul.gfield_radio li {
    margin-bottom: 0px;
    font-size: 16px;
}

.entry-content .gform_wrapper ul.gfield_checkbox li input,
.entry-content .gform_wrapper ul.gfield_radio li input {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

/* Select dropdown style */

.entry-content .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url("images/dropdown.png") right 0.5em center no-repeat;
    background-size: 12px 8px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 0.4em 2em 0.4em 0.6em;
    max-width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}


/*-------------------------------------------------------------------------*/
/*  Footer
/*-------------------------------------------------------------------------*/

.footercontainer {
    padding-top: 60px;
    background: #616161;
}

.footercontainer .second-footer {
    padding: 40px 0px 25px 0px;
}

.footercontainer .first-footer h2 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 20px 0px;
    letter-spacing: 0.015em;
}

.footercontainer .first-footer h2 span {
    border-bottom: 3px solid #1d8793;
    display: inline-block;
    padding-bottom: 6px;
}

.footercontainer .first-footer ul {
    padding: 0px;
    margin-bottom: 40px;
}

.footercontainer .first-footer ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footercontainer .first-footer p.social a {
    font-size: 26px;
    margin-top: -26px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

.footercontainer .first-footer ul li a,
.footercontainer .second-footer p a {
    color: #fff;
    text-decoration: underline;
}

.footercontainer .first-footer ul li a:hover,
.footercontainer .first-footer p.social a:hover,
.footercontainer .second-footer p a:hover,
.footercontainer .second-footer ul li a:hover {
    opacity: 0.6;
    text-decoration: underline;
}


/* Second Footer */

.footercontainer .second-footer ul {
    text-align: center;
    padding: 0px;
    margin-bottom: 25px;
}

.footercontainer .second-footer ul li {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #2298a7;
    padding-right: 10px;
    margin-right: 10px;
}

.footercontainer .second-footer ul li:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}

.footercontainer .second-footer ul li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 1.8em;
}

.footercontainer .second-footer p {
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 5px;
    color: #fff;
}

.footercontainer .second-footer p span {
    margin: 0px 4px;
    color: #2298a7;
}


/*-------------------------------------------------------------------------*/
/*  404
/*-------------------------------------------------------------------------*/

.content-area .error-404 {
    padding-top: 52px;
    padding-bottom: 60px;
    overflow: hidden;
    max-width: 1140px;
    margin: 0px auto;
}

body.error404 .content-area .error-404 {
    padding-top: 0px;
    max-width: auto;
    margin: auto;
}

body.page-template-page-fullwidth .content-area .error-404 h1,
body.error404 .content-area .error-404 h1 {
    margin: 20px 0px 60px 0px;
    color: #0e629c;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
}

.content-area .error-404 h2 {
    margin-top: 60px;
}

@media only screen and (min-width: 992px) {
    section.error-404 {
        padding: 0px 13.2%;
    }
}

.content-area .error-404 h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}

.content-area .error-404 .row {
    padding-top: 20px;
}

.content-area .error-404 .col-lg-2 img {
    max-width: 64px;
    margin-top: 5px;
}

.content-area .error-404 .col-lg-10 {
    padding-left: 0px;
}


/*-------------------------------------------------------------------------*/
/*  BB Builder Editor
/*-------------------------------------------------------------------------*/

.fl-builder-edit .content-area a {
    text-shadow: none;
} 


/*-------------------------------------------------------------------------*/
/*  Responsive - Large Screens Only
/*-------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) {

    .mobile-heading-icon .fl-photo-content img {
        max-width: 70%;
    }
}

/*-------------------------------------------------------------------------*/
/*  Responsive 992px
/*-------------------------------------------------------------------------*/

@media only screen and (max-width: 992px) {

    .inner-page .col-lg-9 {
        border: none;
    }

    body.page-template-page-fullwidth .fl-row-fixed-width {
        padding-left: 8px;
        padding-right: 8px;
    }

    .inner-page #main {
        min-height: inherit;
        padding: inherit;
    }

    .fl-row-fixed-width {
        padding-left: 0px;
        padding-right: 0px;
    }

    body.page-template-page-fullwidth .recent-news-row .fl-row-fixed-width {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fl-col-small {
        max-width: inherit;
    }

    #secondary {
        padding-left: 0px;
    }

    article.type-post .blog-image {
        margin: -25px -26px 25px -27px;
    }

    article.type-post {
        padding: 25px;
    }

    .about-block .fl-col-content {
        padding: 25px !important; /* Required */
    }

    .about-benefacts .fl-row-content-wrap {
        margin-bottom: -40px !important; /* Required */
    }

    .content-area article.type-page .recent-news-row a.more-link {
        margin-top: 25px;
    }

    .entry-content .recent-news-row ul li {
        width: 100%;
    }

    .content-area article.type-page .about-benefacts a {
        width: 100%;
        text-align: center;
    }

    body .rpwwt-widget ul li img {
        width: 100%;
    }

    .nav-links .nav-previous,
    .nav-links .nav-next {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    body .signup label {
        display: block;
        margin: 0px 0px 20px 0px;
        font-size: 20px;
    }

    .signup .input-group {
        width: 100%;
    }

    .first-footer .col-sm-6:nth-child(2n+1) {
        clear: left;
    }

}


/*-------------------------------------------------------------------------*/
/*  Responsive 768px
/*-------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {

    input, textarea {
        border-radius: 0px;
    }

    input[type=text], input[type=email], textarea {   
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* This is required to overwrite hard-coded !important styles in the main css file. 
    It can be removed when the main css is fixed */
    body .navbar-inverse .navbar-nav > li a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        height: auto !important;
        display: block !important;
    }

    body .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    body .navbar-inverse .navbar-nav {
        margin: 0px;
    }

    body .navbar-inverse .navbar-nav > li {
        padding-left: 0px;
        height: auto;
    }

    body .navbar-inverse .navbar-nav > li > a {
        border: none;
        padding: 12px 15px;
        line-height: inherit;
    }

    body .navbar-inverse .navbar-nav > li > a:hover,
    body .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

    body .navbar-inverse .navbar-nav > li.current-menu-item > a,
    body .navbar-inverse .navbar-nav > li.current-page-ancestor > a,
    body .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: #fff;
        color: #00629B;
    }

    body .navbar > .container .navbar-brand {
        margin-left: 10px;
    }

    .box {
        margin-bottom: 12px;
    }

    .fl-module.box .fl-html {
        display: table;
        width: 100%;
        width: 100%;
    }

    .fl-module.box p {
        padding: 9px 10px;
        line-height: 1.4em;
        font-size: 14px;
        position: relative;
        height: 58px;
        display: table-cell;
        vertical-align: middle;
        line-height: 1.5em;
    }

    .fl-module.box p:before {
        margin-top: -11px;
    }

    body .signup .form-inline {
        margin: 19px auto;
    }

    body .signup label {
        text-align: left;
    }

    body .signup .input-group {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .content-area .error-404 .col-lg-12 {
        padding: 0px;
    }

    .content-area .error-404 .col-lg-12 .row {
        margin: 0px;
    }

    .content-area .error-404 .col-lg-2 img {
        margin-left: -15px;
        margin-bottom: 20px;
    }

    .content-area .hero-strip .fl-row-content-wrap {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    body.page-template-page-fullwidth .content-area .hero-strip h1 {
        font-size: 48px;
        line-height: 1.4em;
    }

    .content-area .hero-strip p {
        font-size: 22px;
        font-weight: 300;
    }

    .mobile-heading-icon .fl-photo-content img {
        padding-right: 20px;
    }

    p#breadcrumbs {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .content-area h1.entry-title {
        font-size: 36px;
    }

    .content-area article.type-page h2,
    .content-area article.type-page .recent-news-row h2 {
        font-size: 18px;
    }

    .side .advanced-sidebar-menu ul a, 
    .side section.faqs ul li a {
        padding-left: 15px;
    }

    .side .advanced-sidebar-menu ul a::before, 
    .side section.faqs ul li a::before {
        display: none;
    }

    body.page-template-page-fullwidth .content-area .help-center-heading h1 {
        font-size: 36px;
        padding: 35px 0px 10px 0px;
    }

    .help-feature > .fl-col-content {
        margin-bottom: -1px !important; /* Important is required */
        padding-top: 5px;
    }

    .help-feature > .fl-col-content p {
        margin-bottom: 13px;
        margin-top: 9px;
        line-height: 1.5em;
        padding-left: 51px;
        text-align: left;
        font-size: 14px;
    }

    .help-feature .fl-photo-content {
        position: absolute;
        left: 8px;
        top: 2px;
        width: 35px;
    }

    .help-landing-row {
        padding-bottom: 50px;
    }

    .content-area .knowledge-base-row p {
        margin-bottom: 0px;
    }

    body.page-id-1893 .content-area h1.entry-title, 
    body.page-id-1895 .content-area h1.entry-title, 
    body.page-id-1897 .content-area h1.entry-title, 
    body.page-id-1899 .content-area h1.entry-title, 
    body.page-id-1901 .content-area h1.entry-title {
        padding: 0px;
        background: none;
    }

    .content-area article.type-page .learn-more-row h2 {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .contact-details-row {
        padding-bottom: 40px;
    }

    .content-area article.type-page .contact-details-row h2:first-child {
        margin-top: 20px;
    }

    .content-area .contact-details-row p.social {
        margin-bottom: 45px;
    }

    .get-data-feature-row {
        padding-bottom: 20px;
    }

    .get-data-feature-row.first {
        padding-top: 30px;
    }

    .content-area article.type-post h1.entry-title, 
    .content-area article.type-post h2.entry-title {
        font-size: 20px;
    }

    .content-area article.type-post h2.entry-title a {
        font-weight: 500;
    }

    .first-footer .col-xs-6:nth-child(2n+1) {
        clear: left;
    }

    .footercontainer .first-footer ul li {
        font-size: 13px;
        font-weight: 400;
    }

    .footercontainer .first-footer p.social {
        margin-top: -15px;
    }

    .footercontainer .second-footer ul li {
        font-weight: 400;
        font-weight: 13px;
    }

    .footercontainer .second-footer p span {
        display: block;
        visibility: hidden;
    }

}


/*--------------------------------------------------------------
# Help
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Get Data
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General Inner pages - T&C's etc.
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media Library
--------------------------------------------------------------*/

.post-type-archive-sml-media-library header.blog-header {
    margin-bottom: 40px;
}

h1.sml-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

span.sml-desc {
    margin-bottom: 20px;
    display: block;
}

.sml-media-library .entry-date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.sml-media-library h2.entry-title {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1em;
}

.post-type-archive-sml-media-library .entry-content p {
    margin-bottom: 0;
}

.post-type-archive-sml-media-library article {
    margin-bottom: 20px;
}

.sml-media-library .ssba.ssba-wrap {
    display: none;
}

.sml-media-library h2.entry-title a {
    font-size: 20px;
}

.sml-media-library a.more-link {
    margin-top: 5px;
}

.sml-media-library .blog-image {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sml-media-library h1.entry-title {
    font-size: 20px;
}

.single-sml-media-library .navigation {
    margin-top: 40px;
}

.post-type-archive-sml-media-library .side section, .single-sml-media-library .side section {
    margin-bottom: 40px;
}

.entry-taxonomy {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.single .sml-media-library h1.entry-title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Glossary
--------------------------------------------------------------*/

.glossary-content .ssba {
    display: none;
}

#simple-az-glossary-nav.blog-pagination {
    margin: 0;
}
.simple-glossary-title h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}

a.simple-glossary-title {
    text-decoration: none;
    float: left;
}

.back-top {
    float: right;
    line-height: 44px;
}

.simple-glossary-meta {
    background-color: #edf1f4;
    padding: 5px 20px;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.glossary-item h3 {
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
}

.glossary #main {
    margin-bottom: 40px;
}

