/*
BLU: #106dbd

*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600;700&display=swap');

html, body {
  font-family: 'Raleway', sans-serif !important; 
  font-size: 14px;  
}




strong {
  color:#106dbd !important;
  font-weight: bold !important;
}
h1 { font-weight: bold !important; color: #106dbd !important; }

.bg-dark {
  background-color: #343a40!important;
}

.bg-uii {
  background-color: #106dbd !important;
}

.bg-partnership {
  background-color: #3e82bc !important;
}

.badge-partnership {
    color: #fff;
    background-color: #3e82bc !important;
}

.badge-uii {
    color: #fff;
    background-color: #106dbd !important;
}

.text-uii {
  color: #106dbd !important;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  background-color: #106dbd !important;

} 

.btn-primary {
    color: #fff;
    background-color: #106dbd !important;
    border-color: #106dbd !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #104dbd !important;
  border-color: #104dbd !important;
}

.btn-uii {
  color: #fff;
  background-color: #106dbd;
  border-color: #106dbd;
  text-decoration: none !important;
}

.btn-uii:hover {
  color: #fff !important;
  background-color: #1879CD;
  border-color: #1879CD;
  text-decoration: none !important;
}

.btn-uii:focus, .btn-info.focus {
  color: #fff;
  background-color: #606dbd;
  border-color: #106dbd;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-uii.disabled, .btn-uii:disabled {
  color: #fff;
  background-color: #106dbd;
  border-color: #106dbd;
}

.btn-uii:not(:disabled):not(.disabled):active, .btn-uii:not(:disabled):not(.disabled).active,
.show > .btn-uii.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-uii:not(:disabled):not(.disabled):active:focus, .btn-uii:not(:disabled):not(.disabled).active:focus,
.show > .btn-uii.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-uii {
  color: #106dbd;
  border-color: #106dbd;
}

.btn-outline-uii:hover {
  color: #fff;
  background-color: #106dbd;
  border-color: #106dbd;
}

.btn-outline-uii:focus, .btn-outline-uii.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-uii.disabled, .btn-outline-uii:disabled {
  color: #106dbd;
  background-color: transparent;
}

.btn-outline-uii:not(:disabled):not(.disabled):active, .btn-outline-uii:not(:disabled):not(.disabled).active,
.show > .btn-outline-uii.dropdown-toggle {
  color: #fff;
  background-color: #106dbd;
  border-color: #106dbd;
}

.btn-outline-uii:not(:disabled):not(.disabled):active:focus, .btn-outline-uii:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-uii.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}


.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

#topbar {
  border-bottom: 1px #fff solid;
  background-color: #f5f7f9;
}
img.topbar-logo { 
  height: 45px; 
}

.font-logosize{
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #106dbd;
}


#navigationbar {
    background-color: #106dbd;    
}

a.mainmenu {
  color:#fff !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

a.mainmenu.active {
  font-weight: bold !important;
}

a:hover.mainmenu, a:active.mainmenu {
  color: #ccc !important;
  text-decoration: none !important;
}


 header {
  position: relative;
  background-color: black;
  /*height: 100vh;*/
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header .overlayw {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.8;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

header a:link, header a:visited {
  color:#fff;
  text-decoration: underline;
}
header a:hover {
  color:#106dbd;
  text-decoration: none;
}

p { text-align: justify !important; }

.leader {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 2rem;
}

.ui-autocomplete-input:focus, .ui-autocomplete a.ui-corner-all.sbiAnchor:hover {
    background: #FFF !important;
}


.navbar-nav > li { padding-right: 1rem !important;  }

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    text-decoration: underline !important;       
}

.nav-link:focus, .nav-link:hover {
  text-decoration: underline !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF !important;
    text-decoration: none;
    background-color: #106dbd;
}

.list-group-item > a:hover { color:#343a40 !important; }



a:link { color:#106dbd !important; }
a:hover { color:#343a40 !important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #333 !important;
    color: #fff !important; 
}