/* ============= Avant Capital v2 =========== */
/* ============= Colours =========== */
@import url("https://use.typekit.net/yhw2cji.css");
.bg-grad-dark {
  background: #3d3d40;
  background: -moz-linear-gradient(top, #49494d 0%, #313133 100%);
  background: -webkit-linear-gradient(top, #49494d 0%, #313133 100%);
  background: linear-gradient(to bottom, #49494d 0%, #313133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startCohlorstr='$l-gray', endColorstr='$d-gray',GradientType=0 ); }

.bg-grad-green {
  background: #0c4b94;
  background: -moz-linear-gradient(top, #0c4b94 0%, #072e5b 100%);
  background: -webkit-linear-gradient(top, #0c4b94 0%, #072e5b 100%);
  background: linear-gradient(to bottom, #0c4b94 0%, #072e5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startCohlorstr='$blue', endColorstr='darken($blue,12%)',GradientType=0 ); }

a.card-link {
  color: inherit; }

a {
  color: #0c4b94; }
  a:hover {
    color: #126fdb;
    text-decoration: none; }

.text-green a {
  color: #63A9C7; }
  .text-green a:hover {
    color: #89bed4; }

.text-blue a {
  color: #0c4b94; }
  .text-blue a:hover {
    color: #1063c3; }

/* ============= Fonts =========== */
.text-thin {
  /* font-family: calibri,sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-style: normal; }

html {
  overflow-x: hidden; }

html, body, p {
  /* font-family: calibri,sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6, .title, strong, b, .text-bold, .text-strong {
  /* font-family: calibri,sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal; }

h1, .h1 {
  font-size: 3.2vw !important;
  font-weight: 700; }

h2, .h2 {
  font-size: 2.2vw !important; }

h3, .h3 {
  font-size: 1.8vw !important; }

h4, .h4 {
  font-size: 1.5vw !important;
  line-height: 1.5em; }

h5, .h5 {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.5em; }

/* font-size Max-limit for larger screens */
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 34px !important; }

  h2, .h2 {
    font-size: 30px !important; }

  h3, .h3 {
    font-size: 22px !important; }

  h4, .h4 {
    font-size: 18px !important; } }
/* font-size Max-limit for larger screens */
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 30px !important; }

  h2, .h2 {
    font-size: 26px !important; }

  h3, .h3 {
    font-size: 20px !important; }

  h4, .h4 {
    font-size: 18px !important; } }
.lead, .lead p {
  font-size: 18px; }

/* ============= Colour and size overrides =========== */
.bg-black {
  background-color: #131313; }

.bg-fog {
  background-color: #fafafa; }

.bg-cream {
  background-color: #EDEDED; }

.bg-green {
  background-color: #014984; }

.border-green {
  border-color: #014984 !important; }

.bg-blue {
  background-color: #0c4b94; }

.border-blue {
  border-color: #0c4b94 !important; }

.border-2 {
  border-width: 2px !important; }

.bg-mint {
  background-color: #1795fd; }

.bg-smoke {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px); }

.text-thin {
  /* font-family: calibri,sans-serif; */
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal; }

.text-bold {
  font-weight: 700; }

.text-light {
  color: #F4F4F4 !important; }

.text-green {
  color: #014984 !important; }

.text-blue {
  color: #0c4b94 !important; }

.text-leaf {
  color: #63A9C7 !important; }

.text-cream {
  color: #c7c7c7 !important; }

.border-green {
  border-color: #014984 !important; }

.border-blue {
  border-color: #0c4b94 !important; }

/* ============= Generals =========== */
.border-red {
  border: 2px solid red !important; }

.maxw-800 {
  max-width: 800px; }

.site-content {
  padding: 60px 0 0 0 !important; }

.wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  align-items: stretch;
  z-index: 200; }

.z-300 {
  z-index: 300; }

.z-150 {
  z-index: 150; }

.z-100 {
  z-index: 100; }

.lg-max {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bg-img.link .wrapper {
  transition: all ease .2s;
  background-color: #fff;
  opacity: 0; }

.bg-img.link:hover .wrapper {
  opacity: .3; }

.bg-right {
  background-position: right center; }

.bg-img-bottom {
  background-position: bottom center; }

.bg-img-bottom {
  background-position: center center; }

.text-shadow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }

.text-shadow-strong {
  text-shadow: 2px 2px 12px #000; }

.shadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }

/* ============= Buttons =========== */
.btn {
  text-transform: uppercase;
  transform: all ease .2s;
  border-radius: 0; }

.btn .fa {
  font-size: 80%; }

.btn-primary {
  background-color: #0c4b94;
  border-color: #0c4b94; }
  .btn-primary:hover {
    background-color: #126fdb;
    border-color: #126fdb; }
  .btn-primary .btn-light {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #0c4b94 !important; }
    .btn-primary .btn-light:hover {
      border-color: #fafafa !important;
      background-color: #fafafa !important;
      color: #0c4b94 !important; }

.btn-green {
  background-color: #014984;
  border-color: #014984; }
  .btn-green:hover {
    background-color: #63A9C7;
    border-color: #63A9C7; }

.btn-outline-primary {
  border-color: #0c4b94;
  color: #0c4b94 !important; }
  .btn-outline-primary:hover {
    background: rgba(32, 80, 153, 0);
    border-color: #126fdb;
    color: #126fdb !important; }

.btn-outline-green {
  border-color: #014984;
  color: #014984 !important; }
  .btn-outline-green:hover {
    background: rgba(93, 153, 33, 0);
    border-color: #63A9C7;
    color: #63A9C7 !important; }

.btn-outline-leaf {
  border-color: #63A9C7;
  color: #63A9C7 !important; }
  .btn-outline-leaf:hover {
    border-color: #leaf;
    background-color: rgba(99, 169, 199, 0.5) !important;
    color: #fff !important; }

.contact-form .btn-primary {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #0c4b94 !important; }
  .contact-form .btn-primary:hover {
    border-color: #fafafa !important;
    background-color: #fafafa !important;
    color: #0c4b94 !important; }

.contact-form .wpcf7-form-control {
  border-color: 2px solid #fff !important;
  background-color: #fff !important; }

/* ============= Navbar =========== */
#masthead {
  padding: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff; }

.navbar {
  border-bottom: 3px solid #0c4b94;
  z-index: 100;
  position: relative; }
  .navbar .navbar-brand {
    background-color: #fff;
    padding: 3px 12px;
    margin-left: 0;
    max-width: 175px;
    max-height: 60px;
    position: relative;
    z-index: 100;
    top: 0; }
  .navbar .navbar-toggler {
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin-right: 10px;
    border: none !important;
    width: 40% !important;
    float: right;
    text-transform: uppercase; }
    .navbar .navbar-toggler:hover {
      color: #126fdb; }
  .navbar .navbar-nav {
    min-height: 60px; }
    .navbar .navbar-nav .nav-item .nav-link {
      text-transform: uppercase;
      padding: 21px 1.3vw !important;
      letter-spacing: 1px;
      font-size: 13px !important;
      z-index: 1;
      color: #727272 !important;
      transition: .5s;
      height: 60px;
      font-weight: 600 !important; }
      .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #0c4b94 !important;
        transition: .3s; }
  .navbar .mainhover .nav-item .nav-link {
    border-top: 0px solid #0e57ac; }
    .navbar .mainhover .nav-item .nav-link:hover {
      border-top: 5px solid #0e57ac;
      padding: 16px 1.3vw !important; }
  .navbar .dropdown-menu {
    width: max-content;
    margin: -0.5px 0 0 0 !important;
    padding: 0 !important;
    border-radius: 0; }
    .navbar .dropdown-menu .nav-link {
      padding-top: 16px; }
      .navbar .dropdown-menu .nav-link:hover::after, .navbar .dropdown-menu .nav-link:focus::after {
        border-left-color: #0c4b94 !important; }
    .navbar .dropdown-menu .dropdown-item {
      margin-top: -1px;
      font-size: 16px;
      padding: .8em 1em;
      background-color: #EDEDED;
      color: #737373;
      border-left: 1px solid #EDEDED;
      transition: all ease .2s;
      min-width: 200px;
      text-align: left; }
      .navbar .dropdown-menu .dropdown-item:hover {
        color: #0c4b94 !important;
        border-left: 5px solid #0c4b94; }
    .navbar .dropdown-menu .icon-research .dropdown-item {
      text-align: center;
      position: relative;
      background-color: #EDEDED;
      color: #737373;
      font-weight: 700;
      z-index: 100;
      padding: 15px;
      font-size: 14px !important;
      text-transform: uppercase;
      right: 0; }
      .navbar .dropdown-menu .icon-research .dropdown-item:hover {
        background: #e0e0e0; }
    .navbar .dropdown-menu .dropdown-menu-right {
      position: relative; }
  .navbar .affiliate-menu {
    right: 0 !important;
    border-left: 1px solid #CDCDCD; }

/* Home page has a transparent BG to accomodate the graphic in the hero */
.bg-homebar {
  width: 100%;
  background-color: #fff;
  box-shadow: none !important; }
  .bg-homebar .navbar {
    background-color: rgba(0, 0, 0, 0); }
    .bg-homebar .navbar .navbar-brand {
      background-color: transparent !important;
      box-shadow: none !important; }

/* Override dropdown item on hover, for sub menus, some repositioning of the triangles */
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  background-color: #EDEDED; }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children::after {
    padding-left: 10px;
    padding-right: 5px; }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
    display: none; }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a {
    background-color: #EDEDED;
    font-size: 12px;
    text-transform: capitalize !important; }
    .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a::after {
      margin-left: 20px; }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    left: 99.5%; }
    .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu .menu-item a {
      padding-top: 16px;
      background-color: #e8e8e8; }
      .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu .menu-item a:hover {
        padding-top: 16px;
        background-color: #e8e8e8; }
        .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu .menu-item a:hover::after {
          color: #0c4b94; }
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.open > .dropdown-menu {
  display: block;
  background-color: #e8e8e8; }

.dropdown-toggle::after {
  margin-left: 10px; }

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a {
  background-color: #EDEDED;
  color: #0c4b94;
  text-align: right; }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a::after {
    position: relative;
    display: inline-block;
    float: none;
    top: 5px;
    border-width: none; }

.dropdown.menu-item-has-children .dropdown.menu-item-has-children .menu-item a {
  font-size: 14px;
  padding: 15px 15px;
  border-bottom: 1px solid #242424; }

#page-sub-header {
  padding: 0; }

/* ============= Fader =========== */
.fader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .6; }
  .fader.fader-strong {
    opacity: .85; }
  .fader.fader-weak {
    opacity: .3; }

/* ============= Hero =========== */
.hero {
  position: relative;
  border-radius: 0;
  background-size: cover;
  background-position: center center;
  z-index: 10; }
  .hero .content {
    font-size: 26px;
    font-weight: 300;
    z-index: 20;
    display: block; }
    .hero .content .graphic {
      position: absolute;
      left: 0; }
      .hero .content .graphic.top {
        z-index: 40;
        margin-top: -115px; }
      .hero .content .graphic.bottom {
        z-index: -1;
        left: -60px;
        margin-top: 180px; }
    .hero .content .box {
      position: relative;
      z-index: 30; }
      .hero .content .box span {
        color: #126fdb; }
      .hero .content .box strong {
        font-weight: 700; }

@media (min-width: 1200px) {
  .hero .content .graphic.top {
    margin-top: -90px; }

  .hero .content .graphic.bottom {
    margin-top: 200px; } }
@media (min-width: 1400px) {
  .hero .content .graphic.top {
    margin-top: -100px; }

  .hero .content .graphic.bottom {
    margin-top: 200px; } }
@media (max-width: 992px) {
  .hero .content .graphic.top {
    margin-top: -100px;
    z-index: -1; }

  .hero .content .graphic.bottom {
    margin-top: 120px; } }
/* Override for homepage hero banner to accomodate absolute positioned navbar */
.home .hero {
  padding-top: 50px !important; }

/* ============= Home Grid =========== */
.grid {
  background-color: #292929; }
  .grid .seenon-logos .logo {
    max-width: 200px; }

.service-icons .entry .title {
  color: #000;
  transition: color ease .2s; }
.service-icons .entry img {
  transition: all ease .2s;
  filter: saturate(0.75) brightness(0.95); }
.service-icons .entry:hover .title {
  color: #48B9C4; }
.service-icons .entry:hover img {
  filter: saturate(1) brightness(1) drop-shadow(0px 0 0.75rem #35ADD1); }

/* ============= Home Grants Grid =========== */
.grantcard {
  transition: background ease .2s; }
  .grantcard:hover {
    background-color: #1795fd !important; }

/* ============= Home Recent Posts =========== */
.articles .card {
  filter: brightness(1);
  transition: all ease .2s; }
  .articles .card:hover {
    filter: brightness(1.1);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05); }

/* ============= Home Newsletter & Forms =========== */
.newsletter-form .wpcf7-form-control-wrap {
  width: 23%;
  margin: 0 1% 10px 1%; }
  .newsletter-form .wpcf7-form-control-wrap.state {
    margin-right: 0;
    width: 23%; }
  .newsletter-form .wpcf7-form-control-wrap.email {
    width: 79%; }
  .newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 20px;
    width: 100%; }
.newsletter-form .wpcf7-submit {
  height: 42px;
  width: 18%;
  background-color: #014984;
  text-transform: uppercase;
  border: none;
  outline: none;
  padding: 0; }
  .newsletter-form .wpcf7-submit:hover {
    background-color: #126fdb; }

.newsletter-mini .wpcf7-form-control-wrap {
  width: 75%; }
  .newsletter-mini .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    background: none;
    border-color: #B9B9B9;
    color: #B9B9B9 !important;
    border-radius: 0; }
.newsletter-mini .wpcf7-submit {
  width: 15%;
  background: none;
  text-transform: uppercase;
  border-color: #B9B9B9;
  border-left: 0; }
  .newsletter-mini .wpcf7-submit:hover {
    color: #fff;
    border-color: #fff;
    background-color: #0c4b94; }

@media (max-width: 992px) {
  .newsletter-form .wpcf7-form-control-wrap {
    width: 70%; }
  .newsletter-form .wpcf7-submit {
    width: 30%; } }
@media (max-width: 768px) {
  .newsletter-form .wpcf7-form-control-wrap {
    width: 60%; }
  .newsletter-form .wpcf7-submit {
    width: 40%; } }
/* ============= ARTICLES =========== */
.articles .entry {
  border: 1px solid #e4e4e5;
  transition: all ease .2s; }
  .articles .entry .post.hentry {
    margin-bottom: 0; }
  .articles .entry .post-thumbnail {
    filter: grayscale(0.5);
    transition: all ease .2s; }
  .articles .entry .entry-header .entry-title {
    line-height: 1.3em;
    color: #0c4b94; }
  .articles .entry:hover {
    background-color: #90bff6;
    border: 1px solid #126fdb; }
    .articles .entry:hover .post-thumbnail {
      filter: grayscale(0.5); }

/* ============= SIDEBAR =========== */
.sidebar .card {
  opacity: .8;
  border-radius: 0;
  position: relative; }
  .sidebar .card .card-img {
    filter: grayscale(1) brightness(50%); }
  .sidebar .card .card-img-overlay {
    position: absolute;
    bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .sidebar .card:hover {
    opacity: 1; }
    .sidebar .card:hover .card-img {
      filter: grayscale(0.8) brightness(80%); }

/* ============= Footer =========== */
.site-footer {
  position: relative;
  color: #9E9E9E;
  z-index: 50; }
  .site-footer h3, .site-footer h4 {
    color: #fff; }
  .site-footer a {
    color: #93A9C0 !important; }
  .site-footer a:hover {
    color: #126fdb !important;
    text-decoration: none; }
  .site-footer .fab {
    color: #9E9E9E; }
    .site-footer .fab:hover {
      color: #fff; }
  .site-footer .position-absolute {
    text-align: right;
    right: 3vw;
    top: 40px;
    width: 50px; }
  .site-footer #topbutton {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 3vw;
    padding-right: 3px; }
    .site-footer #topbutton div {
      padding: 5px 10px;
      font-size: 20px;
      background-color: #fff;
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15); }
    .site-footer #topbutton:hover div {
      background-color: #0c4b94;
      color: #fff !important; }

@media (max-width: 992px) {
  .site-footer .position-absolute {
    width: 100%;
    position: relative !important;
    margin-top: -40px;
    padding-bottom: 40px;
    left: 0; }
    .site-footer .position-absolute .fab {
      font-size: 30px;
      margin: 0 20px; } }
/* ============= Grants - Archive =========== */
.grants.archive .entry .details, .grants.archive .entry .imgside, .grants.archive .entry .details h2 {
  transition: all ease .1s; }
.grants.archive .entry:hover .details, .grants.archive .entry:hover .imgside {
  background: #fff !important; }
.grants.archive .entry:hover h2 {
  color: #126fdb !important; }
.grants.archive .entry .budget {
  padding-bottom: 5px; }
  .grants.archive .entry .budget h4 {
    margin: 0 0 15px 0; }
  .grants.archive .entry .budget p {
    color: #494949 !important;
    margin-bottom: 0; }
.grants.page .intro .budget h4 {
  margin-top: 10px; }
.grants.page .intro .budget p {
  color: #707070 !important; }
.grants.page .elidg_company ul {
  padding-left: 1em; }
  .grants.page .elidg_company ul li {
    padding: 0 0 .5em 0; }
.grants.page .content h2, .grants.page .content h3, .grants.page .content h4 {
  color: #0c4b94;
  margin-top: 2em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05); }
.grants.page .content p {
  padding-left: 1em; }
.grants.page .content ul li {
  margin-bottom: 1em;
  list-style-type: none;
  padding-left: 1em; }
  .grants.page .content ul li::before {
    content: "\2022";
    color: #0c4b94;
    display: inline-block;
    width: 1em;
    margin-left: -2em;
    margin-right: 1em; }
.grants.page .key h2 {
  font-size: 18px;
  color: #0c4b94; }
  .grants.page .key h2:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: '\f06a';
    margin-right: 10px;
    position: relative;
    top: 1px; }
.grants.page .form .callbtn {
  font-size: 18px; }
.grants .dropdown-menu .dropdown-item {
  text-align: center;
  padding: .8em 1em; }
  .grants .dropdown-menu .dropdown-item:hover {
    background-color: #126fdb; }

/* ============ OVERALL FORM STYLING =========== */
.wpcf7-form .wpcf7-form-control {
  border-radius: 0; }
.wpcf7-form .form-group label {
  width: 100%;
  color: #fff; }
  .wpcf7-form .form-group label p {
    margin-bottom: 10px; }
  .wpcf7-form .form-group label p.small {
    color: #ACACAC; }
.wpcf7-form .form-group.bumpup {
  margin-top: -15px !important; }
.wpcf7-form .form-group.bumpdown {
  margin-top: 15px !important; }
.wpcf7-form .form-group .form-control {
  height: auto; }
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  width: 50%;
  margin: 0;
  padding-left: 2em;
  padding-top: 20px; }
.wpcf7-form .wpcf7-checkbox {
  color: #4E4E4E !important; }
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 10px 15px; }
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
    color: #363636; }

/* ============ Previous \ Nav links =========== */
.nav-links {
  margin-top: 10px; }
  .nav-links .nav-previous {
    float: right !important; }
  .nav-links .nav-next {
    float: left !important; }
  .nav-links .nav-previous a, .nav-links .nav-next a {
    border: 1px solid #0c4b94;
    padding: 15px; }

/* ============ STICKY SIDEBAR =========== */
#sticky-sidebar {
  transition: all ease .5s;
  top: 0;
  padding-top: 25px !important; }

.js-is-sticky {
  top: 100px !important;
  transition: all ease .5s;
  padding-top: 0px !important; }

/* ============ GLOBAL WIDESCREEN =========== */
@media (min-width: 1400px) {
  .container {
    max-width: 1300px; }

  /* for larger screens, make a bigger container */ }
/* ============ GLOBAL SMALLER =========== */
@media (max-width: 1200px) {
  #masthead {
    /* for small screens, make fullwidth */ }
    #masthead .container {
      max-width: 100%; }

  .video-background-holder {
    height: auto !important;
    min-height: 55ovvh; }

  .navbar {
    background-color: #fff; }
    .navbar .navbar-toggler {
      color: #000 !important;
      padding: 17px 0; }
    .navbar .navbar-brand {
      max-width: 180px;
      margin-left: 0;
      box-shadow: none; }
    .navbar .navbar-nav {
      height: auto;
      padding: 0px; }
    .navbar .dropdown-menu {
      width: 100%; }
    .navbar .affiliate-menu {
      position: relative !important;
      right: auto !important; }
      .navbar .affiliate-menu .dropdown-menu-right {
        position: relative; }
        .navbar .affiliate-menu .dropdown-menu-right:nth-child(2) {
          clear: left;
          border: 2px solid red !important; }

  .navbar .dropdown-menu .icon-research .dropdown-item {
    padding-bottom: 30px; }
    .navbar .dropdown-menu .icon-research .dropdown-item::before {
      position: relative;
      right: auto;
      float: none;
      display: inline-block;
      z-index: 1000;
      top: 10px;
      margin-right: 20px; }

  .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    color: black !important;
    border-top: 1px solid #E9E9E9;
    font-weight: bold; }
    .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #041b36 !important; }

  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a {
    background-color: #e0e0e0;
    border-bottom: 1px solid #C5C5C5; }
    .dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:hover {
      background-color: #d4d4d4;
      color: #0c4b94 !important; }

  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu .menu-item a {
    color: #fff !important; }

  .navbar .dropdown-menu .dropdown-item {
    color: #010306 !important;
    text-align: center;
    background-color: #e0e0e0;
    border-bottom: 1px solid #C5C5C5; }
    .navbar .dropdown-menu .dropdown-item:hover {
      background-color: #d4d4d4;
      color: #0c4b94 !important; }

  .menu-wrapper {
    z-index: 20;
    width: 100%; }

  .navbar .dropdown-menu .icon-research .dropdown-item {
    right: 0; }

  #sticky-sidebar {
    padding-top: 0px;
    margin-top: -25px; } }
/* Contact Form 7 Radio buttons */
.wpcf7-radio input[type="checkbox"], .wpcf7-radio input[type="radio"] {
  margin-right: 10px; }
