/* Base HTML */

p, .p, body, .body {
/* line-height: 1.3em; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*    line-height: 1; */
}

.custom-html-widget {
/* line-height: 1.3em; */
}

.box-heading {
font-size: 3em;
}

/* Contact form columns */
.rightPad {
padding:0 20px 0 0;
}

@media only screen and (max-width: 600px) {
.rightPad {
padding:0 0 0 0;
}
}

.ralewayBold {
font-family: "Raleway", Helvetica, San Serif;
font-weight: bold;
text-transform: capitalize;
}

.ralewayBold .font-2, .ralewayBold .media-heading, .ralewayBold h2, .ralewayBold .h2 {
text-transform: capitalize;
}

#top-nav {
	display: none;
}

/* Carousel home page nav */

.carousel-nav-dash {

}

/* FAQ */

.border-bottom-green {
    border-bottom: 1px solid #299b59;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4 {
color: #ffffff;
}

.vc_tta-panel-heading {
/*    border-bottom: 1px solid #299b59; */
}

.footer-logo {
 width: 200px;
background-color: #000000;
}

.text-green a {
color: #299b59;
}

/* Custom */

.noCaps {
text-transform: none;
}

.btn-download {
background-color: #ffe400;
border-radius: 5px;
font-style: normal;
font-weight: bold;
color: #cccccc;
text-transform: capitalize;
}

.btn-download a:hover {
background-color: #fffc00;
color: #000000;
}

/* Video */

.videoOutline {
border: 1px solid #299b59;
}