/* Small devices */
/* just to catch ipad and lower */
@media (max-width: 780px){
        /* HOME */
    .ratesBar.container{
        width:100%;
    }

    /*--terms--*/
    .useOfWebsitePolicy h3{
        font-size: 26px;
    }
    
     /* Modal Mobile Fix */
     #cookiePopUp {
        width: 90vw !important;
    }
    
}
/* Devices bigger than ipad and mobile */
@media (min-width: 768px){
    /*=======================================
    GLOBAL
    ========================================*/
    .tableContainer {
        display: table;
        width: 100%;
    }

    .tableRow {
        display: table-row;
        width: 100%;
       vertical-align: middle;
    }

    .tableCell {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    header .logo img{
        max-width: 80px;
    }

    .stepContainer {
        max-width: 32%;
    }
  /*  header.scrolled .mainNav{
        height: 130px;
    }*/

    /*=======================================
        NAV HOVER ANIMATIONS
    ========================================*/
    /* hover */
    header nav a:hover,
    header nav a.active{
        color:inherit;
        border-bottom-color: #f8ee4d;
        position: relative;
        animation:navAnimateIn 150ms forwards !important;
        -webkit-animation:navAnimateIn 150ms forwards !important;
    }
    @keyframes navAnimateIn{
        0%{border-bottom-width:0px;}
        100%{border-bottom-width:4px;}
    }
    @-webkit-keyframes navAnimateIn{
        0%{border-bottom-width:0px;}
        100%{border-bottom-width:4px;}
    }

    /* off hover / mouse out */
    header nav a:not(:hover){
        animation: navAnimateOut 250ms forwards;
        -webkit-animation: navAnimateOut 250ms forwards;
    }
    @keyframes navAnimateOut{
        0%{border-bottom-width:4px;}
        100%{border-bottom-width:0px;}
    }
    @-webkit-keyframes navAnimateOut{
        0%{border-bottom-width:4px;}
        100%{border-bottom-width:0px;}
    }

    /*  nav hover arrow and its animations */
    header nav a:after{
        content: " ";
        position: absolute;
        margin-left: -17px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #f8ee4d;
        left: 50%;
        top: 36px;
        opacity:0;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
                margin: 0px;
                left: 50%;
    }

    header nav a:hover:after,
    header nav a.active:after {
                animation:navArrowAnimateIn 75ms 75ms forwards; /* animation name, time, delay, iteration  */
        -webkit-animation: navArrowAnimateIn 75ms 75ms forwards;
    }
    @keyframes navArrowAnimateIn{
        0%{opacity:0; top:36px;}
        100%{opacity:1;top:46px;}
    }
    @-webkit-keyframes navArrowAnimateIn{
        0%{opacity:0; top:36px;}
        100%{opacity:1;top:46px;}
    }

    header nav a:not(:hover):after {
        /* if you wanted to animate the after off hover */
    }

    .supportDetails a{
        font-size: 13px;
    }

    .supportDetails a span {
        margin-right: 5px;
    }

    .supportDetails {
        margin-top: 28px; 
        padding-right: 0px;
    }    

}

@media (min-width: 768px) and (max-width: 991px) {
    /*=======================================
    GLOBAL
    ========================================*/

    .rate p {
        line-height: 17px;
    }
    
    .container {
        width: 95%;
    }
    header .container {
        width: 97.5%;
    }
    .general, .infoSection {
        padding: 35px 5% 70px 5%;
    }
    /* HEADER */
    header .logo {
        width: 75px;
    }
    header .logo img{
        max-width: 60px;
    }

    header .logo h3 {
        line-height: 12px;
    }
    header .mainNav{
        height: 125px;
    }
    nav > * {
        margin-left: 20px;
    }
    header nav a:first-of-type{
        display:none;
    }
    header nav button{
        padding: 11px 28px !important;
    }

    /*=======================================
    HOME
    ========================================*/
    .carousel .carouselCopy {
        top: 45%;
    }

    .carousel .carouselCopy h1 {
        font-size: 40px;
    }

    .rate .back {
        padding: 11px;
    }
    
    .newsletterSignupBar .submit {
        padding: 11px 15px; 
    }    
       
}

@media (min-width: 940px) {
    /*=======================================
    GLOBAL
    ========================================*/
    .stepContainer {
        margin-bottom: 0px;
    }

}
