/*! Place your custom styles here */
.bar .logo {
    max-height: 3em;
    max-width: none;
}
footer .logo {
    max-height: 3em;
}
h2, .h2 {
   color: #e30613 !important;
}
h1, .h1 {
    font-size: 2em;
    font-weight: 900;
    line-height: 1.31818182em;
    color: #e30613 !important;
}
.blue {color: #0d4574 !important;}
.red {color: #e30613 !important;}
.bold {font-weight: 900;}
.icontable{font-size:2em;}
section.nobottom{padding-bottom:0px;}
.boxed-table {
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
}
table tr td i{vertical-align: inherit;}
.menu-toggle i {
    color: #252525 !important;
}
.bg--dark .bg--secondary {
    background: #3f3f3f;
}
.accordion li.active .accordion__content {
    max-height: 100vh !important;
}
.box-shadow-wide {
     box-shadow: none; 
}