/* Header */
header .site-branding-logo {
    max-height: none;
  }
  header .header-inner {
    padding-right: 0px !important;
  }
  @media (max-width: 767px) {
    header .site-branding-logo {
      max-width: 80%;
    }
  }
  header.header-v2 {
    background-color: rgb(0, 51, 160, 0.5);
  }
  
  /* Topbar */
  .topbar {
    background-color: #0033a0;
  }
  
  /* Footer */
  .footer-inner {
    background-color: #0033a0;
  }
  
  /* Mobile Menu Button */
  #menu-bar {
    right: 0px;
    top  : -10px;
  }
  
  /* Links */
  a {
    color: #0033a0
  }
  a:hover {
    text-decoration: underline;
  }
  
  /* Page Title */
  .title {
    font-weight: 700;
    font-size  : 34px;
  }
  
  /* jQuery UI */
  .ui-state-active {
    background-color: #0033A0;
  }
  
  /* Page Text */
  body {
    color: black;
  }
  
  /* Sidebar Menu Block Formatting */
  @media (min-width: 992px) {
    .com-sidebar-menu-block .menu-item a {
      padding      : 8px 10px 8px 15px !important;
      border       : 1px solid #dee2e6;
      margin-bottom: 10px;
    }
  
    .com-sidebar-menu-block .menu-item,
    .com-sidebar-menu-block .gva_menu {
      width: 100%;
    }
  }
  
  /* Disable Main Menu Active highlight */
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: inherit !important;
  }

  /* Remove the review buttom from underneath Gavias Content Builder videos */
  .button-review {
    display: none;
  }
  
  
  
  /* COM Checkmark */
  /*
  ul.com-checkmark {
    list-style  : none;
    padding-left: 10px;
  }
  ul.com-checkmark li::before {
    content : url('/sites/default/files/UKYCheckMark-01.svg');
    position: relative;
    top     : 4px;
    left    : -4px;
  }
  */
  
  /*
  .gva_menu>li.menu-item--active-trail>a {
    color: white !important;
  }
  
  .internship-slideshow .owl-carousel .owl-stage-out .owl-stage .owl-item .item .content-inner .title {
    opacity: 1 !important;
    color  : #fff !important;
  }
  
  .click-icon {
    cursor: pointer !important;
    color : blue !important;
  }
  
  .home-icon .highlight-icon {
    cursor: pointer !important;
  }
  
  .form-item label {
    font-weight   : normal !important;
    text-transform: none !important;
    font-size     : inherit !important;
    display       : inline !important;
  }
  
  .views-exposed-form form {
    display: inline !important;
  }
  
  .views-exposed-form form>div {
    width        : 100%;
    display      : block;
    margin-bottom: 10px;
  }
  
  legend {
    margin-bottom: 0;
  }
  
  .form-item label:not(.option) {
    font-size: 1.5rem !important;
    color    : inherit !important;
    padding  : 0px;
  }
  
  #edit-actions {
    display      : block;
    margin-bottom: 10px;
  }
  
  .ui-widget-content a.btn {
    color: #ffffff;
  }
  */