body {
    background-color: #feffff;
}

body {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

body, footer:not(.bg--primary):not(.bg--dark) a {
    color: #202020;
}

.public-search-page .searchResults h6 a, a, .tabs li.active .tab__title span, .tabs li.active .tab__title, .public-search-page .searchResults .resultUrl {
    color: #06a741;
}

.public-search-page .searchResults h6 a:hover, a:hover {
    color: #4dcd7c;
}

.lead {
    color: #007551;
}

.bg--secondary {
    background: #fafafa;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary, section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
    border-top: 1px solid #ebebeb;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger, .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a, .menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    color: #00af7f;
}

.dropdown .dropdown__content:not([class*='bg-']) {
    background: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    background: #10b78b;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    color: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    border-color: #10b78b;
}

a.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    background: #2acca2;
}

.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    border-color: #2ddaaa;
}

.btn:not([class*="primary"]) {
    background: #10b78b;
}

.btn:not([class*="primary"]) .btn__text, .btn i {
    color: #ffffff;
}

.btn:not([class*="primary"]) {
    border-color: #d3d3d3;
}

.btn:not([class*="primary"]):hover {
    border-color: #2ddaaa;
}

h1, .h1 {
    color: #019e67;
}

h2, .h2 {
    color: #019e67;
}

h3, .h3 {
    color: #019e67;
}

h4, .h4 {
    color: #019e67;
}

h5, .h5 {
    color: #019e67;
}

h6, .h6 {
    color: #019e67;
}

input[type], textarea, select {
    background: #fcfcfc;
}

input[type], textarea, select {
    border: 1px solid #ececec;
}

.boxed:not([class*='bg-']) {
    background: #ffffff;
}

.boxed.boxed--border {
    border: 1px solid #ececec;
}

.table--alternate-row tbody tr:nth-child(odd) {
    background: rgba(255,255,255,0);
}

.table--alternate-row tbody tr:nth-child(even) {
    background: #fafafa;
}

.accordion-1 li.active .accordion__title, .paging_full_numbers .paginate_active {
    border: 1px solid #17c799; background: #17c799;;
}


.bar .logo {
    max-height: 4.00714286em;
}

.page-container.horizontal-menu header.navbar .navbar-brand img {
  height: 40px;
  margin: 13px 0 0 16px;
}

.upload-button-wrapper .btn {
  color: #ffffff;
  background-color: #13ceb4;
  border-color: #0bb08a;
}

.upload-button-wrapper .btn:hover {
  background-color: #12ca96;
  border-color: #0e9d5a;
}

.page-container.horizontal-menu header.navbar .navbar-right > li > a span {
  color: #386458;
}

.page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > a span {
  color: #29e897;
}