/*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*/


/* background */
.fundy.default {
	font-size:14px;

  /*Dropdown Dark*/
  /*container*/
  /*ul*/
  /*li*/
  /*a*/
  /*hover*/
  /*selected page*/
  /*Dropdown Dark*/
  /*container*/
  /*ul*/
  /*li*/
  /*a*/
  /*hover*/
  /*selected page*/
}
.fundy.default.pagebg-home {
  background-image: url("assets/fundy-home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
}
.fundy.default.pagebg-about {
  background-image: url("assets/fundy-about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
}
.fundy.default.pagebg-services {
  background-image: url("assets/fundy-services-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
}
.fundy.default.pagebg-contact {
  background-image: url("assets/fundy-contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
}
.fundy.default .header-bg,
.fundy.default .footer-bg {
  background-color: #34273b;
}
.fundy.default p {
  margin: 0;
  padding: 0;
}
.fundy.default h1,
.fundy.default h2,
.fundy.default h3,
.fundy.default h4,
.fundy.default h5,
.fundy.default h6 {
  padding: 0;
  margin: 0;
}
.fundy.default h1 {
  font-family: 'Muli', sans-serif;
  font-size: 115px;
  line-height: 140px;
}
.fundy.default h1.sub {
  font-size: 73px;
  line-height: 98px;
}
.fundy.default h2 {
  font-family: 'Muli', sans-serif;
  font-size: 31px;
  line-height: 40px;
}
.fundy.default h2.sub {
  font-size: 20px;
  line-height: 28px;
}
.fundy.default h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 4px;
}
.fundy.default h3.contact {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
}
.fundy.default h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fundy.default h5 {
  font-family: 'Muli', sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 15px;
}
.fundy.default h5.contact {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.fundy.default h5.sub {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 13px;
}
.fundy.default p {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.fundy.default p.green-1 {
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
  padding: 0;
}
.fundy.default p.green-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  line-height: 66px;
  text-transform: uppercase;
  padding: 0;
}
.fundy.default p.blue-red {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0;
}
.fundy.default .list-item {
  padding: 0px;
  margin: 0;
}
.fundy.default ol {
  padding: 0 0 0 20px;
  margin: 0;
  list-style-type: decimal;
}
.fundy.default ol li {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 0px;
  font-weight: 300;
}
.fundy.default .main-black-bg {
  background-color: #000000;
}
.fundy.default .sub-black-bg {

  background-color: #000000;
}
.fundy.default .white-bg {

  background-color: #ffffff;
}
.fundy.default .green-box-bg {

  background-color: #a8dbc6;
}
.fundy.default .blue-box-bg {

  background-color: #6fbec6;
}
.fundy.default .red-box-bg {

  background-color: #ff5241;
}
.fundy.default .red-dot {
  background: url("assets/fundy-red-dot.png") top left no-repeat;

}
/****************/
/* neo main nav */
/****************/
.fundy.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: 'Open Sans', sans-serif;
}
.fundy.default .navigation-2-plugin .neo-asset-inner > ul > li {
	background-color: #34273B;
	margin-right: 20px;
	font-size: 14px;
}
.fundy.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #FFF;
}
.fundy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #34273B;
	font-size: 14px;
}
.fundy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #ff5241;
}
.fundy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #34273B;
	font-size: 14px;
}
.fundy.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #ff5241;
}
/***************/
/* neo sub nav */
/***************/
.fundy.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.fundy.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F1F1F1;
	font-size: 12px;
	border-bottom-color: #454545;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.fundy.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.fundy.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #000;
	font-size: 12px;
	border-bottom-color: #454545;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.fundy.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #bababa;
}
.fundy.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #000;
	font-size: 12px;
	border-bottom-color: #454545;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.fundy.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #fff;
} 
/***************/
/* END neo nav2 */
/***************/
.fundy.default div.form-plugin #FormHeading-id {
  display: none;
}
.fundy.default div.form-plugin table table label {
  font-weight: normal;
}
.fundy.default div.form-plugin label {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  text-transform: lowercase;
  width: 200px;
  text-transform: capitalize;
  padding-bottom: 0px;
}
.fundy.default div.form-plugin input[type="text"],
.fundy.default div.form-plugin textarea, 
.fundy.default .form-element.form-element-size-medium,
.fundy.default .form-element.form-element-size-large,
.fundy.default .form-element.form-element-size-small {
  background-color: #34273b;
  outline: none;
  border: none;
  padding: 7px 5px;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: white;
  width: 200px;
  min-width: 200px;
}
.fundy.default div.form-plugin #subject-id input[type="text"] {
  width: 425px;
  min-width: 425px;
}
.fundy.default div.form-plugin textarea {
  width: 425px;
  min-width: 425px;
  height: 100px;
}
.fundy.default div.form-plugin .form-element-wrapper {
  display: block;
  padding-bottom: 12px;
}
.fundy.default div.form-plugin .form-element-wrapper#name-id table .FirstName input {
  margin-right: 0px;
  display: block;
}
.fundy.default div.form-plugin .form-element-wrapper#email-id {
  display: inline-block !important;
  width: 200px;
  margin-right: 20px;
}
.fundy.default div.form-plugin .form-element-wrapper#phone-id {
  display: inline-block !important;
  width: 200px;
}
.fundy.default div.form-plugin input[type="submit"] {
  font-family: 'Cantarell', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  background: #d4d4d4;
  padding: 2px 15px;
  margin: 10px auto;
  display: block;
  border: none;
}

.fundy.default .divider-line {

  background-color: #000000;
}

.fundy.default .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.fundy.default p.lh27,
.fundy.default h1.lh27,
.fundy.default h2.lh27,
.fundy.default h3.lh27,
.fundy.default h4.lh27,
.fundy.default h5.lh27,
.fundy.default h6.lh27 {
  line-height: 27px;
}
.fundy.default p.lh25,
.fundy.default h1.lh25,
.fundy.default h2.lh25,
.fundy.default h3.lh25,
.fundy.default h4.lh25,
.fundy.default h5.lh25,
.fundy.default h6.lh25 {
  line-height: 25px;
}
.fundy.default p.lh24,
.fundy.default h1.lh24,
.fundy.default h2.lh24,
.fundy.default h3.lh24,
.fundy.default h4.lh24,
.fundy.default h5.lh24,
.fundy.default h6.lh24 {
  line-height: 24px;
}
.fundy.default p.left,
.fundy.default h1.left,
.fundy.default h2.left,
.fundy.default h3.left,
.fundy.default h4.left,
.fundy.default h5.left,
.fundy.default h6.left {
  text-align: left;
}
.fundy.default p.center,
.fundy.default h1.center,
.fundy.default h2.center,
.fundy.default h3.center,
.fundy.default h4.center,
.fundy.default h5.center,
.fundy.default h6.center {
  text-align: center;
}
.fundy.default p.right,
.fundy.default h1.right,
.fundy.default h2.right,
.fundy.default h3.right,
.fundy.default h4.right,
.fundy.default h5.right,
.fundy.default h6.right {
  text-align: right;
}
.fundy.default p.bold,
.fundy.default h1.bold,
.fundy.default h2.bold,
.fundy.default h3.bold,
.fundy.default h4.bold,
.fundy.default h5.bold,
.fundy.default h6.bold {
  font-weight: 700;
}
.fundy.default p.semibold,
.fundy.default h1.semibold,
.fundy.default h2.semibold,
.fundy.default h3.semibold,
.fundy.default h4.semibold,
.fundy.default h5.semibold,
.fundy.default h6.semibold {
  font-weight: 600;
}
.fundy.default p.normal,
.fundy.default h1.normal,
.fundy.default h2.normal,
.fundy.default h3.normal,
.fundy.default h4.normal,
.fundy.default h5.normal,
.fundy.default h6.normal {
  font-weight: 400;
}
.fundy.default p.light,
.fundy.default h1.light,
.fundy.default h2.light,
.fundy.default h3.light,
.fundy.default h4.light,
.fundy.default h5.light,
.fundy.default h6.light {
  font-weight: 300;
}
.fundy.default p.white,
.fundy.default h1.white,
.fundy.default h2.white,
.fundy.default h3.white,
.fundy.default h4.white,
.fundy.default h5.white,
.fundy.default h6.white {
  color: #ffffff;
}
.fundy.default p.yellow,
.fundy.default h1.yellow,
.fundy.default h2.yellow,
.fundy.default h3.yellow,
.fundy.default h4.yellow,
.fundy.default h5.yellow,
.fundy.default h6.yellow {
  color: #ffd71a;
}
.fundy.default p.blue-1,
.fundy.default h1.blue-1,
.fundy.default h2.blue-1,
.fundy.default h3.blue-1,
.fundy.default h4.blue-1,
.fundy.default h5.blue-1,
.fundy.default h6.blue-1 {
  color: #0ea4de;
}
.fundy.default p.blue-2,
.fundy.default h1.blue-2,
.fundy.default h2.blue-2,
.fundy.default h3.blue-2,
.fundy.default h4.blue-2,
.fundy.default h5.blue-2,
.fundy.default h6.blue-2 {
  color: #0877e0;
}
.fundy.default p.blue,
.fundy.default h1.blue,
.fundy.default h2.blue,
.fundy.default h3.blue,
.fundy.default h4.blue,
.fundy.default h5.blue,
.fundy.default h6.blue {
  color: #0e57a0;
}
.fundy.default p.black,
.fundy.default h1.black,
.fundy.default h2.black,
.fundy.default h3.black,
.fundy.default h4.black,
.fundy.default h5.black,
.fundy.default h6.black {
  color: #000000;
}
.fundy.default p.gray,
.fundy.default h1.gray,
.fundy.default h2.gray,
.fundy.default h3.gray,
.fundy.default h4.gray,
.fundy.default h5.gray,
.fundy.default h6.gray {
  color: #666666;
}
.fundy.default p.p0,
.fundy.default h1.p0,
.fundy.default h2.p0,
.fundy.default h3.p0,
.fundy.default h4.p0,
.fundy.default h5.p0,
.fundy.default h6.p0 {
  padding: 0;
}