/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: 1px dotted
}
dfn {
	font-style: italic
}
h1 {
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
td, th {
	padding: 0
}/*!
 *  Font Awesome 4.2.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(../fonts/fontawesome-webfont.eot?v=4.2.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
	font-weight: 400;
	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: .08em solid #eee;
	border-radius: .1em
}
.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
}
@-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 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
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 {
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-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none
}
.fa-stack {
	position: relative;
	display: inline-block;
	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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.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-floppy-o:before, .fa-save:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
	content: "\f0dc"
}
.fa-sort-desc:before, .fa-sort-down:before {
	content: "\f0dd"
}
.fa-sort-asc:before, .fa-sort-up:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-gavel:before, .fa-legal:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-bolt:before, .fa-flash:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
	content: "\f150"
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "\f151"
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "\f152"
}
.fa-eur:before, .fa-euro:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-inr:before, .fa-rupee:before {
	content: "\f156"
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "\f157"
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "\f158"
}
.fa-krw:before, .fa-won: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 {
	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-caret-square-o-left:before, .fa-toggle-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
	content: "\f19c"
}
.fa-graduation-cap:before, .fa-mortar-board: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: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "\f1c5"
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "\f1c6"
}
.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "\f1cd"
}
.fa-circle-o-notch:before {
	content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}
.fa-empire:before, .fa-ge:before {
	content: "\f1d1"
}
.fa-git-square:before {
	content: "\f1d2"
}
.fa-git:before {
	content: "\f1d3"
}
.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-paper-plane:before, .fa-send:before {
	content: "\f1d8"
}
.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "\f20b"
}
.fa-meanpath:before {
	content: "\f20c"
}
.col {
	display: block;
	float: left;
	margin: 0 0 0 .8%
}
.col:first-child {
	margin-left: 0
}
.row {
	clear: both;
	margin: 0 auto;
*zoom:1
}
.row:after, .row:before {
	content: "";
	display: table
}
.row:after {
	clear: both
}
.grid_12_of_12 {
	width: 100%
}
.grid_11_of_12 {
	width: 91.53%
}
.grid_10_of_12 {
	width: 83.06%
}
.grid_9_of_12 {
	width: 74.6%
}
.grid_8_of_12 {
	width: 66.13%
}
.grid_7_of_12 {
	width: 57.66%
}
.grid_6_of_12 {
	width: 49.2%
}
.grid_5_of_12 {
	width: 40.73%
}
.grid_4_of_12 {
	width: 32.26%
}
.grid_3_of_12 {
	width: 23.8%
}
.grid_2_of_12 {
	width: 15.33%
}
.grid_1_of_12 {
	width: 6.866%
}
.group-discussion ul {
	margin-bottom: 0
}
.list-item {
	margin-bottom: 0!important
}
.item-b-r {
	margin-bottom: 15px
}
.module-label, .widgettitle {
	color: #fff!important;
	font-size: 16px!important;
	padding: 2px 15px!important;
	top: 0!important;
	left: 0!important;
	text-transform: uppercase!important;
	font-weight: 700!important;
	line-height: 1.5!important
}
.module {
	border-right: 1px solid #9e9b8c!important;
	border-bottom: 5px solid #9e9b8c!important
}
.item-discussion {
	height: 334px;
	overflow: hidden
}
.item-discussion.no-image {
	height: 28px
}
.item-discussion img {
	max-width: none!important;
	min-width: 100%!important;
	width: auto!important
}
.photo-caption {
	display: block;
	color: #9D9B8F;
	text-align: right;
	clear: both;
	font-size: 12px;
	line-height: 16px
}
.item-braintrust {
	height: 334px;
	overflow: hidden
}
.widget_tag_cloud {
	margin-top: 0!important
}
.tagcloud {
	margin-left: 15px;
	height: 100%
}
#tag_cloud-3 {
	overflow: hidden;
	height: 408px
}
.ad-3 {
	width: 970px;
	height: 90px;
	background-color: red;
	margin: auto auto 15px
}
.section-2 {
	padding-top: 30px!important
}
.sec-3-l {
	width: 36.5%;
	float: left;
	margin-right: 1%
}
.sec-3-m {
	width: 36.5%;
	float: left;
	background-color: orange;
	margin-right: 1%
}
.home-resources {
	width: 100%;
	height: 300px;
	background-color: green;
	margin-bottom: 15px
}
.home-news {
	width: 100%;
	height: 300px;
	background-color: #00f;
	margin-bottom: 15px
}
.ad-group-1 {
	width: 300px
}
.ad-4, .ad-5, .ad-6 {
	width: 300px;
	height: 250px;
	margin-bottom: 15px;
	background-color: red
}
.title-resources {
	background-color: #9e9a8f;
	display: inline-block
}
.title-news {
	background-color: #eca903;
	display: inline-block
}
.title-press {
	background-color: #76c7ff;
	display: inline-block
}
.title-twitter {
	background-color: #64b8f4;
	display: inline-block
}
.g-5, .small-ad {
	width: auto!important;
	padding: 0 5px 24px 0!important
}
.list-press {
	margin: 0 15px
}
.dont-miss a {
	color: #fff!important
}
button.alm-load-more-btn {
	background-color: #eca903!important;
	font-family: Calibri, Helvetica, Arial, sans-serif!important
}
.article-author {
	color: #9e9b8c;
	padding-bottom: 10px
}
.article-tags {
	color: #9e9b8c;
	text-transform: uppercase;
	padding-top: 20px
}
.article-tags a {
	background: #ebebeb;
	display: inline-block;
	text-decoration: none;
	padding: 6px 9px;
	color: #333;
	font-size: 12px;
	line-height: 14px;
	margin: 0 3px 5px 0
}
.article-tags a:hover {
	color: #333;
	background: #eeac00
}
.single-dis-l .article-tags {
	padding: 0 0 15px
}
.article-excerpt {
	padding-top: 20px;
	font-weight: 700
}
.article-excerpt p {
	font-size: 1.3rem;
	color: #E8AA07
}
#headerwrapper {
	height: 159px
}
.content-post ul {
	list-style-type: inherit
}
.widget_text .widgettitle {
	padding: 6px 15px!important;
	background: #9e9b8c;
	font-family: Calibri, Helvetica, Arial, sans-serif!important
}
.wp-polls>p {
	padding-top: 15px;
	text-align: left!important
}
.single-dis-l .info-dis h2 {
	display: none
}
.content-title h2 {
	font-size: 3.5rem;
	color: #000;
	text-decoration: none
}
.tweet_content {
	padding-bottom: 20px
}
.tweet_profile_img {
	margin: 0 5px 5px 0!important;
	float: left
}
.tweet_primary_meta a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}
.tweet_primary_meta span {
	color: gray;
	font-size: 14px
}
.tweet_text {
	font-size: 14px;
	padding-left: 53px;
	min-height: 30px
}
.tweet_secondary_meta a {
	color: gray;
	text-decoration: none;
	font-size: 12px;
	padding-left: 53px
}
.tweet_intents {
	float: right
}
.tweet_intents a {
	color: gray;
	font-size: 12px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 0
}
.tweet_retweet {
	padding-left: 10px;
	font-size: 12px
}
.tweet_retweet a {
	padding-left: 0
}
h1.page-title {
	font-size: 20px!important;
	font-family: Calibri!important;
	color: #9D9B8F!important
}
.date-range {
	margin-bottom: 20px
}
.date-range .datepicker {
	width: 110px;
	margin-right: 10px
}
.alm-reveal .item-dis-2 {
	height: 235px
}
.info-dis.single {
	background: 0 0;
	padding: 10px 10px 0 0!important;
	position: relative;
	display: inline
}
.info-dis.single .date-dis {
	color: #9D9B8F!important
}
.form-boundary {
	width: 320px;
	background-color: #e6e6e6;
	margin: 0 auto
}
.form-title {
	position: relative;
	top: 14px!important;
	left: -11px!important;
	font-size: 16px;
	background-color: #9D9B8F;
	margin-bottom: 17px
}
.form-boundary input {
	width: 100%
}
.form-boundary select {
	width: 100%;
padding:.5rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px
}
.form-boundary label.checkbox {
	position: relative;
	padding-left: 23px;
	display: block
}
.form-boundary label.checkbox input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 6px;
	width: auto
}
.form-boundary input.error, .form-boundary select.error {
	background: #fff2f2;
	border-color: red
}
.signup-submit {
	padding-top: 15px
}
#rememberme {
	width: auto
}
.share a {
	color: #fff!important;
	margin-left: 10px
}
.comment a {
	color: #fff;
	text-decoration: none
}
.wc-form-footer {
	display: block!important
}
.g-4 {
	margin: 0 auto!important
}
.list-so-user .inactive {
	opacity: .1
}
.atss {
	top: 50%!important
}
.wpp-list {
	padding: 0
}
.wpp-list li {
	overflow: hidden;
	float: none;
	clear: none!important
}
.mobileview, .nav-menu-mobile #menu-item-174, .nav-menu-mobile #menu-item-175 {
	display: none
}
.login-logo {
	width: 320px;
	margin: 0 auto
}
.login-submit {
	margin-bottom: 5px
}
.forgot-password {
	font-size: 12px
}
.login-reg {
	padding-top: 26px;
	text-align: center
}
.login-reg p {
	margin-bottom: 5px
}
.content-single-user {
	padding-bottom: 30px
}
.content-single-user ul {
	list-style-type: disc
}
.content-single-user ul li {
	margin: 15px 0
}
.staff-list .list-user {
	width: 25%!important
}
.more-linkage {
	float: right
}
.more-linkage a {
	text-decoration: none
}
/* Gravity Forms */
.gform_wrapper, .gform_wrapper .gform_heading, .gform_wrapper span.gform_description {
	margin: 0px!important;	
}
.gform_wrapper .top_label .gfield_label {
	display: inline!important;	
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0px!important;	
}
.gform_wrapper ul.gfield_radio li label {
	padding-top: 3px;	
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
	font-size: .875em!important;
	font-weight: 700!important;
	font-size: 16px!important;	
}
.gform_wrapper ul.gfield_radio li {
	margin-bottom: 0px;	
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: .9em;
}
.gform_wrapper ul.gfield_radio li label {
	font-weight: 700;	
	font-size: 16px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background: red;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	width: 100%!important;
	display: block!important;
	font-size: 1.8em!important;
	max-width: 350px;
	margin: 0 auto!important;
}
body li.gfield_html h4.formTitle {
	font-family: Calibri,Helvetica,Arial,sans-serif!important;
	font-weight: 700!important;
	text-align: center;	
}
.gform_wrapper ul.gform_fields li#field_3_5, .gform_wrapper ul.gform_fields li#field_3_4 {
	float: left;
	clear: none!important;
	width: 50%;	
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100%!important;	
}
body .gform_wrapper ul li#field_3_1 {
	margin-top: 0px!important;
}
.gform_body li#field_34_12 .gfield_label {
    display: block!important;
}
.gform_body li#field_34_13 .gfield_label {
	margin-top: 2em!important;
}
.gform_wrapper ul.gfield_radio li label {
	padding: 0px!important;	
}
span.post-categories {
	display: none
}
.more-linkage {
	font-size: 16px;
	font-weight: 600;
	font-family: calibri, sans-serif;
	width: auto;
	height: 42px;
	line-height: 44px;
	background: #eeac00;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 29px 11px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-appearance: none
}
.more-linkage a {
	color: #fff!important
}
@media screen and (max-width:680px) {
.single-dis-l .info-dis h2 {
	display: block
}
}
@media screen and (max-width:600px) {
.alm-reveal .item-dis-2 {
	height: 215px
}
.normalview {
	display: none
}
.mobileview {
	display: block
}
}
@media screen and (max-width:480px) {
.alm-reveal .item-dis-2 {
	height: auto
}
}
.modal-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9000000000;
	background: rgba(0,0,0,.75);
	cursor: pointer
}
.modal {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9000000009;
	max-width: 80%;
	max-height: 100%;
	background: #fff;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	backface-visibility: hidden;
	padding: 20px 40px;
	border-radius: 5px;
	overflow: hidden
}
.modal>.modal-close {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #800;
	cursor: pointer
}
.modal * {
	backface-visibility: hidden
}
.modal-inner {
	position: relative;
	overflow: auto;
	max-width: 100%;
	max-height: 100%
}
.modal-inner>div {
	max-width: 100%
}
@media screen and (min-width:768px) {
.modal {
	top: 50%!important
}
}
@media screen and (max-width:767px) {
.modal {
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	max-height: none;
	max-width: 94%;
	width: 100%;
	padding: 15px 20px 20px
}
.modal #welcome {
	font-size: 15px;
	line-height: 22px
}
.modal #welcome h2 {
	font-size: 30px;
	line-height: 35px
}
.modal #welcome .form-field, .modal .modal-close, .modal .modal-continue {
	width: 100%
}
}
.modal #member_contact_form>p {
	width: 100%
}
.modal #member_contact_form>p.left {
	float: left;
	width: 48%;
	margin-bottom: 15px
}
.modal #member_contact_form>p.right {
	float: right;
	width: 48%;
	margin-bottom: 15px
}
.modal #member_contact_form .text-input, .modal #member_contact_form textarea {
	width: 100%;
	border: 1px solid #ccc
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
	cursor: pointer
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move
}
.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-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
0% {
opacity:1
}
}
@-moz-keyframes empty {
0% {
opacity:1
}
}
@keyframes empty {
0% {
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100%, 75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
}
@-moz-keyframes backSlideOut {
25% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
100%, 75% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%)
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
transform:translateZ(-500px)
}
100%, 75% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%)
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0)
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
100% {
opacity:1;
-moz-transform:translateZ(0) translateX(0)
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
transform:translateZ(-500px)
}
100% {
opacity:1;
transform:translateZ(0) translateX(0)
}
}
@-webkit-keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(.8)
}
}
@-moz-keyframes scaleToFade {
to {
opacity:0;
-moz-transform:scale(.8)
}
}
@keyframes scaleToFade {
to {
opacity:0;
transform:scale(.8)
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform:translateY(-100%)
}
}
@-moz-keyframes goDown {
from {
-moz-transform:translateY(-100%)
}
}
@keyframes goDown {
from {
transform:translateY(-100%)
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
transform:scale(1.5)
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpTo {
to {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpTo {
to {
opacity:0;
transform:scale(1.5)
}
}
@font-face {
	font-family: Calibri;
	src: url(../fonts/Calibri.woff)
}
@font-face {
	font-family: Jubilat;
	src: url(../fonts/Jubilat_Regular.woff)
}
html body.custom-background {
	background: #fff
}
.main-navigation li.current-menu-item a, .main-navigation li.current_page_item a, body a:active, body a:hover {
	color: #E8AA07
}
.main-navigation ul a {
	text-transform: uppercase;
	font-size: 16px;
	color: #9D9B8F
}
.top-right li a:hover, body .main-navigation li:hover>a, body .main-navigation ul a:hover, body .social-media-icons a:active, body .social-media-icons a:hover {
	color: #E8AA07
}
.dont-miss {
	background: #000;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0;
	position: relative
}
.dont-miss p {
	margin: 0
}
.close-miss {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	right: 10px;
	background: url(../images/close.png) top center no-repeat;
	background-size: 100%;
	cursor: pointer
}
.close-miss:hover {
	opacity: .8
}
body .social-media-icons a, body .social-media-icons a:visited {
	font-size: 14px;
	color: #9e9b8c
}
body .social-media-icons li {
	font-size: 14px
}
body .social-media-icons {
	float: none
}
.fa-stack {
	width: 25px;
	height: 25px
}
body .fa-stack-2x {
	left: -2px
}
.top-right ul {
	margin: 0
}
.top-right li {
	display: inline-block;
	margin-right: 10px;
	color: #9e9b8c
}
.top-right li a {
	color: #9e9b8c;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	text-decoration: none
}
.top-right {
	text-align: right;
	margin-top: 19px
}
.regis {
	margin-right: 10px
}
.regis:before {
	display: inline-block;
	background: url(../images/sprites.png) 6px 1px no-repeat;
	width: 30px;
	height: 23px;
	content: "";
	position: relative;
	top: 6px;
	left: -4px
}
.sign-in {
	margin-left: 10px
}
.join:before {
	display: inline-block;
	background: url(../images/sprites.png) -23px 1px no-repeat;
	width: 27px;
	height: 23px;
	content: "";
	position: relative;
	top: 6px;
	left: -4px
}
.link-search:before {
	display: inline-block;
	background: url(../images/sprites.png) -48px 0 no-repeat;
	width: 22px;
	height: 23px;
	content: "";
	position: relative;
	top: 6px;
	left: -4px
}
body .main-navigation {
	margin: 75px 0 0
}
body .main-navigation li {
	margin: 0 0 0 35px
}
.container {
	max-width: 1200px;
	margin: 0 auto
}
body #footercontainer {
	background-color: #fff;
	box-shadow: 0 -2px 1px #ccc;
	margin-top: 10px
}
.footer-listrak {
	box-shadow: 0 -2px 1px #ccc;
	padding: 15px
}
.footer-listrak img {
	margin: 0 auto;
	display: block;
	max-width: 80%
}
.logo-footer {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px
}
.menu-footer ul {
	margin: 0
}
.menu-footer {
	display: inline-block;
	vertical-align: top;
	margin-top: 58px
}
.menu-footer li {
	display: inline-block;
	margin-right: 40px
}
.menu-footer li a {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600
}
.social-footer {
	padding-bottom: 20px;
	text-align: right
}
body .smallprint {
	text-align: right;
	margin: 0;
	width: auto;
	text-transform: uppercase;
	color: #9e9b8c;
	font-size: 14px
}
body #bannercontainer {
	background: 0 0;
	text-align: center
}
.date-page {
	text-align: right;
	padding-top: 10px;
	max-width: 1300px;
	margin: 0 auto
}
.content-date {
	color: #645c47;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-right: 10px
}
.banner .widget {
	margin: 0!important
}
.section-1 {
	width: auto
}
.sec-1-l {
	width: 74%;
	float: left;
	margin-right: 1%
}
.sec-1-r {
	width: 25%;
	float: right
}
#text-6 .widgettitle, .widget_tag_cloud h2 {
	display: inline-block;
	background: #76c7ff;
	font-size: 16px;
	color: #fff;
	padding: 5px 10px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	text-transform: uppercase
}
.tagcloud {
	margin-top: 20px
}
.tagcloud a {
	background: #ebebeb;
	display: inline-block;
	text-decoration: none;
	padding: 8px 12px;
	color: #333;
	font-size: 16px;
	line-height: 14px;
	margin: 0 10px 10px 0
}
.tagcloud a:hover {
	color: #333;
	background: #eeac00
}
.group-brainstrust {
	width: 35%;
	float: right;
	margin-right: 20px
}
.item-braintrust {
	border-right: 1px solid #9e9b8c;
	border-bottom: 5px solid #9e9b8c;
	margin-bottom: 20px;
	width: 25%;
	float: right
}
.item-braintrust span {
	background: #E8AA07;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 2px 10px;
	margin-bottom: 3px;
	color: #fff;
	display: inline-block
}
.item-braintrust .desc {
	color: #000;
	font-size: 16px;
	position: relative;
	padding: 10px;
	font-family: Jubilat;
	font-weight: 700;
	min-height: 150px
}
.single-dis-r .item-braintrust .desc {
	min-height: auto
}
.item-braintrust h2 {
	color: #898989;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0
}
.item-braintrust .link-name-author span {
	color: #898989;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	max-height: 42px;
	line-height: 14px;
	overflow: hidden;
	text-transform: none;
	background: 0 0;
	width: 100%
}
.item-braintrust .img-brain {
	text-align: center;
	display: block
}
body #headercontainer {
	box-shadow: 1px 1px 5px #b4aba1;
	padding-bottom: 10px
}
.item-discussion {
	width: 75%;
	float: left;
	position: relative
}
.info-dis h2 a {
	font-family: jubilat;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: block
}
.info-dis h2 a:hover {
	color: #E8AA07
}
.info-dis {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/bg_img_dis.png) top center no-repeat;
	padding: 30px 10px 10px;
	background-size: cover;
	width: 100%
}
.date-dis {
	font-size: 12px;
	color: #fff;
	float: left
}
.info-right {
	display: inline-block;
	float: right;
	font-size: 12px
}

.info-left {
	width: 100%
}
.info-left .comment {
	font-size: 12px;
	color: #666;
	display: inline;
	background: url(../images/icon-comment-2.png) left center no-repeat;
	padding-left: 18px;
	text-transform: uppercase
}
.info-left .share {
	color: #666;
	display: inline-block;
	font-size: 12px;
	background: url(../images/icon-share-2.png) center no-repeat;
	padding-left: 30px
}
.info-left .comment a, .info-left .share a {
	color: #666
}
.info-right .comment, .item-dis-2 .comment {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	background: url(../images/icon-comment.jpg) left center no-repeat;
	padding-left: 18px;
	text-transform: uppercase
}
.info-right .comment a {
	color: #fff
}
.share {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	background: url(../images/icon-share.jpg) center no-repeat;
	padding-left: 30px
}
.list-item {
	overflow: hidden
}
.title-dis {
	background: #76c7ff;
	color: #fff;
	font-size: 14px;
	padding: 2px 15px;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 700
}
.img-user {
	text-align: center;
	padding-bottom: 23px
}
.img-user img {
	border-radius: 100%
}
.group-title-top {
	overflow: hidden
}
.group-discussion ul {
	padding: 0
}
.group-title-top .title-dis {
	position: static;
	float: left
}
.list-tab-dis {
	display: inline-block;
	float: right
}
.list-tab-dis li {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0 10px;
	line-height: 17px
}
.list-tab-dis li:last-child {
	border-right: none
}
.list-tab-dis li span {
	color: #b1afa3;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-family: Calibri;
	cursor: pointer
}
.list-tab-dis li span.active, .list-tab-dis li span:hover {
	color: #000
}
.alm-reveal .item-dis-2 {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding: 0
}
.alm-reveal {
	overflow: hidden
}
.alm-reveal .item-dis-2:nth-child(3n+0) {
	margin-right: 0
}
.tag-posts-list .entry-content, .tag-posts-list .entry-content p {
	margin-bottom: 0
}
.tag-posts-list .date {
	padding-top: 8px;
	padding-bottom: 15px
}
.tag-posts-list .date-footer {
	display: block;
	background-color: transparent;
	color: #b6b6b6;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px
}
.alm-listing .item-dis-2 img {
	width: 100%;
	position: static;
	border-radius: 0
}
.item-dis-2 h2 {
	line-height: 16px
}
.item-dis-2 h2 a {
	font-size: 16px;
	text-decoration: none;
	font-family: Jubilat;
	font-weight: 700
}
.item-dis-2 .date-dis {
	color: #b6b6b6
}
.item-dis-2 .comment {
	color: #b6b6b6;
	background-image: url(../images/icon-comment-2.png);
	display: inline
}
.item-dis-2 .comment a {
	color: #b6b6b6
}
.item-dis-2 .share {
	color: #b6b6b6;
	background-image: url(../images/icon-share-2.png)
}
.widget {
	margin-bottom: 30px
}
#text-5 h2.widgettitle {
	font-size: 20px;
	background: #9E9B8C;
	display: inline-block;
	padding: 2px 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: calibri;
	font-weight: 700;
	margin-bottom: 20px
}
.item-resource h2 {
	line-height: 14px
}
.item-resource h2 a {
	text-decoration: none;
	font-size: 16px;
	font-family: jubilat;
	font-weight: 700
}
.item-resource p {
	font-size: 14px;
	font-family: calibri
}
.list-resource {
	padding: 0;
	width: 85%;
	margin: 0 auto;
	position: relative
}
.owl-prev {
	background: url(../images/arrow-prev.png) center no-repeat;
	display: inline-block;
	width: 15px;
	height: 24px;
	text-indent: -999999px;
	position: absolute;
	top: 32%;
	left: -10px;
	cursor: pointer
}
.owl-next {
	background: url(../images/arrow-next.png) center no-repeat;
	display: inline-block;
	width: 15px;
	height: 24px;
	text-indent: -999999px;
	position: absolute;
	top: 32%;
	right: -10px;
	cursor: pointer
}
#text-6 {
	border-bottom: 5px solid #dbdad4;
	border-right: 1px solid #dbdad4
}
.list-dis-3 {
	padding-left: 20px;
	padding-right: 10px
}
.list-dis-3 li {
	overflow: hidden;
	margin-bottom: 10px
}
.list-dis-3 li a {
	text-decoration: none;
	font-family: jubilat;
	font-size: 14px;
	color: #000;
	font-weight: 700
}
.bottom-footer-3 span {
	float: left;
	font-size: 13px;
	color: #a9abaa
}
.bottom-footer-3 strong {
	float: right;
	font-weight: 400;
	color: #a9abaa;
	font-size: 13px
}
.single-dis-l {
	width: 75%;
	float: left
}
.single-dis-l.no-braintrust-content {
	width: 100%
}
.single-dis-l .item-discussion {
	width: 100%;
	float: none
}
.single-dis-r {
	width: 25%;
	float: right
}
.single-dis-r .item-braintrust {
	width: auto;
	float: none;
	height: auto;
	min-height: 334px
}
.addthis_counter {
	background: 0 0!important;
	position: relative!important;
	left: -14px;
	font-weight: 400!important
}
.addthis_counter:after {
	position: absolute;
	content: "shares";
	bottom: -10px;
	left: 18px;
	font-size: 10px
}
.addthis_toolbox {
	display: inline-block;
	position: absolute;
	left: 2px;
	top: 10px
}
.addthis_toolbox a {
	display: block;
	float: none!important;
	width: 37px!important;
	height: 35px!important
}
.at-share-dock {
	top: auto!important;
	bottom: 0
}
.content-post {
	position: relative;
	margin-top: 20px;
	margin-right: 20px
}
.addthis_toolbox a:hover {
	opacity: .8
}
.addthis_toolbox a span {
	opacity: 0
}
.addthis_toolbox a.addthis_button_facebook {
	background: url(../images/icon-fb.png) top center no-repeat!important
}
.addthis_toolbox a.addthis_button_twitter {
	background: url(../images/icon-tt.png) top center no-repeat!important
}
.addthis_toolbox a.addthis_button_email {
	background: url(../images/icon-email.png) top center no-repeat!important
}
.addthis_toolbox a.addthis_button_compact {
	background: url(../images/icon-more.png) top center no-repeat!important
}
.addthis_button_expanded {
	font-weight: 400!important
}
.single-discussion #tag_cloud-4 {
	display: none
}
.logo-footer img, .site-title img {
	width: 280px;
	max-width: none
}
.alm-listing li.item-resource-2 {
	padding: 0;
	position: relative
}
.alm-listing li.item-resource-2 img {
	float: left;
	position: static!important
}
.img-item-res {
	float: left;
	position: relative;
	max-width: 295px
}
.info-resource {
	overflow: hidden;
	text-align: left;
	border-bottom: 5px solid #ccc;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	min-height: 148px
}
.info-resource span, .profile-comments span {
	display: block;
	text-align: right;
	float: none;
	color: #9D9B8F;
	font-size: 13px
}
.info-resource h2 {
	text-align: left;
	line-height: 18px
}
.info-resource h2 a, .profile-comments h2 a {
	font-family: jubilat;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none
}
.retail-news-listing h2 a {
margin-bottom:.5rem;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.1666;
	font-weight: 400
}
.retail-news-listing .headline {
	line-height: 1.3;
	margin-bottom: 5px
}
.retail-news-listing .content-re p {
	font-size: 1rem;
	line-height: 1.5
}
.profile-comments li {
	border-right: 1px solid #9D9B8F;
	border-bottom: 3px solid #9D9B8F;
	padding-right: 5px;
	margin-bottom: 15px
}
.profile-comments .content-re {
	padding-bottom: 5px
}
.author-load-more {
	text-align: center
}
.content-re p {
	color: #000;
	font-size: 14px;
	font-family: Calibri;
	line-height: 16px;
	display: inline
}
.content-re strong {
	font-weight: 400;
	color: #ccc;
	font-size: 14px
}
.page-template-page-resource #tag_cloud-4, .page-template-page-resource #text-5, .page-template-page-resource #text-6 {
	display: none
}
.categoris-re {
	position: relative;
	top: 5px;
	left: 13px;
	text-transform: uppercase;
	font-size: 16px;
	color: #9E9B8C;
	font-weight: 700;
	z-index: 2
}
.no-thumbnail .info-resource {
	padding-left: 0
}
.no-thumbnail .categoris-re {
	top: 0PX;
	left: 0PX
}
.section-2 {
	text-align: center;
	padding: 0
}
.section-3, .section-4 {
	border-bottom: 5px solid #9E9B8C;
	border-right: 1px solid #9E9B8C;
	overflow: hidden
}
.section-4 {
	margin-top: 30px
}
.s3-resource {
	background: #9e9b8c
}
.s4-retail {
	background: #eeac00
}
.s3-resource, .s4-retail {
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}
.list-post {
	margin-left: 20px;
	overflow: hidden
}
.item-resource {
	width: 75%;
	margin: 0 auto
}
.list-resource {
	padding-top: 15px
}
.item-resource h2 {
	padding: 10px 0;
	margin-bottom: 0
}
.sub-list-post {
	width: 22%;
	float: left;
	margin-right: 3%
}
.sub-list-post .group-info>h3 {
	line-height: 15px;
	margin-bottom: 0
}
.sub-list-post .group-info>h3>a {
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
	height: 30px;
	overflow: hidden;
	display: block
}
.sub-list-post .group-info .date>span>ul {
	padding: 0;
	margin: 0
}
.info-resource .date {
	padding-top: 8px;
	padding-bottom: 15px
}
.info-resource .date>span {
	text-align: left
}
.info-resource .date>span, .sub-list-post .group-info .date>span, .sub-list-post .group-info .date>span.full-date, .sub-list-post .group-info .date>span>ul>li>a {
	background-color: transparent;
	color: #b6b6b6;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 18px;
	display: block
}
.info-resource .date>span.date-footer, .sub-list-post .group-info .date>span.full-date {
	font-weight: 400
}
.sub-list-post .thumnail-icon {
	width: 60%;
	float: left
}
.sub-list-post .group-info {
	width: 38%;
	float: left;
	margin-left: 2%
}
.sub-list-post.not-thumbnail .group-info {
	width: 100%
}
.sub-list-post {
	min-height: 110px;
	margin-top: 15px
}
.sub-list-post.not-thumbnail .group-info>h3>a {
	height: auto;
	overflow: inherit
}
.section-5 {
	padding: 30px 0 15px;
	overflow: hidden
}
.section-5 .press {
	width: 37.5%;
	float: left
}
.section-5 .space {
	width: 25%;
	float: left
}
.section-5 .press.twitter {
	border-left: 1px solid #a3a092;
	border-right: 1px solid #a3a092;
	height: 100%;
	overflow: hidden;
	width: 36%;
	margin: 0 12px 0 0;
	padding-left: 12px
}
.section-5 .space .ad-2:nth-child(2), .section-5 .space .ad-2:nth-child(3) {
	padding-top: 15px
}
body #footercontainer {
	margin-top: 0
}
body .social-media-icons li+li, body .social-media-icons li+li+li, body .social-media-icons li+li+li+li, body .social-media-icons li+li+li+li+li {
	margin-left: 0;
	padding-left: 15px
}
.smallprint>p {
	color: #9e9b8c;
	font-weight: 700;
	margin-bottom: 0
}
.smallprint a:visited, .smallprint>p>a {
	color: #9e9b8c!important;
	text-decoration: none
}
.footer-bottom {
	padding-bottom: 30px
}
body .smallprint {
	padding-top: 10px
}
.menu-footer.m-menu-footer {
	display: none
}
.m-top-right {
	float: right;
	margin-top: 50px
}
.m-top-right li {
	display: inline-block;
	margin: 0 10px
}
.m-regis {
	display: inline-block;
	background: url(../images/sprites.png) 6px -93px no-repeat;
	width: 49px;
	height: 43px;
	position: relative;
	top: 6px;
	left: -4px
}
.m-join {
	display: inline-block;
	background: url(../images/sprites.png) -43px -93px no-repeat;
	width: 49px;
	height: 43px;
	position: relative;
	top: 6px;
	left: -4px
}
.m-link-search {
	display: inline-block;
	background: url(../images/sprites.png) -89px -93px no-repeat;
	width: 44px;
	height: 43px;
	position: relative;
	top: 6px;
	left: -4px
}
.ad-ipad {
	display: none
}
.show_ipad {
	display: none!important
}
.m-arrow-menu {
	background: url(../images/sprites.png) -129px -93px no-repeat;
	width: 44px;
	height: 43px;
	position: absolute;
	top: 30px;
	left: 10px;
	cursor: pointer;
	display: none
}
.m-arrow-search {
	background: url(../images/sprites.png) -89px -93px no-repeat;
	width: 44px;
	height: 43px;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
	display: none
}
.menu-mobile {
	background: #B2B2B2;
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 10px 15px;
	display: none;
	top: 0
}
.m-bottom-menu {
	clear: both;
	padding-top: 20px
}
.m-bottom-menu ul {
	padding-left: 0
}
.m-bottom-menu li {
	color: #fff;
	line-height: 2;
	font-size: 18px
}
.m-bottom-menu li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none
}
.m-bottom-menu li a:before {
	display: none!important
}
.search-mobile {
	width: 80%;
	float: right;
	background: #fff;
	position: relative;
	padding: 10px 5px;
	margin: 10px 0 0
}
.search-mobile input[type=search] {
	background: #fff;
	border: none;
	margin-left: 10px;
	width: 96%
}
.search-mobile input[type=search]:focus {
	border: none;
	box-shadow: none;
	outline: 0
}
.search-mobile input[type=submit] {
	background: url(../images/sprites.png) -89px -93px no-repeat;
	width: 44px;
	height: 43px;
	position: absolute;
	border: none;
	right: 2px;
	text-indent: -99999px;
	top: 1px
}
.search-mobile input[type=submit]:hover {
	background: url(../images/sprites.png) -89px -93px no-repeat;
	opacity: .8
}
.close-menu {
	position: absolute;
	background: url(../images/close-m.png) center no-repeat;
	width: 44px;
	height: 43px;
	left: 10px;
	top: 23px;
	cursor: pointer
}
#headercontainer, .site-title img, body #headercontainer.sticky .main-navigationss {
	transition: all .4s ease
}
#headercontainer.sticky {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999999999
}
#headercontainer.sticky .site-title img {
	width: 200px;
	height: auto
}
body #headercontainer.sticky .main-navigation {
	margin: 28px 0 0
}
#headercontainer.sticky .social-media-icons, #headercontainer.sticky .top-right {
	display: none
}
#headercontainer.sticky .site-title h1 {
	line-height: 0;
	margin-top: 5px!important
}
.form-top {
	padding: 10px 0 20px;
	margin-bottom: 20px
}
.form-bottom input[type=text], .form-bottom input[type=email], .form-bottom textarea, .form-contact {
	width: 100%
}
.group-input {
	margin-bottom: 10px
}
.form-contact select {
	padding: 5px;
	width: 40%
}
.form-contact br {
	display: none
}
.form-contact input, .form-contact textarea {
	border: 1px solid #ccc;
	padding: 10px
}
.group-submit label {
	float: left
}
.group-submit input {
	float: right
}
.title-form {
	display: block;
	font-size: 20px;
	margin-bottom: 10px
}
.page-id-109 #bannercontainer, .page-id-109 .entry-title, .page-id-137 #bannercontainer, .page-id-17 #bannercontainer, .page-id-17 .entry-title, .page-template-page-newsletterform-php #bannercontainer {
	display: none
}
.sub-list-press {
	line-height: 15px
}
.sub-list-press h3 {
	margin: 15px 0 0;
	line-height: 15px
}
.sub-list-press h3 a {
	text-decoration: none;
	font-size: 16px;
	font-family: Jubilat;
	font-weight: 700
}
.date-press ul {
	padding: 0;
	margin: 0
}
.date-press ul li a {
	background-color: transparent!important;
	color: #c8c9c9;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 15px;
	display: block
}
.date-press ul li a:hover {
	color: #c8c9c9
}
.date-press .cate_press {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	background-color: transparent;
	color: #b6b6b6;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	line-height: 15px;
	display: block
}
.full-date-sub {
	font-size: 12px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #b6b6b6
}
.title-press, .title-twitter {
	font-size: 16px!important
}
.content-twitter {
	padding: 0 20px
}
.content-twitter ul {
	text-align: center;
	padding: 15px 0 0
}
.content-twitter ul li {
	display: inline-block;
	margin: 0 2px;
	position: relative
}
.content-twitter ul li:after {
	content: "|";
	position: relative;
	margin-left: 5px
}
.content-twitter ul li:last-child:after {
	content: ""
}
.content-twitter ul li span {
	font-size: 14px;
	color: #9E9B8C;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer
}
.content-twitter ul li span:hover {
	color: #E8AA07
}
body .sec-3-m {
	background-color: transparent
}
.content-twitter .aiwidget-title, .content-twitter .thinkTwitFollow, .content-twitter .widget-title {
	display: none
}
.list-braintrust-page {
	position: relative;
	z-index: 9999;
	border-bottom: 5px solid #9E9B8C;
	border-right: 1px solid #9E9B8C;
	padding: 0
}
.list-user {
	display: inline-block;
	width: 21%;
	text-align: center;
	vertical-align: top;
	margin: 10px 3%!important;
	min-height: 280px
}
.list-user .avata {
	display: block;
	margin-bottom: 10px
}
.list-user .avata img {
	height: 140px;
	width: auto
}
.title-user {
	margin: 0;
	clear: both
}
.list-braintrust-page .list-so-user li {
	float: none
}
.title-user a {
	text-decoration: none;
	padding-top: 10px;
	display: block;
	text-align: left;
	font-family: Calibri;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer
}
.position-user {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #9D9B8F
}
.list-so-user {
	text-align: center;
	padding: 0
}
.list-so-user li {
	display: inline-block
}
.single-user-l .list-so-user li {
	float: none
}
.list-so-user li a, .list-so-user li span {
	width: 28px;
	height: 24px;
	display: block;
	text-indent: -9999px
}
.list-so-user li a:hover {
	opacity: .5
}
.icon-face-user {
	background: url(../images/icon-fb.jpg) center no-repeat
}
.icon-tt-user {
	background: url(../images/icon-tt.jpg) center no-repeat
}
.icon-in-user {
	background: url(../images/icon-in.jpg) center no-repeat
}
.icon-em-user {
	background: url(../images/icon-em.png) center no-repeat
}
.list-braintrust-bottom {
	overflow: hidden;
	padding: 0
}
.list-user-bottom {
	width: 50%;
	float: left;
	min-height: 100px
}
.list-user-bottom .list-so-user {
	text-align: left;
	margin-top: 10px
}
.braintrust-all .s4-retail, .braintrust-top .s4-retail {
	margin-bottom: 20px;
	display: inline-block
}
.braintrust-all .list-braintrust-1 .list-user {
	width: 40%;
	margin-right: 5%!important;
	margin-bottom: 30px!important;
	position: relative;
	padding-left: 105px;
	min-height: 90px;
	max-width: 345px
}
.braintrust-all .list-braintrust-1 .list-user:nth-child(2n):after {
	content: '';
	clear: both;
	display: block
}
.braintrust-all .list-braintrust-1 .list-user .avata {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0
}
.braintrust-all .list-braintrust-1 .list-user .title-user a {
	padding-top: 0
}
.braintrust-all .list-braintrust-1 .list-user .list-so-user {
	text-align: left
}
.advisory-all .list-braintrust-1 .list-user .avata {
	width: 127px
}
.advisory-all .list-braintrust-1 .list-user {
	padding-left: 142px;
	min-height: 127px
}
.single-user, .single-user- {
	overflow: hidden
}
.list-single-user {
	padding: 0;
	text-align: center
}
.list-single-user ul {
	margin-top: 20px
}
.single-user-r {
	padding-left: 14px
}
.single-user-r .title-user-single {
	font-size: 30px;
	color: #000;
	margin: 0;
	font-family: Calibri;
	font-weight: 700
}
.single-user-r .position-user {
	font-size: 21px;
	margin-bottom: 20px
}
.theme-post-1 .item-dis-2 {
	width: 50%
}
.theme-post-1 .item-dis-2 img {
	width: 100%
}
.single-user-bottom .list-tab-dis {
	padding: 0;
	display: block;
	overflow: hidden;
	float: none
}
.single-user-bottom .list-tab-dis li {
	border: none;
	padding: 0
}
.list-tab-dis li span {
	font-weight: 700
}
.single-user-bottom .tab-single-user .view-articles {
	float: left
}
.single-user-bottom .tab-single-user .view-comment {
	float: right
}
#maincontentcontainer {
	min-height: 500px
}
.link-name-author {
	text-decoration: none
}
.link-name-author.show-600 {
	display: none
}
.list-resource-3 {
	margin: 1rem 1rem 1.5rem -2rem
}
.list-resource-3 h2 {
	font-size: 18px;
	padding-top: 10px
}
.list-resource-3 h2 a {
	text-decoration: none
}
.list-resource-3 .item-resources-3 {
	width: 100%;
	list-style: none;
	margin: 0 3% 20px 0
}
.list-resource-3 .item-resources-3:nth-child(3n) {
	margin-right: 0
}
.bottom-footer-res strong {
	color: #00AEEF;
	font-size: 16px;
	display: block;
	margin: 5px 0
}
.bottom-footer-res span {
	color: #000;
	font-size: 14px;
	display: block
}
.list-braintrust-1 .list-so-user {
	margin-top: 10px
}
.list-braintrust-1 ul {
	list-style: none
}
.list-braintrust-1 .list-user {
	width: 15%;
	margin: 10px 7% 0 0!important
}
.list-braintrust-1 .list-user .avata img {
	height: auto;
	width: 100%
}
.list-braintrust-1 .list-so-user li {
	margin: 0 3px 0 0!important
}
.title-2 {
	font-family: Calibri;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px
}
.sec-about-1 .title-2 {
	text-transform: none
}
.page-id-137 .entry-title, .page-id-19 .entry-title {
	display: none
}
.ad-about img {
	max-width: inherit!important
}
.box-spon {
	width: 19%;
	margin-right: 1%!important;
	float: left
}
.box-spon h1 {
	font-family: Calibri;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0
}
.box-spon p {
	font-family: Calibri;
	color: #000;
	font-size: 16px;
	line-height: 20px
}
.box-spon .wpb_content_element {
	margin-bottom: 0
}
.box-spon.last {
	margin-right: 0
}
.spon-sec-1 h1 {
	font-family: Calibri;
	color: #000;
	font-size: 25px;
	font-weight: 700
}
.spon-sec-1 p {
	font-size: 18px
}
.text-spo-1 {
	font-size: 18px;
	color: #000
}
.text-contact h1 {
	font-family: Calibri;
	font-size: 20px;
	color: #000
}
.text-contact p {
	font-size: 18px;
	color: #000
}
.form-sponsorship {
	border: 1px solid #ccc;
	padding: 20px
}
.form-sponsorship h3 {
	font-family: Calibri;
	font-size: 20px;
	color: #000;
	font-weight: 700
}
.form-sponsorship p {
	font-family: Calibri;
	font-size: 18px;
	color: #000
}
.form-sponsorship .text-required {
	font-style: italic
}
.input-group {
	margin-bottom: 10px
}
.input-group.your-message {
	width: 90%
}
.input-group.your-message textarea {
	width: 100%;
	height: 150px
}
.btn-submit {
	text-align: right
}
.form-seach-top {
	position: relative
}
.content-f-top {
	position: absolute;
	top: 41px;
	left: -124px;
	width: 200px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0;
	display: none
}
.content-f-top input[type=search] {
	background: #fff;
	border: none;
	margin-left: 10px;
	width: 80%;
	float: left
}
.content-f-top input[type=search]:focus {
	outline: 0
}
.content-f-top input[type=submit] {
	background: url(../images/sprites.png) -47px 0 no-repeat;
	width: 20px!important;
	height: 22px;
	position: absolute;
	right: 9px;
	text-indent: -99999px;
	top: 6px;
	border: none;
	box-shadow: none;
	padding: 0
}
.content-f-top input[type=submit]:hover {
	background-position: -47px 0;
	background-color: transparent
}
.login-r {
	text-align: center;
	border-left: 1px solid #000;
	padding: 0 30px
}
.list-connect {
	padding: 0;
	margin: 0
}
.list-connect li a {
	padding: 5px 0 5px 50px;
	color: #999;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	min-width: 257px;
	text-align: left;
	border: 1px solid #00AEEF;
	margin-bottom: 5px;
	border-radius: 6px
}
.login-r .connect-b {
	color: #00AEEF;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	margin: 10px
}
.login-r p {
	text-align: center;
	font-size: 18px
}
.login-r li a.icon-fb-1 {
	background: url(../images/icon-fb-1.png) left 13px center no-repeat
}
.login-r li a.icon-tt-1 {
	background: url(../images/icon-tt-1.png) left 13px center no-repeat
}
.login-r li a.icon-in-1 {
	background: url(../images/icon-in-1.png) left 13px center no-repeat
}
.login-r li a.icon-gg-1 {
	background: url(../images/icon-gg-1.png) left 13px center no-repeat
}
.form-login-2 {
	max-width: 50%;
	margin: 0 auto
}
.form-login-2 label {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #999
}
.form-login-2 p {
	margin-bottom: 10px;
	text-align: center
}
.form-login-2 input[type=text], .form-login-2 input[type=password] {
	width: 100%
}
.login-submit {
	margin-top: 20px
}
.avata-login {
	float: left;
	margin-right: 10px
}
.info-login-user a {
	color: #00AEEF;
	display: block;
	text-decoration: none
}
.info-login-user span {
	color: #ccc
}
.login-g-user {
	overflow: hidden
}
.form-user-bottom {
	overflow: hidden;
	margin-top: 10px;
	clear: both
}
.check-box label {
	margin-left: 10px
}
.clear {
	clear: both
}
.submit-user {
	margin-top: 10px
}
.form-braintrust {
	width: 100%;
	background: #eef6f8;
	padding: 20px;
	border-right: 1pxx solid #ccc;
	border-bottom: 5px solid #ccc
}
.form-braintrust h2 {
	font-family: Calibri;
	font-size: 15px;
	font-weight: 700;
	color: #76c7ff;
	line-height: 21px;
	text-transform: uppercase
}
.form-braintrust p {
	font-family: Calibri;
	font-size: 15px;
	font-weight: 700;
	color: #76c7ff;
	line-height: 21px;
	margin-bottom: 15px
}
.form-braintrust strong {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #76c7ff
}
.input-brain {
	overflow: hidden;
	margin-bottom: 10px;
	clear: both
}
.input-brain label {
	width: 30%;
	float: left;
	margin-right: 1%;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	font-weight: 700;
	color: #76c7ff
}
.input-brain br {
	display: none
}
.input-brain input[type=text], .input-brain input[type=email] {
	width: 69%;
	float: left
}
.input-brain input[type=text], .input-brain input[type=email], .input-brain textarea {
	border: none;
	background: #fff
}
.input-brain textarea {
	height: 120px;
	width: 100%;
	margin-top: 10px
}
.radio-1 .wpcf7-list-item {
	width: 100%;
	display: block;
	float: left
}
.radio-1 .wpcf7-list-item span {
	font-size: 14px;
	color: #76c7ff;
	font-weight: 700
}
.input-brain-submit {
	text-align: center
}
.input-brain-submit img {
	display: block;
	margin: 0 auto
}
.dont-miss a {
	text-decoration: none;
	text-decoration: none
}
.page-id-149 .entry-header, .share-post-mobile {
	display: none
}
.img-user {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 auto 10px
}
.img-user img {
	height: auto
}
.desc p {
	margin-bottom: 0
}
.previous-comments {
	margin: 30px 0 35px;
	border-bottom: 1px solid #ccc
}
.previous-comments .old-comment {
	font-size: 14px;
	border-top: 1px solid #ccc
}
.previous-comments .old-comment p {
	font-size: 14px;
	margin: 14px 0
}
.previous-comments .old-comment div.author {
	font-weight: 700;
	padding-bottom: 14px
}
.wc-comment-author {
	width: 70%!important
}
.wc-comment-header {
	overflow: hidden
}
.content-post ol, .wc-comment-text ol {
	list-style-type: decimal
}
.title_single {
	font-family: Jubilat;
	font-size: 40px;
	color: #000;
	font-weight: 700
}
.category_single {
	font-family: Calibri;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	display: block
}
.date_single {
	font-family: Calibri;
	color: #9e9a8f;
	display: block
}
.content_single {
	font-family: Calibri;
	font-size: 16px;
	color: #000
}
.read-more a {
	color: #76c7ff;
	text-decoration: none;
	font-weight: 700
}
.single .widget_tag_cloud {
	border-right: 1px solid #9e9b8c;
	border-bottom: 5px solid #9e9b8c
}
.single-post .s4-retail, .single-press_releases .title-press {
	margin: 20px 0;
	display: inline-block
}
.item-braintrust-sing-post {
	margin-bottom: 20px
}
.line-5 {
	width: 30%;
	margin: 10px auto;
	border-bottom: 5px solid #E8AA07
}
@media screen and (max-width:1280px) {
.content-date {
	margin-right: 10px
}
.list-resource {
	width: 92%
}
.item-resource {
	width: 86%
}
.grid_4_of_12 {
	width: 30.26%
}
.item-braintrust .desc {
	padding: 0 20px 10px;
	line-height: 1.25;
	font-size: 14px
}
body .main-navigation li {
	margin: 0 0 0 18px
}
}
@media screen and (min-width:1170px) {
body .main-navigation li:nth-child(1) {
	margin-left: 0
}
body .main-navigation li {
	margin: 0 0 0 18px
}
.content-date {
	margin-right: 10px
}
.img-user {
	padding-bottom: 10px
}
.item-braintrust .desc {
	line-height: 20px
}
.item-braintrust .desc p {
	margin: 0
}
.list-resource {
	width: 92%
}
.item-resource {
	width: 90%
}
.sub-list-post {
	width: 24%;
	margin-right: 1%
}
}
@media screen and (max-width:1024px) {
.sec-1-l {
	width: auto;
	float: none
}
.sec-1-r {
	display: none
}
.footer-bottom .grid_4_of_12, .footer-bottom .grid_8_of_12 {
	width: auto;
	float: none;
	text-align: center
}
body .social-media-icons {
	float: none;
	text-align: center
}
body .smallprint {
	text-align: center
}
.menu-footer {
	display: none
}
.menu-footer.m-menu-footer {
	display: block;
	margin-top: 0
}
.hide_ipad {
	display: none!important
}
.show_ipad {
	display: block!important
}
.m-menu-top {
	clear: both
}
.dont-miss p {
	width: 80%;
	margin: 0 auto
}
body .main-navigation {
	float: none;
	text-align: center;
	clear: both;
	margin: 0;
	padding: 20px 0 0
}
body .main-navigation li {
	display: inline-block;
	float: none
}
.ad-ipad {
	display: block;
	text-align: center;
	padding: 0 0 9%
}
.form-bottom, .form-contact select {
	width: 60%
}
#headercontainer.sticky .m-menu-top.show_ipad, #headercontainer.sticky .m-top-right.show_ipad {
	display: none!important
}
#headercontainer.sticky .main-navigation.hide_ipad {
	display: block!important
}
body #headercontainer.sticky .main-navigation {
	margin: 7px 0 0
}
body #headercontainer.sticky .main-navigation li {
	margin: 0 0 0 20px
}
.item-braintrust .desc p {
	margin: 0
}
.sec-3-l, .sec-3-m {
	width: 49%
}
.section-5 .space {
	width: auto;
	float: none
}
.sec-3-r {
	width: auto;
	padding: 30px 0;
	clear: both;
	overflow: hidden;
	text-align: center
}
.sub-list-post {
	width: 30%
}
.box-spon h1 {
	font-size: 16px
}
.date-page {
	padding-top: 30px
}
#bannercontainer {
	display: none
}
.dont-miss, .dont-miss a {
	height: 44px
}
.ad-ipad .widget-area .widget {
	margin-bottom: 0
}
#headercontainer.sticky .site-title img {
	width: 190px;
	height: auto
}
#headercontainer.sticky .m-arrow-search {
	top: 8px
}
#headercontainer.sticky .m-arrow-menu {
	top: 18px
}
#headercontainer.sticky .site-title h1 {
	line-height: 0;
	margin-top: 0!important
}
#menu-item-299, #menu-item-301 {
	display: none
}
}
@media screen and (max-width:768px) {
header.site-header .grid_9_of_12 {
	display: none
}
header.site-header .grid_3_of_12 {
	width: auto;
	float: none;
	text-align: center
}
#headerwrapper {
	height: 60px
}
.m-menu-top.m-menu-top {
	display: none!important
}
body .site-header {
	width: 100%;
	box-shadow: 0 2px 10px 2px #999;
	position: relative;
	height: 60px
}
.site-title h1 {
	line-height: 0;
	margin-top: 0!important
}
.logo-footer img, .site-title img {
	width: 190px;
	max-width: none
}
.content-title h2 {
	font-size: 2.5rem
}
.m-arrow-menu {
	top: 17px
}
.m-arrow-search {
	top: 7px!important
}
.ad-ipad .widget-area .widget {
	margin-bottom: 0
}
body #headercontainer {
	padding-bottom: 0;
	box-shadow: none
}
.m-arrow-menu, .m-arrow-search {
	display: block
}
.menu-footer.m-menu-footer {
	display: none
}
.alm-listing li.item-resource-2 {
	border-bottom: 5px solid #ccc;
	padding-bottom: 10px;
	border-right: 1px solid #ccc
}
.info-resource {
	border: none
}
.item-discussion img {
	width: auto!important;
	max-width: none!important
}
.item-braintrust .desc {
	font-size: 16px
}
.item-braintrust h2 {
	margin-bottom: 10px
}
.braintrust-all .list-braintrust-1 .list-user {
	width: 100%;
	margin-right: 0!important;
	max-width: 100%;
	float: none;
	display: block
}
.sec-3-l, .sec-3-m {
	width: auto;
	float: none;
	min-height: inherit;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.sub-list-post {
	width: 90%;
	float: none;
	min-height: inherit;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden
}
.list-post {
	margin-left: 0;
	height: auto
}
.home .item-braintrust {
	width: 35%
}
.home .item-discussion {
	width: 65%
}
.list-braintrust-1 .list-user {
	width: 19%;
	margin: 10px 7% 30px 0!important
}
.list-resource-3 .item-resources-3 {
	width: 47%;
	margin: 0 3% 20px 0!important
}
.input-group input, .input-group.your-message {
	width: 100%
}
.spon-sec-2 {
	text-align: center
}
.box-spon {
	width: 31%;
	margin: 10px 1%!important;
	float: none;
	display: inline-block;
	vertical-align: top;
	min-height: 220px;
	text-align: left
}
.form-login-2 {
	max-width: 80%
}
.share-post-mobile .addthis_toolbox {
	position: static
}
.share-post-mobile .addthis_toolbox a {
	display: inline-block
}
.share-post-mobile .addthis_counter {
	display: none!important
}
.share-post-mobile {
	text-align: center
}
.share-post-mobile .m-join {
	position: relative;
	top: 10px;
	left: 3px
}
.single .date-page {
	display: none
}
.single-discussion #bannercontainer {
	display: none
}
.single-dis-l {
	width: 70%;
	float: left
}
.single-dis-r {
	width: 30%;
	float: right
}
.single-discussion .single-dis-l .item-discussion {
	height: auto
}
.single-discussion .single-dis-l .item-discussion.no-image {
	height: 28px
}
.single-discussion .info-dis {
	position: static;
	background: 0 0
}
.single-discussion .info-dis h2 a {
	color: #000
}
.single-discussion .info-bottom .date-dis {
	color: #b6b6b6
}
.single-discussion .share {
	background-image: url(../images/icon-share-2.png);
	color: #b6b6b6
}
.single-discussion .info-right .comment {
	color: #b6b6b6;
	background-image: url(../images/icon-comment-2.png)
}
.single-discussion .share-post-mobile {
	display: block
}
.single-discussion .item-discussion img {
	width: 100%!important
}
.date-page {
	padding: 0
}
.content-twitter, .list-press {
	height: auto
}
.dont-miss, .dont-miss a {
	height: 44px
}
.site-footer {
	display: none
}
.footer-bottom {
	padding: 0
}
.logo-footer {
	margin: 0
}
}
@media screen and (max-width:680px) {
.info-resource h2 {
	text-align: left;
	line-height: 15px
}
.alm-listing li.item-resource-2 img {
	width: 220px
}
.info-resource h2 a, .item-dis-2 h2 a {
	font-size: 18px
}
.retail-news-listing h2 a {
margin-bottom:.5rem;
	font-size: 1.5rem;
	line-height: 1.1666;
	font-weight: 400
}
.info-dis h2 {
	font-size: 2.25rem
}
.single-user-l {
	width: 30%
}
.single-user-r {
	width: 68%;
	padding-left: 0
}
.item-braintrust .desc p {
	margin-bottom: 10px
}
.single-dis-l {
	width: 65%;
	float: left
}
.single-dis-r {
	width: 35%;
	float: right
}
}
@media screen and (max-width:600px) {
.single-discussion .img-user {
	margin-top: 0;
	margin-bottom: 10px
}
.alm-reveal .item-dis-2 {
	width: 48%;
	margin: 10px 1% 20px
}
.form-bottom, .form-contact select {
	width: 100%
}
.info-dis h2 {
	font-size: 2.25rem
}
.theme-post-1 .item-dis-2 {
	width: 100%
}
.list-user {
	width: 45%;
	margin: 10px 2%!important
}
.home .item-braintrust, .home .item-discussion {
	width: auto;
	float: none;
	height: auto;
	margin-bottom: 20px
}
.item-home .item-braintrust {
	padding-bottom: 30px;
	overflow: hidden
}
.item-home .item-braintrust .desc {
	width: 75%;
	margin: 0 auto;
	padding: 15px 15px 0
}
.item-home .item-discussion img {
	width: 100%!important;
	height: auto!important
}
.item-home .info-dis {
	position: static;
	background: 0 0
}
.item-home .info-dis h2 a {
	color: #000;
	font-size: 25px
}
.item-home .date-dis {
	color: #b6b6b6
}
.item-home .comment {
	color: #b6b6b6;
	background-image: url(../images/icon-comment-2.png)
}
.item-home .comment a {
	color: inherit
}
.item-home .share {
	background-image: url(../images/icon-share-2.png);
	color: #b6b6b6
}
.item-b-l {
	width: 100%;
	margin: 0 auto
}
.link-name-author {
	display: none
}
.link-name-author.show-600 {
	display: block
}
.item-b-r {
	width: 75%;
	margin: 0 auto
}
.list-braintrust-1 {
	text-align: center;
	padding-left: 0
}
.list-braintrust-1 .list-user {
	width: 35%;
	margin: 10px 3% 30px!important;
	display: inline-block
}
.single-dis-l {
	width: auto;
	float: none
}
.single-dis-l .item-discussion {
	height: auto!important;
	float: left
}
.single-dis-l .item-discussion.no-image {
	height: 28px!important;
	width: 100%
}
.single-dis-r {
	width: auto;
	float: none
}
.single-dis-r .item-braintrust {
	height: auto!important
}
.single-dis-r .item-braintrust .desc {
	min-height: auto;
	text-align: center
}
.box-spon {
	width: 48%;
	margin: 10px 1%!important
}
.login-r {
	border-left: none;
	margin-top: 30px!important
}
.info-dis {
	padding: 10px
}
}
@media screen and (max-width:480px) {
.logo-footer img, .site-title img {
	width: 170px
}
.info-resource {
	border: none;
	clear: both;
	padding-top: 10px
}
.img-item-res {
	display: block;
	float: none;
	width: 96%;
	margin: 0 auto;
	max-width: 100%
}
.content-re p {
	font-size: 16px
}
.alm-listing li.item-resource-2 img {
	width: 100%
}
.list-user, .list-user-bottom {
	width: auto;
	margin: 10px 5px!important;
	display: block
}
.sub-list-post {
	width: auto
}
.item-braintrust .desc {
	padding: 5px 20px 0 0
}
.list-resource-3 .item-resources-3 {
	width: auto;
	margin: 0 0 20px!important
}
.list-resource-3 .item-resources-3 img {
	width: 100%
}
.list-braintrust-1 .list-user {
	width: 35%
}
.box-spon {
	width: auto
}
.login-r {
	padding: 0
}
.form-login-2 {
	max-width: 100%
}
.single-discussion .info-dis h2 a {
	font-size: 20px
}
.ad-ipad {
	display: block;
	text-align: center;
	padding: 0 0 53px
}
.ad-ipad .widget {
	margin-bottom: 0!important
}
.single-discussion .content-post {
	padding-left: 0
}
.group-title-top .list-tab-dis {
	width: 100%;
	padding-top: 15px;
	text-align: center;
	padding-left: 0
}
}
@media screen and (max-width:480px) {
.alm-reveal .item-dis-2 {
	width: auto;
	margin: 10px 0 20px;
	clear: both;
	float: none
}
.content-date {
	margin-right: 10px;
	font-size: 14px
}
.item-braintrust {
	width: 100%!important
}
.single-dis-l, .single-dis-r {
	width: auto!important;
	float: none!important
}
.small-ad {
	float: none;
	margin: 10px auto
}
.s3-resource, .s4-retail {
	font-size: 16px
}
.item-home .item-braintrust .desc p {
	margin-bottom: 10px;
	font-size: 14px
}
.content-title h2 {
	font-size: 2rem
}
.wpp-thumbnail {
	width: 100%
}
}
@media screen and (max-width:360px) {
#headercontainer.sticky .site-title img {
	width: 170px
}
#headercontainer.sticky .m-arrow-search {
	top: 15px
}
#headercontainer.sticky .m-arrow-menu {
	top: 22px
}
.s3-resource, .s4-retail {
	font-size: 16px
}
.list-braintrust-1 .list-so-user li {
	margin: 0!important
}
.content-title h2 {
	font-size: 1.5rem
}
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	line-height: 1.5
}
::-webkit-selection {
background:#5784FE;
color:#fff;
text-shadow:none
}
::-moz-selection {
background:#5784FE;
color:#fff;
text-shadow:none
}
::selection {
	background: #5784FE;
	color: #fff;
	text-shadow: none
}
a {
	text-decoration: underline
}
a:visited {
	color: #666
}
menu {
	padding: 0
}
td {
	vertical-align: top
}
body {
	margin: 0 auto;
	padding: 0;
	font: 16px/1.5 Calibri, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	color: #333;
	text-align: left
}
canvas {
	-ms-touch-action: double-tap-zoom
}
embed, iframe, object, video {
	max-width: 100%
}
.entry-content .twitter-tweet-rendered {
	max-width: 100%!important
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top
}
.comment-content img, .entry-content img, .widget img {
	max-width: 100%
}
img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
	height: auto
}
img.header-image, img.size-full, img.size-large, img.wp-post-image {
	max-width: 100%;
	height: auto
}
h1, h2, h3, h4, h5, h6 {
	font-family: Jubilat, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
	margin-top: 0
}
h1 {
	margin-bottom: 10px;
margin-bottom:.625rem;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25
}
h2 {
	margin-bottom: 8px;
margin-bottom:.5rem;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1.1666
}
h3 {
	margin-bottom: 6px;
margin-bottom:.375rem;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857
}
h4 {
	margin-bottom: 5px;
margin-bottom:.3125rem;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25
}
h5 {
	margin-bottom: 5px;
margin-bottom:.3125rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25
}
h6 {
	margin-bottom: 5px;
margin-bottom:.3125rem;
	font-size: 14px;
font-size:.875rem;
	line-height: 1.2142
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px!important;
	margin: 24px;
	margin: 1.5rem
}
ol, ul {
	list-style: none
}
address, dl, ol, p, ul {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
b, dt, strong {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700
}
em {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400
}
b em, strong em {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 700
}
ins {
	background: #FFF9C0;
	text-decoration: none
}
a, a:link {
	color: #666;
	outline: 0
}
a:focus {
	outline: dotted thin;
	color: #2997ab
}
a:active, a:hover {
	outline: 0;
	color: #E8AA07
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 16px 0;
	margin: 0 1.25rem 1rem 0
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 16px 20px;
	margin: 0 0 1rem 1.25rem
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-bottom: 1rem
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
blockquote {
	border-left: 5px solid #333;
	margin: 0 0 18px 20px;
	margin: 0 0 1.125rem 1.25rem;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem
}
blockquote.pull-right {
	border-left: 0 none;
	border-right: 5px solid #333;
	margin: 0 20px 18px 0;
	margin: 0 1.25rem 1.125rem 0;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	float: none
}
blockquote p {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 0
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right
}
blockquote cite:before {
	content: "\2014 "
}
blockquote cite {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
font-size:.875rem;
	line-height: 1.125;
	color: #999;
	display: block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, td, th {
	font-weight: 400;
	text-align: left
}
code, pre {
	border-radius: 3px;
	color: #555;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
font-size:.75rem;
	padding: 0 3px 2px;
padding:0 .1875rem .125rem
}
code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 2px 4px;
padding:.125rem .25rem
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
padding:.25rem
}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
font-size:.875rem;
	line-height: 1.5;
	color: #777;
	text-align: center
}
.rsswidget img, img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}
.entry-content dl.gallery-item {
	margin: 0
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto
}
.gallery .gallery-icon img {
	height: auto
}
#primary .entry-content [id^=gallery-] img {
	border: none
}
.assistive-text {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	position: absolute!important
}
.menu-toggle, button, input {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
*overflow:visible;
	line-height: normal
}
.menu-toggle::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}
input[type=button] {
	width: auto
}
.btn, .menu-toggle, input[type=submit] {
	display: inline-block;
*display:inline;
	padding: 8px 14px;
padding:.5rem .875rem;
	margin-bottom: 0;
*margin-left:.3em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
*background-color:#e6e6e6;
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
*border:0;
	border-color: #e6e6e6 #e6e6e6 #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
*zoom:1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)
}
.menu-toggle, a.btn {
	color: #333;
	text-decoration: none
}
.btn.active, .btn.disabled, .btn:active, .btn:hover, .btn[disabled], .menu-toggle:hover {
	background-color: #e6e6e6;
*background-color:#d9d9d9
}
.btn:first-child {
*margin-left:0
}
.btn:hover, .menu-toggle:hover, input[type=submit]:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}
.btn:focus, .menu-toggle:focus, input[type=submit]:focus {
	outline: #333 dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}
.btn.active, .btn:active, .menu-toggle:active, input[type=submit]:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	position: relative;
	top: 1px
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.btn.disabled:active, .btn[disabled]:active {
	top: 0
}
button.btn, input[type=submit].btn {
*padding-top:2px;
*padding-bottom:2px
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding:0;
border:0
}
.btn-large, input[type=submit].btn-large {
	padding: 10px 15px;
padding:.625rem .9375rem;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.btn-small, input[type=submit].btn-small {
	padding: 5px 9px;
padding:.3125rem .5625rem;
	font-size: 13px;
font-size:.8125rem
}
input[type=text], input[type=email], input[type=password], input[type=url], textarea {
	padding: 8px;
padding:.5rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px
}
select {
	max-width: 100%
}
.gallery .gallery-item {
	float: left;
	margin: 10px 1% 0;
	text-align: center
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 10px 0 0
}
.gallery-columns-2 .gallery-item {
	width: 47.5%
}
.gallery-columns-3 .gallery-item {
	width: 31%
}
.gallery-columns-4 .gallery-item {
	width: 22.5%
}
.gallery-columns-5 .gallery-item {
	width: 17.75%
}
.gallery-columns-6 .gallery-item {
	width: 14%
}
.gallery-columns-7 .gallery-item {
	width: 12%
}
.gallery-columns-8 .gallery-item {
	width: 10.25%
}
.gallery-columns-9 .gallery-item {
	width: 9%
}
.archive-title, .comment-content th, .entry-content th, .page-title {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
font-size:.875rem;
	line-height: 2;
	text-transform: uppercase
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
font-size:.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
#wrapper {
	width: 100%;
	position: relative;
	text-align: left
}
#headercontainer {
	width: 100%
}
.site-header {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	color: #000
}
.site-title h1 {
	margin-top: 20px;
	margin-top: 1.25rem
}
.site-title img {
	vertical-align: text-bottom
}
.site-title a {
	color: #333;
	font-size: 64px;
	font-size: 4rem;
	text-decoration: none
}
#bannercontainer {
	width: 100%;
	margin-top: 10px
}
.banner {
	color: #eaeaea;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
padding:.9375rem 0;
	min-height: 75px
}
.home .banner .widget {
	margin: 24px 0;
	margin: 1.5rem 0
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
	color: #eaeaea
}
.banner h1 {
	font-size: 56px;
	font-size: 3.5rem
}
.banner h2 {
	font-size: 32px;
	font-size: 2rem
}
#maincontentcontainer .home-sidebar .widget {
	background-color: #fcfcfc;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 10px;
padding:.625rem
}
#maincontentcontainer {
	width: 100%
}
.site-content {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 0;
	padding: 2rem 0;
	color: #333;
	line-height: 1.5;
	position: relative
}
.home-sidebar {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 32px;
	padding-bottom: 2rem
}
.home.page .site-content {
	padding-bottom: 0
}
.home.page .site-content article {
	margin-bottom: 0
}
.social-media-icons {
	float: right;
	height: auto;
	padding-left: 10px
}
.social-media-icons ul {
	list-style: none;
	margin: .5em 0 0;
	padding: 0
}
.social-media-icons li {
	display: inline-block;
	margin: .1em 0 0 .6em;
font-size:.6rem;
	text-align: left
}
.social-media-icons a {
	color: #333;
	text-decoration: none
}
.social-media-icons a:visited {
	color: #333
}
.social-media-icons a:active, .social-media-icons a:hover {
	color: #2997ab
}
.entry-meta {
	clear: both
}
.comments-link {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
font-size:.875rem;
	float: right
}
.entry-header {
	margin-bottom: 16px;
	margin-bottom: 1rem
}
.entry-header .entry-title a {
	text-decoration: none
}
.search-meta {
	color: #777;
	font-size: 14px;
	margin-top: -21px
}
article.sticky .featured-post {
	font-family: Jubilat, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	border-top: 4px double #aaa;
	border-bottom: 4px double #aaa;
	color: #777;
	font-size: 16px;
	font-size: 1rem;
	line-height: 3;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center
}
article.sticky {
	border-bottom: 4px double #aaa
}
.site-content article {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	-ms-word-wrap: break-word;
	-webkit-hyphens: auto;
	word-wrap: break-word
}
.header-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
margin-bottom:.625rem;
	padding: 5px 0;
padding:.3125rem 0;
*zoom:1
}
.header-meta:after, .header-meta:before {
	content: "";
	display: table
}
.header-meta:after {
	clear: both
}
.header-meta a {
	text-decoration: none
}
.entry-content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
*zoom:1
}
.entry-content:after, .entry-content:before {
	content: "";
	display: table
}
.entry-content:after {
	clear: both
}
.post-categories a, .post-tags a {
	font-size: 14px;
font-size:.875rem;
	background-color: #333;
	color: #fff;
	padding: 0 5px;
padding:0 .3125rem;
	margin: 0 3px 0 0;
margin:0 .1875rem 0 0;
	display: inline;
	text-decoration: none
}
.post-categories a:visited, .post-tags a:visited {
	color: #fff
}
.post-categories a:hover, .post-tags a:hover {
	background-color: #2997ab;
	color: #fff
}
.comment-content address, .entry-header address {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	display: block
}
.entry-header address {
	display: inline
}
.entry-header address, .entry-header time {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
font-size:.875rem;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0
}
.page-links {
	clear: both;
	line-height: 1.75;
	color: #333
}
.page-links .page-numbers {
	background-color: #333;
	border: 1px solid #333;
	padding: 2px 4px;
padding:.125rem .25rem;
	color: #fff
}
.page-links a {
	text-decoration: none
}
.page-links a .page-numbers {
	background-color: transparent;
	color: #333
}
.page-links a:hover .page-numbers {
	background-color: #2997ab;
	color: #fff
}
.more-link, .post-edit-link {
	text-decoration: none
}
.comment-content dl, .entry-content dl {
	margin: 0 24px;
	margin: 0 1.5rem
}
.comment-content dt, .entry-content dt {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5
}
.comment-content dd, .entry-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem
}
.comment-content table, .entry-content table {
	font-size: 14px;
font-size:.875rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	width: 100%
}
.comment-content table caption, .entry-content table caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0
}
.comment-content td, .entry-content td {
	padding: 6px 10px 6px 0;
padding:.375rem .625rem .375rem 0
}
.comment-content ol, .comment-content ul, .entry-content ol, .entry-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.5;
	padding: 0
}
.comment-content ol ol, .comment-content ol ul, .comment-content ul ol, .comment-content ul ul, .entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {
	margin-bottom: 0
}
.comment-content ul, .entry-content ul {
	list-style: disc
}
.comment-content ol, .entry-content ol {
	list-style: decimal
}
.comment-content li, .entry-content li {
	margin: 0 0 0 28px;
	margin: 0 0 0 1.75rem
}
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem
}
.author-info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px 0;
	padding: 1.5rem 0;
	overflow: hidden;
*zoom:1
}
.author-info:after, .author-info:before {
	content: "";
	display: table
}
.author-info:after {
	clear: both
}
.author-description h2 {
	font-size: 24px;
	font-size: 1.5rem
}
.author-description p {
	color: #777;
	font-size: 14px;
font-size:.875rem;
	line-height: 1.5;
	margin-bottom: 8px;
margin-bottom:.5rem
}
.author-link {
	font-size: 14px;
font-size:.875rem
}
.author-link a {
	color: #777;
	text-decoration: none
}
.author-link a:visited {
	color: #666
}
.author-link a:active, .author-link a:focus, .author-link a:hover {
	outline: 0;
	color: #2997ab
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3rem
}
.author.archive .author-avatar {
	margin-top: 0
}
.author.archive .author-link {
	display: none
}
.author-avatar {
	float: left;
	margin-top: 8px;
margin-top:.5rem
}
.author-description {
	float: right;
	width: 80%
}
.social-meta a {
	text-decoration: none;
	margin-right: 5px;
margin-right:.3125rem
}
.entry-media {
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	max-width: 792px;
	width: 100%
}
.entry-media .wp-caption, .entry-media .wp-caption-text, .entry-media [class*=align] {
	margin: 0 auto
}
.format-aside .entry-content {
	margin: 20px 0 18px;
	margin: 1.25rem 0 1.125rem
}
.format-aside .entry-content p:last-child {
	margin-bottom: 0
}
.format-status .entry-content {
	border-left: 5px solid #ddd;
	margin: 20px 0 18px;
	margin: 1.25rem 0 1.125rem;
	padding: 0 0 0 15px;
padding:0 0 0 .9375rem
}
.format-status .entry-content p {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic
}
.format-status .entry-content p:last-child {
	margin-bottom: 0
}
.format-quote .entry-content blockquote:before {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	speak: none;
	vertical-align: top;
	font-size: 40px;
	font-size: 2.5rem;
	content: "\f10d";
	color: #ddd;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1
}
.format-quote .entry-content {
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative
}
.format-quote .entry-content blockquote {
	border: none;
	margin-left: 40px;
	margin-left: 2.5rem
}
.format-audio .wp-audio-shortcode {
	margin-bottom: 16px;
	margin-bottom: 1rem
}
.archive-header, .page-header {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	border-bottom: 1px solid #CCC
}
.archive-meta {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #777;
	font-size: 14px;
font-size:.875rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem
}
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400
}
.comments-area article {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
	border-bottom: 1px solid #ccc
}
.comments-area article header {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	overflow: hidden;
	position: relative
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 84px;
	margin-left: 5.25rem
}
.comments-area article header cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5
}
.comments-area article header time {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	font-size: 14px;
font-size:.875rem;
	color: #5e5e5e
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e
}
.comments-area article header a:hover {
	color: #21759b
}
.comments-area article header cite a {
	color: #444
}
.comments-area article header cite a:hover {
	text-decoration: underline
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 14px;
padding:.5rem .875rem;
	font-size: 14px;
font-size:.875rem;
	font-weight: 400;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 6px;
margin-left:.375rem;
	padding: 2px 6px;
padding:.125rem .375rem;
	font-size: 12px;
font-size:.75rem
}
a.comment-reply-link {
	font-size: 14px;
font-size:.875rem;
	line-height: 1.8;
	color: #686868;
	text-decoration: none
}
a.comment-reply-link:hover {
	color: #21759b
}
.commentlist .pingback {
	line-height: 1.8;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 0
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3rem
}
.commentlist {
	padding-left: 0
}
#respond {
	margin-top: 48px;
	margin-top: 3rem
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 12px;
margin-left:.75rem;
	font-weight: 400;
	font-size: 12px;
font-size:.75rem
}
#respond form {
	margin: 24px 0 32px;
	margin: 1.5rem 0 2rem
}
#respond form p {
	margin: 12px 0;
margin:.75rem 0
}
#respond form p.logged-in-as {
	display: none!important;
	margin-bottom: 24px;
	margin-bottom: 1.5rem
}
#respond form label {
	display: block;
	line-height: 1.8
}
#respond form input[type=text], #respond form textarea {
	font-family: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	padding: 8px;
padding:.5rem;
	width: 100%
}
#respond form input[type=text] {
	width: 48%
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
font-size:.75rem;
	line-height: 1.5;
	color: #5e5e5e
}
#respond form p.form-allowed-tags code {
	background: 0 0;
	border: none;
	color: #5e5e5e
}
label .required, span.required {
	color: #bb0504
}
form label.error {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 0 10px;
padding:0 .625rem;
	margin: 5px 0;
margin:.3125rem 0;
	font-size: 14px;
font-size:.875rem;
	border-left: 4px solid #bb0504;
	display: none
}
#respond form label.error {
	line-height: 1.3
}
#footercontainer {
	width: 100%
}
.site-footer {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
	color: #999
}
.site-footer h3 {
	color: #ccc
}
.site-footer a, .site-footer a:visited {
	color: #999
}
.site-footer a:hover {
	color: #2997ab
}
.site-footer a:focus {
	outline: dotted thin;
	color: #2997ab
}
.site-footer .widget-area .widget {
	margin-bottom: 16px;
	margin-bottom: 1rem
}
.smallprint {
	color: #999;
	width: 90%;
	max-width: 1200px
}
.smallprint p {
	font-size: 14px;
font-size:.875rem
}
.smallprint a, .smallprint a:visited {
	color: #555
}
.smallprint a:hover {
	color: #2997ab
}
.widget-area ul {
	list-style: none;
	padding-left: 0
}
.widget-area .widget {
	-moz-hyphens: auto;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
	margin-bottom: 48px;
	margin-bottom: 3rem
}
.widget select {
	margin-left: 1px;
margin-left:.0625rem
}
.widget-area .widget ul ul {
	margin-left: 12px;
margin-left:.75rem
}
.widget_rss li {
	margin: 12px 0;
margin:.75rem
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	font-size: 12px;
font-size:.75rem;
	margin-left: 12px;
margin-left:.75rem
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 14px;
font-size:.875rem;
	line-height: 2
}
#wp-calendar caption, #wp-calendar td, #wp-calendar th {
	text-align: center
}
#wp-calendar thead {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa
}
#wp-calendar caption {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left
}
#wp-calendar #today {
	background-color: #ddd
}
#wp-calendar tfoot {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.5rem;
	text-align: right
}
.widget_search label {
	display: block;
	font-size: 14px;
font-size:.875rem;
	line-height: 1.5
}
.widget_twitter li {
	list-style-type: none
}
.widget_twitter .timesince {
	display: block;
	text-align: right
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden
}
#nav-above {
	padding: 24px;
	padding: 1.5rem;
	display: none
}
.paged #nav-above {
	display: block
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
	line-height: 1.3
}
.nav-next a, .nav-previous a {
	text-decoration: none
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.3
}
#comment-nav-above, .nav-single+.comments-area {
	margin: 48px 48px 48px 0;
	margin: 3rem 3rem 3rem 0
}
ul.page-numbers {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 2
}
li a.page-numbers, li span.page-numbers {
	padding: 5px;
padding:.3125rem;
	border: 1px solid #333;
	text-decoration: none
}
li a:visited.page-numbers {
	color: #333
}
li a:hover.page-numbers {
	background-color: #2997ab;
	color: #fff
}
li a:hover.next, li a:hover.prev {
	background-color: transparent;
	color: #2997ab
}
.page-numbers li {
	display: inline
}
li span.current {
	background-color: #333;
	color: #fff
}
li a.next, li a.prev, li span.dots {
	border: none
}
.main-navigation {
	text-align: left;
	float: right;
	clear: right;
	margin: 45px 0 0;
	margin: 2.8125rem 0 0
}
.main-navigation h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25
}
.nav-menu {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0 0 0 20px;
	margin: 0 0 0 1.25rem
}
.main-navigation ul ul li {
	margin: 0
}
.main-navigation li.menu-parent-item>a:after {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	speak: none;
	vertical-align: middle;
	font-size: 9px;
font-size:.5625rem;
	content: " \f078"
}
.main-navigation ul li li.menu-parent-item>a:after {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	speak: none;
	vertical-align: middle;
	font-size: 9px;
font-size:.5625rem;
	content: " \f054"
}
.main-navigation ul a {
	padding: 0
}
.main-navigation ul ul a {
	padding: 0 5px;
padding:0 .3125rem
}
.main-navigation a, .main-small-navigation a {
	display: block;
	text-decoration: none;
	color: #333
}
.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99999;
	line-height: 1.7;
	background-color: #333;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6)
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0
}
.main-navigation ul ul a {
	color: #fff;
	width: 10.5em
}
.main-navigation li:hover>a {
	color: #2997ab
}
.main-navigation ul ul :hover>a {
	color: #333;
	background-color: #fff
}
.main-navigation ul ul a:hover {
	color: #2997ab
}
.main-navigation ul li:hover>ul {
	display: block
}
.main-navigation .current-menu-ancestor>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation .current_page_item>a, .main-navigation .current_page_parent>a {
	color: #2997ab
}
.main-navigation ul .divider {
	border-bottom: 1px solid #aaa;
	height: 0;
	line-height: .0625;
	overflow: hidden
}
.main-navigation ul li.current-menu-item ul .dropdown-header a, .main-navigation ul li.dropdown-header a {
	color: #aaa;
	background-color: #333
}
.menu-toggle {
	cursor: pointer
}
.main-small-navigation .nav-menu {
	display: none
}
#lang_sel {
	width: 65%;
	height: 35px
}
#lang_sel li {
	width: 100%
}
#lang_sel ul ul {
	top: 35px;
	width: 100%
}
#lang_sel a.lang_sel_sel {
	border-radius: 3px
}
#lang_sel a, #lang_sel a:visited {
	font-size: 16px;
	font-size: 1rem;
	padding: 5px 0 5px 10px
}
.main-navigation .menu-item-language .iclflag {
	margin-top: 7px
}
#lang_sel .iclflag {
	margin-top: 2px
}
#lang_sel .lang_sel_sel .iclflag, #lang_sel_footer .icl_lang_sel_current, #lang_sel_footer .iclflag {
	margin-top: 6px
}
h1.page-title {
	font-style: normal;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.25
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
	color: #2997ab
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
	border-color: #2997ab
}
.woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page ul.products li.product .price {
	color: #2997ab
}
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
	background-color: #2997ab;
*background-color:#2997ab;
	background-image: -ms-linear-gradient(top, #36c1da, #2997ab);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#36c1da), to(#2997ab));
	background-image: -webkit-linear-gradient(top, #36c1da, #2997ab);
	background-image: -o-linear-gradient(top, #36c1da, #2997ab);
	background-image: linear-gradient(top, #36c1da, #2997ab);
	background-image: -moz-linear-gradient(top, #36c1da, #2997ab);
	border: 1px solid #237e8f;
*border:0;
	border-color: #2997ab #2997ab #237e8f;
filter:progid:dximagetransform.microsoft.gradient(startColorstr='#36c1da', endColorstr='#2997ab');
	color: #fff;
	text-shadow: none;
	padding: .5em .75em
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	color: #fff;
	background-color: #208294;
*background-color:#208294;
	background-image: -ms-linear-gradient(top, #2caec5, #208294);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2caec5), to(#208294));
	background-image: -webkit-linear-gradient(top, #2caec5, #208294);
	background-image: -o-linear-gradient(top, #2caec5, #208294);
	background-image: linear-gradient(top, #2caec5, #208294);
	background-image: -moz-linear-gradient(top, #2caec5, #208294);
	border: 1px solid #237e8f;
*border:0;
	border-color: #208294 #208294 #237e8f;
filter:progid:dximagetransform.microsoft.gradient(startColorstr='#2caec5', endColorstr='#208294')
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	line-height: 2.6;
	min-height: 3em;
	min-width: 3em;
	background-color: #2997ab;
*background-color:#2997ab;
	background-image: -ms-linear-gradient(top, #36c1da, #2997ab);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#36c1da), to(#2997ab));
	background-image: -webkit-linear-gradient(top, #36c1da, #2997ab);
	background-image: -o-linear-gradient(top, #36c1da, #2997ab);
	background-image: linear-gradient(top, #36c1da, #2997ab);
	background-image: -moz-linear-gradient(top, #36c1da, #2997ab)
}
.woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current {
	background-color: #333;
	color: #fff
}
.woocommerce nav.woocommerce-pagination li a.page-numbers, .woocommerce nav.woocommerce-pagination li span.page-numbers {
	padding: 5px;
padding:.3125rem;
	border: 1px solid #333;
	text-decoration: none;
	line-height: 1.25
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
margin:0 .1rem;
	border: none
}
.woocommerce nav.woocommerce-pagination li a.next, .woocommerce nav.woocommerce-pagination li a.prev, .woocommerce nav.woocommerce-pagination li span.dots, .woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none
}
.woocommerce nav.woocommerce-pagination li a:hover.page-numbers {
	background-color: #2997ab;
	color: #fff
}
.woocommerce nav.woocommerce-pagination li a:hover.next, .woocommerce nav.woocommerce-pagination li a:hover.prev {
	background-color: transparent;
	color: #2997ab
}
.shipping-calculator-button {
	text-decoration: none
}
.page-template-page-builders.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row {
	max-width: 1200px;
	width: 90%
}
.page-template-page-builders.wpb-js-composer .vc_row {
	margin-left: 0;
	margin-right: 0
}
.page-template-page-builders.siteorigin-panels .panel-grid {
	margin-left: 0!important;
	margin-right: 0!important
}
@media only screen and (max-width:1100px) {
.site-title a {
	font-size: 52px;
	font-size: 3.25rem
}
.banner h1 {
	font-size: 44px;
	font-size: 2.75rem
}
.banner h2 {
	font-size: 24px;
	font-size: 1.5rem
}
}
@media only screen and (max-width:980px) {
.main-navigation {
	margin: 38px 0 0;
	margin: 2.375rem 0 0
}
}
@media only screen and (max-width:900px) {
.banner .grid_6_of_12 {
	width: 100%
}
.banner h1, .banner h2, .banner p {
	text-align: center
}
.main-navigation {
	margin: 32px 0 0;
	margin: 2rem 0 0
}
}
@media only screen and (max-width:800px) {
header .grid_5_of_12 {
	width: 100%
}
header .grid_7_of_12 {
	width: 100%;
	margin-left: 0
}
header .main-navigation {
	margin-top: 0;
	float: none
}
.main-navigation .nav-menu>li:first-child {
	margin-left: 0
}
.social-media-icons {
	float: none;
	text-align: left
}
.social-media-icons li {
	margin: .1em .5em 0 0
}
}
@media only screen and (max-width:650px) {
.grid_10_of_12, .grid_11_of_12, .grid_12_of_12, .grid_1_of_12, .grid_2_of_12, .grid_3_of_12, .grid_4_of_12, .grid_5_of_12, .grid_6_of_12, .grid_7_of_12, .grid_8_of_12, .grid_9_of_12 {
	width: 100%
}
.col {
	margin: 0
}
.main-small-navigation .nav-menu, .nav-menu ul {
	padding: 0
}
.main-small-navigation .nav-menu ul {
	padding-left: 16px;
	padding-left: 1rem
}
.site-title h1 {
	text-align: center;
	margin-top: 20px
}
}
@media only screen and (max-width:520px) {
.site-title h1 {
	text-align: center;
	margin-top: 0
}
#headerwrapper {
	height: 60px
}
.main-small-navigation .nav-menu, .main-small-navigation .nav-menu ul, .nav-menu, .nav-menu ul {
	padding: 0
}
.main-navigation li, .main-small-navigation {
	width: 100%
}
.main-small-navigation {
	text-align: center
}
.main-navigation ul li, .main-small-navigation ul li {
	background-color: #fff;
	margin: 5px 0;
	text-align: center
}
.main-navigation ul ul, .main-navigation ul ul li ul {
	position: relative
}
.main-navigation ul ul li ul {
	left: 0
}
.main-navigation ul ul a {
	color: #fff;
	background-color: #333;
	width: 100%
}
.social-media-icons {
	text-align: center
}
}
@media only screen and (max-width:320px) {
.author-description {
	float: left;
	width: 100%
}
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
*line-height:0
}
.ir br {
	display: none
}
.hidden {
	display: none!important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
*zoom:1
}
@media print {
* {
	background: 0 0!important;
	color: #000!important;
	box-shadow: none!important;
	text-shadow: none!important;
	filter: none!important;
	-ms-filter: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
@page {
margin:.5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
.title-fix {
	position: relative
}
