.releases-section {
    margin-top: 130px;
}
h1 {
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 32px;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.description {
    margin-bottom: 64px;
    padding-bottom: 16px;
    border-bottom: 1px solid #00A3C3;
}
.description, .description a {
    font-family: 'Raleway-Regular', sans-serif;
    color: #414141;
}
.button-group {
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
button.button {
    box-shadow: none;
    border: 0;
    transition: all 0.5s ease;
}

p.filter-title {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold', sans-serif;
    color: #414141;
}
.filter-title img.img-fluid {
    margin-right: 4px;
    max-width: 16px;
}
.filter-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 100%;
}
.button-group > button.button, .button-group label {
    padding-left: 22px;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-family: 'Raleway-Regular', sans-serif;
    font-size: 14px;
}
.button-group > button.button.is-checked {
    color: #00A3C3;
    font-family: "Raleway-Medium", sans-serif;
}
button.button:hover {
    color: #00A3C3;
}
.filter-title-container .button {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    color: #414141;
}
.free-checkbox, .chapter-checkbox {
    display: flex;
    align-items: center;
    position: relative;
}
input.button {
    position: absolute;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 9;
    top: 10%;
}
.false-checkbox {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #CBCBCB;
    top: 10%;
}
input.button:checked + .false-checkbox {
    background-color: rgb(0, 163, 195, 1);
}
#year-group > button.button {
    width: 20%;
}
.category {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 12px;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 0;
}
.small-heading {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 14px;
    color: rgb(0, 163, 195, 1);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}
.small-heading img {
    max-width: 16px;
}
.btn-information {
    display: inline-block;
    padding: 8px;
    color: #FFFFFF;
    background-color: #FEC48D;
    text-decoration: none;
    font-family: "Raleway-Bold", sans-serif;
    border-radius: 4px;
    min-width: 120px;
    transition: all 0.5s ease;
}
.btn-information:hover, .btn-information:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #d2ab86;
}
.release-title {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 14px;
    color: #414141;
    margin-top: 8px;
}
.modal-trigger-container {
    text-align: center;
}
.grid-item {
    margin-bottom: 24px;
}
.col-lg-9 .item-img-container {
    border-bottom: 1px solid #cbcbcb;
}
.col-lg-9 .item-img-container img {
    height: 220px;
    object-fit: cover;
}
.item-img-container {
    position: relative;    
    padding: 8px;
    text-align: center;
}
.item-img-container img {
    border: 1px solid #cbcbcb;
}
.grid-item-container {
    border: 1px solid #cbcbcb;
    padding: 8px 0;
}
.grid-item-container .small-heading, 
.grid-item-container .release-title {
    padding: 0 8px;
}
.close-container {
    padding: 0;
    transition: .15s ease-in-out;
    width: 24px;
    cursor: pointer;
    margin-right: 0;
}
.close-container .line  {
    background-color: #1C1B1B;
    width: 24px;
    height: 3px;
    display: block;
    margin: 11px auto 11px 0;
    border-radius: 2px;
    margin-left: 0;
}
.close-container .line:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    -o-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
.close-container .line:nth-child(2) {
    opacity: 0;
}
.close-container .line:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
.close-container:hover, .close-container:focus {
    transform: rotate(90deg);
}
button#trigger {
    font-family: 'Raleway-Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1px solid rgb(0, 163, 195, 1);
}
main .col-lg-3 button {
    background-color: transparent;
}
.modal-dialog {
    max-width: 900px;
    width: 100%;
    margin: 24px auto;
}
.modal-grid {
    border-top: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    margin-top: 8px;
}
.grid-row {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 169px auto;
    -ms-grid-columns: 169px auto;
    text-align: left;
    border-bottom: 1px solid #CBCBCB;   
}
.column-1 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    border-right: 1px solid #CBCBCB;
    padding: 8px;
}
.column-2 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    padding: 8px;
}
.grid-row p {
    font-family: "Raleway-Regular", sans-serif;
    color: #414141;
    margin-bottom: 0;
}
.modal .release-title {
    margin: 0;
    text-align: left;
}
.modal .author {
    text-align: left;
    font-family: "Raleway-Italic", sans-serif;
    margin-bottom: 0;
}
.modal .title-container {
    text-align: left;
}
.modal *:not() {
    text-align: left;
}
.modal .details {
    margin: 0;
}
.modal .close-container {
    margin-right: 16px;
}
.modal .btn-information {
    margin-top: 8px;
}
.modal .small-heading {
    font-size: 12px;
}
.modal .details-container p, .modal .grid-row p {
    font-size: 14px;
    text-align: left;
    color: #414141;
}
.modal .item-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;    
    height: 100%;
}
.modal .item-img-container.between {
    justify-content: space-between;
}
.modal .item-img-container.center {
    justify-content: center;
}
.modal .details-container p:not(.author) {
    font-family: "Raleway-Regular", sans-serif;
}
.modal .details-container p {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .modal .small-heading {
        margin-top: 16px;
    }
    .modal .item-img-container img {
        max-height: 220px;
    }
    h1 {
        padding-bottom: 24px;
    }
    .filters {
        position: fixed;
        width: 100%;
        left: -1000vw;
        top: 0;
        background-color: #f0f0f0;
        padding: 16px;
        transition: left 0.5s ease;
    }
    .filters.opened {
        left: 0;
        z-index: 9999;
        min-height: 100vh;
        height: 100%;
        overflow: scroll;
    }
}
@media only screen and (min-width: 992px) {
    #trigger, #close-container{
        display: none;
    }
    .release-title {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .col-lg-9 .release-title {
        min-height: 144px;
    }
}
