@media screen and (max-width: 600px) {
	
	.error-number h2 {
		font-size: 4.5em;
	}	

    .error-content img {
        padding: 3%;
        max-height: 240px;
    }

    .error-image {
        width: 100%;
    }

    .error-content img {
        padding: 3%;
        max-height: 240px;
    }

    .error-image {
        width: 100%;
    }

    .site-map ul li {
        text-align: center;
    }    

    .seo1 .large-col {
        width: 100%;
    }    

    .collaborate-section h1 {
        font-size: 37px;
    }    

    .hero-content h2 {
        line-height: 1.1em;
        font-size: 3.5em;
    }

    .logo img {
        width: 60%;
        margin-top: 6px;
    }

    .driver {
        margin-bottom: 19px;
    }

    hubspot-buttons div {
        font-size: 12px;
        padding-top: 16px;
        padding-bottom: 10px;
        height: 47px;
    }

    .seo .large-col h2, .inbound .large-col h2 {
        font-size: 3.1em;
    }

    .container-top .small-col {
        width: 100%;
    }

    .collaborate input[type=submit] {
        width: 100% !important;
    }

    .site-map {
        display: inline;
        width: 100%;
    }

    .site-map h2 {
        text-align: center;
        color: #2e99df;
        margin: 20px 0px;
        font-size: 29px;
        line-height: 120%;
    }

    .core-values h3 {
        font-size: 2em;
    }

    .values {
        width: 80%;
    }

    .values p {
        font-size: 1em;
        line-height: 1.5em;
    }

    .container {
        padding: 3% 5%;
    }    

    .marketing-tips h1 {
        font-size: 30px;
    }

    .collaborate-section {
        display: inline-block;
        width: 100%;
        padding: 5% 5%;
        background: url(/assets/images/collaborate-bg.png) no-repeat left bottom;
        background-size: 100% 100%;
        text-align: center;
        background-position: bottom;
    }

}

.hero-content h1 {
    font-size: 3em;
    font-weight: bold;
    font-family: "Proxima Nova Black", "PT Sans", Tahoma, sans-serif;
}

.menu a {
    font-size: 14px;
}

.collaborate input.email, .collaborate input.hs-input {
    width: 100%;
}

.collaborate input[type=submit] {
    width: 42%;
}

.collaborate label {
    font-size: 1.2em;
    font-weight: bold;
    color: #3498d4;
}

.collaborate .hs-error-msg{
    color:red;
    font-size: 1em;
}

.collaborate .submitted-message {
    font-size: 1.8em;
    color: #3498d4;
}

.collaborate input[type=text], .collaborate input[type=email], .collaborate input[type=tel] {
    border-radius: 5px !important;
    border: 2px solid #aaaaaa !important;
    font-size: 1.2em !important;
    padding: 1% !important;
    width: 100% !important;
    margin: 15px 0 !important;
    background-color: #fff !important;
}

.collaborate input[type=checkbox] {
    margin-top: 5px !important;
    width: 3% !important;
}

.collaborate  textarea {
    height: 107px;
}

.hs_error_rollup {
    display:none;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}