/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/

.civcom.default {
	font-size: 18px;
}
/*  background  */
.civcom.default .header-bg {
	background-image: url(assets/civcom-header-bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}
.civcom.default.pagebg {
	background-color: #8bcbef;
}
.civcom.default.kv-bg {
	background-image: url(assets/civcom-kv.jpg);
	background-repeat: no-repeat;
	background-position: center 109px;
}
.civcom.default.kv-bg-about {
	background-image: url(assets/civcom-kv-about.jpg);
	background-repeat: no-repeat;
	background-position: center 109px;
}
.civcom.default.kv-bg-services {
	background-image: url(assets/civcom-kv-services.jpg);
	background-repeat: no-repeat;
	background-position: center 109px;
}
.civcom.default.kv-bg-contact {
	background-image: url(assets/civcom-kv-contact.jpg);
	background-repeat: no-repeat;
	background-position: center 109px;
}
.civcom.default .divider-line {
	border-top: 3px solid #ef5c30;
}
.civcom.default .footer-bg {
	background-color: #792010;
}
.civcom.default .border-image {	
	border: 2px solid #792010;
}



	/****************/
/* neo main nav */
/****************/	


.civcom.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Cantarell, Helvetica, Arial, sans-serif;
}
.civcom.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	letter-spacing: 3px;
}
.civcom.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #ef5c30;
}
.civcom.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border-bottom-color: #ef5c30;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.civcom.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #005f8f;
}
.civcom.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color:transparent;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
		border-bottom-color: #ef5c30;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.civcom.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #005f8f;
}
/***************/
/* neo sub nav */
/***************/
.civcom.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
	width: 130px;
}
.civcom.default .navigation-2-plugin ul ul > li {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left:1px;
	background-color: #005f8f;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Cantarell, Helvetica, Arial, sans-serif;
	text-align: left;
			border-bottom-color: #fff;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.civcom.default .navigation-2-plugin ul ul > li > a {
	color: #ef5c30;
}
.civcom.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #005f8f;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: inherit;
	text-align: left;
		border-bottom-color: #fff;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.civcom.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.civcom.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #005f8f;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: inherit;
	text-align: left;
		border-bottom-color: #fff;
border-bottom-style: solid;
border-bottom-width: 3px;
}
.civcom.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
}





/* header logo */

.civcom.default .company-slogan1 {
	box-sizing: border-box;
	padding: 10px;
}
.civcom.default h3 {
	font-family: 'Cabin Condensed', Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ef5c30;
	letter-spacing: 7px;
	margin: 0;
	line-height: normal;
	font-weight: bold;
}
.civcom.default .company-slogan2 {
	box-sizing: border-box;
	background-color: #ef5c30;
	padding: 10px;
}
.civcom.default h4 {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #fff;
	letter-spacing: 7px;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
.civcom.default .company-slogan3 {
	box-sizing: border-box;
	padding: 10px;
}
.civcom.default h5 {
	font-family: 'Average Sans', Arial, Helvetica, sans-serif;
	font-size: 56px;
	color: #fff;
	letter-spacing: 7px;
	margin: 0;
	line-height: normal;
}
.civcom.default .company-name {
	box-sizing: border-box;
}
.civcom.default h6 {
	font-family: 'Cinzel', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #005f8f;
	letter-spacing: 7px;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
}
.civcom.default .company-phone {
	background-color: #792010;
	padding: 10px;
}
/* text styles */
.civcom.default h1 {
	font-family: 'Cantarell Bold', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #fff;
	margin: 2px;
	line-height: 36px;
	letter-spacing: 3px;
	margin: 0;
}
.civcom.default .h1-copy {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 2px;
	line-height: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.civcom.default .h1-title {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 3px;
	padding: 20px;
	background-color: #ef5c30;
}
.civcom.default h2 {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	margin: 2px;
	line-height: 25px;
	letter-spacing: 3px;
}
.civcom.default .h2-copy {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 2px;
	line-height: 18px;
	letter-spacing: normal;
	text-align: center;
}
.civcom.default p {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}
.civcom.default .p-company-phone {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.civcom.default li {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
.civcom.default .p-copy {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
}
.civcom.default li, .civcom.default ul, .civcom.default ol {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 27px;
}
/* Form */
.civcom.default #FormHeading-id {
	display: none;
}
/* table container */
.civcom.default div[id^='webcom-component-form'] {
	padding: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* inputs & textarea*/
.civcom.default .form-element-label {
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom:5px;
	line-height: 16px;
}
.civcom.default textarea.form-element-size-large {
	background-color: #fff;
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 16px;
}
.civcom.default input.form-element[type='text'] {
	background-color: #fff;
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 16px;
}
/*submit*/
.civcom.default input.form-element[type='submit'] {
	background-color: #fff;
	font-family: 'Cantarell', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 25px;
	padding: 10px;
	margin-top: 20px;
}
