﻿.justifyParagraphs p, .media-center-tabs p, .newsArticle p, .staticContainer p {
    text-align: justify;
}

a.underline {
    text-decoration: underline;
}

.font-l {
    font-size: 16px;
}

a.text-dark {
    color: #444;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    select.borderWhite, select.borderWhite:active, select.borderWhite:focus {
        border: solid 1px #fff;
    }

.language-switcher a, .language-switcher i {
    color: #fff;
}

    .language-switcher a:focus, .language-switcher a:focus i, .language-switcher a:hover, .language-switcher a:hover i {
        color: #666;
    }

.languageSelector {
    z-index: 10000;
    flex-wrap: wrap;
    left: auto;
    right: 0;
    max-width: 700px;
}

.open > .languageSelector {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

@media only screen and (max-width:768px) {
    .open > .languageSelector {
        grid-template-columns: repeat(1,1fr);
    }

    .OpendataContent {
        position: absolute;
        bottom: -30px !important;
    }
}

.open > .languageSelector.narrowSelector {
    grid-template-columns: repeat(1,1fr);
}

.languageSelector > li {
    width: 100%;
}

    .languageSelector > li > a {
        padding: 6px 20px;
    }

.languageSelector a img {
    margin-right: 10px;
}

html[dir=rtl] .languageSelector a img {
    margin-right: 0;
    margin-left: 10px;
}

.text-center, .welcomeMessage, .welcomeMessage h2 {
    text-align: center !important;
}

.servicesTabs {
    margin-bottom: 45px;
    margin-top: -220px;
    float: left;
}

    .servicesTabs.tabsVersion2 {
        float: none;
    }

    .servicesTabs.noPositioning {
        margin-top: 0;
    }

    .servicesTabs ul, .servicesTabs ul li a {
        display: flex;
        height: 100%;
    }

        .servicesTabs ul li {
            width: 33.33%;
            background-color: #3464b0;
            padding: 20px;
            position: relative;
            min-height: 168px;
            max-height: 180px;
        }

    .servicesTabs.tabsVersion2 ul li {
        padding: 0;
    }

        .servicesTabs.tabsVersion2 ul li span.text {
            background-color: #3464b0;
        }

    .servicesTabs ul.slimContainer a {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .servicesTabs.tabsVersion2 ul li a {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .servicesTabs ul.slimContainer li a .icon {
        width: 100%;
        margin-right: 0;
        flex-direction: row;
    }

    .servicesTabs ul.slimContainer li {
        width: 16.666%;
        padding: 15px;
    }

        .servicesTabs ul.slimContainer li p {
            display: none;
        }

    .servicesTabs ul li.active {
        background-color: #f1f1f1;
    }

    .servicesTabs.noPositioning ul li.active {
        background-color: #f39d52;
    }

    .servicesTabs.tabsVersion2 ul li, .servicesTabs.tabsVersion2 ul li.active, .servicesTabs.tabsVersion2 ul li:hover {
        background-color: transparent;
    }

        .servicesTabs.tabsVersion2 ul li span.text {
            background-color: #3464b0;
            padding: 20px;
        }

        .servicesTabs.tabsVersion2 ul li.active span.text {
            background-color: #f39d52;
        }

        .servicesTabs.tabsVersion2 ul li span.icon {
            margin-bottom: 20px;
            border-bottom: solid 1px #3464b0;
            margin-right: 0;
        }

        .servicesTabs.tabsVersion2 ul li.active span.icon {
            border-bottom: solid 1px #f39d52;
        }

        .servicesTabs.tabsVersion2 ul li span.icon span {
            background-color: transparent;
        }

    .servicesTabs ul li.active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255,255,255,0);
        border-top-color: #f1f1f1;
        border-width: 20px;
        margin-left: -20px;
    }

    .servicesTabs ul li h3, .servicesTabs ul li p {
        color: #fff;
    }

    .servicesTabs ul li.active h3, .servicesTabs ul li.active p {
        color: #000;
    }

    .servicesTabs.noPositioning ul li.active h3, .servicesTabs.noPositioning ul li.active p {
        color: #fff;
    }

    .servicesTabs ul li h3 {
        font-size: 20px;
    }

    .servicesTabs ul li:nth-child(2), .servicesTabs ul.slimContainer li:nth-child(4), .servicesTabs ul.slimContainer li:nth-child(6) {
        margin: 0 20px;
    }

    .servicesTabs ul li a .icon {
        width: 65px;
        margin-right: 20px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }

html[dir=rtl] .servicesTabs ul li a .icon {
    margin-right: auto;
    margin-left: 20px;
}

.servicesTabs ul:not(.slimContainer) li a .text {
    width: calc(100% - 65px) !important;
}

@media only screen and (max-width:1200px) {
    .servicesTabs {
        margin-top: 0;
    }

        .servicesTabs ul li {
            min-height: 0;
        }

            .servicesTabs ul li a .icon {
                display: none;
            }

        .servicesTabs ul.slimContainer li h3 {
            font-size: 16px;
        }

        .servicesTabs ul li.active {
            background-color: #f1f1f1;
        }

            .servicesTabs ul li.active h3, .servicesTabs ul li.active p {
                color: #000;
            }
}

@media only screen and (max-width:768px) {
    .servicesContainer .service {
        margin-bottom: 10px !important;
    }

        .servicesContainer .service a.triggerServiceOverlay, .servicesContainer .service a.triggerServiceOverlay:active {
            padding: 5px 5px 5px 25px !important;
            display: flex;
            justify-content: flex-start;
        }

        .servicesContainer .service .contentWrapper img {
            width: 40px !important;
            vertical-align: middle;
        }

        .servicesContainer .service .contentWrapper h4 {
            display: flex;
            align-self: center;
        }

    .servicesContainer .iconServices .row:not(.serviceDetails) {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .servicesTabs {
        margin-bottom: 0;
    }

        .servicesTabs ul, .servicesTabs ul.slimContainer {
            flex-direction: column;
        }

            .servicesTabs ul li, .servicesTabs ul.slimContainer li {
                padding: 9px;
                margin: 20px 0;
                width: 100%;
            }

                .servicesTabs ul li:nth-child(2), .servicesTabs ul.slimContainer li:nth-child(4), .servicesTabs ul.slimContainer li:nth-child(6) {
                    margin: 0;
                }

                .servicesTabs ul li:hover {
                    background-color: #3464b0;
                }

                .servicesTabs ul li.active {
                    background-color: #f1f1f1;
                }

                    .servicesTabs ul li.active h3, .servicesTabs ul li.active p, .servicesTabs ul li:hover h3, .servicesTabs ul li:hover p {
                        color: #000;
                    }

                .servicesTabs ul li a .icon, .servicesTabs ul.slimContainer li a .icon {
                    display: flex;
                }

                .servicesTabs ul.slimContainer li a .icon {
                    width: auto;
                    margin-right: 20px;
                    flex-direction: column;
                }

            .servicesTabs ul.slimContainer a {
                flex-direction: inherit;
                justify-content: inherit;
                align-content: inherit;
                text-align: inherit;
            }

            .servicesTabs ul.slimContainer li p {
                display: block;
            }

    .servicesContainer .service .serviceDetails.active {
        display: none !important;
    }
}

.servicesTabs ul li a .icon span {
    width: 65px;
    height: 65px;
    background-color: #f39d52;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    color: #fff;
}

    .servicesTabs ul li a .icon span img.activeOnly {
        display: none;
    }

.servicesTabs ul li.active a .icon span img {
    display: none;
}

    .servicesTabs ul li.active a .icon span img.activeOnly {
        display: block;
        width: 100%;
    }

.servicesContainerWrapper {
    margin-top: 0;
}

    .servicesContainerWrapper #servicesWrapper {
        position: relative;
        top: -330px;
    }

@media only screen and (max-width:768px) {
    .servicesContainerWrapper {
        margin-top: 0;
    }
}

.servicesContainer {
    background-color: transparent;
    position: relative;
    z-index: 200;
}

    .servicesContainer .thumb {
        min-height: 100%;
        max-width: 100%;
        background-size: cover;
    }

    .servicesContainer .container {
        max-width: 100%;
        width: 100%;
    }

    .servicesContainer .box-hover-effect {
        width: 100%;
    }

.box-hover-effect .effect-wrapper {
    height: 260px;
}

.box-hover-effect.regularHeight .effect-wrapper {
    height: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width:768px) {
    .servicesContainer .box-hover-effect {
        display: block;
    }
}

.socialMedia .box-hover-effect, .socialMedia .box-hover-effect .thumb img {
    max-width: 100%;
}

.servicesContainer .service {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
}

    .servicesContainer .service a, .servicesContainer .service a:active {
        display: block;
        border: solid 1px #d8d8d8;
        position: relative;
    }

        .servicesContainer .service a.triggerServiceOverlay {
            padding: 20px;
            width: 100%;
            height: 100%;
        }

@keyframes scaleIn {
    0% {
        transform: scale(.7);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.servicesContainer .service .serviceDetails {
    display: none;
    flex-direction: column;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
    background-color: #eaeaea !important;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    padding: 5px 15px 15px 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 7px 0 rgba(201,201,201,1);
    text-align: left;
    z-index: 99999;
}

    .servicesContainer .service .serviceDetails a, .servicesContainer .service .serviceDetails a:active {
        border: none !important;
    }

    .servicesContainer .service .serviceDetails .alignRight a, .servicesContainer .service .serviceDetails .alignRight h4 {
        display: inline-block;
    }

    .servicesContainer .service .serviceDetails .alignRight i {
        margin-right: 5px;
    }

html[dir=rtl] .servicesContainer .service .serviceDetails .alignRight i {
    margin-right: 0;
    margin-left: 5px;
}

.servicesContainer .service .serviceDetails h4.header {
    width: 100%;
    display: flex;
    align-items: center;
}

.servicesContainer .service .serviceDetails h4 .title {
    width: 85%;
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    margin-right: -1em !important;
    padding-right: 1em;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

html[dir=rtl] .servicesContainer .service .serviceDetails h4 .title {
    text-align: right;
    margin-left: -1em !important;
    padding-left: 1em;
    margin-right: 0 !important;
    padding-right: 0;
}

.servicesContainer .service .serviceDetails .alignRight {
    margin-left: auto;
    white-space: nowrap;
    align-self: flex-start;
    justify-content: center;
    display: flex;
    align-items: center;
}

html[dir=rtl] .servicesContainer .service .serviceDetails .alignRight {
    margin-left: 0;
    margin-right: auto;
}

.servicesContainer .service .serviceDetails p.border {
    padding: 3px 5px;
    line-height: 14px;
    text-align: left;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
}

html[dir=rtl] .servicesContainer .service .serviceDetails p.border {
    text-align: right;
}

.servicesContainer .service .serviceDetails p.border.fees {
    border-color: #060;
}

.servicesContainer .service .serviceDetails p.border:before {
    display: block;
    width: 25px;
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}

html[dir=rtl] .servicesContainer .service .serviceDetails p.border:before {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.servicesContainer .service .serviceDetails p.border.fees:before {
    content: url(../images/icons/service-details/1.svg);
}

.servicesContainer .service .serviceDetails p.border.time:before {
    content: url(../images/icons/service-details/2.svg);
}

.servicesContainer .service .serviceDetails p.border.documents:before {
    content: url(../images/icons/service-details/3.svg);
}

.servicesContainer .service .serviceDetails .row.details {
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-direction: column;
}

.servicesContainer .service .serviceDetails a.details {
    margin-left: auto;
    align-self: center;
    color: #3464b0;
}

html[dir=rtl] .servicesContainer .service .serviceDetails a.details {
    margin-left: 0;
    margin-right: auto;
}

.servicesContainer .service .serviceDetails p.border strong {
    font-weight: 700;
}

.servicesContainer .service .serviceDetails p.border.fees, .servicesContainer .service .serviceDetails p.border.fees strong {
    color: #060;
}

.servicesContainer .service .serviceDetails p.border.documents strong {
    white-space: nowrap;
}

.servicesContainer .service .serviceDetails p.serviceIntro {
    width: 95%;
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    margin-right: -1em !important;
    padding-right: 1em;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

html[dir=rtl] .servicesContainer .service .serviceDetails p.serviceIntro {
    margin-left: -1em !important;
    padding-left: 1em;
    margin-right: 0 !important;
    padding-right: 0;
    text-align: right;
}

.servicesContainer .service .serviceDetails.active {
    display: flex;
}

.servicesContainer .service a.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: #d8d8d8;
    border-width: 10px;
    margin-left: -10px;
}

.servicesContainer .service .contentWrapper {
    border-radius: 0;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0 0 100px 0 rgba(50,50,50,.2);
}

    .servicesContainer .service .contentWrapper h4 {
        line-height: 1.3;
        font-size: 14px !important;
    }

    .servicesContainer .service .contentWrapper img {
        height: 80px;
    }

        .servicesContainer .service .contentWrapper img.animated, .servicesContainer .service .contentWrapper img.static {
            height: 50px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

        .servicesContainer .service .contentWrapper img.animated {
            display: none;
        }

.servicesContainer .service:hover .contentWrapper img.animated {
    display: inline-block;
}

.servicesContainer .service:hover .contentWrapper img.static {
    display: none;
}

.servicesContainer .iconServices .row:not(.serviceDetails) {
    display: flex;
    margin: 0;
    width: 100%;
}

.servicesContainer .iconServices .row.serviceDetails .serviceExtra {
    border: solid 1px #d8d6d6;
    padding: 0 40px 10px 40px;
    min-width: 80px;
    text-align: center;
    margin-right: 10px;
    line-height: 1;
}

    .servicesContainer .iconServices .row.serviceDetails .serviceExtra span {
        font-size: 14px;
        font-weight: 400;
    }

.menuzord-menu > li > .megamenu .megamenu-row ul li {
    padding-left: 0;
}

.menuzord .showhide em {
    background: #fff;
}

.bg-light-gray {
    background-color: #f1f1f1;
}

i.alignLeft {
    left: 12px;
}

header .mainLogo img {
    max-height: 45px;
}

header[data-search=active] .hideWhenSearchActive, header[data-search=inactive] .showWhenSearchActive {
    display: none;
}

header[data-search=active] .showWhenSearchActive, header[data-search=inactive] .hideWhenSearchActive {
    display: block;
}

.widget .headerSearch {
    height: 100%;
    top: 2px;
    position: relative;
    margin-bottom: 1px;
}

    .widget .headerSearch form {
        margin-bottom: 3px;
    }

    .widget .headerSearch button, .widget .headerSearch input {
        background-color: #fff;
        border: none;
    }

    .input-group-btn, .widget .headerSearch input {
        background-color: #fff;
        line-height: 1.7;
    }

header .widget.pull-left, header .widget.pull-right {
    position: relative;
    z-index: 10000;
}

header .customIcon {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: auto;
}

    header .customIcon img {
        height: 24px;
        width: auto;
    }

header button .customIcon {
    width: 24px;
}

header .customIcon.size-32 {
    height: 32px;
    line-height: 32px;
}

    header .customIcon.size-32 img {
        height: 32px;
    }

.singleSlideHeader {
    min-height: 500px;
}

.mobileNav {
    height: 50px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    position: relative;
}

.mobileCallIcon {
    position: relative;
    top: 1px;
}

.mobileNav a {
    color: #fff;
    float: right;
}

.mobileNav .logo {
    height: 100%;
    float: none;
}

html[dir=rtl] .mobileNav .logo img {
    height: 90%;
    max-width: 30% !important;
    float: right;
    margin-right: -15px;
    margin-top: 4px;
}

html[dir=ltr] .mobileNav .logo img {
    height: 90%;
    max-width: 30% !important;
    float: left;
    margin-left: -15px;
    margin-top: 4px;
}

.mobileNav .mobileSearchIcon {
    background-color: transparent;
    color: #fff;
    height: 100%;
    position: relative;
    padding: 5px !important;
}

html[dir=rtl] .mobileNav .mobileSearchIcon {
    left: auto;
}

.mobileNav .mobileSearchIcon:active, .mobileNav .mobileSearchIcon:focus, .mobileNav .mobileSearchIcon:hover {
    color: #fff;
}

.mobileNav .mobileSearchContainer {
    background-color: #fff;
    padding: 0;
    position: relative;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: max-height .3s ease-in-out;
}

    .mobileNav .mobileSearchContainer[data-status=active] {
        height: 55px;
        max-height: 55px;
    }

.mobileNav .input-group {
    width: 100%;
    padding: 5px 20px;
}

    .mobileNav .input-group button {
        height: 45px;
    }

.menuzord .showhide {
    float: left;
    z-index: 999;
    position: relative;
}

html[dir=rtl] .menuzord .showhide {
    float: right;
}

.mt-1 {
    position: relative;
    top: 1px;
}

.mt-2 {
    position: relative;
    top: 2px;
}

ul.list li:before {
    top: 4px;
}

.noBorder, blockquote.bg-theme-colored.noBorder {
    border: none;
}

.noShadow {
    box-shadow: none;
}

.searchWidget input.noRightBorder, .widget input.noRightBorder {
    border-right: solid 1px transparent;
}

.searchWidget input.borderWhite {
    border: solid 1px #fff;
    box-sizing: border-box;
}

.searchWidget .search-button.noLeftBorder, .widget .search-button.noLeftBorder {
    border-left: solid 1px transparent;
}

@media only screen and (min-width:768px) {
    .noDesktop {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .m-mb-30 {
        margin-bottom: 30px;
    }

    .noMobile {
        display: none;
    }

    .noDesktop {
        display: block !important;
    }
}

.tp-bullet {
    border-radius: 50%;
}

ul.searchResults {
    overflow: hidden;
}

    ul.searchResults li {
        float: left;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        border-bottom: solid 1px #f0f0f0;
    }

html[dir=rtl] ul.searchResults li {
    float: right;
}

ul.searchResults a {
    color: #5d5d5d;
}

    ul.searchResults a strong {
        color: #f39d52;
    }

    ul.searchResults a small {
        text-decoration: underline;
    }

.searchResultsSection .advancedSearch {
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .searchResultsSection .advancedSearch form {
        margin-bottom: 0;
    }

    .searchResultsSection .advancedSearch .showAdvancedSearch {
        align-self: center;
        margin-left: auto;
    }

html[dir=rtl] .searchResultsSection .advancedSearch .showAdvancedSearch {
    margin-left: 0;
    margin-right: auto;
}

.searchResultsSection .searchFilters {
    display: block;
    padding: 5px 0;
    animation: fade .3s ease-in-out;
    overflow: hidden;
}

html[dir=rtl] .searchResultsSection .searchFilters label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px 5px !important;
    float: left;
    font-weight: 400;
    border: solid 1px #d8d8d8;
    padding: 7px 10px;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
    min-width: 100px;
}

html[dir=ltr] .searchResultsSection .searchFilters label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px 0 !important;
    float: left;
    font-weight: 400;
    border: solid 1px #d8d8d8;
    padding: 7px 10px;
    border-radius: 25px;
    cursor: pointer;
    user-select: none;
    min-width: 100px;
}

.searchResultsSection .searchFilters label[data-active=true] {
    background-color: #e8f0fe;
    border-color: #d2e3fc;
}

.searchResultsSection .searchFilters label input {
    margin-right: 3px;
    display: none;
}

.searchResultsSection .searchFilters li {
    display: inline;
}

    .searchResultsSection .searchFilters li a {
        padding: 0 10px 10px 10px;
        display: inline-block;
        color: #5d5d5d;
    }

        .searchResultsSection .searchFilters li a.active, .searchResultsSection .searchFilters li a:hover {
            border-bottom: solid 2px #3464b0;
        }

.searchResultsSection .superAdvancedSearch {
    display: none;
}

    .searchResultsSection .superAdvancedSearch .advancedFilters {
        display: block;
        width: 100%;
        text-align: center;
    }

        .searchResultsSection .superAdvancedSearch .advancedFilters .inlineBlock {
            display: inline-block;
            vertical-align: top;
        }

            .searchResultsSection .superAdvancedSearch .advancedFilters .inlineBlock label {
                float: left;
                clear: both;
                margin: 3px 5px;
            }

html[dir=rtl] .searchResultsSection .superAdvancedSearch .advancedFilters .inlineBlock label {
    float: right;
}

.searchResultsSection .superAdvancedSearch[data-active=true] {
    display: block;
}

.newsSection .gallery-item i {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    background-color: rgba(255,255,255,.3);
    padding: 14px;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .newsSection .gallery-item .box-hover-effect {
        width: 100%;
    }
}

.partnersSection img {
    max-height: 80px;
    max-width: 100px;
    margin: 10px 20px;
}

.publicationsSection .row {
    display: flex;
    margin-bottom: 20px;
}

    .publicationsSection .row .service-box {
        height: 100%;
        padding: 20px 20px 0 20px;
    }

        .publicationsSection .row .service-box h4 {
            margin-bottom: 10px;
            margin-top: 0;
        }

.publicationsSection.buttonRight .row .icon-box {
    margin-bottom: 0;
}

.publicationsSection.buttonRight .row .service-box {
    height: auto;
}

.publicationsSection .row .icon-box {
    margin-bottom: 20px;
}

.publicationsSection.buttonRight .row .service-box {
    padding: 15px 20px 15px 20px;
    min-height: 80px;
}

    .publicationsSection.buttonRight .row .service-box.icon-box .icon {
        height: 40px;
        width: 40px;
    }

        .publicationsSection.buttonRight .row .service-box.icon-box .icon i {
            line-height: 40px;
            font-size: 25px;
        }

    .publicationsSection.buttonRight .row .service-box.icon-box .icon-box-details p {
        margin-bottom: 0;
    }

    .publicationsSection.buttonRight .row .service-box.icon-box .icon-box-details {
        margin-left: 60px;
    }

html[dir=rtl] .publicationsSection.buttonRight .row .service-box.icon-box .icon-box-details {
    margin-right: 60px;
    margin-left: 0;
}

.publicationsSection.buttonRight .row .service-box.icon-box .icon-box-details a.btn {
    margin-top: 10px;
}

@media only screen and (max-width:768px) {
    .publicationsSection .row {
        display: block;
        margin-bottom: 0;
    }

        .publicationsSection .row .service-box {
            padding-bottom: 20px;
        }

    .publicationsSection.buttonRight .row .icon-box {
        margin-bottom: 20px;
    }

    .menuzord-menu li.home {
        display: none !important;
    }
}

.breadcrumb a {
    color: #3464b0;
}

.update_div {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

@media only screen and (max-width:768px) {
    .update_div {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.select2-container .select2-choice {
    background: #fafafa;
}

.select2-container .select2-choice {
    border-radius: 0;
    height: 32px;
    line-height: 28px;
}

    .select2-container .select2-choice .select2-arrow b {
        background: 0 0;
    }

        .select2-container .select2-choice .select2-arrow b:before {
            font-family: FontAwesome;
            font-size: 12px;
            display: inline;
            content: "";
            color: #888;
            position: relative;
            right: 5px;
        }

.vertical-tab a {
    text-align: left;
}

.vertical-tab .active {
    background-color: #f39d52;
}

.vertical-tab .nav-tabs > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.noWrap li {
    max-width: 24%;
}

@media only screen and (max-width:768px) {
    ul.noWrap li {
        max-width: 100%;
    }

    .searchResultsSection .searchFilters label {
        min-width: 135px !important;
    }

    .searchBtn-Left {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 150px !important;
        font-weight: 400;
        border: solid 1px #d8d8d8;
        padding: 7px 10px;
        border-radius: 25px !important;
        cursor: pointer;
        user-select: none;
        min-width: 135px !important;
        min-height: 38px !important;
    }

    .searchBtn-Right {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 150px !important;
        font-weight: 400;
        border: solid 1px #d8d8d8;
        padding: 7px 10px;
        border-radius: 25px !important;
        cursor: pointer;
        user-select: none;
        min-width: 135px !important;
        min-height: 38px !important;
    }
}

.panel-group.noIcon a:before {
    display: none !important;
}

.staticContainer .media-left, .staticContainer .media > .pull-left {
    min-width: 40px;
}

.staticContainer .card {
    min-height: 100px;
    width: calc(100% - 15px);
    margin-bottom: 20px;
}

    .staticContainer .card .icon-box .icon {
        height: 40px;
    }

        .staticContainer .card .icon-box .icon i {
            line-height: 20px;
            padding-top: 20px;
        }

@media only screen and (max-width:768px) {
    .staticContainer .card {
        width: 100%;
    }
}

footer .instagram-feed {
    overflow: hidden;
}

footer .footer-bottom {
    background-color: #222;
}

footer .footerLogo {
    display: inline-block;
    height: 20px;
    width: 50px;
    position: relative;
}

    footer .footerLogo img {
        max-height: 28px;
        position: relative;
        bottom: 7px;
    }

footer .manpowerLogo {
    height: 50px;
}

footer hr.dark {
    border-top: 1px solid #4b4b4b;
}

.footer a {
    color: #fff;
}

.stackOptions a {
    margin-bottom: 20px;
}

#announcements .row {
    display: flex;
}

    #announcements .row article {
        height: 100%;
    }

#announcements .post .entry-content {
    height: 100%;
}

@media only screen and (max-width:990px) {
    #announcements .row {
        display: block;
    }
}

html[dir=rtl] a.hideNavigation {
    /*display: block;
    height: 38px;
    width: 30px;
    background-color: #e6e9ee;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 0px;*/
    display: block;
    height: 30px;
    width: 30px;
    background-color: #e6e9ee;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: -43px;
    top: 0px;
    border: 1px solid #cfd1d6;
    border-radius: 3px;
    z-index: 2;
}

html[dir=ltr] a.hideNavigation {
    /*display: block;
    height: 38px;
    width: 30px;
    background-color: #e6e9ee;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 0px;*/
    display: block;
    height: 30px;
    width: 30px;
    background-color: #e6e9ee;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -43px;
    top: 0px;
    border: 1px solid #cfd1d6;
    border-radius: 3px;
    z-index: 2;
}

a.hideNavigation i.fa-chevron-right, a.hideNavigation i.fa-chevron-left {
    padding-top: 9px !important;
    padding-right: 8px !important;
}

html [dir=rtl] a.hideNavigation {
    /*left: auto;
    right: 0;*/
}

.staticContainer .expandMe, .staticContainer .shrinkMe {
    transition: all .5s ease-in-out;
}

@media only screen and (max-width:990px) {
    a.hideNavigation {
        display: none;
    }

    .removeLeftPaddingOnMobile {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.media-center.smallerFont a, .newsSection .socialMedia.portfolio-filter a {
    background-color: #fff;
    font-size: 15px;
}

    .media-center.smallerFont a.active, .media-center.smallerFont a:hover, .newsSection .socialMedia.portfolio-filter a.active, .newsSection .socialMedia.portfolio-filter a:hover {
        background-color: #3464b0;
    }

.tab-content > #awards, .tab-content > #photos, .tab-content > #videos {
    min-height: 400px;
}

#awards .post .entry-content {
    overflow: hidden;
}

#awards .timelineSeparator {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

    #awards .timelineSeparator span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        background-color: #3464b0;
        font-size: 24px;
        box-sizing: content-box;
        color: #fff;
    }

#awards .timeline-post-format {
    border-color: #ddd;
}

.photoGalleries a.stack {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

    .photoGalleries a.stack:before {
        background: #eff4de;
        top: -10px;
        left: -15px;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    .photoGalleries a.stack:after {
        background: #768590;
        top: 5px;
        left: 0;
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    .photoGalleries a.stack, .photoGalleries a.stack:after, .photoGalleries a.stack:before {
        border: 6px solid #fff;
        -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
        box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    }

        .photoGalleries a.stack:after, .photoGalleries a.stack:before {
            width: 100%;
            height: 100%;
        }

        .photoGalleries a.stack:after, .photoGalleries a.stack:before {
            content: "";
            position: absolute;
            z-index: -1;
        }

#desertions .desertersRow {
    display: flex;
}

    #desertions .desertersRow .deserter {
        display: flex;
        flex-direction: row;
        box-shadow: 0 3px 7px rgba(0,0,0,.05);
        border: solid 1px #ececec;
        background-color: #fff;
        padding-bottom: 15px;
        width: calc(25% - 10px);
        margin: 0 5px;
    }

        #desertions .desertersRow .deserter:hover {
            box-shadow: 0 6px 7px rgba(0,0,0,.05);
            border: solid 1px #ccc;
        }

    #desertions .desertersRow .textContainer {
        flex: 1;
        padding: 15px 0 15px 15px;
        box-sizing: border-box;
    }

html[dir=rtl] #desertions .desertersRow .textContainer {
    padding: 10px 15px 10px 0;
}

#desertions .desertersRow .textContainer .name {
    color: #f39d52;
}

#desertions .desertersRow .textContainer strong.name {
    display: block;
    width: 100%;
    position: relative;
}

#desertions .desertersRow .textContainer .tooltip {
    position: absolute;
    background-color: #222;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
}

#desertions .desertersRow .imageContainer {
    margin-top: 20px;
    height: 70px;
}

    #desertions .desertersRow .imageContainer img {
        max-height: 100%;
    }

#desertions form {
    overflow: hidden;
}

#desertions .alignAbsolute {
    position: absolute;
    right: 29px;
    bottom: 29px;
}

html[dir=rtl] #desertions .alignAbsolute {
    right: auto;
    left: 29px;
}

#desertion .form-group {
    position: relative;
}

@media only screen and (max-width:990px) {
    #desertions .desertersRow .deserter {
        width: calc(50% - 10px);
        margin: 5px;
    }

    #desertions .desertersRow {
        display: block;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:600px) {
    #desertions .desertersRow .deserter {
        width: 100%;
        margin: 5px 0;
    }
}

.menuzord, .menuzord :not(i) {
    font-family: 'Segoe UI','Open Sans',sans-serif !important;
}

html[dir=rtl] .fauxzord, html[dir=rtl] .fauxzord :not(i), html[dir=rtl] .menuzord, html[dir=rtl] .menuzord :not(i), html[dir=rtl] .nav-tabs > li > a {
    font-family: 'Droid Arabic Kufi',serif;
    font-weight: 400;
    border-radius: 0 !important;
}

.input-group-btn.adjustHeight .btn {
    height: 45px;
}

.input-group.overflowHidden {
    overflow: hidden;
}

.star-ratings .fa {
    cursor: pointer;
    color: #d2d3d4;
}

    .star-ratings .fa.checked {
        color: #f39d52;
    }

[class*=chartLegend] li span {
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

section.map, section.map #map {
    min-height: 500px;
}

.votesWidget {
    overflow: hidden;
    border: solid 1px #ececec;
    box-shadow: 0 3px 7px rgba(0,0,0,.05);
}

#videos .videoWrapper {
    height: 160px !important;
}

    #videos .videoWrapper .fluid-width-video-wrapper {
        width: 100% !important;
        height: 100% !important;
    }

.icons-holder-inner .color-red {
    color: red;
}

#videos .gallery-isotope.default-animation-effect .gallery-item .icons-holder .icons-holder-inner {
    margin: -32px 0 0 -50%;
}

html[dir=rtl] #videos .gallery-isotope.default-animation-effect .gallery-item .icons-holder .icons-holder-inner {
    margin: -32px 0 0 -50%;
    position: relative;
    left: 32px;
}

.fa-gavel:before, .fa-legal:before {
    display: block;
    width: 25px;
    height: 25px;
    content: url(../images/icons/content/hammer4.svg);
}

.fa-home:before {
    display: block;
    width: 16px;
    height: 16px;
    content: url(../images/icons/content/home.svg);
}

.laborLawSection h4 i.fa {
    margin-right: 14px;
    margin-left: -40px;
}

html[dir=rtl] .laborLawSection h4 i.fa {
    margin-left: 14px;
    margin-right: -40px;
}

.laborLawSection.panel-group .panel-heading .panel-title a {
    padding-top: 0;
}

html[dir=rtl] #menuzord .alignBottom {
    float: left;
}

html[dir=ltr] #menuzord .alignBottom {
    float: right;
}

#menuzord .alignBottom a {
    color: #3464b0 !important;
    text-align: right;
}

.modern-header .header-nav .header-nav-wrapper .fauxzord-menu > li.home > a, .modern-header .header-nav .header-nav-wrapper .menuzord-menu > li.home > a {
    padding: 16px 30px;
}

.modern-header:not(.modern-header-nav-autopadding) .fauxzord-menu > li > a, .modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
    padding: 16px 10px;
}

.menuzord-menu ul.dropdown, .menuzord-menu > li > .megamenu {
    top: 52px;
}

.modern-header .header-nav .header-nav-wrapper {
    margin-top: -35px;
}

html[dir=rtl] .menuzord-menu > li {
    float: right;
}

    html[dir=rtl] .menuzord-menu > li .indicator {
        margin-left: 0;
        margin-right: 3px;
    }

.imgWidthHeight {
    min-height: 260px !important;
    max-height: 260px !important;
    height: 260px !important;
    width: 369px !important;
    min-width: 369px !important;
    min-width: 369px !important;
}

@media (max-width:900px) {
    html[dir=rtl] .menuzord-responsive .menuzord-menu li .indicator {
        right: auto;
        left: 0;
        border-right: solid 1px #f5f5f5;
        border-lefT: none;
    }

    .laborLawTxt {
        width: 100% !important;
    }

    .imgWidthHeight {
        min-height: 260px !important;
        height: 260px !important;
        width: 100% !important;
        min-width: 100% !important;
        min-width: 100% !important;
    }

    .iframeWidthHeight {
        height: 260px;
        width: 100% !important;
    }
}

.btn {
    border-radius: 0 !important;
}



.breadcrumb li.active {
    color: #fff;
}

.menuzord-menu > li > .megamenu .megamenu-row ul.list-border-bottom li {
    border-bottom: 1px solid #eee;
}

.scrollToTop {
    height: 70px;
    right: 105px;
    width: 70px;
    border-radius: 50%;
    padding-top: 9px;
    z-index: 9997;
}

html[dir=rtl] .scrollToTop {
    right: auto;
    margin-left: 5%;
}

@media only screen and (max-width:990px) {
    .scrollToTop {
        right: 15px;
    }
}

html[dir=rtl] .tp-parallax-wrap {
    right: 0 !important;
    left: auto !important;
}

html[dir=rtl] .rtlContainer {
    position: relative;
    height: 100%;
    max-width: 1140px;
}

html[dir=rtl] .datepicker-dropdown {
    right: auto !important;
}

.datepicker-dropdown {
    z-index: 99999 !important;
}

@media only screen and (max-width:768px) {
    html[dir=rtl] .rtlContainer {
        max-width: 95%;
    }
}

html[dir=rtl] .fauxzord-menu > li {
    float: right;
}

    html[dir=rtl] .fauxzord-menu > li > a > i {
        margin: 0 0 0 5px;
        float: right;
    }

html[dir=rtl] .menuzord-menu li ul.dropdown li .indicator {
    right: auto;
    left: 10px;
}

html[dir=rtl] .fa-angle-right:before {
    /*content: "\f104";*/
}

html[dir=rtl] .icon-box .icon-box-details {
    margin-left: 0;
}

html[dir=rtl] .panel-group .panel-title a::after {
    display: none;
}

html[dir=rtl] .panel-group .panel-title a.active {
    background: 0 0;
    border-bottom: none;
    background-color: #f39d52;
}

.media > .pull-right, html[dir=rtl] .media-right {
    padding-right: 0;
    padding-left: 10px;
}

html[dir=rtl] .btn-theme-colored2 {
    color: #fff;
    background-color: #f39d52;
    border-color: #f39d52;
}

html[dir=ltr] .btn-theme-colored2 {
    color: #fff;
    background-color: #f39d52;
    border-color: #f39d52;
}

html[dir=ltr] .megamenucol {
    float: left !important;
}

html[dir=rtl] .megamenucol {
    float: right !important;
}

html[dir=rtl] ul.list li {
    padding-right: 20px;
}

    html[dir=rtl] ul.list li:before {
        margin-right: 0;
        z-index: 0;
    }

    html[dir=rtl] ul.list li a {
        position: relative;
        z-index: 1;
    }

html[dir=rtl] .menuzord-menu > li > .megamenu .megamenu-row ul {
    margin-right: 0;
}

html[dir=rtl] .post .entry-header .entry-date {
    right: auto;
}

ul.list.angle-double-left li:before {
    content: "\f100";
    font-family: fontawesome;
    font-size: 12px;
}

.contactBlock:after {
    content: "";
    height: 3px;
    position: absolute;
    left: 15px;
    bottom: -3px;
    width: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background: #f39d52;
}

html[dir=rtl] .contactBlock:after {
    left: auto;
    right: 15px;
}

.contactBlock:hover:after {
    width: 90%;
}

html[dir=rtl] blockquote.theme-colored {
    border-left: none;
}

section.gradientSection.blue {
    background: #13223c;
    background: -moz-linear-gradient(top,#13223c 0,#2f5a9f 100%);
    background: -webkit-linear-gradient(top,#13223c 0,#2f5a9f 100%);
    background: linear-gradient(to bottom,#13223c 0,#2f5a9f 100%);
}

section.gradientSection p.larger {
    font-size: 18px;
    line-height: 28px;
}

.borderImportant {
    border-left: 1px solid #ddd !important;
}
/*
.tag {
    background: #f39d52;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color .2s;
}

    .tag::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0,0,0,.25);
        content: '';
        height: 6px;
        left: 10px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .tag::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-left: 10px solid #f39d52;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
    }
*/
.textAlignInit {
    text-align: initial !important;
}

.EservicesContent {
    background-image: url(../images/bg/BG-01.png);
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
    background-size: cover;
}

.displayNone {
    display: none !important;
    border: none;
}

.panel-group .panel + .panel {
    margin-top: 0 !important;
}

.NoVotingTillNow {
    height: 210px;
    padding-top: 65px;
    text-align: -webkit-center;
}

.megamenucol {
    width: 30.333333% !important;
}

.dir-left {
    direction: ltr !important;
}

.dir-right {
    direction: rtl !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.box-shadow {
    box-shadow: 0 0 100px 0 rgba(50,50,50,.2) !important;
}

.radiosize {
    height: 20px;
    width: 20px;
}

.border-radNone {
    border-radius: 0 !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.searchBtn-Left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    font-weight: 400;
    border: solid 1px #d8d8d8;
    padding: 7px 10px;
    border-radius: 25px !important;
    cursor: pointer;
    user-select: none;
    min-width: 100px;
    min-height: 38px;
}

.searchBtn-Right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    font-weight: 400;
    border: solid 1px #d8d8d8;
    padding: 7px 10px;
    border-radius: 25px !important;
    cursor: pointer;
    user-select: none;
    min-width: 100px;
    min-height: 38px;
}

#newscontainer {
    margin: 0 !important;
}

html[dir=rtl] .inquiresBox {
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    width: 96%;
    margin-right: 2%;
    margin-top: 10px;
}

html[dir=ltr] .inquiresBox {
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    width: 94%;
    margin-left: 3%;
    margin-top: 10px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

.nav > li > a > i {
    color: #fff !important;
}

@media print {
    .menuzord {
        display: none;
    }

    .header {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .footer {
        display: none;
    }
}

.link {
    color: #337ab7 !important;
}

.OpenData {
    display: block;
    margin: auto;
    padding-bottom: 91px;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.OpendataContent {
    position: absolute;
    bottom: 0;
    right: 25%;
    word-break: break-word;
    width: 50%;
    text-align: -webkit-center;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.blue {
    color: #3464b0 !important;
}

html[dir=rtl] .list-unstyled li a span {
    float: left;
}

html[dir=ltr] .list-unstyled li a span {
    float: right;
}

.col4.megamenucol:nth-child(3) {
    height: 330px;
}

.alignCenter {
    text-align: center !important;
}

#reservation_form h2 {
    line-height: 1.8 !important;
}

.laborLawTxt {
    width: 80%;
}

.iframeWidthHeight {
    height: 260px;
    width: 368px;
}

@media only screen and (max-width:768px) {

    #gvContainer {
        overflow-x: scroll !important;
        width: 100% !important;
    }

    html[dir=rtl] .container-fluid.p-0 {
        margin-top: 10%;
    }

    /*html[dir=rtl] .fontBtn {
        padding-right: 25% !important
    }*/

    html[dir=rtl] .fontBtn {
        padding-top: 1px;
        width: 60px;
    }

    html[dir=rtl] .fontDecBtn {
        width: 60px;
        padding-top: 1px;
    }

    html[dir=rtl] .langBtn {
        width: 60px;
    }

    html[dir=rtl] .readSpeakerBtn {
        padding-top: 2px;
        width: 60px;
    }

    html[dir=rtl] .mobileNav .logo img {
        padding-left: 81px;
    }

    html[dir=ltr] .fontBtn {
        width: 60px;
    }

    html[dir=ltr] .fontDecBtn {
        width: 60px;
    }

    html[dir=ltr] .langBtn {
        width: 60px;
        padding-top: 2px;
    }

    html[dir=ltr] .readSpeakerBtn {
        width: 60px;
        padding-top: 4px;
    }

    html[dir=ltr] .mobileSearchIcon {
        padding-left: 10% !important;
    }


    html[dir=ltr] .mobileSearchIcon {
        padding-left: 25% !important;
    }

    .fauxzord-responsive .fauxzord-menu > li > a {
        font-size: 12px !important;
    }

    .section-content {
        margin-top: 10%;
    }
}

@media (max-width:600px) {
    #gvContainer {
        overflow-x: scroll !important;
        width: 100% !important;
    }

    html[dir=rtl] .container-fluid.p-0 {
        margin-top: 26%;
    }

    html[dir=rtl] .fontBtn {
        padding-top: 3px;
        width: 40px;
        padding-right: 2%;
    }

    html[dir=rtl] .fontDecBtn {
        padding-top: 3px;
        width: 40px;
        padding-right: 2%;
    }

    html[dir=rtl] .langBtn {
        padding-top: 2px;
        padding-right: 2%;
        width: 40px;
    }

    html[dir=rtl] .readSpeakerBtn {
        padding-top: 5px;
        width: 40px;
        padding-right: 2%;
    }

    html[dir=rtl] .mobileNav .logo img {
        padding-left: 0px !important;
    }

    html[dir=ltr] .fontBtn {
        width: 40px;
        padding-left: 5% !important;
    }

    html[dir=ltr] .fontDecBtn {
        width: 40px;
        padding-left: 5% !important;
    }

    html[dir=ltr] .langBtn {
        width: 35px;
        padding-left: 5% !important;
    }

    html[dir=ltr] .readSpeakerBtn {
        width: 30px;
        padding-left: 5% !important;
        padding-right: 4% !important;
    }

    html[dir=ltr] .mobileSearchIcon {
        padding-left: 10% !important;
    }

    .fauxzord-responsive .fauxzord-menu > li > a {
        font-size: 9px !important;
    }

    .section-content {
        margin-top: 10%;
    }
}

.fa-chevron-right {
    padding-top: 13px;
    padding-right: 8px !important;
}


.fa-chevron-left {
    padding-top: 13px;
    padding-left: 8px !important;
}

.dropdown-menu {
    /* width: 200px; */
}

.full-width {
    width: 100% !important;
}

.bg-blue {
    background-color: #3464b0 !important;
}

.datepicker-days {
    /* display: grid !important; */
}

.language-switcher li a:hover {
    background-color: transparent !important;
}

.input-group {
    z-index: 0 !important;
}

.modal-open .modal {
    top: 15%;
}

.single-service {
    margin-top: 0%;
}

a.hideNavigation {
    margin-top: 0%;
}

@media only screen and (max-width: 1200px) {

    .single-service {
        margin-top: 5% !important;
    }

    a.hideNavigation {
        margin-top: 5% !important;
    }
}

.widget-title {
    color: white !important;
}

.votesWidget .widget-title {
    color: black !important;
}

@media only screen and (max-width:1300px) {
    .menu-text {
        display: inline-block !important;
        width: 125px !important;
    }
}

.profile-info-value a {
    color: #337ab7 !important;
}

#mompFeedbackForm .form {
    max-height: inherit;
}