/* Note: use these media queries to get the three core breakpoints: */

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* -------------------------------------------------------------------------- */
/*                              LigaTure Symbols                              */
/* -------------------------------------------------------------------------- */
@font-face {
	font-family: "LigatureSymbols";
	font-style: normal;
	font-weight: normal;
	src: url("/webfonts/LigatureSymbols/LigatureSymbols-2.07.eot");
	src: url("/webfonts/LigatureSymbols/LigatureSymbols-2.07.eot?#iefix") format("embedded-opentype"),
		url("/webfonts/LigatureSymbols/LigatureSymbols-2.07.woff") format("woff"),
		url("/webfonts/LigatureSymbols/LigatureSymbols-2.07.ttf") format("truetype"),
		url("/webfonts/LigatureSymbols/LigatureSymbols-2.07.svg#LigatureSymbols") format("svg");
}

.lsf {
	font-family: "LigatureSymbols";
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-rendering: optimizeLegfibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
}

.lsf-icon:before {
	content: attr(title);
	font-family: "LigatureSymbols";
	font-size: 64px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin-right: 0.3em;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
}

.lsf-icon-dropcap:before {
	content: attr(title);
	font-family: "LigatureSymbols";
	font-size: 64px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	src: local('Jost Regular'), local('Jost-Regular'),
		url('/webfonts/Jost/Jost-Regular.woff2') format('woff2'),
		url('/webfonts/Jost/Jost-Regular.woff') format('woff'),
		url('/webfonts/Jost/Jost-Regular.ttf') format('truetype');
}

/* -------------------------------------------------------------------------- */
/*                                   General                                  */
/* -------------------------------------------------------------------------- */

/* --------------------------------- Colors --------------------------------- */
:root {
	--alert-alert: var(--red);
	--alert-info: var(--blue_vibrant);
	--alert-warning: var(--darkorange);
	--alert-success: var(--green);
	--alert-info-text: var(--white);
	--alert-alert-text: var(--white);
	--alert-warning-text: var(--white);
	--alert-success-text: var(--white);
	--blue: var(--blue_dark);
	--blue_dark: #016183;
	--blue_light: #79ddff;
	--green: #7ed321;
	--orange: #f34c31;
	--orange_dark: #ca412a;
	--orange_light: #ff6f56;
	--grey: rgb(182, 182, 182);
	--grey_light: whitesmoke;
	--yellow: #F7C100;
}

html {
	font-size: 63%;
	scroll-behavior: smooth;
	width: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #333;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: normal;
	/* margin: 20px 0 10px 0; */
	margin: 0 0 10px 0;
}

h1 {
	color: white;
}

h2 {
	font-size: 4rem;
}

.news h4 {
	font-size: 2.5rem;
	margin-top: 0px;
}

h3 {
	font-size: 3rem;
	margin-top: 25px;
}

h5 {
	font-size: 2.5rem;
}

p, a, li, select, label, .fas {
	font-size: 2rem;
}

a:not(.button) {
	text-decoration: underline;
}

a:hover,
.vertical.menu a,
.card a,
#multi-step-signup a {
	text-decoration: none;
}

.grey_light {
	background-color: var(--grey_light);
}

.text-justify {
	text-align: justify;
}

.text-center {
	text-align: center;
}

.has-tip,
.has-tip:hover {
	border: none;
}

.tooltip {
	background-color: var(--blue_dark);
	font-size: 1.6rem;
	max-width: 250px !important;
}

.fineprint * {
	font-size: 1.7rem;
}

table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}

table thead th {
	background-color: var(--blue);
	color: var(--grey_light) !important;
	font-size: 1.8rem;
	white-space: nowrap;
}

table .absorbing-column {
	width: 100%;
}

table tbody td {
	font-size: 1.7rem;
	padding: 15px 10px;
}

table tbody td:first-child {
	white-space: nowrap;
}

/* th {
  background-color: var(--blue);
  color: var(--grey_light);
  font-size: 16px;
  padding: 15px 10px;
  text-align: left;
  min-width: 120px;
}

td {
  padding: 15px 10px;
} */

/* -------------------------- Foundation Modifiers -------------------------- */
/* #faq .accordion ul {
	padding: 0 25px;
}

.row-public-navigation {
	display: flex;
	justify-content: center;
}

@media all and (max-width: 500px) {
	.row-public-navigation {
		flex-direction: column;
	}
} */

/* -------------------------------------------------------------------------- */
/*                                  Sections                                  */
/* -------------------------------------------------------------------------- */
.section-inner {
	margin: 0 auto;
	max-width: 940px;
}

.section_light {
	background: white;
	clear: both;
	color: var(--blue_dark);
	padding: 100px 40px;
}

.section_light.alternate,
.section_light.alternate td {
	background: var(--grey_light);
}

.section_light h1 {
	border-bottom: 1px dotted #999;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	text-align: center;
}

.section_light h3 .icon {
	color: var(--orange);
	font-size: 3.3rem;
}

@media screen and (max-width: 39.9375em) {
	.section_light {
		padding: 20px 10px;
	}
}

.section_light2 {
	background: var(--blue);
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	clear: both;
	color: white;
	padding: 100px 40px;
}

.section_light2 h2 {
	color: white;
}

.section_light2 h3 {
	color: white;
}

.section_light2 h3 .icon {
	color: var(--orange);
	font-size: 3.3rem;
}

.section_light2 a {
	color: var(--blue_light);
}

.section_light2 a.button.on {
	color: #fff;
}

.section_dark {
	background: #262626;
	border-bottom: 1px dotted #999;
	border-top: 0;
	color: #999;
	padding: 20px 0 40px;
}

.section_dark.footer {
	border-bottom: none;
	padding: 20px 0 0 40px;
}

.section_dark h2 {
	color: #999999;
	font-size: 22px;
	margin: 0 0 20px 0;
	text-align: center;
}

.section_main {
	padding: 20px 0;
}

.section_main h2 {
	padding: 0 0 20px;
}

.section_notification {
	/* padding: 0; */
	border: none;
}

/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
/* .footer {
  text-align: center;
  padding: 50px 0;
} */

.site-footer {
	background-color: var(--footer-background);
	color: #737373;
	line-height: 24px;
	padding: 0 35px 0 0;
}

.site-footer * {
	font-size: 1.6rem;
}

.site-footer hr {
	border-top-color: #bbb;
	opacity: 0.5;
}

.site-footer hr.small {
	margin: 20px 0;
}

.site-footer h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
	text-align: left;
	text-transform: uppercase;
}

.site-footer a {
	color: #737373;
}

.site-footer a:hover {
	color: #3366cc;
	text-decoration: none;
}

.footer-links {
	list-style: none;
	padding-left: 0;
}

.footer-links li {
	display: block;
}

.footer-links a {
	color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
	color: #3366cc;
	text-decoration: none;
}

.footer-links.inline li {
	display: inline-block;
}

.site-footer .social-icons {
	text-align: right;
}

.site-footer .social-icons a {
	background-color: #33353d;
	border-radius: 100%;
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	margin-right: 0;
	width: 40px;
}

.copyright-text {
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer [class^="col-"] {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center;
	}
}

.social-icons {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.social-icons li {
	display: inline-block;
	margin-bottom: 4px;
}

.social-icons li.title {
	color: #96a2b2;
	font-size: 13px;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
}

.social-icons a {
	background-color: #eceeef;
	border-radius: 100%;
	color: #818a91;
	display: inline-block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	margin-right: 8px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 44px;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
	background-color: #29aafe;
	color: #fff;
}

.social-icons.size-sm a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 34px;
}

.social-icons a.facebook:hover {
	background-color: #3b5998;
}

.social-icons a.twitter:hover {
	background-color: #00aced;
}

.social-icons a.linkedin:hover {
	background-color: #007bb6;
}

.social-icons a.dribbble:hover {
	background-color: #ea4c89;
}

@media (max-width: 767px) {
	.social-icons li.title {
		display: block;
		font-weight: 600;
		margin-right: 0;
	}
}

/* -------------------------------------------------------------------------- */
/*                                  Features                                  */
/* -------------------------------------------------------------------------- */
.features h2 {
	color: white;
	margin: unset;
}

.reveal h2 {
	font-size: 3.5rem;

}

.features h3,
.reveal h3 {
	border-bottom: 1px dotted lightgrey;
	font-size: 4rem;
}

.faq ul:not(#faq .accordion),
.features ul,
.privacy ul {
	margin: 0 0 30px 35px;
	padding-left: 10px;
}

.features li.top,
.privacy li.top {
	padding-top: 10px;
}

/* -------------------------------------------------------------------------- */
/*                               Pricing Tables                               */
/* -------------------------------------------------------------------------- */
body {
	background: #fafafa;
	font-family: "Jost", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* -------------------------------------------------------------------------- */
/*                                Notifications                               */
/* -------------------------------------------------------------------------- */
.callout {
	background-color: white;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 0;
	color: #0a0a0a;
	font-size: initial;
	margin: 0 0 1rem 0;
	padding: 1rem;
	position: relative;
}

.callout> :first-child {
	margin-top: 0;
}

.callout> :last-child {
	margin-bottom: 0;
}

.callout.primary {
	background-color: #d7ecfa;
	color: #008ae5;
}

.callout.primary h5 {
	color: #008ae5;
	font-weight: bold;
}

.callout.secondary {
	background-color: #eaeaea;
	color: #4e4e4e;
}

.callout.secondary h5 {
	color: #4e4e4e;
	font-weight: bold;
}

.callout.success {
	background-color: #e1faea;
	color: green;
}

.callout.success h5 {
	color: green;
	font-weight: bold;
}

.callout.warning {
	background-color: #fff3d9;
	color: #de9900;
}

.callout.warning h5 {
	color: #de9900;
	font-weight: bold;
}

.callout.alert {
	background-color: #f7e4e1;
	color: red;
	font-weight: bold;
}

.callout.alert h5 {
	color: red;
	font-weight: bold;
}

.focus {
	border: 4px dotted tomato;
}

/* -------------------------------------------------------------------------- */
/*                                    Forms                                   */
/* -------------------------------------------------------------------------- */
*,
*:before,
*:after {
	/* box-sizing: border-box; */
}

.form-container {
	/* padding: 1em 1.5em 1em 1.5em; */
	color: #b9b9b9;
}

.form-standard .hp-form-sec {
	display: none;
}

h4,
.form-standard h4 {
	/* color: var(--blue); */
	font-size: 2.3rem;
}

.form-standard button,
.form-standard textarea,
.form-standard input,
.form-standard input[type="radio"]+label,
.form-standard input[type="checkbox"]+label:before,
.form-standard select option,
.form-standard select {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	font-size: 1.6em;
	height: auto;
	line-height: 1.4;
	padding: 10px;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
}

.form-standard input:focus {
	border-color: var(--orange);
	outline: 0;
}

.form-standard input:focus+.input-icon i {
	color: var(--orange);
}

.form-standard input:focus+.input-icon:after {
	border-right-color: var(--orange);
}

.form-standard input[type="radio"] {
	display: none;
}

.form-standard input[type="radio"]+label,
.form-standard select {
	border-radius: 0;
	float: left;
	width: 50%;
}

.form-standard input[type="radio"]+label:first-of-type {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.form-standard input[type="radio"]+label:last-of-type {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.form-standard input[type="radio"]+label i {
	padding-right: 0.4em;
}

.button,
.top-bar input.button,
.form-standard .button {
	align-items: center;
	border: none;
	border-radius: 5px;
	display: inline-flex;
	font-family: "Jost", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: normal;
	height: 49px;
	justify-content: center;
	/* padding: 0px; */
	text-align: center;
	width: 160px;
}

.top-bar li.button:hover {
	background-color: var(--yellow);
}

.button,
.form-standard button,
.form-standard input[type="submit"] {
	background-color: var(--blue_dark);
}

.button.on,
.menu .active>a {
	background-color: var(--orange);
}

.button:hover,
.form-standard input[type="submit"].active,
.form-standard button:hover,
.form-standard input[type="submit"]:hover,
.form-standard input:checked+label:before,
.form-standard select:focus,
.form-standard select:active {
	background-color: var(--yellow);
	border-color: var(--orange_dark);
	color: #fff;
}

.form-standard input[type="radio"]+label {
	border-radius: 5px;
	color: var(--blue_dark);
	font-size: 1.8rem;
}

.form-standard input[type="radio"]:checked+label {
	background-color: var(--orange);
	color: white;
}

.form-standard textarea:focus {
	border-color: var(--orange);
}

.form-standard select.no-hover:active,
.form-standard select.no-hover:focus,
.form-standard select.no-hover option {
	background-color: transparent;
	color: #000;
}

.form-standard select.standard {
	width: 100%;
}

.form-standard input[type="checkbox"] {
	display: none;
}

.form-standard input[type="checkbox"]+label {
	display: block;
	padding-left: 1.6em;
	position: relative;
}

.form-standard input[type="checkbox"]+label:before {
	content: "";
	display: block;
	height: 1em;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0.2em;
	width: 1em;
}

.form-standard input[type="checkbox"]+label:after {
	color: #fff;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 0.8em;
	font-weight: 900;
	left: 0.2em;
	opacity: 0;
	position: absolute;
	top: 0.05em;
}

.form-standard input:checked+label:after {
	opacity: 1;
}

.form-standard select {
	font-size: 1.8rem;
	height: 3em;
	line-height: 2;
	/* padding: 0 0 0 5px; */
	margin: 0px;
}

.form-standard select:first-of-type {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.form-standard select:last-of-type {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.form-standard select:focus,
.form-standard select:active {
	outline: 0;
}

.form-standard select option {
	font-size: 1.7rem;
}

.form-standard .input-group {
	margin-bottom: 1em;
	zoom: 1;
}

.form-standard .input-group:before,
.form-standard .input-group:after {
	content: "";
	display: table;
}

.form-standard .input-group:after {
	clear: both;
}

.form-standard .input-group-icon {
	position: relative;
}

.form-standard .input-group-icon input {
	padding-left: 4.4em;
}

.form-standard .input-group-icon .input-icon {
	font-size: 1.4rem;
	height: 3.4em;
	left: 0;
	line-height: 3.4em;
	pointer-events: none;
	position: absolute;
	text-align: center;
	top: 0;
	width: 3.4em;
}

.form-standard .input-group-icon .input-icon:after {
	border-right: 1px solid #e5e5e5;
	bottom: 0.6em;
	content: "";
	display: block;
	left: 3.4em;
	position: absolute;
	top: 0.6em;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.form-standard .input-group-icon .input-icon i {
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.form-standard .row {
	zoom: 1;
}

.form-standard .row:before,
.form-standard .row:after {
	content: "";
	display: table;
}

.form-standard .row:after {
	clear: both;
}

.form-standard .col-half {
	float: left;
	padding-right: 10px;
	width: 50%;
}

.form-standard .col-half:last-of-type {
	padding-right: 0;
}

.form-standard .col-third {
	float: left;
	padding-right: 10px;
	width: 33.33333333%;
}

.form-standard .col-third:last-of-type {
	padding-right: 0;
}

@media only screen and (max-width: 540px) {
	.form-standard .col-half {
		padding-right: 0;
		width: 100%;
	}
}

iframe {
	border: 0;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.iframe-responsive {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.button.expanded {
	/* display: block; */
	width: 100%;
	/* margin-right: 0; */
	/* margin-left: 0; */
}

hr {
	-moz-border-bottom-colors: none;
	border-color: #999;
	border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	border-style: dotted;
	-moz-border-top-colors: none;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 22px auto;
}

.page_wrap {
	margin: 0 auto 25px;
}

header {
	background: #f3f3f3;
	clear: both;
	/* padding: 9px 0 40px; */
	padding: 9px 0 0;
	position: relative;
	top: 14px;
}

header.landing {
	background-image: url('/images/public/ib_hero-2.jpg');
	background-size: cover;
	top: 66px;
	width: 100%;
}

.blog_post {
	background: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	clear: both;
	margin-bottom: 20px;
	overflow: auto;
	padding: 15px 0;
}

.blog_post h3 {
	margin-top: 0;
}

.post_meta {
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

.featured_post img {
	margin: 12px 0;
}

.featured_post h3 {
	color: #000;
	margin: 10px 0 0;
}

.welcome_text {
	background-image: url('/images/public/ib_subhero-2.jpg');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5rem;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
	padding: 50px 0;
	text-align: center;
}

.welcome_text .heading {
	margin: auto 0;
}

.landing .welcome_text {
	background-image: none;
	color: var(--white);
}

.excerpt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
}

.privacy h4 {
	font-size: 2.5rem;
}

.privacy h5 {
	font-size: 2.2rem;
}

.news ul {
	margin-left: 5rem;
}

#faq .accordion-title {
	font-size: 2rem;
	text-decoration: none !important;
}

#faq .accordion-title::before {
	top: 32%;
}

.heading_supersize {
	color: white;
	font-size: 128px;
	font-weight: normal;
	line-height: 150px;
	margin: 0 0 10px;
	text-align: center;
}

@media screen and (max-width: 39.9375em) {}
	.heading_supersize {
		font-size: 9.6em;
		font-weight: normal;
		line-height: 0.8;
		margin: 25px 0 10px;
		text-align: center;
	}
}

.heading_largesize {
	font-size: 34px;
	font-weight: normal;
}

.dropcap_red,
.dropcap_black {
	border-radius: 100px 100px 100px 100px;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 36px;
	margin: 10px 28px 0 0;
	text-align: center;
	width: 35px;
}

.dropcap_red {
	background: none;
	color: #999;
}

.dropcap_black {
	background: none;
	color: #999;
}

.panel.callout {
	background: #fe563b;
	border: 1px solid #ccc;
}

.panel.callout.success {
	background: var(--green);
	border: 1px solid #ccc;
}

.panel.callout p,
.panel.callout h4 {
	color: #fff;
}

ul#faq .accordion>li.active {
	border-top: 3px solid #f34c31;
}

dl.tabs dd.active {
	border-top: 3px solid #f34c31;
	margin-top: -3px;
}

dl.tabs dd.active a {
	background: #fff;
}

/*-------------------------------------------------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------------------------------------------------*/

.centered {
	margin: 0 auto;
}

.box {
	background: #fff;
	border: 0;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	float: left;
	font-size: 100%;
	line-height: 1.4em;
	margin: 5px;
	padding: 10px;
}

.box p {
	font-size: 12px;
	margin: 0;
	padding: 12px 0;
}

.box h2 {
	font-size: 14px;
	font-weight: 200;
}

.box h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 0;
	padding: 0px;
}

.box img,
#tumblelog img {
	display: block;
	width: 100%;
}

.box_comment {
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 8px;
}

.box_comment p {
	font-size: 11px;
	margin: 0;
	padding: 0px;
}

.rtl .box {
	direction: rtl;
	float: right;
	text-align: right;
}

.col1 {
	width: 80px;
}

.col2 {
	width: 217px;
}

.col3 {
	width: 280px;
}

.col4 {
	width: 380px;
}

.col5 {
	width: 480px;
}

.col1 img {
	max-width: 80px;
}

.col2 img {
	max-width: 211px;
}

.col3 img {
	max-width: 280px;
}

.col4 img {
	max-width: 380px;
}

.col5 img {
	max-width: 480px;
}

/* fluid masonry */

.box_fluid {
	background: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	float: left;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 1.4%;
	padding: 0;
}

.box_fluid_inner {
	padding: 0 15px 0;
}

.col_fluid {
	width: 32%;
}

.col_fluid img {
	width: 100%;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% {
		-webkit-transform: translateX(600%);
	}

	100% {
		-webkit-transform: translateX(0%);
	}
}

@-webkit-keyframes moveFromLeft {
	0% {
		-webkit-transform: translateX(-600%);
	}

	100% {
		-webkit-transform: translateX(0%);
	}
}

@-webkit-keyframes moveToRight {
	0% {
		-webkit-transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(600%);
	}
}

@-webkit-keyframes moveToLeft {
	0% {
		-webkit-transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-600%);
	}
}

@keyframes moveFromRight {
	0% {
		transform: translateX(600%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes moveFromLeft {
	0% {
		transform: translateX(-600%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes moveToRight {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(600%);
	}
}

@keyframes moveToLeft {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-600%);
	}
}

/* -------------------------------------------------------------------------- */
/*                                   Listing                                  */
/* -------------------------------------------------------------------------- */
table.listing,
tbody.listing {
	border: none;
}

.listing.phone td {
	color: #333;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0;
}

.jumptarget {
	scroll-margin-top: 90px;
}

.link {
	color: #66C2EC;
	cursor: pointer;
}

.ad-banner {
	color: white;
	/* margin: -19px 0 36px 0; */
	margin: -19px 0 0 0;
	padding: 20px 0;
}

.ad-banner.home {
	margin-top: -70px;
}

.ad-banner.orange {
	background-color: var(--orange);
}

.ad-banner.green {
	background-color: var(--green);
}

.ad-banner a {
	color: white;
	font-size: 1.9rem;
	font-style: italic;
	text-decoration: underline;
}

.ad-banner a:hover {
	text-decoration: none;
}

.editorconfineconfine h1 {
	/* .editorconfine h2 { */
	all: initial;

	* {
		all: unset;
	}
}

.editorconfine h1 {
	display: table;
	font-size: 2.7rem;
	font-style: normal;
	padding-bottom: 0;
	text-align: left;
	width: 100%;
}

.editorconfine h2 {
	color: #333;
	display: table;
	font-size: 2.3rem;
	font-weight: normal;
	margin: 20px 0 0 0;
}

.editorconfine p {
	font-size: 1.4rem;
	line-height: 1.6;
}

.editorconfine ul {
	padding-left: 2em;
}

#faq .accordion {
	border-radius: 5px;
	margin: 0 auto;
}

#faq .accordion-header,
#faq .accordion-body {
	background: white;
}

#faq .accordion-header {
	background: white;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 1.5em 1.5em;
	transition: all .3s;
	/* text-transform: uppercase; */
}

.accordion__item {
	border-bottom: 1px solid var(--blue);
}

.accordion__item .accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#faq .accordion-header:hover {
	background: var(--orange);
	color: white;
	position: relative;
	z-index: 5;
}

#faq .accordion-body {
	background: #fcfcfc;
	color: #353535;
	display: none;
}

#faq .accordion-body__contents {
	padding: 1.5em 1.5em;
	/* font-size: .85em; */
}

.accordion__item.active:last-child #faq .accordion-header {
	border-radius: none;
}

#faq .accordion:first-child>.accordion__item>#faq .accordion-header {
	border-bottom: 1px solid transparent;
}

.accordion__item>#faq .accordion-header:after {
	content: "\f13a";
	float: right;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.2em;
	font-weight: 600;
	position: relative;
	top: -2px;
	transform: rotate(0deg);
	transition: .3s all;
}

.accordion__item.active>#faq .accordion-header:after {
	transform: rotate(-180deg);
}

.accordion__item.active #faq .accordion-header {
	background: var(--blue);
	color: white;
}

.accordion__item .accordion__item #faq .accordion-header {
	background: #f1f1f1;
	color: #353535;
}

.accordion__item .accordion__item #faq .accordion-header:hover {
	background: var(--orange);
	color: white;
}

#faq .accordion a {
	background-color: transparent;
	color: var(--blue_dark);
	text-decoration: underline;
}

#faq .accordion a:hover {
	background-color: transparent;
	color: var(--orange_dark);
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	body {
		padding: 1em;
	}

	#faq .accordion {
		width: 100%;
	}
}

.help-text {
	font-size: 1.2rem;
	font-style: italic;
	margin-top: -0.5rem;
}

.pricingWidget {
	background-color: var(--blue);
	border-radius: 8px;
	margin: 40px auto;
	padding: 20px 40px;
}

.pricingWidget .people {
	color: #fff;
	font-size: 36px;
	margin-left: 90px;
}

.pricingWidget .price-margin {
	margin: 25px 0;
}

.pricingWidget .plan {
	background-color: initial;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-right: 8px;
	transition: all .4s ease-in-out;
}

.pricingWidget .plan.selected:hover {
	background-color: var(--orange_light);
	border-color: var(--orange_dark);
}

.pricingWidget .plan.selected {
	background-color: var(--orange);
	border-color: var(--orange_dark);
}

.pricingWidget .fee {
	background-color: var(--blue_dark);
	border-radius: 6px;
	font-size: 24px;
	padding: 5px 10px;
	width: fit-content;
}

.regular {
	color: var(--orange_light);
}

.discounted {
	color: var(--yellow);
}

.pricingWidget .fee>span {
	font-size: 17px;
}

.pricingWidget .fee>.small {
	color: var(--grey);
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}

.pricingWidget .title {
	color: #fff;
	justify-content: center;
	margin-top: 1.5%;
	padding-right: 8px;
	text-align: right;
	width: 90px;
}

.pricingWidget .start {
	margin: 25px auto 10px;
}

input[type=range] {
	-webkit-appearance: none;
	background-color: initial;
	height: 37px;
	width: 94%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	animate: 0.2s;
	background: var(--blue_dark);
	border: 1px solid #016183;
	border-radius: 15px;
	box-shadow: 0px 0px 0px #000000;
	cursor: pointer;
	height: 10px;
	width: 100%;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #F34C31;
	border: 1px solid #CA412A;
	border-radius: 8px;
	box-shadow: 0px 0px 3px #000000;
	cursor: pointer;
	height: 30px;
	margin-top: -11px;
	width: 17px;
}

input[type=range]::-webkit-slider-thumb:hover {
	background: var(--orange_light);
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: var(--blue_dark);
}

input[type=range]::-moz-range-track {
	animate: 0.2s;
	background: var(--blue_dark);
	border: 1px solid #016183;
	border-radius: 15px;
	box-shadow: 0px 0px 0px #000000;
	cursor: pointer;
	height: 10px;
	width: 100%;
}

input[type=range]::-moz-range-thumb {
	background: #F34C31;
	border: 1px solid #CA412A;
	border-radius: 8px;
	box-shadow: 0px 0px 3px #000000;
	cursor: pointer;
	height: 30px;
	width: 17px;
}

input[type=range]::-ms-track {
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
	cursor: pointer;
	height: 10px;
	width: 100%;
}

input[type=range]::-ms-fill-lower {
	background: var(--blue_dark);
	border: 1px solid #016183;
	border-radius: 30px;
	box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
	background: var(--blue_dark);
	border: 1px solid #016183;
	border-radius: 30px;
	box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
	background: #F34C31;
	border: 1px solid #CA412A;
	border-radius: 8px;
	box-shadow: 0px 0px 3px #000000;
	cursor: pointer;
	height: 30px;
	margin-top: 1px;
	width: 17px;
}

input[type=range]:focus::-ms-fill-lower {
	background: var(--blue_dark);
}

input[type=range]:focus::-ms-fill-upper {
	background: var(--blue_dark);
}

.required_marker::after {
	color: #e32;
	content: " *";
	font-size: 1.6rem;
	/* margin: -54px 0 0 calc(100% - 13px); */
	margin: 0 0 0 -15px;
	padding: 0 -15px 0 0;
	position: absolute;
	z-index: 1;
}

.required_marker.password::after {
	margin: 0 0 0 calc(100% - 13px);
}

@media screen and (max-width: 490px) {
	.title {
		padding: 0;
	}

	.pricingWidget {
		padding: 20px 15px;
	}

	.pricingWidget .title {
		text-align: left;
	}

	.pricingWidget .button {
		margin-bottom: 5px;
	}

	.pricingWidget .people {
		font-size: 26px;
		margin-left: 0;
	}
}

.changed {
	display: block !important;
	visibility: visible !important
}


.card.payment-success {
	border: none;
}

.card.payment-success .icon {
	background: #F8FAF5;
	border-radius: 200px;
	height: 200px;
	margin: 0 auto;
	width: 200px;
}

.card.payment-success h2 {
	color: var(--alert-success);
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 10px;
}

.card.payment-success p {
	font-size: 2rem;
	margin: 0;
}

.card.payment-success .icon i {
	color: var(--alert-success);
	font-size: 100px;
	line-height: 200px;
}

.card.payment-success {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 0 0;
}

.businesslisting h2 a {
	font-size: 3.5rem;
}

.businesslisting summary {
	color: #333;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 2.5rem;
}

.businesslisting td {
	color: #1779ba;
	font-size: 1.7rem;
}

.header_nav {
	background: #fafafa;
	box-shadow: 0 1px 6px lightgray;
	position: relative;
	z-index: 999;
	/* text-align: center; */
}

.header_nav .highlight {
	background-color: var(--blue);
}

.header_nav .highlight:hover {
	background-color: var(--orange);
}

.title-bar {
	background-color: var(--blue_dark);
	font-size: 2rem;
	height: 57px;
}

.menu-icon {
	width: 32px;
	height: 32px;
}

/* @media screen and (max-width: 39.9375em) { */
@media screen and (max-width: 64em) {
	.menu-icon::after,
	.menu-icon:hover::after {
		background-color: #fff;
		box-shadow: 0 12px 0 #fff,0 24px 0 #fff;
		height: 5px;
		width: 33px;
	}

	.title-bar .menu-icon {
		position :absolute;
		right: 10px;
		top:15px;
	}
}

nav {
	display:inline-block;
}

@media screen and (max-width: 39.9375em) {
	nav {
		display: initial;
	}
}

.top-bar {
	height: 66px;
	width: 100vw;
}

.top-bar,
.top-bar ul {
	background-color: white;
}

.top-bar ul {
	align-items: center;
	margin: 0 auto;
}

ul.center-buttons {
	place-content: center;
}

.top-bar ul li.button {
	background-color: var(--blue_dark);
}

.top-bar ul li.button a {
	color: white;
}

.top-bar li {
	background-color: #F3F3F3;
	border-radius: 5px;
	height: 50px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	width: 150px;
}

.top-bar li a {
	border-radius: 5px;
	color: #4d4d4d;
	height: 50px;
	margin: 0;
	padding-top: 16px !important;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.top-bar li:hover {
	background-color: var(--blue_dark);
}

.top-bar .icon {
	background-color: var(--blue_dark);
	width: 58px;
}

.top-bar .icon:hover {
	background-color: var(--yellow);
}

.top-bar .icon a {
	color: white;
	width: unset;
	padding: 0 10px;
}

.top-bar .icon:hover a {
	color: white;
}

.top-bar li:hover a {
	color: white;
}

@media screen and (max-width: 39.9375em) {
	.top-bar {
		height: unset;
		width: 100%;
	}

	.top-bar ul {
		background-color: transparent;
	}

	.top-bar ul li.button a {
		color: initial;
	}

	.top-bar ul.drilldown .button a {
		background-color: var(--blue_dark);
		color: var(--white);
	}

	.top-bar li:hover a {
		border-radius: unset;
		color: unset;
	}

	.top-bar li,
	.top-bar li.icon {
		border-radius: unset;
		width: 100%;
	}

	.top-bar li.icon:hover,
	.top-bar li.icon:active {
		background-color: var(--blue_dark);
	}

	.top-bar li.icon a {
		background-color: var(--blue_dark);
		color: var(--white);
		padding-top: 14px !important;
		width: 100%;
    	margin-left: -10px;
	}

	.top-bar li.icon a i {
		font-size: 2.5rem !important;
	}

	/* .top-bar li.icon {
		padding-left: 47%;
	} */

	.top-bar .invisible .icon {
		display: none;
	}
}

.top-bar .highlight,
.top-bar .highlight a {
	background-color: var(--orange);
	color: white;
}

.top-bar .highlight:hover,
.top-bar .highlight a:hover {
	background-color: var(--yellow);
	color: white;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.is-dropdown-submenu,
.is-dropdown-submenu>li {
	margin: unset;
	border-radius: unset;
	width: 250px;
	margin-right: 12px;
	background-color: white;
	margin: 0 0 0 -1px;
}

.is-dropdown-submenu a {
	color: #4d4d4d !important;
}

.is-dropdown-submenu>li a:hover {
	background-color: var(--blue_dark);
	color: white !important;
}

.is-drilldown {
	max-width: 100%;
	width: 100%;
}

.dropdown.menu>li.is-active>a {
	color: white;
}

.top-bar .menu .button, .menu a {
	padding: 0px;
}

.card {
	border: 1px solid lightpink;
	border-radius: 5px;
	height: 475px;
}

.card .image {
	text-align: center;
}

.card img {
	height: 180px;
	text-align: center;
}

.card-divider {
	background-color: var(--orange);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.news .card .card-divider {
	display: revert;
	height: 115px;
}

.news .card .card-divider small {
	color: var(--panel-text-muted);
	font-size: 75%;
}

.private-panel-heading {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	color: white;
	font-weight: normal;
	padding: 10px 15px 4px 15px;
}

.reveal {
	border-radius: 5px;
}

.close-button.medium {
	font-size: 4rem;
}

.number-circle {
	background: #fff;
	border: 2px solid #666;
	border-radius: 50%;
	color: #666;
	font-size: 32px;
	font-weight: bold;
	height: 36px;
	padding: 0 15px;
	text-align: center;
	width: 36px;
}

.form-standard .input-group-label {
	width: 38px;
}

.form-standard .input-group-field,
.form-standard #multi-step-signup label.gender {
	background-color: #E8F0FE;
	font-size: 1.8rem;
}

.form-standard #multi-step-signup .success {
	background-color: var(--green);
	color: white;
}

.form-standard #multi-step-signup .check {
	font-weight: normal;
	padding: 0 9px;
}

.form-standard #multi-step-signup .accordion-item.is-active {
	background-color: var(--grey_light);
}

.form-standard #multi-step-signup label {
	line-height: inherit;
}

.form-standard input.error {
	background-color: lightyellow;
}

/* .form-standard .step-1,
.form-standard .step-2,
.form-standard .step-3,
.form-standard .step-4 {
	background-color: cadetblue;
	color: white;
} */

/* .form-standard .step-2 {
	background-color: var(--blue_light);
}

.form-standard .step-3 {
	background-color: var(--green);
}

.form-standard .step-4 {
	background-color: var(--yellow);
} */

.signup .description li,
.signup #signup-info-incorrect li {
	list-style-type: disc;
	margin-left: 30px;
}

.form-standard #multi-step-signup input[type="radio"]:checked+label {
	background-color: var(--orange);
	color: white;
}

.accordion-title::before,
.accordion-title::after {
	top: 30px;
}

.is-active>.accordion-title::before,
.accordion-title::before {
	font-size: 3rem;
}

@media screen and (min-width: 40em) {
	.features-devnote-image {
		height:100%; width:100%; margin-top: -25px
	}
}

.insights ol {
	margin-left: 2.25rem;
}

.blog-date {
	float: left;
	font-size: 2rem;
	font-weight: bold;
}
