body {
    background-color: #A5A5A5;
}

.navbar {
    border: none;
    background: none;
    box-shadow: none;
}

.navbar.small {
    min-height: 20px;
}

.navbar.big {
    margin-bottom: 30px;
}

.navbar-header {
    float: none;
    margin-bottom: 0;
}

.navbar.text-center .navbar-brand {
    display: block;
    float: left;
}

.navbar-brand {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    line-height: 28px !important;
    height: auto !important;
}

#mainContainer {
    background-color: #FFFFFF;
}

#mainRow {
    margin-bottom: 30px;
}

.commonLines {
    padding: 10px 0 10px 0;
    font-size: 18px;
}

.footerSocialLinks a {
    display: inline-block;
    color: #46494a;
    padding: 0 5px;
}

.footerSocialLinks a:hover {
    color: #23527c;
}

#footerLine {
    margin-top: 20px;
    padding: 20px 15px;
}

.footerCopyright {
    font-size: 12px;
    background-color: #0D335E;
    color: #BDBDBD;
}

.footerCopyright a {
    color: #BDBDBD;
}

#modulesList .panel-default {
    border-color: #46494a;
}

#modulesList a {
    color: #46494a;
    text-decoration: none;
}

#modulesList a:hover {
    color: #0D335E;
}

#modulesList a:hover .panel-default {
    border-color: #0D335E;
}

#moduleMenuCollapse {
    float: none;
    clear: both;
}

.disclaimerTitle {
    display: block;
    padding: 15px;
    margin: 0 -15px;
    background-color: #e9f6ff;
    font-size: 30px;
    color: #019bff;
    margin-bottom: 15px;
}

#disclaimerImage {
    text-align: center;
}

#disclaimerImage img {
    max-width: 100%;
}

#lol2 {
    margin-left: 10px;
}

#indexModuleBlocks > div {
    margin-top: 30px;
}

.index-title {
    display: block;
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 30px;
    color: #669ACC;
    font-weight: normal;
    text-decoration: none;
}

.index-subtitle {
    display: block;
    color: #46494a;
    font-size: 22px;
    text-decoration: none;
}

.index-title:hover, .index-subtitle:hover {
    text-decoration: none;
}

/* slider */

.slider {
    position: relative;
}

#owlStatus {
    margin-top: 20px;
}

#owl-example, .slider {
    text-align: center;
}

#owl-example .description {
    font-size: 18px;
    margin-top: 34px;
    color: #333;
}

@media (min-device-width: 768px) {
    .slider .prev, .slider .next {
        display: inline-block;
        padding: 12px;
        background-color: #eaeaea;
        position: absolute;
        top: 44%;
        margin-top: -20px;
        z-index: 9999;
        font-size: 35px;
        opacity: 0.7;
        padding-bottom: 18px;
        cursor: pointer;
    }

    .slider .prev {
        left: 0px;
        border-radius: 0 7px 7px 0;
    }

    .slider .next {
        right: 0px;
        border-radius: 7px 0 0 7px;
    }

    .prev-page {
        text-align: left;
        opacity: 0;
        position: absolute;
        top: 44%;
        margin-top: -20px;
        left: 0;
        color: #333;
    }

    .next-page {
        text-align: right;
        opacity: 0;
        position: absolute;
        top: 44%;
        margin-top: -20px;
        right: 0;
        color: #333;
    }

    .next-page a, .prev-page a {
        display: block;
        padding: 30px 8px;
        background-color: #eaeaea;
        border-radius: 5px;
        margin-top: 0;
        color: #333;
    }
}

@media (max-device-width: 767px) {
    #owlSlider .owl-item {
        padding-top: 30px;
    }

    .slider .prev, .slider .next {
        display: inline-block;
        padding: 7px 15px 7px 15px;
        background-color: #eaeaea;
        position: absolute;
        top: 10px;
        margin-top: -20px;
        z-index: 9999;
        font-size: 14px;
        opacity: 0.7;
        cursor: pointer;
    }

    .slider .prev {
        left: 0px;
        border-radius: 0 7px 7px 0;
    }

    .slider .next {
        right: 0px;
        border-radius: 7px 0 0 7px;
    }

    .prev-page {
        text-align: center;
        opacity: 0;
        position: absolute;
        width: 200px;
        top: -10px;
        left: 0;
        color: #333;
    }

    .next-page {
        text-align: center;
        opacity: 0;
        position: absolute;
        width: 100px;
        top: -10px;
        right: 0;
        margin-left: -50px;
        color: #333;
    }

    .next-page a, .prev-page a {
        display: block;
        padding: 7px 8px;
        background-color: #eaeaea;
        border-radius: 5px;
        color: #333;
    }
}

.next-page a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.prev-page a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.slider img {
    max-width: 100%;
}

.next-page.visible, .prev-page.visible {
    display: block;
    opacity: 1;
    z-index: 99999;
}

.next-page a:hover, .prev-page a:hover {
    text-decoration: none;
    background-color: #B3AEAE;
    color: #333;
}

@media (min-width: 768px) {
    #languagesGroup {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 15px;
    }
}

@media (max-width: 767px) {
    #languagesGroup {
        /*position: absolute;
        z-index: 999;
        right: 15px;
        top: 50px;*/
        margin-right: 15px;
        margin-top: 10px;
        float: right;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    list-style: none;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#nav > .dropdown:last-child .dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #46494a;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#breadcrumbs {
    margin: 0 0 15px 0;
}

.dropdown-menu li {
    list-style: none;
}

#breadcrumbs, #breadcrumbs a {
    color: #c0c0c0;
}

#breadcrumbs a:hover {
    color: #003e9b;
    text-decoration: none;
}

.description {
    max-width: 85%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: none;
    color: #000;
    font-size: 16px;
    font-family: 'Arial', 'Times New Roman', 'Verdana';
}

.description ul li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.description ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '•';
    font-size: 18px;
}

.altHeader {
    padding-top: 18px;
    font-size: 32px;
    color: #003e9b;
}

@media (min-device-width: 768px) {
    .altHeader {
        margin-right: 100px;
        margin-bottom: 30px;
    }
}

@media (max-device-width: 767px) {
    .altHeader {
        font-size: 20px;
        margin-right: 40%;
    }
}

/* menu */

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 5px 0;
        margin: 0 5px;
        font-size: 12px;
        border-bottom: 3px solid transparent;
        color: #46494a;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #003e9b;
        background-color: transparent;
        border-bottom-color: #003e9b;
    }

    .dropdown-menu {
        background-color: #edebeb;
        padding: 0;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.dropdown-submenu:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #D1D9ED;
        color: #333;
    }

    .dropdown-menu > li > .dropdown-menu {
        background-color: #D1D9ED;
    }

    .dropdown-menu > li > .dropdown-menu > li > a:focus, .dropdown-menu > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > .dropdown-menu > li.active > a {
        background-color: #A9BAE8;
        color: #333;
    }
}

@media (max-width: 767px) {
    #moduleMenuCollapse {
        padding-top: 30px;
        border-top: none;
    }

    .navbar-nav .open > a {
        font-weight: bold;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #e7e7e7;
    }

    .dropdown-menu {
        background-color: #edebeb;
        padding: 0;
    }

    .dropdown-menu > li > .dropdown-menu {
        background-color: #A9BAE8;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
        background-color: #A9BAE8;
        color: #333;
    }

    .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        background-color: #D1D9ED;
    }

    .navbar-nav .dropdown-submenu:hover > a, .navbar-nav .dropdown-submenu.open > a, .navbar-nav .dropdown-submenu.active > a {
        background-color: #A9BAE8 !important;
        font-weight: bold;
    }

    .navbar-nav .dropdown-submenu:hover .dropdown-menu a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .dropdown-menu > li > .dropdown-menu > li > a:focus, .dropdown-menu > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > .dropdown-menu > li.active > a, .dropdown-menu > li > .dropdown-menu > li.open > a {
        background-color: #A9BAE8;
        color: #333;
    }
}

.foot_logo_left, .foot_logo_right {
    text-align: center;
}

.foot_logo_left img, .foot_logo_right img {
    max-width: 70%;
}

@media (min-width: 500px) {
    .foot_logo_left {
        width: 33%;
        float: left;
    }

    .foot_logo_right {
        width: 66%;
        float: right;
    }

    .foot_logo_right img {
        max-width: 300px;
    }
}

@media (max-width: 499px) {
    .foot_logo_left {
        margin-bottom: 15px;
    }

    .foot_logo_left, .foot_logo_right {
        width: 100%;
        float: none;
    }
}

.splashImage {
    max-height: 75px;
}

#bottomLogos {
    margin-top: 20px;
}

#bottomLogos a {
    display: inline-block;
    text-align: center;
}

@media (min-width: 768px) {
    .smallLogosLeft {
        text-align: right;
    }

    .smallLogosRight {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .smallLogosLeft {
        text-align: center;
        margin-bottom: 20px;
    }

    .smallLogosRight {
        text-align: center;
    }

    .pageName {
        font-size: 30pt;
        text-align: center;
        color: #003e9b;
        margin-top: 20%;
    }
}

@media(min-width: 768px) {
    .pageName {
        font-size: 44pt;
        text-align: center;
        color: #003e9b;
        margin-top: 22%;
    }
}

.pageName.visible {
    display: block;
}

#bottomLogos img {
    height: auto;
    text-align: center;
    max-width: 100%;
    max-height: 70px;
}