.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    padding: 8px;
    z-index: 100;
}

.strong {
    font-weight: 600;
}

.tall {
    font-size: large;
}

.nostrong { /* Removes automatic bolding of links */
    font-weight: 400 !important;
}

.agency {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .1rem;
    font-size: 1.3rem;
    display: block;
    filter: drop-shadow(0px 0px 5px #111);
}

.tag-title {
    color: #fff !important;
    font-size: 1em;
    margin-bottom: 0;
    font-style: italic;
    display: block;
    padding-top: 10px;
}

.tagline {
    font-weight: 500;
}

.hometile {
    text-align: center;
    height: 150px;
}

.hometile a {
    vertical-align: middle;
}

.externallink-before:before {
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    Font-size: 1em;
    line-height: 1em;
    content: " \f35d";
    margin-right: .5em;
}

.externallink:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f35d";
}

.pdf-before:before {
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    Font-size: 1em;
    line-height: 1em;
    content: " \f1c1";
    margin-right: .5em;
}

.pdf:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c1";
}

.word:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c2";
}

.excel:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f1c3";
}

.video:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    Font-size: .9em;
    line-height: 1em;
    vertical-align: .25em;
    content: " \f03d";
}

/* FOOTER FORMATTING */
.footer-bkg {
    width: 100%;
    min-height: 230px;
    background-image: url("/assets/img/footer-bkg.svg");
    background-position-x: center;
    margin-top: 60px;
}

.footer-area {
    font-size: 1rem;
    font-weight: lighter;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .05em;
    width: 100%;
    background-blend-mode: luminosity;
    background-size: 300px 182px;
    background: #536544 url('/assets/img/seal.png') no-repeat 75% 100%;
}

html, body {
    height: 100%
}

/* Sticky footer to bottom of page */
.site-footer {
    background: #FFFFFF;
}

#content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.site-footer {
    flex-shrink: 0;
}

/* Bootstrap table overrides */
.table th {
    font-weight: 500 !important;
}


/* Style the buttons that are used to open and close the accordion panel */
.phone-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .phone-accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.phone-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#contactform {
    padding-right: 15px;
}

ul.nostrong li a {
    font-weight: 400 !important;
}

/* Google Custom Search styling */
input.empty {
    background: url(https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) left 10px center no-repeat rgb(255, 255, 255);
    text-indent: 46px;
}

.gsc-results-wrapper-nooverlay {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.navbar {
    background: #eeeeee;
    /*font-family: "Montserrat", sans-serif;*/
    letter-spacing: 0.5px;
}

.top-navigation {
    letter-spacing: 0.5px;
}

#top-navigation {
    float: right;
}

ul.no-bullets {
    list-style: none;
    margin-left: 0;
}

ul.no-pad {
    padding-left: 1em;
    text-indent: -1em;
}
