/* Stylesheet for New Barron Website */
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital@0;1&display=swap');



html, body{
  background-color: #000;
  background:url(/themes/new_barron/css/images/bg_body.jpg) no-repeat fixed;
  background-size:cover;
  color:#fff;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.bg-haze{
  background:rgba(0,0,0,0.85);
}

.left-bar{
  min-height:100%;
  text-align:center;
  padding-top:12px;
}

.left-bar .mobile-btns{
  padding:20px;
  display:none;
}

.left-bar .mobile-btns a{
  width:100%;
  background:#333;
  height:45px;
  display:block;
  text-align:center;
  padding-top:15px;
  border-radius:10px;
}

.left-bar h5{
  color:#bbbbbb;
  font-size:1.1em;
  padding:0;
  margin:20px 0 0 0;
}

.left-bar .number{
  font-size:3em;
  font-weight:bold;
}

.left-bar h6{
  color:#bbbbbb;
  padding:0;
  margin:0 0 20px 0;
}

/*////////////start main-nav ////////////*/

.left-bar ul.main-nav{
  //list-style-type: none;
  margin:0 0 40px 0;
  padding:0;
  clear:both;
}

.left-bar ul.main-nav li{
  list-style-type: none;
  text-align:right;
  border-top:1px dotted #666;
  border-bottom:1px dotted #666;
  padding:5px 5px 5px 0;
  font-size:1.5em;
  cursor: pointer;
  background:rgba(0,0,0,0.70);
}

li a.is-active{

  background:#000;
  color:#f00;
}

.left-bar ul.main-nav li.is-active{
  background:#222;
}

/*////////////end main-nav ////////////*/

.left-bar p{
  padding:10px 0;
  font-size:1.3em;
}

.ticker{
  font-size:1.6em;
  padding:10px 20px;
  margin:20px -20px 20px 0;
  text-align:center;
  min-height: 50px;
  opacity: 0;
  transition:opacity 500ms ease-in;
  position: relative;
  overflow: hidden;
}

.ticker .text{
  position: absolute;
  top:0;
  left:100%;
  padding:10px 20px;
  width:100%;
}

.ticker .text strong{
  color:#f00;
}

.text-boxes{
  padding-top:40px;
}

.text-boxes .item{
  padding:10px 20px;
  margin-bottom:10px;
}

.text-boxes .item .title{
  font-size:1.5em;
  font-weight: bold;
  padding-bottom:15px;
}

.text-boxes .item p{
  font-size: 1.1em;
}

.contact-form{
  padding:10px 20px;
  margin-bottom:20px;
  transition:all 500ms ease-in;
  position: relative;
}

.contact-form .title{
  font-size:1.8em;
  font-weight: bold;
  text-align: center;
}

.contact-form p{
  text-align: center;

}

.contact-form input{
  display:block;
  height:38px;
  width:100%;
  color:#111;
}

.contact-form .btn{
  width:100%;
  height:38px;
  position: relative;
  font-size:1.5em;
  margin-top:20px;
}

.contact-form .btn img{
  position: absolute;
  bottom:0;
  left:0;
}

.contact-form .loading{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.9);
  text-align: center;
  padding-top:40%;
  font-size: 3em;
  font-weight: bold;
  display: none;
  transition:opacity 600ms;
  opacity:0;
}

.map{
  height:200px;
  border:4px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  padding:0!important;
  margin:20px 0 ;
}

.links-page a{
  background:url(/themes/new_barron/css/images/icon_links.png) no-repeat;
  padding-left:40px;
  height:24px;
  padding-bottom:10px;
  padding-top:3px;
}

a{
  color:#fff;
}

a:hover{
  color:#fff;
}

li{
  padding-bottom: 10px;
}
h3{
  margin-bottom:0;
  padding-bottom: 0;
}
.green-check{
  padding:0 0 0 15px;
}
.green-check li{
  background:url(/themes/new_barron/css/images/green_check.png) no-repeat;
  padding-left:35px;
  margin-left:0;
  list-style-type: none;
  padding-top:10px;
}

@media (max-width: 996px){
  .ticker{
    float:none!important;
    margin-left:0!important;
    width:100%;
    height:90px;
  }

@media (max-width: 996px){
  .ticker{
    float:none!important;
    margin-left:0!important;
    width:100%;
    height:90px;
  }

.left-bar ul.main-nav li{
    text-align:center;
  }

.left-bar .mobile-btns{
    display:block;
  }
}

@media (max-width: 994px){
  
 .field-content {
  margin-top:1rem;
  padding-top:1rem;
  font-family: "Lobster Two", cursive;
  font-size:1rem;
}
@media (max-width: 1050px){
  
 .field-content {
  margin-top:1rem;
  padding-top:1rem;
  font-family: "Lobster Two", cursive;
  font-size:1rem;
}

@media (max-width: 1200px){
  html, body{
    font-size:12px;
  }
}
 
}

.app-text-left {
  margin-top: 10%;
}

.click-here {
  color: red;
}

.best-in {
  background: #035977;
    background: -moz-linear-gradient(top, #035977 0%, #024D66 50%, #02455B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035977), color-stop(50%,#024D66), color-stop(100%,#02455B));
    background: -webkit-linear-gradient(top, #035977 0%,#024D66 50%,#02455B 100%);
    background: -o-linear-gradient(top, #035977 0%,#024D66 50%,#02455B 100%);
    background: -ms-linear-gradient(top, #035977 0%,#024D66 50%,#02455B 100%);
    background: linear-gradient(to bottom, #035977 0%,#024D66 50%,#02455B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035977', endColorstr='#02455B',GradientType=0 );
    padding: 1em;
    border-radius: 8px;
  margin-bottom: 1em;
}

.best-in h3 {
  margin-bottom: .5em;  
}

.best-in h3, .best-in h4 {
  margin: 0em;  
}

.field-content {
  margin-top:1rem;
  padding-top:1rem;
  font-family: "Lobster Two", cursive;
  font-size:1rem;
}

@media (min-width: 768px)
.col-md-9 {
  margin-top:25px;
}

div#views_slideshow_cycle_teaser_section_ticker_view-block_1 {
    margin-top: 25px;
}





