/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html{font-size:62.5%;}
/*
	Standardizes REM values so that 10px = 1rem. 
	http://snook.ca/archives/html_and_css/font-size-with-rem
*/
@media (max-width:319px){ html{font-size:40%;} }
@media (max-width:639px){ html{font-size:35%;} }
@media (max-width:719px){ html{font-size:50%;} }
@media (max-width:767px){ html{font-size:60%;} }


body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #0D2240;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 2.0rem;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 2px solid #b30;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #ff4c00;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand img {
    width:138px;height:20px;
}
.navbar-custom.top-nav-collapse .navbar-brand .dark {display:none;}
.navbar-custom.top-nav-collapse .navbar-brand .white {display:block !important;}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 1.6rem;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #ff4c00;
}
.navbar-custom.top-nav-collapse a {
    color: #fff;
}
@media (max-width:767px) {
	.navbar-custom a {
			color: #fff;
	}
	.brand-heading img {width:70%;}
}
@media (max-width:479px) {
	.navbar-custom a {
			color: #fff;
	}
	.brand-heading img {width:90%;}
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #FF4C00;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #0D2240;
    background: url(../img/intro-bg3.jpg) no-repeat bottom center scroll;
    background-color: #F6E3E3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 4.0rem;
}

.intro .intro-body .intro-text {
    font-size: 1.8rem;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .intro-text {
        font-size: 2.5rem;
    }
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 1px;
    padding: 1px 1px;
    border: 2px solid #FF4C00;
    border-radius: 35px;
    font-size: 3.5rem;
    color: #FF4C00;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: #FF4C00;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.marketing-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    /* background: url(../img/payroll-bg.jpg) no-repeat center center scroll; */
    background-color: #0d2240;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.marketing-section ul {
	font-size: 18px; 
	margin: 0 0% 5% 20%; 
	text-align:left;

}


.payroll-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/payroll-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.payroll-section ul {font-size: 21px; margin: 0 0% 5% 22%; text-align:left;}
.payroll-section ul li {padding: 4px 0;}
.payroll-section h4.helpYou {margin-bottom: 10px; font-size:20px;}
.payroll-section h4.freeConsult {padding-top: 24px;}
.payroll-section h4.freeConsult  a {background: #fff; padding: 1% 2%; border-radius: 6px; opacity: 0.8; color: #FF3300; margin-top: 15px;}
.payroll-section h3 {font-size: 30px; line-height: 40px;}

.sales-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/sales-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.sales-section p {text-align: left;}
.sales-section img {width: 226px; margin-left: 23px;}

.about-section {
	width:100%;
	padding: 50px 0;
	background-color:#7cafc4;
	
}
.about-section p {text-align: left;}
.about-section clear {clear: both;}


.about-section person {width:65%; display:block;}
.about-section .person h2 {
	text-align: left;
	margin: 0px 0px 10px 0px;
	}
.about-section .person h3 {
	text-align: left;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}
.about-section .person h4 {
	text-align: left;
	margin: 0px 0px 0px 0px;

}
.about-section .person img {
	vertical-align: top;
	display: inline-block;
	text-align: center; 
	float:left; 
	padding:0px 20px 20px 0px;
	height: 300px;

}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
    }

    .sales-section, .payroll-section, .about-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
		font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size:1.6rem;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

h3.subheadHome {
	font-size: 43px;
    padding-top: 6%;
	padding-bottom:10%
}
h4.subheadHome {
	font-size: 20px;
    padding-top: 10%;
	text-align: right;
}


/* FORM */

.contactForm{
  	max-width: 640px;
    margin: 0 auto;
    padding: 20px 55px;
    box-sizing: border-box;
    background-color: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    font: normal 18px Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
}

.contactForm .form-row{
    text-align: left;
    margin-bottom: 22px;
}

.contactForm .form-title-row{
    text-align: center;
    margin-bottom: 55px;
}

/* The form title */

.contactForm h1{
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
    padding: 0 10px 15px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}

.contactForm .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    text-align: left;
    vertical-align: bottom;
    padding: 0px 5px;
}

.contactForm input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}

.contactForm input[type=radio],
.contactForm input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.contactForm input[type=checkbox]{
    margin-top: 13px;
}

.contactForm select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    max-width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
}

.contactForm textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
}

.contactForm .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}

.contactForm .form-radio-buttons > div{
    margin-top: 10px;
}

.contactForm .form-radio-buttons label span{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}

.contactForm .form-radio-buttons input{
    width: auto;
}

.contactForm button{
    display: block;
    border-radius: 2px;
    background-color:  #ff4c00;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin: 40px 183px 0;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .contactForm{
        padding: 30px;
        max-width: 480px;
    }

    .contactForm .form-row{
        max-width: 300px;
        margin: 25px auto;
        text-align: left;
    }

    .contactForm .form-title-row{
        margin-bottom: 50px;
    }

    .contactForm .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 15px;
    }

    .contactForm select{
        width: 240px;
    }

    .contactForm input[type=checkbox]{
        margin-top:0;
    }

    .contactForm .form-radio-buttons > div{
        margin: 0 0 10px;
    }

    .contactForm button{
        margin: 0;
    }
	
	.contactForm .text-danger{
		float:right;
		color:#a94442;
		}
	.contactForm a.text-danger:hover{
		float:right;
		color:#843534;
		}
}
