/*** Layout definitions ***/
/*** Mobile Modification ***/
body {
  background-color: #fff !important; }

.social {
  display: none !important; }

.picklistArrowLeft,
.picklistArrowRight {
  height: 20px !important; }

.btn-primary {
  background: #19314c !important;
  transition: all 0.2s ease-in-out; }
  .btn-primary:hover {
    background: #326299 !important;
    transition: all 0.2s ease-in-out; }

.menuPanel ul li a:hover {
  border-left: 3px solid #19314c !important; }

h2.pageDescription {
  margin-top: 15px !important; }

.main-column .main, .footer .main, .header .main, .right-column .main {
  box-shadow: none !important; }

.menuPanel ul {
  box-shadow: none !important; }
/* 
.col-sm-3 {
    display: none;
}

.col-sm-9 {
  width: 100%;
}

@media (min-width: 768px){
  .col-sm-9 {
    width: 100%;
  }
} */