
body {
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat';
}

html, body {
    display: flex;
    flex-direction: column;
}

body > .container {
    padding: 60px 15px;
}

.top-bar a {
    color: #ffffff;
    visibility: hidden;
}

.top-bar a:hover {
    text-decoration: none;
}

.navbar-dark {
    background-color: #fff !important;
    margin-top: 1.2em;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .25);
    position: absolute;
}

.navbar-collapse {
    text-align: center;
}

.nav-item > .nav-link {
    margin: 0;
    text-transform: uppercase;
}

.nav-link {
    margin: auto auto auto 2em;
}

.navbar-dark .navbar-nav .nav-link {
    color:black;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: black !important;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
{
    color: #000000 !important;
}

.navbar-brand > img {
    height: 55px;
}

.overlay {
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: .5;
}

.header {
    margin-top: 3em;
}

.header-img {
    position: absolute;
    max-height: 8em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 2em;
}

.carousel-inner {
    height: 15em;
}

.carousel-inner-home {
    height: 30em;
}

.carousel-item {
    height: 100%;
    background-color: #000000;
}

.carousel-item:hover{
    cursor: pointer;
}

.search-section {
    position: absolute;
    width: 40%;
    height: 50%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-logo {
    max-height: 10rem;
}

.hero-search-input {
    background: #00000050;
    outline: none !important;
    border-color: #c3903d !important;
    border-width: 3px;
    box-shadow: none !important;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
}

.hero-search-input:focus {
    background: #00000075;
    color: #ffffff;
}

.hero-search-input::placeholder {
    color: #ffffff;
    opacity: .75;
    font-style: italic;
}

.searchButton {
    background: #c3903d;
    outline: none !important;
    border-color: #c3903d !important;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    text-transform: Uppercase;
    padding-right: 20px;
}

.breadcrumb{
    background: #464646;
    text-transform:uppercase;
    border-radius: 0;
    color: #ffffff;
}

.breadcrumb a, .breadcrumb span {
    color: white;
    padding: 0 5px 0 0;
}

.serve-now{
    position: absolute;
}

.content_wrapper {
    min-height: calc(100vh - 710px);
}

.content_wrapper_homepage {
    min-height: calc(100vh - 950px);
}

@media (max-width: 992px) {
    .content_wrapper, .content_wrapper_homepage{
        min-height: calc(100vh - 798px);
    }
}

a.btn.photo-btn:hover {
    color: black;
}

.headings {
    font-weight:bold;
}

.content {
    position: relative;
}

.gray-bg {
    background: #efefef;
    width: 100%;
}

.additional-info ul {
    font-weight: bold;
    font-size: large;
}

.additional-info li {
    font-weight: normal;
    list-style-type: none;
}

.body-text{
    text-align: center;
    background: white;
    width: 100%;
    display: block;
    box-shadow: 0 2px 10px 0 black;
}

.text-title{
    padding: 15px 0 0 0;
}

.text-title h1{
    margin-bottom: 0;
    font-size: 50px;
}

.text-content{
    padding: 25px;
    text-align: left;
}

.shift-it-up{
    position: relative;
    top: -3.5em;
    margin-bottom:-2.5em;
}


.footer {
    width: 100%;
    background: #464646;
}

.footer-section {
    padding-top: 1em;
}

.footer-content {
    padding: 30px 0;
    color: #ffffff;
    line-height: 1em;
}

.footer-content hr {
    border: 1px solid #ffffff;
}

.footer-content ul {
    text-decoration: none;
    list-style: none;
    margin: auto 0;
    padding: 0;
}

.footer-links .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.footer-links a{
    color:rgba(255, 255, 255, 0.59);
    text-transform: inherit !important;
}

.footer-links a:hover{
    color: rgba(255,255,255,1);
}

.footer-copyright {
    padding: 20px 0;
    color: #ffffff;
    background: #000000;
    width: 100%;
}

.footer-copyright a {
    color: white;
    padding: 0 8px;
}

.footer-logo {
    height: 60px;
    padding-top: 18px;
}

.official {
    padding-top: 0.5em;
}

input#KEYWORD_SUBMIT {
    background-color: #d15421;
    border-color: #914014;
    border-radius: 0;
}

#keyword_input {
    padding-bottom: 1em;
}

.search-footer{
    color: rgba(255, 255, 255, .5);
    text-transform: inherit !important;
    padding-bottom: 0.5em;
}

.official{
    padding-top: 0.5em;
}

label[for="KEYWORD"]{
    display:block;
}
#KEYWORD{
    display: inline;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*  width: 100%; */
    margin-bottom: 10px;
}

#keyword_input{
    display:inline;
}

#KEYWORD_SUBMIT{
    border-radius: 0;
    margin-top: -2px;
    margin-bottom: 10px;
    width: 62%;
}


#agency_list, #keyword_search{
    padding: 0 10px;
}

#site_search {
    display: inline;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: auto;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    #KEYWORD_SUBMIT{
        width: auto;
        margin-right: 5px;
        margin-bottom: 0;
    }
    #KEYWORD{
        width: auto;
    }
    #agency_list, #keyword_search{
        padding: 0;
    }
#site_search{
    width: 65%;
     }
}


/* Social Media  */

.fab {
    font-size: 35px;
    color: #fff;
    padding: 4px 0;
    width: 40px;
    margin-left: 6px;
    margin-top: 0;
}

.social-links li a:hover {
    color: rgba(256, 256, 256, 1);
}

.social-links {

    display: flex;
    flex-direction: column;
    justify-content: right;
    text-decoration: none !important;
}


/* RESPONSIVE CSS (for carousel, and bootstrap size class extensions)
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}
@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
@media (min-width: 768px) {
    .w-md-25 {width: 25% !important;}
    .w-md-50 {width: 50% !important;}
    .w-md-75 {width: 75% !important;}
    .w-md-100 {width: 100% !important;}
}
@media (min-width: 992px) {
    .w-lg-25 {width: 25% !important;}
    .w-lg-50 {width: 50% !important;}
    .w-lg-75 {width: 75% !important;}
    .w-lg-100 {width: 100% !important;}
}
@media (min-width: 1200px) {
    .w-xl-25 {width: 25% !important;}
    .w-xl-50 {width: 50% !important;}
    .w-xl-75 {width: 75% !important;}
    .w-xl-100 {width: 100% !important;}
}


/* Screen Reader */
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.dropdown-menu > .nav-item , .submenu-ul > .nav-item {
    padding: .5em 1em;
    display: block;
}

.submenu{
    background: #efefef;
}

.submenu-ul{
    padding-left: 1em;
    list-style: none;
}

.drop-caret{
    display: none;
}

.carousel-indicators li {
    height: 1em;
    width: 1em;
    margin: auto 0.75em;
    background-color: #FFFFFF;
}

.carousel-indicators .active {
    background-color:#A96728;
}

.meet-title{
    text-transform: uppercase;
    padding: 15px 0 0 0;
}

.meet-text {
    margin: 20px;
    text-align: left;
}

.meet-content{
    padding: 25px;
    text-align: left;
}

.line-and-star {
    color: #5a2a33;
    margin-bottom: 10px;
}

.line-and-star div {
    display: inline-block;
    vertical-align: middle;
}

.line-and-star .line {
    width: 42.5%;
    border-bottom: 5px solid #5a2a33;
    position: relative;
    bottom: 10px;
}

.line-and-star .star{
    width: 5%;
}

.newsroom{
    padding: 1em;
}

.newsroom-title{
    text-transform: uppercase;
}


@media (max-width: 992px) {
    .shift-it-up{
        margin-top: 0;
    }
    .serve-now{
        display: none;
    }
}

.social-links li{
    display: inline;
    padding: 5px 10px;
}

.social-links li a{
    color: rgba(256, 256, 256, .5);
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.social-links li a:hover{
    color: rgba(256, 256, 256, 1);
}

.spinner {
    -webkit-animation-name: spin; -webkit-animation-duration: 750ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 750ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 750ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;
    animation-name: spin; animation-duration: 750ms; animation-iteration-count: infinite; animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}


/* RSS FEED */

.rss_header {
    display: block;
    top: auto;
    font-weight: bold;
    text-align: center;
    position: relative;
    background-color: #EFEFEF;
    margin: 0;
    padding: 15px;
    font-size: 16pt;
    font-family: Helvetica, Arial, sans-serif;
}


.feed {
    background:#efefef;
    min-height: 300px;
    padding:14px 9px 20px 9px;
}

.feed .rss_date {
    font-size:0.75em;
    font-style:italic;
    padding-top:5px;
    padding-bottom:15px;
    margin:0 15px 0 0;
    text-align:right;
}

.feed .rss_link {
    text-decoration:underline;
    margin:0.2em 0 0.2em 0;
    visibility:hidden;
}

.feed .rss_description, .rss_link {
    display:none;
}

.feed h1 {
    text-align:center;
}
