/* These changes should only apply in the front end */
.default-form input[type="radio"]:checked + label::before {
    background: #ff6000;
    border: 2px solid #fff;
    -moz-box-shadow: #cc4c00 0 0 0 1px;
    -webkit-box-shadow: #cc4c00 0 0 0 1px;
    box-shadow: #cc4c00 0 0 0 1px;
}

.default-form input[type="radio"] + label::before {
    border: 1px solid #cc4c00;
    background: #fff;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 10px;
    transition: 0.25s ease all;
    width: 1em;
}

.default-form input[type="radio"], .default-form input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

label {
    margin-right: 10px;
}

.pagination > li > a,
.pagination > li > span {
    border-color: #ccc;
    color: #ff6000;
    font-size: 1.143em;
    font-weight: bold;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #ff6000;
    border-color: #cc4c00;
    color: #fff;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background-color: #fff;
    border-color: #993900;
    color: #ff6000;
    margin: -2px 1px 0 -1px;
    padding: 8px 14px;
}

h1 {
    color: #ff6000;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    margin: 10px 0;
}

h1.page-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.3em
    }
}

#top-nav-bar .navbar-default .navbar-nav > li > a:hover,
#top-nav-bar .navbar-default .navbar-nav > li > a:focus,
#top-nav-bar .navbar-default .navbar-nav > li > a.highlighted {
    background: #000;
    color: #ff6000;
}

figure.right {
    float: right;
    margin-left: 15px;
    margin-top: 0;
    max-width: 50%;
}

figure .image-wrapper {
    overflow: hidden;
    width: 100%;
}