html {
  background-color: #f5f5f5 !important;
  font-family: "Exo 2", sans-serif !important;
  font-size: 15px !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
}

h1 {
  color: #bfc1c4;
  font-weight: 600;
  text-align: left;
}

h2 {
  color: #1678c0;
  font-weight: 600;
  font-size: 1.2em;
}

a {
  color: #27c09a;
}

a:visited {
  color: #27c09a;
}

a:hover {
  color: #1e9678;
}

a:active {
  color: #1e9678;
}

.highlight {
  font-style: oblique;
  font-weight: bold;
}

.mr-15 {
  margin-right: 15px;
}

input[type=text], input[type=password], input[type=number], input[type=email], select {
  border-radius: 20px !important;
  padding-left: 20px;
  padding-right: 20px;
}

textarea {
  border-radius: 7px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* navigation elements should be $col-black */
.uk-navbar-nav > li > a {
  font-size: 15px !important;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  font-family: "Exo 2", sans-serif !important;
  font-weight: 600 !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.uk-navbar-nav > li > a:hover {
  color: #74e6ca;
}

.uk-navbar-nav > li.uk-active > a {
  color: #33dbb1;
}

/* nav dropdown should be $col-blue */
.uk-dropdown {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 7px;
}

.uk-dropdown-nav > li {
  border-bottom: 1px solid #ebebeb;
  line-height: 2.5;
  padding-left: 25px;
}

.uk-dropdown-nav > li:first-child {
  padding-top: 10px;
}

.uk-dropdown-nav > li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

.uk-dropdown-nav > li > a {
  font-size: 1.25em;
  color: #1678c0;
  font-weight: normal !important;
}

/* paragraphs = $col-black */
.uk-textarea {
  resize: vertical !important;
  min-height: 38px;
}

/* label = $col-blue */
form label, .uk-form-label {
  display: inline-block;
  margin-top: 15px !important;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 5px !important;
  padding-left: 20px;
  text-transform: uppercase;
  color: #1678c0;
}

.uk-form-controls input[type=checkbox]:first-child {
  margin-left: 20px;
}

/* button text = $col-black */
.uk-button {
  line-height: 2.75em;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white !important;
  border: none;
}
.uk-button i.fas {
  margin-left: 5px;
}
.uk-button i.fas.bf {
  margin-left: inherit !important;
  margin-right: 5px;
}

.uk-button-small {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 3.5em;
  line-height: 1.5em;
  font-size: 0.875em !important;
  padding-left: 15px;
  padding-right: 15px;
}

.uk-button-primary {
  background-color: #27c09a !important;
}

.uk-button-primary:hover {
  background-color: #1e9678 !important;
}

.uk-button-primary:disabled {
  background-color: #ebfbf7 !important;
}

.uk-button-default {
  background-color: #bfc1c4 !important;
}

.uk-button-default:hover {
  background-color: #a4a7ac !important;
}

.uk-button-default:disabled {
  background-color: white !important;
}

.uk-button-text {
  color: #bfc1c4 !important;
  text-decoration: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.uk-button-text:hover {
  color: #a4a7ac !important;
  text-decoration: none;
}

.uk-button-text:disabled {
  color: white !important;
}

.uk-button-link {
  color: #27c09a !important;
  text-decoration: none;
}

.uk-button-link:hover {
  color: #1e9678 !important;
  text-decoration: none;
}

.uk-button-link:disabled {
  color: #ebfbf7 !important;
}

.uk-button-secondary {
  background-color: green !important;
}

.uk-button-secondary:hover {
  background-color: #004d00 !important;
}

.uk-button-secondary:disabled {
  background-color: #80ff80 !important;
}

.uk-button-danger {
  background-color: #d9534f !important;
}

.uk-button-danger:hover {
  background-color: #cc0000 !important;
}

.uk-button-danger:disabled {
  background-color: white !important;
}

/* table = $col-black */
table th {
  color: #1678c0 !important;
}

.uk-section {
  border-radius: 7px;
}

.uk-section-muted {
  background-color: #f5f5f5 !important;
}

.uk-table {
  font-size: 0.9em !important;
}
.uk-table tbody td.divider {
  border-left: 1px solid #ebebeb;
}
.uk-table td.empty {
  text-align: center;
}
.uk-table .uk-button {
  line-height: 2.3em;
  font-size: 0.75em;
  font-weight: normal;
  padding-left: 14px;
  padding-right: 14px;
}
.uk-table .uk-button-default {
  background-color: #f5f5f5 !important;
  color: #8e8e8e !important;
}
.uk-table .uk-button-default:hover {
  background-color: gainsboro !important;
}
.uk-table td {
  color: #786e6e;
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped > tr:nth-of-type(odd) {
  background-color: #fcfcfc !important;
}

.uk-table-striped tr:last-child {
  border-bottom: 1px solid #ebebeb !important;
}

div.table-wrapper {
  padding: 20px 35px 20px;
  border: 1px solid #ebebeb;
  border-radius: 7px !important;
}
div.table-wrapper .uk-table {
  margin-bottom: 0px;
}
div.table-wrapper .uk-table-striped tr.verticaldashes {
  height: 15px !important;
  border-bottom: none !important;
  background-color: white !important;
}
div.table-wrapper .uk-table-striped tr.verticaldashes td {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 15px !important;
  border-left: 1px solid #ebebeb;
}
div.table-wrapper .uk-table-striped tr.verticaldashes td:first-child {
  border-left: none !important;
}

/* other stuff */
.uk-pagination {
  justify-content: center;
  margin-left: 0;
}
.uk-pagination > * {
  padding-left: 0;
}
.uk-pagination li {
  border: 1px solid #dddddd;
  margin-left: -1px;
  font-size: 14px;
}
.uk-pagination li a {
  background-color: white !important;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  color: #999;
}
.uk-pagination li span {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}
.uk-pagination li.pagination-start a {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.uk-pagination li.pagination-end a {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

div.uk-notification-message {
  border-top: 5px solid #27c09a;
  border-radius: 7px !important;
}

.uk-modal-dialog {
  border-top: 5px solid #27c09a;
  border-bottom: 5px solid #f5f5f5;
  border-radius: 7px !important;
}

.uk-text-danger {
  color: #b7222d;
}

.uk-text-success {
  color: #33dbb1;
}

.non-form-errors {
  color: red;
  font-size: 0.8em !important;
  font-weight: 600;
}

ul.errorlist {
  color: red;
  list-style-type: none;
  text-transform: none !important;
  font-size: 0.8em !important;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -5px;
  margin-bottom: 10px;
}

/* Chosen restyle */
.chosen-container-single .chosen-single {
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  border-color: #f0f0f0 !important;
  padding: 8px 20px;
  height: auto;
  width: auto;
}

.chosen-container-single .chosen-drop {
  border-radius: 7px;
  box-shadow: none !important;
  border-color: #f0f0f0 !important;
}

.chosen-container-single .chosen-single > div {
  height: 28px;
  top: 1px;
  right: 5px;
}

.chosen-container .chosen-search {
  padding-left: 10px;
  padding-right: 10px;
}
.chosen-container .chosen-search > input {
  padding-left: 10px !important;
  padding-right: 10px;
  border-color: #f5f5f5 !important;
}

.chosen-container-single .chosen-single span {
  margin-right: 0;
  font-weight: 700;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li.active-result {
  padding: 8px 15px;
  margin-left: -1px;
  margin-right: -1px;
}

.chosen-container .chosen-results li.active-result:hover {
  color: #1678c0 !important;
  background: inherit;
}

.chosen-container .chosen-results li.highlighted {
  color: #1678c0 !important;
  background: inherit;
}

.chosen-container-multi .chosen-choices {
  border-color: #D9D9D9;
  background-color: #fff;
  background-image: none;
  border-radius: 20px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 5px 0 5px 5px;
  padding: 5px 20px 5px 5px;
  border: none;
  border-radius: 2px;
  background-color: #F4F4F4;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
}

.chosen-container-active .chosen-choices {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.chosen-container .chosen-drop {
  border-color: #D9D9D9;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  top: 10px;
  padding-top: 20px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  padding-left: 0px;
}

.chosen-container-multi .chosen-choices a.search-choice-close {
  top: 7px !important;
}

/*# sourceMappingURL=theme.css.map */
