/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.custom-control-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.fb-guid-btn-set:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Heebo", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Heebo", "Helvetica Neue", "Helvetica", sans-serif !important;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a:hover,
a:focus {
	text-decoration: none;
}

.fb-guide-popup-close {
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: relative;
	background-color: transparent;
	border: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
}

.fb-guide-popup-close:hover:after,
.fb-guide-popup-close:hover:before {
	background-color: #0045c9;
}

.fb-guide-popup-close:focus {
	box-shadow: 0 0 0 3px rgba(0, 34, 99, .63);
}

.fb-guide-popup-close:before,
.fb-guide-popup-close:after {
	-webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out;
	transition: background .3s ease-in-out, opacity .3s ease-in-out;
	background: #002263;
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	height: 2px;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.fb-guide-popup-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fb-guide-popup-active .fb-guide-popup-close {
	opacity: 1;
	visibility: visible;
}

.fb-guide-popup-slide {
	position: fixed;
	background-color: #f3f8ff;
	overflow-x: hidden;
	overflow-y: auto;
}

.fb-guide-popup-slide .popup-slide-header {
	text-align: left;
}

.fb-guide-popup-slide .popup-slide-content {
	text-align: right;
	text-shadow: none;
	color: #002263;
	font-size: 26px;
}

.fb-guide-popup-active {
	overflow: hidden;
}

.fb-guide-popup-active .fb-guide-popup-slide {
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 25px;
}

.fb-guid-counter {
	margin-top: 15px;
	font-weight: 500;
}

.fb-guid-counter-start:before {
	content: "/";
	margin-right: -5px;
}

.popup-slide-content-step {
	padding: 50px 0;
}

.popup-slide-content-step fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.fb-guid-step-title {
	color: #4a90e2 !important;
}

/* custom controls styles (checkbox & radio) */

.custom-control {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 26px;
	margin: 0 0 44px 0;
}

.form-group .custom-control {
	margin-bottom: 45px;
}

.note-block .custom-control {
	margin-right: 0;
	margin-bottom: 56px;
}

.custom-control .custom-control-indicator {
	-webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: border-color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 7px;
	border: 1px solid #002263;
}

.custom-control .custom-control-label {
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1.466667;
	letter-spacing: .06em;
}

.custom-control .custom-control-input {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.custom-control[role="radio"][aria-checked="true"] .custom-control-indicator:before,
.custom-control[role="radio"][aria-checked="true"] .custom-control-indicator:after {
	opacity: 1;
}

.custom-control[role="radio"][aria-checked="true"] .custom-control-label {
	font-weight: 500;
}

.custom-control .title-text {
	display: block;
	margin-bottom: 24px;
}

.custom-checkbox .custom-control-indicator {
	z-index: 1;
}

.custom-checkbox .custom-control-indicator:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 14px;
	height: 6px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 2px solid #002263;
	border-width: 0 0 2px 2px;
	margin: -5px 0 0 -6px;
}

.custom-radio .custom-control-indicator {
	border-radius: 50%;
}

.custom-radio .custom-control-indicator:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #002263;
	opacity: 0;
}

.custom-control-list {
	padding-top: 20px;
	padding-bottom: 33px;
}

.check-list {
	padding: 0;
	list-style-type: none;
}

.check-list > .custom-control {
	margin-right: 0;
}

.fb-guide-header {
	/* padding: 20px 0; */
	padding: 16px 0;
	font-size: 1.1875rem;
	color: #fff;
}

.fb-guide-header .container-fluid {
	width: 100%;
}

.fb-guide-header a {
	text-decoration: none;
	color: currentColor;
}

.fb-guide-popup-active .fb-guide-header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #002263;
}

.fb-guide-header.header-bg {
	background-color: #061b43;
}

.fb-guide-header__nav {
	display: inline-block;
	vertical-align: middle;
	margin-right: .9375rem;
	position: relative;
}

.fb-guide-header__nav ul {
	list-style-type: none;
	position: relative;
	padding-right: 0;
}

.fb-guide-header__nav li {
	position: relative;
	padding: 0 1.25rem 0 0;
}

.fb-guide-header__nav li:after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 100%;
	width: .0625rem;
	background-color: #fff;
	top: 0;
	right: 0;
	bottom: 0;
}

.fb-guide-header__nav a {
	line-height: 1.5;
}

.fb-guide-header__nav a:hover {
	text-decoration: underline;
}

.fb-guide-logo {
	display: inline-block;
	vertical-align: middle;
}

.fb-guide-logo img {
	margin-left: 15px;
	width: 75px;
}

.fb-guide-logo > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.fb-guide-logo .fb-guide-logo__text {
	overflow: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

html[dir="rtl"] body {
	direction: ltr;
}

html[dir="rtl"] body #wrapper {
	direction: rtl;
}

#wrapper {
	direction: rtl !important;
	font-family: "Heebo", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
}

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

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.hero-section {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	padding-bottom: 40px;
}

.hero-section:not(.fb-guide-btn) {
	text-shadow: 0 2px 4px rgba(0, 34, 99, .74);
}

.hero-title {
	font-size: 25px;
	margin-bottom: 10px;
}

.fb-guide-btn {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	border: none;
	outline: none;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 34, 99, .63);
	text-shadow: none;
	font-size: 22px;
	color: #002263;
	padding: 23px 56px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.fb-guide-btn:hover {
	background-color: #ccc;
}

.fb-guide-btn:focus {
	box-shadow: 0 0 0 3px rgba(0, 34, 99, .63);
}

.fb-guide-btn.hero-btn {
	margin-top: 60px;
	margin-bottom: 15px;
}

/*main content*/

.fb-guide-content {
	padding: 40px 0;
}

.fb-guide-content .fb-guid-info-heading {
	margin-bottom: 40px;
}

.text-content .fb-guid-heading {
	margin-bottom: 15px;
}

.text-content > h3 {
	font-size: 17px;
}

.fb-guide-card {
	color: #4a90e2;
	text-align: center;
	font-size: 1.25rem;
	font-weight: normal;
}

.fb-guide-card a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	display: block;
	background-color: rgba(74, 144, 226, .07);
	color: currentColor;
	font-weight: normal;
	text-decoration: none;
	min-height: 16.375rem;
	padding: 60px 50px;
}

.fb-guide-card a:hover {
	background-color: rgba(74, 144, 226, .2);
	color: #1b5dab;
}

.fb-guide-card__title {
	font-weight: normal;
	font-size: 1.25rem;
}

.fb-guide-card__icon-holder {
	min-height: 5.75rem;
	margin-bottom: 15px;
	position: relative;
}

.fb-guide-card__icon-holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fb-guide-card-container > [class*="col-"]:not(:last-child) {
	margin-bottom: 20px;
}

/*sedibar*/

.fb-guide-sidebar {
	color: #002263;
}

.fb-guide-accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.fb-guide-accordion > li.active .fb-guide-accordion__opener {
	font-weight: 700;
}

.fb-guide-accordion > li.active .fb-guide-accordion__opener:hover {
	color: black;
}

.fb-guide-accordion > li:not(:first-child) {
	padding-top: 6px;
	border-top: 2px solid rgba(74, 144, 226, .2);
}

.fb-guide-accordion > li:not(:last-child) {
	padding-bottom: 6px;
}

.fb-guide-accordion__opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: currentColor;
	padding: 21px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 10px;
}

.fb-guide-accordion__opener:hover {
	color: black;
}

.fb-guide-accordion__opener > * {
	vertical-align: middle;
}

.fb-guide-accordion__opener .opener-icon-holder {
	margin-left: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 30px;
}

.fb-guide-accordion__slide {
	margin-top: -10px;
	margin-bottom: 12px;
}

.fb-guide-accordion__slide ul {
	list-style-type: none;
	padding-right: 60px;
}

.fb-guide-accordion__slide li.active .accordion__slide-item {
	font-weight: 500;
}

.fb-guide-accordion__slide li.active .accordion__slide-item:after {
	visibility: visible;
}

.accordion__slide-item {
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: currentColor;
	font-size: 17px;
	line-height: 1.5;
	margin-top: 5px;
}

.accordion__slide-item:hover {
	color: black;
	font-weight: 500;
}

.accordion__slide-item:hover:after {
	visibility: visible;
}

.accordion__slide-item:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	height: 10px;
	width: 5px;
	background-color: black;
	visibility: hidden;
	vertical-align: middle;
}

.content-part {
	color: #002263;
	line-height: 1.6;
	font-size: 17px;
	font-weight: 100;
}

.content-part .fb-guid-btn-set {
	margin-top: 20px;
}

.content-part .fb-guid-btn-set > * {
	font-size: 22px;
}

.fb-guide-footer {
	padding: 20px 0;
	background-color: #061b43;
}

.fb-guid-heading {
	position: relative;
	padding-bottom: 10px;
}

.fb-guid-heading > * {
	font-size: 26px;
	color: #002263;
	display: inline-block;
	margin-bottom: 13px;
}

.fb-guid-heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: auto;
	height: 10px;
	width: 100px;
	background-color: #002263;
}

.fb-guid-heading.fb-guid-heading-alt {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.fb-guid-heading.fb-guid-heading-alt h3 {
	font-size: 13px;
	margin-bottom: 0;
}

.fb-guid-heading.fb-guid-heading-alt:after {
	width: 22px;
	height: 4px;
}

.fb-guid-info-heading {
	position: relative;
	padding: 20px 15px;
	overflow: hidden;
}

.fb-guid-info-heading:before {
	content: "";
	position: absolute;
	left: -20%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(71, 153, 249, .07);
	z-index: -1;
}

.fb-guid-info-heading > * {
	display: inline-block;
	vertical-align: middle;
	color: #4a90e2;
	margin-bottom: 0;
}

.fb-guid-info-heading h1 {
	font-size: 25px;
	margin-bottom: 0;
}

.fb-guid-info-heading.fb-guid-info-heading-alt {
	padding: 20px 60px 20px 0;
	margin-top: 30px;
}

.fb-guid-info-heading.fb-guid-info-heading-alt > * {
	font-size: 17px;
	font-weight: 700;
}

.fb-guid-info-heading.fb-guid-info-heading-alt:before {
	content: "";
	position: absolute;
	left: -100px;
	right: -100px;
	top: 0;
	bottom: 0;
	background-color: rgba(71, 153, 249, .07);
	z-index: -1;
}

.fb-guid-card-holder [class*="col-"] {
	margin-bottom: 25px;
}

.fb-guid-card-holder [class*="col-md-3"] img {
	max-height: 430px;
}

.fb-guid-btn-set {
	position: relative;
}

.fb-guid-btn-skip {
	text-decoration: none;
	color: #002263;
}

.fb-guid-btn-skip.fl-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.fb-guid-btn-skip:hover {
	text-decoration: underline;
}

.fb-guid-btn-skip:after {
	content: ">";
}

.fb-guid-btn-next {
	background-color: #061b43;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	box-shadow: none;
}

.fb-guid-btn-next:hover {
	background-color: #0e41a1;
}

@media (min-width: 480px) {
	.fb-guide-logo .fb-guide-logo__text {
		position: static;
		overflow: visible;
	}
}

@media (min-width: 768px) {
	.custom-control {
		padding-right: 55px;
	}

	.note-block .custom-control {
		margin-bottom: 18px;
	}

	.custom-control .custom-control-indicator {
		width: 37px;
		height: 37px;
		border-width: 2px;
		top: 1px;
	}

	.custom-control .custom-control-label {
		max-width: 230px;
	}

	.custom-checkbox .custom-control-indicator:before {
		width: 20px;
		height: 10px;
		border-width: 0 0 3px 3px;
		margin: -8px 0 0 -9px;
	}

	.custom-radio .custom-control-indicator:before {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
	}

	.custom-control-list {
		margin-right: -30px;
		width: calc(100% + 30px);
	}

	.custom-control-list li {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: top;
		padding-right: 10px;
		max-width: 50%;
	}

	.list-inline li {
		display: inline-block;
	}

	.check-list > .custom-control:not(:first-child) {
		margin-right: 25px;
	}

	.fb-border-right {
		border-right: 2px solid rgba(74, 144, 226, .2);
	}

	.hero-title {
		font-size: 50px;
	}

	.fb-guide-btn {
		min-width: 313px;
		font-size: 28px;
	}

	.fb-guide-content .fb-guid-info-heading {
		margin-bottom: 90px;
	}

	.fb-guide-card a {
		padding: 30px 20px;
	}

	.fb-guid-info-heading {
		padding: 20px 70px 20px 0;
		overflow: visible;
	}

	.fb-guid-info-heading h1 {
		margin-right: 25px;
	}

	.fb-guid-info-heading.fb-guid-info-heading-alt {
		display: inline-block;
	}

	.fb-guid-info-heading.fb-guid-info-heading-alt:before {
		left: -100px;
		right: 0;
	}

	.fb-guid-btn-next {
		font-size: 22px;
		min-width: 246px;
	}
}

@media (min-width: 1024px) {
	.fb-guide-popup-slide .popup-slide-content {
		padding: 0 40px 0 60px;
	}

	.fb-guide-popup-active .fb-guide-popup-slide {
		padding: 40px 120px 40px 45px;
	}

	.fb-guid-step-title {
		font-size: 50px;
		max-width: 70%;
	}

	.custom-control .custom-control-label {
		font-size: 26px;
	}

	.custom-control .title-text {
		margin-bottom: 18px;
	}

	.custom-control-list {
		margin-right: -60px;
		width: calc(100% + 60px);
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.custom-control-list li {
		padding-right: 40px;
	}

	.check-list > .custom-control:not(:first-child) {
		margin-right: 45px;
	}

	.fb-guide-header .container-fluid {
		padding-right: 7.5rem;
		padding-left: 7.5rem;
	}

	.hero-section {
		margin-top: -150px;
		padding-top: 230px;
		font-size: 22px;
		padding-bottom: 80px;
	}

	.fb-guide-content {
		padding: 90px 0;
	}

	.fb-guide-content #content_holder {
		padding-right: 55px;
		padding-left: 100px;
	}

	.fb-guide-content #sedibar-content {
		padding-left: 50px;
	}

	.text-content {
		padding-right: 55px;
	}

	.fb-guide-card a {
		padding: 60px 50px;
	}

	.fb-guide-accordion__opener {
		font-size: 22px;
	}

	.content-part .fb-guid-btn-set {
		padding-right: 60px;
	}

	.fb-guid-info-heading h1 {
		font-size: 50px;
	}

	.fb-guid-card-holder {
		padding-right: 60px;
	}

	.fb-guid-card-holder [class*="col-md-3"] img {
		max-height: 100%;
		min-height: 390px;
	}
}

@media (min-width: 1200px) {
	.custom-control-list li {
		max-width: 33.33%;
	}
}

@media (min-width: 1500px) {
	.fb-guide-card a {
		max-width: none;
	}
}

/* Deloitte design */

label.custom-control-label {
    padding-left: 211px;
}

a.hero-btn.fb-guide-btn.fb-guide-popup-opener.same-height-left.same-height-right {
    margin-right: 50%;
    background: #f2f8ff;
}

.unit-text h1 {
	margin-right: 0px;
}

p.info-box {
    border-style: solid;
    padding: 20px;
}

p.info-page-header {
    font-family: Heebo;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.96;
    letter-spacing: normal;
    text-align: center;
	color: #4a90e2;
	padding-top: 34px;
}

p.info-page-text {
    font-family: Heebo;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #4a90e2;
}

p.info-page-end {
    font-family: Heebo;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
	color: #4a90e2;
	padding-top: 14px;
}

.arrow-line{
	text-align: center;
}

svg.svg-inline--fa.fa-angle-double-down.fa-w-10 {
    width: 219px;
    height: 47.4px;
}


.test-alert-msg {
	font-size: 18px;
}

a.same-height-left.same-height-right {
	color: #1800ee;
}
