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

html{
	scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,500;1,400;1,500&family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/*@import url('https://dyaj6jwzih5dm.cloudfront.net/fonts/RecifeText-Book.otf');*/
/*@import url('https://dyaj6jwzih5dm.cloudfront.net/fonts/GT-Walsheim-Bold-Oblique.otf');*/
/*@import url('https://dyaj6jwzih5dm.cloudfront.net/fonts/GT-Walsheim-Bold.otf');*/
/*@import url('https://dyaj6jwzih5dm.cloudfront.net/fonts/GT-Walsheim-Regular.otf');*/


@font-face {
	font-family: "GT-Walsheim-Regular";
	src: url(https://dyaj6jwzih5dm.cloudfront.net/fonts/GT-Walsheim-Regular.otf);
}

@font-face {
	font-family: "GT-Walsheim-Bold";
	src: url(https://dyaj6jwzih5dm.cloudfront.net/fonts/GT-Walsheim-Bold.otf);
}

@font-face {
	font-family: "GT-Walsheim-Bold-Oblique";
	src: url(https://dyaj6jwzih5dm.cloudfront.net/fonts/GT-Walsheim-Bold-Oblique.otf);
}
@font-face {
	font-family: "RecifeText-Book";
	src: url(https://dyaj6jwzih5dm.cloudfront.net/fonts/RecifeText-Book.otf);
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}


/* 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;
}



/* Typography */
     
    
     
                         /*  */
                          /*  */
  /*  */
  /*  */

  
  

/* Primary Colors */









/* Secondary Colors */











/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



body {
	background: #ffffff;
	color: #000000;
	font-family:'GT-Walsheim-Regular', 'Poppins', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	box-sizing: border-box;
	position: relative;
}


/*Wrappers*/

.wrap{
	max-width: 1340px;
	overflow: hidden;
	margin:0 auto;
	padding:0 20px;
}
@media (min-width: 1440px) {
	.wrap{
		padding: 0;

	}
}	
.flex{
	margin: auto;
	position: relative;
	width: 100%;


	display: flex;
	flex-wrap: wrap;
}

h1, h2, h3, h4, h5, h6, p, li {

	line-height: 1.25em;
	margin: 0 0 20px 0;
	text-rendering: optimizelegibility;
}
h1{
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6{
	color:#1A2D3D;
	margin:0 0 20px 0;
	font-weight: 700;
}

h2{
	font-family:'GT-Walsheim-Regular', 'Poppins', Arial, sans-serif;
}
h3{
	font-family:'RecifeText-Book', 'Crimson Pro', serif;
}
p{
	font-family:'GT-Walsheim-Regular', 'Poppins', Arial, sans-serif;
	font-weight:normal;
	color:#1A2D3D;
	line-height:1.5em;
	font-size:16px;
}

h1 { font-size: 3rem; }

h3 { font-size: 1.5rem;}
h4 { font-size: 1.35rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.1rem; }

h2 { font-size: 32px;}

@media (min-width: 1007px) {

	h2 { font-size: 36px;}
}
.wrap ul, .wrap ol, .dnd-module ul, .dnd-module ol{
	margin:0 0 20px 30px;
}

.wrap ul, .dnd-module ul {
	list-style: none; /* Remove default bullets */
}
.wrap ul li,
.dnd-module ul li{
	color:#283d4e; 
}


.wrap ul li::before,
.dnd-module ul li::before{
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #385B79; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.wrap ol li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
}

.wrap ol li:before {
	color: #9BD0B0;
	content: counter(list) ".";
	left: -32px;
	position: absolute;
	text-align: right;
	width: 26px;
}
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}
.shadowBox{
	box-shadow:-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.30); -moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.30); box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.30);;
	border-radius:-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;;
	padding:20px;
	text-align:center;
	margin:20px 0;
}
hr {
	border: 0;
	height: 1px;
	background: #B0B7BF;
	margin:20px 0;
}

table {
	border: 1px solid #385B79;
	width:100%;
	margin:20px 0;
	border-collapse:collapse;
}
table tr:nth-child(odd) {
	background-color: #E0F1FF;
}
td,  th {
	text-align: left;
	padding: 10px;
}
th {
	background-color: #385B79;
	color: #ffffff;
	text-align:center;
	font-size:18px;
}
td{
	border: 1px solid #385B79;
	border-collapse:collapse;
	font-size:14px;
}

.cta-button{
	font-family:'GT-Walsheim-Regular', 'Poppins', Arial, sans-serif;
}

.btn, .btn-lt{
	display:inline-block;
	color:#ffffff;
	background:#1A2D3D;
	padding:16px 50px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:40px;
	margin:20px 0 0 0;
	font-weight:700;
	letter-spacing:2px;
	text-align:center;
	transition: 0.3s;
	font-size:18px;
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
	font-weight:bold;
}
.btn:hover{
	background:#385B79;
}
.btn-lt{
	background:#8FBFE9;
	color:#1A2D3D;
}
.btn-lt:hover{
	background:#E0F1FF;
}
@media (min-width: 768px) {
	.dnd_area-row-1-vertical-alignment > .row-fluid {
		display: inline !important;
	}
}
/*Header*/
.header{
	padding: 0 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #807C78;
}
@media (min-width: 1007px) {
	.header{
		padding: 8px 50px 8px 48px;
	}
}
.header .wrap{
	padding:10px 0;
}
.header .flex{
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width: 1006px) {
	.header .flex{
		justify-content: center;
	}
}
@media (min-width: 1007px) {
	.header .flex .block1 {
		width:50%;
		display:flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}
	.header .flex .block2 {
		width:50%;
		display: flex;
		align-content: center;
		justify-content: flex-end;
		align-items: center;

	}
}
.header  #hs_cos_wrapper_site_logo img{
	max-width: 124px;
	height: auto;
	display:block;
	text-align:center;
}
@media (max-width: 1006px) {
	.header  #hs_cos_wrapper_site_logo img{
		margin: 0 auto;
		max-width: 200px;
	}
}
.menu--mobile .phone,
.menu--mobile .offer{
	display:block;
	text-align:center;
	margin: 10px 0;
}
.block2 .phone,  
.block2 .offer{
	display:none;
	text-align:center;
	min-width: 200px;
}


@media (min-width: 1007px) {
	.block2 .phone,  
	.block2 .offer{
		display:block;
		min-width: 240px;
	}
}
@media (min-width: 1007px) {
	.block2 .phone,  
	.block2 .offer{
		display:block;
	}
}
.phone, .offer{
	display:block;
	border:3px solid #1A2D3D;
	border-radius:40px;
	padding:10px 20px 10px 10px;
	cursor:pointer;	
	transition: 0.3s;
	letter-spacing: 0.1em;
	font-weight:bold;
	font-size: 14px;
	display: block;
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
}
@media (min-width: 1007px) {
	.phone, .offer{
		font-size: 18px;
	}
}
a.tel{
	text-decoration:none;
	color:#283D4E;
}
.phone:hover{
	background:#385B79;
	color:#ffffff;
}
.phone span:before{
	font: var(--fa-font-solid);
	content: "\f095";
	display:inline-block;
	margin:0 10px;
}
.offer{
	background: #1A2D3D;
	color:#ffffff;
	padding:10px 30px;
	text-transform:uppercase;
	border:3px solid #283D4E;
	text-decoration:none;
}
.offer:hover{
	background:#ffffff;
	color:#1A2D3D;
}
@media (min-width: 1007px) {
	.offer{
		margin-left:20px;
	}

}

/*General Structure*/
.dnd-section {

}
@media (min-width: 1007px) {
	.dnd-section {
		padding: 0;
	}
}

/*Footer*/
.footer{
	background:#F8F8F8;
	color:#1A2D3D;
	padding:40px 0;
}

.footer .flex{
	justify-content: flex-start;
}

@media (min-width: 1007px) {
	.footer .flex{
		justify-content: space-evenly;
	}
}
.footer .footercol:first-child,
.footer .footercol{
	width:100%;
}

.footer .footercol{
	margin-bottom:20px;
}

@media (min-width: 768px) {
	.footer .footercol{
		width:23%;
		padding:0 10px;

	}

}

@media (min-width: 1007px) {
	.footer .footercol:first-child{
		width:20%;
	}

	.footer .footercol{
		width:20%;
		padding:0;
		margin:0;
	}
	.footer .footercol:first-child p{
		padding-right:40px;
	}
}

.footercol #hs_cos_wrapper_site_logo img{
	width:100px !important;
	margin-left:-10px;
}
.footer h4{
	font-weight:normal;
	font-size:14px;
	color:#1A2D3D;
}
.footer ul li{
	list-style:none;
}
.footer ul{
	margin:0;
}
.footer ul li::before {
	content: "";
	color: #385b79;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: 0;
}
.footer ul li a{
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	color:#1A2D3D;
	letter-spacing:1px;
	transition: 0.3s;
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
}

.footer p{
	font-size:13px;
}
@media (min-width: 1007px) {
	.footer ul li a {
		font-size:15px;
	}
}
.footer ul{
	margin-left:-17px;
}
.footer ul li a:hover{
	color:#385B79;
}
.footer .social.fb:before,
.footer .social.tw:before,
.footer .social.ln:before,
.footer .social.ig:before{
	color:#1A2D3D;
	font-family: "Font Awesome 6 Brands";
	display:inline-block;
	margin-right:10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 2em;
	vertical-align: middle;
	font-size:13px;
	background:#e2e4e5;
}

.footer .social.fb:before{
	content: "\f39e";
}
.footer .social.tw:before{
	content: "\f099";
}
.footer .social.ln:before{
	content: "\f0e1";
}
.footer .social.ig:before{
	content: "\f16d";
}
.footer .copyright{
	border-top:1px solid #dfdfdf;
}
.footer .copyright{
	padding:20px 0 0 0;
}
.footer .copyright p{
	text-align:left;
	font-size:14px;
	margin:0;
}
.footer .copyright .wrap{
	padding:0 20px;
}

.scrollToTopBtn {
	background-color: black;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 18px;
	line-height: 48px;
	width: 48px;

	/* place it at the bottom right corner */
	position: fixed;
	bottom: 20px;
	right: 20px;
	/* keep it at the top of everything else */
	z-index: 100;
	/* hide with opacity */
	opacity: 0;
	/* also add a translate effect */
	transform: translateY(100px);
	/* and a transition */
	transition: all 0.5s ease;
}
.showBtn {
	opacity: 1;
	transform: translateY(0)
}

/*Blog*/
.blog-body{
	padding:40px 0;
}
.blog-index,
.blog-index-small{
	display:flex;
	flex-wrap: wrap;

	justify-content: space-between;
}
@media (min-width: 1007px) {
	.blog-index,
	.blog-index-small{
		padding: 0 20px;
	}
}
.blog-index-small{
	margin: 40px 0;
}

.blog-index h1,
.blog-post h1 {
	font-size:36px;
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
	font-weight:normal;
	line-height:1.25em;
	margin:10px 0;
}
.blog-post h2{
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
}
.blog-post h3{
	font-weight:bold !important;
}
.blog-index h1 a{
	text-decoration:none;
	color:#000000;
}
.blog-post h1{
	text-align:center;
}
h2.topic-header{
	text-transform:capitalize;
}
@media (min-width: 1007px) {

	.blog-post h1{
		width: 50%;
		margin: 10px auto;
	}
}

.blog-index .featuredPost,
.blog-index .sidebar{
	width:100%;
}
@media (min-width: 1007px) {
	.blog-index .featuredPost{
		width:60%;
		padding: 0 40px 0 23px;
	}
	.blog-index .sidebar{
		width:40%;
	}
}

.blog-index .featuredPost .btn{
	margin:20px 0;
	padding: 10px 20px;
	font-size:14px;
}
.blog-index .featuredPost p{
	margin:0;
}
.featuredPostImg,
.post-small-img{
	width:100%;
	border-radius:20px;
}
.blogFooter{
	display: flex;
	justify-content: space-between;
	margin-top:20px;
}
.blogFooter p,
.post-small p.after,
p.pop-post-after,
p.post-info{
	font-size:13px;
	color:#a3abb1;
}
p.pop-post-after{
	margin:10px 0 0 0;
}

p.post-info{
	text-align:center;
}
.hubspot-topic_data,
.blog-post__tags{
	margin:10px 0;
	color:#76818b;
	font-family:'GT-Walsheim-Regular', 'Poppins', Arial, sans-serif
}
.blog-post__tags{
	text-align:center;
	font-size:14px;
}
.hubspot-topic_data a.topic-link,
.blog-post__tags a.blog-post__tag-link{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-transform: capitalize;
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
}
.hubspot-topic_data a.topic-link:first-child,
.blog-post__tags a.blog-post__tag-link:first-child{
	color:#9BD0B0;
}
.hubspot-topic_data a.topic-link:nth-child(2),
.blog-post__tags a.blog-post__tag-link:nth-child(2){
	color:#8FBFE9;
}
.hubspot-topic_data a.topic-link:nth-child(3),
.blog-post__tags a.blog-post__tag-link:nth-child(3){
	color:#E0815C;
}

.post-small {
	width:100%;
	background:#ffffff;
	border-radius:20px;
	padding:10px;
	box-shadow: 0px 2px 10px #151a2c17;
	margin:0 0 40px 0;
}
@media (min-width: 768px) {
	.post-small {
		width:46%;
	}
}
@media (min-width: 1007px) {
	.post-small {
		width:21%;
	}
}
.post-small h3,
.post-small h4{
	font-size:18px;
	font-family:'RecifeText-Book', 'Crimson Pro', serif;
	font-weight:normal;
	line-height:1.25em;
	margin:10px 0;
}
.post-small h3 a,
.post-small h4 a{
	text-decoration:none;
	color:#000000;
}
@media (max-width: 1006px) {
	.mobileWrap{
		display:flex;
	}
	.post-title{
		width:50%;
	}
}
.pop-posts{
	padding:0 20px;
}
.pop-posts .post-title{
	border-radius:20px;
	padding:20px;
	box-shadow: 0px 2px 10px #151a2c17;
	margin-bottom:20px;
	font-family:'RecifeText-Book', 'Crimson Pro', serif;
}
.pop-posts .post-title a{
	text-decoration:none;
	color:#000000;
}
.blog-pagination {
	text-align:center;
}
.blog-pagination a{
	text-decoration:none;
	color:#000000;
	margin:0 10px;
}
.blog-pagination__link--active {
	font-weight:bold;
}
.blog-pagination i{
	color:#1A2D3D;
	background:#E0F1FF;
	border-radius: 50px;
	line-height: 1em;
	font-size:13px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 13px;
	transition: 0.3s;
}
.blog-pagination i:hover{
	color:#ffffff;
	background:#1A2D3D;
}

.blog-post{
	padding:40px 0;
}

.blog-post .featuredPostImg{
	display:block;
	margin:0 auto;
	max-width:800px;
}

.blog-post .post-wrap{
	max-width:792px;
	margin:20px auto 0;
}

.blog-recent-posts{
	background:#E0F1FF;
	padding:40px 0;
}
.blog-recent-posts h3{
	text-align:center;
}
.related-posts #hs_cos_wrapper_{
	display:flex;
	justify-content: space-around;
}
/*Glossary*/
.glossary-page-header{
	background: #E0F1FF;
	position:relative;
	padding:40px 0;
}
.glossary-page-header h2{
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
}
.glossary-page-header .flex{
	justify-content: space-between;
	align-items: center;
}
.glossary-page-header img.book-graphic{
	width:250px;
}


.glossary-wrap{

}
.glossary-wrap ul{
	margin:20px 0;
}
.glossary-wrap ul.letters li{
	display:inline;
	list-style:none;
	margin:0 20px 0 0;
}
.glossary-wrap ul.letters li:last-child{
	margin-right:0;
}
.glossary-wrap ul.letters li:before{
	display:none;
}
.glossary-group{
	border-bottom:1px solid #e8eaec;
	margin:40px 0;
}
.glossary-group:last-child{
	border-bottom:0;
}
.glossary-group h3{
	color:#385B79;
	font-size:28px;
}
.glossary-link{
	text-decoration:none;
	color:#1A2D3D;
	font-size:16px;
	transition: 0.3s;
	margin-bottom:10px;
	display:inline-block;
}

.glossary-link:hover{
	color:#385B79;
}
.glossary-link i{
	font-size:13px;
	margin-left:5px;
}
ul.glossary-list{
	margin:0 0 30px 0;
}
.letter-wrap,
.letter-wrap-2{
	background:#F8F8F8;
	padding:20px 0;
}
.letter-wrap-2{
	background:#ffffff;
}
ul.glossary-list-alpha{
	margin:20px 0;
}
ul.glossary-list li,
ul.glossary-list-alpha li{
	display:inline;
	list-style:none;
	margin-right: 40px;
	font-size:15px;
	line-height:1em;

}
@media (max-width: 767px) {
	ul.glossary-list li{
		display:block;
	}
	ul.glossary-list-alpha li a{
		margin-bottom: 20px;
	}


}
ul.glossary-list-alpha li{
	margin-right:30px;
	color:#385B79;
}
ul.glossary-list-alpha li a{
	font-weight:bold;
	background:#385B79;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	padding:5px;
	border-radius:5px;

}
.letter-wrap-2{
	border-top:1px solid #385B79;
	border-bottom:1px solid #385B79;
	padding:20px 0;
} 

.letter-wrap-2 ul.glossary-list-alpha li {
	font-size:20px;
}
ul.glossary-list li:before,
ul.glossary-list-alpha li:before{
	display:none;
}
p.breadcrumb{
	font-size:13px;
	margin:0 0 20px 0;
	color:#818f9d;
}

p.breadcrumb span{
	margin:0 10px;
}
p.breadcrumb span:first-child{
	margin-left:0;
}
p.breadcrumb span.term{
	color:#1A2D3D;
}
p.breadcrumb a{
	color:#818f9d;
	text-decoration:none;

}
.glossary-item-page{
	background:#E0F1FF;
	padding:60px 0;
}

.glossary-item-page .glossary-inner-wrap{
	width:80%;
	margin:0 auto;
	padding:0;
}
.glossary-back-link{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#1A2D3D;
	transition: 0.3s;
}
.glossary-back-link i{
	font-size:13px;
	margin-right:10px;
}
.glossary-back-link:hover{
	color:#385B79;
}

/*Error Pages*/

.error-wrap{
	background:#E0F1FF;
	text-align:center;
	padding:100px 0;
}
.error-wrap h1{
	font-family:'GT-Walsheim-Bold', 'Poppins', Arial, sans-serif;
}



.body-container--blank{
	padding:40px 0;
}
/*Lending LP*/

.lending .btn{
	text-transform:none;
	letter-spacing:normal;
	border-radius:10px;
	margin:0;
}