body > nav.navbar{
  margin-bottom: 40px;
}
a{
  cursor: pointer;
}
.searchbar{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    top: -3rem;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbar-input{
    top: 0;
    right: 0;

    outline: 0;
    background: white;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;

}
.searchbar-icon,
.searchbar-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;

    outline:0;
    line-height:50px;
    text-align:center;
    background: white;
    cursor: pointer;
    border: 1px solid grey;
    border-radius: 5px;

}
.searchbar-open{
    width:100%;
}
/* h3{
  font-size: 24px;
} */
.card-plain img {
    border-radius: 5px;
}
.font12{
    font-size: 12px;
    font-weight: 300;
}
.font15{
    font-size: 15px;
}
.font17{
    font-size: 17px;
    font-weight: 400;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font26{
    font-size: 26px;
}
.fontW300{
  font-weight: 300;
}
.fontW600{
  font-weight: 600;
}
.LGrey{
  color: #8e8e8e;
}
h3{
  color: #5C5C5C;
}
body > section > div{
  padding-left: 0px;
}
.notBlue{
  color: #5C5C5C !important;
}
.bg-navy{
  background-color: #004071;
}

.btn-white:hover{
  background-color: white;
  color: #242424;
  border-color: transparent;
}
.h3 {
    font-weight: 400;
    color: #14B1E7;
    margin: 20px 0 10px;
}
.card-link{
  color: #27a9e1 !important;
}
.hr {
    border-color: #9A9999;
    float: left;
    width: 75%;
}
hr{
    border-color: #9A9999;
}
.form-control{
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.form-control-White {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    transition: background-color 0.3s ease 0s;
    padding-right: 0 !important;
    padding: 7px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
} */
.btn-outline-light{
    color: #8e8e8e;
    background-color: transparent;
    background-image: none;
    border-color: #8e8e8e;
}
.btn-outline-light:hover, .btn-outline-light:focus{
    color: #8e8e8e;
    background-color: #f8f9fa;
    border-color: #8e8e8e;
}
.form-control-White::placeholder {
    color: white;
}
.btn-white{
  background-color:white;
border-color: white;
color: #004071;
}
.btn-white:hover, .btn-white:focus, .btn-white:active{
  background-color:white;
border-color: white;
color: #004071;
    box-shadow: none;
}
.card.card-plain img {
    border-radius: 9px;
}
.mb-5px{
  margin-bottom: 5px;
}
