body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

.site {
    background-color: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

.site-main {
    position: relative;
}

    .site-main .sidebar-container {
        height: 0;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
    }

    .site-main .sidebar-inner {
        margin: 0 auto;
        max-width: 1040px;
    }



.site-header {
    position: relative;
}

.site-header .home-link {
    color: #141414;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 230px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    color: #313133;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}

.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.site-header {
    background: url(../images/siteheader.jpg) no-repeat scroll top;
    background-size: 1600px auto;
}
.site-footer {
    color: #141414;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 50px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
    text-align:center;
}

.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}


.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}

.search-enable {
    float: right; 
    padding: 10px; 
    opacity: 1;
}

.search-disable {
    float: right; 
    padding: 10px; 
    opacity: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #cccccc;
    font: 300 20px "Source Sans Pro", Helvetica, sans-serif;
}


li {
    float: left;
}

    li a, .dropbtn {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover, .dropdown:hover .dropbtn {
            background-color: #000044; /*red;*/
        }

    li.dropdown {
        /*display: inline-block;*/
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.search-field {
    width: 30px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    background-image: url(../images/search-icon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 30px 12px 30px;
    -webkit-transition: background-color 0.8s, width 0.4s ease-in-out;
    transition: background-color 0.8s, width 0.4s ease-in-out;
    float: right;
}

    .search-field:focus {
        width: 200px;
        background-color: white;
    }

.search-form {
    width: 100%;
    height: 0px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 1px 30px 1px 30px;
    -webkit-transition: background-color 0.8s, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: background-color 0.8s, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    float: right;
    opacity: 0;
    visibility: hidden;
}

    .search-form:active {
        width: 100%;
        height: 300px;
        background-color: white;
        visibility: visible;
    }

.search-form-open {
    width: 100%;
    height: 300px;
    background-color: white;
    visibility: visible;
}
  .search-form.active {
    width: 100%;
    height: 300px;
    background-color: white;
    opacity: 1;
    visibility: visible;
  }

.searchitem {
    padding: 20px;
    -webkit-transition: background-color 0.8s, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: background-color 0.8s, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.searchitem.active {
   opacity: 1;
}
.searchitem.inactive {
   opacity: 0;
}

.searchpreset {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 16px;
    margin: 3px;
    padding: 5px;
    overflow: hidden;
    background-color: #dddddd;
    font: 300 16px "Source Sans Pro", Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #444444;
}
.searchpreset:hover, .searchpreset:active {
    background-color: #bbbbbb;
    background-color: #bbbbbb;
    color: #ffffff;
}

.searchUD {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    background-color: #dddddd;
    font: 300 16px "Source Sans Pro", Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #444444;
}
.searchUD:hover, .searchUD:active {
    background-color: #bbbbbb;
    background-color: #bbbbbb;
    color: #ffffff;
}

.fieldSearch {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px solid #eeeeee;
    border-radius: 4px;
}

/* Create three equal columns that floats next to each other */
.colyear {
    float: left;
    width: 10%;
    padding: 10px;
    margin-left: 50px;
    font: 300 16px "Source Sans Pro", Helvetica, sans-serif;
}
.coldate {
    float: left;
    width: 20%;
    padding: 10px;
    font: 300 16px "Source Sans Pro", Helvetica, sans-serif;
}
.coldetails {
    float: left;
    padding: 10px;
    font: 300 16px "Source Sans Pro", Helvetica, sans-serif;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.sectiontitle {
    font: 300 20px "Source Sans Pro", Helvetica, sans-serif;
}

.navbar .icon {
    display: none;
}

.pbib {
    padding: 10px;
    font: 300 16px "Source Sans Pro", Helvetica, sans-serif;
}
.pbib:after {
    content: "";
    display: table;
    clear: both;
}

#nameSearch {
    max-width: 500px;
}
#colSearch {
    max-width: 500px;
}
#locSearch {
    max-width: 500px;
}

#divColSearch {
    float: right;
}

#divLocSearch {
    float: left;
}

@media screen and (max-width: 1110px) {
  .search-form-open {
    width: 100%;
    height: 400px;
    background-color: white;
    visibility: visible;
  }
  .search-form.active {
    width: 100%;
    height: 400px;
    background-color: white;
    opacity: 1;
    visibility: visible;
  }
 
  .fieldSearch {
    font-size: 12px;
  }

  .searchUD {
       font-size: 12px;
  }

  .divPresets {
       line-height: 2.0;
  }

  .searchpreset {
    font-size: 12px;
    margin: 1px;
    padding: 2px;

  }
  #nameSearch {
    font-size: 12px;
    max-width: 300px;
  }
  #colSearch {
    font-size: 12px;
  }
  #locSearch {
    font-size: 12px;
  }
  #yearFrom {
    font-size: 12px;
  }
  #yearTo {
    font-size: 12px;
  }

  .divUDSearch {
    float: left;
    line-height: 2.0;
  }
}

@media screen and (max-width: 700px) {
    /*ul li {
        float: none;
    }

    .dropdown {
        float: inherit;
        display: block;
    }

    li a, .dropbtn {
        float: none;
    }*/


    .site-header {
        height: 80px;
    }
    .site-description {
        display: none;
    }

    .site-title {
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        margin: 0;
        padding: 10px 0 10px;
    }

    .navbar a {
        //display: none;
        font-size: 12px;
    }

    /*.navbar a.icon {
        float: left
        display: block;

    }

    .navbar.responsive .icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }*/
}
