@charset "UTF-8";

#bx-wrapper {
    position: relative;
    /*height: 800px;*/
    z-index: 1;
}

.bx-wrapper, .bx-viewport {
    /*position: relative;*/
}

ul#bxslider {
    margin:0;
    padding:0;
} 

/**
 * Widget
*/


ul#bxslider li {
    min-width: 100%;
    position:relative;
    background-size: cover;
    background-position: center center;
    display:none;
    height: 500px;
}

/**
 * BX Elements
 * These are the title, subtitle, and body in a wrapper.
*/

.bx-elements {
    position: absolute;
    z-index: 1001;
    bottom: 45px;
    /*left:5%;*/
    padding: 30px 30px 15px;
    width: 100%;
    background:url(/core/structure/alpha_tiles/black_30.png);
}

.bx-title {
    margin: 0 0 2%;
    /*padding: 0 0 0 2%;
    border-left: 2px solid #000;*/
    font-family:"proxima-nova-alt-ext-cond",sans-serif;
    font-size: 6em;
    font-weight: 600;
    line-height: 1em;
    color: #FFF;
    text-transform: uppercase;
}

.bx-subtitle {
    margin:0 0 2% 2%;
    font-family:"proxima-nova-alt-ext-cond",sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
}

.bx-body {
    margin:0 5% 2% 2%;
    font-size: 1.75em;
    color: #FFF;
    line-height: 1.25em;
}

.bx-body a {
    color: #000 !important;
}
.bx-body a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1000px) {
    .bx-title {
        font-size: 4em;
    }
    .bx-body {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 676px) {
    ul#bxslider li {
        max-height: 300px;
    }
}

.bx-button .btn {
    margin:0 0 2% !important;
    padding: 0 5% !important;
    background: #7EA8F2 !important;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Ariel", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase !important;
    transition: 0.5s;
}

.bx-button .btn:hover {
    background: #666 !important;
    /*border: 1px solid #CC4444;*/
}

.bx-wrapper .bx-controls {
    /*display: none;*/
}

/*pager*/
.bx-wrapper .bx-pager {
    position: absolute;
    z-index: 1010;
    width: 100%;
    margin-top: -30px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #CCC;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #666;
}