@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);
body {
    color: #4A4A4A;
    background-color: #F7F7F7;
    font-family: 'Lato', sans-serif;
    /* Trying to find an alternative to Avenir Next */
}

#elformo_honeypot {
   display: none;
 }
/* centered columns styles */

.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}
h1, h2, h3, h4 {
    /*color: #505658;*/
    color: #253842;
}
h1 {
    font-weight: 100;
}
h2 {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 35px;
}
h3 {
    font-weight: 100;
}

/* Hero Section */

.hero {
    background-image: url("hero-bg-small.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Pillars Section */

.pillars, .footer p {
    text-align: center;
}
.featurette-image {
    width: 250px;
    padding-bottom: 25px;
}
.img-padding img {
    padding-bottom: 25px;
}
.featurette-heading {
    color: #333;
}
.lead {
    font-size: 19px;
}
.section {
    padding-bottom: 20px;
}
.city-bg {
    /*background-image: url("city-bg.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #D8E0E3;
    color: #333;
}
.dark-bg {
    background-color: #253842;
    color: #f7f7f7;
    opacity: 0.9;
}
.text-muted {
    color: #939393;
}
.text-on-white {
    color: #505658;
}

/* Pillars Section */

.pillars {
    margin-bottom: 15px;
    padding-top: 10px;
}
.pillars> div {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    text-align: center;
}
.pillars img {
    width: 33%;
}
.pillars h2 {
    font-size: 27px;
    font-weight: 300;
}
.pillars p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}
.pillars div, input, textarea {
    /*Raised Box Style*/
    box-shadow: 0px 2px 5px #ccc !important;
    -moz-box-shadow: 0px 2px 5px #ccc !important;
    -webkit-box-shadow: 0px 2px 5px #ccc !important;
}

.areas a {
  color: #f7f7f7;
}



/* Areas Section */

.areas img {
    display: inline-block;
    width: 38px;
    padding: 0px 0px 0px 0px;
}
.areas .area-helper img {
    width: 50px;
}
.areas h2 {
    font-weight: normal;
}
.areas p {
    display: inline-block;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 300;
}
.areas p:hover {
    text-decoration: underline;
    color: #D8E0E3;
}

/* Contact  Section */

.form-control {
    border-radius: 0px;
    background-color: #D8D8D8;
    color: #253842;
    border: none;
    margin-bottom: 20px;
    height: 50px;
}
.contact {
    margin-top: 45px;
}
.contact p {
    font-size: 19px;
    font-weight: 300;
}
input.form-control {
    max-width: 500px;
}
textarea.form-control {
    height: 250px;
    max-width: 500px;
    resize: none;
}
.contact h2 {
    font-size: 70px !important;
    margin-top: -8px;
    margin-bottom: 30px;
    font-size: 50px;
}
.button {
    display: block;
    margin: 0 auto;
    width: 105px;
    height: 55px;
    background-color: #F7F7F7;
    color: #253842;
    border: 1px solid #253842;
    float: right;
    font-size: 19px;
    font-weight: 300;
    margin-top: 10px;
    margin-right: 54px;

}
.button:hover {
    background-color: #253842;
    color: #F7F7F7;
    border: 1px solid #F7F7F7;
    font-weight: 300;
    text-decoration: none;
}

.jumbotron p {
  font-weight: 300;

}

#contact button {
  width: 100% !important;
  max-width: 500px;
}

/* Carousel */

.carousel-indicators li {
    background-color: #505658;
    border: 0px;
}
.carousel-indicators .active {
    background-color: #D8E0E3;
}
.talent-slide img {
    width: 72%;
}

/* Footer Section */

.bottom {
    margin-bottom: 0px;
    margin-top: 40px;
    background-color: #555;
}
.bottom p {
    font-size: 11px;
    color: #f7f7f7;
}
.bottom a {
    color: #D8E0E3;
    font-size: 18px;
}
.areas a {
    color: inherit;
}

/* Desktop Specific Style */

@media (min-width: 992px) {
    html body {
        height: 100%;
    }
    .hero {
        background-position: 0px -130px;
    }
    .hero h1 {
        font-size: 85px !important;
    }
    .hero h4 {
        font-weight: 300;
        font-size: 23px;
    }
    .hero p {
        font-weight: 300;
        font-size: 18px;
    }
    .carousel-item {
        max-height: 270px;
    }
    .hero-button {
        display: none;
    }
    .areas img {
        width: 15%;
    }
}

/* Small Devices, Tablets */

@media (min-width: 480px) and (max-width: 991px) {
    .hero {
        background-position: 0px 0px;
    }
    .pillars> div {
        width: 60%;
        margin-bottom: 40px;
    }
    h1 {
        font-size: 66px;
    }
    h1, h2, h3, h4, p, .areas {
        text-align: center;
    }
    h4 {
        font-weight: 500;
        padding-top: 10px;
    }
    .tagline {
        display: none;
    }
    .hero-button {
        background-color: transparent;
        float: none;
        width: 40%;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .hero a {
        text-decoration: none;
    }
    .watch-video {
        display: none;
    }
    .caro-img {
        display: none;
    }
    .carousel-item {
        height: 310px;
    }
    .areas {
        margin: 0px 0px 0px 70px;
        text-align: left;
    }
    .areas> div {
        padding: 10px 0 10px 0;
    }
    .areas img {
        width: 8%;
    }
    .areas p {
        font-size: 12px;
        margin-right: 10px;
    }
    .form-container {
        text-align: center;
        margin-top: 40px;
    }
    .form-container> input, textarea {
        margin: 0 auto;
        margin-top: 20px;
    }
    .contact .button {
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 40px;
        width: 170px;
    }
}

/* Mobile Specific Style */

@media (max-width: 480px) {
    h1, h2, h3, h4, p {
        text-align: center;
    }
    .hero {
        background-position: 0px 0px;
    }
    .hero a {
        text-decoration: none;
    }
    .pillars> div {
        width: 80%;
        margin-bottom: 40px;
    }
    .areas> div {
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 10px 0 10px 0;
    }
    .button {
        margin: 0 0 0 0;
    }
    .caro-img {
        display: none;
    }
    .carousel-item {
        height: 470px;
    }
    .watch-video {
        display: none;
    }
    h1 {
        font-size: 60px;
        text-align: center;
    }
    .hero h1 {
        font-size: 53px;
    }
    h4 {
        font-weight: 500;
        padding-top: 10px;
        text-align: center;
    }
    .tagline {
        display: none;
    }
    .hero-button {
        background-color: transparent;
        float: none;
        width: 40%;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .areas p {
        font-size: 0.7em;
        font-size: 3.7vw;
    }
    .areas img {
        width: 10%;
    }
    .areas {
        margin: 0px 0px 0px 18px;
        text-align: left;
    }
    .areas> div {
        text-align: left;
    }
    .areas p {
        display: inline-block;
        padding-left: 5px;
        padding-right: 7px;
    }
    .city-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -600px 0px;

    }
    .contact div h2 {
        font-size: 61px !important;
    }
    .form-container {
        margin-top: 40px;
    }
}
