	
	

.carousel {
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -ms-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel .item > img {
    display: block;
    line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}
.carousel .active {
    left: 0;
}
.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel .next {
    left: 100%;
}
.carousel .prev {
    left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
    left: 0;
}
.carousel .active.left {
    left: -100%;
}
.carousel .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.right {
    right: 15px;
    left: auto;
}
.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 15px 5px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
}

.carousel {
    margin-bottom: 0;
    padding-bottom: 35px;
    background-color: #EFEFEF;
    line-height: 16px;
}
.carousel .item {
    min-height: 660px;
}
.carousel .item .container {
    position: relative;
}
.carousel .item .container .item-wrapper {
    position: absolute;
}
.carousel-control {
    top: 130px;
}
.carousel-nav {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 50%;
    width: 940px;
    margin-left: -470px;
}
.microsite-landing {
    padding-bottom: 35px;
}
#home-landing {
    background: #f4f4f4;
}

#home-section-scroller {
    /*border-bottom: 6px solid #0066cc;*/
    padding-bottom: 0;
    /*margin-bottom: 25px;*/
    overflow: hidden;
}

#home-section-scroller .item {
    min-height: 425px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    #home-section-scroller .item {
        min-height: 300px;
    }
}
#home-section-scroller .item .overview {

    width: 80%;
    padding: 20px 10px;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}


#home-section-scroller .row {
    /*margin-left: -20px;*/
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

@media (min-width: 1200px){
    #home-section-scroller .row { /*margin-left: -35px;*/ }
}

@media (min-width: 992px){
    #home-section-scroller .row { /*margin-left: -35px;*/ }
}


#home-section-scroller .item .overview h1 {
    white-space: pre-line;
    margin: 30px 0 0;
    line-height: 0;
	font-family: helvetica, arial;
    font-weight: 800;
}
#home-section-scroller .item .overview h1 p {
    white-space: pre-wrap;
    font-size: 45px;
    line-height: 53px;
}
#home-section-scroller .item .overview h1 p span {
    display: inline;
    background: white;
    color: #0066cc;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
    opacity: 0.8;
}
#home-section-scroller .item .overview h1 p:after {
    background-color: #0066cc;
}
#home-section-scroller .item .overview div p {
    float: left;
    clear: left;
    font-size: 22px;
    display: inline;
    background: #0066cc;
    color: white;
    margin-bottom: 5px;
    padding: 0 40px 0 10px;
    margin-left: -10px;
    position: relative;
    line-height: 1.2;
}
#home-section-scroller .item .overview div p a {
    display: inline-block;
    color: #fff;
    padding: 5px 0;
}
#home-section-scroller .item .overview div p:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 40px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
}
@media (max-width: 767px) {
    #home-section-scroller .item .overview {
        width: 80%;
    }
}
#home-section-scroller a.nav-next,
#home-section-scroller a.nav-prev {
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 20px;
    top: inherit;
    background: none;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    background: #0066cc;
}
#home-section-scroller a.nav-next:after,
#home-section-scroller a.nav-prev:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 45px;
    line-height: 1;
    display: block;
    margin-top: -2px;
}
#home-section-scroller a.nav-next:hover,
#home-section-scroller a.nav-prev:hover {
    text-decoration: none;
    background: #1c89cf;
}
@media (max-width: 767px) {
    #home-section-scroller a.nav-next,
    #home-section-scroller a.nav-prev {
        margin-bottom: 20px;
        position: static;
    }
}
#home-section-scroller a.nav-next {
    left: 50%;
    margin-left: -415px;
}
#home-section-scroller a.nav-next:after {
    margin-left: 17px;
}
@media (max-width: 767px) {
    #home-section-scroller a.nav-next {
        float: right;
        margin-right: 20px;
        position: static;
    }
}
#home-section-scroller a.nav-prev {
    margin-left: -470px;
    margin-right: 5px;
    left: 50%;
}
#home-section-scroller a.nav-prev:after {
    content: '\f104';
    margin-left: 12px;
}
@media (max-width: 767px) {
    #home-section-scroller a.nav-prev {
        float: left;
        margin-left: 20px;
        position: static;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    #home-section-scroller a.nav-prev {
        margin-left: -360px;
    }
    #home-section-scroller a.nav-next {
        margin-left: -305px;
    }
}
@media (max-width: 767px) {
#home-section-scroller {
    background: none!important;
}
#home-section-scroller .item .overview {
    margin-top: 30%;
}
#home-section-scroller .item .overview h1 p {
    font-size: 24px;
    line-height: 28px;
}
#home-section-scroller .item .overview div p {
    font-size: 17px;
    line-height: 21px;
}
#home-section-scroller .item .overview div p:after {
    margin-top: -12px;
}
}
.ie .home-top-title .home-heading h1,
.ie #home-section-scroller .item .home-heading h1,
.ie .home-top-title .overview h1,
.ie #home-section-scroller .item .overview h1 {
    margin: 30px 0;
}
.ie .home-top-title .home-heading h1 p,
.ie #home-section-scroller .item .home-heading h1 p,
.ie .home-top-title .overview h1 p,
.ie #home-section-scroller .item .overview h1 p,
.ie .home-top-title .home-heading h1 p span,
.ie #home-section-scroller .item .home-heading h1 p span,
.ie .home-top-title .overview h1 p span,
.ie #home-section-scroller .item .overview h1 p span {
    box-shadow: none;
}
.ie .home-top-title .home-heading h1 p,
.ie #home-section-scroller .item .home-heading h1 p,
.ie .home-top-title .overview h1 p,
.ie #home-section-scroller .item .overview h1 p {
    position: relative;
    display: inline;
    /*white-space: pre-wrap;*/

    margin: 0 0 10px 0;
}
.ie .home-top-title .home-heading h1 p:after,
.ie #home-section-scroller .item .home-heading h1 p:after,
.ie .home-top-title .overview h1 p:after,
.ie #home-section-scroller .item .overview h1 p:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 10px;
}
.ie .home-top-title .home-heading h1 p span,
.ie #home-section-scroller .item .home-heading h1 p span,
.ie .home-top-title .overview h1 p span,
.ie #home-section-scroller .item .overview h1 p span {
    position: relative;
    z-index: 1;
}
.ie .home-top-title .home-heading h1 p span:after,
.ie #home-section-scroller .item .home-heading h1 p span:after,
.ie .home-top-title .overview h1 p span:after,
.ie #home-section-scroller .item .overview h1 p span:after {
    content: " ";
    font-size: 30px;
}

.page-title .row {margin-left: 0 !important;}
.page-title .carousel {padding-bottom: 0;}
#home-section-scroller.page-title .item .overview {padding: 30px 10px 20px 0;}