/* Make header navigation */
#main-superfish-wrapper ul li span.gdl-label {
    font-size: 14px;
    line-height: 1.3;
    display: block;
}

/* Make header navigation */
.pheader a{
    margin: 0;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, .5);
    line-height: 1.8em;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 3px 15px;
    font-size:30px;
    background-clip: padding-box;
    background-color: rgba(52,92,163,0.85);;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(33,33,33,0.2);
    box-shadow: 0px 0px 6px 2px rgba(33,33,33,0.2);
}

.pheader a:hover{
color:#e8ebf4;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, .2);
}

/* Change colors on header */
.tablepress tfoot th, .tablepress thead th {
    background-color: #e8ebf4;
    font-weight: 700;
    vertical-align: middle;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #345da3;
  color:#f7f7f7;
}

/* Formatting Google Embeds */
#top-bar {
    border-bottom: 1px solid #e8ebf4;
    padding: 6px 6px 0;
}

#top-bar {
    background: none;
    margin: 0;
    overflow: hidden;
}

.switcherArrows {
  display:none;
}

/* Put more padding on contact forms */
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    padding: 10px 10px;
    margin: 5px 0px 0px;
}

/* GATS / SREC Page - Tabs (change color of content) */
div.gdl-tab ul.gdl-tab-content {
    color: #212121;
}