@font-face {
    font-family: 'MYRIADPRO-REGULAR';
    src: url('fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto/Roboto-Regular.ttf') format('truetype');
}


body {
    font-family: "Roboto-Regular", sans-serif;
}



.logo-link {
    margin: 0 20px -47px 0;
    position: relative;
}


#logoImg {
    z-index: 9;
    width: min(128px, 10VW);
    /* height: 183px; */
}

.headerImages {
    position: relative;
    z-index: 999;
    display: flex;
}

    .headerImages img {
        position: relative;
        z-index: 99;
    }

    .headerImages .title {
        font-size: clamp(16px, 3.6vw, 57px);
        font-family: 'MYRIADPRO-REGULAR';
        color: #000066;
        border: none;
    }

    .headerImages .sub-title {
        font-size: clamp(12px, 5.2vw, 29px);
        color: #000066;
        font-weight: bold;
        margin: -5px 20px 0 0;
        font-family: "Kaushan Script", serif;
        font-weight: 400;
        font-style: normal;
    }



.header {
    position: relative;
    z-index: 99;
    background: rgba(255,255,255,0.7);
    margin-bottom: min(300px, 38vw);
    /* height: 220px; */
    /* pointer-events: none; */
}

.contentpage .header{
     
        
    margin-bottom: 0;
    
}

.navbar {
    position: relative;
    z-index: 1;
    border-top: solid 3px #991c1f;
    /* margin-bottom: 300px; */
    display: flex;
    /* justify-content: flex-end; */
}



.search-text-box {
    color: #000000 !important;
    margin-right: 5px;
}

.contentpage .navbar {
    /* margin-bottom: 20px; */
}



.carousel-item img {
    width: 100%;
    min-width: 1400px;
}



.carousel {
    /* max-height: 587px; */
    overflow: hidden;
    position: absolute;
    z-index: 0;
    width: 150%;
    min-height: 400px;
    left: -50%;
}


.contentpage .carousel {
    max-height:200px;
    min-height: 0px;
}


.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }


fade {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, Calc(1 - 0.938)) 19%, rgba(255, 255, 255, Calc(1 - 0.741)) 34%, rgba(255, 255, 255, Calc(1 - 0.582)) 47%, rgba(255, 255, 255, Calc(1 - 0.478)) 56.5%, rgba(255, 255, 255, Calc(1 - 0.394)) 65%, rgba(255, 255, 255, Calc(1 - 0.226)) 73%, rgba(255, 255, 255, Calc(1 - 0.105)) 80.2%, rgba(255, 255, 255, Calc(1 - 0.042)) 86.1%, rgba(255, 255, 255, Calc(1 - 0.021)) 91%, rgba(255, 255, 255, Calc(1 - 0.008)) 95.2%, rgba(255, 255, 255, Calc(1 - 0.002)) 98.2%, rgba(255, 255, 255, 1) 100% );
}

.homeboxH2 {
    width: Calc(100% - 130px);
    margin-left: 15px;
    font-size: 1.7em;
    margin-top: 10px;
}

.welcomeText {
    margin-top: 10px;
}

.latestNewsPanel {
     
    background-size: cover;
    width: 100%;
    padding: 75% 0% 0% 0%;
    position: relative;
}

.panelOverlay {
    bottom: 0px;
    position: absolute;
    background: rgba(0,50,0,.7);
    color: #fff;
    transition: padding .35s;
    padding: 10px;
}

.navArea {
    margin: 0 -15px;
    z-index: 9999;
    position: relative;
    display: flex;
    flex-direction: column;
    /* flex-flow: column-reverse; */
}

.content {
    padding: 20px 0px 50px 0px;
}

.footer1 {
    min-height: 20px;
    background: #f1ecd0;
    text-align: center;
    padding: 3px 0px;
    font-size: 1.2em;
    color: #04391d;
    font-weight: bold;
    text-transform: uppercase;
}

.footer2 {
    min-height: 200px;
    background: #91d37e;
    padding: 10px;
}

.footer3 {
    /* min-height: 200px; */
    background: #000066;
}

.searchBox {
    opacity: 0.8;
    display: flex;
    /* color: #000 !important; */
    justify-content: flex-end;
    /* width: 280px; */
    margin: 5px 0 0 0;
}

.searchBox input {
  /* width: 280px; */
}

 

.footer_text {
    color: #fff;
    padding: 20px;
}

    .footer_text a {
        color: #fff;
    }

.footer_links {
    margin: 10px;
    float: right;
    color: #fff;
}

.imgItem {
    margin: 10px 0px 0px 0px;
    width: 100%;
    height: 140px;
    display: inline-block;
    background-size: cover;
    background-position-y: top;
    border: solid 3px #fff;
    box-shadow: rgba(0,0,0,0.4) 10px 10px unset;
} 

.imgItemlabel {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 50px;
    background: rgba(0,0,0,0.4);
    padding: 10px 0 0 0;
    color: #fff;
    font-size: 22px;
}

.btn-primary {
    background: #991c1f;
    border-color: #550b0d;
}


.grid-section img {
    width: 100%;
}

.navbar-nav {
    margin: 0 0 0 100px;
}

.dark-red {
    color: #991c1f;
}

.school-gateway{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.verticalCarousel h2 {
    font-size: 18px;
    color: #991c1f;
    font-weight: bold;
}
.verticalCarouselGroup li:hover h2 {
    
    color: #fff;
}

.sub-nav-logo{
    right: 20px;
    position: absolute;
    height: 84px;
    top: -20px;
    z-index: 9999;
}

.page-header{
    font-size: 1.2em;
   border: none;
   font-weight: bold;
}


.right-menu {
    position: relative;
    width: 100%;
    color: #FFF;
    background: #000066;
    min-height: 300px;
    /* margin-top: -125px; */
    z-index: 9;
    /* background-image: url('../css/images/tree-pattern.svg'); */
    padding: 0 0 20px 0;
    border-radius: 30px;
}

    .right-menu h2 {
        position: relative;
        z-index: 9;
        color: #fff;
        padding: 10px 0 10px 30px;
        background: #ffffff3d;
        font-size: 1.2em;
        font-weight: 700;
        border-radius: 30px 30px 0px 0px;
    }


.side-bar-nav {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 999;
}

    .side-bar-nav li.nav-item.dropdown {
        padding: 5px;
        margin: 2px 0;
        position: relative;
        /* display: block; */
        position: relative;
    }

        .side-bar-nav li.nav-item.dropdown:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 0;
            background: #fff;
            display: block;
            content: "";
            transition: .4s;
            border-radius: 0 30px 30px 0;
            background-image: url('../css/img/small-shield.svg');
            background-repeat: no-repeat;
            background-position: 20px center;
            background-size: 21px;
        }


        .side-bar-nav li.nav-item.dropdown.current:after, .side-bar-nav li:hover.nav-item.dropdown:after {
            width: 95%;
        }



    .side-bar-nav .nav-item {
        margin: 0;
        font-family: "Roboto Condensed", sans-serif;
        /* font-size: 1.3em; */
        /* font-weight: 700; */
        pointer: cursor;
    }

    .side-bar-nav li.nav-item a {
        color: #fff;
        margin: 5px 0 5px 60px !important;
        display: block;
    }

    .side-bar-nav li.nav-item.dropdown.current a,
    .side-bar-nav li:hover.nav-item.dropdown a {
        color: #000066;
        position: relative;
        z-index: 99;
    }

.searchbox-inline{
    display: none;
}






.doc-item-container {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    margin: 10px 0 0 0;
    outline: 0;
}

    .doc-item-container:hover {
        text-decoration: none;
    }

.doc-icon {
    background-color: #bfbfd9;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.doc-item-container .tree {
    background-image: url('../css/img/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* position: absolute; */
    /* left: 10px; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    width: 80%;
    height: 80%;
    transition: transform .5s;
}

.doc-item-container:hover .tree {
    transform: rotate(90deg);
}

.doc-item-container .doc-type .red {
    color: #e23d3d;
}

.doc-item-container .doc-type .green {
    color: #278036;
}

.doc-item-container .doc-type .blue {
    color: #011c83;
}

.doc-text {
    flex-grow: 1;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.doc-item-container .doc-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    color: #000066;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-item-container .doc-type {
    color: #ccc;
}




.contact-form 
    input{
        width: 100%;
    }
 

@media (max-width: 1400px) {
    .carousel-item img {
        margin-left: Calc(50% - 700px);
    }
}

@media (max-width: 1200px) {
   .dropdown-toggle:after{
       display: none;
   }
}

@media (max-width: 992px) {

.navbar-nav {
    margin: 0 0 0 20px;
}


    .headerImages img.title {
        margin: 10px 0px -25px 20px;
    }

 .carousel-inner {
  max-height: 400px;
}


.contentpage .carousel {
    max-height: 120px;
    min-height: 0px;
}


    .searchBox {
       
        display: none;
    }

        .searchBox .form-control {
            /* margin-bottom:-80px; */
            /* width: auto; */
            /* flex-grow: 1; */
        }

        .searchBox .btn-primary {
            margin: 0px;
            margin-bottom: -80px;
        }

        .searchbox-inline{
    display: flex;
    margin-left: min(128px, 10VW);
    /* flex-grow: 1; */
    /* flex-shrink: 1; */
    flex-wrap: nowrap;
}
}

@media (max-width: 560px) {
    #logoImg {
        display: none;
    }


    .headerImages img.title {
        width: 92%;
        /* margin:4%; */
    }


    .header {
        /* margin-bottom: -220px; */
    }


    .carousel-item img {
        width: 100%;
        min-width: 600px;
    }


    .carousel-item img {
        margin-left: Calc(50% - 300px);
    }

    .carousel {
        top: 130px;
    }

    .header {
        /* display: none; */
    }

    .navbar {
        /* margin-bottom: 230px; */
    }

    .verticalCarousel {
        margin-top: 10px;
    }

    .contentpage .carousel {
        display: none;
    }

    .navbar {
        width: 100%;
    }

    


                .searchbox-inline{
  
    margin-left: 0;
}

.header {
   background:none;
   margin-bottom: 55vw;
   /* height: 220px; */
   /* pointer-events: none; */
}

  .headerImages .title {
    margin: 10px 10px 0 10px;
    }
             
   .headerImages .sub-title {
    margin: 5px 10px;
    }
}

@media (max-width: 400px) {

    .navbar {
        /* margin-bottom: 250px; */
        display: flex;
        /* flex-wrap: nowrap; */
        /* padding-right: 16px; */
    }

    
                .searchbox-inline input{
  width: auto;
  max-width: 160px;
                }
                
 
 .header {
   margin-bottom: 55vw;
}
}



.grid-section img{
    margin: 10px 0;
}

.grid-section blockquote{
 font-size: 1.4em;
 /* width:60%; */
 margin:50px auto;
 font-family:Open Sans;
 font-style:italic;
 color: #555555;
 padding:1.2em 30px 1.2em 75px;
 border-left:8px solid #991c1f;
 line-height:1.6;
 position: relative;
 background:#EDEDED;
}

.grid-section blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#991c1f;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.grid-section blockquote::after{
  content: '';
}

.grid-section blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.home-page-cols{
    margin: 0 -10px 0 0;
}

.home-page-cols .umb-grid {
    width: 100%;
}

    .home-page-cols .white-box {
        background: #ffffffc4;
        padding: 8px;
        min-height: 255px;
        border-radius: 7px;
    }





.right-box {
    background: #ffffffc4;
    padding: 10px;
    border-radius: 7px;
    border: solid 1px #ccc;
}


 
.facebook-link{
	padding: 3px;
	display:block;
	background: #991c1f;
	color: #f7ec18;
	text-align: center;
	 margin: 12px 0;
    border-radius: 5px;
    
	width: 100%;
   
	
}

.facebook-link:hover{
    color: #fff;
    text-decoration: none;
}

@media (max-width: 560px) {
   .home-page-cols .white-box {
        background: #fff ;
		border: solid 1px #e3e3e3;
		border-radius: 5px  ;
	   margin: 5px 0 0 0;
	   
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}