body {
    background:url(../img/body-bg.png) no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #6c5a41;
    font-weight: normal;
    font-family: 'Gelasio', serif;
    padding: 30px 0;
}



:fullscreen #full_screen
{
    display: none !important;
}

.article-scroll-box:fullscreen 
{
    overflow: auto !important;
}


h1,h2,h3,h4,h5,h6{
   font-weight: 600;
   color: #6c5a41;
}
h1{
    font-size: 26px;
 }
a{
    color: #1a76b7;
    text-decoration: none;
}
a:hover{
    color: #687f2c;
    text-decoration: none;
}
section{
    padding: 0;
    margin-bottom: 2.3rem;
}
.wrapper{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);
}
.navbar-light .navbar-nav .nav-link {
    color: #6c5a41;
}.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #687f2c;
    border-radius: 8px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 20px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    background: #687f2c;
    border-radius: 8px;
}
.bg-light {
    background-color: #f0f0f0!important;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
}
.top-serarch-bar{
    width: 100%;
    display: block;
    background: #1a76b7;
    padding: .5rem 1rem;
}
#custom-search-input .search-query {
    padding-right: 15px;
    padding-right: 15px \9;
    padding-left: 15px;
    padding-left: 15px \9;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    border: 0;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.23);
box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.23);
}
#custom-search-input .btn-success {
    background: #687f2c;
    border: 0;
    outline: 0;
    border-radius: 0;
    height: 38px;
}

.page-wrapper{
    width: 100%;
    display: block;
background: rgb(236,213,179); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(236,213,179,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(236,213,179,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(236,213,179,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd5b3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    padding: 1rem 1rem;
}

.article-scroll-box{
    width: 100%;
    display: block;
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #dfc8a8;
}
.scroll_text{
	height:450px;
	overflow:auto;
	padding:0px 15px 0 0;
}
.scroll_text::-webkit-scrollbar {  
    width: 6px;  
}  
.scroll_text::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  
.scroll_text::-webkit-scrollbar-thumb {  
   background-color: #687f2c;
border: 1px solid rgba(92, 92, 92, 0.5);
border-radius: 10px;
}  
.scroll_text::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
	
}  

:fullscreen .scroll_text
{
    height: auto !important;
}
.page-row{
    width: 100%;
    display: block;

}
.page-row h1{
    position: relative;
}

.page-row h1:before {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 163px;
    height: 3px;
    content: "";
    background-color: #687f2c;
}


.articles-list{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
    justify-content:space-between;
}
.articles-list-item:last-child{
   margin-right: 0;
}
.articles-list-item{
    background: #fbfbfb;
    padding: 6px;
    border: 1px solid #dfc8a8;
    margin-right: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    
}
.articles-list-item h3{
    display: inline;
    font-size: 20px;
    margin-left: 10px; 
        max-width: calc(83% - 25px);
}
.articles-list-item a:hover h3{
    color: #687f2c;
}
.category-list{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 25px;
   
}

.category-list-item{
    background: #fbfbfb;
    border: 1px solid #b09e90;
    margin-right: 13px;
    display: flex;
    align-items: center;
    position: relative;
    
}
.category-list-item:last-child{
    margin-right: 0;
 }
.category-thumbnail{
    width: 100%;
    display: block;
   
}
.category-list-item h3 {
    position: absolute;
    background-color: rgba(108, 90, 65, 0.95);
    color: #fff;
    margin: 0;
    font-size: 20px;
    text-align: center;
    bottom: 0;
    min-height: 68px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.category-thumbnail a:hover h3{
    background-color: rgba(64, 79, 28, 0.95);
}
.Opportunity{
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #b09e90;
    padding: 15px;
    margin-top: 25px;
}
.Opportunity a{
    font-weight: 600;
}
.search-result-list{
    width: 100%;
    flex-direction: column;
    justify-content:space-between;
}
.search-result-list-item:last-child{
   margin-right: 0;
}
.search-result-list-item{
    display: flex;
    width: 100%;
    background: #fbfbfb;
    padding: 6px;
    border: 1px solid #dfc8a8;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}
.search-result-thumbnail img{
    width: 100px;
}
.search-result-con h3{
    font-size: 20px;
}
.search-result-con{
    width: 100%;
    margin-left: 15px;
}
.search-result-con p{

}
.search-result-con a:hover{
    color: #687f2c;
}

h1.inner-page{
    margin-bottom: 25px;
}


.signup-form {
    width: 400px;
    margin: 30px auto;
}
.signup-form.contact{
    width: 100%;
    margin: 30px auto;
}
.signup-form.contact textarea{
    min-height: 300px;
}
.signup-form .form {
    color: #6c5a41;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #edd5b3;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    padding: 30px;
}
.signup-form h2 {
    color: #333;
    font-weight: bold;
    margin-top: 0;
}
.signup-form .form-group {
    margin-bottom: 20px;
}
.signup-form .form-control {
    height: 41px;
    background: #fff;
    box-shadow: none !important;
    border: none;
}
.btn-main{
    font-size: 16px;
    background: #1a76b7;
    border: none;
    color: #fff;
}
.btn-main:hover {
    background: #687f2c;
    color: #fff;
}
.signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: #1a76b7;
    border: none;
    min-width: 140px;
}
.signup-form .btn:hover {
    background: #687f2c;
}
.article-heading-bar {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.card-header h3{
    font-size: 18px;
    color: #fff;
}
.card-header {
    background-color: #1a76b7;
}
.table .bg-light-brown th {
    color: #6c5a41;
    background-color: #edd5b3;
    border-color: #d1ba9a;
    vertical-align: top;
}
.table.bg-light-brown td{
    color: #6c5a41;
}
.newsletter-series-box{
    background: #fbfbfb;
    padding: 6px;
    border: 2px solid #dfc8a8;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 150px;
    margin-bottom: 15px;
}
.no-box{
    padding: 15px;
    font-weight: 600;
    background: #687f2c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    margin-bottom: 10px;

}
.newsletter-series-box h3{
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.articles-thumbnail
{
    width: 100%;
}


.no-padding
{
    padding-left: 0px;
    padding-right: 0px;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

@media (max-width: 575.98px) {
    body {
        padding: 15px 0;
    }
    .navbar-brand {
        width: 70%;
    }
    a.navbar-brand img {
        width: 100%;
    }
    .scroll_text {
        height: 300px;
    }
    .articles-list {
        flex-direction: column;
    }
    .articles-list-item {
        margin-bottom: 25px;
    }
    .articles-thumbnail{
        width: 100%;
    }
    .articles-thumbnail img{
        width: 100%;
    }
    .articles-list-item h3 {
        display: inline;
        font-size: 20px;
        margin-left: 10px;
        padding: 10px;
        display: block;
        margin: 0;
        text-align: center;
    }
    .category-list {
        flex-direction: column;
    }
    .category-list-item {
        margin-bottom: 25px;
    }
    .category-thumbnail img{
        width: 100%;
    }
    .articles-list-item h3 {
    display: inline;
    font-size: 20px;
    margin-left: 10px;
    padding: 10px;
    /* height: 115px; */
    display: block;
    margin: 0;
    text-align: center;
}
.signup-form {
    width: 100%;
    margin: 30px auto;
}
.signup-form .form {
    padding: 15px;
}
 }


@media (min-width: 576px) and (max-width: 767.98px) { 
    
    
}


@media (min-width: 768px) and (max-width: 991.98px) { 
   
    
 }



 @media (min-width: 992px) and (max-width: 1400px) { 
    
 }

 @media (min-width: 1401px) and (max-width: 1600px) { 
    
 }


 @media screen and (max-width: 1024px) and (max-height: 768px) { 
    
  }  
@media screen and (max-width: 1024px) and (max-height: 600px) {

    

  }


