body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333435;
    background: #f6f6fb;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    margin-bottom: 20px;
    font-size: 26px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 19px;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

a {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

a {
    color: #333435;
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

a:hover {
    color: #35c865;
    text-decoration: none;
}

.btn-lg {
    padding: 1em 3em;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 3px;

    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    -webkit-appearance: none;
}

.btn {
    color: #fff;
    text-decoration: none;


    border: 1px solid #35c865;
    background: #35c865;
    letter-spacing: .0375rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    color: #fff;
    border-color: #35c865;
    background: #36b55f;
}

.btn-energy {
    color: #fff;
    border-color: #41c4d3;
    background: #41c4d3;
}

.btn-energy:hover {
    color: #fff;
    border-color: #41c4d3;
    background: #38bbca;
}

.online-assessment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}

.online-assessment .btn {
    margin-right: 5px;
    flex: 1;
    max-width: 50%;
    white-space: normal;
}
.online-assessment .btn:last-child {
    margin-right: 0;
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

/* DropDown*/
.dropdown-menu {
    font-size: 14px;
    border-color: #eaeaea;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

/* Header */
header.header {
    position: relative;
    width: 100%;
    z-index: 9;
    
}

header.header .navbar {
    background-color: #ffffff;
}

.header-menu {
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #333435;    
    text-align: right;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #35c865;
}

.navbar-light .navbar-nav .nav-link p {
    margin: 0;
    font-weight: normal;
    font-size: 11px;
    color: #adadad;
}

.navbar-light .navbar-text.nav-lang {
    padding-top: .1rem;
    padding-bottom: .1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;

    color: #333435;
}

.navbar-light .navbar-text.nav-lang a:last-child {
    padding-right: 0;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
}

.wpml-ls-display {
    display: none;
}

.entry-content {
    margin: 30px 0;
}

.text-template .entry-content {
    padding: 35px;
    background: #fff;
}

.text-template .entry-content ul {
    margin-left: 15px;
    list-style: disc;
}

.text-template .entry-content ul li {
    padding: 3px 0;
}

/* Header User */
.trainee-user {
    padding: 5px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    
}
.trainee-user .dropdown > a {
    color: #35c865;
}

.trainee-user .dropdown > a span {
    color: #333435;;
}

.trainee-user .dropdown > a > img {
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.logged-user #dropdownMenuLinkLogin i {
    top: 3px;
    position: relative;
}

.logged-user #dropdownMenuLinkLogin span {
    color: #35c865;
}

.trainee-user .dropdown .dropdown-menu {
    top: 36px;
    right: 0;
    left: auto;
    box-shadow: 0 0 20px rgb(115 115 115 / 22%);
}

/* Home */
.home-landing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    width: 100%;
}

.heading h1 {
    font-weight: 500;
    font-size: 29px;
    margin-bottom: 30px;
    color: #333435;
}

.heading span {
    font-weight: bold;
}

.heading p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}


.blue {
    color: #41c4d3;
}

.green {
    color: #35c865;
}


.online-assessment {
    position: relative;
    margin-top: 30px;;
}

.house {
    padding: 20px 0;
}


/* Cause Solutions */
.cause-solution-container {
    margin: 50px 0;
}

.cause-solution-main {
    padding: 30px;
    background: #fff;
}

.cause-solution-main p {
    line-height: 24px;
}

.widget_trainee_solutions_sidebar .cause-solution-section {
    position: relative;
    margin: 5px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.cs-section-title h3 {
    font-weight: 500;
}

.cs-causes-container ul {
    margin-left: 15px;
}

.cs-causes-container ul li {
    padding: 3px 0;
}

/* Partner Logo */
.partner-logos {
    position: relative;
    margin: 30px 0;
}


.partner-logos h2{
    margin-bottom: 20px;
}

.partner-logo {
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background: #fff;
}

/*EU*/
.disclaimer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.disclaimer,
.eu {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.disclaimer p {
    font-size: 13px;
    line-height: 20px;
}
.eu {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}
.eu p {
    margin-top: 20px;
}

/*Media Query*/
@media (min-width: 992px) {
    .container {
        max-width: 1630px;
    }

    .navbar-expand-lg .navbar-nav {
        float: right;
    }

}
@media (max-width: 1600px) {
    .online-assessment .btn-lg {
        padding: 1em 1em;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .navbar-right {
        display: none; 
     }

     .partner-logo {
        margin-bottom: 10px;
    }

    .steps-indicator {
        display: none;
    }
    
}

@media (max-width: 720px) {
    .online-assessment {
        flex-direction: column;
    }

    .navbar-brand {
        width: 190px;
    }
  
    .online-assessment .btn {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }


    .btn-lg {
        padding: 1em 1em;
        font-size: 1.125rem;
    }
}



