/*
 * Style tweaks
 * --------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300');

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: 'Nunito Sans', sans-serif;
}
h1{
  font-size: 32px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 24px;
}
p {
  font-size: 18px;
  color: #777;
  font-style: normal;
}
.big {

	font-size: 52px !important;
}
.tiny {
	
	font-size: 12px !important;
}
.uppercase {
	text-transform: uppercase !important;
}
body {
  padding-top: 70px;
  background: #f5f5f5;
}
header {
  background-attachment: scroll, inherit;
  background-color: #666;
  background-image: url(images/overlay.png), url(images/banner.jpg);
  min-height: 800px;
  background-position: top left,	center center;
  background-repeat: repeat,	no-repeat;
  background-size: auto,	cover;
   -webkit-background-size:  auto,	cover;
    -moz-background-size:  auto,	cover;
    background-size:  auto,	cover;
    -o-background-size:  auto,	cover;
  color: #fff;
  text-align: center;
  padding: 5em 0 18em 0;
  margin-top: -2em;
}
header#inner{
  background-attachment: scroll, inherit;
  background-color: #666;
  background-image: url(images/body-bg.jpg);
  min-height: 800px;
  background-position: top left,	center center;
  background-repeat: repeat,	no-repeat;
  background-size: auto,	cover;
   -webkit-background-size:  auto,	cover;
    -moz-background-size:  auto,	cover;
    background-size:  auto,	cover;
    -o-background-size:  auto,	cover;
  color: #fff;
  text-align: center;
  padding: 5em 0 18em 0;
  margin-top: -2em;
}
header#landing{
  background-attachment: scroll,	fixed;
  background: #f2f2f2;
  min-height: 800px;
  background-position: top left,	center center;
  background-repeat: repeat,	no-repeat;
  background-size: auto,	cover;
  color: #fff;
  text-align: center;
  padding: 5em 0 18em 0;
  margin-top: -2em;
}
header#login{
  background-attachment: scroll,	fixed;
  background-color: #fff;
  background-image: url(images/body-white.jpg);
  min-height: 800px;
  background-position: top left,	center center;
  background-repeat: repeat,	no-repeat;
  background-size: auto,	cover;
  color: #fff;
  text-align: center;
  padding: 5em 0 18em 0;
  margin-top: -2em;
}
header h2 {
  font-size: 20px;
}
#main.fa {
  color: #92c83e !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.nav a {
  color: #92c83e !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.white a {
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.white {
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.black a {
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.black {
  color: #333 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.green {
  color: #92c83e !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.btn-green {
	color: #fff !important;
    background-color: #92c83e !important;
    border-color: #92c83e !important;
}
.btn-square {
	border-radius: 0px !important;
}
.navbar {
  /*min-height: 70px !important;*/
}

.nav>li>a {
    font-size: 14px !important;
    /*padding-top: 40px !important;
    padding-bottom: 30px !important;*/
    text-transform: uppercase;
}

#cta {
    color: #fff;
    background-color: #92c83e;
    padding-top: 20px;
    padding-bottom: 20px;
}

#cta p{
    color: #fff;
}

footer {
  padding: 30px 0;
}
#main {    padding: 4em 0; margin-top: -25em; max-width: 1000px; }
#innermain {    padding: 4em 0; margin-top: -42em; max-width: 1000px; }
#innerlanding {    padding: 4em 0; margin-top: -42em;}
#main p {

  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0 0;

}

.box {

  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #e5e5e5;
  margin: 0 0 2em 0;
  padding: 3em;

}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


.FormBuilder li{
	list-style: none !important;
}


/*
 * Responsive 
 * --------------------------------------------------
 */



@media only screen and (max-width: 767px) {


	.nav>li>a {
		
		margin-left: 15px !important;
	}

}

