/*
Theme Name: Magazine Pro
Theme URI: http://my.studiopress.com/themes/magazine/
Description: Put yourself on the front lines of online publishing with the up-to-the-minute, high-gloss look and feel of the Magazine theme.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 3.7.0

Tags: accessibility-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: magazine-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Simple Social Icons
		- WP Forms
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	overflow-x: hidden;
	font-display:swap;
}

body.magazine-landing {
	background-color: #222;
}

::selection {
	/*background-color: #222;*/
	background-color: #3584e4;
	color: #fff;
	text-shadow: none;
}

a {
	background-color: inherit;
	color: #008285;
	font-weight: 400;
	text-decoration: none;
}

body a:focus,
body a:hover {
	color: #222;
	text-decoration: none;
}
body a:focus {
	outline: 0 !important;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 600 !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
  padding: 0 2rem !important;
  border-left: 2px solid #FFDE6F !important;
  margin: 1em 1.5em !important;
}

blockquote,
blockquote::before {
	color: #888;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 2px solid currentColor;
	clear: left;
	color: #eee;
	margin: 1.65em 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: 0;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #222;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #222;
	opacity: 1;
}

::placeholder {
	color: #222;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.sidebar button,
.sidebar input[type="button"],
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	width: auto;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	background: #1B87E6;
	display: inline-block;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	margin-bottom: 15px !important;
	white-space: normal;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover,
.sidebar .widget a.button:focus,
.sidebar .widget a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {					 
	background: #00beff;
	border: 0;
	color: #fff !important;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border: 0;
	color: #565656;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner,
.c-virtual_list__item {
	clear: both;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 750px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-weight: 400 !important;
	line-height: 1.34;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content ul li h4 {
	color: #082c64;
	margin-bottom: 16px;
	margin-top: 5px;
}


.entry-content h2 {
	font-size: 20px;
}

.entry-content h3 {
	font-size: 18px;
}

.entry-content h4 {
	font-size: 16px;
}

.entry-content h5 {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {
	.entry-content h2 {
		font-size: 26px;
	}
	.entry-content h3 {
		font-size: 22px;
	}
	
	.entry-content h4 {
		font-size: 20px;
	}
	.entry-content h5 {
		font-size: 18px;
	}
}

.magazine-landing.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content {
	width: 100%;
}

#chat-widget-container iframe {
	border: 0 !important;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	/*min-height: 950px;*/
}
@media only screen and (min-width: 1024px) {
	.sidebar-primary {
		min-height:auto;	
	}
}
.sidebar-primary .featuredpost {
	border: 1px solid rgba(240, 226, 208, 0.5);
}
.sidebar-primary .featuredpost article .alignleft {
	outline: 0;
}
.heateor_sss_sharing_container {
	width: 100%;
	display: table;
}
.site-container .wp-block-latest-posts li {
	content: "";
	clear: both;
	display: table;
}
.wp-block-latest-posts__post-title,
.sidebar-primary .featuredpost article .entry-header,
.site-container .wp-block-latest-posts li time {
	width: calc(100% - 121px);
	float: right;
}
.rtl .wp-block-latest-posts__post-title,
.rtl .sidebar-primary .featuredpost article .entry-header,
.rtl .site-container .wp-block-latest-posts li time {
	float:  left;
}
.rtl .sidebar-primary .format-standard.has-post-thumbnail > .alignleft {
	float: right;
	margin: .4em 0 0 1em;
}
@media only screen and (min-width: 1024px) {
	.content-sidebar-wrap  .sidebar-primary {
		width: 308px;
	}
	.rtl .content-sidebar-wrap  .sidebar-primary {
		float: left;
	}
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

div iframe {
	width: 100%;
	height: 400px;
	border: 1px solid #082c64!important;
}

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	margin-right: 30px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

.singular-image {
	width: 100%;
}
.center a > button {
	margin-right: 30px;
}
.center a:last-child > button {
	margin-right: 0;
}
img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 24px;
}
.singular-image {
	margin: 0 auto 40px;
}
.type-page .entry-content .singular-image {
	display: none;
}
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.entry-content .wp-caption-text {
	font-size: 16px;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	color: #222;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: 0;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	padding: 14px 16px;
	right: 2px;
	top: 2px;
}

/* Titles
--------------------------------------------- */

.entry__title,
.entry-title {
	Font-size: 30px;
 	line-height: 1.1;
	color: #082c64;
	font-weight: 400;
	margin: 0 0 24px;
}
@media only screen and (min-width: 1024px) {
	.entry-title,
	.entry__title {
		font-size: 44px;
	}
}
.entry-header h2.entry-title {
	color: #1B3380;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 15px;
}
@media only screen and (min-width: 1024px) {
	.entry-header h2.entry-title {
		font-size: 45px;
		line-height: 54px;
	}
}
.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #008285;
}
.entry-header .entry-title a {
	color: inherit;
	font-weight: inherit;
}
.entry-header .entry-title .entry-title-link:hover {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: underline;
}
.entry-header .entry-title .entry-title-link:focus {
	color: #1B3380;
}
.sidebar .entry-header .entry-title {
	margin-bottom: 4px;
}
.sidebar .entry-header .entry-title a,
.sidebar .entry-header .entry-title a:hover {
	color: #191919;
}
.sidebar .entry-header .entry-title a:hover {
	text-decoration:  underline;
}
.widget-title {
	clear: both;		 
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #092C63;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 18px;
}

.simple-social-icons .widget-title {
	font-size: 20px;
}
.sidebar .widget-title {
	background: #F9F9F9;
    border-bottom: 2px solid #1B87E6;
    color: #4b4b4b;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 22px;
}
.sidebar .entry-title a {
	color: #191919 !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 10px;
}

.sidebar header p{
	color: #000;
	font-weight: normal;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #1B3380;
    background: #F9F9F9;
	border-bottom: 2px solid #1B87E6;
	color: #4b4b4b;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 40px;
	padding: 15px 20px;
	text-transform: uppercase;
}

.magazine-landing .widget-title {
	background-color: #fff;
	color: #222;
}

.archive-title {
	font-size: 20px;
	margin: 0;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 24px;
}

.featured-content .entry-title {
	border: 0;
	font-size: 24px;
	line-height: 1.2;
}
.footer-widgets-1 .featured-content .entry-header {
	clear: both;
}
.footer-widgets-1 .featured-content h4.entry-title {
	margin: 10px 0 0;
}
.footer-widgets-1 .featured-content h4.entry-title a {
	color: #191919;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.footer-widgets-1 .featured-content h4.entry-title a:hover {
	color: #191919;
	text-decoration: underline;
}
.footer-widgets-1 .featured-content h4.entry-title a:hover {
	color: #191919;
}

.featured-content .entry-title a {
	border: 0;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 0 !important;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

.widget-area .enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.widget-area .enews-widget .widget-title {
	color: #fff;
}

.widget-area .enews-widget input:focus {
	border: 1px solid #ddd;
}

.widget-area .enews-widget input[type="submit"] {
	background-color: #008285;
	color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

.magazine-landing .widget-area .enews-widget input:focus[type="submit"],
.magazine-landing .widget-area .enews-widget input:hover[type="submit"] {
	background-color: #222;
	color: #fff;
}

.magazine-landing .widget-area .enews-widget {
	background-color: #fff;
	color: #222;
}

.magazine-landing .widget-area .enews-widget .widget-title {
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 64px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
}

.wp-custom-logo .title-area {
	padding: 0;
	text-align: center;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: 0;
	color: #222;
	display: block;
	padding: 25px 20px;
	position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #008285;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #222;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: -100px;
	padding-top: 100px;
}

.nav-secondary .wrap {
	border-bottom: 1px solid #222;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: 0;
}

.entry-title,
.entry__title {
	word-break: break-word;
}

.format-standard.has-post-thumbnail .entry-content h2.entry-title + p,
.entry-content .gb-block-post-grid-excerpt p,
.entry-content .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
	color: #4B4B4B;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 22px !important;
	margin-bottom: 26px;
}
.entry-content {
	color: #797979;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;	
}

.entry-content #carousel {
	width: 100% !important;
}

@media only screen and (min-width: 1024px) {
	.entry-content {
		font-size: 18px;
		line-height: 1.6;
	}
}
.entry-content table {
	width: 100% !important;
	border: 0;
	margin: 0;
	table-layout: auto !important;
}
.entry-content > table {
	margin: 0 0 26px;
}
.entry-content table tbody {
	border: 0;
}
.entry-content table tbody tr {
	border-top: 0;	
}
.entry-content table tr td {
	line-height: 1.6;
	word-break: normal;	
}
.entry-content table tbody tr td {
	vertical-align: middle;
}
.entry-content table tbody tr td em strong img {
	margin: 0;	
}
.entry-content p {
	word-break: break-word;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content table {
	color: rgba(0,0,0,0.8);
	font-weight: 400;
	margin-bottom: 26px;
}
.entry-content ol,
.entry-content ul {
	margin: 0 0 0.4em 1em !important;
	padding-left: 0.8em !important;
}
.entry-content a {
	color: #1b87e6;
}
.entry-content a:hover {
	color: #1b87e6;
}
.blogcta {
	width: auto;
	background: #ff9f00;
	border-radius: 0;
	color: #fff!important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 20px;
	padding: 5px 14px;
}
.blogcta:hover {
	background: #fb3;
    color: #fff!important;
    text-decoration: none!important;
}

.entry-content .square-cta {
	color: #505F82 !important;
	border: 2px solid #505F82;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
/*	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;*/
}
.entry-content .square-cta:hover {
	border: 2px solid #1B87E6;
	color: #1B87E6 !important;
	text-decoration: none;
}
.type-post .entry-content a:hover:not(.js-plethoraplugins-tabs--link, .wp-block-post-terms a, .square-cta, .blogcta, .cat-item a, .button, .page-numbers),
.entry-content a:hover:not(.js-plethoraplugins-tabs--link, .wp-block-post-terms a, .square-cta, .blogcta, .cat-item a, .button, .page-numbers) {
	text-decoration: underline;
}
.entry-content ol {
	list-style-type: decimal;
}

.entry-content ol[start] {
	font-size: 18px !important;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content li {
	padding-bottom: 10px;
	padding-left: 8px;
}

.tags-wrap {
	background: #f6f6f6;
    border: 1px solid #0D2C63;
    margin-bottom: 24px;
	padding: 15px 15px 15px 30px;
}

.tags-wrap p {
	margin-bottom: 10px;
}

.tags-wrap ol {
  counter-reset: cupcake;
  margin-left: 0 !important;
  padding-left: 15px !important;
}

.tags-wrap ol li {
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 4px;
	padding-bottom: 10px;
	padding-left: 10px;	
	counter-increment: cupcake;
}

.tags-wrap ol li a {
	padding-left: 15px;	
}

.tags-wrap ol li ol {
	margin-top: 14px !important;
}


.tags-wrap ol li ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tags-wrap ol li ol a {
	padding-left: 5px;	
}

.tags-wrap ol li:before {
	content: counters(cupcake, '.') '.';
  	color: #4B4B4B;
}

.entry-meta {
	font-size: 14px;
}
.entry-meta .rt-reading-time {
	color: #A0998F;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}
.entry-categories a {
	color: #1b87e6;
}
.entry-categories a:hover {
	color: #1b87e6;
	text-decoration: underline;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-top: 40px;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #008285;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-meta .entry-author .entry-author-name {
	font-size: 16px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebars
---------------------------------------------------------------------------- */

.magazine-landing .sidebar,
.magazine-landing .sidebar a {
	color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
	color: #aaa;
	text-decoration: none;
	text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
	box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.sidebar li a{
    background: #F9F9F9;
    color: #787878;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 6.5px 10px;
    vertical-align: middle;	
}

.sidebar .widget {
	margin-bottom: 28px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
	background-color: #008285;
	color: #fff;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	color: #aaa;
	clear: both;
	font-size: 14px;
}

.footer-widgets-1 {
	width: 100% !important;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color:#1B3380;
	font-weight: 300;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.woocommerce .footer-widgets button:focus,
.woocommerce .footer-widgets button:hover,
.woocommerce .footer-widgets input[type="button"]:focus,
.woocommerce .footer-widgets input[type="button"]:hover,
.woocommerce .footer-widgets input[type="reset"]:focus,
.woocommerce .footer-widgets input[type="reset"]:hover,
.woocommerce .footer-widgets input[type="submit"]:focus,
.woocommerce .footer-widgets input[type="submit"]:hover,
.woocommerce .footer-widgets .button:focus,
.woocommerce .footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}

.widget-wrap > p > .author_name {
	color: #000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.author_content{
	color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
.author_content a {
	color: #1b87e6;
}
.author_content a:hover {
	color: #1b87e6;
	text-decoration: underline;
}
/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #444;
	padding: 60px 0;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .title-area,
	.wp-custom-logo .title-area {
		max-width: 380px;
	}

	.site-header .widget-area,
	.wp-custom-logo .header-widget-area {
		max-width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-header .title-area,
	.wp-custom-logo .site-header .widget-area,
	.wp-custom-logo .site-header .title-area {
		max-width: 100%;
		width: 100%;
	}

	.custom-logo-link {
		display: block;
		margin: 0 auto;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area {
		margin-top: 20px;
	}

	.nav-primary {
		position: static;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.genesis-nav-menu > .right {
		display: none;
	}

}

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

	.site-inner {
		max-width: 100%;
	}

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.admin-bar nav.nav-primary {
		top: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.site-header nav .wrap {
		padding: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: 0;
		background-color: #fff;
		color: #222;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	nav.nav-primary .sub-menu-toggle,
	#genesis-mobile-nav-primary {
		background-color: #222;
		color: #fff;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #aaa;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: #fff;
		color: #aaa;
		border: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
	}

	.sub-menu-toggle:focus {
		outline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 100;
	}

	nav.nav-primary .sub-menu-toggle:focus,
	nav.nav-primary .sub-menu-toggle:hover {
		background-color: transparent;
		color: #aaa;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
		margin-bottom: 1px;
		margin-top: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}
/* Blog Content area */
.entry-header > .entry-meta {
	color: #4B4B4B;
	display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
} 
#genesis-content > article > .entry-header > .entry-meta >.span-reading-time {
	color: #1B87E6;
	display: inline-block;
}

.heateor_sss_sharing_title {
	margin-bottom: 24px;
    text-transform: uppercase;
    color: #092C63;
    display: block;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 24px;
    margin: 26px 0 18px;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin: 0 6px 12px !important;
}

.heateor_sss_horizontal_sharing span.heateor_sss_svg {
	width: 60px !important;
	height: 60px !important;
	position: relative;
}

.heateor_sss_horizontal_sharing span.heateor_sss_svg svg {
	display: inline-block;
    width: 45px;
    height: 45px;
    stroke-width: 0;
    position: absolute;
    stroke: currentColor;
    margin: 0;
    fill: currentColor;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rtl div.heateor_sss_follow_ul a,
.rtl div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	float: right;
}

.entry-footer  {
	border-top: 2px solid #1b87e6;
	margin-top: 40px;
}

.entry-footer .after-entry {
	margin-top: 30px;
}

.rtl .entry-footer .after-entry .widget_block .widget-wrap p {
	direction: rtl;
}
.rtl .entry-footer .after-entry .widget_block .widget-wrap p .alignleft {
	float: right;
}
.rtl .entry-footer .after-entry .widget_block .widget-wrap p .alignleft img {
	margin-left: 24px;
	margin-right: 0;
}
/* More Article*/
.footer-widgets-1  article {
	width: 43%;
	margin-right: 7%;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (min-width: 768px) {
	.footer-widgets-1 article {
		width: 22%;
		margin-right: 3%;
	}
}
.footer-widgets-1 a.alignleft {
	min-height: 100px;
	margin: 0 0 10px;
	vertical-align: top;
}

@media only screen and (min-width: 1200px) {
	.footer-widgets-1 a.alignleft {
		min-height: 140px;
	}
}

.footer-widgets-1 h4 a {
	color: #1B3380;
	font-weight: 600 ;
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0;
}
div.footer-widgets-1 section.widget_categories h3 {
	display:inline-flex;
	background:#1B87E6!important;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 15px;
 	margin-right: 6px;
	padding: 10px 20px;
}
div.footer-widgets-1 section.widget_categories ul,  
div.footer-widgets-1 section.widget_categories li {										 
	display:inline-flex;
	margin-bottom: 15px;
  	margin-right: 6px;
}

div.footer-widgets-1 section.widget_categories ul {
	display:inline;
}

section.widget_categories ul > li:last-child {
	margin-bottom: 15px !important;
}

section.widget_categories ul li:nth-of-type(1n+6) {display: none;} 

ul.wp-block-categories-list li:nth-of-type(1n+6) {display: none;} 

li.current-cat a {
	background: #092C63 !important;
    color: #fff !important;
}
/*BreadCrumb */

#breadcrumbs a, #breadcrumbs span{
	color: #092C63;
    font-size: 14px;
    font-weight: 400;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs {
	margin: 22px 0;
}
.rtl #breadcrumbs {
	float: right;
}
@media screen and (min-width: 1024px) {
	#breadcrumbs{
		width: 65%;
	}
}

#breadcrumbs i {
	color: #1B87E6;
    font-size: 18px;
    padding-left: 10px;
	padding-right: 10px;
    vertical-align: middle;
}

.rtl #breadcrumbs i {
	transform: rotate(180deg);
}

/*author info box css*/
div.after-entry section.widget_block{
	padding:   20px 0 30px;
}


/* Sidebar Banner */

.widget.widget_text{
	/*min-height:288px;*/
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.banner-section .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.banner-section .w-button:hover {
	color: #fff;
}
.bannerbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b3380;
  background-image: linear-gradient(225deg, #1b3380, #1b87e6);
/*  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;*/
}
/*
.bannerbg:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
*/
.bannerbg.white {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('/blog/wp-content/uploads/2022/12/banners_art2.svg'), url('/blog/wp-content/uploads/2022/12/banners_art1.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('/blog/wp-content/uploads/2022/12/banners_art2.svg'), url('/blog/wp-content/uploads/2022/12/banners_art1.svg');
  background-position: 0px 0px, 100% 100%, 0% 0%;
  background-size: auto, 25%, 25%;
  background-repeat: repeat, no-repeat, no-repeat;
}
.bannerbg .h1,
.bannerbg .h1-2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400 !important;
	line-height: 28px;
	text-align: center ;
}
.bannerbg .h1 {
  color: #fff !important;
}
.bannerbg .h1-2 {
  color: #1b3380 !important;
}
.banner-section .button {
  margin-bottom: 0 !important;
  padding: 16px 32px;
  border-radius: 40px;
  background-color: #ff9f00 !important;
 /* -webkit-transition: all 250ms ease;
  transition: all 250ms ease;*/
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner-section .button:hover {
  background-color: #ffb02c !important;
/*  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);*/
}
.banner-section .button:focus {
	background-color: #ffb02c !important;
	outline: 0;
}
.entry-content .paragraph-2,
.paragraph-2 {
  width: 90%;
  margin-bottom: 15px !important;
  color: #1b3380 !important;
	font-size: 14px !important;
  font-weight: 300 !important;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .right-column-container {
    width: 100%;
  }
  .bannerbg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1 {
    width: 90%;
  }
}



/*Home Page CSS */

/* Welcome To Blog CSS Styles */

.plethoraplugins-tabs-container--horizontal .pds-tab__tab-panel,
.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs--content>div {
	display: none
}

.plethoraplugins-tabs-container--horizontal .pds-tab__tab-panel--active,
.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs--content>div.active,
.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs--content>div:not(.js-plethoraplugins-tab-panel):first-child {
	display: block
}  

/*---------------------  Fixed category Tabs -----------------------------*/

	.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic {
  		background: none !important;
		position: relative;
	}

	.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs {
			border-bottom: 0 !important;
			margin-bottom: 40px;
			text-align: center !important;
			display: flex;
			width: 100%;
	}
	.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs>ul {
			width: 100%;
			flex-flow: row;
			flex-wrap: wrap;
			margin-bottom: 0;
			padding-left: 0;
	}
	.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs>ul>li {
		width: 70px !important;
		display: inline-block !important;
		margin-bottom: 17px !important;
		margin-right: 17px;
		vertical-align: top !important;
	}
	
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link {
    display: flex !important;
    position: relative !important;
    white-space: normal !important;
    flex-flow: column;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link:hover span {
		color: #1B87E6 !important;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link .cat-icon {
		width: 70px !important;
		height: 70px !important;
		content: '' !important;
		background: #F3F9FF !important;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		border-radius: 50% !important;
		align-items: center !important;
		z-index: 0;
	}
    .js-plethoraplugins-tabs .js-plethoraplugins-tabs--link:hover .cat-icon {
		background: #CCE6FF !important;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link span {
    color: #191919;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
    word-break: keep-all;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active span {
		color: #1B87E6;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active .cat-icon {
		background: #1B87E6 !important;
		border: 0 !important;
	}
	
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link span img {
		width: 50px !important;
		/*display: none;*/
		margin: 20px 0;
		z-index: 1;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link .cat-icon img[alt~="inactive_img"],
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active .cat-icon img[alt~="active_img"] {
		display: none !important;
	}
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active .cat-icon img[alt~="inactive_img"] {
		display: block !important;
	}

	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link .cat-icon img:last-child,
	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active .cat-icon img:first-child {
		display: none !important;
	}

	.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link.active .cat-icon img:last-child {
		display: block !important;
	}

	.js-plethoraplugins-tab-panel > h2 {
		color: #1C337F;
		font-size: 33px;
		font-weight: 500;
		line-height: 48px;
		margin: 0;
		text-transform: uppercase;
	}
	
	.js-plethoraplugins-tab-panel > p {
		color: #6E6962;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		margin: 0;
	}
	
	.cat-title {
		padding-top: 10px;
	}
	
	@media only screen and (min-width: 1024px) {
		.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal .plethoraplugins-tabs {
			margin-bottom: 80px;
		}
		.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs>ul>li {
			width: 90px !important;
		}
		.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link .cat-icon {
			width: 90px !important;
			height: 90px !important;
		}
		.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link span img {
			width: 60px !important;
		}
		.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link span {
			font-size: 16px;
		}	
	}

	@media only screen and (min-width: 1200px) {
		.plethoraplugins-tabs-container--horizontal.plethoraplugins-theme__minimal.plethoraplugins-theme__basic .plethoraplugins-tabs>ul>li {
			width: 140px !important;
			margin-bottom: 0 !important;
		}
		.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link .cat-icon {
			width: 140px !important;
			height: 140px !important;
		}
		.js-plethoraplugins-tabs .js-plethoraplugins-tabs--link span img {
			width: 100px !important;
		}
	}


/*-------------------  Fixed category Tabs --------------------------------------------------*/

.welcome-blog-sec {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  text-align: center;
}
.content .welcome-blog-sec h2,
.content .gb-block-post-grid .gb-post-grid-section-title,
.content .latest_post_label.has-text-align-center {
	background: none;
	font-size: 33px !important;
	font-weight: 500 !important;
	line-height: 48px !important;
	margin: 0 0 10px;
	padding: 0;
	text-align: center !important;
	text-transform: uppercase !important;
}
.welcome-blog-sec h2 {
  color: #1C337F !important;
}
.welcome-blog-sec p {
  color: #6E6962;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.welcome-blog-sec .cat-section {
  font-size: 0;
  list-style: none;
  padding: 40px 0 0;
  margin: 0;
}
.welcome-blog-sec .cat-section li {
  width: 90px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 14px;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .welcome-blog-sec .cat-section li {
    width: 110px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .welcome-blog-sec .cat-section li {
    width: 120px;
	margin-right: 35px;
  }
}

.welcome-blog-sec .cat-section li:last-child {
  margin-right: 0;
}
.welcome-blog-sec .cat-section li a {
  display: block;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.welcome-blog-sec .cat-section li a:hover span {
  background: #CCE6FF;
}
.welcome-blog-sec .cat-section li a:hover h3 {
  color: #1B87E6;
}
.welcome-blog-sec .cat-section li a.active span {
  background: #1B87E6;
}
.welcome-blog-sec .cat-section li a.active h3 {
  color: #1B87E6;
}
.welcome-blog-sec .cat-section li span {
  width: 100%;
  height: 90px;
  background: #F3F9FF;
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  border-radius: 50% ;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1024px) {
  .welcome-blog-sec .cat-section li span {
    height: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .welcome-blog-sec .cat-section li span {
    height: 120px;
  }
}
.welcome-blog-sec .cat-section li span img {
  width: 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .welcome-blog-sec .cat-section li span img {
    width: 75px;
  }
}
@media only screen and (min-width: 1500px) {
  .welcome-blog-sec .cat-section li span img {
    width: 95px;
  }
}
.welcome-blog-sec .cat-section li h3 {
  color: #191919;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: capitalize;
}
@media only screen and (min-width: 1500px) {
  .welcome-blog-sec .cat-section li h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
/*---------------------------------------------------------------------*/

/*----------------------------  Header Footer Custom CSS ---------------------------*/
.pt-cv-wrapper .btn-success  {
   background: #1B87E6;
} 
.site-footer{
	all:unset;
}

#right-sidebar{
	display:none;
}
.site-footer >.wrap{
	max-width:unset;
	padding:unset;
	border-top:unset;
}

.site-footer >.wrap p{
	display:none;
}

.site-header >.wrap .title-area{
	display:none
}
.entry__content h2 {
	color: #082c64;
}
.c-virtual_list__item {
	color: #797979;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
h2{
	font-weight: 600!important;
	color: #082c64;
}
a:-webkit-any-link {
	cursor:pointer !important;
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a{
	all:unset;
}
..footer-wrapper .company-data-wrapper .flink-wrapper .tab-label{
	all:unset;
}
.home-bn-cr.v16 {
    height:  auto;
    background-image: none !important;
    background-color: #fff;
    display: block;
}
.home-bn-cr.v16 .content-wrapper {
    padding: 20px 15px;
    text-align:  left !important;   
}
.home-bn-cr.v16 .right-wrap {
    margin-bottom: 20px;
    text-align: left;   
}
.home-bn-cr.v16 .right-wrap img {
    max-width: 200px;
}
@media only screen and (min-width: 550px) {
    .home-bn-cr.v16 .right-wrap img {
        max-width: 400px;   
    }
}
@media only screen and (min-width: 768px) {
    .home-bn-cr.v16 {
        min-height: 428px;
    }
    .home-bn-cr.v16 .left-wrap {
        width: 370px;
    }
    .home-bn-cr.v16 .content-wrapper {
        min-height: inherit;
        display: flex;
        align-items: center;
        justify-content:  space-between;
        padding: 15px;
    }
    .home-bn-cr.v16 .content-wrapper.reverse {
        flex-direction: row-reverse;
    }
    .home-bn-cr.v16 .content-wrapper h1 {
        font-size: 30px;
    }
    .home-bn-cr.v16 .right-wrap {
        width: 350px;
        margin-top: 0;
        text-align: center;
    }
    .home-bn-cr.v16 .right-wrap img {
        max-width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .home-bn-cr.v16 .left-wrap {
        width: 490px;
    }
    .home-bn-cr.v16 .right-wrap {
        width: 450px;   
    }
}
@media only screen and (min-width: 1024px) {
    .home-bn-cr.v16 .content-wrapper {
        padding: 0 15px;   
    }
    .home-bn-cr.v16 .content-wrapper h1 {
        font-size: 38px;
    }
    .home-bn-cr .content-wrapper .signup-btn {
        padding: 11px 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .home-bn-cr.v16 .content-wrapper {
        margin: 0 auto;
    }
    .home-bn-cr.v16 .left-wrap {
        width: 555px;
    }
    .home-bn-cr.v16 .content-wrapper h1 {
        font-size: 46px;
    }
    .home-bn-cr.v16 .right-wrap {
        width: 556px;  
    }
}

.disable-user-select {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
i {
	font-style: normal;
}
i:not([class]) {
	font-style: italic;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreSxf6TF0.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreQhf6TF0.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreShf6TF0.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreRRf6TF0.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreSRf6TF0.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreSBf6TF0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnPKreRhf6.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5VvmojLeTY.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5Vvk4jLeTY.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5Vvm4jLeTY.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5VvlIjLeTY.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5VvmIjLeTY.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5VvmYjLeTY.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9E4kDNxMZdWfMOD5Vvl4jL.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveSxf6TF0.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveQhf6TF0.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveShf6TF0.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveRRf6TF0.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveSRf6TF0.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveSBf6TF0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnZKveRhf6.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeSxf6TF0.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeQhf6TF0.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeShf6TF0.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeRRf6TF0.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeSRf6TF0.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeSBf6TF0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnSKzeRhf6.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eSxf6TF0.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eQhf6TF0.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eShf6TF0.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eRRf6TF0.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eSRf6TF0.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eSBf6TF0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: url(blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnLK3eRhf6.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eSxf6TF0.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eQhf6TF0.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eShf6TF0.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eRRf6TF0.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eSRf6TF0.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eSBf6TF0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnMK7eRhf6.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eSxf6TF0.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eQhf6TF0.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eShf6TF0.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eRRf6TF0.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eSRf6TF0.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eSBf6TF0.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 900;
	font-display:swap;
	src: url(/blog/fonts/fira-sans-font/va9B4kDNxMZdWfMOD5VnFK_eRhf6.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('/blog/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('/blog/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/blog/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/blog/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/blog/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/blog/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eeeeee;
	border-radius: 0.1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right {
	margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: 0.3em;
}
.fa.pull-right {
	margin-left: 0.3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url("fonts/material-icons/MaterialIcons-Regular.eot");
	/* For IE6-8 */
	src: local("Material Icons"), local("MaterialIcons-Regular"), url("fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
	font-display: block;
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
@font-face {
	font-family: "Material Icons Outlined";
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url("MaterialIconsOutlined-Regular.eot");
	/* For IE6-8 */
	src: local("Material Icons Outlined"), local("MaterialIconsOutlined-Regular"), url("fonts/material-icons/MaterialIconsOutlined-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIconsOutlined-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIconsOutlined-Regular.otf") format("opentype");
}
.material-icons-outlined {
	font-family: "Material Icons Outlined";
}
@font-face {
	font-family: "Material Icons Round";
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url("MaterialIconsRound-Regular.eot");
	/* For IE6-8 */
	src: local("Material Icons Round"), local("MaterialIconsRound-Regular"), url("fonts/material-icons/MaterialIconsRound-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIconsRound-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIconsRound-Regular.otf") format("opentype");
}
.material-icons-round {
	font-family: "Material Icons Round";
}
@font-face {
	font-family: "Material Icons Sharp";
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url("fonts/material-icons/MaterialIconsSharp-Regular.eot");
	/* For IE6-8 */
	src: local("Material Icons Sharp"), local("fonts/material-icons/MaterialIconsSharp-Regular"), url("fonts/material-icons/MaterialIconsSharp-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIconsSharp-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIconsSharp-Regular.otf") format("opentype");
}
.material-icons-sharp {
	font-family: "Material Icons Sharp";
}
@font-face {
	font-family: "Material Icons Two Tone";
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: url("fonts/material-icons/MaterialIconsTwoTone-Regular.eot");
	/* For IE6-8 */
	src: local("Material Icons Two Tone"), local("MaterialIconsTwoTone-Regular"), url("fonts/material-icons/MaterialIconsTwoTone-Regular.woff2") format("woff2"), url("fonts/material-icons/MaterialIconsTwoTone-Regular.woff") format("woff"), url("fonts/material-icons/MaterialIconsTwoTone-Regular.otf") format("opentype");
}
.material-icons-two-tone {
	font-family: "Material Icons Two Tone";
}
@font-face {
	font-family: 'icomoon';
	src: url('fonts/qp-icomoon/icomoon.eot');
	src: url('fonts/qp-icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('fonts/qp-icomoon/icomoon.ttf') format('truetype'), url('fonts/qp-icomoon/icomoon.woff') format('woff'), url('fonts/qp-icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}
.qp-icomoon-icons {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: normal;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	-webkit-font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.e001:before {
	content: "\e001";
}
.e002:before {
	content: "\e002";
}
.e003:before {
	content: "\e003";
}
.e004:before {
	content: "\e004";
}
.e005:before {
	content: "\e005";
}
.e006:before {
	content: "\e006";
}
.e007:before {
	content: "\e007";
}
.e008:before {
	content: "\e008";
}
.e009:before {
	content: "\e009";
}
.e010:before {
	content: "\e010";
}
.e011:before {
	content: "\e011";
}
.e012:before {
	content: "\e012";
}
.e013:before {
	content: "\e013";
}
.e014:before {
	content: "\e014";
}
.e015:before {
	content: "\e015";
}
.e016:before {
	content: "\e016";
}
.e017:before {
	content: "\e017";
}
.e018:before {
	content: "\e018";
}
.e019:before {
	content: "\e019";
}
.icon-img-rating:before {
	content: "\e020";
}
.e021:before {
	content: "\e021";
}
.e022:before {
	content: "\e022";
}
.e023:before {
	content: "\e023";
}
.e024:before {
	content: "\e024";
}
.e025:before {
	content: "\e025";
}
.e026:before {
	content: "\e026";
}
.e027:before {
	content: "\e027";
}
.e028:before {
	content: "\e028";
}
.e029:before {
	content: "\e029";
}
.e030:before {
	content: "\e030";
}
.e031:before {
	content: "\e031";
}
.e032:before {
	content: "\e032";
}
.e033:before {
	content: "\e033";
}
.e034:before {
	content: "\e034";
}
.e035:before {
	content: "\e035";
}
.e036:before {
	content: "\e036";
}
.e037:before {
	content: "\e037";
}
.e038:before {
	content: "\e038";
}
.e039:before {
	content: "\e039";
}
.e040:before {
	content: "\e040";
}
.e041:before {
	content: "\e041";
}
.e042:before {
	content: "\e042";
}
.e043:before {
	content: "\e043";
}
.e044:before {
	content: "\e044";
}
.e045:before {
	content: "\e045";
}
.e046:before {
	content: "\e046";
}
.e047:before {
	content: "\e047";
}
.e048:before {
	content: "\e048";
}
.e049:before {
	content: "\e049";
}
.e050:before {
	content: "\e050";
}
.e051:before {
	content: "\e051";
}
.e052:before {
	content: "\e052";
}
.e053:before {
	content: "\e053";
}
.e054:before {
	content: "\e054";
}
.e055:before {
	content: "\e055";
}
.e056:before {
	content: "\e056";
}
.e057:before {
	content: "\e057";
}
.e058:before {
	content: "\e058";
}
.e059:before {
	content: "\e059";
}
.e060:before {
	content: "\e060";
}
.e061:before {
	content: "\e061";
}
.e062:before {
	content: "\e062";
}
.e063:before {
	content: "\e063";
}
.e064:before {
	content: "\e064";
}
.e065:before {
	content: "\e065";
}
.e066:before {
	content: "\e066";
}
.e067:before {
	content: "\e067";
}
.e068:before {
	content: "\e068";
}
.e069:before {
	content: "\e069";
}
.e070:before {
	content: "\e070";
}
.e071:before {
	content: "\e071";
}
.e072:before {
	content: "\e072";
}
.e073:before {
	content: "\e073";
}
.e074:before {
	content: "\e074";
}
.e075:before {
	content: "\e075";
}
.e076:before {
	content: "\e076";
}
.e077:before {
	content: "\e077";
}
.e078:before {
	content: "\e078";
}
.e079:before {
	content: "\e079";
}
.e080:before {
	content: "\e080";
}
.e081:before {
	content: "\e081";
}
.e082:before {
	content: "\e082";
}
.e083:before {
	content: "\e083";
}
.e084:before {
	content: "\e084";
}
.e085:before {
	content: "\e085";
}
.e086:before {
	content: "\e086";
}
.e087:before {
	content: "\e087";
}
.e088:before {
	content: "\e088";
}
.e089:before {
	content: "\e089";
}
.e090:before {
	content: "\e090";
}
.e091:before {
	content: "\e091";
}
.e092:before {
	content: "\e092";
}
.e093:before {
	content: "\e093";
}
.e094:before {
	content: "\e094";
}
.e095:before {
	content: "\e095";
}
.e096:before {
	content: "\e096";
}
.e097:before {
	content: "\e097";
}
.e098:before {
	content: "\e098";
}
.e099:before {
	content: "\e099";
}
.e100:before {
	content: "\e100";
}
.e101:before {
	content: "\e101";
}
.e102:before {
	content: "\e102";
}
.e103:before {
	content: "\e103";
}
.e104:before {
	content: "\e104";
}
.e105:before {
	content: "\e105";
}
.e106:before {
	content: "\e106";
}
.e107:before {
	content: "\e107";
}
.e108:before {
	content: "\e108";
}
.e109:before {
	content: "\e109";
}
.e110:before {
	content: "\e110";
}
.e111:before {
	content: "\e111";
}
.e112:before {
	content: "\e112";
}
.e113:before {
	content: "\e113";
}
.e114:before {
	content: "\e114";
}
.e115:before {
	content: "\e115";
}
.e116:before {
	content: "\e116";
}
.e117:before {
	content: "\e117";
}
.e118:before {
	content: "\e118";
}
.e119:before {
	content: "\e119";
}
.e120:before {
	content: "\e120";
}
.e121:before {
	content: "\e121";
}
.e122:before {
	content: "\e122";
}
.e123:before {
	content: "\e123";
}
.e124:before {
	content: "\e124";
}
.e125:before {
	content: "\e125";
}
.e126:before {
	content: "\e126";
}
.e127:before {
	content: "\e127";
}
.e128:before {
	content: "\e128";
}
.e129:before {
	content: "\e129";
}
.e130:before {
	content: "\e130";
}
.e131:before {
	content: "\e131";
}
.e132:before {
	content: "\e132";
}
.e133:before {
	content: "\e133";
}
.e134:before {
	content: "\e134";
}
.e135:before {
	content: "\e135";
}
.e136 .path1:before {
	content: "\e136";
	color: #000;
}
.e136 .path2:before {
	content: "\e137";
	color: #000;
	margin-left: -1.03125em;
}
.e136 .path3:before {
	content: "\e138";
	color: #000;
	margin-left: -1.03125em;
}
.e136 .path4:before {
	content: "\e139";
	color: #000;
	margin-left: -1.03125em;
}
.e136 .path5:before {
	content: "\e13a";
	color: #fefefe;
	margin-left: -1.03125em;
}
.e136 .path6:before {
	content: "\e13b";
	color: #000;
	margin-left: -1.03125em;
}
.e140:before {
	content: "\e140";
}
.e141:before {
	content: "\e141";
}
.e142:before {
	content: "\e142";
}
.e143:before {
	content: "\e143";
}
.e144:before {
	content: "\e144";
}
.e145:before {
	content: "\e145";
}
.e146:before {
	content: "\e146";
}
.e147:before {
	content: "\e147";
}
.e148:before {
	content: "\e148";
}
.e149:before {
	content: "\e149";
}
.e150:before {
	content: "\e150";
}
.e151:before {
	content: "\e151";
}
.e152:before {
	content: "\e152";
}
.e153:before {
	content: "\e153";
}
.e154:before {
	content: "\e154";
}
.e155:before {
	content: "\e155";
}
.e156:before {
	content: "\e156";
}
.e157:before {
	content: "\e157";
}
.e158:before {
	content: "\e158";
}
.e159:before {
	content: "\e159";
}
.e160:before {
	content: "\e160";
}
.e161:before {
	content: "\e161";
}
.e162:before {
	content: "\e162";
}
.e163:before {
	content: "\e163";
}
.e164:before {
	content: "\e164";
}
.e165:before {
	content: "\e165";
}
.e166:before {
	content: "\e166";
}
.e167:before {
	content: "\e167";
}
.e168:before {
	content: "\e168";
}
.e169:before {
	content: "\e169";
}
.e170:before {
	content: "\e170";
}
.e171:before {
	content: "\e171";
}
.e172:before {
	content: "\e172";
}
.e173:before {
	content: "\e173";
}
.e174:before {
	content: "\e174";
}
.e175:before {
	content: "\e175";
}
.e176:before {
	content: "\e176";
}
.e177:before {
	content: "\e177";
}
.e178:before {
	content: "\e178";
}
.e179:before {
	content: "\e179";
}
.e180:before {
	content: "\e180";
}
.e181:before {
	content: "\e181";
}
.e182:before {
	content: "\e182";
}
.e183:before {
	content: "\e183";
}
.e184:before {
	content: "\e184";
}
.e185:before {
	content: "\e185";
}
.e186:before {
	content: "\e186";
}
.e187:before {
	content: "\e187";
}
.e188:before {
	content: "\e188";
}
.e189:before {
	content: "\e189";
}
.e190:before {
	content: "\e190";
}
.e191:before {
	content: "\e191";
}
.e192:before {
	content: "\e192";
}
.e193:before {
	content: "\e193";
}
.e194:before {
	content: "\e194";
}
.e195:before {
	content: "\e195";
}
.e196:before {
	content: "\e196";
}
.e197:before {
	content: "\e197";
}
.e198:before {
	content: "\e198";
}
.e199:before {
	content: "\e199";
}
.e200:before {
	content: "\e200";
}
.e201:before {
	content: "\e201";
}
.e202:before {
	content: "\e202";
}
.e203:before {
	content: "\e203";
}
.e204:before {
	content: "\e204";
}
.e205:before {
	content: "\e205";
}
.e206:before {
	content: "\e206";
}
.e207:before {
	content: "\e207";
}
.e208:before {
	content: "\e208";
}
.e209:before {
	content: "\e209";
}
.e210:before {
	content: "\e210";
}
.e211:before {
	content: "\e211";
}
.e212:before {
	content: "\e212";
}
.e213:before {
	content: "\e213";
}
.e214:before {
	content: "\e214";
}
.e215:before {
	content: "\e215";
}
.e216:before {
	content: "\e216";
}
.e217:before {
	content: "\e217";
}
.e218:before {
	content: "\e218";
}
.e219:before {
	content: "\e219";
}
.e220:before {
	content: "\e220";
}
.e221:before {
	content: "\e221";
}
.e222:before {
	content: "\e222";
}
.e223:before {
	content: "\e223";
}
.e224:before {
	content: "\e224";
}
.e225:before {
	content: "\e225";
}
.e226:before {
	content: "\e226";
}
.e227:before {
	content: "\e227";
}
.e228:before {
	content: "\e228";
}
.e229:before {
	content: "\e229";
}
.e230:before {
	content: "\e230";
}
.e231:before {
	content: "\e231";
}
.e232:before {
	content: "\e232";
}
.e233:before {
	content: "\e233";
}
.e234:before {
	content: "\e234";
}
.e235:before {
	content: "\e235";
}
.e236:before {
	content: "\e236";
}
.e237:before {
	content: "\e237";
}
.e238:before {
	content: "\e238";
}
.e239:before {
	content: "\e239";
}
.e240:before {
	content: "\e240";
}
.e241:before {
	content: "\e241";
}
.e242:before {
	content: "\e242";
}
.e243:before {
	content: "\e243";
}
.e244:before {
	content: "\e244";
}
.e245:before {
	content: "\e245";
}
.e246:before {
	content: "\e246";
}
.e247:before {
	content: "\e247";
}
.e248:before {
	content: "\e248";
}
.e249:before {
	content: "\e249";
}
.e250:before {
	content: "\e250";
}
.e251:before {
	content: "\e251";
}
.e252:before {
	content: "\e252";
}
.e253:before {
	content: "\e253";
}
.e254:before {
	content: "\e254";
}
.e255:before {
	content: "\e255";
}
.e256:before {
	content: "\e256";
}
.e257:before {
	content: "\e257";
}
.e258:before {
	content: "\e258";
}
.e259:before {
	content: "\e259";
}
.e260:before {
	content: "\e260";
}
.e261:before {
	content: "\e261";
}
.e262:before {
	content: "\e262";
}
.e263:before {
	content: "\e263";
}
.e264:before {
	content: "\e264";
}
.e265:before {
	content: "\e265";
}
.e266:before {
	content: "\e266";
}
.e267:before {
	content: "\e267";
}
.e268:before {
	content: "\e268";
}
.e269:before {
	content: "\e269";
}
.e270:before {
	content: "\e270";
}
.e271:before {
	content: "\e271";
}
.e272:before {
	content: "\e272";
}
.e273:before {
	content: "\e273";
}
.e274:before {
	content: "\e274";
}
.e275:before {
	content: "\e275";
}
.e276:before {
	content: "\e276";
}
.e277:before {
	content: "\e277";
}
.e278:before {
	content: "\e278";
}
.e279:before {
	content: "\e279";
}
.e280:before {
	content: "\e280";
}
.e281:before {
	content: "\e281";
}
.e282:before {
	content: "\e282";
}
.e283:before {
	content: "\e283";
}
.e284:before {
	content: "\e284";
}
.e285:before {
	content: "\e285";
}
.e286:before {
	content: "\e286";
}
.e287:before {
	content: "\e287";
}
.e288:before {
	content: "\e288";
}
.e289:before {
	content: "\e289";
}
.e290:before {
	content: "\e290";
}
.e291:before {
	content: "\e291";
}
.e292:before {
	content: "\e292";
}
.e293:before {
	content: "\e293";
}
.e294:before {
	content: "\e294";
}
.e295:before {
	content: "\e295";
}
.e296:before {
	content: "\e296";
}
.e297:before {
	content: "\e297";
}
.e298:before {
	content: "\e298";
}
.e299:before {
	content: "\e299";
}
.e300:before {
	content: "\e300";
}
.e301:before {
	content: "\e301";
}
.e302:before {
	content: "\e302";
}
.e303:before {
	content: "\e303";
}
.e304:before {
	content: "\e304";
}
.e305:before {
	content: "\e305";
}
.e306:before {
	content: "\e306";
}
.e307:before {
	content: "\e307";
}
.e308:before {
	content: "\e308";
}
.e309:before {
	content: "\e309";
}
.e310:before {
	content: "\e310";
}
.e311:before {
	content: "\e311";
}
.e312:before {
	content: "\e312";
}
.e313:before {
	content: "\e313";
}
.e314:before {
	content: "\e314";
}
.e315:before {
	content: "\e315";
}
.e316:before {
	content: "\e316";
}
.e317:before {
	content: "\e317";
}
.e318:before {
	content: "\e318";
}
.e319:before {
	content: "\e319";
}
.e320:before {
	content: "\e320";
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html *,
body * {
    font-family: 'Fira Sans', sans-serif;
	font-display:swap;
}

body {
    line-height: 1.5 !important;
    padding-top: 49px !important;
}
.lazyload,
.lazyloading {
    width: 30px !important;
    height: auto;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
    body {
        padding-top: 84px !important;
    }
}

body.nav-up .header-wrapper {
    top: -49px !important;
}

@media only screen and (min-width: 1024px) {
    body.nav-up .header-wrapper {
        top: -84px !important;
    }
}

body.nav-up .header-wrapper .mobile-nav-wrapper {
    top: 0;
}
@media only screen and (min-width: 1024px) {
    body.lang-nav-shown {
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}
@media only screen and (min-width: 1024px) {
    body.lang-nav-hidden {
        padding-top: 64px !important;
    }
}
@media only screen and (min-width: 1024px) {
    body.lang-nav-hidden .header-wrapper .content-wrapper {
        height: 64px !important;
        padding-top: 0;
    }
    body.lang-nav-hidden .header-wrapper .content-wrapper .navbar-nav .nav-item.mega-menu .nav-link {
        line-height: 30px;
    }
    body.lang-nav-hidden .header-wrapper .lang-nav {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
/* Site Search Styling */
.qp-header-search {
    margin: 3px 5% 5%;
    height: 56px;
}
@media only screen and (min-width: 1024px) {
    .qp-header-search {
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        -webkit-border-radius: 30px ;
        -moz-border-radius: 30px ;
        border-radius: 30px ;
        display: inline-block;
        margin: 0 16px 0 0;
        position: absolute;
        right: 100%;
        top: 50%;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
}
.qp-header-search.search-active {
    width: 160px;
    border: 1px solid #1B87E6;
}
.qp-header-search.search-active form .qp-form-text {
    width: 100%;
    -webkit-border-radius: 30px ;
    -moz-border-radius: 30px ;
    border-radius: 30px ;
    margin: 0;
    padding: 3px 10px 3px 28px;
}
.qp-header-search.search-active form .qp-form-text:focus {
    -webkit-border-radius: 30px ;
    -moz-border-radius: 30px ;
    border-radius: 30px ;
}
.qp-header-search form {
    height: 100%;
    position: relative;
}
.qp-header-search form .qp-form-text {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #909090;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 10px 10px 30px;
}
@media only screen and (min-width: 1024px) {
    .qp-header-search form .qp-form-text {
        width: 0%;
        -webkit-border-radius: 30px ;
        -moz-border-radius: 30px ;
        border-radius: 30px ;
        border: 0;
        line-height: normal;
        padding: 0;
    }
}
.qp-header-search form .qp-form-text::-webkit-input-placeholder {
    color: #909090;
}
.qp-header-search form .qp-form-text:-moz-placeholder {
    color: #909090;
}
.qp-header-search form .qp-form-text::-moz-placeholder {
    color: #909090;
}
.qp-header-search form .qp-form-text:-ms-input-placeholder {
    color: #909090;
}
.qp-header-search form .qp-form-text:focus {
    border: 1px solid #ddd;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    outline: 0;
}
@media only screen and (min-width: 1024px) {
    .qp-header-search form .qp-form-text:focus {
        border: 0;
    }
}
.qp-header-search .fa.fa-search {
    color: #909090;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 1024px) {
    .qp-header-search .fa.fa-search {
        height: 100%;
        left: 8px;
        line-height: 23px;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}
.qp-header-search .fa.fa-search:hover {
    cursor: pointer;
}
a,
[class^="btn-"] {
    outline: none;
}

a:hover,
[class^="btn-"]:hover,
a:focus,
[class^="btn-"]:focus {
    outline: none;
    text-decoration: none;
}

dl,
dd,
dt {
    list-style: none;
}

.header-wrapper ul,
.footer-wrapper-top ul,
.footer-wrapper-bottom ul,
.header-wrapper li,
.footer-wrapper-top li,
.footer-wrapper-bottom li,
.header-wrapper ol,
.footer-wrapper-top ol,
.footer-wrapper-bottom ol {
    list-style: none;
}

svg:not(:root) {
    vertical-align: middle;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media only screen and (min-width: 1024px) {
    .content-wrapper {
        width: 97%;
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .content-wrapper {
        width: 1170px;
        padding: 0 15px;
    }
}

.qp-nav-backdrop {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 0;
}

.qp-nav-backdrop.active {
    cursor: url("/images/outside/common/cursor-close.png"), progress;
    display: block;
}

.header-wrapper {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
/*    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; */
    z-index: 5;
}
.header-wrapper:after {
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.header-wrapper .content-wrapper {
    height: 49px !important;
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    overflow: unset;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .content-wrapper {
        height: 84px !important;
        padding-top: 30px;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}

.header-wrapper .mobile-nav-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    margin: 13px 15px 13px 0;
    position: relative;
    vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .mobile-nav-btn {
        display: none;
    }
    .header-wrapper .mobile-nav-btn.active .bar {
        width: 86%;
        height: 2px;
    }
}

.header-wrapper .mobile-nav-btn.active .bar.middle {
    display: none;
}

.header-wrapper .mobile-nav-btn.active .bar.top {
    background-color: #1B87E6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 40%;
}

.header-wrapper .mobile-nav-btn.active .bar.bottom {
    background-color: #1B87E6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 40%;
}

.header-wrapper .mobile-nav-btn .bar {
    width: 100%;
    height: 4px;
    background: #1B87E6;
    position: absolute;
}

.header-wrapper .mobile-nav-btn .top {
    top: 0;
  /*  transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
}

.header-wrapper .mobile-nav-btn .middle {
    left: 0;
    margin: 0;
    top: 9px;
  /*  transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
}

.header-wrapper .mobile-nav-btn .bottom {
    top: 18px;
/*    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;*/
}

.header-wrapper .qp-logo {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

@media only screen and (min-width: 500px) {
    .header-wrapper .qp-logo {
        width: 167px;
    }
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .qp-logo {
        margin-left: 0;
        margin-right: 20px;
    }
		.rtl .header-wrapper .qp-logo {
			margin-left: 20px;
			margin-right: 0;
		}
}

.header-wrapper .qp-logo > img {
    max-width: 100%;
    height: auto;
}

.header-wrapper .mobile-nav-wrapper {
    width: 100%;
    height: auto;
    background: #fff;
    bottom: 0;
    display: inline-block;
    left: -100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    padding: 0;
    position: fixed;
    top: 49px !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 500px) {
    .header-wrapper .mobile-nav-wrapper {
        width: 260px;
        left: -260px;
    }
}
.header-wrapper .mobile-nav-wrapper.active {
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    visibility: visible;
    z-index: 1;
}

.header-wrapper .mobile-nav-wrapper .navbar-nav {
    display: inline-block;
}

.header-wrapper .mobile-nav-wrapper .login-link {
    width: 90%;
    border: 1px solid #505F82;
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    margin: 5%;
    padding: 16px 10px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .mobile-nav-wrapper .login-link {
        color: #1B87E6;
        font-size: 12px;
    }
}
.header-wrapper .mobile-nav-wrapper .login-link:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}

.header-wrapper .mobile-nav-wrapper .login-link.is-mobile {
    display: block;
}
.header-wrapper .mobile-nav-wrapper .login-link.is-mobile:before {
    background: transparent;
}

.header-wrapper .navbar-nav {
    width: 100%;
    height: auto;
    background: none;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav {
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }
}
.header-wrapper .navbar-nav.lang-nav {
    border-top: 1px solid #ddd;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav.lang-nav {
        border-top: 0;
        position: absolute;
        right: 15px;
        top: 0;
        margin: 0;
        display: flex;
        height: 20px;
        vertical-align: middle;
        margin: 6px 0 0;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}
.header-wrapper .navbar-nav > .nav-item {
    width: 100%;
    display: block;
    vertical-align: top;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item {
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }
}

.header-wrapper .navbar-nav > .nav-item:last-child .nav-link.dropdown-toggle:after {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item:hover .nav-link ~ .dropdown-menu {
        cursor: default;
        display: block;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}

.header-wrapper .navbar-nav > .nav-item:hover .nav-link.dropdown-toggle:before {
    display: block;
}

.header-wrapper .navbar-nav > .nav-item .nav-link {
    color: #505050;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    padding: 18px 16px;
    position: relative;
}
.header-wrapper .navbar-nav > .nav-item .nav-link:hover {
    text-decoration: none;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item .nav-link:hover {
        color: #1B87E6;
    }
}
.header-wrapper .navbar-nav > .nav-item .nav-link.dropdown-toggle .e070 {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item .nav-link.dropdown-toggle .e070 {
        margin-left: 5px;
        font-size: 12px;
        font-weight: 700;
    }
		.rtl .header-wrapper .navbar-nav > .nav-item .nav-link.dropdown-toggle .e070 {
			margin-left: 0;
			margin-right: 5px;
		}
}
.header-wrapper .navbar-nav > .nav-item .nav-link > svg {
    width: 12px;
    height: 12px;
    fill: #505f82;
    position: relative;
    top: -1px;
}
.header-wrapper .navbar-nav > .nav-item .nav-link > svg .cls-1,
.header-wrapper .navbar-nav > .nav-item .nav-link > svg .cls-2,
.header-wrapper .navbar-nav > .nav-item .nav-link > svg .cls-nw {
    fill: #505f82;
    stroke: none;
    stroke-miterlimit: 10;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu {
    width: 100%;
    background: #f9f9f9;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    margin: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute !important;
    top: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.header-wrapper .wpml-ls-legacy-list-vertical {
	display: block;
}

.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    white-space: normal;
    vertical-align: top;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item svg {
    width: 32px;
    height: 32px;
    left: 18px;
    position: absolute;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item svg {
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
    }
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item svg .cls-1,
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item svg .cls-2 {
    fill: none;
    stroke: none;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item svg .cls-1 {
    stroke: #505f82;
    stroke-miterlimit: 10;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item svg .cls-nw {
    stroke: #505f82;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item > img {
    width: 32px;
    left: 10px;
    margin-top: 4px;
    position: absolute;
}
.rtl .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item > img {
	left: auto;
	right: 10px;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item > img {
        margin-top: 0;
        position: static;
    }
}
@media only screen and (min-width: 1200px) {
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item > img {
        width: 40px;
    }
}
.rtl .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span {
	margin-left: 16px;
	margin-right: 0;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span {
    width: 100%;
    display: block;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.menu-heading {
    font-size: 16px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.menu-subheading {
    font-size: 12px;
    line-height: 1.5;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span[class^="icl-"],
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span[class*="icl-"] {
    width: 24px;
    height: 16px;
    background-color: transparent;
    background-image: url("/blog/wp-content/uploads/2022/10/flags.png");
    background-repeat: no-repeat;
    background-size: 24px 3876px;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-br {
    background-position: -1px -1004px;
}

.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-ger,
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-de {
    background-position: -1px -3452px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-ar {
    background-position: -1px -52px;
}

.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-es {
    background-position: -1px -1480px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-ja {
    background-position: -1px -528px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-ru {
    background-position: -1px -868px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-fr {
    background-position: -1px -324px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-usa,
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-en {
    background-position: -1px -69px;
}

.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-in {
    background-position: -1px -2245px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-mex {
    background-position: -1px -2755px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-uk {
    background-position: -1px -86px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-aus {
    background-position: -1px -2279px;
}

.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-uae {
    background-position: -1px -3061px;
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span.icl-global {
    width: 18px;
    height: 18px;
    background-color: #fff;
    background-image: url("/images/outside/common/sprite-us-home.png");
    background-position: -132px -68px;
    background-size: unset;
    border-radius: 20px;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item span {
        margin-top: 0;
    }
}

.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.header-wrapper .wpml-ls-legacy-list-vertical a:hover {
    background: #EDF6FD !important;
    color: #1B87E6;
}
.rtl .header-wrapper img.wpml-ls-flag {
	margin-left: 16px;
	margin-right: 0;
}
.header-wrapper img.wpml-ls-flag {
	max-width: 100%;
	margin-right: 16px;
}
.header-wrapper .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
	margin-right: 0 !important;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover svg .cls-1,
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover svg .cls-3,
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover svg .cls-4,
    .header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover svg .cls-2-1 {
        stroke: #1B87E6;
    }
}
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover svg .cls-nw,
.header-wrapper .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover svg .cls-1 {
    stroke: #1B87E6;
}
.header-wrapper .navbar-nav > .nav-item.mega-menu {
    position: static !important;
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .nav-link {
    border: 0;
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu > .nav-link {
        border-top: none;
        line-height: 20px;
        padding: 17px 8px;
        position: relative;
    }
}

@media only screen and (min-width: 1200px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .nav-link {
        padding-left: 11px;
        padding-right: 11px;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu .nav-link:hover:after {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .nav-link:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        background: #1B87E6;
        height: 4px;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        z-index: 9999;
    }

    .header-wrapper .navbar-nav > .nav-item.mega-menu.open-drpdn .nav-link {
        color: #1B87E6;
    }
    .header-wrapper .navbar-nav > .nav-item.mega-menu.open-drpdn .nav-link:after {
        width: 100%;
    }
}

.header-wrapper .navbar-nav > .nav-item.mega-menu.show .nav-link {
    border-bottom: 1px solid #f2f2f2;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.show .nav-link {
        border-bottom: none;
    }
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu {
    width: 100%;
    background: none;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    position: static !important;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu {
        width: 880px;
        min-height: 206px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
        background: #f9f9f9;
        left: 50%;
        position: absolute !important;
        -webkit-transform: translate(-50%, 0) !important;
        -moz-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
        -o-transform: translate(-50%, 0) !important;
    }
		.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu.dropdown-menu-es {
			min-height: 230px;
		}
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper {
        font-size: 0;
        left: 0;
        min-height: 206px;
        padding: 24px 40px;
        position: absolute;
        top: 3px;
    }
		.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu.dropdown-menu-es .dropdown-wrapper {
			min-height: 230px;
		}
}
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item {
    width: 100%;
    background: #f9f9f9;
    display: inline-block;
    font-weight: 300;
    padding: 16px 20px 16px 60px;
    position: relative;
    text-align: left;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.rtl .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item {
	padding: 16px 60px 16px 20px;
}
.rtl .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item,
.rtl .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .block-list-title {
	text-align: right;
}
@media only screen and (min-width: 400px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item {
        padding: 16px 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item {
        width: 200px;
        height: 100%;
        background: none;
        padding: 15px;
        vertical-align: middle;
    }
		.rtl .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item {
			padding: 15px;
		}
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:before,
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 43px;
    height: 43px;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:before,
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:after {
        display: none;
    }
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:after {
    border: 6px solid #000;
    transition: all 0.4s;
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:before {
    width: 33px;
    height: 33px;
    background: #000;
    opacity: 0.12;
    transform: translateX(-80%) translateY(-50%) scale(1);
}
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:hover:after {
    opacity: 0.12;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:hover:before,
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item:hover:after {
    z-index: 0;
}
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item.no-icon {
    padding: 16px 30px;
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item.no-icon:before,
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item.no-icon:after {
    right: 20%;
}

.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item span.menu-heading {
    color: #505050;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item span.menu-heading {
        margin: 8px 0;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu .dropdown-menu .dropdown-wrapper .dropdown-item span.menu-subheading {
    color: #909090;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs {
        position: relative !important;
    }
    .header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs .dropdown-menu {
        width: 272px;
    }
    .header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs .dropdown-menu .dropdown-wrapper {
        padding: 32px 0;
        position: static;
    }
    .header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs .dropdown-menu .dropdown-wrapper .dropdown-item {
        width: 100%;
        padding: 0 56px;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs .dropdown-menu .dropdown-wrapper .dropdown-item:hover .menu-heading {
    color: #1B87E6;
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs.block-list .dropdown-menu .dropdown-item:hover,
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs.sub-tabs .dropdown-menu .dropdown-item:hover,
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs.lang-menu .dropdown-menu .dropdown-item:hover {
    color: #1B87E6;
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs.block-list .dropdown-menu .dropdown-item:hover .menu-heading,
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs.sub-tabs .dropdown-menu .dropdown-item:hover .menu-heading,
.header-wrapper .navbar-nav > .nav-item.mega-menu.sub-tabs.lang-menu .dropdown-menu .dropdown-item:hover .menu-heading {
    color: inherit;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-data-wrapper {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-data-wrapper:first-child {
    border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-data-wrapper:first-child {
        border-bottom: 0;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-data-wrapper:last-child {
    border: 0;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
        background: #f9f9f9;
        padding: 40px 31px;
    }
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-menu-wrap {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-menu-wrap:after {
        width: 2px;
        height: 100%;
        background: #eee;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper:first-child {
        margin-right: 8px;
    }
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper {
        width: 185px;
        background: none;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        position: relative;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .block-list-title {
    background: #f9f9f9;
    color: #909090;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px 30px;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .block-list-title {
        background: none;
        min-height: 18px;
        margin-bottom: 24px;
        padding: 0 8px;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .block-list-title.nt {
    padding: 0;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .dropdown-item {
        width: 100%;
        display: block;
        padding: 8px;
    }
    .header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .dropdown-item .menu-heading {
        margin: 0;
    }
}
.header-wrapper .navbar-nav > .nav-item.mega-menu.block-list .dropdown-menu .dropdown-wrapper .dropdown-item:hover .menu-heading {
    color: inherit;
}
.header-wrapper .navbar-nav > .nav-item.lang-menu {
    position: relative;
    display: inline-block;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.lang-menu {
        width: auto;
        border-right: 1px solid #ddd;
        display: flex;
        position: relative !important;
    }
    .header-wrapper .navbar-nav > .nav-item.lang-menu:hover {
        cursor: pointer;
    }
    .header-wrapper .navbar-nav > .nav-item.lang-menu:first-child {
        border-left: 1px solid #ddd;
    }
    .header-wrapper .navbar-nav > .nav-item.lang-menu.open .nav-link:before {
        display: none;
    }
    .header-wrapper .navbar-nav > .nav-item.lang-menu.open-drpdn .nav-link:before {
        display: block;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .header-wrapper .navbar-nav > .nav-item.lang-menu.open-drpdn .nav-link .lang-icon,
    .header-wrapper .navbar-nav > .nav-item.lang-menu.open-drpdn .nav-link .phone-icon {
        color: #1B87E6;
    }
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu {
    margin-bottom: 1px;
    min-width: auto;
    position: static;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu {
        width: 272px;
				min-height: auto;
        background: #f9f9f9;
        bottom: auto !important;
        -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
        left: 50%;
        margin-bottom: 0;
        min-width: 272px;
        padding: 32px 0;
        top: 100% !important;
        -webkit-transform: translate(-50%, 0) !important;
        -moz-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
        -o-transform: translate(-50%, 0) !important;
    }
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu:before {
    display: none;
}
.header-wrapper span.wpml-ls-display {
	display: none;
}
.header-wrapper .wpml-ls-legacy-list-vertical .wpml-ls-flag + span {
	margin-left: 0;
}
.header-wrapper .wpml-ls-legacy-list-vertical a {
	font-weight: 300;
}
.rtl .header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu .dropdown-item,
.rtl .header-wrapper .wpml-ls-legacy-list-vertical a {
	text-align: right;
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu .dropdown-item,
.header-wrapper .wpml-ls-legacy-list-vertical a {
	background: #f9f9f9;
	color: #505050;
	display: block;
	font-size: 16px;
	padding: 16px 25px;
}
@media only screen and (min-width: 1024px) {
	.header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu .dropdown-item,
	.header-wrapper .wpml-ls-legacy-list-vertical a {
		font-size: 14px;
		padding: 8px 56px;
	}
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .dropdown-menu .dropdown-item:hover,
.header-wrapper .wpml-ls-legacy-list-vertical a:hover {
	color: #1B87E6;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link {
        margin: 0 12px;
        padding: 0 5px;
    }

    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:after {
        width: 0 !important;
        height: 0;
        background: none;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        border-right: 0.3em solid transparent;
        border-top: 0.3em solid;
        color: inherit;
        content: "";
        display: inline-block;
        margin-left: 0.255em;
        position: static;
    }
		
		.rtl .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:after {
			margin-left: 0;
			margin-right: 0.255em;
		}

    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:before {
        background: #EDF6FD;
        -webkit-border-radius: 2px ;
        -moz-border-radius: 2px ;
        border-radius: 2px ;
        bottom: -1px;
        content: '';
        display: block;
        left: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        position: absolute;
        right: 0;
        top: -1px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transition-duration: 0.15s;
        transition-property: transform,opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1;
    }
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:hover:after {
    color: #1B87E6;
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:hover ~ .dropdown-menu {
        display: block;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link:hover.dropdown-toggle:before {
    display: block;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link > span,
    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link > .e070 {
        display: none;
    }
}
.header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link .lang-icon,
.header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link .phone-icon {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link .lang-icon,
    .header-wrapper .navbar-nav > .nav-item.lang-menu .nav-link .phone-icon {
        display: inline-block;
    }
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.active:hover .nav-link ~ .dropdown-menu,
    .header-wrapper .navbar-nav > .nav-item.open:hover .nav-link ~ .dropdown-menu {
        display: block;
    }
}

.header-wrapper .navbar-nav > .nav-item.active .nav-link,
.header-wrapper .navbar-nav > .nav-item.open .nav-link {
    color: #1B87E6;
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.active .nav-link,
    .header-wrapper .navbar-nav > .nav-item.open .nav-link {
        color: #505050;
    }
    .header-wrapper .navbar-nav > .nav-item.active .nav-link ~ .dropdown-menu,
    .header-wrapper .navbar-nav > .nav-item.open .nav-link ~ .dropdown-menu {display: none;
    }
    .header-wrapper .navbar-nav > .nav-item.active .nav-link:after,
    .header-wrapper .navbar-nav > .nav-item.open .nav-link:after {
        color: #505050;
    }
    .header-wrapper .navbar-nav > .nav-item.active .nav-link:before,
    .header-wrapper .navbar-nav > .nav-item.open .nav-link:before {
        color: #505050;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
}
.header-wrapper .navbar-nav > .nav-item.active .nav-link .e070,
.header-wrapper .navbar-nav > .nav-item.open .nav-link .e070 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.active .nav-link .e070,
    .header-wrapper .navbar-nav > .nav-item.open .nav-link .e070 {
        color: #505050;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .navbar-nav > .nav-item.active .nav-link {
        color: #1B87E6;
    }
    .header-wrapper .navbar-nav > .nav-item.active .nav-link:after {
        width: 100%;
    }
}
.header-wrapper .free-ac-btn {
    background: #1B87E6;
    border: none !important;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    padding: 4px 10px 3px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 0;
}

@media only screen and (min-width: 768px) {
    .header-wrapper .free-ac-btn {
        font-size: 14px;
        padding: 6px 20px 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .header-wrapper .free-ac-btn {
        margin-left: 0;
        margin-right: 0;
    }
}
.header-wrapper .free-ac-btn:hover {
    background: #00beff;
    text-decoration: none;
}
.header-wrapper .login-link {
    border: none important;
    -webkit-border-radius: 0 ;

    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #1B87E6;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 15px;
    position: relative;
    vertical-align: middle;
    z-index: 0;
    display: none;
}
.header-wrapper .login-link:before {
    background: #EDF6FD;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.header-wrapper .login-link:hover {
    color: #1B3380;
    text-decoration: none;
}
.header-wrapper .login-link:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
@media only screen and (min-width: 1024px) {
    .header-wrapper .login-link {
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        margin: 0 0 0 12px;
        padding: 4px 10px;
    }
}
.header-wrapper .login-link:hover {
    color: #1B87E6;
}
.header-wrapper .login-link.is-mobile {
    display: none;
}

.login-notification-popup.modal.fade {
    width: 100vw;
    z-index: 10000;
}

.login-notification-popup.modal.fade.show {
    opacity: 1;
}

.login-notification-popup.modal.fade.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.login-notification-popup .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.login-notification-popup .modal-content {
    height: 100%;
}

.login-notification-popup .modal-header {
    background: none;
    border: none;
    padding: 30px 15px;
}

@media only screen and (min-width: 480px) {
    .login-notification-popup .modal-header {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 500px) {
    .login-notification-popup .modal-header {
        padding: 30px 15px;
    }
}

.login-notification-popup .modal-body {
    height: calc(100% - 98px);
    padding: 15px 30px;
    position: relative;
}

@media only screen and (min-width: 480px) {
    .login-notification-popup .modal-body {
        height: calc(100% - 78px);
    }
}

@media only screen and (min-width: 500px) {
    .login-notification-popup .modal-body {
        height: calc(100% - 98px);
    }
}

.login-notification-popup .modal-body p {
    color: #0a86ea;
    font-size: 15px;
    margin-bottom: 20px;
}

.login-notification-popup .modal-body .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    left: 15px;
    margin-top: 10px;
    position: absolute;
    right: 15px;
    vertical-align: top;
}

.login-notification-popup .modal-body .btn.btn-back {
    background: #0a86ea;
    border: 2px solid #0a86ea;
    bottom: 60px;
    color: #fff;
}

.login-notification-popup .modal-body .btn.btn-continue {
    background: none;
    border: 2px solid #0a86ea;
    bottom: 10px;
    color: #0a86ea;
}

.row {
    max-width: 1170px !important;
}

/* UserLite Form CSS Start */
.userlite-btn {
    text-transform: none;
}
.userlite-btn:hover,
.userlite-btn.active,
.userlite-btn.active:focus,
.userlite-btn:active,
.userlite-btn:active:focus,
.userlite-btn:focus {
    box-shadow: none;
    outline: none;
}
.userlite-btn.primary-button-new:hover,
.userlite-btn.primary-button-new.active,
.userlite-btn.primary-button-new.active:focus,
.userlite-btn.primary-button-new:active,
.userlite-btn.primary-button-new:active:focus,
.userlite-btn.primary-button-new:focus {
    background: #00beff;
    box-shadow: none;
}
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.userlite-modal.modal.fade .modal-dialog .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.userlite-modal.modal.fade .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0;
}
.userlite-modal.modal.fade .modal-dialog .modal-content .modal-header button.close {
    border: none;
    background: none;
    color: #bdbdbd !important;
    font-size: 16px;
    margin: 0 auto;
    outline: none;
    opacity: 1;
}
.userlite-modal.modal.fade .modal-dialog .modal-content .modal-header button.close:hover {
    box-shadow: none;
}
.userlite-modal.modal.fade .modal-dialog .modal-content .modal-header button.close:hover i {
    color: #555;
    cursor: pointer;
    opacity: 1;
}
.userlite-modal.modal.fade .modal-dialog .modal-content .modal-header button.close:active {
    box-shadow: none;
}
.userlite-modal.modal.fade .modal-dialog .modal-content .modal-header button.close span {
    font-size: inherit;
}
.success-message-div {
    color: #333;
    font-size: 16px;
    line-height: 1.42857143;
    margin: 30px auto;
    padding: 0 15px;
    text-align: center;
}
.success-message-div p {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .success-message-div p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) {
    .success-message-div p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1024px) {
    .success-message-div {
        padding-left: 0;
        padding-right: 0;
    }
}
.success-message-div span {
    font-weight: 300;
}
.success-message-div span > span {
    font-size: 24px;
}
#SuccessMessagePara.success-message-para span {
    display: block;
    padding: 2px 0;
}
.home-contact-us-form-wrapper {
    border: 1px solid #ddd;
    margin-top: 45px;
    padding: 30px 10px 10px 10px;
}
.home-contact-us-form-wrapper .home-contactus {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .home-contact-us-form-wrapper .home-contactus {
        width: 60%;
    }
}
form.userlite {
    width: 98%;
    display: block;
    margin: 0 auto;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    form.userlite {
        width: 100%;
        padding: 10px 15px 34px;
    }
}
form.userlite .error {
    width: 100% !important;
    background: none !important;
    color: #c00 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    text-align: left;
}
form.userlite .form-header {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}
form.userlite .form-header span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
form.userlite .form-input-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    z-index: 0;
}
form.userlite .form-input-wrapper.home-contactus {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    form.userlite .form-input-wrapper.home-contactus {
        width: 60%;
    }
}
form.userlite .form-input-wrapper.home-contactus .custom-form-textarea .form-textarea {
    min-height: 85px;
}
form.userlite .form-input-wrapper .form-fields {
    width: 100%;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
form.userlite .form-input-wrapper .form-fields .control-label {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
form.userlite .form-input-wrapper .form-fields > div {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}
form.userlite .form-input-wrapper .form-fields.two > div:first-child {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    form.userlite .form-input-wrapper .form-fields.two > div {
        width: calc(50% - 9px);
        margin-left: 9px;
    }
    form.userlite .form-input-wrapper .form-fields.two > div:first-child {
        margin: 0 9px 0 0;
    }
}
form.userlite .form-input-wrapper .form-fields.three > div:first-child {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    form.userlite .form-input-wrapper .form-fields.three > div {
        width: calc(33.333% - 12px);
        margin-left: 18px;
    }
    form.userlite .form-input-wrapper .form-fields.three > div:first-child {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    form.userlite .form-input-wrapper .form-fields.four {
        width: 100%;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    form.userlite .form-input-wrapper .form-fields.four {
        width: calc(100% - 136px);
    }
}
form.userlite .form-input-wrapper .form-fields.four > div {
    margin: 0 0 20px 0;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    form.userlite .form-input-wrapper .form-fields.four > div {
        width: 50%;
        padding: 0 15px 0 0;
    }
    form.userlite .form-input-wrapper .form-fields.four > div:first-child {
        margin: 0;
    }
}
@media only screen and (min-width: 1024px) {
    form.userlite .form-input-wrapper .form-fields.four > div {
        width: calc(25% - 18px);
        margin: 0 0 0 18px;
    }
}
form.userlite .form-input-wrapper .form-fields .custom-form-text,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea {
    position: relative;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #545E6B;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    padding: 7px 7px 7px 5px;
    position: relative;
    vertical-align: top;
    z-index: 1;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text.is-filled,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text.is-filled,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea.is-filled,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea.is-filled,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text:focus,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text:focus,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea:focus,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea:focus {
    outline: none;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text.is-filled ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text.is-filled ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea.is-filled ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea.is-filled ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text:focus ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text:focus ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea:focus ~ .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea:focus ~ .line-flow:after {
    width: 100%;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text.is-filled ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text.is-filled ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea.is-filled ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea.is-filled ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-text:focus ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-text:focus ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-text .form-textarea:focus ~ .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .form-textarea:focus ~ .control-label {
    left: 0;
    top: -20px;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .line-flow,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .line-flow {
    width: 100%;
    height: 100%;
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .line-flow:before,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .line-flow:before {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .line-flow:after {
    width: 0;
    height: 2px;
    background: #0a86ea;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 1;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text .control-label,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea .control-label {
    left: 5px;
    position: absolute;
    top: 9px;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    z-index: 0;
}
form.userlite .form-input-wrapper .form-fields .custom-form-text.has-error .line-flow:after,
form.userlite .form-input-wrapper .form-fields .custom-form-textarea.has-error .line-flow:after {
    width: 100%;
    background: #c00;
}
form.userlite .form-input-wrapper .form-fields .inner-wrapper {
    position: relative;
}
form.userlite .form-input-wrapper .form-fields .bootstrap-select {
    position: relative;
}
form.userlite .form-input-wrapper .form-fields .bootstrap-select:after {
    width: 0;
    height: 2px;
    background: #0a86ea;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 1;
}
form.userlite .form-input-wrapper .form-fields .bootstrap-select.open:after {
    width: 100%;
}
form.userlite .form-input-wrapper .form-fields .error {
    display: none;
    font-size: 12px;
    padding-top: 3px;
}
form.userlite .form-input-wrapper .form-action-panel {
    width: 116px;
    text-align: center;
}
form.userlite .form-input-wrapper .form-action-panel .common-btn {
    width: auto;
    display: inline-block;
    line-height: 20px;
    padding: 7px 10px;
}
form.userlite .form-input-wrapper .form-action-panel .common-btn > span {
    display: inline-block;
    line-height: 20px;
}
form.userlite .form-input-wrapper .form-action-panel .common-btn > span span {
    display: inline-block;
}
form.userlite .form-input-wrapper .form-action-panel .common-btn > span .material-icons {
    height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    form.userlite .form-input-wrapper .form-action-panel {
        display: inline-block;
        text-align: left;
        vertical-align: text-top;
    }
}
@media only screen and (min-width: 1024px) {
    form.userlite .form-input-wrapper .form-action-panel {
        margin-left: 16px;
    }
}
form.userlite .form-input-wrapper .form-fields {
    margin-bottom: 0;
}
form.userlite.feedback-form-custom .form-fields {
    margin-bottom: 30px;
}
form.userlite.feedback-form-custom .form-input-wrapper .form-action-panel {
    width: 100%;
    margin: 0;
}
/***********dropdown***********/
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 100%;
    padding: 0;
}
.bootstrap-select > .bs-searchbox .form-control {
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.02);
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #545E6B;
    font-size: 14px;
    font-weight: 300;
    padding: 0 25px 0 7px;
    position: relative;
    z-index: 1;
}
.bootstrap-select > .bs-searchbox .form-control:focus {
    background: rgba(10, 134, 234, 0.1);
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.btn-default {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.02);
    border: none;
    color: #545E6B;
    font-size: 14px;
    font-weight: 300;
    padding: 0 25px 0 7px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .bootstrap-select > .dropdown-toggle.btn-default {
        height: 36px;
    }
}
.bootstrap-select > .dropdown-toggle.btn-default.bs-placeholder,
.bootstrap-select > .dropdown-toggle.btn-default.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.btn-default.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.btn-default.bs-placeholder:active {
    color: #999;
}
.open.bootstrap-select > .dropdown-toggle.btn-default,
.bootstrap-select > .dropdown-toggle.btn-default:hover,
.bootstrap-select > .dropdown-toggle.btn-default:focus {
    background: rgba(0, 0, 0, 0.02);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: -1;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.bootstrap-select .chevron-svg {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.bootstrap-select .chevron-svg .chevron__line1,
.bootstrap-select .chevron-svg .chevron__line2 {
    stroke: #0a86ea;
    stroke-width: 10;
    stroke-linecap: round;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
}
.bootstrap-select .chevron-svg .chevron__line1 {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}
.bootstrap-select .chevron-svg .chevron__line2 {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}
.bootstrap-select .chevron-svg .chevron__container {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
}
.bootstrap-select.open .bs-caret .fa {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.bootstrap-select.open .chevron__container {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
}
.bootstrap-select.open .chevron__line1 {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}
.bootstrap-select.open .chevron__line2 {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #D0021B;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.bootstrap-select.btn-group .bs-caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    vertical-align: middle;
}
.bootstrap-select.btn-group .bs-caret .fa {
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: none !important;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.no-results {
    white-space: pre-line;
    word-break: break-all;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.active > a {
    background-color: #f5f5f5;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    line-height: 17px;
    min-height: auto;
    padding: 8px 20px;
    user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus {
    background: #f5f5f5;
    color: #545e6b;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.label,
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #545e6b;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    color: #545e6b;
    display: inline-block;
    font-size: 20px;
    margin-top: -1px;
    position: absolute;
    right: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.primary-button-new {
    background: #1B87E6;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    padding: 4px 10px 3px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .primary-button-new {
        font-size: 14px;
        padding: 6px 20px 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .primary-button-new {
        margin-left: 0;
        margin-right: 7px;
    }
}

.primary-button-new:hover {
    background: #00beff;
    text-decoration: none;
}

.primary-button-new:hover,
.primary-button-new:focus {
    color: #fff;
}

.primary-button-new.btn-inner {
    min-width: 150px;
    line-height: normal;
    margin: 10px 0;
    padding: 15px 0;
    text-transform: inherit;
}

.primary-button-new.btn-inner:focus {
    background: #1B3380;
}

.primary-button-new.reverse {
    background: #1B3380;
}

.primary-button-new.reverse:hover {
    background: #1B87E6;
    color: #fff;
}

.primary-button-new.buy-btn {
    margin: 10px 12px;
}

.secondry-button-new {
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #1B87E6;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 15px;
    position: relative;
    vertical-align: middle;
    z-index: 0;
}

.secondry-button-new:before {
    background: #202124;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: .15s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.secondry-button-new:hover {
    color: #1B3380;
    text-decoration: none;
}

.secondry-button-new:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}

.signup-button-new {
    background: #ff9f00;
    -webkit-border-radius: 50px ;
    -moz-border-radius: 50px ;
    border-radius: 50px ;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 36px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .signup-button-new {
        font-size: 17px;
        padding: 11px 38px;
    }
}

@media only screen and (min-width: 1024px) {
    .signup-button-new {
        font-size: 18px;
        padding: 12px 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .signup-button-new {
        font-size: 19px;
        padding: 13px 42px;
    }
}

.signup-button-new:hover {
    background: #ffbb33 ;
    text-decoration: none;
    box-shadow: none;
    color: #FFFFFF;
}

/* Userlite Orange bg from CSS START */

.sidebar-form {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dddddd;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sidebar-form .form-header h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.sidebar-form .form-header.orange-bg {
    background: #FF9F00;
}
.sidebar-form .form-header.blue-bg {
    background: #1B87E6;
}
.sidebar-form .userlite {
    padding: 30px 15px;
}
.sidebar-form .userlite .form-input-wrapper .form-fields {
    margin-bottom: 30px;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .common-btn {
    width: auto;
    display: inline-block;
    line-height: 20px;
    padding: 7px 10px;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .common-btn > span {
    display: inline-block;
    line-height: 20px;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .common-btn > span span {
    display: inline-block;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .common-btn > span .material-icons {
    height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn {
    width: auto;
    -webkit-border-radius: 50px ;
    -moz-border-radius: 50px ;
    border-radius: 50px ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 36px;
    vertical-align: top;
    background: #FF9F00;
}
@media only screen and (min-width: 768px) {
    .sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn {
        font-size: 17px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn {
        font-size: 18px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn {
        font-size: 19px;
        padding: 13px 42px;
    }
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn:hover,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn:focus,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn.active,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn:active,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn:active:focus,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .orange-btn.active:focus {
    background: #FFBB33;
    outline: none;
    text-decoration: none;
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn {
    width: auto;
    -webkit-border-radius: 50px ;
    -moz-border-radius: 50px ;
    border-radius: 50px ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 36px;
    vertical-align: top;
    background: #1B87E6;
}
@media only screen and (min-width: 768px) {
    .sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn {
        font-size: 17px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn {
        font-size: 18px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn {
        font-size: 19px;
        padding: 13px 42px;
    }
}
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn:hover,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn:focus,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn.active,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn.active:focus,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn:active,
.sidebar-form .userlite .form-input-wrapper .form-action-panel .blue-btn:active:focus {
    background: #22B6FF;
    outline: none;
    text-decoration: none;
}

/* Userlite Orange bg from CSS END */
.footer-wrapper {
    background: #F9F9F9;
    padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper {
        padding: 80px 0;
    }
}
.footer-wrapper.short-footer {
    padding: 30px 0;
}
.footer-wrapper .ft-tp-lg-section {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .ft-tp-lg-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .ft-tp-lg-section {
        margin-bottom: 40px;
    }
}
.footer-wrapper .lft-lg-sec {
    width: 120px;
    margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .lft-lg-sec {
        width: 167px;
    }
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .lft-lg-sec {
        margin: 0;
    }
}
.footer-wrapper .lft-lg-sec > a img {
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .ft-tp-rgt-section {
        width: calc(100% - 120px);
        padding-top: 2px;
        text-align: right;
    }
		.rtl .footer-wrapper .ft-tp-rgt-section {
			text-align: left;
		}
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .ft-tp-rgt-section {
        width: calc(100% - 167px);
    }
}
.footer-wrapper .ft-tp-rgt-section .social-links-wrapper {
    font-size: 0;
    margin: 0;
    padding: 0 0 20px;
    position: absolute;
    right: 0;
    top: 4px;
}
.rtl .footer-wrapper .ft-tp-rgt-section .social-links-wrapper {
	left: 0;
	right: auto;
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .ft-tp-rgt-section .social-links-wrapper {
        display: inline-block;
        padding: 0;
        position: static;
    }
}
.footer-wrapper .ft-tp-rgt-section .social-links-wrapper > li {
    width: auto;
    display: inline-block;
		margin-right: 10px;
    padding: 0 8px;
    vertical-align: middle;
}
.footer-wrapper .ft-tp-rgt-section .social-links-wrapper > li:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .ft-tp-rgt-section .social-links-wrapper > li {
        padding: 0 8px;
    }
}
.footer-wrapper .ft-tp-rgt-section .social-links-wrapper > li > a {
    color: #505050;
    font-size: 14px;
}
.footer-wrapper .ft-tp-rgt-section .social-links-wrapper > li > a:hover {
    color: #1B87E6;
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec {
    text-align: left;
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .ft-tp-rgt-section .link-btn-sec {
        font-size: 0;
        display: inline-block;
        margin-left: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .ft-tp-rgt-section .link-btn-sec {
        margin-left: 40px;
    }
		.rtl .footer-wrapper .ft-tp-rgt-section .link-btn-sec {
			margin-left: 0;
			margin-right: 40px;
		}
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec .free-ac-btn {
    margin-right: 0;
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec a {
    margin-right: 10px;
}
.rtl .footer-wrapper .ft-tp-rgt-section .link-btn-sec a {
	margin-left: 10px;
	margin-right: 0;
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .ft-tp-rgt-section .link-btn-sec a {
        margin-right: 20px;
        vertical-align: middle;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .ft-tp-rgt-section .link-btn-sec a {
        margin-right: 40px;
    }
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec a:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .rtl .footer-wrapper .ft-tp-rgt-section .link-btn-sec a:last-child {
        margin-left: 0;
    }
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec .help-link,
.footer-wrapper .ft-tp-rgt-section .link-btn-sec .chat-link {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec .help-link:hover,
.footer-wrapper .ft-tp-rgt-section .link-btn-sec .chat-link:hover {
    text-decoration: underline;
}
.footer-wrapper .ft-tp-rgt-section .link-btn-sec .help-link .fa-question-circle {
    margin-right: 8px;
}
.rtl .footer-wrapper .ft-tp-rgt-section .link-btn-sec .help-link .fa-question-circle {
	margin-left: 8px;
	margin-right: 0;
}
.footer-wrapper .company-data-wrapper {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper {
        border-bottom: 1px solid #ddd;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper {
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper {
        border: none;
        padding-left: 10px;
        padding-top: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper:first-child {
        padding-left: 0;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper input {
        display: none;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper input:checked + .tab-label:before {
    display: none;
}
.footer-wrapper .company-data-wrapper .flink-wrapper input:checked + .tab-label:after {
    content: '-';
    display: block;
}
.footer-wrapper .company-data-wrapper .flink-wrapper input:checked ~ .ul-wrapper {
    max-height: 100vh;
}
.footer-wrapper .company-data-wrapper .flink-wrapper input:checked ~ .ul-wrapper ul {
    position: static;
    visibility: visible;
    -webkit-transform: none;
    -webkit-transition: -webkit-transform 300ms ease;
    transform: none;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    z-index: 1;
}
.footer-wrapper .company-data-wrapper .flink-wrapper .tab-label {
    width: 100%;
    position: relative;
}
.footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:before,
.footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:after {
    color: #505050;
    display: block;
    font-size: 20px;
    position: absolute;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.rtl .footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:before,
.rtl .footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:after {
	left: 10px;
	right: auto;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:before,
    .footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:after {
        display: none !important;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:before {
    content: '+';
}
.footer-wrapper .company-data-wrapper .flink-wrapper .tab-label:after {
    display: none;
}
.footer-wrapper .company-data-wrapper .flink-wrapper .tab-label {
    border: solid #bababa;
    border-width: 0 0 1px;
    color: #505050;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper .tab-label {
        border: none;
        cursor: auto;
        margin: 0 0 16px 0;
        padding: 0;
        pointer-events: none;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper .ul-wrapper {
    position: relative;
    max-height: 0;
    overflow: hidden;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper .ul-wrapper {
        max-height: 100%;
        overflow: unset;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    font-size: 0;
    z-index: -1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper ul {
        max-height: 100%;
        background: none;
        border: none;
        display: block !important;
        position: static;
        padding-bottom: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        visibility: visible;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li {
    list-style: none;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper ul li {
        margin-bottom: 6px;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a {
    width: 100%;
    color: #505050;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    padding: 5px 20px;
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a:hover {
    background: #f2f2f2;
		cursor: pointer;
    text-decoration: underline;
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a > img {
	width: 16px;
	height: 16px;
    margin-right: 3px;	
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a > span {
	padding-top: 2px;
	vertical-align: middle;	
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper ul li > a {
        padding: 0;
    }
    .footer-wrapper .company-data-wrapper .flink-wrapper ul li > a:hover {
        background: none;
        text-decoration: underline;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a .footer-tooltip {
    position: relative;
}
.footer-wrapper .company-data-wrapper .flink-wrapper ul li > a .footer-tooltip .tooltip-text {
    width: 328px;
    background-color: #202d35;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    bottom: 34px;
    -moz-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.28);
    color: #fff;
    display: none;
    font-size: 11px;
    font-weight: 300;
    left: 50%;
    line-height: 15px;
    padding: 5px;
    position: absolute;
    transform: translate(-49%, 10px);
    z-index: 1;
}
.footer-wrapper .company-data-wrapper .flink-wrapper > ul > li > a .footer-tooltip .tooltip-text:after {
    border-color: #202d35 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}
.footer-wrapper .company-data-wrapper .flink-wrapper > ul > li > a .footer-tooltip:hover .tooltip-text {
    display: none;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .company-data-wrapper .flink-wrapper > ul > li > a .footer-tooltip:hover .tooltip-text {
        display: inline-block;
    }
}
.footer-wrapper .company-data-wrapper .flink-wrapper > ul > li > a .footer-tooltip:hover .tooltip-text:hover {
    display: none;
}
.footer-wrapper .company-data-wrapper .flink-wrapper > ul > li > a .footer-tooltip:hover .tooltip-text:hover:after {
    content: none;
}
.footer-wrapper .free-ac-btn {
    background: #1B87E6;
    border: none !important;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    padding: 4px 10px 3px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 0;
  /*  transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;*/
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .free-ac-btn {
        font-size: 14px;
        padding: 6px 20px 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .free-ac-btn {
        margin-left: 0;
        margin-right: 7px;
    }
}
.footer-wrapper .free-ac-btn:hover {
    background: #00beff;
    text-decoration: none;
}
.footer-wrapper .text-link {
    border: none !important;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #1B87E6;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 15px;
    position: relative;
    vertical-align: middle;
    z-index: 0;
}
.footer-wrapper .text-link:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.footer-wrapper .text-link:hover {
    color: #1B3380;
    text-decoration: none;
}
.footer-wrapper .text-link:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.footer-wrapper .ft-sec-title {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 16px;
    padding: 0;
}
.rtl .footer-wrapper .ft-sec-title {
	text-align: right;
}
.footer-wrapper .foolang-wrappper {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .foolang-wrappper {
        padding: 40px 0;
    }
}
.footer-wrapper .foolang-wrappper > ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.footer-wrapper .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
	text-align: left;
}
.rtl .footer-wrapper .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
	text-align: right;
}
@media only screen and (min-width: 992px) {
    .footer-wrapper .foolang-wrappper > ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.footer-wrapper .foolang-wrappper > ul > li {
    width: 46%;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.footer-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: inline-block;
	margin: 0 35px 15px 0;
}
.rtl .footer-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	margin: 0 0 15px 35px;
}
@media only screen and (min-width: 500px) {
    .footer-wrapper .foolang-wrappper > ul > li {
        width: 31%;
    }
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .foolang-wrappper > ul > li {
        width: 23%;
    }
}
@media only screen and (min-width: 992px) {
    .footer-wrapper .foolang-wrappper > ul > li {
        width: auto;
        margin: 0;
    }
}
.footer-wrapper .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0;
	padding: 0;
}
.footer-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	margin-right: 8px;
}
.rtl .footer-wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	margin-left: 8px;
	margin-right: 0;
}
.footer-wrapper .wpml-ls-legacy-list-horizontal a {
	color: #505050;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
}
.footer-wrapper .wpml-ls-legacy-list-horizontal a:hover {
	color: #505050;
	text-decoration: underline;
}
.footer-wrapper .wpml-ls-legacy-list-horizontal a .wpml-ls-display {
	display: none;
}
.footer-wrapper .foolang-wrappper > ul > li > a {
    color: #505050;
    font-size: 12px;
    font-weight: 400;
}
.footer-wrapper .foolang-wrappper > ul > li > a:hover {
    text-decoration: underline;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span {
    width: 100%;
    display: block;
}
.rtl .footer-wrapper .foolang-wrappper > ul > li > a > span {
	margin-left: 8px;
	margin-right: 0;
}							 
.footer-wrapper .foolang-wrappper > ul > li > a > span.menu-heading {
    font-size: 14px;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .foolang-wrappper > ul > li > a > span.menu-heading {
        margin-top: 6px;
    }
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.menu-subheading {
    font-size: 10px;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .foolang-wrappper > ul > li > a > span.menu-subheading {
        margin-top: 3px;
    }
}
.footer-wrapper .foolang-wrappper > ul > li > a > span[class^="icl-"],
.footer-wrapper .foolang-wrappper > ul > li > a > span[class*="icl-"] {
    width: 24px;
    height: 16px;
    background-color: transparent;
    background-image: url("/blog/wp-content/uploads/2022/10/flags.png");
    background-repeat: no-repeat;
    background-size: 24px 3876px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-br {
    background-position: -1px -1004px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-ger,
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-de {
    background-position: -1px -3452px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-ar {
    background-position: -1px -52px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-es {
    background-position: -1px -1480px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-ja {
    background-position: -1px -528px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-ru {
    background-position: -1px -868px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-fr {
    background-position: -1px -324px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-usa,
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-en {
    background-position: -1px -69px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-in {
    background-position: -1px -2245px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-mex {
    background-position: -1px -2755px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-uk {
    background-position: -1px -86px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-aus {
    background-position: -1px -2279px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-uae {
    background-position: -1px -3061px;
}
.footer-wrapper .foolang-wrappper > ul > li > a > span.icl-global {
    width: 18px;
    height: 18px;
    background-color: #fff;
    background-image: url("/images/outside/common/sprite-us-home.png");
    background-position: -132px -68px;
    background-size: unset;
    border-radius: 20px;
}
.footer-wrapper.short-footer .ft-award-section {
    margin: 20px 0 0;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper.short-footer .ft-award-section {
        margin: 40px 0 0;
    }
}
.footer-wrapper .ft-award-section {
    width: 100%;
    margin: 20px 0;
}
.rtl .footer-wrapper .ft-award-section {
	text-align: left;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .ft-award-section {
        margin: 40px 0;
    }								 
}
.footer-wrapper .ft-award-section .award-list {
	display: block;
}
.footer-wrapper .ft-award-section .award-rating-section {
	display: inline-block;
}
.footer-wrapper .ft-award-section .award-list,
.footer-wrapper .ft-award-section .award-rating-section {
    font-size: 0;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
}
.rtl .footer-wrapper .ft-award-section .award-list,
.rtl .footer-wrapper .ft-award-section .award-rating-section {
	text-align: right;	
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .ft-award-section .award-list,
    .footer-wrapper .ft-award-section .award-rating-section {
        margin: 0;
    }
}
.footer-wrapper .ft-award-section .award-list > li,
.footer-wrapper .ft-award-section .award-rating-section > li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-wrapper .ft-award-section .award-list .award-item img,
.footer-wrapper .ft-award-section .award-rating-section .award-item img {
    max-width: 100%;
    height: auto;
}
.footer-wrapper .ft-award-section .award-list {
	width: 100%;
}
.footer-wrapper .ft-award-section .ft-right-award {
	width: 280px;				
	display: inline-block;
	margin: 0 10px 15px 0;
  text-align: center;
	vertical-align: middle;
}
.rtl .footer-wrapper .ft-award-section .ft-right-award {
	float: right;
}
.footer-wrapper .ft-award-section .ft-right-award a {
	width: 100%;
	border: 1px solid #000;
	display: block;
	padding: 17px 10px;		
}
.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
	width: 112px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
}
.rtl .footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
	padding-left: 10px;
	padding-right: 0;
}
.footer-wrapper .ft-award-section .ft-right-award p .e072 {
	font-size: 8px;
	font-weight: 700;
	margin-left:  -2px;
	margin-top: 1px;
	vertical-align: middle;
}
.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec h5 {
	margin: 0;
	font-size: 13px;
	color: #000;
	line-height: 13px;
}
.footer-wrapper .ft-award-section .ft-right-award p {
	font-size: 11px;
	color: #000;
	width: 142px;
	text-align: left;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.rtl .footer-wrapper .ft-award-section .ft-right-award p {
	text-align: right;
}
@media only screen and (min-width: 400px) {
	.footer-wrapper .ft-award-section .ft-right-award {
		width: 330px;
	}
	.footer-wrapper .ft-award-section .ft-right-award a {
		padding: 15px 10px;
	}
	.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
		width: 145px;
		padding-right: 15px;
	}
	.rtl .footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
		padding-left: 15px;
	}
	.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec h5 {
		font-size: 16px;
		line-height: 16px;
	}
	.footer-wrapper .ft-award-section .ft-right-award p {
		width: 154px;
		font-size: 12px;
	}										 
}
@media only screen and (min-width: 485px) {
	.footer-wrapper .ft-award-section .ft-right-award {
		margin: 1px 10px 0 0;
	}
}
@media only screen and (min-width: 600px) {
	.footer-wrapper .ft-award-section .ft-right-award {
		margin: 10px 20px 0 0;
	}
	.footer-wrapper .ft-award-section .award-list {
		width: auto;
		display: block;
	}
	.footer-wrapper .ft-award-section .ft-right-award {
		width: 330px;
	}
	.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
		width: 140px;
	}
	.footer-wrapper .ft-award-section .ft-right-award p {
		width: 155px;
	}
}
@media only screen and (min-width: 768px) {
	.footer-wrapper .ft-award-section .ft-right-award a {
		padding: 15px 10px;
	}
	.footer-wrapper .ft-award-section .award-list > li {
		margin: 0 20px 0 0;
	} 
	.footer-wrapper .ft-award-section .award-list > li:last-child {
		margin: 0 24px 12px 0;
	}
}
@media only screen and (min-width: 1024px) {	
	.footer-wrapper .ft-award-section .ft-right-award {
		width: 390px;
	}
	.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
		width: 185px;
		padding-right: 20px !important;
	}
	.rtl .footer-wrapper .ft-award-section .ft-right-award .ft-left-sec {
		padding-left: 20px !important;
		padding-right: 0 !important;
	}
	.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec h5 {
		font-size: 22px;
		line-height: 24px;
	}
	.footer-wrapper .ft-award-section .ft-right-award p {
		width: 160px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1100px) {
	.footer-wrapper .ft-award-section .award-list {
		width: 62%;
		display: inline-block;
	}
	.rtl .footer-wrapper .ft-award-section .award-list {
		float: right;
	}
	.footer-wrapper .ft-award-section .ft-right-award {
		display: inherit;
		float: right;
		margin: -4px 0 0;
	}
	.rtl .footer-wrapper .ft-award-section .ft-right-award {
		float: left;	
	}
	.footer-wrapper .ft-award-section .award-rating-section {
		clear: both;
		display:  block;
		margin-top: 10px;
	}
	.footer-wrapper .ft-award-section .ft-right-award .ft-left-sec,
	.footer-wrapper .ft-award-section .ft-right-award p {
		width: 174px;
	}
}
.footer-wrapper .copyright-wrappper {
    width: 100%;
    padding-top: 20px;
    text-align: left;
}
.rtl .footer-wrapper .copyright-wrappper {
	clear: both;
	text-align: right;
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .copyright-wrappper {
        padding-top: 40px;
    }
}
.footer-wrapper .copyright-wrappper > ul {
    margin: 0 auto 10px;
    padding: 0;
}
.footer-wrapper .copyright-wrappper > ul > li {
	color: #505050;
	font-size: 12px;
  font-weight: 400;
	display: inline-block;
	margin-right: 8px;
}
.rtl .footer-wrapper .copyright-wrappper > ul > li {
	margin-left: 8px;
	margin-right: 0;
}
@media only screen and (min-width: 600px) {
    .footer-wrapper .copyright-wrappper > ul > li {
        margin-right: 20px;
    }
	.rtl .footer-wrapper .copyright-wrappper > ul > li {align-content
		margin-left: 20px;
	}
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .copyright-wrappper > ul > li {
        margin-right: 32px;
    }
	.rtl .footer-wrapper .copyright-wrappper > ul > li {align-content
		margin-left: 32px;
	}
}
.footer-wrapper .copyright-wrappper > ul > li:last-child {
    margin-right: 0;
}
.footer-wrapper .copyright-wrappper > ul > li > a {
    color: #505050;
    font-size: inherit;
    font-weight: 400;
}
.footer-wrapper .copyright-wrappper > ul > li > a:hover {
    text-decoration: underline;
}
.footer-wrapper .copyright-wrappper > span {
    color: #505050;
    font-size: 13px;
    font-weight: 400;
}
.footer-wrapper .copyright-wrappper > span.qp-livechat > a {
    background: #1B87E6;
    border: none !important;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    padding: 4px 10px 3px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .footer-wrapper .copyright-wrappper > span.qp-livechat > a {
        font-size: 14px;
        padding: 6px 20px 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .footer-wrapper .copyright-wrappper > span.qp-livechat > a {
        margin-left: 0;
        margin-right: 7px;
    }
}
.footer-wrapper .copyright-wrappper > span.qp-livechat > a:hover {
    background: #00beff;
    text-decoration: none;
}
#ot-sdk-btn.ot-sdk-show-settings.cookie-link {
    color: #505050 !important;
    font-size: inherit !important;
    border: none;
    padding: 0;
    font-weight: 400 !important;
    outline: 0;
    background-color: transparent;
}
#ot-sdk-btn.ot-sdk-show-settings.cookie-link:hover {
    color: #505050 !important;
    cursor: pointer;
    text-decoration: underline;
    background-color: transparent;
}
.main-content-inner{
	width:100% !important;
}

#main-content-inner
{
	width:100% !important;
}
#genesis-content{
	float:left !important
}

@media only screen and (min-width: 1024px) {
	.rtl #genesis-content{
		float: right !important;
	}	
}

/* End Of Inline Page CSS*/

/* ---------------- QP Products Section CSS ----------------------- */
	.gb-block-post-grid .gb-block-post-grid-image {
		margin-bottom: .8em;
	}

	.gb-block-post-grid.featuredpost  {
		padding: 54px 0 20px; 
		position: relative;
	}

	.gb-block-post-grid.featuredpost:before  {
		width: 100vw;
		height: 100%;
		background: #f5f5f5;
		content: '';
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		position: absolute;
		right: 50%;
		top: 0;
		z-index: -1;
	}
	
	.content .gb-block-post-grid .gb-post-grid-section-title {
		color: #1C337F !important;
	}
	
	.featuredpost .gb-post-grid-items {
		padding-top: 55px;
	}
	
	.gb-block-post-grid a:focus {
		outline: 0;
	}

	.gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title {
		color: #191919;
		margin: 0 0 12px;
	}

	.gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a {
		color: #191919;
		font-weight: 500;
		font-size: 23px;
		line-height: 32px;
	}

	.gb-block-post-grid-text .gb-block-post-grid-header .gb-block-post-grid-title a:hover {
		color: #191919;
		box-shadow : none;
		text-decoration: underline;
		text-shadow: none;
	}
	
	.gb-block-post-grid .gb-block-post-grid-author a,
	.gb-block-post-grid .gb-block-post-grid-author a:hover {
		color: #191919;
	}
	
	@media only screen and (min-width: 1024px) {
		.gb-block-post-grid .is-grid article {
			margin-bottom: 3em;
		}
	}
	
	
/* ---------------- Below Product section CSS ----------------------- */	
	
	.site-container .has-small-font-size {
		padding-top: 54px;
	}

	.wp-container-9.wp-block-group {
	   margin-top: 27px;
	}

	.wp-block-post-template.wp-block-post-template {
		margin: 0 !important;
		padding-left: 0 !important;
	}

	.wp-block-post-terms {
		margin-bottom: 6px;
	}

	.wp-block-post-terms a {
		background: #f9f9f9;
		color: #787878;
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 6px;
		margin-right: 5px;
		padding: 3px 10px;
	}

	.wp-block-post-terms a:hover {
		background: #f3f3f3;
		color: #787878;
		text-decoration: none;
	}

	.wp-block-group__inner-container ul .wp-block-post {
		border-bottom: 2px solid #eee;
		list-style: none;
		margin-bottom: 42px;
		padding: 0;
	}

	.wp-block-post-featured-image {
		width: 100% !important;
		float: none;
		margin-bottom: 26px;
	}

	.wp-block-post-featured-image img {
		height: auto !important;
	}

	.content .latest_post_label.has-text-align-center {
		color: #191919 !important;
	}

	.latest_post_sub_label.has-text-align-center {
		color: #6E6962;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		margin: 0;
	}

	.content .wp-block-post .wp-block-post-title,
	.content .format-standard.has-post-thumbnail .entry-content h2.entry-title {
		color: #191919 !important;
		font-size: 23px !important;
		font-weight: 500 !important;
		line-height: 32px !important;
		margin: 0 0 12px !important;
		text-transform: capitalize;
	}
	
	.format-standard.has-post-thumbnail .entry-content h2.entry-title a {
		color: inherit;
	}
	.format-standard.has-post-thumbnail .entry-content h2.entry-title a:hover {
		color: #191919;
		text-decoration: underline;
	}
	.wp-block-post-title a {
		color: #191919;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
	}

	.wp-block-post-title a:hover {
		color: #191919 !important;
		text-decoration: underline;
	}
	.wp-block-post-title a:focus {
		color: #191919 !important;
	}
	.wp-block-post .wp-block-post-excerpt {
		color: #333;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		margin: 0;
		padding-top: 0;
	}
	.term_name {
		color: #191919;
	}
	.term_name,
	.format-standard.has-post-thumbnail .entry-content h2.entry-title,
	.format-standard.has-post-thumbnail .entry-content h2.entry-title + p {
		clear: both;
	}
	/*.term_description {
		border: 3px solid #d9dce1;
		border-radius: 4px;
		padding: 25px;
		margin-bottom: 40px;
	}*/
	.term_description p {
		width: 75%;
		font-family: 'Fira Sans', sans-serif;
		font-size: 16px;
		line-height: 22px;
		font-weight: 300;
	}
	.archive-description {
		background: none;
		margin: 0 0 25px;
		padding: 15px 0 0;
	}
	.archive-title {
		color: #1c3380;
		font-size: 40px;
		font-weight: 500;
		line-height: 50px;
		padding-bottom: 5px;
		position: relative;
	}
	.archive-title:after {
		width: 300px;
		height: 3px;
		background-color: #1b3380;
		background-image: -webkit-gradient(linear, left top, right top, from(#1b3380), to(#1b87e6));
		background-image: linear-gradient(90deg, #1b3380, #1b87e6);
		content: '';
		left: 0;
		bottom: 0;
		position: absolute;
	}
	.term_description {
		margin-bottom: 50px;
	}
	
	.format-standard.has-post-thumbnail .entry-content a.entry-image-link img {
		margin-bottom: 26px;	
		margin-right: 0;
	}

	@media only screen and (min-width: 1024px) {
		.wp-block-group__inner-container > .wp-block-columns	{
			align-items: start;
		}
		.wp-block-group__inner-container .is-layout-flex.wp-block-columns {
			justify-content: space-between;
		}
		.wp-block-columns > .wp-container-5.wp-block-column,
		.wp-block-group__inner-container .wp-block-column,
		.wp-block-columns > .wp-container-6.wp-block-column,
		.wp-block-group__inner-container .wp-block-column.is-vertically-aligned-top {
			flex-basis: unset !important;
			flex-grow: unset !important;
		}
		.wp-block-columns > .wp-container-5.wp-block-column,
		.wp-block-group__inner-container .wp-block-column {
			width: 630px;
		}
		.wp-block-columns > .wp-container-6.wp-block-column,
		.wp-block-group__inner-container .wp-block-column.is-vertically-aligned-top	{
			width: 308px;
		}
		.wp-block-post-featured-image,
		.format-standard.has-post-thumbnail .entry-content a.entry-image-link {
			width: 300px !important;
			float: left;
		}
		.rtl .wp-block-post-featured-image,
		.rtl .format-standard.has-post-thumbnail .entry-content a.entry-image-link {
			float: right;
		}
		.term_name,
		.format-standard.has-post-thumbnail .entry-content h2.entry-title,
		.format-standard.has-post-thumbnail .entry-content h2.entry-title + p {
			clear: none;
		}
		.term_name,
		.wp-block-post .wp-block-post-terms,
		.wp-block-post .wp-block-post-title,
		.wp-block-post .wp-block-post-excerpt,
		.format-standard.has-post-thumbnail .entry-content h2.entry-title,
		.format-standard.has-post-thumbnail .entry-content h2.entry-title + p {
			width: 325px;
			float: right;
			padding-left: 20px;
		}
		.rtl .term_name,
		.rtl .wp-block-post .wp-block-post-terms,
		.rtl .wp-block-post .wp-block-post-title,
		.rtl .wp-block-post .wp-block-post-excerpt,
		.rtl .format-standard.has-post-thumbnail .entry-content h2.entry-title,
		.rtl .format-standard.has-post-thumbnail .entry-content h2.entry-title + p {
			float: left;
			padding-left: 0;
			padding-right: 20px;
		}
	}

	@media only screen and (min-width: 1200px) {
		.wp-block-columns > .wp-container-5.wp-block-column,
		.wp-block-group__inner-container .wp-block-column {
			width: 750px;
		}
		.term_name,
		.wp-block-post .wp-block-post-terms,
		.wp-block-post .wp-block-post-title,
		.wp-block-post .wp-block-post-excerpt,
		.format-standard.has-post-thumbnail .entry-content h2.entry-title,
		.format-standard.has-post-thumbnail .entry-content h2.entry-title + p {
			width: 450px;
			padding-left: 40px;
		}
		.rtl .term_name,
		.rtl .wp-block-post .wp-block-post-terms,
		.rtl .wp-block-post .wp-block-post-title,
		.rtl .wp-block-post .wp-block-post-excerpt,
		.rtl .format-standard.has-post-thumbnail .entry-content h2.entry-title,
		.rtl .format-standard.has-post-thumbnail .entry-content h2.entry-title + p {
			padding-right: 40px;
		}
	}
	
	
	/* Pagination CSS Changes */
	.wp-block-query-pagination-numbers .current,
	.wp-block-query-pagination-numbers a,
	.archive-pagination li a {
		width: 48px;
		height: 48px;
		background: transparent;
		border: 1px solid transparent;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		line-height: 48px;
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}
	.wp-block-query-pagination-numbers a:hover,
	.archive-pagination li a:hover,
	.wp-block-query-pagination-numbers a:focus,
	.archive-pagination li a:focus {
		background: transparent;
		color: #1b87e6;
		text-decoration: none !important;
	}
	.wp-block-query-pagination-numbers a,
	.archive-pagination li a	{
		color: #1C337F;
	}
	.wp-block-query-pagination-numbers .current,
	.archive-pagination li.active a	{
		background: transparent;
		border: 1px solid rgba(240, 226, 208, 0.5);
		color:  #1B87E6;
		font-weight: 700;
	}
	.wp-container-2.wp-block-query-pagination {
		justify-content: flex-start;
	}
	.archive-pagination li.pagination-previous a,
	.archive-pagination li.pagination-next a {
		width: auto;
	}
	.archive-pagination li.pagination-previous a:focus,
	.archive-pagination li.pagination-next a:focus {
		background: none;
		outline: 0;
	}
	.archive-pagination li.pagination-previous a .fa-angle-left,
	.archive-pagination li.pagination-next a .fa-angle-right {
		font-size: 18px;
		font-weight: 700;
		vertical-align: middle;
	}
	.rtl .archive-pagination li.pagination-previous a .fa-angle-left {
		transform: rotate(180deg);
	}
	.rtl .archive-pagination li.pagination-next a .fa-angle-right {
		transform: rotate(-180deg);
	}
	.wp-block-query-pagination>.wp-block-query-pagination-previous,
	.wp-block-query-pagination>.wp-block-query-pagination-next:last-child {
		color: #1C337F;
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 3px;
	}
	.wp-block-query-pagination>.wp-block-query-pagination-previous:hover,
	.wp-block-query-pagination>.wp-block-query-pagination-next:last-child:hover {
		color: #1b87e6;
		text-decoration: none;
	}
	
	/* Sidebar Top Section CSS */
	.sidebar .featured-content .entry {
		padding: 0 20px;
	}

	.sidebar .featured-content .entry:first-child {
		padding-top: 20px;
	}
	.wp-block-latest-posts__featured-image img {
		max-width: 100% !important;
	}
	.wp-block-latest-posts__featured-image,
	.sidebar-primary .featuredpost article .alignleft {
		width: 100px;
		margin-bottom: 0;
		margin-top: 5px;
	}
	.rtl .wp-block-latest-posts__featured-image.alignleft {
		float: right;
		margin-left: 1em;
		margin-right: 0;
	}
	.site-container .wp-block-categories {
		margin-left: 0 !important;
    	padding-left: 0 !important;
	}
	.site-container .wp-block-latest-posts {
		border-top: 0 !important;
		padding-top: 0 !important;
		margin-bottom: 28px !important;
		margin-left: 0 !important;
    	padding-left: 0 !important;
	}
	.site-container .wp-block-latest-posts li {
		margin-bottom: 24px;
		padding: 0;
	}
	.entry-header .entry-time,
	.site-container .wp-block-latest-posts li time {
		clear: none;
		color: #A0998F;
		display: block;
		font-weight: 500;
		font-size: 13px;
		line-height: 24px;
		margin-top: 4px;
	}
	.rtl .entry-header .entry-time,
	.rtl .site-container .wp-block-latest-posts li time {
		float: left;
		padding-left: 0;
	}

	/* ----------   Sidebar square border ------------------ */
	.wp-block-column .has-text-color, p.tags_label {
		border-left: 1px solid rgba(240, 226, 208, 0.5);
		border-top: 1px solid rgba(240, 226, 208, 0.5);
		border-right: 1px solid rgba(240, 226, 208, 0.5);
	}
	.content .wp-block-column .has-text-color,
	.sidebar .widget.featuredpost .widget-title {
		background: none;
		border-bottom: 0;
		color: #1c337f;
		font-size: 19px; 
		font-weight: 500 !important;
		line-height: 28px !important;
		margin: 0;
		padding: 32px 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.sidebar .widget.featuredpost .widget-title {
		margin-bottom: 20px !important;
	}
	.wp-block-latest-posts.has-dates {
		padding: 20px !important;
    	border: 1px solid rgba(240, 226, 208, 0.5);
	}
	.wp-block-latest-posts__post-title,
	.content-sidebar-wrap .sidebar .featured-content .entry-title {
		color: #191919 !important;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		
		display: -webkit-box !important;
		 max-width: 100%;
		 -webkit-line-clamp: 2;
		 -webkit-box-orient: vertical;
		 overflow: hidden;
		 text-overflow: ellipsis;
	}
	.content-sidebar-wrap .sidebar .featured-content .entry-title {
		margin-bottom: 0;
	}
	.wp-block-latest-posts__post-title:hover {
		color: #191919;
		text-decoration: underline;
	}
	.wp-block-latest-posts__post-title:focus {
		color: #191919;
	}

	/* Sidebar Banner(Image) Section CSS */

	p.tags_label {
		color: #1c337f;
		font-size: 19px;
		font-weight: 500;
   		line-height: 28px;
		margin: 28px 0 0;
		padding: 20px 10px;
    	text-align: center;
    	text-transform: uppercase;
	}
	
	.wp-block-categories-list.wp-block-categories {
		border: 1px solid rgba(240, 226, 208, 0.5);
		border-top: 0;
		padding: 0 10px !important;
	}
	.wp-block-categories-list li {
		display: inline-block;
		margin-bottom: 10px;
    	margin-right: 5px;
		padding: 0;
	}
	.wp-block-categories-list li a:focus {
		outline: 0;
		text-decoration: none;
	}
	.side-banner .banner-button a:hover {
	   background: #fb3;
	   text-decoration: none;
	}

/*---------------------  Slider CSS -----------------------------*/

	.slider-container {
		min-height: 190px;
		margin-bottom: 30px;
		margin-top: 30px;
		overflow: hidden;
		direction: ltr !important;
	}
	.slider-container .slider,
	.slider-container .flexslider,
	.slider-container .slides {
		height: 100%;
	}
	.slider .flex-control-nav {
		z-index: 1 !important;
	}
	.slide-image {
		width: 60%;
		min-height: 120px;
    margin: 0 auto;
		text-align: center;
	}
	.slide-image a {
		display: inline-block;
	}
	.slider-container #genesis-responsive-slider {
		height: 100%;
		border: 0;
		padding: 0;
	}
	@media only screen and (min-width: 1200px) {
		.slider-container #genesis-responsive-slider {
			padding: 0 0 20px;
		}
	}
	html > body .slides .slide-excerpt-border {
		width: 100%;					
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	html > body .slides .slide-excerpt-border p {
		margin: 0;
	}
	.slider-container .slide-excerpt {
		background: none;
		display: none;
		margin: 0;
		position: relative;
		opacity: 1;							 
	}
	.flexslider .slides > li {
		height: 100%;
		flex-flow: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.slider .flex-control-nav li a {
		width: 6px;
		height: 6px;
		background-color: #B8DEFF;
		background-image: none;
		border-radius:  50%;
	}
	.slider .flex-control-nav li a.active {
		width: 12px;
		height: 12px;
		background: #1b87e6;
	} 
	.flex-control-nav li {
		margin: 0 10px !important;
		vertical-align: middle;
	}
	.flex-control-nav li:first-child {
		margin: 0 10px 0 0 !important;
	}
	.entry-content .flex-control-nav {
		z-index: 1 !important;
	}
	.slides {
		padding-left: 0 !important;
	}
	.slides, .flex-control-nav, 
	.flex-direction-nav {
		margin-bottom: 0 !important;
	}
	.entry-content .flex-control-nav	{
		margin: 27px 0 0 !important;
		padding: 0 !important;
	}
	.slide-excerpt-border h2 {
		color: #1C337F;
		font-weight: 400 !important;
		margin: 0;
	}
	.slide-excerpt-border h2 a {
		color: inherit;
		font-size: inherit;
		font-weight: inherit;
	}
	.slide-excerpt-border h2 a:hover {
		color: #1C337F;
		text-decoration: none;
	}
	.slider-container .flex-direction-nav li a {
		background-color: #fff;
		background-image: none;
		border-radius: 50%;
		box-shadow: 0px 8px 16px rgba(110, 105, 98, 0.1);
		text-indent: initial;
		z-index: 1;
	}
	.slider-container .flex-direction-nav li a:focus {
		outline: 0;
	}
	.slider-container .flex-direction-nav li .prev {
		left: 10px;
	}
	.slider-container .flex-direction-nav li .next {
		right: 10px;
	}
	.slider-container .flex-direction-nav li a .qp-icomoon-icons {
		color: #1B85E4;
		display: block;
		font-size: 25px;
		font-weight: 500;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	.rtl .slide-excerpt-border h2,
	.rtl .slide-excerpt .slide-excerpt-border .post-categories {
		text-align: right;
	}
	.slide-excerpt-border > p a,
	.slide-excerpt-border .post-categories li a,
	.wp-block-categories-list li a,
	.wp-block-post-terms a,
	section.widget_categories ul li a {									 
		background: #f9f9f9;
		color: #787878;
		display: inline-block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.5;
		padding: 6.5px 10px;
		vertical-align: middle;
	}
	.slide-excerpt-border > p a:hover,
	.slide-excerpt-border .post-categories li a:hover,
	.wp-block-categories-list li a:hover,
	.wp-block-post-terms a:hover,
	section.widget_categories ul li a:hover {
		background: #f3f3f3;
		color: #787878;
		text-decoration: none;
	}
	.slide-excerpt-border > p a:focus,
	.slide-excerpt-border .post-categories li a:focus,
	.wp-block-categories-list li a:focus,
	.wp-block-post-terms a:focus,
	section.widget_categories ul li a:focus {
		color: #787878;
	}
	@media only screen and (min-width: 481px) {
		.slider-container {
			min-height: 302px;
		}
		.slide-image {
			min-height: 180px;
		}
		.flexslider .slides > li {
			padding-bottom: 25px;
		}
		.entry-content .flex-control-nav	{
			margin: 27px 0 0!important;
		}
		.slider-container .slide-excerpt {
			width: 70%;
			display: block;
			padding: 0 5%;
		}
		.slide-excerpt .slide-excerpt-border .post-categories {
			font-size: 0;
			margin-bottom: 8px;
			padding: 0;
		}
		.slide-excerpt .slide-excerpt-border .post-categories li {
			display: inline-block;
			list-style-type: none;
			margin-right: 8px;
		}
		.slide-excerpt-border .post-categories li a:empty {
			background: none;
			padding: 0;
		}
		.slider-container .slides img {
			max-height: 100%;
		}
		.slide-excerpt-border h2 {
			font-size: 12px;
			line-height: 14px;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			display: -webkit-box;
			-webkit-box-orient: vertical;
		}
	}
	
	@media only screen and (min-width: 600px) {
		.slider-container {
			min-height: 340px;
		}
		.slide-image {
			min-height: 188px;
		}
	}
	
	@media only screen and (min-width: 768px) {
		.slider-container {
			min-height: 410px;
		}
		.slide-image {
			min-height: 244px;
		}
	}
	
	@media only screen and (min-width: 991px) {
		.slider-container {
			min-height: 420px;
		}
		.slide-image {
			min-height: 275px;
		}
	}
	
	@media only screen and (min-width: 1024px) {
		.slider-container {
			min-height: 510px;
			margin-bottom: 60px;
		}
		.slide-image {
			min-height: 350px;
		}
		.slide-excerpt-border h2 {
			font-size: 14px;
			line-height: 18px;
		}
		.slide-excerpt-border .post-categories li a,
		.wp-block-categories-list li a,
		.wp-block-post-terms a,
		section.widget_categories ul li a {								 
			font-size: 14px;
		}
	}
	
	@media only screen and (min-width: 1200px) {
		.slider-container {
			min-height: 640px;
		}
		.slide-image {
			min-height: 430px;
		}
		.slide-excerpt-border h2 {
			font-size: 33px;
			line-height: 48px;
		}
		.slider .flex-control-nav {
			bottom: 0;
			position: absolute;
		}
	}
/* ----------   Overriden CSS ------------------ */
.wp-block-post-template-is-layout-constrained > li > .alignleft, 
.wp-block-post-template-is-layout-flow > li > .alignleft {
	-webkit-margin-start: 0;
	-webkit-margin-end: 0 !important;
	margin-inline-end: 0 !important;
	margin-inline-start: 0;
}