
/* header */
header a {
    color: #060F28;
}

header a:hover {
    color: #4CB5FB;
}

header h4 {
    margin-bottom: 1rem;
    color: #4CB5FB;
    font-size: 0.76562rem;
    text-transform: uppercase;
}

header .dropdown-menu {
    border: none;
    border-radius: 0;
}

#nav-brand-logo {
    display: block;
    max-width: 100%;
}
#nav-brand-logo > img {
    width: 100%;   
}


.secondary-dropdown-nav-menu .dropdown-menu a > i {
  display: none;
}

@media (min-width: 992px) {
    header .dropdown-menu .row {
        flex-wrap: nowrap;
    }

    header .dropdown-menu .col-lg-4:not(:last-child) {
        border-right: 1px solid #f7f7f7;
    }
}

header .dropdown-item {
    margin-bottom: 0.45rem;
    padding: 0;
    font-size: 0.76562rem;
}

header .dropdown-item:hover {
    background-color: transparent;
    color: #4CB5FB;
}

header .dropdown-item i {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 4px;
}


.title_with_extension > span {
  color: #060F28; 
  font-size: 12px; 
  font-weight: 400; 
  margin-left: 8px;
}
.title_with_extension > .title_extension {
  text-transform: initial;
  font-size: 12px;
  font-weight: 400;
}

.topbar {
  width: 100%;
  min-height: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar .topbar-text {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.topbar .topbar-text img {
  margin-right: 8px;
  display: none;
}
.topbar .topbar-text a {
  font-weight: 600;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .topbar .topbar-text {
    flex-direction: row;
  }
  .topbar .topbar-text img {
    display: block;
  }
  .topbar .topbar-text a {
    margin-left: 12px;
  }
}

@media (min-width: 992px) {
  header .navbar-expand-lg .wd-navbar-toggler {
    display: none; } 
  
}




@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?2kfpsq');
    src:  url('../fonts/icomoon/icomoon.eot?2kfpsq#iefix') format('embedded-opentype'),
      url('../fonts/icomoon/icomoon.ttf?2kfpsq') format('truetype'),
      url('../fonts/icomoon/icomoon.woff?2kfpsq') format('woff'),
      url('../fonts/icomoon/icomoon.svg?2kfpsq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  [class^="icon-"].bigger-4x, [class*=" icon-"].bigger-2x {
    font-size: 4em;
  }
  [class^="icon-"].bigger-2x, [class*=" icon-"].bigger-2x {
    font-size: 2em;
  }
  
  .icon-file-text2:before {
    content: "\e926";
  }
  .icon-paste:before {
    content: "\e92d";
  }
  .icon-folder-open:before {
    content: "\e930";
  }
  .icon-menu:before {
    content: "\e9bd";
  }
  .icon-clock:before {
    content: "\e94e";
  }
  .icon-calendar:before {
    content: "\e953";
  }
  .icon-users:before {
    content: "\e972";
  }
  .icon-user-check:before {
    content: "\e975";
  }
  .icon-cog:before {
    content: "\e994";
  }
  .icon-pie-chart:before {
    content: "\e99a";
  }
  .icon-stats-dots:before {
    content: "\e99b";
  }
  .icon-stats-bars:before {
    content: "\e99c";
  }
  .icon-rocket:before {
    content: "\e9a5";
  }
  .icon-meter:before {
    content: "\e9a6";
  }
  .icon-attachment:before {
    content: "\e9cd";
  }
  .icon-info:before {
    content: "\ea0c";
  }
  .icon-checkmark:before {
    content: "\ea10";
  }
  .icon-arrow-right2:before {
    content: "\ea3c";
  }
  .icon-arrow-left2:before {
    content: "\ea40";
  }
  .icon-circle-up:before {
    content: "\ea41";
  }
  .icon-circle-right:before {
    content: "\ea42";
  }
  .icon-circle-down:before {
    content: "\ea43";
  }
  .icon-circle-left:before {
    content: "\ea44";
  }
  .icon-embed2:before {
    content: "\ea80";
  }
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-twitter:before {
    content: "\ea96";
  }
  .icon-linkedin2:before {
    content: "\eaca";
  }
  .icon-stackoverflow:before {
    content: "\ead0";
  }
  .icon-office:before {
    content: "\e903";
  }
  