*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:0.25s ease-in-out;
	-ms-transition:0.25s ease-in-out;
	-moz-transition:0.25s ease-in-out;
	-o-transition:0.25s ease-in-out;
	transition:0.25s ease-in-out;
	-webkit-text-size-adjust:none
}

html{
	height:100%
}

body{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
	overflow-y:visible
}

body.homepage h2{
	font-style:italic;
	font-size:85px;
	line-height:95px;
	color:white;
	letter-spacing:5px;
	-webkit-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	-ms-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	-moz-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	-o-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	margin:0 0 30px 0
}

body.homepage footer h2,body.homepage #footer-contact-form h2{
	letter-spacing:0
}

body h1,body h2,body h3,body h4{
	font-family:"adelle",serif;
	font-weight:200
}

body h1{
	font-style:italic;
	font-size:85px;
	line-height:95px;
	color:white;
	letter-spacing:5px;
	-webkit-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	-ms-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	-moz-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	-o-text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	text-shadow:3px 3px 1px rgba(0,0,0,0.3);
	margin:0 0 30px 0
}

@media all and (max-width: 700px){
	body h1{
		font-size:60px;
		line-height:60px;
		margin:0 0 15px 0
	}

}

body h2{
	font-size:35px;
	line-height:45px
}

body h3{
	font-size:25px;
	line-height:35px
}

body p{
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:24px
}

body em.subhead{
	font-size:18px;
	display:block;
	margin-bottom:10px
}

body #page-wrap{
	width:100%;
	position:relative;
	left:0;
	overflow:hidden
}

body #nav-toggle{
	position:fixed;
	top:0;
	left:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0
}

body #nav-toggle:checked ~ nav#main #nav-container #nav-wrap{
	top:0px;
	box-shadow:0 2px 4px rgba(0,0,0,0.3)
}

body #nav-toggle:checked+#nav-toggle-label,body #nav-toggle:checked+#nav-toggle-label.slide-out{
	background:transparent;
	right:0
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span,body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span{
	width:0%
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(1),body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span:nth-child(1){
	-webkit-transition-delay:0s;
	-ms-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(2),body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span:nth-child(2){
	-webkit-transition-delay:0.125s;
	-ms-transition-delay:0.125s;
	-moz-transition-delay:0.125s;
	-o-transition-delay:0.125s;
	transition-delay:0.125s
}

body #nav-toggle:checked+#nav-toggle-label #hamburger span:nth-child(3),body #nav-toggle:checked+#nav-toggle-label.slide-out #hamburger span:nth-child(3){
	-webkit-transition-delay:0.25s;
	-ms-transition-delay:0.25s;
	-moz-transition-delay:0.25s;
	-o-transition-delay:0.25s;
	transition-delay:0.25s
}

body #nav-toggle:checked+#nav-toggle-label #cross span:nth-child(1),body #nav-toggle:checked+#nav-toggle-label.slide-out #cross span:nth-child(1){
	height:100%;
	-webkit-transition-delay:0.625s;
	-ms-transition-delay:0.625s;
	-moz-transition-delay:0.625s;
	-o-transition-delay:0.625s;
	transition-delay:0.625s
}

body #nav-toggle:checked+#nav-toggle-label #cross span:nth-child(2),body #nav-toggle:checked+#nav-toggle-label.slide-out #cross span:nth-child(2){
	width:100%;
	-webkit-transition-delay:0.375s;
	-ms-transition-delay:0.375s;
	-moz-transition-delay:0.375s;
	-o-transition-delay:0.375s;
	transition-delay:0.375s
}

body #nav-toggle:checked+#nav-toggle-label ~ nav#main #nav-container a#logo.slide-out,body #nav-toggle:checked+#nav-toggle-label.slide-out ~ nav#main #nav-container a#logo.slide-out{
	left:25px
}

@media all and (max-width: 1200px){
	body #nav-toggle:checked+#nav-toggle-label ~ nav#main #nav-container a#logo.slide-out,body #nav-toggle:checked+#nav-toggle-label.slide-out ~ nav#main #nav-container a#logo.slide-out{
		left:22px
	}

}

body #nav-toggle-label{
	height:80px;
	width:80;
	position:fixed;
	z-index:7;
	right:0;
	top:0;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	cursor:pointer;
	-webkit-transition:0.25s ease-in-out;
	-ms-transition:0.25s ease-in-out;
	-moz-transition:0.25s ease-in-out;
	-o-transition:0.25s ease-in-out;
	transition:0.25s ease-in-out
}

body #nav-toggle-label.slide-out{
	right:-75px
}

body #nav-toggle-label #cross{
	position:absolute;
top: 0px;
right: 0px;
	width:40px;
	height:40px;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

@media all and (max-width: 1200px){
	body #nav-toggle-label #cross{
		top:8px;
		right:8px
	}

}

body #nav-toggle-label #cross span{
	display:block;
	background:#9fdcff
}

body #nav-toggle-label #cross span:nth-child(1){
	height:0%;
	width:2px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-1px;
	-webkit-transition-delay:0s;
	-ms-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s
}

body #nav-toggle-label #cross span:nth-child(2){
	width:0%;
	height:2px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	-webkit-transition-delay:0.25s;
	-ms-transition-delay:0.25s;
	-moz-transition-delay:0.25s;
	-o-transition-delay:0.25s;
	transition-delay:0.25s
}

body #nav-toggle-label #hamburger{
	position:absolute;
	height:28px;
	width:40px;
top: 10px;
right: 10px;
}

@media all and (max-width: 1200px){
	body #nav-toggle-label #hamburger{
		top:14px;
		right:14px;
		height:26px
	}

	body #nav-toggle-label #hamburger span{
		margin:0 0 10px 0 !important
	}

}

body #nav-toggle-label #hamburger span{
	display:block;
	width:100%;
	height:2px;
	position:relative;
	margin:0 0 11px 0;
	background:#9fdcff
}

body #nav-toggle-label #hamburger span:nth-child(1){
	-webkit-transition-delay:0.5s;
	-ms-transition-delay:0.5s;
	-moz-transition-delay:0.5s;
	-o-transition-delay:0.5s;
	transition-delay:0.5s
}

body #nav-toggle-label #hamburger span:nth-child(2){
	-webkit-transition-delay:0.625s;
	-ms-transition-delay:0.625s;
	-moz-transition-delay:0.625s;
	-o-transition-delay:0.625s;
	transition-delay:0.625s
}

body #nav-toggle-label #hamburger span:nth-child(3){
	-webkit-transition-delay:0.75s;
	-ms-transition-delay:0.75s;
	-moz-transition-delay:0.75s;
	-o-transition-delay:0.75s;
	transition-delay:0.75s
}

body nav{
	font-family:"adelle-sans", sans-serif;
	text-transform:lowercase
}

body nav#main{
	position:fixed;
	z-index:6;
	top:0;
	left:0;
	width:100%;
	font-size:15px;
	line-height:16px;
	text-align:center;
	height:0
}

body nav#main #nav-container{
	max-width:100%;
	margin:0 auto;
	position:relative;
	height:0
}

body nav#main #nav-container #nav-wrap{
	width:100%;
	height:80px;
	background:rgba(6,26,38,0.9);
	position:fixed;
	z-index:0;
	left:0;
	top:-80px;
	-webkit-transition:0.25s ease-in-out;
	-ms-transition:0.25s ease-in-out;
	-moz-transition:0.25s ease-in-out;
	-o-transition:0.25s ease-in-out;
	transition:0.25s ease-in-out
}

@media all and (max-width: 1200px){
	body nav#main #nav-container #nav-wrap{
		height:56px;
		top:-56px
	}

}

body nav#main #nav-container #nav-wrap.open{
	top:0;
	box-shadow:0 2px 4px rgba(0,0,0,0.3)
}

body nav#main #nav-container #nav-wrap a{
	display:inline-block;
	padding:48px 25px 16px 25px;
	text-decoration:none;
	color:#93d8ff;
	height:80px;
	position:relative;
	overflow:hidden
}

body nav#main #nav-container #nav-wrap a.active:before{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#93d8ff
}

body nav#main #nav-container #nav-wrap a.active:hover:before{
	background:#ffcf91
}

body nav#main #nav-container #nav-wrap a i.fa{
	display:block;
	height:28px;
	width:28px;
	margin-left:-14px;
	text-align:center;
	line-height:28px;
	position:absolute;
	top:11px;
	left:50%;
	font-size:13px;
	background:#93d8ff;
	color:#061a26;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%
}

body nav#main #nav-container #nav-wrap a:hover{
	color:#ffcf91
}

body nav#main #nav-container #nav-wrap a:hover i.fa{
	background:#ffcf91
}

@media all and (max-width: 1200px){
	body nav#main #nav-container #nav-wrap a{
		padding:20px 10px;
		height:56px
	}

	body nav#main #nav-container #nav-wrap a i.fa{
		display:none
	}

}

body nav#main #nav-container #logo{
	position:absolute;
	z-index:500;
	left:25px;
	top:27px;
	height:28px;
	width:28px;
	display:block;
	padding:0;
	text-indent:-5000;
	text-decoration:none;
	overflow:hidden
}

body nav#main #nav-container #logo.slide-out{
	left:-30px
}

@media all and (max-width: 1200px){
	body nav#main #nav-container #logo{
		top:14px;
		left:12px;
		height:26px;
		width:26px
	}

}

body nav#main #nav-container #logo:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0%;
	height:100%;
	width:200%;
	-webkit-box-shadow:inset 0 0 0 2px #9fdcff;
	-ms-box-shadow:inset 0 0 0 2px #9fdcff;
	-moz-box-shadow:inset 0 0 0 2px #9fdcff;
	-o-box-shadow:inset 0 0 0 2px #9fdcff;
	box-shadow:inset 0 0 0 2px #9fdcff;
	-webkit-border-radius:45px;
	-ms-border-radius:45px;
	-moz-border-radius:45px;
	-o-border-radius:45px;
	border-radius:45px
}

body nav#main #nav-container #logo:hover:before{
	right:-100%
}

body header{
	height:100%;
	width:100%;
	display:table;
	background-size:cover;
	background-attachment:scroll;
	background-position:center center;
	position:relative;
	z-index:5
}

body header:before{
	content:'';
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	background:rgba(86,52,8,0.5);
	z-index:0
}

body header.work-header:before{
	background:rgba(86,52,8,0) !important
}

body header #page-title{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1;
	opacity:1;
	transition:1.5s ease-in-out
}

body header #page-title.hide-pagetitle{
	opacity:0;
	-webkit-transition:0s ease-in-out;
	-ms-transition:0s ease-in-out;
	-moz-transition:0s ease-in-out;
	-o-transition:0s ease-in-out;
	transition:0s ease-in-out
}

body header .introtext{
	color:#9fdcff;
	font-size:16px;
	line-height:24px;
	max-width:500px;
	margin:0 auto
}

@media all and (max-width: 600px){
	body header .introtext{
		margin:10px 50px 0 50px
	}

}

body header a.button{
	display:inline-block;
	padding:25px;
	margin:30px 15px 0 15px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#ffcf91;
	text-decoration:none;
	font-family:"adelle",serif;
	font-size:22px;
	font-weight:200;
	line-height:22px;
	border:1px solid rgba(255,207,145,0.5);
	-webkit-box-shadow:inset 0 0 0 #ffcf91;
	-ms-box-shadow:inset 0 0 0 #ffcf91;
	-moz-box-shadow:inset 0 0 0 #ffcf91;
	-o-box-shadow:inset 0 0 0 #ffcf91;
	box-shadow:inset 0 0 0 #ffcf91;
	background-color:rgba(255,207,145,0.1)
}

body header a.button:hover{
	border:1px solid #ffcf91;
	-webkit-box-shadow:inset 250px 0 0 #ffcf91;
	-ms-box-shadow:inset 250px 0 0 #ffcf91;
	-moz-box-shadow:inset 250px 0 0 #ffcf91;
	-o-box-shadow:inset 250px 0 0 #ffcf91;
	box-shadow:inset 250px 0 0 #ffcf91;
	color:#573509
}

body header a.button.small{
	padding:15px;
	font-size:14px;
	line-height:14px;
	border:none;
	background:transparent;
	margin:20px 0 0 0;
	-webkit-opacity:0.7;
	-ms-opacity:0.7;
	-moz-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7
}

body header a.button.small:hover{
	border:none;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body header #down{
	position:absolute;
	cursor:pointer;
	z-index:10;
	width:50px;
	height:50px;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	left:50%;
	bottom:20px;
	margin-left:-25px;
	-webkit-box-shadow:inset 0 0 0 #9fdcff;
	-ms-box-shadow:inset 0 0 0 #9fdcff;
	-moz-box-shadow:inset 0 0 0 #9fdcff;
	-o-box-shadow:inset 0 0 0 #9fdcff;
	box-shadow:inset 0 0 0 #9fdcff;
	-webkit-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
	animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1)
}

body header #down:hover{
	-webkit-box-shadow:inset 0 50px 0 #9fdcff;
	-ms-box-shadow:inset 0 50px 0 #9fdcff;
	-moz-box-shadow:inset 0 50px 0 #9fdcff;
	-o-box-shadow:inset 0 50px 0 #9fdcff;
	box-shadow:inset 0 50px 0 #9fdcff;
	-webkit-animation:none;
	-ms-animation:none;
	-moz-animation:none;
	-o-animation:none;
	animation:none
}

body header #down:hover:before{
	border-bottom:1px solid #1b8ccd;
	border-right:1px solid #1b8ccd
}

body header #down.no-animate{
	-webkit-animation:none;
	-ms-animation:none;
	-moz-animation:none;
	-o-animation:none;
	animation:none
}

body header #down:before{
	content:'';
	display:block;
	height:16px;
	width:16px;
	position:absolute;
	left:16px;
	top:12px;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom:1px solid #9fdcff;
	border-right:1px solid #9fdcff;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

body .section-wrapper{
	width:100%;
	height:auto;
	overflow:hidden
}

body.homepage section{
	min-height:100%;
	width:100%;
	display:block;
	-webkit-transition:1s ease-in-out;
	-ms-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	-o-transition:1s ease-in-out;
	transition:1s ease-in-out;
	position:relative
}

body.homepage section.hide-section .wrapper{
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0;
	-webkit-transition:0s ease-in-out;
	-ms-transition:0s ease-in-out;
	-moz-transition:0s ease-in-out;
	-o-transition:0s ease-in-out;
	transition:0s ease-in-out
}

body.homepage section .wrapper{
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-o-align-items:center;
	align-items:center;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	-moz-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
	height:100%;
	width:100%;
	text-align:center;
	position:relative;
	z-index:1;
	-webkit-transition:1.25s ease-in-out;
	-ms-transition:1.25s ease-in-out;
	-moz-transition:1.25s ease-in-out;
	-o-transition:1.25s ease-in-out;
	transition:1.25s ease-in-out
}

body.homepage section .wrapper h2{
	max-width:960px;
	margin:0 auto
}

@media all and (max-width: 700px){
	body.homepage section .wrapper h2{
		font-size:45px;
		line-height:45px;
		margin:0 0 15px 0
	}

}

body.homepage section .wrapper p{
	max-width:650px;
	margin:10px auto 0 auto;
	padding:20px;
	color:#9fdcff;
	font-size:16px;
	line-height:24px
}

body.homepage section .section-background{
	position:absolute;
	z-index:0;
	background-size:cover;
	background-attachment:scroll;
	background-position:center center;
	top:0;
	left:0;
	width:100%;
	height:100%
}

body.homepage section .section-background.include_background:before{
	background:rgba(47,36,21,0.6)
}

body.homepage section .section-background:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(6,26,38,0.9)
}

body.homepage section .section-background .work_image_homepage{
	height:50%;
	width:33.3333%;
	float:left;
	background-size:cover;
	background-position:center center
}

body.homepage section .next,body.homepage section #up{
	position:absolute;
	cursor:pointer;
	z-index:10;
	width:50px;
	height:50px;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	left:50%;
	bottom:20px;
	margin-left:-25px;
	-webkit-box-shadow:inset 0 0 0 #9fdcff;
	-ms-box-shadow:inset 0 0 0 #9fdcff;
	-moz-box-shadow:inset 0 0 0 #9fdcff;
	-o-box-shadow:inset 0 0 0 #9fdcff;
	box-shadow:inset 0 0 0 #9fdcff;
	background-color:rgba(255,255,255,0.08)
}

body.homepage section .next#up,body.homepage section #up#up{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}

body.homepage section .next:hover,body.homepage section #up:hover{
	-webkit-box-shadow:inset 0 50px 0 #9fdcff;
	-ms-box-shadow:inset 0 50px 0 #9fdcff;
	-moz-box-shadow:inset 0 50px 0 #9fdcff;
	-o-box-shadow:inset 0 50px 0 #9fdcff;
	box-shadow:inset 0 50px 0 #9fdcff
}

body.homepage section .next:hover:before,body.homepage section #up:hover:before{
	border-bottom:1px solid #1b8ccd;
	border-right:1px solid #1b8ccd
}

body.homepage section .next:before,body.homepage section #up:before{
	content:'';
	display:block;
	height:16px;
	width:16px;
	position:absolute;
	left:16px;
	top:12px;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom:1px solid #9fdcff;
	border-right:1px solid #9fdcff;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}

body.homepage section a.button{
	display:inline-block;
	padding:25px;
	margin:40px 0 0 0;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#ffcf91;
	text-decoration:none;
	font-family:"adelle",serif;
	font-size:22px;
	font-weight:200;
	line-height:22px;
	border:1px solid rgba(255,207,145,0.5);
	-webkit-box-shadow:inset 0 0 0 #ffcf91;
	-ms-box-shadow:inset 0 0 0 #ffcf91;
	-moz-box-shadow:inset 0 0 0 #ffcf91;
	-o-box-shadow:inset 0 0 0 #ffcf91;
	box-shadow:inset 0 0 0 #ffcf91;
	background-color:rgba(255,207,145,0.1)
}

body.homepage section a.button:hover{
	border:1px solid #ffcf91;
	-webkit-box-shadow:inset 250px 0 0 #ffcf91;
	-ms-box-shadow:inset 250px 0 0 #ffcf91;
	-moz-box-shadow:inset 250px 0 0 #ffcf91;
	-o-box-shadow:inset 250px 0 0 #ffcf91;
	box-shadow:inset 250px 0 0 #ffcf91;
	color:#573509
}

body.internal header{
	top:0;
	left:0
}

body.internal section{
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	position:relative;
	max-width:1020px;
	margin:0 auto;
	padding:20px 50px 50px 50px;
	background:white
}

body.internal section.blog-posts{
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	-moz-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0;
	max-width:100%
}

body.internal section.blog-posts .applied-tag{
	width:100%;
	padding:20px 50px;
	background:rgba(172,224,255,0.1);
	position:relative;
	line-height:58px;
	border-bottom:1px solid #d1eeff
}

@media all and (max-width: 600px){
	body.internal section.blog-posts .applied-tag{
		line-height:30px
	}

}

body.internal section.blog-posts .applied-tag h3{
	margin:0
}

body.internal section.blog-posts .applied-tag h3 .current-tag{
	color:#278ecb;
	text-transform:uppercase
}

body.internal section.blog-posts .applied-tag .button{
	position:absolute;
	right:30px;
	top:0px;
	color:#278ecb;
	border:0px solid rgba(255,207,145,0.5);
	background:transparent;
	box-shadow:inset 0 0 0  #278ecb
}

@media all and (max-width: 600px){
	body.internal section.blog-posts .applied-tag .button{
		position:relative;
		top:0;
		right:0;
		padding:10px;
		margin:10px 0 0 0;
		background:rgba(172,224,255,0.3)
	}

}

body.internal section.blog-posts .applied-tag .button:hover{
	color:white;
	box-shadow:inset 250px 0 0 #278ecb
}

body.internal section.blog-posts .applied-tag .button:hover i{
	color:white;
	-webkit-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none
}

body.internal section.blog-posts .applied-tag .button i{
	-webkit-transition:none !important;
	-ms-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	color:#278ecb
}

body.internal section .more{
	width:33.33333%;
	margin:0 auto;
	position:relative;
	min-height:108px
}

body.internal section .more #loadMore{
	position:absolute;
	top:50%;
	margin-top:-29px;
	left:50%;
	margin-left:-73px;
	height:58px;
	width:156px;
	text-align:center;
	cursor:pointer;
	color:#278ecb;
	border:0px solid rgba(255,207,145,0.5);
	background:transparent;
	box-shadow:inset 0 0 0  #278ecb
}

body.internal section .more #loadMore:hover{
	color:white;
	box-shadow:inset 250px 0 0 #278ecb
}

body.internal section .more #loadMore:hover i{
	color:white;
	-webkit-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none
}

body.internal section .more #loadMore i{
	-webkit-transition:none !important;
	-ms-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	color:#278ecb
}

body.internal section .post{
	display:block;
	padding:50px;
	border-bottom:1px solid #d1eeff;
	width:33.33333%;
	position:relative;
	-webkit-box-shadow:inset -1px 0 0 #d1eeff;
	-ms-box-shadow:inset -1px 0 0 #d1eeff;
	-moz-box-shadow:inset -1px 0 0 #d1eeff;
	-o-box-shadow:inset -1px 0 0 #d1eeff;
	box-shadow:inset -1px 0 0 #d1eeff
}

body.internal section .post:hover{
	background:#edf8ff;
	border-bottom:1px solid #d1eeff
}

body.internal section .post:hover span.popular:after,body.internal section .post:hover span.external-link:after{
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0
}

@media all and (max-width: 1200px){
	body.internal section .post{
		padding:50px;
		width:50%
	}

}

@media all and (max-width: 600px){
	body.internal section .post{
		width:100%
	}

}

body.internal section .post h2{
	margin:0 0 20px 0;
	color:#278ecb
}

body.internal section .post p{
	margin:0 0 0 0
}

body.internal section .post span.popular{
	height:50px;
	width:50px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px
}

body.internal section .post span.popular i{
	display:inline-block;
	color:#ffb771;
	font-size:20px;
	line-height:50px;
	position:relative;
	z-index:1;
	-webkit-opacity:0.6;
	-ms-opacity:0.6;
	-moz-opacity:0.6;
	-o-opacity:0.6;
	opacity:0.6
}

body.internal section .post span.popular:before{
	content:'popular';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	right:0px;
	line-height:50px;
	color:#ffb771;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0
}

body.internal section .post span.popular:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	right:1px;
	height:0;
	width:0;
	border-top:43px solid #ffb771;
	border-right:43px solid #ffb771;
	border-bottom:43px solid transparent;
	border-left:43px solid transparent;
	-webkit-opacity:0.1;
	-ms-opacity:0.1;
	-moz-opacity:0.1;
	-o-opacity:0.1;
	opacity:0.1
}

body.internal section .post span.popular:hover i{
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.internal section .post span.popular:hover:before{
	right:50px;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.internal section .post span.external-link{
	height:50px;
	width:50px;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px
}

body.internal section .post span.external-link i{
	display:inline-block;
	color:#ffb771;
	font-size:20px;
	line-height:50px;
	position:relative;
	z-index:1;
	-webkit-opacity:0.6;
	-ms-opacity:0.6;
	-moz-opacity:0.6;
	-o-opacity:0.6;
	opacity:0.6
}

body.internal section .post span.external-link:before{
	content:'visit';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	right:0px;
	line-height:50px;
	color:#ffb771;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0
}

body.internal section .post span.external-link:after{
	content:'';
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	right:1px;
	height:0;
	width:0;
	border-top:43px solid #ffb771;
	border-right:43px solid #ffb771;
	border-bottom:43px solid transparent;
	border-left:43px solid transparent;
	-webkit-opacity:0.1;
	-ms-opacity:0.1;
	-moz-opacity:0.1;
	-o-opacity:0.1;
	opacity:0.1
}

body.internal section .post span.external-link:hover i{
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.internal section .post span.external-link:hover:before{
	right:50px;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.internal section h1{
	margin:50px 0 50px 0;
	color:#255876;
	font-size:65px;
	line-height:70px;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	-moz-text-shadow:none;
	-o-text-shadow:none;
	text-shadow:none;
	padding:0;
	background:transparent;
	letter-spacing:0
}

body.internal section h1 em{
	color:#008cdf
}

body.internal section h2{
	margin:50px 0 30px 0;
	color:#255876
}

body.internal section h2 em{
	color:#008cdf
}

body.internal section h3{
	margin:50px 0 20px 0;
	color:#255876
}

body.internal section h3 em{
	color:#008cdf
}

body.internal section p{
	margin:0 0 30px 0;
	color:#0a202e
}

body.internal section p em{
	color:#008cdf
}

body.internal section hr{
	color:rgba(172,224,255,0.6);
	background:rgba(172,224,255,0.6);
	border:none;
	height:1px;
	margin:50px 0 50px -50px;
	-webkit-width:calc(100% + 100px);
	-ms-width:calc(100% + 100px);
	-moz-width:calc(100% + 100px);
	-o-width:calc(100% + 100px);
	width:calc(100% + 100px)
}

body.internal section .image-aside{
	padding:50px;
	border-top:1px solid rgba(172,224,255,0.6);
	border-bottom:1px solid rgba(172,224,255,0.6);
	-webkit-width:calc(100% + 100px);
	-ms-width:calc(100% + 100px);
	-moz-width:calc(100% + 100px);
	-o-width:calc(100% + 100px);
	width:calc(100% + 100px);
	margin:50px 0 50px -50px
}

body.internal section .image-aside:after{
	content:'';
	display:block;
	clear:both
}

body.internal section .image-aside .left,body.internal section .image-aside .right{
	margin:0
}

body.internal section .image-aside .half{
	-webkit-width:calc(50% - 25px);
	-ms-width:calc(50% - 25px);
	-moz-width:calc(50% - 25px);
	-o-width:calc(50% - 25px);
	width:calc(50% - 25px)
}

@media all and (max-width: 600px){
	body.internal section .image-aside .half{
		width:100%;
		margin:0 0 50px 0
	}

	body.internal section .image-aside .half:last-of-type{
		margin:0
	}

}

body.internal section .image-aside .full{
	width:100%;
	height:auto;
	margin:0
}

body.internal section ul{
	list-style-type:none;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:24px;
	padding:0;
	margin:40px 0;
	color:#00578f
}

body.internal section ul>li{
	padding:10px 10px 10px 50px;
	margin:0;
	position:relative
}

body.internal section ul>li:before{
	content:'';
	display:block;
	position:absolute;
	height:4px;
	width:4px;
	background:#e58d37;
	left:23px;
	top:20px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px
}

body.internal section ul>li>ul{
	padding:0;
	margin:0
}

body.internal section ul>li>ul>li:before{
	content:'';
	display:block;
	position:absolute;
	height:4px;
	width:4px;
	background:transparent;
	-webkit-box-shadow:inset 0 0 0 1px #e58d37;
	-ms-box-shadow:inset 0 0 0 1px #e58d37;
	-moz-box-shadow:inset 0 0 0 1px #e58d37;
	-o-box-shadow:inset 0 0 0 1px #e58d37;
	box-shadow:inset 0 0 0 1px #e58d37;
	left:23px;
	top:20px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px
}

body.internal section ol{
	list-style-type:none;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:24px;
	padding:0;
	margin:40px 0;
	counter-reset:li;
	color:#00578f
}

body.internal section ol>li{
	padding:10px 10px 10px 50px;
	margin:0;
	position:relative
}

body.internal section ol>li:before{
	content:counter(li) ".";
	counter-increment:li;
	display:block;
	position:absolute;
	color:#e58d37;
	left:23px;
	top:10px
}

body.internal section blockquote{
	position:relative;
	margin:50px 0;
	padding:60px 0 60px 145px;
	overflow:visible;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:20px;
	line-height:30px;
	color:#255876
}

@media all and (max-width: 600px){
	body.internal section blockquote{
		padding:210px 0 50px 0
	}

}

body.internal section blockquote.no-headshot{
	padding:60px 0
}

@media all and (max-width: 600px){
	body.internal section blockquote.no-headshot{
		padding:50px 0
	}

}

body.internal section blockquote:before{
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:5000px;
	top:0;
	left:-2500px;
	background:rgba(0,0,0,0.05)
}

body.internal section blockquote cite{
	display:block;
	color:#72bde9;
	font-size:16px;
	line-height:16px;
	margin:15px 0 0 0;
	position:relative;
	left:45px
}

body.internal section blockquote cite:before{
	content:'';
	display:block;
	position:absolute;
	width:30px;
	height:1px;
	background:#72bde9;
	left:-45px;
	top:50%
}

body.internal section blockquote .author-headshot{
	display:block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-60px;
	background-size:cover;
	height:120px;
	width:120px;
	-webkit-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	-webkit-box-shadow:inset 0 0 0 3px #72bde9;
	-ms-box-shadow:inset 0 0 0 3px #72bde9;
	-moz-box-shadow:inset 0 0 0 3px #72bde9;
	-o-box-shadow:inset 0 0 0 3px #72bde9;
	box-shadow:inset 0 0 0 3px #72bde9
}

@media all and (max-width: 600px){
	body.internal section blockquote .author-headshot{
		top:50px;
		left:50%;
		margin-left:-60px;
		margin-top:0
	}

}

body.internal section a{
	text-decoration:none;
	color:#008cdf;
	border-bottom:1px dotted #008cdf
}

body.internal section a:hover{
	color:#e58d37;
	border-bottom:1px dotted #e58d37
}

body.internal section .button{
	display:inline-block;
	padding:20px;
	margin:20px auto;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#ffcf91;
	text-decoration:none;
	font-family:"adelle",serif;
	font-size:16px;
	font-weight:200;
	line-height:16px;
	border:1px solid rgba(255,207,145,0.5);
	box-shadow:inset 0 0 0 #ffcf91;
	-webkit-background-color:rgba(255,207,145,0.1);
	-ms-background-color:rgba(255,207,145,0.1);
	-moz-background-color:rgba(255,207,145,0.1);
	-o-background-color:rgba(255,207,145,0.1);
	background-color:rgba(255,207,145,0.1)
}

body.internal section .button:hover{
	border:1px solid #ffcf91;
	-webkit-box-shadow:inset 250px 0 0 #ffcf91;
	-ms-box-shadow:inset 250px 0 0 #ffcf91;
	-moz-box-shadow:inset 250px 0 0 #ffcf91;
	-o-box-shadow:inset 250px 0 0 #ffcf91;
	box-shadow:inset 250px 0 0 #ffcf91;
	color:#573509
}

body.internal section img{
	max-width:100%;
	height:auto
}

@media all and (max-width: 600px){
	body.internal section img{
		max-width:-webkit-calc(100% + 100px);
		max-width:-ms-calc(100% + 100px);
		max-width:-moz-calc(100% + 100px);
		max-width:-o-calc(100% + 100px);
		max-width:calc(100% + 100px);
		margin-left:-50px
	}

}

body.internal section img.snapshot{
	width:40%;
	display:block;
	height:auto;
	margin:0 auto;
	border:3px solid white;
	-webkit-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	transform:rotate(5deg);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-ms-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-o-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px rgba(0,0,0,0.2)
}

body.internal section img.full{
	width:-webkit-calc(100% + 100px);
	width:-ms-calc(100% + 100px);
	width:-moz-calc(100% + 100px);
	width:-o-calc(100% + 100px);
	width:calc(100% + 100px);
	max-width:-webkit-calc(100% + 100px);
	max-width:-ms-calc(100% + 100px);
	max-width:-moz-calc(100% + 100px);
	max-width:-o-calc(100% + 100px);
	max-width:calc(100% + 100px);
	float:none;
	margin:25px 0 50px -50px
}

body.internal section img.half{
	width:50%;
	height:auto
}

@media all and (max-width: 600px){
	body.internal section img.half{
		width:-webkit-calc(100% + 100px);
		width:-ms-calc(100% + 100px);
		width:-moz-calc(100% + 100px);
		width:-o-calc(100% + 100px);
		width:calc(100% + 100px)
	}

}

body.internal section img.quarter{
	width:25%;
	height:auto
}

body.internal section img.left{
	float:left;
	margin:0 50px 50px -50px
}

@media all and (max-width: 600px){
	body.internal section img.left{
		float:none;
		margin:25px 0 50px -50px
	}

}

body.internal section img.right{
	float:right;
	margin:0 -50px 50px 50px
}

@media all and (max-width: 600px){
	body.internal section img.right{
		float:none;
		margin:25px 0 50px -50px
	}

}

body.internal section img.top-of-page{
	margin-top:50px
}

@media all and (max-width: 600px){
	body.internal section img.top-of-page{
		margin-top:-20px
	}

}

body.internal section span.posted_date{
	color:#ffb771;
	display:block;
	margin:0 0 20px 0;
	font-size:14px;
	font-style:italic
}

body.internal section span.posted_date .info-block{
	display:inline-block
}

body.internal section span.posted_date .info-block:after{
	content:'\00a0\00a0\00a0/\00a0\00a0'
}

body.internal section span.posted_date .info-block:last-of-type:after{
	content:''
}

body.internal section #skillset{
	width:100%;
	margin-top:45px;
	margin-bottom:0;
	padding:5px 0 5px 5px;
	list-style-type:none;
	font-size:16px;
	line-height:16px;
	font-family:"adelle",serif;
	font-weight:200;
	color:white;
	-webkit-text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	-ms-text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	-moz-text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	-o-text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	border-left:1px solid #d9edf9
}

body.internal section #skillset li{
	display:block;
	min-height:36px;
	position:relative;
	margin-bottom:5px;
	background:#d9edf9;
	cursor:pointer;
	padding:0
}

body.internal section #skillset li:before{
	height:0;
	width:0
}

body.internal section #skillset li:last-of-type{
	margin-bottom:0
}

body.internal section #skillset li .description{
	position:relative;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:24px;
	z-index:0;
	display:block;
	max-height:0px;
	overflow:hidden;
	padding:0 20px;
	-webkit-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:0.5s cubic-bezier(0.19, 1, 0.22, 1);
	opacity:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0;
	color:#255876;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	-moz-text-shadow:none;
	-o-text-shadow:none;
	text-shadow:none
}

body.internal section #skillset li.open .description{
	max-height:500px;
	padding:56px 20px 20px 20px;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.internal section #skillset li .aptitude{
	display:inline-block;
	overflow:hidden;
	padding:10px 0;
	text-align:right;
	text-indent:10px;
	direction:rtl;
	white-space:nowrap;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	height:36px;
	background:#e27d1b;
	width:0%;
	-webkit-transition:1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li .aptitude:hover{
	background:#ff8713
}

body.internal section #skillset li .aptitude.complete{
	-webkit-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
	-ms-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
	-moz-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
	-o-transition:0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
	transition:0.5s cubic-bezier(0.19, 1, 0.22, 1) !important
}

body.internal section #skillset li:nth-child(2) .aptitude{
	-webkit-transition:1.5s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 0.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 0.25s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(3) .aptitude{
	-webkit-transition:1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(4) .aptitude{
	-webkit-transition:1.5s 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 0.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 0.75s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(5) .aptitude{
	-webkit-transition:1.5s 1s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 1s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(6) .aptitude{
	-webkit-transition:1.5s 1.25s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 1.25s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 1.25s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 1.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 1.25s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(7) .aptitude{
	-webkit-transition:1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 1.5s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(8) .aptitude{
	-webkit-transition:1.5s 1.75s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 1.75s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 1.75s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 1.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 1.75s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(9) .aptitude{
	-webkit-transition:1.5s 2s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 2s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 2s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(10) .aptitude{
	-webkit-transition:1.5s 2.25s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 2.25s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 2.25s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 2.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 2.25s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(11) .aptitude{
	-webkit-transition:1.5s 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 2.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 2.5s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset li:nth-child(12) .aptitude{
	-webkit-transition:1.5s 2.75s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1.5s 2.75s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1.5s 2.75s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1.5s 2.75s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1.5s 2.75s cubic-bezier(0.19, 1, 0.22, 1)
}

body.internal section #skillset-tiks{
	width:100%;
	position:relative;
	padding-top:10px;
	border-top:1px solid #d9edf9
}

body.internal section #skillset-tiks .tik{
	width:25%;
	float:left;
	text-align:center;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:14px;
	line-height:14px;
	color:#a5cee7
}

body.internal section#work-skills{
	padding:50px;
	overflow:visible;
	max-width:1020px
}

body.internal section#clients ul{
	overflow:auto;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	-moz-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row
}

body.internal section#clients ul li{
	padding:20px;
	width:33%;
	position:relative;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-o-align-items:center;
	align-items:center;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex
}

body.internal section#clients ul li img{
	display:block
}

body.internal section#clients ul li:before{
	background:transparent
}

body.internal section#clients ul li:after{
	content:'';
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:#5f9fc6;
	-webkit-mix-blend-mode:screen;
	-ms-mix-blend-mode:screen;
	-moz-mix-blend-mode:screen;
	-o-mix-blend-mode:screen;
	mix-blend-mode:screen
}

body.internal section#clients ul li:hover:after{
	background:#ff8713
}

body.internal section.work-showcase{
	min-width:100%;
	padding:0
}

body.internal section.work-showcase .work-post{
	position:relative;
	width:25%;
	height:0;
	padding-bottom:25%;
	float:left;
	overflow:hidden;
	background-position:center center;
	background-size:100% auto;
	border-bottom:none
}

body.internal section.work-showcase .work-post:hover{
	border-bottom:none
}

@media all and (max-width: 1200px){
	body.internal section.work-showcase .work-post{
		width:33.3333%;
		padding-bottom:33.3333%
	}

	body.internal section.work-showcase .work-post:nth-of-type(n+7){
		display:none
	}

}

@media all and (max-width: 800px){
	body.internal section.work-showcase .work-post{
		width:50%;
		padding-bottom:50%
	}

}

@media all and (max-width: 550px){
	body.internal section.work-showcase .work-post{
		width:100%;
		padding-bottom:50%
	}

}

body.internal section.work-showcase .work-post:hover{
	background-size:120% auto
}

body.internal section.work-showcase .work-post a.work-post-link{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(86,52,8,0.3);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	-moz-transform-origin:center center;
	-o-transform-origin:center center;
	transform-origin:center center;
	border-bottom:none
}

@media all and (max-width: 800px){
	body.internal section.work-showcase .work-post a.work-post-link{
		background:rgba(6,26,38,0.8);
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}

}

body.internal section.work-showcase .work-post a.work-post-link .work-post-title{
	position:absolute;
	display:table;
	padding:20px;
	height:100%;
	width:100%
}

body.internal section.work-showcase .work-post a.work-post-link .work-post-title h2{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:rgba(255,255,255,0)
}

body.internal section.work-showcase .work-post a.work-post-link .work-post-title h2 .tags{
	display:block;
	font-size:40%;
	line-height:150%;
	-webkit-transition:-0.25s 0.25s ease-in-out;
	-ms-transition:-0.25s 0.25s ease-in-out;
	-moz-transition:-0.25s 0.25s ease-in-out;
	-o-transition:-0.25s 0.25s ease-in-out;
	transition:-0.25s 0.25s ease-in-out;
	-webkit-opacity:0.6;
	-ms-opacity:0.6;
	-moz-opacity:0.6;
	-o-opacity:0.6;
	opacity:0.6
}

@media all and (max-width: 800px){
	body.internal section.work-showcase .work-post a.work-post-link .work-post-title h2{
		color:rgba(255,255,255,0.75);
		font-size:25px;
		line-height:35px
	}

}

body.internal section.work-showcase .work-post a.work-post-link:hover,body.internal section.work-showcase .work-post a.work-post-link:active{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transform-origin:center center;
	-ms-transform-origin:center center;
	-moz-transform-origin:center center;
	-o-transform-origin:center center;
	transform-origin:center center;
	background:rgba(255,135,19,0.95)
}

body.internal section.work-showcase .work-post a.work-post-link:hover h2,body.internal section.work-showcase .work-post a.work-post-link:active h2{
	color:#fff
}

body.blog-post h1{
	background:rgba(6,26,38,0.9);
	padding:100px 75px 120px 75px;
	max-width:1020px;
	margin:0 auto;
	position:relative
}

@media all and (max-width: 1020px){
	body.blog-post h1{
		-webkit-transition:0s ease-in-out;
		-ms-transition:0s ease-in-out;
		-moz-transition:0s ease-in-out;
		-o-transition:0s ease-in-out;
		transition:0s ease-in-out;
		background:rgba(6,26,38,0);
		position:static
	}

}

@media all and (max-width: 600px){
	body.blog-post h1{
		padding:50px;
		font-size:50px;
		line-height:60px;
		letter-spacing:0
	}

}

body.blog-post h1 .article-info{
	display:block;
	font-size:16px;
	text-align:center;
	letter-spacing:0;
	line-height:16px;
	position:absolute;
	padding:34px;
	width:100%;
	bottom:15px;
	left:0px;
	color:#278ecb
}

@media all and (max-width: 1020px){
	body.blog-post h1 .article-info{
		position:static
	}

}

body.blog-post h1 .article-info .info-block{
	display:inline-block
}

body.blog-post h1 .article-info .info-block:after{
	content:'\00a0\00a0\00a0/\00a0\00a0'
}

body.blog-post h1 .article-info .info-block:last-of-type:after{
	content:''
}

body.blog-post h1 .article-info a{
	color:#278ecb;
	text-decoration:none
}

body.blog-post h1 .article-info a:hover{
	color:#e58d37
}

body.blog-post header:before{
	background:rgba(86,52,8,0.5)
}

@media all and (max-width: 1020px){
	body.blog-post header:before{
		background:rgba(6,26,38,0.9)
	}

}

body.blog-post p.blog-intro{
	margin-top:50px;
	margin-bottom:0;
	color:#3b7496;
	font-style:italic;
	padding-bottom:50px;
	border-bottom:1px solid rgba(172,224,255,0.6)
}

body.blog-post p.blog-intro+p{
	margin-top:50px
}

body.blog-post span.embed-type{
	display:block;
	position:relative;
	z-index:1;
	padding:15px;
	background:rgba(222,243,255,0.9);
	width:-webkit-calc(100% + 100px);
	width:-ms-calc(100% + 100px);
	width:-moz-calc(100% + 100px);
	width:-o-calc(100% + 100px);
	width:calc(100% + 100px);
	margin-left:-50px;
	margin-bottom:-44px;
	margin-top:50px;
	font-family:Menlo, Monaco, 'Andale Mono', 'lucida console', 'Courier New', monospace;
	font-size:14px;
	line-height:14px;
	color:#2c6281
}

body.blog-post iframe.cp_embed_iframe{
	width:-webkit-calc(100% + 100px) !important;
	width:-ms-calc(100% + 100px) !important;
	width:-moz-calc(100% + 100px) !important;
	width:-o-calc(100% + 100px) !important;
	width:calc(100% + 100px) !important;
	margin-left:-50px;
	margin-bottom:50px;
	background:#0b293a;
	position:relative;
	z-index:0;
	-webkit-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-ms-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-moz-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-o-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	box-shadow:0 0 0 1px rgba(222,243,255,0.9)
}

body.blog-post iframe.codepen-demo{
	width:-webkit-calc(100% + 100px);
	width:-ms-calc(100% + 100px);
	width:-moz-calc(100% + 100px);
	width:-o-calc(100% + 100px);
	width:calc(100% + 100px);
	max-width:-webkit-calc(100% + 100px);
	max-width:-ms-calc(100% + 100px);
	max-width:-moz-calc(100% + 100px);
	max-width:-o-calc(100% + 100px);
	max-width:calc(100% + 100px);
	margin-left:-50px;
	margin-bottom:50px;
	border:none;
	padding:44px 0 0 0;
	-webkit-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-ms-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-moz-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-o-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	overflow:scroll
}

body.blog-post code.prettyprint{
	display:block;
	border-radius:0;
	padding:94px 50px 50px 50px;
	width:-webkit-calc(100% + 100px);
	width:-ms-calc(100% + 100px);
	width:-moz-calc(100% + 100px);
	width:-o-calc(100% + 100px);
	width:calc(100% + 100px);
	margin-left:-50px;
	margin-bottom:50px;
	-webkit-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-ms-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-moz-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	-o-box-shadow:0 0 0 1px rgba(222,243,255,0.9);
	box-shadow:0 0 0 1px rgba(222,243,255,0.9)
}

body.blog-post #beer-me{
	background-image:url(http://c1711.paas2.tx.modxcloud.com/assets/images/beers.jpg);
	background-size:600px auto;
	background-repeat:no-repeat;
	background-position:top center;
	padding:30px
}

body.blog-post #beer-me #paypal-button{
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 0 0 2px rgba(255,255,255,0.8);
	-ms-box-shadow:0 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow:0 0 0 2px rgba(255,255,255,0.8);
	-o-box-shadow:0 0 0 2px rgba(255,255,255,0.8);
	box-shadow:0 0 0 2px rgba(255,255,255,0.8)
}

body.blog-post #PrevNextArticle{
	position:relative;
	margin:0 auto;
	padding:50px;
	text-align:center;
	background:rgba(172,224,255,0.2)
}

body.blog-post #PrevNextArticle a{
	display:inline-block;
	color:#278ecb;
	text-decoration:none;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:16px;
	padding:10px
}

body.blog-post #PrevNextArticle a:hover{
	color:#e58d37
}

body.blog-post #PrevNextArticle h2{
	margin-top:0;
	color:#255876
}

body.blog-post #comments{
	padding:50px;
	background:rgba(172,224,255,0.4)
}

body.blog-post #comments h3.comments_count{
	color:#255876;
	max-width:960px;
	margin:0 auto;
	padding-bottom:50px
}

body.blog-post #comments h3.comments_count em{
	color:#278ecb;
	cursor:pointer;
	display:inline-block
}

body.blog-post #comments h3.comments_count em:hover{
	color:#e58d37
}

body.blog-post #comments .reply-box{
	position:relative;
	margin-bottom:0;
	clear:both
}

body.blog-post #comments .reply-box .quip-add-comment{
	max-height:0%;
	overflow:hidden;
	margin:0;
	padding:0 25px;
	background:rgba(6,26,38,0.1);
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}

body.blog-post #comments .reply-box .quip-add-comment button{
	cursor:pointer;
	display:inline-block;
	border:none;
	padding:25px;
	height:66px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:white;
	font-family:"adelle",serif;
	font-size:16px;
	font-weight:200;
	line-height:16px;
	-webkit-box-shadow:inset 0 0 0 #278ecb;
	-ms-box-shadow:inset 0 0 0 #278ecb;
	-moz-box-shadow:inset 0 0 0 #278ecb;
	-o-box-shadow:inset 0 0 0 #278ecb;
	box-shadow:inset 0 0 0 #278ecb;
	background-color:#255876;
	margin-bottom:0px;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment button:hover{
	-webkit-box-shadow:inset 250px 0 0 #278ecb;
	-ms-box-shadow:inset 250px 0 0 #278ecb;
	-moz-box-shadow:inset 250px 0 0 #278ecb;
	-o-box-shadow:inset 250px 0 0 #278ecb;
	box-shadow:inset 250px 0 0 #278ecb
}

body.blog-post #comments .reply-box .quip-add-comment button.button_disabled{
	-webkit-opacity:0.5;
	-ms-opacity:0.5;
	-moz-opacity:0.5;
	-o-opacity:0.5;
	opacity:0.5;
	cursor:default
}

body.blog-post #comments .reply-box .quip-add-comment button.button_disabled:hover{
	-webkit-box-shadow:inset 0 0 0 #278ecb;
	-ms-box-shadow:inset 0 0 0 #278ecb;
	-moz-box-shadow:inset 0 0 0 #278ecb;
	-o-box-shadow:inset 0 0 0 #278ecb;
	box-shadow:inset 0 0 0 #278ecb
}

body.blog-post #comments .reply-box .quip-add-comment label{
	display:block;
	width:100%;
	height:54px;
	margin-bottom:40px;
	position:relative;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:14px;
	line-height:14px
}

body.blog-post #comments .reply-box .quip-add-comment label.textarea{
	height:200px;
	margin-bottom:72px
}

body.blog-post #comments .reply-box .quip-add-comment label.textarea .quip-allowed-tags{
	display:block;
	width:100%;
	position:absolute;
	z-index:3;
	padding:10px;
	right:0px;
	bottom:-32px;
	font-size:12px;
	line-height:12px;
	color:#bfbfbf;
	background:white;
	text-align:right;
	border-radius:0 0 3px 3px;
	box-shadow:0 -3px 3px -3px rgba(0,0,0,0.1)
}

body.blog-post #comments .reply-box .quip-add-comment label.checkbox{
	cursor:pointer;
	margin-top:-10px;
	margin-bottom:30px
}

body.blog-post #comments .reply-box .quip-add-comment label.checkbox span.label-text{
	left:0;
	top:0;
	padding-left:54px;
	height:54px;
	line-height:54px;
	color:#255876
}

body.blog-post #comments .reply-box .quip-add-comment label.checkbox span.label-text:before{
	content:"\f00c";
	font-family:FontAwesome;
	font-size:0px;
	color:#2e88bc;
	line-height:34px;
	text-align:center;
	display:block;
	position:absolute;
	top:10;
	left:0;
	height:34px;
	width:34px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background:rgba(255,255,255,0.7)
}

body.blog-post #comments .reply-box .quip-add-comment label.checkbox input:checked+span.label-text:before{
	font-size:20px;
	background:#fff
}

body.blog-post #comments .reply-box .quip-add-comment label span.label-text{
	position:absolute;
	top:15px;
	left:15px;
	height:24px;
	line-height:24px;
	display:block
}

body.blog-post #comments .reply-box .quip-add-comment label span.error{
	display:block;
	position:absolute;
	z-index:0;
	height:24px;
	font-size:12px;
	line-height:12px;
	top:-20px;
	right:15px;
	color:#be3100;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1;
	text-align:right;
	-webkit-animation:errorSlide 0.25s ease-in-out forwards;
	-ms-animation:errorSlide 0.25s ease-in-out forwards;
	-moz-animation:errorSlide 0.25s ease-in-out forwards;
	-o-animation:errorSlide 0.25s ease-in-out forwards;
	animation:errorSlide 0.25s ease-in-out forwards
}

body.blog-post #comments .reply-box .quip-add-comment label textarea{
	display:block;
	width:100%;
	height:200px;
	padding:15px;
	position:absolute;
	z-index:1;
	font-family:"adelle-sans",sans-serif;
	font-size:14px;
	line-height:20px;
	top:0;
	left:0;
	border:none;
	outline:none;
	-webkit-opacity:0.7;
	-ms-opacity:0.7;
	-moz-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
	-webkit-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	resize:none
}

body.blog-post #comments .reply-box .quip-add-comment label textarea:focus{
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment label textarea:focus ~ .label-text,body.blog-post #comments .reply-box .quip-add-comment label textarea.complete:focus ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment label textarea.complete ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment label input{
	display:block;
	width:100%;
	height:54px;
	padding:15px;
	position:absolute;
	z-index:1;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:14px;
	line-height:14px;
	top:0;
	left:0;
	border:none;
	outline:none;
	-webkit-opacity:0.7;
	-ms-opacity:0.7;
	-moz-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}

body.blog-post #comments .reply-box .quip-add-comment label input:focus{
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment label input:focus ~ .label-text,body.blog-post #comments .reply-box .quip-add-comment label input.complete:focus ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment label input.complete ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments .reply-box .quip-add-comment label input[type="checkbox"]{
	position:absolute;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0
}

body.blog-post #comments .reply-box.open .quip-add-comment{
	max-height:200%;
	overflow:visible;
	margin:0;
	padding:50px 25px 25px 25px
}

body.blog-post #comments>.comment_form{
	max-width:960px;
	padding:0;
	margin:0 auto;
	overflow:visible;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex
}

body.blog-post #comments>.comment_form .close{
	display:none
}

@media all and (max-width: 600px){
	body.blog-post #comments>.comment_form{
		display:block
	}

}

body.blog-post #comments>.comment_form .comment-disclaimer{
	width:50%;
	padding:0 0 0 50px;
	margin:0;
	display:block
}

@media all and (max-width: 600px){
	body.blog-post #comments>.comment_form .comment-disclaimer{
		width:100%;
		padding:0;
		margin:0 0 50px 0
	}

}

body.blog-post #comments>.comment_form .comment-disclaimer p,body.blog-post #comments>.comment_form .comment-disclaimer h3{
	margin-top:0;
	color:#255876
}

body.blog-post #comments>.comment_form .comment-disclaimer ul{
	list-style-type:none;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:16px;
	line-height:24px;
	padding:0;
	margin:15px 0 0 0;
	color:#255876
}

body.blog-post #comments>.comment_form .comment-disclaimer ul>li{
	padding:10px 10px 10px 25px;
	margin:0;
	position:relative
}

body.blog-post #comments>.comment_form .comment-disclaimer ul>li:before{
	content:'';
	display:block;
	position:absolute;
	height:4px;
	width:4px;
	background:#e58d37;
	left:0px;
	top:20px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px
}

body.blog-post #comments>.comment_form>.quip-add-comment{
	max-height:100%;
	width:50%;
	overflow:visible;
	margin-bottom:50px
}

body.blog-post #comments>.comment_form>.quip-add-comment button{
	cursor:pointer;
	display:inline-block;
	border:none;
	padding:25px;
	height:66px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:white;
	font-family:"adelle",serif;
	font-size:16px;
	font-weight:200;
	line-height:16px;
	-webkit-box-shadow:inset 0 0 0 #278ecb;
	-ms-box-shadow:inset 0 0 0 #278ecb;
	-moz-box-shadow:inset 0 0 0 #278ecb;
	-o-box-shadow:inset 0 0 0 #278ecb;
	box-shadow:inset 0 0 0 #278ecb;
	background-color:#255876;
	margin-bottom:0px;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment button:hover{
	-webkit-box-shadow:inset 250px 0 0 #278ecb;
	-ms-box-shadow:inset 250px 0 0 #278ecb;
	-moz-box-shadow:inset 250px 0 0 #278ecb;
	-o-box-shadow:inset 250px 0 0 #278ecb;
	box-shadow:inset 250px 0 0 #278ecb
}

body.blog-post #comments>.comment_form>.quip-add-comment button.button_disabled{
	-webkit-opacity:0.5;
	-ms-opacity:0.5;
	-moz-opacity:0.5;
	-o-opacity:0.5;
	opacity:0.5;
	cursor:default
}

body.blog-post #comments>.comment_form>.quip-add-comment button.button_disabled:hover{
	-webkit-box-shadow:inset 0 0 0 #278ecb;
	-ms-box-shadow:inset 0 0 0 #278ecb;
	-moz-box-shadow:inset 0 0 0 #278ecb;
	-o-box-shadow:inset 0 0 0 #278ecb;
	box-shadow:inset 0 0 0 #278ecb
}

@media all and (max-width: 600px){
	body.blog-post #comments>.comment_form>.quip-add-comment{
		max-height:0%;
		overflow:hidden;
		width:100%;
		margin-bottom:0px
	}

}

body.blog-post #comments>.comment_form>.quip-add-comment label{
	display:block;
	width:100%;
	height:54px;
	margin-bottom:40px;
	position:relative;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:14px;
	line-height:14px
}

body.blog-post #comments>.comment_form>.quip-add-comment label.textarea{
	height:200px;
	margin-bottom:72px
}

body.blog-post #comments>.comment_form>.quip-add-comment label.textarea .quip-allowed-tags{
	display:block;
	width:100%;
	position:absolute;
	z-index:3;
	padding:10px;
	right:0px;
	bottom:-32px;
	font-size:12px;
	line-height:12px;
	color:#bfbfbf;
	background:white;
	text-align:right;
	-webkit-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-webkit-box-shadow:0 -3px 3px -3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 -3px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 -3px 3px -3px rgba(0,0,0,0.1);
	-o-box-shadow:0 -3px 3px -3px rgba(0,0,0,0.1);
	box-shadow:0 -3px 3px -3px rgba(0,0,0,0.1)
}

body.blog-post #comments>.comment_form>.quip-add-comment label.checkbox{
	cursor:pointer;
	margin-top:-10px;
	margin-bottom:30px
}

body.blog-post #comments>.comment_form>.quip-add-comment label.checkbox span.label-text{
	left:0;
	top:0;
	padding-left:54px;
	height:54px;
	line-height:54px;
	color:#255876
}

body.blog-post #comments>.comment_form>.quip-add-comment label.checkbox span.label-text:before{
	content:"\f00c";
	font-family:FontAwesome;
	font-size:0px;
	color:#2e88bc;
	line-height:34px;
	text-align:center;
	display:block;
	position:absolute;
	top:10;
	left:0;
	height:34px;
	width:34px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	background:rgba(255,255,255,0.7);
	-webkit-transition:0.25s ease-in-out;
	-ms-transition:0.25s ease-in-out;
	-moz-transition:0.25s ease-in-out;
	-o-transition:0.25s ease-in-out;
	transition:0.25s ease-in-out
}

body.blog-post #comments>.comment_form>.quip-add-comment label.checkbox input:checked+span.label-text:before{
	font-size:20px;
	background:#fff
}

body.blog-post #comments>.comment_form>.quip-add-comment label span.label-text{
	position:absolute;
	top:15px;
	left:15px;
	height:24px;
	line-height:24px;
	display:block
}

body.blog-post #comments>.comment_form>.quip-add-comment label span.error{
	display:block;
	position:absolute;
	z-index:0;
	height:24px;
	font-size:12px;
	line-height:12px;
	top:-20px;
	right:15px;
	color:#be3100;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1;
	text-align:right;
	-webkit-animation:errorSlide 0.25s ease-in-out forwards;
	-ms-animation:errorSlide 0.25s ease-in-out forwards;
	-moz-animation:errorSlide 0.25s ease-in-out forwards;
	-o-animation:errorSlide 0.25s ease-in-out forwards;
	animation:errorSlide 0.25s ease-in-out forwards
}

body.blog-post #comments>.comment_form>.quip-add-comment label textarea{
	display:block;
	width:100%;
	height:200px;
	padding:15px;
	position:absolute;
	z-index:1;
	font-family:"adelle-sans",sans-serif;
	font-size:14px;
	line-height:20px;
	top:0;
	left:0;
	border:none;
	outline:none;
	-webkit-opacity:0.7;
	-ms-opacity:0.7;
	-moz-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
	-webkit-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	resize:none
}

body.blog-post #comments>.comment_form>.quip-add-comment label textarea:focus{
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment label textarea:focus ~ .label-text,body.blog-post #comments>.comment_form>.quip-add-comment label textarea.complete:focus ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment label textarea.complete ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment label input{
	display:block;
	width:100%;
	height:54px;
	padding:15px;
	position:absolute;
	z-index:1;
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:14px;
	line-height:14px;
	top:0;
	left:0;
	border:none;
	outline:none;
	-webkit-opacity:0.7;
	-ms-opacity:0.7;
	-moz-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px
}

body.blog-post #comments>.comment_form>.quip-add-comment label input:focus{
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment label input:focus ~ .label-text,body.blog-post #comments>.comment_form>.quip-add-comment label input.complete:focus ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment label input.complete ~ .label-text{
	font-size:12px;
	line-height:12px;
	top:-20px;
	left:15px;
	color:#2e88bc;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1
}

body.blog-post #comments>.comment_form>.quip-add-comment label input[type="checkbox"]{
	position:absolute;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0
}

body.blog-post #comments>.comment_form.open .quip-add-comment{
	overflow:visible;
	max-height:200%;
	margin-bottom:50px
}

body.blog-post #comments .quip{
	max-width:960px;
	margin:0 auto
}

@media all and (max-width: 600px){
	body.blog-post #comments .quip{
		width:-webkit-calc(100% + 100px);
		width:-ms-calc(100% + 100px);
		width:-moz-calc(100% + 100px);
		width:-o-calc(100% + 100px);
		width:calc(100% + 100px);
		margin-left:-50px;
		margin-bottom:-53px
	}

}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper{
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex
}

@media all and (max-width: 600px){
	body.blog-post #comments .quip .quip-comment-body .comment-wrapper{
		display:block
	}

}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-info{
	-webkit-flex:0 0 150px;
	-ms-flex:0 0 150px;
	-moz-flex:0 0 150px;
	-o-flex:0 0 150px;
	flex:0 0 150px;
	padding:0 25px 0 0
}

@media all and (max-width: 600px){
	body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-info{
		-webkit-flex:none;
		-ms-flex:none;
		-moz-flex:none;
		-o-flex:none;
		flex:none;
		width:100px;
		float:left;
		padding:0 25px 10px 0
	}

}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-info img{
	max-width:100%;
	height:auto;
	border-radius:3px
}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-info .quip-comment-author{
	font-size:18px;
	line-height:22px;
	margin:10px 0 5px 0;
	color:#c15f00
}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-info .quip-comment-author a{
	color:#c15f00;
	text-decoration:none
}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-info .posted-date{
	font-family:"adelle-sans", sans-serif;
	font-weight:100;
	font-size:12px;
	line-height:12px;
	color:#c15f00
}

body.blog-post #comments .quip .quip-comment-body .comment-wrapper .comment-text{
	margin:0;
	width:auto
}

body.blog-post #comments .quip .comment_box h3.reply-toggle{
	display:block;
	position:relative;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#278ecb;
	margin:25px 0 0 0;
	clear:both
}

body.blog-post #comments .quip .comment_box h3.reply-toggle span.toggle-text{
	display:inline-block;
	position:relative;
	cursor:pointer
}

body.blog-post #comments .quip .comment_box h3.reply-toggle span.toggle-text:before{
	content:'\f107';
	font-family:FontAwesome;
	position:absolute;
	right:-15px;
	-webkit-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-o-transition:0s;
	transition:0s
}

body.blog-post #comments .quip .comment_box h3.reply-toggle span.toggle-text:after{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-10px;
	height:0;
	width:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:0px solid rgba(6,26,38,0)
}

body.blog-post #comments .quip .comment_box h3.reply-toggle.toggled{
	margin:25px 0 20px 0
}

body.blog-post #comments .quip .comment_box h3.reply-toggle.toggled span.toggle-text:before{
	content:'\f106'
}

body.blog-post #comments .quip .comment_box h3.reply-toggle.toggled span.toggle-text:after{
	border-bottom:10px solid rgba(6,26,38,0.1);
	bottom:-20px
}

body.blog-post #comments .quip .comment_box h3.reply-toggle:hover{
	color:#e58d37
}

body.blog-post #comments .quip .quip-comment-list{
	list-style-type:none;
	padding:0;
	margin:0
}

body.blog-post #comments .quip .quip-comment-list li{
	padding:25px;
	border-radius:3px;
	margin-bottom:3px;
	overflow:hidden
}

body.blog-post #comments .quip>ol>li{
	background:rgba(6,26,38,0.05)
}

body.blog-post #comments .quip>ol>li>ol li{
	background:rgba(255,255,255,0.5);
	margin-top:25px
}

body #footer-callouts-wrapper{
	max-width:100%;
	padding:0px;
	margin:0 auto;
	height:20%;
	overflow:auto;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	-moz-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	-o-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	-webkit-align-content:stretch;
	-ms-align-content:stretch;
	-moz-align-content:stretch;
	-o-align-content:stretch;
	align-content:stretch;
	-webkit-align-items:stretch;
	-ms-align-items:stretch;
	-moz-align-items:stretch;
	-o-align-items:stretch;
	align-items:stretch
}

body #footer-callouts-wrapper .footer-callout{
	-webkit-order:0;
	-ms-order:0;
	-moz-order:0;
	-o-order:0;
	order:0;
	-webkit-flex:1 1 auto;
	-ms-flex:1 1 auto;
	-moz-flex:1 1 auto;
	-o-flex:1 1 auto;
	flex:1 1 auto;
	-webkit-align-self:auto;
	-ms-align-self:auto;
	-moz-align-self:auto;
	-o-align-self:auto;
	align-self:auto;
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-o-align-items:center;
	align-items:center;
	position:relative;
	margin:0;
	overflow:hidden;
	width:100%
}

body #footer-callouts-wrapper .footer-callout:nth-child(3){
	margin:0
}

body #footer-callouts-wrapper .footer-callout a{
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	height:100%;
	width:100%;
	text-decoration:none;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-o-align-items:center;
	align-items:center;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-filter:saturate(30%);
	-ms-filter:saturate(30%);
	-moz-filter:saturate(30%);
	-o-filter:saturate(30%);
	filter:saturate(30%)
}

body #footer-callouts-wrapper .footer-callout a:hover{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-filter:saturate(100%);
	-ms-filter:saturate(100%);
	-moz-filter:saturate(100%);
	-o-filter:saturate(100%);
	filter:saturate(100%)
}

body #footer-callouts-wrapper .footer-callout a h3{
	display:inline-block;
	position:relative;
	z-index:2;
	padding:25px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:white;
	text-decoration:none;
	font-family:"adelle",serif;
	font-size:22px;
	font-weight:200;
	line-height:22px;
	border:none;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0.6);
	-ms-box-shadow:inset 0 0 0 rgba(0,0,0,0.6);
	-moz-box-shadow:inset 0 0 0 rgba(0,0,0,0.6);
	-o-box-shadow:inset 0 0 0 rgba(0,0,0,0.6);
	box-shadow:inset 0 0 0 rgba(0,0,0,0.6)
}

body #footer-callouts-wrapper .footer-callout a:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(86,52,8,0.5)
}

body #footer-contact-form{
	background:rgba(172,224,255,0.6);
	clear:both
}

body #footer-contact-form #footer-form-wrapper{
	max-width:1020px;
	margin:0 auto;
	padding:0 50px;
	position:relative
}

body #footer-contact-form h2{
	text-shadow:none;
	color:#061a26;
	max-width:960px;
	font-size:24px;
	line-height:24px;
	margin:0;
	padding:40px 290px 20px 0px
}

@media all and (max-width: 800px){
	body #footer-contact-form h2{
		padding:40px 0 20px 0
	}

}

body #footer-contact-form p{
	font-size:14px;
	color:#255876;
	line-height:20px;
	max-width:960px;
	margin:0;
	padding:0 290px 40px 0px
}

@media all and (max-width: 800px){
	body #footer-contact-form p{
		padding:0 0 40px 0
	}

}

body #footer-contact-form .toggle{
	cursor:pointer;
	position:absolute;
	top:50%;
	right:50px;
	margin-top:-30px;
	padding:25px;
	height:66px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:white;
	text-decoration:none;
	font-family:"adelle",serif;
	font-size:16px;
	font-weight:200;
	line-height:16px;
	-webkit-box-shadow:inset 0 0 0 #278ecb;
	-ms-box-shadow:inset 0 0 0 #278ecb;
	-moz-box-shadow:inset 0 0 0 #278ecb;
	-o-box-shadow:inset 0 0 0 #278ecb;
	box-shadow:inset 0 0 0 #278ecb;
	background-color:#255876
}

@media all and (max-width: 800px){
	body #footer-contact-form .toggle{
		position:relative;
		top:0;
		right:0;
		display:inline-block;
		margin-top:0;
		margin-bottom:50px
	}

}

body #footer-contact-form .toggle:hover{
	-webkit-box-shadow:inset 250px 0 0 #278ecb;
	-ms-box-shadow:inset 250px 0 0 #278ecb;
	-moz-box-shadow:inset 250px 0 0 #278ecb;
	-o-box-shadow:inset 250px 0 0 #278ecb;
	box-shadow:inset 250px 0 0 #278ecb
}

body #footer-contact-form #contact-form{
	position:fixed;
	display:block;
	z-index:5000;
	bottom:-100%;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	background:rgba(6,26,38,0.9);
	-webkit-transition:1s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition:1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition:1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition:1s cubic-bezier(0.19, 1, 0.22, 1);
	transition:1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	overflow:visible
}

@media all and (max-width: 800px){
	body #footer-contact-form #contact-form{
		position:relative;
		z-index:0;
		height:auto;
		max-height:0%;
		overflow:hidden;
		bottom:0;
		background:rgba(6,26,38,0);
		display:block
	}

	body #footer-contact-form #contact-form.show{
		max-height:1200px;
		overflow:visible
	}

}

body #footer-contact-form #contact-form.show{
	bottom:0%
}

body #footer-contact-form #contact-form #contact-form-wrapper{
	display:-webkit-flex;
	display:-ms-flex;
	display:-moz-flex;
	display:-o-flex;
	display:flex;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-o-align-items:center;
	align-items:center;
	width:100%;
	height:100%;
	text-align:center;
	overflow:scroll
}

@media all and (max-width: 800px){
	body #footer-contact-form #contact-form #contact-form-wrapper{
		display:block;
		width:100%;
		height:auto;
		padding:0 0 50px 0;
		overflow:visible;
		text-align:left
	}

	body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields{
		overflow:visible
	}

	body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields label input:focus ~ span.label-text,body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields label input.complete:focus ~ span.label-text,body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields label input.complete ~ span.label-text{
		color:#2e88bc;
		-webkit-opacity:1;
		-ms-opacity:1;
		-moz-opacity:1;
		-o-opacity:1;
		opacity:1
	}

	body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields label textarea:focus ~ span.label-text,body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields label textarea.complete:focus ~ span.label-text,body #footer-contact-form #contact-form #contact-form-wrapper #contact-form-fields label textarea.complete ~ span.label-text{
		color:#2e88bc;
		-webkit-opacity:1;
		-ms-opacity:1;
		-moz-opacity:1;
		-o-opacity:1;
		opacity:1
	}

}






@-webkit-keyframes ghostHover{
	0%{
		bottom:20px
	}

	50%{
		bottom:26px
	}

	100%{
		bottom:20px
	}

}

@-moz-keyframes ghostHover{
	0%{
		bottom:20px
	}

	50%{
		bottom:26px
	}

	100%{
		bottom:20px
	}

}

@-ms-keyframes ghostHover{
	0%{
		bottom:20px
	}

	50%{
		bottom:26px
	}

	100%{
		bottom:20px
	}

}

@keyframes ghostHover{
	0%{
		bottom:20px
	}

	50%{
		bottom:26px
	}

	100%{
		bottom:20px
	}

}

@-webkit-keyframes errorSlide{
	0%{
		top:0px;
		opacity:0
	}

	100%{
		left:-20px;
		opacity:1
	}

}

@-moz-keyframes errorSlide{
	0%{
		top:0px;
		opacity:0
	}

	100%{
		left:-20px;
		opacity:1
	}

}

@-ms-keyframes errorSlide{
	0%{
		top:0px;
		opacity:0
	}

	100%{
		left:-20px;
		opacity:1
	}

}

@keyframes errorSlide{
	0%{
		top:0px;
		opacity:0
	}

	100%{
		left:-20px;
		opacity:1
	}

}
