﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.section-topics {
    padding: 0px 0 114px;
}
.section-topics .section__head {

    margin-bottom: 30px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.85rem + 2px);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.625em + 1.8rem + 2px);
    padding: 0.8rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625;
    color: #4C5463;
    background-color: #E5E5E5;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    height: calc(1.625em + 1.8rem + 2px);
    padding: 0.8rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.625;
    color: #4C5463;
    background-color: #E5E5E5;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}