/*UP*/
@media (min-width:1367px) {}
@media (min-width:1600px) {}
@media (min-width:1920px) {}
/*1366px*/
/*DOWN*/
@media (max-width:1280px) {
    .font28 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
}
@media (max-width:1200px) {}
@media (max-device-width:1024px) ,(max-width:1024px) {
    #slideOne>section:nth-of-type(1) {
        width: 55%;
        margin-left: 5%;
    }
    #slideOne>section:nth-of-type(2) {
        width: 27%;
        margin-left: 7%;
    }
    .subSlideTwo {
        width: Calc(95% / 4);
    }
    article#slideTwo>.subSlideTwo:not(:last-of-type) {
        margin-right:Calc(5% / 3);
    }

    .slideFour .image, .slideFour .text {
        width: 50%;
        min-height: 512px;
    }
    .marginTop80 {
        margin-top: 25px !important;
    }
    footer>div>span:first-of-type {
        margin-left: 22%;
    }
    .subSlideTwo>a {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
    #popUp {
        width: 70%;
        margin: 45px 12.5%;
    }
}
@media (max-device-width:800px) ,(max-width:800px) {
    #slideOne>section:nth-of-type(1) {
        width: 70%;
        margin:0 15%;
    }
    #slideOne>section:nth-of-type(2) {
        width: 50%;
        margin:0 25%;
        margin-top:50px;
    }
    #slideOne {
        background-position:left top !important;
    }
    .subSlideTwo {
        width: Calc(95% / 2);
    }
    article#slideTwo>.subSlideTwo:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    article#slideTwo>.subSlideTwo:nth-of-type(1),
    article#slideTwo>.subSlideTwo:nth-of-type(2) {
        margin-bottom:0 !important;
    }
    article#slideTwo>.subSlideTwo:nth-of-type(2n + 1) {
        margin-right: 5%;
    }
    #slideTwo {
        position: inherit;
    }
    #screen, 
    #popUp {
        position: fixed;
    }
    .subSlide p {
        width: 60%;
        padding: 0 10%;
        margin: 0 10%;
        margin-top: 80px;
    }
    .paragraphSet {
        font-size: 18px;
        line-height: 26px;
    }
    .clientIcon {
        background-size: 100% auto;
    }
    .font20 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .slideFour .text a {
        margin-top: 30px;
    }
    article#slideSix {
        width: 70%;
        padding: 0 15%;
    }
    footer>div>span:first-of-type {
        margin-left: 18%;
    }
}
@media (max-device-width:768px) ,(max-width:768px) {
    .clientIcon {
        background-size: 90% auto;
    }
}
@media (max-device-width:736px) ,(max-width:736px) {
    footer>div>span:first-of-type {
        margin-left: 15%;
    }
    .subSlide p:first-of-type {
        height: 136px;
        overflow: hidden;
    }
}
@media (max-device-width:667px) ,(max-width:667px) {
    #headerIcon {
        width: 100%;
        height: 50px;
        text-align: center;
        margin: 0;
        margin-bottom: 30px  !important;
    }
    header>a:nth-child(2) {
        margin-right:0;
    }
    header {
        padding-top: 25px;
    }
    header>a.floatRight {
        margin:0;
        width:33.33%;
        text-align: center;
    }
    #headerIcon>img {
        height: 100%;
        width:auto !important;
        display: inline-block;
    }
    #slideOne>section:nth-of-type(1) {
        width: 82%;
        margin: 0 9%;
    }
    #slideOne>section:nth-of-type(2) {
        width: 70%;
        margin: 0 15%;
        margin-top: 70px;
    }
    .font28 {
        font-size: 25px !important;
        line-height: 29px !important;
    }
    .headingSet {
        font-size: 30px;
    }
    .paragraphSet {
        font-size: 16px;
        line-height: 27px;
    }
    footer>div>span:first-of-type {
        margin-left: 12%;
    }
}
@media (max-device-width:640px) ,(max-width:640px) {
    .paragraphSet {
        font-size: 18px;
        line-height: 26px;
    }
    .slideFour {
        position:relative;
        min-height:0 !important;
    }
    .slideFour .image, .slideFour .text {
        min-height: 361px;
        position:relative;
    }
    .slideFour .image {
        position:absolute !important;
        left:0;
        top:0;
        z-index: 0;
        width:100%;
    }
    .slideFour:not(#fS_1) .image::after {
        width:100%;
        height:100%;
        left:0;
        top:0;
        position: absolute;
        content: '';
        background-color:rgba(0,0,0,0.7);
    }

    #fS_1 .image{
        background-color:white;
        background-blend-mode:inherit;
        background-image:none !important;
    }

    .slideFour .text {
        width:100%;
        position: relative;
        z-index: 1;
        display: inline-block;
    }
    .slideFour:not(#fS_1) .text * {
        display: inline-block;
        color:white !important;
        border-color:white;
    }
    footer>div>span:first-of-type {
        margin-left: 10%;
    }
    .subSlide p {
        margin-top: 42px;
    }
    .slideFour h1{
        margin-top:40px !important;
    }
}
@media (max-device-width:601px) ,(max-width:601px) {
    footer>div>span:first-of-type {
        margin-left: 0 !important;
    }
    footer>div>span {
        text-indent:2%;
        padding-left:0 !important;
        text-align:center !important;
        padding-right:0 !important;
        display: inline-block;
        width:Calc(100% / 3);
    }
}
@media (max-device-width:568px) ,(max-width:568px) {
    footer>div>span.font20 {
        width:100%;
        font-weight:lighter;
        padding:0;
        padding-top:20px !important;
        text-indent:0;
        font-size:15px !important;
        opacity:0.8;
    }
    footer>div>span:last-child {
        padding-bottom:20px !important;
    }

    .slideFour .image, .slideFour .text {
        min-height: 388px;
    }
    .slideFour a{
        margin-bottom:40px !important;
    }

    article#slideTwo>.subSlideTwo {
        width:100%;
        margin-left:0 !important;
        margin-right:0 !important;
    }

    .subSlideTwo>h1 {
        margin-top: 137px;
    }
    .subSlideTwo {
        height: 224px;
    }
    #popUp {
        width: 90%;
        margin: 45px 2.5%;
    }
    .subSlide p {
        width: 80%;
        padding: 0 10%;
        margin-left:0 !important;
        margin-right:0 !important;
        margin-top: 80px;
    }
    .clientIcon {
        background-size: 100% auto;
    }

}
@media (max-device-width:480px) ,(max-width:480px) {
    #slideOne>section:nth-of-type(1) {
        width: 90%;
        margin: 0 5%;
    }
    .slideFour .image, .slideFour .text {
        min-height: 451px;
    }
    .spanRow {
       font-size:0.95em;
    }
    article#slideSix {
        width: 90%;
        padding: 0 5%;
    }
    #slideOne>section:nth-of-type(2) {
        width: 80%;
        margin: 0 10%;
        margin-top: 70px;
    }

    article#slideFive>.clientIcon {
        width:50%;
        margin-top:20px;
        background-size:50% auto;
        margin-right:0 !important;
        height: 98px;
    }
    article#slideFive>.clientIcon:last-of-type {
       margin-left:25%;
        margin-bottom:30px;
    }
}
@media (max-device-width:414px) ,(max-width:414px) {
    article#slideFive>.clientIcon {
        background-size:70% auto;
    }
}
@media (max-device-width:375px) ,(max-width:375px) {}
@media (max-device-width:360px) ,(max-width:360px) {
    .marginBottom100 {
        margin-bottom: 50px !important;
    }
    #popUp>a {
        padding-right: 15%;
    }
    .slideFour .text a {
        margin-top: 0;
    }
    .slideFour .image, .slideFour .text {
        min-height: 481px;
    }
    footer {
        background-size: auto 21%;
    }
    .font45 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .subSlide p:first-of-type {
        height: 192px;
        overflow: hidden;
    }
    .subSlide p:last-of-type {
        font-size: 14px;
    }
    .headingSet {
        font-size: 25px;
    }
    .paragraphSet {
        font-size: 15px;
    }

}
@media (max-device-width:320px) ,(max-width:320px) {
    .subSlide p:last-of-type {
        width:100%;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #popUp>#close {
        top: 3%;
    }
}
@media (max-device-width:281px) ,(max-width:281px) {}
