﻿:root{
    --color: #144a4e;
}

body {
    font-family: "IBM Plex Sans";
    font-size: 14pt;
    color: var(--color);
}

.mapbanner {
    border:0px;
    width:100%;
    height:350px;
}

.is-wrapper {
    height: auto;
}

a, a:hover, a:active, a:visited, a:focus{
    color:var(--color);
}

h1{
    font-size: 30pt;
}

div, p {
    line-height:1.4;
}


#topNavBar .bg-body-tertiary {
    background-color: white !important;
}

.navbar-toggler {
    display: none;
}

.container {
    max-width: 1024px;
}

.topNavBar .container img{
    margin:0px;
}

#searchbox img {
    height: 40px;
}

#searchButton {
    font-size: 1.5em;
    color: black;
}

#topBanner {
    background-color: #113d40;
    color: white;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.mapOverride {
    min-height: 0 !important;
    background-color: white !important;
}


#corePageContent {
    padding: 2em 0px 2em 0px;
    height:auto;
}

    #corePageContent .is-wrapper .is-box .is-container
    {
        padding:0px;
        margin:0px;
    }

    footer {
        margin-top: 2em;
        padding: 15px 0px 15px 0px;
        background-color: #144a4e;
        min-height: 200px;
        color: white;
        border-top: 5px solid #c1fdda;
        font-size: .8em;
    }

    footer p, td, li, label {
        font-size:.8em;
    }

    footer a {
        color: white !important;
        text-decoration: none !important;
    }

    footer a:hover{
        color:#aaaaaa;
    }

    footer ul {
        margin: 0px;
        padding: 0px;
    }

    footer li {
        list-style-type: none;
        float: left;
        margin-right: 25px;
    }

#footerRHS {
    text-align: right;
}


.search-hide {
    display: flex;
}

	table.figures {background-color:#eeeeee;
  		width:100%;
  }
  
  table.figures thead tr {
  background-color:white;
  }
  
  table.figures tr {
  	  border-bottom:1px #999999 solid;
  }

@media (max-width: 991px) {
    .navbar-toggler {
        display: block;
    }

    .search-hide {
        display: none !important;
    }

    #footerRHS {
        text-align: left;
    }
}
