/* GLOBAL STYLES
-------------------------------------------------- */
body {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	color:#585858;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
.clearfix{
	display:block;
	clear:both;
	float:none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
	color:#000;
}
h1{
	font-size:60px;
}
h2{
	font-size:48px;
}
h3{
	font-size:40px;
}
h4{
	font-size:32px;
}
h5{
	font-size:25px;
}
h6{
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}
img {
    max-width: 100%;
}
.subtext{
	font-size:27px;
	color:#333333;
	font-style:italic;
    margin: 20px 0 40px 0;
}
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.desktoponly{
	display:block!important;
}
.mobileonly{
	display:none!important;
}
a.button{
    background: #d91f26;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
	text-decoration:none;
}
a.button:hover{
	background:#a51117;
}

/* HEADER SECTION
-------------------------------------------------- */

.headersection{
    background: #efefef url(../images/header-waggy.jpg) no-repeat center center;
    padding: 350px 0 150px 0;
}
.headersection .header1{
    color: #0b0b0b;
}


/* SECTION 1
-------------------------------------------------- */
.section1{
	padding:110px 0 100px 0;
}
.section1boxes{
	overflow:hidden;
	background:#f4f3f3;
    position: relative;
}
section1boxes img{
	max-width:100%;
}
.section1boxes .section1boxescontent{
	padding:25px;
}
.section1boxes h5{
	color:#838383;
    margin-bottom: 18px;
}
.section1boxes h6{
	color:#0f0f0f;
    margin-bottom: 22px;
}
.section1boxes a.btn{
	position:relative;
    background: #fff;
    box-shadow: 2px 2px 2px #e1e0e0;
    padding: 28px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    padding-left: 100px;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}
.section1boxes a.btn:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:98px;
	height:100%;
}
.section1boxes .sbcc{
    min-height: 80px;
}
.section1boxes.green{
	/*border-top:7px solid #39b54a;*/
}
.section1boxes.green a.btn{
	color:#39b54a;
}
.section1boxes.green a.btn:hover{
	background:#39b54a;
	color:#fff;
}
.section1boxes.green a.btn:before{
	background:#39b54a url(../images/icon-therapy.png) no-repeat center center;
}

.section1boxes.blue{
	/*border-top:7px solid #00a2ff;*/
}
.section1boxes.blue a.btn{
	color:#00a2ff;
}
.section1boxes.blue a.btn:hover{
	background:#00a2ff;
	color:#fff;
}
.section1boxes.blue a.btn:before{
	background:#00a2ff url(../images/icon-esa.png) no-repeat center center;
}

.section1boxes.red{
	/*border-top:7px solid #d91f26;*/
}
.section1boxes.red a.btn{
	color:#d91f26;
}
.section1boxes.red a.btn:hover{
	background:#d91f26;
	color:#fff;
}
.section1boxes.red a.btn:before{
	background:#d91f26 url(../images/icon-service.png) no-repeat center center;
}

/* SECTION 2
-------------------------------------------------- */
.section2 {
    padding: 95px 0 50px 0;
    background: #f0f0f0;
    /*background:#e0e0e0;*/
}
.section2 h2{
	margin-bottom:50px;
}
.section2 a.btn{
    position: relative;
    background: #fff;
    padding: 24px 28px 24px 120px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #151515;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    height: 129px;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    margin-bottom: 20px;
    white-space: normal;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
}
.btnChevron {
    position: absolute !important;
    right: 12px;
    top: 50%;
    margin-top: -13px;
}
.section2 a.btn img{
    position: absolute;
    left: 16px;
    top: 24px;
    width: 98px;
    height: 81px;
}
.section2 .col-lg-12, .section2 .rowcdata{
    background: #fff;
    margin: 0 15px 0 15px;
    width: calc(100% - 30px);
    padding: 26px;
    border-radius: 4px;
	position:relative;
}
.section2 .rowcdata{
	margin:0;
	width:100%;
}
.section2 .row.rowc, .section2 .rowcdata{
	top:-25px;
	position:relative;
}
.section2 a.btn.active .fa-chevron-right:before {
    content: "\f078";
}
.section2 a.btn p.title{
	margin-top:-10px;
}
.section2 a.btn span.subtitle{
    position: absolute!important;
    left: 120px;
    top: 80px;
    font-size: 14px;
}
/* SECTION 3 Help Wanted
-------------------------------------------------- */
.section3{
	padding:100px 0 0 0;
}
.section3 h2{
	margin-bottom:50px;
}

/* SECTION 4 FAQ
-------------------------------------------------- */
.section4 {
    padding: 100px 0 120px 0;
    background: #FFFFFF;
    /*background: #f0f0f0;*/
}
.section4 h2{
	margin-bottom:50px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    display: block;
	position:Relative;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border: 0;
    padding: 32px;
}
.panel-default>.panel-heading h4,.panel-default>.panel-heading h4 a{
    color: #000000;
	font-size:24px;
    font-weight: 500;
	padding-right:20px;
}
.panel-default>.panel-heading h4 a{
	text-decoration:none;
}
.panel-default>.panel-heading h4 a.collapsed:after{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}
.panel-default>.panel-heading h4 a:after{
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 6px;
}
.panel-body {
    padding: 0 32px 32px 32px;
}


/* SECTION 5 Contact Us
-------------------------------------------------- */
.section5 {
    padding: 100px 0 120px 0;
    background: #ffffff;
    /*background: #f0f0f0;/*Added For Alternating */
}
.section5 h2{
	margin-bottom:50px;
}
.section5 #frmContact{
	max-width:100%;
    width: 970px;
	display:table;
	margin:0 auto;
}
.section5 .row{
	margin-bottom:20px;
}
.section5 textarea, .section5 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    border: 1px solid #e0e0e0;
    padding: 12px 18px;
    font-size: 20px;
    color: #000000;
    width: 100%;
	border-radius:4px;
}
.section5 input[type="submit"]{
	background:#d91f26;
    padding: 12px 24px;
	color:#fff;
	border-radius:4px;
	border:0;
}

/* FOOTER SECTION
-------------------------------------------------- */
.footer{
	background:#e0e0e0;
	padding:70px 0 20px 0;
}
.footer, .footer *{
	color:#7a7a7a;
}
.footer h3{
    font-size: 20px;
    color: #898989;
    font-weight: 600;
    margin: 10px 0 25px 0;
}
.footer ul ,.footer ul li{
	position:Relative;
	display:block;
	margin:0;
	padding:0;
}
.footer ul li{
	padding:0 0 5px 0;
}
.footer ul li a{
    font-size: 17px;
    color: #606060;
    text-decoration: underline;
}
.footer ul.contactinfo li a{
	text-decoration:none;
	display:inline-block;
	float:left;
	width:calc(100% - 25px);
}
.footer ul.contactinfo li i{
	display:inline-block;
	float:left;
	width:25px;
    margin-top: 4px;
}
.footer ul.contactinfo li {
    padding: 0 0 10px 0;
}
p.copyright {
    font-size: 18px;
    color: #6a6a6a;
    border-top: 1px solid #999999;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
}


/* RESPONSIVE SECTION
-------------------------------------------------- */
@media only screen and (max-width: 1180px) {
.headersection {
    background: #efefef url(../images/header-waggy.jpg) no-repeat center top;
    padding: 200px 0 40px 0;
    background-size: 100%;
}
.headersection .header1{
	text-align:left;
}
.section5 #frmContact {
    max-width: 100%;
    width: 80%;
}
h1 {
    font-size: 30px;
    text-align: center;
}
h2{
	font-size:26px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
.section1, .section2, .section3, .section4{
    padding: 30px 0;
}
.subtext {
    font-size: 16px;
}
.section1boxes img{
	width:100%;
}
.section1boxes a.btn{
	font-size:14px;
}
.section5 .row {
    margin-bottom: 0px;
}
.section5 .col-lg-6, .section5 .col-lg-12 {
    margin-bottom: 20px;
}
.desktoponly{
	display:none!important;
}
.mobileonly{
	display:block!important;
}
.panel-default>.panel-heading h4, .panel-default>.panel-heading h4 a {
    font-size: 16px;
}
.section1boxes {
    margin-bottom: 40px;
}
.section3 .col-md-6 img{
    text-align: center;
    display: table;
    margin: 0 auto;
}
}
@media only screen and (max-width: 800px) {
.headersection {
    padding: 140px 0 40px 0;
}
}
@media only screen and (max-width: 600px) {
.headersection {
    padding: 90px 0 50px 0;
}
.headersection .header1{
    text-align: left;
    font-size: 18px;
}
}
@media only screen and (max-width: 500px) {
.headersection {
    padding: 70px 0 30px 0;
}
.headersection .header1{
    text-align: left;
    font-size: 16px;
}
}