﻿.featureBox {
    box-shadow: 5px 10px 18px #888888;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height: 200px
}

.featureImg {
    width:150px;
}

#featuresWrapper {
    margin-top: 30px;
}

#targetParagraph {
    margin-bottom: 10px
}

#accessParagraph {
    margin-bottom: 15px
}

.customItem {
    margin-top: 5px
}

.caption {
    color: #1B3F8B;
    font-weight: bold
}

#tmsInJumbotron {
    text-align: center;
}

#libertyInJumbotron {
    font-family: FSAlbert;
    font-weight: bolder
}

#imgInJumbotron {
    text-align: left;
    width: 70px;
}

.closeableHeading .myArrow:after {
    content: '\02C5';
}

.closeableHeading[aria-expanded="true"] .myArrow:after {
    content: '\02C4';
}

.closeableHeading:hover {
    cursor: pointer;
}

.myPanelBody {
    padding: 2rem;
}

/*.featureWrapper {
    margin-top: 15px;
}*/