  #header .dropdown-content{
	z-index: 10000;
	position: absolute;
	background: white;
	box-shadow: 4px 5px 20px rgb(0 0 0 / 40%);
	padding: 0px;
	width: 220px;
	margin: 0px;
	display:none;
  }

  #header .dropdown:hover .dropdown-content, .dropdown-content:hover {
	display: block;
  }
  
  #header .dropdown-menu {
	/*box-shadow: 4px 5px 20px rgb(0 0 0 / 40%) !important; */
	padding: 20px;
  }

  #primary-menu ul.dropdown-menu {
	display: block !important;
  }

  #primary-menu ul ul li > a {
  		font-family: 'Open Sans';
	  text-transform: none;
	  font-weight: 300;
	  font-size: 16px;
  }

  #primary-menu > ul > li > a {
  	padding: 40px 15px 20px;
  }


  /*#primary-menu.dark ul ul li>a, .dark #primary-menu:not(.not-dark) ul ul li>a {
	color: white !important;
	text-transform: none;
  }*/
@media only screen and (max-width:768px){
    #header a div {
        font-size: 20px;
    }
}
    .card {
        border-radius: 0px !important;
    }

  #header .card-body a {
	text-decoration: none!important;
	/* color: white !important; */
	font-size: 20px;
	padding: 10px;
	border-top: 1px solid #e3e3e3;;
  }

  #header .card-body a:first-of-type {
	border-top: 0px solid #02262e;
	margin-top: -15px;
  }

  #header .card-body a:last-of-type {
	margin-bottom: -15px;
  }

  #search-box {
      position: absolute;
   /* background: #ff2f2f63; */
   background: white;
    height: 80px;
    width: 700px;
    left: -700px;
    top: 10px;
    padding: 10px;
	display:none;
  }
    #search-box label {
		display: none;
	}
	#search-box #search {
  	padding: 5px;
	font-size: 32px;
	border: none;
	width: 100%;
    border-bottom: 1px solid lightgrey;
  }

  #search-box input[type=submit] {
  	display: none;
    position: absolute;
    right: 10px;
    top: 13px;
    background: white;
    border: 1px solid grey;
    padding: 15px;
  }

  .search .open {
	color: #707070;
	font-size: 24px !important;
  }
  .search .close {
		color: #707070;
		font-size: 24px !important;
		display:none;
  }
  .mobile-only {
      display: none;
  }
  .curtain {
      display: none;
      width: 100%;
    background: #00000054;
    height: 100vh;
    z-index: 10;
    position: fixed;
    top: 0;
  }
  @media only screen and (max-width: 768px){
    .dropdown {
        display: none;
    }
    .mobile-only, .primary-menu-open .curtain {
        display: block;
    }
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li a {
        color: #777 !important;
    }
    
    #primary-menu {
        position: absolute;
        left: 0;
        width: 100%;
    }
  }
    #pye-notification {
        height: auto;
        background: #6396B3;
        color: white;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.8;
        display: none;
    }
    #pye-notification #message {
        padding: 2px;
    }
    .social-icon {
        font-size: 30px !important;
        width: 40px !important;
    }