#map {
    height: 810px;
    /*
    width: 50%; 
    display: block;
    position: absolute;
    top: 0;
    right: 0; */
  }
#map iframe{ 
width: 100% !important; 
height: 500px !important; 
display: block; 
}
img {
    max-width: 100%;
}

.about-position-img {
    border: solid 7px white;
}

.accent-bg{
    background-color:#e5aa8f;
    color:#383556;
}
section.singlePageContent img{
    margin: 5px 5px 10px 5px;
}

section.singlePageContent p{
    margin-bottom: 10px;
}
section.singlePageContent p a,section.singlePageContent p a:active,section.singlePageContent p a:link,section.singlePageContent p a:visited {
    color: #840000;
    text-decoration: underline;
}
section.singlePageContent p a:hover {
    color: #E5AA8F;
}

section.singlePageContent .card .card-body p {
    color: #716ca2;
}
h4{
    color: #91000d;
}
section.singlePageContent ul {
    margin: 15px;
    padding: 15px;;
}
section.singlePageContent li {
    list-style: disc;
}
.filepond--panel-root {
    background-color: #CE0013;
}

.employment-form{
    max-width: 100%;
}
    

@media only screen and (min-width: 761px) {
    
.employment-form{
    max-width: 50%;
}
  }
  @media only screen and (max-width: 1600px) {
      #map {
          width: 100%;
          display: block;
          position: relative;
          top: auto;
          right: auto;
          margin-bottom: 45px;
        }
    }
  @media only screen and (max-width: 1600px) {
      .nbx-contact-form {
          max-width: 100%;
          flex: 0 0 100%;
        }
    }