

    .caret-right:before{
    margin-bottom: -3px;
    content:url("../images/right-caret-big.png");
    margin-left: -10px;
}
.caret-down:before {
    margin-bottom: -3px;
    content:url("../images/down-caret.png");
    margin-left: -14px;
}

.updates-background{
    background-color:#e7f6ff;
    font-weight:bold;
    line-height:2.0;
    border-left: solid 6px #0082D5;
    padding:5px;
    padding-left:20px;
    color:#000;
    max-width:100%;
    }
@media screen and (max-width: 820px) {
    .header {
    height: 150px !important
    }
    .mobile-menu {
      display: inline-block  !important;
      height: 50px  !important;
  }
  .container-fluid {
      width: 94%;
          margin-right: 0px !important;
    margin-left: 0px !important;
  } 
}
.fa-2x {
    font-size: 1em;
}
.offset-lg-1, .offset-8 {
    margin-left: 0% !important;
}
.col-sm-6 {
     width: inherit !important; 
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
}

@media screen and (max-width: 820px) {
  .col-sm-6 {
      -webkit-box-flex: 0;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.searchbutton {display: none !important}
b, strong {
    font-weight: 600 !important;
}

.content a:link, .content a:visited, .content a:active{
    color: #4A61A6;
}