/*
    Dev Note: 
        use .ac-form selector for the buttons and the Marketing by text or other objects that req. one style
        use #ac-xxx selector for the ind. objects that requires diff. styles
*/

/* Global Designs */
.ac-form ._button-wrapper {
    width: 90%;
    margin: 0 auto !important;
}

.ac-form button {
    width: 100%;
    color: #fff;
    line-height: 10px;
    background: #96499c;
    margin: 10% 0;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    padding: 5%;
}

.ac-form button:hover {
    background: #ac53b5;
}

.ac-form ._form-branding {
    display: none;
}

.ac-form ._error {
    color: red;
    margin-top: 2%;
}

.pre {
	text-align: center;
	font-size: 27px;
	line-height: 35px;
}

.em {
	color: #96499c;
}

.em-large{
	color: #96499c;
	font-size: 37px;
}

.ac-desc {
	font-size: 23px;
	text-align: center;
	line-height: 31px;
}

.pre-large {
	text-align: center;
	font-size: 37px;
	line-height: 45px;
}

.large-font {
	font-size: 37px;
}

.em-orange {
	color: #ff6600;
}

.em-orange-large{
	color: #ff6600;
	font-size: 37px;
}

/* Home */
#ac-home {
    width: 90%;
    margin: 0 auto;
}

#ac-home div._form-content > div._form_element._x41580236._full_width._clear > div > h1 {
    margin: 5% 0 10% !important;
    line-height: 37px;
}

#ac-home div._form-content > div._form_element._x89974789._full_width._clear > div > h1 {
    margin-bottom: 5% !important;
    line-height: 30px !important;
}

#ac-home div._form-content > div._form_element._x41580236._full_width._clear > div > h1 > strong {
	font-size: 43px;
}

/* Marketing */
#ac-marketing {
    width: 80%;
    margin: 0 auto;
}

#ac-marketing div._form-content > div._form_element._x98560052._full_width._clear > div > h1 {
    margin: 5% 0 10% !important;
}

#ac-marketing div._form-content > div._form_element._x12613317._full_width._clear > div > h1 {
    margin-bottom: 5% !important;
}

/* IT */
#ac-it {
    width: 90%;
    margin: 0 auto;
}

#ac-it div._form-content > div._form_element._x15824715._full_width._clear > div > h1 {
    margin: 5% 0 8% !important;
}

#ac-it div._form-content > div._form_element._x45290289._full_width._clear > div > h1 {
    margin-bottom: 5% !important;
    font-weight: 700;
    font-size: 35px;
}

/* Accounting */
#ac-accounting {
    width: 90%;
    margin: 0 auto;
}

#ac-accounting div._form-content > div._form_element._x90786143._full_width._clear > div > h1 {
    margin: 5% 0 0 !important;
    font-weight: 700;
}

#ac-accounting div._form-content > div._form_element._x74714753._full_width._clear > div > h1 {
    margin: 10% auto 5%;
}

/* VA */
#ac-va {
    width: 90%;
    margin: 0 auto;
}

#ac-va div._form-content > div._form_element._x06767214._full_width._clear > div > h1,
#ac-va div._form-content > div._form_element._x39621657._full_width._clear > div > h1 {
    font-size: 35px !important;
    font-weight: 500;
}

#ac-va div._form-content > div._form_element._x39621657._full_width._clear > div > h1 {
    margin-bottom: 10%;
}

#ac-va div._form-content > div._form_element._x57928308._full_width._clear > div > h1 {
	font-weight: 700;
	margin-top: 10%;
}

/* VB */
#ac-vb {
    width: 90%;
    margin: 0 auto;
}

#ac-vb div._form-content > div._form_element._x84191400._full_width._clear > div > h1 {
    margin: 5% 0 0;
    font-weight: 500;
}
 
#ac-vb div._form-content > div._form_element._x30119943._full_width._clear > div > h1 {
	margin: 10% 0 5%;
}

/* Blog */
#ac-blog {
    width: 90%;
    margin: 0 auto;
}

#ac-blog div._form-content > div._form_element._x61772052._full_width._clear > div > h1 {
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 10%;
}

/* Portfolio */
#ac-portfolio {
    width: 90%;
    margin: 0 auto;
}

#ac-portfolio div._form-content > div._form_element._x38180691._full_width._clear > div > h1 {
    margin: 5% 0 10%;
}

@media only screen and (max-width: 1380px) {
    #about-us-banner figure {
    	margin-top: 5%;
    }
}