/*THEME FIXES*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #454545;
}

#content {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
}

/*h1.title {*/
	/*font-size: 2.5rem;*/
/*}*/

strong {
	font-weight: 500;
}

span {
	color: #f26522;
}

.white {
	color: white;
}

.no-margin {
	margin: 0;
}

.sm-top-pad {
	padding-top: 4em;
}

.vertical-pad-lg, .vertical-pad-md, .vertical-pad-sm {
	padding-top: 2em;
	padding-bottom: 2em;
}

.vertical-margin-lg, .vertical-margin-sm, .vertical-margin-sm {
	margin-top: 2em;
	margin-bottom: 2em;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 30px;
	border-radius: 0;
}

.plans .btn-lg, .btn-group-lg > .btn {
	margin-left: 5px;
}

.btn-primary {
	color: #fff;
	background-color: #f26522;
	border-color: #f26522;
	text-transform: uppercase;
}

.btn-primary:hover {
	color: #fff;
	background-color: #d2571d;
	border-color: #d2571d;
}

a {
	color: #f26522;
	text-decoration: none;
}

a:hover, a:focus {
	color: #d2571d;
	text-decoration: none;
	cursor: pointer;
}

a.arrow-link {
	font-size: 20px;
	text-transform: uppercase;
}

a.arrow-link:after {
	content: '>';
	padding-left: 1em;
	font-size: 1.1em;
}

.form-control {
	border-radius: 0;
}

.input-group-addon {
	background-color: #f26522;
	border: 1px solid #f26522;
	border-radius: 0;
	color: white;
}

.app-buttons {
	padding-top: 40px
}

.mid-banner {
	background-size: cover !important;
}

.constrain {
	max-width: 650px;
	margin: .2em auto;
}

.banner-text .constrain {
	max-width: 900px !important;
}

ul.inline-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

ul.inline-list li {
	display: inline-block;
	padding: 0 0.25em;
}

ul.inline-list li:first-child {
	padding-left: 0;
}

ul.inline-list li:last-child {
	padding-right: 0;
}

.footer-links ul.inline-list li {
	padding: 0 0.5rem 0.5rem 0;
}

main ul.row {
	list-style: none;
	padding: 0;
}
main ul.row li.col-md-6 {
	padding-left: 3em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
main ul.row li.col-md-6:before {
	content: "\f00c"; /* FontAwesome Unicode */
	color: #f26522;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -2em; /* same as padding-left set on li */
	width: 2em; /* same as padding-left set on li */
}

.homepage .banner-wrapper {
	background:url('/images/banner-homepage.png');
}
.mobile .banner-wrapper {
	background:url('/images/banner-mobile.png');
}
.contact .banner-wrapper {
	background:url('/images/banner-contact-us.jpg');
}
.about .banner-wrapper {
	background:url('/images/banner-about-us.jpg');
}
.sitemap .banner-wrapper {
	background:url('/images/banner-sitemap.jpg');
}
.desktop .banner-wrapper {
	background:url('/images/banner-desktop-feature.png');
}
.support .banner-wrapper {
	background:url('/images/banner-support.png');
}

@media (min-width: 991px) {


	h2.title {
		font-size: 40px;
	}

	h1.title-lg {
		font-size: 75px;
	}

	.vertical-pad-lg {
		padding-top: 12em;
		padding-bottom: 12em;
	}

	.vertical-pad-md {
		padding-top: 8em;
		padding-bottom: 8em;
	}

	.vertical-pad-sm {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.vertical-margin-lg {
		margin-top: 12em;
		margin-bottom: 12em;
	}

	.vertical-margin-md {
		margin-top: 8em;
		margin-bottom: 8em;
	}

	.vertical-margin-sm {
		margin-top: 4em;
		margin-bottom: 4em;
	}

	.desktop-top-pad {
		padding-top: 2em;
	}

	.content-overlap-right {
		max-width: inherit;
		width: 150%;
	}

	.content-overlap-left {
		max-width: inherit;
		width: 150%;
		margin-left: -50%;
	}

}

@media (max-width: 768px) {
	h1.title {
		font-size: 2rem;
	}
	.lead {
		font-size: 1rem;
	}
	.homepage .banner-wrapper {
		background:url('/images/banner-homepage-mobile.png');
	}
	.support .banner-wrapper {
		background:url('/images/banner-support-mobile.png');
	}
	.banner-wrapper > .container > .row:first-child {
		margin-top: 75px;

	}
	a.btn.btn-primary.btn-lg {
		width: 100%;
	}

	.iconWidth {
		width: 13% !important;
	}

	#generated_form_2 .submit-btn-form {
		width: 98% !important;
	}

	#generated_form_2 .buttons {
		margin-left: 13px !important;
	}

	.smTextCont {
		font-size: 19px !important;
	}

	.brdContBot {
		border-top: 1px solid #ccc;
	}

	.mLocation {
		width: 94%;
		margin-left: 5%;
	}

	.width100 {
		width: 100% !important;
	}

	.mPad40 {
		padding-top: 40px;
	}
}

/*BANNER STYLES*/
.banner-wrapper {
	height: 90vh;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
}

.account-wrapper {
	height: 205px;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
}

.banner-content {
	top: 0;
	height: 100%;
	width: 100%;
	/*display: flex;*/
}

.banner-content.overlay {
	background: rgba(0, 0, 0, 0.3);
}


.banner-text {
	margin: auto 0;
	text-align: center;
	color: #fff;
	width: 100%;
}

.banner-text h1 {
	text-transform: uppercase;
	max-width: 700px;
	margin: auto;
}

.banner-wrapper video {
	object-fit: cover;
	background-size: cover;
	width: 100%;
	visibility: inherit;
	opacity: 1;
	left: 0px;
	top: 0;
	display: block;
	min-height: 100%;
}

.logoSet {
	height: 85px;
	width: 100%;
}

.pricing-sections {
	width: 285px;
	height: 375px;
	padding: 40px 25px 25px;
}

.pricingIcon1 {
	padding-left: 19px !important;
}

.pricingIcon2 {
	padding-left: 32px !important;
}

.no-content {
	position: absolute;
	bottom: 35%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 93%;
}

@media (max-width: 768px) {
	.banner-wrapper {
		height: 470px;
	}

	.account-wrapper {
		height: 205px;
	}

	.logoSet {
		height: 45px;
		width: 100%;
	}

	.pricing-sections {
		margin: 10px;
	}

	.border-btn {
		margin-bottom: 10px;
	}

	.pricing-row {
		margin-top: 0px;
	}
}

/*NAV BAR FIXES*/
nav {
	z-index: 1;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	color: #f26522 !important;
	background: transparent !important;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	color: #777;
	background-color: transparent;
}

.navbar-toggle {
	border: none;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
	background-color: transparent;
}

.dropdown-menu {
	text-transform: none;
	color: #666;
}

nav a.arrow-link {
	font-size: 16px;
}


nav.navbar.affix-top {
	background-color: transparent;
	position: absolute;
}



nav.navbar.affix {
	background-color: #fff;
}



@media (min-width: 768px) {
	nav.navbar {
		padding: 15px 0;
	}

	.navbar {
		border-radius: 0;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
		color: #555;
		background-color: transparent;
		border: 1px solid;
	}

	.navbar-nav > li > .dropdown-menu {
		border: 0;
		-webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow: none;  /* Firefox 3.5 - 3.6 */
		box-shadow: none;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
		margin-top: -18px;
		border-top: 45px solid transparent;
	}

	.nav > li.dropdown.mega.open, .nav > li.dropdown.mega:hover {
		position: static;
	}

	.nav > li.dropdown.mega.open .dropdown-menu, .nav > li.dropdown.mega:hover .dropdown-menu {
		display: table;
		border-radius: 0px;
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		padding-bottom: 2em;
	}

	.dropdown.mega .dropdown-menu > li {
		display: table-cell;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
	}

	.navbar-nav > .dropdown:hover:after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 0px;
		width: 0px;
		border: 25px solid transparent;
		border-bottom-color: white;
		transform: translate(50%, 30px);
	}

	.iconWidth {
		width: 16% !important;
	}

	.lftWidth {
		width: 350px !important;
	}

	.rtWidth {
		width: 74% !important;
	}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {


	.navbar .navbar-nav > li.nav-item.active > a, .navbar .navbar-nav > li.nav-item.active > a {
		color: #f26522 !important;
		background: transparent !important;
	}
	.navbar .navbar-nav > li.nav-item.active > a:hover, .navbar .navbar-nav > li.nav-item.active > a:focus {
		color: #fff !important;
		background: #f26522 !important;
		border-color: #f26522;
	}
}
@media (min-width: 992px) {


	.navbar-brand {
		height: 60px;
	}

	.navbar-nav > li > a.nav-link {
		padding: 15px;
	}

}

.affix .navbar-nav > .active > a, .affix .navbar-nav > .active > a:hover, .affix .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #f26522;
}

/*FOOTER*/

.footer {
	bottom: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.footer-links {
	font-size: 19px;
	color: #999;
	background: url('../images/grey-map-bg.png') no-repeat;
	background-size: cover;
	font-weight: 100;
	padding: 2em 0;
}

.footer-links ul {
	list-style: none;
	padding: 0;
}

.footer-copyright {
	background-color: #3c3c3c;
	color: #666;
	/*padding: 1em 0 .5em;*/
}

.footer-links a {
	color: #999;
}

.footer-copyright span,
.footer-copyright a {
	color: #666;
}

img.footer-logo {
	max-width: 200px;
	margin-bottom: 30px;
}

.border-btn {
	background-color: #fff;
	color: #f26522;
}

/* SUBMENU STYLES*/
.subMenuHead {
	font-size: 24px;
	font-weight: 600;
	color: #f26522;
	padding-bottom: 15px;
	text-align: left !important;
}

a.subMenuLink {
	font-size: 16px;
	color: #454545;
	text-decoration: none;
	text-align: left !important;
	padding: 2px;
}

a.subMenuLink:hover {
	font-size: 16px;
	color: #f26522;
	text-decoration: none;
	text-align: left !important;
	padding: 2px;
}

a.location {
	color: #f26522 !important;
	background: transparent !important;
	border: 2px solid #f26522
}

a.location:hover {
	color: #ffffff !important;
	background: #f26522 !important;
	border: 2px solid #f26522
}

.leftAl {
	text-align: left !important;
}

.fa-ul > li {
	text-align: left !important;
	padding-bottom: 25px;
	margin-left: 5px;
}

.fa11 {
	font-size: 11px;
	color: #f26522;
	padding-top: 2px;
}

.lnHeight {
	line-height: 25px;
}

.padBt15 {
	padding-bottom: 15px;
}

.mrgltNeg {
	margin-left: 1.14285714em !important;
}

a.phoneLink {
	text-transform: uppercase;
	font-size: 16px;
	color: #f26522;
	text-decoration: none;
}

a.phoneLink:hover {
	text-transform: uppercase;
	font-size: 16px;
	color: #d2571d;
	text-decoration: none;
}

.featurette-divider {
	margin: 5rem 0;
}
