p {
    margin: 0;
}

a[ng-click] {
    cursor: pointer;
}

.col-nopadding {
    padding-left: 0;
    padding-right: 0;
}

.modal {
    z-index: 2050;
}

.static_search {
    position: relative;
    top: 0;
}

.hero {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.motionbox {
    width: 92.10526315789474%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.motionbox__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.motionbox__wrapper {
    top: 0;
    right: 0;
    position: absolute;
    height: 72.5%;
    width: 96.1%;
}

.motionbox__content {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 3.5%;
}

.motionbox__title {
    font-family: BentonSansBook;
    font-size: 36px;
    color: #006890;
    margin-bottom: 15px;
}

.motionbox__subtitle {
    font-family: BentonSansMedium;
    font-size: 14px;
    line-height: 14px;
    color: #006890;
}

.line_separator {
    border-bottom: 1px solid #8b8d8e;
    height: 1px;
    width: 100%;
    margin-top: 73px;
    margin-bottom: 76px;
}

.section-container {
    padding-left: 70px;
    padding-right: 70px;
}

.section {
    color: #4d4f53;
    margin-bottom: 73px;
}

.section__title {
    font-family: BentonSansBook;
    font-size: 24px;
    margin-bottom: 32px;
    color: #4d4f53;
}

.section__textcopy {
    font-family: BentonSansBook;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.item-carousel {
    color: #4d4f53;
    font-family: BentonSansBook;
    font-size: 18px;
    line-height: 21px;
}

.item-carousel__link {
    display: block;
    text-decoration: none;
    height: 100%;
}

    .item-carousel__link:hover, .item-carousel__link:focus {
        text-decoration: none;
    }

.item-carousel__image {
    margin-bottom: 15px;
    position: relative;
}

.item-carousel__poster {
    display: block;
}

.item-carousel__title {
    text-align: center;
    color: #4d4f53;
}

.item_carousel__video {
    cursor: pointer;
}

.item-carousel__title-video {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.item-carousel__overlay {
    position: absolute;
    width: 95.5%;
    top: 0;
    right: 0;
    height: 93.5%;
}

.play-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    text-align: center;
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    color: #008566;
    font-size: 34px;
    line-height: 60px;
    border-color: transparent;
    box-shadow: #777 3px 1px 7px;
}

.modal-body {
    height: 350px;
}

.modal-body-title {
    font-family: BentonSansMedium,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.motionbox_button-prev, .motionbox_button-next {
    background-repeat: no-repeat;
    background-size: contain;
}

.motionbox_button-prev {
    background-image: url("/Content/images/motion-box-button-left.png");
}

.motionbox_button-next {
    background-image: url("/Content/images/motion-box-button-right.png");
}

@media(max-width:767px) {
    .line_separator {
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .hero {
        margin-bottom: 10px;
    }

    .motionbox {
        width: 96.54255319148936%;
    }

    .motionbox__content {
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 4.5%;
    }

    .motionbox__wrapper {
        height: 83%;
        width: 94.5%;
    }

    .motionbox__image {
        max-height: 113px;
        width: 100%;
    }

    .motionbox__title {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .motionbox__subtitle {
        font-size: 12px;
    }

    .section-container {
        padding: 0 20px;
        margin-top: 25px;
    }

    .section {
        margin-bottom: 45px;
    }

    .section__title {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 25px;
        text-align: center;
    }

    .section__textcopy {
        font-size: 12px;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-carousel {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 12px;
        line-height: 16px;
    }

    .item-carousel__title {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .item-carousel__title-video {
        text-align: center;
    }

    .item-carousel__poster {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto;
    }

    .owl-carousel.owl-theme.video-carousel {
        padding: 0 38px;
    }

    .play-video-button {
        width: 50px;
        height: 50px;
        font-size: 27px;
        line-height: 45px;
    }

    .modal-dialog {
        top: 0;
    }

    .modal-body {
        padding: 3px;
        width: 100%;
        height: 260px;
    }

    .modal-header {
        height: 25px;
        padding: 0 5px 0 5px;
    }

    .modal-content {
        border-radius: 0;
    }

    .modal-footer {
        display: none;
    }
}

@media(min-width:768px) and (max-width:1139px) {
    .hero {
        margin-bottom: 60px;
    }

    .motionbox__title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .motionbox__subtitle {
        font-size: 12px;
    }

    .section {
        margin-bottom: 54px;
    }

    .section__textcopy {
        font-size: 15px;
        line-height: 22px;
        color: #4d4f53;
    }

    .section__title {
        font-size: 25px;
        margin-bottom: 32px;
        text-align: center;
    }

    .line_separator {
        margin-top: 54px;
        margin-bottom: 58px;
    }

    .play-video-button {
        width: 57px;
        height: 57px;
        font-size: 30px;
        line-height: 53px;
    }

    .item-carousel {
        font-size: 12px;
        line-height: 18px;
    }

    .item-carousel__image {
        margin-bottom: 15px;
    }

    .modal-footer > div {
        margin-bottom: 15px;
    }
}

@media(min-width:1140px) {
    .section__textcopy {
        color: #8b8d8e;
    }
}
