.container-fixed {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#r5002 .container {
    padding-left: 0px;
    padding-right: 0px;
}


.navbar {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.navbar .collapse {
    padding: 0px;
}

.navbar .nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.navbar .nav li a {
    font-family: Arial;
    padding: 10px;
    text-align: center;
    background-color: rgba(9, 71, 127, 0);
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.navbar .nav li a:hover,
.navbar .nav li .active {
    color: rgb(159, 193, 221);
    text-decoration: underline;
    background-color: rgb(17, 78, 131);
}


.contact-page-form .btn-success {
    background-color: #ffffff;
    border-color: #414141;
    font-weight: 700;
    opacity: 1;
}

.contact-page-form .btn-success.disabled,
.contact-page-form .btn.disabled {
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 700;
    opacity: 1;
}

.contact-page-form .btn.disabled:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.privacy-policy p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: rgb(9, 71, 127);
    font-weight: 500;
}

.privacy-policy li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: rgb(9, 71, 127);
    font-weight: 500;
    padding-bottom: 10px;
}

.privacy-policy .privacy-details a,
.privacy-policy p a {
    color: rgb(9, 71, 127);
    font-weight: 700;
    text-decoration: unset;
    transition: 800ms;
}

.privacy-policy a:hover {
    color: white;
}

nav:not(.horizontal-menu--mobile):before,
nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
    display: none;
}

#r2975 a {
    text-decoration: none !important;
    transition: 800ms;
}

#r2975 a:hover {
    color: black;
}

/* Mobile */
@media (max-width: 767px) {
    #c2753 a img {
        width: 100%;
        height: auto;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-default .navbar-brand {
        color: white;
    }

    .navbar .nav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .navbar .nav li {
        width: 100%;
        padding-bottom: 4px;
    }

    .navbar .nav li a {
        text-align: left;
        padding: 10px 15px;
        text-decoration: none !important;

    }

    .navbar .nav li a.active,
    .navbar .nav li a:hover {
        background-color: rgb(0 22 42);
        color: white;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .privacy-details a {
        white-space: nowrap;
    }

    .privacy-policy a:hover {
        color: black;
    }

    #c3393 a {
        text-decoration: none !important;
        transition: 800ms;
    }

    #c3393 a:hover {
        color: #5eb2ff;
    }

    .bodytext a {
        white-space: nowrap;
    }
}


/* ios */
@media (max-width: 340px) {
    .privacy-details ul {
        padding-left: 20px;
    }

    .privacy-details ul li a {
        font-size: 15px;
    }
}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}


/*tab portrait view*/
@media (min-width: 768px) and (max-width: 991px) {}


/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {
    .bodytext a {
        white-space: nowrap;
    }
}


/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}


/* large screen */
@media (min-width: 1400px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

/*Large View*/
@media (min-width: 1600px) {}


@media (min-width: 1920px) {}


/* ie */
@media all and (-ms-high-contrast:none) {}


/* FireFox */
@-moz-document url-prefix() {}