#yes-youth-badge {
  border: none;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 590px;
  right: 50px;
}

/* Center images that are in a full width section */
.uk-width-1-1 > div > img {
  margin: 0 auto;
  display: flex;
}

/* Contact Form Modal */

.uk-modal-body {
border-radius: 20px;
background-color: #a6ce39;
color: #ffffff;
}
[class*=uk-modal-close-] {
top: 15px;
right: 15px;
color: #ffffff;
}

.uk-modal-header {
Background-color: transparent;
Padding: 0px 0px 15px 0px;
}
.uk-modal-header > h2 {
color: #ffffff;
}

#ContactModalButton {
background-color: #ffffff;
color: #333333;
transition: 0.5s;
}

#ContactModalButton:hover {
background-color: #333333;
color: #ffffff;
font-weight: 700;
}

.uk-alert {
text-align: center;
font-weight: 500;
color: #333333;
background-color: #a6ce39;
}

/* Contact Form Validation Modal */

.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 20px;
}

.modal-content {
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
border-radius: 28px;
    }

.FormErrors {
background: #d7163a;
}
.FormSuccess {
background: #004991;
}

.close {
color: #fefefe;
float: right;
font-size: 20px;
line-height: 20px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

