/* HTML Set up */
footer {
  background:#f5fcfe;
  padding: 30px 0 0 0;
}
.footer-logo .logo{
  width: 120px !important;
}
footer .centered {
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
}
.footer-logo {
  width:20%;
  padding:30px 20px 10px 20px;
  max-width:100%;
}
.footer-contact {
  width:20%;
}
.footer-contact p{
  text-transform: none;
}
.footer-navigation {
  width:60%;
  margin-left: 30px;
}
.footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
}
.footer-links {
  margin:0;
  padding:0;
  list-style:none;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}
.bottom-bar {
  position:relative;
  text-align:center;
  font-size: 14px;
  background:#1B5CA3;
  padding:10px 0;
  color: #fff;
  margin-top: 30px;
}
/* Social Icons */
.social {
  margin-top: 20px;
}
.social a {
  display:inline-block;
  margin:0 2px;
}
.social img{
  height: 30px;
  width: 30px;
}
/* Typography */
footer h3 {
  font-weight:bold;
  font-size: 16px;
  margin-bottom:0;
}
footer li {
  font-weight:400;
  letter-spacing:0.05em;
  margin:10px 0;
}
footer p {
  font-weight:400;
  letter-spacing:0.05em;
  margin:10px 0;
}
footer a {
  color:#000000;
  opacity: 0.7;;
  text-decoration:none;
  text-transform: none;
}
footer a:hover {
  color:#65c2ed;
}
/* Misc CSS */
.clearfix :before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
.clearfix:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
.footer-logo-a{
  opacity: 1 !important;
}

.dropdown-menu{
  min-width: 150px;
  border: none;
}

.navbar-nav>.user-menu>.dropdown-menu{
  width: 250px;
  border: 1px solid #dadada;
}

.dropdown-menu>li>a>i{
  color: #78909C;
  font-size: 16px;
}

.dropdown-menu>li>a{
  padding: 10px 15px;
  clear: none;
  color: #000;
  line-height: 1.5;
}

.menuLetterImage{
  margin-left: 30%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
}