@media (max-width: 767px) {
  .img-full-xs {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.img-icon {
  width: 60px;
  height: auto;
}

.icons-lg .glyphicon {
  font-size: 50px;
}

.icon-frame {
  width: 60px;
  float: left;
  margin: 7px 15px 7px 50px;
}
ul.icons li {
  vertical-align: middle;
}

.table.phone-list td {
  width: 80%;
}
.table.phone-list td + td {
  width: 20%;
}

#btn-more {
  position: inherit;
  right: inherit;
  bottom: inherit;
  margin: 0 0 20px;
}

.dept .tab-pane {
  font-size: 14px;
}

#deptnav .navbar-nav li.dropdown.mega .dropdown-menu.no-hr ul:after {
  background: transparent;
}

#deptnav .navbar-nav .dropdown-menu .h4 {
  border-bottom: 1px solid #dedede;
}

.list-gallery li {
  width:50%;
}

#deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul.list-sub.list-unstyled {
  padding: 5px 0;
  /*margin-left: 10px; */
}

#deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul.list-sub.list-unstyled li {
  margin-bottom: 3px;

}


@media (max-width: 767px) {
  #deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul.navcol1 {
    /*padding-top: 0;*/
    padding-bottom: 0;
  }
  #deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul.navcol2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul.navcol3 {
    padding-top: 0;
    /*padding-bottom: 0;*/
  }
  #deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul li {
    padding-bottom: 4px;
  }
}

#deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul li a {
  float: none;
}

@media (max-width: 767px) {
    .nav-tabs > li {
        float:none;
        text-align: center;
    }
}

#deptnav .navbar-nav li.dropdown.mega .dropdown-menu ul:after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #dedede;
}
/*
@media (max-width: 992px) {
    .widgetbox span.glyphicon {
        margin-right: 10px;
    }
}
*/

  #vac :hover  > *
  {
    color: #00b29d;  /*lighter green*/
   /* text-color: #008763;   green*/
    
  }
#hotbar-icon :hover > *
  {
    color:#365CB5;   /*velvet blue*/
   /* text-color: #008763;    green*/
    
  }

 #health-care a:hover
  {
    color: #00b29d;
  }
  #public a:hover
  {
    color: #ffa900;  /*yellow */
  }

  mark
  {
    background-color: yellow;
    color: black;
  }

  .filterDiv {
    float: left;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .container {
    margin-top: 20px;
    /*overflow: hidden;*/
  }
  
  .filteraccordion {
    background-color: #eee;
    color: white;
    background: #365CB5;
    padding: 10px;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    width: 100%;
  }

  .filteraccordion:hover {
    background-color: #ccc;
    background: #3762a3;
  }

  .filterpanel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .column {
    float: left;
    width:50%;
    padding: 10px;
  }

  .wicButtons {
    width:33%;
    padding: 10px;
  }

  ul.no-bullets {
    list-style-type:none;
    margin: 3px;
    padding:2px;
  }

  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

.FilterColumns {
  columns:150px 4;
}

.slider {
  width: 150px;
  height:125px;
}

ul.FilterColumns {
position: relative;
}

li.imagebarrier {
  margin-bottom: 30px;
  margin-right: 40px;
}

.vh-center {
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
}

.flex-container {
  display: flex;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

/* Style the tabsection */
.tabsection {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tabsection */
.tabsection button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tabsection button:hover {
  background-color: #ddd;
}

/* Create an active/current tabsectionlink class */
.tabsection button.active {
  background-color: #ccc;
}

/* Style the tabsection content */
.tabsectioncontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.WICApp {
  font-family:'Open Sans';
}

.RequiredAft::after {
  content: '*';
  color: red;
}

.WICRadio {
  display: inline-block;
  margin-left: 16px;
  margin-right: 6px;
}

.WICRadioQ {
  display: block;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.WIChomeimg {
  height: 177px; 
  width: 230px;

}

@media (max-width: 767px) {
  .WIChomeimg {
    height: auto; 
    width: 100%;
    margin-left:-23px;
  }
}

.WICarticle {
  left:-8px;
}

@media (max-width: 767px) {
  .WICarticle {
    left:0px;
  }
}

@media (max-width: 767px) {
  .WIChome {
    left: -23px;
    height: auto;
    width: 110%;
  }
}

@media (min-width: 768px) {
  .twoBRs::after {
    content: "\a\a\a";
    white-space: pre;
  }
}

.hsaMiddleImage {
  width: 230px;
  height: 154px;
  margin-bottom: 14px;
}

@media (max-width:767px) {
  .hsaMiddleImage {
    width: 345px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .OneBRs::after {
    content: "\a";
    white-space: pre;
  }
}

.POhomeimg {
  margin-top: 10px;
  height: 154.06px; 
  width: 230px;
  border-radius: 5px;

}

@media (max-width: 767px) {
  .POhomeimg {
    height: auto; 
    width: 92%;
    margin-left:-3px; 
    border-radius: 5px;

  }
}