.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.new-home-slider-background {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:right;
    /*height: 624px;*/
}
#new-home-slider {
    height:624px;
}

.new-home-slider-slide {
    width:100%;
    /*height:400px;*/
}

.new-home-slider-text-div {
    position: absolute;
    top:200px;
    right: 3%;
    padding: 0 50px;
    text-shadow: 1px 1px 10px black;
}
.slider_one{
    background-image: url("../images/HMCloud_GreenBackground_1920.jpg");
}
.slider_two{
    background-image: url("../images/HMCloud_BBPPromo_1920_BackgroundOnly.jpg");
}
.slider_three{
    /*background-image: url("../images/slide_3_wide_small.jpg");*/
}
.slider_four{
    /*background-image: url("../images/slide_4_wide_small.jpg");*/
}
.slider_five{
    /*background-image: url("../images/slide_5_wide_small.jpg");*/
}
.slider_six{
    /*background-image: url("../images/slide_6_wide_small.jpg");*/
}
.new-home-slider-texts {
    color: white;
    position: absolute;
    bottom: 60%;
    top:40%;
    max-width: 40%;
    text-align: left;
    /*margin-left: 75px;*/
    margin-left:10%;
}
.new-home-slider-caption {
    /*color: #fff;*/
    font-size:50px;
    /*text-align: right;*/
    /*!*text-shadow: 1px 1px 10px black;*!*/
    font-weight:800;
    /*margin-right:15px;*/

    /*!* chris's recommendation *!*/
    /*position: absolute;*/
    /*bottom: 60%;*/
    /*top:35%;*/
    /*max-width: 40%;*/
    /*text-align: left;*/
    /*!*margin-left: 75px;*!*/
    /*margin-left:15%;*/
}
.new-home-slider-text{
    /*color: #fff;*/
    font-size:22px;
    /*text-align: right;*/
    /*!*text-shadow: 1px 1px 10px black;*!*/
    font-weight:300;
    padding-top: 10px;
    /*margin-right:15px;*/

    /*!* chris's recommendation *!*/
    /*position: absolute;*/
    /*bottom: 60%;*/
    /*top:60%;*/
    /*max-width: 40%;*/
    /*text-align: left;*/
    /*!*margin-left: 75px;*!*/
    /*margin-left:15%;*/
}
.new-home-slider-image{
    height:700px;
    margin-top: 200px;
}

.slider-2-save {
    font-size: 148px;
    color: white;
    font-weight: 700;
}
.slider-2-big {
    font-size: 225px;
    color: white;
    font-weight: 900;
    margin-top: -113px;

}
.slider-2-text1 {
    font-size: 20px;
    color: white;
    font-weight: lighter;
    margin-top: -61px;
    word-spacing: 3px;
    font-family: sans-serif;
}
.slider-2-text2 {
    font-size: 15px;
    color: white;
    font-weight: lighter;
    word-spacing: 1px;
    padding-bottom: 5px;
    font-family: inherit;
}
.slider-2-text3 > a {
    font-size: 17px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    word-spacing: 2px;
    font-family: sans-serif
}
.new-home-slider-image-2-2{
    position: absolute;
    /*height:535px;*/
    width: auto;
    right: -3%;
    top: 20%;
}
.new-home-slider-caption-author {
    color: #fff;
    text-align: right;
    font-size: 24px;
    /*position:relative;*/
    /*left: 25%;*/
    margin-top: 0;
    margin-bottom: 0;
}
.new-home-slider-caption-author-title {
    color: #fff;
    font-weight:normal;
    text-align: right;
    margin-top:0;
}
.new-home-slider-front-image-div {
    /*height:624px;*/
    width:100%;
    /*overflow:hidden;*/

}
.new-home-slider-front-image {
    /*position:absolute;*/
    bottom:0;
    left: 0;
    height:100%;
    overflow:hidden;
}
.new-home-slider-nav__arrow--prev,
.new-home-slider-nav__arrow--next {
    background-image: url(../images/HSM-web-articles-handoff_mediumarrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    display: block;
    height: 624px;
    width: 63px;
    padding: 0 10px;
    color: transparent;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float:left;
    position:absolute;
    top: 0px;
    opacity: .8;
    z-index: 98;
}
.new-home-slider-nav__arrow--prev:hover,
.new-home-slider-nav__arrow--next:hover {
    /*opacity: 1;*/
    /*background: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0)); !* For Safari 5.1 to 6.0 *!*/
    /*background: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0)); !* For Opera 11.1 to 12.0 *!*/
    /*background: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0)); !* For Firefox 3.6 to 15 *!*/
    /*background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0)), url(../images/HSM-web-articles-handoff_smallarrow.png) no-repeat center; !* Standard syntax (must be last) *!*/

    /*background-image: url(../images/HSM-web-articles-handoff_smallarrow.png);*/
}
.new-home-slider-nav__arrow--next {
    background-image: url(../images/HSM-web-articles-handoff_mediumarrow_white.png);
    border-left: none;
    border-right: none;
    /*color:deeppink;*/
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    float: right;
    right:0px;
}
.new-home-slider-nav-bullets {
    /*height: 20px;*/
    /*width: 50%;*/
    /*margin-left: 40px;*/
    /*padding: 0;*/
    position: absolute;
    bottom: 10px;
    margin-right:auto;
    margin-left: auto;
    left:0;
    right:0;
    height:auto;
    width:150px;
    /*width:100%;*/
}
.new-home-slider-nav-bullets li {
    height: 40px;
    width: 30px;
    margin-left: -10px;
    padding-top: 65px;
    background-image: url(../images/HSM-web-articles-handoff_whitehollowcircle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 15px;
    display: inline-block;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.new-home-slider-nav-bullets li.active {
    background-image: url(../images/HSM-web-articles-handoff_whitesolidcircle.png)
}
/*Media Queries begins here*/

@media (min-width: 1700px) {
    .new-home-slider-image-2-2 {
        height: 565px;
        top: -31px;
        width: auto;
    }
}
@media (max-width: 1699px) {
   .new-home-slider-texts{
       margin-left: 5%;
   }
}
@media (max-width: 1325px) {
    .new-home-slider-texts{
        margin-left: 0%;
    }
}
@media only screen and (max-width: 1280px) {
    .slider_one{
        background-image: url("../images/HMCloud_GreenBackground_1280.jpg");
    }
    .slider_two{
        background-image: url("../images/HMCloud_BBPPromo_1280_BackgroundOnly.jpg");
    }
    .slider_three{
        /*background-image: url("../images/slide_3_mobile.jpg");*/
    }
    .slider_four{
        /*background-image: url("../images/slide_4_mobile.jpg");*/
    }
    .slider_five{
        /*background-image: url("../images/slide_5_mobile.jpg");*/
    }
    .slider_six{
        /*background-image: url("../images/slide_6_mobile.jpg");*/
    }
}
@media (min-width: 1200px) and (max-width: 1699px) {
    .new-home-slider-image-2-2 {
        height: 490px;
        top: 45px;
        width: auto;
    }
    .slider-2-text1 {
        font-size: 20px;
        color: white;
        font-weight: lighter;
        margin-top: -61px;
        word-spacing: 5px;
        font-family: sans-serif;
    }
    .slider-2-text2 {
        font-size: 16px;
        word-spacing: 0px;
        padding-bottom: 5px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        word-spacing: 1px;
        font-family: sans-serif;
    }
}
@media (max-width: 1199px) {
    .text_overlay_div {
        left: -193px;
        top: -110px;
    }
    .slider-2-save {
        font-size: 130px;
        color: white;
        font-weight: 700;
    }
    .slider-2-big {
        font-size: 198px;
        color: white;
        font-weight: 900;
        margin-top: -102px;
    }
    .slider-2-text1 {
        font-size: 18px;
        color: white;
        font-weight: lighter;
        margin-top: -61px;
        word-spacing: 2px;
        font-family: sans-serif;
    }
    .slider-2-text2 {
        font-size: 13px;
        word-spacing: 2px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 15px;
        color: white;
        font-weight: bold;
        margin-top: 10px;
        word-spacing: 3px;
        font-family: sans-serif;
    }
    .new-home-slider-image-2-2 {
        height: 420px;
        top: -290px;
        width: auto;
    }
}
@media (max-width: 1109px) {
    .slider-2-save {
        font-size: 115px;
        color: white;
        font-weight: 700;
    }
    .slider-2-big {
        font-size: 173px;
        color: white;
        font-weight: 900;
        margin-top: -86px;
    }
    .slider-2-text1 {
        font-size: 16px;
        color: white;
        font-weight: lighter;
        margin-top: -46px;
        word-spacing: 2px;
        font-family: sans-serif;
    }
    .slider-2-text1 {
        font-size: 16px;
        color: white;
        font-weight: lighter;
        margin-top: -46px;
        word-spacing: 2px;
        font-family: sans-serif;
    }
    .slider-2-text2 {
        font-size: 12px;
        word-spacing: 1px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 14px;
        color: white;
        font-weight: bold;
        margin-top: 10px;
        word-spacing: 0px;
        font-family: sans-serif;
    }
    .new-home-slider-image-2-2 {
        height: 435px;
        top: -290px;
        width: auto;
    }
}
@media (max-width: 1055px) {
    .new-home-slider-image-2-2{
        height: 405px;
        top: -260px;
        width: auto;
    }
    .text_overlay_div {
        left: -193px;
        top: -110px;
    }
    .slider-2-save {
        font-size: 115px;
        color: white;
        font-weight: 700;
    }
    .slider-2-big {
        font-size: 173px;
        color: white;
        font-weight: 900;
        margin-top: -86px;
    }
    .slider-2-text1 {
        font-size: 16px;
        color: white;
        font-weight: lighter;
        margin-top: -46px;
        word-spacing: 2px;
        font-family: sans-serif;
    }
    .slider-2-text2 {
        font-size: 12px;
        word-spacing: 1px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 14px;
        margin-top: 10px;
        word-spacing: 0px;
        font-weight: 600;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .new-home-slider-caption {
        font-size: 45px;
        font-weight: 800;
    }
    .new-home-slider-text {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .new-home-slider-image-2-2{
        height: 400px;
        top: -260px;
        width: auto;
    }
    .text_overlay_div {
        left: -193px;
        top: -115px;
    }
    .slider-2-save {
        font-size: 115px;
    }
    .slider-2-big {
        font-size: 174px;
        margin-top: -85px;
    }
    .slider-2-text1 {
        font-size: 15px;
        margin-top: -40px;
        word-spacing: 5px;
        font-family: sans-serif;
    }
    .slider-2-text2 {
        font-size: 11px;
        word-spacing: 4px;
        padding-bottom: 0px;

        }
    .slider-2-text3 > a {
        font-size: 14px;
        font-weight: 700;
        word-spacing: 0px;
    }
}
/* Small Devices, Tablets */

@media(max-width:768px) {
    .new-home-slider-texts {
        top: 40%;
    }
    .new-home-slider-caption {
        font-size: 35px;
    }
    .new-home-slider-text {
        font-size: 18px;
    }

    .new-home-slider-caption-author {
        font-size: 14pt;
    }
    .new-home-slider-image {
            height: 600px;
            /*margin-top: 250px;*/
    }
    /*Slider 2*/
    .text_overlay_div {
        top: -160px;
        left: -159px;
    }
    .slider-2-save {
        font-size: 90px;
    }
    .slider-2-big {
        font-size: 135px;
        margin-top: -70px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -37px;
        word-spacing: 3px;
    }
    .slider-2-text2 {
        font-size: 9px;
        word-spacing: 2px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 11px;
        font-weight: bolder;
        word-spacing: 0px;
    }
    .new-home-slider-image-2-2 {
        height: 350px;
        top: -169px;
        right: -3%;
        width: auto;
    }
}
@media (max-width: 767px) {
    .new-home-slider-texts {
        /*bottom: 60%;*/
        top: -273px;
        max-width: 90%;
        text-align: left;
        /* margin-left: 75px; */
        margin-left: 10%;
    }
    .new-home-slider-image {
        margin-top: 0px;
        position: absolute;
        margin-left: -34px;
        top: -180px;
    }
}
@media (max-width: 627px) {
    .text_overlay_div {
        top: -160px;
        left: -159px;
    }
}


@media (max-width: 599px) {
    .new-home-slider-image {
        /*margin-top: 300px;*/
        position: absolute;
        margin-left: -100px;
        top: -180px;
    }
    .new-home-slider-caption {
        font-size: 20pt;
    }
    /*Slide 2*/
    .text_overlay_div {
        top: -160px;
        left: -125px;
    }
    .slider-2-save {
        font-size: 90px;
    }
    .slider-2-big {
        font-size: 135px;
        margin-top: -70px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -37px;
        word-spacing: 3px;
    }
    .slider-2-text2 {
        font-size: 9px;
        word-spacing: 2px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 11px;
        font-weight: bolder;
        word-spacing: 0px;
    }
    .new-home-slider-image-2-2 {
        height: 320px;
        top: -140px;
        right: -15%;
        width: 100%;
    }
}
@media (max-width: 580px) {
    .new-home-slider-image {
        position: absolute;
        margin-left: -100px;
        top: -160px;
    }
    /*Slider 2*/
    /*.text_overlay_div {*/
        /*top: -305px;*/
        /*left: -80px;*/
    /*}*/
    .slider-2-save {
        font-size: 90px;
    }
    .slider-2-big {
        font-size: 135px;
        margin-top: -70px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -37px;
        word-spacing: 3px;
    }
    .slider-2-text2 {
        font-size: 9px;
        word-spacing: 2px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 11px;
        font-weight: bolder;
        word-spacing: 0px;
    }
    .new-home-slider-image-2-2 {
        height: 320px;
        top: -140px;
        right: -15%;
        width: 100%;
    }
}
@media(max-width:550px) {
    .new-home-slider-text-div {
        position: absolute;
        top:10px;

        padding: 0 25px;
        text-shadow: 1px 1px 20px #888;
        width:100%
    }
    /*Slider 2*/
    .text_overlay_div {
        top: -165px;
        left: -80px;
    }
    .slider-2-save {
        font-size: 90px;
    }
    .slider-2-big {
        font-size: 135px;
        margin-top: -70px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -37px;
        word-spacing: 3px;
    }
    .slider-2-text2 {
        font-size: 9px;
        word-spacing: 2px;
        padding-bottom: 0px;
        font-family: inherit;
        }
    .slider-2-text3 > a {
        font-size: 11px;
        font-weight: bolder;
        word-spacing: 0px;
    }
    .new-home-slider-image-2-2 {
        height: 320px;
        top: -140px;
        right: -15%;
        width: 100%;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    /*}*/
    /* Custom, iPhone Retina */
    /*@media only screen and (max-width : 320px) {*/
    .slider_one{
        background-image: url("../images/HMCloud_GreenBackground_480.jpg");
    }
    .slider_two{
        background-image: url("../images/HMCloud_BBPPromo_480_BackgroundOnly.jpg");
    }
    .slider_three{
        /*background-image: url("../images/slide_3_mobile.jpg");*/
    }
    .slider_four{
        /*background-image: url("../images/slide_4_mobile.jpg");*/
    }
    .slider_five{
        /*background-image: url("../images/slide_5_mobile.jpg");*/
    }
    .slider_six{
        /*background-image: url("../images/slide_6_mobile.jpg");*/
    }
    .new-home-slider-texts {
        top: -250px;
        max-width: 90%;
        text-align: left;
        margin-left: 10%;
    }
    .new-home-slider-image {
        position: absolute;
        margin-left: -130px;
        top: -135px;
    }
    .new-home-slider-text {
        font-size: 18px;
    }
    /*Slide 2*/
    .text_overlay_div {
        left: -55px;
    }
}
/*iphone 6 plus*/
@media (max-width: 414px) {
    .text_overlay_div {
        position: absolute;
        top: -315px;
        left:2px;
    }
    .slider-2-save {
        font-size: 85px;
    }
    .slider-2-big {
        font-size: 125px;
        margin-top: -61px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -32px;
        word-spacing: 0px;

    }
    .slider-2-text2 {
        font-size: 9px;
        word-spacing: 0px;
        padding-bottom: 0px;
        font-family: inherit;
    }
    .slider-2-text3 > a {
        font-size: 10px;
        margin-top: 10px;
        word-spacing: 1px;
    }
    .new-home-slider-image-2-2 {
        height: 345px;
        top: -31px;
        width:120%;
    }
}
@media (max-width: 377px) {
    .new-home-slider-image {
        /*margin-top: 300px;*/
        position: absolute;
        margin-left: -130px;
        top: -120px;
    }
}
@media (max-width: 375px) {
    /*Slide 1*/
    .new-home-slider-texts {
        /*bottom: 60%;*/
        top: -270px;
        max-width: 90%;
        text-align: left;
        /* margin-left: 75px; */
        margin-left: 10%;
    }
    .new-home-slider-text {
        /* color: #fff; */
        font-size: 18px;
    }
    /*Slide 2*/
    .text_overlay_div {
        top: -275px;
        left: 3px;
    }
    .new-home-slider-image-2-2 {
        height: 290px;
        top: 23px;
        right: -17%;
        width: auto;
    }
    .slider-2-save {
        font-size: 85px;
    }
    .slider-2-big {
        font-size: 126px;
        margin-top: -62px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -35px;
        word-spacing: -1px;
    }
    .slider-2-text2 {
        font-size: 8px;
        word-spacing: 0px;
        padding-bottom: 0px;
    }
    .slider-2-text3 > a {
        font-size: 10px;
        margin-top: 4px;
        font-weight: bolder;
        word-spacing: -1px;
    }
}
/*screen size 320px and less*/

@media (max-width: 320px) {
    /*Slide 1*/
    .new-home-slider-texts {
        /*bottom: 60%;*/
        top: -290px;
        max-width: 90%;
        text-align: left;
        /* margin-left: 75px; */
        margin-left: 10%;
    }
    .new-home-slider-text {
        /* color: #fff; */
        font-size: 15px;
    }
    /*Slide 2*/
    .text_overlay_div {
        top: -255px;
        left: 0px;
    }
    .new-home-slider-image-2-2 {
        height: 260px;
        top: 54px;
        right: -17%;
        width: auto;
    }
    .slider-2-save {
        font-size: 85px;
    }
    .slider-2-big {
        font-size: 126px;
        margin-top: -62px;
    }
    .slider-2-text1 {
        font-size: 12px;
        margin-top: -35px;
        word-spacing: -1px;
    }
    .slider-2-text2 {
        font-size: 8px;
        word-spacing: 0px;
        padding-bottom: 0px;
    }
    .slider-2-text3 > a {
        font-size: 10px;
        margin-top: 4px;
        font-weight: bolder;
        word-spacing: -1px;
    }
}








