/* The Modal (background) */
.smartlingModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  

  /* Modal Header */
.smartlingModal-header {
  padding: 2px 16px;
  /* background-color: #EF373E; */
  color: #c3c3c3;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 1px red solid;
}

/* Modal Body */
.smartlingModal-body {padding: 2rem 3rem;}

/* Modal Footer */
.smartlingModal-footer {
  padding: 2px 16px;
  /* background-color: #EF373E; */
  color: white;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

/* Modal Content */
.smartlingModal-content {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0;
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
}
.smartling-btn{
  flex: 1;
}
/* The Close Button */
.smartlingModalClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.smartlingModalClose:hover,
.smartlingModalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
span.external-link{
  background-image: url(../images/external-link.svg);
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  top: 3px;
  margin-left: 2px;
}
div.request_and_search a.btn-red-bg{
  text-wrap: nowrap;
  margin-left: 2em;
}