.clearboth {
    clear: both;
}

.relative {
    position: relative;
}

.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold
}

button,
button:focus,
input,
input:focus,
select, select:focus,
img, a {
    outline: 0 !important;
}

a, .btn, button {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.shower {
    display: block;
}

.hider {
    display: none;
}

/* Toggle Button */
.navbar-header .navbar-toggle,
.navbar-header .navbar-toggle[aria-expanded="false"] {
    /*float: right;*/
    width: 100%;
    border: 2px solid #2a3c45;
    color: #2a3c45;
    margin-right: 0;
    margin-top: 5px;
    /*margin-bottom: 10px;*/
    padding: 17px 10px;
    font: 800 18px/18px 'Arial', 'Helvetica', sans-serif;
}

.navbar-header .navbar-toggle[aria-expanded="true"] {
    background-color: #2a3c45;
    color: #fff;

}

.navbar-header .navbar-toggle:hover {

}

.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar {
    background-color: #034c51;
}

.navbar-header .navbar-toggle .icon-bar,
.navbar-header .navbar-toggle[aria-expanded="false"] .icon-bar {
    background-color: #fff;
}

.navbar-links.navbar-collapse {
    box-shadow: none;
    border-color: transparent;
    /*border-color: #fff;*/
    margin: 0;
    padding: 0;
}

/************************/
/** Alert Messages**** **/
/************************/
.tf-alerts {
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
}

.tf-alerts .tf-alert {
    position: relative;
    border: 1px solid #ddd;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 11px 50px;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.tf-alerts .tf-alert:last-child {
    margin-bottom: 0;
}

.tf-alerts .tf-alert:before {
    content: '\f059';
    font-family: 'FontAwesome', sans-serif;
    background-color: #ddd;
    font-weight: normal;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 20px;
    left: 0;
    padding-top: 10px;
    bottom: 0;
    width: 40px;
    height: 100%;
}

.tf-alerts .tf-alert.tf-error {
    border-color: #f83c3c;
    color: #f83c3c;
}

.tf-alerts .tf-alert.tf-error:before {
    content: '\f057';
    background-color: #f83c3c;

}

.tf-alerts .tf-alert.tf-success {
    border-color: #21be49;
    color: #098529;
}

.tf-alerts .tf-alert.tf-success:before {
    content: '\f058';
    background-color: #21be49;
}

.tf-alerts .tf-alert.tf-info {
    border-color: #36bcee;
    color: #1b83a9;
}

.tf-alerts .tf-alert.tf-info:before {
    content: '\f05a';
    background-color: #36bcee;
}

.tf-alerts .tf-alert.tf-warning {
    border-color: #c1bb7b;
    color: #b5af57;
}

.tf-alerts .tf-alert.tf-warning:before {
    content: '\f071';
    background-color: #c1bb7b;
}

/************************/
/** General Typography **/
/************************/

/* All */
.topic > h1,
.topic > h2,
.topic > h3,
.topic > h4,
.topic > h5,
.topic > h6,
.topic > p,
.topic > ul {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Heading */
h1.page-title,
.topic > h1,
.topic > h2,
.topic > h3,
.topic > h4,
.topic > h5,
.topic > h6 {
    font-weight: 500;
    margin-bottom: 15px;
}

.topic > h1,
h1.page-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
    color: #2d375c;
}

.topic > h1:after,
h1.page-title:after {
}

.topic > h2 {
    font-size: 28px;
    line-height: 38px;
}

.topic > h3 {
    font-size: 24px;
    line-height: 34px;
}

.topic > h4 {
    font-size: 20px;
    line-height: 30px;
}

.topic > h5 {
    font-size: 18px;
    line-height: 28px;
}

.topic > h6 {
    font-size: 16px;
    line-height: 26px;
}

.topic > p {
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.topic > ul {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-left: 30px;
    margin-bottom: 30px;
}

.topic > ul li {
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.topic > ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    position: relative;
    top: -1px;
    padding-right: 10px;
}

.topic > p a:after,
.topic > ul li a:after {
    content: "\f0c1";
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding-left: 3px;
}

.topic > ul li ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.topic a {
    background-color: #c7c610;
    color: #303136;
    padding: 5px 10px 6px;
}

.topic a:hover {
    background-color: #cacc17;
}

.topic > img {
    margin-bottom: 15px;
}

.topic > .publish-info {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0;
    background-color: #3b3c44;
    padding: 8px 10px 10px;
}

.topic > .publish-info > div {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 10px;
}

.topic > .publish-info > div > a {
    display: inline-block;
}

.topic > .publish-info > .date {
    color: #c7c610;
    font-size: 12px;
    font-weight: 500;
}

.topic > .publish-info > .date:before {
    padding-left: 1px;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    content: '\f073';
    font-family: 'FontAwesome', sans-serif;
    padding-right: 5px;

}

.topic > .publish-info > .category {
    color: #c7c610;
    font-size: 12px;
    font-weight: 500;
}

.topic > .publish-info > .category:before {
    padding-left: 1px;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    content: '\f0e8';
    font-family: 'FontAwesome', sans-serif;
    padding-right: 5px;

}

.topic > .publish-info > .category a {
    padding: 0;
    color: #c7c610;
    background-color: transparent;
}

.topic > .publish-info > .post-type {
    background-color: #ddd;
    color: #444;
    font-size: 11px;
    font-weight: 700;
}

.topic > .publish-info > .post-type:before {
    padding-left: 1px;
    position: relative;
    top: 1px;
    font-weight: normal;
    content: '\f0f7';
    font-size: 12px;
    font-family: 'FontAwesome', sans-serif;
    padding-right: 5px;

}