#header-img {
    width: 100%;
}

#header-img-row:before {
    content: "SELLING";
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width:100%;
    color: white;
    font-size: 6rem;
}

#let-us-represent-section {
    background-color: #052b46;
}

#let-us-represent-image-container {
    order:1;
}

#let-us-represent-content-container {
    padding-left: 0;
    padding-right: 0;
}

#let-us-represent-image-container #represent-img {
    width: 40%;
    min-width: 150px;
    margin: 0 auto;
    display: block;
}

@media(min-width:768px) {

    #let-us-represent-image-container {
        order:0;
    }

    #let-us-represent-section #represent-img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 60%;
        min-width: 250px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #let-us-represent-content-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

#let-us-represent-section * {
    color: #FFF;
}

.white-btn {
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    border: 2px solid #FFF;
    padding: 10px 20px;
    margin-bottom: 2rem;
}

.white-btn:hover {
    color: #acced5!important;
    border-color: #acced5;
}

.white-btn:focus {
    box-shadow: none;
}

#let-us-represent-image-container {
    background-color: #052b46;
}

.let-us-represent-headline {
    padding-top:15px;
}

#schedule-a-consultation-section {
    background-color: #052b46;
    margin:0!important;
    padding-top:72px;
}

@media (max-width: 767px) {
    .container {
        max-width: none; 
    }

    .col-12 {
        padding:0;
    }

    #mudd-headshot {
        display:none;
    }

    #consultation-message {
        margin-left:30px;
        left:0!important;
    }

    #consultation-message-bottom {
        font-size:0.9rem;
    }

    #consultation-button a{
        padding: 5px 10px;
    }
}

/* input[type="text"],
input[type="text"]:focus,
input[type="email"],
input[type="email"]:focus {
    border: 0;
    border-bottom: 1px solid black;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
}

*/

form .btn {
    background-color: #052b46;
    color: #FFF;
    border-radius: 0;
}

form .btn:focus {
    box-shadow:none;
}


.form-control {
    padding-left: 0!important;
    padding-right: 0!important;
}

.gfield {
    width:50%;
    display:inline-block;
    vertical-align:top;
}

#field_3_4 {
    width:100%;
}

#field_3_14, #field_3_15 {
    width:100%;
}

@media(max-width:767px) {
    .gfield {
        width:100%;
    }
}




.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides,
.mySlides1,
.myslides2 {
  display: none;
}

/* Next & previous buttons */
.prev1, .next1,
.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white!important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev1, .prev2 {
    left: 0;
}

/* Position the "next button" to the right */
.next1, .next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numberText {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.faded {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

iframe {
    max-width: 100%;
}