.uk-link-muted a, a.uk-link-muted {
  color: #4d4d4f
}

.uk-link-muted a:hover, a.uk-link-muted:hover {
  color: #666
}

.uk-link-text a:not(:hover), a.uk-link-text:not(:hover) {
  color: inherit
}

.uk-link-text a:hover, a.uk-link-text:hover {
  color: #4d4d4f
}

.uk-link-heading a:not(:hover), a.uk-link-heading:not(:hover) {
  color: inherit
}

.uk-link-heading a:hover, a.uk-link-heading:hover {
  color: #1A587E;
  text-decoration: none
}

.uk-link-reset a, .uk-link-reset a:hover, a.uk-link-reset, a.uk-link-reset:hover {
  color: inherit !important;
  text-decoration: none !important
}

.uk-heading-primary {
  font-size: 3rem;
  line-height: 1.2
}

@media (min-width:960px) {
  .uk-heading-primary {
    font-size: 3.375rem
  }
}

@media (min-width:1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1
  }
}

.uk-heading-hero {
  font-size: 4rem;
  line-height: 1.1
}

@media (min-width:960px) {
  .uk-heading-hero {
    font-size: 6rem;
    line-height: 1
  }
}

@media (min-width:1200px) {
  .uk-heading-hero {
    font-size: 8rem;
    line-height: 1
  }
}

.uk-heading-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee
}

.uk-heading-bullet {
  position: relative
}

.uk-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: .9em;
  margin-right: 10px;
  border-left: 5px solid #e5e5e5
}

.uk-heading-line {
  overflow: hidden
}

.uk-heading-line>* {
  display: inline-block;
  position: relative
}

.uk-heading-line>::after, .uk-heading-line>::before {
  content: "";
  position: absolute;
  top: calc(50% - (1px / 2));
  width: 2000px;
  border-bottom: 1px solid #e5e5e5
}

.uk-heading-line>::before {
  right: 100%;
  margin-right: .6em
}

.uk-heading-line>::after {
  left: 100%;
  margin-left: .6em
}

[class*=uk-divider] {
  border: none;
  margin-bottom: 20px
}

*+[class*=uk-divider] {
  margin-top: 20px
}

.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.uk-divider-icon::after, .uk-divider-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5
}

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%
}

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%
}

.uk-divider-small {
  line-height: 0
}

.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #eeeeee;
  vertical-align: top
}

.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #eeeeee
}

.uk-list {
  padding: 0;
  list-style: none
}

.uk-list>li::after, .uk-list>li::before {
  content: "";
  display: table
}

.uk-list>li::after {
  clear: both
}

.uk-list>li>:last-child {
  margin-bottom: 0
}

.uk-list ul {
  margin: 0;
  list-style: none
}

.uk-list>li:nth-child(n+2), .uk-list>li>ul {
  margin-top: 10px
}

.uk-list-divider>li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cccccc
}

.uk-list-striped>li {
  padding: 10px 10px
}

.uk-list-striped>li:nth-of-type(odd) {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee
}

.uk-list-striped>li:nth-of-type(odd) {
  background: #f8f8f8
}

.uk-list-striped>li:nth-child(n+2) {
  margin-top: 0
}

.uk-list-bullet>li {
  position: relative;
  padding-left: calc(1.5em + 10px)
}

.uk-list-bullet>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block
}

.uk-list-large>li:nth-child(n+2), .uk-list-large>li>ul {
  margin-top: 20px
}

.uk-list-large.uk-list-divider>li:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px
}

.uk-list-large.uk-list-striped>li {
  padding: 20px 10px
}

.uk-list-large.uk-list-striped>li:nth-of-type(odd) {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee
}

.uk-list-large.uk-list-striped>li:nth-child(n+2) {
  margin-top: 0
}

.uk-description-list>dt {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase
}

.uk-description-list>dt:nth-child(n+2) {
  margin-top: 20px
}

.uk-description-list-divider>dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee
}

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}

*+.uk-table {
  margin-top: 20px
}

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 1rem;
  font-weight: 400;
  color: #4d4d4f;
  text-transform: uppercase
}

.uk-table td {
  padding: 16px 12px;
  vertical-align: top
}

.uk-table td>:last-child {
  margin-bottom: 0
}

.uk-table tfoot {
  font-size: .875rem
}

.uk-table caption {
  font-size: 1rem;
  text-align: left;
  color: #4d4d4f
}

.uk-table-middle, .uk-table-middle td {
  vertical-align: middle !important
}

.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
  border-top: 1px solid #eeeeee
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee
}

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
  background: #ffd
}

.uk-table tbody tr.uk-active, .uk-table>tr.uk-active {
  background: #ffd
}

.uk-table-small td, .uk-table-small th {
  padding: 10px 12px
}

.uk-table-large td, .uk-table-large th {
  padding: 22px 12px
}

.uk-table-justify td:first-child, .uk-table-justify th:first-child {
  padding-left: 0
}

.uk-table-justify td:last-child, .uk-table-justify th:last-child {
  padding-right: 0
}

.uk-table-shrink {
  width: 1px
}

.uk-table-expand {
  min-width: 150px
}

.uk-table-link {
  padding: 0 !important
}

.uk-table-link>a {
  display: block;
  padding: 16px 12px
}

.uk-table-small .uk-table-link>a {
  padding: 10px 12px
}

@media (max-width:959px) {
  .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive td, .uk-table-responsive th, .uk-table-responsive tr {
    display: block
  }

  .uk-table-responsive thead {
    display: none
  }

  .uk-table-responsive td, .uk-table-responsive th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important
  }

  .uk-table-responsive .uk-table-link:not(:first-child)>a, .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
    padding-top: 5px !important
  }

  .uk-table-responsive .uk-table-link:not(:last-child)>a, .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
    padding-bottom: 5px !important
  }

  .uk-table-justify.uk-table-responsive td, .uk-table-justify.uk-table-responsive th {
    padding-left: 0;
    padding-right: 0
  }
}

.uk-table tbody tr {
  transition: background-color .1s linear
}

.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0
}

button.uk-icon:not(:disabled) {
  cursor: pointer
}

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0
}

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor
}

.uk-icon>* {
  transform: translate(0, 0)
}

.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle
}

.uk-icon-link {
  color: #4d4d4f
}

.uk-icon-link:focus, .uk-icon-link:hover {
  color: #666;
  outline: 0
}

.uk-active>.uk-icon-link, .uk-icon-link:active {
  color: #595959
}

.uk-icon-button {
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #4d4d4f;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color, background-color
}

.uk-icon-button:focus, .uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
  outline: 0
}

.uk-active>.uk-icon-button, .uk-icon-button:active {
  background-color: #dfdfdf;
  color: #666
}

.uk-range {
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  background: 0 0;
  padding: 0
}

.uk-range:focus {
  outline: 0
}

.uk-range::-moz-focus-outer {
  border: none
}

.uk-range::-ms-track {
  height: 15px;
  background: 0 0;
  border-color: transparent;
  color: transparent
}

.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer
}

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer
}

.uk-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc
}

.uk-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc
}

.uk-range::-ms-thumb {
  margin-top: 0
}

.uk-range::-ms-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc
}

.uk-range::-ms-tooltip {
  display: none
}

.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px
}

.uk-range:active::-webkit-slider-runnable-track, .uk-range:focus::-webkit-slider-runnable-track {
  background: #d2d2d2
}

.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px
}

.uk-range:focus::-moz-range-track {
  background: #d2d2d2
}

.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px
}

.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
  background: #d2d2d2
}

.uk-checkbox, .uk-input, .uk-radio, .uk-select, .uk-textarea {
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit
}

.uk-input {
  overflow: visible
}

.uk-select {
  text-transform: none
}

.uk-select optgroup {
  font: inherit;
  font-weight: 700
}

.uk-textarea {
  overflow: auto
}

.uk-input[type=search]::-webkit-search-cancel-button, .uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

.uk-input[type=number]::-webkit-inner-spin-button, .uk-input[type=number]::-webkit-outer-spin-button {
  height: auto
}

.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
  opacity: 1
}

.uk-checkbox:not(:disabled), .uk-radio:not(:disabled) {
  cursor: pointer
}

fieldset, .uk-fieldset {
  border: 1px solid #ccc;
}

.uk-input, .uk-textarea {
  -webkit-appearance: none
}

.uk-input, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff !important;
  color: #666;
  border: 1px solid #ccc !important;
  transition: .2s ease-in-out;
  transition-property: color, border
}

.uk-select {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  color: #666;
  border: 1px solid #ccc !important;
  transition: .2s ease-in-out;
  transition-property: color, border
}

.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 35px;
  vertical-align: middle;
  display: inline-block
}
.uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea {
  height: 35px;
}
.uk-input:not(input), .uk-select:not(select) {
  line-height: 35px
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #1A587E
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #4d4d4f;
  border-color: #ccc
}

.uk-input::-ms-input-placeholder {
  color: #4d4d4f !important
}

.uk-input::placeholder {
  color: #4d4d4f
}

.uk-textarea::-ms-input-placeholder {
  color: #4d4d4f !important
}

.uk-textarea::placeholder {
  color: #4d4d4f
}

.uk-form-small {
  font-size: .875rem
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px
}

.uk-form-large {
  font-size: 1.25rem
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px
}

.uk-form-danger, .uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e
}

.uk-form-success, .uk-form-success:focus {
  color: #32d296;
  border-color: #32d296
}

.uk-form-blank {
  background: 0 0;
  border-color: transparent
}

.uk-form-blank:focus {
  border-color: #eeeeee;
  border-style: dashed
}

input.uk-form-width-xsmall {
  width: 50px
}

select.uk-form-width-xsmall {
  width: 75px
}

.uk-form-width-small {
  width: 130px
}

.uk-form-width-medium {
  width: 200px
}

.uk-form-width-large {
  width: 500px
}

.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%
}

.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none
}

.uk-select:not([multiple]):not([size]) option {
  color: #444
}

.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234d4d4f%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234d4d4f%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox, .uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: .2s ease-in-out;
  transition-property: background-color, border
}

.uk-radio {
  border-radius: 50%
}

.uk-checkbox:focus, .uk-radio:focus {
  outline: 0;
  border-color: #1A587E
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #1A587E;
  border-color: transparent
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #0e6dcd
}

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled, .uk-radio:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%234d4d4f%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%234d4d4f%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%234d4d4f%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

legend, .uk-legend {
  width: auto;
  background: #1A587E;
  border: 1px solid #1A587E;
  font-weight: 500;
  color: #fff;
  padding: 6px 12px;
}

.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle
}

.uk-form-custom input[type=file], .uk-form-custom select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer
}

.uk-form-custom input[type=file] {
  font-size: 500px;
  overflow: hidden
}

.uk-form-label {
  color: #1A587E;
  font-size: 1.1em;
  font-weight: 500 !important;
}

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px
}

@media (max-width:959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px
  }
}

@media (min-width:960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 15px;
    float: left;
    text-align: right;
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px
  }

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 10px
  }
}

.uk-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4f
}

.uk-form-icon:hover {
  color: #666
}

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none
}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
  padding-left: 40px !important
}

.uk-form-icon-flip {
  right: 0;
  left: auto
}

.uk-form-icon-flip~.uk-input {
  padding-right: 40px !important
}

.uk-section {
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width:960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.uk-section::after, .uk-section::before {
  content: "";
  display: table
}

.uk-section::after {
  clear: both
}

.uk-section>:last-child {
  margin-bottom: 0
}

.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px
}

.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px
}

.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px
}

@media (min-width:960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px
  }
}

.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px
}

@media (min-width:960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px
  }
}

.uk-section-default {
  background: #fff
}

.uk-section-muted {
  background: #f8f8f8
}

.uk-section-primary {
  background: #1A587E
}

.uk-section-secondary {
  background: #222
}

.uk-tile {
  position: relative;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width:640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width:960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.uk-tile::after, .uk-tile::before {
  content: "";
  display: table
}

.uk-tile::after {
  clear: both
}

.uk-tile>:last-child {
  margin-bottom: 0
}

.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px
}

.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px
}

.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px
}

@media (min-width:960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px
  }
}

.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px
}

@media (min-width:960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px
  }
}

.uk-tile-default {
  background: #fff
}

.uk-tile-muted {
  background: #f8f8f8
}

.uk-tile-primary {
  background: #1A587E
}

.uk-tile-secondary {
  background: #222
}

.uk-search {
  display: inline-block;
  position: relative;
  min-width: 270px;
  max-width: 100%;
  margin: 0;
  background: #fff;
}

#searchForm .uk-active {
  padding: 10px 0;
  background: #fff;
}

.uk-search-input::-webkit-search-cancel-button, .uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none
}

.uk-search-input::-moz-placeholder {
  opacity: 1
}

.uk-search-input {
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100% !important;
  border: none;
  color: #222
}

.uk-search-input:focus {
  outline: 0
}

.uk-search-input:-ms-input-placeholder {
  color: #888889 !important
}

.uk-search-input::placeholder {
  color: #888889
}

.uk-search-icon:focus {
  outline: 0
}

.uk-search .uk-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1A587E
}

.uk-search .uk-search-icon:hover {
  color: #4d4d4f
}

.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none
}

.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto
}

.uk-search-default {
  width: 100%;
}

.uk-search-default .uk-search-input {
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 55px;
}

.uk-search-default .uk-search-icon {
  width: 40px
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
  padding-left: 40px
}

.uk-search-default .uk-search-icon-flip~.uk-search-input {
  padding-right: 40px
}

.uk-navbar .uk-search-navbar {
  width: 400px
}

.uk-search-navbar .uk-search-input {
  padding: 8px;
  height: 40px;
  font-size: 1.1em
}

.uk-search-navbar .uk-search-icon {
  width: 40px
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
  padding-left: 40px
}

.uk-search-navbar .uk-search-icon-flip~.uk-search-input {
  padding-right: 40px
}

.uk-search-large {
  width: 500px
}

.uk-search-large .uk-search-input {
  height: 80px;
  background: 0 0;
  font-size: 1rem
}

.uk-search-large .uk-search-icon {
  width: 80px
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
  padding-left: 80px
}

.uk-search-large .uk-search-icon-flip~.uk-search-input {
  padding-right: 80px
}

.uk-search-toggle {
  color: #4d4d4f
}

.uk-search-toggle:focus, .uk-search-toggle:hover {
  color: #666
}

.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, .5);
  transition: color .1s ease-in-out
}

.uk-slidenav:focus, .uk-slidenav:hover {
  color: rgba(102, 102, 102, .9);
  outline: 0
}

.uk-slidenav:active {
  color: rgba(102, 102, 102, .5)
}

.uk-slidenav-large {
  padding: 10px 10px
}

.uk-slidenav-container {
  display: flex
}

.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
  margin-bottom: 20px !important;
}

.uk-dotnav>* {
  flex: none;
  padding-left: 12px
}

.uk-dotnav>*>* {
  display: block;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #1A587E !important;
  transition: .2s ease-in-out;
  transition-property: background-color, border-color;
  transform: scale(1) !important;
}

.uk-dotnav>*>:focus, .uk-dotnav>*>:hover {
  background-color: #1A587E;
  outline: 0;
}

.uk-dotnav>*>:active {
  background: #fff !important;
  border: 2px solid #1A587E !important
}

.uk-dotnav>.uk-active>* {
  background-color: #1A587E;
  border-color: #1A587E !important
}

.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px
}

.uk-dotnav-vertical>* {
  padding-left: 0;
  padding-top: 12px
}

.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px
}

.uk-thumbnav>* {
  padding-left: 15px
}

.uk-thumbnav>*>* {
  display: inline-block;
  position: relative
}

.uk-thumbnav>*>::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .4);
  transition: background-color .1s ease-in-out
}

.uk-thumbnav>*>:focus, .uk-thumbnav>*>:hover {
  outline: 0
}

.uk-thumbnav>*>:focus::after, .uk-thumbnav>*>:hover::after {
  background-color: transparent
}

.uk-thumbnav>.uk-active>::after {
  background-color: transparent
}

.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px
}

.uk-thumbnav-vertical>* {
  padding-left: 0;
  padding-top: 15px
}

.uk-accordion {
  background: #ffffff;
  padding: 0;
  list-style: none
}

.uk-accordion>:nth-child(n+2) {
  margin-top: 0
}

.uk-accordion-title {
  background: #fff;
  display: block;
  font-size: 1.2em;
  line-height: 1.3;
  padding: 10px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden
}

div:not(.uk-offcanvas-bar) .uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
  outline: 0
}

.uk-accordion-content {
  background: #fff;
  padding: 15px;
  margin-top: 0;
}

.uk-accordion-content::after, .uk-accordion-content::before {
  content: "";
  display: table
}

.uk-accordion-content::after {
  clear: both
}

.uk-accordion-content>:last-child {
  margin-bottom: 0
}

.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  width: 300px;
  height: 0;
  transition: height .3s ease;
  -webkit-transition: height .3s ease;
   -moz-transition: height .3s ease;
}

.uk-drop.uk-open {
  display: block;
  height: auto;
}

[class*=uk-drop-top] {
  margin-top: 0
}

[class*=uk-drop-bottom] {
  margin-top: 0
}

[class*=uk-drop-left] {
  margin-left: 0
}

[class*=uk-drop-right] {
  margin-left: 0
}

[class*=uk-drop-top].uk-open::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #ffffff;
  left: -12px;
  top: 120px;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  transform: rotate(45deg);
}
[class*=uk-drop-bottom].uk-open::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: -12px;
  border-top: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  transform: rotate(45deg);
}
[class*=uk-drop-left].uk-open::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #ffffff;
  right: -12px;
  top: 120px;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  transform: rotate(45deg);
}
[class*=uk-drop-right].uk-open::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #ffffff;
  left: -12px;
  top: 120px;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc solid 1px;
  transform: rotate(45deg);
}

.uk-drop-stack .uk-drop-grid>* {
  width: 100% !important
}

.uk-slideshow {
  -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none
}

.uk-slideshow-items>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
  touch-action: pan-y
}

.uk-slideshow-items>:not(.uk-active) {
  display: none
}

.uk-slider {
  -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
  overflow: hidden
}

.uk-slider-items {
  will-change: transform;
  position: relative
}

.uk-slider-items:not(.uk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap
}

.uk-slider-items>* {
  flex: none;
  position: relative;
  touch-action: pan-y
}

.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.uk-sticky[class*=uk-animation-] {
  animation-duration: .2s
}

.uk-sticky.uk-animation-reverse {
  animation-duration: .2s
}

.uk-switcher {
  margin: 0;
  padding-bottom: 10px !important;
  padding: 0;
  list-style: none
}

.uk-switcher>:not(.uk-active) {
  display: none
}

.uk-switcher>*>:last-child {
  margin-bottom: 0
}

.uk-leader {
  overflow: hidden
}

.uk-leader-fill::after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap
}

.uk-leader-fill.uk-leader-hide::after {
  display: none
}

.uk-leader-fill-content::before {
  content: '.'
}

:root {
  --uk-leader-fill-content: .
}

.uk-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px
}

.uk-iconnav>* {
  padding-left: 10px
}

.uk-iconnav>*>a {
  display: block;
  color: #4d4d4f
}

.uk-iconnav>*>a:focus, .uk-iconnav>*>a:hover {
  color: #666;
  outline: 0
}

.uk-iconnav>.uk-active>a {
  color: #666
}

.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px
}

.uk-iconnav-vertical>* {
  padding-left: 0;
  padding-top: 10px
}

.uk-notification {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  width: 350px
}

.uk-notification-bottom-right, .uk-notification-top-right {
  left: auto;
  right: 10px
}

.uk-notification-bottom-center, .uk-notification-top-center {
  left: 50%;
  margin-left: -175px
}

.uk-notification-bottom-center, .uk-notification-bottom-left, .uk-notification-bottom-right {
  top: auto;
  bottom: 10px
}

@media (max-width:639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0
  }
}

.uk-notification-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer
}

.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px
}

.uk-notification-message:hover .uk-notification-close {
  display: block
}

.uk-notification-message-primary {
  color: #1A587E
}

.uk-notification-message-success {
  color: #32d296
}

.uk-notification-message-warning {
  color: #faa05a
}

.uk-notification-message-danger {
  color: #f0506e
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px
}

.uk-tooltip.uk-active {
  display: block
}

[class*=uk-tooltip-top] {
  margin-top: -10px
}

[class*=uk-tooltip-bottom] {
  margin-top: 10px
}

[class*=uk-tooltip-left] {
  margin-left: -10px
}

[class*=uk-tooltip-right] {
  margin-left: 10px
}

.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: 0 0;
  border: 1px dashed #e5e5e5
}

*+.uk-placeholder {
  margin-top: 20px
}

.uk-placeholder>:last-child {
  margin-bottom: 0
}

.uk-progress {
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden
}

*+.uk-progress {
  margin-top: 20px
}

.uk-progress:indeterminate {
  color: transparent
}

.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden
}

.uk-progress:indeterminate::-moz-progress-bar {
  width: 0
}

.uk-progress::-webkit-progress-value {
  background-color: #0877aa;
  transition: width .6s ease
}

.uk-progress::-moz-progress-bar {
  background-color: #0877aa
}

.uk-progress::-ms-fill {
  background-color: #0877aa;
  transition: width .6s ease;
  border: 0
}

.uk-sortable {
  position: relative
}

.uk-sortable svg {
  pointer-events: none
}

.uk-sortable>:last-child {
  margin-bottom: 0
}

.uk-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none
}

.uk-sortable-placeholder {
  opacity: 0
}

.uk-sortable-empty {
  min-height: 50px
}

.uk-sortable-handle:hover {
  cursor: move
}

.uk-countdown-number, .uk-countdown-separator {
  line-height: 70px
}

.uk-countdown-number {
  font-size: 2rem
}

@media (min-width:640px) {
  .uk-countdown-number {
    font-size: 4rem
  }
}

@media (min-width:960px) {
  .uk-countdown-number {
    font-size: 6rem
  }
}

.uk-countdown-separator {
  font-size: 1rem
}

@media (min-width:640px) {
  .uk-countdown-separator {
    font-size: 2rem
  }
}

@media (min-width:960px) {
  .uk-countdown-separator {
    font-size: 3rem
  }
}
.uk-card-box {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card {
  position: relative;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  transition: box-shadow .1s ease-in-out
}

.uk-card-body {
  padding: 25px
}

.uk-card-header {
  padding: 15px 30px
}

.uk-card-footer {
  padding: 15px 30px
}

@media (min-width:1200px) {
  .uk-card-body {
    padding: 20px 20px
  }

  .uk-card-header {
    padding: 20px 20px
  }

  .uk-card-footer {
    padding: 20px 40px
  }
}

.uk-card-body::after, .uk-card-body::before, .uk-card-footer::after, .uk-card-footer::before, .uk-card-header::after, .uk-card-header::before {
  content: "";
  display: table
}

.uk-card-body::after, .uk-card-footer::after, .uk-card-header::after {
  clear: both
}

.uk-card-body>:last-child, .uk-card-footer>:last-child, .uk-card-header>:last-child {
  margin-bottom: 0
}

.uk-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1
}

.uk-card-badge:first-child+* {
  margin-top: 0
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-panel-box, .uk-card-default {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
/* BEGIN PSS Guide Submenu Tool */
.article-section-submenu {
  background: #fff;
}
.subnav-container {
  width: 100% !important;
}
.subnav-ribbon a {
  display: block;
  padding: 15px;
  background: #2988C2;
  text-align: center;
  color: #ffffff;
  font-size: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
}
.subnav-ribbon a > i {
  margin-left: 10px;
}
:not(.uk-open).subnav-ribbon a > i {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
  -moz-animation-iteration-count: 5;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  animation-name: bounce;
}
:not(.uk-open).subnav-ribbon a > i::before {
  content: "\f103";
}

.uk-open.subnav-ribbon a > i::before {
  content: "\f102";
}
@media (min-width: 640px) {
  .subnav-container {
    margin-top: 15px;
  }
  .subnav-ribbon {
    width: 72px;
    height: 270px;
  }
  .subnav-ribbon a {
    width: 270px;
    height: 72px;
    position: absolute;
    bottom: 100px;
    left: -115px;
    -webkit-transform: translate(1em,0) rotate(-90deg);
    -moz-transform: translate(1em,0) rotate(-90deg);
    -o-transform: translate(1em,0) rotate(-90deg);
    transform: translate(1em,0) rotate(-90deg);
    -ms-transform: translate(1em,0) rotate(-90deg);
    -ms-transform-origin: translate(1em,0) rotate(-90deg);
  }
}

@media (max-width: 639px) {
  .subnav-container.uk-active {
    left: 0;
    right: 0;
    top: 0;
  }
  .article-sub-menu {
    width: 100%;
    max-height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.uk-card-default .uk-card-title {
  color: #333
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #cccccc
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #cccccc
}

.uk-card-primary {
  background: #1A587E;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.uk-card-secondary {
  border-top: 6px solid #eeae34;
  border-bottom: 6px solid #eeae34;
}

.uk-card-secondary .uk-card-title {
  color: #a26c31 !important;
}

.uk-card-secondary h3 a {
  color: #1A587E !important;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
  padding: 15px 15px
}

.uk-card-small .uk-card-header {
  padding: 13px 20px
}

.uk-card-small .uk-card-footer {
  padding: 13px 20px
}

@media (min-width:1200px) {
  .uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
    padding: 70px 70px
  }

  .uk-card-large .uk-card-header {
    padding: 35px 70px
  }

  .uk-card-large .uk-card-footer {
    padding: 35px 70px
  }
}

.uk-card-body>.uk-nav-default {
  margin-left: -30px;
  margin-right: -30px
}

.uk-card-body>.uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px
}

.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default>li>a {
  padding-left: 30px;
  padding-right: 30px
}

.uk-card-body .uk-nav-default .uk-nav-sub {
  padding-left: 45px
}

@media (min-width:1200px) {
  .uk-card-body>.uk-nav-default {
    margin-left: -40px;
    margin-right: -40px
  }

  .uk-card-body>.uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default>li>a {
    padding-left: 40px;
    padding-right: 40px
  }

  .uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 55px
  }
}

.uk-card-small>.uk-nav-default {
  margin-left: -20px;
  margin-right: -20px
}

.uk-card-small>.uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px
}

.uk-card-small .uk-nav-default .uk-nav-divider, .uk-card-small .uk-nav-default .uk-nav-header, .uk-card-small .uk-nav-default>li>a {
  padding-left: 20px;
  padding-right: 20px
}

.uk-card-small .uk-nav-default .uk-nav-sub {
  padding-left: 35px
}

@media (min-width:1200px) {
  .uk-card-large>.uk-nav-default {
    margin: 0
  }

  .uk-card-large>.uk-nav-default:only-child {
    margin: 0
  }

  .uk-card-large .uk-nav-default .uk-nav-divider, .uk-card-large .uk-nav-default .uk-nav-header, .uk-card-large .uk-nav-default>li>a {
    padding-left: 0;
    padding-right: 0
  }

  .uk-card-large .uk-nav-default .uk-nav-sub {
    padding-left: 15px
  }
}

.uk-close {
  opacity: 0.9;
  color: #1A587E;
  line-height: 20px;
  transition: .1s ease-in-out;
  transition-property: color, opacity
}
.uk-lightbox .uk-close {
  color: #ffffff;
}
.uk-close:after {
  content: none;
}

.uk-close:focus, .uk-close:hover {
  color: #f9f9f9;
  outline: 0
}

.uk-spinner>* {
  animation: uk-spinner-rotate 1.4s linear infinite
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(270deg)
  }
}

.uk-spinner>*>* {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
  color: #1A587E;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg)
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg)
  }
}

.uk-totop {
  z-index: 40010 ;
  padding: 5px;
  background: #fff;
  border: 2px solid #1A587E !important;
  color: #1A587E;
  transition: color .1s ease-in-out
}

.uk-totop:focus, .uk-totop:hover {
  color: #666;
  outline: 0
}

.uk-totop:active {
  color: #333
}

.to-top {
  display: none;
}

.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px
}

.uk-marker:focus, .uk-marker:hover {
  color: #fff;
  outline: 0
}

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  /*padding: 15px 29px 15px 15px;*/
  padding: 15px;
  background: #f8f8f8;
  color: #666
}

*+.uk-alert {
  margin-top: 10px
}

.uk-alert>:last-child {
  margin-bottom: 0
}

.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: .4
}

.uk-alert-close:first-child+* {
  margin-top: 0
}

.uk-alert-close:focus, .uk-alert-close:hover {
  color: inherit;
  opacity: .8
}

.uk-alert-primary {
  background: #ebf0f2 !important;
  color: #1A587E
}

.uk-alert-success {
  background: #edfbf6 !important;
  color: #32d296
}

.uk-alert-warning {
  background: #fff6ee !important;
  color: #faa05a
}

.uk-alert-danger {
  background: #fef4f6 !important;
  color: #a31a1a;
}

.uk-alert h1, .uk-alert h2, .uk-alert h3, .uk-alert h4, .uk-alert h5, .uk-alert h6 {
  color: inherit
}

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline
}

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline
}

.uk-badge,
.TLG-Publications > div > div > div:nth-of-type(3) > ul:nth-of-type(1) > li {
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 2px 4px;
  vertical-align: middle;
  background: #309C65;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	
  -webkit-user-select: none;
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;	
}

.uk-badge:focus, .uk-badge:hover {
  color: #fff;
  text-decoration: none;
  outline: 0
}

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1A587E;
  line-height: 1.5;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase
}

.uk-label-success {
  background-color: #32d296;
  color: #fff
}

.uk-label-warning {
  background-color: #faa05a;
  color: #fff
}

.uk-label-danger {
  background-color: #f0506e;
  color: #fff
}

.uk-overlay>:last-child {
  margin-bottom: 0
}

.uk-overlay-default {
  background: rgba(255, 255, 255, .8)
}

.uk-overlay-primary {
  background: rgba(34, 34, 34, .8)
}

.uk-article::after, .uk-article::before {
  content: "";
  display: table
}

.uk-article::after {
  clear: both
}

.uk-article>:last-child {
  margin-bottom: 0
}

.uk-article+.uk-article {
  margin-top: 70px
}

.uk-article-meta {
  font-size: 1rem;
  line-height: 1.4;
  color: #4d4d4f
}

.uk-article-meta a {
  color: #4d4d4f
}

.uk-article-meta a:hover {
  color: #666;
  text-decoration: none
}

.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word
}

.uk-comment-header {
  margin-bottom: 20px
}

.uk-comment-body::after, .uk-comment-body::before, .uk-comment-header::after, .uk-comment-header::before {
  content: "";
  display: table
}

.uk-comment-body::after, .uk-comment-header::after {
  clear: both
}

.uk-comment-body>:last-child, .uk-comment-header>:last-child {
  margin-bottom: 0
}

.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4
}

.uk-comment-meta {
  font-size: 1rem;
  line-height: 1.4;
  color: #4d4d4f
}

.uk-comment-list {
  padding: 0;
  list-style: none
}

.uk-comment-list>:nth-child(n+2) {
  margin-top: 70px
}

.uk-comment-list .uk-comment~ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none
}

@media (min-width:960px) {
  .uk-comment-list .uk-comment~ul {
    padding-left: 100px
  }
}

.uk-comment-list .uk-comment~ul>:nth-child(n+2) {
  margin-top: 70px
}

.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8
}

.uk-tab {
  display: flex;
  flex-wrap: wrap;
  /*margin-left: -5px;*/
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 3px solid #1A587E;
}

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 5px;
  right: 0;
  border-bottom: 5px solid #1A587E
}

.uk-tab>* {
  flex: none;
  padding-left: 0;
  position: relative
}

.uk-tab>*>a {
  display: block;
  padding: 15px 10px !important;
  background: #f8f8f8 !important;
  text-align: center;
  text-transform: uppercase;
  color: #1A587E !important;
  font-size: 17px !important;
  font-weight: 500;
  line-height: 110%;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  transition: color .1s ease-in-out
}

.uk-nav-primary .uk-tab>*>a {
  padding: 15px 0 !important
}

.uk-tab>*>a:focus, .uk-tab>*>a:hover {
  background: #f9f9f9;
  border-color: #ccc !important;
  margin-bottom: 0 !important;
  border-bottom: 0;
  color: #666;
  text-decoration: none
}

.uk-tab>.uk-active>a {
  background: #1A587E !important;
  color: #ffffff !important;
  border-color: #1A587E !important
}

.uk-tab>.uk-disabled>a {
  color: #4d4d4f
}

.uk-tab>li {
  margin-bottom: 0 !important;
}

.uk-tab>li:nth-child(n+2)>a {
  margin-left: 0 !important;
}

.uk-tab-bottom::before {
  top: 0;
  bottom: auto
}

.uk-tab-bottom>*>a {
  border-top: 1px solid transparent;
  border-bottom: none
}

.uk-tab-left, .uk-tab-right {
  flex-direction: column;
  margin-left: 0
}

.uk-tab-left>*, .uk-tab-right>* {
  padding-left: 0
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none
}

.uk-tab-left>*>a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none
}

.uk-tab-right>*>a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none
}

.uk-tab .uk-dropdown {
  margin-left: 30px
}
