body, p{
    color: #4A4A4A;
}
.c-blue{
	color: #3081cb;
}
.c-green{
	color: #00882b;
}
.c-orange{
	color: #e17826;
}

#header .header-nav-main nav > ul > li.menu-hipaa a,
#header .header-nav-main nav > ul > li.menu-hipaa:active a,
#header .header-nav-main nav > ul > li.menu-hipaa:hover a{
    background: #fff;
    padding: 4px;
}

.slider-request-a-demo{
    font-size: 1.1em;
    background: #3081cb;
}
.slider-request-a-demo:hover{
    color: #fff;
    background: #3081cb;
    text-decoration: none;
}

.menu-request-a-demo > a{
    padding-bottom: 9px !important;
    padding-top: 9px !important;;
}

.home-intro.slider-big-buttons{
	padding-top: 0;
}
.slider-container .tp-bannertimer{
    display: none;
}
.slider-big-buttons .button {
    font-weight: bold;
    font-size: 1.3em;
    background: #FFFFFF;
    height: 100px;
    padding: 29px 0 0 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #BCBCBC;
    cursor: pointer;
}
.slider-big-buttons .button.active{
	padding: 15px 0 0 0;
}
.slider-big-buttons .button.last{
	padding: 15px 0 0 0;
}

.slider-container .slider-title{
    font-weight: bold;
    font-size: 2.5em;
    color: #000;
}
.slider-container .slider-subtitle{
    font-size: 1.7em;
    font-weight: normal;
    color: #616161;
    line-height: 1.3em;
}
.slider-container .slider-text{
    font-size: 1.2em;
    font-weight: normal;
    color: #000;
    line-height: 1.3em;
}

.box {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #c1c1c1;
    margin-bottom: 20px;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion, .box .box-header .box-title {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    float: left;
    cursor: default;
}
.box .box-body {
    padding: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.callout.callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}
.callout {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

#footer {
    /*padding-top: 10px !important;*/
}

footer .footer-copyright {
    margin-top: 0px !important;
    padding-top: 15px !important;
}

.questions_contact_us_box{
    font-size: 16px;
}
.questions_contact_us_box span{
    font-weight: bold;
}
.questions_contact_us_box a{
}

.page-system h3{
    text-transform: none; 
    line-height: 33px;
}

#footer .footer-ribbon a {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}
.buyButton {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.buyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.buyButton:active {
	position:relative;
	top:1px;
}
.contactButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.contactButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.contactButton:active {
	position:relative;
	top:1px;
}

#image-header-logo {
    padding: 10px;
}