body {
  background-color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.white {
	color:#FFFFFF !important;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #db6c00;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #888888;
	font-weight: 300;
	line-height:1.3;
}

h4 {
	color: #888888;
	font-weight: 400;
	font-size: 20px;
}
p {
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 16px;
}


.margin-left-10 {
	margin-left: 10px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.padding-top-13 {
	padding-top: 13px !important;
}
.padding-bottom-13 {
	padding-bottom: 13px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-bottom-25 {
	padding-bottom: 25px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-top-70 {
	padding-top:70px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #db6c00;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #db6c00;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 40px 15px;
}
.navbar-default {
	background-color: #db6c00;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}


.navbar-nav {
	float: left;
	margin-top: -35px;
}

.navbar-default {
    background-color: none !important;
    border-color: #FFFFFF;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 10px;
}

.navbar-fixed-top {
    border-width: 0;
}

.btn-primary {
    background-color: #5da41a;
    border-color: #3c6417;
    color: #FFFFFF;
	opacity: 0.8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #5da41a;
    border-color: #3c6417;
    color: #FFFFFF;
	opacity: 1;
}

.navbar-nav > li {
    margin-left: 10px;
}

.nav > li > a {
    padding: 10px 10px 15px 10px;
}

.navbar-default .navbar-nav > li > a {
    background-color: none !important;
    border-top: 4px solid transparent;
    color: #000000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #FFF;
    border-top: 4px solid #FFFFFF;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > a:hover, 
.navbar-default .navbar-nav > a:focus {
	background-color: transparent !important;
    border-top: 4px solid #FFFFFF;
    color: #FFFFFF !important;
}



/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	margin-top: 125px;
	padding-top:50px;
	background-attachment: relative;
	background-position: center center;
	min-height: 0;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: #db6c00;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

.no-margin {
   margin:0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #F2F2F2;
    color: #555555;
}

.key-feat .well {
    background-color: #f6f6f6;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 1px;
    min-height: 20px;
    padding: 0 20px;
	box-shadow: none;
}
.key-feat .well .row {
    padding: 20px 0;
}

.key-feat .well .glyphicon {
	font-size: 1.5em !important;
}

.glyphicon:empty {
    width: auto;
}

.key-feat .well .row .col-xs-10,
.key-feat .well .row .col-xs-2
 {
	margin: 0 !important;
}

.display-block {
	display:block !important;
}


.padding-top-100 {
	padding-top: 100px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}


.ac-wrapper h2 span {
    color: #888888;
}

.footer {
	background-color: #14130f;
}
.footer * {
	color: #b8ada3 !important;
}

.glyphicon-darkorange {
	color: #b8ada3 !important;
}


.footer hr {
   border-top: 1px solid #b8ada3;
}

.footer a:hover,
.footer a:focus,
.footer a:hover .glyphicon-darkorange,
.footer a:focus .glyphicon-darkorange {
  color: #FFFFFF !important;
}

section.grey {
    background-color: #F2F2F2;
}


.glyphicon-white {
	color: #FFFFFF !important;
}

.glyphicon-lightgrey {
	color: #CCCCCC !important;
}



#topofpage {
	background: none repeat scroll 0 0 #DB6C00;
	border-radius: 0;
	bottom: -100px;
	cursor: pointer;
	overflow: auto;
	position: fixed;
	right: 25px;
	transition: all 0.3s ease-in-out 0s;
	z-index: 9999;
	color: #FFFFFF;
	opacity: 0.9;
}
#topofpage:hover, #topofpage:focus {
	opacity: 1;
}
.navbar-default .navbar-toggle {
    border-color: #ca6400;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ca6400;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    margin-left: -20%;
}
.carousel-control.right {
    margin-right: -20%;
}




.carousel-control {
    color: #DB6C00;
}


#download-help {
	font-size: 1.2em;
	display:block;
	margin-top:.8em;
}

.first-section {
	padding-top:200px !important;
}

.container .jumbotron {
    background: none repeat scroll 0 0 #EFEFEF;
    padding: 10px 20px;
	line-height: 1.5;
}



/*
*********************************** MEDIA QUERIES ******************************
*/

/* mobile */
@media (max-width: 767px) {
	
	h1 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 3%;
   		margin-top: 3%;
	}

	h2 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 3%;
   		margin-top: 3%;
	}
	h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 2%;
   		margin-top: 2%;
	}
	p {
		font-size: 15px;
		line-height: 1.5;
		margin: 0 0 5px;
	}
	
	.margin-left-20 { margin-left: 10px !important; }
	.margin-right-20 {
		margin-right: 10px !important;
	}
	.margin-top-40 {
		margin-top: 20px !important;
	}
	.margin-bottom-40 {
		margin-bottom: 20px !important;
	}
	.margin-top-50 {
		margin-top: 25px !important;
	}
	.margin-bottom-50 {
		margin-bottom: 25px !important;
	}
	.margin-top-80 {
		margin-top: 40px !important;
	}
	.margin-bottom-80 {
		margin-bottom: 40px !important;
	}
	
	.margin-bottom-100 {
		margin-bottom: 50px !important;
	}
	.margin-top-100 {
		margin-top: 50px !important;
	}
	
	#headerwrap {
		margin-top: 0;
		padding-top: 30px;
	}
	

	.padding-top-13 {
		padding-top: 1% !important;
	}
	.padding-bottom-13 {
		padding-bottom: 1% !important;
	}
	.padding-top-20 {
		padding-top: 1% !important;
	}
	.padding-bottom-20 {
		padding-bottom: 1% !important;
	}
	.padding-top-25 {
		padding-top: 1.2% !important;
	}
	.padding-bottom-25 {
		padding-bottom: 2.5% !important;
	}
	.padding-top-40 {
		padding-top: 2% !important;
	}
	.padding-bottom-40 {
		padding-bottom: 4% !important;
	}
	.padding-top-50 {
		padding-top: 5% !important;
	}
	.padding-bottom-50 {
		padding-bottom: 5% !important;
	}
	.padding-top-70 {
		padding-top: 7% !important;
	}
	.padding-bottom-70 {
		padding-bottom: 7% !important;
	}
	.padding-top-100 {
		padding-top: 10% !important;
	}
	.padding-bottom-100 {
		padding-bottom: 10% !important;
	}
	
	.form-control {
		width: 100%;
	}
	header#mainheader {
		margin-top: 60px;
	}
	#logo {
		max-width: 100%;		
	}
	
	.navbar-default .navbar-brand {
		color: #999999;
		width: 75%;
		padding: 0;
		padding-bottom: .5em;
	}
	
	#menu-mobile {
		height: 55px;
		margin: 4% 2%;
		float: left;
	}
	.navbar-toggle {
		float: left;
		position: inherit;
	}
	
	.navbar-nav {
		float: none;
		margin-top: 15px;
	}
	
	.navbar-default .navbar-brand {
		padding: 4% 2%;
	}
	.navbar {
		margin-bottom: 0;
	}	
	
	.navbar-nav > li {
		margin-left: 0;
	}
	.nav > li > a {
		padding: 15px 20px !important;
		border-top: none !important;
		border-bottom: 1px solid #CA6400;
	}
	.nav > li:last-child > a {
		border-bottom: 0 !important;
	}

	.navbar-fixed-top, .navbar-fixed-bottom {
		position: relative;
		top: auto;
	}
	
	
	#appstinent .col-sm-5 {
		display:none;		
	}
	
	.key-feat .well {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	
	.key-feat .well .row {
		padding: 5px 0;
	}
	.first-section {
		padding-top:30px !important;
	}
	
}





/* takes care of navbar width */
@media (min-width: 768px) and (max-width: 848px) {
	.nav > li > a {
		padding: 5px 10px 10px 15px !important;
	}
	.navbar-brand {
		padding: 20px 15px 90px !important;
	}
}

/* Portrait tablet + desktop */
@media (min-width: 768px) and (max-width: 991px) {
		
	.navbar-brand {
		padding: 20px 15px 90px;
	}
	
	.first-section {
		padding-top:300px !important;
	}
	

	
}

/* desktops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
	
}