* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{
	display: block
}
audio,canvas,video{
	display: inline-block;
	*display: inline;
	*zoom: 1
}
audio: not([controls]){
	display: none;
	height: 0
}
[hidden]{
	display: none
}
html{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #fff;
}
html,button,input,select,textarea{
	font-family: 'Fira Sans', sans-serif;
}

body {
	font-size: 16px;
	line-height: 1.65;
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
	color: #2a2a2a;
	color: #383838;
}

a:focus{
	outline: thin dotted
}
a:hover,a:active{
	outline: 0
}
h1{
	font-size: 2em;
	margin: .67em 0
}
h2{
	font-size: 1.5em;
	margin: .83em 0
}
h3{
	font-size: 1.17em;
	margin: 1em 0
}
h4{
	font-size: 1em;
	margin: 1.33em 0
}
h5{
	font-size: .83em;
	margin: 1.67em 0
}
h6{
	font-size: .75em;
	margin: 2.33em 0
}
abbr[title]{
	border-bottom: 1px dotted
}
b,strong{
	font-weight: 500;
}
blockquote{
	margin: 1em 40px
}
dfn{
	font-style: italic
}
mark{
	background: #ff0;
	color: #000
}
p,pre{
	margin: 1em 0
}
pre,code,kbd,samp{
	font-family: monospace,serif;
	_font-family: 'courier new',monospace;
	font-size: 1em
}
pre{
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q{
	quotes: none
}
q:before,q:after{
	content: '';
	content: none
}
small{
	font-size: 75%
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup{
	top: -0.5em
}
sub{
	bottom: -0.25em
}
dl,menu,ol,ul{
	margin: 1em 0
}
dd{
	margin: 0 0 0 40px
}
menu,ol,ul{
	padding: 0 0 0 40px
}
nav ul,nav ol{
	list-style: none;
	list-style-image: none
}
img{
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg: not(: root){
	overflow: hidden
}
figure{
	margin: 0
}
form{
	margin: 0
}
fieldset{
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend{
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}
button,input,select,textarea{
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}
button,input{
	line-height: normal
}
button,input[type="button"],input[type="reset"],input[type="submit"]{
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible
}
button[disabled],input[disabled]{
	cursor: default
}
input[type="checkbox"],input[type="radio"]{
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}
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-decoration,input[type="search"]:: -webkit-search-cancel-button{
	-webkit-appearance: none
}
button:: -moz-focus-inner,input:: -moz-focus-inner{
	border: 0;
	padding: 0
}
textarea{
	overflow: auto;
	vertical-align: top
}
table{
	border-collapse: collapse;
	border-spacing: 0
}
:: -moz-selection {
	background: #51859c;
	color: #FFFFFF;
}
:: selection {
	background: #51859c;
	color: #FFFFFF;
}
.row, .row-fixed, .row-adaptive, .row-delaybreak {
	width: 100%;
	/*max-width: 980px;*/
	margin: 0 auto;
	zoom: 1;
}
.row:before, .row:after, .row-fixed:before, .row-fixed:after, .row-adaptive:before, .row-adaptive:after, .row-delaybreak:before, .row-delaybreak:after {
	content: "";
	display: table;
}
.row:after, .row-fixed:after, .row-adaptive:after, .row-delaybreak:after {
	clear: both;
}
.column {
	margin-left: 4.4%;
	float: left;
	min-height: 1px;
	position: relative;
	margin-bottom: 1.5em;
}
.column:first-child, .column:nth-child(4n) {
	margin-left: 0;
}
.row .col-23, .row-fixed .col-23, .row-adaptive .col-23 {
	width: 67.78%;
}
.row .col-half, .row-fixed .col-half, .row-adaptive .col-half {
	width: 47.78%;
}
.row.half-gutter .col-half:nth-child(3n+4), .row-fixed.half-gutter .col-half:nth-child(3n+4), .row-adaptive.half-gutter .col-half:nth-child(3n+4), .row-delaybreak.half-gutter .col-half:nth-child(3n+4) {
	margin-left: 0;
	clear: left;
}
.row .col-third, .row-fixed .col-third, .row-adaptive .col-third {
	width: 30.4%;
}
.row.half-gutter .col-third:nth-child(3n+4), .row-fixed.half-gutter .col-third:nth-child(3n+4), .row-adaptive.half-gutter .col-third:nth-child(3n+4), .row-delaybreak.half-gutter .col-third:nth-child(3n+4) {
	margin-left: 0;
	clear: left;
}
.row .col-fourth, .row-fixed .col-fourth, .row-adaptive .col-fourth {
	width: 21.7%;
}
.row.half-gutter .col-fourth:nth-child(4n+5), .row-fixed.half-gutter .col-fourth:nth-child(4n+5), .row-adaptive.half-gutter .col-fourth:nth-child(4n+5), .row-delaybreak.half-gutter .col-fourth:nth-child(4n+5) {
	margin-left: 0;
	clear: left;
}
.row .col-fifth, .row-fixed .col-fifth, .row-adaptive .col-fifth {
	width: 16.48%;
}
.row .col-sixth, .row-fixed .col-sixth, .row-adaptive .col-sixth {
	width: 12.98%;
}
.row.half-gutter .column, .row-fixed.half-gutter .column, .row-adaptive.half-gutter .column, .row-delaybreak.half-gutter .column {
	margin-left: 2.2%;
}
.row.half-gutter .column:first-child, .row-fixed.half-gutter .column:first-child, .row-adaptive.half-gutter .column:first-child, .row-delaybreak.half-gutter .column:first-child {
	margin-left: 0;
}
.row.half-gutter .col-23, .row-fixed.half-gutter .col-23, .row-adaptive.half-gutter .col-23, .row-delaybreak .col-23 {
	width: 68.9%;
}
.row.half-gutter .col-half, .row-fixed.half-gutter .col-half, .row-adaptive.half-gutter .col-half, .row-delaybreak .col-half {
	width: 48.9%;
}
.row.half-gutter .col-third, .row-fixed.half-gutter .col-third, .row-adaptive.half-gutter .col-third, .row-delaybreak .col-third {
	width: 31.86%;
}
.row.half-gutter .col-fourth, .row-fixed.half-gutter .col-fourth, .row-adaptive.half-gutter .col-fourth, .row-delaybreak .col-fourth {
	width: 23.35%;
}
.row.half-gutter .col-fifth, .row-fixed.half-gutter .col-fifth, .row-adaptive.half-gutter .col-fifth, .row-delaybreak .col-fifth {
	width: 18.24%;
}
.row.half-gutter .col-sixth, .row-fixed.half-gutter .col-sixth, .row-adaptive.half-gutter .col-sixth, .row-delaybreak .col-sixth {
	width: 14.83%;
}
.row.no-gutter .column, .row-fixed.no-gutter .column, .row-adaptive.no-gutter .column {
	margin-left: 0;
}
.row.no-gutter .col-half, .row-fixed.no-gutter .col-half, .row-adaptive.no-gutter .col-half {
	width: 50%;
}
.row.no-gutter .col-third, .row-fixed.no-gutter .col-third, .row-adaptive.no-gutter .col-third {
	width: 33.333%;
}
.row.no-gutter .col-fourth, .row-fixed.no-gutter .col-fourth, .row-adaptive.no-gutter .col-fourth {
	width: 24.99%;
}
.row.no-gutter .col-fifth, .row-fixed.no-gutter .col-fifth, .row-adaptive.no-gutter .col-fifth {
	width: 20%;
}
.row.no-gutter .col-sixth, .row-fixed.no-gutter .col-sixth, .row-adaptive.no-gutter .col-sixth {
	width: 16.66%;
}
@media only screen and (max-width: 720px) {
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row .row .column {
		padding: 0;
	}
	.row .column {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.row .column: last-child {
		margin-right: 0;
		float: none;
	}
	.row .column:before, .column:after {
		content: "";
		display: table;
	}
	.row .column:after {
		clear: both;
	}
	.row-adaptive .col-fourth {
		width: 47.8%;
	}
	.row-adaptive .col-fourth:nth-child(3) {
		margin-left: 0;
	}
	.row-adaptive.half-gutter .col-fourth {
		width: 48.9%;
	}
	.row-adaptive .col-sixth {
		width: 30.4%;
	}
	.row-adaptive .col-sixth:nth-child(4n+4) {
		margin-left: 0;
	}
	.row.half-gutter .col-sixth, .row-fixed.half-gutter .col-sixth, .row-adaptive.half-gutter .col-sixth {
		width: 31.86%;
	}
	.row.no-gutter .column, .row-fixed.no-gutter .column, .row-adaptive.no-gutter .column {
		margin-left: 0;
	}
	.row.half-gutter .column {
		margin-left: 0;
	}
	.row-adaptive.hff .col-half, .row-adaptive.ffh .col-half {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
		clear: both;
	}
	.row-adaptive.hff .col-fourth:nth-child(2) {
		margin-left: 0;
		clear: left;
	}
	.row-adaptive.hff .col-fourth:nth-child(3) {
		margin-left: 4.4%;
	}
	.row-adaptive.hff .col-fourth:nth-child(3) {
		clear: inherit;
	}
}
@media only screen and (max-width: 480px) {
	.row-delaybreak {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row-delaybreak .row .column {
		padding: 0;
	}
	.row-delaybreak .column {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.row-delaybreak .column: last-child {
		margin-right: 0;
		float: none;
	}
	.row-delaybreak .column:before, .column:after {
		content: "";
		display: table;
	}
	.row-delaybreak .column:after {
		clear: both;
	}
	.row-adaptive .col-sixth, .row-adaptive .col-fourth {
		width: 47.78%;
	}
	.row-adaptive .col-sixth:nth-child(4n+4) {
		margin-left: 4.4%;
	}
	.row-adaptive .col-sixth:nth-child(2n+3) {
		margin-left: 0;
	}
	.row-adaptive .col-fourth:nth-child(3) {
		margin-left: 0;
		clear: left;
	}
	.row-adaptive .col-fourth, .row-adaptive.half-gutter .col-fourth {
		width: 100%;
		margin-left: 0;
	}
	.row-adaptive.hff .col-fourth:nth-child(3) {
		margin-left: 0;
	}
	.row.half-gutter .col-sixth, .row-fixed.half-gutter .col-sixth, .row-adaptive.half-gutter .col-sixth {
		width: 48.9%;
	}
	.row-adaptive.half-gutter .col-sixth:nth-child(4n+4) {
		margin-left: 2.2%;
	}
}
.clearfix{
	*zoom: 1;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
}
.clearfix:after{
	clear: both;
}
.entry-content img,.comment-content img,.widget img {
	max-width: 100%;
}
img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"] {
	height: auto;
}
img.size-full,img.size-large,img.header-image,img.wp-post-image {
	width: inherit;
	max-width: 100%;
	height: auto;
}
embed,iframe,object,video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content p,.entry-content ul,.entry-content ol,.entry-content dl,.entry-content blockquote,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-content code,.entry-content pre,.entry-content table {
	margin: 0 0 20px;
}
.entry-content p {
	margin: 0 0 17px;
}
.entry-content embed,.entry-content iframe,.entry-content object,.entry-content video {
	margin-bottom: 20px;
}
.entry-content > a {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.entry-content > a,.entry-content > strong {
	font-weight: 500;
}
.entry-content ul,.entry-content ol {
	/*margin-left: 48px;
	padding: 0;*/
}
.entry-content ul li,.entry-content ol li {
	/*padding-left: 6px;
	margin-bottom: 6px;*/
}

.entry-content dt,.comment-content dt {
	font-weight: 500;
}
.entry-content dd,.comment-content dd {
	margin-bottom: 24px;
}
blockquote {
	background: #f7f7f7;
	border-left: 4px solid #e5e5e5;
	padding: 30px 35px 30px 80px;
	color: #7e7e7e;
	position: relative;
}
blockquote:before {
	display: block;
	padding: 10px;
	font-family: FontAwesome;
	content: "\f10d";
	position: absolute;
	left: 10px;
	top: 10px;
	font-style: normal;
	font-size: 36px;
	color: #ccc;
}
blockquote p {
	margin: 0;
	font-size: 1.0em;
	position: relative;
	padding-top: 5px;
}
.entry-content blockquote p: last-of-type {
	margin: 0;
}
.entry-content blockquote p span{
	font-size: .8em;
	position: absolute;
	top: -20px;
	color: #c75e4f;
	left: 0;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 34px;
}
.entry-content h2 {
	font-size: 20px;
	line-height: 26px;
}
.entry-content h3 {
	font-size: 20px;
	line-height: 26px;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 24px;
}
.entry-content h5 {
	font-size: 17px;
	line-height: 23px;
}
.entry-content h6 {
	font-size: 14px;
	line-height: 20px;
}
code, pre {
	display: block;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 13px;
	line-height: 22px;
	word-break: break-all;
	word-wrap: break-word;
}
pre {
	background: #F7F7F7;
	border: 1px solid #E5E5E5;
	padding: 20px;
}
.entry-content table {
	background: #fafafa;
	border: 1px solid #E5E5E5;
	line-height: 2;
	width: 100%;
}
.entry-content table thead,.entry-content table tfoot {
	background: #f2f2f2;
}
.entry-content table th {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	padding: 8px;
	vertical-align: top;
	line-height: 1.42;
	font-weight: 500;
}
.entry-content table td {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	padding: 8px;
	vertical-align: top;
	line-height: 1.42;
}
.entry-content table td:first-child,.entry-content table th:first-child {
	border-left: none;
}
.entry-content table tbody tr:nth-child(even) {
	background: #fff;
}
.entry-content em {
	color: #666;
	background-color: #fff;
	padding: 0;
	border-bottom: 1px dashed #bbb;
	font-style: normal;
}

.entry-content u {
	color: #1d2129;
	text-decoration: none;
	border-bottom: 1px solid #b7b7b7;
}
.entry-content a {
	text-decoration: none;
	color: #3b7b96 !important;
}
.entry-content a:hover {
	text-decoration: none;

	color: #3b7b96 !important;

	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.entry-content > .intro {
	line-height: 28px;
	font-size: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,.entry-caption {
	font-size: 12px;
	color: #595959;
	text-align: center;
	background: #F5F5F5;
	display: table;
	margin: 5px auto 0;
	padding: 5px 20px;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
}
img.wp-smiley,.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
img.alignleft {
	margin-right: 24px;
}
img.alignright {
	margin-left: 24px;
}
.entry-content .gallery {
	overflow: hidden;
	clear: both;
	margin: 0 -10px 10px;
}
.entry-content .gallery .gallery-caption {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0;
}
.entry-content .gallery .gallery-icon > a {
	display: block;
	line-height: 0;
}
.entry-content .gallery .gallery-item {
	float: left;
	padding: 0 10px;
	margin: 0 0 10px;
}
.entry-content .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
	width: 33%;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}
.entry-content .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}
.entry-content .gallery.gallery-columns-6 .gallery-item {
	width: 16.5%;
}
.entry-content .gallery.gallery-columns-7 .gallery-item {
	width: 14%;
}
.entry-content .gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.entry-content .gallery.gallery-columns-9 .gallery-item {
	width: 11%;
}
textarea,select,input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"] {
	background: #fff;
	border: 1px solid #c9c9c9;
	color: #383838;
	padding: 5px 10px;
	outline: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
textarea: focus,select: focus,input: focus {
	background: #fcfcfc;
}
textarea[disabled],select[disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="email"][disabled],input[type="month"][disabled],input[type="number"][disabled],input[type="password"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="text"][disabled],input[type="time"][disabled],input[type="url"][disabled],input[type="week"][disabled] {
	background-color: #eeeeee;
}
input[disabled],select[disabled],select[disabled] option,select[disabled] optgroup,textarea[disabled],a.button_disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color: #888888;
	cursor: default;
}
input:: -webkit-input-placeholder,textarea:: -webkit-input-placeholder {
	color: #888888;
}
input: -moz-placeholder,textarea: -moz-placeholder {
	color: #888888;
}
textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}
input[type="reset"],input[type="submit"],input[type="button"] {
	color: #fff;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	overflow: visible;
	margin: 0;
	padding: 0.5em 1em;
	text-decoration: none;
	vertical-align: top;
	width: auto;
	-webkit-transition-property: background;
	-webkit-transition-duration: .12s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background;
	-moz-transition-duration: .12s;
	-moz-transition-timing-function: ease-out;
	-o-transition-property: background;
	-o-transition-duration: .12s;
	-o-transition-timing-function: ease-out;
	transition-property: background;
	transition-duration: .12s;
	transition-timing-function: ease-out;
}
input[type="reset"]:hover,input[type="submit"]:hover,input[type="button"]:hover {
	text-decoration: none;
}
input[type="reset"]: active,input[type="submit"]: active,input[type="button"]: active {
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
	box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
}
input[type="reset"]:: -moz-focus-inner,input[type="submit"]:: -moz-focus-inner,input[type="button"]:: -moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea, select[size], select[multiple] {
	height: auto;
}
input[type="search"]:: -webkit-search-decoration {
	display: none;
}

a {
	color: #3b7b96;
	text-decoration: none;
	outline: 0;
	-webkit-transition-property: background color;
	-webkit-transition-duration: .12s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: background color;
	-moz-transition-duration: .12s;
	-moz-transition-timing-function: ease-out;
	-o-transition-property: background color;
	-o-transition-duration: .12s;
	-o-transition-timing-function: ease-out;
	transition-property: background color;
	transition-duration: .12s;
	transition-timing-function: ease-out;
}

a:hover {
	cursor: pointer;
}
a:focus {
	outline: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	margin: 0 0 10px;
}
body.site-boxed {
	background: #ccc;
}
body.site-boxed #site-container {
	background: #fff;
}
.ht-container {
	padding: 0 20px;
}
body.site-boxed #site-container,.ht-container {
	margin: 0 auto;
	max-width: 1080px;
}

.inner-container {
	position: relative;
	/*overflow: hidden;*/
}
.site-wrapper-border {
	background-color: #fff;
	height: 5px;
	display: none;
}
#content {
	float: left;
	width: 65%;
	min-height: 600px;
}

#primary {
    background: #fff;
    padding: 25px 0;
}

#primary.sidebar-off #content {
	width: 100%;
	float: none;

}
#primary.sidebar-left #content {
	float: right;

}
#primary.sidebar-right #content {
	float: left;

}
#sidebar {
    float: right;
    width: 30%;
    font-size: 14px;
    line-height: 18px;
    padding: 2%;
    /* height: 100%; */
    background-color: #fafafa;
    position: sticky;
    /* margin-top: 30px; */
    /* z-index: 1000; */
    top: 0;
}
#primary.sidebar-left #sidebar {

	margin-top: 31px;
}
#primary.sidebar-right #sidebar {

    margin-top: 31px;
}
#site-header {
	padding: 6px 0;
	position: relative;
	z-index: 8000;
	border-bottom: 1px solid #e6e6e6;
	border-top: 3px solid #3b7b96;
	background: #f5f5f5;
}
#site-header #logo {
/*float: left;
     width: 240px; */
    margin-top: 9px;
	float: left;
	width: 66%;
}

#site-header #logo,#site-header #logo a {
font-size: 28px;
    color: #3b7b96;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}
#site-header #logo img {
	display: block;
	max-width: 100%;
	height: 70px;
}
#footer {
	border-top: 1px solid #E8E8E8;
	padding: 30px 0;
	margin: 0;
	font-size: 15px;
}
#footer-widgets {
	background: #F5F5F5;
	border-top: 1px solid #E8E8E8;
	padding: 40px 0;
	font-size: 15px;
	line-height: 22px;
}
#footer-widgets .widget {
	margin-bottom: 0;
}
#footer-widgets .widget-title {
	font-size: 17px;
	margin: 0 0 30px;
}
#footer-widgets .widget-title span {
	background: #F5F5F5;
}
#footer-widgets .widget.st_articles_widget li,#footer-widgets .widget.st_popular_articles_widget li {
	margin: 0 0 10px;
}
#site-footer {
background: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    padding: 13px 0 9px;
    margin: 0;
    line-height: 1;
    color: #444;
    font-size: 13px;
    clear: both;
}
#site-footer #footer-nav {
	float: left;
	float: none;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;*/
}
#footer-nav ul {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
}
#footer-nav li {
	display: inline-block;
	margin: 0 0 0 0;
	line-height: 25px;
	font-size: 13px;
}
#footer-nav li:after {
    content: " ";
    color: #ccc;
    margin: 0 0 0 10px;
}
#footer-nav li:last-child:after {
	content: "";
}
#footer-nav a,#footer-nav a:visited {
	border-bottom: none;
	color: #444;
}
#site-footer #copyright {
	font-size: 13px;
	margin: 0;
	line-height: 1.5;
	padding: 0;
	color: #828282;
}
#primary-nav {
	position: relative;
	margin-top: 5px;
}
#primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
#primary-nav ul a {
line-height: 18px;
    font-size: 12px !important;
    text-decoration: none;
    font-weight: 500;
    /* font-weight: 900; */
    padding: .4em .8em;
    text-decoration: none;
    /* font-size: .85em; */
    letter-spacing: .5px;
    background-color: #fbfffe;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 1em;
    text-transform: uppercase;
}
#primary-nav ul li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}
#primary-nav ul li {
z-index: 40;
    margin: 0 5px 0 0;
    padding: 0 0 5px;
    position: relative;
    display: inline-block;
}
#primary-nav > ul > li:after {

}
#primary-nav > ul > li:last-child:after {
	content: "";
}
#primary-nav ul li:hover {
	visibility: inherit;
}
#primary-nav ul li:hover ul,#primary-nav ul li.sfHover ul {
	left: 0;
	top: 30px;
	z-index: 99;
}
#primary-nav ul li:hover li ul,#primary-nav ul li.sfHover li ul,#primary-nav ul li li:hover li ul,#primary-nav ul li li.sfHover li ul,#primary-nav ul li li li:hover li ul,#primary-nav ul li li li.sfHover li ul {
	top: -9999em;
}
#primary-nav ul li li:hover ul,#primary-nav ul li li.sfHover ul,#primary-nav ul li li li:hover ul,#primary-nav ul li li li.sfHover ul,#primary-nav ul li li li li:hover ul,#primary-nav ul li li li li.sfHover ul {
	left: 220px;
	top: -12px;
}
#primary-nav ul li a:hover,#primary-nav ul li:hover,#primary-nav ul li.sfHover a,#primary-nav ul li.current-cat a,#primary-nav ul li.current_page_item a,#primary-nav ul li.current-menu-item a {
	text-decoration: none;
}
#primary-nav ul ul {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	margin: 10px 0 0;
	padding: 10px 0;
	position: absolute;
	top: -9999em;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#primary-nav ul ul:before {
	border-color: transparent transparent #ccc;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 25px;
	position: absolute;
	top: -24px;
	width: 0;
	z-index: 999;
}
#primary-nav ul ul:after {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 25px;
	position: absolute;
	top: -23px;
	width: 0;
	z-index: 999;
}
#primary-nav ul ul ul:before,#primary-nav ul ul ul:after {
	display: none
}
#primary-nav ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	height: auto;
	text-align: left;
}
#primary-nav ul ul li a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #444;
	padding: 5px 10px;
	display: block;
	margin: 0 10px 2px;
	border-left: 0;
}
#primary-nav ul ul li a:hover {
	text-decoration: none;
	background: #F5F5F5;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
}
#primary-nav ul ul li a:hover {
	color: #4d4d4d;
}
#primary-nav .sf-sub-indicator:after {

}
#primary-nav ul ul .sf-sub-indicator:after {

}
#primary-nav ul ul a.sf-with-ul {
	margin: 0 10px;
	padding-right: 25px;
}
#primary-nav ul li.sfHover ul a {
	color: #444 !important;
}
#primary-nav ul li.sfHover ul a:hover {
	color: #444 !important;
}
#primary-nav  ul li.current-cat a,#primary-nav ul li.current_page_item a,#primary-nav ul li.current-menu-item a {
	font-weight: 500;
}


#primary-nav ul.sub-menu {
    display: none !important;
}

#primary-nav-mobile {
	/*display: none;*/
	margin: 0;
}
#primary-nav-mobile .menu-toggle {
	background: #242526;
	position: relative;
	padding: 10px;
	display: block;
	outline: none;
}
#primary-nav-mobile .menu-toggle i {
	color: #fff;
	font-size: 22px;
	float: right;
}
#primary-nav-mobile ul {
	background: #242526;
	list-style: none;
	margin: 0;
	padding: 0 20px 10px;
	display: none;
}
#primary-nav-mobile ul a {
display: block;
    padding: 4px 0;
    outline: none;
    color: #cccccc;
    font-size: 14px;
}
#primary-nav-mobile ul li {
	border-top: 1px solid #313335;
}
#primary-nav-mobile ul li:first-child {
	border-top: none;
}
#primary-nav-mobile ul .sub-menu {
	border-top: 1px solid #313335;
}
#page-header {
	margin: 0 0 20px;
	padding: 0 0 5px;
	position: relative;
	    border-bottom: 2px solid #e6e6e6;
}
.single #page-header,.single-format-video #page-header,.category #page-header {
	padding-left: 0px;
}
/*.single #page-header:before,.single-format-video #page-header:before,.category #page-header:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: -4px;
}
.single-format-video #page-header:before {
	top: 4px;
}
.single #page-header:before {
	content: "\f0f6";
}
.single-format-video #page-header:before {
	content: "\f008";
	font-size: 22px;
}
.category #page-header:before {
	content: "\f07b";
	font-size: 26px;
}
*/
.error404 #page-header {
	margin: 0;
	border: none;
	text-align: center;
	padding: 100px 0 150px;
}
#page-header .page-title {
font-size: 24px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}
#page-header p {
	color: #808080;
	font-size: 14px;
	margin: 0 0 6px;
	line-height: 1.5;
}

.for_breadcrumbs {
	margin: 0 0 0 0 !important;
	color: #b6b6b6;
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
}


#breadcrumbs {
	color: #808080;
    font-size: 12px;
    line-height: 1.25;
    /* position: absolute; */
    /* top: -22px; */
    padding: 9px 0;
}
#breadcrumbs li {
	display: inline;
}
#breadcrumbs span {
	margin: 0 3px;
	color: #b3b3b3;
}
#breadcrumbs a,#breadcrumbs a:visited {
	color: #808080;
}
.category .sub-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.category .sub-categories li {
    padding: 0;
    margin: 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.category .sub-categories h4 {
    margin-top: -10px;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

.type-page {
}
.post {
	margin: 0 0 30px;
    position: relative;
    /*padding: 35px 40px 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;*/
}
/*.post:before {
	content: "\f0f6";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 26px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 1px;
}
.post.format-video:before {
	content: "\f008";
	font-size: 22px;
}*/
.search-results .st_faq {
	position: relative;
}
.search-results .st_faq:before {
	content: "\f128";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 10px;
}
.single .post {
	/*padding: 0;
	border: none;*/
}
.single .post:before {
	display: none;
}
.sticky {
}
.entry-title {
	margin: 0;
}
.entry-title {
	font-size: 17px;
	text-decoration: none;
}
.entry-title a,.entry-title a:visited {

    /* text-decoration: none;
    border-bottom: 2px solid #eee; */
}

.entry-title a:hover {
	text-decoration: underline;
}


h2.entry-title {
    margin-top: -10px;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
}
.entry-thumb {
	margin: 8px 0 0 20px;
	float: right;
}
.entry-thumb a {
	display: block;
	line-height: 0;
}
.entry-thumb img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.entry-video {
	margin: 0 0 25px;
}
.entry-meta {
    list-style: none;
    color: #6b6773;
    font-size: 11px;
    margin: -20px 0 20px;
    padding: 5px 0 4px 0;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
    line-height: 1;
}
.entry-meta a,.entry-meta a:visited,.entry-meta a:hover {
	color: #b5b5b5 !important;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #777 !important;
}
.entry-meta strong {
	color: #4c4c4c;
}
.entry-meta ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}
.entry-meta li {
	display: inline;
	margin: 0 15px 0 0;
}
.entry-meta i {
	margin: 0;
}
.tags {
	    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 10px;
}
.tags strong {
	font-size: 14px;
}
.tags a,.tags a:visited {
	display: inline-block;
	position: relative;
	color: #383838;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 10px 15px;
	text-decoration: none;
	text-transform: lowercase;
	background: #fff !important;
}
.tags a:hover {
	background: #fff !important;
	color: #000;
	text-decoration: none;
}
/*.tags a:before {
	content: "\0023";
    left: -3px;
    position: relative;
    color: #383838;
}*/
.readmore {
	display: block;
	font-style: italic;
	text-decoration: none;
	margin-top: -20px;
}
.search .post {
	padding: 0;
	margin: 0;
	border: none;
}
.search .post:before {
	display: none;
}
.search .post .entry-title {
	margin: 0 0 12px;
}
.search .clearsearch {
	margin: 30px 0 30px;
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	height: 1px;
}
.search .post .entry-title {
	margin-left: 0px;
	margin-bottom: 6px;
	display: block;
	font-size: 17px;
	padding-left: 0px;
}
.search .post .entry-title a,.search .post .entry-title a:visited {
	font-size: 17px;
    letter-spacing: 0;

    color: #3b7b96;
}
.search .post .entry-title a:hover {
	text-decoration: none;
	color: #1c7196
	background-color: #fafafa;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}
.archive .post {
	/*padding: 0;
	margin: 0;
	border: none;*/
}
.archive .post:before {
	display: none;
}
.archive .post .entry-title {
	margin: 0 0 12px;
}
.archive .cleararchive {
	margin: 30px 0 30px;
	/*border-bottom: 1px solid #E6E6E6;*/
	clear: both;
	height: 1px;
}
.archive .post .entry-title {
margin-left: 0px;
    margin-bottom: 0;
    margin-top: -1px;
    display: block;
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    line-height: 2;
	
}
.archive .post .entry-title a,.archive .post .entry-title a:visited {
	font-size: 17px;
	font-weight: 500;
}
.archive .post .entry-title a:hover {
	text-decoration: none;
	color:#1c7196;
	background-color: #fafafa;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	text-decoration: underline;
}
.page-navigation {
	color: #666;
	text-align: center;
	margin: -5px 0 30px;
}
.page-navigation a {
	font-size: 14px;
}
.page-navigation .nav-next {
	float: right;
	margin: 0 0 0 15px;
}
.page-navigation .nav-next a {
	color: #666;
}
.page-navigation .nav-previous {
	float: left;
	margin: 0 15px 0 0;
}
.page-navigation .nav-previous a {
	color: #666;
}
.page-navigation .nav-next a:hover,.page-navigation .nav-previous a:hover {
	text-decoration: none;
	color: #3b7b96 !important;
}
.pagination {
	display: inline-block;
}
.pagination .current,.pagination a {
	padding: 4px 10px;
	margin: 0 5px 0 0;
	color: #3b7b96 !important;
    font-size: 14px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 10px 0 0;
    padding: 4px 10px;
    /* background-color: #e5e5e5; */
    border-radius: 50%;
}
.pagination .current {
	color: #4c4c4c !important;
}
.pagination a {
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
}
.page-links {
	margin: 0 0 15px;
}
.page-links strong {
	margin: 0 15px 0 0;
}
.page-links a, .page-links span {
	font-size: 14px;
	margin: 0 2px 0 0;
	padding: 4px 10px;
}
.page-links a {
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
	color: #666;
}
.page-links span {
	color: #fff;
}
.post-navigation {
	text-align: center;
	margin-bottom: 40px;
}
.post-navigation:after {
	content: "";
	display: table;
	clear: both;
}
.post-navigation a {
	font-size: 14px;
}
.post-navigation a:hover {
	color: #3b7b96 !important;
}
.post-navigation .nav-next {
	float: right;
	margin: 0;
	width: 48%;
	text-align: right;
}
.post-navigation .nav-next a {
	color: #3b7b96;
}
.post-navigation .nav-previous {
	float: left;
	margin: 0;
	width: 48%;
	text-align: left;
}
.post-navigation .nav-previous a {
	color: #3b7b96;
}
.post-navigation .nav-next a:hover,.post-navigation .nav-previous a:hover {
	text-decoration: none;
	color: #3b7b96 !important;
}
.post-navigation p.assistive-text {
	font-size: 14px;
	text-align: center;
	margin: 0;
}
#entry-author,#comments {
	margin: 0 0 50px;
}
#entry-author-title,#related-posts-title,#comments-title {
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 25px;
	padding: 0 0 10px;
	font-size: 23px;
	line-height: 28px;
	color: #444;
	letter-spacing: -0.5px;
}
/*#related-posts ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#related-posts li.standard a:before,#related-posts li.video a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 17px;
	margin: 0 10px 0 0;
}
#related-posts li.standard a:before {
	content: "\f0f6";
}
#related-posts li.video a:before {
	content: "\f008";
	font-size: 12px;
}
#related-posts a {
	color: #444;
}
#related-posts a:hover {
	text-decoration: none;
}
#related-posts .entry-title,#related-posts .entry-title a {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 0;
}
*/
#entry-author .gravatar {
	float: left;
	margin: 0 25px 0 0px;
}
#entry-author .avatar {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#entry-author h4,#entry-author .entry-author-desc {
	margin: 0 0 0 95px;
}
#entry-author h4 a {
	color: #3A3A40;
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 100%;
}

.widget {
	margin-bottom: 20px;
	/*opacity: .85;*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.widget .widget-title {
border-bottom: 0;
    font-size: 17px;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 9px;
}
.widget .widget-title span {
	display: table;
	margin: -6px 0 -9px;
	padding: 6px 0 0 0;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget a,.widget a:visited {
	text-decoration: none;
}
.widget li {
	margin: 0 0 10px;
	padding: 0px;
	position: relative;
}
.widget li:before {
}
.widget li:last-child {
	border-bottom: none;
}
.widget ul ul {
	margin: 10px 0 0 10px;
}
.widget_categories ul span {
	color: #fff;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 7px;
	line-height: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.widget_categories ul ul {
	margin: 10px 0 0 10px;
}
.widget_categories ul li {
	line-height: 18px;
	margin: 0 0 10px;
	font-size: 13px;
    font-weight: 500;
	list-style: none;
}

.widget_categories ul li ul li
{
	margin-left: 15px;
  list-style: circle !important;
}

.widget_recent_entries li,.widget_recent_comments li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_archive li,.widget_recent_comments li {
	padding: 0 0 0 20px;
	position: relative;
}
.widget_recent_entries li:before,.widget_meta li:before,.widget_nav_menu li:before,.widget_pages li:before,.widget_archive li:before,.widget_recent_comments li:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 0;
	left: 0;
}
.widget.st_articles_widget li,.widget.st_popular_articles_widget li, .widget_custom_html li{
margin: 0 0 10px;
    padding: 0 0 0 15px;
    border: none;
    min-height: 22px;
    position: relative;
	font-size: 13px;
    font-weight: 500;
}
.widget.st_articles_widget li:last-child,.widget.st_popular_articles_widget li:last-child {
	margin: 0;
}
.st_articles_widget li.format-standard:before,.st_popular_articles_widget li.format-standard:before,.st_articles_widget li.format-video:before,.st_popular_articles_widget li.format-video:before {
	display: inline;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 22px;
	position: absolute;
	top: 2px;
	left: 0;
}
.st_articles_widget li.format-standard:before,.st_popular_articles_widget li.format-standard:before {
	font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 700;
}
.st_articles_widget li.format-video:before,.st_popular_articles_widget li.format-video:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}
.widget_search #s {
	width: 100%;
	padding: 8px;
}
.widget_calendar {
	float: left;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #525A61;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
	background: #fafafa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}
#sidebar .widget_search #s {
	background: #fff;
}
.home .page-title {
margin-top: 0 !important;
}

#live-search {
	float: right;
	padding: 20px 0 5px;
	width: 30%;
}
.reduze {
	width: 100% !important;
	padding: 0 0 0 !important;
}
#live-search #searchform {
width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    color: #fff;
    margin: -1px 0 0 0;
    padding: 5px;
    /* border: none; */
    font-size: 15px;
    border-radius: 0 4px 4px 0;
}
#live-search #s {
float: left;
    width: 90%;
    background: none;
    color: #595959;
    font-size: 15px;
    padding: 4px 5px 4px;
    border: none;
    box-shadow: none;
    position: relative;
    outline: 0;
}
#live-search i.live-search-loading {
	font-size: 20px;
	position: absolute;
	right: 140px;
	top: 8px;
	display: none;
}
#live-search #s.live-search-loading + i.live-search-loading {
	display: inline-block;
}
#live-search #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    margin: -1px 0 0 0;
    padding: 11px 12px 9px;
    border: none;
    font-size: 15px;
    border-radius: 0 4px 4px 0;
	background-color: #3b7b96;
}
#live-search #searchsubmit:hover {
	background-color: #4A4A4A;
}
#live-search #searchsubmit i {
	margin: 0;
}
#search-wrap {
	position: relative;
}
#search-result {
	position: absolute;
	background: #fff;
	list-style: none;
	font-size: 13px;
	top: 20px;
	left: 5px;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #e0e0e0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	z-index: 9999;
}
#search-result:before {
	border-color: transparent transparent #ccc;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 40px;
	position: absolute;
	top: -25px;
	width: 0;
}
#search-result:after {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 40px;
	position: absolute;
	top: -24px;
	width: 0;
	z-index: 999;
}
#search-result li {
	margin: 0;
}
#search-result li.standard a:before,#search-result li.video a:before,#search-result li.faq a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 17px;
	margin: 0 10px 0 0;
}
#search-result li.standard a:before {
	content: "\f0f6";
}
#search-result li.video a:before {
	content: "\f008";
	font-size: 12px;
}
#search-result li.faq a:before {
	content: "\f059";
}
#search-result li:last-child {
	margin: 0;
}
#search-result a {
	display: block;
	color: #444;
	padding: 4px 10px;
	white-space: nowrap;
}
#search-result a:hover {
	text-decoration: none;
	background: #F5F5F5;
}
#search-result img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#search-result .nothing-here {
	padding: 0 5px;
}
#jquery-live-search {
	overflow: visible !important;
}
#pub-wrap {
	background: #fff;
}
#pub_ads {
    opacity: 1 !important;
    /*margin-bottom: 20px;
    min-height: 300px;
    max-height: 600px;*/
    width: 100%;
    text-align: center;
}
.be_responsive {
width: 100%;
}

@media only screen and (max-width: 768px) {
	
.be_responsive {
width: 50%;
}
	
}

.clear {
	clear: both;
}
.clear_20 {
	clear: both;
	height: 20px;
}
.slogan {
	margin: 0 0 0 0 !important;
	color: #b6b6b6;
	letter-spacing: 2px;
	text-align: center;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding: 5px 0;
	font-size: 15px;
}
.ads_single_top {
	width: 100%;
margin: -20px 0 15px;
    text-align: center;
    padding: 10px 0;
    height: 82px;
    background-color: #fafafa;
	display:none;
}
.ads_single {
margin-top: -15px;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 25px;
}
.ads_lat_one {
	width: 100%;
    text-align: center;
    /*min-height: 260px;
    height: 260px;*/
	margin: 0 auto 20px auto;
}
.ads_lat_two {
	width: 100%;
    text-align: center;
    min-height: 260px;
    height: 260px;
	margin: 0 auto 20px auto;
	
	display: none;
}
.ads_gs {
	/*width: 300px;
	height: 250px;
	margin: 0 auto;*/
}
.ads_single_verb {
	margin-top: -20px;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	background: #fafafa;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	min-height: 90px;
	
	display: none;
}
.ads_gv {
	height: 90px;
	margin: 0 auto;
	
	display: none;
}
.ads_list {
	width: 100%;
	border-top: 1px solid #E6E6E6;
	padding: 2em 0;
	
	display: none;
}
.ads_home {
	width: 100%;
	padding: 0 0 2em 0;
	display: none;
}
.share {
	position: relative;
	margin: 1rem 0 0 0;
	padding: 0;
	display: inline-block;
}
.share:before {
content: "Compartilhar:";
    position: absolute;
    top: -31px;
    left: 0;
    text-align: left;
    /* color: #7f7f7f; */
    font-size: 13px;
    font-weight: 500;
}


.addtoany_list a, .widget .addtoany_list a {
    padding: 0 7px 0 0 !important;
}


p.classe {
	color: #3b7b96 !important;
	margin: 0 0 5px !important;
}
.entry-content h3.refer {
	font-size: 17px !important;
	line-height: 28px !important;
	margin-bottom: 5px !important;
	font-weight: 500 !important;
}
.entry-content p.refer {
	font-size: 17px !important;
	line-height: 28px !important;
	margin-bottom: 5px !important;
	font-weight: 500 !important;
}
.entry-content p.latim {
	margin: 30px 0 20px !important;
}
.entry-content p.refer span{
	margin-left: 3px;
	background-color: #fffad3;
}
.entry-content p.apontamento {
	font-size: 15px !important;
	line-height: 1.6;
}
.entry-content p.apontamento em {
	font-size: 15px !important;
	color: #383838 !important;
	line-height: 1.6;
	border: 0 !important;
	word-spacing: 0;
	margin: 0;
	font-style: normal;
	background-color: #fff;
	padding: 0;
	display: inline;
	letter-spacing: 0;
}
.entry-content p.sref {
/*margin-left: 18px;*/
    margin-bottom: 0;
    /* list-style-type: square;
    display: list-item;*/
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
}

.entry-content p.sref:before {
    content: "\2022";
    color: #bdbdbd;
    font-size: .75em;
    position: absolute;
    left: -10px;
    top: 11px;
}
.entry-content p.acordo {
	font-size: 17px !important;
	line-height: 1.6;
	margin: 0 0 14px;
}
.entry-content p.acordo em{
	font-size: 15px !important;
	line-height: 1.6;
	margin: 0 0 14px;
	font-style: normal;
	border: 0 !important;
}
.entry-content p.acordo u, .entry-content p.acordo span{
	font-size: 14px !important;
	color: #444 !important;
	text-decoration: none;
	border: 0;
	line-height: 1.35;
}
.entry-content p.voc_acordo {
	font-size: 17px !important;
	line-height: 1;
	margin: 0;
	font-weight: 500;
}
.page #sidebar #yarpp_widget-2 {
	display: none !important;
}
#sidebar .yarpp-related-widget ol {
	padding: 0 !important;
	list-style: none !important;
	margin: 0;
}
#related-posts .yarpp-related-shortcode {
margin: 0 0 30px 0 !important;
    /* border-bottom: 1px dashed #e6e6e6; */
    display: block;
}
#related-posts .yarpp-related-shortcode h3 {
margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 13px;
    /* line-height: 16px; */
    /* color: #444; */
    font-weight: 500!important;
    display: block;
}
#related-posts .yarpp-related-shortcode ul {
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#related-posts .yarpp-related-shortcode li {
	float: none !important;
	margin: 0 0 5px;
}
/*#related-posts .yarpp-related-shortcode li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 17px;
	margin: 0 10px 0 0;
}
#related-posts .yarpp-related-shortcode li a:before {
	content: "\f0f6";
}*/
#related-posts .yarpp-related-shortcode a {
 font-weight: 500 !important;
}
#related-posts .yarpp-related-shortcode a:hover {
	color:#1c7196;
	background-color: #fafafa;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	text-decoration: underline;
}

ul.display-posts-listing {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.display-posts-listing li {
margin-left: 0;
    margin-bottom: 0;
    margin-top: -1px;
    display: block;
    font-size: 17px;
    padding: 10px 0;
    border-top: solid #e6e6e6 1px;
	border-bottom: solid #e6e6e6 1px;
    line-height: 2;
}

.display-posts-listing a {
 font-weight: 500 !important;
}

.display-posts-listing a:hover {
	color:#1c7196;
	background-color: #fafafa;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	text-decoration: underline;
	border:0;
}

.nav-links {
border-top: 1px solid #eee;
    /* margin: 30px 0 0; */
    padding: 25px 0 20px 0;
}

.nav-links a.page-numbers {
    font-size: 15px;
	font-weight: 500;
    margin: 0 2px 0 0;
    padding: 4px 10px;
}

.nav-links .current {
	font-size: 15px;
    font-weight: 500;
    margin: 0 2px 0 0;
    padding: 4px 10px;
}

.nav-links a.prev, .nav-links a.next {
	display: none;
}

hr {
	border: none;
	border-top: 1px dashed #E6E6E6 !important;
	height: 1px;
}
a.external_icon {
	padding-right: 0 !important;
	background-image: none;
}
a.external_icon:after {
	font-family: FontAwesome;
	padding-left: 7px;
	content: "\f08e";
	color: #3b7b96;
	font-size: 13px;
}
.lsi-social-icons li a {
	padding: 2px !important;
}
.letter-section {
	justify-content: normal !important;
}
.letter-section ul li {
	list-style: none;
	margin: 0;
	padding-left: 0 !important;
	float: left;
	width: 46%;
}

.popular {
	margin: 0 0 10px !important;
	border-bottom: 1px solid #f2f2f2 !important;
}
.wp-show-posts-columns .wp-show-posts-entry-title {
	font-size: 18px !important;
	line-height: 25px !important;
}
.widget_ultimate_posts li p.post-title {
	margin: 0 !important;
}

/**/
#primary-nav {

}

.widget h2 {
    font-size: 17px;
}

div.textylist {
    list-style-type: circle;
    margin-left: 0;
    padding-left: 0;
}

div.texty {
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid #ddd;
}

div.texty {
  counter-increment: index; 
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

div.texty::before {
    content: counters(index, ".", decimal-leading-zero);
    font-size: 11px;
    text-align: right;
    font-weight: 500;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
	
    align-self: center;
    /* background-image: linear-gradient(to bottom, aquamarine, orangered); */
    background-attachment: fixed;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #176868;
    background-color: #e5e5e5;
    padding: 4px 6px;
    border-radius: 50%;
}

p.thislogan {
font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #485f72;
    margin: 0;
    text-transform: none;
}

p.pintro {
font-size: .9em;
    margin: 10px 0 23px;
    /* line-height: 1.5; */
    padding: 13px;
    font-weight: 400;
    border-radius: 2px;
    background-color: #f9fdff;
    border: 1px solid #ecf7ff;
}

p.pdesc {
    font-size: .9em;
    margin: 0px 0 23px;
    line-height: 1.5;
    padding: 0 0 20px;
    font-weight: 400;
    text-align: justify;
    border-bottom: 1px solid #ddd;
}

h3.page-subtitle {
    margin: 0 !important;
    border-bottom: 2px solid #e6e6e6;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

/*
hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
    margin: 1.5rem 0 1.5rem;
}

hr.sep-3::after {
  content: '§';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: white;
}
*/

p.title-list {
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: .9rem;
    color: #3b9675;
    /* text-decoration: underline; */
    /* text-decoration-line: underline; */
    border-bottom: 1px solid #ddd;
}

.legend {
    font-size: .8rem;
    margin-top: -26px;
    /* position: absolute; */
    /* top: 0; */
    /* float: right; */
    max-width: 50%;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    display: table;
}

p.textus {
    margin: 0 25px 0 0 !important;
	padding-left: 20px;
	width: -webkit-fill-available;
	width: -moz-available;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-light {
    border-color: #ddd;
}

.btn-light:hover {
	border: 1px solid #ccc;
}

.btn-green {
    color: #fff;
    background-color: #1d9d74;
    border-color: #198764;
}

.btn-green:hover {
	border: 1px solid #126a4e;
}

.copyWT {
    font-size: .9em;
	margin-left: 5px;
}

.wt {
    background-color: #e3f3e8;
}

.copyDiv {
    font-size: .9em;
}

.msgCopy {
position: fixed;
    font-size: .95em;
    background-color: #3b7b96;
    color: #fff;
    text-align: center;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    z-index: 1;
    padding: 1rem 1rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
	display: none;
}

.homi_list {
    margin: 0 0 43px;
}

.homi_list .widget-title  {
	font-size: 22px;
}

.homi_list .widget.st_articles_widget li, .homi_list .widget.st_popular_articles_widget li {
	font-size: 17px;
}

/**/

.the_list {
	display: flex;
    align-items: baseline;
	border-bottom: 1px solid #f1f1f1;
}


.the_list .category-display {
    font-size: .75rem;
    font-weight: 500 !important;
    width: 170px;
}

.the_list .category-display a {
color: #4c4c4c;
    background-color: seashell;
    padding: 0 2px;
}


.the_list h2 {
    width: -webkit-fill-available;
    /* width: 150px; */
	border: 0;
	margin-top: -10px;
    padding: 0 0 15px;
	width: -webkit-fill-available;
	width: -moz-available;
}



/**/

li.listing-item {
    display: flex;
    align-items: center;
}

span.category-display {
    font-size: .7rem;
    font-weight: 400 !important;
    width: 167px;
}

.display-posts-listing a {
    font-weight: 500;
    width: -webkit-fill-available;
    /* width: 150px; */
}

span.category-display-label {
    font-size: .6rem;
    display: none;
}


.nav-links a.page-numbers {
    font-size: 17px;
    font-weight: 500;
    margin: 0 10px 0 0;
    padding: 4px 10px;
    background-color: #e5e5e5;
    /* padding: 4px 6px; */
    border-radius: 50%;
}

span.page-numbers.dots {
    margin-right: 10px;
}

nav#nav-below {
    margin: 0 0 40px 0;
    font-weight: 500;
}

.wp-pagenavi {
    margin: 30px 0 40px;
	font-weight: 500;
}


@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 1000px) {
	#site-header {
		text-align: center;
	}
	#site-header #logo h1 {
		margin: 0 auto;
	}
	#site-header #logo img {
		margin: 0 auto;
	}
	#content {
	}
}
@media screen and (max-width: 720px) {
	
	#primary-nav {
		display: block;
	}
	#primary-nav-mobile {
		display: none;
	}
	
	
	#primary.sidebar-off #content,#primary.sidebar-right #content,#primary.sidebar-left #content,#primary.sidebar-off #sidebar,#primary.sidebar-right #sidebar,#primary.sidebar-left #sidebar {
		width: 100%;
		float: none;
		clear: both;
		padding: 20px 0 0;
		margin: 20px 0;
		border: none;
		left: auto;
		right: auto;
	}
	#primary.sidebar-off #sidebar,#primary.sidebar-right #sidebar,#primary.sidebar-left #sidebar {
			position: relative;
			margin: 20px 0 50px 0;
			padding: 2%;
	}
	#primary {
		background-color: #ffffff;
		padding: 0;
	}
	.inner-container {
		border: 0;
		background: none;
	}
	#content {
		min-height: 300px !important;
	}
	#site-header {
		text-align: center;
		padding: 15px 0 0;
	}
	#site-header #logo {
		    float: none;
    margin: 0 auto;
    width: 100%;
	}
	#site-header #logo h1 {
		margin: 0 auto;
	}
	#site-header #logo img {
		margin: 0 auto;
	}
	#site-footer#footer-nav,#site-footer #copyright {
		float: none;
	}
	#site-footer #footer-nav {
		display: block;
	}
	#footer-widgets .widget {
		margin-bottom: 36px;
	}
	#primary-nav {
		display: block;
	}
	#primary-nav-mobile {
		display: none;
	}
	#live-search {
		float: none;
    padding: 10px 0 0;
    width: 100%;
    margin: 0 auto;
	}
	#live-search #searchsubmit span {
		display: none;
	}
	#live-search #searchsubmit i {
		margin: 0;
	}
	#pub_ads .ads_lat_two{
		display: none;
	}
	.ads_single_top {
		display: block;
	}

	p.thislogan {
	font-size: 14px;
	}
}

@media screen and (max-width: 480px) {

	.category .sub-categories li {
		margin: 0 0 10px;
		float: none;
		width: auto;
	}
	#page-header .page-title {
		font-size: 25px;
	}
	.slogan {
		letter-spacing: 1px;
		border-left: 0;
		border-right: 0;
		font-size: 13px;
	}
}
@media screen and (max-width: 520px) {
	.share .thelike {
		float: left;
		line-height: 1 !important;
		width: 120px;
		margin: 5px 0 10px 0px !important;
	}
	.sharefooter {
		width: 100% !important;
	}
	.sharefooter .thelike {
		margin: 5px 0 10px 0px !important;
	}
	.sharefooter .shareinside {
		float: none !important;
	}
}