@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


body {
            font-family: 'Open Sans', sans-serif;
        }
        
         body p {
            font-weight: 300;
        }
        
        #maincontent h3 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.25;
    margin-bottom: 20px important;
    color: #006daa;
    font-weight:700;
    font-size: 22px;
}
 
 
#maincontent h3 a {
    font-family: 'Open Sans', sans-serif;
    color: #006daa;
    font-weight:700;
}
 
#maincontent h2 {
    font-family: 'Philosopher';
    text-align: center;
    color: #6B1463;
   
    font-size: 35px;
}
 
#maincontent h2.admin {
    font-family: 'Philosopher';
    text-align: center;
    color: #6B1463;
   
    font-size: 14px;
}
 
#maincontent h1 {
    font-family: 'Philosopher';
}
 
#maincontent p {
    font-family: 'Open Sans', sans-serif;
    color: #1B1867;
}
 
 
#maincontent p a {
    color: #006daa;
}


 
 #footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
}

}
#nav_section > li:hover, #nav_section > li ul li {
  background: #ccc;
}
}
#nav_section li a{ 
  display:block;font-family: 'opensans
    ', sans-serif; font-weight:700; 
  text-align: center;
  color:#fff; font-size:14px; }
#nav_section > li > a{
  padding: 23px 17px 22px;
  color:#fff;
}

/*
unique colors on each nav item */

#nav_section > li:first-child,
#nav_section > li:first-child li {
	border-color:#1c146b!important;
}
#nav_section > li:first-child:hover,
#nav_section > li:first-child ul li {
  background:#1c146b!important;
}
#nav_section > li:nth-child(2),
#nav_section > li:nth-child(2) li{
  border-color:#006daa!important;
}
#nav_section > li:nth-child(2):hover ,
#nav_section > li:nth-child(2) ul li {
  background:#006daa!important;
}
#nav_section > li:nth-child(3),
#nav_section > li:nth-child(3) li {
  border-color:#6b1463!important;
}
#nav_section > li:nth-child(3):hover,
#nav_section > li:nth-child(3) ul li {
  background:#6b1463!important;
}
#nav_section > li:nth-child(4),
#nav_section > li:nth-child(4) li {
  border-color:#6b1438!important;
}
#nav_section > li:nth-child(4):hover,
#nav_section > li:nth-child(4) ul li {
  background: #6b1438!important;
}
#nav_section > li:nth-child(5),
#nav_section > li:nth-child(5) li {
  border-color:#636b14!important;
}
#nav_section > li:nth-child(5):hover,
#nav_section > li:nth-child(5) ul li {
  background:#636b14!important;
}
#nav_section > li:nth-child(6),
#nav_section > li:nth-child(6) li {
  border-color:#92c219!important;
}
#nav_section > li:nth-child(6):hover,
#nav_section > li:nth-child(6) ul li {
  background:#92c219!important;
}
#nav_section > li:nth-child(7),
#nav_section > li:nth-child(7) li {
  border-color:#b78f29!important;
}
#nav_section > li:nth-child(7):hover,
#nav_section > li:nth-child(7) ul li {
  background:#b78f29!important;
}

#nav_section a:hover{ 

}

@media only screen and (max-width: 768px) {

.top_links {
    display: none;
}

 }
  li.subnav_has_children > a:after {
    display:none;
  }
  #nav_section > li:first-child  {
    background:#1c146b;
  }
  #nav_section > li:nth-child(2) {
    background:#006daa;
  }
  #nav_section > li:nth-child(3)  {
    background:#6b1463;
  }
  #nav_section > li:nth-child(4){
    background: #6b1438;
  }
  #nav_section > li:nth-child(5) {
    background:#636b14;
  }
  #nav_section > li:nth-child(6) {
    background:#92c219;
  }
  #nav_section > li:nth-child(7) {
    background:#b78f29;
  }

}




/* hide burger on mobile */
@media (max-width: 767px){
#topnav {
    display: none;
}
}












@media only screen and (max-width: 768px) {

.top_links {
    display: none;
}

#nav_section > li:nth-child(1), #nav_section > li:nth-child(1) li {
    border-color: #fff!important;
}
#nav_section > li:nth-child(2), #nav_section > li:nth-child(2) li {
    border-color: #fff!important;
}
#nav_section > li:nth-child(3), #nav_section > li:nth-child(3) li {
    border-color: #fff!important;
}
#nav_section > li:nth-child(4), #nav_section > li:nth-child(4) li {
    border-color: #fff!important;
}
#nav_section > li:nth-child(5), #nav_section > li:nth-child(5) li {
    border-color: #fff!important;
}
#nav_section > li:nth-child(6), #nav_section > li:nth-child(6) li {
    border-color: #fff!important;
}
#nav_section > li:nth-child(7), #nav_section > li:nth-child(7) li {
    border-color: #fff!important;
}

#nav_section li ul li a {
    padding-left: 15px;
}

}




/* hide burger on mobile 
@media (max-width: 767px){*/
#topnav {
    display: none;
}

.searchBox {
    display:none;
}






#mainnav { display: block !important; }


