/* Exposed Filter */

/* Hide on landing page */
.theme-list-view .block-global-filter {
    display: none;
}

.block-global-filter label {
    font-weight: normal;
}
.block-global-filter .captcha-admin-links {
    display: none;
}
.block-global-filter {
    border-radius: 5px;
    background-color: #eceae7;
    padding: 12px 30px 25px 30px;
    margin-bottom: 15px;
}
.top-filters .views-exposed-widget {
    color: #64a70b;
    padding-top: 0;
    padding-right: 20px;
}
.block-global-filter label {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 2px;
    color: #64a70b;
    font-size: 14px;
}
.block-global-filter .form-item.form-type-textfield.form-item-tid,
.block-global-filter .global-filter-set-all {
    display: none;
}
.block-global-filter .form-type-select {
    padding: 0;
    margin: 0 auto;
    display: block !important;
    border: 1px solid #64a70b;
    width: 100%;
    max-width: 650px;
    height: 30px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: white;
    box-sizing: border-box;
}
.block-global-filter .form-type-select:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #64a70b url(../../images/chevron-down-white.png) no-repeat 9px 11px;
    background-size: 14px auto;
    height: 100%;
    width: 30px;
    pointer-events: none;
}

.block-global-filter .form-type-select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.block-global-filter .form-type-select select:focus {
    outline: none;
}
.block-global-filter select option {
    font-weight: 500;
    letter-spacing: 0.5px;
}
@media(max-width: 480px) {
    .block-global-filter .form-type-select select {
        width: 100%;
    }
}

/* Theme List View */
.page-node-36977 .region-content {
    margin-bottom: 0;
}
.theme-list-view {
    margin-bottom: 60px;
}
.theme-list-view .view-header {
    font-weight: 500;
}
,theme-list-view a {
    color: #004c97;
 }
.theme-list-view .view-content > .item-list > ul {
    overflow: hidden;
    padding: 0;
}
.theme-list-view .view-content > .item-list > ul > li {
    float: right;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    background: none;
}
.theme-list-view .view-content > .item-list > ul > li:before {
    content: '\f138';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    font-size: 16px;
    left: 0;
    color: #c4d600;
}
.theme-list-view .view-content > .item-list > ul > li.first {
    width: 66.66666666666%;
    padding-left: 20px;
}
.theme-list-view .view-content > .item-list > ul > li.last {
    width: 33.33333333333%;
    padding-right: 35px;
    padding-left: 20px;
}
.theme-list-view .view-content > .item-list > ul > li > .views-field-name a {
    font-size: 17px;
    font-weight: 600;
}

.theme-list-view .view-content > .item-list > ul ul {
    margin: 3px 0 0 -15px;
    padding-left: 0;
    float: none;
    width: auto;
    padding-right: 25px;
}
.theme-list-view .view-content > .item-list > ul ul:last-child {
    margin-left: 0;
    padding-right: 0;
}
.theme-list-view .view-content > .item-list > ul > li.last ul {
    margin-left: -15px;
}
.theme-list-view .view-content > .item-list > ul > li.first ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.theme-list-view .view-content > .item-list > ul ul li {
    margin: 0 0 4px;
    padding-left: 10px;
    background-position: 0 8px;
}
.theme-list-view .view-content > .item-list > ul ul li a {
    font-size: 15px;
}

.theme-description-view h3 {
    color: #64a70b;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    text-transform: none;
}
.theme-description-view .views-field-description {
    font-weight: 500;
}

/* Three blocks on themes landing */
.theme-block-views {
    margin-top: 20px;
    overflow: hidden;
}
.theme-block-view {
    width: 33.333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.theme-block-view:first-child {
    padding-left: 0;
    padding-right: 20px;
}
.theme-block-view:last-child {
    padding-left: 20px;
    padding-right: 0;
}
.theme-block-view-header {
    background-color: #0085ca;
    padding: 8px 10px;
}
.theme-block-view:first-child .theme-block-view-header {
    background-color: #004c97;
}
.theme-block-view:last-child .theme-block-view-header {
    background-color: #94a596;
}
.theme-block-view-header h3,
.theme-block-view-header a {
    display: inline-block;
    color: white;
}
.theme-block-view-header h3 {
    margin: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 16px;
}
.theme-block-view-header a {
    float: right;
    padding: 5px 20px 0 0;
    position: relative;
    font-size: 13px;
    width: auto;
}
.theme-block-view-header a:after {
    right: 0;
    top: 11px;
}
.theme-block-view-body {
    padding: 10px 10px 20px;
    background-color: #f2f1ef;
}
.theme-block-view-body h4 {
    margin-top: 0;
    color: #64a70b;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
    font-weight: 600;
}
.theme-block-view-body a {
    color: #231f20;
    font-weight: 600;
    line-height: 1.2;
}
.theme-block-view-body p {
    margin: 0;
}
.theme-block-view-body .views-row {
    margin-bottom: 10px;
}
.theme-block-view-body .views-field-title,
.theme-block-view-body .views-field-title-1,
.theme-block-view-body .views-field-title .field-content {
    line-height: 1.2;
}
.view-biblio.view-display-id-block_5 {
    margin-bottom: 10px;
}
.theme-block-view-body .views-field-created {
    font-weight: 500;
    font-size: 15px;
}

@media(max-width: 1010px) {
    .page-node-36977 .view-sidebar-image {
        display: none;
    }
    .theme-list-view .view-content > .item-list > ul > li.first,
    .theme-list-view .view-content > .item-list > ul > li.last {
        float: none;
        width: 100%;
    }
    .theme-list-view .view-content > .item-list > ul > li.last {
        margin-bottom: 20px;
    }
    .theme-list-view .view-content > .item-list > ul > li.first ul {
        margin-left: -15px;
    }
}
@media(max-width: 767px) {
    .theme-block-view {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .theme-block-view:last-child {
        padding-left: 0;
    }
    .theme-block-view:first-child {
        padding-right: 0;
    }
    .theme-block-view-body {
        padding: 10px 20px 20px 10px;
    }
    .theme-block-view-body h4 {
        font-size: 16px;
    }
    .theme-block-view-body .views-row,
    .theme-block-view-body .views-field-title,
    .theme-block-view-body .views-field-title-1,
    .theme-block-view-body .views-field-title .field-content {
        line-height: 1.2em;
    }
    .theme-block-view-body a {
        font-size: 15px;
        line-height: 1.2em;
    }
}
@media(max-width: 480px) {
    .theme-list-view .view-content > .item-list > ul > li.first ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .theme-list-view .view-content > .item-list > ul ul {
        margin: 3px 0 0 -18px !important;
    }
}
