
.branding {  
  height: 70px;
}

.hero-banner {  
  font-family: 'Raleway', sans-serif;
  font-size: 5vw;
  font-weight: bold;
  color: #FFF;
  z-index: 5;
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  margin-left: 18%;  
}

.firstImpressionBlock {
  background-color: #134582;  
  padding-top: 40px;
  padding-bottom: 40px;
}

.firstImpression-banner {  
  font-family: 'Maven Pro', sans-serif;
  font-weight: normal;
  color: #FFF;
  z-index: 5;
  position: relative;  
  left: 0;
  width: 70%;  
}

.navbar-nav > a:hover {
    color: #00437E !important;
    font-weight: bold;
}

.custom-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: #222233;
}

.custom-toggler-reverse {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: #222233;
}

.menuSelection {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

.menuItem {  
  color: #242428 !important;  
}

.loginBox {
  margin-top: 10px;
  margin-right: 40px;
  border: 2px solid;
}
