html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    line-height: 25px;
    color: #5e5e5e;
}

.formFilter {
    display: none;
}

#contactInfo {
    background-color: #e09900;
    color: #FFFFFF;
    font-size: 0.8em;
    padding: 8px;
}

#contactInfo div {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#contactInfo a {
    color: #FFFFFF;
}

nav {
    font-size: 1.1em;
    display: block;
    clear: both;
    margin: 12px 30px 30px;
    height: 20px;
}

nav ul {
    width: 70%;
    max-width: 1080px;
    margin: 47px auto 10px;
    list-style-type: none;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

nav ul li {
    float: right;
    padding: 0 1%;
}

nav ul li a {
    text-decoration: none;
    color: #666666;
}

nav ul li a:hover {
    color: #888686;
}

nav .logo {
    float: left;
    width: 250px;
}

#mainMarketing {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/3rdforce_mainMarketing.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    clear: both;
    color: #cdcdcd;
    padding-top: 6vw;
    margin-top: 10px;
    padding-bottom: 50px;
}

#mainMarketing.about {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/about_marketing.jpeg);
}

#mainMarketing.outsourcing {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/outsourcing_marketing.jpeg);
}

#mainMarketing.bpo {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/bpo_marketing.jpeg);
}

#mainMarketing.learnership {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/learnership_marketing.jpeg);
}

#mainMarketing.digital {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/digital_marketing.jpeg);
}

#mainMarketing.culture {
    background-image: linear-gradient(70deg,#283d4b 0%,rgba(128,103,79,0.5) 100%),url(../images/culture_marketing.jpeg);
}

#mainMarketing h1 {
    font-size: 4em;
    margin: 20px 0 60px;
    line-height: 70px;
}

#mainMarketing .marketing-blurb {
    width: 50%;
    display: block;
}

#mainMarketing .marketing-buttons {
    background-color: #ff8700;
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 10px;
    float: left;
    font-weight: bold;
}

#mainMarketing .marketing-buttons.left-button {
    margin-right: 20px;
}

.marketing-wrapper, #homeBlurb, .infoPoints, .contactInfo {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#homeBlurb {
    height: 350px;
    margin: 25px auto;
}

.left, .right {
    float: left;
    width: 50%;
}

.left h3, .right h3 {
    font-size: 30px;
    float: left;
    margin-top: 40px;
    line-height: 40px;
    margin-bottom: 0;
}

.right h3.noMargin {
    margin: 0 0 10px 0;
}

.left p, .right p {
    padding: 10px 10% 0 0;
    line-height: 25px;
    margin: 0;
}

.left img {
    float: left;
    width: 90px;
}

.left img.fullSize {
    width: 90%;
}


.right img {
    width: 100%;
}

.left img {
    float: left;
    width: 90px;
}

#mainMarketing .bottomGraphic {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgOTAuNzJsMTQwLTI4LjI4IDMxNS41MiAyNC4xNEw3OTYuNDggNjUuOCAxMTQwIDEwNC44OWwxNDAtMTQuMTdWMEgwdjkwLjcyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDB2NDcuNDRMMTcwIDBsNjI2LjQ4IDk0Ljg5TDExMTAgODcuMTFsMTcwLTM5LjY3VjBIMHoiLz48L2c+PC9zdmc+);
    background-size: 200% 20vw;
    bottom: 0;
    height: 20vw;
    z-index: 1;
    transform: scale(-1,-1);
    background-repeat: no-repeat;
}

footer {
    background-color: #120063;
    float: left;
    clear: both;
    width: 100%;
    color: #FFFFFF;
    margin-top: 60px;
}

footer ul {
    float: left;
    width: 50%;
    list-style-type: none;
    margin-top: 55px;
    font-size: 12px;
}

footer ul li {
    margin: 5px 0;
}

footer ul a {
    text-decoration: none;
    color: #6088a3;
}

.footerWrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
}

.footerWrapper form {
    width: 40%;
    float: left;
}

.footerWrapper input[type=text], .footerWrapper input[type=email] {
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 20px;
}

.footerWrapper textarea {
    width: 100%;
    height: 150px;
}

.footerWrapper input[type=submit] {
    display: block;
    color: rgba(255,255,255,0.9);
    border-width: 0;
    border-color: #f47a55;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 22px;
    font-weight: bold;
    background-color: #f47a55;
    padding: 10px 20px;
    margin-top: 20px;
    float: right;
    border-radius: 5px;
}

.footerContactInfo {
    float: left;
    padding: 35px 0 0 65px;
}

.footerContactInfo h4 {
    margin-bottom: 0;
}

.footerContactInfo p {
    margin: 0;
}

.footerContactInfo a {
    color: #FFFFFF;
}

.infoBlockWrapper {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.info-block {
    float: left;
    width: 30%;
    color: #FFFFFF;
    padding: 2.5%;
    margin: 2% 2% 2% 0;
    box-shadow: 0px 40px 60px -30px rgb(0 0 0 / 34%);
}

.info-block.last {
    margin-right: 0;
}

.info-block h4 {
    margin: 0;
}

span.icon {
    background-image: url(../images/icon_sprite.png);
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-block span.icon.digital {
    background-position: 0 0;
}

.info-block span.icon.employees {
    background-position: -29px 0;
}

.info-block span.icon.innovation {
    background-position: -58px 0;
}

span.icon.headOffice {
    background-position: -87px 0;
    margin: 13px 13px 0 0;
}

span.icon.call {
    background-position: -120px 0;
    margin: 13px 13px 0 0;
}

span.icon.email {
    background-position: -157px 0;
    margin: 13px 13px 0 0;
}

span.icon.process {
    background-position: -187px 0;
    margin: 13px 13px 0 0;
}

span.icon.outsource {
    background-position: -220px 0;
    margin: 13px 13px 0 0;
}

.blue {
    background-color: #546180;
}

.beige {
    background-color: #bdad9b;
}

.orange {
    background-color: #f47a55;
}

.bookingButton {
    background-color: #ff8700;
    padding: 15px 30px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 30px;
    float: left;
    border-radius: 5px;
}

.menuIcon {
    background-image: url(../images/hamburger.jpg);
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    background-size: contain;
    text-indent: -9999px;
    margin-top: 10px;
}

.mobileMenu {
    background: #4e4b7e;
    width: 100%;
    position: absolute;
    left: 0;
    top: 120px;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #FFFFFF;
    z-index: 5;
    display: none;
}

.mobileMenu li {
    display: block;
    float: none;
    font-size: 25px;
    margin: 50px 20px;
}

.mobileMenu li a {
    color: #FFFFFF;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.layout-row {
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    /* flex: 1 0 auto; */
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-content: stretch;
    position: relative;
    float: left;
}

.service-card {
    background: #d6d6d6;
    text-align: left;
    padding: 0 0 20px 0;
    display: block;
    width: 48%;
    margin: 15px 0;
    float: left;
    box-shadow: 2px 2px 15px 2px #dedede;
    box-sizing: border-box;
    flex: 1 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.left-service {
    margin-right: 2%;
}

.service-card h2 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    background: #3c3c3c;
    padding: 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    border-bottom: solid 1px #1d1c1c;
}

.service-card p {
    margin: 0 0 10px 0;
    padding: 0 10px;
    line-height: 25px;
    box-sizing: border-box;
}

iframe {
    float: left;
}

#bookingForm {
    width: 100%;
}

#bookingForm label {
    width: 100%;
    display: block;
    font-size: 18px;
    margin: 23px 0 3px 0;
}

#bookingForm input[type=text], #bookingForm input[type=email] {
    width: 50%;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #868282;
    padding: 10px;
    font-size: 20px;
    color: #939393;
}

#bookingForm input[type=submit], #calculate {
    display: block;
    margin: 20px 0 0 0;
    background-color: #ff8700;
    padding: 10px;
    border: none;
    border-radius: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

#bookingForm textarea {
    width: 50%;
    border-radius: 10px;
    border: solid 1px #868282;
    height: 180px;
    font-size: 20px;
    color: #939393;
}

.validation-error {
    background-color: #ffcdcd;
    padding: 20px;
    color: red;
    border: solid 1px;
}

.validation-success {
    background-color: #cff8cf;
    padding: 20px;
    color: green;
    border: solid 1px;
}

@media (max-width: 500px) {
    #mainMarketing h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0;
    }

    .marketing-wrapper, #homeBlurb, .infoPoints, .contactInfo {
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    #mainMarketing .marketing-blurb {
        width: 100%;
    }

    #mainMarketing .bottomGraphic {
        display: none;
    }

    .left, .right {
        width: 100%;
    }

    .left h3, .right h3 {
        margin-bottom: 0;
    }

    .right h3.noMargin {
        margin: 40px 0 10px 0;
    }

    .infoPoints h2 {
        float: left;
        margin: 30px 0 10px 0;
    }

    .infoBlockWrapper {
        display: block;
    }

    .info-block {
        width: 100%;
        box-shadow: none;
        box-sizing: border-box;
        padding: 40px;
    }

    .footerWrapper form {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .footerContactInfo {
        float: left;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .right img {
        margin: 40px 0;
    }

    nav .logo {
        width: 180px;
    }

    .service-card {
        width: 100%;
    }

    #bookingForm input[type=text], #bookingForm input[type=email] {
        width: 100%;
    }

    #bookingForm textarea {
        width: 100%;
    }
}

@media (max-width: 1090px) {
    .desktopMenu {
        display: none;
    }

    .marketing-wrapper, #homeBlurb, .infoPoints, .contactInfo {
        padding: 20px 40px;
        box-sizing: border-box;
    }

    footer {
        padding: 0 40px;
        box-sizing: border-box;
    }
}

@media (min-width: 1090px) {
    .menuIcon {
        display: none;
    }

    .mobileMenu {
        display: none;
    }
}

/* Estimator form styles*/
.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    float: left;
    width: 100%;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    font-weight: bold;
  }
  
  input[type="number"],
  select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  input[type="checkbox"] {
    margin-right: 5px;
    float: left;
    margin-top: 5px; /* Adjust as needed */
  }


#total {
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}

#note {
    font-size: 11px;
    font-style: italic;
}

.hidden {
    display: none;
}
  