/** Mixins **/
/** Variables **/
/** End Variables **/
/** Place Holders **/
/* line 35, ../sass/header2.scss */
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li.dropdown:hover > a, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:active {
  color: #fff;
  background: #731a19;
  /* The Fallback */
  background: #731a19;
}

/** End Place Holders **/
/* line 57, ../sass/header2.scss */
.partnerBar {
  background: black;
  padding: 10px 0;
}
/* line 58, ../sass/header2.scss */
.partnerBar #partners {
  float: left;
}
/* line 63, ../sass/header2.scss */
.partnerBar .searchBox {
  float: right;
  margin-top: 5px;
  /* width: 245px; */
}
/* line 67, ../sass/header2.scss */
.partnerBar .searchBox .form-group {
  margin-bottom: 0;
}
/* line 70, ../sass/header2.scss */
.partnerBar .searchBox input {
  background: white;
  border: 0;
  height: 33px;
  line-height: 33px;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 2px 0 0px 2px;
  -moz-border-radius: 2px 0 0px 2px;
  -ms-border-radius: 2px 0 0px 2px;
  -o-border-radius: 2px 0 0px 2px;
  border-radius: 2px 0 0px 2px;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  position: relative;
  float: left;
}
/* line 82, ../sass/header2.scss */
.partnerBar .searchBox input::-moz-focus-inner {
  padding-bottom: 1px;
}
/* line 85, ../sass/header2.scss */
.partnerBar .searchBox button {
  background: white;
  border: 0;
  padding: 9px 10px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  float: right;
  font-size: 15px;
  line-height: 15px;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}
/* line 94, ../sass/header2.scss */
.partnerBar .searchBox button:active, .partnerBar .searchBox button :focus, .partnerBar .searchBox button :hover {
  color: red;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}
/* line 100, ../sass/header2.scss */
.partnerBar .fireEmsLogo {
  float: left;
}
/* line 102, ../sass/header2.scss */
.partnerBar .fireEmsLogo img {
  width: 85px;
  height: 45px;
}
/* line 107, ../sass/header2.scss */
.partnerBar .more-partners {
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 0 25px;
  text-transform: uppercase;
}
/* line 114, ../sass/header2.scss */
.partnerBar .more-partners a {
  color: #fff;
}
/* line 116, ../sass/header2.scss */
.partnerBar .more-partners a i {
  margin-left: 20px;
  font-size: 1.6em;
  line-height: 13px;
  position: relative;
  top: 1px;
}
/* line 127, ../sass/header2.scss */
.partnerBar .more-partners .navbar-nav > li:hover i {
  color: #731a19;
}
/* line 131, ../sass/header2.scss */
.partnerBar .more-partners .navbar-nav > li > a {
  padding: 0;
}
/* line 133, ../sass/header2.scss */
.partnerBar .more-partners .navbar-nav > li > a:hover {
  background: transparent;
}
/* line 137, ../sass/header2.scss */
.partnerBar .more-partners .navbar-nav > li > .dropdown-menu {
  background: #000;
}
/* line 139, ../sass/header2.scss */
.partnerBar .more-partners .navbar-nav > li > .dropdown-menu a {
  text-transform: initial;
  padding: 7px 15px;
}
/* line 142, ../sass/header2.scss */
.partnerBar .more-partners .navbar-nav > li > .dropdown-menu a:hover {
  background: #731a19;
  color: #fff;
}

/* line 152, ../sass/header2.scss */
/* Commented out to allow for blogger to choose background
#headerIMG {
  background-image: url(../../images/header2BG.jpg);
  background-size: cover;
  background-position: center center;
}*/

/* line 156, ../sass/header2.scss */
#headerIMG #brandIMG {
  margin: 0 auto;
}
/* line 158, ../sass/header2.scss */
#headerIMG #brandIMG img {
  max-width: 100%;
}

/* line 163, ../sass/header2.scss */
.navbar-default.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

/* line 170, ../sass/header2.scss */
.navbar-collapse {
  padding: 0;
}

/* line 173, ../sass/header2.scss */
.navbar {
  min-height: 80px;
  border: 0;
  border-radius: 0;
  background-color: #292929;
}
/* line 180, ../sass/header2.scss */
.navbar .navbar-nav > li > a {
  color: white;
  line-height: 80px;
  font: 400 18px/80px "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  letter-spacing: 1px;
}
/* line 196, ../sass/header2.scss */
.navbar .navbar-nav > li > .dropdown-menu {
  border: 0;
  background: #731a19;
}
/* line 199, ../sass/header2.scss */
.navbar .navbar-nav > li > .dropdown-menu a {
  color: #fff;
  padding: 7px 15px;
}
/* line 202, ../sass/header2.scss */
.navbar .navbar-nav > li > .dropdown-menu a:hover {
  background: #5c1414;
}

/* line 221, ../sass/header2.scss */
.blogname {
  display: none !important;
}

/* line 223, ../sass/header2.scss */
.stuck .blogname {
  display: block !important;
  background: #731a19;
}
/* line 228, ../sass/header2.scss */
.stuck .navbar-nav > li > a {
  font-size: 17px;
}

/* Mobile Fixes */
@media (max-width: 768px) {
  /* line 239, ../sass/header2.scss */
  #headerIMG {
    display: none;
  }

  /* line 244, ../sass/header2.scss */
  .partnerBar .searchBox {
    padding-top: 15px;
    width: auto;
  }

  /* line 249, ../sass/header2.scss */
  .affix {
    position: static;
  }

  /* line 253, ../sass/header2.scss */
  .navbar .container {
    padding: 0;
  }
  /* line 255, ../sass/header2.scss */
  .navbar .container .navbar-header {
    margin: 0;
    background: #000;
    padding: 0 15px;
  }
  /* line 259, ../sass/header2.scss */
  .navbar .container .navbar-header .blog-name {
    text-align: right;
  }
  /* line 261, ../sass/header2.scss */
  .navbar .container .navbar-header .blog-name h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  /* line 267, ../sass/header2.scss */
  .navbar .container .navbar-header .navbar-toggle {
    border: 0;
    font-size: 2.250em;
    color: #fff;
    background: transparent;
    padding: 5px 10px;
    float: left;
  }
  /* line 274, ../sass/header2.scss */
  .navbar .container .navbar-header .navbar-toggle:focus, .navbar .container .navbar-header .navbar-toggle:hover {
    background: #731a19;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0;
    -moz-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
  }

  /* line 283, ../sass/header2.scss */
  .navbar {
    background: transparent;
    min-height: inherit;
  }
  /* line 286, ../sass/header2.scss */
  .navbar .navbar-collapse {
    background: #000;
    -webkit-box-shadow: inset 0 0 0;
    -moz-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
    border-top: 0;
    float: left;
    margin: 0 15px;
    max-height: inherit;
  }
  /* line 293, ../sass/header2.scss */
  .navbar .navbar-collapse .navbar-nav {
    margin: 0;
  }
  /* line 296, ../sass/header2.scss */
  .navbar .navbar-collapse .navbar-nav > li > a {
    line-height: inherit;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  /* line 310, ../sass/header2.scss */
  .blog-name {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 319, ../sass/header2.scss */
  .navbar .navbar-nav > li > a {
    font-size: 14px;
    -webkit-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
  }

  /* line 329, ../sass/header2.scss */
  .stuck .navbar-nav > li > a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  /* line 341, ../sass/header2.scss */
  .navbar .navbar-nav > li > a {
    font-size: 13px;
    padding: 0 10px;
    -webkit-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
  }

  /* line 352, ../sass/header2.scss */
  .stuck .navbar-nav > li > a {
    font-size: 12px;
    padding: 0 8px;
  }
}
@media (max-width: 568px) {
  /* line 363, ../sass/header2.scss */
  .partnerBar #partners {
    float: none;
  }
}
@-moz-document url-prefix() {
  /* line 370, ../sass/header2.scss */
  .searchBox input {
    height: 34px !important;
  }
}
.mobile-navigation{
  display:none;
}
#wrap #header{
  display: block;
}
@media (max-width:768px){
.mobile-navigation{
  display:block;
}
#wrap #header{
  display:none;
}

.navbar-nav {
    float: left;
    margin: 0;
    display:block;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }

.navbar-header{
  float:left;
}
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
#mobile-nav-items .menu-item-has-children > a:after
{
  color: #fff;
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-left-color: #fff;
  margin-top: 13px;
  margin-right: 0px;
}

  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .nav form.search-form{
  width:100%;
  display: none;
  position: absolute;
  top:50px;
  right:0;
  text-align: center;
  padding-top:15px;
  padding-bottom:15px;
  background:#000;
  z-index:998;
  margin:0;
  }
  .nav input{
    width:68%;
  }
  .nav form .btn{
    margin-left:15px;
  }

.mobile-search {
background-color: #F8F8F8;
border: 1px solid #DADADA !important;
color: #4C4C4C;
display: inline;
font-size: 14px !important;
height: 35px !important;
padding: 0 0 0 2.4%;
width: 68%;
margin-right: 0.7%;
outline:0;
border-radius: 2px;
}

.go-btn-mobile { 
background: none repeat scroll 0 0 #731a19;
border: medium none !important;
color: white;
cursor: pointer !important;
font-size: 14px;
height: 37px !important;
position: relative;
padding: 12px 0;
line-height: 11px;
width: 22.5%;
}
.go-btn-mobile:hover{
  background:#222;
  color:#fff;
}

.mobile-search:focus {
outline:none;
}


#mobile-nav-items
    {
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      position: absolute;
    }

      #mobile-nav-items > a
      {
        display: none;
      }

      #mobile-nav-items li
      {
        position: relative;
      }
        #mobile-nav-items li a
        {
          color: #fff;
          display: block;
        }
        #mobile-nav-items li a:active
        {
          background-color: #c00 !important;
        }

      #mobile-nav-items span:after
      {

      }

      /* first level */

      #mobile-nav-items > ul
      {
        height: 3.75em; /* 60 */
        background-color: #222;
        width:280px;
        z-index:999;
        margin:0;
        padding:0;
        list-style: none;
      }
        #mobile-nav-items > ul > li
        {
          width: 25%;
          height: 100%;
          float: left;
          padding:0;
          list-style: none;
        }
          #mobile-nav-items > ul > li > a
          {
            height: 100%;
            font-size: 16px; /* 24 */
            line-height: 2.5em; /* 60 (24) */
            text-align: center;
          }
            #mobile-nav-items > ul > li:not( :last-child ) > a
            {
              border-right: 1px solid #000;
            }
            #mobile-nav-items > ul > li:hover > a,
            #mobile-nav-items > ul:not( :hover ) > li.active > a
            {
              background-color: #000;
            }


        /* second level */

        #mobile-nav-items li ul
        {
          background-color: #333;
          display: none;
          position: static;
          top: 100%;
          margin:0;
          padding:0;
          list-style:none;
          float:none;
        }
          #mobile-nav-items li:hover ul
          {
            display: block;
            left: 0;
            right: 0;
          }
            #mobile-nav-items li:not( :first-child ):hover ul
            {
              left: -1px;
            }
            #mobile-nav-items li ul a
            {
              font-size: 13px; /* 20 */
              border-top: 1px solid #000;
              padding: 10px 20px; /* 15 (20) */
            }
              #mobile-nav-items li ul li a:hover,
              #mobile-nav-items li ul:not( :hover ) li.active a
              {
                background-color: #000;
              }



      #mobile-nav-items
      {
        position: relative;
        float:left;
      }
        #mobile-nav-items > a
        {
          width: 3.125em; /* 50 */
          height: 3.125em; /* 50 */
          color:#fff;
          text-align: left;
          background-color: #222;
          position: relative;
          padding:5px 5px 0px 4px;
          text-align: center;
        }
        
        #mobile-nav-items > a >i{
          font-size: 2.250em;
color: #fff;
        }

        #mobile-nav-items:not( :target ) > a:first-of-type,
        #mobile-nav-items:target > a:last-of-type
        {
          display: block;
        }


      /* first level */

      #mobile-nav-items > ul
      {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding:0;
        list-style: none;
      }
      #mobile-nav-items.active > ul, .nav form.search-form.active{
        display:block;
      }
      #mobile-nav-items.active i{
        color:#fff;
      }
        #mobile-nav-items:target > ul
        {
          display: block;
        }
        #mobile-nav-items > ul > li
        {
          width: 100%;
          float: none;
          padding:0;
          margin:0;
          list-style: none;
        }
          #mobile-nav-items > ul > li > a
          {
            height: auto;
            text-align: left;
            padding: 0 0.833em; /* 20 (24) */
          }
            #mobile-nav-items > ul > li:not( :last-child ) > a
            {
              border-right: none;
              border-bottom: 1px solid #000;
            }


        /* second level */

        #mobile-nav-items li ul
        {
          position: static;
          padding-top: 0;
        }
.navbar.mobile-navigation .navbar-collapse{
  float:none;
  margin:0;
  background:#000;
  padding:0 10px 0;
}
#search-btn{
  padding:14px 15px 0;
  font-size:20px;
}
#search-btn:hover{
  background:transparent;
}
#search-btn i{
  vertical-align: top;
}
.navbar-brand{
  color:#fff;
}
}
/* End Mobile nav fixes */
