body {
	    background: none;
}

html > body #container-body {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
}

#container-body a {
    color: #0063B2;
}

h5, h3 {
      font-weight: 300;
}

#search-section {
    position: relative;
    font-size: 18px;
    padding-top: 40px;
    margin: -20px auto 0;
}

#search-section label {
    position: absolute;
    left: 17px;
    top: 51px; display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#search-section input {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px; height: 46px;
    font-size: 18px;
    line-height: 1.3333333;
}

#search-clear {
    text-decoration: none;
    position: absolute;
    right: 18px;
    top: 54px;
    color: #b3b3b3;
}

.hide {
    display: none;
}

.topic {
    font-size: 24px;
    display: block;
    letter-spacing: 0px;
}

.rectangle {
    background: #FFFFCC 0% 0% no-repeat padding-box;
    border: 1px solid #CC9A34;
    border-radius: 10px;
}

.breadnav {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
}

ul.sub-topic {
    list-style: none;
}
  
ul.sub-topic li::before {
    content: "\2022";  
    color: #BFBF9D; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
}
  
.sub-topic {
    font-weight: bold;
}

.badge-light {
    color: #A28F6A;
    background-color: #EFEFC5;
}

.arrow-right {
    color: #9A9A9A;
    display: inline !important;
}

.qrow {
    padding: 10px;
}

.question_text {
    color: #3B3B35;
    font-size: 20px;
    padding-bottom: 15px;
}

.media_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 4px;
    font-size: 20px;
    padding: 10px;
}

.download_text {
    padding-top: 5px;
    font-size: 14px;
}

.meta_head {
    font-size: 12px;
    color: #99998A;
}

.meta_value {
    font-size: 12px;
    color: #62625C;
}


@media screen and (max-device-width: 992px), screen and (max-width: 992px) {
    html > body #container-body {
        padding: 10px;
        margin: 0px;
    }

    .arrow-right {
        display: none !important;
    }
    .qrow {
        padding-bottom: 10px;
    }
    .qblock {
        display: block;
    } 
}