/*!
Theme Name: Dunlapcodding
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dunlapcodding
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@charset "UTF-8";
@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1); -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	40%, 43% { -webkit-animation-timing-function : cubic-bezier(.755, .05, .855, .06); animation-timing-function : cubic-bezier(.755, .05, .855, .06); -webkit-transform : translate3d(0, -30px, 0); transform : translate3d(0, -30px, 0) }
	70% { -webkit-animation-timing-function : cubic-bezier(.755, .05, .855, .06); animation-timing-function : cubic-bezier(.755, .05, .855, .06); -webkit-transform : translate3d(0, -15px, 0); transform : translate3d(0, -15px, 0) }
	90% { -webkit-transform : translate3d(0, -4px, 0); transform : translate3d(0, -4px, 0) }
}

@keyframes bounce {
	from, 20%, 53%, 80%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1); -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	40%, 43% { -webkit-animation-timing-function : cubic-bezier(.755, .05, .855, .06); animation-timing-function : cubic-bezier(.755, .05, .855, .06); -webkit-transform : translate3d(0, -30px, 0); transform : translate3d(0, -30px, 0) }
	70% { -webkit-animation-timing-function : cubic-bezier(.755, .05, .855, .06); animation-timing-function : cubic-bezier(.755, .05, .855, .06); -webkit-transform : translate3d(0, -15px, 0); transform : translate3d(0, -15px, 0) }
	90% { -webkit-transform : translate3d(0, -4px, 0); transform : translate3d(0, -4px, 0) }
}

.bounce { -webkit-animation-name : bounce; animation-name : bounce; -webkit-transform-origin : center bottom; transform-origin : center bottom }

@-webkit-keyframes flash {
	from, 50%, to { opacity : 1 }
	25%, 75% { opacity : 0 }
}

@keyframes flash {
	from, 50%, to { opacity : 1 }
	25%, 75% { opacity : 0 }
}

.flash { -webkit-animation-name : flash; animation-name : flash }

@-webkit-keyframes pulse {
	from { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
	50% { -webkit-transform : scale3d(1.05, 1.05, 1.05); transform : scale3d(1.05, 1.05, 1.05) }
	to { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

@keyframes pulse {
	from { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
	50% { -webkit-transform : scale3d(1.05, 1.05, 1.05); transform : scale3d(1.05, 1.05, 1.05) }
	to { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

.pulse { -webkit-animation-name : pulse; animation-name : pulse }

@-webkit-keyframes rubberBand {
	from { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
	30% { -webkit-transform : scale3d(1.25, .75, 1); transform : scale3d(1.25, .75, 1) }
	40% { -webkit-transform : scale3d(.75, 1.25, 1); transform : scale3d(.75, 1.25, 1) }
	50% { -webkit-transform : scale3d(1.15, .85, 1); transform : scale3d(1.15, .85, 1) }
	65% { -webkit-transform : scale3d(.95, 1.05, 1); transform : scale3d(.95, 1.05, 1) }
	75% { -webkit-transform : scale3d(1.05, .95, 1); transform : scale3d(1.05, .95, 1) }
	to { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

@keyframes rubberBand {
	from { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
	30% { -webkit-transform : scale3d(1.25, .75, 1); transform : scale3d(1.25, .75, 1) }
	40% { -webkit-transform : scale3d(.75, 1.25, 1); transform : scale3d(.75, 1.25, 1) }
	50% { -webkit-transform : scale3d(1.15, .85, 1); transform : scale3d(1.15, .85, 1) }
	65% { -webkit-transform : scale3d(.95, 1.05, 1); transform : scale3d(.95, 1.05, 1) }
	75% { -webkit-transform : scale3d(1.05, .95, 1); transform : scale3d(1.05, .95, 1) }
	to { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

.rubberBand { -webkit-animation-name : rubberBand; animation-name : rubberBand }

@-webkit-keyframes shake {
	from, to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	10%, 30%, 50%, 70%, 90% { -webkit-transform : translate3d(-10px, 0, 0); transform : translate3d(-10px, 0, 0) }
	20%, 40%, 60%, 80% { -webkit-transform : translate3d(10px, 0, 0); transform : translate3d(10px, 0, 0) }
}

@keyframes shake {
	from, to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	10%, 30%, 50%, 70%, 90% { -webkit-transform : translate3d(-10px, 0, 0); transform : translate3d(-10px, 0, 0) }
	20%, 40%, 60%, 80% { -webkit-transform : translate3d(10px, 0, 0); transform : translate3d(10px, 0, 0) }
}

.shake { -webkit-animation-name : shake; animation-name : shake }

@-webkit-keyframes headShake {
	0% { -webkit-transform : translateX(0); transform : translateX(0) }
	6.5% { -webkit-transform : translateX(-6px) rotateY(-9deg); transform : translateX(-6px) rotateY(-9deg) }
	18.5% { -webkit-transform : translateX(5px) rotateY(7deg); transform : translateX(5px) rotateY(7deg) }
	31.5% { -webkit-transform : translateX(-3px) rotateY(-5deg); transform : translateX(-3px) rotateY(-5deg) }
	43.5% { -webkit-transform : translateX(2px) rotateY(3deg); transform : translateX(2px) rotateY(3deg) }
	50% { -webkit-transform : translateX(0); transform : translateX(0) }
}

@keyframes headShake {
	0% { -webkit-transform : translateX(0); transform : translateX(0) }
	6.5% { -webkit-transform : translateX(-6px) rotateY(-9deg); transform : translateX(-6px) rotateY(-9deg) }
	18.5% { -webkit-transform : translateX(5px) rotateY(7deg); transform : translateX(5px) rotateY(7deg) }
	31.5% { -webkit-transform : translateX(-3px) rotateY(-5deg); transform : translateX(-3px) rotateY(-5deg) }
	43.5% { -webkit-transform : translateX(2px) rotateY(3deg); transform : translateX(2px) rotateY(3deg) }
	50% { -webkit-transform : translateX(0); transform : translateX(0) }
}

.headShake { -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out; -webkit-animation-name : headShake; animation-name : headShake }

@-webkit-keyframes swing {
	20% { -webkit-transform : rotate3d(0, 0, 1, 15deg); transform : rotate3d(0, 0, 1, 15deg) }
	40% { -webkit-transform : rotate3d(0, 0, 1, -10deg); transform : rotate3d(0, 0, 1, -10deg) }
	60% { -webkit-transform : rotate3d(0, 0, 1, 5deg); transform : rotate3d(0, 0, 1, 5deg) }
	80% { -webkit-transform : rotate3d(0, 0, 1, -5deg); transform : rotate3d(0, 0, 1, -5deg) }
	to { -webkit-transform : rotate3d(0, 0, 1, 0deg); transform : rotate3d(0, 0, 1, 0deg) }
}

@keyframes swing {
	20% { -webkit-transform : rotate3d(0, 0, 1, 15deg); transform : rotate3d(0, 0, 1, 15deg) }
	40% { -webkit-transform : rotate3d(0, 0, 1, -10deg); transform : rotate3d(0, 0, 1, -10deg) }
	60% { -webkit-transform : rotate3d(0, 0, 1, 5deg); transform : rotate3d(0, 0, 1, 5deg) }
	80% { -webkit-transform : rotate3d(0, 0, 1, -5deg); transform : rotate3d(0, 0, 1, -5deg) }
	to { -webkit-transform : rotate3d(0, 0, 1, 0deg); transform : rotate3d(0, 0, 1, 0deg) }
}

.swing { -webkit-transform-origin : top center; transform-origin : top center; -webkit-animation-name : swing; animation-name : swing }

@-webkit-keyframes tada {
	from { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
	10%, 20% { -webkit-transform : scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform : scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) }
	30%, 50%, 70%, 90% { -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) }
	40%, 60%, 80% { -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) }
	to { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

@keyframes tada {
	from { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
	10%, 20% { -webkit-transform : scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform : scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) }
	30%, 50%, 70%, 90% { -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) }
	40%, 60%, 80% { -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) }
	to { -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

.tada { -webkit-animation-name : tada; animation-name : tada }

@-webkit-keyframes wobble {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	15% { -webkit-transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) }
	30% { -webkit-transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) }
	45% { -webkit-transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) }
	60% { -webkit-transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) }
	75% { -webkit-transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes wobble {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	15% { -webkit-transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) }
	30% { -webkit-transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) }
	45% { -webkit-transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) }
	60% { -webkit-transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) }
	75% { -webkit-transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.wobble { -webkit-animation-name : wobble; animation-name : wobble }

@-webkit-keyframes jello {
	from, 11.1%, to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	22.2% { -webkit-transform : skewX(-12.5deg) skewY(-12.5deg); transform : skewX(-12.5deg) skewY(-12.5deg) }
	33.3% { -webkit-transform : skewX(6.25deg) skewY(6.25deg); transform : skewX(6.25deg) skewY(6.25deg) }
	44.4% { -webkit-transform : skewX(-3.125deg) skewY(-3.125deg); transform : skewX(-3.125deg) skewY(-3.125deg) }
	55.5% { -webkit-transform : skewX(1.5625deg) skewY(1.5625deg); transform : skewX(1.5625deg) skewY(1.5625deg) }
	66.6% { -webkit-transform : skewX(-0.78125deg) skewY(-0.78125deg); transform : skewX(-0.78125deg) skewY(-0.78125deg) }
	77.7% { -webkit-transform : skewX(0.390625deg) skewY(0.390625deg); transform : skewX(0.390625deg) skewY(0.390625deg) }
	88.8% { -webkit-transform : skewX(-0.1953125deg) skewY(-0.1953125deg); transform : skewX(-0.1953125deg) skewY(-0.1953125deg) }
}

@keyframes jello {
	from, 11.1%, to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	22.2% { -webkit-transform : skewX(-12.5deg) skewY(-12.5deg); transform : skewX(-12.5deg) skewY(-12.5deg) }
	33.3% { -webkit-transform : skewX(6.25deg) skewY(6.25deg); transform : skewX(6.25deg) skewY(6.25deg) }
	44.4% { -webkit-transform : skewX(-3.125deg) skewY(-3.125deg); transform : skewX(-3.125deg) skewY(-3.125deg) }
	55.5% { -webkit-transform : skewX(1.5625deg) skewY(1.5625deg); transform : skewX(1.5625deg) skewY(1.5625deg) }
	66.6% { -webkit-transform : skewX(-0.78125deg) skewY(-0.78125deg); transform : skewX(-0.78125deg) skewY(-0.78125deg) }
	77.7% { -webkit-transform : skewX(0.390625deg) skewY(0.390625deg); transform : skewX(0.390625deg) skewY(0.390625deg) }
	88.8% { -webkit-transform : skewX(-0.1953125deg) skewY(-0.1953125deg); transform : skewX(-0.1953125deg) skewY(-0.1953125deg) }
}

.jello { -webkit-animation-name : jello; animation-name : jello; -webkit-transform-origin : center; transform-origin : center }

@-webkit-keyframes heartBeat {
	0% { -webkit-transform : scale(1); transform : scale(1) }
	14% { -webkit-transform : scale(1.3); transform : scale(1.3) }
	28% { -webkit-transform : scale(1); transform : scale(1) }
	42% { -webkit-transform : scale(1.3); transform : scale(1.3) }
	70% { -webkit-transform : scale(1); transform : scale(1) }
}

@keyframes heartBeat {
	0% { -webkit-transform : scale(1); transform : scale(1) }
	14% { -webkit-transform : scale(1.3); transform : scale(1.3) }
	28% { -webkit-transform : scale(1); transform : scale(1) }
	42% { -webkit-transform : scale(1.3); transform : scale(1.3) }
	70% { -webkit-transform : scale(1); transform : scale(1) }
}

.heartBeat { -webkit-animation-name : heartBeat; animation-name : heartBeat; -webkit-animation-duration : 1.3s; animation-duration : 1.3s; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out }

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	0% { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
	20% { -webkit-transform : scale3d(1.1, 1.1, 1.1); transform : scale3d(1.1, 1.1, 1.1) }
	40% { -webkit-transform : scale3d(.9, .9, .9); transform : scale3d(.9, .9, .9) }
	60% { opacity : 1; -webkit-transform : scale3d(1.03, 1.03, 1.03); transform : scale3d(1.03, 1.03, 1.03) }
	80% { -webkit-transform : scale3d(.97, .97, .97); transform : scale3d(.97, .97, .97) }
	to { opacity : 1; -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	0% { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
	20% { -webkit-transform : scale3d(1.1, 1.1, 1.1); transform : scale3d(1.1, 1.1, 1.1) }
	40% { -webkit-transform : scale3d(.9, .9, .9); transform : scale3d(.9, .9, .9) }
	60% { opacity : 1; -webkit-transform : scale3d(1.03, 1.03, 1.03); transform : scale3d(1.03, 1.03, 1.03) }
	80% { -webkit-transform : scale3d(.97, .97, .97); transform : scale3d(.97, .97, .97) }
	to { opacity : 1; -webkit-transform : scale3d(1, 1, 1); transform : scale3d(1, 1, 1) }
}

.bounceIn { -webkit-animation-duration : 0.75s; animation-duration : 0.75s; -webkit-animation-name : bounceIn; animation-name : bounceIn }

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	0% { opacity : 0; -webkit-transform : translate3d(0, -3000px, 0); transform : translate3d(0, -3000px, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(0, 25px, 0); transform : translate3d(0, 25px, 0) }
	75% { -webkit-transform : translate3d(0, -10px, 0); transform : translate3d(0, -10px, 0) }
	90% { -webkit-transform : translate3d(0, 5px, 0); transform : translate3d(0, 5px, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	0% { opacity : 0; -webkit-transform : translate3d(0, -3000px, 0); transform : translate3d(0, -3000px, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(0, 25px, 0); transform : translate3d(0, 25px, 0) }
	75% { -webkit-transform : translate3d(0, -10px, 0); transform : translate3d(0, -10px, 0) }
	90% { -webkit-transform : translate3d(0, 5px, 0); transform : translate3d(0, 5px, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.bounceInDown { -webkit-animation-name : bounceInDown; animation-name : bounceInDown }

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	0% { opacity : 0; -webkit-transform : translate3d(-3000px, 0, 0); transform : translate3d(-3000px, 0, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(25px, 0, 0); transform : translate3d(25px, 0, 0) }
	75% { -webkit-transform : translate3d(-10px, 0, 0); transform : translate3d(-10px, 0, 0) }
	90% { -webkit-transform : translate3d(5px, 0, 0); transform : translate3d(5px, 0, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	0% { opacity : 0; -webkit-transform : translate3d(-3000px, 0, 0); transform : translate3d(-3000px, 0, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(25px, 0, 0); transform : translate3d(25px, 0, 0) }
	75% { -webkit-transform : translate3d(-10px, 0, 0); transform : translate3d(-10px, 0, 0) }
	90% { -webkit-transform : translate3d(5px, 0, 0); transform : translate3d(5px, 0, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.bounceInLeft { -webkit-animation-name : bounceInLeft; animation-name : bounceInLeft }

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	from { opacity : 0; -webkit-transform : translate3d(3000px, 0, 0); transform : translate3d(3000px, 0, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(-25px, 0, 0); transform : translate3d(-25px, 0, 0) }
	75% { -webkit-transform : translate3d(10px, 0, 0); transform : translate3d(10px, 0, 0) }
	90% { -webkit-transform : translate3d(-5px, 0, 0); transform : translate3d(-5px, 0, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	from { opacity : 0; -webkit-transform : translate3d(3000px, 0, 0); transform : translate3d(3000px, 0, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(-25px, 0, 0); transform : translate3d(-25px, 0, 0) }
	75% { -webkit-transform : translate3d(10px, 0, 0); transform : translate3d(10px, 0, 0) }
	90% { -webkit-transform : translate3d(-5px, 0, 0); transform : translate3d(-5px, 0, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.bounceInRight { -webkit-animation-name : bounceInRight; animation-name : bounceInRight }

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	from { opacity : 0; -webkit-transform : translate3d(0, 3000px, 0); transform : translate3d(0, 3000px, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(0, -20px, 0); transform : translate3d(0, -20px, 0) }
	75% { -webkit-transform : translate3d(0, 10px, 0); transform : translate3d(0, 10px, 0) }
	90% { -webkit-transform : translate3d(0, -5px, 0); transform : translate3d(0, -5px, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to { -webkit-animation-timing-function : cubic-bezier(.215, .61, .355, 1); animation-timing-function : cubic-bezier(.215, .61, .355, 1) }
	from { opacity : 0; -webkit-transform : translate3d(0, 3000px, 0); transform : translate3d(0, 3000px, 0) }
	60% { opacity : 1; -webkit-transform : translate3d(0, -20px, 0); transform : translate3d(0, -20px, 0) }
	75% { -webkit-transform : translate3d(0, 10px, 0); transform : translate3d(0, 10px, 0) }
	90% { -webkit-transform : translate3d(0, -5px, 0); transform : translate3d(0, -5px, 0) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.bounceInUp { -webkit-animation-name : bounceInUp; animation-name : bounceInUp }

@-webkit-keyframes bounceOut {
	20% { -webkit-transform : scale3d(.9, .9, .9); transform : scale3d(.9, .9, .9) }
	50%, 55% { opacity : 1; -webkit-transform : scale3d(1.1, 1.1, 1.1); transform : scale3d(1.1, 1.1, 1.1) }
	to { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
}

@keyframes bounceOut {
	20% { -webkit-transform : scale3d(.9, .9, .9); transform : scale3d(.9, .9, .9) }
	50%, 55% { opacity : 1; -webkit-transform : scale3d(1.1, 1.1, 1.1); transform : scale3d(1.1, 1.1, 1.1) }
	to { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
}

.bounceOut { -webkit-animation-duration : 0.75s; animation-duration : 0.75s; -webkit-animation-name : bounceOut; animation-name : bounceOut }

@-webkit-keyframes bounceOutDown {
	20% { -webkit-transform : translate3d(0, 10px, 0); transform : translate3d(0, 10px, 0) }
	40%, 45% { opacity : 1; -webkit-transform : translate3d(0, -20px, 0); transform : translate3d(0, -20px, 0) }
	to { opacity : 0; -webkit-transform : translate3d(0, 2000px, 0); transform : translate3d(0, 2000px, 0) }
}

@keyframes bounceOutDown {
	20% { -webkit-transform : translate3d(0, 10px, 0); transform : translate3d(0, 10px, 0) }
	40%, 45% { opacity : 1; -webkit-transform : translate3d(0, -20px, 0); transform : translate3d(0, -20px, 0) }
	to { opacity : 0; -webkit-transform : translate3d(0, 2000px, 0); transform : translate3d(0, 2000px, 0) }
}

.bounceOutDown { -webkit-animation-name : bounceOutDown; animation-name : bounceOutDown }

@-webkit-keyframes bounceOutLeft {
	20% { opacity : 1; -webkit-transform : translate3d(20px, 0, 0); transform : translate3d(20px, 0, 0) }
	to { opacity : 0; -webkit-transform : translate3d(-2000px, 0, 0); transform : translate3d(-2000px, 0, 0) }
}

@keyframes bounceOutLeft {
	20% { opacity : 1; -webkit-transform : translate3d(20px, 0, 0); transform : translate3d(20px, 0, 0) }
	to { opacity : 0; -webkit-transform : translate3d(-2000px, 0, 0); transform : translate3d(-2000px, 0, 0) }
}

.bounceOutLeft { -webkit-animation-name : bounceOutLeft; animation-name : bounceOutLeft }

@-webkit-keyframes bounceOutRight {
	20% { opacity : 1; -webkit-transform : translate3d(-20px, 0, 0); transform : translate3d(-20px, 0, 0) }
	to { opacity : 0; -webkit-transform : translate3d(2000px, 0, 0); transform : translate3d(2000px, 0, 0) }
}

@keyframes bounceOutRight {
	20% { opacity : 1; -webkit-transform : translate3d(-20px, 0, 0); transform : translate3d(-20px, 0, 0) }
	to { opacity : 0; -webkit-transform : translate3d(2000px, 0, 0); transform : translate3d(2000px, 0, 0) }
}

.bounceOutRight { -webkit-animation-name : bounceOutRight; animation-name : bounceOutRight }

@-webkit-keyframes bounceOutUp {
	20% { -webkit-transform : translate3d(0, -10px, 0); transform : translate3d(0, -10px, 0) }
	40%, 45% { opacity : 1; -webkit-transform : translate3d(0, 20px, 0); transform : translate3d(0, 20px, 0) }
	to { opacity : 0; -webkit-transform : translate3d(0, -2000px, 0); transform : translate3d(0, -2000px, 0) }
}

@keyframes bounceOutUp {
	20% { -webkit-transform : translate3d(0, -10px, 0); transform : translate3d(0, -10px, 0) }
	40%, 45% { opacity : 1; -webkit-transform : translate3d(0, 20px, 0); transform : translate3d(0, 20px, 0) }
	to { opacity : 0; -webkit-transform : translate3d(0, -2000px, 0); transform : translate3d(0, -2000px, 0) }
}

.bounceOutUp { -webkit-animation-name : bounceOutUp; animation-name : bounceOutUp }

@-webkit-keyframes fadeIn {
	from { opacity : 0 }
	to { opacity : 1 }
}

@keyframes fadeIn {
	from { opacity : 0 }
	to { opacity : 1 }
}

.fadeIn { -webkit-animation-name : fadeIn; animation-name : fadeIn }

@-webkit-keyframes fadeInDown {
	from { opacity : 0; -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInDown {
	from { opacity : 0; -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInDown { -webkit-animation-name : fadeInDown; animation-name : fadeInDown }

@-webkit-keyframes fadeInDownBig {
	from { opacity : 0; -webkit-transform : translate3d(0, -2000px, 0); transform : translate3d(0, -2000px, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInDownBig {
	from { opacity : 0; -webkit-transform : translate3d(0, -2000px, 0); transform : translate3d(0, -2000px, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInDownBig { -webkit-animation-name : fadeInDownBig; animation-name : fadeInDownBig }

@-webkit-keyframes fadeInLeft {
	from { opacity : 0; -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInLeft {
	from { opacity : 0; -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInLeft { -webkit-animation-name : fadeInLeft; animation-name : fadeInLeft }

@-webkit-keyframes fadeInLeftBig {
	from { opacity : 0; -webkit-transform : translate3d(-2000px, 0, 0); transform : translate3d(-2000px, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInLeftBig {
	from { opacity : 0; -webkit-transform : translate3d(-2000px, 0, 0); transform : translate3d(-2000px, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInLeftBig { -webkit-animation-name : fadeInLeftBig; animation-name : fadeInLeftBig }

@-webkit-keyframes fadeInRight {
	from { opacity : 0; -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInRight {
	from { opacity : 0; -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInRight { -webkit-animation-name : fadeInRight; animation-name : fadeInRight }

@-webkit-keyframes fadeInRightBig {
	from { opacity : 0; -webkit-transform : translate3d(2000px, 0, 0); transform : translate3d(2000px, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInRightBig {
	from { opacity : 0; -webkit-transform : translate3d(2000px, 0, 0); transform : translate3d(2000px, 0, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInRightBig { -webkit-animation-name : fadeInRightBig; animation-name : fadeInRightBig }

@-webkit-keyframes fadeInUp {
	from { opacity : 0; -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInUp {
	from { opacity : 0; -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInUp { -webkit-animation-name : fadeInUp; animation-name : fadeInUp }

@-webkit-keyframes fadeInUpBig {
	from { opacity : 0; -webkit-transform : translate3d(0, 2000px, 0); transform : translate3d(0, 2000px, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes fadeInUpBig {
	from { opacity : 0; -webkit-transform : translate3d(0, 2000px, 0); transform : translate3d(0, 2000px, 0) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.fadeInUpBig { -webkit-animation-name : fadeInUpBig; animation-name : fadeInUpBig }

@-webkit-keyframes fadeOut {
	from { opacity : 1 }
	to { opacity : 0 }
}

@keyframes fadeOut {
	from { opacity : 1 }
	to { opacity : 0 }
}

.fadeOut { -webkit-animation-name : fadeOut; animation-name : fadeOut }

@-webkit-keyframes fadeOutDown {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0) }
}

@keyframes fadeOutDown {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0) }
}

.fadeOutDown { -webkit-animation-name : fadeOutDown; animation-name : fadeOutDown }

@-webkit-keyframes fadeOutDownBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, 2000px, 0); transform : translate3d(0, 2000px, 0) }
}

@keyframes fadeOutDownBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, 2000px, 0); transform : translate3d(0, 2000px, 0) }
}

.fadeOutDownBig { -webkit-animation-name : fadeOutDownBig; animation-name : fadeOutDownBig }

@-webkit-keyframes fadeOutLeft {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0) }
}

@keyframes fadeOutLeft {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0) }
}

.fadeOutLeft { -webkit-animation-name : fadeOutLeft; animation-name : fadeOutLeft }

@-webkit-keyframes fadeOutLeftBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(-2000px, 0, 0); transform : translate3d(-2000px, 0, 0) }
}

@keyframes fadeOutLeftBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(-2000px, 0, 0); transform : translate3d(-2000px, 0, 0) }
}

.fadeOutLeftBig { -webkit-animation-name : fadeOutLeftBig; animation-name : fadeOutLeftBig }

@-webkit-keyframes fadeOutRight {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0) }
}

@keyframes fadeOutRight {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0) }
}

.fadeOutRight { -webkit-animation-name : fadeOutRight; animation-name : fadeOutRight }

@-webkit-keyframes fadeOutRightBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(2000px, 0, 0); transform : translate3d(2000px, 0, 0) }
}

@keyframes fadeOutRightBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(2000px, 0, 0); transform : translate3d(2000px, 0, 0) }
}

.fadeOutRightBig { -webkit-animation-name : fadeOutRightBig; animation-name : fadeOutRightBig }

@-webkit-keyframes fadeOutUp {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0) }
}

@keyframes fadeOutUp {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0) }
}

.fadeOutUp { -webkit-animation-name : fadeOutUp; animation-name : fadeOutUp }

@-webkit-keyframes fadeOutUpBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, -2000px, 0); transform : translate3d(0, -2000px, 0) }
}

@keyframes fadeOutUpBig {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(0, -2000px, 0); transform : translate3d(0, -2000px, 0) }
}

.fadeOutUpBig { -webkit-animation-name : fadeOutUpBig; animation-name : fadeOutUpBig }

@-webkit-keyframes flip {
	from { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function : ease-out; animation-timing-function : ease-out }
	40% { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function : ease-out; animation-timing-function : ease-out }
	50% { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	80% { -webkit-transform : perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform : perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	to { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
}

@keyframes flip {
	from { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function : ease-out; animation-timing-function : ease-out }
	40% { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function : ease-out; animation-timing-function : ease-out }
	50% { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	80% { -webkit-transform : perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform : perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	to { -webkit-transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); transform : perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
}

.animated.flip { -webkit-backface-visibility : visible; backface-visibility : visible; -webkit-animation-name : flip; animation-name : flip }

@-webkit-keyframes flipInX {
	from { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg); transform : perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in; opacity : 0 }
	40% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg); transform : perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	60% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg); transform : perspective(400px) rotate3d(1, 0, 0, 10deg); opacity : 1 }
	80% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg); transform : perspective(400px) rotate3d(1, 0, 0, -5deg) }
	to { -webkit-transform : perspective(400px); transform : perspective(400px) }
}

@keyframes flipInX {
	from { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg); transform : perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in; opacity : 0 }
	40% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg); transform : perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	60% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg); transform : perspective(400px) rotate3d(1, 0, 0, 10deg); opacity : 1 }
	80% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg); transform : perspective(400px) rotate3d(1, 0, 0, -5deg) }
	to { -webkit-transform : perspective(400px); transform : perspective(400px) }
}

.flipInX { -webkit-backface-visibility : visible !important; backface-visibility : visible !important; -webkit-animation-name : flipInX; animation-name : flipInX }

@-webkit-keyframes flipInY {
	from { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg); transform : perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in; opacity : 0 }
	40% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -20deg); transform : perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	60% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 10deg); transform : perspective(400px) rotate3d(0, 1, 0, 10deg); opacity : 1 }
	80% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -5deg); transform : perspective(400px) rotate3d(0, 1, 0, -5deg) }
	to { -webkit-transform : perspective(400px); transform : perspective(400px) }
}

@keyframes flipInY {
	from { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg); transform : perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in; opacity : 0 }
	40% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -20deg); transform : perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }
	60% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 10deg); transform : perspective(400px) rotate3d(0, 1, 0, 10deg); opacity : 1 }
	80% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -5deg); transform : perspective(400px) rotate3d(0, 1, 0, -5deg) }
	to { -webkit-transform : perspective(400px); transform : perspective(400px) }
}

.flipInY { -webkit-backface-visibility : visible !important; backface-visibility : visible !important; -webkit-animation-name : flipInY; animation-name : flipInY }

@-webkit-keyframes flipOutX {
	from { -webkit-transform : perspective(400px); transform : perspective(400px) }
	30% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg); transform : perspective(400px) rotate3d(1, 0, 0, -20deg); opacity : 1 }
	to { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg); transform : perspective(400px) rotate3d(1, 0, 0, 90deg); opacity : 0 }
}

@keyframes flipOutX {
	from { -webkit-transform : perspective(400px); transform : perspective(400px) }
	30% { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg); transform : perspective(400px) rotate3d(1, 0, 0, -20deg); opacity : 1 }
	to { -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg); transform : perspective(400px) rotate3d(1, 0, 0, 90deg); opacity : 0 }
}

.flipOutX { -webkit-animation-duration : 0.75s; animation-duration : 0.75s; -webkit-animation-name : flipOutX; animation-name : flipOutX; -webkit-backface-visibility : visible !important; backface-visibility : visible !important }

@-webkit-keyframes flipOutY {
	from { -webkit-transform : perspective(400px); transform : perspective(400px) }
	30% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -15deg); transform : perspective(400px) rotate3d(0, 1, 0, -15deg); opacity : 1 }
	to { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg); transform : perspective(400px) rotate3d(0, 1, 0, 90deg); opacity : 0 }
}

@keyframes flipOutY {
	from { -webkit-transform : perspective(400px); transform : perspective(400px) }
	30% { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -15deg); transform : perspective(400px) rotate3d(0, 1, 0, -15deg); opacity : 1 }
	to { -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg); transform : perspective(400px) rotate3d(0, 1, 0, 90deg); opacity : 0 }
}

.flipOutY { -webkit-animation-duration : 0.75s; animation-duration : 0.75s; -webkit-backface-visibility : visible !important; backface-visibility : visible !important; -webkit-animation-name : flipOutY; animation-name : flipOutY }

@-webkit-keyframes lightSpeedIn {
	from { -webkit-transform : translate3d(100%, 0, 0) skewX(-30deg); transform : translate3d(100%, 0, 0) skewX(-30deg); opacity : 0 }
	60% { -webkit-transform : skewX(20deg); transform : skewX(20deg); opacity : 1 }
	80% { -webkit-transform : skewX(-5deg); transform : skewX(-5deg) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes lightSpeedIn {
	from { -webkit-transform : translate3d(100%, 0, 0) skewX(-30deg); transform : translate3d(100%, 0, 0) skewX(-30deg); opacity : 0 }
	60% { -webkit-transform : skewX(20deg); transform : skewX(20deg); opacity : 1 }
	80% { -webkit-transform : skewX(-5deg); transform : skewX(-5deg) }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.lightSpeedIn { -webkit-animation-name : lightSpeedIn; animation-name : lightSpeedIn; -webkit-animation-timing-function : ease-out; animation-timing-function : ease-out }

@-webkit-keyframes lightSpeedOut {
	from { opacity : 1 }
	to { -webkit-transform : translate3d(100%, 0, 0) skewX(30deg); transform : translate3d(100%, 0, 0) skewX(30deg); opacity : 0 }
}

@keyframes lightSpeedOut {
	from { opacity : 1 }
	to { -webkit-transform : translate3d(100%, 0, 0) skewX(30deg); transform : translate3d(100%, 0, 0) skewX(30deg); opacity : 0 }
}

.lightSpeedOut { -webkit-animation-name : lightSpeedOut; animation-name : lightSpeedOut; -webkit-animation-timing-function : ease-in; animation-timing-function : ease-in }

@-webkit-keyframes rotateIn {
	from { -webkit-transform-origin : center; transform-origin : center; -webkit-transform : rotate3d(0, 0, 1, -200deg); transform : rotate3d(0, 0, 1, -200deg); opacity : 0 }
	to { -webkit-transform-origin : center; transform-origin : center; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

@keyframes rotateIn {
	from { -webkit-transform-origin : center; transform-origin : center; -webkit-transform : rotate3d(0, 0, 1, -200deg); transform : rotate3d(0, 0, 1, -200deg); opacity : 0 }
	to { -webkit-transform-origin : center; transform-origin : center; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

.rotateIn { -webkit-animation-name : rotateIn; animation-name : rotateIn }

@-webkit-keyframes rotateInDownLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, -45deg); transform : rotate3d(0, 0, 1, -45deg); opacity : 0 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

@keyframes rotateInDownLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, -45deg); transform : rotate3d(0, 0, 1, -45deg); opacity : 0 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

.rotateInDownLeft { -webkit-animation-name : rotateInDownLeft; animation-name : rotateInDownLeft }

@-webkit-keyframes rotateInDownRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, 45deg); transform : rotate3d(0, 0, 1, 45deg); opacity : 0 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

@keyframes rotateInDownRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, 45deg); transform : rotate3d(0, 0, 1, 45deg); opacity : 0 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

.rotateInDownRight { -webkit-animation-name : rotateInDownRight; animation-name : rotateInDownRight }

@-webkit-keyframes rotateInUpLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, 45deg); transform : rotate3d(0, 0, 1, 45deg); opacity : 0 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

@keyframes rotateInUpLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, 45deg); transform : rotate3d(0, 0, 1, 45deg); opacity : 0 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

.rotateInUpLeft { -webkit-animation-name : rotateInUpLeft; animation-name : rotateInUpLeft }

@-webkit-keyframes rotateInUpRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, -90deg); transform : rotate3d(0, 0, 1, -90deg); opacity : 0 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

@keyframes rotateInUpRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, -90deg); transform : rotate3d(0, 0, 1, -90deg); opacity : 0 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0); opacity : 1 }
}

.rotateInUpRight { -webkit-animation-name : rotateInUpRight; animation-name : rotateInUpRight }

@-webkit-keyframes rotateOut {
	from { -webkit-transform-origin : center; transform-origin : center; opacity : 1 }
	to { -webkit-transform-origin : center; transform-origin : center; -webkit-transform : rotate3d(0, 0, 1, 200deg); transform : rotate3d(0, 0, 1, 200deg); opacity : 0 }
}

@keyframes rotateOut {
	from { -webkit-transform-origin : center; transform-origin : center; opacity : 1 }
	to { -webkit-transform-origin : center; transform-origin : center; -webkit-transform : rotate3d(0, 0, 1, 200deg); transform : rotate3d(0, 0, 1, 200deg); opacity : 0 }
}

.rotateOut { -webkit-animation-name : rotateOut; animation-name : rotateOut }

@-webkit-keyframes rotateOutDownLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; opacity : 1 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, 45deg); transform : rotate3d(0, 0, 1, 45deg); opacity : 0 }
}

@keyframes rotateOutDownLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; opacity : 1 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, 45deg); transform : rotate3d(0, 0, 1, 45deg); opacity : 0 }
}

.rotateOutDownLeft { -webkit-animation-name : rotateOutDownLeft; animation-name : rotateOutDownLeft }

@-webkit-keyframes rotateOutDownRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; opacity : 1 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, -45deg); transform : rotate3d(0, 0, 1, -45deg); opacity : 0 }
}

@keyframes rotateOutDownRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; opacity : 1 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, -45deg); transform : rotate3d(0, 0, 1, -45deg); opacity : 0 }
}

.rotateOutDownRight { -webkit-animation-name : rotateOutDownRight; animation-name : rotateOutDownRight }

@-webkit-keyframes rotateOutUpLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; opacity : 1 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, -45deg); transform : rotate3d(0, 0, 1, -45deg); opacity : 0 }
}

@keyframes rotateOutUpLeft {
	from { -webkit-transform-origin : left bottom; transform-origin : left bottom; opacity : 1 }
	to { -webkit-transform-origin : left bottom; transform-origin : left bottom; -webkit-transform : rotate3d(0, 0, 1, -45deg); transform : rotate3d(0, 0, 1, -45deg); opacity : 0 }
}

.rotateOutUpLeft { -webkit-animation-name : rotateOutUpLeft; animation-name : rotateOutUpLeft }

@-webkit-keyframes rotateOutUpRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; opacity : 1 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, 90deg); transform : rotate3d(0, 0, 1, 90deg); opacity : 0 }
}

@keyframes rotateOutUpRight {
	from { -webkit-transform-origin : right bottom; transform-origin : right bottom; opacity : 1 }
	to { -webkit-transform-origin : right bottom; transform-origin : right bottom; -webkit-transform : rotate3d(0, 0, 1, 90deg); transform : rotate3d(0, 0, 1, 90deg); opacity : 0 }
}

.rotateOutUpRight { -webkit-animation-name : rotateOutUpRight; animation-name : rotateOutUpRight }

@-webkit-keyframes hinge {
	0% { -webkit-transform-origin : top left; transform-origin : top left; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out }
	20%, 60% { -webkit-transform : rotate3d(0, 0, 1, 80deg); transform : rotate3d(0, 0, 1, 80deg); -webkit-transform-origin : top left; transform-origin : top left; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out }
	40%, 80% { -webkit-transform : rotate3d(0, 0, 1, 60deg); transform : rotate3d(0, 0, 1, 60deg); -webkit-transform-origin : top left; transform-origin : top left; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out; opacity : 1 }
	to { -webkit-transform : translate3d(0, 700px, 0); transform : translate3d(0, 700px, 0); opacity : 0 }
}

@keyframes hinge {
	0% { -webkit-transform-origin : top left; transform-origin : top left; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out }
	20%, 60% { -webkit-transform : rotate3d(0, 0, 1, 80deg); transform : rotate3d(0, 0, 1, 80deg); -webkit-transform-origin : top left; transform-origin : top left; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out }
	40%, 80% { -webkit-transform : rotate3d(0, 0, 1, 60deg); transform : rotate3d(0, 0, 1, 60deg); -webkit-transform-origin : top left; transform-origin : top left; -webkit-animation-timing-function : ease-in-out; animation-timing-function : ease-in-out; opacity : 1 }
	to { -webkit-transform : translate3d(0, 700px, 0); transform : translate3d(0, 700px, 0); opacity : 0 }
}

.hinge { -webkit-animation-duration : 2s; animation-duration : 2s; -webkit-animation-name : hinge; animation-name : hinge }

@-webkit-keyframes jackInTheBox {
	from { opacity : 0; -webkit-transform : scale(.1) rotate(30deg); transform : scale(.1) rotate(30deg); -webkit-transform-origin : center bottom; transform-origin : center bottom }
	50% { -webkit-transform : rotate(-10deg); transform : rotate(-10deg) }
	70% { -webkit-transform : rotate(3deg); transform : rotate(3deg) }
	to { opacity : 1; -webkit-transform : scale(1); transform : scale(1) }
}

@keyframes jackInTheBox {
	from { opacity : 0; -webkit-transform : scale(.1) rotate(30deg); transform : scale(.1) rotate(30deg); -webkit-transform-origin : center bottom; transform-origin : center bottom }
	50% { -webkit-transform : rotate(-10deg); transform : rotate(-10deg) }
	70% { -webkit-transform : rotate(3deg); transform : rotate(3deg) }
	to { opacity : 1; -webkit-transform : scale(1); transform : scale(1) }
}

.jackInTheBox { -webkit-animation-name : jackInTheBox; animation-name : jackInTheBox }

@-webkit-keyframes rollIn {
	from { opacity : 0; -webkit-transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes rollIn {
	from { opacity : 0; -webkit-transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg) }
	to { opacity : 1; -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.rollIn { -webkit-animation-name : rollIn; animation-name : rollIn }

@-webkit-keyframes rollOut {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg) }
}

@keyframes rollOut {
	from { opacity : 1 }
	to { opacity : 0; -webkit-transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg) }
}

.rollOut { -webkit-animation-name : rollOut; animation-name : rollOut }

@-webkit-keyframes zoomIn {
	from { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
	50% { opacity : 1 }
}

@keyframes zoomIn {
	from { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
	50% { opacity : 1 }
}

.zoomIn { -webkit-animation-name : zoomIn; animation-name : zoomIn }

@-webkit-keyframes zoomInDown {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

@keyframes zoomInDown {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

.zoomInDown { -webkit-animation-name : zoomInDown; animation-name : zoomInDown }

@-webkit-keyframes zoomInLeft {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform : scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

@keyframes zoomInLeft {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform : scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

.zoomInLeft { -webkit-animation-name : zoomInLeft; animation-name : zoomInLeft }

@-webkit-keyframes zoomInRight {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform : scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

@keyframes zoomInRight {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform : scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

.zoomInRight { -webkit-animation-name : zoomInRight; animation-name : zoomInRight }

@-webkit-keyframes zoomInUp {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

@keyframes zoomInUp {
	from { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	60% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

.zoomInUp { -webkit-animation-name : zoomInUp; animation-name : zoomInUp }

@-webkit-keyframes zoomOut {
	from { opacity : 1 }
	50% { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
	to { opacity : 0 }
}

@keyframes zoomOut {
	from { opacity : 1 }
	50% { opacity : 0; -webkit-transform : scale3d(.3, .3, .3); transform : scale3d(.3, .3, .3) }
	to { opacity : 0 }
}

.zoomOut { -webkit-animation-name : zoomOut; animation-name : zoomOut }

@-webkit-keyframes zoomOutDown {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	to { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin : center bottom; transform-origin : center bottom; -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

@keyframes zoomOutDown {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	to { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin : center bottom; transform-origin : center bottom; -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

.zoomOutDown { -webkit-animation-name : zoomOutDown; animation-name : zoomOutDown }

@-webkit-keyframes zoomOutLeft {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(42px, 0, 0) }
	to { opacity : 0; -webkit-transform : scale(.1) translate3d(-2000px, 0, 0); transform : scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin : left center; transform-origin : left center }
}

@keyframes zoomOutLeft {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(42px, 0, 0) }
	to { opacity : 0; -webkit-transform : scale(.1) translate3d(-2000px, 0, 0); transform : scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin : left center; transform-origin : left center }
}

.zoomOutLeft { -webkit-animation-name : zoomOutLeft; animation-name : zoomOutLeft }

@-webkit-keyframes zoomOutRight {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(-42px, 0, 0) }
	to { opacity : 0; -webkit-transform : scale(.1) translate3d(2000px, 0, 0); transform : scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin : right center; transform-origin : right center }
}

@keyframes zoomOutRight {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform : scale3d(.475, .475, .475) translate3d(-42px, 0, 0) }
	to { opacity : 0; -webkit-transform : scale(.1) translate3d(2000px, 0, 0); transform : scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin : right center; transform-origin : right center }
}

.zoomOutRight { -webkit-animation-name : zoomOutRight; animation-name : zoomOutRight }

@-webkit-keyframes zoomOutUp {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	to { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin : center bottom; transform-origin : center bottom; -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

@keyframes zoomOutUp {
	40% { opacity : 1; -webkit-transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform : scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function : cubic-bezier(.55, .055, .675, .19); animation-timing-function : cubic-bezier(.55, .055, .675, .19) }
	to { opacity : 0; -webkit-transform : scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform : scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin : center bottom; transform-origin : center bottom; -webkit-animation-timing-function : cubic-bezier(.175, .885, .32, 1); animation-timing-function : cubic-bezier(.175, .885, .32, 1) }
}

.zoomOutUp { -webkit-animation-name : zoomOutUp; animation-name : zoomOutUp }

@-webkit-keyframes slideInDown {
	from { -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes slideInDown {
	from { -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.slideInDown { -webkit-animation-name : slideInDown; animation-name : slideInDown }

@-webkit-keyframes slideInLeft {
	from { -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes slideInLeft {
	from { -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.slideInLeft { -webkit-animation-name : slideInLeft; animation-name : slideInLeft }

@-webkit-keyframes slideInRight {
	from { -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes slideInRight {
	from { -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.slideInRight { -webkit-animation-name : slideInRight; animation-name : slideInRight }

@-webkit-keyframes slideInUp {
	from { -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

@keyframes slideInUp {
	from { -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0); visibility : visible }
	to { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
}

.slideInUp { -webkit-animation-name : slideInUp; animation-name : slideInUp }

@-webkit-keyframes slideOutDown {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0) }
}

@keyframes slideOutDown {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(0, 100%, 0); transform : translate3d(0, 100%, 0) }
}

.slideOutDown { -webkit-animation-name : slideOutDown; animation-name : slideOutDown }

@-webkit-keyframes slideOutLeft {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0) }
}

@keyframes slideOutLeft {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(-100%, 0, 0); transform : translate3d(-100%, 0, 0) }
}

.slideOutLeft { -webkit-animation-name : slideOutLeft; animation-name : slideOutLeft }

@-webkit-keyframes slideOutRight {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0) }
}

@keyframes slideOutRight {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(100%, 0, 0); transform : translate3d(100%, 0, 0) }
}

.slideOutRight { -webkit-animation-name : slideOutRight; animation-name : slideOutRight }

@-webkit-keyframes slideOutUp {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0) }
}

@keyframes slideOutUp {
	from { -webkit-transform : translate3d(0, 0, 0); transform : translate3d(0, 0, 0) }
	to { visibility : hidden; -webkit-transform : translate3d(0, -100%, 0); transform : translate3d(0, -100%, 0) }
}

.slideOutUp { -webkit-animation-name : slideOutUp; animation-name : slideOutUp }

.animated { -webkit-animation-duration : 1s; animation-duration : 1s; -webkit-animation-fill-mode : both; animation-fill-mode : both }

.animated.infinite { -webkit-animation-iteration-count : infinite; animation-iteration-count : infinite }

.animated.delay-1s { -webkit-animation-delay : 1s; animation-delay : 1s }

.animated.delay-2s { -webkit-animation-delay : 2s; animation-delay : 2s }

.animated.delay-3s { -webkit-animation-delay : 3s; animation-delay : 3s }

.animated.delay-4s { -webkit-animation-delay : 4s; animation-delay : 4s }

.animated.delay-5s { -webkit-animation-delay : 5s; animation-delay : 5s }

.animated.fast { -webkit-animation-duration : 800ms; animation-duration : 800ms }

.animated.faster { -webkit-animation-duration : 500ms; animation-duration : 500ms }

.animated.slow { -webkit-animation-duration : 2s; animation-duration : 2s }

.animated.slower { -webkit-animation-duration : 3s; animation-duration : 3s }

@media (prefers-reduced-motion) {
	.animated { -webkit-animation : unset !important; animation : unset !important; -webkit-transition : none !important; transition : none !important }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height              : 1.15; /* 1 */
	-webkit-text-size-adjust : 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin : 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size : 2em;
	margin    : 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing : content-box; /* 1 */
	height     : 0; /* 1 */
	overflow   : visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family : monospace, monospace; /* 1 */
	font-size   : 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color : transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom   : none; /* 1 */
	text-decoration : underline; /* 2 */
	text-decoration : underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight : bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family : monospace, monospace; /* 1 */
	font-size   : 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size : 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size      : 75%;
	line-height    : 0;
	position       : relative;
	vertical-align : baseline;
}

sub {
	bottom : -0.25em;
}

sup {
	top : -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style : none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family : inherit; /* 1 */
	font-size   : 100%; /* 1 */
	line-height : 1.15; /* 1 */
	margin      : 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow : visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform : none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance : button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style : none;
	padding      : 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline : 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding : 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing  : border-box; /* 1 */
	color       : inherit; /* 2 */
	display     : table; /* 1 */
	max-width   : 100%; /* 1 */
	padding     : 0; /* 3 */
	white-space : normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align : baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow : auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing : border-box; /* 1 */
	padding    : 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height : auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance : textfield; /* 1 */
	outline-offset     : -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance : none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance : button; /* 1 */
	font               : inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display : block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display : list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display : none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display : none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color       : #404040;
	font-family : sans-serif;
	font-size   : 16px;
	font-size   : 1rem;
	line-height : 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear : both;
}

p {
	margin-bottom : 1.5em;
}

dfn, cite, em, i {
	font-style : italic;
}

blockquote {
	margin : 0 1.5em;
}

address {
	margin : 0 0 1.5em;
}

pre {
	background    : #eee;
	font-family   : "Courier 10 Pitch", Courier, monospace;
	font-size     : 15px;
	font-size     : 0.9375rem;
	line-height   : 1.6;
	margin-bottom : 1.6em;
	max-width     : 100%;
	overflow      : auto;
	padding       : 1.6em;
}

code, kbd, tt, var {
	font-family : Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size   : 15px;
	font-size   : 0.9375rem;
}

abbr, acronym {
	border-bottom : 1px dotted #666;
	cursor        : help;
}

mark, ins {
	background      : #fff9c0;
	text-decoration : none;
}

big {
	font-size : 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing : border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing : inherit;
}

body {
	background : #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color : #ccc;
	border           : 0;
	height           : 1px;
	margin-bottom    : 1.5em;
}

ul, ol {
	margin : 0 0 1.5em 3em;
}

ul {
	list-style : disc;
}

ol {
	list-style : decimal;
}

li > ul,
li > ol {
	margin-bottom : 0;
	margin-left   : 1.5em;
}

dt {
	font-weight : bold;
}

dd {
	margin : 0 1.5em 1.5em;
}

img {
	height    : auto;
	/* Make sure images are scaled correctly. */
	max-width : 100%;
	/* Adhere to container width. */
}

figure {
	margin : 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin : 0 0 1.5em;
	width  : 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border        : 1px solid;
	border-color  : #ccc #ccc #bbb;
	border-radius : 3px;
	background    : #e6e6e6;
	color         : rgba(0, 0, 0, 0.8);
	font-size     : 12px;
	font-size     : 0.75rem;
	line-height   : 1;
	padding       : .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color : #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color : #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color         : #666;
	border        : 1px solid #ccc;
	border-radius : 3px;
	padding       : 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color : #111;
}

select {
	border : 1px solid #ccc;
}

textarea {
	width : 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color : royalblue;
}

a:visited {
	color : #e30102;
}

a:hover, a:focus, a:active {
	color : midnightblue;
}

a:focus {
	outline : thin dotted;
}

a:hover, a:active {
	outline : 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear   : both;
	display : block;
	float   : left;
	width   : 100%;
}

.main-navigation ul {
	display      : none;
	list-style   : none;
	margin       : 0;
	padding-left : 0;
}

.main-navigation ul ul {
	box-shadow : 0 3px 3px rgba(0, 0, 0, 0.2);
	float      : left;
	position   : absolute;
	top        : 100%;
	left       : -999em;
	z-index    : 99999;
}

.main-navigation ul ul ul {
	left : -999em;
	top  : 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left : 100%;
}

.main-navigation ul ul a {
	width : 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left : auto;
}

.main-navigation li {
	float    : left;
	position : relative;
}

.main-navigation a {
	display         : block;
	text-decoration : none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display : block;
}

@media screen and (min-width : 37.5em) {
	.menu-toggle {
		display : none;
	}

	.main-navigation ul {
		display : block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin   : 0 0 1.5em;
	overflow : hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float : left;
	width : 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float      : right;
	text-align : right;
	width      : 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border    : 0;
	clip      : rect(1px, 1px, 1px, 1px);
	clip-path : inset(50%);
	height    : 1px;
	margin    : -1px;
	overflow  : hidden;
	padding   : 0;
	position  : absolute !important;
	width     : 1px;
	word-wrap : normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color : #f1f1f1;
	border-radius    : 3px;
	box-shadow       : 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip             : auto !important;
	clip-path        : none;
	color            : #21759b;
	display          : block;
	font-size        : 14px;
	font-size        : 0.875rem;
	font-weight      : bold;
	height           : auto;
	left             : 5px;
	line-height      : normal;
	padding          : 15px 23px 14px;
	text-decoration  : none;
	top              : 5px;
	width            : auto;
	z-index          : 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline : 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display      : inline;
	float        : left;
	margin-right : 1.5em;
}

.alignright {
	display     : inline;
	float       : right;
	margin-left : 1.5em;
}

.aligncenter {
	clear        : both;
	display      : block;
	margin-left  : auto;
	margin-right : auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content      : "";
	display      : table;
	table-layout : fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear : both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin : 0 0 1.8em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width : 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display : block;
}

.post,
.page {
	margin : 0 0 1.5em;
}

.updated:not(.published) {
	display : none;
}

.page-content,
.entry-content,
.entry-summary {
	margin : 1.5em 0 0;
}

.page-links {
	clear  : both;
	margin : 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap : break-word;
}

.bypostauthor {
	display : block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display : none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display : block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border        : none;
	margin-bottom : 0;
	margin-top    : 0;
	padding       : 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width : 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display : inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom : 1.5em;
	max-width     : 100%;
}

.wp-caption img[class*="wp-image-"] {
	display      : block;
	margin-left  : auto;
	margin-right : auto;
}

.wp-caption .wp-caption-text {
	margin : 0.8075em 0;
}

.wp-caption-text {
	text-align : center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom : 1.5em;
}

.gallery-item {
	display        : inline-block;
	text-align     : center;
	vertical-align : top;
	width          : 100%;
}

.gallery-columns-2 .gallery-item {
	max-width : 50%;
}

.gallery-columns-3 .gallery-item {
	max-width : 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width : 25%;
}

.gallery-columns-5 .gallery-item {
	max-width : 20%;
}

.gallery-columns-6 .gallery-item {
	max-width : 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width : 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width : 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width : 11.11%;
}

.gallery-caption {
	display : block;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position   : relative;
	width      : 100%;
	max-width  : 1140px;
	margin     : 0 auto;
	padding    : 0 20px;
	box-sizing : border-box; }

.column,
.columns {
	width      : 100%;
	float      : left;
	box-sizing : border-box; }

/* For devices larger than 400px */
@media (min-width : 400px) {
	.container {
		width   : 85%;
		padding : 0; }
}

/* For devices larger than 550px */
@media (min-width : 550px) {
	.container {
		width : 90%; }

	.column,
	.columns {
		margin-left : 4%; }

	.column:first-child,
	.columns:first-child {
		margin-left : 0; }

	.one.column,
	.one.columns { width : 4.66666666667%; }

	.two.columns { width : 13.3333333333%; }

	.three.columns { width : 22%; }

	.four.columns { width : 30.6666666667%; }

	.five.columns { width : 39.3333333333%; }

	.six.columns { width : 48%; }

	.seven.columns { width : 56.6666666667%; }

	.eight.columns { width : 65.3333333333%; }

	.nine.columns { width : 74.0%; }

	.ten.columns { width : 82.6666666667%; }

	.eleven.columns { width : 91.3333333333%; }

	.twelve.columns { width : 100%; margin-left : 0; }

	.one-third.column { width : 30.6666666667%; }

	.two-thirds.column { width : 65.3333333333%; }

	.one-half.column { width : 48%; }

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns { margin-left : 8.66666666667%; }

	.offset-by-two.column,
	.offset-by-two.columns { margin-left : 17.3333333333%; }

	.offset-by-three.column,
	.offset-by-three.columns { margin-left : 26%; }

	.offset-by-four.column,
	.offset-by-four.columns { margin-left : 34.6666666667%; }

	.offset-by-five.column,
	.offset-by-five.columns { margin-left : 43.3333333333%; }

	.offset-by-six.column,
	.offset-by-six.columns { margin-left : 52%; }

	.offset-by-seven.column,
	.offset-by-seven.columns { margin-left : 60.6666666667%; }

	.offset-by-eight.column,
	.offset-by-eight.columns { margin-left : 69.3333333333%; }

	.offset-by-nine.column,
	.offset-by-nine.columns { margin-left : 78.0%; }

	.offset-by-ten.column,
	.offset-by-ten.columns { margin-left : 86.6666666667%; }

	.offset-by-eleven.column,
	.offset-by-eleven.columns { margin-left : 95.3333333333%; }

	.offset-by-one-third.column,
	.offset-by-one-third.columns { margin-left : 34.6666666667%; }

	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns { margin-left : 69.3333333333%; }

	.offset-by-one-half.column,
	.offset-by-one-half.columns { margin-left : 52%; }

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size : 62.5%; }

body {
	font-size   : 1.6rem; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height : 1.3;
	font-weight : 400;
	font-family : "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color       : #222; 
    -webkit-font-smoothing: antialiased;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top    : 0;
	margin-bottom : 2rem;
	font-family   : 'Source Serif Pro', serif;
	font-weight   : 300;
	color         : #000
}

h1 { font-size : 4.0rem; line-height : 1.2; letter-spacing : -.1rem; }

h2 { font-size : 3.6rem; line-height : 1.25; letter-spacing : -.1rem; }

h3 { font-size : 3.0rem; line-height : 1.3; letter-spacing : -.1rem; }

h4 { font-size : 2.4rem; line-height : 1.35; letter-spacing : -.08rem; }

h5 { font-size : 1.8rem; line-height : 1.5; letter-spacing : -.05rem; }

h6 { font-size : 1.5rem; line-height : 1.6; letter-spacing : 0; }

/* Larger than phablet */
@media (min-width : 550px) {
	h1 { font-size : 5.0rem; }

	h2 { font-size : 4.2rem; }

	h3 { font-size : 3.6rem; }

	h4 { font-size : 3.0rem; }

	h5 { font-size : 2.4rem; }

	h6 { font-size : 1.5rem; }
}

p {
	margin-top : 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color : #1eaedb; }

a:hover {
	color : #e30102; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display          : inline-block;
	height           : 38px;
	padding          : 0 30px;
	color            : #555;
	text-align       : center;
	font-size        : 11px;
	font-weight      : 600;
	line-height      : 38px;
	letter-spacing   : .1rem;
	text-transform   : uppercase;
	text-decoration  : none;
	white-space      : nowrap;
	background-color : transparent;
	border-radius    : 4px;
	border           : 1px solid #bbb;
	cursor           : pointer;
	box-sizing       : border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color        : #333;
	border-color : #888;
	outline      : 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color            : #fff;
	background-color : #33c3f0;
	border-color     : #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color            : #fff;
	background-color : #1eaedb;
	border-color     : #1eaedb; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height           : 38px;
	padding          : 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color : #fff;
	border           : 1px solid #d1d1d1;
	border-radius    : 4px;
	box-shadow       : none;
	box-sizing       : border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance : none;
	-moz-appearance    : none;
	appearance         : none; }

textarea {
	min-height     : 65px;
	padding-top    : 6px;
	padding-bottom : 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border  : 1px solid #33c3f0;
	outline : 0; }

label,
legend {
	display       : block;
	margin-bottom : .5rem;
	font-weight   : 600; }

fieldset {
	padding      : 0;
	border-width : 0; }

input[type="checkbox"],
input[type="radio"] {
	display : inline; }

label > .label-body {
	display     : inline-block;
	margin-left : .5rem;
	font-weight : normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	list-style : circle inside; }

ol {
	list-style : decimal inside; }

ol, ul {
	padding-left : 0;
	margin-top   : 0; }

ul ul,
ul ol,
ol ol,
ol ul {
	margin    : 1.5rem 0 1.5rem 3rem;
	font-size : 90%; }

li {
	margin-bottom : 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
	padding       : .2rem .5rem;
	margin        : 0 .2rem;
	font-size     : 90%;
	white-space   : nowrap;
	background    : #f1f1f1;
	border        : 1px solid #e1e1e1;
	border-radius : 4px; }

pre > code {
	display     : block;
	padding     : 1rem 1.5rem;
	white-space : pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
	padding       : 12px 15px;
	text-align    : left;
	border-bottom : 1px solid #e1e1e1; }

th:first-child,
td:first-child {
	padding-left : 0; }

th:last-child,
td:last-child {
	padding-right : 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
	margin-bottom : 1rem; }

input,
textarea,
select,
fieldset {
	margin-bottom : 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom : 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
	width      : 100%;
	box-sizing : border-box; }

.u-max-full-width {
	max-width  : 100%;
	box-sizing : border-box; }

.u-pull-right {
	float : right; }

.u-pull-left {
	float : left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin-top    : 3rem;
	margin-bottom : 3.5rem;
	border-width  : 0;
	border-top    : 1px solid #e1e1e1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
	content : "";
	display : table;
	clear   : both; }

.prettydropdown {
	position  : relative;
	min-width : 72px; /* 70px + borders */
	display   : inline-block;
}

.prettydropdown.loading {
	min-width : 0;
}

.prettydropdown > ul {
	position            : absolute;
	top                 : 0;
	left                : 0;
	background          : #fff;
	border              : 1px solid #a9a9a9;
	box-sizing          : content-box;
	color               : #000;
	cursor              : pointer;
	font                : normal 18px Calibri, sans-serif;
	list-style-type     : none;
	margin              : 0;
	padding             : 0;
	text-align          : left;
	-webkit-user-select : none; /* Chrome all / Safari all */
	-moz-user-select    : none; /* Firefox all */
	-ms-user-select     : none; /* IE 10+ */
	user-select         : none; /* Likely future */
	z-index             : 1;
}

.prettydropdown.loading > ul {
	visibility  : hidden;
	white-space : nowrap;
}

.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
	border-color : #7f7f7f;
}

.prettydropdown:not(.disabled) > ul.active {
	width      : auto;
	max-height : none !important;
	overflow-x : hidden;
	overflow-y : auto;
	z-index    : 99;
}

.prettydropdown > ul.active:focus {
	outline : none;
}

.prettydropdown > ul.active.reverse {
	top    : auto;
	bottom : 0;
}

.prettydropdown > ul > li {
	position       : relative;
	min-width      : 62px;
	height         : 40px;
	border-top     : 0;
	border-bottom  : 0;
	box-sizing     : border-box;
	display        : none;
	line-height    : 43px;
	margin         : 0;
	padding-left   : 0.8rem;
	background     : #bdccd1;
	border         : none !important;
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	text-transform : uppercase;
	font-size      : 1.2rem;
	padding-right  : 4rem;
}

.prettydropdown.loading > ul > li {
	min-width     : 0;
	display       : block;
	padding-right : 0.8rem;
}

.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
	visibility : hidden; /* Prevent FOUC */
}

.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
	display : block;
}

.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
	background : #bdccd1;
	color      : #e30102;
}

.prettydropdown > ul.active > li.nohover {
	background : inherit !important;
	color      : inherit !important;
}

.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
	border-top-color : #fff !important;
}

.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
	border-top-color : #e30102 !important;
}

.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
	position   : absolute;
	top        : 8px;
	bottom     : 0;
	right      : 8px;
	height     : 16px;
	border     : 8px solid transparent; /* Arrow size */
	box-sizing : border-box;
	content    : '';
	display    : block;
	margin     : auto;
}

.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
	top          : 4px;
	height       : 8px;
	border-width : 4px;
}

.prettydropdown.arrow > ul > li.selected:before {
	border-top-color : #a9a9a9; /* Arrow color */
}

.prettydropdown.arrow > ul > li.selected:after {
	top              : 4px; /* Chevron thickness */
	border-top-color : #bdccd1; /* Match background colour */
}

.prettydropdown.arrow.small > ul > li.selected:after {
	top : 2px; /* Chevron thickness */
}

.prettydropdown.arrow.triangle > ul > li.selected:after {
	content : none;
}

.prettydropdown > ul:hover > li.selected:before {
	border-top-color : #7f7f7f;
}

.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
	border : none;
}

.prettydropdown > ul:not(.active) > li > span.checked {
	display : none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
	overflow      : hidden;
	padding-right : 2rem;
	text-overflow : ellipsis;
	white-space   : nowrap;
}

.prettydropdown > ul > li > span.checked {
	clear        : both;
	float        : right;
	font-weight  : bold;
	margin-right : 0.8rem;
	display      : none !important
}

/* Option Groups */
.prettydropdown > ul > li.label {
	cursor      : default;
	font-weight : bold;
}

.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected {
	border-top : none;
}

.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
	padding-left : 1.6rem;
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
	position : absolute;
	top      : 0;
	display  : block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
	opacity : 0.3;
}

.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
	cursor : not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
	border-top-color : #dedede;
}

.prettydropdown, .prettydropdown > ul > li {
	width : 360px !important;
}

/* Customization
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.home {
	background-color : #e30102;
}

@font-face {
	font-family : 'CaslonGraphique';
	src         : url('fonts/caslongraphique-webfont.woff2') format('woff2'),
	url('fonts/caslongraphique-webfont.woff') format('woff');
	font-weight : normal;
	font-style  : normal;

}

body p {
	font-family : 'Source Serif Pro', serif;
	color       : #000;
	line-height : 1.4em;
}

body .entry-content p {
	font-size   : 1.6rem;
	line-height : 1.3;
	font-family : 'Source Serif Pro', serif;
	color       : #000;
}

/* Menus
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#menu-side-menu {
	margin : 0;
}

#menu-side-menu li {
	display : inline-block;
	width   : 100%;
	margin  : 0;
	padding : 0;
}

#menu-side-menu li a {
	font-family     : Montserrat;
	font-weight     : 600;
	font-size       : 1.5rem;
	text-transform  : uppercase;
	color           : #fff;
	text-decoration : none;
	padding         : 1.5rem 3rem;
	display         : inline-block;
	width           : 100%;
	transition      : all ease 0.2s;
	letter-spacing  : 0.05rem;
}

#menu-side-menu:after {
	content       : '';
	display       : inline-block;
	width         : calc(100% - 4rem);
	height        : 1px;
	background    : #830102;
	margin-left   : 2rem;
	margin-bottom : 2rem;
	margin-top    : 2rem;
}

#menu-side-menu li a:hover,
#menu-side-menu li.current-menu-item a {
	background : #830102
}

.site-title {
	margin-bottom : 1rem
}

.offices_list {
	margin  : 0;
	padding : 0;
}

.offices_list .office {
	font-family : Montserrat;
	font-size   : 1.8rem;
	display     : inline-block;
	width       : 100%;
	margin      : 1rem 0;
}

.offices_list .office h5 {
	font-family    : Montserrat;
	font-weight    : 600;
	font-size      : 1.5rem;
	color          : #fff;
	margin-bottom  : 0;
	margin         : 0 3rem;
	letter-spacing : 0.05rem;
}

.offices_list .office .address {
	width       : 100%;
	color       : #fff;
	font-family : Montserrat;
	margin      : 0 3rem;
	display     : inline-block;
	line-height : 1.5rem;
	float       : left;
	font-size   : 1.5rem;
}

.offices_list .office .phone {
	width       : 100%;
	color       : #fff;
	font-family : Montserrat;
	margin      : 0 3rem;
	display     : inline-block;
	line-height : 2rem;
}

.offices_list .office .phone a {
	color           : #fff;
	text-decoration : none
}

.offices_list .office .icon {
	display         : inline-block;
	float           : left;
	width           : 33.33%;
	vertical-align  : top;
	margin          : 0;
	margin-top      : 1rem;
	color           : #fff;
	padding         : 1.5rem;
	text-align      : center;
	font-weight     : bold;
	text-decoration : none;
	line-height     : 2rem;
	transition      : all ease 0.2s;
	font-size       : 1.5rem;
	letter-spacing  : 0.05rem;
	font-weight     : 600;
}

.offices_list .office .icon img {
	height        : 30px;
	width         : 30px;
	margin-bottom : 10px;
}

.offices_list .office .icon span {
	display : inline-block;
	width   : 100%;
}

.offices_list .office .icon:hover {
	background : #830102
}

/*
#dunlap_bar.opened {
    background-image: url(images/close.svg);
    background-color: #830102;
    display: inline-block;
    position: fixed;
    width: calc(100% - 320px);
    height: 70px;
    color: #FFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    float: left;
}
 */

#dunlap_bar {
    background-image: url(images/dunlapcoding.svg);
    background-color: #e30102;
    display: inline-block;
    position: fixed;
    right: 65px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 45px 290px;
    background-position: center top 1rem;
    width: 65px;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    z-index: 99;
    transition: all ease 0.5s;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

#dunlap_side_box {
	background : #e30102;
	z-index    : 9999;
	overflow-y : auto;
	overflow-x : hidden;
}

#dunlap_side_box .site-title a {
	background-image  : url(images/logo.svg);
	width             : calc(100% - 6rem);
	display           : inline-block;
	text-indent       : -50000px;
	background-size   : contain;
	background-repeat : no-repeat;
	height            : 130px;
	margin            : 3rem;
	margin-bottom     : 0;
}

#dunlap_bar .closesidemenu {
	background-image    : url(images/close.svg);
	background-color    : #830102;
	display             : inline-block;
	position            : fixed;
	width               : 0;
	height              : 70px;
	color               : #fff;
	text-align          : center;
	background-repeat   : no-repeat;
	background-position : center;
	background-size     : 30px;
	float               : left;
	right               : 0;
	top                 : -70px;
	transition          : top ease .2s;
}

#dunlap_bar a.coverall {
	background-image    : url(images/close.svg);
	background-color    : #830102;
	display             : inline-block;
	position            : fixed;
	width               : calc(100% - 300px);
	height              : 70px;
	color               : #fff;
	text-align          : center;
	background-repeat   : no-repeat;
	background-position : center;
	background-size     : 30px;
	float               : left;
	right               : 0;
	top                 : 0px;
	transition          : all ease .5s;
	z-index             : 99999
}

#dunlap_bar.opened .closesidemenu {
	top   : 0px;
	width : calc(100% - 300px);
}

#dunlap_side_box {
	opacity    : 0;
	transition : all ease 0.5s;
}

#dunlap_bar.opened {
	right            : calc(100vw - 300px);
	width            : 300px;
	transition-delay : 0s;
	overflow: visible;
}

#dunlap_bar.opened #dunlap_side_box {
    opacity: 1;
    pointer-events: initial;
    z-index: 99;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
}

#dunlap_bar.opened span.clicktoexpand {
	display    : none;
	transition : all ease 0.5s;
}

#dunlap_bar span.clicktoexpand, #dconfilm_bar span.clicktoexpand {
    position: absolute;
    /* left: 0%; */
    top: 0;
    /* transform: translate(19%, -50%); */
    writing-mode: tb-rl;
    transition: all ease 0.5s;
    height: 100%;
    /* padding-top: 42vh; */
    /* width: 100%; */
    /* padding-right: 25%; */
    z-index: 99;
    padding-top: 0;
    text-align: center;
}

#dunlap_bar span.clicktoexpand p, #dconfilm_bar span.clicktoexpand p {
	color       : #830102;
	font-family : Montserrat;
	font-weight : bold;
	font-size   : 1.8rem;
    transition: all ease 0.3s;
}
#dunlap_bar span.clicktoexpand p.tohome {
    margin-top: -35px;
}
#dunlap_content_box {
	background     : #fff;
	z-index        : 9999;
	overflow-y     : auto;
	overflow-x     : hidden;
	height         : 100%;
	position       : absolute;
	transition     : opacity ease 0.5s;
	pointer-events : none;
	left           : 65px;
	width          : 0;
	opacity        : 0
}

#dunlap_content_box.show {
	pointer-events   : initial;
	width            : calc(100vw - 365px);
	top              : 70px;
	left             : 300px;
	height           : calc(100vh - 70px);
	overflow-x       : auto;
	position         : fixed;
	opacity          : 1;
	z-index          : 9;
	transition       : opacity 0.4s ease;
	opacity          : 1;
	transition-delay : .1s;
}

#dunlap_content_box .entry-header {
	padding : 0 !important;
	margin  : 0 !important;
	width   : 100% !important;
}

#dunlap_content_box .elementor {
	display    : inline-block;
	margin-top : 5rem;
	width      : 100%;
}

.page-template-page-homepage #dunlap_content_box .entry-header {
	display : inline-block !important;
	margin  : 0 !important;
	padding : 0 !important;
}

#dconfilm_bar {
	background-image    : url(images/dconfilm.svg);
	background-color    : #ffa00e;
	display             : inline-block;
	position            : fixed;
	right               : 0;
	height              : 100%;
	background-repeat   : no-repeat;
	background-size     : 45px 340px;
	background-position : center top 1rem;
	width               : 65px;
	cursor              : pointer;
	z-index             : 99;
	box-shadow          : 0 0 12px rgba(0, 0, 0, 0.2);
	transition          : all ease 0.5s;
	top                 : 0;
}

#dconfilm_bar span {
	color : #a4570e;
}

#dconfilm_side_box {
	background : #fff;
	z-index    : 9999;
	overflow-y : auto;
	overflow-x : hidden;
	height     : 100%;
	position   : absolute;
	transition : all ease 0.5s;
	right      : 0;
	width      : 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
}

.blocked {
	display : none
}

#dunlap_bar.yellowisopen {
	right            : calc(100vw - 65px);
	transition-delay : 0s;
}

#dunlap_bar.yellowisopen .blocked {
	display : inline-block;
}

#dconfilm_bar.opened {
	right            : calc(100vw - 130px);
	transition-delay : 0s;
}

#dconfilm_side_box.show {
	pointer-events : initial;
	right          : 0;
	width          : calc(100vw - 130px);
	position       : fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
}

#dconfilm_side_box .entry-header {
	width : 100%;
}

#dconfilm_side_box .elementor {
	display    : inline-block;
	margin-top : 5rem
}

#content .elementor {
	max-width : 90%;
	margin    : 0 5%;
}

body {
	overflow-x : hidden;
}

::-webkit-scrollbar {
	display : none;
}

#page .elementor-tab-title a {
	pointer-events : none
}

body.red_menu_opened #dunlap_bar.opened .closesidemenu {
	display : none;
}

body.red_menu_opened #back_home {
	width    : calc(100% - 300px);
	right    : 0;
	position : fixed;
	z-index  : 9;
}

body.red_menu_opened header.entry-header {
	margin-top : 70px;
}

body.red_menu_opened #dconfilm_side_box header.entry-header {
	margin-top : 0px;
}

body.left_bars #page {
	opacity : 0 !important;
}

/* Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#back_home {
	background-image    : url(images/close.svg);
	background-color    : #830102;
	display             : inline-block;
	position            : static;
	width               : 100%;
	height              : 70px;
	color               : #fff;
	text-align          : center;
	background-repeat   : no-repeat;
	background-position : center;
	background-size     : 30px;
	float               : left;
}

header.entry-header {
	display             : inline-block;
	width               : calc(100% - 130px);
	height              : 27vw;
	background-size     : cover;
	background-position : center;
	position            : relative;
	float               : left;
	margin              : 0;
	padding             : 0;
	background-color    : #ffa00e;
}

.entry-header h1 {
	position       : absolute;
	left           : 50%;
	top            : 50%;
	transform      : translate(-50%, -50%);
	font-family    : CaslonGraphique;
	color          : #fff;
	font-size      : 9.5rem;
	line-height    : 10rem;
	margin         : 0;
	width          : 100%;
	text-align     : center;
	pointer-events : none;
}

.sub_pagenav {
	background-color : #bdccd1;
	display          : inline-block;
	width            : 100%
}

.sub_pagenav .container {
	max-width : 1190px;
}

.sub_pagenav ul {
	margin  : 0;
	padding : 0;
}

.sub_pagenav ul li {
	display : inline-block;
	padding : 2rem 0;
	margin  : 0;
}

.sub_pagenav ul li a {
	color           : #056979;
	font-family     : Montserrat;
	font-weight     : bold;
	text-transform  : uppercase;
	text-decoration : none;
	padding-right   : 1.5rem;
	border-right    : 2px #e30102 solid;
	margin-right    : 1rem;
	transition      : all ease .2s
}

.sub_pagenav ul li:last-child a {
	border-right : none;
}

.sub_pagenav ul li a:hover {
	color : #830102;
}

.entry-content .container {
	max-width : 1140px;
}

header.entry-header .container {
	height : 100%;
}

.sub_pagenav .container, .entry-content .container, .header.entry-header .container {
	padding-right : 140px !important;
}

.entry-content {
	padding : 5rem 0;
}

.site-content {
	display       : inline-block;
	width         : 100%;
	margin-left   : 0;
	padding-right : 65px !important;
}

#dunlap_content_box .site-content {
	padding-right : 0px !important;
}

.entry-header,
.sub_pagenav {
	transition : all ease 0.3s;
}

.site-content.redboxopen,
.entry-header.redboxopen,
.sub_pagenav.redboxopen {
	padding-right    : 65px !important;
	margin-left      : 300px;
	width            : calc(100% - 300px);
	transition-delay : 0.4s;
}

/* Elementor Adjustments
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body .site-content h4, body .site-content .elementor-widget-heading h4.elementor-heading-title {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	font-size      : 1.5rem;
	display        : inline-block;
	border-bottom  : 3px solid #01aaad;
	width          : 100%;
	padding-bottom : 1rem;
	margin-bottom  : 0rem;
	letter-spacing : .1em;
}

.elementor-image-box-wrapper {
	background : #e30102;
	padding    : 0;
}

.elementor-widget-image-box .elementor-image-box-img {
	width   : 100% !important;
	margin  : 0 !important;
	padding : 0 !important;
	border  : none !important;
}

.elementor-widget-image-box .elementor-image-box-content {
	padding : 4rem
}

.elementor-image-box-img img {
	width      : 100% !important;
	border     : none !important;
	box-shadow : none !important;
}

.elementor-widget-image-box .elementor-image-box-content h5 {
	font-family    : CaslonGraphique !important;
	color          : #fff !important;
	font-size      : 2.5rem;
	line-height    : 2rem;
	margin         : 0;
	width          : 100%;
	text-align     : left;
	border-bottom  : 3px solid #fff;
	padding-bottom : 1rem;
	margin-bottom  : 2rem;
	font-weight    : normal !important;
	letter-spacing : 0.03em;
}

.elementor-widget-image-box .elementor-image-box-content p {
	color       : #fff !important;
	text-align  : left;
	font-family : 'Source Serif Pro' !important;
	font-size   : 1.6rem;
}

.elementor-widget-image-box .elementor-image-box-content p a {
	color         : #fff;
	font-family   : Montserrat;
	font-weight   : bold;
	font-size     : 1.4rem;
	border-bottom : 0px solid #fff;
	clear         : both;
	display       : block;
	transition    : all ease .2s;
	width         : 112px;
	margin-top    : 5px;
}

.elementor-widget-image-box .elementor-image-box-content p a:hover {
	color         : #830102;
	border-bottom : 0px solid #830102;
}

.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
	color       : #000 !important;
	font-family : CaslonGraphique !important;
	font-size   : 6.5rem !important;
	font-weight : normal !important;
}

.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
	border-top : none;
	border     : none !important;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	color          : #000 !important;
	font-family    : CaslonGraphique !important;
	font-size      : 1.5rem !important;
	font-weight    : 700 !important;
	line-height    : 1.6;
	padding        : 0;
	border-bottom  : 3px solid #01aaad;
	padding-bottom : 1rem;
	margin-top     : 3rem;
	letter-spacing : 0.05rem;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	float       : left;
	text-align  : left;
	color       : #e30102;
	font-weight : normal;
	font-size   : 1.5rem;
	margin      : 4px 0;
}

.elementor-accordion .elementor-accordion-item {
	border : none !important;
}

.elementor-accordion .elementor-tab-content {
	display     : none;
	padding     : 15px 0;
	border-top  : 0;
	font-family : 'Source Serif Pro' !important;
	color       : #000 !important;
	padding     : 15px 0px !important;
}

.elementor-accordion .elementor-tab-content a.learn_more {
	color         : #e30102;
	font-family   : Montserrat;
	font-weight   : bold;
	font-size     : 1.4rem;
	border-bottom : 2px solid #fff;
	clear         : both;
	display       : inline-block;
	transition    : all ease .2s;
	display       : inline-block;
	float         : left;
	width         : 100%;
	margin-top    : 1rem;
}

.elementor-accordion .elementor-tab-content a.learn_more:hover {
	color : #830102;
}

.elementor-widget-image .elementor-image img {
	width : 100% !important;
}

body .elementor-widget-heading .elementor-heading-title {
	font-family : 'Source Serif Pro', serif;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
	font-size         : 2.5rem;
	line-height       : 1.3em;
	color             : #000;
	font-family       : 'Source Serif Pro', serif;
	background-image  : url(images/qqq.svg);
	background-repeat : no-repeat;
	background-size   : 6rem;
	border            : none;
	padding           : 8px 0px 0 8rem;
	font-weight       : 100;
}

body .elementor-toggle .elementor-tab-title a {
	border-left    : 3px solid #01aaad;
	padding-left   : 2rem;
	color          : #000;
	vertical-align : top;
	min-height     : 60px;
	display        : inline-block;
	pointer-events : none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	display : none !important;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
	border-left    : 3px solid #01aaad;
	padding-left   : 2rem;
	color          : #000;
	vertical-align : top;
	border-bottom  : none;
	margin-bottom  : 3rem;
	margin-left    : 8rem;
}

body .elementor-widget-toggle .elementor-toggle .elementor-tab-content:before {
	font-size         : 2.5rem;
	line-height       : 1.3em;
	content           : '';
	color             : #000;
	font-family       : 'Source Serif Pro', serif;
	background-image  : url(images/aaa.svg);
	background-repeat : no-repeat;
	background-size   : 6rem;
	border            : none;
	padding           : 8px 0px 0 80px;
	position          : absolute;
	left              : 0;
	width             : 60px;
	height            : 60px;
}

body .elementor-toggle-item {
	margin-bottom : 3rem;
}

body .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color : #000
}

/* Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-template-page-homepage .sub_pagenav,
.page-template-page-left-bars .sub_pagenav,
.page-template-page-red-opened .sub_pagenav,
.page-template-page-news .sub_pagenav,
.page-template-page-ip-blog .sub_pagenav {
	display : none !important
}

.page-template-page-red-opened #dunlap_content_box .sub_pagenav {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}
body #dconfilm_side_box .sub_pagenav {
	display : block !important
}

body #dconfilm_side_box .sub_pagenav .container {
	max-width : 1140px;
}

.page-template-page-left-bars #dconfilm_side_box .sub_pagenav .container .current-menu-item a {
	color : #830102;
}

.page-template-page-left-bars #page .entry-header,
.page-template-page-red-opened #page .entry-header,
.page-template-page-news #page .entry-header,
.page-template-page-ip-blog #page .entry-header {
	display : none !important
}

.page-template-page-homepage #back_home, .page-template-page-homepage .entry-header,
.page-template-page-left-bars #back_home, .page-template-page-red-opened #back_home,
.page-template-page-news #back_home, .page-template-page-ip-blog #back_home {
	display : none !important
}

.page-template-page-homepage #dconfilm_side_box .entry-header {
	display : block !important
}

.post, .page {
	margin : 0;
}

#home_top {
	display             : inline-block;
	width               : 100%;
	height              : 50vw;
	background-size     : cover;
	background-position : center;
	position            : relative;
	float               : left;
}

#home_top .top_content {
	position   : absolute;
	left       : 53%;
	top        : 37%;
	transform  : translate(-50%, -50%);
	width      : 70%;
	text-align : right;
}

#home_top h2 {
	font-family : CaslonGraphique;
	color       : #fff;
	font-size   : 8rem;
	line-height : 8rem;
	margin      : 0;
	width       : auto;
	display     : inline-block;
	position    : relative;
}

#home_top h2 em {
	font-style     : normal;
	font-size      : 3.5rem;
	vertical-align : top;
}

#home_top h2:after {
	content    : '';
	background : #ffa00e; /* Old browsers */
	background : -moz-linear-gradient(left, #ffa00e 0%, #e30102 100%); /* FF3.6-15 */
	background : -webkit-linear-gradient(left, #ffa00e 0%, #e30102 100%); /* Chrome10-25,Safari5.1-6 */
	background : linear-gradient(to right, #ffa00e 0%, #e30102 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa00e', endColorstr='#e30102', GradientType=1); /* IE6-9 */
	display    : inline-block;
	position   : absolute;
	width      : 100%;
	height     : 23px;
	bottom     : 6px;
	right      : 0;
	z-index    : -1;
	opacity    : 1;
}

#home_top span {
	text-transform : uppercase;
	color          : #fff;
	font-family    : Montserrat;
	font-weight    : normal;
	font-size      : 1.7rem;
	letter-spacing : 2px;
	margin-top     : .5rem;
	display        : block;
}

#home_boxes {
	display : inline-block;
	width   : 100%;
	float   : left;
}

.home_box {
	border-top          : 3px solid #ffa00e;
	display             : inline-block;
	width               : 100%;
	height              : 27vw;
	background-size     : cover;
	background-position : center;
	position            : relative;
	margin              : 0;
	padding             : 0;
	float               : left;
	margin-bottom       : -7px;
}

.coverall {
	position : absolute;
	height   : 100%;
	width    : 100%;
	z-index  : 8
}

.home_box h3 {
	position       : absolute;
	left           : 50%;
	top            : 50%;
	transform      : translate(-50%, -50%);
	font-family    : CaslonGraphique;
	color          : #fff;
	font-size      : 10.5rem;
	line-height    : 11rem;
	margin         : 0;
	width          : 100%;
	text-align     : center;
	pointer-events : none
}

/* Team Single
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.single-team .site-main .container {
	padding   : 5rem 0;
	max-width : 1140px;
}

.single-team .site-main .post-thumbnail {
}

.single-team .site-main .member_details h3 {
	font-family    : CaslonGraphique;
	color          : #000;
	font-size      : 3.5rem;
	line-height    : 4rem;
	border-bottom  : 3px solid #01aaad;
	margin-top     : 2rem;
	padding-bottom : 1rem;
}

.member_details .email {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : 700;
	font-size      : 1.5rem;
	letter-spacing : .05rem;
	width          : 100%;
	display        : inline-block;
}

.member_details .phone {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : 700;
	font-size      : 1.5rem;
	letter-spacing : .05rem;
	width          : 100%;
	display        : inline-block;
}

.member_details .city {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : 700;
	font-size      : 1.5rem;
	letter-spacing : .05rem;
	width          : 100%;
	display        : inline-block;
}

.member_details .phone a {
	text-decoration : none
}

.member_details a {
	color : #e30102;
}

.member_details .address {
	font-family : Montserrat;
	font-size   : 1.6rem;
	margin-top  : .5rem;
	display     : inline-block;
}

.member_biography h2 {
	font-family    : CaslonGraphique;
	color          : #000;
	font-size      : 4rem;
	line-height    : 2rem;
	letter-spacing : 0;
}

.member_biography p a {
	color           : #000;
	font-weight     : bold;
	text-decoration : underline;
}

.member_biography .practice_area {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	font-size      : 1.7rem;
	text-transform : uppercase;
	width          : 100%;
	display        : inline-block;
}

.member_biography .practice_area .areas {
	display : inline-block;
}

.member_biography .practice_area .position {
	display     : inline-block;
	margin-left : 0px;
	line-height : 17px;
}

.member_biography .areas {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	font-size      : 1.7rem;
	text-transform : uppercase;
	width          : 100%;
	display        : inline-block;
}

.member_biography .areas a {
	display : inline-block;
}

.member_biography .areas .area {
	width         : auto;
	display       : inline-block;
	border-right  : 3px solid #1eaedb;
	padding-right : 5px;
	margin-right  : 4px;
	line-height   : 16px;
}

.member_biography .areas a:last-child span {
	border-right : 0px solid #1eaedb;
}

.member_biography .areas a:visited {
	color : #1eaedb;
}

.member_biography .areas a:visited:hover {
	color : #e30102;
}

.member_biography .area a {
	color : #e30102;
}

.member_biography .entry-content {
	border-top : 3px solid #01aaad;
}

.member_biography .entry-content {
	padding : 1rem 0;
}

.team_list {
}

.team_list li {
	width      : calc(100% / 3 - 2rem);
	display    : inline-block;
	margin     : 1rem;
	background : #e30102;
	color      : #fff;
}

.team_list li .photo {
	height              : 20vw;
	background-size     : cover;
	background-position : top;
}

.team_list li .info {
	padding : 1.5rem 2rem;
}

.team_list li h5 {
	font-family    : CaslonGraphique;
	font-size      : 1.7rem;
	font-weight    : normal;
	margin         : 0;
	color          : #fff;
	line-height    : 1;
	letter-spacing : 0.03rem;
}

.team_list li .practice_area {
	font-family : 'Source Serif Pro' !important;
}

.page-template-page-team .entry-content .container {
	padding-right : 0 !important;
}

.page-template-page-team .entry-content h3 {
	font-family   : CaslonGraphique;
	color         : #000;
	font-size     : 6.5rem;
	line-height   : 5rem;
	margin-bottom : 3rem;
}

.filter_title {
	color           : #056979;
	font-family     : Montserrat;
	font-weight     : bold;
	text-transform  : uppercase;
	text-decoration : none;
	padding-right   : 1.5rem;
	float           : left;
	padding-top     : 1rem;
	margin-right    : 2rem;
}

body.single-team #content .member_biography .elementor {
	max-width : 100% !important;
	margin    : 0 !important;
}

body.single-team .member_biography .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding : 10px 0 !important;
}

.wp-pagenavi {
	clear      : both;
	text-align : center;
	padding    : 1rem 0 4rem;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration : none;
	border          : 0px solid #bfbfbf;
	padding         : 3px 5px;
	margin          : 2px;
	font-family     : 'Source Serif Pro', serif;
	color           : #000;
}

.wp-pagenavi span.current {
	font-weight : bold;
	color       : #e30102;
}

/* News
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.seemore {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	font-size      : 1.4rem;
	border-bottom  : 2px solid #fff;
	transition     : all ease .2s;
	display        : inline-block;
	margin-top     : 1rem;
	text-transform : uppercase;
	border-left    : 3px solid #01aaad;
	padding-left   : 15px;
	margin-left    : 15px;
	line-height    : 1.6rem;
	cursor         : pointer;
}

.expand {
	padding-top : 2rem;
	display     : none
}

.article_news .top_news {
	border-left  : 3px solid #01aaad;
	padding-left : 5rem;
}

.article_news h5 {
	font-family   : 'Source Serif Pro', serif;
	line-height   : 3.5rem;
	font-size     : 2.6rem;
	margin-bottom : 0;
	cursor        : pointer;
}

.article_news .date {
	font-family : 'Source Serif Pro', serif;
}

.article_news {
	margin-top    : 3rem;
	margin-bottom : 4rem;
	display       : inline-block;
	width         : 100%;
}

#news_list {
	margin-top : 4rem
}

/* IP Blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#ip_blog_post {
	display    : inline-block;
	width      : 65%;
	margin-top : 5rem;
}

#ip_blog_post .ip_blog_image {
	display             : inline-block;
	width               : 100%;
	height              : 300px;
	margin-bottom       : 2rem;
	background-size     : cover;
	background-position : center;
}

#ip_blog_post h2 {
	font-weight   : bold;
	font-size     : 3.4rem;
	line-height   : 3.7rem;
	margin-bottom : 5px;
}

#ip_blog_post .post_meta {
	font-family    : 'Source Serif Pro', serif;
	margin-bottom  : 2rem;
	padding-bottom : 2rem;
	display        : inline-block;
	width          : 100%;
	border-bottom  : 3px solid #01aaad;
}

#ip_blog_post a {
	color           : #e30102;
	text-decoration : none;
}

#ip_blog_post .post_meta a {
	pointer-events : none
}

#ip_blog_post .content_post {
}

#ip_blog_post .tags {
	margin-bottom  : 2rem;
	padding-bottom : 2rem;
	display        : inline-block;
	width          : 100%;
	border-bottom  : 3px solid #01aaad;
}

#ip_blog_post .tags b {
	color       : #e30102;
	font-family : Montserrat;
}

#ip_blog_post .tags a {
	color          : #000;
	pointer-events : none;
}

#ip_blog_sidebar {
	display        : inline-block;
	width          : calc(35% - 5rem);
	vertical-align : top;
	margin-top     : 5rem;
	float          : right;
}

.navlinks {
	margin-bottom  : 2rem;
	padding-bottom : 2rem;
}

.navlinks .next {
	float : right;
}

.navlinks a {
	font-weight : bold;
	font-family : Montserrat;
}

#ip_blog_sidebar {
}

#ip_blog_sidebar .widget {
}

.widget-title {
	color          : #e30102;
	font-family    : Montserrat;
	margin-bottom  : 2rem;
	padding-bottom : 1rem;
	display        : inline-block;
	width          : 100%;
	border-bottom  : 3px solid #01aaad;
	font-size      : 1.6rem;
	font-weight    : bold;
	letter-spacing : .05rem;
	text-transform : uppercase;
}

#ip_blog_sidebar ul {
	padding : 0;
	margin  : 0;
}

#ip_blog_sidebar ul li {
	display       : inline-block;
	width         : 100%;
	font-family   : 'Source Serif Pro', serif;
	margin-bottom : 2rem;
}

#ip_blog_sidebar ul li a {
	color           : #000;
	text-decoration : none;
	font-family     : 'Source Serif Pro', serif;
	font-weight     : bold;
}

.widget .search-form {
}

.widget .search-field {
	font-family    : Montserrat;
	font-weight    : bold;
	width          : 100%;
	border         : none;
	background     : #bdccd1;
	border-radius  : 0;
	color          : #056979 !important;
	font-size      : 1.4rem;
	height         : auto;
	padding        : 13px;
	border         : none !important;
	letter-spacing : 0.05rem;
	margin-bottom  : 0;
	text-transform : uppercase;
}

.widget .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family    : Montserrat;
	font-weight    : bold;
	color          : #056979;
	font-size      : 1.4rem;
	letter-spacing : 0.05rem;
	text-transform : uppercase;
}

.widget .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family    : Montserrat;
	font-weight    : bold;
	color          : #056979;
	font-size      : 1.4rem;
	letter-spacing : 0.05rem;
	text-transform : uppercase;
}

.widget .search-field::-ms-input-placeholder { /* Microsoft Edge */
	font-family    : Montserrat;
	font-weight    : bold;
	color          : #056979;
	font-size      : 1.4rem;
	letter-spacing : 0.05rem;
	text-transform : uppercase;
}

.widget .search-submit {
	display : none
}

/* What The
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-template-page-what-the {
}

.page-template-page-what-the .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding : 0;
}

.page-template-page-what-the .site-content,
.single-what_the .site-content,
.tax-artists .site-content {
	padding-right : 130px !important;
}

.page-template-page-what-the .site-content .wp-block-image img {
	width  : 100%;
	height : auto;
}

.single-what_the .site-content .wp-block-image img {
	width  : 100%;
	height : auto;
}

.tax-artists #ip_blog_post article {
	margin-bottom : 5rem
}

.tax-artists #ip_blog_post article p {
	margin-bottom : 1rem;
}

.artist-title {
	font-family    : CaslonGraphique;
	color          : #000;
	letter-spacing : 1px;
	font-size      : 5.5rem;
	line-height    : 6rem;
	margin-bottom  : 4rem;
}

.readmore {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	font-size      : 1.4rem;
	border-bottom  : 2px solid #fff;
	transition     : all ease .2s;
	display        : inline-block;
	margin-top     : 0;
	text-transform : uppercase;
	border-left    : 0;
	margin-left    : 0;
	line-height    : 1.6rem;
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.search .entry-content {
	font-family : 'Source Serif Pro', serif
}

body.search .page-title {
	font-size : 2.5rem;
	color     : #999;
}

body.search article {
	margin-bottom  : 3rem;
	border-bottom  : 3px solid #01aaad;
	padding-bottom : 3rem;
}

body.search article h5 {
	display : inline-block;
	margin  : 0;
}

body.search article h5 a {
	color           : #000;
	text-decoration : none;
	margin          : 0;
	font-size       : 3.5rem;
}

body.search article .entry-summary {
	margin : 0;
}

body.search article .entry-summary p {
}

.nav-previous a, .nav-next a {
	color          : #e30102;
	font-family    : Montserrat;
	font-weight    : bold;
	font-size      : 1.4rem;
	border-bottom  : 2px solid #fff;
	transition     : all ease .2s;
	display        : inline-block;
	margin-top     : 0;
	text-transform : uppercase;
	border-left    : 0;
	margin-left    : 0;
	line-height    : 1.6rem;
}

/* Services
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.service_subhead div div {
	background     : #01aaad;
	color          : #fff !important;
	padding        : 2.5rem !important;
	font-weight    : 700 !important;
	font-size      : 1.5rem;
	font-family    : Montserrat !important;
	letter-spacing : .05rem;
}

.service_subhead div div span {
	color : #fff !important;
}

.service_subhead div div span:hover {
	color : #830102 !important;
}

.service_subhead div div span a {
	color : #fff !important;
}

.service_subhead div div span a:hover {
	color : #830102 !important;
}

.single-services .entry-content h6 {
	color       : #e30102 !important;
	font-weight : bold !important;
	font-size   : 1.6rem;
	font-family : Montserrat !important;
}
.parent-pageid-17  .entry-content h6 {
	color       : #e30102 !important;
	font-weight : bold !important;
	font-size   : 1.6rem;
	font-family : Montserrat !important;
}
.single-services .entry-content ul, .parent-pageid-17  .entry-content ul {
	list-style  : initial;
	margin-left : 18px !important;
}

.single-services .entry-content ul li, .parent-pageid-17  .entry-content ul li {
	font-family   : 'Source Serif Pro' !important;
	color         : #000;
	margin-bottom : 7px;
}
 .parent-pageid-17  .entry-content a{
 	color       : #e30102 !important;	
 }
.services_list {
	margin  : 0;
	padding : 0;
}

.services_list li {
	display        : inline-block;
	width          : calc(100% / 3 - 4rem);
	margin         : 0 3.5rem 0 0;
	padding        : 0;
	background     : #e30102;
	vertical-align : top;
	height         : 170px;
	margin-bottom  : 4rem;
	position       : relative;
}

.services_list li a {
	color           : #fff;
	text-align      : center;
	width           : 90%;
	display         : inline-block;
	font-family     : Montserrat;
	text-decoration : none;
	font-weight     : bold;
	font-size       : 2.2rem;
	position        : absolute;
	left            : 50%;
	top             : 50%;
	transform       : translate(-50%, -50%);
	line-height     : 2.5rem;
}

.site-footer {
	height              : 330px;
	background-size     : cover;
	background-position : center;
	margin-top          : 6rem
}

#hide_medium_content {
	display : none;
}

.single-services .entry-content .elementor-widget:not(:last-child) {
	margin-bottom : 5px;
}

.search-form .search-field {
	font-family    : Montserrat;
	font-weight    : bold;
	width          : 100%;
	border         : none;
	background     : #bdccd1;
	border-radius  : 0;
	color          : #056979 !important;
	font-size      : 1.4rem;
	height         : auto;
	padding        : 13px;
	border         : none !important;
	letter-spacing : 0.05rem;
	margin-bottom  : 0;
	text-transform : uppercase;
}

.search-form .search-submit {
	display : none
}

.social_links:after {
    content: '';
    display: inline-block;
    width: calc(100% - 4rem);
    height: 1px;
    background: #830102;
    margin-left: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.social_links {
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 0rem;
    z-index: 9;
}
.social_links li {
    display: inline-block;
    margin: 0;
    width: 25%;
    float: left;
}
.social_links li a {
    display: inline-block;
    transition: all ease 0.3s;
    cursor: pointer;
}
.social_links li a img {
    width: 30px;
}
.social_links li a:hover{
	opacity: 1
}

.elementor-widget-form .elementor-button{
    visibility: visible !important
}

#home_footer {
    display: inline-block;
    width: 100%;
    position: static;
    z-index: 9999;
    text-align: center;
    background: #e30102;
    color: #FFF;
    vertical-align: middle;
    padding: 2rem 0;
    margin-top: 5px;
}
#home_footer p {
    margin: 0;
    color: #FFF;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 1.4rem;
}
#home_footer p .address,#home_footer p .phone {
    margin-left: 10px;
    padding-left: 12px;
    position: relative;
}
#home_footer p .address:before,#home_footer p .phone:before {
    content: '';
    background: #FFF;
    display: inline-block;
    width: 1px;
    height: 10px;
    left: 0;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#home_footer p a {
    color: #FFF;
    text-decoration: none;
}
body.page-template-page-left-bars  #page.site .site-footer{
	display: none
}

/*
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-height : 850px) {

#dunlap_bar span.clicktoexpand, #dconfilm_bar span.clicktoexpand {
    transform: translate(-7%, 31%);
    width: 100%;
}

}


@media (max-height : 850px) and (max-width : 1240px)  {

#dunlap_bar span.clicktoexpand, #dconfilm_bar span.clicktoexpand {
    transform: translate(6px, 31%);
    width: 100%;
}

}
@media (max-width : 1240px) {

	html {
		font-size : 58.5%;
	}

	#home_top h2 {
		font-size : 7rem;
	}
}

@media (max-width : 1024px) {
	html {
		font-size : 55.5%;
	}

	.sub_pagenav .container, .entry-content .container, .header.entry-header .container {
		padding-right : 0 !important;
	}

	.services_list li a {
		font-size   : 1.7rem;
		line-height : 2rem;
	}

	#dunlap_bar {
		right           : 40px;
		width           : 40px;
		background-size : 30px;
	}

	#dconfilm_bar {
		width           : 40px;
		background-size : 30px;
	}

	header.entry-header {
		width : calc(100% - 80px);
	}

	#back_home {
		height          : 45px;
		background-size : 20px;
	}

	#dunlap_bar .closesidemenu {
		width           : 0;
		height          : 45px;
		background-size : 20px;
	}

	#dunlap_bar.opened {
		right            : calc(100vw - 230px);
		width            : 230px;
		transition-delay : 0s;
	}

	.site-content {
		padding-right : 80px !important;
	}

	#dunlap_bar.yellowisopen {
		right : calc(100vw - 40px);
	}

	#dconfilm_bar.opened {
		right : calc(100vw - 80px);
	}

	#dconfilm_side_box.show {
		width : calc(100vw - 80px);
	}

	.site-content.redboxopen, .entry-header.redboxopen, .sub_pagenav.redboxopen {
		margin-left : 230px;
		width       : calc(100% - 230px);
	}

	#dunlap_bar.opened .closesidemenu {
		width : calc(100% - 230px);
	}

	.site-content.redboxopen, .entry-header.redboxopen, .sub_pagenav.redboxopen {
		padding-right : 40px !important;
	}

	body.red_menu_opened header.entry-header {
		margin-top : 45px;
	}

	body.red_menu_opened #back_home {
		width : calc(100% - 230px);
	}

	#dunlap_content_box.show {
		width  : calc(100vw - 270px);
		top    : 45px;
		left   : 230px;
		height : calc(100vh - 45px);
	}

	.offices_list .office .address {
		font-size : 1.5rem;
	}

	#home_top h2 {
		font-size   : 5rem;
		line-height : 7rem;
	}

	#home_top h2:after {
		height : 15px;
		bottom : 12px;
	}




}

@media (max-width : 768px) {
	html {
		font-size : 45.5%;
	}

	.sub_pagenav ul li a {
		padding-right : 1rem;
		font-size     : 1.4rem;
		margin-right  : .5rem;
	}

	.offices_list .office .icon img {
		height : 30px;
		width  : 30px;
	}

	#dunlap_side_box .site-title a {
		height : 100px;
	}

	.entry-header h1 {
		font-size   : 8rem;
		line-height : 9rem;
	}

	#home_top h2 {
	}

	#home_top h2:after {
		height : 12px;
		bottom : 6px;
	}

	#home_top span {
		font-size      : 1.4rem;
		letter-spacing : 2px;
	}

	.home_box h3 {
		font-size   : 8.5rem;
		line-height : 9rem;
	}

	.single-team #content .entry-content .elementor {
		max-width : 90%;
		margin    : 0;
	}

}

@media (max-width : 600px) {
	html {
		font-size : 43%;
	}

	#dconfilm_bar {
		width            : 100%;
		background-size  : 30px;
		height           : 40px;
		bottom           : 0;
		top              : auto;
		background-image : none;
		z-index          : 999999
	}

	#dunlap_bar span.clicktoexpand, #dconfilm_bar span.clicktoexpand {
		writing-mode : initial;
		transform    : none;
		margin       : 0;
		position     : static;
		width        : 100%;
		text-align   : center;
		display      : inline-block;
		position     : absolute;
		height       : 100%;
		top          : 0;
		left         : 0;
		padding      : 12px;
		margin       : 0;
	}

	#dunlap_bar {
		background-image : none;
		background-size  : 30px;
		width            : 100vw;
		right            : auto;
		height           : 40px;
		top              : auto;
		bottom           : 40px;
	}

	#dconfilm_side_box {
		height : 0;
		bottom : 0;
		width  : 100vw
	}

	#dconfilm_bar.opened {
		right  : 0;
		bottom : calc(100% - 80px);
	}

	#dconfilm_side_box.show {
		width  : 100%;
		height : calc(100% - 80px);
	}

	#dunlap_content_box.show {
		pointer-events   : initial;
		width            : calc(100vw - 365px);
		top              : 211px;
		left             : 300px;
		height           : calc(100vh - 180px);
		overflow-x       : auto;
		position         : fixed;
		opacity          : 1;
		z-index          : 9;
		transition       : opacity 0.4s ease;
		opacity          : 1;
		transition-delay : .1s;
		z-index          : 9999;
		width            : 100vw;
		left             : 0;
		padding-bottom   : 10rem;
		z-index          : 999;
	}

	#dunlap_bar.yellowisopen {
		right : 0;
		top   : 0;
	}

	#dunlap_bar.opened .closesidemenu {
		width    : 100vw;
		margin   : 0;
		padding  : 0;
		left     : 0;
		top      : 0;
		position : absolute;
	}

	#dunlap_bar.opened {
		right            : 0;
		width            : 100vw;
		transition-delay : 0s;
		left             : 0;
		overflow-y       : scroll;
		bottom           : -40px;
		height           : 100%;
		padding-top      : 35px;
		bottom           : 0;
	}

	#dunlap_side_box .site-title a {
		height              : 55px;
		margin              : 2rem auto 0;
		display             : block;
		background-position : center;
	}

	#menu-side-menu li a {
		font-size  : 1.6rem;
		padding    : 0.5rem 2rem;
		text-align : center;
	}

	#menu-side-menu:after {
		margin-bottom : 0rem;
	}

	.offices_list .office {
		font-family    : Montserrat;
		font-size      : 1.6rem;
		display        : inline-block;
		width          : 40%;
		margin         : 1rem 0;
		text-align     : left;
		vertical-align : top;
		margin         : 2rem 4%;
	}

	.offices_list .office h5 {
		margin : 0;
	}

	.offices_list .office .phone {
		margin : 0;
	}

	.offices_list .office .address {
		margin : 0;
	}

	.offices_list .office .icon {
		padding    : 2rem 1rem 0 0;
		margin     : 0;
		text-align : left;
	}

	.offices_list .office .icon img {
		height : 25px;
		width  : 29px;
	}

	.site-content {
		padding-right : 0 !important;
	}

	#home_top {
		height : 100vw;
	}

	.home_box {
		height : 45vw;
	}

	.home_box h3 {
		font-size   : 6.5rem;
		line-height : 7rem;
	}

	header.entry-header {
		width  : 100% !important;
		height : 50vw;
	}

	.sub_pagenav .container {
		width      : 90%;
		padding    : 0;
		text-align : center;
	}

	.sub_pagenav ul li {
		padding : 1rem 0;
	}

	.entry-content .container {
		width    : 90%;
		padding  : 0 0 40px;
		overflow : hidden;
	}

	.entry-header h1 {
		font-size   : 7rem;
		line-height : 8rem;
	}

	body .elementor-spacer-inner {
		height : 15px !important;
	}

	#page {
		padding-bottom : 80px;
	}

	.site-footer {
		height              : 33vw;
		background-size     : cover;
		background-position : center;
		margin-top          : 0;
		margin-bottom       : 0;
	}

	.team_list li {
		width  : 100%;
		margin : 1rem 0 1rem;
	}

	.team_list li .photo {
		height : 80vw;
	}

	.page-template-page-team .entry-content h3 {
		font-size     : 5.5rem;
		line-height   : 5rem;
		margin-bottom : 1rem;
	}

	.prettydropdown > ul > li {
		height         : 30px;
		line-height    : 30px;
		margin         : 0;
		text-transform : uppercase;
		font-size      : 1.4rem;
		padding-right  : 4rem;
		width          : 90vw !important
	}

	select.filters-select {
		height : 30px !important
	}

	.team_list {
		padding : 0;
		margin  : 0;
	}

	.team_list li h5 {
		font-size : 2rem;
	}

	.team_list li .practice_area {
		font-size : 1.7rem;
	}

	.column, .columns {
		width      : 90%;
		float      : none;
		box-sizing : border-box;
		margin     : 0 auto;
	}

	.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
		line-height : 1.4;
	}

	.single-team #content .entry-content .elementor {
		max-width : 100%;
	}

	.member_details {
		margin-bottom : 3rem
	}

	.services_list li {
		display        : inline-block;
		width          : 100%;
		margin         : 0 1.5rem 0 0;
		padding        : 0;
		background     : #e30102;
		vertical-align : top;
		height         : 100px;
		margin-bottom  : 2rem;
		position       : relative;
	}

	.entry-content {
		padding : 2rem 0;
	}

	.elementor-widget-image-box .elementor-image-box-content {
		padding : 2rem;
	}

	.elementor-widget-image-box .elementor-image-box-content h5 {
		line-height : 3rem;
	}

	.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding : 0 0 2rem !important;
	}

	.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
		font-size : 4.5rem !important;
	}

	.site-content.redboxopen, .entry-header.redboxopen, .sub_pagenav.redboxopen {
		margin-left : 0 !important;
		width       : 100vw !important;
		padding     : 0 !important;
	}

	#dunlap_content_box.show {
		pointer-events   : initial;
		width            : calc(100vw - 365px);
		top              : 0;
		left             : 0;
		height           : calc(100vh - 40px);
		overflow-x       : auto;
		position         : fixed;
		opacity          : 1;
		z-index          : 9;
		transition       : opacity 0.4s ease;
		opacity          : 1;
		transition-delay : .1s;
		z-index          : 9999;
		width            : 100vw;
		left             : 100vw;
		padding-bottom   : 10rem;
		transition       : all ease .5s;
	}

	#dunlap_content_box.show.mobile_opened {
		left : 0;
	}

	#dunlap_content_box.show.mobile_opened .entry-header {
		margin-top : 45px !important;
	}

	#hide_medium_content {
		width               : 100vw;
		margin              : 0;
		padding             : 0;
		left                : 0;
		background-image    : url(images/close.svg);
		height              : 45px;
		background-size     : 20px;
		top                 : 0;
		position            : absolute;
		background-color    : #830102;
		display             : inline-block;
		z-index             : 99;
		background-repeat   : no-repeat;
		background-position : center;
	}

	#dconfilm_bar:before {
		content             : "";
		position            : absolute;
		width               : 150px;
		height              : 167px;
		top                 : 0;
		left                : 50%;
		z-index             : -1;
		background          : url(images/dconfilm.svg) 0 0 repeat;
		-webkit-transform   : rotate(30deg);
		-moz-transform      : rotate(30deg);
		-ms-transform       : rotate(30deg);
		-o-transform        : rotate(30deg);
		background-repeat   : no-repeat;
		transform           : rotate(-90deg);
		background-size     : 130px;
		background-size     : contain;
		background-position : right top;
		margin-left         : -75px;
	}

	#dunlap_bar:before {
		content             : "";
		position            : absolute;
		width               : 112px;
		height              : 130px;
		top                 : 0;
		left                : 50%;
		z-index             : -1;
		background          : url(images/dunlapcoding.svg) 0 0 repeat;
		-webkit-transform   : rotate(30deg);
		-moz-transform      : rotate(30deg);
		-ms-transform       : rotate(30deg);
		-o-transform        : rotate(30deg);
		background-repeat   : no-repeat;
		transform           : rotate(-90deg);
		background-size     : 130px;
		background-size     : contain;
		background-position : right top;
		margin-left         : -56px;
	}

	#dunlap_bar span.clicktoexpand, #dconfilm_bar span.clicktoexpand {
		font-size : 0;
	}

	#dunlap_content_box {
		display : none !important;
	}

	.page-template-page-red-opened #dunlap_content_box,
	.page-template-page-news #dunlap_content_box {
		display : inline-block !important;
		left    : -100vw !important;
	}

	.page-template-page-red-opened #dunlap_content_box.mobile_opened,
	.page-template-page-news #dunlap_content_box.mobile_opened,
	.single-ip_blog #dunlap_content_box.mobile_opened {
		left : 0vw !important;
	}

	.single-ip_blog #dunlap_content_box {
		display : initial !important;
	}

	#dunlap_bar span.clicktoexpand p, #dconfilm_bar span.clicktoexpand p {
		display : none
	}

	.page-template-page-what-the .site-content, .single-what_the .site-content, .tax-artists .site-content {
		padding-right : 0 !important;
	}

	#ip_blog_post {
		display    : inline-block;
		width      : 100%;
		margin-top : 0;
	}

	#ip_blog_sidebar {
		width : 100%;
	}

	#ip_blog_post .ip_blog_image {
		margin-top    : 3rem;
		margin-bottom : 3rem;
	}

	#dunlap_bar:before {
		background-image : url(images/dunlapcoding_mobile.svg);
	}

}

@media (max-width : 470px) {
	#home_top .top_content {
		left  : 50%;
		width : 87%;
	}
	#home_top h2 {
		font-size   : 4.5rem;
		line-height : 7rem;
	}
	#home_footer p .address:before, #home_footer p .phone:before{
		display: none
	}
	#home_footer p .address, #home_footer p .phone {
	    margin-left: 0;
	    padding-left: 0;
	    position: relative;
	    width: 100%;
	    display: inline-block;
	}
}

/* Email Catch Styles */

.email-disclaimer {
	margin           : 32px;
	padding          : 16px;
	background-color : rgba(0, 0, 0, 0.02);
	text-align       : center;
	border-radius    : 1rem;
}

.email-disclaimer input[type="checkbox"] {
	display        : inline-block;
	width          : 14px;
	height         : 14px;
	padding        : 12px;
	margin         : 1px 14px 25px 0;
	cursor         : pointer;
	vertical-align : top;
}

.email-disclaimer label {
	font-family : "Roboto", sans-serif;
	display     : inline-block;
	font-size   : 16px;
	font-weight : 500;
}

.email-disclaimer .btn-continue {
	display            : inline-block;
	padding            : 13px 24px 12px;
	border-radius      : 3px;
	background-color   : #61ce70;
	font-family        : "Roboto", sans-serif;
	color              : #fff;
	font-size          : 18px;
	font-weight        : 500;
	line-height        : 1;
	text-align         : center;
	text-transform     : uppercase;
	-webkit-transition : all .5s;
	-o-transition      : all .5s;
	transition         : all .5s;
}

.email-disclaimer .btn-continue.disabled {
	background-color : rgba(0, 0, 0, 0.3);
	pointer-events   : none;
	cursor           : not-allowed;
}