*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

body.home {
    width: 90vw;
    position: relative;
    margin: auto;
}
.rcwr_landing_page_content{
    display: flex;
    width: 100%;
}
body.home .verticals-menu {
    display: block;
    left: 0;
}
h6,h5,h4,h3,h2, strong{
    color: #dc0000!important;
}

xmp{
    width: 305px;
    height: 150px;
    background-color: #f9f9f9;
}

/**Alpha**/
.foundation_intro_text {
    text-align: left;
    font-family: Domine !important;
    font-size: 1.175em;
    padding: 90px 10px 10px 10px;
    line-height: 1.5em;
    border-bottom: 1px solid #d6d6d6ee! important;
}
#wire_app{
    padding-right: 20px;
}

/**Search Container**/
form {
    display: block;
    margin-top: 0em;
}
input[type="text" i] {
    padding: 1px 2px;
}
.search_bar_items{
    display: inline-flex;
    float:left;
    border: 2px solid #EBEBEB;
}
.search_site_button_wrapper {
    width: 100px;
    height: 20px;
    margin: -18px auto auto auto;
    position: relative;
    background-color: white;

}
.search_site_button_wrapper span div{
    background-color: white;
}
.search_site_button_wrapper strong{
    color: #919191!important;
}
.search_input_wrapper{
    right: 185px;
    padding-left: 5px;
    outline: none;
}
.search_input_wrapper input{
    width: 250px;
    border: 1px inset #ebebeb;
    font-family: Roboto, sans-serif!important;
    color: #666e74;
    font-size: .95em;
    height: 35px;
    padding: 1px 1px 1px 10px;
    margin-left: -5px;

}
#search_btn{
    height: 30px;
    width:40px;
    margin-right:10px!important;
    color: #919191!important;
    font-size: 0.8rem;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-family: 'ROBOTO', sans-serif;
    border: none;


}
.search_tags_container {
    width: 100%;
    display: flex;
    flex-flow: column;
    text-align: center;
    padding-top:10px;
    color: #919191;
}
.search_tag_wrapper {
    width: 100%;
    max-width: 300px;
    min-width: 100px;
    display: flex;
    background-color: #dee2e6;
    border: 2px solid #ebebeb;
}
ul.search_tags_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: .8em;
}
.search_tags_list li{
    padding-right: 2px;
}
.search_tag {
    width: 80%;
    min-width: 75px;
    background:yellow;
    padding-right: 10px;
    border-right: 2px solid #ebebeb;
}
.rmv_search_tag {
    float: right;
    text-align: center;
    margin:auto;
    color: black;
    width: 20%;
    min-width: 20px;
    cursor: pointer;
}
.filter_reset_button_wrapper{
    width: 90px;
    height: 20px;
    text-align: center;
    top:20px;
    position: relative;
    margin:auto;
    background-color: white;
    font-family: Domine !important;
    font-size: 0.85em;
    line-height: 1.1em!important;
    cursor: pointer;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
}
#site_search_selectors{
    width: 100%;
    display: block;
    padding: 10px;
    font-family: 'Domine';
}
#search_container{
    display: inline-block;
    width: 100%;
}

.site-selector-block .list-group {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    text-align: center;
    flex-wrap: wrap;
    font-size: 1em;
}
#site_selectors_label{
    font-family: Domine !important;
    font-size: 0.85em;
    line-height: 1.1em!important;
    width:100px;
}
.site-selector-block{
    margin-top: 20px;
    display: inline-block;
    float: left;
    padding: 10px 6%;
    text-align: center;
    border-top: 2px solid #EBEBEB;
    border-bottom: 2px solid #EBEBEB;
}
.site_selector_wrapper{
    padding-right: 10px;
    font-size: .8em;
}
.site_selector{
    min-height: 25px;
    margin-right: 15px;
    margin-left: -4px;
    color: #919191;
    padding-right: 10px;

}


/**Results**/
.no_results_msg{
    color: #919191;
    padding-top:10px;
    text-align: center;
}
div#results-info {
    float: left;
    color: #AAA;
    margin-top: 0.3em;
    margin-left: -350px;
    /*margin-right: 0.5em;*/
}
#results {
    display: inline-block;
    width: 100%;

}
#results .photo {
    display: flex;
    flex-flow: column;
    float: left;
    margin-top: 0px;
}
.photo button{

    margin-top: 5px;
    width: 201px;

}
.result .article_atributions{
    display: flex;
}
#results .result .date {
    color: #808080;
    font-size: 0.9em;
    padding-left: 5px;
    width: 50%;
    text-align: right;
    padding-right: 45px;
}
#results .result .article_auth {
    color: #808080!important;
    font-weight: bold;
    font-size: 0.9em;
    /* padding-left: 0px; */
    width: 50%;
}
.article_auth a{
    color: #808080!important;
}
#results .photo img{
    float: left;
    margin-right: 25px;
    width: 200px;
    height: auto;
}
#results .result {
    /*float: left;*/
    float: left;
    width: 100%;
    max-width: 930px;
    /* height: 100%; */
    padding: 20px 0px 20px;
    border-bottom: 2px solid #EBEBEB;

}
#results .result .excerpt {
    font-family: Domine !important;
    font-size: 1em;
    line-height: 1.3em;
    padding: 10px 0;
}
#results .result .tags {
    display: inline-block;
    border: 1px solid #808080;
    padding: 1px 5px;
    font-style: normal;
    color: #808080;
    font-size: 1em;
    margin: 2px;
    cursor: pointer;
}
#results .result .tags a{
    color: #808080!important;
}
#results .result p {
    margin: 0;
}
#results .result a {
    font-size: 1em;
    color: #d30015;
    font-family:'ROBOTO', sans-serif;
}
.date{
    color: #808080;
    display: block!important;
    font-family: sans-serif!important;
    /*font-size: 0.95rem;*/
}
.tags a{
    font-size: 0.8rem!important;
}
.tags_container{
    font-size: .7em;

}


/**Load More Button**/
#load_more_container{
    display: block;
    vertical-align: middle;
    font-size: 20px;
    width: 300px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
    border: none;
    margin: auto;
}
#load_more{
    background-color : #d30015;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    width: 300px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    border: none;
}
.hidden{
    display: none!important;
}
.loading{
    width: 100%;
    min-height: 500px;
    /*background-color: #EBEBEB;*/
    color: white;
}
.disabled{
    background-color: #919191!important;
    opacity: .5;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .alpha {
        padding:unset;
    }
    .beta{}
   .foundation_intro_text{
       font-size: 1.35em;
       text-align: left;
   }
    #wire_app{
        padding:unset;
    }
    .rcwr_landing_page_content{
        flex-wrap: wrap;
    }
    #search_container {
        display: inline-block;
        width: 100%;
    }
    .search_input_wrapper{
        padding: 0px;
    }
    .search_input_wrapper input{
        width: 100%;
        border-bottom: 1px solid;
        margin-left: unset;
    }
    #search_btn{
        width: 100%;
        margin-right:unset;
        border: 1px solid #808080;
    }
    .search_bar_items{
        position: relative;
        margin:auto;
        border:none;
        padding-bottom: 20px;
        width:100%
    }
    .search_input_wrapper{
        margin:auto;
    }
    .search_site_button_wrapper{
        width: 100px;
    }
    #site_selectors_label{
        width: 100%;
    }
    .site-selector-block{

    }
    .site-selector-block .list-group{
        padding-top:20px;
    }
    #site_search_selectors{
        padding : unset;
    }
    .site_selector{
        font-size: 1.3em;
    }
    .site-selector-block{
        font-size: 1.3em;
    }
    .filter_reset_button_wrapper{
        width: 45%;
    }
    #results .result{
        font-size: 1.3em;
        line-height: 1.45em;
    }
    #results .result a{
        font-size: 1.35em;
    }
    #results .photo{
        width: 100%;
        padding-bottom: 5px;
    }
    #results .photo img{
        width: 100%;
        height: auto;
    }
    .photo button{
        width: 100%;
    }
    #results .result .excerpt{
        font-size: 1.2em;
    }
    #load_more_container{
        padding:unset;
        width: 100%;
    }
    #load_more{
        width: 300px;
        padding: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #results .photo {
        width: 100%;
    }
    #results .photo img {
        width: 100%;
        height: auto;
    }
    .photo button {
        width: 100%;
    }
}