.myAudio {
    width: 275px;
    height: 42px;
    outline: none;
}

/*Added to align player with text -SW */
.reveal audio {
    vertical-align: middle
}

.spacing {
	vertical-align: middle;
    margin: 5px;
}

/* Colors for custom links*/
.list-space {
  margin-bottom: -.20em!important;
}

.list-space a {
  color: rgb(68, 68, 68)!important;
  font-size: 50%;
}

.list-space a:hover {
  color: rgb(179, 36, 32)!important;
}

.slide-text-link {
  font-size: 0.5em!important;
}

.slide-text-link a:hover {
  color: rgb(68, 68, 68)!important;
}

/* For dropdown menu - SW */
#rcorners1 {
  border-radius: 0;
}

.dropbtn {
  background-color: #da2c27;
  color: white;
  padding: 8px;
  min-width: 220px;
  border: none;
  vertical-align: middle
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  bottom: 38px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
	background-color: #ccc
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #b32420;
}

/* Custom controls add - MC  */
.icon:hover, .icon:focus {
  filter: grayscale(80%)!important;
}

.reveal .menu-container .live-chat img {
  top: 25px;
  right: 157px;
  position: fixed;
  height: 40px;
  z-index: 2;
}

.reveal .menu-container .live-chat p {
  font-size: 12px;
  top: 74px;
  right: 152px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing:0.01em;
  color:#00acb1;
  position: fixed;
  cursor: pointer;
}

.reveal .menu-container .contact-us img {
  top: 24px;
  right: 86px;
  position: fixed;
  height: 42px;
  z-index: 2;
}

.reveal .menu-container .contact-us p {
  font-size: 12px;
  top: 74px;
  right: 72px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing:0.01em;
  color:#00acb1;
  position: fixed;
}

.reveal .menu-container .menu p {
  font-size: 12px;
  top: 74px;
  right: 27px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing:0.01em;
  color:#00acb1;
  position: fixed;
}


