/**** Media Queries ***/
@media screen and (max-width: 1540px) {

}
@media screen and (max-width: 1300px) {

    .search-image {right: -25px;}
}

@media screen and (max-width: 1200px) {
    .siteTitle {text-align: center;}
    .quick-links ul {transform: none; float: none; margin: auto; max-width: max-content;}
    .shadow-layer {height: 179px;}
    #underpage-gallery .slick-slide img  {height: auto; width: 100%;}
}
@media screen and (max-width: 1100px) {

    .sf-with-ul {
        margin-bottom: 0 !important;
    }
    
    .news-list .news-item .article-content {
        float: right;
        width: 100%; 
    }
    .search-image {
        right: 50px;
    }
    #nav-wrap{ 
	    width:48px; 
	    margin:0; 
	    position:relative !important; 
	    bottom: auto !important;
	    padding: 30px 0;
	}
	nav#nav-wrap ul {
    display: none !important;
}
	span.accessHidden {
    display: none;
}

    #underpage-gallery .slick-arrow {display:none !important;}
	/* menu icon */
       #menu-icon {
            position: absolute;
            left: 50px;
            display: block;
            width: 16px;
            top: 0;
            height: 0px;
            box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff;
            margin: 15px 0 0 0;
    }
        
        #menu-icon:after {
            content: "";
            position: absolute;
            left: 0;
            display: block;
            width: 16px;
            top: 0;
            height: 25px;
        }
}

@media screen and (max-width: 1000px) {
    .header-text {bottom: 7%;}
}

@media screen and (max-width: 768px) {
     a.anchor{top: -50px;}
    .home-slider .fa-arrow-right.slick-arrow img {
        right: 5px;
        width: 50px;
    }
    .home-slider .fa-arrow-left.slick-arrow img {
        left: 5px;
        width: 50px;
    }
    .home-mobile-slider .fa-arrow-right.slick-arrow img {
        right: 5px;
        width: 50px;
    }
    .home-mobile-slider .fa-arrow-left.slick-arrow img {
        left: 5px;
        width: 50px;
    }
    .header-text {
        padding: 10px 20px;
    }
    .header-text h1 {
        font-size: 35px;
    }
    .header-text h2 {
        font-size: 20px;
    }
    .news-list .news-item .article-content {width: 100%;}
    .footer > ul, .social-media ul, .footer-icons ul {
        margin: auto;
        width: max-content;
        margin-bottom: 35px;
    }
} 
@media screen and (max-width: 600px) {
    .breadcrumb {
        padding: 10px 30% 10px 10%;
    } 
    .inner-banner h2 {
        font-size: 3rem;
    }
    .header-alert .alert-heading {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .header-alert .alert-message {
        float:none;
        width: 98%;
    }
    .header-alert .alert-closing {
        float:none;
        margin: 20px auto;
    }
    .shadow-layer {height: 151px;}
    /*main#content {
        margin: 0 20px;
    }*/
    ul.slick-dots {
        height: 35px;
        padding-top: 2px;
    }
    .top-nav{position: relative; background: #4A02A2;}
    .top-nav ul{
        padding-left: 25px;
        padding-right: 15px;
    }
    .top-nav ul li a {border: none;}
    #logo{top: auto !important;}
    input#predSearch {
        width: 50%;
    }
    .search .searchButton {width: 18%;}
    #predSearchResults {width: 68% !important;}
    #main {
        flex-direction: column-reverse;
    }
    .footer > ul, .social-media ul, .footer-icons ul {
        display: block;
    }
    .quick-links ul {
        text-align: center;
        font-size: 10px;
    }
    .home-slider .fa-arrow-right.slick-arrow img, .home-slider .fa-arrow-left.slick-arrow img {
        width: 15px;
    }
    .home-mobile-slider .fa-arrow-right.slick-arrow img, .home-mobile-slider .fa-arrow-left.slick-arrow img {
        width: 15px;
    }
    .footer > ul > li:nth-of-type(1) > img{
        max-height: 100px;
    }
    .footer > ul > li:nth-of-type(2) {
        text-align: center;
    }
    .social-media ul li {
        margin-bottom: 10px;
    }
    .footer-icons ul li {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-column-one, .footer-column-two {
        text-align: center;
    }
    .home-mobile-slider {
        display: block !important;
    }
    .home-slider {
        display: none !important;
    }
    #underpage-gallery {
        max-width: 100%;
    }
    .underpage iframe {
        float: none!important;
        width: 93%;
    }
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
    
}


@media screen and (max-width: 1000px) {
	
}

@media print {
    .underpage {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 10px;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    header, footer {
        display:none;
    }
}