.header {
    background: rgb(27, 79, 110);
    background: linear-gradient(90deg, rgb(27, 79, 110) 0%, rgb(31, 95, 131) 100%);
}

.footer {
    background: rgb(27, 79, 110);
    background: linear-gradient(90deg, rgb(27, 79, 110) 0%, rgb(31, 95, 131) 100%);
    margin-top: 2rem;
    color: rgba(221, 216, 216, 0.5);
}


.h1, h1 {
    #font-size: calc(0.8rem + 1.2vw)!important;
  	#margin-top: 1rem;
  	#margin-bottom: 3rem;
   font-size: 2rem!important;
}

.mod-breadcrumbs__divider {
  padding-right: 0.3rem;
}

.searchmod {
    background-color: rgba(0,0,0,.03) !important;
  	#background-color: #eae9ef  !important;
  	#background-color: #293365  !important;
  	border: 2px solid #dfe3e7 !important;
  	padding-top: 2rem;
  	padding-bottom: 2rem;
  	margin-top: 2rem;
  	#margin-bottom: 1rem;
}

.cad-article-right {
    background-color: rgba(0,0,0,.03) !important;
}
