.vmo-header__alertMessage--text a{
   color: #000 !important;
   font-family: "Open Sans";
   font-weight: 700;
   margin-bottom: 0.5rem;
   display: block;
   font-size: 1.7rem;
   text-transform: uppercase;
}

.vmo-header__alertMessage--text > span {
   font-size: 1.6rem;
}

.vmo-header__alertMessage {
    border: solid 4px #FF6A23;
    background-color: #FFF5F4;
    padding: 2rem;
    position: relative;
}
.vmo-header__alertMessage--yellow {
    border: solid 4px #ffff00;
    background-color: #ffffc3;
    padding: 2em;
    position: relative;
}
.vmo-header__alertMessage__content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: auto;
}

.vmo-header__alertMessage--icon {
    margin-right: 4em;
   font-size: 1.2rem;
}

.
{
    font-size: 0.7rem;
    line-height: 1.8rem;
}

/*Make the div clickable*/
.vmo-header__alertMessage a:before {
  	 content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*Make the div clickable*/
.vmo-header__alertMessage--yellow a:before {
  	 content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}




@media (max-width:500px){
   
   .vmo-header__alertMessage__content {
       flex-direction: column;
       align-items: flex-start;
   }
   
   .vmo-header__alertMessage--icon {
      margin: initial; 
      margin-bottom: 1em;
      
   }
   
}


/********************************* OLD VMA, CODE NOT USED BELOW **************************************/
.vmo-vma-message {
   max-width: 1300px;
   display: block;
   margin: 0 auto;
   border: solid 2px #000;
   padding: 2rem;
   display: flex;
   justify-content: space-between;
   margin-top: 1rem;
   margin-bottom: 1rem;
   position: relative;
   border-radius: 5px;
}

.vmo-vma-message a {
   font-size: 2rem;
   text-decoration: none;
}

.vmo-vma-message a:hover {
   text-decoration: underline;
}

.vmo-vma-message a:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.vmo-vma-message i {
   font-size: 2.3rem;
}

.vmo-vma-red {
   border-color: #ff0000;
}

.vmo-vma-yellow {
   border-color: #ffca00;
}
