<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@200..800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap');


@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&amp;display=swap');

  


body {
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
}

 
.container {
    /* background-color: #EEE; */
    width: 80%;
    margin: auto;

    /* box-shadow: 2px 2px 2px 2px rgb(25, 34, 36); */
}


.upper-header {
    height: 40px;
    background-color: #FFF;
    padding: 30px;
}

.tob {
    float: left;
    width: 40%;
}

.tob img {
    /* width: 18rem; */
    width: 400px;
 }

.top-menu {
    float: right;
    width: 40%;
    font-size: 1rem;
     font-weight: 300;
 
    padding-top: 15px;
    text-align: center;
    
   
 }

 

 .top-menu a {
    text-decoration: none;
    color: #216778;

 }

 .top-menu a:hover {
    color: orangered;
    /* 3ac3e5 */
}


.content {
    /* height: 100%;  */
    background-color: #e6e6e6;
     
}

.pageContents {
background-color:#e6e6e6;

height: auto;
padding: 20px;
}



.lower-header {
    height: 280px;
    background-color: #216778;
     
 }


 


.navigation {
    float: left;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 200px; */
    background-color: #1e86a0;
    height: 100%;
  }

.navigation ul {
    list-style: none;
 }



 .navigation a {
    text-decoration: none;
    color: #FFF;
    font-weight: 200;
    font-size: 1.1rem;
    font-family: "Space Grotesk";
    /* Quicksand Quicksand Nunito Sans  Space Grotesk*/
 }

 .navigation a:hover {
    color: orange;
 }

 .sbar {

        color: orange; /*  */
        font-weight: 1000;
        font-size: 20px;
 }

 
 .blocks {
 
  }

.content-block {
    box-sizing: border-box; 
    display: flexbox;
    width: 49%;
     background-color: #ecececff;
    padding: 20px;
    /* margin: 40 10 10 10; */
    font-weight: 100;
    background-image: url('../images/bbb.png');
    background-size:100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 10px;
     min-height:  540px;
    margin: 3px;
  }



.announcments {
    float:left;
  }


 .announcments img {
    /* transform: scale(1); */
  }

  .announcments h3 {
    color: #216778;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 500;

  }

.calendar   {
    float: right; 
    
}

 .calendar img {
     transform: scale(0.5);     
 }


 .calendar h3 {
    color:#d45500;
    font-family: "Space Grotesk";
    font-size: 24px;
     font-weight: 500;
     text-align: left;
  }


  .block-title {
     text-align: left;
    font-family: "Space Grotesk","Quicksand","Space Grotesk";
    color: #FFF;
    font-size: 1.6rem;
    padding-left: 30px;
    padding-top: 20px;
  }


 /* departments */
 .departments {
    background-color: #d45500;
    text-align: center;
    height: 200px;
}


 .departments h3 {
    font-family: "Quicksand","Space Grotesk";
    color: #FFF;
    font-size: 30px;
 }

 .departments ul {
    list-style: none;
    /* width: 90%; */
    display: flex;
     
    text-align: center;
   }

  .departments li {
    padding: 5px;
    margin: auto;
}

.departments li a {
    font-family: "Dosis","Quicksand","Space Grotesk";
    font-size: 1.2rem;
}

  .departments li img {

        width: 2.5rem;
    
  }
  
  .departments li a:hover {
    text-shadow: 2px 2px 4px #000000;
    /* filter: blur(1px); */
    filter: invert(100%);
    /* filter: sepia(100%);  */
    /* filter: hue-rotate(180deg);  */
 } 
  


.departments a {
    text-decoration: none;
    color: #FFF;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
}

/* ------ */


 /* Services */
 .services {
    background-color: #216778;
    text-align: center;
    /* height: auto; */
    height: 200px;
 }

 .services ul {
    list-style: none;
 

    display: flex;
     
    text-align: center;
  
  }

  .services li {

    padding: 5px;
    margin: auto;
  }


  .services li a {
    font-family:   "Dosis","Quicksand","Space Grotesk";
    font-size: 1.2rem;
}

  .services li img {

        width: 2.4rem;
  }

 


  .services li a:hover {
    text-shadow: 2px 2px 4px #000000;
    /* filter: blur(1px); */
    filter: invert(100%);
 } 
  


.services a {
    text-decoration: none;
    color: #FFF;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
}

/* ------ */




.logo {

   float: left;
   width: 33%;
   text-align: center;
   top: 80px;
   left: 34%;
   position: absolute;
 }
 

.logo img {
    height: 320px;  
  
}



.search {
    float: right;
    width: 33%;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search input[type=text] {
    font-size: 20px;
    border: 2px solid rgb(255, 255, 255);
    
    border-radius: 8px;
    height: 60px;
    width: 280px;
    font-family: Dosis; /* "Dosis","Quicksand","Space Grotesk" , "Nunito Sans"; */
    padding: 10px;
 }

 .search_button {
     font-size: 50px;
     border: 0px solid rgb(255, 255, 255);
     border-radius: 8px;
     height: 40px;
     width: 50px;
     background-color:#FFF;
     color: #216778;
     position: relative;
     left: -60px;
     top: 14px;

 
 }

 .search_button:hover {
   color: #000;
 }

 

.upper-footer {
    height: 140px;
    background-color: #37abc8;
     padding: 30px;
    border-top: 2px solid #000;

    display: inline-flex;
 }


.upper-footer-text {
    width: 60%;
    float: left;

    font-size: 1rem;
    font-weight: 400;
 

    color: #FFF; 
    margin: auto;
 }

.upper-footer-img {
    width: 30%;
    float: right;  
    text-align: left;
}

.upper-footer-img img {
    border: 3px solid #FFF;
    height: 150px;
}



.middle-footer {
    min-height: 200px;
    background-color: #216778;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;


    font-family: "Nunito Sans";
    font-weight: 100;
    /* "Dosis","Quicksand","Space Grotesk" , "Nunito Sans"; */
 }

.seal, .address, .office-hours, .tel  {
    width: 20%;
    display: inline-flexbox;
    color: #FFF;
    margin: 5;
    text-align: center;
    float: left;
}

.seal img {
    height: 180px;
}




.lower-footer {
    height: auto;
    background-color: #374845;
    border-top: 1px solid #FFF;
    
    font-size: .8rem;
    font-weight: 100;
    /* font-style: normal; */

    color: #FFF;
    text-align: center;
    padding: 10px;

    font-family: "Nunito Sans";
 }

 .footer-icon {

        width: 2.5rem;
 }

 .footer-icon:hover {
 filter: invert(100%);
}




.fadeShow {
    position:relative;
  }

.fadeShow &gt; * {
    box-sizing: border-box;
    display:none;
     
    height: auto;    
    width: 100%;
    padding: 40px;
    font-weight: 400;
   
}

.announcement-link a {
    color: #216778;
    text-decoration: none;
    font-weight: 500;
}
 
 
#search_tabs {

        min-height: 600px;
}

#contact_us {
    margin: auto;
    width: 50%;
}

#contact_us input, select, textarea {
    background-color: #9edfef;
    padding: 14px;
    font-size: 20px;
    width: 600px;
    border-radius: 8px;
    margin: 10px;
    border-color: #FFF;
}

#contact_us textarea {
    height: 300px;
}

#contact_us button {

    background-color: #3bd5fc;
    font-size: 20px;
    color: #216778;
    padding: 20px;
    border-radius: 10px;
    border-color: #FFF;
    text-transform: uppercase;
    margin-right: 30;
}


 
 
.livestream {
 
  width: 90%;
  /* clear: both; */
  margin: auto;
}
 
 

    
    .search_doc input[type=text] {
        font-size: 20px;
        border: 2px solid rgb(255, 255, 255);
        
        border-radius: 8px;
        height: 60px;
        width: 600px;
        font-family:   "Dosis","Quicksand","Space Grotesk" , "Nunito Sans";  
        padding: 10px;
     }
    
     .search_doc button {
        border: 01px solid rgb(255, 255, 255);
        border-radius: 8px;
        height: 60px;
        font-family:   "Dosis","Quicksand","Space Grotesk" , "Nunito Sans";  
        padding: 10px;
     }

     .search_doc {
         /* font-size: 50px;
         border: 0px solid rgb(255, 255, 255);
         border-radius: 8px;
         height: 40px;
         width: 50px;
         background-color:#FFF;
         color: #216778;
         position: relative;
         left: -60px;
         top: 14px; */
 
     
     }
</pre></body></html>