/* Base

----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #424242;
}

a {
	color: #d00100;
        text-decoration: underline;
}

a:hover {
	color: #d00100;
        text-decoration: none;
}

/* Layout

----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	color: #636161;
}

td.long { padding-right: 150px; }

td {
	border-bottom: 2px solid #000;
	padding: 5px 15px;
	text-align: center;
}

.content-table th.none {
	background: none;
	border: none;
}

.content-table th {
	background: #702222;
	font-family: 'source sans pro', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fcfcfc;
	padding: 6px 8px;
	box-sizing: border-box;
	border: 0;
	text-align: center;
}

/* Modules

----------------------------------------------------------------------------------------------------*/

/* Header */
h1 {
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 10px;
}

#header, #toolbar, #menu {
    margin: 0;
}

.header-wrap {
    background: #393939 url(../images/bg.jpg);
}

#toolbar {
    float: right;
    width: 60%;
}

#menubar {
    float: right;
}

.cta {
    text-align: right;
}

.slogan p {
    color: #ffffff;
    line-height: 2;
    padding-top: 12px;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    letter-spacing: -1px;
}

.cta div, .cta div a {
    font-family: 'Source Sans Pro';
    color:  #ffffff;
}

.cta div.first-line {
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.cta div.phone {
    font-size: 28px;
    line-height: 30px;
}

/* Top Area */
#top-a .module {
    margin: 0;
}

#top-a h2 {
    color:  #ffffff;
    font-size: 28px;
    line-height: 30px;
}

#top-a p {
    margin-top: 25px;
}

.wk-slideshow .caption {
    right: 0;
    max-width: 23%;
    left: auto;
    background: 0;
    text-align: right;
    top: 0;
}

#top-a .slider-button {
    display: inline-block;
    background: #be0100;
    background: -webkit-linear-gradient(90deg, #be0100 0%, #d10100 100%);
    background: -moz-linear-gradient(90deg, #be0100 0%, #d10100 100%);
    background: -o-linear-gradient(90deg, #be0100 0%, #d10100 100%);
    background: -ms-linear-gradient(90deg, #be0100 0%, #d10100 100%);
    background: linear-gradient(0deg, #be0100 0%, #d10100 100%);
    box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 35px;
    margin-top: 10px;
}

#top-a .slider-button:hover {
    color: #ccc;
}

#top-b {
    background: #353433;
}

.minifeature {
    background: #712222;
    box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.75);
    padding: 10px;
}

#top-b h3 {
    text-transform: uppercase;
    color:  #ffffff;
    font-size: 22px;
    line-height: 30px;
}

#top-b p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.learn-more {
    font-family: 'Source Sans Pro';
    color:  #f34a49;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
}

.learn-more:hover {
    color: #fff;
}

/* Content */

/* Sidebar */

/* Bottom Area */
.bottom-b-wrap {
    background: #702222;
}

#bottom-b {
    padding: 20px 0;
}

.company-title {
    font-family: 'Source Sans Pro';
    color:  #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

.company-addr, .company-addr a {
    font-family: 'Source Sans Pro';
    color:  #ffffff;
    font-size: 15px;
    line-height: 19px;
}

.aff {
    text-align: right;
    padding: 10px 0 0;
}

.bottom-c-wrap {
    background: #710000;
}

/* Footer */

.copy-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	padding-top: 10px;
	font-size: 16px;
	line-height: 18px;
}

#bottom-c .grid-box:last-child {
	text-align: right;
}

/* Item

----------------------------------------------------------------------------------------------------*/
.isblog #system .item,
 .isblog #system > .title,
 .noblog #content {
	padding: 0;
	background: 0;
}

/* Widgetkit Gallery

----------------------------------------------------------------------------------------------------*/
.wk-gallery-glass li {
	background: url(../../../images/module_box_transparent2.png) 0 0 repeat;
}

/* Gravity Forms

----------------------------------------------------------------------------------------------------*/
.gform_wrapper .top_label .gplaceholder .gfield_label {
	display: none;
}

/* Side-bar Form */

#sidebar-b .gform_wrapper {
	padding: 10px;

	/* Gradient */
        background: #474747;
}
#sidebar-b .gform_wrapper h3.gform_title {
	font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
	font-size: 22px;
        line-height: 26px;
	color: #f5f5f5;
	text-align: center;
	font-weight: normal;
}
body .gform_wrapper {
	max-width: 100%;
}
body .gform_wrapper .gform_heading, body .gform_wrapper h3.gform_title {
	width: 100%;
        text-transform: uppercase;
}
.gform_wrapper .gf-add-placeholder input[type="text"].large, .gform_wrapper .top_label .gf-add-placeholder textarea.textarea,
body .gform_wrapper .simple_captcha_medium input {
	width: 100%;
        box-sizing: border-box;
	border: 0;
	font-family: 'Source Sans Pro', sans-serif;
        color: #424242;
        letter-spacing: 0.45px;
	font-weight: 400;
	font-size: 18px;
        line-height: 20px;
	padding: 5px 5px 5px 10px;
	margin: 0 0 12px;
        background: #eaeaea;
}
#sidebar-a .gform_wrapper .gform_footer, #sidebar-b .gform_wrapper .gform_footer {
	margin: 0;
        text-align: center;
        padding: 5px 0 10px;
}
#sidebar-a .gform_wrapper textarea, #sidebar-b .gform_wrapper textarea {
	height: 104px;
}
#sidebar-a .gform_wrapper input[type="submit"], #sidebar-b .gform_wrapper input[type="submit"] {
	color: #fff;
        font-size: 20px;
        font-family: 'Source Sans Pro', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        background: #be0100;
        background: -webkit-linear-gradient(90deg, #be0100 0%, #d10100 100%);
        background: -moz-linear-gradient(90deg, #be0100 0%, #d10100 100%);
        background: -o-linear-gradient(90deg, #be0100 0%, #d10100 100%);
        background: -ms-linear-gradient(90deg, #be0100 0%, #d10100 100%);
        background: linear-gradient(0deg, #be0100 0%, #d10100 100%);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        border: 0;
        padding: 10px 35px;
}
#sidebar-a gform_wrapper .gform_footer, #sidebar-b gform_wrapper .gform_footer {
	padding: 0 0 10px;
}
body .gfield_captcha_container {
    text-align: center;
}
body .gform_wrapper .simple_captcha_medium input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 12px;
}
.gform_wrapper .simple_captcha_small input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sidebar-a .gform_wrapper input[type="submit"]:hover, #sidebar-b .gform_wrapper input[type="submit"]:hover {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: "Source Sans Pro";
}

:-moz-placeholder { /* Firefox 18- */
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: "Source Sans Pro";
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: "Source Sans Pro";
}

:-ms-input-placeholder {
    color: #424242;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-family: "Source Sans Pro";
}