/*
 * TYPOGRAPHY
 */
h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 10px 0;
}

.news-item a,
.news-mosaic a,
.events .item a:not(.btn) {
    color: #333;
}

/*
 * LAYOUT
 */
.row,
.row-fluid,
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,
.col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,
.col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,
.col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
.col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14,
.col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16,
.col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19,
.col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21,
.col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24,
.col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 15px;
    padding-right: 15px;
}

.line {
    padding-top: 15px;
}

/*
 * TWEAKS
 */
.line.zone-footer {
    margin-top: 50px;
}

.thermo-component {
    max-width: 650px;
}

.search-form .form-horizontal .control-label {
    width: auto;
}

legend {
    margin: 20px 0;
}

.nav-pills {
    padding: 20px 0;
}

.navbar {
    margin-bottom: 0;
}

.news-list-title {
    line-height: 33px;
}

.content.member h1 {
    margin-top: 0;
}

.chosen-container-multi .chosen-choices {
    min-width: 297px;
    max-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chosen-container-multi .chosen-drop {
    min-width: 297px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: inherit !important;
    font-family: inherit;
    margin: 0;
    height: 20px;
    min-width: 297px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin-top: 0;
    margin-bottom: 0;
}

.chosen-container-multi .chosen-choices li.search-choice ~ .chosen-container-multi .chosen-choices li.search-field > input[type=text] {
    min-width: 0;
}

.form-horizontal input[type="file"] {
    margin-top: 6px;
}

.form-horizontal .input-checkbox {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

ul.error {
    padding-left: 0;
    list-style: none;
}

/*
 * MEDIA QUERIES
 */
@media (max-width: 991px) {
    .campaign-donate-details-part.thermo-circ {
        width: auto;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        margin-right: 16px;
        padding: 7px 4px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 40px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .zone-footer .col-sm-6 {
        margin-bottom: 22px;
    }
    .container {
        width: 94%;
    }
}
