.navbar_ h1.brand a {
     margin: 5px 0px 0px 0px;
     width: 350px;
     height: 77px;
}
.navbar_ .brand a {
     margin: 5px 0px 0px 0px;
     width: 350px;
     height: 77px;
}
 #double, #triple, #quad {
     width:100%;
     margin:10px 0px 10px 0px;
     overflow:hidden;
}
 #double li, #triple li, #quad li {
     line-height:2em;
     float:left;
     display:inline;
}
 #double li {
     width:50%;
}
 #triple li {
     width:33.333%;
}
 #quad li {
     width:25%;
}
 #six li {
     width:16.666%;
}
 .search-form {
     margin-top: 23px;
}
 .search-form input {
     height: 41px;
     width: 50%;
     padding: 11px 10px 13px 10px;
     line-height: 17px !important;
     margin: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     float: left;
}
 .search-form label {
     min-height: 61px;
     position: relative;
     overflow: hidden;
     display: block;
}
 .search-form .error, .search-form .empty {
     display: none;
     position: relative;
     font-size: 11px;
     line-height: 14px;
     color: #FAA732;
     float: left;
     margin: 2px 0 4px 10px;
     min-width: 160px;
}
 .search-form .success {
     display: none;
     color: #1c2129;
     padding-bottom: 5px;
}
 .search-form textarea {
     width: 100%;
     height: 223px;
     padding: 8px 0 0 10px;
     resize: none;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
}
 .search-form input, .search-form textarea {
     -webkit-box-shadow: 0 1px 3px #E3E3E3;
     -moz-box-shadow: 0 1px 3px #E3E3E3;
     box-shadow: 0 1px 3px #E3E3E3;
}
 .search-form input:focus, .search-form textarea:focus {
     box-shadow: none;
}
 .search-form .btn {
     margin: 0px 0 0 20px;
}
 .search-form input[type="submit"] {
     width:auto;
}
 .clear input {
    height:auto;
}
 .qa_answer {
     width: 90%;
     margin: 10px auto;
     border: 4px solid #428bca;
     padding: 5px;
     text-align: left;
     color: #7c7c7c;
     position: relative;
     clear:both;
     background-color:#FFF;
}
 .qa_answer span {
     float:right;
     font-style:italic;
}
 .qa_answer:before {
     background-color:transparent;
     content: "";
     width: 0px;
     height: 0px;
     position: absolute;
     border-left: 10px solid transparent;
     border-right: 10px solid #428bca;
     border-top: 10px solid #428bca;
     border-bottom: 10px solid transparent;
     left: -20px;
     top: 6px;
}
 .qa_answer:after {
     background-color:transparent;
     content: "";
     width: 0px;
     height: 0px;
     position: absolute;
     border-left: 7px solid transparent;
     border-right: 7px solid #fff;
     border-top: 7px solid #fff;
     border-bottom: 7px solid transparent;
     left: -11px;
     top: 10px;
}
 .qa_votes .fa {
     font-size: 20px;
     cursor: pointer;
     margin:0px 0px 0xp 5px;
}
 .qa_votes {
     text-align: left;
     width: 70px;
     float: left;
     padding:10px 0px 0px 0px;
}
 .qa_votes span {
     font-size: 10px;
}
 .qa_text{
     margin-bottom: 5px;
     background: white;
     padding: 1px;
     border-left: 2px solid#900;
}
 .qa_input {
     border:1px solid #CCC;
     width:70%;
}
 .vote{
     cursor:pointer;
}


  .div-only-mobile{
    display: none;

  }



 @media (min-width: 768px) and (max-width: 979px) {

}
 @media (max-width: 767px) {
}
 @media (min-width: 1200px) {
}
 @media (min-width: 768px) and (max-width: 979px) {
}
 @media (max-width: 767px) {
}
 @media (max-width: 480px) {
     .text-widget {
         margin: 0px 0px 0px 5px;
         padding: 0px 0px 0px 10px;
         width:336px;
    }
     .navbar_ h1.brand {
         margin: 0 0 0 -18px;
    }
    .div-only-mobile{
        display: block;
    
      }

}
 @media (max-width: 979px) {
}
 @media (min-width: 980px) {
}
 .office-hours ul li {
     width: 100%;
     font-weight: 600;
     color: #888;
     margin: 2px 0;
     transition: 0.2s;
     cursor: default;
}
 .office-hours ul li span {
     float: right;
     font-weight: 400;
}
 @media (min-width: 576px) {
     .rmn_cta a img {
         display: none;
    }
     .rmn_cta a span {
         display: block;
    }
}
 .rmn_cta {
     box-sizing: border-box;
     position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 60px;
     z-index: 100;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0 15px;
     background-color: #b4582f;
     /* background: linear-gradient(180deg, #ffffff 0%, #f6f8fA 89.02%, #d5d5d5 100%);*/
     box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
     border-top: 1px solid #ccc;
     font: 700 20px/1.2 'Lato', helvetica, arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     color: #FFFFFF;
     text-transform: uppercase;
}
 .rmn_cta > span {
}
 .rmn_cta a {
     margin: 0 0 0 20px;
     text-decoration: none;
     color: #fff;
}
 .rmn_cta a:hover, .rmn_cta a:focus, .rmn_cta a:active {
     text-decoration: none;
}
 .rmn_cta a img {
     display: block;
}
 .rmn_cta a span {
     display: none;
     background-color: #000;
     background: linear-gradient(180deg, #484848 0%, #000000 100%);
     padding: 7px 10px;
     border-radius: 4px;
     letter-spacing: .5px;
     font-size: 12px;
     box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
}

@media (min-width: 576px) {
    .top_cta a img {
        display: none;
   }
    .top_cta a span {
        display: block;
   }
}

#top_cta {
 width: 100%;
 height: 85px;
 background-color:#b4582f; 
 
}


.sticky {
 position: fixed;
 top: 0;
}



.sticky_cta_questions .cta_questions {
    margin-left:auto;
    max-width:350px;
    position:sticky;
    top:80px
  }
  .cta_questions {
    border:1px solid #b4582f;
    border-radius:5px
  }
  article .cta_questions {
    margin-left:auto;
    margin-right:auto;
    max-width:350px
  }
  .cta_questions h3 {
    background:#b4582f;
    color:#fff;
    font-size:20px;
    margin:0;
    padding:15px 5px;
    text-align:center
  }
  .cta_questions h4 {
    color:#0c0000;
    font-size:22px;
    margin:0;
    padding:5px 5px;
    text-align:center
  }
  .cta_questions .in {
    padding:20px 15px 15px
  }
  .cta_questions h4,
  .cta_questions h5 {
    color:#000
  }
  .cta_questions ul {
    line-height:1.5;
    list-style:none;
    margin:0 0 15px;
    padding:0
  }
  .cta_questions ul li {
    overflow:hidden;
    padding:0 0 10px
  }
  .cta_questions ul i {
    color:#999;
    float:left;
    margin:5px 0 0;
    width:25px
  }

/* Mobile Youtube */
@media screen and (max-width:767px) {
	iframe[src*="youtube"] {
		width: 100% !important;
}
}