/********************************************************
* @author Bob Michaels // Texas General Land Office
*********************************************************/

@charset "utf-8";
.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out!important
}

.headroom--unpinned {
    top: -100px!important
}

.headroom--pinned {
    top: 0!important
}

.search-box {
    float: right;
    font-size: 14px;
    display: block;
    margin: 8px 30px 0 0;
    width: auto;
    border: solid 1px #000;
    border-radius: 270px
}

.search-box input {
    position: relative;
    -webkit-appearance: none
}

.search-box input:focus {
    outline: 0
}

.search-box .toggle {
    background-repeat: no-repeat;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    border-radius: 999px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    background-color: #fff;
    background-position: center -1px;
    background-size: 36px 72px
}

.search-box .toggle:hover {
    background-position: center -38px
}

.search-box .toggle {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    transition: transform .5s;
    background-image: url(../images/search-sprite.png);
    background-position: 2px -2px;
    background-size: 36px 72px;
    border: none;
    text-indent: -999px;
    z-index: 2
}

.search-box .toggle:hover {
    background-position: 2px -39px
}

.search-box .toggle.open {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    background-position: 0 -1px
}

.search-box input[type="search"],
.search-box input[type="text"] {
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    background-color: #fff;
    border: none;
    border-image-width: 0;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    border-radius: 999px;
    height: 36px;
    margin: 0 0 0 -36px;
    padding: 0 0 0 36px;
    width: 0;
    z-index: 1
}

.search-box input[type="search"].open,
.search-box input[type="text"].open {
    width: 215px
}

.mob-search-icon {
    display: none
}

.glo-menu .dropdown-menu a.icon-social {
    display: inline;
    font-size: 42px;
    margin-right: 5px
}

.glo-menu .dropdown-menu li a.icon-social:hover {
    color: #ac172b;
    border: solid 1px transparent
}

.navbar {
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #333;
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    min-height: 1px;
    margin-bottom: 0;
    border: none;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5);
    z-index: 1000
}

.gmap {
    padding: 0
}

.gmap iframe {
    width: 100%;
    height: 290px
}

.navbar-brand {
    margin-right: 20px;
    padding: 5px 0 0 20px;
    margin-bottom: 3px
}

.navbar-default {
    background-color: #000;
    border-color: transparent;
    height: auto
}

.navbar-nav {
    margin: 3px 0 0
}

.navbar-social {
    padding-top: 10px
}

.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400
}

.nav>li>a {
    padding: 10px
}

.dropdown-menu {
    border: none;
    z-index: 1000;
    padding: 10px;
    font-size: 17px;
    background-color: #ededed
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-menu>li>a {
    color: #FFF;
    padding-left: 10px;
    font-size: 20px
}

.nav ul.fa-ul {
    margin-left: 0
}

.nav ul.fa-ul .fa-li {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    text-align: center
}

li.nolink {
    margin-bottom: 10px
}

.nav-caret {
    font-size: 12px;
    margin: 0 0 0 3px
}

.main-nav-bg {
    background-color: #ededed;
    display: none;
    height: 401px;
    position: absolute;
    top: 150px;
    width: 100%;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
    z-index: 100
}

.navbar-toggle {
    position: relative;
    height: 38px;
    float: right;
    margin-top: 6px;
    margin-right: 15px;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 10%;
    padding: 10px
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ff0
}

.dropdown.glo-menu-fw a.dropdown-toggle:focus {
    color: #ff0
}

.btn-mob-search {
    display: none
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle {
    height: 40px;
    border-color: transparent
}

.navbar-toggle .icon-bar {
    transition: all .2s
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggle .middle-bar {
    opacity: 0
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}

.navbar-default .navbar-nav > li > a {
    color: #FFF
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #f8f6f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.5)
}

.dropdown.glo-menu-fw.open a.dropdown-toggle:focus {
    color: #555
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
{
    color: #555;
    background-color: none
}

.glo-menu .dropdown a,
.glo-menu .dropdown-menu a {
    color: #555;
    display: block
}

.glo-menu .dropdown-menu ul li a {
    line-height: 14px;
    padding: 5px 0 5px 10px;
    font-size: 18px
}

.glo-menu .dropdown-menu ul li li a {
    line-height: 14px;
    padding: 0 0 0 20px
}

.glo-menu .dropdown-menu ul li li a::before {
    content: "> "
}

.glo-menu .dropdown a:hover,
.glo-menu .dropdown-menu a:hover {
    color: #000
}

.glo-menu .dropdown-menu li a {
    border: solid 1px transparent
}

.glo-menu .dropdown-menu li a.btn-cc {
    border: solid 2px #ac172b
}

.glo-menu .dropdown-menu li a.btn-cc:hover {
    border: solid 2px #000
}

.glo-menu .dropdown a.btn-cc,
.glo-menu .dropdown-menu a.btn-cc {
    color: #ac172b;
    display: block
}

.glo-menu .dropdown a.btn-cc:hover,
.glo-menu .dropdown-menu a.btn-cc:hover {
    color: #000
}

.glo-menu .dropdown-menu li a:hover {
    color: #ac172b;
    border: solid 1px #ac172b
}

.glo-menu .dropdown-menu > li > a {
    padding: 6px 15px
}

.glo-menu .navbar-nav > li > .dropdown-menu {
    margin-top: 0
}

.glo-menu i {
    color: #BFBFBF
}

.glo-menu .dropdown-menu {
    box-shadow: none;
    border: none;
    left: auto;
    padding: 0
}

.input-group {
    width: 100%;
    margin-bottom: 10px
}

.glo-menu video {
    max-width: 100%;
    height: auto
}

.glo-menu iframe,
.glo-menu embed,
.glo-menu object {
    max-width: 100%
}

.glo-menu .google-map {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 200px
}

.glo-menu div.google-map {
    background: #fff;
    height: 200px;
    width: 100%;
    margin: 0
}

#googlemaps img {
    max-width: none
}

.glo-menu .dropdown-menu .withoutdesc {
    margin-top: 0;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
    padding: 15px 20px 20px;
    background-color: #f8f6f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.glo-menu a:hover {
    text-decoration: none
}

.glo-menu .dropdown-menu .withoutdesc ul li {
    padding: 0
}

.glo-menu .dropdown-menu .withoutdesc ul li:hover,
.glo-menu .dropdown-menu .withoutdesc ul li:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5!important
}

.glo-menu .dropdown-menu .withoutdesc ul li.nolink:hover {
    background-color: transparent
}

.glo-menu .dropdown-menu .withoutdesc li:last-child {
    border-bottom: 0 solid #fff
}

.glo-menu .glo-menu-content.withdesc a:after {
    color: #7b6a3b;
    content: attr(data-description);
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    text-transform: uppercase;
    margin: 10px 0 15px
}

.glo-menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px
}

.glo-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.glo-menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px
}

.glo-menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.glo-menu .dropdown-submenu.pull-left {
    float: none
}

.glo-menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.glo-menu p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #656565
}

.glo-menu .nav,
.glo-menu .collapse,
.glo-menu .dropup,
.glo-menu .dropdown {
    position: static
}

.glo-menu .half {
    width: 50%;
    left: auto!important;
    right: auto!important
}

.navbar-right a.icon-social {
    font-size: 22px;
    margin-left: 5px
}

.glo-menu .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0
}

.glo-menu .glo-menu-content {
    padding: 15px 25px
}

.glo-menu .dropdown.glo-menu-fw .dropdown-menu {
    left: 0;
    right: 0;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.8)
}

.glo-menu .title {
    margin-top: 15px;
    text-transform: uppercase;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000
}

.glo-menu ul {
    list-style: none;
    padding-left: 0
}

.navbar-social a,
.navbar-right a,

/* .dropdown.glo-menu-fw a.dropdown-toggle:focus */

{
    color: #FFF
}

.navbar-social a:hover,
.navbar-right a:hover,
.navbar-default .navbar-nav > li > a:hover {
    color: #CCC
}

.navbar-toggle.collapsed .top-bar,
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0)
}

.glo-menu .dropdown-submenu,
.glo-menu .container {
    position: relative
}

p.nav-contact {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px
}

p.nav-contact span.main {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px
}

hr.nav-sep {
    margin: 12px 0
}

@media (max-width: 1573px) {
    .glo-menu .dropdown-menu a.icon-social {
        font-size: 34px
    }
}

@media (max-width: 767px) {
    .headroom {
        position: relative
    }
    .headroom--unpinned {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        top: 0!important
    }
    .headroom--pinned {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        top: 0!important
    }
    .search-box {
        display: none
    }
    .mob-search-icon {
        display: block;
        float: right;
        padding: 15px 10px 0 0
    }
    .dropdown.glo-menu-fw.open a.dropdown-toggle {
        padding-bottom: 0
    }
    .navbar-default .navbar-nav>li>a {
        padding-bottom: 15px;
        font-weight: 700
    }
    .glo-menu .dropdown-menu .withoutdesc {
        padding: 0 20px 20px
    }
    .glo-menu .dropdown-menu .withoutdesc h3 {
        font-size: 21px
    }
    .glo-menu .dropdown-menu ul li a {
        font-size: 20px
    }
    .gmap {
        padding: 0 20px
    }
}