@charset "UTF-8";
/*
*Theme Name: Newsletter2Go 2019
*Theme URI: http://newsletter2go.com
*Template: n2go-2014
*Author: Newsletter2go
*Author URI: http://newsletter2go.com
*Text Domain: n2go-theme-2019
*Description: Newsletter2Go 2014 child theme. Sass/Gulp powered.
*Version: 1.0.2
*License: GNU General Public License v2 or later
*License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Core - settings, utilities, mixins
# Modules
# Pages
# Typography
# Normalize
# Override
# Admin
# Styles

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Settings - All the variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins All the site mixings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize - Reset
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Override 2014 and other library styling.
--------------------------------------------------------------*/
.n2go-blog-post__content .n2go-centeredContent-page {
	padding: 0;
}

.n2go-single-post.container .row {
	margin: 0;
}

.n2go-single-post.container .row.n2go-newsletter-form-shortcode {
	margin: 40px -50px;
	color: #000000;
}

@media (max-width: 640px) {
	.n2go-single-post.container .row.n2go-newsletter-form-shortcode {
		text-align: center;
	}
}

@media (max-width: 640px) {
	.n2go-body .blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-left .n2go-sidebarNewsletterForm_icon {
		background: none;
	}
}

@media (max-width: 640px) {
	.read-bar {
		top: 67px !important;
	}
}

.vc_row {
	clear: both;
}

table.vc-table-plugin-theme-classic {
	margin-top: 40px;
	float: left;
}

.n2go-css .n2go-relatedPosts-list li {
	float: none;
	padding: 4px 0;
	width: auto;
}

.n2go-css .n2go-relatedPosts-list a {
	font-weight: inherit !important;
}

/* Images are absolutely positioned within their parent container,
 * and as we are using object-fit to scale images to cover the
 * whole container, we can stretch the image to fit the container's
 * height.
 */
.n2go-teaser_imageWrapper img {
	height: 100%;
}

.n2go-centeredContent-page {
	max-width: 1200px;
	padding: 0;
}

.n2go-content .wpb_wrapper {
	max-width: none;
}

.n2go-body #wpadminbar {
	bottom: 0;
	top: auto;
}

.n2go-body.customize-support .n2go-offCanvasView[data-view=main] {
	padding-top: 0 !important;
}

.vc_empty_space {
	float: left;
	width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'Proxima Nova';
	src: url("./fonts/ProximaNova-Extrabld.eot");
	src: url("./fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("./fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("./fonts/ProximaNova-Extrabld.woff") format("woff"), url("./fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("./fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
	font-style: normal;
	font-weight: 900;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.n2go-content .blog-title h1 {
	font-size: 42px;
	font-weight: 900;
	color: #000000;
	font-family: 'Proxima Nova';
	text-rendering: optimizelegibility;
}

@media (max-width: 769px) {
	.n2go-content .blog-title h1 {
		padding: 0;
		margin: 0;
		font-size: 28px;
	}
}

.helper-title, .helper-title h4 {
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #878787;
}

.helper-title--small, .helper-title--small h4 {
	font-size: 18px;
	opacity: 0.5;
	line-height: 1.28;
}

.title--h2, .title--h2 h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

.n2go-drop-caps {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 5.5em;
	float: left;
	margin-top: 20px;
	margin-bottom: 24px;
	margin-right: 17px;
	color: #000;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.29;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import all the modules here
--------------------------------------------------------------*/
.n2go-blog-info-box {
	background: #f5f6fa;
	border-radius: 7px;
	max-width: 800px;
	padding: 47px 44px 40px;
	font-size: 18px;
	font-weight: 400;
	color: #626574;
	line-height: 28px;
	letter-spacing: 0;
}

.n2go-content .n2go-blog-info-box__heading {
	color: #000;
	font-family: 'Proxima Nova';
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.33;
	text-align: left;
}

.card {
	border-radius: 8px;
}

.card--topics {
	position: relative;
	background-color: #f6f7f9;
	display: inline-block;
	padding: 40px 24px 0;
	max-width: 382px;
	text-align: left;
	overflow: hidden;
	margin: 12px;
	height: 560px;
}

.card--topics .content {
	font-size: 18px;
}

.card--topics:nth-child(2n) {
	position: relative;
	top: 65px;
}

@media (max-width: 640px) {
	.card--topics:nth-child(2n) {
		top: 0;
	}
}

.card--gallery {
	position: relative;
	background-color: #f6f7f9;
	display: inline-block;
	padding: 40px 24px 0;
	width: 60%;
	text-align: left;
	overflow: hidden;
	margin: 12px;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	transition: all .1s ease-in-out;
}

@media (max-width: 640px) {
	.card--gallery {
		width: 94% !important;
		height: auto !important;
		padding: 40px 24px 40px !important;
	}
	.card--gallery p {
		max-height: 220px;
		overflow: hidden;
	}
}

.card--gallery .content {
	font-size: 18px;
	z-index: 2;
	position: relative;
	visibility: hidden;
	color: white;
}

.card--gallery.active {
	position: relative;
	width: 60% !important;
}

@media (max-width: 640px) {
	.card--gallery.active {
		width: 94% !important;
	}
}

.card--gallery.active .content {
	visibility: visible !important;
}

.card--gallery.active:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 186, 255, 0.9);
	top: 0;
	left: 0;
}

.card--gallery.active a.cta {
	visibility: visible !important;
}

.card--gallery .title {
	position: relative;
	z-index: 2;
}

.card--gallery .title h2 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.card--gallery .title:after {
	content: '';
	background-color: #ffffff;
	width: 34px;
	height: 2px;
	border-radius: 10px;
	float: left;
}

.card--gallery:nth-child(2n) {
	position: relative;
	width: 30%;
}

.card--gallery:nth-child(3) {
	position: relative;
	width: 30%;
}

.card--gallery:nth-child(4) {
	position: relative;
	width: 60%;
}

.card--gallery .background-image {
	position: absolute;
	left: 0;
	top: 0;
}

.card--gallery a.cta {
	visibility: hidden;
	position: relative;
	z-index: 3;
	border-radius: 4px;
	border: solid 1px #ffffff;
	background-color: #00baff;
}

.card--gallery.animate-width-small {
	width: 30% !important;
}

@media (max-width: 640px) {
	.card--gallery.animate-width-small {
		width: 94% !important;
	}
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse !important;
	border-style: hidden !important;
}

.wpb_vc_table {
	box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

.wpb_vc_table:first-child {
	overflow: hidden !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.wpb_vc_table:nth-child(2n) {
	margin-top: -35px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.16);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden !important;
}

@media (max-width: 640px) {
	.wpb_vc_table:nth-child(2n) {
		margin-top: -9px !important;
	}
}

@media (max-width: 640px) {
	.wpb_vc_table {
		font-size: 11px !important;
		margin: 8px;
		width: 95% !important;
	}
}

.wpb_vc_table .vc-th {
	background-color: #00baff;
	height: 47px;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.89;
	letter-spacing: normal;
	text-align: center;
	color: #FFF;
}

@media (max-width: 640px) {
	.wpb_vc_table .vc-th {
		font-size: 11px !important;
	}
}

.wpb_vc_table tr {
	height: 45px;
	padding: 25px;
}

.wpb_vc_table tr:nth-child(2n) {
	text-align: center;
}

.wpb_vc_table tr:nth-child(2n+3) {
	background-color: #f6faff;
	text-align: center;
}

.wpb_vc_table tr td {
	padding-right: 25px;
	padding-left: 25px;
}

.wpb_vc_table tr td:first-child {
	text-align: left;
}

@media (max-width: 640px) {
	.wpb_vc_table tr td {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
}

.n2go-btn-default {
	background-color: #00baff !important;
	color: #FFF !important;
	border-radius: 4px;
	width: 200px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 0.7em 1em 0.7em;
}

@media (max-width: 769px) {
	.n2go-btn-default {
		text-align: center;
		display: block;
		width: 100%;
	}
}

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

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

.n2go-component-centered-image {
	text-align: center;
}

.n2go-component-intro-text {
	text-align: center;
	max-width: 880px;
	width: 100%;
}

.n2go-component-intro-text .helper-ttitle {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #878787;
	margin: 0;
}

.n2go-component-intro-text h2, .n2go-component-intro-text h1 {
	font-size: 42px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #212121;
	padding: 15px 0 25px;
	margin-top: 0;
}

.n2go-component-intro-text p.content {
	margin: 0;
	padding: 0 10px 20px;
}

@media (min-width: 1024px) {
	.n2go-component-intro-text p.content {
		padding: 0 110px 57px;
	}
}

.n2go-component-intro-text a.cta {
	border-radius: 4px;
	background-color: #00baff;
	color: #ffffff;
	padding: 12px 20px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.5s;
	display: inline-block;
	margin-top: 20px;
}

.n2go-component-intro-text a.cta:hover {
	background: #0088e7;
}

.n2go-component-intro-text.n2go--background__enabled {
	background: linear-gradient(75deg, #0089e8, #00baff);
	width: 100%;
	max-width: 100%;
	padding: 85px 10px;
	color: white;
}

.n2go-component-intro-text.n2go--background__enabled h2, .n2go-component-intro-text.n2go--background__enabled h1, .n2go-component-intro-text.n2go--background__enabled .helper-ttitle {
	color: white;
}

.n2go-component-intro-text.n2go--background__enabled a.cta {
	background-color: #0052c2;
}

.n2go-component-two-columns {
	text-align: left;
	margin: 70px auto;
}

.n2go-component-two-columns .helper-ttitle {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #878787;
	margin: 0;
}

.n2go-component-two-columns h2 {
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #212121;
}

@media (max-width: 769px) {
	.n2go-component-two-columns h2 {
		margin-top: 12px;
	}
}

.n2go-component-two-columns p.content {
	margin: 37px 0;
}

.n2go-component-two-columns a.cta {
	border-radius: 4px;
	background-color: #00baff;
	color: #ffffff;
	padding: 12px 20px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.5s;
}

.n2go-component-two-columns a.cta:hover {
	background: #0088e7;
}

.n2go-component-two-columns .info-box {
	border-radius: 8px;
	border: solid 2.1px #e5ebf0;
	margin: 0 0 40px;
	font-size: 16px;
	padding: 20px 16px;
}

.n2go-component-two-columns ul {
	padding: 0;
}

.n2go-component-two-columns ul li {
	color: #626574;
	list-style: none;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: left;
	padding-bottom: 30px;
	padding-left: 27px;
	position: relative;
}

.n2go-component-two-columns ul li:before {
	background-image: url("images/check-gray.svg");
	content: '';
	left: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	top: 7px;
	position: absolute;
	background-size: contain;
}

.n2go-component-subscription-form {
	background: #F6F7F9;
	border: 1px solid rgba(229, 231, 235, 0.3);
	box-shadow: 0 16px 54px rgba(59, 59, 97, 0.1);
	display: -ms-flexbox;
	display: flex;
	margin: 60px auto 100px;
	width: 100%;
	padding: 0;
	border-radius: 8px;
	max-width: 1000px;
}

.n2go-component-subscription-form .newsletter-form-left {
	width: 40%;
	float: left;
	padding: 30px 30px 0;
}

@media (max-width: 769px) {
	.n2go-component-subscription-form .newsletter-form-left {
		position: absolute;
	}
}

.n2go-component-subscription-form .newsletter-form-left .n2go-sidebarNewsletterForm_icon {
	background: transparent url("images/newsletter-form-bg.png") no-repeat;
	height: 337px;
	width: 360px;
	margin: 0;
}

.n2go-component-subscription-form .newsletter-form-left .n2go-svg {
	display: none;
}

.n2go-component-subscription-form .newsletter-form-right {
	width: 60%;
	float: right;
	padding: 70px 120px 0 0;
	text-align: left;
	/*Overriding external widget*/
}

@media (max-width: 769px) {
	.n2go-component-subscription-form .newsletter-form-right {
		width: 100%;
		z-index: 1;
		position: relative;
		padding: 20px;
		text-align: center;
	}
}

.n2go-component-subscription-form .newsletter-form-right .n2go-sidebarNewsletterForm_ctaText {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-align: left;
}

.n2go-component-subscription-form .newsletter-form-right .n2go-sidebarNewsletterForm_infoText {
	text-align: left;
	color: #626574;
	font-size: 18px;
}

.n2go-component-subscription-form .newsletter-form-right input {
	border-radius: 4px !important;
	min-width: 300px;
	height: 44px;
	display: inline-block;
}

@media (min-width: 1024px) {
	.n2go-component-subscription-form .newsletter-form-right input {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

.n2go-component-subscription-form .newsletter-form-right button {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	height: 44px;
	background: #00BAFF !important;
	font-weight: 500;
	transition: background .5s ease-in-out;
}

@media (min-width: 1024px) {
	.n2go-component-subscription-form .newsletter-form-right button {
		min-width: 160px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

.n2go-component-subscription-form .newsletter-form-right button:hover {
	background: #0077A3 !important;
}

.n2go-component-subscription-form .newsletter-form-right label {
	display: none;
}

.n2go-component-subscription-form .newsletter-form-right div {
	display: inline-block;
}

.n2go-component-intro-step.n2go--background__enabled {
	text-align: center;
	padding: 70px 70px 110px;
	width: 100%;
	background-image: linear-gradient(65deg, #0089e8, #00baff);
}

@media (max-width: 640px) {
	.n2go-component-intro-step.n2go--background__enabled {
		padding: 35px 35px 65px !important;
	}
}

.n2go-component-intro-step.n2go--background__enabled h2 {
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 15px 0 25px;
}

.n2go-component-intro-step.n2go--background__enabled p.content {
	padding: 0 10px 20px;
	max-width: 970px;
	margin: 0 auto;
	color: #ffffff;
}

@media (min-width: 1024px) {
	.n2go-component-intro-step.n2go--background__enabled p.content {
		padding: 0 110px 57px;
	}
}

.n2go-component-intro-step.n2go--background__enabled a.cta {
	border-radius: 4px;
	background-color: #0052c2;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.5s;
}

.n2go-component-intro-step.n2go--background__enabled a.cta:hover {
	background: #0088e7;
}

.n2go-component-intro-step.n2go--background__enabled .steps-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (max-width: 769px) {
	.n2go-component-intro-step.n2go--background__enabled .steps-wrapper {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.n2go-component-intro-step.n2go--background__enabled .steps {
	max-width: 280px;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
}

.n2go-component-intro-step.n2go--background__enabled .steps h3, .n2go-component-intro-step.n2go--background__enabled .steps p {
	color: #ffffff;
}

.n2go-component-intro-step.n2go--background__enabled .steps h3 {
	font-size: 22px;
	font-weight: 600;
}

.n2go-component-intro-step.n2go--background__enabled .steps p {
	opacity: 0.8;
	font-size: 15px;
}

.n2go-component-intro-step.n2go--background__enabled .steps .icon {
	width: 100%;
	max-width: 30%;
}

.n2go-component-intro-step.n2go--background__enabled .steps .step-content {
	width: 70%;
}

.n2go-component-intro-step {
	text-align: center;
	padding: 30px;
	width: 100%;
}

.n2go-component-intro-step h2 {
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	padding: 15px 0 25px;
}

.n2go-component-intro-step p.content {
	margin: 0;
	padding: 0 10px 20px;
	color: #000000;
}

@media (min-width: 1024px) {
	.n2go-component-intro-step p.content {
		padding: 0 110px 57px;
	}
}

.n2go-component-intro-step a.cta {
	border-radius: 4px;
	background-color: #0052c2;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.5s;
	position: relative;
	top: 32px;
}

.n2go-component-intro-step a.cta:hover {
	background: #0088e7;
}

.n2go-component-intro-step .steps-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (max-width: 769px) {
	.n2go-component-intro-step .steps-wrapper {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.n2go-component-intro-step .steps {
	max-width: 300px;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	margin: 0 24px;
}

.n2go-component-intro-step .steps h3, .n2go-component-intro-step .steps p {
	color: #000000;
}

.n2go-component-intro-step .steps h3 {
	font-size: 22px;
	font-weight: 600;
}

.n2go-component-intro-step .steps p {
	opacity: 0.8;
	font-size: 15px;
}

.n2go-component-intro-step .steps a {
	font-size: 16px;
	font-weight: 500;
	color: #00baff;
}

.n2go-component-intro-step .steps .icon {
	width: 100%;
	max-width: 30%;
	margin-right: 10px;
}

.n2go-component-intro-step .steps .step-content {
	width: 70%;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.n2go-component-hero-banner {
	background-image: linear-gradient(61deg, #0089e8, #00baff);
	padding: 110px 70px 30px;
}

.n2go-component-hero-banner.n2go-margin-100 {
	margin-top: 0;
}

@media (max-width: 640px) {
	.n2go-component-hero-banner {
		padding: 25px !important;
	}
}

.n2go-component-hero-banner .component-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.n2go-component-hero-banner h2 {
	font-size: 42px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.n2go-component-hero-banner p.content {
	opacity: 0.8;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.n2go-component-hero-banner a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	background-color: #0052c2;
	padding: 10px 20px;
	transition: background 0.5s;
}

.n2go-component-hero-banner a:hover {
	background-color: #00347B;
	color: #ffffff;
}

.n2go-component-hero-banner ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.n2go-component-hero-banner ul li {
	list-style: none;
	padding-right: 60px;
}

@media (max-width: 640px) {
	.n2go-component-hero-banner ul li {
		padding-right: 10px;
	}
}

.n2go-component-hero-banner ul li img {
	max-width: 100px;
}

@media (max-width: 640px) {
	.n2go-component-hero-banner ul li img {
		max-width: 52px;
	}
}

.n2go-component-hero-banner .right {
	width: 100%;
}

@media (max-width: 640px) {
	.n2go-component-hero-banner .right {
		display: none;
	}
}

.n2go-component-hero-banner .right img {
	float: right;
	max-width: 570px;
}

.n2go-component-hero-banner .float-image img {
	animation: float 6s ease-in-out infinite;
}

.n2go-component-topics {
	max-width: 818px;
	margin-bottom: 100px !important;
	text-align: center;
}

.n2go-component-topics .bottom-image {
	margin-top: 23px;
	position: absolute;
	height: 181px;
	overflow: hidden;
	text-align: right;
	bottom: 0;
	right: -20px;
}

.n2go-main-header-navigation .sub-menu {
	display: block;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.blog-navigation {
	text-align: center;
	margin: 57px 10px;
	float: left;
	clear: both;
}

@media (max-width: 640px) {
	.blog-navigation {
		margin: 0 10px 20px;
	}
}

.blog-navigation ul {
	margin: 0 20px 40px;
	padding: 0;
}

@media (max-width: 640px) {
	.blog-navigation ul {
		margin: 20px 0 0;
	}
}

.blog-navigation ul li {
	list-style: none;
	display: inline-block;
}

@media (max-width: 640px) {
	.blog-navigation ul li {
		width: 100%;
	}
}

.blog-navigation ul li a {
	color: #000000;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 4px 20px;
	margin: 0 10px 9px 0;
	display: block;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 4px solid red;
	background: linear-gradient(to right, #f3f3f3 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
}

@media (max-width: 640px) {
	.blog-navigation ul li a {
		padding: 10px 20px;
	}
}

.blog-navigation ul li a:hover {
	color: #000000;
	background-position: left bottom;
}

.single-blog-navigation {
	text-align: left;
}

.single-blog-navigation ul {
	margin: 50px 0 0;
}

.blog-navigation.category-blog {
	margin: 7px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000000;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #000000;
}

.button {
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	padding: 10px 20px;
}

a.button-primary, .button-primary {
	color: #ffffff;
	background-color: #00baff;
}

a.button-primary:hover, .button-primary:hover {
	color: #ffffff;
	background-color: #0088e7;
}

.n2go-btn-default {
	background-color: #00baff !important;
	color: #FFF !important;
	border-radius: 4px;
	width: 200px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 0.7em 1em 0.7em;
	transition: background-color .3s ease-in-out;
}

@media (max-width: 769px) {
	.n2go-btn-default {
		text-align: center;
		display: block;
		width: 100%;
	}
}

.n2go-btn-default:hover {
	background-color: #0077a3 !important;
}

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

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

.n2go-blog-post__comments input[type="text"],
.n2go-blog-post__comments input[type="email"],
.n2go-blog-post__comments input[type="url"],
.n2go-blog-post__comments input[type="password"],
.n2go-blog-post__comments input[type="search"],
.n2go-blog-post__comments input[type="number"],
.n2go-blog-post__comments input[type="tel"],
.n2go-blog-post__comments input[type="range"],
.n2go-blog-post__comments input[type="date"],
.n2go-blog-post__comments input[type="month"],
.n2go-blog-post__comments input[type="week"],
.n2go-blog-post__comments input[type="time"],
.n2go-blog-post__comments input[type="datetime"],
.n2go-blog-post__comments input[type="datetime-local"],
.n2go-blog-post__comments input[type="color"],
.n2go-blog-post__comments textarea {
	color: #000000;
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 3px;
}

.n2go-blog-post__comments input[type="text"]:focus,
.n2go-blog-post__comments input[type="email"]:focus,
.n2go-blog-post__comments input[type="url"]:focus,
.n2go-blog-post__comments input[type="password"]:focus,
.n2go-blog-post__comments input[type="search"]:focus,
.n2go-blog-post__comments input[type="number"]:focus,
.n2go-blog-post__comments input[type="tel"]:focus,
.n2go-blog-post__comments input[type="range"]:focus,
.n2go-blog-post__comments input[type="date"]:focus,
.n2go-blog-post__comments input[type="month"]:focus,
.n2go-blog-post__comments input[type="week"]:focus,
.n2go-blog-post__comments input[type="time"]:focus,
.n2go-blog-post__comments input[type="datetime"]:focus,
.n2go-blog-post__comments input[type="datetime-local"]:focus,
.n2go-blog-post__comments input[type="color"]:focus,
.n2go-blog-post__comments textarea:focus {
	color: #000000;
}

.n2go-blog-post__comments select {
	border: 1px solid #000000;
}

.n2go-blog-post__comments textarea {
	width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #000000;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #000000;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.v-center-desktop {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.v-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.n2go-blog-post__comments {
	max-width: 630px;
	margin: 0 auto 70px;
	text-align: center;
}

.n2go-blog-post__comments h3.comment-reply-title {
	border: 0;
	color: #878787;
	margin: 40px 0 50px;
	font-size: 24px;
}

.n2go-blog-post__comments textarea {
	background: #F2F2F4 !important;
	border: 0;
	padding: 12px 11px;
	font-size: 16px;
	border-radius: 4px;
}

.n2go-blog-post__comments input[type=text] {
	display: inline-block;
	border: 1.7px solid #929fac;
	padding: 12px 11px;
	font-size: 16px;
	width: 49%;
	border-radius: 4px;
}

@media (max-width: 640px) {
	.n2go-blog-post__comments input[type=text] {
		width: 100%;
		margin: 6px 0;
	}
}

.n2go-blog-post__comments .comment-input-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (max-width: 640px) {
	.n2go-blog-post__comments .comment-input-wrapper {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.n2go-blog-post__comments p.form-submit .submit {
	background: #00BAFF;
	color: #ffffff;
	font-size: 16px;
	padding: 12px 21px;
	border-radius: 4px;
	transition: background .5s ease-in-out;
	border: 0;
	float: right;
	margin: 0 0 80px;
}

@media (max-width: 769px) {
	.n2go-blog-post__comments p.form-submit .submit {
		float: none;
		margin: 0;
	}
}

.n2go-blog-post__comments p.form-submit .submit:hover {
	border: 0;
	background: #00baff;
}

.n2go-blog-post__comments .g-recaptcha {
	display: inline-block;
	float: left;
}

@media (max-width: 769px) {
	.n2go-blog-post__comments .g-recaptcha {
		float: none;
	}
}

.n2go-blog-post__comments-headline {
	border: 0;
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 24px;
}

.n2go-blogPostComment_avatar img {
	border-radius: 50%;
	width: 50px;
}

.n2go-blogPostComment_author {
	text-align: left;
}

.n2go-blogPostComment_author a, .n2go-blogPostComment_author cite {
	color: #000000;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}

.n2go-blogPostComment_authorSays,
.n2go-blogPostComment_link {
	display: none;
}

.n2go-blogPostComment_content {
	text-align: left;
}

.n2go-blogPostComment_content p {
	margin: 15px 0 0;
}

.n2go-blogPostComment_content:hover .n2go-blogPostComment_replyWrapper a {
	opacity: 1;
}

.n2go-blogPostComments_list li li {
	border: 0;
}

.n2go-blogPostComment_replyWrapper a {
	margin: 10px 0 10px 1px;
	color: #000000;
	float: left;
	clear: both;
	padding: 2px 17px;
	border-radius: 4px;
	box-shadow: 0px 1px 6px -3px #403e3e;
	opacity: 0.5;
	transition: opacity .5s ease-in-out;
}

.n2go-blogPostComment {
	border-bottom: 1px solid #F4F6F7;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.signup-banner {
	background-image: linear-gradient(to left, #00BAFF, #0089E8);
	overflow: hidden;
	margin-bottom: -40px;
	min-height: 300px;
}

.signup-banner .container {
	padding: 0;
}

.signup-banner h2 {
	color: #ffffff;
	font-family: 'Proxima Nova';
	clear: both;
	padding: 36px 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
}

@media (max-width: 640px) {
	.signup-banner h2 {
		font-size: 30px;
		line-height: 35px;
	}
}

.signup-banner .signup-banner__left {
	padding: 42px 85px 60px;
}

@media (max-width: 640px) {
	.signup-banner .signup-banner__left {
		padding: 12px 55px 60px;
	}
}

.signup-banner a {
	padding: 10px 15px;
	border-radius: 4px;
}

.signup-banner a.signup-banner__create-account {
	background: #0052c2;
	margin-right: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	transition: all .3s ease-in-out;
}

.signup-banner a.signup-banner__create-account:hover {
	background: #00347B;
}

.signup-banner svg {
	position: absolute;
	top: 50px;
}

.single-post__foooter-banner .signup-banner {
	margin: 20px 0 60px;
}

.single-post__foooter-banner a {
	clear: both;
	float: left;
}

footer {
	margin-top: 40px;
}

.n2go-footer-logo {
	max-width: 250px !important;
	width: 100%;
	margin-left: -15px;
}

.n2go-footer-title {
	color: #091E3F;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 27px;
}

.n2go-footer-social-icon img {
	max-width: 36px;
	width: 100%;
	margin-right: 10px;
}

.n2go-footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.n2go-footer-column ul li a, .n2go-footer-column p {
	display: block;
	text-decoration: none;
	color: #606469;
	font-size: 16px;
	line-height: 26px;
	transition: all 0.25s ease;
}

.n2go-footer-column ul li a:hover, .n2go-footer-column p:hover {
	color: #000;
}

.n2go-footer-policies {
	margin-top: -10px;
}

.n2go-footer-policies ul {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.n2go-footer-policies li {
	float: left;
	margin: 0 1rem;
	position: relative;
}

.n2go-footer-policies a {
	color: #606469;
}

@media (max-width: 640px) {
	.n2go-footer-policies {
		font-size: 9px;
		margin: 0px;
		padding: 0px;
	}
}

.n2go-footer-small .n2go-hr {
	margin-left: 0px;
	margin-right: 0px;
}

.n2go-languageDropdown-text {
	font-weight: 500;
	color: #091E3F;
	margin-left: 5px;
}

.n2go-languageDropdown-flag {
	display: inline-block;
	height: 1.1rem;
	position: relative;
	width: 1.6rem;
}

.n2go-select_toggle a:after {
	background-image: url(./images/arrow_flags.svg);
	background-size: 20px;
	width: 20px;
	height: 20px;
	content: '';
	float: right;
	margin-top: 10px;
	transition: transform .2s ease-in-out;
}

.n2go-select_toggle.open a:after {
	transform: rotate(-180deg);
}

.n2go-language-div {
	text-align: left;
}

@media (max-width: 640px) {
	.n2go-language-div {
		text-align: center;
	}
}

.n2go-mt-10 {
	margin-top: 10px !important;
}

.n2go-related-posts {
	margin: 0 0 70px;
}

.n2go-related-posts ul {
	display: block;
	list-style: none;
	margin: 0 -20px;
	padding: 0;
}

@media (max-width: 769px) {
	.n2go-related-posts ul {
		-webkit-overflow-scrolling: touch;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.n2go-related-posts ul li {
		white-space: normal;
	}
}

.n2go-related-posts li {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 30px 0 rgba(59, 59, 97, 0.18);
	display: inline-block;
	margin: 0 20px 30px;
	max-width: 254px;
	min-width: 254px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all .5s ease-out;
	width: 100%;
}

@media (max-width: 769px) {
	.n2go-related-posts li {
		max-width: 200px;
		min-width: 200px;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.n2go-related-posts li {
		max-width: 70%;
		min-width: 70%;
		width: 90%;
	}
}

.n2go-related-posts li:hover {
	box-shadow: 0 15px 36px -17px #3b3b61;
	top: -8px;
}

.n2go-related-posts a {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.n2go-related-posts__item-image-wrapper {
	border-bottom: 1px solid #F1F1F1;
	height: 152px;
	overflow: hidden;
	padding-bottom: 41.379%;
	position: relative;
}

.n2go-related-posts__item-image-wrapper > * {
	border-radius: 8px 8px 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform 2s;
	width: 100%;
}

.n2go-related-posts__item-image-wrapper > *:hover {
	transform: scale(1.1);
}

.n2go-related-posts__item-image-wrapper img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.n2go-related-posts__item-image-wrapper .n2go-svg {
	padding: 1em;
}

.n2go-related-posts__item-headline {
	height: 6.4em;
	overflow: hidden;
	padding: 16px;
}

.n2go-related-posts__item-reading-time {
	padding: 12px;
	font-size: 15px;
}

.n2go-related-posts__item-reading-time svg {
	display: inline-block;
	height: 22px;
	position: relative;
	top: 5px;
	width: 26px;
}

.n2go-related-posts__item-reading-time span {
	padding: 0 9px;
}

.n2go-content .n2go-related-posts__headline {
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 34px;
}

.n2go-stars {
	cursor: pointer;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 8;
}

.n2go-stars:hover .star path {
	fill: #ffd055 !important;
}

.n2go-stars .star {
	float: left;
}

.n2go-stars .star path {
	fill: #ffd055;
	transition: all .1s ease-in-out;
}

.n2go-stars .star:hover ~ .star path {
	fill: #d8d8d8 !important;
}

.n2go-stars[data-stars] .star polygon {
	fill: #ffd055;
}

.n2go-stars[data-stars="1"] .star:nth-child(1) ~ .star path {
	fill: #ffd055;
}

.n2go-stars[data-stars="2"] .star:nth-child(2) ~ .star path {
	fill: #d8d8d8;
}

.n2go-stars[data-stars="3"] .star:nth-child(3) ~ .star path {
	fill: #d8d8d8;
}

.n2go-stars[data-stars="4"] .star:nth-child(4) ~ .star path {
	fill: #d8d8d8;
}

.n2go-stars[data-stars="5"] .star:nth-child(5) ~ .star path {
	fill: #d8d8d8;
}

.n2go-stars-messages .star-rated {
	color: #00BAFF;
	font-weight: 400;
	font-size: 19px;
	transition: all .1s ease-in-out;
	opacity: 0;
	margin-top: -33px;
}

.star--half {
	fill: url(#halfGradient);
}

.star--empty {
	fill: #D8D8D8;
}

.n2go-star-result-single {
	fill: #FFD754;
	width: 84px;
	position: relative;
	top: 1px;
}

.n2go-stars-result-wrapper {
	display: inline-block;
}

.n2go-star-results-text {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
	color: #000000;
}

.n2go-blog-post__share-buttons {
	display: inline-block;
	position: absolute;
	right: -90px;
	top: 7px;
}

@media (max-width: 769px) {
	.n2go-blog-post__share-buttons {
		position: relative;
		display: block;
		text-align: center;
		margin: 0 0 20px;
		right: 0;
		top: 0;
	}
}

.n2go-blog-post__share-buttons .n2go-shareButton.n2go-shareButton {
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 769px) {
	.n2go-blog-post__share-buttons .n2go-shareButton.n2go-shareButton {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.n2go-blog-post__share-buttons a {
	border: 2.13px solid #E5EBF0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	vertical-align: middle;
	text-align: center;
	-ms-flex-align: center;
	    align-items: center;
	margin: 10px 0;
	transition: all 0.5s ease-in-out;
}

@media (max-width: 769px) {
	.n2go-blog-post__share-buttons a {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.n2go-blog-post__share-buttons a svg {
	width: 16px;
	height: 16px;
}

.n2go-blog-post__share-buttons a path {
	transition: all 0.5s ease-in-out;
}

.n2go-blog-post__share-buttons a:hover {
	border: 2.13px solid #11d6ff;
}

.n2go-blog-post__share-buttons a:hover svg path {
	fill: #11d6ff;
}

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.blog-bottom-sidebar {
	float: left;
	margin: 70px 0 70px;
	width: 100%;
}

@media (max-width: 769px) {
	.blog-bottom-sidebar ul {
		padding: 0;
	}
}

.blog-bottom-sidebar li {
	list-style: none;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm {
	background: #F6F7F9;
	border: 1px solid rgba(229, 231, 235, 0.3);
	box-shadow: 0 16px 54px rgba(59, 59, 97, 0.1);
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	border-radius: 8px;
	max-width: 1000px;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-left {
	width: 40%;
	float: left;
	padding: 30px 30px 0;
}

@media (max-width: 769px) {
	.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-left {
		position: absolute;
	}
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-left .n2go-sidebarNewsletterForm_icon {
	background: transparent url("images/newsletter-form-bg.png") no-repeat;
	height: 337px;
	width: 360px;
	margin: 0;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-left .n2go-svg {
	display: none;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right {
	width: 60%;
	float: right;
	padding: 70px 120px 0 0;
	text-align: left;
	/*Overriding external widget*/
}

@media (max-width: 769px) {
	.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right {
		width: 100%;
		z-index: 1;
		position: relative;
		padding: 20px;
		text-align: center;
	}
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right .n2go-sidebarNewsletterForm_ctaText {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-align: left;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right .n2go-sidebarNewsletterForm_infoText {
	text-align: left;
	color: #626574;
	font-size: 18px;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right input {
	border-radius: 4px !important;
	min-width: 300px;
	height: 44px;
	display: inline-block;
}

@media (min-width: 1024px) {
	.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right input {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right button {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	height: 44px;
	background: #00BAFF !important;
	font-weight: 500;
	transition: background .5s ease-in-out;
}

@media (min-width: 1024px) {
	.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right button {
		min-width: 160px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right button:hover {
	background: #0077A3 !important;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right label {
	display: none;
}

.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right div {
	display: inline-block;
}

.n2go-n2go-sidebarNewsletterForm_icon-mobile {
	display: none !important;
}

@media (max-width: 640px) {
	.n2go-n2go-sidebarNewsletterForm_icon-mobile {
		display: block !important;
		height: 152px;
		margin-top: -10px;
	}
}

.n2go-n2go-sidebarNewsletterForm_icon-mobile img {
	height: 150px;
}

@media (max-width: 640px) {
	.blog-bottom-sidebar .n2go-sidebarNewsletterForm .newsletter-form-right div {
		display: block !important;
	}
}

.n2go-newsletter-form-shortcode {
	background-image: linear-gradient(to right, #0089E8, #00BAFF);
	padding: 23px 21px;
	border-radius: 4px;
	color: white;
}

.n2go-newsletter-form-shortcode #blog-newsletter-form-shortcode div {
	display: inline-block;
}

.n2go-newsletter-form-shortcode #blog-newsletter-form-shortcode label {
	display: none;
}

.n2go-newsletter-form-shortcode #blog-newsletter-form-shortcode input {
	min-height: 44px;
	border-radius: 4px;
}

@media (min-width: 1024px) {
	.n2go-newsletter-form-shortcode #blog-newsletter-form-shortcode input {
		min-width: 270px;
	}
}

.n2go-newsletter-form-shortcode #blog-newsletter-form-shortcode button {
	background-color: #0052C2 !important;
	margin-left: 13px;
	font-weight: 400;
}

.n2go-newsletter-form-shortcode .n2go-shortcode-form-right {
	color: white;
	font-size: 18px;
	font-weight: 300;
}

.n2go-newsletter-form-shortcode .n2go-shortcode-form-right h2 {
	color: inherit;
	font-size: 28px;
	font-weight: 500;
}

.n2go-newsletter-form-shortcode .n2go-shortcode-form-right p {
	margin-bottom: 0;
	color: white;
}

.n2go-newsletter-form-shortcode .n2go-shortcode-form-note {
	font-size: 80%;
}

.n2go-css .n2go-newsletter-form-shortcode a {
	color: currentColor;
	text-decoration: underline;
}

.n2go-custom-list {
	display: inline-block;
	vertical-align: middle;
	color: white;
	background: linear-gradient(#B1F1FF, #00BAFF);
	padding: 3px 13px;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 400;
	margin-right: 18px;
}

.n2go-custom-list.first {
	padding: 2px 15px;
}

.n2go-content .n2go-component-faq__heading {
	color: #212121;
	font-size: 36px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1;
	padding: 15px 0 25px;
	text-align: center;
}

.n2go-component-faq__content {
	margin: 0 auto 59px;
	max-width: 678px;
	text-align: center;
}

.n2go-component-faq__sections {
	margin: 0 auto;
	max-width: 800px;
}

.n2go-component-faq-section {
	border: 1px solid #f6f7f9;
	border-radius: 8px;
	margin: 0 0 10px;
}

.n2go-component-faq-section__header {
	background: #f6f7f9;
	color: #000000;
	cursor: pointer;
	font-family: 'Proxima Nova';
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	padding: 19px 40px 19px 32px;
	position: relative;
	text-align: left;
}

.n2go-component-faq-section__header::before {
	content: '';
	border: 6px solid transparent;
	border-bottom-width: 0;
	border-radius: 2px;
	border-top-color: #bbbdca;
	height: 0;
	position: absolute;
	right: 20px;
	top: calc(50% - 3px);
	transition: transform 0.2s ease-in-out;
	width: 0;
}

.n2go-component-faq-section__header.is-opened::before {
	transform: rotate(180deg);
}

.n2go-component-faq-section__content-wrapper {
	display: none;
	overflow: hidden;
}

.n2go-component-faq-section__content {
	padding: 27px 32px;
}

.n2go-component-centered-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	font-size: 18px;
	font-weight: 400;
	color: #626574;
	line-height: 28px;
	letter-spacing: 0;
}

@media (max-width: 769px) {
	.n2go-component-centered-text {
		padding: 20px;
	}
}

.n2go-content .n2go-component-centered-text__heading {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 18px;
}

.n2go-component-centered-video {
	margin-left: auto;
	margin-right: auto;
	max-width: 528px;
	overflow: visible;
}

.n2go-component-centered-video__embed {
	height: 0;
	padding: 0 0 56.25%;
	position: relative;
}

.n2go-component-centered-video__embed iframe {
	border-radius: 10px;
	box-shadow: 0 8px 32px 0 rgba(90, 63, 98, 0.22);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.n2go-component-centered-video__embed:before, .n2go-component-centered-video__embed:after {
	position: absolute;
	z-index: 1;
}

.n2go-component-centered-video__embed:before {
	background: url("images/rectangle-bg-video-1.svg") no-repeat 50% 50%;
	background-size: contain;
	content: '';
	height: 105px;
	left: -60px;
	top: -41px;
	width: 102px;
}

.n2go-component-centered-video__embed:after {
	background: url("images/rectangle-bg-video-2.svg") no-repeat 50% 50%;
	background-size: contain;
	content: '';
	height: 56px;
	right: -28px;
	top: -38px;
	width: 56px;
}

.n2go-component-centered-video__embed-background:before, .n2go-component-centered-video__embed-background:after {
	position: absolute;
	z-index: 1;
}

.n2go-component-centered-video__embed-background:before {
	background: url("images/rectangle-bg-video-3.svg") no-repeat 50% 50%;
	background-size: contain;
	content: '';
	height: 126px;
	left: -43px;
	bottom: -67px;
	width: 170px;
}

.n2go-inline-links {
	text-align: center;
}

.n2go-inline-links .n2go-component-inline-links-item {
	display: inline-block;
	text-align: left;
	margin-right: 13px;
}

.n2go-inline-links .n2go-component-inline-links-item a {
	display: inline-block;
	color: #000000;
	padding: 12px 20px 9px;
	margin: 0 0 20px;
	border-radius: 8px;
	border: solid 2.1px #e5ebf0;
	min-width: 320px;
	width: 100%;
	transition: all 0.5s ease-out;
}

.n2go-inline-links .n2go-component-inline-links-item a:hover {
	background: #f6f7f9;
}

.n2go-inline-links .n2go-component-inline-links-item a .n2go-icon-right-arrow {
	float: right;
}

.n2go-table-of-content {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 769px) {
	.n2go-table-of-content {
		padding: 20px;
	}
}

.n2go-table-of-content .n2go-component-table-of-content-item {
	float: left;
	clear: both;
	text-align: left;
	margin-right: 13px;
}

.n2go-table-of-content .n2go-component-table-of-content-item a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	display: block;
	color: #00baff;
	transition: all 0.5s ease-out;
}

.n2go-table-of-content .n2go-component-table-of-content-item a:before {
	content: '';
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #00baff;
	border-radius: 50%;
	margin-bottom: 2px;
	margin-right: 6.5px;
}

.n2go-table-of-content .n2go-component-table-of-content-item a:hover {
	color: #32b6d2;
}

.n2go-table-of-content .n2go-component-table-of-content-item.child a {
	font-weight: normal;
	margin-left: 28px;
}

.n2go-component-customer-quotes {
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
}

.n2go-component-customer-quotes .slick-dotted.slick-slider {
	overflow: hidden;
}

.n2go-component-customer-quotes .slick-track {
	display: -webkit-box;
}

.n2go-component-customer-quotes .slick-track .slick-slide {
	height: auto;
}

.n2go-component-customer-quotes__sections:not(.slick-slider) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.n2go-component-customer-quotes__sections:not(.slick-slider) > .n2go-component-customer-quotes-section {
	-ms-flex: 1 1 560px;
	    flex: 1 1 560px;
	visibility: hidden;
}

.n2go-css .n2go-component-customer-quotes-section {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	color: #626574;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin: 10px;
	max-width: 560px;
	outline: none;
}

.n2go-component-customer-quotes-section__content {
	font-style: italic;
	padding: 30px;
}

@media (max-width: 640px) {
	.n2go-component-customer-quotes-section__content {
		min-height: 150px;
	}
}

.n2go-component-customer-quotes-section__author-details {
	-ms-flex-align: center;
	    align-items: center;
	background: #f6f7f9;
	border-radius: 0 0 8px 8px;
	display: -ms-flexbox;
	display: flex;
	padding: 17px 28px;
}

.n2go-component-customer-quotes-section__author-image {
	background-size: cover;
	border-radius: 50%;
	height: 60px;
	margin-right: 28px;
	overflow: hidden;
	position: relative;
	width: 60px;
}

.n2go-component-customer-quotes-section__author-image img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.n2go-component-customer-quotes-section__author-name-and-position {
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
}

.n2go-component-customer-quotes-section__author-name {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.3em;
}

.n2go-component-customer-quotes-section__author-position {
	line-height: 1.3;
}

.n2go-component-customer-quotes-section__logo {
	margin-left: 28px;
	max-width: 62px;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./vendor/slick-1.8.1/slick/fonts/slick.eot");
	src: url("./vendor/slick-1.8.1/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.8.1/slick/fonts/slick.woff") format("woff"), url("./vendor/slick-1.8.1/slick/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.8.1/slick/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.n2go-component-masonry-gallery {
	margin-bottom: 100px !important;
	margin-top: 100px;
	text-align: center;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 15px;
}

.mb-35 {
	margin-bottom: 35px;
}

.n2go-btn:hover {
	background-color: #0077A3 !important;
}

.n2go-languageDropdown_select {
	display: inline-block;
	line-height: 4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.n2go-languageDropdown_select li {
	cursor: pointer;
	position: relative;
}

.n2go-languageDropdown-flag {
	display: inline-block;
	height: 1.1rem;
	position: relative;
	width: 1.6rem;
}

.n2go-languageDropdown_select a,
.n2go-languageDropdown_list a {
	color: #969da2;
	display: block;
}

.n2go-languageDropdown_list a {
	padding: 0.4rem 1.5rem;
}

.n2go-languageDropdown_list {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0.8rem 0;
	box-shadow: 0 10px 25px 0 rgba(56, 70, 122, 0.15);
}

.n2go-languageDropdown_list li {
	cursor: pointer;
	display: inline-block;
	line-height: 2rem;
	width: 135px;
}

.n2go-languageDropdown_list li:hover {
	background: #eee;
}

.n2go-languageDropdown_list .n2go-select_toggle:first-child {
	background-color: aqua;
}

.n2go-languageDropdown_select .languageDropdown_label {
	display: none;
}

.n2go-header {
	background: #ffffff;
	padding: 8px 0;
}

.n2go-header-login.btn {
	color: #000000;
	font-weight: 500;
	padding: 0 23px 0;
}

.n2go-header_logoWrapper {
	text-align: left;
}

.n2go-offCanvasNavigationToggle {
	position: absolute;
	top: 33px;
	right: 20px;
	z-index: 99;
}

@media (max-width: 1199px) {
	.n2go-offCanvasNavigationToggle {
		display: inline-block;
	}
}

@media (max-width: 1199px) {
	.n2go-header_logo {
		margin-left: 20px;
	}
}

.n2go-header_right {
	display: none;
	margin: 26px 0;
}

@media (max-width: 1199px) {
	.n2go-header_right {
		display: none !important;
	}
}

.n2go-main-header-navigation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
	line-height: 0;
}

.n2go-main-header-navigation ul li a {
	color: #5f666b;
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 1.5rem;
	padding: 4.2rem 0.5rem 3rem;
	vertical-align: middle;
	transition: color .3s ease-in-out;
}

.n2go-main-header-navigation ul li a:hover {
	border-bottom-color: currentColor;
	color: #000000;
}

.n2go-main-header-navigation ul li ul.sub-menu {
	/*display: none;*/
	visibility: hidden;
	transition: 0.1s 0.1s;
	/* delay of 1 seconds on hover off */
	font-size: 1.4rem;
	left: -200px;
	margin: 0 auto;
	width: 1000px;
	position: fixed;
	right: 5%;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
	overflow: hidden;
	padding: 2rem 2rem 4rem 2rem;
	top: 76px;
	border-radius: 0 0 8px 8px;
}

.n2go-main-header-navigation ul {
	list-style: none;
}

.n2go-main-header-navigation ul li {
	float: left;
}

.n2go-main-header-navigation ul li.menu-item-has-children a:after {
	background-image: url("/wp-content/themes/n2go-2014/images/drop-down-arrow.png");
	background-size: 7px 7px;
	display: inline-block;
	width: 7px;
	height: 7px;
	content: "";
	float: right;
	margin: -3px 0 0 5px;
}

.n2go-main-header-navigation li.current-menu-ancestor a,
.n2go-main-header-navigation li.current-menu-parent a {
	border-bottom-color: currentColor;
	color: #00a7e6;
}

.n2go-main-header-navigation li:hover > a {
	border-bottom-color: currentColor;
	color: #00a7e6;
}

.n2go-main-header-navigation ul li:hover ul.sub-menu {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
	height: auto;
	transition-delay: 0s;
	/* react immediately on hover */
}

.n2go-main-header-navigation ul li ul.sub-menu li {
	width: 25%;
	float: left;
}

.n2go-main-header-navigation ul li ul.sub-menu li.single-menu {
	width: 100%;
	float: left;
}

.n2go-main-header-navigation ul li ul.sub-menu li ul.sub-menu {
	float: left;
	padding: 0;
	min-height: 1px;
	width: 100%;
	font-size: 1.4rem;
	left: auto;
	margin: 0;
	position: relative;
	right: auto;
	z-index: 99999999;
	box-shadow: none;
	border: none;
	overflow: hidden;
	top: 0px;
}

.n2go-main-header-navigation ul li:hover .submenu {
	display: block;
}

.n2go-main-header-navigation ul li ul.sub-menu li ul.sub-menu li {
	width: 100%;
	float: auto;
}

.n2go-main-header-navigation ul li ul.sub-menu li a {
	border-bottom: none;
	color: #5f666b;
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: auto;
	margin: 0;
	padding: 1.6rem 0;
	vertical-align: middle;
	font-weight: 500;
}

.n2go-main-header-navigation ul li ul.sub-menu li a:after {
	content: none;
}

.n2go-main-header-navigation ul li ul.sub-menu li ul.sub-menu li a:hover,
.n2go-main-header-navigation ul li ul.sub-menu li a:hover {
	color: #125c77;
}

.n2go-main-header-navigation ul li ul.sub-menu li a:after {
	background-image: url("/wp-content/themes/n2go-2014/images/keyboard-right-arrow-button.png");
	background-size: 10px 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
	float: right;
	margin: -5px 0 0 3px;
}

.n2go-main-header-navigation ul li ul.sub-menu li ul.sub-menu li a {
	color: #00baff;
	font-weight: 400;
	font-size: 1.4rem;
}

.n2go-main-header-navigation ul li ul.sub-menu li ul.sub-menu li a:after {
	content: none;
}

.n2go-main-header-navigation ul li ul.sub-menu li ul.sub-menu li.bold a {
	font-weight: 500;
}

.hide-big-screen {
	display: none;
}

@media (max-width: 1199px) {
	.n2go-css .n2go-main-header-navigation {
		display: none;
	}
	.hide-big-screen {
		display: block;
	}
}

.n2go-header_logoWrapper {
	float: left;
}

/**
* Mobile navigation
*/
.n2go-offCanvasNavigation_panel {
	overflow: scroll;
	padding: 20px;
}

.n2go-mobile-navigation .n2go-main-header-navigation {
	display: block;
	position: relative;
	width: 100%;
	margin-left: -17px;
}

.n2go-mobile-navigation .n2go-main-header-navigation ul li {
	width: 100%;
	text-align: left;
}

.n2go-mobile-navigation .n2go-main-header-navigation ul li a {
	border-bottom: none;
	color: #5f666b;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 1.6rem 0;
	vertical-align: middle;
	font-weight: 500;
}

.n2go-mobile-navigation .n2go-main-header-navigation ul li a:after {
	display: none !important;
}

.n2go-mobile-navigation .n2go-main-header-navigation .sub-menu {
	visibility: visible;
	position: relative;
	width: 100%;
	left: 0;
	box-shadow: none;
	background: white;
	top: 0;
	padding: 0;
}

.n2go-mobile-navigation .n2go-main-header-navigation .sub-menu li {
	width: 100%;
}

.n2go-mobile-navigation .buttons--login__actions {
	float: left;
	width: 100%;
	padding: 22px;
	text-align: center;
}

.n2go-mobile-navigation .buttons--login__actions a {
	margin-bottom: 12px;
}

.n2go-offCanvasNavigation_panel {
	background: #ffffff;
	height: 100%;
	position: absolute;
	padding-bottom: 100px;
}

.n2go-offCanvasNavigation {
	visibility: hidden;
	top: 70px;
	transform: translateY(-100%);
	transition: all 500ms cubic-bezier(0.385, 0, 0.08, 1);
}

.n2go-mobile-menu-active {
	visibility: visible;
	z-index: 999;
	transform: translateY(0px);
}

.n2go-offCanvasNavigationToggle .n2go-burger {
	cursor: pointer;
	height: 16px;
	width: 25px;
	position: relative;
}

.n2go-offCanvasNavigationToggle .n2go-burger .line {
	position: absolute;
	left: 0px;
	height: 3.5px;
	width: 100%;
	border-radius: 5px;
	background-color: #000;
	transition: all 0.25s ease;
}

.n2go-offCanvasNavigationToggle .n2go-burger .line:nth-child(1) {
	top: 0;
}

.n2go-offCanvasNavigationToggle .n2go-burger .line:nth-child(2) {
	bottom: 0;
}

.n2go-mobile-menu-open .n2go-burger .line:nth-child(1) {
	transform: translateY(6.5px) rotate(45deg);
}

.n2go-mobile-menu-open .n2go-burger .line:nth-child(2) {
	transform: translateY(-6.5px) rotate(-45deg);
}

.n2go-header_right.dashboard-btn {
	position: relative;
	top: 6px;
}

@media (max-width: 769px) {
	.n2go-header_right.dashboard-btn {
		display: none !important;
	}
}

.n2go-header_right.dashboard-btn a {
	padding: 0;
	transition: color .3s ease-in-out;
}

.n2go-header_right.dashboard-btn i {
	position: relative;
	top: 1px;
	left: 4px;
}

.n2go-component-checklist {
	display: table;
	margin-top: 35px;
}

.n2go-component-checklist ul li, .n2go-component-checklist li a {
	height: 22px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #32b6d2;
	margin-bottom: 30px;
	list-style: none;
}

@media (min-width: 768px) {
	.n2go-component-checklist li:nth-child(odd) {
		float: left;
		width: 50%;
	}
	.n2go-component-checklist li:nth-child(even) {
		float: right;
		width: 50%;
	}
}

@media (max-width: 640px) {
	.n2go-component-checklist ul {
		margin-left: -30px !important;
	}
}

.n2go-component-checklist li:before {
	content: url(./images/check-blue.svg);
	margin-right: 18px;
}

.n2go-button-checklist {
	text-align: center;
	padding: 30px;
	padding-top: 0 !important;
}

/*--------------------------------------------------------------
# All the pages styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-title {
	text-align: center;
	padding: 30px 0 0;
}

@media (max-width: 640px) {
	.blog-title {
		margin-bottom: 22px;
	}
}

/*Blog overview page styling*/
.n2go-css .n2go-teaser {
	border-radius: 8px;
	box-shadow: 0 12px 36px 0 rgba(59, 59, 97, 0.2);
	margin: 40px;
}

@media (min-width: 1024px) {
	.n2go-css .n2go-teaser img {
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

@media (min-width: 1024px) {
	.n2go-css .n2go-teaser .n2go-teaser-thumbnail img {
		min-height: 397px;
	}
}

.n2go-css .n2go-teaser .col-md-6 {
	padding: 0;
}

.n2go-css .n2go-teaser .n2go-teaser__left {
	text-align: center;
	padding: 30px;
}

.n2go-css .n2go-teaser .n2go-teaser__left .post-short-details__name {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

.n2go-css .n2go-teaser .n2go-teaser__left .post-short-details__avatar img {
	width: 72px;
}

.n2go-css .n2go-teaser .n2go-teaser__left .post-short-details__reading-time {
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 500;
	color: #878787;
}

.n2go-css .n2go-teaser .n2go-teaser__left .post-short-details__reading-time span {
	padding-left: 7px;
	font-size: 13px;
}

.n2go-css .n2go-teaser .n2go-teaser__left .n2go-tease__headline {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
	padding-top: 30px;
	color: #000000;
}

.n2go-css .n2go-teaser .n2go-teaser__left .n2go-teaser_date {
	display: block;
	float: none;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
	margin: 0.8em 0 0;
	padding: 0;
}

.n2go-css .n2go-teaser .n2go-teaser_text {
	color: #67696a;
	font-size: 16px;
	overflow: hidden;
}

@media (max-width: 640px) {
	.n2go-blog .n2go-teaser-post {
		overflow: hidden;
	}
}

.n2go-blog .n2go-teaser-post img {
	width: 100%;
}

.n2go-blog .n2go-teaser-post .n2go-teaser-row {
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 640px) {
	.n2go-blog .n2go-teaser-post div.n2go-teaser-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		    flex-direction: column-reverse;
	}
}

.n2go-blog .n2go-teaser_headline {
	height: 3.2em;
	margin-bottom: 0.5em;
	max-height: 100%;
}

.n2go-blog .n2go-teaser-post {
	transition: all .4s ease-in-out;
	position: relative;
}

.n2go-blog .n2go-teaser-post:hover {
	box-shadow: 0 15px 36px -17px #3b3b61;
}

.n2go-blog .n2go-teaser-post .n2go-teaser-thumbnail {
	overflow: hidden;
}

.n2go-blog .n2go-teaser-post .n2go-teaser-thumbnail img {
	transform: scale(1);
	transition: transform 2s;
}

.n2go-blog .n2go-teaser-post .n2go-teaser-thumbnail img:hover {
	transform: scale(1.1);
}

.n2go-blog .n2go-blog-item h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.n2go-blog .n2go-blog-item .n2go-blog-item-inner {
	margin: 2px 6px 30px;
	background: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 12px 30px 0 rgba(59, 59, 97, 0.18);
	position: relative;
	top: 0;
	transition: all .2s ease-in-out;
}

@media (max-width: 640px) {
	.n2go-blog .n2go-blog-item .n2go-blog-item-inner {
		margin: 0 25px 30px;
	}
}

.n2go-blog .n2go-blog-item .n2go-blog-item-inner:hover {
	top: -8px;
	box-shadow: 0 15px 36px -17px #3b3b61;
}

.n2go-blog .n2go-blog-item .n2go-blog-item-inner .n2go-teaser_imageWrapper {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.n2go-blog .n2go-blog-item .n2go-blog-item-inner .n2go-teaser_imageWrapper img {
	transform: scale(1);
	transition: transform 2s;
}

.n2go-blog .n2go-blog-item .n2go-blog-item-inner .n2go-teaser_imageWrapper img:hover {
	transform: scale(1.1);
}

.n2go-blog .n2go-blog-item .n2go-blog-item__details {
	padding: 23px;
	min-height: 115px;
}

.n2go-blog .n2go-blog-item .n2go-blog-item__short-desc {
	color: #000000;
	font-size: 16px;
	padding: 13px 0;
}

.n2go-blog .n2go-blog-item .n2go-blog-item__date {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #878787;
	margin: 0 0 0.8em;
}

.n2go-blog .n2go-blog-item .n2go-blog-item__reading-time {
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	font-weight: 500;
	color: #878787;
}

.n2go-blog .n2go-blog-item .n2go-blog-item__reading-time span {
	padding-left: 7px;
	font-size: 13px;
}

.n2go-blog .n2go-blog-item .n2go-teaser_imageWrapper {
	padding-bottom: 67%;
}

.n2go-blog {
	background: #ffffff;
}

.n2go-blog .page-numbers {
	margin-top: 30px;
	margin-bottom: 30px;
}

.n2go-blog .page-numbers a {
	color: #BAC5D1;
	text-decoration: none;
	padding: 6px 13px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 20px;
}

.n2go-blog .page-numbers a:hover {
	color: #ffffff;
	background-color: #80DDFF;
}

.n2go-blog .page-numbers span.current {
	padding: 6px 13px;
	background: #26c3fc;
	font-size: 20px;
	color: #ffffff;
	border-radius: 4px;
}

.n2go-blog .n2go-searchForm-blogSidebar {
	display: none;
}

.n2go-guest-post-block {
	text-align: center;
	margin-top: 10px;
}

.n2go-guest-post-block .n2go-guest-post-inner {
	background: #F5F6FA;
	display: inline-block;
	text-align: center;
	padding: 32px 50px 10px;
	margin: 2px 0 120px;
	border-radius: 8px;
}

.n2go-guest-post-block .n2go-guest-post-inner h2 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 26px;
}

.n2go-guest-post-block .n2go-guest-post-inner p {
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #8e8c8c;
}

/*
* Single post styling
*/
.n2go-single-post.container {
	max-width: 800px;
}

.n2go-single-post {
	background: #ffffff;
}

@media (max-width: 769px) {
	.n2go-single-post {
		padding: 0;
	}
}

@media (max-width: 640px) {
	.n2go-single-post .wpb_single_image.vc_align_left {
		text-align: center;
	}
}

.n2go-single-post .n2go-panel {
	box-shadow: none;
	padding: 0;
}

.n2go-single-post img {
	border-radius: 8px;
}

.n2go-single-post p {
	font-size: 18px;
	font-weight: 400;
	color: #626574;
	line-height: 28px;
	letter-spacing: 0;
}

.n2go-single-post h2 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-weight: bold;
	display: inline-block;
	width: 72%;
	vertical-align: middle;
}

@media (max-width: 640px) {
	.n2go-single-post h2 {
		display: inline;
	}
}

.n2go-single-post .n2go-blog-post__post-info__rating {
	text-align: right;
	padding-right: 0;
}

.n2go-blog-post__date {
	color: #878787;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0;
	margin-top: 95px;
	font-weight: 400;
}

@media (max-width: 769px) {
	.n2go-blog-post__date {
		margin-top: 50px;
	}
}

.n2go-blog-post__headline {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin: 0;
	line-height: 1;
}

@media (max-width: 640px) {
	.n2go-blog-post__headline {
		font-size: 30px !important;
		line-height: 35px;
		padding: 10px;
	}
}

.n2go-blog-post__post-info {
	font-size: 14px;
	margin: 35px 0 18px 0 !important;
}

@media (max-width: 769px) {
	.n2go-blog-post__post-info {
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.n2go-blog-post__post-info__reading-time {
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	-ms-flex-pack: left;
	    justify-content: left;
	font-weight: 500;
	color: #878787;
	padding: 0;
}

@media (max-width: 769px) {
	.n2go-blog-post__post-info__reading-time {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.n2go-blog-post__post-info__reading-time svg {
	width: 30px;
	height: 23px;
	margin-top: -4px;
}

.n2go-blog-post__post-info__reading-time span {
	padding-left: 7px;
	font-size: 13px;
}

@media (min-width: 1024px) {
	.single-post__about-author-section,
	.single-post__related-posts-section {
		padding: 0 127px;
	}
}

@media (max-width: 769px) {
	.single-post__about-author-section,
	.single-post__related-posts-section {
		margin: 20px;
	}
}

.single-post__about-author-section .row {
	margin-left: 0;
}

@media (min-width: 1024px) {
	.single-post__about-author-section .row {
		float: left;
	}
}

.single-post__about-author-section .title {
	font-size: 24px;
	color: #878787;
	font-weight: 400;
}

.single-post__about-author-section .title p {
	margin-bottom: 10px;
}

.single-post__about-author-section .author-image {
	display: inline-block;
}

.single-post__about-author-section .author-image img {
	border-radius: 50%;
}

.single-post__about-author-section .author-right {
	display: inline-block;
	position: relative;
	top: 13px;
	left: 13px;
}

@media (max-width: 640px) {
	.single-post__about-author-section .author-right {
		top: 27px;
		max-width: 217px;
	}
}

.single-post__about-author-section .author-name {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
}

.single-post__about-author-section .author-desc {
	font-size: 16px;
	color: #626574;
	margin-top: -7px;
}

.single-post__about-author-section .blog-navigation {
	margin-left: 0;
	margin-right: 0;
}

.single-post__submit-rating-bottom {
	text-align: center;
	float: right;
	margin: 40px 0 0;
	position: relative;
}

@media (max-width: 640px) {
	.single-post__submit-rating-bottom {
		float: none;
	}
}

.single-post__submit-rating-bottom h2 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 16px;
}

.single-post__submit-rating-bottom .post-ratings-loading {
	text-align: center;
}

.single-post__submit-rating-bottom .n2go-rating-loader.move {
	left: 166px;
}

.single-post__submit-rating-bottom .n2go-rating-loader {
	position: absolute;
	left: 26px;
	top: 47px;
	transition: all 3s ease;
	opacity: 0;
}

.single-post__submit-rating-bottom .n2go-rating-loader img {
	width: 50%;
}

.n2go-blog-post__content {
	position: relative;
}

.n2go-seo-text {
	text-align: center;
	color: #626574;
	font-size: 18px;
	line-height: 28px;
}

@media (min-width: 1024px) {
	.n2go-seo-text {
		padding: 20px 191px;
	}
}

.blog-second-row {
	margin: 20px;
	display: table;
}

.blog-navigation {
	text-align: center;
	margin: 5px 10px;
	float: left;
	clear: both;
}

@media (max-width: 640px) {
	.blog-navigation {
		margin: 0 10px 20px;
	}
}

.blog-navigation ul {
	margin: 0 20px 40px;
	padding: 0;
}

@media (max-width: 640px) {
	.blog-navigation ul {
		margin: 20px 0 0;
	}
}

.blog-navigation ul li {
	list-style: none;
	display: inline-block;
}

@media (max-width: 640px) {
	.blog-navigation ul li {
		width: 100%;
	}
}

.blog-navigation ul li a {
	color: #000000;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 4px 20px;
	margin: 0 10px 9px 0;
	display: block;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 4px solid red;
	background: linear-gradient(to right, #f3f3f3 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
}

@media (max-width: 640px) {
	.blog-navigation ul li a {
		padding: 10px 20px;
	}
}

.blog-navigation ul li a:hover {
	color: #000000;
	background-position: left bottom;
}

.single-blog-navigation {
	text-align: left;
}

.single-blog-navigation ul {
	margin: 50px 0 0;
}

.blog-navigation.category-blog {
	margin: 7px 10px;
}

@media (min-width: 1200px) {
	.container {
		width: 130rem;
		padding: 0 7.5rem;
	}
	.row {
		margin: 0 18px;
	}
}

.bg-n2go-parallax-1 {
	position: absolute;
	left: -50px;
	top: 180px;
	z-index: 1;
}

@media (max-width: 769px) {
	.bg-n2go-parallax-1 {
		display: none;
	}
}

.bg-n2go-parallax-1 svg {
	width: 80%;
}

.bg-n2go-parallax-2 {
	position: absolute;
	right: -80px;
	top: 1360px;
	z-index: 1;
}

@media (max-width: 769px) {
	.bg-n2go-parallax-2 {
		display: none;
	}
}

.bg-n2go-parallax-2 svg {
	width: 80%;
}

.bg-n2go-parallax-3 {
	position: absolute;
	left: -50px;
	top: 1880px;
	z-index: 1;
}

@media (max-width: 769px) {
	.bg-n2go-parallax-3 {
		display: none;
	}
}

.bg-n2go-parallax-3 svg {
	width: 80%;
}

.n2go-object-fit {
	-o-object-fit: cover;
	   object-fit: cover;
}

.n2go-hr {
	border-bottom: 1px solid #EBEBEB;
	margin-left: 60px;
	margin-right: 60px;
}

.hidden-on-load {
	display: none !important;
	transition: all .5s ease-in-out;
}

.n2go-full-width .wpb_wrapper {
	padding: 0;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.n2go-single-post {
	padding: 0;
}

.n2go-single-post h2 {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.bctt-click-to-tweet {
	border: 0;
	box-shadow: 0 12px 36px rgba(59, 59, 97, 0.2);
	float: left;
	max-width: 400px;
	margin: 25px 35px 30px -180px;
	font-family: 'Roboto Slab', serif !important;
	text-align: center;
	padding: 0;
	margin-bottom: 30px !important;
}

@media (max-width: 769px) {
	.bctt-click-to-tweet {
		margin: 20px 0 50px;
	}
}

.bctt-click-to-tweet a {
	display: block;
	font-size: 18px;
	font-family: 'Roboto Slab', serif !important;
	padding: 25px 33px 25px;
	transition: all 0.5s ease-in-out;
}

.bctt-click-to-tweet a:hover {
	color: #307fc7 !important;
}

.bctt-click-to-tweet a.bctt-ctt-btn {
	width: 100%;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300;
	font-size: 12px;
	text-align: right;
	background: #F5F6FA;
	color: black !important;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.bctt-click-to-tweet a.bctt-ctt-btn:before {
	content: '';
	width: 28px;
	height: 16px;
	background-image: url("./images/twitter-icon.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 0;
	background-size: contain;
}

.n2go-infoBox {
	background: #f5f6fa;
	width: 100%;
	border: 0;
	padding: 40px;
}

@media (max-width: 640px) {
	.n2go-infoBox {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/
.n2go--align-right {
	text-align: right;
}

.n2go--align-left {
	text-align: left !important;
}

.n2go--pull-right {
	text-align: right;
	float: right;
}

.n2go--pull-left {
	text-align: left;
	float: left;
}

.n2go-margin-50-30 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.n2go-margin-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 640px) {
	.n2go-margin-100 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}

.n2go-margin-100-center {
	margin: 50px auto;
}

.n2go-hr {
	border-bottom: 1px solid #EBEBEB;
}

.n2go-m-0 {
	margin: 0;
}

.n2go-m-b-50 {
	margin-bottom: 50px;
}

/*# sourceMappingURL=maps/style.css.map */
