html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -145px;
    padding: 0 0 135px;
}

.wrap > .container {
    padding: 40px 20px;
}

.wrap > .container.no-padding {
    padding: 0;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

form div.required label.control-label:after {
    content:" * ";  
    color:red;  
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

  .row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

body {
    font-family: 'DM Sans', sans-serif;    
    font-size: 16px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: 000;
}

h4,
h5,
h6 {    
    font-weight: 600;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.6rem;
}

a,
a:focus, 
a:active {
    color: #449d44;
}

a:hover {
    color: #000;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.d-none {
    display: none;
}

.alert {
    margin: 10px 0;    
}

.navbar {
    font-family: 'Poppins', sans-serif;    
    background-color: #fff;
    margin-bottom: 0;    
    border: none;
    box-shadow: 1px 3px 3px #2eb2a8;
    z-index: 2;   
    border-radius: 0;
    min-height: 70px; 
}

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    height: auto;
    padding: 5px 0;
}

.navbar-brand > img {
    height: 60px;
}

.navbar-nav > li > a {
    padding: 25px 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    transition: all .5s;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background: transparent;
    color: #449d44 !important;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #449d44;
}

.navbar-nav > li > .dropdown-menu {
    border-top: 4px solid #2eb2a8;
}

.dropdown-menu {
    font-size: 16px;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    outline: none;
}

section {
    overflow: hidden;
    margin-bottom: 60px;
}

#home-hero {
    background: url('../img/home-hero.jpg') 50% 40% no-repeat;
    background-size: cover;    
    min-height: 60rem;
    position: relative;
}

.overlay {
    position: absolute;    
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;    
    background-color: #282C32;
    opacity: 0.7;
}

h1.home-title {
    color: #fff;    
    margin: 20% 0 50px 0;
    font-size: 4rem;
    line-height: 1.2;
    opacity: 0.9;
}

.home-select {
    padding: 20px 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;    
    margin-bottom: 22%;
    overflow: hidden;
}

.input-group-addon {
    background: #fff;
    border: 2px solid #fff;
}

.select2-container--bootstrap .select2-selection {
    border-color: #fff;
    height: 40px;
    line-height: 30px;
    font-size: 16px;
}

.select2-container {
    height: 40px;
}

.home-select .select2-container,
.home-select .select2-container--bootstrap .select2-selection { 
    height: 50px;
}

.home-select .select2-container--bootstrap .select2-selection {
    line-height: 35px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #5cb85c;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: none;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #449d44;
}

.select2-container--krajee .select2-results__option[aria-selected="true"] {
    background: #2eb2a8;
    color: #fff !important;
}

.select2-container--krajee .select2-selection {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.btn {
    transition: all 0.5s;
    min-width: 100px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background: #2eb2a8;
    border-color: #2eb2a8;
}

.btn-primary:hover {
    background: #fff;
    color: #2eb2a8;
    border-color: #2eb2a8;
}

.btn-home-search {
    height: 50px;
    font-size: 16px;
}

.btn-search {
    height: 40px;
    margin-top: 28px;
}

.site-index h2 {
    position: relative;
}

.site-index h2:after {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 2px;
    background: #2eb2a8;
    margin: 10px auto 0 auto;    
}

#educationsearch-free {
    float: left;
    margin-right: 10px;
}

.field-educationsearch-free label {
    font-weight: 400;
}

.result-box {
    border: 1px solid #e8eef1;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
    word-wrap: break-word;
    position: relative;
    min-height: 275px;
}

.result-box.inactive {
    background-color: #e8e8e8;
}

.admin-box {
    position: absolute;
    top: 0;
    right: 5px;
}

.admin-box-icon {    
    font-size: 20px;
    margin: 0 5px;   
    color: #2eb2a8;
}

.admin-box-icon-delete,
.admin-box-icon-delete:active,
.admin-box-icon-delete:focus {
    color: #c9302c;
}

.result-box:hover {
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.03);
}

.result-box h4,
.result-box h4 a {
    margin-bottom: 0;
    color: #000;
}

.result-title {    
    margin-bottom: 20px;
}

ul.result-info li {
    margin-bottom: 15px;    
}

.btn-success {
    border-color: #5cb85c;
}

.btn-more {
    background-color: #5cb85c;        
    border-color: #5cb85c;
    margin: 0 auto;
}

.btn-more a {
    color: #fff;
}

.btn-more:hover {
    background: #fff;
    border-color: #5cb85c;
    color: #000;
}

.btn-more-outline {
    background: #fff;
    border-color: #2eb2a8;
    color: #000;
    margin: 0 auto;
}

.btn-more-outline:hover {
    background: #2eb2a8;
    border-color: #2eb2a8;
    color: #fff;
}

.result-box .btn-more,
.result-box .btn-more-outline {
    max-width: 110px;
}

.job-search-form {
    background: #eee;
    overflow: hidden;
    padding: 10px;
}

.summary {
    clear: both;
    margin: 0 0 20px 0;
}

#load-more { 
    display: block;    
    clear: both;
    margin: 0 auto;
    width: 110px;
    text-align: center;
    background-color: #449d44;        
    border: 1px solid #449d44;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: all .5s;
}

#load-more:hover {
    background-color: #fff;    
    color: #000;
}

.pager-wrap {
    text-align: center;
    display: block;    
    width: 100%;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.pagination > li > a:focus, 
.pagination > li > span:focus,
.pagination > li > a, 
.pagination > li > span,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background: transparent;
    color: #5cb85c;        
}

.s2-select-label,
.s2-togall-button {
    display: none !important;
}

.empty {
    margin-top: 10px;
}

.datetimepicker-dropdown-bottom-left::before {
    right: unset;
    left: 6px;
}

.datetimepicker-dropdown-bottom-left::after {
    right: unset;
    left: 7px;
}

.job-view h2 {
    color: #000;
}

.job-view h3,
.education-view h3 {
    font-size: 18px;
    color: #000;
}

.job-view label,
.education-view label {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.sidebar-info {    
    border: 1px solid #e8eef1;
    border-radius: 6px;
    padding: 20px;
    word-wrap: break-word;    
}

.sidebar-info label {
    margin-bottom: 5px;
}

.sidebar-info p {
    margin-bottom: 15px;
}

.job-view .col-md-8, 
.education-view .col-md-8 {
    margin-bottom: 20px;
}

.has-feedback label ~ .form-control-feedback {
    top: 35px;
}

.register-tabs {    
    text-align: center;
    clear: both;
    border: none;
    padding: 5px 0;
    background-color: #5cb85c;
    border-radius: 50px;
    overflow: hidden;
}

ul.register-tabs li {
    display: inline-block;
    padding: 0 10px;
    width: 32%;    
    border-radius: 50px;
    transition: all .5s;
}

ul.register-tabs li a {
    display: block;
    width: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

ul.register-tabs li a:hover {
    text-decoration: none;
}

ul.register-tabs li:hover,
ul.register-tabs li.active-tab {
    background: #fff;
}

ul.register-tabs li:hover a,
ul.register-tabs li.active-tab a {
    color: #000;
}

#user-notifications {
    margin-right: 5px;
}

.field-user-notifications label {
    font-weight: 400;    
}

.footer {
    height: auto;
    background-color: #fff;
    border: none;
    box-shadow: 1px -3px 3px #2eb2a8;
    padding: 10px 0;
}

.copyright {
    font-size: 13px;
    margin-top: 15px
}

.navbar-toggle {
    margin-top: 20px;
}

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

.navbar-default .navbar-toggle {
    border-color: #2eb2a8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2eb2a8;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.copyright a {
    color: #333;
}

.copyright a:hover {
    color: #5cb85c;
}

ol li {
    margin-bottom: 5px;
}

.field-user-terms label {
    font-weight: 400;
}

@media (max-width: 991px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li > .dropdown-menu {
        border: none;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

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

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block !important;
    }
    .collapsing {
        overflow: hidden !important;
    }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    h1.home-title {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    h1.home-title {
        font-size: 2.5rem;
    }
}