body {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; position: relative; cursor: default;
}
#completeNavWrapper {
	width: 100%; height: auto; display: block;
}
img {
	-ms-interpolation-mode: bicubic;
}
.circle {
	border-radius: 50%;
}
input[type='submit'] {
	border-radius: 1.5em;
}
#topHatWrapper {
	background: rgb(40, 40, 40); padding: 0px; width: 100%; height: auto; border-bottom-color: rgb(0, 179, 255); border-bottom-width: 3px; border-bottom-style: solid;
}
.tophat-nav {
	list-style: none; margin: 0px; float: right;
}
.tophat-nav li {
	margin: 0px; padding: 0px; text-align: center; font-size: 0.85em; font-weight: 400; float: left; display: block;
}
.tophat-nav li:last-child {
	padding-right: 0px;
}
.tophat-nav li a {
	padding: 0.55em 1.25em; transition:0.25s ease-in-out; color: rgb(255, 255, 255); display: block; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.tophat-nav li a:hover {
	color: rgb(0, 179, 255); text-decoration: none;
}
.blue {
	background: rgb(0, 179, 255);
}
.tophat-nav li.blue a:hover {
	background: rgb(255, 255, 255);
}
.tophat-nav li ul {
	background: rgb(0, 179, 255); margin: 0px; transition:opacity 0.25s ease-in-out; width: auto; height: 0px; overflow: hidden; clear: both; position: absolute; z-index: 500; opacity: 0; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out;
}
.tophat-nav li:hover ul {
	padding: 0px; transition:opacity 0.55s ease-in-out; height: auto; overflow: visible; opacity: 1; box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.5); -webkit-transition: opacity .55s ease-in-out; -moz-transition: opacity .55s ease-in-out; -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}
.tophat-nav li li {
	margin: 0px; padding: 0px; height: auto; text-align: left; font-size: 1.15em; float: none; min-width: 250px;
}
.tophat-nav li li a {
	background: rgb(0, 179, 255); margin: 0px; padding: 0.25em 2em; transition:0.25s ease-in-out; color: rgb(255, 255, 255) !important; line-height: 2em; display: block; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.tophat-nav li li.current_page_item a {
	color: rgb(40, 40, 40) !important;
}
.tophat-nav li li a:hover {
	color: rgb(40, 40, 40) !important;
}
.tophat-nav li li:first-child a {
	padding-top: 0.55em;
}
.tophat-nav li li:last-child a {
	padding-bottom: 0.55em;
}
#mainNavBar {
	background: rgb(255, 255, 255); padding: 0px; width: 100%; height: auto; border-bottom-color: rgb(240, 240, 240); border-bottom-width: 1px; border-bottom-style: solid;
}
#mainNavBar ul {
	list-style: none; margin: 0px; padding: 0px; float: right;
}
#mainNavBar li {
	padding: 0.45em 2em; text-align: center; text-transform: uppercase; font-size: 1em; font-weight: 400; float: left;
}
#mainNavBar li:last-child {
	padding-right: 0px;
}
#mainNavBar li a {
	transition:0.25s ease-in-out; color: rgb(40, 40, 40); line-height: 5.12em; display: block; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
#mainNavBar li a:hover {
	color: rgb(0, 179, 255); text-decoration: none;
}
#mainNavBar li.current_page_ancestor a {
	color: rgb(0, 179, 255); text-decoration: none;
}
#mainNavBar li.current_page_item a {
	color: rgb(0, 179, 255); text-decoration: none;
}
#mainNavBar li ul {
	background: rgb(255, 255, 255); border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(240, 240, 240) rgb(240, 240, 240); margin: 0.45em 0px 0px; transition:opacity 0.25s ease-in-out; width: auto; height: 0px; overflow: hidden; clear: both; position: absolute; z-index: 200; opacity: 0; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out;
}
#mainNavBar li:hover ul {
	padding: 0px; transition:opacity 0.55s ease-in-out; height: auto; overflow: visible; opacity: 1; box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.5); -webkit-transition: opacity .55s ease-in-out; -moz-transition: opacity .55s ease-in-out; -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}
#mainNavBar li li {
	margin: 0px; padding: 0px; height: auto; text-align: left; font-size: 0.95em; float: none; min-width: 250px;
}
#mainNavBar li li a {
	background: rgb(255, 255, 255); margin: 0px; padding: 0.25em 2em; transition:0.25s ease-in-out; color: rgb(40, 40, 40) !important; line-height: 2em; display: block; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
#mainNavBar li li.current_page_item a {
	color: rgb(0, 179, 255) !important;
}
#mainNavBar li li a:hover {
	color: rgb(0, 179, 255) !important;
}
#mainNavBar li li:first-child a {
	padding-top: 0.55em;
}
#mainNavBar li li:last-child a {
	padding-bottom: 0.55em;
}
#secondaryNavWrapper {
	background: rgb(0, 179, 255); width: 100%; height: auto; padding-top: 2px; display: block;
}
.secondary-nav {
	list-style: none; margin: 0px; float: right;
}
.secondary-nav li {
	padding: 0.25em 1em 0.15em; height: 30px; text-transform: uppercase; font-size: 0.95em; float: left; display: block;
}
.secondary-nav li a {
	transition:0.25s ease-in-out; color: rgb(255, 255, 255); -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.secondary-nav li a:hover {
	color: rgb(40, 40, 40);
}
.secondary-nav li.current-menu-ancestor a {
	color: rgb(40, 40, 40);
}
.secondary-nav li.current-menu-item a {
	color: rgb(40, 40, 40);
}
#secondaryNavWrapperDropDown {
	display: none;
}
.secondary-nav li ul {
	background: rgb(0, 179, 255); margin: -0.15em 0px 0px; transition:opacity 0.25s ease-in-out; width: auto; height: 0px; overflow: hidden; clear: both; position: absolute; z-index: 200; opacity: 0; -webkit-transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out;
}
.secondary-nav li:hover ul {
	padding: 0px; transition:opacity 0.55s ease-in-out; height: auto; overflow: visible; opacity: 1; box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.5); -webkit-transition: opacity .55s ease-in-out; -moz-transition: opacity .55s ease-in-out; -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.5);
}
.secondary-nav li li {
	margin: 0px; padding: 0px; height: auto; font-size: 1.1em; float: none;
}
.secondary-nav li li a {
	background: rgb(0, 179, 255); margin: 0px; padding: 0.25em 1em; transition:0.25s ease-in-out; color: rgb(255, 255, 255) !important; display: block; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
.secondary-nav li li.current_page_item a {
	color: rgb(135, 135, 135) !important;
}
.secondary-nav li li a:hover {
	color: rgb(135, 135, 135) !important;
}
.secondary-nav li li:first-child a {
	padding-top: 0.55em;
}
.secondary-nav li li:last-child a {
	padding-bottom: 0.55em;
}
.subNavEmpty {
	min-height: 32px;
}
ul.off-canvas-list {
	margin: 0px; padding: 0px; list-style-type: none;
}
.left-off-canvas-menu {
	background: rgb(0, 179, 255);
}
ul.off-canvas-list li a {
	padding: 1em 1em 0.75em; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 1.25em; font-weight: 400; border-bottom-color: rgba(255, 255, 255, 0.5); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
ul.off-canvas-list li.active a {
	color: rgb(0, 0, 0); font-weight: 400;
}
ul.off-canvas-list li ul {
	margin-bottom: 0px; margin-left: 0px;
}
ul.off-canvas-list li li a {
	color: rgb(255, 255, 255); padding-left: 2em;
}
ul.off-canvas-list li.active li a {
	color: rgb(255, 255, 255); padding-left: 2em;
}
ul.off-canvas-list li li.active a {
	color: rgb(0, 0, 0);
}
ul.off-canvas-list li li:last-child a {
	border-bottom-color: rgba(255, 255, 255, 0.1); border-bottom-width: 1px; border-bottom-style: solid;
}
.tab-bar .menu-icon {
	color: rgb(0, 179, 255); float: left;
}
.tab-bar .menu-icon span::after {
	box-shadow: 0px 0px 0px 1px #00b3ff, 0px 7px 0px 1px #00b3ff, 0px 14px 0px 1px #00b3ff;
}
#heroHome {
	margin-top: 130px; position: relative;
}
#heroHome {
	background: url("../../assets/img/grid.png"); width: 100%; height: 650px;
}
video#bgvid {
	background: url("images/bg_hero.jpg") no-repeat 0% 0% / cover; top: 100px; width: auto; height: auto; right: 0px; bottom: 0px; position: fixed; z-index: -100; min-width: 100%;
}
#heroHome .row {
	height: 100%;
}
#heroHome h1 {
	text-align: center !important;
}
#heroHome h6 {
	text-align: center !important;
}
#heroHome p {
	text-align: center; color: rgb(255, 255, 255); font-size: 1.15em;
}
#heroSecondary {
	width: 100%; margin-top: 160px; display: block; position: relative; z-index: 1;
}
.innerHeroWrapper {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; display: block; position: absolute; z-index: 10;
}
.subHeroImg {
	width: 100%; position: relative; z-index: 5;
}
#heroSecondary .row {
	height: 100%;
}
#bucketsLogo li {
	padding: 1em;
}
#bucketsLogo div {
	padding: 1em; border: 1px solid rgb(0, 179, 255);
}
#bucketsLogo img {
	transition:0.25s ease-in-out; opacity: 1; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
#bucketsLogo {
	text-align: center;
}
#buckets {
	text-align: center;
}
#buckets li {
	padding: 0px 1.25em 4em;
}
#buckets img {
	transition:0.25s ease-in-out; margin-bottom: 2em; /*max-width: 68px;*/ opacity: 1; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;
}
#bucketsLogo img:hover {
	opacity: 0.55;
}
#buckets img:hover {
	opacity: 0.55;
}
#buckets .btn {
	margin-top: 2em;
}
.clientLogo {
	border: 1px solid rgb(204, 204, 204);
}
.clientLogo img {
	width: 100%; margin-bottom: 0px !important; max-width: 100% !important;
}
.clients#buckets li {
	padding: 0px 1.25em 2.5em !important;
}
.royalSlider .rsNavSelected.rsBullet span {
	background: rgb(255, 255, 255) !important;
}
.royalSlider .rsBullet span {
	border: 2px solid rgb(255, 255, 255) !important; width: 8px !important; height: 8px !important; box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
}
.royalSlider .rsBullet {
	padding: 0.12em 0.5em !important; width: 10px !important; height: 10px !important;
}
.rsABlock {
	left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; position: absolute; z-index: 15;
}
.royalSlider .rsBullets {
	bottom: 1em !important; line-height: inherit !important; position: absolute !important;
}
.customerQuotes .contentBlock {
	text-align: left !important;
}
.customerQuotes .row {
	height: 100%;
}
.customerQuotes .rsDefaultInv {
	color: rgb(255, 255, 255);
}
.customerQuotes .rsDefaultInv .rsOverflow {
	color: rgb(255, 255, 255);
}
.customerQuotes .rsDefaultInv .rsSlide {
	color: rgb(255, 255, 255);
}
.customerQuotes .rsDefaultInv .rsVideoFrameHolder {
	color: rgb(255, 255, 255);
}
.customerQuotes .rsDefaultInv .rsThumbs {
	color: rgb(255, 255, 255);
}
.footer ul {
	list-style: none; margin: 0px 0px 3em; padding: 0px;
}
.footer li {
	margin: 0.55em 0px; display: block;
}
.footer li a {
	color: rgb(255, 255, 255);
}
.footer li a:hover {
	color: rgb(0, 179, 255); text-decoration: none;
}
ul.social li {
	margin: 0.25em 0.55em; font-size: 1.75em; float: left; display: block;
}
ul.social li:first-child {
	margin-left: 0px;
}
#footerBtm {
	background: rgb(255, 255, 255); padding: 2em 0px 1.25em; color: rgb(0, 0, 0);
}
#footerBtm a {
	color: rgb(0, 0, 0);
}
#footerBtm a:hover {
	color: rgb(0, 179, 255);
}
#sectionRow {
	background: rgb(255, 255, 255); padding: 4em 0; width: 100%; height: auto; clear: both; display: block;
}
.blog#sectionRow {
	padding-top: 160px;
}
.blog#sectionRow .meta {
	padding: 6px 0px; font-size: 12px; margin-bottom: 20px; border-top-color: rgb(241, 241, 241); border-bottom-color: rgb(241, 241, 241); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#sidebar label {
	display: none;
}
#sidebar ul {
	margin-left: 0px !important;
}
#sidebar li {
	margin-bottom: 3em; list-style-type: none;
}
#sectionRowNoPadding {
	padding: 0px; width: 100%; height: auto; clear: both; display: block;
}
#lead {
	text-align: center; margin-bottom: 3em;
}
.vertical-align {
	display: -ms-flexbox; -ms-flex-direction: row; -ms-flex-align: center; -ms-flex-pack: justify; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;
}
.anchor::before {
	margin: -50px 0px 0px; height: 50px; display: block; content: "";
}
a.brand {
	padding-top: 1.35em; display: block; cursor: pointer;
}
a.brand img {
	width: 100%; max-width: 240px;
}
:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.35);
}
:focus {
	
}
.hideShow {
	display: block !important;
}
input[type='text'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='password'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='date'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='datetime'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='datetime-local'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='month'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='week'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='email'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='number'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='search'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='tel'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='time'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
input[type='url'] {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
textarea {
	margin: 0px 0px 1.5em; padding: 0.5em 1em; border-radius: 0px; border: 1px solid rgb(204, 204, 204); transition:box-shadow 0.45s, border-color 0.45s ease-in-out; width: 100%; height: 40px; color: rgb(100, 100, 100); font-family: inherit; display: block; box-sizing: border-box; box-shadow: none; background-color: rgba(255, 255, 255, 1); -webkit-appearance: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.contentBlock {
	padding: 2em 4em !important;
}
.clientMenu {
	padding: 1em 0.35em 2em;
}
.bgGrey {
	background: rgb(245, 245, 245) !important;
}
.footer .contentBlock {
	padding: 4em 2em !important;
}
@media only screen and (max-width:960px)
{
#heroHome {
	background: url("../../assets/img/bg_video_mobile.jpg") top / cover; margin-top: 0px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
}
video#bgvid {
	display: none;
}
#secondaryNavWrapper {
	display: none;
}
#secondaryNavWrapperDropDown {
	background: rgb(0, 179, 255); padding: 0.15em 0px; width: 100%; height: auto; display: block;
}
#secondaryNavWrapperDropDown .dropdown {
	height: auto; color: rgb(255, 255, 255) !important; line-height: 1.2em;
}
#secondaryNavWrapperDropDown .f-dropdown li {
	text-transform: uppercase;
}
}
@media only screen and (max-width:900px)
{
#heroHome {
	margin-top: 0px;
}
#heroHome h6 {
	font-size: 3.55em;
}
video#bgvid {
	display: none;
}
#mainNavBar li {
	padding: 0px 1.5em;
}
a.brand {
	padding-top: 1.25em;
}
#mainNavBar li ul {
	margin: 0px;
}
#heroSecondary {
	margin-top: 150px;
}
}
@media only screen and (max-width:800px)
{
#heroHome {
	margin-top: 0px;
}
video#bgvid {
	display: none;
}
#mainNavBar li {
	padding: 0px 1.25em; font-size: 0.85em;
}
a.brand {
	padding-top: 1.25em;
}
#heroHome {
	margin-top: 120px;
}
#heroSecondary {
	margin-top: 140px;
}
}
@media only screen and (max-width:680px)
{
html {
	width: 100%; height: 100%;
}
#article {
	width: 100%; height: 100%;
}
.off-canvas-wrap {
	width: 100%; height: 100%;
}
.off-canvas-wrap .inner-wrap {
	width: 100%; height: 100%;
}
#article {
	-ms-overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.vertical-align {
	display: block;
}
.blog#sectionRow {
	padding-top: 10px;
}
#heroSecondary .vertical-align {
	display: -ms-flexbox; -ms-flex-direction: row; -ms-flex-align: center; -ms-flex-pack: justify; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;
}
#heroHomeMobile .vertical-align {
	display: -ms-flexbox; -ms-flex-direction: row; -ms-flex-align: center; -ms-flex-pack: justify; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center;
}
#heroHome {
	background: url("../../assets/img/bg_video_mobile.jpg") top / cover; margin-top: 0px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
}
video#bgvid {
	display: none;
}
#heroHomeMobile {
	width: 100%; display: block; position: relative;
}
#heroHomeMobile .row {
	padding: 0px 2em; height: 100%;
}
#heroHomeMobile h6 {
	font-size: 3.55em;
}
#heroHomeMobile p {
	text-align: left; color: rgb(51, 51, 51); font-size: 0.95em;
}
#heroSecondary {
	margin-top: 0px;
}
#clientsDropDown {
	max-width: 75% !important;
}
.royalSlider .rsBullets {
	bottom: 0.5em !important;
}
#heroSecondary .columns {
	padding: 0px 2em;
}
#mobileNav {
	background: rgb(255, 255, 255); border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: solid;
}
.addBtmMargin {
	margin-bottom: 2em;
}
a.brand {
	padding-top: 0px; padding-bottom: 0px; margin-top: -0.15em; margin-right: 1em;
}
a.brand img {
	max-width: 140px;
}
#buckets .btn {
	margin-top: 1em;
}
.contentBlock {
	padding: 2em 2em 3em !important;
}
.f-dropdown {
	text-align: left;
}
#footerBtm {
	font-size: 0.85em; margin-bottom: 3em;
}
}
@media only screen and (max-width:400px)
{
#heroHome {
	margin-top: 0px;
}
video#bgvid {
	display: none;
}
.blog#sectionRow {
	padding-top: 10px;
}
}
