#content{
    margin: auto;
    max-width: 1300px;
}

.filtersColumn {
    float: left;
    width: calc(100% - 900px);
    min-width: 200px;
    overflow: hidden;
    height: fit-content;
    margin-top: 50px;
    margin-left: 50px;
    background-color: #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*a{
    text-decoration: underline;
    color: #0000FF;
}*/

a .headerOption{
    color:black;
}

.blogPostDate{
    color: #BBB;
    margin-bottom: 20px;
}

.filterTitleContainer{
    float: left;
    min-width: fit-content;
    width: 50%;
    padding-left: 15px;
    font-size: 18px;
}

.filterTitleContainer:hover{
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid black;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.open{
    color: white;
    background-color: black;
}

.filtersColumnTitle {font-size: 28px;text-align: center;text-transform: uppercase;margin-bottom: 30px;}

.filterContainer {
    text-transform: uppercase;
    margin-left: 15px;
}

.filterContainer:hover{
    cursor: pointer;
}

.filterTitle {font-size: 22px;line-height: 1.5;min-width: fit-content;width: 50%;/* float: left; */height: fit-content;overflow: hidden;}

.filterOptionsContainer {margin-left: 50px;display: none;}

.filterOptionTitle {font-size: 18px;line-height: 1.6;font-family: AmnestyTradeGothic-Cn18;/* display: none; */}

.filterOptionTitle:hover{
    font-family: 'AmnestyTradeGothic-BdCn20';
}

.actionFormContainer {width: 85%;padding: 7.5%;padding-top: 20px;padding-bottom: 20px;overflow: hidden;font-size: 1.1em;height: fit-content;}

.actionFormTitle {font-size: 2rem;margin-bottom: 20px;}

.actionFormRow {width: 100%;overflow: hidden;height: fit-content;margin-bottom: 5px;}

.actionFormLabel {
    float: left;
    width: 50%;
}

.actionFormInput {width: 50%;float: left;}

.actionFormInput input, .actionFormInput select{
    width:100%;
    padding: 2px;
    padding-left: 15px;
}

.actionFormCheckbox{
    width: 10px;
    height: 10px;
    border: 1px solid black;
    background-color: white;
}

.actionFormCheckboxChecked{
    background-color: black;
}

.actionFormButton{
    background: black;
    color: white;
    width: 145px;
    font-size: 30px;
    text-align: center;
    padding: 5px;
    margin: 20px;
    /* margin-bottom: 0px; */
    cursor: pointer;
}

.actionExternalLink{
    width: 220px;
    text-align: center;
    line-height: 1.5;
    font-size: 30px;
    padding:10px;
}

.blogCenteredContent{
    width:800px !important;
    min-width:0px;
    float:left;
    margin-left: 50px;
}
#blogTitle{
    position: relative;
    font-size: 21px;
    margin-bottom: 65px;
    font-family: 'AmnestyTradeGothic-BdCn20';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 80px;
    color: #333234;
    text-align: center;
    border-bottom: 1px solid #e8e2e2;
    height: 29px;
}
#blogPostTitle{
    margin-top: 40px;
    position: relative;
    font-size: 32px;
    letter-spacing: 1px;
    /* color: #666666; */
    /* margin-left: 20px; */
    text-transform: uppercase;
    margin-bottom:30px;
    font-family: 'AmnestyTradeGothic-BdCn20';
}
.blogSubtitle{
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'AmnestyTradeGothic-BdCn20';
}
.blogImage{
    position: relative;
    display: block;
    max-width:800px;
    height:auto;
    margin: 0 auto;
    margin-bottom: 15px;
}
.blogCaption{
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    margin-bottom: 25px;
    font-family: 'AmnestyTradeGothic-BdCn20';
}
.blogText{
    position: relative;
    display: block;
    margin-top: 25px;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: black;
    font-size: 15px;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'AmnestyTradeGothic';
}
.blogGallery{
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.slick-dots {
    top: 20px;
    right:20px;
    width:auto;
}
.slick-dots li{
    width:14px;
    margin:0 3px;
}
.slick-dots li button:before {
    border: 2px solid #b3a193;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    color: transparent;
    font-size: 0px;
    opacity:1;
}

.slick-dots li.slick-active button:before {
    background-color:#b3a193;
    opacity:1;
}
.blogSlider{
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom:15px;
}
.blogSliderWrapper{
    width:700px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.blogSliderSlide{
    margin-right:10px;
    margin-left:10px;
}
.blogSliderLeftArrow{
    position: absolute;
    left: 12.5px;
    height: 50px;
    top: calc(50% - 21.5px);
}
.blogSliderRightArrow{
    position: absolute;
    height: 50px;
    right: 12.5px;
    top: calc(50% - 21.5px);
}
.slick-slide{
    height:auto;
}

.downloadableFileContainer{
    width: 200px;
    /* margin: auto; */
}
.downloadableFileLogo{
    width: 64px;
    position: relative;
    margin-left: 68px;
}
.downloadableFileName{
    text-align: center;
}

@media screen and (max-width: 1180px){
    .filtersColumn{
        width: calc(100% - 100px);
        /* margin: 50px; */
    }

    .filtersColumn {}

    .blogCenteredContent {
        width: 90% !important;
        margin-bottom: 40px;
        margin-left: 5%;
    }
}

@media screen and (max-width:768px){
    .blogCenteredContent{
        width:100% !important;
        margin-bottom:40px;
        margin-left: 0px;
    }
    .blogCaption{
        width:75%;
    }
    .blogSliderWrapper{
        width:80%;
    }
    .blogImage{
        width:100%;
        height:auto;
        max-width:100%;
    }
    #blogTitle{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 10px;
        font-size: 19px;
        letter-spacing: 2px;
    }
    #blogPostTitle{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight:bold;
    }
    .blogSubtitle{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
    }
    .blogPostDate{
        width: 90%;
        margin: 0 auto;
    }
    .blogText{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        line-height: 15px;
        font-size: 13px;
    }
    .blogSliderLeftArrow, .blogSliderRightArrow{
        height:20px;
        top:calc(50% - 10px);
    }
    .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
    .slick-dots {
        top: 10px;
        right: 10px;
    }
    .actionFormButton{
        margin: 20px auto;
    }
}