/*Please convert the inline style="" to classes and return the css and the updated scripts, return everything else word for word. Here are some rules:
 	1) if "<i" and no id, create an id and use the id for the css.
 	2) for each "<i" use only id for css.
 	3) don't use the id="" if a class exist already, it is only on "<i" you create the id if none available.
 	4) if style has an background image, leave the image and the style, but the rest of the style create the class for the css.
 	5) each class name must be unique.
 	6) do not remove lines
 	7) only focus on style to classes*/

#barsMenuRight {
  display: none;
  -moz-text-shadow: 0 0 10px #000000;
  -webkit-text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px #000000;
}

#showArrow {
  display: none;
  -moz-text-shadow: 0 0 10px #000000;
  -webkit-text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px #000000;
}

/* Converted inline style to a unique class */
.home-header-padding {
  padding-bottom: 32px;
}

.header-bg-acc-flag {
  background-size: 100%;
  min-height: 235px;
  border-radius: 4px 4px 0 0;
}

.w3-left-text-center {
  text-align: center;
}

.img-margin-5 {
  margin: 5px;
}

.h2-font-size-21 {
  font-size: 21px;
}

.span-font-size-24 {
  font-size: 24px;
}

.h1-since-style {
  cursor: default;
  border-radius: 10px;
  font-size: 20px;
}

.h1-email-style {
  border-radius: 10px;
  font-size: 20px;
  background: #184979;
}

.phoneNumber-style {
  width: 100%;
  margin: 0px auto;
  padding: 6px 15px;
  /*padding: 0 15px;*/
  background-color: #184979;
  color: #FFF;
  border-radius: 0;
  text-align: center;
}

.h3-phone-style {
  height: auto;]
  width: 100%;
  margin: -1PX auto 0 auto;
  padding: 5px 15px 4px 15px;
  background-color: #184979;
  color: #FFF;
  border-radius: 0;
  text-align: center;
}


