html {
    scroll-behavior: smooth;
  }

html, body {
    height: 100%;
    color: #4A4A4A;	
    background-color: #FEFEFE;
    font-family: Montserrat;	
    font-size: 16px;	
    letter-spacing: 0.22px;	
    line-height: 30px;
    font-weight: 400;

}

strong {
    font-weight: 500;
}

button:focus {outline:0;}


.navbar-toggler>.navbar-toggler-close {
    display: inline;
    color: #fff;
    font-size: 24px;
    padding-right: 5px;
}
.navbar-toggler.collapsed>.navbar-toggler-close, 
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

@media (max-width: 768px) {

    .navbar-toggler {
        border: 0;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/mobile-menu.svg);
    }

    #navbarCollapse {
        background: white;
        border-bottom: 0; 
    }


    .affix.navbar .nav-item>a, .affix.navbar .navbar-brand,.affix-bottom.navbar .nav-item>a, .affix-bottom.navbar .navbar-brand {
        color: #000000;	
        font-family: Montserrat;	
        font-size: 24px;	
        font-weight: 300;	
        line-height: 41px;
        border-bottom: 1px solid #B8C1CB;
    }

    .affix.navbar .nav-item>p, .affix-bottom.navbar .nav-item>p {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .affix.navbar .nav-item>p:last-child, .affix-bottom.navbar .nav-item>p:last-child  {	
        border-bottom: 1px solid #000000;
        padding: 0 0 10px 0;
    }


    .affix.navbar .nav-item img, .affix-bottom.navbar .nav-item img {
        padding-right: 15px; 
    }

    .mobi-menu-link {
        color: #C98057;	
        font-family: Montserrat;	
        font-size: 20px;	
        font-weight: 300;	
        line-height: 51px;
    }
}


.has-error {
    font-size: 12px;
    text-align: right !important;
    display: block;
}
input:focus .has-error {
    display: none;
}


.home-page {
    min-height: calc(100% + 50px);
    overflow: hidden;
    background-image: url("../images/home-silkoak.jpg"); 
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page-aligner {
  display: flex;
  height: 100vh;
  text-align: center;
  flex-flow: row wrap;
  
}

.home-page-logo {
    align-items: center;
    justify-content: center;
    flex: 1 100%;
    align-self: center;
    opacity: 0;
}

.home-page-logo img {
    max-width: 200px;

}





.home-page-center-wording {
    text-align: center;
    color: #FFFFFF;	
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;	
    align-items: center;
    justify-content: center;
    flex: 1 100%;
}

@media (min-width: 768px) {
    .home-page-center-wording  {
        font-size: 48px;
        line-height: 60px;
    }
}

.home-page-heading-1 {
    color: #C98057;
    font-weight: 200;
    font-size: 36px;
}




a.nav-link {
    color: #9B9B9B;	
    font-family: Montserrat;	
    font-size: 14px;	
    font-weight: 400;	
    letter-spacing: 0.5px;	

}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 3px;
    background: #9B9B9B;
    clear: both;
  }
  
  /* The progress bar (scroll indicator) */
  .progress-bar {
    height: 3px;
    background: #C98057;
    width: 0%;
  }



    .navbar {
        width: 100%;
        display: block;
    }

    .navbar-expand-md .navbar-nav {
        border-bottom: 1px solid #fff;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-expand-md .navbar-nav .nav-item {
        padding: 0 25px;
    }

        /* fixed to top styles */
    #affix-wrapper {
        display: none;
    }

    .affix.navbar {
        background-color: #fff;
        
    }
    .affix.navbar .nav-item>a, 
    .affix.navbar .navbar-brand {
        color: #000;
    }
    .affix.navbar .navbar-nav {
        border: none;
    }

    /* Menu Affix */
    .navbar {
        border-radius: 0;
        transition: margin 0.3s ease-out;
        padding: 0;

     }

     .affix.navbar {
        -webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
        box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
     }
    
    .affix {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        opacity: 1;
    }
    @media (min-width: 768px) {
        .affix-bottom .nav-link  {
            color: rgba(255,255,255,1) !important;
            background: transparent;
        }
    .affix-bottom {
        position: fixed;
        bottom: 100px;
        width: 100%;
    }

}

    .affix-bottom .progress-container {
        opacity: 0;
    }

 

    #navbar-container {
        width: 100%;
    }
  


#navbar-collapse {
    float: right;
}




.quotes {
    display: none;

}





.mouse{
    margin: auto auto;
    width: 25px;
    bottom: 25px;
}
.mouse-icon{
    width: 15px;
    height: 27px;
    border: 1px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.mouse-wheel{
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}



.section-one {
    background: #fff;
    margin-top: -50px;
    box-shadow: 0 4px 8px 5px rgba(125, 125, 125, 0.1), 0 6px 20px 2px rgba(125, 125, 125, 0.1);
}

.section-one h1 {
    color: #503859;	
    font-family: Montserrat;	
    font-size: 46px;	
    font-weight: 300;
    padding-top: 200px;
    padding-bottom: 65px;
}


.section-one p {
    padding-bottom: 30px;
}

.section-one p:last-child {
    padding-bottom: 200px;
    margin-bottom: 0;
}

.section-two h3 {
    padding-top: 120px;
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 34px;
}




.section-two p:last-child{
    padding-bottom: 120px;
    padding-top: 90px;
    margin-bottom: 0;
}

.section-privacy h3 {
    padding-top: 20px;
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 34px;
}



.section-three {
    height: 100%;
    background-image: url("../images/section-three.jpg"); 
    color: #fff;
}

.section-three div {
    height: 100%;
}

.section-three p {
    color: #fff;	
    font-family: Montserrat;	
    font-size: 46px;	
    font-weight: 200;
    line-height: 1.2;

}


.section-three-continued {
    height: 100%;
    background-image: url("../images/section-three-two.jpg"); 
    color: #fff;
}

.section-three-continued div {
    height: 100%;
}


.section-four p {
    font-family: Montserrat;	
    padding-bottom: 30px;
    

}

.section-four p:last-child {
    padding-bottom: 120px;
    margin-bottom: 0;
}

.section-four h3 {
    padding-top: 120px;
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 34px;
    padding-bottom: 90px;
}



.section-five {
    min-height: 100%;
    background-image: url("../images/section-five.jpg"); 
    color: #fff;
    padding-bottom: 90px;
}


.section-five h3 {
    padding-top: 120px;
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 34px;
    margin-bottom: 0;
}

.section-five p {
    /*font-weight: 400;*/
    padding-top: 90px;
}

.section-five p.big-text {
    font-weight: 300;
    padding-top: 90px;
    font-size: 64px;	
    letter-spacing: 0.48px;	
    line-height: 59px;
    color: #C98057;	
    font-family: Montserrat;
}

.section-five ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 90px;
}

.section-five li {
    float: left;
}

.section-five li.list-left {
    color: #C98057;	
    font-family: Montserrat;
    font-weight: 400;
    position: relative;
    padding-bottom:5px;
    width: 100%;
}

@media (max-width: 768px) {
    .section-one h1 {
        font-size: 26px;	
        font-weight: 300;
        padding-top: 64px;
        line-height: 38px;
    }
    .section-one p:last-child {
        padding-bottom: 64px;
    }

    .section-two h3 {
        padding-top: 64px;
    }
    .section-two p:last-child{
        padding-bottom: 64px;
        padding-top: 30px;
    }

    .section-three {
        height: auto;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    
    .section-three div {
        height: auto;
    }
    
    .section-three p {
        font-size: 26px;	
        font-weight: 200;
        line-height: 38px;
    }

    .section-four p:last-child {
        padding-bottom: 64px;
        margin-bottom: 0;
    }
    
    .section-four h3 {
        padding-top: 64px;
        padding-bottom: 30px;
    }    

    .section-five h3 {
        padding-top: 64px;
    }
        

    .section-five {
        padding-bottom: 30px;
    }

    .section-five p {
        padding-top: 30px;
    }

    .section-five p.big-text {
        padding-top: 30px;
        font-size: 50px;	
        line-height: 59px;
    }
    
    .section-five ul {
      padding-top: 30px;
    }    
        

}


.slider-container {
    background: rgba(155,155,155,0.4);
    height: 2px;
    width: 100%;
}

.slider {
    height: 2px;
    background-color: #C98057;
    width: 0%;
}

.stats-container {
    margin: 0 0 50px 0;
}

.stats-container .col-xl-2 {
    padding-right: 0;
}


.section-five li.list-right {
    color: #fff;	
    font-family: Montserrat;
    font-weight: 300;

}

.section-six {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-six .big-text {
    color: #503859;	
    font-family: Montserrat;	
    font-size: 46px;	
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 45px;
    line-height: 1.2;
}

.section-six p {
  padding-bottom: 30px;
}

.section-six p:first-child {
   /* padding-top: 120px;*/
    margin-top: 0;
}

.section-six p:last-child {
   /* padding-bottom: 120px;*/
    margin-bottom: 0;
}



.section-seven {
    min-height: 100%;
    background-image: url("../images/section-seven.jpg"); 
    color: #fff;
    padding-bottom: 160px;
}


.section-seven h3 {
    padding-top: 120px;
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 34px;
    margin-bottom: 0;
}


.section-seven p {
   /* font-weight: 300;*/
    padding-top: 60px;
}

.section-seven .increase-padding-top {
    padding-top: 90px;
}


.section-seven p.big-text {
    font-weight: 300;
    padding-top: 60px;
    font-size: 46px;	
    letter-spacing: 0.48px;	
    line-height: 59px;
    color: #C98057;	
    font-family: Montserrat;
}



.section-eight {
    margin-top: -100px;
    margin-bottom: 90px;
    
}

.section-eight ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    
  }
  
  .section-eight li {
      float: left;
      width: 45%;
      margin-right: 0.5%;
      -webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
      -moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
      box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);

}

.section-eight li:last-child {
    width: 45%;
    margin-right: 0;

}


      
  .section-eight li.director-one {
    background-image: url("../images/harold-budler.jpg"); 
    background-size: cover;
    min-height: 400px;
    min-width: 400px;
    cursor: pointer;
}  

.section-eight li.director-two {
    background-image: url("../images/rita-fourie.jpg"); 
    background-size: cover;
    min-height: 400px;
    min-width: 400px;
    cursor: pointer;
} 

.section-eight li.director-three {
    background-image: url("../images/mj-engelbrecht.jpg"); 
    background-size: cover;
    min-height: 400px;
    min-width: 400px;
    cursor: pointer;
}  

.section-eight .director-container {
    position: absolute;
    bottom: 20px;
    margin-left: 15px;
    width: 100%;
    max-width: 270px;
    margin-right: 15px;
    line-height: 22px;
}

.section-eight .director-name {
    float: left;
    font-family: Montserrat;
    font-size:14px;
    color: #fff;
    min-width: 200px;
}

.section-eight .director-title {

    font-style: italic;
    color: #C98057;
}

.section-eight .director-linkedin {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-eight .slider-container {
    margin-top: 8px;
}



.section-nine h3 {
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 34px;
    margin-bottom: 0;
}

.section-nine .contact-container {
    margin-top: 72px;

}

.section-nine .contact-container-one {
    padding: 60px;
    -webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
    box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
}

.section-nine .contact-container-two {
    padding: 60px;
    -webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
    box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
    background-image: url("../images/contact-map-bg.jpg"); 
    background-repeat: repeat;
}

.section-nine .contact-container h4 {	
    color: #503859;	
    font-family: Montserrat;	
    font-size: 18px;	
    font-weight: 500;	
    line-height: 34px;
}

.section-nine form {
    padding-top: 30px;
}

.section-nine p {
    color: #503859;	
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}



.section-nine .contact-orange {
    color: #C98057;	
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.section-nine .contact-address-heading {
    padding-top: 30px;
}

.section-nine .find-us-map {
    padding-top: 60px;
    
  }


.section-nine ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    
  }

  .section-nine ul li:first-child {
    width: 50px;
  }  
  
  .section-nine li {
      float: left;
}

.section-nine .white-font p {
    color: #fff;
}





.section-ten {
    margin-top: 120px;
}

.section-ten p:first-child{
    padding-bottom: 20px;
}

.section-ten-newsletter {
    color: #503859;	
    font-family: Montserrat;	
    font-size: 25px;	
    font-weight: 400;	
    letter-spacing: 0px;	
    line-height: 48px;
    padding-left: 25px;
}

.section-eleven {
    padding-top: 75px;
    padding-bottom: 75px;
}


@media (max-width: 768px) {
    .section-ten {
        text-align: center;
    }
}


.section-ten ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    
  }

  .section-ten ul li:first-child {
    width: 340px;
    padding-right: 15px;
  }  
  
  .section-ten li {
      float: left;
}

.footer {
    background-image: url("../images/footer-skyline-full.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    margin-top: -90px;
}


.footer-wording {
    background-color: rgba(80,56,89,0.9);
    margin-top: -45px;
    height: 47px;
}

.footer-wording p {
    color: #FFFFFF ;	
    font-family: Montserrat;	
    font-size: 12px;	
    font-weight: 400;	
    line-height: 47px;
    height: 30px;
}




.center-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.center-text-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;

}


.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.navbar-toggler {
    float: right;

}

.navbar-mobile {
    height: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    
}

.menu-logo {
    max-height: 50px;
    max-width: 188px;
    padding-left: 10px;

}

@media (max-width: 768px) {
    .menu-logo {
        max-height: 40px;
        max-width: 150px;
        display: block !important;

    }

    .parallax {
        background-attachment: scroll;

    }
        

    .affix-bottom {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        opacity: 1;
    }


    .navbar-nav {
        height:100vh;
    }

    #navbar-container {
        margin-top: 18px;
    }

  }


  @media (min-width: 768px) and (max-width: 991px) {
    .navbar-mobile {
        min-width: 100%;

    }

    .navbar-expand-md .navbar-nav .nav-item {
        padding: 0 10px;
    }


  }


  input[type=text], select {
    border: none;
    border-bottom: 2px solid  rgba(0,0,0,0.42);
    padding-left: 15px;
    color: #C98057;	
    font-family: Montserrat;	
    font-size: 16px;
    width:100%;
    display: block;
  }

  

  input[type=text], select:focus{
    outline: none;
    /*border-bottom: 2px solid  #C98057;*/
}

.form-group {
    text-align: center;
    height: 40px;
    margin-bottom: 25px;
  }

.form-group .line {
    height: 2px;
    width: 0px;
    position: absolute;
    background-color: darkgrey;
    display: inline-block;
    transition: .3s width ease-in-out;
    position: relative;
    top: -20px;
} 

.has-error .line {
    display: none;
}

input[type=text]:focus+.line, select:focus+.line {
    width: 100%;
    background-color: #C98057;
  }

.g-recaptcha {
    margin-top: 30px;
}

.form-submit {
    margin-top: 60px;
    color: #C98057;
    font-family: Montserrat;	
    font-size: 16px;	
    font-weight: 400;	
    line-height: 32px;
    text-align: center;
    height: 35px;	
    width: 120px;
    background: #fff;
    border: 1px solid #C98057;
    -webkit-border-radius: 5px;
    border-radius: 18px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.form-submit-modal {
    width: 100%;
    margin:0 !important;
}
.modal-dialog {
    max-width: 650px;
}
.modal-header {
    border-bottom: none;
}

.form-submit:hover {

    background-color: #f3e4dc;

}

.form-submit:active {
    color: #fff;
    background-color: #C98057;


}

.section-ten .form-submit {
    margin-top: 0;
    margin-left: 25px;
    border: 1px solid #503859;
    color: #503859;
    line-height: 32px;
    height: 35px;	
}

.section-ten .form-submit:hover {
    background-color: #edebee;
}

.section-ten .form-submit:active {
    color: #fff;
    background-color: #503859;
}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9B9B9B;
  }
  input::-moz-placeholder { /* Firefox 19+ */
    color: #9B9B9B;
  }
  input:-ms-input-placeholder { /* IE 10+ */
    color: #9B9B9B;
  }
  input:-moz-placeholder { /* Firefox 18- */
    color: #9B9B9B;
  }

@media(max-width: 532px) {
    .section-ten .form-submit {
        margin-left: 0px;
    }

    .section-ten li {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .section-eight {
        margin-bottom: 45px;
    }

    .section-eight li {
        float: none;
        width: 45%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-eight li:last-child {
        float: none;
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .section-eight .director-container {
        position: absolute;
        margin-top: 200px;
        bottom: auto;
        margin-left: 15px;
        width: 100%;
        max-width: 270px;
        margin-right: 15px;
        line-height: 22px;
    }   
}
  
@media (max-width: 768px) {
    .section-six {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .section-six .big-text {
        font-size: 26px;	
        font-weight: 300;
        padding-top: 35px;
        padding-bottom: 65px;
        line-height: 38px;
    }

    .section-six p.end {
        padding-bottom: 0px;
    }   
    
    .section-seven h3 {
        padding-top: 64px;
    }   

    .section-seven p {
         padding-top: 30px;
     }    

     .section-seven .increase-padding-top {
        padding-top: 45px;
    }  
    
    .section-seven p.big-text {
        padding-top: 45px;
        font-size: 26px;	
        line-height: 38px;
    }    

    .section-eight {
        margin-bottom: 45px;
    }

    .section-eight li {
        float: none;
        width: 33%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .section-eight li:last-child {
        float: none;
        width: 33%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .section-eight .director-container {
        position: absolute;
        margin-top: 200px;
        bottom: auto;
        margin-left: 15px;
        width: 100%;
        max-width: 270px;
        margin-right: 15px;
        line-height: 22px;
    }   

    .container.section-nine {
        -webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
        box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.49);
        padding-top: 45px;
    }
    
    .section-nine .contact-container {
        margin-top: 20px;
    }    

    .section-nine .contact-container h4 {
        line-height: 20px;
    }

    .section-nine .contact-container-one {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    .section-nine .contact-container-two {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .section-ten {
        margin-top: 45px;
    }

    .section-ten .newsletter-icon {
        margin-bottom: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-ten-newsletter {
        font-size: 26px;
        line-height: 30px;
    }

    .section-eleven {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .form-submit {
        margin-top: 45px;
    }
        
  
}
#newsletterform li {
    width: 100%;
}

#newsletterform .g-recaptcha {
    padding-bottom: 30px;
}

#newsletterform .form-submit {
    margin-bottom: 30px;
    margin-top: 25px;
    margin-left: 0;
}

#newsletterform .subscribed {
    color: #fff;
    background-color: #503859;

}

#newsletterform label {
    text-align: left;
}

#newsletterform li {
    text-align: left;
}

.radio-spaced {
    margin-right: 12px;
    color: #9B9B9B;
}

.modal-header button {
    font-size: 3rem;
    color: #C98057;
    font-weight: 300;
}

@media (max-width: 768px) {
    #newsletterform .form-submit {
        width: 100%;
    }
    
}

@media (min-width: 533px) {
    .modal-body {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    #newsletterform li {
        width: 100%;
    }

}

a.privacypolicy, a.privacypolicy:hover, a.privacypolicy:visited, a.privacypolicy:active  {
    color: #fff;
    float: right;
}

.container-banner {
    background-color: #9B9B9B;
    box-shadow: 0 5px 10px 2px rgba(0,0,0,0.3);
    padding: 12px 0;
}

.container-banner p {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 0;
}

a.covid, a.covid:hover, a.covid:visited, a.covid:active {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .container-banner {
        margin-top: 70px;
    }
    
}

.footer-logo {
    margin-right: 35px;
}