.home-section {
    padding-top: 55px;
    background-position: center;
}

.home-section.last {
    padding-bottom: 55px;
}

.home-section .gutter {
    padding: 0 15px;
}

.home-section .border-div {
    padding: 40px;
}

.home-section .section-border {
    width: 100%;
    height: 1px;
    margin-top: 55px;
    background-color: #717171;
}

.home-section .title-image {
    display: block;
    margin: 0 auto 30px auto;
}

/*========== BILLBOARD SECTION ==========*/
#billboard .billboard-gradient {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url('/static/images/sub_nav_gradient.png') repeat-x;
}

#billboard .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 460px;
    margin: 0 auto;
}

#billboard .slide-content {
    position: absolute;
    z-index: 3;
    width: 520px;
    color: #FFFFFF;
    left: 45px;
    bottom: 45px;
}

#billboard .slide-content h1 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 56px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

#billboard .slide-content h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 28px;
    line-height: 1.2em;
    color: #FFFFFF;
    margin-bottom: 15px;
}

#billboard a {
    text-decoration: none !important;
}
/*========== END BILLBOARD SECTION ==========*/


/*========== MINI BILLBOARD OPTION 1 ==========*/
.mini-billboards-1 .row {
    margin-left: -3px;
    margin-right: -3px;
}

.mini-billboards-1 a {
    display: block;
}

.mini-billboards-1 .mini-slider {
    position: relative;
}

.mini-billboards-1 .mini-billboard {
    padding-left: 3px;
    padding-right: 3px;
}

.mini-billboards-1 .mini-billboard img {
    width: 100%;
}

.mini-billboards-1 .mini-billboard .mini-billboard-content {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: -40px auto 0 auto;
    padding: 20px;
    background-color: #FFFFFF;
}

.mini-billboards-1 .mini-billboard-content h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #515D66;
}

.mini-billboards-1 .mini-billboard-content h2.description {
    font-weight: 300;
    margin-bottom: 10px;
}

.mini-billboards-1 .mini-slider .flex-control-nav {
    display: none;
}

.mini-billboards-1 .mini-slider .flex-direction-nav a::before {
    display: none;
}

.mini-billboards-1 .mini-slider .flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 17px;
    margin: -40px 0 0;
    background: url('/static/images/mb_arrows.png') no-repeat;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease;
}

.mini-billboards-1 .mini-slider .flex-direction-nav a.flex-prev {
    left: -20px;
    background-position: 0 0;
}

.mini-billboards-1 .mini-slider .flex-direction-nav a.flex-next {
    right: -20px;
    background-position: -12px 0;
}

.mini-billboards-1 .mini-slider:hover .flex-direction-nav a,
.mini-billboards-1 .mini-slider:hover .flex-direction-nav a {
    opacity: 0.8;
}

.mini-billboards-1 .mini-slider:hover .flex-next:hover,
.mini-billboards-1 .mini-slider:hover .flex-prev:hover {
    opacity: 1;
}

/*==
RESPONSIVENESS
==*/
@media (min-width: 1200px) {
    .mini-billboards-1 .mini-billboard {
        width: 382px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mini-billboards-1 .mini-billboard {
        width: 315px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mini-billboards-1 .mini-billboard {
        width: 242px !important;
    }
}

@media (max-width: 767px) {
    .mini-billboards-1 .mini-slider,
    .mini-billboards-1 .mini-billboard {
        width: 350px !important;
    }

    .mini-billboards-1 .mini-slider {
        margin: 0 auto;
    }

    .mini-billboards-1 .mini-billboard {
        padding: 0;
    }

    .mini-billboards-1 .mini-billboard .mini-billboard-content {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .mini-billboards-1 .mini-slider,
    .mini-billboards-1 .mini-billboard {
        width: 260px !important;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END MINI BILLBOARD OPTION 1 ==========*/


/*========== MINI BILLBOARD OPTION 2 ==========*/
.mini-billboards-2 .mini-billboard img {
    width: 100%;
    margin-bottom: 20px;
}

.mini-billboards-2 .mini-billboard-content h3 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #515D66;
    margin-bottom: 5px;
}

.mini-billboards-2 .mini-billboard-content p.description {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {
    .mini-billboards-2 .mini-billboard {
        float: none;
        width: 350px !important;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 450px) {
    .mini-billboards-2 .mini-billboard {
        width: 260px !important;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END MINI BILLBOARD OPTION 2 ==========*/


/*========== FREE FORM SECTION ==========*/
.home-section.free-form {
    color: #515D66;
    background-size: cover;
}

.home-section .one-col-wrapper {
    text-align: center;
    padding: 40px;
}

.home-section.free-form h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    margin-bottom: 25px;
}

.home-section.free-form h3 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.home-section.free-form h4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-section.free-form p {
    line-height: 1.4em;
    margin-bottom: 30px;
}

.home-section.free-form.color p {
    color: #FFFFFF;
}

.home-section .one-col-wrapper .btn {
    margin-right: 5px;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {
    .home-section .one-col-wrapper {
        padding: 10px;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END FREE FORM SECTION ==========*/


/*========== FLEXSLIDER OVERRIDES ==========*/
/*=====
BILLBOARDS
=====*/
.billboards {
	width: 100%;
	margin: 0;
	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;
}

.billboards .slides {
	width: 100%;
	height: 100%;
}

.billboards .slides li {
	min-width: 200px !important;
	height: 460px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

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

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

.billboards .flex-direction-nav a.flex-next {
    background-position: 100% 0;
}

.billboards .flex-direction-nav a {
    opacity: 0.8;
}

.billboards:hover .flex-direction-nav .flex-next:hover,
.billboards:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.billboards .flex-direction-nav .flex-prev {
    left: 10px !important;
    background: url('/static/images/galleria/prev_arrow.png') no-repeat;
}

.billboards .flex-direction-nav .flex-next {
    right: 10px !important;
    background: url('/static/images/galleria/next_arrow.png') no-repeat;
}

.billboards .flex-control-nav {
    z-index: 4;
    bottom: 10px;
}

.billboards .flex-control-nav li a {
    display: block;
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    opacity: 0.8;
}

.billboards .flex-control-nav li a.flex-active {
    background: #8DB7C9;
}
/*=====
END BILLBOARDS
=====*/

/*==
RESPONSIVENESS
==*/
@media (max-width: 767px) {
    .billboards .slides li {
    	height: 200px;
    }

    .billboards .flex-direction-nav a {
        display: none !important;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END FLEXSLIDER OVERRIDES ==========*/


/*========== FLEX SLIDER #2 OVERRIDES ==========*/
#mobile-slider-wrapper .flexslider {
    margin: 0;
    background: #FFFFFF;
    border: none;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    overflow-y: visible;
}

#mobile-slider-wrapper .flexslider .flex-viewport {
    overflow-y: visible !important;
}

#mobile-slider-wrapper .flexslider,
#mobile-slider-wrapper .flexslider .slides li {
    width: 100%;
    height: auto;
}

#mobile-slider-wrapper .flexslider .slides li {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mobile-slider-wrapper .flexslider .slides li .slide-copy {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#mobile-slider-wrapper .flexslider .slides li .slide-copy h1 br {
    display: none !important;
}

#mobile-slider-wrapper .flexslider .slide-copy h1 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: #0A1E2C;
    margin-bottom: 5px;
}

#mobile-slider-wrapper .flexslider .slide-copy h2 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2em;
    color: #768591;
    margin-bottom: 15px;
}

#mobile-slider-wrapper .flexslider .slide-copy p {
    color: #768591;
}

#mobile-slider-wrapper .flexslider .slide-copy p {
    font-size: 14px;
    font-weight: 300;
}

#mobile-slider-wrapper .flexslider .slide-copy a {
    text-decoration: underline;
}

#mobile-slider-wrapper .flexslider .flex-control-nav {
    display: none;
}

#mobile-slider-wrapper .flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px;
}

#mobile-slider-wrapper .flexslider .flex-direction-nav a::before {
    display: none;
}

#mobile-slider-wrapper .flexslider .flex-direction-nav .flex-prev {
    background: url('/static/images/flexslider/prev_arrow.png') no-repeat;
}

#mobile-slider-wrapper .flexslider .flex-direction-nav .flex-next {
    background: url('/static/images/flexslider/next_arrow.png') no-repeat;
}

#mobile-slider-wrapper .divider div {
    width: 100%;
    height: 1px;
    background-color: #717171;
}
/*========== END FLEX SLIDER OVERRIDES ==========*/
