body {
    padding: 0px;
    margin: 0px;
    background-color: #efefef;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
}
a, a:visited {
    color: #dc9b43;
    text-decoration: none;
}
a:hover, a:active {
    color: #fcb554;
    text-decoration: underline;
}
h4 {
    font-size: 1.25rem;
    line-height: 2rem;
}
.btn-primary {
    color: #fff;
    background-color: #fcb554;
    border-color: #fcb554;
}
.btn-primary:hover {
    color: #fff;
    background-color: #dc9b43;
    border-color: #dc9b43;
}
.constraint {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    max-width: 1100px;
}
.content {
    background-color: #fff;
    color: #666;
    box-shadow: 0px 0px 3px 3px #e4e4e4;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.header-bar {
    position: absolute;
    z-index: 2000;
    width: 100%;
    padding: 10px;
    background-color: #545454;
    box-shadow: 0px 0px 4px 2px #ccc;
}
.footer {
    padding-top: 20px;
    text-align: center;
    font-size: .85em;
}
.title {
    float: left;
    color: #fcb554;
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 10px;
}
.logo {
    float: left;
    margin: -5px;
    height: 40px;
}
#dropdown-link {
    float: right;
    padding: 5px 10px 5px 10px;
    border: 1px solid #fcb554;
    border-radius: 3px;
}
#top-menu {
    float: right;
    background-color: #545454;
}
#top-menu a {
    display: inline-block;
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 0px 10px;
}
#top-menu a {
    color: #efefef;
}
#top-menu a.active, #top-menu a:hover {
    background-color: #fcb554;
    color: #484848;
    text-decoration: none;
    border-radius: 2px;
}
#carousel {
    background-color: #545454;
    color: #efefef;
    box-shadow: 0px 0px 4px 2px #ccc;
    border-radius: 8px;
    margin: 20px;
}
.carousel-item {
    text-align: center;
}
.carousel-content {
    display: inline-block;
    margin: 0 auto 0 auto;
    padding: 20px;
}
.carousel-left-col {
    float: left;
    padding-right: 20px;
    text-align: right;
}
.carousel-right-col {
    float: left;
    text-align: left;
}
.content {
    padding: 50px 10px 10px 10px;
}
.content-section {
    padding: 20px;
}
.text-gray {
    color: #333;
}
.text-orange {
    color: #fcb554;
}
.text-green {
    color: rgb(60, 141, 60);
}
.text-red {
    color: #dc3545;
}
.contact-box {
    display: inline-box;
    margin: 20px 0px 20px 0px;
    padding: 20px;
    border: none;
    border-radius: 6px;
    background-color: #545454;
    color: #efefef;
    box-shadow: 0px 0px 4px 2px #ccc;
}

@media only screen and (max-width: 699px) {
    #top-menu {
        display: none;
        position: absolute;
        z-index: 1000;
        right: 10px;
        top: 55px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
    }
    #top-menu a {
        display: block;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }
    #top-menu .small-hide {
        display: inline;
    }
    #carousel {
        display: none;
    }
    .section-image {
        display: none;
    }
    .content-section h2 {
        font-size: 1.5em;
    }
    .mobile-hide {
        display: none;
    }
}
@media only screen and (max-width: 949px) {
    .small-hide {
        display: none;
    }
}
@media only screen and (min-width: 700px) {
    #dropdown-link {
        display: none;
    }
}