@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Old+Standard+TT:400i|Open+Sans:400,500,700");
.display h1 {
  font-weight: 400i;
  text-transform: capitalize; }

.uk-card-title, .uk-card-body > h3 {
  line-height: 1;
  font-size: 1.2rem; }

.uk-card-title > h3 {
  line-height: 1;
  font-size: 1.2rem; }

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

.uk-card p {
  font-size: 12px;
  margin: 12px 0; }

.page-header {
  display: none; }

.uk-card-footer {
  padding-left: 30px !important; }

.uk-navbar-container.uk-light:not(.uk-navbar-transparent):not(.uk-navbar-primary) {
  background: #222; }

#mobile-navbar .uk-offcanvas-bar {
  -moz-box-shadow: 2px 0 5px 0 #0e0e0e;
       box-shadow: 2px 0 5px 0 #0e0e0e; }

#mobile-navbar li:nth-child(1),
#mobile-navbar li:nth-child(2),
#mobile-navbar li:nth-child(3) {
  border-left: unset; }

#mobile-navbar li {
  padding-left: 5px;
  border-left: 2px solid transparent; }

#mobile-navbar li.uk-active {
  padding-left: 5px;
  border-left: 2px solid #545454; }

.uk-offcanvas-bar {
  width: 100%; }

.uk-navbar-item, .uk-navbar-toggle, .uk-navbar-nav > li > a {
  min-height: 50px !important; }

.uk-navbar-nav {
  margin-top: 25px; }

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(255, 255, 255, 0.5);
  color: #132844 !important; }

.uk-navbar-nav .uk-icon {
  position: absolute;
  bottom: 15px;
  -webkit-transition: bottom 500ms;
     -moz-transition: bottom 500ms;
          transition: bottom 500ms;
  fill: #7690AF; }

.uk-navbar-nav > li:hover .uk-icon {
  bottom: 5px;
  -webkit-transition: bottom 500ms;
     -moz-transition: bottom 500ms;
          transition: bottom 500ms; }

.uk-navbar-nav > li > a {
  padding: 0 10px;
  padding-bottom: 25px;
  background-color: transparent;
  color: white;
  letter-spacing: 0.7px; }

.uk-navbar-nav > li a:hover {
  color: #132844 !important;
  cursor: pointer; }

.uk-navbar-nav > li:hover > a {
  background-color: rgba(255, 255, 255, 0.67);
  color: #132844 !important;
  -webkit-transition: background-color 500ms linear;
     -moz-transition: background-color 500ms linear;
          transition: background-color 500ms linear; }

.uk-offcanvas-bar .uk-nav li a {
  text-transform: capitalize; }

.uk-dropdown {
  background-color: #7690AF;
  border: 1px solid #D1DAE4;
  padding: 0; }

.uk-navbar-dropdown-nav > li.uk-active {
  color: #132844;
  background-color: rgba(255, 255, 255, 0.67); }
  .uk-navbar-dropdown-nav > li.uk-active a {
    color: #132844; }

.uk-navbar-dropdown-nav li {
  padding-right: 1em; }

.uk-dropdown li a {
  color: white;
  margin-left: 15px;
  text-transform: uppercase;
  -webkit-transition: margin 300ms;
     -moz-transition: margin 300ms;
          transition: margin 300ms;
  letter-spacing: 0.7px;
  font-weight: 500; }

.uk-dropdown li a:hover {
  margin-left: 25px;
  -webkit-transition: margin 300ms;
     -moz-transition: margin 300ms;
          transition: margin 300ms; }

.uk-dropdown li:hover {
  background-color: rgba(255, 255, 255, 0.67); }

.uk-navbar-toggle {
  color: white; }

.uk-navbar-toggle-icon.uk-icon {
  fill: white; }

.uk-navbar-nav > li > a {
  position: relative;
  text-align: center; }

.uk-offcanvas-bar {
  background-color: #132844; }

.footer {
  font-size: 0.9em;
  margin: 0;
  clear: both; }

.footer a {
  color: white;
  font-size: 0.9em; }

.footer .uk-list li {
  margin-top: 0px !important; }

.form-col {
  width: 100%; }

span.help-block {
  color: red; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #132844; }

h1 {
  font-family: 'Old Standard TT', serif;
  font-size: 48px;
  font-weight: 400i;
  color: #7690AF;
  font-style: oblique; }

h1.accent {
  font-size: 70px;
  color: #7690AF;
  line-height: 1; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.7px;
  color: #7690AF; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.7px;
  color: #7690AF; }

.is-bg-grey h1, .is-bg-grey h2, .is-bg-grey h3 {
  color: #132844; }

.uk-navbar-nav > li > a {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

.uk-h6 {
  font-family: 'Old Standard TT', serif;
  font-weight: 400i;
  font-size: 1.875rem; }

.uk-background-primary {
  background-color: #132844; }

.uk-text-primary {
  color: #132844 !important; }

.uk-text-secondary, .uk-text-secondary li {
  color: #7690AF; }

.uk-text-secondary li {
  font-weight: bold; }

.uk-background-default {
  background-color: #DBE1EA; }

.uk-background-muted {
  background-color: #ddd; }

.uk-background-secondary {
  background-color: #7690AF; }

.uk-section-primary {
  background-color: #132844; }

/*IE fixes*/
.uk-navbar-item.uk-logo {
  height: auto !important; }
  .uk-navbar-item.uk-logo img {
    width: 100%; }

.uk-navbar-nav .uk-icon {
  left: 50%;
  margin-left: -10px; }

.footer .uk-container > .uk-grid {
  width: 100% !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important; }

.footer .uk-container > .uk-grid > div {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
     -moz-box-flex: 1 !important;
          flex-grow: 1 !important;
  width: 0 !important; }

.is-wrapper .is-section:first-child {
  padding-top: 60px; }

.uk-position-top {
  z-index: 1; }

.uk-divider-small:after {
  width: 50%;
  border-top: 1px solid #7690AF; }

.is-bg-light .uk-divider-small:after {
  border-top: 1px solid #132844; }

.is-bg-grey .uk-divider-small:after {
  border-top: 1px solid #132844; }

.is-light-text uk-divider-small:after {
  border-top: 1px solid #fff !important; }

.btn {
  padding: 7px 25px;
  font-size: 1em;
  line-height: 2em;
  -moz-border-radius: 5px;
       border-radius: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
       transition: all 0.16s ease;
  position: relative; }

.is-bg-dark .button.btn-default {
  background-color: transparent;
  border-color: #7690AF;
  color: white; }

.is-bg-light .button.btn-default {
  background-color: transparent;
  border-color: #132844;
  color: #132844; }

.is-bg-grey .button.btn-default {
  background-color: transparent;
  border-color: #132844;
  color: #132844; }

a.btn-default {
  color: #666;
  text-decoration: none; }

.btn.btn-default {
  color: #333333;
  background-color: white;
  border-color: #7690AF; }

.btn.btn-default:hover {
  color: #111;
  background-color: #ccc;
  border-color: #ccc; }

.button {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 7px 18px;
  font-size: 0.85em;
  line-height: 2em;
  -moz-border-radius: 5px;
       border-radius: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  -moz-transition: all 0.16s ease;
       transition: all 0.16s ease;
  position: relative;
  border: 1px solid grey; }

.is-bg-dark .button.btn-default {
  background-color: transparent;
  border-color: #7690AF;
  color: white; }

.is-bg-light .button.btn-default {
  background-color: transparent;
  border-color: #132844;
  color: #132844; }

.is-bg-grey .button.btn-default {
  background-color: transparent;
  border-color: #132844;
  color: #132844; }

.button a {
  color: #666;
  text-decoration: none; }

.is-bg-dark .button a {
  text-decoration: none;
  color: white; }

.is-bg-light .button a {
  text-decoration: none;
  color: #132844; }

.is-bg-grey .button a {
  text-decoration: none;
  color: #132844; }

.button.raised {
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #0c84e4;
  -moz-box-shadow: 0px 1px 1px #085a9b;
       box-shadow: 0px 1px 1px #085a9b; }

.button.raised:active {
  background: #0c7dd8;
  -moz-box-shadow: 0px 1px 1px #063e6b;
       box-shadow: 0px 1px 1px #063e6b; }

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1; }

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%; }

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 50%;
       border-radius: 50%; }

.hoverable:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s; }

.hoverable:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s; }

@-webkit-keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-moz-keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes anim-in {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@-webkit-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-moz-keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes anim-out {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25); }
  100% {
    background: transparent; } }
.report-submit {
  margin-top: 10px; }

.case-data-elements .uk-card-header {
  background-color: #132844; }

.case-data-elements h3.uk-card-title {
  color: white;
  font-size: 1.2em;
  text-align: center; }

.case-data-elements .uk-card {
  -moz-border-radius: 5px;
       border-radius: 5px;
  overflow: hidden;
  border: 1px solid #707070; }

.case-data-elements .uk-card-default {
  color: #132844; }

.case-data-elements > div:last-child .uk-card {
  background-color: #86a6cd; }

.case-data-elements > div:first-child .uk-card {
  background-color: rgba(134, 166, 205, 0.1); }

.case-data-elements > div:nth-child(2) .uk-card {
  background-color: rgba(134, 166, 205, 0.2); }

.case-data-elements > div:nth-child(3) .uk-card {
  background-color: rgba(134, 166, 205, 0.3); }

.case-data-elements > div:nth-child(4) .uk-card {
  background-color: rgba(134, 166, 205, 0.4); }

.case-data-elements > div:nth-child(5) .uk-card {
  background-color: rgba(134, 166, 205, 0.5); }

.case-data-elements > div:nth-child(6) .uk-card {
  background-color: rgba(134, 166, 205, 0.6); }

.case-data-elements > div:nth-child(7) .uk-card {
  background-color: rgba(134, 166, 205, 0.7); }

.unique-approach .uk-card {
  overflow: visible; }

.unique-approach .uk-card::after {
  content: "+";
  position: absolute;
  right: -54px;
  top: 94px;
  bottom: 50%;
  font-size: 60px;
  color: #7791AE; }

@media all and (min-width: 960px) {
  .unique-approach {
    margin-right: -130px; } }
.unique-approach .uk-card:last-child::after {
  display: none; }

.logo-card {
  background-color: white !important; }

.page-header {
  display: none; }

.steering-committee .uk-card-title {
  color: #7690AF;
  border-bottom: 1px solid; }
