﻿@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

header {
    width: 100%;
    min-height: 100%;
    font-family: Roboto,sans-serif !important;
    -webkit-appearance: none;
}

    header input[type=text] {
        font-size: 16px !important;
        font-weight: 300 !important;
        font-family: Arial !important;
        color: #555 !important;
    }

    header .row.full-width, footer .row.full-width {
        max-width: 100%;
    }

    header .row, footer .row {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    footer.footer{
        margin: 0 auto;
    }
    header.header, footer.footer {       
        margin: 0;
    }

.column-flex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

header.header {
    height: 97px;
    overflow: unset;
}

    header.header.with-image {
        height: 356px;
        background: no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    header.header .header-top {
        height: 97px;
        background-color: #fff;
        border-bottom: 1px solid #FFFFFF;
        -webkit-transition: position 0.5s ease-out;
        -moz-transition: position 0.5s ease-out;
        -ms-transition: position 0.5s ease-out;
        -o-transition: position 0.5s ease-out;
        transition: position 0.5s ease-out;
        overflow: visible;
        z-index: 1000000000;
    }

@media (max-width: 1200px) {
    header.header .header-top > .row {
        display: none;
    }
}

header.header .header-top.transparent {
    background: none;
    border-bottom: none;
}

header.header .header-top .show-when-sticky {
    display: none;
}

header.header .header-top.sticky {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #464646;
    border-bottom: 1px solid #FFFFFF;
}

@media (max-width: 1220px) {
    header.header .header-top.sticky {
        display: block;
    }

        header.header .header-top.sticky.transparent {
            background: none;
            border-bottom: none;
        }

        header.header .header-top.sticky > .row {
            display: block;
        }
}

header.header .header-top.sticky .show-when-sticky {
    display: block;
}

header.header .header-top.sticky .hide-when-sticky {
    display: none;
}

header.header .header-top > .row {
    height: 97px;
    overflow: visible;
}

@media (max-width: 1200px) {
    header.header .header-top > .row {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

header.header .header-top > .row .logo {
    position: relative;
    float: left;
    height: 97px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 108px !important;
    padding: 30px 0;
}

    header.header .header-top > .row .logo > a > img {
        width: 97px;
    }

    header.header .header-top > .row .logo.travel-nurse {
        width: auto;
    }

        header.header .header-top > .row .logo.travel-nurse > img {
            height: 37px;
            width: auto;
        }

header.header .header-top > .row .search-our-map-header {
    position: relative;
    float: left;
    height: 97px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 300px;*/
    /*width: 295px;*/
    width: 250px;
    margin-left: 50px;
    padding: 28px 0;
}

@media screen and (max-width: 610px) {
    header.header .header-top > .row .search-our-map-header {
        width: 250px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 500px) {
    header.header .header-top > .row .search-our-map-header {
        width: 190px;
        margin-left: 0;
    }
}

@media screen and (max-width: 413px) {
    header.header .header-top > .row .search-our-map-header {
        display: none;
    }
}

header.header .header-top > .row .search-our-map-header > .input-holder {
    position: relative;
    float: left;
    /*width: 300px;*/
    /*width: 295px;*/
    width: 250px;
    height: 40px;
}

@media screen and (max-width: 610px) {
    header.header .header-top > .row .search-our-map-header > .input-holder {
        width: 250px;
    }
}

@media screen and (max-width: 500px) {
    header.header .header-top > .row .search-our-map-header > .input-holder {
        width: 190px;
    }
}

header.header .header-top > .row .search-our-map-header > .input-holder > input[type="text"], header.header .header-top > .row .search-our-map-header > .input-holder > .easy-autocomplete > input[type="text"] {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 7px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 45px;
}

    header.header .header-top > .row .search-our-map-header > .input-holder > input[type="text"]:focus {
        outline: none;
    }

header.header .header-top > .row .search-our-map-header > .input-holder > .form-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 0;
}

header.header .header-top > .row .mobile-menu-toggle {
    display: none;
}

header.header .header-top > .row .menu-holder {
    position: relative;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 97px;
    padding: 26px 0 21px 0;
}

    header.header .header-top > .row .menu-holder .menu-item {
        position: relative;
        float: left;
        height: auto;
    }

        header.header .header-top > .row .menu-holder .menu-item > ul {
            display: none;
        }

        header.header .header-top > .row .menu-holder .menu-item:hover > ul {
            display: block;
            width: fit-content;
            height: auto;
            position: absolute;
            min-width: 200px;
            top: 50px;
            left: 50%;
            margin-left: -100px;
            background-color: #FFFFFF;
            border-radius: 7px;
            z-index: 1000000;
        }

            header.header .header-top > .row .menu-holder .menu-item:hover > ul > li {
                position: relative;
                width: 100%;
                height: auto;
                border-bottom: 1px solid #EEEEEE;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:hover {
                    background-color: #EEEEEE;
                    border-radius: 8px;
                }

                header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:last-child {
                    margin-bottom: 0;
                    border-bottom: none;
                }

                header.header .header-top > .row .menu-holder .menu-item:hover > ul > li > a {
                    display: block;
                    width: 100%;
                    text-align: center;
                    padding: 8px 0;
                    line-height: 24px;
                    font-size: 14px;
                    color: #666666;
                    text-decoration: none;
                    cursor: pointer;
                }

                header.header .header-top > .row .menu-holder .menu-item:hover > ul > li > ul {
                    display: none;
                }

                header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:hover > ul {
                    display: block;
                    width: 400px;
                    height: auto;
                    position: absolute;
                    right: 100%;
                    top: 0;
                    margin-left: -100px;
                    background-color: #FFFFFF;
                    overflow: hidden;
                    border-radius: 7px;
                    z-index: 1000000;
                }

                    header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:hover > ul > li {
                        position: relative;
                        width: 50%;
                        float: left;
                        height: auto;
                        border-bottom: 1px solid #EEEEEE;
                        padding: 0 10px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:hover > ul > li:hover {
                            background-color: #EEEEEE;
                        }

                        header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:hover > ul > li:last-child {
                            margin-bottom: 0;
                            border-bottom: none;
                        }

                        header.header .header-top > .row .menu-holder .menu-item:hover > ul > li:hover > ul > li > a {
                            display: block;
                            width: 100%;
                            text-align: center;
                            padding: 8px 0;
                            line-height: 24px;
                            font-size: 14px;
                            color: #666666;
                            text-decoration: none;
                            cursor: pointer;
                        }

        header.header .header-top > .row .menu-holder .menu-item > a {
            display: block;
            height: 50px;
            line-height: 48px;
            color: #034991;
            font-size: 13px;
            font-weight: 700;
            padding: 0;
            margin: 0 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, 0);
            border-radius: 5px;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
        }

            header.header .header-top > .row .menu-holder .menu-item > a > img {
                position: relative;
                float: right;
                height: 50px;
                width: 50px;
            }

            header.header .header-top > .row .menu-holder .menu-item > a:hover {
                border-radius: 0;
                border-bottom: 3px solid #0b82aa;
            }

            header.header .header-top > .row .menu-holder .menu-item > a.active {
                padding: 0 12px;
                border-color: #FFFFFF;
            }

                header.header .header-top > .row .menu-holder .menu-item > a.active:hover {
                    border: 1px solid #FFFFFF;
                    border-radius: 5px;
                    color: #0b82aa;
                    background-color: #FFFFFF;
                }

            header.header .header-top > .row .menu-holder .menu-item > a.highlight {
                padding: 0 12px;
                background-color: #FFFFFF;
                border-color: #FFFFFF;
                color: #0b82aa;
                text-decoration: none;
                height: 45px;
                line-height: 45px;
            }

                header.header .header-top > .row .menu-holder .menu-item > a.highlight:hover {
                    border-radius: 5px;
                    background-color: #0b82aa;
                    border: 1px solid #0b82aa;
                    color: #FFFFFF;
                }

@media (max-width: 1200px) {
    header.header .header-top.sticky > .row > .mobile-menu-toggle {
        position: relative;
        display: block;
        float: right;
        height: 97px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 26px 0 21px 0;
    }

        header.header .header-top.sticky > .row > .mobile-menu-toggle > div {
            width: 50px;
            height: 50px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 5px;
        }

            header.header .header-top.sticky > .row > .mobile-menu-toggle > div > span {
                display: block;
                width: 40px;
                height: 4px;
                margin-bottom: 8px;
                border-radius: 4px;
                background-color: #FFFFFF;
            }

                header.header .header-top.sticky > .row > .mobile-menu-toggle > div > span:last-child {
                    margin-bottom: 10px;
                }

    header.header .header-top.sticky > .row > .menu-holder {
        position: fixed;
        right: -120%;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        cursor: pointer;
        -webkit-transition: right 0.5s ease-out;
        -moz-transition: right 0.5s ease-out;
        -ms-transition: right 0.5s ease-out;
        -o-transition: right 0.5s ease-out;
        transition: right 0.5s ease-out;
    }

        header.header .header-top.sticky > .row > .menu-holder > .close-button {
            position: relative;
            float: left;
            width: 60%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: none;
        }
}

@media (max-width: 1200px) and (max-width: 991px) {
    header.header .header-top.sticky > .row > .menu-holder > .close-button {
        width: 50%;
    }
}

@media (max-width: 1200px) and (max-width: 767px) {
    header.header .header-top.sticky > .row > .menu-holder > .close-button {
        width: 35%;
    }
}

@media (max-width: 1200px) {
    header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper {
        position: relative;
        float: right;
        width: 40%;
        height: 100%;
        overflow-y: scroll;
        background-color: #464646;
        border-left: 1px solid #999999;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 20px;
    }
}

@media (max-width: 1200px) and (max-width: 991px) {
    header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper {
        width: 50%;
    }
}

@media (max-width: 1200px) and (max-width: 767px) {
    header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper {
        width: 65%;
    }
}

@media (max-width: 1200px) {
    header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item.hide-when-sticky {
            display: block;
        }

        header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > a {
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 20px;
            padding: 12px;
            height: auto;
        }

            header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > a > img {
                position: relative;
                /*float: right;*/
                margin: -12px;
                height: 44px;
                width: 44px;
            }

        header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul {
            display: none;
            position: relative;
            width: 100%;
            overflow: hidden;
            background-color: #EEEEEE;
            left: 0;
            top: 0;
            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 10px;
                height: auto;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li:last-child {
                    margin-bottom: 0;
                    border-bottom: none;
                }

                header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li > a {
                    display: block;
                    text-align: center;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    line-height: 20px;
                    padding: 12px;
                    height: auto;
                    color: #000000;
                    font-size: 13px;
                    font-weight: 700;
                    margin: 0 12px;
                    text-decoration: none;
                    border: none !important;
                    margin: 0;
                }

                header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li > ul {
                    display: none;
                    position: relative;
                    width: 100%;
                    overflow: hidden;
                    background-color: #FFFFFF;
                    left: 0;
                    top: 0;
                    margin: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li > ul > li {
                        position: relative;
                        float: left;
                        width: 100%;
                        margin-bottom: 10px;
                        height: auto;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li > ul > li:last-child {
                            margin-bottom: 0;
                            border-bottom: none;
                        }

                        header.header .header-top.sticky > .row > .menu-holder > .menu-wrapper > .menu-item > ul > li > ul > li > a {
                            display: block;
                            text-align: center;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            line-height: 20px;
                            padding: 12px;
                            height: auto;
                            color: #000000;
                            font-size: 13px;
                            font-weight: 700;
                            margin: 0 12px;
                            text-decoration: none;
                            margin: 0;
                        }
}

header.header .header-content {
    height: 270px;
    overflow: unset;
}

    header.header .header-content .landing-search-form {
        overflow: unset;
        height: 556px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 120px 50px 133px 50px;
    }

        header.header .header-content .landing-search-form .title-big {
            height: 70px;
            line-height: 70px;
            font-size: 55px;
            font-weight: 300;
            text-align: center;
            color: #FFFFFF;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        }

        header.header .header-content .landing-search-form .title {
            height: 46px;
            line-height: 46px;
            font-size: 32px;
            font-weight: 500;
            text-align: center;
            color: #FFFFFF;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        }

        header.header .header-content .landing-search-form .form-holder {
            margin-top: 36px;
            height: 105px;
            background-color: rgba(0, 0, 0, 0.67);
            border-radius: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 14px;
            overflow: unset;
        }

            header.header .header-content .landing-search-form .form-holder .form-inside {
                height: 77px;
                background-color: #FFFFFF;
                border-radius: 5px;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                overflow: unset;
            }

                header.header .header-content .landing-search-form .form-holder .form-inside > div {
                    height: 57px;
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

                    header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder {
                        position: relative;
                        display: block;
                        border: 1px solid #d7d7d7;
                        border-radius: 5px 0 0 5px;
                    }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder > div.easy-autocomplete > .easy-autocomplete-container {
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            border: 1px solid #d7d7d7;
                            border-top: 0;
                            margin-top: 3px;
                            overflow: hidden;
                        }

                            header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder > div.easy-autocomplete > .easy-autocomplete-container > ul {
                                position: relative;
                                width: 130%;
                                height: 240px;
                                background-color: #FFFFFF;
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                                overflow-y: scroll;
                                overflow-x: hidden;
                            }

                                header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder > div.easy-autocomplete > .easy-autocomplete-container > ul > li {
                                    position: relative;
                                    display: block;
                                    width: 100%;
                                    height: 55px;
                                    line-height: 55px;
                                    font-size: 18px;
                                    font-weight: 300;
                                    border-bottom: 1px solid #d7d7d7;
                                    text-decoration: none;
                                    color: #000000;
                                    padding: 0 20px 0 73px;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                                }

                                    header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder > div.easy-autocomplete > .easy-autocomplete-container > ul > li:last-child {
                                        border-bottom: none;
                                    }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder.last-one {
                            border-radius: 0 5px 5px 0;
                            border-left: none;
                        }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder input[type="text"] {
                            background: none;
                            border: none;
                            height: 55px;
                            line-height: 55px;
                            width: 100%;
                            font-size: 20px;
                            font-weight: 300;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            padding: 0 20px 0 75px;
                        }

                            header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder input[type="text"]:focus {
                                outline: none;
                            }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder input[type="date"] {
                            background: none;
                            border: none;
                            height: 55px;
                            line-height: 55px;
                            width: 100%;
                            font-size: 20px;
                            font-weight: 300;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                            padding: 0 20px 0 75px;
                        }

                            header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder input[type="date"]:focus {
                                outline: none;
                            }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.input-holder img.form-icon {
                            width: 55px;
                            height: 55px;
                            position: absolute;
                            left: 10px;
                            top: 0;
                        }

                    header.header .header-content .landing-search-form .form-holder .form-inside > div.submit-holder {
                        -webkit-box-flex: 0;
                        -moz-box-flex: 0;
                        -webkit-flex: 0;
                        -ms-flex: 0;
                        flex: 0;
                        background-color: #0b82aa;
                        border-radius: 5px;
                        margin-left: 13px;
                    }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.submit-holder:hover {
                            background-color: #138cb5;
                        }

                        header.header .header-content .landing-search-form .form-holder .form-inside > div.submit-holder input[type="button"] {
                            background: none;
                            border: none;
                            height: 57px;
                            line-height: 57px;
                            color: #FFFFFF;
                            font-size: 20px;
                            font-weight: 700;
                            padding: 0 70px;
                            cursor: pointer;
                        }

@media (max-width: 1200px) {
    header.header .header-content .landing-search-form {
        padding: 50px 20px 50px 20px;
    }

        header.header .header-content .landing-search-form > .title-big {
            height: 50px;
            font-size: 40px;
            font-weight: 300;
            line-height: 50px;
        }

        header.header .header-content .landing-search-form > .title {
            height: 36px;
            font-size: 24px;
            /*font-weight: 300;*/
            line-height: 36px;
        }

        header.header .header-content .landing-search-form .form-holder {
            height: auto;
        }

            header.header .header-content .landing-search-form .form-holder > .form-inside {
                height: auto;
                display: block;
            }

                header.header .header-content .landing-search-form .form-holder > .form-inside .input-holder {
                    width: 100%;
                    margin-bottom: 10px;
                    border-radius: 5px !important;
                }

                    header.header .header-content .landing-search-form .form-holder > .form-inside .input-holder.last-one {
                        border-left: 1px solid #d7d7d7 !important;
                    }
}

@media screen and (max-width: 521px) {
    header.header .header-content .landing-search-form > .title {
        padding-bottom: 30px
    }

    header.header .header-content .landing-search-form .form-holder > .form-inside .input-holder input {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 366px) {
    header.header .header-content .landing-search-form > .title {
        padding-bottom: 50px;
        padding-top: 10px;
    }
}

@media (max-width: 1200px) {
    header.header .header-content .landing-search-form .form-holder > .form-inside .submit-holder {
        margin: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
}

header.header.logged-in-user > .header-top.sticky > .row .search-our-map-header {
    width: 190px;
}

    header.header.logged-in-user > .header-top.sticky > .row .search-our-map-header .input-holder {
        width: 190px;
    }

header.header .header-top > .row .menu-holder .menu-item > a > img.Profilepng {
    width: 40px;
    height: 40px;
    float: none;
}


@media (max-width: 576px) {
    footer.footer {
        padding-bottom: 545px;
        padding-top: 5px;
    }
}

@media (min-width: 577px) and (max-width: 609px) {
    footer.footer {
        padding-bottom: 500px;
        padding-top: 5px;
    }
}

@media (min-width: 610px) and (max-width: 767px) {
    footer.footer {
        padding-bottom: 375px;
        padding-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    footer.footer {
        padding-bottom: 370px;
        padding-top: 10px;
    }
}

@media (max-width: 1200px) {
    footer.footer > .row {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

footer {
    font-family: 'Barlow', sans-serif;
}

    footer.footer .row.footer-top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

/* @media (max-width: 991px) {
    footer.footer .row.footer-top {
        display: block;
        padding: 0;
    }

        footer.footer .row.footer-top > .column-flex {
            width: 100%;
            padding: 2%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
        }
        .footer-links{
            display: flex;
            flex-direction: column;
        }
           
} */

@media (max-width: 767px) {
    footer.footer .row.footer-top {
        display: block;
        padding: 0;
    }

        footer.footer .row.footer-top > .column-flex {
            width: 100%;
            padding: 2%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
        }
        .footer-links{
            display: flex;
            flex-direction: column;
        }
        footer div.social{
            margin-top: 20px !important;
        }
}


footer.footer .row.footer-top .highlight-button {
    display: block;
    position: relative;
    float: right;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}

    footer.footer .row.footer-top .highlight-button:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

@media (max-width: 991px) {
    footer.footer .row.footer-top .highlight-button {
        display: inline-block;
        float: none;
    }
}

footer.footer .row.footer-top ul.footer-menu > li {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}

    footer.footer .row.footer-top ul.footer-menu > li > a {
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 500;
    }
    .footer-bottom .footer-links a{
        color: #FFFFFF;
        line-height: 24px;
        font-size: 14px;
        margin-left: 20px;
        font-weight: 500;
    }
    .footer-bottom .footer-links a:first-child{
        margin-left: 40px;
    }
        footer.footer .row.footer-top ul.footer-menu > li > a:hover {
            text-decoration: underline;
        }

footer.footer .row.separator {
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 45px;
    margin-bottom: 15px;
}

footer.footer .row.footer-bottom .copyright {
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 575px) {
    footer.footer .row.footer-bottom .copyright {
        width: 100%;
        text-align: center;
    }
}


footer.footer .row.footer-bottom .social a.social-item {
    position: relative;
    display: inline;
    margin-right: 30px;
    
}

@media (max-width: 575px) {
    footer.footer .row.footer-bottom .social a.social-item {
        float: none;
        display: inline-block;
    }
}

footer.footer .row.footer-bottom .social a.social-item > img {
    width: 16px;
    height: 16px;
}

footer.footer .row.footer-bottom .social a.social-item:last-child {
    margin-right: 0;
}


footer div.social a {
    background: unset;
    text-indent: unset;
}

footer div.social {
    margin: 0;
    line-height: 0;
}

footer:after, footer:before, footer .row:after, footer .row:before, footer .row.row:after, footer .row .row:before {
    display: none !important;
    content: "" !important;
}

section.popup-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    z-index: 2000000000;
}

    section.popup-login > .back-color {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    section.popup-login > .content-holder {
        position: relative;
        -webkit-box-flex: 0 auto;
        -moz-box-flex: 0 auto;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 100%;
        max-width: 700px;
        height: auto;
        max-height: 100%;
        z-index: 2;
        padding: 65px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #FFFFFF;
        border-radius: 10px;
    }

        section.popup-login > .content-holder > .content-wrapper {
            padding: 0 115px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            section.popup-login > .content-holder > .content-wrapper > .title {
                font-size: 20px;
                font-weight: 500;
                line-height: 55px;
                color: #0b82aa;
                margin-bottom: 15px;
            }

            section.popup-login > .content-holder > .content-wrapper .input-holder {
                position: relative;
                margin-bottom: 15px;
            }

                section.popup-login > .content-holder > .content-wrapper .input-holder > input[type="text"] {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 56px;
                    width: 100%;
                    border-radius: 5px;
                    border: 1px solid #d7d7d7;
                    padding: 0 20px;
                    line-height: 54px;
                    font-size: 20px;
                    font-weight: 300;
                }

                section.popup-login > .content-holder > .content-wrapper .input-holder > input[type="password"] {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 56px;
                    width: 100%;
                    border-radius: 5px;
                    border: 1px solid #d7d7d7;
                    padding: 0 20px;
                    line-height: 54px;
                    font-size: 20px;
                    font-weight: 300;
                }

            section.popup-login > .content-holder > .content-wrapper .button-holder {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
            }

                section.popup-login > .content-holder > .content-wrapper .button-holder > .column-flex {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    margin-right: 15px;
                }

                    section.popup-login > .content-holder > .content-wrapper .button-holder > .column-flex:last-child {
                        margin-right: 0;
                    }

                    section.popup-login > .content-holder > .content-wrapper .button-holder > .column-flex > .close-button {
                        border-radius: 7px;
                        background-color: #ebebeb;
                        color: #333333;
                        border: none;
                        height: 56px;
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 56px;
                        width: 100%;
                        text-align: center;
                        padding: 0;
                        cursor: pointer;
                    }

                        section.popup-login > .content-holder > .content-wrapper .button-holder > .column-flex > .close-button:hover {
                            background-color: #f1f1f1;
                        }

                    section.popup-login > .content-holder > .content-wrapper .button-holder > .column-flex > input {
                        border-radius: 7px;
                        background-color: #0b82aa;
                        border: none;
                        height: 56px;
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 56px;
                        color: #FFFFFF;
                        width: 100%;
                        text-align: center;
                        padding: 0;
                        cursor: pointer;
                    }

                        section.popup-login > .content-holder > .content-wrapper .button-holder > .column-flex > input:hover {
                            background-color: #0c91be;
                        }

            section.popup-login > .content-holder > .content-wrapper > .text-button {
                text-align: center;
            }

                section.popup-login > .content-holder > .content-wrapper > .text-button a {
                    color: #000000;
                    text-decoration: underline;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 40px;
                }

                    section.popup-login > .content-holder > .content-wrapper > .text-button a:hover {
                        color: #333333;
                    }

                    section.popup-login > .content-holder > .content-wrapper > .text-button a.blue {
                        color: #0b82aa;
                    }

                        section.popup-login > .content-holder > .content-wrapper > .text-button a.blue:hover {
                            color: #0c91be;
                        }

        section.popup-login > .content-holder > .separator {
            height: 1px;
            background-color: #ebebeb;
            margin: 40px 0;
        }

@media (max-width: 767px) {
    section.popup-login > .content-holder {
        width: 95%;
        padding: 20px 0;
    }

        section.popup-login > .content-holder > .separator {
            margin: 20px 0;
        }

        section.popup-login > .content-holder > .content-wrapper {
            padding: 0 20px;
        }

            section.popup-login > .content-holder > .content-wrapper > .text-button a {
                font-size: 14px;
                font-weight: 500;
                line-height: 25px;
            }
            .footer-bottom .footer-links a:first-child{
                margin-left: 0;
            }
}
.footer-bottom{
    max-width: 100% !important;
    padding: 10px 20px !important;
    line-height: 2;
}

.footer-bottom .social a {
    display: inline;
    position: relative;
    line-height: inherit;
}
.footer-bottom .social svg {
    width: 16px;
    height: 16px;
    fill: none;
}
.footer-bottom .social a {
    font-weight: 500;
    color: #ffffff;
}
.stroke-white{
    stroke: #fff;
}
.fill-white{
    fill: #fff;
}
footer .row.footer-top{
    max-width: 100%;
    padding: 40px;
}
footer > .row{
    max-width: 100%;
}
@media (min-width: 767px) {
    .footer-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-links{
        display: flex;
        align-items: center;
    }
}