#region_main {
    margin-top: 0;
    margin-bottom: 0;
}

/* remove side margins */

#home_hero {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
     /*border: 3px solid blue;*/
}

#hero_gradient {
    width: 100%;
    position: absolute;
    bottom: 0;

    /* http://www.cssmatic.com/gradient-generator */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 );

    overflow:auto;
}

/* Search form */

#home_subheader_search .row {
    /*border: 2px solid teal;*/
}

#home_subheader_search * {
    background-color: transparent;
    color: white;
}

#site_search_form {
    border: 6px solid white;
    background-color: rgba(0, 0, 0, .4);
}

#site_search_form .ogden_icon {
    position: absolute;
    top: 0;
    left: 0;
}

#site_search_form .form-control::-webkit-input-placeholder { color: white; }
#site_search_form .form-control:-moz-placeholder { color: white; }
#site_search_form .form-control::-moz-placeholder { color: white; }
#site_search_form .form-control:-ms-input-placeholder { color: white; }

#site_search_form input[type="text"] {
    -moz-box-sizing: border-box;
    height: 100%;
    width: 100%;
}

/* Hero captions */

#hero_captions {
    color: white;
    text-align: center;
    position: relative;
    width: 100%;
}

#caption_container {
    position: relative;
    /*border: 2px solid red;*/
    padding: 0;
}

#caption_container * {
    padding: 0;
    margin: 0;
}

#tagline {
    /*border: 2px solid orange;*/
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 100%;
}

#tagline h2,
#hero_caption p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*border: 1px solid blue;*/
}

#hero_caption {
    /*border: 2px solid green;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 5rem;
}

#hero_captions h2 {
    font-family:'AvenirNextLTPro-Regular', 'Open Sans', sans-serif;
    text-shadow: 0 .4rem .6rem black;
}

/* Subheader */

#topic_tab_content {
    padding-left: 0;
    padding-right: 0;
}

#topic_tab_content .slide .caption {
    color: white;
    opacity: .65;
}

#topic_tab_content .owl-dots .owl-dot span {
    background-color: white;
}

#topic_tab_content .facet_panel_carousel {
    margin-top: 7rem;
}

#topic_tab_content .carousel_header_see_all {
    margin-top: -3rem;
    background-color: hsla(0, 0%, 0%, .25);
    color: white;
    border-color: hsla(0, 0%, 100%, .75);
}

#topic_tab_content .carousel_header_see_all:hover,
#topic_tab_content .carousel_header_see_all:active {
    background-color: hsla(0, 0%, 0%, .45);
    border-color: hsla(0, 0%, 100%, 1);
}

.facet_panel_carousel {
    margin-top: 2rem;
}

#ribbon_info {
    font-family:'AvenirNextLTPro-Regular', 'Open Sans', sans-serif;
    background-color: #b9aea4;
    color: white;
    margin-bottom: 0;
}

#ribbon_info .btn {
    margin: .5em;
    font-family:'AvenirNextLTPro-MediumCn', 'Open Sans Condensed', sans-serif;
    color: #999;
    text-transform: uppercase;
}

#main_content .facet_panel_carousel:last-of-type,
#topic_tab_content .facet_panel_carousel {
    border-bottom: none;
}

.jumbotron {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}


@media (min-width: 768px) {

    #home_subheader_search .row {
        margin-top: 18rem;
    }

    #site_search_form input,
    #site_search_form button {
        border: none;
        font-size: 6rem;
        height: 8rem;
    }

    #site_search_form .ogden_icon {
        height: 7rem;
        width: 7rem;
        margin: .5rem ;
    }

    #caption_container {
        /*top: 28rem;*/
        height: 16rem;
    }

    #home_hero {
        height: 50rem;
    }

    #home_subheader_search {
        top: 18rem;
    }

    #site_search_form {
        padding-left: 0;
        padding-right: 0;
    }



    #site_search_form button {
        width: 9rem;
        padding: 1rem;
    }

/*    #site_search_form .glyphicon-search {
        font-size: 6rem;
    }*/



    #caption_container {
    }

    #hero_gradient {
        height: 50rem;
    }

    #hero_captions h2 {}

    #tagline {
        padding-left: 12rem;
        padding-right: 12rem;
        height: 11rem;
    }

    #hero_caption {
    }
}


@media (max-width: 767px) {

    #home_subheader_search .row {
        margin-top: 6rem;
    }

    #hero_caption {
        display: none;
    }

    #site_search_form input,
    #site_search_form button {
        height: 4rem;
        font-size: 3rem;
        border: none;
    }

    #site_search_form button {
        width: 5rem;
    }

    #site_search_form .ogden_icon {
        height: 4rem;
        width: 4rem;
        margin: 0;
        right: 3rem;
    }

    #main_content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #caption_container {
        height: 12rem;
    }

    #home_hero {
        height: 25rem;
    }

    #home_subheader_search {
        top: 6rem;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    #hero_gradient {
        height: 25rem;
    }

    #hero_captions {
    }

    #site_search_form {
        border-width: .2rem;
        padding-left: 0;
        padding-right: 0;
        z-index: 100;
    }

/*    #site_search_form .glyphicon-search {
        font-size: 3rem;
    }*/

    #tagline {
        padding-left: 3rem;
        padding-right: 3rem;
        height: 9rem;
    }

    #hero_captions h2 {
        font-size: 1.4em;
    }
    #hero_captions p {
        font-size: .75em;
    }

    #info_buttons .btn {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: left;
        overflow: hidden;
    }
}

@media (max-width: 375px) {
    #info_buttons .btn {
        font-size: 1em;
    }
}
