﻿/**************************/
/* BOOTSTRAP - Glyphicons */
/**************************/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/css/fonts/glyphicons-halflings-regular.eot');
  src: url('/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/***************************************************************************/
/* BOOTSTRAP - Extensions - THIS MAY BE OK TO DELETE AFTER END OF SEP 2015 */
/***************************************************************************/
/*.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}*/

.text-xs-left {
    text-align: left;
}
.text-xs-right {
    text-align: right;
}
.text-xs-center {
    text-align: center;
}
@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
}


/**********************/
/* BOOTSTRAP - Button */
/**********************/
.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus {
    color: #000;
    background-position:0;
}


/*************************/
/* BOOTSTRAP - Jumbotron */
/*************************/
.container .jumbotron {
    position: relative;
    border-radius: 0;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.container .jumbotron div.jumbotron-center.fixed {
    width: 0px; 
    margin: 0 auto;
}

.container .jumbotron div.jumbotron-wrap.fixed {
    width: 1200px;
    margin-left: -600px;
}

.container .jumbotron img.jumbotron-image.fixed {
    margin: auto;
    min-height: 160px;
    height: 160px;
}

.container .carousel div.jumbotron-title {
    z-index:1;
}

.container .carousel div.jumbotron-title,
.container .jumbotron div.jumbotron-title {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
    background-color: rgb(229,0,0);
    font-family: Benton Modern;
}

.container .carousel div.jumbotron-title-SingleLine,
.container .jumbotron div.jumbotron-title-SingleLine {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 25px;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
    background-color: rgb(229,0,0);
    font-family: Benton Modern;
}

.container .carousel div.jumbotron-title-Basic,
.container .jumbotron div.jumbotron-title-Basic {
    position: absolute;
    top: 5px;
    left: 10px;
    width: auto;
    padding: 0px;
    font-weight: bold;
    font-size: 1em;
}

.container .jumbotron div.jumbotron-overlay {
    position: relative;
    padding: 0;
}

.container .jumbotron div.jumbotron-header {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
}

.container .jumbotron h1.jumbotron-heading {
    font-weight: bold;
    font-size: 1.8em;
    line-height:0.8em;
    margin: 0px;
}

.container .jumbotron h1.jumbotron-heading.jumbotron-MegaJumbo {
    font-size: 1.8em;
    /*font-family: Benton Modern;*/
}

.container .jumbotron div.jumbotron-subheading {
    font-size: 1.1em;
    line-height: 1em;
    margin: 0px;
}

.container .jumbotron div.jumbotron-subheading.jumbotron-MegaJumbo {
    /*font-family: Benton Modern;*/
    font-style: italic;
}

.container .jumbotron div.jumbotron-content {
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: Benton Modern;
}

.container .jumbotron div.jumbotron-note {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

@media(min-width: 768px) {
    .container .jumbotron div.jumbotron-center.fixed {
        width: 100%; 
        margin: 0 auto;
    }

    .container .jumbotron div.jumbotron-wrap,
    .container .jumbotron div.jumbotron-wrap.fixed {
        width: 100%;
        margin-left: auto;
    }

    .container .jumbotron img.jumbotron-image,
    .container .jumbotron img.jumbotron-image.fixed {
        margin: auto;
        height: auto;
        max-width: none; /*Changed for widescreen 960px;*/
        min-width: 100%; /*Added for widescreen*/
        width: 100%; /*Added for widescreen*/
    }

    .container .carousel div.jumbotron-title,
    .container .jumbotron div.jumbotron-title {
        height: 124px;
        padding-top: 20px;
        font-size: 2.2em;
    }

    .container .carousel div.jumbotron-title-SingleLine,
    .container .jumbotron div.jumbotron-title-SingleLine {
        height: 124px;
        padding-top: 45px;
        font-size: 2.4em;
    }

    .container .carousel div.jumbotron-title-Basic,
    .container .jumbotron div.jumbotron-title-Basic {
        top: 5px;
        left: 20px;
        font-size: 1.2em;
    }

    .container .carousel div.jumbotron-title-FullWidth,
    .container .jumbotron div.jumbotron-title-FullWidth {
        top: 5px;
        left: 20px;
        font-size: 1.2em;
    }
    .container .jumbotron div.jumbotron-header {
        bottom: 10px;
        left: 20px;
        right: 20px;
    }

    .container .jumbotron h1.jumbotron-heading {
        font-size: 2.4em;
    }

    .container .jumbotron h1.jumbotron-heading.jumbotron-MegaJumbo {
        font-size: 2.7em;
    }

    .container .jumbotron div.jumbotron-subheading {
        font-size: 1.2em;
    }

    .container .jumbotron div.jumbotron-subheading.jumbotron-MegaJumbo {
        font-size: 1.5em;
    }
}

@media(min-width: 992px) {
    .container .carousel div.jumbotron-title,
    .container .jumbotron div.jumbotron-title {
        height: 156px;
        padding-top: 30px;
        font-size: 2.5em;
    }

    .container .carousel div.jumbotron-title-SingleLine,
    .container .jumbotron div.jumbotron-title-SingleLine {
        height: 156px;
        padding-top: 60px;
        font-size: 2.7em;
    }

    .container .carousel div.jumbotron-title-Basic,
    .container .jumbotron div.jumbotron-title-Basic {
        left: 30px;
        font-size: 1.3em;
    }

     .container .carousel div.jumbotron-title-FullWidth,
    .container .jumbotron div.jumbotron-title-FullWidth {
        left: 30px;
        font-size: 1.3em;
    }

    .container .jumbotron div.jumbotron-header {
        bottom: 20px;
        left: 30px;
        right: 30px;
    }

    .container .jumbotron h1.jumbotron-heading {
        font-size: 2.7em;
    }

    .container .jumbotron h1.jumbotron-heading.jumbotron-MegaJumbo {
        font-size: 3.5em;
    }

    .container .jumbotron div.jumbotron-subheading {
        font-size: 1.4em;
    }

    .container .jumbotron div.jumbotron-subheading.jumbotron-MegaJumbo {
        font-size: 1.8em;
    }
}

@media(min-width: 1200px) {
    .container .carousel div.jumbotron-title,
    .container .jumbotron div.jumbotron-title {
        height: 180px;
        padding-top: 40px;
        font-size: 3em;
    }

    .container .carousel div.jumbotron-title-SingleLine,
    .container .jumbotron div.jumbotron-title-SingleLine {
        height: 188px;
        padding-top: 70px;
        font-size: 3em;
    }

    .container .carousel div.jumbotron-title-Basic,
    .container .jumbotron div.jumbotron-title-Basic {
        font-size: 1.6em;
    }

     .container .carousel div.jumbotron-title-FullWidth,
    .container .jumbotron div.jumbotron-title-FullWidth {
        font-size: 1.6em;
    }
    .container .jumbotron h1.jumbotron-heading {
        font-size: 3em;
    }

    .container .sf-Basic-hero h1.jumbotron-heading {
        font-size: 3em;
    }

    .container .jumbotron h1.jumbotron-heading.jumbotron-MegaJumbo {
        font-size: 4.2em;
    }

    .container .jumbotron div.jumbotron-subheading {
        font-size: 1.6em;
    }

    .container .jumbotron div.jumbotron-subheading.jumbotron-MegaJumbo {
        font-size: 2em;
    }
}


/************************/
/* BOOTSTRAP - Carousel */
/************************/
.sfc-fullsize .carousel {
    height:100%;
    width:100%;
}
.carousel-inner {
    z-index: 1;
    color: rgb(229,0,0);
    outline: none;
}
.carousel-inner .item {
    color: #000;
}
.carousel-control {
    z-index: 2;
}
.sfc-indicators-none .carousel-indicators {
    display:none;
}
.sfc-indicators-bottom .carousel-indicators {
    bottom: 0px;
}


/*********************/
/* BOOTSTRAP - Modal */
/*********************/
.modal {
}

.modal-dialog {
}

.modal-content {
    color: #fff;
    background-color: #000;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-header {
    color: inherit;
}

.modal-header button {
    color: inherit;
    opacity: 1;
    text-shadow: 0 1px 0 #aaa;
}

.modal-header button:hover {
    color: rgb(229,0,0);
    opacity: 1;
}

.modal-body {
    color: inherit;
}

.modal-footer {
    color: inherit;
}


/**************************/
/* BOOTSTRAP - Pagination */
/**************************/
.pagination {
    margin: 5px 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    background-image: none;
}


/****************************/
/* BOOTSTRAP - Dropdown Menu*/
/****************************/
.dropdown-menu {
    font-size: 1em;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: rgb(229,0,0);
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to bottom, #000000 0%, #000000 100%);
}


/********************************/
/* BOOTSTRAP - Active Link Span */
/********************************/
.active > a span {
    display: inline-block;
}
