﻿:root {
    --primary-color: #00a928;
    --primary-dark-color: #3c763d;
    --selected-color: #3c763d;
    --selected-color-sm: #FFBA49;

    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Raleway, "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    padding-top: 50px;
    overflow-x: hidden;
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 320px;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid var(--primary-color) !important;
    box-shadow: none !important;
} 

.navbar-inverse {
    background-color: #FFF !important;
    border-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.navbar-inverse a {
    text-decoration: none !important;
    font-size: 14px;
}

.navbar-inverse .navbar-brand {
    font-weight: 600;
}

.navbar-brand .navbar-client-logo {
    width: 40px;
    height: auto;
    position: relative;
    top: -10px;
}

#nav-center {
    padding-left: calc(12vw - 82px/2 - 32px);
}

#home {
    padding-left: 2vw;
}

/*.navbar-inverse .navbar-nav > li > a {
    color: darkgreen;
}*/

.navbar-inverse .navbar-toggle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: var(--primary-dark-color);
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: var(--primary-color) !important;
}

.navbar-inverse .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > li > a:active {
    color: var(--primary-color) !important;
}

.selectedLang {
    color: var(--selected-color) !important;
    font-weight: 800 !important;
}

/* To keep the footer always at the bottom */
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    min-height: 90vh; /* Content view height */
    background: #f3f3f3;
}

#footer {
    width: 100%;
    min-height: 10vh; /* Footer view height */
}

@media screen and (min-width: 768px) {

    .navbar-inverse .navbar-nav li > a {
        padding-left: 5px;
    }

    .navbar-inverse .navbar-nav .has-children {
        position: relative;
        padding-right: 10px;
    }

    .navbar-inverse .navbar-nav .has-children > a {
        position: relative;
    }

    .navbar-inverse .navbar-nav .has-children > a:before {
        position: absolute;
        content: "\f107";
        font-size: 16px;
        top: 50%;
        left: 90%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'FontAwesome';
    }

    .navbar-inverse .navbar-nav .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        padding: 10px 0;
        margin-top: 20px;
        background: #FFF;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        min-width: 200px;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown.arrow-top {
        position: absolute;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown.arrow-top:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown.arrow-top:before {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #000;
        border-width: 7px;
        margin-left: -7px;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown.arrow-top:after {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown.arrow-top:after {
        border-bottom-color: #FFF;
        border-width: 7px;
        margin-left: -7px;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown a {
        text-transform: none;
        letter-spacing: normal;
        background: #FFF;
        color: #000;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown .active > a {
        color: var(--primary-color);
    }

    .navbar-inverse .navbar-nav .has-children .dropdown > li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown > li > a {
       padding: 0px;
    }

    .navbar-inverse .nav.navbar-nav .has-children .dropdown > li {
        clear: both;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
        border-style: none;
    }

    .navbar-inverse .nav.navbar-nav .has-children .dropdown > li > a:hover {
        padding-left: 10px;
        border-left: 2px solid var(--primary-color);
        transition: all 0.3s ease;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown > li > a:hover,
    .navbar-inverse .navbar-nav .has-children .dropdown > li > a:focus {
        color: var(--primary-color);
    }

    .navbar-inverse .navbar-nav .has-children .dropdown > li.has-children > a:before {
        content: "\f107";
        right: 20px;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown > li.has-children > .dropdown, .navbar-inverse .navbar-nav .has-children .dropdown > li.has-children > ul {
        left: 100%;
        top: 0;
    }

    .navbar-inverse .navbar-nav .has-children .dropdown > li.has-children:hover > a, .navbar-inverse .navbar-nav .has-children .dropdown > li.has-children:active > a, .navbar-inverse .navbar-nav .has-children .dropdown > li.has-children:focus > a {
        color: var(--primary-color);
    }

    .navbar-inverse .navbar-nav .has-children:hover > a, .navbar-inverse .navbar-nav .has-children:focus > a, .navbar-inverse .navbar-nav .has-children:active > a {
        color: var(--primary-color);
    }

    .navbar-inverse .navbar-nav .has-children:hover, .navbar-inverse .navbar-nav .has-children:focus, .navbar-inverse .navbar-nav .has-children:active {
        cursor: pointer;
        color: var(--primary-color);
    }

    .navbar-inverse .navbar-nav .has-children:hover > .dropdown, .navbar-inverse .navbar-nav .has-children:focus > .dropdown, .navbar-inverse .navbar-nav .has-children:active > .dropdown {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        margin-top: 0px;
        visibility: visible;
        opacity: 1;
    }

}

@media screen and (max-width: 767px) {

    .selectedLang {
        color: var(--selected-color-sm) !important;
        font-weight: 800 !important;
    }
    
    .nav span, .nav li span, .nav li a span {
        color: #FFF;
    }

    .navbar-inverse .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        border-color: white;
        background: var(--primary-color);
    }

    .navbar-inverse .navbar-sm li {
        border-top: 1px solid rgba(255,255,255, 0.5);
    }

    .navbar-inverse .navbar-sm li > a {
        padding: 14px 15px;
        color: #FFF;
    }

    .navbar-inverse .navbar-sm li > a:hover,  .navbar-inverse .navbar-sm li > a:focus {
        color: var(--selected-color-sm);
        background: transparent;
    }

    .navbar-inverse .navbar-sm li > a.active, .navbar-inverse .navbar-sm li > a:active {
        color: var(--selected-color-sm);
    }

    .navbar-inverse .navbar-sm > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

    .navbar-inverse .navbar-sm > li:hover, .navbar-inverse .navbar-sm > li:focus {
        background: transparent;
    }

    .navbar-inverse .navbar-sm .arrow-collapse {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

    .navbar-inverse .navbar-sm .arrow-collapse:hover,
    .navbar-inverse .navbar-sm .arrow-collapse:focus{
        background: var(--selected-color-sm);
    }

    .navbar-inverse .navbar-sm .arrow-collapse:before {
        z-index: 20;
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .navbar-inverse .navbar-sm .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .navbar-inverse .navbar-sm > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

    .navbar-inverse .navbar-sm>li>ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .navbar-inverse .navbar-sm>li>ul>li {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-inverse .navbar-sm>li>ul>li>a {
        padding-left: 40px;
    }

    .navbar-inverse .navbar-sm>li>ul>li>ul {
        padding: 0;
        margin: 0;
    }

    .navbar-inverse .navbar-sm>li>ul>li>ul>li {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-inverse .navbar-sm>li>ul>li>ul>li>a {
        padding-left: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

footer {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 50px;
    background-image: url('../images/green-ellipses.png'), url('../images/green-ellipses.png');
    background-repeat: no-repeat;
    background-position: top 75% right, bottom left;
    background-size: 86px;
}

@media screen and (max-width: 767px){

    footer {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    footer h5 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 20px;
    }

}

footer .footer-brand {
    margin-top: 25px;
}

footer .footer-brand a .client-name {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 22px;
}

footer .footer-brand a .client-name:hover, footer .footer-brand a .client-name:focus {
    color: var(--primary-dark-color);
}

footer .footer-brand .footer-brand-logo {
    width: 206px;
    height: 82px;
}

footer .footer-brand .footer-client-logo {
    width: 180px;
    height: 120px;
}

@media (max-width: 1023.5px) {
    footer .footer-brand .footer-client-logo {
        position: relative;
        width: 140px;
        height: auto;
        top: -15px;
    }
}

@media (max-width: 767px){
    footer .footer-brand .footer-client-logo {
        position: relative;
        width: 140px;
        height: auto;
        top: -10px;
    }

    footer .footer-brand .footer-cl-nosf {
        position: relative;
        width: 140px;
        height: auto;
        margin: 0 auto;
    }
}

footer .footer-widget {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .footer-widget h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

footer h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

footer .footer-widget li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
    color: rgba(51, 51, 51, 0.7);
    text-decoration: none;
}

footer .footer-widget li a:hover, footer .footer-widget li a:focus {
    color: var(--primary-color) !important;
}

@media(max-width: 767px){

    footer .footer-widget-mobile {
        position: relative;
        top: 20px;
    }

    footer .footer-widget-mobile h4 {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 25px;
        color: #333333;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    footer .footer-widget-mobile a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        padding: 0 3px;
        line-height: 35px;
        color: #333333;
        text-decoration: none;
    }

    footer .footer-widget-mobile a:hover, footer .footer-widget-mobile a:focus {
        color: var(--primary-color) !important;
    }

    footer .footer-widget-mobile span {
        color: #626567;
        opacity: 0.8;
    }
        
}

footer .footer-widget .list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer .company-rights {
    position: relative;
    top: 40px;
    bottom: 30px;
}

footer .company-rights img {
    position: absolute;
    width: 70px;
    height: auto;
    bottom: 12px;
    right: 0px;
}

footer .company-rights .powered-by {
    position: absolute;
    bottom: 18px;
    right: 80px;
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    color: #626567;
    padding: 5px 10px 0 0;
}

footer .partners-in-footer {
    position: relative;
    top: 105px;
}

@media (min-width: 1200px){

    footer .partners-in-footer .light-header {
        position: relative;
        top: 28px;
        font-family: Roboto;
        font-style: italic;
        font-weight: normal;
        font-size: 14px;
        line-height: 100%;
        /* or 14px */
        display: flex;
        text-align: left;
        color: #626567;
        opacity: 0.8;
    }

}

@media (max-width: 1200px) and (min-width: 1024px) {

    footer .partners-in-footer .light-header {
        position: relative;
        top: 28px;
        font-family: Roboto;
        font-style: italic;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        /* or 14px */
        display: flex;
        text-align: left;
        color: #626567;
        opacity: 0.8;
    }
}

@media (max-width: 1023.5px) and (min-width: 999px) {

    footer .partners-in-footer .light-header {
        position: relative;
        top: 28px;
        font-family: Roboto;
        font-style: italic;
        font-weight: normal;
        font-size: 11px;
        line-height: 100%;
        /* or 14px */
        display: flex;
        text-align: left;
        color: #626567;
        opacity: 0.8;
    }
}

@media (max-width: 998.5px) and (min-width: 768px) {

    footer .partners-in-footer .light-header {
        position: relative;
        top: 28px;
        font-family: Roboto;
        font-style: italic;
        font-weight: normal;
        font-size: 9px;
        line-height: 100%;
        /* or 14px */
        display: flex;
        text-align: left;
        color: #626567;
        opacity: 0.8;
    }

}

@media (max-width: 767px) {

    footer .partners-in-footer .light-header {
        position: relative;
        top: 8px;
        font-family: Roboto;
        font-style: italic;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        /* or 14px */
        display: flex;
        text-align: left;
        color: #626567;
        opacity: 0.8;
    }

    footer .company-rights {
        position: relative;
        top: 10px;
    }

    footer .company-rights .powered-by {
        position: relative;
        bottom: 12px;
        right: 0px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 100%;
        display: inline-block;
        color: #626567;
        padding: 10px 10px;
    }

    footer .company-rights img {
        position: relative;
        width: 70px;
        height: auto;
        display: inline-block;
    }

    footer .company-rights .powered-by-div {
        position: relative;
        top: 20px;
    }

}

footer .partners-in-footer .partners-divider {
    position: absolute;
    left: 20%;
    width: 1px;
    height: 65px;
    background: #626567;
    opacity: 0.5;
}

footer .partners-in-footer .financed-by {
    position: relative;
    bottom: 25px;
}

footer .partners-in-footer .supported-by {
    position: relative;
    bottom: 85px;
}

footer .partners-in-footer img {
    position: relative;
    top: 10px;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    footer .partners-in-footer .financed-by {
        position: relative;
        bottom: 15px;
    }
}

@media (max-width: 1023.5px) and (min-width: 999px) {
    footer .partners-in-footer .financed-by {
        position: relative;
        bottom: 10px;
    }
}

@media (max-width: 998.5px) and (min-width: 768px) {
    footer .partners-in-footer img {
        position: relative;
        top: 20px;
    }
}

@media(max-width: 767px){

    footer .partners-in-footer .financed-by {
        position: relative;
        bottom: 0px;
    }

    footer .partners-in-footer img {
        position: relative;
        top: 25px;
        width: 60px;
        height: auto;
    }

}

footer .hor-partner-divider {
    position: relative;
    top: 15px;
    width: 98%;
    height: 0.8px;
    /*height: 1px;*/
    background: #626567;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 72px;
    }
}

@media (max-width: 1199.5px) and (min-width: 1100px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 72px;
    }
}

@media (max-width: 1099.5px) and (min-width: 1024px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 72px;
    }
}

@media (max-width: 1023.5px) and (min-width: 992px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 42px;
    }
}

@media (max-width: 991.5px) and (min-width: 800px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 42px;
    }
}

@media (max-width: 799.5px) and (min-width: 768px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 42px;
    }
}

@media (max-width: 767.5px) and (min-width: 100px) {
    .footer-links-section {
        position: relative;
        width: 100vw;
        min-height: 340px;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background: #FFFFFF;
        border-bottom: 1px solid #A9A9A9;
        background-image: url('../images/icons/yellow-ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 10px right;
        background-size: 42px;
    }
}

.footer-links-section .fls-title {
    font-family: 'Raleway-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #358529;
}

.footer-links-section .fls-subtitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    /*font-size: 20px;*/
    font-size: 16px;
    line-height: 40px;
    color: #358529;
}

.footer-links-section .fls-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-links-section .fls-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer-links-section ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    /*font-size: 18px;*/
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-decoration: none;
}

.footer-links-section ul li a:hover,  .footer-links-section ul li a:focus {
    color: var(--selected-color);
}