/*
	Theme Name:  FSB 2017
	Description: Note: This theme still resides in the "fitsmallbusiness-2015" directory despite the FSB 2017 name.
	Author:      Bill Erickson / Howard Development & Consulting
	Version:     2.0
	Template:    genesis
*/
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body {
	margin:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0;
}

a:active,a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
	margin:.67em 0;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

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 {
	line-height:normal;
}

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;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td,th {
	padding:0;
}

/* Box Sizing
--------------------------------------------- */
html,input[type="search"] {
	box-sizing:border-box;
}

*,:before,:after {
	box-sizing:inherit;
}

/* Float Clearing
--------------------------------------------- */
.clearfix:before,.footer-widgets:before,.nav-primary:before,.nav-secondary:before,.site-container:before,.site-footer:before,.site-header:before,.site-inner:before,.wrap:before {
	content:" ";
	display:table;
}

.clearfix:after,.footer-widgets:after,.nav-primary:after,.nav-secondary:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.wrap:after {
	clear:both;
	content:" ";
	display:table;
}

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
	background-color:#fff;
	color:#535353;
	font-family:"Gotham SSm A","Gotham SSm B",serif;
	font-size:16px;
	font-weight:400;
	line-height:1.8;
}

a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus,.button,p.socials i {
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}

::-moz-selection {
	background-color:#333;
	color:#fff;
}

::selection {
	background-color:#333;
	color:#fff;
}

a {
	color:#0085c9;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.block-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

p {
	margin:0 0 24px;
	padding:0;
}

strong {
	font-weight:700;
}

ol,ul {
	margin:0;
	padding:0;
}

blockquote {
	background:transparent;
	border-left:1px solid #0085c9;
	border-right:1px solid #0085c9;
	margin:0 30px 30px;
	font-style:italic;
	padding:0 20px;
}

blockquote p:last-of-type {
	margin:0;
}

code,pre {
	font-family:Monaco,Menlo,Consolas,"Courier New",monospace;
	font-size:12px;
	color:#333;
	border:1px solid #e1e1e8;
	background-color:#f7f7f9;
}

code {
	padding:2px 4px;
	white-space:nowrap;
}

pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	line-height:18px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
}

pre code {
	padding:0;
	color:inherit;
	white-space:pre;
	white-space:pre-wrap;
	background-color:transparent;
	border:0;
}

cite {
	font-style:normal;
}

hr,.clear-line {
	overflow:hidden;
	width:100%;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0 0 20px;
	padding:20px 0 0;
}

i[class^="icon-"],i[class*=" icon-"] {
	display:inline-block;
}

i[class^="icon-"]:before,i[class*=" icon-"]:before {
	display:block;
	text-decoration:none;
	vertical-align:middle;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
/* Better Font Rendering =========== */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
}

/* Headings
--------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color:#535353;
	font-weight:400;
	line-height:1.2;
	margin:0;
	margin-bottom:16px;
	padding:0;
}

h1 {
	color:#0085c9;
	font-weight:700;
	font-size:32px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:25px;
	font-weight:700;
}

h4 {
	font-size:20px;
	font-weight:700;
}

.sidebar h4,h3.comment-reply-title {
	font-size:21px;
	font-weight:500;
	text-transform:uppercase;
}

h4.underline,h3.comment-reply-title {
	border-bottom:1px solid #d4d4d4;
	padding-bottom:20px;
}

h5 {
	font-size:18px;
	font-weight:500;
}

h6 {
	font-size:16px;
}

h2, h4 { font-weight:bold; }

/* Objects
--------------------------------------------- */
embed,iframe,img,object,video,.wp-caption {
	max-width:100%;
}

img {
	height:auto;
	max-width:100%;
}

/* Forms
--------------------------------------------- */
input,select,textarea {
	background-color:#fff;
	border:1px solid #ccc;
	color:#a5a5a5;
	font-size:13px;
	font-weight:300;
	padding:10px;
	width:100%;
}

input[type="checkbox"],input[type="radio"] {
	margin-right:10px;
	width:auto;
}

input:focus,textarea:focus {
	border-color:#999;
	outline:none;
}

.input-large {
	font-size:18px;
	padding:15px;
}

select.input-large {
	height:54px;
	line-height:54px;
	padding-top:12px;
}

.input-small {
	font-size:12px;
	padding:5px 10px;
}

::-moz-placeholder {
	color:#999;
	opacity:1;
}

::-ms-input-placeholder {
	color:#999;
}

::-webkit-input-placeholder {
	color:#999;
}

input:focus::-webkit-input-placeholder,input:focus::-moz-placeholder,input:focus:-ms-input-placeholder,textarea:focus::-webkit-input-placeholder,textarea:focus::-moz-placeholder,textarea:focus:-ms-input-placeholder {
	color:transparent;
}

button,input[type="button"],input[type="reset"],input[type="submit"],.button,.comment-reply-link {
	background-color:#ed833f;
	border:none;
	border-radius:4px;
	box-shadow:none;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	font-weight:300;
	line-height:41px;
	min-width:130px;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
	width:auto;
	-webkit-appearance:none;
}

button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.button.button-invert,.comment-reply-link {
/*	background-color: #0085c9; */
	color:#fff;
	text-decoration:none;
}

.button.button-invert {
	background-color:#0085c9;
}

.button.button-invert:hover,.comment-reply-link:hover {
	background-color:#ed833f;
	text-decoration:none;
}

.entry-content .button:hover {
	color:#fff;
}

.button {
	display:inline-block;
}

.button.button-block {
	display:block;
	width:100%;
}

.button.button-large {
	font-weight:500;
	line-height:54px;
	width:270px;
	max-width:100%;
}

/*
.button.button-small {
	font-size: 12.5px;
	line-height: 37px;
	text-transform: uppercase;
}
*/
.one-third .button-small {
	display:block;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button {
	display:none;
}

.button.button-large.button-1 {
	font-size:30px;
	text-align:center;
	width:100%;
	padding:15px 20px 20px;
	line-height:1.5;
	max-width:300px;
	text-shadow:1px 1px 1px #000;
	-webkit-box-shadow:inset 5px 5px 9px 0 rgba(180,62,10,.33);
	box-shadow:inset 5px 5px 9px 0 rgba(180,62,10,.33);
}

.button.button-large.button-2 {
	font-size:30px;
	text-align:center;
	width:100%;
	padding:15px 20px 20px;
	line-height:1.5;
	text-shadow:1px 1px 1px #000;
	background:#1c76be;
	-webkit-box-shadow:inset 5px 5px 9px 0 rgba(6,67,117,.33);
	box-shadow:inset 5px 5px 9px 0 rgba(6,67,117,.33);
}

.button.button-large.button-2:hover {
	background:#064374;
}

.button.button-large .sub {
	display:block;
	font-size:14px;
	text-shadow:none;
	line-height:1.2;
}

.button.button-orange-lines {
	background:#f16d00;
	border-radius:0;
	font-size:30px;
	font-weight:700;
	line-height:1.1;
	padding:15px 35px;
	max-width:300px;
	text-shadow:1px 1px 1px #000;
	-webkit-box-shadow:inset 0 0 9px 3px rgba(6,67,117,.33);
	box-shadow:inset 0 0 9px 3px rgba(6,67,117,.33);
}

.button.button-orange-lines:hover {
	background:#e62900;
}

.button.button-dark-lines {
	background:#353535;
	border-radius:0;
	font-size:24px;
	font-weight:400;
	line-height:33px;
	max-width:300px;
	padding:15px 35px;
	-webkit-box-shadow:inset 0 0 9px 3px rgba(6,67,117,.33);
	box-shadow:inset 0 0 9px 3px rgba(6,67,117,.33);
}

.button.button-dark-lines:hover {
	background:#616161;
/* Old browsers */
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button {
	display:none;
}

.button-wrapper {
	overflow:hidden;
	width:100%;
	padding-bottom:40px;
}

/* Search Form
--------------------------------------------- */
.search-form {
	max-width:290px;
	width:100%;
	position:relative;
}

.search-form input[type="search"] {
	width:290px;
	padding:9px 35px 10px 9px;
}

.search-form input[type="submit"] {
	background:transparent url(images/icon-search@2x.png) no-repeat center center;
	background-size:14px 14px;
	border:none;
	border-radius:0;
	padding:0;
	min-width:0;
	line-height:1;
	position:absolute;
	top:0;
	right:0;
	width:32px;
	height:36px;
}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],div.gform_wrapper input[type="text"],div.gform_wrapper textarea,div.gform_wrapper .ginput_complex label {
	font-size:16px;
	padding:5px 10px;
}

div.gform_wrapper .ginput_complex label {
	padding:0;
}

div.gform_wrapper li,div.gform_wrapper form li {
	margin:16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size:14px;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin:0 auto 40px;
	overflow:hidden;
	width:100%;
}

.gallery-item {
	float:left;
	margin:10px 0 0;
	text-align:center;
}

.gallery-columns-2 .gallery-item {
	width:50%;
}

.gallery-columns-3 .gallery-item {
	width:33%;
}

.gallery-columns-4 .gallery-item {
	width:25%;
}

.gallery-columns-5 .gallery-item {
	width:20%;
}

.gallery-columns-6 .gallery-item {
	width:16.6666%;
}

.gallery-columns-7 .gallery-item {
	width:14.2857%;
}

.gallery-columns-8 .gallery-item {
	width:12.5%;
}

.gallery-columns-9 .gallery-item {
	width:11.1111%;
}

.gallery img {
	border:2px solid #cfcfcf;
}

.gallery-caption {
	margin-left:0;
}

/* Tables
--------------------------------------------- */
table {
	max-width:100%;
	background-color:transparent;
	border-collapse:collapse;
	border-spacing:0;
}

.table {
	width:100%;
	margin-bottom:20px;
}

.table th,.table td {
	padding:8px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #ddd;
}

.table th {
	font-weight:700;
}

.table thead th {
	vertical-align:bottom;
}

.table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
	border-top:0;
}

.table tbody + tbody {
	border-top:2px solid #ddd;
}

.table .table {
	background-color:#fff;
}

.table-condensed th,.table-condensed td {
	padding:4px 5px;
}

.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
	border-left:0;
	border-radius:4px;
}

.table-bordered th,.table-bordered td {
	border-left:1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,.table-bordered caption + tbody tr:first-child th,.table-bordered caption + tbody tr:first-child td,.table-bordered colgroup + thead tr:first-child th,.table-bordered colgroup + tbody tr:first-child th,.table-bordered colgroup + tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
	border-top:0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,.table-bordered tbody:first-child tr:first-child > td:first-child,.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius:4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,.table-bordered tbody:first-child tr:first-child > td:last-child,.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius:4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,.table-bordered tbody:last-child tr:last-child > td:first-child,.table-bordered tbody:last-child tr:last-child > th:first-child,.table-bordered tfoot:last-child tr:last-child > td:first-child,.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius:4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,.table-bordered tbody:last-child tr:last-child > td:last-child,.table-bordered tbody:last-child tr:last-child > th:last-child,.table-bordered tfoot:last-child tr:last-child > td:last-child,.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius:4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius:0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius:0;
}

.table-bordered caption + thead tr:first-child th:first-child,.table-bordered caption + tbody tr:first-child td:first-child,.table-bordered colgroup + thead tr:first-child th:first-child,.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius:4px;
}

.table-bordered caption + thead tr:first-child th:last-child,.table-bordered caption + tbody tr:first-child td:last-child,.table-bordered colgroup + thead tr:first-child th:last-child,.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius:4px;
}

.table-striped tbody > tr:nth-child(odd) > td,.table-striped tbody > tr:nth-child(odd) > th {
	background-color:#f9f9f9;
}

.table-hover tbody tr:hover > td,.table-hover tbody tr:hover > th {
	background-color:#f5f5f5;
}

/* Images
--------------------------------------------- */
.avatar {
	float:left;
}

.alignleft .avatar {
	margin-right:24px;
}

.alignright .avatar {
	margin-left:24px;
}

img.centered,.aligncenter {
	display:block;
	margin:0 auto 24px;
}

img.alignnone {
	margin-bottom:12px;
}

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
}

img.alignleft,.wp-caption.alignleft {
	margin:0 24px 24px 0;
}

img.alignright,.wp-caption.alignright {
	margin:0 0 24px 24px;
}

img.block {
	display:block;
}

img.rounded {
	border-radius:50%;
}

.wp-caption-text {
	color:#000;
	font-size:18px;
	font-style:italic;
	font-weight:300;
	line-height:1.3;
	margin:0;
	padding:0 10px;
	text-align:center;
}

.wp-caption-text:after {
	content:'';
	width:87px;
	height:2px;
	background:#727d82;
	display:block;
	margin:10px auto 0;
}

/* Column Classes
 *
 * Width: 1100px
 * Gutter: 55px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
.five-sixths,.four-sixths,.four-fifths,.one-fifth,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-fifths,.three-sixths,.two-fourths,.two-fifths,.two-sixths,.two-thirds {
	float:left;
	margin-left:5%;
}

.one-half,.three-sixths,.two-fourths {
	width:47.5%;
}

.one-third,.two-sixths {
	width:30%;
}

.four-sixths,.two-thirds {
	width:65%;
}

.one-fourth {
	width:21.25%;
}

.three-fourths {
	width:73.75%;
}

.one-fifth {
	width:16%;
}

.two-fifths {
	width:37%;
}

.three-fifths {
	width:58%;
}

.four-fifths {
	width:79%;
}

.one-sixth {
	width:12.5%;
}

.five-sixths {
	width:82.5%;
}

.first {
	clear:both;
	margin-left:0;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.wrap {
	margin:0 auto;
	max-width:1240px;
	padding:0 20px;
}


.site-inner {
	clear:both;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
	float:right;
	width:67.545454545%;
/* 743/1100 */
}

.content-sidebar .content {
	float:left;
}

.full-width-content .content {
	width:100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float:right;
	width:29%;
/* 319/1100 */
}

.sidebar-content .sidebar-primary {
	float:left;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color:#fff;
	border-bottom:1px solid #dadada;
	padding:30px 0;
}

.title-area {
	float:left;
	padding-top:0;
	width:33.33%;
}

h1.site-title,p.site-title {
	margin:0;
}

.site-title a {
/*background: url(images/logo@2x.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/logo.svg), none;
	display: block;
	height: 61px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 395px;*/
}

.header-widget-area {
	float:right;
	text-align:right;
	width:33.33%;
	margin-top:15px;
}

.header-widget-area .search-form,.header-widget-area p.socials {
	display:inline-block;
}

.header-widget-area p.socials {
	margin:0 0 0 10px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-header {
	float:left;
	padding-top:18px;
	width:100%;
}

.genesis-nav-menu {
	clear:both;
	color:#999;
	line-height:1.5;
	width:100%;
}

.genesis-nav-menu .menu-item {
	float:left;
	list-style:none;
}

.genesis-nav-menu a {
	border:none;
	color:#5d717c;
	font-size:16px;
	display:block;
	padding:4px;
	margin:0 30px;
	position:relative;
	text-decoration:none;
}

.genesis-nav-menu > .menu-item:first-child > a {
	margin-left:0;
}

.genesis-nav-menu > .menu-item:last-child > a {
	margin-right:0;
}

.genesis-nav-menu .menu-item:hover > a,.genesis-nav-menu .current-menu-item > a,.genesis-nav-menu .sub-menu .current-menu-item > a:hover,.genesis-nav-menu > .menu-item-has-children:hover > a:after {
	color:#0085c9;
}

.genesis-nav-menu > .menu-item.current-menu-item > a {
	border-bottom:3px solid #0085c9;
}

.genesis-nav-menu > .menu-item-has-children > a {
	padding-right:10px;
	position:relative;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
	content:"\e806";
	font-size:12px;
	color:#989ea7;
	position:absolute;
	right:0;
	bottom:10px;
}

.genesis-nav-menu .sub-menu {
	left:-9999px;
	opacity:0;
	position:absolute;
	-webkit-transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-ms-transition:opacity .4s ease-in-out;
	-o-transition:opacity .4s ease-in-out;
	transition:opacity .4s ease-in-out;
	width:200px;
	z-index:99;
}

.genesis-nav-menu .sub-menu a {
	background-color:#fff;
	padding:10px;
	position:relative;
	font-size:14px;
	width:200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin:-54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position:static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left:auto;
	opacity:1;
}

.home .wrap, .page-template-about-us .wrap { max-width:1240px!important; }

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */
/* Base Styling
-------------------------------- */
.site-header {
	position:relative;
}

.mobile-menu-toggle {
	display:block;
	position:absolute;
	top:50%;
	margin-top:-45px;
	right:30px;
	width:22px;
	height:16px;
	float:right;
	outline:none;
}

.mobile-menu-toggle > span {
	width:22px;
	height:2px;
	position:absolute;
	left:0;
	-webkit-transition:top .15s .15s ease-in-out,-webkit-transform .15s .3s ease-in-out;
	-moz-transition:top .15s .15s ease-in-out,-moz-transform .15s .3s ease-in-out;
	-ms-transition:top .15s .15s ease-in-out,-ms-transform .15s .3s ease-in-out;
	-o-transition:top .15s .15s ease-in-out,-o-transform .15s .3 ease-in-out;
	transition:top .15s .15s ease-in-out,transform .15s .3s ease-in-out;
}

.mobile-menu-toggle .top-bar {
	top:0;
}

.mobile-menu-toggle .middle-bar {
	top:7px;
}

.mobile-menu-toggle .bottom-bar {
	top:14px;
}

.sidr-open .mobile-menu-toggle .top-bar {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	top:7px;
}

.sidr-open .mobile-menu-toggle .middle-bar {
	opacity:0;
}

.sidr-open .mobile-menu-toggle .bottom-bar {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:7px;
}

.sidr {
/* Default Settings */
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
}

.sidr .sidr-inner {
	padding:0 0 15px;
}

.sidr .sidr-inner > p {
	margin-left:15px;
	margin-right:15px;
}

.sidr.right {
	left:auto;
	right:-260px;
	border-left:2px solid #fff;
}

.sidr.left {
	left:-260px;
	right:auto;
	border-right:2px solid #fff;
}

.sidr ul {
	display:block;
	margin:0 0 15px;
	padding:0;
}

.sidr ul li {
	display:block;
	margin:0;
	line-height:48px;
	border-bottom:1px solid #fff;
}

.sidr ul li a {
	display:block;
	text-decoration:none;
	padding:0 20px 0 10px;
	position:relative;
}

.sidr li.sidr-class-menu-item-has-children {
	position:relative;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	cursor:pointer;
	width:48px;
	height:48px;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	margin:-3px 0 0 -3px;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 6px 0;
	border-color:#fff transparent transparent;
}

.sidr ul li ul {
	border-bottom:none;
	margin:0;
	display:none;
}

.sidr ul li.submenu-active ul,.sidr ul li.sidr-class-current-menu-item ul {
	display:block;
}

.sidr ul li.submenu-active > a,.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-bottom:1px solid #fff;
}

.sidr ul li.submenu-active > .submenu-toggle:before,.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.sidr ul li ul li {
	line-height:40px;
	font-size:13px;
}

.sidr ul li ul li a {
	padding-left:20px;
}

.sidr-class-sub-menu .sidr-class-current-menu-item > a {
	background:#930f14;
	font-weight:700;
}

.sidr ul li.sidr-class-search,.sidr ul li .icon {
	display:none;
}

.sidr ul li .label {
	display:inline;
}

/* Match Theme
-------------------------------- */
.mobile-menu-toggle > span {
	background:#0085c9;
}

.sidr {
	background:#fff;
	color:#5d717c;
}

.sidr.right,.sidr.left,.sidr ul li,.sidr ul li.submenu-active > a,.sidr ul li.sidr-class-current-menu-item.sidr-class-menu-item-has-children > a {
	border-color:#dadada;
}

.sidr ul li a {
	color:#5d717c;
}

.sidr ul li a:hover,.sidr ul li.sidr-class-current-menu-item > a,.sidr li.sidr-class-menu-item-has-children:hover > .submenu-toggle {
	color:#0085c9;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background:#0085c9;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
.site-inner {
	padding:24px 0 48px;
}

.site-inner[role="main"] {
	padding:0;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom:40px;
	position:relative;
}

.entry-content .attachment a,.entry-content .gallery a {
	border:none;
}

.entry-content ol,.entry-content p,.entry-content ul,.entry-content .wp-video,.entry-content .wp-audio-shortcode,.entry-content .video-player,.quote-caption {
	margin-bottom:26px;
}

.entry-content ol,.entry-content ul {
	margin-left:40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin:0 0 30px;
}

.entry-content ol li {
	list-style-type:decimal;
}

.entry-content ol.alpha-list li {
	list-style-type:upper-alpha;
}

.entry-content ul li {
	list-style-type:disc;
}

.entry-content ol ol,.entry-content ul ul {
	margin-bottom:0;
}

.entry-content ul.list-unstyled,.entry-content ol.list-unstyled {
	margin-left:20px;
}

ul.list-unstyled > li,.entry-content ul.list-unstyled > li,.entry-content ol.list-unstyled > li,.entry-content .gform_wrapper ul li {
	list-style:none;
}

.entry-header .entry-meta {
	margin-bottom:40px;
}

.entry-meta {
	font-size:14px;
	font-weight:300;
}

.entry-meta .entry-comments-link span {
	color:#ed833f;
}

/* Table of Contents
--------------------------------------------- */
.table-of-contents {
	border:1px solid #d4d4d4;
	border-radius:3px;
	float:left;
	margin:0 30px 10px 0;
	overflow:hidden;
	width:240px;
}

.table-of-contents h3 {
	color:#0085c9;
	font-size:21px;
	padding:21px 15px 15px;
	margin:0;
}

.entry-content .table-of-contents ul,.entry-content .table-of-contents li {
	list-style-type:none;
	margin:0;
}

.table-of-contents a {
	border-top:1px solid #d4d4d4;
	color:#535353;
	display:block;
	padding:8px 16px;
	text-decoration:none;
}

.table-of-contents a:hover {
	background:#0085c9;
	color:#fff;
}

.table-of-contents i {
	float:right;
	line-height:29px;
}

.table-of-contents a:hover i {
	color:#fff;
}

/* Banner
--------------------------------------------- */
.fsb-banner {
	display:block;
	margin-bottom:20px;
	text-decoration:none;
}

.fsb-banner .title {
	background:#474647;
	color:#fff;
	display:block;
	font-size:24px;
	padding:5px;
	text-align:center;
}

.fsb-banner img {
	width:100%;
	height:auto;
}

/* Social Icons
--------------------------------------------- */
p.socials a {
	display:inline-block;
	text-decoration:none;
}

p.socials i {
	color:#fff;
	display:block;
	font-size:14px;
	width:35px;
	height:36px;
	line-height:36px;
	text-align:center;
}

p.socials a:hover i {
	opacity:.7;
}

p.socials i.icon-facebook {
	background:#526bc6;
}

p.socials i.icon-twitter {
	background:#52b8ec;
}

p.socials i.icon-googleplus {
	background:#e7511c;
}

p.socials i.icon-rss {
	background:#f78618;
}

p.socials.with-labels a {
	display:block;
	margin-bottom:15px;
}

p.socials.with-labels i {
	width:22px;
	height:22px;
	line-height:22px;
	font-size:12px;
	display:inline-block;
	margin-right:5px;
}

/* Author Box
--------------------------------------------- */
.author-box {
	margin-bottom:40px;
}

.author-box-inner {
	position:relative;
	padding:0 0 20px 140px;
	min-height:130px;
}

.author-box-inner h5,.author-box-inner p {
	margin-bottom:15px;
}

.author-box-inner p:last-child {
	margin:0;
}

.author-box-inner .avatar {
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
}

.author-box-inner .links a {
	/* color:#535353; */
	margin-left:30px;
	/* text-decoration:none; */
}

.author-box-inner .links a:hover {
	color:#0085c9;
	text-decoration: underline;
}

.author-box-inner .links a:first-child {
	margin-left:0;
}

.author-box-inner .links i {
	background:#415267;
	color:#fff;
	display:inline-block;
	font-size:14px;
	line-height:18px;
	width:22px;
	height:22px;
	text-align:center;
}

.author-box-inner .links i.icon-twitter {
	background:#47c0ed;
}

/* Related Posts
--------------------------------------------- */
.related-posts {
	overflow:hidden;
	width:100%;
	margin-bottom:40px;
}

.related-posts .one-half.has-post-thumbnail {
	position:relative;
	padding-left:100px;
	min-height:100px;
}

.related-posts .one-half.has-post-thumbnail .entry-image {
	display:block;
	position:absolute;
	top:0;
	left:0;
	max-width:85px;
}

.related-posts .entry-title {
	font-weight:300;
	line-height:1.2;
	margin:0;
}

.related-posts .entry-meta {
	font-size:13px;
	font-weight:400;
	margin:0;
}

.related-posts-custom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.related-posts-custom .related-post-wrapper {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
	overflow:hidden;
	margin:40px 0;
	width:100%;
}

.pagination li {
	display:inline-block;
}

.pagination li a {
	display:block;
	padding:8px 12px;
}

/* Comment List
--------------------------------------------- */
.entry-comments h4 {
	color:#0085c9;
	line-height:41px;
}

.entry-comments h4 .button {
	float:right;
	text-transform:none;
}

.comment-respond,.entry-comments,.entry-pings {
	margin-bottom:40px;
}

.entry-comments {
	margin-bottom:60px;
}

.comment-list li,.ping-list li {
	list-style-type:none;
}

li.comment {
	border-right:none;
}

li.comment > article {
	position:relative;
	min-height:120px;
	margin-bottom:30px;
}

.comment-header a {
	color:#535353;
	text-decoration:none;
}

.comment-header a:hover {
	color:#0085c9;
}

.comment-author {
	display:inline-block;
	font-weight:500;
	margin:0 5px 0 0;
}

.comment-meta {
	display:inline-block;
	font-size:13px;
	font-weight:300;
	margin:0;
}

.comment-content,.comment-reply,.comment-list .children {
	padding-left:100px;
}

.comment .avatar {
	position:absolute;
	top:30px;
	left:0;
}

.comment-edit-link,.comment-list .children .comment .avatar {
	display:none;
}

.comment-list .children .comment > article {
	border-left:1px solid #0085c9;
	padding-left:15px;
	min-height:0;
}

.comment-list .children .comment-content,.comment-list .children .comment-reply {
	padding-left:0;
}

.entry-pings .reply {
	display:none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color:#f5f5f5;
	font-size:14px;
	padding:24px;
}

/* Comment Form
--------------------------------------------- */
h3.comment-reply-title {
	margin-bottom:40px;
}

.comment-respond input[type="email"],.comment-respond input[type="text"],.comment-respond input[type="url"],.comment-respond textarea {
	background:#fafafa;
	border-radius:10px;
}

.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-comment label {
	display:none;
}

.comment-respond label[for="subscribe"] {
	display:inline-block;
}

.comment-respond .form-submit {
	text-align:right;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar .widget {
	border:1px solid #d4d4d4;
	border-radius:3px;
	font-size:14px;
	font-weight:300;
	margin-bottom:40px;
	padding:18px;
}

.sidebar h4.widgettitle {
	background:#0085c9;
	color:#fff;
	font-size:16px;
	font-weight:500;
	line-height:20px;
	margin:-18px -18px 18px;
	padding:20px 13px;
	text-transform:uppercase;
}

.sidebar .widget p:last-child {
	margin:0;
}

/* Newsletter Widget
--------------------------------------------- */
.sidebar .widget.newsletter-widget input[type="email"] {
	margin-bottom:18px;
}

/* Popular Widget
--------------------------------------------- */
.sidebar .widget_related_popular h4 {
	font-size:16px;
	font-weight:500;
	text-transform:none;
}

.sidebar .widget_related_popular ul.links li {
	list-style-type:none;
}

.sidebar .widget_related_popular ul.links a {
	border-top:1px solid #d4d4d4;
	display:block;
	position:relative;
	padding:20px 0 20px 25px;
}

.sidebar .widget_related_popular a i {
	position:absolute;
	top:23px;
	left:0;
	color:#626262;
}

.sidebar .widget_related_popular ul.links li:first-child a {
	border-top:0;
	padding-top:0;
}

.sidebar .widget_related_popular ul.links li:first-child a i {
	top:3px;
}

/* Related/Popular Widget
--------------------------------------------- */
.widget_related_popular .tab-nav {
	display:block;
	margin:-18px -18px 18px;
	overflow:hidden;
}

.widget_related_popular .tab-nav li {
	list-style-type:none;
	display:block;
	float:left;
	text-align:center;
	width:50%;
}

.widget_related_popular .tab-nav a {
	border-bottom:1px solid #d4d4d4;
	color:#535353;
	display:block;
	font-size:16px;
	font-weight:500;
	padding:10px;
	text-decoration:none;
}

.widget_related_popular .tab-nav li:first-child a {
	border-right:1px solid #d4d4d4;
}

.widget_related_popular .tab-nav a.current {
	border-bottom:0;
}

.widget_related_popular .tab-content {
	display:none;
	overflow:hidden;
	width:100%;
}

.widget_related_popular .tab-content.current {
	display:block;
}

/* CTA Widget
--------------------------------------------- */
.sidebar .widget.widget_cta {
	padding:0;
	overflow:hidden;
}

.widget_cta .cta-header {
	background:#0085c9;
	padding:30px 30px 0;
	text-align:center;
}

.widget_cta .cta-header h4 {
	color:#fff;
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
}

.widget_cta .cta-header img {
	border:5px solid #fff;
	border-radius:5px;
	display:block;
	margin:0 auto -80px;
}

.widget_cta .cta-content {
	background:#fff;
	color:#8c9094;
	padding:110px 40px 40px;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}

.widget_cta .cta-content a {
	color:#ed833f;
}

.widget_cta .cta-footer {
	background:#f5f5f5;
	padding:40px;
}

/* Sharing Buttons
---------------------------------------------------------------------------------------------------- */
/*
.ea-share-count-wrap {
	margin: -20px 0 0;
}
*/
.ea-share-count-wrap .ea-share-count-button {
	margin-right:10px;
}

.ea-share-count-button.style-fancy {
	display:inline-block;
	color:#fff;
	border-radius:2px;
	margin:0 10px 10px 0;
	height:25px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:25px;
	text-decoration:none;
	font-weight:400;
	background-color:#415267;
}

.ea-share-count-button.style-fancy:hover {
	background-color:#344254;
}

.ea-share-count-button.style-fancy i {
	display:inline-block;
	vertical-align:top;
	height:25px;
	line-height:25px;
	font-size:16px;
	padding:0 7px 0 11px;
}

.ea-share-count-button i:before,.ea-share-count-button i:before {
	vertical-align:baseline;
}

.ea-share-count-icon-label {
	display:inline-block;
	height:25px;
}

.ea-share-count-button.style-fancy .ea-share-count-label {
	display:none;
}

.ea-share-count-button.style-fancy .ea-share-count {
	display:inline-block;
	vertical-align:top;
	height:25px;
	line-height:23px;
	font-size:13px;
	font-weight:500;
	position:relative;
	background-color:#fff;
	padding:0 8px;
	margin-right:-2px;
	color:#535353;
	border-radius:0 2px 2px 0;
	border:1px solid #b7b7b7;
	width:50px;
	text-align:center;
}

/* Facebook
--------------------------------------------- */
.ea-share-count-button.style-fancy.facebook,.ea-share-count-button.style-fancy.facebook_likes,.ea-share-count-button.style-fancy.facebook_shares,.ea-share-count-button.style-fancy.facebook_comments {
	background-color:#3b5998;
}

.ea-share-count-button.style-fancy.facebook:hover,.ea-share-count-button.style-fancy.facebook_likes:hover,.ea-share-count-button.style-fancy.facebook_shares:hover,.ea-share-count-button.style-fancy.facebook_comments:hover {
	background-color:#2d4373;
}

/* Twitter
--------------------------------------------- */
.ea-share-count-button.style-fancy.twitter {
	background-color:#00aced;
}

.ea-share-count-button.style-fancy.twitter:hover {
	background-color:#0087ba;
}

/* Pinterest
--------------------------------------------- */
.ea-share-count-button.style-fancy.pinterest {
	background-color:#cb2027;
}

.ea-share-count-button.style-fancy.pinterest:hover {
	background-color:#9f191f;
}

/* Google
--------------------------------------------- */
.ea-share-count-button.style-fancy.google {
	background-color:#dd4b39;
}

.ea-share-count-button.style-fancy.google:hover {
	background-color:#c23321;
}

/* Stumble Upon
--------------------------------------------- */
.ea-share-count-button.style-fancy.stumbleupon {
	background-color:#eb4924;
}

.ea-share-count-button.style-fancy.stumbleupon:hover {
	background-color:#b83719;
}

/* LinkedIn
--------------------------------------------- */
.ea-share-count-button.style-fancy.linkedin {
	background-color:#0077b5;
}

.ea-share-count-button.style-fancy.linkedin:hover {
	background-color:#005582;
}

/* Included Total Count
--------------------------------------------- */
.ea-share-count-button.style-fancy.included_total {
	background-color:#999;
}

.ea-share-count-button.style-fancy.included_total:hover {
	background-color:#666;
}

/* Footer CTA
---------------------------------------------------------------------------------------------------- */
.footer-cta {
	background:url(images/footer-cta.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
	padding:35px 0;
	overflow:hidden;
	width:100%;
}

.footer-cta h3 {
	color:#fff;
	font-size:29px;
	font-weight:500;
}

.footer-cta .left-side {
	float:left;
	width:52%;
	padding:30px 0;
/*max-width: 410px;*/
	border-right:1px solid #30a4e0;
}

.footer-cta .right-side {
	float:right;
	width:48%;
	max-width:480px;
	padding:30px 0;
}

.footer-cta .email-signup input[type="text"],.footer-cta .email-signup input[type="email"] {
	border-radius:5px;
	margin-bottom:20px;
	padding:18px 10px 18px 47px;
}

.footer-cta .email-signup input[type="email"] {
	background:#fff url(images/icon-email@2x.png) no-repeat 16px center;
	background-size:21px 21px;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color:#d8e8f5;
	color:#6d7b83;
	font-size:14px;
	padding:70px 0;
}

.footer-widgets .widget-area {
	float:left;
	margin-left:2.727272727%;
/* 30/1100 */
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left:0;
	width:33.181818182%;
/* 365/1100 */
}

.footer-widgets .widget-area.footer-widgets-2 {
	width:19.545454545%;
/* 215/1100 */
}

.footer-widgets .widget-area.footer-widgets-3 {
	width:14.545454545%;
/* 160/1100 */
}

.footer-widgets .widget-area.footer-widgets-4 {
	width:24.545454545%;
/* 270/1100 */
}

.footer-widgets .widget-area.footer-widgets-5 {
	float:none;
	margin-left:0;
	overflow:hidden;
	padding:70px 0 0;
	text-align:center;
	width:100%;
}

.footer-widgets h4 {
	font-size:16px;
	font-weight:500;
}

.footer-widgets ul li {
	list-style-type:none;
}

.footer-widgets a {
	color:#6d7b83;
}

.bg-buttons {
	overflow:hidden;
	padding-bottom:30px;
	text-align:center;
	width:100%;
}

/* Buyers Guide Section
---------------------------------------------------------------------------------------------------- */
.bg-section {
	background:#f2f3f3;
	border-top:1px solid #c1c1c1;
/*	margin: 0 -55px; */
	padding:30px;
}

.entry .bg-section:last-child {
	border-bottom:1px solid #c1c1c1;
}

.bg-section .bg-item {
	overflow:hidden;
	width:100%;
}

/* Buyers Guide Dropdown
---------------------------------------------------------------------------------------------------- */
.buyers-guide-dropdown {
	background:#fff;
	display:none;
	opacity:0;
	padding:10px;
	position:fixed;
	text-align:center;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	-webkit-box-shadow:0 0 6px 3px rgba(100,100,100,.3);
	box-shadow:0 0 6px 3px rgba(100,100,100,.3);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.buyers-guide-dropdown .wrap {
	max-width:660px;
}

.admin-bar .buyers-guide-dropdown {
	top:32px;
}

.buyers-guide-dropdown.visible {
	display:block;
	opacity:1;
}

.buyers-guide-dropdown .title {
	color:#0085c9;
	display:block;
	float:left;
	font-size:29px;
	font-weight:700;
	line-height:42px;
	letter-spacing:-.07em;
}

.buyers-guide-form select {
	border:2px solid #ed833f;
	border-radius:5px;
	color:#45505e;
	font-size:16px;
	font-weight:400;
	height:60px;
	line-height:50px;
	padding:5px 0;
	outline:none;
}

.buyers-guide-dropdown .buyers-guide-form {
	width:310px;
	display:block;
	float:right;
	height:42px;
}

.buyers-guide-dropdown .buyers-guide-form select {
	height:42px;
	line-height:32px;
}

/* Blog Home
---------------------------------------------------------------------------------------------------- */
.blog-intro h2 {
	color:#0085c9;
	font-size:32px;
	font-weight:500;
	text-align:center;
}

.blog-intro h5 {
	color:#6f7e8b;
	font-size:19px;
	font-weight:300;
	text-align:center;
}

.blog-categories .one-third {
	padding:50px 0 40px;
}

.cat-header {
	background:#0085c9;
	margin-bottom:10px;
	padding:30px 10px 15px;
	position:relative;
}

.cat-header i {
	background:#0085c9;
	border:5px solid #fff;
	border-radius:50%;
	color:#fff;
	font-size:32px;
	line-height:60px;
	text-align:center;
	width:76px;
	height:76px;
	position:absolute;
	left:50%;
	top:-48px;
	margin-left:-38px;
}

.cat-header h3 {
	font-size:21px;
	font-weight:500;
	margin:0;
	text-align:center;
}

.cat-header h3 a {
	color:#fff;
}

.cat-listing-wrapper {
	border:1px solid #d4d4d4;
	padding:15px;
}

.cat-listing-wrapper ::-webkit-scrollbar {
	-webkit-appearance:none;
	width:12px;
	background:#f3f3f3;
}

.cat-listing-wrapper ::-webkit-scrollbar-thumb {
	border-radius:6px;
	background-color:#c3cacd;
}

.cat-listing {
	padding-right:12px;
	height:450px;
	overflow-y:scroll;
}

.cat-listing li {
	line-height:1.58;
	list-style-type:none;
	position:relative;
	padding:0 0 20px 25px;
}

.cat-listing li i {
	color:#738a97;
	position:absolute;
	top:3px;
	left:0;
}

.cat-listing li .date {
	color:#6f7e8b;
	display:block;
	font-size:13px;
}

.cat-listing li.first {
	padding-left:0;
/* max-width: 274px; */
	width:100%;
/* added 7-12-2016 */
}

.cat-listing li img {
	width:100%;
}

.cat-listing li.first .title {
	position:absolute;
	display:block;
	bottom:20px;
	left:0;
	width:100%;
	line-height:1.3;
	padding:20px 30px 5px;
	color:#fff;
	font-weight:500;
	font-size:14px;
	background:#000;
/* Old browsers */
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.20) 27%,rgba(0,0,0,.60) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(27%,rgba(0,0,0,.20)),color-stop(100%,rgba(0,0,0,.60)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 27%,rgba(0,0,0,.6) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 27%,rgba(0,0,0,.6) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 27%,rgba(0,0,0,.6) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 27%,rgba(0,0,0,.6) 100%);
/* W3C */
}

/* About
---------------------------------------------------------------------------------------------------- */
.about-header {
	background:#188fcb url(images/about-header.jpg) no-repeat center center;
	background-size:cover;
}

.about-header-left {
	color:#fff;
	font-size:30px;
	line-height:1.25;
	padding-top:80px;
}

.about-header-right {
	padding:23px 0 0;
}

.about-section {
	padding:60px 0;
}

.about-section.bg-grey {
	background:#f6f6f6;
}

.about-section.bg-light-blue {
	background:#e2ecf3;
}

.about-section h2 {
	color:#0085c9;
	font-size:38px;
	font-weight:500;
}

.about-section h5 {
	color:#188ecb;
}

.about-section.type-methods {
	background:#f6f6f6 url(images/methods-bg.jpg) no-repeat center center;
	background-size:cover;
}

.methods-wrapper {
	padding:0 0 35px;
	overflow:hidden;
	width:100%;
}

.methods-wrapper .method {
	background:#fff;
	border:1px solid #188ecb;
	font-size:15px;
	font-weight:300;
	min-height:360px;
	position:relative;
	padding:80px 18px 0;
	margin-top:70px;
	text-align:center;
}

.methods-wrapper .method i {
	background:#188ecb;
	border:2px solid #fff;
	border-radius:50%;
	color:#fff;
	font-size:48px;
	text-align:center;
	line-height:100px;
	width:110px;
	height:110px;
	position:absolute;
	top:-55px;
	left:50%;
	margin-left:-55px;
}

#about-section-0 {
	padding-bottom:0;
}

.contact-wrapper .one-fourth {
	margin-top:40px;
	margin-left:1.090909091%;
/* 12/1100 */
	width:24.181818182%;
/* 266/1100 */
}

.contact-wrapper .one-fourth.first {
	margin-left:0;
}

.contact-method {
	background:#0085c9;
	color:#fff;
	font-size:14px;
	padding:40px 15px 0;
	position:relative;
	text-align:center;
}

.contact-method i {
	background:#0085c9;
	border:3px solid #fff;
	border-radius:50%;
	font-size:24px;
	line-height:40px;
	text-align:center;
	position:absolute;
	width:54px;
	height:54px;
	top:-27px;
	left:50%;
	margin-left:-27px;
}

.contact-method i.icon-quotes {
	font-size:12px;
}

.contact-method .title {
	display:block;
	font-weight:500;
}

.contact-method a {
	color:#fff;
}

.about-section.type-latest-posts .one-third {
	font-size:15px;
	line-height:1.5;
	padding-top:20px;
}

.about-section.type-latest-posts .one-third p {
	margin-bottom:10px;
}

.about-section.type-latest-posts .thumbnail img {
	max-width:117px;
	margin-bottom:0;
}

.about-section.type-latest-posts .date {
	color:#828f9e;
	font-size:14px;
}

/* About Update 8-16
---------------------------------------------------------------------------------------------------- */
.about-header-image img {
	margin:0 auto;
}

.about-section.bg-light-grey {
	background:#fdfdfd;
}

.writer-section {
	padding-top:0!important;
}

@media(min-width: 768px) {
	.writer-section .wrap {
		display:table;
		margin:0 auto;
	}

	.writer-section .wrap div {
		display:table-cell;
		vertical-align:middle;
	}

	.writer-image {
		width:50%;
	}

	.writer-image img {
		width:100%;
		height:auto;
	}

	.writer-content {
		padding-left:20px;
	}
}

@media(min-width: 1024px) {
	.writer-content {
		padding-left:40px;
	}
}

@media(min-width: 1140px) {
	.writer-content {
		padding-left:100px;
	}
}

/* Review
---------------------------------------------------------------------------------------------------- */
.single-post .entry-header .entry-meta {
	margin-bottom:20px;
}

/*
.single-review .review-summary .one-half.first,
.single-review .review-summary .rating-container:nth-child(2),
.single-review .review-summary .rating-container:nth-child(3),
.single-review .review-summary .rating-container:nth-child(4),
.single-review .review-summary .rating-container:nth-child(5),
.single-review .review-summary p:nth-child(2),
.single-review .review-summary p:nth-child(3),
.single-review .review-summary h4,
.single-review .review-summary p.buttons {display:none;}
.single-review .review-summary {
background: transparent;
border-top: 0px solid #c1c1c1;
border-bottom: 0px solid #c1c1c1;
margin: -70px 0px 0px;
padding: 0px 0px 0px;
}
*/
.single-review .review-summary {
	overflow:hidden;
	width:100%;
}

/* .single-review .review-summary .one-half.first,
.single-review .review-summary > p,
.single-review .rating-container {
	display: none;
} Removed by Mark on 6-6-16 trying to resolve CRFP index issues */
.single-review .review-summary .one-half {
	margin:0;
	width:100%;
}

.single-review .review-summary .one-half .rating-container:first-child {
	display:block;
}

/* Resources
---------------------------------------------------------------------------------------------------- */
.page-template-resources-php h1.entry-title,.resource-category-intro h2 {
	color:#0085c9;
	font-size:32px;
	font-weight:500;
	text-align:center;
}

.page-template-resources-php .entry-content,.resource-category-intro {
	max-width:800px;
	margin:0 auto;
	text-align:center;
}

.resource-guides {
	border-radius:10px;
	overflow:hidden;
	margin-bottom:60px;
	width:100%;
	-webkit-box-shadow:0 0 10px 5px rgba(100,100,100,.3);
	box-shadow:0 0 10px 5px rgba(100,100,100,.3);
}

.resource-guides h2 {
	background:#ebf8ff;
	color:#0085c9;
	font-size:18px;
	font-weight:400;
	padding:16px;
	text-align:center;
}

.resource-guides h2 i {
	border:2px solid #0085c9;
	border-radius:50%;
	display:inline-block;
	margin-right:5px;
	font-size:24px;
	line-height:32px;
	width:42px;
	height:42px;
	text-align:center;
}

.resource-guides-listing {
	padding:15px 30px;
	overflow:hidden;
	width:100%;
}

.resource-guides ul {
	float:left;
	margin-left:10.769230769%;
/* 112/1040 */
	width:26.153846154%;
/* 272/1040 */
}

.resource-guides ul.left {
	margin-left:0;
}

.resource-guides ul li {
	border-bottom:1px solid #adaeb0;
	padding:10px 0;
	list-style-type:none;
}

.resource-guides ul li:last-child {
	border-bottom:none;
}

.resource-guides li a,.resource-categories li a {
	color:#4f4f4f;
	font-size:14px;
	text-decoration:none;
}

.resource-guides li a:hover,.resource-categories li a:hover {
	color:#0085c9;
}

.resource-guides-listing i {
	display:inline-block;
}

.resource-guides-listing i:before {
	display:block;
}

.resource-categories li {
	line-height:1.4;
	margin-bottom:15px;
}

.resource-categories li a {
	display:block;
	padding-left:25px;
	position:relative;
}

.resource-categories li i {
	position:absolute;
	top:3px;
	left:0;
}

.resource-categories .one-third {
	position:relative;
	padding:50px 0 0 50px;
}

.resource-categories .one-third .section-icon {
	border:2px solid #6f7e8b;
	border-radius:50%;
	color:#6f7e8b;
	font-size:24px;
	line-height:32px;
	text-align:center;
	position:absolute;
	top:50px;
	left:0;
	width:40px;
	height:40px;
}

.resource-categories h4 {
	color:#0085c9;
	font-size:20px;
	font-weight:400;
	line-height:40px;
	text-transform:none;
}

.resource-search {
	background:#dcecfa;
	padding:60px 0;
}

.resource-search h3 {
	color:#0085c9;
	font-size:32px;
	font-weight:500;
	text-align:center;
}

.resource-search .search-form {
	max-width:560px;
	margin:0 auto;
}

.resource-search .search-form input[type="search"] {
	border:none;
	border-radius:5px;
	width:100%;
	padding:18px 135px 18px 20px;
}

.resource-search .search-form input[type="submit"] {
	background:#0085c9;
	color:#fff;
	width:119px;
	height:37px;
	text-align:center;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;
	border-radius:5px;
	top:8px;
	right:8px;
}

.resource-search .search-form input[type="submit"]:hover {
	background:#ed833f;
}

/* Home
---------------------------------------------------------------------------------------------------- */
/* Header
--------------------------------------------- */
.home-header {
	background-color:#188ecb;
	background-size:cover;
	padding:140px 20px;
}

.home-header .buyers-guide-box {
	background:#fff;
	border-radius:10px;
	margin:0 auto;
	max-width:675px;
	padding:30px;
	text-align:center;
	width:100%;
	-webkit-box-shadow:0 0 10px 5px rgba(100,100,100,.3);
	box-shadow:0 0 10px 5px rgba(100,100,100,.3);
}

.home-header .buyers-guide-box p {
	color:#0085c9;
	font-size:29px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-.07em;
	margin-bottom:20px;
}

.home-header .buyers-guide-box .intro {
	color:#425763;
}

.home-features {
	background-color:#188ecb;
	padding:22px 20px;
	text-align:center;
}

.home-features .feature {
	color:#fff;
	display:inline-block;
	font-size:15px;
	font-weight:500;
	padding:0 80px;
	text-transform:uppercase;
}

.home-features .feature:first-child {
	padding-left:0;
}

.home-features .feature:last-child {
	padding-right:0;
}

/* Categories
--------------------------------------------- */
.home-categories,.home-testimonials {
	overflow:hidden;
	padding:60px 0;
	text-align:center;
	width:100%;
}

.home-categories {
	padding-bottom:0;
}

.home-categories h2,.home-testimonials h2 {
	color:#188ecb;
	font-size:38px;
	font-weight:500;
	margin-bottom:40px;
}

.home-categories h3 {
	color:#6f7e8b;
	font-size:21px;
	font-weight:500;
	margin-bottom:10px;
}

.home-categories,.home-categories i,.home-categories .hover {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.home-categories .category {
	cursor:pointer;
	float:left;
	margin-bottom:20px;
	padding:10px;
	position:relative;
	width:25%;
}

.home-categories i {
	border:4px solid #6f7e8b;
	border-radius:50%;
	color:#6f7e8b;
	display:block;
	margin:0 auto 10px;
	font-size:60px;
	line-height:128px;
	text-align:center;
	width:128px;
	height:128px;
}

.home-categories .hover {
	opacity:0;
}

.home-categories p {
	color:#90969d;
	font-size:15px;
	line-height:1.25;
}

/*.home-categories .category:hover {
	-webkit-box-shadow: 0 0 6px 3px rgba(100,100,100,.3);
	box-shadow: 0 0 6px 3px rgba(100,100,100,.3);
}

.home-categories .category:hover i {
	border-color: #0085c9;
	color: #0085c9;
}*/
.home-categories .category:hover .hover {
	opacity:1;
}

.home-categories .category:last-child i {
	background:#ed833f;
	border-color:#fff;
	color:#fff;
}

/* Articles
--------------------------------------------- */
.home-articles {
	background:#f8f8f8;
	padding:70px 0;
}

.home-articles h2 {
	border-bottom:1px solid #d8d8d8;
	color:#0085c9;
	font-size:29px;
	font-weight:500;
	padding-bottom:20px;
	margin-bottom:30px;
}

.home-articles .popular {
	padding-bottom:35px;
	margin-bottom:20px;
	position:relative;
}

.home-articles .button {
	position:absolute;
	bottom:0;
	left:0;
}

.home-articles .popular p {
	color:#6f7e8b;
	font-size:15px;
	line-height:1.38;
	letter-spacing:-.04em;
	margin-bottom:15px;
}

.home-articles .popular p.entry-title {
	font-size:17px;
	margin:10px 0;
}

.home-articles .latest {
	background:#fff;
	cursor:pointer;
	margin-bottom:4px;
	min-height:83px;
	padding:15px 15px 15px 109px;
	position:relative;
}

.home-articles .latest .post-date {
	background:#6f7e8b;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	width:90px;
	height:100%;
	padding:15px 0;
}

.home-articles .latest:hover .post-date {
	background:#ed833f;
}

.home-articles .latest .post-date .day {
	font-size:32px;
	font-weight:700;
	line-height:1;
	float:left;
	width:55%;
	display:block;
	text-align:right;
	padding-right:2px;
}

.home-articles .latest .post-date .rest {
	display:block;
	float:left;
	width:45%;
	font-size:12.5px;
	line-height:16px;
}

.home-articles .latest .entry-title {
	color:#0085c9;
	line-height:1.2;
	display:block;
	font-size:17px;
}

.home-articles .latest .entry-author {
	color:#6f7e8b;
	display:block;
	font-size:12.5px;
}

/* Testimonials
--------------------------------------------- */
.home-testimonials h2 {
	margin-bottom:30px;
}

.home-testimonials .flexslider {
	text-align:left;
	position:relative;
	padding-top:40px;
}

.flexslider .slides li {
	display:none;
}

.home-testimonials .flex-control-nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}

.home-testimonials .flex-control-nav li {
	list-style-type:none;
	display:inline-block;
	margin:0 4px;
}

.home-testimonials .flex-control-nav a {
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	text-indent:-9999em;
	text-decoration:none;
	background:#828f9e;
}

.home-testimonials .flex-control-nav a:hover,.home-testimonials .flex-control-nav a.flex-active {
	background:#ed833f;
}

.home-testimoinals .flexslider li {
	list-style-type:none;
}

.home-testimonials .one-half {
	position:relative;
	padding-left:40px;
}

.home-testimonials .one-half.has-photo {
	padding-left:177px;
	min-height:128px;
}

.home-testimonials .one-half .photo img {
	position:absolute;
	top:0;
	left:0;
	width:128px;
	display:block;
}

.home-testimonials .one-half .icon-quotes {
	position:absolute;
	top:0;
	left:0;
}

.home-testimonials .one-half.has-photo .icon-quotes {
	left:146px;
}

.home-testimonials .one-half p {
	color:#808790;
}

.home-testimonials .one-half .subtitle {
	display:block;
	font-size:14px;
}

.home-featured {
	background:#d8e8f5;
	padding:60px 0;
	text-align:center;
}

.home-featured h2 {
	color:#6f7e8b;
	font-size:29px;
	font-weight:500;
}

.home-featured .logos {
	line-height:55px;
	margin:0;
}

.home-featured .logos img {
	vertical-align:top;
	margin:0 12px;
}

.home-featured .logos .logo:first-child img {
	margin-left:0;
}

.home-featured .logos .logo:last-child img {
	margin-right:0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
	.related-posts-custom .related-post-wrapper {
		width: 48%;
	}
}

@media only screen and (min-width: 767px) {
	.mobile-show {
		display:none;
	}

	.related-posts-custom .related-post-wrapper {
		width: 30%;
	}
}

/*
@media only screen and (min-width: 1350px) {

	.ea-share-count-wrap {
		width: 150px;
		position: absolute;
		left: -150px;
	}

	.ea-share-count-wrap.fixed {
		position: fixed;
		left: 30px;
	}

	.ea-share-count-button.style-fancy {
		margin: 0 0 16px;
	}

}
*/
@media only screen and (max-width: 1140px) {
	.home-features .feature {
		padding:0 40px;
	}

	.about-header-left {
		padding-top:30px;
	}
}

@media only screen and (max-width: 1040px) {
	/*.title-area,
		.header-widget-area,
		.nav-header {
			float: none;
			margin: 0 auto;
			text-align: center;
		}

		.header-widget-area {
			margin-top: 30px;
		}*/
	.genesis-nav-menu > .menu-item {
		float:none;
		display:inline-block;
	}

	.genesis-nav-menu .sub-menu {
		text-align:left;
	}

	.one-third.tablet-one-half,.one-fourth.tablet-one-half {
		width:47.5%;
	}

	.one-third.first.tablet-one-half,.one-fourth.first.tablet-one-half {
		margin-left:5%;
		clear:none;
	}

	.one-third.tablet-one-half.tablet-first,.one-third.first.tablet-one-half.tablet-first,.one-fourth.tablet-one-half.tablet-first,.one-fourth.first.tablet-one-half.tablet-first {
		clear:both;
		margin-left:0;
	}
}

@media only screen and (max-width: 920px) {
	.buyers-guide-dropdown {
		padding:15px;
	}

	/*.footer-widgets .wrap {
			max-width: 520px;
		}*/
	.footer-widgets .widget-area.footer-widgets-1 {
		width:62.272727273%;
		padding-bottom:40px;
	}

	.footer-widgets .widget-area.footer-widgets-2 {
		width:35%;
		padding-bottom:30px;
	}

	.footer-widgets .widget-area.footer-widgets-3 {
		clear:both;
		margin-left:0;
		width:35%;
	}

	.footer-widgets .widget-area.footer-widgets-4 {
		width:62.272727273%;
	}

	.footer-widgets .widget-area.footer-widgets-5 {
		padding-top:30px;
	}

	.home-articles .wrap > .one-half,.home-articles .wrap > .one-half.first,.testimonial-rotator .one-half,.testimonial-rotator .one-half.first {
		float:none;
		margin:0 auto;
		width:100%;
		max-width:520px;
		overflow:hidden;
	}

	.widget_cta .cta-header {
		padding:15px 15px 0;
	}

	.widget_cta .cta-content {
		padding:110px 15px 15px;
	}

	.widget_cta .cta-footer {
		padding:15px;
	}

	.about-header .one-half {
		float:none;
		width:100%;
		margin:0;
		text-align:center;
	}

	.about-header-right img {
		margin:0 auto;
	}

	.about-section.type-latest-posts .thumbnail img {
		display:block;
		float:none;
	}
}

@media only screen and (max-width: 767px) {
	.content,.sidebar-primary,.footer-widgets .widget-area,.one-third.tablet-one-half,.one-third.first.tablet-one-half,.one-fourth.tablet-one-half,.one-third.tablet-one-half.tablet-first,.one-third.first.tablet-one-half.tablet-first,.one-fourth.tablet-one-half.tablet-first,.one-fourth.first.tablet-one-half.tablet-first,.resource-guides ul,.five-sixths,.four-fifths,.four-sixths,.one-fourth,.one-half,.one-fifth,.one-sixth,.one-third,.three-fifths,.three-fourths,.three-sixths,.two-fifths,.two-fourths,.two-sixths,.two-thirds {
		margin-left:0;
		width:100%;
	}

	.mobile-hide/*,.socials,.nav-header*/ {
		display:none!important;
	}

	.site-header {
		padding:15px 0;
	}

	.title-area {
		margin:0;
		padding:0;
	}

	.home-categories .category {
		width:50%;
	}

	.footer-cta {
		padding:30px 0;
		text-align:center;
	}

	.footer-cta .left-side,.footer-cta .right-side {
		float:none;
		width:100%;
		margin:0 auto;
	}

	.footer-cta .left-side {
		max-width:480px;
		margin-bottom:30px;
	}

	.home-features .feature {
		padding:0;
		display:block;
		margin:0 auto;
	}

	.home-categories .hover {
		opacity:1;
	}

	.cat-listing {
		height:auto;
		overflow-y:auto;
	}

	.content {
		float:none;
		overflow:hidden;
	}

	.sidebar-primary {
		max-width:320px;
		float:none;
		margin:0 auto;
		overflow:hidden;
	}

	.methods-wrapper .method {
		min-height:0;
	}

	.resource-guides ul li {
		border-bottom:0;
	}
}

@media only screen and (max-width: 520px) {
	.sidr-open #wpadminbar {
		display:none!important;
	}

	/*.title-area {
			width: 250px;
		}

		.site-title a {
			width: 250px;
			height: 37px;
		}*/
	.mobile-menu-toggle {
		right:10px;
	}

	.footer-widgets,.site-inner {
		padding:20px 0 0;
	}

	.footer-widgets .widget-area.footer-widgets-1,.footer-widgets .widget-area.footer-widgets-2,.footer-widgets .widget-area.footer-widgets-3,.footer-widgets .widget-area.footer-widgets-4,.footer-widgets .widget-area.footer-widgets-5 {
		width:100%;
		margin:0 0 20px;
		padding:0;
		float:none;
		text-align:center;
		overflow:hidden;
	}

	.home-header {
		padding:50px 20px;
	}

	.home-categories .category {
		float:none;
		width:100%;
	}

	.home-featured .logo {
		display:block;
	}

	.home-testimonials .one-half.has-photo {
		padding-left:40px;
	}

	.home-testimonials .one-half .photo img {
		display:none;
	}

	.home-testimonials .one-half.has-photo .icon-quotes {
		left:0;
	}

	.author-box-inner {
		padding-left:0;
	}

	.author-box-inner .avatar {
		position:relative;
		top:auto;
		left:auto;
		float:none;
	}

	.author-box-inner .links a {
		margin-left:0;
		display:block;
	}

	.entry-comments h4 .button {
		float:none;
	}

	.comment .avatar {
		width:50px;
		top:0;
	}

	.comment-header {
		padding-left:55px;
		line-height:1.3;
		min-height:60px;
	}

	.children .comment-header {
		padding-left:0;
		min-height:0;
	}

	.comment-content,.comment-reply,.comment-list .children {
		padding-left:0;
	}

	.resource-search .search-form input[type="search"] {
		padding-right:20px;
	}

	.resource-search .search-form input[type="submit"] {
		display:block;
		position:relative;
		top:auto;
		right:auto;
		margin:10px auto 0;
	}

	h1,.home-header .buyers-guide-box p,.home-categories h2,.home-testimonials h2,.home-articles h2,.footer-cta h3,.about-section h2,.page-template-resources-php h1.entry-title,.resource-category-intro h2,.resource-search h3 {
		font-size:24px;
	}

	h2 {
		font-size:20px;
	}

	h3 {
		font-size:18px;
	}

	h4,h3.comment-reply-title,h5 {
		font-size:16px;
	}

	p, tr, td, th, ul, ol {
		font-size:14px;
	}

	blockquote {
		margin:0 0 30px;
	}

	code {
		white-space:normal;
	}

	.single .entry-content {
		overflow-x:scroll;
	}

	.single .tablepress {
		min-width:500px;
	}
}

/* Center Images on Mobile */
@media(max-width:500px) {
	img.alignleft,img.alignright,img.aligncenter {
		display:block;
		margin:1em auto;
		float:none;
	}
}

/* Course Menu  Sidebar */
.widget_nav_menu ul.menu {
	margin:10px 0;
	padding:0;
	list-style:none;
}

.widget_nav_menu ul.menu ul {
	margin:10px;
	padding-left:10px;
	list-style-type:disc;
}

.widget_nav_menu ul li {
	margin-bottom:8px;
	line-height:120%;
}

.widget_nav_menu ul li:last-child {
	margin-bottom:0;
}

.widget_nav_menu ul.menu > li > a {
	color:#535353;
}

.widget_nav_menu ul.menu > li > a:hover {
	text-decoration:none;
}

.widget_nav_menu .current-menu-item a {
	color:#535353;
	font-weight:700;
}

/* BB Press New Post Within Article */
.single-post .bbp-topic-form {
	margin-bottom:40px;
}

fieldset.bbp-form legend {
	font-size:24px;
	color:#0085c9;
	font-weight:700;
	padding:5px;
}

div.wp-editor-container {
	border:1px solid #ccc;
}

/* mobile disclaimer */
.mobile-disclaimer {
	background:#0085c9;
	color:#fff;
	padding:5px 0;
	font-size:12px;
	line-height:14px;
}

.mobile-disclaimer a {
	color:#fff;
	text-decoration:underline;
}

@media(min-width:768px) {
	.mobile-disclaimer {
		display:none;
	}

	.display-mobile-disclaimer {
		display:block;
		padding:10px 0;
		font-size:13px!important;
		text-align:center;
	}
}

.full-width-content .site-inner .wrap {
	max-width:860px;
}

.widget-wrap #bbp_search_submit {
	margin-top:5px;
}

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#bbpress-forums div.wp-editor-container {
	border:1px solid #CCC;
}

.bbp-pagination {
	width:74%!important;
}

.bbp-new-topic-button {
	background-color:#ed833f;
	border:0;
	border-radius:4px;
	box-shadow:none;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	font-weight:300;
	line-height:41px;
	min-width:130px;
	padding:0 20px;
	text-align:center;
	margin-bottom:15px;
	float:right;
	text-decoration:none;
	width:auto;
	-webkit-appearance:none;
}

#bbpress-forums fieldset.bbp-form legend {
	font-size:24px;
	color:#0085c9;
	font-weight:700;
}

.wgs_wrapper {
	display:inline-block!important;
}

form.gsc-search-box {
	background:none!important;
	border:0!important;
	border-radius:0!important;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	width:100%!important;
	margin:0!important;
	-webkit-box-shadow:0 0 0 #999!important;
	-moz-box-shadow:0 0 0 #999!important;
	box-shadow:0 0 0 #999!important;
}

.gsc-search-button,.gsc-clear-button {
	display:none!important;
}

input.gsc-input {
	width:290px!important;
	padding:9px 35px 10px 9px!important;
}

.header-widget-area p.socials {
	vertical-align:top;
}

table.gsc-search-box {
	margin:0!important;
}

/* TABLE OF CONTENTS POSTS*/
.table-of-contents-posts {
	border:1px solid #d4d4d4;
	border-radius:3px;
	float:none;
	margin:0 30px 10px 0;
	overflow:hidden;
	width:659px;
}

.table-of-contents-posts h3 {
	color:#0085c9;
	font-size:21px;
	padding:21px 15px 15px;
	margin:0;
}

.entry-content .table-of-contents-posts ul,.entry-content .table-of-contents-posts li {
	list-style-type:none;
	margin:0;
}

.table-of-contents a {
	border-top:1px solid #d4d4d4;
	color:#535353;
	display:block;
	padding:8px 16px;
	text-decoration:none;
}

.table-of-contents-posts a:hover {
	background:#0085c9;
	color:#fff;
}

.table-of-contents-posts i {
	float:right;
	line-height:29px;
}

.table-of-contents-posts a:hover i {
	color:#fff;
}

/* Hide title overlaying featured image thumb on blog page */
.blog .cat-listing li.first .title {
	display:none;
}

/* Hide comment rating review breakdown at top of post
.review-summary-rating,
.single-review .comment-reply-title {
	display: none;
}  */
.single-review .rating-container {
	display:inherit;
}

div.review-summary > div > div:nth-child(2),.review-summary > div > div:nth-child(2) {
	display:none!important;
}

.tablepress td, .tablepress th {
	line-height:1.2;
}

/*** ActiveHosted Subscription Form start ***/
._form ._submit {
	width:100%;
	font-size:16px!important;
	font-family:"Gotham SSm A","Gotham SSm B",serif!important;
}

._form input[type="text"] {
	padding:11px!important;
	border:#aaa 1px solid!important;
	border-radius:0!important;
	font-size:13px!important;
	margin-bottom:10px;
}

._form._inline-form {
	margin:10px auto 0!important;
	padding:0!important;
	z-index:0!important;
}

._form-label {
	display:none!important;
}
._form-branding{
  display:none;
}

/*** ActiveHosted Subscription Form end ***/
.optin-callout {
	background:#feffae;
	padding:20px;
	color:#535353;
	display:inline-block;
	margin:10px 0 20px;
	border-radius:3px;
	border:1px solid #e4e68e;
}

.manual-optin-trigger a {
	color:#0085c9;
}

.left-side ._form-content {
	background:#178DCA;
}

@media only screen and (max-width: 668px) {
	.img-nowrap {
		float:none;
		margin-bottom:-24px!important;
	}
}

@media (max-width:1320px) {
	.addthis-smartlayers {
		display:none;
	}
}

/* category additions */
.cat-section-heading {
	text-align:center;
	color:#0085c9;
	margin:1em 0;
}

.blog-archive.full-width-content .site-inner .wrap {
	max-width:1140px;
}

.cat-section-latest-articles a,.cat-buyers-guides a {
	color:#000;
	font-weight:600;
	line-height:120%!important;
	display:block;
	text-decoration: none;
}

.cat-section-latest-articles .meta,.cat-buyers-guides .meta {
	text-transform:uppercase;
	color:#909090;
	font-size:70%;
	font-weight:normal;
	text-decoration:none!important;
}

.cat-section-latest-articles a:hover span,.cat-buyers-guides a:hover span {
	text-decoration:underline;
}

.cat-section-latest-articles .one-half {
	margin-bottom:1em;
}

.cat-section-pop-heading {
	background:#d0e9ff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-weight:500;
	padding:15px;
	color:#29363d;
	margin-bottom:0;
	font-size:18px;
}

.cat-section-pop {
	background:#f6f6f6;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:15px;
}

.cat-buyers-guides one-half {
	margin-bottom:1em;
}

.cat-buyers-guides img {
	float:left;
	margin:0;
	max-width:45%;
}

.cat-buyers-guides-content {
	float:right;
	max-width:50%;
}

.cat-buyers-guides p {
	font-size:14px;
	color:#696868;
	font-weight:normal;
	line-height:1.8;
}

.blog-archive article.post {
	max-width:800px;
	margin:0 auto;
}

.cat-section-pop ul {
	margin:0;
	padding:0;
	float:left;
	width:45%;
	margin-right:5%;
	font-size:14px;
	line-height:16px;
	list-style-type:none;
}

.cat-section-pop ul:last-child {
	margin-right:0;
}

.cat-section-pop ul li {
	border-bottom:1px solid #c9c9c9;
	padding:10px 0;
}

.cat-section-pop ul li:last-child {
	border-bottom:none;
}

.cat-section-pop ul li a {
	color:#000;
	padding-left:15px;
	/* background:url(images/bullet-blue.png) no-repeat 0 3px; */
	display:block;
}

.cat-section-left {
	float:left;
	margin-left:0;
}

.cat-section-latest-articles {
	float:right;
}

.buyers-guide-dropdown-categories {
	margin-left:2em!important;
	display:inline-block;
	margin-top:-3px;
}

.buyers-guide-dropdown .wrap {
	max-width:800px;
}

/* New Home and Header 2017 */
.navigation {
	float:left;
	width:33.33%;
}

.navigation .mobile-nav {
	float:left;
	height:30px;
	outline:medium none;
	padding:10px 0 0;
	position:relative;
	text-indent:-900em;
	top:23px;
	width:60px;
}

.navigation .mobile-nav span::before {
	top:-10px;
}

.navigation .mobile-nav span,.navigation .mobile-nav span::after,.navigation .mobile-nav span::before {
	background:#909090;
	content:'';
	cursor:pointer;
	display:block;
	height:4px;
	position:absolute;
	transition:all .5s ease-in-out 0;
	width:36px;
}

.navigation .mobile-nav span::after {
	bottom:-10px;
}

.navigation .mobile-nav.active span::after,.navigation .mobile-nav.active span::before {
	top:0;
}

.navigation .mobile-nav.active span,.navigation .mobile-nav.active span::after,.navigation .mobile-nav.active span::before {
	background-color:#188ecb;
}

.navigation .mobile-nav.active span::before {
	transform:rotate(45deg);
}

.navigation .mobile-nav.active span::after {
	transform:rotate(-45deg);
}

.navigation .mobile-nav.active span {
	background-color:transparent;
}

.navigation .mobile-nav.active {
	background:#fff;
}

/*humber-css-end*/
.color-border-header {
	background:#188ecb none repeat scroll 0 0;
	height:6px;
	float:left;
	width:100%;
	text-align:center;
}

.color-border {
	max-width:400px;
	margin:0 auto;
	line-height:0;
	width:100%;
	height:6px;
	background:-webkit-linear-gradient(left,#f00 20%,#f00 20%,#ed833f 20%,#ed833f 40%,#4F0090 40%,#4F0090 60%,#0000ff 60%,#0000ff 80%,#2d9505 80%);
	background:linear-gradient(to right,#f00 20%,#f00 20%,#ed833f 20%,#ed833f 40%,#4F0090 40%,#4F0090 60%,#0000ff 60%,#0000ff 80%,#2d9505 80%);
}

.nav-fixed {
	overflow:hidden;
}

.header-nav-panel {
	display:block;
	max-height:100vh;
	top:100px;
	position:fixed;
	overflow-x:hidden;
	overflow-y:auto;
	transition:top .15s ease-in-out 0;
	width:100%;
	background:#188ecb;
	bottom:0;
	left:0;
	right:0;
	z-index:999;
}

.menu-new > li {
	float:left;
	list-style:outside none none;
	margin:0 0 30px;
	padding:0 30px;
	width:33.33%;
}

.menu-new h4,.menu-new > li > a {
	border-bottom:1px solid rgba(255,255,255,0.5);
	font-size:24px;
	font-weight:700;
	margin:0 0 7px!important;
	padding:8px 0!important;
	color:#fff;
	display:block;
	line-height:1.2;
}

.menu-new h4 a {
	color:#fff;
}

.menu-new .sub-menu li {
	list-style:outside none none;
}

.menu-new .sub-menu li a {
	color:#fff;
	font-size:18px;
	font-weight:700;
}

.menu-new li a:hover {
	text-decoration:none;
	color:rgba(255,255,255,0.5);
}

.menu-new .sub-menu li.view-all a {
	/* background:url(images/arrow-right.png) no-repeat right center; */
	padding-right:15px;
	text-transform:uppercase;
	font-size:14px;
}

.spotlight-blocks {
	display:inline-block;
	width:100%;
	padding:25px 0 15px;
}

.l-sidebar {
	float:left;
	width:17%;
}

.l-sidebar h3 {
	color:#29363d;
	font-weight:500;
}

.l-sidebar ul li {
	float:left;
	width:100%;
	list-style:none;
}

.l-sidebar ul li a {
	border-bottom:1px solid #bebebe;
	float:left;
	font-size:19px;
	padding:13px 0 13px 40px;
	text-transform:capitalize;
	width:100%;
	line-height:22px;
}

.l-sidebar ul li:last-child a {
	border:none;
}

/*.l-sidebar ul li a:hover, .block-content a:hover, .popular-article-section a:hover{ text-decoration:none;}*/
.other-icon a { background: no-repeat left center; }

.home-article {
	float:right;
	width:81%;
}

.home-article-feature {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:20px;
	background:rgba(24,142,203,1);
}

.home-article-thumb {
	float:left;
	width:67%;
}

.home-article-thumb > img {
	float:left;
}

.home-article-box {
	float:right;
	height:100%;
	padding:30px 20px;
	width:33%;
}

.home-article-box > h3,.home-article-box > h3 a {
	color:#fff;
	font-weight:700;
	line-height:42px;
	font-size:29px;
}

.home-article-feature:hover h3 {
	text-decoration:underline;
}

.home-article-box h6 {
	color:#fff;
	font-size:13px;
	text-decoration:underline;
	text-transform:uppercase;
}

.mrg0 {
	margin:0!important;
}

.home-article-feature > a {
	float:left;
	width:100%;
}

.block-content {
	float:left;
	margin:0 2% 0 0;
	width:32%;
}

.block-content h4 {
	color:#909090;
	font-size:13px;
	text-transform:uppercase;
	margin:0 0 5px;
	font-weight:400;
}

.block-content a {
	float:left;
	width:100%;
	background:#f8f8f8;
	border-top:3px solid #222a31;
	color:#000;
	padding:15px;
}

.block-content a:hover {
	text-decoration:none;
}

.block-content h3,.block-content h3 a {
	color:#1e2427;
	font-size:20px;
	line-height:28px;
	letter-spacing:-.25px;
	margin:0 0 5px;
}

.block-content:hover h3 {
	text-decoration:underline;
}

.block-content:hover h4 {
	text-decoration:none;
}

.home-featured-articles .block-content:last-child {
	margin-right:0;
}

.home-articles {
	background:#f8f8f8;
	padding:40px 0 0;
}

.home-articles h2 {
	border-bottom:medium none;
	color:#121618;
	font-size:38px;
	font-weight:500;
	margin-bottom:0;
	padding-bottom:20px;
	text-align:center;
}

.popular-article-section h3 {
	border-top:3px solid #222a31;
	font-size:21px;
	margin:0;
	padding:8px 0;
	font-weight:500;
}

.popular-article-section h3 a {
	color:#535353;
}

.popular-article-section ul {
	display:inline-block;
	margin-left:-28px;
	margin-right:-28px;
	padding:20px 0 0;
}

.popular-article-section ul li {
	float:left;
	list-style:none;
	padding-left:28px;
	padding-right:28px;
	width:33.33%;
	margin-bottom:40px;
}

.popular-article-blog {
	float:left;
	margin:10px 0;
	width:100%;
	min-height:130px;
}

.art-blg-thm {
	float:left;
	width:40%;
}

.art-blg-dtl {
	float:right;
	width:55%;
}

.art-blg-dtl > h4, .art-blg-dtl > h4 a {
	color:#232f35;
	font-size:17px;
	line-height:25px;
	margin:0;
	font-weight:500;
	max-height:75px; /* 75px = three lines */
	overflow:hidden;
}

.art-blg-dtl h5,.art-blg-dtl h5 a {
	color:#909090;
	font-size:13px;
	margin:5px 0;
	text-transform:uppercase;
}

.art-blg-thm img {
	float:left;
	width:100%;
}

.art-blg-dtl h5 {
	text-decoration:none!important;
}

.popular-article-blog:hover .art-blg-dtl > h4,.popular-article-blog:hover .art-blg-dtl > h5 {
	text-decoration:underline;
}

.popular-article-blog > a {
	display:inline-block;
	width:100%;
}

.popular-article-section .see-all {
	text-transform:uppercase;
	font-size:13px;
	color:#222a31;
	margin-top:10px;
	display:inline-block;
}

.home-courses {
	float:left;
	padding:27px 0 55px;
	text-align:center;
	width:100%;
}

.home-courses h2 {
	color:#121618;
	font-size:38px;
	margin-bottom:110px;
}

.home-courses ul {
	float:left;
	list-style:none;
	margin-left:0;
	margin-right:0;
	width:100%;
}

.home-courses li {
	float:left;
	padding-left:25px;
	padding-right:25px;
	width:33.33%;
}

.home-courses li a {
	border:1px solid #222a31;
	float:left;
	font-size:23px;
	padding:0 0 50px;
	text-align:center;
	width:100%;
}

.home-courses li a span {
	display:block;
	margin-top:-59px;
	width:100%;
}

.home-courses li a img {
	max-width:118px;
	border-radius:50%;
}

.home-categories {
	background:#f8f8f8;
	padding:40px 0;
}

.home-categories h2,.home-testimonials h2 {
	color:#121618;
}

.home-categories ul.category {
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
}

.category > li {
	display:inline-block;
	padding:10px 0;
	width:24.5%;
}

.home-categories ul.category li a {
	color:#181b1c;
	float:left;
	font-size:21px;
	width:100%;
}

.home-categories ul.category li a span {
	display:block;
}

.home-categories ul.category li img {
	max-width:139px;
}

.left-side form {
	width:100%!important;
	max-width:410px;
	float:left;
}

.left-side form input[type="text"] {
	display:inline-block!important;
	border:none!important;
	height:51px!important;
	-webkit-border-radius:8px!important;
	border-radius:8px!important;
	background-image:url(images/user-icon.png);
	background-repeat:no-repeat;
	background-position:18px center;
	padding-left:45px!important;
	margin:6px 0!important;
	color:#828f9e!important;
	font-size:15px!important;
}

.left-side form ._x22504706 input[type="text"] {
	background-image:url(images/email-icon.png);
}

.left-side form button[type="submit"] {
	display:inline-block!important;
	width:60%;
	margin:6px 0!important;
	height:51px!important;
	-webkit-border-radius:8px!important;
	border-radius:8px!important;
	font-size:17px!important;
}

.icon-pin,.icon-email {
	color:#0085c9;
	float:left;
	font-size:24px;
	margin:0 10px 25px 0;
}

#wpstats {
	display:none;
}

@media (max-width:1024px) {
	.buyers-guide-dropdown-categories {
		margin:8px 0 0!important;
		display:block!important;
	}

	.popular-article-section ul {
		margin-left:-14px;
		margin-right:-14px;
	}

	.footer-cta .left-side {
		width:48%;
		padding-right:25px;
	}

	.l-sidebar h3 {
		font-size:21px;
	}

	.art-blg-dtl > h4,.art-blg-dtl > h4 a {
		font-size:15px;
	}
}

@media (max-width:1023px) {
	.l-sidebar {
		width:25%;
		display:none;
	}

	.home-article {
		width:100%;
	}

	.home-article-box > h3 {
		font-size:18px;
		line-height:22px;
	}

	.block-content h3,.home-courses li a {
		font-size:18px;
	}

	.popular-article-section ul li {
		width:50%;
		padding:0 14px;
	}

	.category > li {
		width:24%;
	}

	.navigation .mobile-nav {
		top:7px;
	}

	.header-widget-area {
		margin:0;
	}

	.site-header {
		padding-bottom:15px;
	}

	.popular-article-section .clearfix {
		display:none;
	}
}

@media (max-width:767px) {
	.cat-buyers-guides img {
		float:none;
		margin-bottom:10px;
		width:100%;
	}

	.cat-buyers-guides-content {
		float:none;
		max-width:100%;
	}

	.cat-section-latest-articles {
		margin-top:1em;
	}

	.cat-section-latest-articles img,.menu-new > li,.l-sidebar,.home-article {
		width:100%;
	}

	.cat-section-pop ul {
		float:none;
		width:100%;
	}

	.cat-section-pop ul:first-child li:last-child {
		border-bottom:1px solid #c9c9c9;
	}

	.cat-section-intro {
		display:none;
	}

	.navigation {
		/* width:40px; */
		width:15%;
	}

	.navigation .mobile-nav {
		width:40px;
		top:6px;
	}

	/*
	.title-area {
		float:right;
		width:230px;
	}
	*/

	.title-area { float: left; text-align: center; width: 70%;}
	.site-title img { margin:5px 0; max-width:170px;}
	.header-widget-area{ float:right; width:15%;}

	.site-title a {
		height:37px;
		width:230px;
	}

	.header-nav-panel {
		top:130px;
	}

	.block-content,.home-courses li {
		width:100%;
		margin:5px 0;
	}

	.home-article-thumb {
		width:100%;
	}

	.home-article-box {
		display:inline-block;
		padding:15px;
		width:100%;
	}

	.home-courses li {
		margin-bottom:80px;
	}

	.home-courses li:last-child {
		margin:0;
	}

	.category > li {
		float:left;
		width:100%;
		padding:1%;
	}

	.footer-cta .left-side {
		border-bottom:1px solid #30a4e0;
		border-right:medium none;
		float:left;
		max-width:100%;
		padding:0 0 40px;
		width:100%;
	}

	.popular-article-section ul li {
		width:100%;
		padding:0 14px;
	}
}

.cat-section-latest-articles a.latest-more-link {
	color:#0085c9;
	font-weight:normal;
	margin-bottom:1em;
	text-align:right;
}

/* Star Rating Styles */
div.rating-container {
	clear:both;
	float:left;
	width:100%;
	margin:0 0 10px;
}

div.rating-container * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

div.rating-container div,div.rating-container span,div.rating-container applet,div.rating-container object,div.rating-container iframe,div.rating-container h1,div.rating-container h2,div.rating-container h3,div.rating-container h4,div.rating-container h5,div.rating-container h6,div.rating-container p,div.rating-container blockquote,div.rating-container pre,div.rating-container a,div.rating-container abbr,div.rating-container acronym,div.rating-container address,div.rating-container big,div.rating-container cite,div.rating-container code,div.rating-container del,div.rating-container dfn,div.rating-container em,div.rating-container font,div.rating-container img,div.rating-container ins,div.rating-container kbd,div.rating-container q,div.rating-container s,div.rating-container samp,div.rating-container small,div.rating-container strike,div.rating-container strong,div.rating-container tt,div.rating-container var,div.rating-container b,div.rating-container u,div.rating-container i,div.rating-container center,div.rating-container dl,div.rating-container dt,div.rating-container dd,div.rating-container ol,div.rating-container ul,div.rating-container li,div.rating-container fieldset,div.rating-container form,div.rating-container label,div.rating-container legend,div.rating-container table,div.rating-container caption,div.rating-container tbody,div.rating-container tfoot,div.rating-container thead,div.rating-container tr,div.rating-container th,div.rating-container td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

div.rating-container ol,div.rating-container ul {
	list-style:none;
}

div.rating-container span {
	display:inline-block;
	line-height:1;
}

div.rating-container .crfp-bar {
	clear:both;
	float:left;
	width:100%;
	margin:0 0 5px;
}

div.rating-container .crfp-bar.rating-always-on .bar {
	background:#ccc;
}

div.rating-container .crfp-bar .label {
	width:15%;
}

div.rating-container .crfp-bar .bar {
	width:65%;
	display:inline-block;
}

div.rating-container .crfp-bar .bar .fill {
	background:#f5c710;
}

div.rating-container .crfp-bar .count {
	width:10%;
	margin:0 0 0 5px;
}

div.rating-container span.rating-always-on {
	width:80px;
	height:16px;
	margin-right:5px!important;
	background:url(images/star_off.svg) 0 0 repeat-x;
}

div.rating-container span.rating-filled-only {
	margin-right:5px!important;
}

div.rating-container span.crfp-rating {
	display:block!important;
	height:16px;
	text-indent:-9999em;
	background:url(images/star.svg) 0 0 repeat-x;
}

.crfp-field {
	clear:both;
	float:left;
	width:100%;
	margin:0 0 10px;
	padding:0;
}

.crfp-field * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.crfp-field label,.crfp-field span,.crfp-field div,.crfp-field a {
	width:none;
	max-width:none;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.crfp-field div.star-rating {
	float:left;
	width:16px;
	height:16px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}

.crfp-field div.star-rating a {
	display:block;
	width:16px;
	max-width:16px;
	height:16px;
	background:url(images/star_off.svg) no-repeat 0 0;
	border:0;
}

.crfp-field div.star-rating-hover a {
	background:url(images/star_hover.svg) no-repeat 0 0;
}

.crfp-field div.star-rating-on a {
	background:url(images/star.svg) no-repeat 0 0;
}

.crfp-field div.rating-cancel {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}

.crfp-field div.rating-cancel a {
	display:block;
	width:16px;
	height:100%;
	background:url(images/delete.svg) no-repeat 0 0;
	border:0;
}

.crfp-field div.rating-cancel a:hover {
	background:url(images/delete.svg) no-repeat 0 0;
}

div.rating-container.crfp-field {
	min-height:16px;
}

div.rating-container.crfp-field span,div.rating-container.crfp-field a {
	line-height:16px;
}

div.rating-container.crfp-field span.rating-always-on {
	width:80px;
	height:16px;
	background-image:url(images/star_off.svg);
}

div.rating-container.crfp-field span.crfp-rating {
	height:16px;
	background-image:url(images/star.svg);
}

div.rating-container.crfp-field div.star-rating a {
	width:16px;
	max-width:16px;
	height:16px;
	background-image:url(images/star_off.svg);
}

p.crfp-field div.star-rating {
	width:16px;
	height:16px;
}

p.crfp-field div.star-rating a {
	width:16px;
	max-width:16px;
	height:16px;
	background-image:url(images/star_off.svg);
}

p.crfp-field div.star-rating-hover a {
	background-image:url(images/star_hover.svg);
}

p.crfp-field div.star-rating-on a {
	background-image:url(images/star.svg);
}

p.crfp-group-1 div.rating-cancel {
	width:16px;
	height:16px;
}

p.crfp-group-1 div.rating-cancel a {
	width:16px;
	height:16px;
	background-image:url(http://fitsmallbusiness.com/wp-content/plugins/comment-rating-field-pro-plugin//views/global/svg.php?svg=delete&color=cccccc&size=16);
}

p.crfp-group-1 div.rating-cancel.star-rating-hover a {
	background-image:url(http://fitsmallbusiness.com/wp-content/plugins/comment-rating-field-pro-plugin//views/global/svg.php?svg=delete&color=8224e3&size=16);
}

div.rating-container.crfp-group-1 div.crfp-bar .bar {
	background-color:#ccc;
}

div.rating-container.crfp-group-1 div.crfp-bar .bar .fill {
	background-color:#efd10b;
}

.single-review .related-posts { display:none; }

.blog-archive article.post { clear:both!important; }

/* full width on new search page */
body.search.full-width-content .site-inner .wrap { max-width:1240px!important; }

/* Algolia Search */
#facet-post-types, #facet-tags, #facet-users { display:none!important; }

/*Review page css*/
.spotlight-review {
	float: left;
    position: relative;
    width: 100%;
	max-height:400px;
    overflow: hidden;
	background:url(images/review-form-bg.jpg) no-repeat center center; background-size:cover;
}
.spotlight-review img{
 	float: left;
    object-fit: cover;
    object-position: right center;
    width: 100%;

}
.search-top {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -100px 0 0 -300px;
    max-width: 600px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
}
.search-top > h1 {
    color: #34393b;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin: 0;
}
.search-top > p {
    color: #34393b;
    font-size: 15px;
    letter-spacing: -0.25px;
}
.src-field {
    border: 1px solid #ed833f;
    border-radius: 8px;
    float: left;
    height: 55px;
    width: 100%;
}
.src-field > input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #8b8b8b;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 55px;
    padding: 15px;
    text-transform: uppercase;
    width: 80%;
}
.src-field input[type="submit"] {
    background: rgba(0, 0, 0, 0) url(images/search-icon.png) no-repeat center center;
    float: right;
    height: 55px;
    min-width: inherit;
    padding: 0;
    width: 50px;
}

.product_type {
    background: #178ac6 none repeat scroll 0 0;
    float: left;
    line-height: inherit;
    padding: 24px 0;
    text-align: center;
    width: 100%;
}
.product_type li {
    color: #ffffff;
    display: inline-block;
    list-style: outside none none;
    width: 32.5%;
}
.product_type li span{
    background: rgba(0, 0, 0, 0) url(images/chk-icon.png) no-repeat 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 0 4px 35px;
    text-transform: uppercase; text-decoration:none;
}
.home-articles_guide {
    float: left;
    padding: 50px 0;
    width: 100%;
}
.guide_detail-link {
		max-width: 660px;
		margin:20px auto 0;
		text-align: center;
}
.guide_detail-link > p {
    color: #606060;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 30px;
}
.guide_detail-link > a {
    background: #ed833f none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    min-width: 210px;
    padding: 16px 15px;
    text-align: center;
}
.guide-link {
    float: left;
    list-style: outside none none;
    padding: 0 0 0 80px;
    width: 23%;
}
.guide-link li {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
}
.guide-link li:last-child{ border:none;}
.guide-link li a {
    font-size: 15px;
}
.guide-link li span {
    /* display:inline-block;
	margin-right: 6px;
    width: 20px;
	background-image: url(images/icon-sprite.png); background-repeat:no-repeat; */
	display:none;
}

.ac-icon a{ color:#007ab4;}
.ans-icon a{ color:#ed833f;}
.bsn-icon a{ color:#27cfd5;}
.CRM-icon a{ color:#ee0606;}
.hlp-icon a{ color:#6437b5;}
.invo-icon a{ color:#5fb840;}
.legl-icon a{ color:#50587a;}
.lndr-icon a{ color:#d1bd39;}
.mrchnt-icon a{ color:#5fb840;}
.mbl-icon a{ color:#007ab4;}
.onl-icon a{ color:#a78c59;}
.pro-icon a{ color:#ed833f;}
.ps_sale-icon a{ color:#5fb840;}
.prs-icon a{ color:#6437b5;}
.SEOS-icon a{ color:#ee0606;}
.vip-icon a{ color:#27cfd5;}
.wbHst-icon a{ color:#ed833f;}
.wbBldr-icon a{ color:#007ab4;}

.ac-icon span{ background-position:-1px 3px;}
.ans-icon span{background-position:-1px -56px;}
.bsn-icon span{background-position:-1px -114px;}
.CRM-icon span{background-position:-1px -174px;}
.hlp-icon span{background-position:-1px -232px;}
.invo-icon span{background-position:-1px -290px;}
.legl-icon span{background-position:-297px 3px;}
.lndr-icon span{background-position:-297px -56px;}
.mrchnt-icon span{background-position:-297px -116px;}
.mbl-icon span{background-position:-297px -176px;}
.onl-icon span{background-position:-297px -233px;}
.pro-icon span{background-position:-297px -290px;}
.ps_sale-icon span{background-position:-591px 2px;}
.prs-icon span{background-position:-591px -57px;}
.SEOS-icon span{background-position:-591px -116px;}
.vip-icon span{background-position:-591px -174px;}
.wbHst-icon span{background-position:-591px -233px;}
.wbBldr-icon span{background-position:-591px -289px;}

/* Reviews (August 2017) */
.review-listing {
    padding: 25px 0;
    overflow: auto;
}
.review-listing h1 {
    color: #34393b;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center; display:inline-block; width:100%;
}
.review-listing > h4 {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: normal!important;
    line-height: 27px;
    text-align: center;
	 margin-bottom: 40px;
}
.review-user-list {
    float: left;
    width: 67%;
}
.review-user-blog {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    float: right;
    margin: 10px 0;
    padding: 20px;
    width: 95%;
}
.review-brand-thumb {
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    float: left;
    height: 140px;
    position: relative;
    width: 20%;
    overflow:hidden;
}
.review-brand-thumb > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.review-list-detail {
    float: right;
    width: 78%;
}
.review-title-left {
    display: inline-block;
    width: 60%;
}
.review-title-left h2 {
    color: #007ab4;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.review-title-left h2 a {
    color: #007ab4;
}
.review-listing-rating  {
    font-size: 14px;
    color:#505658;
}
.visit-website {
    background: #ed833f none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    float: right;
    font-size: 15px;
    padding: 10px 25px;
}
.visit-website span {
    background: rgba(0, 0, 0, 0) url("images/share-arrow.png") no-repeat scroll 0 center;
    padding-left: 21px;
}
.review-list-detail > p {
    color: #505658;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.review-list-detail > p a {
    text-decoration: underline;
}
.review-categories {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    float: right;
    padding: 20px;
    width:28%;
}
.review-categories h3{ font-size:20px;}
.rev-link {
    float: left;
    list-style: outside none none;
    width: 100%;
}
.rev-link li {
    border-top: 1px solid #e1e1e1;
}
.rev-link li a {
    display: block;
    padding: 12px 0; font-size:18px;
}
.rev-link li a span {
    /* float: left;
    width: 50px;
	background-image: url(images/icon-sprite-review.png); background-repeat:no-repeat; padding:5px 0; */
	display:none;
}

.acc-soft-icon a{ color:#0085c9;}
.legal-icon a{color:#e31a1a;}
.sale-icon a{color:#ed833f;}
.ans-srv-icon a{color:#0cb7a1;}
.lender-icon a{color:#0039c9;}
.press-icon a{color:#3b9310;}
.bus-crd-icon a{color:#d814d1;}
.merchant-icon a{color:#5628be;}
.SEO-soft-icon a{color:#15cef5;}
.CRM-big-icon a{color:#45565f;}
.mob-pay-icon a{color:#8a4c4c;}
.voip-icon a{color:#88880a;}
.help-dsk-icon a{color:#117275;}
.on-fax-icon a{color:#556b2f;}
.web-host-icon a{color:#ff6347;}
.invoicing-icon a{color:#930e93;}
.payroll-icon a{color:#7e5300;}
.we-build-icon a{color:#00008b;}

.acc-soft-icon span{background-position:-1px 3px;}
.legal-icon span{background-position:-1px -58px;}
.sale-icon span{background-position:-1px -117px;}
.ans-srv-icon span{background-position:-1px -176px;}
.lender-icon span{background-position:-1px -237px;}
.press-icon span{background-position:-1px -300px;}
.bus-crd-icon span{background-position:-1px -362px;}
.merchant-icon span{background-position:-1px -414px;}
.SEO-soft-icon span{background-position:-1px -477px;}
.CRM-big-icon span{background-position:-1px -537px;}
.mob-pay-icon span{background-position:-1px -595px;}
.voip-icon span{background-position:-1px -652px;}
.help-dsk-icon span{background-position:-1px -712px;}
.on-fax-icon span{background-position:-1px -773px;}
.web-host-icon span{background-position:-1px -835px;}
.invoicing-icon span{background-position:-1px -895px;}
.payroll-icon span{background-position:-1px -954px;}
.we-build-icon span{background-position:-1px -1013px;}



@media (max-width:1024px) {
	.buyers-guide-dropdown-categories {
		margin:8px 0 0!important;
		display:block!important;
	}

	.popular-article-section ul {
		margin-left:-14px;
		margin-right:-14px;
	}

	.footer-cta .left-side {
		width:48%;
		padding-right:25px;
	}

	.l-sidebar h3 {
		font-size:21px;
	}

	.art-blg-dtl > h4,.art-blg-dtl > h4 a {
		font-size:15px;
	}
	.guide_detail-link{ width:100%; margin-bottom:50px;}
	.guide-link {
    padding: 0 40px;
    width: 33%;
}
}

@media (max-width:1023px) {
	.l-sidebar {
		width:25%;
		display:none;
	}

	.home-article {
		width:100%;
	}

	.home-article-box > h3 {
		font-size:18px;
		line-height:22px;
	}

	.block-content h3,.home-courses li a {
		font-size:18px;
	}

	.popular-article-section ul li {
		width:50%;
		padding:0 14px;
	}

	.category > li {
		width:24%;
	}

	.navigation .mobile-nav {
		top:7px;
	}

	.header-widget-area {
		margin:0;
	}

	.site-header {
		padding-bottom:15px;
	}

	.popular-article-section .clearfix {
		display:none;
	}
	.guide-link {
		padding: 0 20px;
		width: 33%;
	}
	.product_type li{ width:auto; padding-right:5px;}
	.review-brand-thumb { height:100px;}
	.visit-website { font-size: 12px; padding: 5px 10px;}
	.review-list-detail > p{ padding-top:20px;}

}

@media (max-width:767px) {
	.cat-buyers-guides img {
		float:none;
		margin-bottom:10px;
		width:100%;
	}

	.cat-buyers-guides-content {
		float:none;
		max-width:100%;
	}

	.cat-section-latest-articles {
		margin-top:1em;
	}

	.cat-section-latest-articles img,.menu-new > li,.l-sidebar,.home-article {
		width:100%;
	}

	.cat-section-pop ul {
		float:none;
		width:100%;
	}

	.cat-section-pop ul:first-child li:last-child {
		border-bottom:1px solid #c9c9c9;
	}

	.cat-section-intro {
		display:none;
	}

	.navigation {
		/* width:40px; */
		width:15%;
	}

	.navigation .mobile-nav {
		width:40px;
		top:6px;
	}

	/*
	.title-area {
		float:right;
		width:230px;
	}
	*/

	.title-area { float: left; text-align: center; width: 70%;}
	.site-title img { margin:5px 0; max-width:170px;}
	.header-widget-area{ float:right; width:15%;}

	.site-title a {
		height:37px;
		width:230px;
	}

	.header-nav-panel {
		top:130px;
	}

	.block-content,.home-courses li {
		width:100%;
		margin:5px 0;
	}

	.home-article-thumb {
		width:100%;
	}

	.home-article-box {
		display:inline-block;
		padding:15px;
		width:100%;
	}

	.home-courses li {
		margin-bottom:80px;
	}

	.home-courses li:last-child {
		margin:0;
	}

	.category > li {
		float:left;
		width:100%;
		padding:1%;
	}

	.footer-cta .left-side {
		border-bottom:1px solid #30a4e0;
		border-right:medium none;
		float:left;
		max-width:100%;
		padding:0 0 40px;
		width:100%;
	}

	.popular-article-section ul li {
		width:100%;
		padding:0 14px;
	}
	.guide_detail-link, .guide-link{ width:100%; margin:15px; padding:0;}
	.product_type li{ width:100%;}
	.search-top {
		background: #ffffff none repeat scroll 0 0;
		left: 5%;
		margin: -100px 0 0;
		width: 90%;
	}
	.search-top > h1{ font-size:22px;}
	.search-top > p{ font-size:13px; margin-bottom:10px;}
	.src-field > input[type="text"]{ width:78%;}
	.spotlight-review img{ min-height:400px; object-fit:cover;}
	.review-user-list, .review-list-detail, .review-categories, .review-user-blog{ width:100%}
	.review-brand-thumb { height: 150px; margin-bottom: 20px; width: 100%;}
	.visit-website { font-size: 14px;  padding: 13px; text-align: center;}




}

@media (max-width:479px) {

 .review-title-left, .visit-website{ width:100%;}
 .visit-website{ width:100%; margin:15px 0;}

}

.category-reviews .site-inner { padding-top:0; }

.blog-archive.full-width-content.reviews-subcategory .site-inner .wrap {  max-width:1240px; }

@media (max-width:768px) {
	.review-brand-thumb {
		border:none;
		text-align:center;
		height:100px;
	}
	.review-brand-thumb img {
		max-height:100px;
		width:auto;
	}
}

.comment-content, .comment-reply {

}

li.comment {
	border-bottom:1px dotted #ccc;
	margin-top:30px;
}

li.comment:last-child {
	border-bottom:none;
}

.comment-author {
	font-weight:bold;
}

.comment-author .avatar {
	max-width:85px;
}

li.comment .crfp-rating-breakdown {
	margin-bottom:0;
	padding:5px;
	background:#d9edf7;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
	line-height:16px;
}

li.comment .crfp-rating-breakdown .label {
	display:inline-block;
	margin-top:4px;
}

li.comment .crfp-rating-breakdown .rating-always-on {
	margin-left:5px;
	margin-top:-4px!important;
}

li.comment .rating-container:last-child {
	margin-top:10px;
}

.review-source {
	margin:0 0 10px 0;
	font-size:12px;
	position:relative;
}

.review-source a {
	background:url(images/icon-info.png) no-repeat 96% center;
	color:#000;
	float:left;
	display:block;
	padding:5px 25px 5px 5px;
	border:1px solid #eee;
	margin:0;
}

.review-source-pop {
	display:none;
}

.review-source a:hover .review-source-pop {
	display:block;
	position:absolute;
	top:-33px;
	left:0px;
	padding:5px;
	background:#333;
	color:#fff;
	border-radius:5px;
}

.review-source:after {
	content: "";
  display: table;
  clear: both;
}

.verified-review a {
	color:#0b0;
	padding-right:5px;
	background:none;
}

.verified-review a img {
  fill: currentColor;
}

.comment-respond .acf-field {
	display:none;
}

.single-review .acf-field-59a9918d75ec4, .single-review .acf-field-59a991ad75ec5, .single-review .acf-field-59a991cc75ec6, .single-review .acf-field-59b4ae4d6979d, .single-review .acf-field-5a2f0912c2e93 {
	display:block;
}

.comment-respond .acf-field textarea {
	height:8em!important;
}

.review-question-responses {
	margin-top:1em!important;
	margin-bottom:1em!important;
	font-size:14px!important;
}

.review-question-response { margin-bottom:1ex!important; }

.single-review #commentform {
	/* display:none; */ /* no longer hiding this as it is only for loggedin users */
	display:block;
}

.single-review #comment {
	height:8em!important;
}

.single-review #reply-title {
	display:none;
}

.single-review .comment-form-comment {
	content: ' ';
	clear:both;
}

.acf-field-select select {
	color:#000;
	padding:5px;
	height:1.5em;
}

.single-review li.comment div.rating-container {
	float:none;
}

.single-review .comment-content {
	margin-top:1ex;
}

#commentform .logged-in-as {
	font-size:12px;
	font-weight:bold;
}

#commentform .crfp-field {
	margin-bottom:0;
	padding:5px;
	background:#d9edf7;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
	line-height:16px;
}

#commentform .crfp-field label {
	padding-left:1ex;
}

.single-review p.comment-form-author {
	clear:both!important;
	padding-top:20px;
}

.single-review .comment-reply {
	/* display:none; */
}

.single-review h4.underline .button {
	float:none;
	clear:both;
	display:inline-block;
	display:none;
	width:30%;
	margin-right:70%;
}

.single-review .review-button-wrap {
	padding-top:15px;
	border-top:1px solid #d4d4d4;
}

@media (max-width:767px) {
	.single-review h4.underline .button {
		width:100%;
		margin-right:0;
	}
}

/* End Reviews (August 2017) */

/* from fit-small-business-quiz.css */
.call-to-action{margin-top:20px;margin-left:auto;display:block;clear:both;margin-right:auto;}.smartbizclearfix:after{content:"";display:table;clear:both;}.sblq-response-wrapper{border:1px solid black;padding:10px;}.sblq-response-wrapper .flexbox{display:flex;}.sblq-response-wrapper .one-half{border:1px solid black;box-sizing:border-box;float:left;margin-left:1%;margin-right:1%;margin-top:10px;min-width:240px;padding:10px;width:47%;}.sblq-response-wrapper .last{margin-right:0%;}.sblq-response-wrapper .option-header{font-weight:bold;text-align:center;}.sblq-response-wrapper .option-image{display:block;margin:auto;}

/* from bbpressmoderation */
#bbpress-forums ul.bbp-topics ul.status-pending,#bbpress-forums ul.bbp-replies div.status-pending{background-color:#FFFFE0;}

/* from addthis plugin */
.entry-content .addthis_button,.entry-content .addthis_toolbox,.entry-header .addthis_button,.entry-header .addthis_toolbox{margin:10px 0 10px 0}.addthis_button_tweet{min-width:83px;float:left}.atwidget iframe{max-width:none}a.at-share-btn,a.at-share-btn:hover,div.addthis_native_toolbox a,div.addthis_native_toolbox a:hover,div.addthis_tool a,div.addthis_tool a:hover,div.addthis_toolbox a,div.addthis_toolbox a:hover{border:0;box-shadow:none;-webkit-box-shadow:none}div.addthis_toolbox br{display:none}
/*# sourceMappingURL=../../frontend/build/addthis_wordpress_public.min.css.map */

.reviews-subcategory .sidebar h4.widgettitle { color:#fff!important; }

.fsb-alert {
	background:#dff0d8;
	border:1px solid #d6e9c6;
	color:#3c763d;
	margin:1em 0 2em;
	padding:1em;
	line-height:1.3;
}


/* Floating Header CSS */
.fsb-floating-header{
	display:none;
	transition: all 300ms;
}
@media(min-width:800px){
	.fsb-floating-header{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		box-shadow: 0 3px 3px rgba(0,0,0,0.1);
		background: #fafbfb;
		z-index: 1000999;
	}
	body.admin-bar .fsb-floating-header{
		top: 32px;
	}
	.fsb-floating-header img{
		width: 100%;
		max-width: 100px;
	}
	.fsb-floating-header--show{
		display: block;
	}
	.fsb-floating-header-inner{
		max-width:1000px;
		margin:0 auto;
		margin-top:10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.fsb-floating-header__col-1{
		/* float:left; */
		/* width: 15%; */
		padding: 5px;
	}
	.fsb-floating-header__col-2{
		/* float:left; */
		/* width: 85%; */
		/* padding: 5px; */
	}
	.fsb-floating-header__col-3{
		float:left;
/* 		max-width: 25%; */
		padding: 5px;
	}
	.fsb-floating-header__col-4{
		float:left;
		/* width: 25%; */
		padding: 5px;
	}
	.fsb-floating-header .button{
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.fsb-floating-header h1{
		margin-bottom: 5px;
		font-size: 24px;
	}
	.fsb-floating-header .button-invert:hover{
		background-color: #0085c9;
	}
	.fsb-floating-header__btn--outline{
		display: inline-block;
		margin-bottom: 0.25em;
		margin-right: 0.25em;
		padding: 0.25em 0.5em;
		border: 1px solid #ccd3db;
		border-radius: .1875rem;
		font-size: 13px;
		text-decoration: none;
	}
}


.u-text-center{
	text-align: center;
}


/* Scroll offset for reviews */
body.single-review #write-review::before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden;
  pointer-events: none;
}

body.single .cld-like-dislike-wrap{
	display:none;
}
body.single.single-review .cld-like-dislike-wrap{
	display: inline-block;
}

.custom-disclaimer{
	line-height: 1 !important;
}
span.custom-disclaimer-text{
	font-size:12px;
	font-weight:400;
	text-transform: initial;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	line-height: 1.2;
}
body.single-post:not(.single-review) h4.underline.custom-disclaimer{
	padding-bottom: 55px;
}
body.single-post:not(.single-review) span.custom-disclaimer-text + .button{
	margin-top: 5px;
}


/* Reviewer Badges */
body.single-review .fsb-review-badge{
	position: absolute;
	top: 118px;
	left: 0;
}
body.single-review .comment.depth-2 .fsb-review-badge{
  position: static;
}
body.single-review .comment.depth-2 .fsb-review-badge img{
  margin-bottom: -15px;
}
@media only screen and (max-width: 520px) {
	body.single-review .fsb-review-badge{
		position: absolute;
		top: 53px;
		left: 0;
	}
	body.single-review .fsb-review-badge img{
		max-width: 50px;
	}
	body.single-review .comment.has-badge .comment-header{
		min-height: 80px;
	}
	body.single-review .comment.depth-2 .fsb-review-badge img{
	  margin-bottom: -5px;
	}
}

/* New Shortcode */

.fsb-topic-shortcode{
	padding: 10px 0;
	border-bottom: 1px solid #ccd3db;
	display: block;
}

.fsb-topic-shortcode:after {
  content: "";
  display: table;
  clear: both;
}
.fsb-topic-shortcode:first-of-type{
	border-top: 1px solid #ccd3db;
}
.fsb-topic-shortcode .fsb-topic-shortcode--image{
	/* width: 15%; */
	float: left;
	min-height: 10px;
}
.fsb-topic-shortcode .fsb-topic-shortcode--text{
	width: 100%;
	/* float: left; */
}
.fsb-topic-shortcode--button {
  margin: 10px auto;
}


/* Quick mobile blog fix */
@media( max-width: 520px ){
	.single.single-post .entry-content div.wp-caption{
	  float: none;
		margin-left:auto;
		margin-right:auto;
	}
}
