.col-centered {
    float: none;
    margin: 0 auto;
}


/*========== LOGO ==========*/
#logo-wrapper {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 320px;
    padding-top: 40px;
    background: url('/static/images/billboard_gradient.png') top center repeat-x;
}

#logo-wrapper #logo img {
    width: 320px;
    max-width: 100%;
}
/*========== END LOGO ==========*/


/*========== BILLBOARD ==========*/
#billboard {
    position: relative;
}

#billboard .slides {
    border-bottom: 50px solid #E8C158;
}

#billboard #billboard-gradient {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 500px;
    background: url('/static/images/billboard_gradient.png') top center repeat-x;
}

#billboard #billboard-details {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 500px;
}

#billboard-details #category-row .billboard-category {
    text-align: center;
    color: #FFFFFF;
}

#billboard-details #category-row .billboard-category h2,
#billboard-details #category-row .billboard-category h3 {
    text-transform: uppercase;
}

#billboard-details #category-row .billboard-category h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#billboard-details #category-row .billboard-category h3 {
    font-size: 16px;
}

#billboard-details #category-row .billboard-category h3 a {
    color: #E8C158;
}

#billboard .flex-control-nav {
    z-index: 4;
    bottom: 20px;
}

#billboard .flex-control-nav li a {
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
}

#billboard .flex-control-nav li a.flex-active {
    background: #E8C158;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 767px) {
    #billboard-details #category-row .billboard-category {
        margin-bottom: 30px;
    }
}
/*=====
END RESPONSIVENESS
=====*/

/*========== END BILLBOARD ==========*/


/*========== COLOR BARS ==========*/
#more-info-wrapper .bar {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 35px 0;
}

#more-info-wrapper .yellow-bar {
    padding-right: 70px;
    background-color: #D8AF46;
}

#more-info-wrapper .green-bar {
    padding-left: 70px;
    background-color: #537661;
}

#more-info-wrapper .yellow-bar .bar-content {
    float: right;
}

#more-info-wrapper h2 {
    font-size: 35px;
    letter-spacing: .02em;
}

#more-info-wrapper .yellow-bar h2,
#more-info-wrapper .yellow-bar p {
    float: right;
}

#more-info-wrapper .yellow-bar h2 {
    margin-right: 30px;
}

#more-info-wrapper .bar p {
    line-height: 1.2em;
    margin: 2px 0 0 0;
}

#more-info-wrapper a {
    color: #FFFFFF;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 1024px) {
    #more-info-wrapper .yellow-bar {
        padding-right: 20px;
    }

    #more-info-wrapper .green-bar {
        padding-left: 20px;
    }

    #more-info-wrapper h2 {
        font-size: 32px;
    }

    #more-info-wrapper .yellow-bar h2 {
        margin: 0 15px 0 0;
    }

    #more-info-wrapper .yellow-bar p {
        margin: 0;
    }

}

@media (max-width: 767px) {
    #more-info-wrapper .yellow-bar {
        padding-right: 0;
        padding-left: 15px;
    }

    #more-info-wrapper .green-bar {
        padding-right: 0;
        padding-left: 15px;
    }

    #more-info-wrapper .yellow-bar .bar-content {
        float: left;
    }

    #more-info-wrapper h2 {
        margin-right: 0 !important;
    }

    #more-info-wrapper .bar h2,
    #more-info-wrapper .bar p {
        width: 100%;
    }

    #more-info-wrapper .bar p {
        margin-bottom: 10px;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END COLOR BARS ==========*/


/*========== HOME CONTENT ==========*/
#home-content-wrapper {
    padding: 90px 0;
}

#home-content-wrapper #home-page-title {
    text-align: center;
    margin-bottom: 75px;
}

#home-content-wrapper #home-page-title h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #537661;
}

#home-content-wrapper #home-page-title h2 {
    font-size: 36px;
}

#home-content-wrapper #home-page-title h3 {
    font-size: 26px;
}

#home-content-wrapper #home-page-title p {
    font-size: 18px;
}

#home-content-wrapper #home-page-title h1,
#home-content-wrapper #home-page-title h2,
#home-content-wrapper #home-page-title h3,
#home-content-wrapper #home-page-title p {
    margin-bottom: 10px;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 767px) {
    #home-content-wrapper #home-page-title {
        margin-bottom: 50px;
    }

    #home-content-wrapper #home-page-title h1 {
        font-size: 35px;
    }

    #home-content-wrapper #home-page-title h2 {
        font-size: 26px;
    }

    #home-content-wrapper #home-page-title h3 {
        font-size: 20px;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END HOME CONTENT ==========*/


/*========== SLIDE SHOWS ==========*/
#slide-shows .slide-show-wrapper {
    width: 100%;
    margin-bottom: 80px;
}

#slide-shows .slide-show-wrapper .slides {
    height: 315px !important;
}

#slide-shows .slide-show-wrapper .image-wrapper {
    float: left;
    width: 45%;
    min-height: 315px;
    height: 100% !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#slide-shows .slide-show-wrapper .description-gutter {
    float: left;
    width: 55%;
    height: 100%;
    padding: 40px 50px 20px 20px;
}

#slide-shows .slide-show-wrapper .description-wrapper {
    width: 100%;
    max-height: 100%;
    color: #FFFFFF;
    overflow: hidden;
}

#slide-shows .slide-show-wrapper .description-wrapper h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#slide-shows .slide-show-wrapper .description-wrapper p {
    font-size: 16px;
    line-height: 1.4em;
}

/*=====
RESPONSIVENESS
=====*/
@media (max-width: 991px) {
    #slide-shows .slide-show-wrapper .slides {
        height: auto !important;
    }

    #slide-shows .slide-show-wrapper .image-wrapper {
        width: 100%;
    }

    #slide-shows .slide-show-wrapper .description-gutter {
        width: 100%;
        padding: 20px;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END SLIDE SHOWS ==========*/


/*========== MINI BILLBOARDS ==========*/
#mini-billboards .mini-billboard {
    margin-bottom: 45px;
}

#mini-billboards .mini-billboard .mini-billboard-image {
    width: 100%;
    margin-bottom: 25px;
}

#mini-billboards .mini-billboard .mini-billboard-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #668A77;
    margin-bottom: 10px;
}

#mini-billboards .mini-billboard p {
    margin-bottom: 10px;
}

#mini-billboards .mini-billboard a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E8C158;
}

/*=====
RESPONSIVENESS
=====*/
@media (min-width: 768px) {
    #mini-billboards .mini-billboard .mini-billboard-content {
        height: 160px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    #mini-billboards .mini-billboard .mini-billboard-content {
        height: 190px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    #mini-billboards .mini-billboard .mini-billboard-content {
        height: 160px;
        overflow: hidden;
    }
}
/*=====
RESPONSIVENESS
=====*/
/*========== END MINI BILLBOARDS ==========*/


/*========== FLEXSLIDER OVERRIDES ==========*/
.flexslider {
	width: 100%;
	margin: 0;
    background: #101014;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}

.flexslider .slides {
	width: 100%;
	height: 370px;
}

#slide-shows .flexslider .slides {
    height: auto;
}

.flexslider .slides li {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.flexslider .flex-direction-nav a::before {
    display: none;
}

.flexslider .flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 36px;
    margin: -20px 0 0;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

#slide-shows .slide-show-wrapper .flex-direction-nav a {
    background: url('/static/images/flexslider_arrows.png') no-repeat 0 0;
}

#slide-shows .slide-show-wrapper .flex-direction-nav a.flex-next {
    background-position: 100% 0;
}

.flexslider:hover .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a {
    opacity: 0.8;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
/*========== END FLEXSLIDER OVERRIDES ==========*/