/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: 'FontAwesome';
	src: url('https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.28571429em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.85714286em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.fa-pull-left {
	float: left
}
.fa-pull-right {
	float: right
}
.fa.fa-pull-left {
	margin-right: .3em
}
.fa.fa-pull-right {
	margin-left: .3em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.fa-space-shuttle:before {
	content: "\f197"
}
.fa-slack:before {
	content: "\f198"
}
.fa-envelope-square:before {
	content: "\f199"
}
.fa-wordpress:before {
	content: "\f19a"
}
.fa-openid:before {
	content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}
.fa-yahoo:before {
	content: "\f19e"
}
.fa-google:before {
	content: "\f1a0"
}
.fa-reddit:before {
	content: "\f1a1"
}
.fa-reddit-square:before {
	content: "\f1a2"
}
.fa-stumbleupon-circle:before {
	content: "\f1a3"
}
.fa-stumbleupon:before {
	content: "\f1a4"
}
.fa-delicious:before {
	content: "\f1a5"
}
.fa-digg:before {
	content: "\f1a6"
}
.fa-pied-piper-pp:before {
	content: "\f1a7"
}
.fa-pied-piper-alt:before {
	content: "\f1a8"
}
.fa-drupal:before {
	content: "\f1a9"
}
.fa-joomla:before {
	content: "\f1aa"
}
.fa-language:before {
	content: "\f1ab"
}
.fa-fax:before {
	content: "\f1ac"
}
.fa-building:before {
	content: "\f1ad"
}
.fa-child:before {
	content: "\f1ae"
}
.fa-paw:before {
	content: "\f1b0"
}
.fa-spoon:before {
	content: "\f1b1"
}
.fa-cube:before {
	content: "\f1b2"
}
.fa-cubes:before {
	content: "\f1b3"
}
.fa-behance:before {
	content: "\f1b4"
}
.fa-behance-square:before {
	content: "\f1b5"
}
.fa-steam:before {
	content: "\f1b6"
}
.fa-steam-square:before {
	content: "\f1b7"
}
.fa-recycle:before {
	content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}
.fa-tree:before {
	content: "\f1bb"
}
.fa-spotify:before {
	content: "\f1bc"
}
.fa-deviantart:before {
	content: "\f1bd"
}
.fa-soundcloud:before {
	content: "\f1be"
}
.fa-database:before {
	content: "\f1c0"
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
.fa-file-word-o:before {
	content: "\f1c2"
}
.fa-file-excel-o:before {
	content: "\f1c3"
}
.fa-file-powerpoint-o:before {
	content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}
.fa-file-code-o:before {
	content: "\f1c9"
}
.fa-vine:before {
	content: "\f1ca"
}
.fa-codepen:before {
	content: "\f1cb"
}
.fa-jsfiddle:before {
	content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4"
}
.fa-tencent-weibo:before {
	content: "\f1d5"
}
.fa-qq:before {
	content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}
.fa-history:before {
	content: "\f1da"
}
.fa-circle-thin:before {
	content: "\f1db"
}
.fa-header:before {
	content: "\f1dc"
}
.fa-paragraph:before {
	content: "\f1dd"
}
.fa-sliders:before {
	content: "\f1de"
}
.fa-share-alt:before {
	content: "\f1e0"
}
.fa-share-alt-square:before {
	content: "\f1e1"
}
.fa-bomb:before {
	content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}
.fa-tty:before {
	content: "\f1e4"
}
.fa-binoculars:before {
	content: "\f1e5"
}
.fa-plug:before {
	content: "\f1e6"
}
.fa-slideshare:before {
	content: "\f1e7"
}
.fa-twitch:before {
	content: "\f1e8"
}
.fa-yelp:before {
	content: "\f1e9"
}
.fa-newspaper-o:before {
	content: "\f1ea"
}
.fa-wifi:before {
	content: "\f1eb"
}
.fa-calculator:before {
	content: "\f1ec"
}
.fa-paypal:before {
	content: "\f1ed"
}
.fa-google-wallet:before {
	content: "\f1ee"
}
.fa-cc-visa:before {
	content: "\f1f0"
}
.fa-cc-mastercard:before {
	content: "\f1f1"
}
.fa-cc-discover:before {
	content: "\f1f2"
}
.fa-cc-amex:before {
	content: "\f1f3"
}
.fa-cc-paypal:before {
	content: "\f1f4"
}
.fa-cc-stripe:before {
	content: "\f1f5"
}
.fa-bell-slash:before {
	content: "\f1f6"
}
.fa-bell-slash-o:before {
	content: "\f1f7"
}
.fa-trash:before {
	content: "\f1f8"
}
.fa-copyright:before {
	content: "\f1f9"
}
.fa-at:before {
	content: "\f1fa"
}
.fa-eyedropper:before {
	content: "\f1fb"
}
.fa-paint-brush:before {
	content: "\f1fc"
}
.fa-birthday-cake:before {
	content: "\f1fd"
}
.fa-area-chart:before {
	content: "\f1fe"
}
.fa-pie-chart:before {
	content: "\f200"
}
.fa-line-chart:before {
	content: "\f201"
}
.fa-lastfm:before {
	content: "\f202"
}
.fa-lastfm-square:before {
	content: "\f203"
}
.fa-toggle-off:before {
	content: "\f204"
}
.fa-toggle-on:before {
	content: "\f205"
}
.fa-bicycle:before {
	content: "\f206"
}
.fa-bus:before {
	content: "\f207"
}
.fa-ioxhost:before {
	content: "\f208"
}
.fa-angellist:before {
	content: "\f209"
}
.fa-cc:before {
	content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.fa-buysellads:before {
	content: "\f20d"
}
.fa-connectdevelop:before {
	content: "\f20e"
}
.fa-dashcube:before {
	content: "\f210"
}
.fa-forumbee:before {
	content: "\f211"
}
.fa-leanpub:before {
	content: "\f212"
}
.fa-sellsy:before {
	content: "\f213"
}
.fa-shirtsinbulk:before {
	content: "\f214"
}
.fa-simplybuilt:before {
	content: "\f215"
}
.fa-skyatlas:before {
	content: "\f216"
}
.fa-cart-plus:before {
	content: "\f217"
}
.fa-cart-arrow-down:before {
	content: "\f218"
}
.fa-diamond:before {
	content: "\f219"
}
.fa-ship:before {
	content: "\f21a"
}
.fa-user-secret:before {
	content: "\f21b"
}
.fa-motorcycle:before {
	content: "\f21c"
}
.fa-street-view:before {
	content: "\f21d"
}
.fa-heartbeat:before {
	content: "\f21e"
}
.fa-venus:before {
	content: "\f221"
}
.fa-mars:before {
	content: "\f222"
}
.fa-mercury:before {
	content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224"
}
.fa-transgender-alt:before {
	content: "\f225"
}
.fa-venus-double:before {
	content: "\f226"
}
.fa-mars-double:before {
	content: "\f227"
}
.fa-venus-mars:before {
	content: "\f228"
}
.fa-mars-stroke:before {
	content: "\f229"
}
.fa-mars-stroke-v:before {
	content: "\f22a"
}
.fa-mars-stroke-h:before {
	content: "\f22b"
}
.fa-neuter:before {
	content: "\f22c"
}
.fa-genderless:before {
	content: "\f22d"
}
.fa-facebook-official:before {
	content: "\f230"
}
.fa-pinterest-p:before {
	content: "\f231"
}
.fa-whatsapp:before {
	content: "\f232"
}
.fa-server:before {
	content: "\f233"
}
.fa-user-plus:before {
	content: "\f234"
}
.fa-user-times:before {
	content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236"
}
.fa-viacoin:before {
	content: "\f237"
}
.fa-train:before {
	content: "\f238"
}
.fa-subway:before {
	content: "\f239"
}
.fa-medium:before {
	content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b"
}
.fa-optin-monster:before {
	content: "\f23c"
}
.fa-opencart:before {
	content: "\f23d"
}
.fa-expeditedssl:before {
	content: "\f23e"
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244"
}
.fa-mouse-pointer:before {
	content: "\f245"
}
.fa-i-cursor:before {
	content: "\f246"
}
.fa-object-group:before {
	content: "\f247"
}
.fa-object-ungroup:before {
	content: "\f248"
}
.fa-sticky-note:before {
	content: "\f249"
}
.fa-sticky-note-o:before {
	content: "\f24a"
}
.fa-cc-jcb:before {
	content: "\f24b"
}
.fa-cc-diners-club:before {
	content: "\f24c"
}
.fa-clone:before {
	content: "\f24d"
}
.fa-balance-scale:before {
	content: "\f24e"
}
.fa-hourglass-o:before {
	content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253"
}
.fa-hourglass:before {
	content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256"
}
.fa-hand-scissors-o:before {
	content: "\f257"
}
.fa-hand-lizard-o:before {
	content: "\f258"
}
.fa-hand-spock-o:before {
	content: "\f259"
}
.fa-hand-pointer-o:before {
	content: "\f25a"
}
.fa-hand-peace-o:before {
	content: "\f25b"
}
.fa-trademark:before {
	content: "\f25c"
}
.fa-registered:before {
	content: "\f25d"
}
.fa-creative-commons:before {
	content: "\f25e"
}
.fa-gg:before {
	content: "\f260"
}
.fa-gg-circle:before {
	content: "\f261"
}
.fa-tripadvisor:before {
	content: "\f262"
}
.fa-odnoklassniki:before {
	content: "\f263"
}
.fa-odnoklassniki-square:before {
	content: "\f264"
}
.fa-get-pocket:before {
	content: "\f265"
}
.fa-wikipedia-w:before {
	content: "\f266"
}
.fa-safari:before {
	content: "\f267"
}
.fa-chrome:before {
	content: "\f268"
}
.fa-firefox:before {
	content: "\f269"
}
.fa-opera:before {
	content: "\f26a"
}
.fa-internet-explorer:before {
	content: "\f26b"
}
.fa-tv:before, .fa-television:before {
	content: "\f26c"
}
.fa-contao:before {
	content: "\f26d"
}
.fa-500px:before {
	content: "\f26e"
}
.fa-amazon:before {
	content: "\f270"
}
.fa-calendar-plus-o:before {
	content: "\f271"
}
.fa-calendar-minus-o:before {
	content: "\f272"
}
.fa-calendar-times-o:before {
	content: "\f273"
}
.fa-calendar-check-o:before {
	content: "\f274"
}
.fa-industry:before {
	content: "\f275"
}
.fa-map-pin:before {
	content: "\f276"
}
.fa-map-signs:before {
	content: "\f277"
}
.fa-map-o:before {
	content: "\f278"
}
.fa-map:before {
	content: "\f279"
}
.fa-commenting:before {
	content: "\f27a"
}
.fa-commenting-o:before {
	content: "\f27b"
}
.fa-houzz:before {
	content: "\f27c"
}
.fa-vimeo:before {
	content: "\f27d"
}
.fa-black-tie:before {
	content: "\f27e"
}
.fa-fonticons:before {
	content: "\f280"
}
.fa-reddit-alien:before {
	content: "\f281"
}
.fa-edge:before {
	content: "\f282"
}
.fa-credit-card-alt:before {
	content: "\f283"
}
.fa-codiepie:before {
	content: "\f284"
}
.fa-modx:before {
	content: "\f285"
}
.fa-fort-awesome:before {
	content: "\f286"
}
.fa-usb:before {
	content: "\f287"
}
.fa-product-hunt:before {
	content: "\f288"
}
.fa-mixcloud:before {
	content: "\f289"
}
.fa-scribd:before {
	content: "\f28a"
}
.fa-pause-circle:before {
	content: "\f28b"
}
.fa-pause-circle-o:before {
	content: "\f28c"
}
.fa-stop-circle:before {
	content: "\f28d"
}
.fa-stop-circle-o:before {
	content: "\f28e"
}
.fa-shopping-bag:before {
	content: "\f290"
}
.fa-shopping-basket:before {
	content: "\f291"
}
.fa-hashtag:before {
	content: "\f292"
}
.fa-bluetooth:before {
	content: "\f293"
}
.fa-bluetooth-b:before {
	content: "\f294"
}
.fa-percent:before {
	content: "\f295"
}
.fa-gitlab:before {
	content: "\f296"
}
.fa-wpbeginner:before {
	content: "\f297"
}
.fa-wpforms:before {
	content: "\f298"
}
.fa-envira:before {
	content: "\f299"
}
.fa-universal-access:before {
	content: "\f29a"
}
.fa-wheelchair-alt:before {
	content: "\f29b"
}
.fa-question-circle-o:before {
	content: "\f29c"
}
.fa-blind:before {
	content: "\f29d"
}
.fa-audio-description:before {
	content: "\f29e"
}
.fa-volume-control-phone:before {
	content: "\f2a0"
}
.fa-braille:before {
	content: "\f2a1"
}
.fa-assistive-listening-systems:before {
	content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4"
}
.fa-glide:before {
	content: "\f2a5"
}
.fa-glide-g:before {
	content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7"
}
.fa-low-vision:before {
	content: "\f2a8"
}
.fa-viadeo:before {
	content: "\f2a9"
}
.fa-viadeo-square:before {
	content: "\f2aa"
}
.fa-snapchat:before {
	content: "\f2ab"
}
.fa-snapchat-ghost:before {
	content: "\f2ac"
}
.fa-snapchat-square:before {
	content: "\f2ad"
}
.fa-pied-piper:before {
	content: "\f2ae"
}
.fa-first-order:before {
	content: "\f2b0"
}
.fa-yoast:before {
	content: "\f2b1"
}
.fa-themeisle:before {
	content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4"
}
.fa-handshake-o:before {
	content: "\f2b5"
}
.fa-envelope-open:before {
	content: "\f2b6"
}
.fa-envelope-open-o:before {
	content: "\f2b7"
}
.fa-linode:before {
	content: "\f2b8"
}
.fa-address-book:before {
	content: "\f2b9"
}
.fa-address-book-o:before {
	content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc"
}
.fa-user-circle:before {
	content: "\f2bd"
}
.fa-user-circle-o:before {
	content: "\f2be"
}
.fa-user-o:before {
	content: "\f2c0"
}
.fa-id-badge:before {
	content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3"
}
.fa-quora:before {
	content: "\f2c4"
}
.fa-free-code-camp:before {
	content: "\f2c5"
}
.fa-telegram:before {
	content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb"
}
.fa-shower:before {
	content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd"
}
.fa-podcast:before {
	content: "\f2ce"
}
.fa-window-maximize:before {
	content: "\f2d0"
}
.fa-window-minimize:before {
	content: "\f2d1"
}
.fa-window-restore:before {
	content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4"
}
.fa-bandcamp:before {
	content: "\f2d5"
}
.fa-grav:before {
	content: "\f2d6"
}
.fa-etsy:before {
	content: "\f2d7"
}
.fa-imdb:before {
	content: "\f2d8"
}
.fa-ravelry:before {
	content: "\f2d9"
}
.fa-eercast:before {
	content: "\f2da"
}
.fa-microchip:before {
	content: "\f2db"
}
.fa-snowflake-o:before {
	content: "\f2dc"
}
.fa-superpowers:before {
	content: "\f2dd"
}
.fa-wpexplorer:before {
	content: "\f2de"
}
.fa-meetup:before {
	content: "\f2e0"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}


.clearout {
height:20px;
clear:both;
}

#flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    position: relative;
	height:auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../images/button-next.png) no-repeat;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
	overflow:hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-size: 40px;
	display: inline-block;
	content: 'Prev';
}
.flex-direction-nav a.flex-next:before {
	content: 'Next';
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	/*position: absolute;
	bottom: -40px;*/
	text-align: center;
	margin-top:20px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}

@charset "utf-8";
/* CSS Document */

.faqs_list_sect {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #d9d9d9;
    display: inline-block;
    height: auto;
    margin-bottom: 20px;
    padding: 15px 1.5%;
    width: 97%;
}
#faqs dt {
    color: #fff;
    cursor: pointer;
	font-family: 'Lato-Light';
    font-size: 20px;
    height: auto;
    line-height: normal;
    margin: 0 0 15px;
    padding: 10px 0;
	background: url("https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../images/plus-icon.png") no-repeat scroll 98% center #16b0eb;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 35px;
	width:100%;
	float:left;
}
#faqs dd {
	width:100%;
	float:left;
    color: #646464;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 25px;
	background:#f4f7f9;
}
#faqs .expanded {
    background: url("https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/../images/minus-icon.png") no-repeat scroll 98% center #063295;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
/*!
Video.js Default Styles (http://videojs.com)
Version 4.10.1
Create your own skin at http://designer.videojs.com
*/.vjs-default-skin{color:#ccc}@font-face{font-family:VideoJS;src:url(https://ericsheninger.com/wp-content/plugins/wp-video-posts/inc/video-js/font/vjs.eot);src:url(https://ericsheninger.com/wp-content/plugins/wp-video-posts/inc/video-js/font/vjs.eot?#iefix) format('embedded-opentype'),url(https://ericsheninger.com/wp-content/plugins/wp-video-posts/inc/video-js/font/vjs.woff) format('woff'),url(https://ericsheninger.com/wp-content/plugins/wp-video-posts/inc/video-js/font/vjs.ttf) format('truetype'),url(https://ericsheninger.com/wp-content/plugins/wp-video-posts/inc/video-js/font/vjs.svg#icomoon) format('svg');font-weight:400;font-style:normal}.vjs-default-skin .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;background-color:#333;background-color:rgba(51,51,51,.9)}.vjs-default-skin .vjs-slider:focus{-webkit-box-shadow:0 0 2em #fff;-moz-box-shadow:0 0 2em #fff;box-shadow:0 0 2em #fff}.vjs-default-skin .vjs-slider-handle{position:absolute;left:0;top:0}.vjs-default-skin .vjs-slider-handle:before{content:"\e009";font-family:VideoJS;font-size:1em;line-height:1;text-align:center;text-shadow:0 0 1em #fff;position:absolute;top:0;left:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.vjs-default-skin .vjs-control-bar{display:none;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#07141e;background-color:rgba(7,20,30,.7)}.vjs-default-skin.vjs-has-started .vjs-control-bar{display:block;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{display:block;visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-default-skin.vjs-controls-disabled .vjs-control-bar{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-control-bar{display:none}.vjs-default-skin.vjs-error .vjs-control-bar{display:none}.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}@media \0screen{.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-default-skin .vjs-control{outline:0;position:relative;float:left;text-align:center;margin:0;padding:0;height:3em;width:4em}.vjs-default-skin .vjs-control:before{font-family:VideoJS;font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-control:focus:before,.vjs-default-skin .vjs-control:hover:before{text-shadow:0 0 1em #fff}.vjs-default-skin .vjs-control:focus{}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer}.vjs-default-skin .vjs-play-control:before{content:"\e001"}.vjs-default-skin.vjs-playing .vjs-play-control:before{content:"\e002"}.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content{width:4em;left:-2em;list-style:none}.vjs-default-skin .vjs-mute-control,.vjs-default-skin .vjs-volume-menu-button{cursor:pointer;float:right}.vjs-default-skin .vjs-mute-control:before,.vjs-default-skin .vjs-volume-menu-button:before{content:"\e006"}.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before{content:"\e003"}.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before{content:"\e004"}.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before{content:"\e005"}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{width:5em;height:.6em;margin:1.1em auto 0}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.5em;width:100%;background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-volume-bar .vjs-volume-handle{width:.5em;height:.5em;left:4.5em}.vjs-default-skin .vjs-volume-handle:before{font-size:.9em;top:-.2em;left:-.2em;width:1em;height:1em}.vjs-default-skin .vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:transparent}.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content{height:0;width:0}.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing{border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content{height:2.9em;width:10em}.vjs-default-skin .vjs-progress-control{position:absolute;left:0;right:0;width:auto;font-size:.3em;height:1em;top:-1em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin:hover .vjs-progress-control{font-size:.9em;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}.vjs-default-skin .vjs-progress-holder{height:100%}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat}.vjs-default-skin .vjs-load-progress{background:#646464;background:rgba(255,255,255,.2)}.vjs-default-skin .vjs-load-progress div{background:#787878;background:rgba(255,255,255,.1)}.vjs-default-skin .vjs-seek-handle{width:1.5em;height:100%}.vjs-default-skin .vjs-seek-handle:before{padding-top:.1em}.vjs-default-skin.vjs-live .vjs-time-controls,.vjs-default-skin.vjs-live .vjs-time-divider,.vjs-default-skin.vjs-live .vjs-progress-control{display:none}.vjs-default-skin.vjs-live .vjs-live-display{display:block}.vjs-default-skin .vjs-live-display{display:none;font-size:1em;line-height:3em}.vjs-default-skin .vjs-time-controls{font-size:1em;line-height:3em}.vjs-default-skin .vjs-current-time{float:left}.vjs-default-skin .vjs-duration{float:left}.vjs-default-skin .vjs-remaining-time{display:none;float:left}.vjs-time-divider{float:left;line-height:3em}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer;float:right}.vjs-default-skin .vjs-fullscreen-control:before{content:"\e000"}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before{content:"\e00b"}.vjs-default-skin .vjs-big-play-button{left:.5em;top:.5em;font-size:3em;display:block;z-index:2;position:absolute;width:4em;height:2.6em;text-align:center;vertical-align:middle;cursor:pointer;opacity:1;background-color:#07141e;background-color:rgba(7,20,30,.7);border:.1em solid #3b4249;-webkit-border-radius:.8em;-moz-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 0 1em rgba(255,255,255,.25);-moz-box-shadow:0 0 1em rgba(255,255,255,.25);box-shadow:0 0 1em rgba(255,255,255,.25);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button{left:50%;margin-left:-2.1em;top:50%;margin-top:-1.4000000000000001em}.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-default-skin:hover .vjs-big-play-button,.vjs-default-skin .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#505050;background-color:rgba(50,50,50,.75);-webkit-box-shadow:0 0 3em #fff;-moz-box-shadow:0 0 3em #fff;box-shadow:0 0 3em #fff;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-default-skin .vjs-big-play-button:before{content:"\e001";font-family:VideoJS;line-height:2.6em;text-shadow:.05em .05em .1em #000;text-align:center;position:absolute;left:0;width:100%;height:100%}.vjs-error .vjs-big-play-button{display:none}.vjs-error-display{display:none}.vjs-error .vjs-error-display{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.vjs-error .vjs-error-display:before{content:'X';font-family:Arial;font-size:4em;color:#666;line-height:1;text-shadow:.05em .05em .1em #000;text-align:center;vertical-align:middle;position:absolute;left:0;top:50%;margin-top:-.5em;width:100%}.vjs-error-display div{position:absolute;bottom:1em;right:0;left:0;font-size:1.4em;text-align:center;padding:3px;background:#000;background:rgba(0,0,0,.5)}.vjs-error-display a,.vjs-error-display a:visited{color:#F4A460}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;font-size:4em;line-height:1;width:1em;height:1em;margin-left:-.5em;margin-top:-.5em;opacity:.75}.vjs-waiting .vjs-loading-spinner,.vjs-seeking .vjs-loading-spinner{display:block;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-error .vjs-loading-spinner{display:none;-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.vjs-default-skin .vjs-loading-spinner:before{content:"\e01e";font-family:VideoJS;position:absolute;top:0;left:0;width:1em;height:1em;text-align:center;text-shadow:0 0 .1em #000}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.vjs-default-skin .vjs-menu-button{float:right;cursor:pointer}.vjs-default-skin .vjs-menu{display:none;position:absolute;bottom:0;left:0;width:0;height:0;margin-bottom:3em;border-left:2em solid transparent;border-right:2em solid transparent;border-top:1.55em solid #000;border-top-color:rgba(7,40,50,.5)}.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;position:absolute;width:10em;bottom:1.5em;max-height:15em;overflow:auto;left:-5em;background-color:#07141e;background-color:rgba(7,20,30,.7);-webkit-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);-moz-box-shadow:-.2em -.2em .3em rgba(255,255,255,.2);box-shadow:-.2em -.2em .3em rgba(255,255,255,.2)}.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing{display:block}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{background-color:#000}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{outline:0;color:#111;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-default-skin .vjs-subtitles-button:before{content:"\e00c"}.vjs-default-skin .vjs-captions-button:before{content:"\e008"}.vjs-default-skin .vjs-chapters-button:before{content:"\e00c"}.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content{width:24em;left:-12em}.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before{-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle;font-weight:400;font-style:normal;font-family:Arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0}.vjs-poster img{display:block;margin:0 auto;max-height:100%;padding:0;width:100%}.video-js.vjs-has-started .vjs-poster{display:none}.video-js.vjs-audio.vjs-has-started .vjs-poster{display:block}.video-js.vjs-controls-disabled .vjs-poster{display:none}.video-js.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{display:none;font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.video-js.vjs-fullscreen .vjs-text-track{font-size:3em}.vjs-default-skin .vjs-hidden{display:none}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#ccc;background-color:#333;font-size:18px;font-family:Arial,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#F4A460}
.wpvp_widget_vert{margin-bottom:5px}.wpvp_widget_horiz{float:left;margin-right:5px}.wpvp_video_item .wpvp_video_title{}.wpvp_video_item .wpvp_video_title a.wpvp_title{}.wpvp_video_item .wpvp_video_title a.wpvp_title:hover{}.wpvp_video_item span.wpvp_author{font-style:italic;font-size:11px}.wpvp_video_item span.wpvp_excerpt{}select[name=wpvp_category]{background:#fafafa;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border:1px solid #ddd;color:#888;line-height:1.625;padding:6px;font-size:15px}p.wpvp_info{color:#555;font-size:10px;font-style:italic}p.wpvp_info span{color:red}.wpvp_upload_progress{border-color:#999;background-color:#fff;-moz-box-shadow:0 0 3px #999;-ms-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#ebebeb);background-image:-moz-linear-gradient(top,white 0,#EBEBEB 100%);background-image:-ms-linear-gradient(top,white 0,#EBEBEB 100%);background-image:-o-linear-gradient(top,white 0,#EBEBEB 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#EBEBEB));background-image:-webkit-linear-gradient(top,white 0,#EBEBEB 100%);background-image:linear-gradient(to bottom,white 0,#EBEBEB 100%);background-image:url(https://ericsheninger.com/wp-content/plugins/wp-video-posts/css/../images/upload_progress.gif);background-size:auto 100%;background-repeat:no-repeat;text-align:center;font-weight:400}.wpvp_upload_progress img.wpvp_progress_gif{margin-bottom:-18px;margin-right:15px;width:48px;height:48px}form#wpvp-upload-video{width:100%;float:left}form#wpvp-upload-video label span{color:red}form#wpvp-upload-video .wpvp_block{width:100%;float:left;margin:0 0 20px}form#wpvp-upload-video input[type=text],form#wpvp-upload-video textarea{width:99%}form#wpvp-upload-video input[name=wpvp_tags]{width:80%}form#wpvp-upload-video input[type=submit]{border-color:#aaa #aaa #999;-moz-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px #fff;-ms-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px white;box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px white;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffdcdcdc);background-image:-moz-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:-ms-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:-o-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#F0F0F0),color-stop(100%,#dcdcdc));background-image:-webkit-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:linear-gradient(to bottom,#F0F0F0 0,#dcdcdc 100%);text-shadow:0 1px 0 #fff;border:1px #aaa solid;padding:2px 10px;cursor:pointer}form#wpvp-upload-video input[type=submit]:hover{-moz-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);-ms-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5)}form#wpvp-upload-video p.wpvp_submit_block{text-align:right;width:100%;float:left;margin:30px 0 0}form#wpvp-upload-video .wpvp_error{font-size:9px;color:red;font-style:italic}.wpvp_edit_video_link{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e2e2e2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e2e2e2));background:-webkit-linear-gradient(top,#fff 0%,#e2e2e2 100%);background:-o-linear-gradient(top,#fff 0%,#e2e2e2 100%);background:-ms-linear-gradient(top,#fff 0%,#e2e2e2 100%);background:linear-gradient(to bottom,#fff 0%,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e2e2e2',GradientType=0 );-moz-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);-ms-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);padding:5px 10px;width:102px;text-align:center;margin:0 0 15px;clear:both}.wpvp_edit_video_link a,.wpvp_edit_video_link a:visited{color:#373737;text-shadow:0 1px 0 #fff}.wpvp_edit_video_link a:hover{text-decoration:underline}form#wpvp-update-video{width:100%;float:left}form#wpvp-update-video label span{color:red}form#wpvp-update-video .wpvp_block{width:100%;float:left;margin:0 0 20px}form#wpvp-update-video input[type=text],form#wpvp-update-video textarea{width:99%}form#wpvp-update-video input[name=wpvp_tags]{width:80%}form#wpvp-update-video input[type=submit]{border-color:#aaa #aaa #999;-moz-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px #fff;-ms-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px white;box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px white;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffdcdcdc);background-image:-moz-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:-ms-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:-o-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#F0F0F0),color-stop(100%,#dcdcdc));background-image:-webkit-linear-gradient(top,#F0F0F0 0,#dcdcdc 100%);background-image:linear-gradient(to bottom,#F0F0F0 0,#dcdcdc 100%);text-shadow:0 1px 0 #fff;border:1px #aaa solid;padding:2px 10px;cursor:pointer}form#wpvp-update-video input[type=submit]:hover{-moz-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);-ms-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 2px rgba(0,0,0,.25),inset 0 0 3px rgba(255,255,255,.5)}form#wpvp-update-video p.wpvp_submit_block{text-align:right;width:100%;float:left;margin:30px 0 0}form#wpvp-update-video .wpvp_error{font-size:9px;color:red;font-style:italic}form#wpvp-update-video .wpvp_msg{float:left;width:100%}form#wpvp-update-video .wpvp_msg span{color:green;width:100%;display:inline-block;padding:5px 0;text-align:center;background-color:#e4e4e4;margin:5px 0}
@font-face{font-family:genericons;src:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/genericons/Genericons.eot)}@font-face{font-family:genericons;src:url(data:application/font-woff;charset=utf-8;base64,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)format('woff'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/genericons/Genericons.ttf)format('truetype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/genericons/Genericons.svg#genericonsregular)format('svg');font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:genericons;src:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/genericons/./Genericons.svg#Genericons)format("svg")}}.genericon{font-size:16px;vertical-align:top;text-align:center;-moz-transition:color .1s ease-in 0;-webkit-transition:color .1s ease-in 0;display:inline-block;font-family:genericons;font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.genericon-404:before{content:"\f423"}.genericon-activity:before{content:"\f508"}.genericon-anchor:before{content:"\f509"}.genericon-aside:before{content:"\f101"}.genericon-attachment:before{content:"\f416"}.genericon-audio:before{content:"\f109"}.genericon-bold:before{content:"\f471"}.genericon-book:before{content:"\f444"}.genericon-bug:before{content:"\f50a"}.genericon-cart:before{content:"\f447"}.genericon-category:before{content:"\f301"}.genericon-chat:before{content:"\f108"}.genericon-checkmark:before{content:"\f418"}.genericon-close:before{content:"\f405"}.genericon-close-alt:before{content:"\f406"}.genericon-cloud:before{content:"\f426"}.genericon-cloud-download:before{content:"\f440"}.genericon-cloud-upload:before{content:"\f441"}.genericon-code:before{content:"\f462"}.genericon-codepen:before{content:"\f216"}.genericon-cog:before{content:"\f445"}.genericon-collapse:before{content:"\f432"}.genericon-comment:before{content:"\f300"}.genericon-day:before{content:"\f305"}.genericon-digg:before{content:"\f221"}.genericon-document:before{content:"\f443"}.genericon-dot:before{content:"\f428"}.genericon-downarrow:before{content:"\f502"}.genericon-download:before{content:"\f50b"}.genericon-draggable:before{content:"\f436"}.genericon-dribbble:before{content:"\f201"}.genericon-dropbox:before{content:"\f225"}.genericon-dropdown:before{content:"\f433"}.genericon-dropdown-left:before{content:"\f434"}.genericon-edit:before{content:"\f411"}.genericon-ellipsis:before{content:"\f476"}.genericon-expand:before{content:"\f431"}.genericon-external:before{content:"\f442"}.genericon-facebook:before{content:"\f203"}.genericon-facebook-alt:before{content:"\f204"}.genericon-fastforward:before{content:"\f458"}.genericon-feed:before{content:"\f413"}.genericon-flag:before{content:"\f468"}.genericon-flickr:before{content:"\f211"}.genericon-foursquare:before{content:"\f226"}.genericon-fullscreen:before{content:"\f474"}.genericon-gallery:before{content:"\f103"}.genericon-github:before{content:"\f200"}.genericon-googleplus:before{content:"\f206"}.genericon-googleplus-alt:before{content:"\f218"}.genericon-handset:before{content:"\f50c"}.genericon-heart:before{content:"\f461"}.genericon-help:before{content:"\f457"}.genericon-hide:before{content:"\f404"}.genericon-hierarchy:before{content:"\f505"}.genericon-home:before{content:"\f409"}.genericon-image:before{content:"\f102"}.genericon-info:before{content:"\f455"}.genericon-instagram:before{content:"\f215"}.genericon-italic:before{content:"\f472"}.genericon-key:before{content:"\f427"}.genericon-leftarrow:before{content:"\f503"}.genericon-link:before{content:"\f107"}.genericon-linkedin:before{content:"\f207"}.genericon-linkedin-alt:before{content:"\f208"}.genericon-location:before{content:"\f417"}.genericon-lock:before{content:"\f470"}.genericon-mail:before{content:"\f410"}.genericon-maximize:before{content:"\f422"}.genericon-menu:before{content:"\f419"}.genericon-microphone:before{content:"\f50d"}.genericon-minimize:before{content:"\f421"}.genericon-minus:before{content:"\f50e"}.genericon-month:before{content:"\f307"}.genericon-move:before{content:"\f50f"}.genericon-next:before{content:"\f429"}.genericon-notice:before{content:"\f456"}.genericon-paintbrush:before{content:"\f506"}.genericon-path:before{content:"\f219"}.genericon-pause:before{content:"\f448"}.genericon-phone:before{content:"\f437"}.genericon-picture:before{content:"\f473"}.genericon-pinned:before{content:"\f308"}.genericon-pinterest:before{content:"\f209"}.genericon-pinterest-alt:before{content:"\f210"}.genericon-play:before{content:"\f452"}.genericon-plugin:before{content:"\f439"}.genericon-plus:before{content:"\f510"}.genericon-pocket:before{content:"\f224"}.genericon-polldaddy:before{content:"\f217"}.genericon-portfolio:before{content:"\f460"}.genericon-previous:before{content:"\f430"}.genericon-print:before{content:"\f469"}.genericon-quote:before{content:"\f106"}.genericon-rating-empty:before{content:"\f511"}.genericon-rating-full:before{content:"\f512"}.genericon-rating-half:before{content:"\f513"}.genericon-reddit:before{content:"\f222"}.genericon-refresh:before{content:"\f420"}.genericon-reply:before{content:"\f412"}.genericon-reply-alt:before{content:"\f466"}.genericon-reply-single:before{content:"\f467"}.genericon-rewind:before{content:"\f459"}.genericon-rightarrow:before{content:"\f501"}.genericon-search:before{content:"\f400"}.genericon-send-to-phone:before{content:"\f438"}.genericon-send-to-tablet:before{content:"\f454"}.genericon-share:before{content:"\f415"}.genericon-show:before{content:"\f403"}.genericon-shuffle:before{content:"\f514"}.genericon-sitemap:before{content:"\f507"}.genericon-skip-ahead:before{content:"\f451"}.genericon-skip-back:before{content:"\f450"}.genericon-skype:before{content:"\f220"}.genericon-spam:before{content:"\f424"}.genericon-spotify:before{content:"\f515"}.genericon-standard:before{content:"\f100"}.genericon-star:before{content:"\f408"}.genericon-status:before{content:"\f105"}.genericon-stop:before{content:"\f449"}.genericon-stumbleupon:before{content:"\f223"}.genericon-subscribe:before{content:"\f463"}.genericon-subscribed:before{content:"\f465"}.genericon-summary:before{content:"\f425"}.genericon-tablet:before{content:"\f453"}.genericon-tag:before{content:"\f302"}.genericon-time:before{content:"\f303"}.genericon-top:before{content:"\f435"}.genericon-trash:before{content:"\f407"}.genericon-tumblr:before{content:"\f214"}.genericon-twitch:before{content:"\f516"}.genericon-twitter:before{content:"\f202"}.genericon-unapprove:before{content:"\f446"}.genericon-unsubscribe:before{content:"\f464"}.genericon-unzoom:before{content:"\f401"}.genericon-uparrow:before{content:"\f500"}.genericon-user:before{content:"\f304"}.genericon-video:before{content:"\f104"}.genericon-videocamera:before{content:"\f517"}.genericon-vimeo:before{content:"\f212"}.genericon-warning:before{content:"\f414"}.genericon-website:before{content:"\f475"}.genericon-week:before{content:"\f306"}.genericon-wordpress:before{content:"\f205"}.genericon-xpost:before{content:"\f504"}.genericon-youtube:before{content:"\f213"}.genericon-zoom:before{content:"\f402"}
@font-face{font-family:lato-light;src:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Light.eot?#iefix)format('embedded-opentype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Light.woff)format('woff'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Light.ttf)format('truetype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Light.svg#Lato-Light)format('svg');font-weight:400;font-style:normal}@font-face{font-family:lato-regular;src:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Regular.eot?#iefix)format('embedded-opentype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Regular.woff)format('woff'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Regular.ttf)format('truetype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Regular.svg#Lato-Regular)format('svg');font-weight:400;font-style:normal}@font-face{font-family:lato-bold;src:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Bold.eot?#iefix)format('embedded-opentype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Bold.woff)format('woff'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Bold.ttf)format('truetype'),url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./fonts/Lato-Bold.svg#Lato-Bold)format('svg');font-weight:400;font-style:normal}*{margin:0;outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}:after,:before{margin:0;padding:0;outline:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}img{max-width:100%;vertical-align:middle;width:auto;border:none}a{text-decoration:none;transition:all .5s linear;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-o-transition:all .5s linear;-ms-transition:all .5s linear;color:#000}.wrapper{width:90%;max-width:1186px;margin:0 auto}.eric_mainbody{width:100%;float:left;display:inline-block}.eric_header{width:100%;float:left;display:inline-block;border-top:8px solid #0b4617}.eric_headernav{width:100%;float:left;display:inline-block;padding:17px 0 11px}.eric_logo{width:9%;float:left;display:inline-block}.eric_headernavul{width:85%;display:inline-block;float:right;text-align:center}.eric_headernavul>li{display:inline-block;float:left;width:12.5%;padding:18px 0;line-height:31px;position:relative;list-style:none}.eric_headernavul>li:nth-child(1){width:8.5%}.eric_headernavul>li:nth-child(2){width:9.5%}.eric_headernavul>li:nth-child(4){width:8.5%}.eric_headernavul>li:nth-child(7){width:8.5%}.eric_headernavul>li:nth-child(8){width:8.5%}.eric_headernavul>li:nth-child(3){width:20.5%}.eric_headernavul>li:nth-child(6){width:17.5%}.eric_headernavul>li:nth-child(5){width:18.5%}.eric_headernavul>li>a{display:inline-block;font-size:16px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:100%}.eric_headernavul>li>a:hover{color:#3ea416}.eric_headernavul>li ul{width:200px;display:none;position:absolute;top:85%;left:0;border-top:1px solid #666;border-bottom:1px solid #666}.eric_headernavul>li ul>li{width:100%;float:left}.eric_headernavul>li ul>li>a{width:100%;float:left;background:#666;color:#fff;font-size:16px;font-family:Arial,Helvetica,sans-serif;border-bottom:1px solid #fff;padding:7px 0}.eric_headernavul>li ul>li>a:hover{background:#fff;color:#666}.eric_headernavul li:hover ul{display:block}.eric_imgspan{width:100%;float:left;display:inline-block;font-size:28px}.eric_session1{width:100%;float:left;display:inline-block;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/Eric_section1picEdit.png)no-repeat 50%}.eric_rightcontant{width:60%;float:right;display:inline-block;text-align:center;padding:80px 0 52px}.eric_digital{width:100%;float:left;display:inline-block;font-size:40px;font-family:lato-regular;color:#fff;text-stroke:1px #1f5a1e;-moz-text-stroke:1px #1f5a1e;-ms-text-stroke:1px #1f5a1e;-o-text-stroke:1px #1f5a1e;-webkit-text-stroke:2px #1f5a1e}.eric_ericsheninger{width:100%;float:left;display:inline-block;color:#fff;font-size:30px;font-family:lato-regular;padding:20px 0 29px}.eric_seniofellowpara{width:100%;float:left;display:inline-block;font-size:38px;font-family:lato-regular;color:#fff;line-height:50px}.eric_session2{width:100%;float:left;display:inline-block;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/eric_session2bg.png)}.eric_booksshlf{width:100%;float:left;display:inline-block;position:relative;padding:100px 125px 90px 109px}.eric_imgsshelf{width:100%;float:left;display:inline-block}.eric_imgsshelf li{width:16.66%;float:left;display:inline-block}.eric_sheilfimg{width:100%;float:left;display:inline-block;text-align:center;position:absolute;bottom:-15px;left:0}.eric_booksshlf .nbs-flexisel-nav-right{width:50px;float:right;display:inline-block;position:absolute;top:50%!important;right:-55px;padding:19px 10px;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/button-next.png);border:2px solid #d3d3d3;color:#d3d3d3;margin-top:-22px!important}.eric_booksshlf .nbs-flexisel-nav-right:hover{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/button-next_hover.png)no-repeat}.eric_booksshlf .nbs-flexisel-nav-left{width:50px;float:right;display:inline-block;position:absolute;top:50%!important;left:-55px;padding:20px 0;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/button-previous.png)no-repeat;border:2px solid #d3d3d3;color:#d3d3d3;margin-top:-22px!important}.eric_booksshlf .nbs-flexisel-container{display:inline-block}.eric_booksshlf .nbs-flexisel-nav-left:hover{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/button-previous_hover.png)no-repeat}.eric_socil{width:100%;float:left;display:inline-block;padding:20px 0}.eric_socil li{width:20%;float:left;display:inline-block;text-align:center}.eric_s4img{width:43%;float:left;display:inline-block}.eric_s4img .flexslider{border:none;background:0 0;box-shadow:none}.eric_s4img .flex-control-nav{display:none}.eric_s4img .flex-direction-nav a.flex-next:before{font-family:fontawesome;content:"\f105";display:inline-block;position:absolute;top:0;right:24px}.eric_s4img .flex-direction-nav a.flex-prev:before{font-family:fontawesome;content:"\f104";display:inline-block;position:absolute;top:0;left:25px}.session_4{width:100%;float:left;display:inline-block;padding:30px 0 67px}.eric_right_contant{width:57%;float:right;display:inline-block;padding:46px 0}.eric_abt_erc{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;position:relative}.eric_abt_erc:before{content:"";width:84px;height:2px;display:inline-block;background:#3ea416;position:absolute;top:30px;left:-3px}.eric_s4rightpara{width:100%;float:left;display:inline-block;font-size:14px;font-family:Arial,Helvetica,sans-serif;line-height:23px;text-align:justify;padding:5px 0}.eric_s4rightpara a{color:#00699f}.eric_readmore{width:18%;float:left;display:inline-block;padding:12px 0;text-align:center;background:#3ea416;color:#fff;font-size:14px;font-family:Arial,Helvetica,sans-serif;border-radius:5px;border:2px solid transparent}.eric_readmore:hover{background:#fff;color:#3ea416;border:2px solid #3ea416}.eric_session5{width:100%;float:left;display:inline-block;background:#000718;padding:50px 0}.eric_righimg_1{width:29%;float:right;display:inline-block}.eric_righimg_1 img{border:10px solid #fff;width:100%}.eric_left_heading_para{width:68%;float:left;display:inline-block}.eric_heading{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;color:#fff;position:relative}.eric_heading:after{content:"";width:133px;height:3px;background:#3ea416;display:inline-block;position:absolute;left:0;top:40px}.eric_left_para{width:100%;float:left;display:inline-block;font-size:16px;font-family:Arial,Helvetica,sans-serif;color:#fff;line-height:23px;padding:21px 0}.eric_michael{width:100%;float:left;display:inline-block;font-size:24px;font-family:Arial,Helvetica,sans-serif;color:#fff;line-height:37px}.eric_session_6{width:100%;float:left;display:inline-block}.eric_videoheading{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding-bottom:20px;position:relative}.eric_videoheading:after{content:"";width:66px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:31px;left:0}.eric_video_heading2{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding-bottom:20px;position:relative}.eric_video_heading2:after{content:"";width:128px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:31px;left:0}.eric_heading_videos{width:100%;float:left;display:inline-block;padding:30px 0 60px}.eric_heading_videos li{width:48%;float:left;display:inline-block;margin-left:4%}.eric_heading_videos li:nth-child(2n+1){margin-left:0;clear:left}.eric_heading_videos iframe{width:100%}.iframe_index{width:100%;display:inline-block}.iframe_index iframe{height:360px;background:#fff;padding:10px;box-shadow:1px 0 3px rgba(0,0,0,.17);border:1px solid #fff}.section_7{width:100%;float:left;display:inline-block;background:#000718}.eric_order{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;color:#fff;position:relative;text-align:left}.eric_order:after{content:"";width:116px;height:4px;background:#3ea416;display:inline-block;position:absolute;top:34px;left:0}.eric_order2:after{width:50px}.eric_posting{width:100%;float:left;display:inline-block;padding:40px 60px}.eric_posting li{width:30.66%;float:left;display:inline-block;text-align:center;margin-left:4%}.eric_posting li:nth-child(3n+1){margin-left:0;clear:left}.session_8{width:100%;float:left;display:inline-block;padding:60px 0 51px}.eric_img2{width:100%;display:inline-block;margin-top:20px}.eric_img2 img{width:100%}.eric_links{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;position:relative;letter-spacing:1px}.eric_links:after{content:"";width:161px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:36px;left:0}.eric_customtab{width:100%;float:left;display:inline-block}.eric_customtab .faqs_list_sect{border:none;background:0 0;width:100%;padding:30px 0 0}.eric_customtab #faqs dt{margin:0;border-radius:0;border-bottom:1px solid #fff;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/plus-icon.png)no-repeat 98% #000718}.eric_customtab #faqs .expanded{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/minus-icon.png)no-repeat 98% #000718}.eric_customtab dt{font-size:20px;font-family:lato-light}.eric_customtab dd{font-size:16px;font-family:lato-light;padding:10px 0}.section_9{width:100%;float:left;display:inline-block}.eric_uncoming{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;position:relative}.eric_uncoming:after{content:"";width:161px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:41px;left:0}.sectio_9_content{width:100%;float:left;display:inline-block;background:#000718;margin-top:31px}.eric_mic{float:left;display:inline-block;padding:22px 20px;position:relative}.eric_mic:before{position:absolute;top:0;right:0;height:100%;width:2px;background:#e8f3f5;content:'';display:block}.eric_date_content{width:72%;float:left;display:inline-block;padding:10px 0 10px 17px}.erifc_date{float:left;display:inline-block;color:#3ea416;padding-bottom:10px}.eric_content{float:left;display:inline-block}.eric_date_content_ul{width:100%;float:left;display:inline-block;padding:40px 0}.eric_date_content_ul li{width:31%;float:left;display:inline-block;font-size:16px;font-family:lato-regular;color:#3ea416;background:#fff;margin:11px 1%}.eric_load{width:180px;display:block;font-size:16px;color:#fff;font-family:lato-bold;background:#3ea416;text-align:center;margin:0 auto;padding:7px 0;border:2px solid transparent;clear:both;margin-bottom:30px}.eric_load:hover{color:#3ea416;background:#fff;border:2px solid #3ea416}.sectio_10{width:100%;float:left;display:inline-block;padding:53px 0}.eric_my_quick{width:100%;float:left;display:inline-block;font-size:26px;font-family:lato-bold;position:relative}.eric_my_quick:after{content:"";width:104px;height:3px;background:#3ea416;display:inline-block;position:absolute;top:38px;left:0}.eric_down_nav{width:100%;float:left;display:inline-block;padding:40px 0 60px}.eric_down_nav li{display:inline-block;float:left;font-size:14px;font-family:lato-bold;font-size:16px;margin-left:2%}.eric_down_nav li a{width:100%;float:left;text-align:center;padding:5px 5px 3px;border:2px solid #3ea416}.eric_down_nav li:first-child{margin-left:0}.eric_down_nav li a:hover{color:#fff;background:#3ea416}.eric_ftr{width:100%;float:left;display:inline-block;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/./images/eric_ftr_img.png)no-repeat;background-size:cover}.eric_email{width:100%;float:left;display:inline-block;padding-top:74px}.eric_right_arrow{width:8%;float:left;display:inline-block;position:absolute;top:49px;right:128px}.eric_input_mail{width:40%;float:right;display:inline-block;padding-top:40px;position:relative}.input_submit_main{width:80%;float:right;background:0 0;border:2px solid #fff}.input_submit_main input[type=email]{width:80%;display:inline-block;float:left;font-size:16px;background:0 0;border:none;color:#fff;padding:10px;font-family:Arial,Helvetica,sans-serif}.input_submit_main input[type=email]::-webkit-input-placeholder{color:#fff}.input_submit_main input[type=email]::-moz-placeholder{color:#fff}.input_submit_main input[type=email]:-ms-input-placeholder{color:#fff}.input_submit_main input[type=email]:-moz-placeholder{color:#fff}div.wpcf7-response-output{clear:both}.input_submit_main span{width:20%;float:right;display:inline-block;position:relative}.input_submit_main span input[type=submit]{width:100%;display:inline-block;padding:10px 0;z-index:2;position:relative;background:0 0;border:none;cursor:pointer}.input_submit_main span:after{content:'\f061 ';font-family:fontawesome;font-size:25px;color:#fff;position:absolute;top:6px;right:16px;cursor:pointer}.eric_heading_para{width:50%;float:left;display:inline-block}.eric_stayup{width:100%;float:left;display:inline-block;text-transform:uppercase;color:#fff;font-size:32px;font-family:lato-bold}.eric_ftr_lorem{width:100%;float:left;display:inline-block;color:#fff;font-size:16px;font-family:Arial,Helvetica,sans-serif;line-height:24px}.eric_ftr_social_para{width:50%;float:left;display:inline-block}.eric_ftr_social{width:100%;float:left;display:inline-block;padding:77px 0 66px}.eric_ftr_social_media{width:40%;float:right;text-align:right;display:inline-block;padding-top:40px}.eric_ftr_social_media li{width:20%;float:left;display:inline-block}.eric_manu_toggle{display:none}.eric_about_section1{width:100%;float:left;display:inline-block;padding:44px 0 19px}.about_eric_banner{width:100%;float:left;display:inline-block}.about_eric_img1{width:39%;float:left;display:inline-block}.about_eric_img1 img{width:100%}.about_eric_s2_ul{width:100%;float:left;display:inline-block}.about_eric_s2_ul li{width:49%;float:left;display:inline-block;font-size:16px;font-family:lato-regular;border:2px solid #3ea416;margin:0 0 21px 2%;padding:10px}.about_eric_s2_ul li:nth-child(2n+1){margin-left:0;clear:left}.about_eric_s2_ul li a{border-bottom:2px solid #bbdab3}.about_eric_s2_ul li a:hover{color:#3ea416}.about_eric_section_3{width:100%;float:left;display:inline-block;padding:29px 0 62px}.book_s1_img{width:100%;float:left;display:inline-block}.books_eric_s1_heading{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-regular;position:relative}.books_eric_s1_heading:after{content:"";width:206px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:34px;left:0}.book_section_1{width:100%;float:left;display:inline-block;padding:50px 0 20px}.book_eric_s1_para{width:100%;float:left;display:inline-block;font-size:14px;font-family:Arial,Helvetica,sans-serif;padding:20px 0 0}.book_s1_books_heading{width:100%;float:left;display:inline-block;text-align:center;background:#000718;color:#fff;font-size:18px;font-family:lato-regular}.book_page_all_books{width:100%;float:left;display:inline-block;padding:20px 0 0}.book_page_all_books li{width:30%;float:left;display:inline-block;font-family:Arial,Helvetica,sans-serif;margin-left:5%;background:#f5f5f5;margin-bottom:30px;box-shadow:1px 9px 4px rgba(0,0,0,.19)}.book_page_all_books li:nth-child(3n+1){margin-left:0;clear:left}.transformed_main{width:100%;float:left;padding:13px 10px;text-align:center;line-height:25px}.underline_text{color:#5376a8;text-decoration:underline;font-family:Arial,Helvetica,sans-serif;font-size:14px;# line-height:25px}.date_text{display:inline-block;color:}.book_page_img{width:100%;float:left}.book_page_img img{width:100%;float:left}.book_eric_books{width:100%;float:left;display:inline-block}.books_article_ul{width:100%;float:left;display:inline-block;text-align:center;padding:27px 0}.books_article_ul li{width:48%;float:left;display:inline-block;font-size:14px;border:2px solid maroon;padding:14px 0;font-family:Arial,Helvetica,sans-serif;line-height:25px;margin-left:4%;margin-bottom:11px}.books_article_ul li:nth-child(2n+1){margin-left:0;clear:left}.books_article_ul li a{width:100%;float:left;display:inline-block;color:#326aba}.books_article_ul li span{display:inline-block;color:maroon}.book_principals{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding-top:20px}.book_eric_lastul{width:100%;float:left;display:inline-block;padding-bottom:54px}.book_eric_lastul li{width:100%;float:left;display:inline-block;font-size:14px;font-family:lato-regular;padding:20px 0 0}.book_eric_lastul li span{width:100%;float:left;display:inline-block;line-height:20px;padding:17px 0 0}.book_eric_lastul li a{display:inline-block;float:left;background:#3ea416;padding:10px 0;text-align:center;border-radius:13px;color:#fff;width:300px}.consulting_section_1{width:100%;float:left;display:inline-block;padding:50px 0 36px}.consulting_eric_headign_1{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-regular;position:relative}.consulting_eric_headign_1:after{content:"";width:286px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:32px;left:0}.consulting_eric_s1_para{width:100%;float:left;display:inline-block;font-size:14px;font-family:Arial,Helvetica,sans-serif;line-height:26px;padding-top:19px}.consulting_eric_s1_para a{display:inline-block;color:#3ea416;font-size:16px}.consulting_eric_s1_para strong{text-transform:uppercase}.consulting_section_2{width:100%;float:left;display:inline-block}.consulting_eric_underline{display:inline-block;text-decoration:underline}.padding{padding:25px}.consulting_eric_3rdli_ul{width:100%;float:left;display:inline-block;box-shadow:1px 1px 2px 5px #f7f7f7}.consulting_eric_3rdli_ul>li{width:100%;float:left;display:inline-block;font-size:14px;font-family:arial}.consulting_eric_3rdli_ul>li:nth-child(odd){background:#c2c2c2}.consulting_eric_3rdli_ul>li:nth-child(even){background:#fff}.consulting_eric_3rdli_ul>li>a{display:inline-block;margin:17px 0;padding:0 34px}.video_text_1_div{width:100%;float:left;display:inline-block;padding:50px 0 31px}.video_heading1{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;position:relative}.video_heading1:after{content:"";width:164px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:40px;left:0}.video_txt1{width:100%;float:left;display:inline-block;font-size:14px;font-family:Arial,Helvetica,sans-serif;padding-top:23px}.video_Video_div{width:100%;float:left;display:inline-block}.video_left_div{width:47%;float:left;display:inline-block}.video_left_div iframe{width:100%;float:left;border:9px solid #fff;box-shadow:1px 0 1px 1px #f1f1f1}.video_videos_ul{width:49%;float:right;display:inline-block}.video_videos_ul li iframe{width:100%;height:152px;float:left;border:9px solid #fff;box-shadow:1px 0 1px 1px #f1f1f1}.video_videos_ul li{width:49%;display:inline-block;float:left;margin:0 0 11px 2%}.video_videos_ul li:nth-child(2n+1){margin:0}.video_heading2{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-regular;background:maroon;color:#fff;padding:12px;margin:35px 0}.video_8_videos_ul{width:100%;float:left;display:inline-block}.video_8_videos_ul li{width:24%;float:left;display:inline-block;margin:0 0 20px 1.33%}.video_8_videos_ul li:nth-child(4n+1){margin:0}.video_8_videos_ul li iframe{width:100%;float:left;height:170px;float:left;border:9px solid #fff;box-shadow:1px 0 1px 1px #f1f1f1}.video_heading_para{width:100%;float:left;display:inline-block}.video_heading3{width:100%;float:left;display:inline-block;font-size:23px;font-family:lato-medium;position:relative;padding:10px 0 20px}.video_heading3:after{content:"";width:109px;height:3px;background:#3ea416;position:absolute;top:39px;left:0}.video_text_1{width:100%;float:left;display:inline-block;font-size:16px;font-family:lato-regular;padding-bottom:10px}.video_ul_li_texts{width:100%;float:left;display:inline-block;margin-bottom:30px}.video_ul_li_texts li{display:inline-block;margin-bottom:20px}.video_ul_li_texts li a{font-size:16px;font-family:lato-regular;display:inline-block;width:100%;padding:10px 17px;border:2px solid #3ea416}.contact_main_heading{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding:41px 0;position:relative}.contact_main_heading:after{content:"";width:76px;height:3px;background:#3ea416;display:inline-block;position:absolute;top:78px;left:0}.contact_left_div{width:45%;float:left;display:inline-block}.contact_form_ul{width:100%;float:left;display:inline-block;box-shadow:0 0 4px rgba(0,0,0,.8)}.contact_form_ul li{width:100%;float:left;display:inline-block;text-align:center}.contact_form_ul li input[type=text],.contact_form_ul li input[type=email],.contact_form_ul li input[type=tel],.contact_form_ul li textarea{width:80%;display:inline-block;font-size:14px;font-family:Arial;padding:11px 19px;margin-top:21px;background-color:#fcfcfc;border:1px solid #eaeaea;color:#a5a5a5}.contact_form_ul li input[type=submit]{width:150px;display:block;margin:0 auto;text-align:center;font-size:18px;font-family:Arial,Helvetica,sans-serif;background:#3ea416;color:#fff;border-radius:5px;border:none;padding:10px 0;margin-top:21px;margin-bottom:21px;cursor:pointer;border:2px solid transparent}.contact_form_ul li input[type=submit]:hover{background:#fff;color:#3ea416;border:2px solid #3ea416}.contact_right_div{width:45%;float:right;display:inline-block}.contact_right_ul{width:100%;float:left;display:inline-block}.contact_right_ul li{width:100%;float:left;display:inline-block;background:#fcfcfc;margin-top:19px;padding:24px 40px;line-height:25px}.contact_msg_img{display:inline-block;float:left}.contact_email{width:85%;float:right;display:inline-block;font-size:18px;font-family:arial}.contact_heading_para_ul{width:100%;float:left;display:inline-block}.contact_heading_para_ul li{width:49%;display:inline-block;float:left;background:#d2d2d2;margin:0 0 20px 2%;padding:20px;border:2px solid #3ea416}.contact_heading_para_ul li:nth-child(2n+1){margin:0}.Contect_litext{width:100%;float:left;display:inline-block;font-size:18px;font-family:lato-bold;color:#3ea416}.contact_lipara{width:100%;float:left;display:inline-block;line-height:25px;font-size:16px;font-family:lato-regular;padding:10px 0}.contact_date{width:100%;float:left;display:inline-block;font-size:15px;font-family:lato-regular}.award_heading1{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding:50px 0 31px;position:relative}.award_heading1:after{content:"";width:82px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:85px;left:0}.award_texts_ul{width:100%;float:left;display:inline-block}.award_texts_ul li{width:32%;float:left;display:inline-block;line-height:20px;margin-left:2%}.award_texts_ul li:nth-child(3n+1){margin-left:0;clear:left}.award_texts_ul li a{display:inline-block;font-size:13px;font-family:lato-regular;color:maroon;text-decoration:underline;position:relative;padding-left:32px;margin:10px 0}.award_texts_ul li a:before{content:"\f006 ";font-family:fontawesome;display:inline-block;color:#89c770;position:absolute;font-size:20px;top:0;left:0}.award_img_ul{width:100%;float:left;display:inline-block;margin:30px 0}.award_img_ul li{width:49%;float:left;display:inline-block;margin-left:2%}.award_img_ul li:first-child{margin-left:0}.award_img_ulli_span{width:100%;float:left;display:inline-block;border:10px solid #fff;box-shadow:1px 0 1px 1px #f1f1f1}.section_7 .twitter-timeline-profile{width:100%;display:inline-block;margin-top:20px;border-radius:0}.media_mainheading1{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding:50px 0 31px;position:relative}.media_mainheading1:after{content:"";width:60px;height:3px;display:inline-block;background:#3ea416;position:absolute;top:85px;left:0}.media_img_ul{width:100%;float:left;display:inline-block}.media_img_ul li{width:24%;float:left;display:inline-block;margin-left:1.33%}.media_img_ul li:nth-child(4n+1){margin-left:0}.media_slider_imgs_ul{width:80%;float:left;display:inline-block;margin:10px 0 10px 10%;text-align:center}.media_slider_imgs_ul li{width:32%;float:left;display:inline-block;margin-left:2%}.media_slider_imgs_ul li:nth-child(3n+1){margin-left:0}.media_slider_imgs_ul li span{width:100%;float:left;display:inline-block}.media_slider2{width:100%;float:left;display:inline-block;box-shadow:0 0 1px 1px #f7f7f7;margin:50px 0}.media_slider2 .nbs-flexisel-item img{margin-top:0;margin-bottom:0}.media_slider2 .nbs-flexisel-container{display:inline-block}.media_slider2 .nbs-flexisel-nav-right{width:50px;float:right;display:inline-block;position:absolute;right:-53px;padding:20px 0;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/images/button-next.png)no-repeat;color:#d3d3d3;opacity:1;top:50%!important;margin-top:-25px}.media_slider2 .nbs-flexisel-nav-right:hover{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/images/button-next_hover.png)no-repeat}.media_slider2 .nbs-flexisel-nav-left{width:50px;float:right;display:inline-block;position:absolute;left:-53px;padding:20px 0;background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/images/button-previous.png)no-repeat;color:#d3d3d3;opacity:1;top:50%!important;margin-top:-25px}.media_slider2 .nbs-flexisel-nav-left:hover{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/images/button-previous_hover.png)no-repeat}.media_slider1{width:100%;float:left;display:inline-block}.media_slider1 .flex-direction-nav .flex-next{display:none}.media_slider1 .flex-direction-nav .flex-prev{display:none}.media_slider1 .flexslider{box-shadow:none;margin:0}.media_slider1 .flex-control-nav{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/images/bullet-back.png)no-repeat 50%}.media_slider1 .flex-control-nav{margin-top:50px}.media_slider1 .flex-control-nav li a{width:73px;height:27px;display:inline-block;background:0 0;border:none;box-shadow:none}.media_slider1 .flex-control-nav li a:hover{background:#333;background:rgba(0,0,0,.7)}.media_slider1 .flex-control-nav li a.flex-active{background:url(https://ericsheninger.com/wp-content/themes/Eric-sheninger/images/media_slider_1_img.png)no-repeat}.consulting_ul{width:100%;float:left}.consulting_ul>li{width:32%;float:left;margin-left:2%;background:#d2d2d2;border-left:1px solid #3ea416;border-right:1px solid #3ea416;margin-bottom:60px}.consulting_ul>li:last-child{background:#c2c2c2;border:none;box-shadow:3px 0 7px rgba(0,0,0,.1)}.consulting_ul>li:nth-child(3n+1){margin-left:0;clear:left}.keynotes_featured{width:100%;display:inline-block;background:maroon;color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:18px;padding:15px 0;min-height:75px}.year_text{width:100%;display:inline-block;text-align:center;color:#3ea416;font-size:20px;font-family:Arial,Helvetica,sans-serif;text-shadow:0 2px #b0b0b0;font-weight:700;padding:20px 0}.consulting_ul2{width:100%;float:left;list-style:none}.consulting_ul2>li{width:100%;float:left;margin-bottom:20px;text-align:center;padding:0 5px}.Keynote_text{color:maroon;font-size:14px;font-family:Arial,Helvetica,sans-serif;text-decoration:underline}.denton_text{color:maroon;font-size:14px;font-family:Arial,Helvetica,sans-serif}.third_ul{width:100%;float:left}.third_ul>li{width:100%;float:left;background:#fff}.third_ul>li:nth-child(even){background:#c2c2c2}.Red_Lion{width:100%;display:inline-block;text-align:center;color:#01101b;font-family:Arial,Helvetica,sans-serif;font-size:14px;padding:20px 10px}.copy_right_text{width:100%;display:inline-block;text-align:center;color:#fff;font-size:16px;font-family:Arial,Helvetica,sans-serif;padding:20px 0}.solution_main{width:100%;display:inline-block;text-align:center}.solution_text{display:inline-block;color:#fff;font-size:16px;font-family:Arial,Helvetica,sans-serif;margin-bottom:20px}.tab_social_ul{width:100%;float:left;padding-top:20px}.tab_social_ul li{width:16.66%;display:inline-block;float:left;text-align:center;margin-bottom:20px}.tab_social_ul li a{display:inline-block}.social_main{width:100px;height:100px;line-height:100px;text-align:center;display:inline-block;border-radius:50%;box-shadow:0 5px 14px rgba(0,0,0,.2);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#fff 31%,#f7f7f7 73%,#d6e0e6 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff),color-stop(31%,#fff),color-stop(73%,#f7f7f7),color-stop(100%,#d6e0e6));background:-webkit-linear-gradient(top,#fff 0%,#fff 31%,#f7f7f7 73%,#d6e0e6 100%);background:-o-linear-gradient(top,#fff 0%,#fff 31%,#f7f7f7 73%,#d6e0e6 100%);background:-ms-linear-gradient(top,#fff 0%,#fff 31%,#f7f7f7 73%,#d6e0e6 100%);background:linear-gradient(to bottom,#fff 0%,#fff 31%,#f7f7f7 73%,#d6e0e6 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d6e0e6',GradientType=0 );transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-ms-transition:all ease-in-out .5s;-webkit-transition:all ease-in-out .5s}.social_icon_img{width:75px;height:75px;line-height:75px;display:inline-block;text-align:center;border-radius:50%;background:#d1dce3;background:-moz-linear-gradient(top,#d1dce3 0%,#d1dce3 5%,#f7f7f7 35%,#fff 80%,#fff 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,#d1dce3),color-stop(5%,#d1dce3),color-stop(35%,#f7f7f7),color-stop(80%,#fff),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#d1dce3 0%,#d1dce3 5%,#f7f7f7 35%,#fff 80%,#fff 100%);background:-o-linear-gradient(top,#d1dce3 0%,#d1dce3 5%,#f7f7f7 35%,#fff 80%,#fff 100%);background:-ms-linear-gradient(top,#d1dce3 0%,#d1dce3 5%,#f7f7f7 35%,#fff 80%,#fff 100%);background:linear-gradient(to bottom,#d1dce3 0%,#d1dce3 5%,#f7f7f7 35%,#fff 80%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1dce3',endColorstr='#ffffff',GradientType=0 );transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-ms-transition:all ease-in-out .5s;-webkit-transition:all ease-in-out .5s}.social_icon_img img{transition:all ease-in-out .5s;-moz-transition:all ease-in-out .5s;-ms-transition:all ease-in-out .5s;-webkit-transition:all ease-in-out .5s}.social_main:hover{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}.social_main:hover .social_icon_img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}.social_main:hover img{transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1)}.Professional_ul{width:100%;float:left;padding:20px 30px 0}.Professional_ul li{width:32%;float:left;margin-left:2%;margin-bottom:20px}.Professional_ul li:nth-child(3n+1){margin-left:0;clear:left}.Professional_ul li a{display:inline-block;font-size:13px;font-family:lato-regular;color:maroon;text-decoration:underline;position:relative;padding-left:32px}.Professional_ul li a:before{content:"\f006 ";font-family:fontawesome;display:inline-block;color:#89c770;position:absolute;font-size:20px;top:0;left:0}.blog_faq_ul{width:100%;float:left;padding:20px 30px 0}.blog_faq_ul li{width:32%;float:left;margin-left:2%;margin-bottom:20px}.blog_faq_ul li:nth-child(3n+1){margin-left:0;clear:left}.blog_faq_ul li a{display:inline-block;font-size:16px;font-family:lato-regular;color:maroon;position:relative;padding-left:32px}.blog_faq_ul li a span:nth-child(1){text-decoration:underline}.blog_faq_ul li a:before{content:"\f006 ";font-family:fontawesome;display:inline-block;color:#89c770;position:absolute;font-size:20px;top:0;left:0}.blog_faq_ul li span{font-size:16px;font-family:lato-regular;color:maroon;padding-left:5px}.video_ul{width:100%;float:left;padding:20px 30px 0}.video_ul li{width:48%;float:left;margin-left:4%;margin-bottom:20px}.video_ul li:nth-child(2n+1){margin-left:0;clear:left}.video_ul li a{display:inline-block;font-size:16px;font-family:lato-regular;color:maroon;text-decoration:underline;position:relative;padding-left:32px}.video_ul li a:before{content:"\f006 ";font-family:fontawesome;display:inline-block;color:#89c770;position:absolute;font-size:20px;top:0;left:0}.hentry .entry-header .entry-title{width:100%;text-transform:uppercase;display:inline-block;font-size:26px;font-family:lato-regular;color:#666;padding:20px 0 10px}.entry-content p{width:100%;display:inline-block;font-size:16px;font-family:Arial,Helvetica,sans-serif;color:#666;line-height:25px;padding-bottom:15px}.entry-content img{width:100%;display:inline-block;float:left;height:auto;margin:20px 0}.entry-content ul{width:100%;float:left;padding-left:20px}.entry-content ul li{width:100%;float:left;list-style-type:inherit;list-style:inherit;font-family:Arial,Helvetica,sans-serif;font-size:16px;padding-bottom:10px}.descreption_title{width:100%;float:left;display:inline-block;font-size:27px;font-family:lato-bold;padding-bottom:5px;margin:60px 0 20px;position:relative;text-transform:uppercase}.descreption_title:before{content:"";width:66px;height:3px;display:inline-block;background:#3ea416;position:absolute;bottom:0;left:0}.descreption_heading{width:100%;float:left;font-family:lato-bold;font-size:24px;color:#000;padding-bottom:20px}.descreption_pera{width:100%;float:left;color:#1f0101;font-size:17px;font-family:lato-regular;line-height:25px;text-align:justify;padding-bottom:25px}.descreption_pera a{color:#00699f}.past_event_ul{width:100%;float:left}.past_event_ul li{width:32%;float:left;margin-left:2%;margin-bottom:30px;padding-left:0}.past_event_ul li:nth-child(3n+1){margin-left:0;clear:left}.past_event_img{width:100%;float:left;border:5px solid #fff;box-shadow:1px 0 3px rgba(0,0,0,.15);margin-bottom:20px}.past_event_ul li .past_event_img img{width:100%;position:static;height:auto;border:1px solid #fff}.event_title{width:100%;float:left;color:#1f0101;font-size:20px;font-family:lato-bold;margin-bottom:15px}.past_event_content{width:100%;float:left;color:#1f0101;line-height:25px;font-size:16px;font-family:lato-regular;text-align:justify}.load_btn_main{width:100%;display:none;text-align:center;margin:10px 0 50px}.load_btn_main a{width:170px;display:inline-block;text-align:center;background:#3ea416;color:#fff;font-family:lato-bold;text-transform:uppercase;padding:8px 0;font-size:16px;border:1px solid #3ea416}.load_btn_main a:hover{background:#fff;border:1px solid #3ea416;color:#3ea416}.testimonial_ul{width:100%;float:left;color:#fff;list-style:none}.testimonial_ul li{width:100%;float:left;margin-bottom:30px;padding-left:0}.testimonial_img{width:34%;float:left;border:5px solid #fff;box-shadow:1px 0 3px rgba(0,0,0,.15);margin-bottom:20px}.testimonial_ul li:nth-child(even) .testimonial_img{float:right}.testimonial_ul li:nth-child(even) .testimonial_right{float:left}.testimonial_ul li .testimonial_img img{width:100%;position:static;height:auto}.testimonial_right{width:62%;float:right;display:inline-block}.Aenean_text{width:100%;float:left;color:#000;font-size:27px;font-family:lato-bold;padding-bottom:10px}.School_management{width:100%;float:none;color:#1f0101;font-family:lato-light;font-size:18px;line-height:28px}.testimonial_pera{width:100%;float:none;color:#000;font-size:20px;font-family:lato-regular;padding-top:10px;padding-bottom:20px}.testimonial_right .Aenean_text{display:none!important}.testimonial_right{width:100%;float:none}.testimonial_img{float:none;display:none}.contact_form_ul{margin-bottom:41px}.blog-feed .book_s1_books_heading{margin-bottom:27px}.video_heading2{display:none}.eric_heading a.color-white{color:#fff}a.color-white{color:#fff!important}.descreption_pera a{color:#00699f}.eric_wrapper{max-width:1186px;margin:0 auto;position:relative}.eric_wrapper .eric_posting_box{padding:40px 60px;display:flex;justify-content:space-between;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-flow:row wrap;margin-top:15px;transition:margin .4s;-moz-transition:margin .4s;-webkit-transition:margin .4s;-o-transition:margin .4s;-ms-transition:margin .4s}.eric_box{position:relative;max-width:327px}.contact_wrap{position:absolute;bottom:32px;left:0;text-align:center;display:inline-block;width:100%}.contact_wrap .contact_btn{color:#fff;background:#00699f;padding:5px 10px;border:5px solid #fff;border-radius:5px;transition:all .5s linear;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-o-transition:all .5s linear;-ms-transition:all .5s linear}.contact_wrap .contact_btn:hover{color:#00699f;background:#fff}.eric_box .eric_s4img{background:#fff;margin-top:20px;width:100%}.eric_box .flexslider{margin-bottom:0}.eric_box .eric_posting li{margin-left:0}.media_panel{padding-bottom:50px}.media_panel li{padding-right:15px;display:inline-block}@media only screen and (min-width:961px) and (max-width:1200px){.eric_rightcontant{width:80%}.eric_booksshlf{padding:100px 82px 70px 69px}.eric_headernavul{width:90%}.eric_headernavul>li>a{font-size:13px}.eric_readmore{width:22%}.eric_order{font-size:23px}.eric_down_nav li{padding:0 4px}.eric_down_nav li a{padding:9px 20px}.eric_ftr_social_media{width:43%;float:right}.eric_session1{background-size:100%}.eric_posting{padding:40px 0}.eric_logo{width:80px}.eric_headernavul>li{padding:10px 0 0}.books_article_ul li a{font-size:13px}.video_text_1{padding-bottom:17px}.contact_email{font-size:16px}.keynotes_featured{font-size:16px;padding:15px 2px;min-height:75px}.eric_headernavul>li ul{top:100%}.eric_mic{padding:34px 20px}.School_management{padding-bottom:10px}}@media only screen and (min-width:768px) and (max-width:960px){.eric_imgspan{display:none}.eric_header{position:relative}.eric_headernavul{width:100%;position:absolute;top:100%;left:0;display:none;z-index:999}.eric_headernavul>li{width:100%;background:maroon;padding:0}.eric_headernavul>li>a{color:#fff;padding:10px 0;font-size:19px;font-family:lato-bold;border-bottom:1px solid #fff}.eric_headernav{padding:7px 0}.eric_headernavul>li>a:hover{background:#fff}.eric_headernavul>li:nth-child(1),.eric_headernavul>li:nth-child(2),.eric_headernavul>li:nth-child(4),.eric_headernavul>li:nth-child(7),.eric_headernavul>li:nth-child(8),.eric_headernavul>li:nth-child(5),.eric_headernavul>li:nth-child(3),.eric_headernavul>li:nth-child(6){width:100%}.eric_headernavul>li ul{width:100%;position:inherit;display:block;top:0;border:none;border-top:1px solid #fff}.eric_headernavul>li ul>li>a{color:#fff;padding:10px 0;font-size:16px;font-family:lato-bold;border-bottom:1px solid #fff;background:maroon}.eric_headernavul>li ul>li>a:hover{background:#fff;color:#3ea416}.eric_manu_toggle{display:inline-block;float:right;position:relative;font-size:20px;font-family:Arial,Helvetica,sans-serif;margin-top:35px;cursor:pointer;color:maroon}.eric_manu_toggle i{padding-right:5px}.eric_rightcontant{width:100%;padding:110px 0 52px}.eric_sheilfimg{display:none}.eric_booksshlf{padding:80px 75px 40px 69px}.eric_readmore{width:28%}.eric_order{font-size:18px}.eric_load{width:20%;margin:0 0 40px 40%}.eric_my_quick{font-size:24px;padding-left:0}.eric_my_quick::after{left:1px}.eric_right_arrow{right:88px}.eric_session1{background-size:100%}.eric_logo{width:110px}.iframe_index iframe{height:300px}.eric_posting{padding:40px 0}.input_submit_main{width:100%}.eric_ftr_social_media{float:right}.video_text_1_div{padding:30px 0 20px}.video_heading1{font-size:22px}.video_heading1::after{top:31px}.video_txt1{line-height:25px}.video_heading2{font-size:23px;padding:11px 12px;margin:15px 0}.video_ul_li_texts li{width:100%;text-align:center;margin:20px 0 0}.video_ul_li_texts li:nth-child(4n+1){margin:20px 0 0}.contact_left_div{width:49%}.contact_form_ul li input[type=submit]{width:128px;font-size:17px}.contact_email{width:73%;font-size:16px}.contact_right_ul li{margin-top:12px;padding:20px}.contact_main_heading{font-size:23px}.award_heading1{font-size:20px;padding:30px 0 24px}.award_heading1::after{top:56px}.award_texts_ul li{line-height:20px}.award_texts_ul li a{margin:7px 0}.keynotes_featured{font-size:16px;padding:13px 0;min-height:86px}.blog_faq_ul li{width:48%;margin-left:4%}.blog_faq_ul li:nth-child(3n+1){margin-left:4%;clear:none}.blog_faq_ul li:nth-child(2n+1){margin-left:0;clear:left}.eric_mic{padding:34px 20px}.eric_date_content{padding:11px 0 10px 5px}.School_management{padding-bottom:10px}.testimonial_pera{text-align:justify}}@media only screen and (min-width:100px) and (max-width:767px){.eric_imgspan{display:none}.eric_logo{width:14%}.eric_headernavul{width:100%;position:absolute;top:100%;left:0;display:none;z-index:999}.eric_header{position:relative}.eric_booksshlf .nbs-flexisel-nav-left{width:50px;left:-60px}.eric_booksshlf .nbs-flexisel-nav-right{width:50px;right:-60px}.eric_headernavul>li{width:100%;background:maroon;padding:0;border-bottom:1px solid #fff}.eric_headernavul>li>a{color:#fff;padding:10px 0;font-size:19px;font-family:lato-bold}.eric_headernavul>li>a:hover{background:#fff}.eric_headernavul>li:nth-child(1),.eric_headernavul>li:nth-child(2),.eric_headernavul>li:nth-child(2),.eric_headernavul>li:nth-child(4),.eric_headernavul>li:nth-child(7),.eric_headernavul>li:nth-child(8),.eric_headernavul>li:nth-child(5),.eric_headernavul>li:nth-child(3),.eric_headernavul>li:nth-child(6){width:100%}.eric_manu_toggle{display:inline-block;float:right;position:relative;font-size:20px;font-family:Arial,Helvetica,sans-serif;margin-top:35px;cursor:pointer;color:maroon}.eric_headernavul>li ul{width:100%;position:inherit;display:block;top:0;border:none;border-top:1px solid #fff}.eric_headernavul>li ul>li>a{color:#fff;padding:10px 0;font-size:16px;font-family:lato-bold;border-bottom:1px solid #fff;background:maroon}.eric_headernavul>li ul>li>a:hover{background:#fff;color:#3ea416}.eric_manu_toggle i{padding-right:5px}.eric_rightcontant{width:100%;padding:40px 0}.eric_ericsheninger{padding:10px 0;font-size:30px}.eric_sheilfimg{display:none}.eric_socil li img{width:60%}.eric_booksshlf{padding:50px 50px 40px}.eric_socil{padding:0 0 30px}.eric_digital,.eric_seniofellowpara{font-size:30px}.eric_readmore{width:40%;margin-top:20px}.eric_righimg_1{width:40%;float:left;text-align:center;display:inline-block;margin-left:30%}.eric_left_heading_para{width:100%;padding-top:13px;padding-bottom:20px}.eric_heading_videos li{width:100%;margin-left:0;margin-bottom:30px}.eric_heading_videos{padding:58px 0 0}.eric_posting li{width:100%;margin-left:0}.eric_posting li:nth-child(3n+1){margin-left:0}.eric_order{padding-left:0;text-align:center}.eric_order::after{display:none}.eric_uncoming{font-size:23px}.eric_uncoming::after{top:31px}.eric_date_content_ul li{width:48%}.eric_date_content_ul li{width:48%;font-size:14px}.eric_load{width:30%;margin:0 0 40px 35%}.eric_my_quick{padding-left:0}.eric_my_quick::after{left:-1px}.eric_input_mail input{width:100%;padding:10px 49px 10px 10px}.eric_right_arrow{width:14%;right:18px}.eric_stayup{font-size:26px}.eric_ftr_lorem{font-size:15px}.eric_ftr_social_media{width:100%}.eric_ftr_social_media li{text-align:center}.eric_session1{background-size:auto 100%}.eric_logo{width:110px}.eric_headernav{padding:7px 0}.eric_s4img{width:100%}.eric_right_contant{width:100%;float:left;padding:25px 0}.eric_s4img .flexslider{margin:0}.eric_posting{padding:30px 0}.eric_img2 img{width:auto}.eric_img2{margin-bottom:20px}.eric_down_nav li{width:32%;margin-left:2%;margin-bottom:20px}.eric_down_nav li:nth-child(1),.eric_down_nav li:nth-child(2),.eric_down_nav li:nth-child(3),.eric_down_nav li:nth-child(5),.eric_down_nav li:nth-child(6){width:32%}.eric_down_nav li:nth-child(3n+1){margin-left:0;clear:left}.sectio_10{padding:40px 0 0}.input_submit_main{width:100%}.eric_ftr_social_para{width:100%}.about_eric_img1{width:100%}.book_page_all_books li{width:48%;margin-left:4%}.book_page_all_books li:nth-child(3n+1){margin-left:4%;clear:none}.book_page_all_books li:nth-child(2n+1){margin-left:0;clear:left}.consulting_eric_headign_1{font-size:20px}.video_text_1_div{padding:30px 0 20px}.video_heading1{font-size:20px}.video_txt1{padding-top:9px;line-height:25px}.video_heading1::after{display:none}.video_left_div{width:100%;margin-bottom:20px}.video_videos_ul{width:100%;float:left}.video_heading2{font-size:20px;padding:10px 12px;margin:12px 0}.video_8_videos_ul li{width:49%}.video_8_videos_ul li:nth-child(2n+1){margin:0 0 20px}.video_ul_li_texts li{margin:0 0 10px;width:100%;text-align:center}.video_ul_li_texts li:nth-child(4n+1){margin:0 0 10px}.video_ul_li_texts li a{font-size:15px;padding:10px}.video_heading3::after{display:none}.contact_right_ul li{margin-top:0;margin-bottom:19px}.contact_right_div{width:100%}.contact_main_heading{padding:27px 0;font-size:22px}.contact_main_heading::after{display:none}.contact_main_heading::after{top:61px}.contact_left_div{width:100%}.award_texts_ul li{width:100%;margin:0}.award_texts_ul li a{width:100%}.award_heading1{padding:30px 0 4px;font-size:20px}.award_heading1::after{display:none}.consulting_ul>li{width:100%;margin-left:0}.keynotes_featured{min-height:inherit}.tab_social_ul li{width:25%}.blog_faq_ul li{width:100%;margin-left:0%}.blog_faq_ul li:nth-child(3n+1){margin-left:0%}.video_ul li{width:100%;margin-left:0}.video_ul li:nth-child(2n+1){margin-left:0}.past_event_ul li{width:48%;margin-left:4%}.past_event_ul li:nth-child(3n+1){margin-left:4%;clear:none}.past_event_ul li:nth-child(2n+1){margin-left:0%;clear:left}.testimonial_img{width:100%}.testimonial_right{width:100%;float:left}.testimonial_ul li:nth-child(2n) .testimonial_img{float:left}.testimonial_ul li:nth-child(2n) .testimonial_right{float:left}}@media only screen and (min-width:100px) and (max-width:600px){.eric_s4img{width:100%}.eric_s4img img{width:100%}.eric_s4img .flexslider{margin:0}.eric_right_contant{width:100%;padding:0}.eric_heading{font-size:23px}.eric_michael{font-size:20px}.eric_videoheading,.eric_video_heading2,.eric_order,.eric_links,.eric_my_quick{font-size:22px}.eric_links::after{width:90px}.eric_uncoming{font-size:20px}.eric_date_content_ul li{width:100%}.eric_date_content{width:55%}.eric_my_quick::after{width:97px}.eric_my_quick::after{left:139px;top:28px}.eric_my_quick{text-align:center}.eric_heading_para{width:100%}.eric_right_arrow{right:118px;top:178px}.eric_input_mail{width:100%;margin-bottom:20px}.eric_email{padding-top:0}.eric_ftr_social_para{width:100%}.book_page_all_books li{width:100%;margin-left:0}.book_page_all_books li:nth-child(3n+1){margin-left:0}.books_article_ul li{width:100%;margin-left:0}.books_article_ul li a{font-size:15px}.book_s1_books_heading{padding:10px 0}.video_videos_ul li iframe{height:322px}.video_videos_ul li{width:100%;margin:0 0 11px}.video_left_div{margin-bottom:11px}.video_heading2{font-size:16px;padding:8px 12px;margin:6px 0}.video_8_videos_ul li{width:100%;margin:0 0 10px}.video_8_videos_ul li:nth-child(2n+1){margin:0 0 10px}.video_heading3{font-size:20px;padding:10px 0}.video_heading3{font-size:20px;padding:10px 0}.contact_form_ul li input[type=submit]{padding:7px 0}.contact_main_heading{padding:15px 0;font-size:20px}.contact_right_ul li{margin-bottom:10px;padding:14px 19px}.contact_email{font-size:16px}.Contect_litext{font-size:15px}.contact_lipara{font-size:14px}.contact_date{font-size:13px}.contact_heading_para_ul li{width:100%;margin:0 0 20px;padding:15px 10px}.contact_heading_para_ul li:nth-child(2n+1){margin:0 0 20px}.contact_msg_img{margin-top:4px}.contact_left_div{margin-top:16px}.award_heading1::after{display:none}.award_texts_ul li a{margin:7px 0}.award_texts_ul li{line-height:20px}.award_img_ul{margin:7px 0}.award_img_ul li{width:100%;margin:0 0 20px}.award_heading1{font-size:18px}.tab_social_ul li{width:50%}.Professional_ul li{width:100%;margin-left:0}.Professional_ul li:nth-child(3n+1){margin-left:0}.erifc_date{width:100%}}@media only screen and (min-width:100px) and (max-width:480px){.eric_manu_toggle{font-size:20px;padding-top:1px}.eric_rightcontant{padding:10px 0}.eric_digital,.eric_ericsheninger{font-size:18px}.eric_seniofellowpara{line-height:30px}.eric_booksshlf{padding:30px 60px}.eric_uncoming{font-size:23px;padding:0 20px}.eric_uncoming::after{display:none}.eric_links::after,.eric_videoheading::after,.eric_video_heading2::after,.eric_heading::after,.eric_abt_erc::before,.eric_my_quick::after{display:none}.eric_date_content{padding:17px 0 17px 7px;width:62%}.eric_mic{padding:27px}.eric_date_content_ul{padding:20px 0}.eric_load{width:49%;margin:0 0 30px 25%}.sectio_10{padding:23px 0;width:100%}.eric_input_mail input{width:100%;top:155px}.eric_right_arrow{right:8px;top:164px}.eric_input_mail{padding:0}.eric_seniofellowpara{font-size:20px}.eric_digital{text-stroke:1px #1f5a1e;-moz-text-stroke:1px #1f5a1e;-ms-text-stroke:1px #1f5a1e;-o-text-stroke:1px #1f5a1e;-webkit-text-stroke:1px #1f5a1e}.eric_righimg_1{width:70%;margin-left:15%}.iframe_index iframe{height:240px}.eric_uncoming{padding:0}.session_8{padding:60px 0 20px}.eric_down_nav li{width:100%!important;margin-left:0!important}.eric_down_nav{padding:40px 0 10px}.eric_input_mail{margin-top:30px}.eric_session1{background-size:100%}.about_eric_s2_ul li{width:100%;margin-left:0}.books_eric_s1_heading{font-size:20px}.books_article_ul li a{padding:0 5px}.book_eric_lastul li a{width:100%}.consulting_eric_headign_1:after{display:none}.consulting_eric_headign_1{font-size:18px}.consulting_section_1{padding:29px 0 36px}.video_left_div iframe,.video_videos_ul li iframe,.video_8_videos_ul li iframe{height:220px}.contact_email{width:77%;margin-top:0}.contact_form_ul li input[type=submit]{width:229px;padding:4px 0;font-size:16px;margin-top:14px;margin-bottom:14px}.contact_form_ul li input[type=text],.contact_form_ul li input[type=email],.contact_form_ul li input[type=tel],.contact_form_ul li textarea{padding:6px 9px;margin-top:10px}.contact_main_heading{padding:14px 0;font-size:16px}.award_texts_ul li a{font-size:12px;padding-left:24px}.award_texts_ul li a::before{font-size:16px}.blog_faq_ul,.video_ul{padding:20px 10px 0}.past_event_ul li{width:100%;margin-left:0%!important}.School_management{padding-bottom:10px;font-size:18px}.Aenean_text{font-size:22px}}