/*!
Theme Name: Ministry of Finance, Debt Management Branch
Theme URI: https://jis.gov.jm/
Author: Jamaica Information Service (JIS)
Author URI: https://jis.gov.jm/
Description: The business webpage for the Ministry of Finance, Debt Management Branch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dmb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, was developed by the Jamaica Information Service for the Ministry of Finance, Debt Management Branch

*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-top {
    background-color: #004869;
    position: relative;
    z-index: 1;
}
.header-top-inner {
    padding: 7px;
}
.header-top p {
    font-size: 15px !important;
    color: #fff;
    margin-bottom: 10px;
}
.header-top .goj {
    text-align: right;
}
.header-top ul {
    margin: 0;
    padding: 0;
}
.header-top ul li {
    display: inline-block;
}
.header-top .flag {
    width: 35px;
    height: auto;
}
.header-top form .screen-reader-text {
    display: none;
}
.header-top .search-list-item form {
    padding-left: 40px;
}
.header-top .search-list-item form input[type=search] {
    border: 1px solid #eee;
    outline: none;
}
.header-top .search-list-item form .header-top .search-list-item ::-webkit-input-placeholder,
.header-top .search-list-item form .header-top .search-list-item :-moz-placeholder,
.header-top .search-list-item form .header-top .search-list-item ::-moz-placeholder,
.header-top .search-list-item form .header-top .search-list-item :-ms-input-placeholder {
    color: transparent;
}
::-webkit-input-placeholder {
  font-size: 13px;
  padding-left: 5px;
}
::-moz-placeholder {
  font-size: 13px;
  padding-left: 5px;
}
:-ms-input-placeholder {
  font-size: 13px;
  padding-left: 5px;
}
::placeholder {
  font-size: 13px;
  padding-left: 5px;
}
.header-top .search-list-item form input[type=submit] {
    border: none;
    padding: 2px 6px;
    border-radius: 0 2px 2px 0;
    margin-left: -20px;
    cursor: pointer;
    outline: none;
}
.header-bottom {
    position: absolute;
    z-index: 1;
    background: rgb(255,255,255, 0.7);
    background: rgba(255,255,255, 0.7);
    width: 100%;
    transition: .3s ease all;
    height: 75px !important;
}
.header-bottom.nav-animate {
    background: rgb(255,255,255, 1);
    background: rgba(255,255,255, 1);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.20);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    top: 0px;
    z-index: 999;
    position: fixed !important;
}
.site-logo {
    text-align: center;
}
.site-logo a img {
    width: 200px;
    height: auto;
}
.site-logo ul li {
    list-style-type: none;
}
.site-logo ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}
nav.top-menu-navigation.top-menu {
    padding-top: 20px;
    transition: .5s ease all;
    width: 100%;
}
#mega-menu-item-4805:hover {
    background: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child a:hover {
    background: none !important;
    color: #004869;
}
.content-search-area {
    overflow: hidden;
}
@media (max-width: 1200px) {
    .row.header-top-inner div {
        text-align: center;
    }
    .header-bottom .site-logo img {
        width: 100px;
    }
    .header-bottom.nav-animate .site-logo img {
        width: 100px;
        height: auto;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
        color: #000;
        font-size: 16px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
        font-size: 30px;
        color: #000;
    }
    nav.top-menu-navigation.top-menu {
        right: 0px;
        top: 25px;
    }
}
@media (max-width: 768px) { 
    nav.top-menu-navigation.top-menu {
        top: -55px;
    }
    .header-bottom.nav-animate nav.top-menu-navigation.top-menu {
        top: -55px;
    }
}
.content-search-area {
    padding: 0px 0 25px 0;
}
header.entry-header {
    padding: 10px 0;
    border-bottom: 1px dashed #aeaeae;
}
.debt-main-content form ul {
    text-align: center;
}
.debt-main-content form ul li {
    text-align: center;
    display: inline-block;
    padding: 40px 10px 10px;
}
input.sf-input-text, input[type="submit"] {
    text-transform: none;
    background: #fff;
    color: #000;
    padding: 8px;
    border-color: #fff;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 10px;
}

/**************************************************************************************
*SEARCH BAR SECTION
/*************************************************************************************/
.main-search {
    width: 100%;
    padding: 40px 0;
    display: none;
    transition: 3s ease-in-out;
}
.main-search ul {
    width: 100%;
    text-align: center;
}

.main-search ul li {
    display: inline-block;
   padding: 10px;
}
ul.sf_date_field {
    padding-left: 0 !important;
}
.main-search ul li ul li {
    padding-right: 10px;
}
i.fa.fa-search {
    display: block;
    width: 200%;
    height: 100%;
    padding: 5px 16px;
    font-size: 24px;
    font-weight: 200;
}
/*--------------------------------------------------------------
## Hero Image
--------------------------------------------------------------*/
.banner-content {
    position: relative;
}
.banner-content .container-fluid, 
.banner-content .ministry-title {
  padding: 0;
}
.banner-content .ministry-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #004869;
    width: 530px;
    bottom: 496px;
    background: linear-gradient(right, rgb(255,255,255,-0.1) 0%, rgb(255,255,255,1) 25%, rgb(255,255,255,1) 50%,rgb(255,255,255,1) 100%);
    background: linear-gradient(right, rgba(255,255,255,-0.1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,-0.1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(right, rgba(255,255,255,-0.1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}
.banner-content .ministry-title h1 {
    font-size: 20px;
    font-weight: bolder;
    padding: 7px 10px;
    margin: 0;
}
.container-fluid .content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #f1f1f1;
    width: 530px;
    padding: 20px;
    bottom: 200px;
    background: linear-gradient(bottom, rgb(0,0,0,0) 0%, rgb(0,0,0,0.6) 50%,rgb(0,0,0,0.5) 100%);
    background: linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.5) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.5) 100%);
}
.banner-content .content p {
    font-size: 15px;
    color: #f5f5f5;
    line-height: 1.3em;
    margin: 10px 0;
}
.banner-content .content h1 {
    font-size: 44px;
    font-weight: bolder;
    line-height: 1em;
    text-align: center;
}
.container.content .links {
    margin-bottom: 10px;
    width: 100%;
} 
.banner-content .content button,
.more-press-release-btn a button {
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 20px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 700px;
}
.banner-content .content .btn-1,
.more-press-release-btn a .btn-1{
    border: 2px solid #f9d72b; 
    background: #f9d72b; 
    color: #000;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: .5s ease;
}
.banner-content .content .btn-1:hover,
.more-press-release-btn a .btn-1:hover {
    background-color: #004869;
    border: 2px solid #004869;
    color: #fff;
}
.banner-content .content .btn-2 {
    background: #fff !important;
    border: 2px solid #fff;
    background: rgb(0,0,0, 0.1);
    background: rgba(0,0,0, 0.1);
    color: #000;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: .5s ease;
}
.banner-content .content .btn-2:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
.home-page-banner-wrapper {
    min-height: 829px;
    position: relative;
    background-size: cover;
    background-position: top center;
}
.home-page-banner-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.2) 2%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.home-page-banner-inner {
    padding: 670px 0 0 0;
    text-align: center;
}
.container.bounce-icon {
    padding-top: 50px;
    display: block;
}
.container.bounce-icon a {
    z-index: 999;
    font-size: 40px;
    color: #fff;
    border-bottom: 2px solid #f9d72b;
    position: relative;
}
.container.bounce-icon a i {
    animation: bounce 1s infinite;
    font-size: 25px;
}
@keyframes bounce {
    0%{transform: translateY(0px);}
    50%{transform: translateY(-8px);}
    100%{transform: translateY(0px);}
}
@media screen and (max-width: 799px){
    .container-fluid .content {
        left: 0;
        width: 100%;
        transform: translate(10px, 40px);
    }
    .banner-content .ministry-title {
        left: 0;
        bottom: 516px;
        width: 100%;
        transform: translate(10px, -40px);
    }
    .home-page-banner-wrapper {
        min-height: 790px;
    }
    .container.bounce-icon {
        padding-top: 0;
    }
    a.download-btn {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 499px){
    .banner-content .ministry-title {
        bottom: 585px;
    }
}
/****************************************************************************************
/*SECONDARY PAGES BANNER
****************************************************************************************/
.page-header-wrapper {
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-position: top center;
}
.page-header-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.container.inner {
    padding: 230px 0 80px 0;
    text-align: center;
    position: relative;
}
.container.inner h1 {
    position: absolute;
    font-size: 33px;
    font-weight: 400;
    color: #fff;
    bottom: 40px;
    line-height: 1em;
    margin-left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.container.inner h1::before {
    content: "";
    width: 10%;
    height: 6px;
    background-color: #f9d72b;
    position: absolute;
    bottom: -15px;
}
/**************************************************************************************
/*HEADER NEWS SECTION
**************************************************************************************/
.header-news {
    padding-top: 120px;
    background: #004869;
    height: 100%;
    width: 100%;
}
.col-xs-12.col-sm-12.col-md-8.col-lg-8, .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
    padding: 0;
}
.header-news ul {
    padding: 0;
}
.header-news ul li {
    list-style: none;
}
.header-news ul li a {
    width: 100%;
    display: block;
    padding: 25px 30px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,1);
}
.header-news ul li:last-child a {
    border-bottom: none;
}
.header-news ul li a:hover {
    background-color: rgba(255,255,255,0.5);;
}
i.fa.fa-newspaper-o {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #dad4d4;
    padding-bottom: 10px;
}
.container.more-news.read-more {
    padding-top: 35px;
    margin-bottom: 50px;
}
/*******************************************************************************************
/*SEARCH RESULTS
******************************************************************************************/
img.search-result-img {
    width: 100%;
    height: auto;
}
.search-results-wrapper {
    padding: 20px;
    border-bottom: 2px dashed #f5f5f5;
}
/****************************************************************************************
## MAIN CONTENT
****************************************************************************************/
.space {
    padding: 70px 0;
}
.container-fluid.dmb-pages{
    padding: 0;
}
.home-about {
    padding: 30px 0 40px 0;
}
.home-about a {
    color: #212529;
    text-decoration: none;
}
.home-about-highlights {
    display: block;
    box-sizing: border-box;
    transition: 0.5s linear;
    padding: 25px 17px;
}
.home-about-highlights:hover {
    background: #eeedef;
    border-radius: 7px;
}
.home-about-title, .home-about-highlights {
    text-align: center;
}
.home-about-title h2 {
    padding-bottom: 25px;
    color: #004869;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -1px;
}
.home-about-highlights i.fa {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 30px 0px;
    font-size: 30px;
}
.home-about-highlights i.fa.fa-hourglass-half {
    background: rgba(0,72, 105, 0.2);
    color: rgba(0,72, 105);
}
.home-about-highlights i.fa.fa-bullseye {
   background: rgba(249,215,43,0.2);
   color: rgba(249,215,43);
}
.home-about-highlights i.fa.fa-info {
    background: rgba(68,146,64,0.2);
    color: rgba(68,146,64);
}
.home-about-highlights h3 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #424242;
}
/**********************************************************************************************
*FILE SECTION ACCORDIONS
**********************************************************************************************/
.accordion-out-wrap .accordion:nth-of-type(odd) {
    background-color: #fff;
}
.accordion-out-wrap .accordion:nth-of-type(even) {
    background-color: #f4fcff;
}
.item-outer-wrap.publication:nth-of-type(odd) {
    background-color: #fff;
}
.item-outer-wrap.publication {
    margin-bottom: 10px;
}
.item-outer-wrap.publication:nth-of-type(even) {
    background-color: #f4fcff;
}
.item-outer-wrap.publication .item-inner-wrap {
    padding-left: 20px;
}
.item-inner-wrap .item-container {
    display: grid;
    place-items: center;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
    outline: none !important;
    border-bottom: 1px solid #f1f1f1;
}
.item-inner-wrap {
    padding: 20px 0px;
}
a.download-btn {
    background: #f9d72b;
    padding: 15px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #414042;
    text-decoration: none;
}
a.download-btn:hover {
    background: #fff452;
}
.accordion:hover {
    background-color: #004869 !important;
    color: #fff !important;
}
.active, .active:hover {
    background: #004869 !important;
    color: #fff !important;
}
.accordion:after {
    font-family: "FontAwesome";
    content: '\f107';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion:hover:after{
    color: #f9d72b;
}
.active:after {
    content: "↑";
    color: #fff;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel .accordion-content {
    padding: 20px 0 30px 0;
}
.accordion-out-wrap {
    padding: 70px 0;
}
#logo-list-item svg g {
    fill: #fff;
}

/******************************************************************************************
## DEBT STATISTICS PAGES
******************************************************************************************/
.external-debt  {
    padding: 30px;
    position: relative;
}
.external-debt h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 30px 0;
    color: #004869;
}
.external-debt p {
    text-align: center;
}
.separater {
    content: "";
    background-image: url(/wp-content/themes/dmb/assets/divider-shadow.png);
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: -30px;
}
.ex-repository {
    padding-top: 80px;
    position: relative;
    margin-bottom: 60px;
    overflow: paged-y;
    overflow: -webkit-paged-y;
    overflow: -moz-paged-y;
}
.ex-repository-title {
    border-left: 3px solid #004869;
    padding-left: 5px;
    margin-bottom: 10px;
    color: #004869;
}
.ex-repository-title h3 {
    font-size: 24px;
    font-weight: 600;
}
.ex-repository p {
    border-top: 2px solid #eee;
    padding-top: 10px;
    margin-bottom: 10px;
}
.ex-third-row {
    background-color: #EAF4F9;
    margin-bottom: 50px;
}
body.page-template-external-debt-page div.ex-third-row {
    margin-bottom: 0px;
}
.debt-btn-2, .debt-btn-3 {
    background-color: #004869;
    border: 1px solid #004869;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    transition: 0.8s;
    display: block;
    text-align: center;
}
.debt-btn-2:hover, .debt-btn-3:hover {
    background-color: #fff;
    color: #004869;
}
a.debt-btn {
    border: 1px solid #004869;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}    
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    a.debt-btn {
        position: absolute;
    }  
}
a.debt-btn:hover {
    color: #004869;
}
a.debt-btn::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: #004869;
    z-index: -1;
    transition: 0.8s;
    top: 0;
    border-radius: 0 0 50% 50%;
    bottom: 0;
}
a.debt-btn:hover::before{
    height: 0%;
}
.side-content h1 {
    text-align: center;
    background: #004869;
    padding: 10px;
    margin: 40px;
    color: #fff;
    font-weight: 400;
}
.side-content h3 a {
    color: #000;
    text-decoration: none;
}
.side-content h3 a:hover {
    color: #004869;
    border-bottom: 2px solid #004869;
}
.side-bar-content {
    padding: 20px 0;
}
.side-bar-content a.side-bar-title {
    color: #525252;
    font-size: 16px;
}
.side-bar-content a.side-bar-title:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #000;
}
/*******************************************************************************************
/*ABOUT US
*******************************************************************************************/
div#vision-mission {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 30px;
    padding: 10px;
}
/******************************************************************************************
/*MANAGEMENT TEAM
******************************************************************************************/
.management-team-wrapper {
    margin: 30px;
}
.management-team-inner-wrapper {
    width: 290px;
    height: 290px;
    position: relative;
    margin: 50px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-size: cover;
}
.management-team-inner-wrapper::before  {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.management-team-inner-wrapper::after {
    content: "";
    position: absolute;
    background: #e2e0e0;
    width: 290px;
    height: 290px;
    left: 10px;
    top: 10px;
    z-index: -1;
}
@media (max-width: 700px){
    .management-team-inner-wrapper, .management-team-inner-wrapper::after {
        width: 370px;
        height: 370px;
    }
    .management-team-wrapper {
        margin: 0;
    }
}
.management-modal-img {
    width: 300px;
    height: auto;
}
.management-modal-img img {
    width: 100%;
    height: auto;
}
.management-team-loop {
    margin-bottom: 70px;
}
.management-team-img {
    position: absolute;
    width: 100%;
    height: auto;
}
.position, .name {
    position: relative;
    bottom: -215px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.full-team-profile {
    position: relative;
    left: 0px;
    text-align: center;
    bottom: -266px;
}
.full-team-profile a {
    padding: 8px;
    background: #004869;
    border-radius: 2px;
    color: white;
    font-size: 16px;
}
.position p {
    font-size: 16px;
    padding: 0 20px;
    margin: 0;
}
.name h4 {
    font-size: 16px;
    padding: 0px 20px;
}
/**************************************************************************************
/*CONTACT US
**************************************************************************************/
form p {
    margin-bottom: 10px;
}
form p label, 
form p label input,
form p label textarea {
    width: 100%;
}
form p label {
    font-size: 16px;
    color: #5b5b5b;
    padding-bottom: 10px;
}
form p label input {
    padding: 10px;
    border-radius: 50px;
    outline: none;
    border: 1px solid #dadada;
}
form p label input:focus, 
form p label textarea:focus {
    border: 2px solid #004869;
}
form p label textarea {
    border-radius: 7px;
    outline: none;
    border: 1px solid #dadada;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #004869;
    outline: none;
    border: 1px solid #004869;
    border-radius: 50px;
    padding: 10px 60px;
    font-size: 18px;
    color: #fff;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 16px;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-4.debt-sidebar {
    background: #EAF4F9;
}
/********************************************************************************************
/*NEWS ARCHIVE PAGE
********************************************************************************************/
.archives {
    padding: 70px 0;
}
.archives-content .row:not(:last-child) {
    margin-bottom: 25px;
}
img.post-logo {
    width: 100%;
    height: auto;
    background: #f8fafb;
}
.archives-row:nth-of-type(odd) {
    background-color: #fff;
    padding: 25px 0;
}
.archives-row:nth-of-type(even) {
    background-color: #f4fcff;
    padding: 25px 0;
}
.archives-post-content a {
    color: #2a2a2a;
    text-decoration: none;
}
.archives-post-content a:hover {
    color: #004869;
}
.sidebar {
    background: #004869;
    padding: 40px;
    margin: 0 15px;
    color: #fff;
}
.sidebar li {
    margin: 0;
    list-style-type: none;
    padding: 5px 0;
}
.sidebar li a {
    color: #fff;
    text-decoration: none;
}
.sidebar li a:hover {
    color: #f9d72b;   
}
.sidebar h2 {
    font-size: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 2.5;
    font-family: montserrat;
    font-weight: 800;
}
a.archive-link {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 10px;
    border-radius: 3px;
    transition: .5s linear;
}
a.archive-link:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
/* SINGLE ARTICLE*/
.single-article-post h3 {
    font-size: 25px;
    padding: 30px 0 20px 0;
    font-weight: 400;
    text-align: left;
}
.single-article-post img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    background: #f5f5f4;
}
.single-article-post h4 {
    font-size: 14px;
    font-style: italic;
    text-align: center !important;
    padding: 0 0 30px 0;
    margin:0;
}
@media only screen and (max-width: 992px){
   #main-region .row .col-xs-12.col-sm-12.col-md-6.col-lg-6 {
        padding: 0 !important;
    }
    .header-news {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    footer {
        padding: 0 20px !important;
    }
}
/***********************************************************************************************
## FOOTER
***********************************************************************************************/
.to-top-btn {
    position: fixed;
    width: 60px;
    height: 50px;
    bottom: 110px;
    right: 27px;
    background-color: #1e2023;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    display: none;
    z-index: 9999;
}
.to-top-btn:hover {
    color: #f5f5f5;
}
footer {
    background-color: #004869;
    color: #fff;
    font-size: 14px;
}
.footer-top h2 {
    font-weight: 700;
    font-size: 23px;
    color: #fff;
    padding-bottom: 20px;
}
.footer-top .yl {
    color: #f9d72b;
}
.footer-logo {
    padding-bottom: 10px;
    width: 100%;
}
.row.footer-inner {
    padding-top: 25px;
}
.footer-top .row>div {
    padding: 25px 15px;
}
.footer-top .site-desc {
    text-align: justify;
}
.footer-top .get-in-touch p {
    margin: 0;
    padding: 0;
}
.footer-top .get-in-touch p a {
    color: #dcdcdc;
}
.footer-top .get-in-touch p a:hover {
    color: #00a3ff;
    text-decoration: underline;
}
.footer-top .get-in-touch p:first-child {
    margin-bottom: 10px;
}
.footer-content ul#menu-debt-profile,
.footer-content ul#menu-quick-links{
    padding: 0;
}
.footer-top .menu-debt-profile-container ul li,
.footer-top .menu-quick-links-container ul li {
    list-style-type: none;
    padding: 6px 0;
    border-bottom: 1px solid #dcdcdc;
    width: 85%;
    position: relative;
}
ul#menu-debt-profile li:last-child(),
ul#menu-quick-links li:last-child() {
    border-bottom: 0 !important;
}
.footer-content ul#menu-debt-profile li::before,
.footer-content ul#menu-quick-links li::before {
    font-family: "FontAwesome";
    content: "\f101";
    color: #fff;
    position: absolute;
    padding-top: 3px;
    left: -20px;
    top: 3px;
}
.footer-content ul#menu-debt-profile li:hover::before,
.footer-content ul#menu-quick-links li:hover::before {
    color: #f9d72b;
}
.footer-content ul#menu-debt-profile li a,
.footer-content ul#menu-quick-links li a {
    color: #fff;
    text-decoration: none;
}
.footer-content ul#menu-debt-profile li a:hover,
.footer-content ul#menu-quick-links li a:hover {
    color: #f9d72b;
}
.footer-bottom .container .row {
    border-top: 1px solid #f9d72b;
    padding-top: 30px;
}
.footer-bottom {
    text-align: center;
    background-color: #004869;
    padding: 25px 0 30px 0;
}
.footer-bottom .site-info {
    padding: 9px;
}
.footer-bottom .container .row p {
    margin: 0;
    padding: 7px;
    font-size: 14px !important;
}
.footer-bottom .container .row .col-lg-8 p:nth-child(2){
    display: none;
}
.footer-bottom .container .row p a {
    color: #f9d72b;
    font-weight: bold;
}
.footer-bottom .container .row p a:hover {
    color: #fff;
}
/******************************************************************************************
## WP PAGE NAVI
******************************************************************************************/
.wp-pagenavi {
    text-align: center;
    position: relative;
    top: 40px;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none !important;
    padding: 10px 12px !important;
    color: #666565 !important;
    border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #004869 !important;
    color: #004869 !important;
}

.search-link-download a {
    background: #6b44e3;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
}
.search-link-download a:hover {
    background: #755ac7;
    text-decoration: none;
}
.nav-links {
    display: flex;
    column-gap: 50px;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.nav-links div a {
    padding: 15px;
    background: #cfcfcf;
    color: #000;
}
.nav-links div a:hover {
    background: #f9f9f9;
    text-decoration: none;
}