/* whitepapers-main */
.whitepapers .whitepapers-img{
    height: 200px;
    overflow: hidden;
}
.whitepapers .card img{
    border: 1px solid #ecedef;
}
.whitepapers .card .card-body .date{
    font-size: 12px;
    color: #010101;
}
.whitepapers .card .card-body .date ul li{
	font-size: 12px;
}
.whitepapers .card .card-body .card-title a,
.whitepapers .card .card-body .card-title{
    font-size: 18px;
    line-height: 28px;
    color: #010101;
    font-weight: 600;
}
.whitepapers .card .card-body .card-title a:hover{
    color: #2479a6;
}
.whitepapers .card .card-body .card-text{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.whitepapers .card .whitepapers-read-more .btn{
    font-size: 14px;
    font-weight: 600;
}
.blue_btn {
    background: #2479a6;
}



/* whitepapers-details */
.whitepapers .card img{
    height: 180px;
}
.whitepapers .card .card-body .card-text p{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.whitepapers .card .download .download-title{
    background-color: #ecedef;
    color: #f59635;
    font-size: 16px;
}
.whitepapers .card .download form .form-control {
    font-size: 14px;
    color: #010101;
}
.whitepapers .card .card-body .card-text .overview h3{
    font-size: 16px;
    color: #f59635;
}
.whitepapers .card .card-body .card-text .overview ul li{
    font-size: 16px;
    line-height: 26px;
    color: #010101;
}
.whitepapers .card .card-body .card-text .overview ul li::before{
    content: "-";
    padding-right: 10px;
    vertical-align: middle;
}
.whitepapers .card .card-body .card-text .overview p a{
    color: #2479a6;
}
.whitepapers .card .card-body .card-text .overview .card_deck_wrapper{
    border: #ecedef solid 1px;
}
.whitepapers .card .card-body .card-text .overview .card_deck_wrapper h2{
    background: #ecedef;
    color: #6c6c6c;
    font-size: 26px;
}
.whitepapers .card .card-body .card-text .overview .card_deck_wrapper .card-body p{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}












/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
}
