@charset "utf-8";
	/* =============================================================== TEMPORARY */
.icons {
	display: none; }
/* ================================================================== RESETS */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figcaption,figure,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline; }
/* BODY =============================================================== BODY */
body, html {
	height:100%;
	width:100%; }
body {
	font-family: 'Montserrat', sans-serif;
	background-color:#333E48;
	padding: 0 30px;
	color:#1E252B; }
#wrap {
	min-height:100%; }
/* DRY ==[ "Don't Repeat Yourself" ]==[ http://is.gd/OADLTZ ]=========== DRY */
.no-gutter {
	padding-left: 0;
	padding-right: 0; }
.no-float {
	float: none !important; }
.bold {
	font-weight: bold; }
.italic, em {
	font-style: italic; }
.caps {
	text-transform: uppercase; }
.center {
	text-align: center !important; }
.left {
	text-align: left !important; }
.right {
	text-align: right !important; }
.block {
	display: block; }
.black {
	color: #000; }
.blue {
	color: #47aae4; }
.white {
	color: #fff; }
.xsmall {
	font-size: 12px; }
.small {
	font-size: 14px; }
.medium {
	font-size: 18px; }
.large {
	font-size: 24px; }
.xlarge {
	font-size: 36px; }
.xxlarge {
	font-size: 48px; }
.merriweather {
	font-family: 'Merriweather', serif; }
.montserrat {
	font-family: 'Montserrat', sans-serif; }
.rowpad {
	padding-bottom: 2vw;
}

/* NAV ================================================================= NAV */
.navbar-collapse.in {
	overflow-y: visible; }
.graybg {
	-o-transition: background-color .5s ease-in-out;
	-ms-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
	background-color:rgba(51,62,72,0.95); }
.main-nav {
	background-color:rgba(51,62,72,0.95); }
.av-nav {
	padding: 0 65px; }
.navbar-brand {
	float: left;
	height: 50px;
	padding: 26px 0 0 15px;
	line-height: 20px; }
.site-title {
	font-size: 36px;
	color: #47aae4; }
.nav > li > a {
	word-spacing: 3px;
	font-weight:bold;
	font-size:13px;
	color: #fff;
	text-transform: uppercase;
	-o-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: relative;
	display: block;
	padding: 30px 9px; }
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	color: #47aae4; }
.items-right {
	float: right;
	text-align: right; }
.navbar-fixed-desktop {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030; }
.navbar-toggle {
	position: relative;
	float: right;
	margin-top: 26px;
	margin-right: 15px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent; }
.navbar-toggle > i.fa {
	color: #fff;
	font-size: 24px; }

/* HEADER =========================================================== HEADER */
.hero {
	position: relative; }
.hero-text-wrap {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center; }
.hero-text-inner {
	display: table;
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto; }
.hero-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center; }
.hero-large-text,
.hero-small-text {
	color: #fff; }
.hero-large-text {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom:10px; }
.home {
	margin-bottom:10%; }
.hero-small-text {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5vw;
	width: 80%; }

.hero-large-text sup,
p.whatwedo sup {
	top: -0.9em;
	font-size: 45%;
}

.gray h1 {
	color: #555 !important; }
.av-thumbs-wrap {
	width: 85%;
	margin: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px; }
.av-thumb-container {
	text-align: center;
	outline: 10px solid #fff;
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
	overflow: hidden; }
a.av-link {
	overflow: hidden;
	text-decoration: none; }
a.av-link:hover img {
	-webkit-transform:scale(1.07);
	/* Safari and Chrome */
-moz-transform:scale(1.07);
	/* Firefox */
-ms-transform:scale(1.07);
	/* IE 9 */
-o-transform:scale(1.07);
	/* Opera */
transform:scale(1.07) }
a.av-link img{
transition: all .3s ease-in-out;
	margin-bottom: 10px;
	position: relative;
	z-index: 5; }
.av-text {
	color: #A4A9AD;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background-color:#fff;
	width: 100%;
	position: relative;
	z-index: 10; }
p.rubi {
	padding: 0 0 15px 0; }

/* HOME =============================================================== HOME */
.work-button-wrap {
	width:100%;
	margin-left: auto;
	margin-right: auto; }
a.all-work-button {
	font-size: 13px;
	text-transform: uppercase;
	color: #47aae4;
	padding: 14px 35px;
	text-decoration: none;
	border: 1px solid #47aae4;
	border-radius: 4px !important; }
.customcol-xs-12.viewourwork {
	background-color: #EFF0F6;
	text-align: center;
	padding: 50px 12.5%;
	font-weight: bold; }
.customcol-xs-12.what-we-do {
	background-color: #fff;
	text-align: center;
	padding: 50px 12.5%; }
h3.whatwedo {
	font-size:24px;
	/* font-size:13px; */
	color: #47aae4;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px; }
p.whatwedo {
	font-size: 1.5vw;
	color: #666;
	word-spacing: 4px;
	line-height: 1.6em;
	padding:0; }
.arthur-bio-wrap {
	font-weight: bold;
	color: #666;
	background-color: #EFF0F6;
	float: left;
	width: 100%;
	height:100%;
	display: table; }
.content-side {
	display: table-cell;
	height:100%;
	vertical-align: middle; }
.arthur-bio {
	height:100%;
	display: table;
	padding: 30px 15%;
	/* padding: 0 15%; */ }
.arthur-vert-wrap {
	display: table-cell;
	vertical-align: middle; }
.bio-button-wrap {
	float: left;
	height:100%; }
.arthur-separator {
	color: #47aae4; }
.bio-title {
	color: #333E48;
	font-size: 19px;
	margin-bottom: 20px; }
.bio-blurb {
	font-size: 1.1vw;
	letter-spacing: .08em;
	font-family: 'Merriweather', serif;
	font-style: italic;
	line-height: 1.8em;
	margin-bottom: 20px; }
a.bio-button {
	display:block;
	font-size:13px;
	text-transform: uppercase;
	color: #47aae4;
	padding: 14px 35px;
	text-decoration: none;
	border: 1px solid #47aae4;
	border-radius: 4px !important; }
h3.contactus {
	font-size:13px;
	color: #47aae4;
	text-transform: uppercase;
	font-weight: bold; }
.contact-us-wrap {
	font-size:13px;
	margin-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #47aae4;
	font-size:13px;
	border: 1px solid #BBB;
	border-radius: 2px !important;
	display: inline-block; }
.contact-left,
.contact-right {
	font-size:13px;
	padding: 13px;
	display: inline-block; }
.contact-right {
	border-left: 1px solid #BBB; }

/* WORK =============================================================== WORK */
.itempicture {
	position: relative; }
.itemcontent {
	width: 100%;
	background-color: #FFF;
	float: left;
	padding: 40px 0; }
h1.slider-title {
	font-weight: bold;
	color: #FFF;
	position:absolute;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:100%;
	top: 35%; }
h3.work-header {
	font-size: 24px;
	color: #47aae4;
	font-weight: bold;
	margin: 5px 0 10px; }
h3.section-heading{
font-size: 24px;
	color: #333E48;
	margin: 5px 0 10px; }
ul.work-list li {
	margin: 0 0 5px 20px;
	font-size: 24px; }
ul.work-list {
	color: #47aae4;
	margin-bottom: 20px; }
.work-list-item {
	color: #333E48;
	font-size: 16px; }
.outcome,
.arthur-endorsement {
	font-size:17px;
	color: #555;
	letter-spacing: .04em;
	line-height: 1.6em;
	font-style: italic;
	font-family: 'Merriweather', serif; }
.carousel-indicators li {
	color: #47aae4; }
.carousel-control span.fa {
	color: #FFF;
	/* padding: 50% 30px 0 30px; */
	font-size: 64px; }
#portfolio-wrap {
	float: left;
	margin: 0 15px;
	padding: 40px 15%;
	background-color: #FFF; }
.airgrid {
	position:relative !important;
	top: auto !important;
	left: auto !important;
	margin-bottom: 25px; }
.p-box-outer {
	position: absolute;
	width: 100%;
	height: 100%; }
.p-box-inner {
	position: relative;
	display: table;
	width: 100%;
	height: 100%; }
.client-button-wrap {
	display: table-cell;
	vertical-align: bottom;
	text-align: center; }
.p-box .client-button {
	font-weight: 700;
	text-shadow: 0px 0px 2px #000;
	margin-bottom: 10%;
	position: relative;
	display:inline-block;
	color: #fff;
	padding: 14px 35px;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 2px !important;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:10; }
.p-box:hover .client-button {
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
	text-shadow: none; }
p.challenge {
	margin: 0 0 10px 0;
	line-height: 1.8em; }
.mod-newsflash-bs-carousel {
	background-color: #FFF;
	padding-bottom:20px; }
ol.carousel-indicators {
	display: block;
	margin-left: auto;
	margin-right: auto; }
.carousel-nav {
	margin-top: 40px; }
h1.slider-title {
	text-shadow: 0px 0px 1px #000; }

/* CONTENT ========================================================= CONTENT */
article {
	position: relative;
	min-height:inherit; }
.whatwedo-page {
	font-size: 18px;
	float: left;
	clear: both;
	margin: 0 15px;
	padding: 40px 5%;
	background-color: #FFF; }
.whatwedo-articlebody p {
	color: #555;
	line-height: 1.6em;
	margin-bottom: 10px; }
.img-article-pad {
	margin: 40px 0; }
.arthur-page {
	color: #555;
	line-height: 1.6em;
	text-align: center;
	text-justify: inter-word;
	float: left;
	clear: both;
	margin: 0 15px;
	padding:175px 20% 40px;
	background-color: #FFF; }
.arthur-page p {
	margin-bottom: 20px; }
.arthur-title {
	font-weight: bold;
	font-size: 24px; }
.arthur-circle {
	position:absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 4px solid #fff;
	border-radius: 50% !important;
	z-index:11; }
.arthur-endorsement:before,
.arthur-endorsement:after {
	font-size:72px;
	color: #47aae4;
	display: block;
	width:100%;
	font-family: 'Montserrat', sans-serif; }
.arthur-endorsement:before {
	content: "“";
	margin-top: 50px; }
.arthur-endorsement:after {
	content: "”";
	margin-top: 30px; }
h1.mantra {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px; }
.book-page {
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 5%;
	background-color: #FFF; }
.book-page .page-header h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px; }
.book-articlebody p {
	color: #555;
	line-height: 1.6em;
	margin-bottom: 10px; }
.book-quote {
	margin: 15px 0;
	font-family: 'Merriweather', serif;
	font-style: italic;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 0.95em;
	word-spacing: 0.2em; }
p.built4growth {
	margin-bottom: 30px; }
a.quote-button {
	font-weight: bold;
	font-size:13px;
	text-transform: uppercase;
	color: #47aae4;
	padding: 14px 35px;
	text-decoration: none;
	border: 1px solid #47aae4;
	border-radius: 4px !important;
	display: inline-block; }
.quote-button-wrap {
	margin-bottom: 20px;
	margin-top: 20px;
	float: none;
	margin-left: auto;
	margin-right:auto; }
img.built-for-growth {
	margin: 20px 0 0 0;
	max-width: 270px;
	height: auto; }
#advisory, #engagements, #builtforgrowth {
	height: 1px;
	width: 100%;
	float: left;
	clear: left; }
.anchorwrap {
	padding: 30px 0; }
.bio-seperator {
	font-size: 48px;
	text-align: center;
	margin: 40px 0 10px;
	float: left;
	clear: left;
	width: 100%; }
.bio-page-btn-wrap {
	display:block;
	margin-bottom: 20px;
	border: 1px solid #47aae4;
	border-radius: 4px !important; }
a.bio-page-btn {
	display: block;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #47aae4;
	text-decoration: none; }
h3.bio-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	color: #333E48;
	margin: 0 0 10px; }
ul.bio-list {
	margin: 0 0 30px 15px; }
.botpad {
	margin: 30px 0; }

/* LOGIN ============================================================= LOGIN */
.airlog-page {
	display: table;
	height: 100%;
	width: 100%;
	background-image: url(../images/login-bg.jpg);
	background-size: cover;
	background-position: center center; }
.airlog-wrap {
	position:relative;
	min-height: 100vh;
	align-items: center;
	display:flex;
	justify-content: center;
	flex-direction: column;
	max-width: 570px;
	margin-left:auto;
	margin-right:auto; }
.airlog {
	display: table;
	height: 100%;
	width: 100%; }
.login-large-text {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	margin: 20px 0; }
.airlog-form {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	clear: both; }
.airlog-fieldset {
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	max-width: 300px;
	padding: 0 10px; }
.img-login {
	z-index: 0; }
.airlog-forgot {
	margin-top: 20px;
	margin-left: auto;
	margin-right:auto;
	text-align: center; }
.airlog-forgot a {
	color: #FFF;
	text-transform: none; }
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #FFF;
	background-color: transparent;
	background-image: none;
	border-bottom: 2px solid #fff;
	border-radius: 0; }
/* .form-control:focus {
	border-color: #fff;
	outline: 0; } */
.airlog-button {
	margin-left: auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: transparent;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	padding: 14px 35px;
	text-decoration: none;
	border: 2px solid #FFF;
	border-radius: 4px !important; }
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
color: #fff !important; }
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
color: #fff !important;
	opacity:1; }
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
color: #fff !important;
	opacity:1; }
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
color: #fff !important; }
/* Chrome hack to override Chrome's useless from css styling
input,
textarea,
select,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill */
#password, #username {
	border-width: 0px;
	border-style: none;
	outline: none;
	-webkit-appearance:none;
	background-color: rgba(255,255,255,0.0);
	background-image: none;
	border-bottom: 1px solid #fff;
	color: #fff; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	-webkit-transition-delay: 9999s;
	color: #fff; }
/* Internet Explorer fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.airlog {
		display: table;
		position:absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 100%; }
	.airlog-form {
		display: table-cell;
		height: 100%;
		width: 100%;
		vertical-align: middle;
		text-align: center; }
}

/* CONTACT ========================================================= CONTACT */
.rsform-input-box,
.rsform-text-box {
	margin-bottom: 10px;
	padding: 10px;
  border: 1px solid #47aae4;
	color: #47aae4;
  border-radius: 4px !important;
}
.control-label {
	text-align: right;
}
#contact-form {
	color: #006494; }
.contact-form {
	padding: 40px 15px;
	background-color:#fff;
	margin: 0 15px; }
#jform_contact_name-lbl,
#jform_contact_email-lbl,
#jform_contact_emailmsg-lbl,
#jform_contact_message-lbl {
	margin-bottom: 5px;
	color: #006494; }
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg,
#jform_contact_message {
	width: 300px;
	background-color: #006494;
	padding:10px 5px;
	border-radius: 4px; }
a.contact-button {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #006494;
	margin: 20px 0;
	padding: 14px 35px;
	text-decoration: none;
	border: 1px solid #006494;
	border-radius: 4px !important; }

/* FOOTER =========================================================== FOOTER */
footer {
	width:100%;
	float: left;
	font-size:13px;
	font-weight: bold;
	padding: 0 40px;
	color: #EFF0F6;
	background-color:#333E48; }
.foot {
	margin: 20px 0;
	height: 50px; }
.contactinfo {
	position: relative; }
.customcontactinfo {
	height:50px; }
.deets,
.copyright {
	line-height: 50px; }
.copyright {
	text-align: center; }
.custombook {
	display: inline-block;
	float: right; }
td.book {
	line-height: 50px;
	text-align: center;
	vertical-align: middle; }
td.book a {
	color: #fff; }
td.book a:hover {
	text-decoration: none; }
img.footer-book {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 34px;
	height: 50px; }

/* RESPONSIVE =========================================================== RESPONSIVE */
@media(min-width:769px) and (max-width:1200px) {
	.airnav > .nav > li > a {
		padding: 30px 0 30px 8px;
		font-size: 10px; }
}
@media(min-width:769px) and (max-width:1024px) {
	.av-thumbs-wrap {
		bottom: 5px; }
	.av-nav {
		padding: 0 50px; }
	.navbar-brand {
		padding: 26px 0 0 0px; }
	.site-title {
		font-size: 24px; }
}


@media(min-width:769px) {
.rowpad {
	display: flex;
}
.flexify {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
	.sm-left {
		text-align: right;
	}
	ol.carousel-indicators {
		width: 50%;
	}
	h1.slider-title {
		font-size: 4vw;
	}
	.arthur-switch {
		display: none; }
}

@media(max-width:768px) {
	ol.carousel-indicators {
		width: 90%;
	}
	h1.slider-title {
		font-size: 24px;
	}
	.airlog-page {
		display: table;
		height: 100%;
		width: 100%;
		background-image: url(../images/login-bg.jpg);
		background-size: cover;
		background-position: center center; }
	body {
		padding: 0; }
	a.bio-button {
		display: inline-block; }
	.bio-button-wrap {
		float: none;
		margin-left: auto;
		margin-right:auto; }
	.arthur-bio {
		margin: 20px 0;
		text-align: center;
		padding: 0 5%; }
	p.whatwedo {
		font-size: 14px; }
	.bio-blurb {
		font-size: 14px;
		letter-spacing: .08em;
		font-family: 'Merriweather', serif;
		font-style: italic;
		line-height: 1.8em;
		margin-bottom: 20px; }
	.content-side,
	.no-gutter {
		width: 100%;
		display: block; }
	.arthur-image {
		display: none; }
	.arthur-switch {
		margin-left: auto;
		margin-right:auto;
		margin-top: 20px;
		display: block;
		border-radius: 50% !important; }
	header {
		margin-top: 0 !important;
		margin-bottom: -10px; }
	#site-nav {
		padding: 40px 0;
		overflow-x: hidden; }
	.nav > li > a {
		padding: 10px 0;
		font-size: 18px; }
	.av-nav {
		background-color: #333E48;
		padding: 0; }
	.navbar-fixed-desktop{
	position: relative; }
	.items-right {
		float: none;
		text-align: center; }
	.customcontactinfo {
		padding: 0 0 10px 0;
		margin-left:auto;
		margin-right:auto; }
	.custombook,
	.book {
		text-align: center;
		float: none;
		margin-left:auto;
		margin-right:auto; }
	.copyright {
		line-height: 1.6em; }
	.foot {
		margin: 10px 0;
		height: auto; }
	footer {
		font-weight: normal; }
	.av-thumbs-wrap {
		float:left;
		width:100%;
		background-color: #EFF0F6;
		padding-top: 30px;
		position: relative; }
	}
	@media(max-width:480px) {
		body {
		background-color: #fff; }
	#main-nav {
		background-color:#333E48; }
	.col-xs-12.header {
		padding-left: 0;
		padding-right: 0; }
	.hero-large-text,
	.login-large-text {
		font-size: 24px; }
	.hero-small-text {
		font-size: 16px; }
	.av-thumbs-wrap {
		padding: 0 10%;
		margin-top: -40px; }
	.av-thumb-container {
		margin-bottom: 40px; }
	#portfolio-wrap {
		padding: 40px 0;
		font-size: 14px; }
	.whatwedo-page {
		margin: 10px 15px; }
	.arthur-articlebody {
		padding-top: 96px; }
	.customarthurbio {
		padding: 0 32%; }
	.col-xxs-12 {
		width: 100%; }
	.contact-right {
		border-left: none; }
	.contact {
		padding-top: 10px; }
	.customcontactinfo {
		text-align: center; }
	.arthur-page {
		padding: 0 5%;
		margin-top: 5px; }
	#jform_contact_name,
	#jform_contact_email,
	#jform_contact_emailmsg,
	#jform_contact_message {
		width: 250px; }
	.deets,
	.copyright,
	td.book {
		line-height: 25px; }
}