









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/**
 * 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;
}
.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
	font-family: "DIN Pro Black";
	src: local("DIN Pro Black"), url("https://4086022.fs1.hubspotusercontent-na1.net/hubfs/4086022/DMGeducation_March2020/Fonts/DINPro-Black.woff") format("woff");
	font-style: normal;
	font-weight: bold;
	font-display: auto;
}
@font-face {
	font-family: FontAwesome;
	src: url("https://4086022.fs1.hubspotusercontent-na1.net/hubfs/4086022/DMGeducation_March2020/Fonts/FontAwesome.eot") format("embedded-opentype"),
		url("https://4086022.fs1.hubspotusercontent-na1.net/hubfs/4086022/DMGeducation_March2020/Fonts/FontAwesome.woff2") format("woff2"),
		url("https://4086022.fs1.hubspotusercontent-na1.net/hubfs/4086022/DMGeducation_March2020/Fonts/FontAwesome.woff") format("woff"),
		url("https://4086022.fs1.hubspotusercontent-na1.net/hubfs/4086022/DMGeducation_March2020/Fonts/FontAwesome.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}




html {
	font-size: 14px;
	line-height: 1.15;
}

body {
  font-family: Roboto",Helvetica,Arial,sans-serif;
  font-size: 21px;
  color: #231F20;
  line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: liga,kern;
	text-rendering: optimizelegibility;
}

p {

	margin-top: 0;
	margin-bottom: 1rem;
}
@media (max-width: 1024px){
	.body-container-wrapper {
		font-size: 1.3rem; 
	}
}

/* Anchor Links */
a {
	color: #A51D51;
	text-decoration: none;
}
a:hover, a:focus {
	color: #98C9BF;
	text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	font-weight: 700;
	font-family: DIN Pro Black;
	color: #231f20;
	word-break: break-word;
}

h1 {
	font-size: 4.6rem ;
	line-height: 1.4;
}

h2 {
	font-size: 3.2rem;
	line-height: 1.4;
}

h3 {
	font-size: 3.2rem;
	line-height: 1.4;
}

h4 {
	font-family: Lato, sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.4;
}

h5 {
	font-size: 1.25rem;
	line-height: 1.4;
}

h6 {
	font-size: 1rem;
	line-height: 1.4;
}

strong {
	font-weight: 700;
}

code {
	vertical-align: bottom;
}

ul,
ol {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	line-height:1.6;
}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

blockquote {
	margin: 0 0 1rem;
	border-left: 0 !important;
}
figure {
	margin: 0 0 1rem;
	margin-bottom: 0;
}
<table>
<thead>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
</thead>
<tbody>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Sum</td>
<td>$180</td>
</tr>
</tfoot>
</table>
/* Horizontal Rules */
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

:focus {
	outline: auto;
	outline-color: green;
}

.disable-focus-styles :focus {
	outline: none;
}
.body-container form {
	background-color: #231f20;
	border-radius: 5px;
	padding-top: 2.14286rem;
	padding-bottom: 2.14286rem;
}

@media (min-width: 768px){
	.body-container form {
		padding-left: 2.85714rem;
		padding-right: 2.85714rem;
	}
}
form {
	max-width: 500px;
	font-family: Lato, sans-serif;
}

.hs-button {
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	line-height:43.2px;
	position: relative;
	text-align: center;
	transition: all 0.15s linear;
	background-color: #fff;
	border-color: #fff;
	color: #231f20;
	border-radius: 8px;
	border-style: solid;
	border-width: 3px;
	font-size: 27px;
	padding: 1px 43px;
	
	text-decoration: none;
	-moz-box-shadow: -4px 6px 0 0 #a51d51;
	-webkit-box-shadow: -4px 6px 0 0 #a51d51;
	box-shadow: -4px 6px 0 0 #a51d51;
	text-decoration:none;
	white-space: normal !important;
}
.body-container .hs-button, .body-container .button--primary{
	margin-top:10px;
}
.hs-button:hover, .hs-button:focus {
	background-color: #fff;
	border-color: #fff;
	
	color: #231f20;
	-moz-box-shadow: -2px 3px 0 0 #a51d51;
	-webkit-box-shadow: -2px 3px 0 0 #a51d51;
	box-shadow: -2px 3px 0 0 #a51d51;
	outline: none;
	outline: none;
	right: 2px;
	top: 3px;
	text-decoration: none;
}

.hs-button:active {
	background-color: #fff;
	border-color: #fff;
}


.hs-form label {
	font-size: 1rem;
	color: #fff;
	display: block;
	float: none;
	width: auto;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.6;
	padding-top: 0;
	margin-bottom: 4px;
}

@media(min-width:768px){
	font-size: 1.1rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;

}

}
.hs-error-msgs label {
	margin-top: .5rem;
	color: red;
}
.hs-error-msgs label {
	color: red !important;
	text-transform: none;
	margin: 0;
}

.no-list.hs-error-msgs {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
	display: inline-block;
	width: 100%;
	min-height:38px;
	font-size: 16px;
	font-weight: normal;
	line-height:25.6px;
	color: #231f20;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	border-radius: 3px;
	border-color: #fff;
	padding-left: 3px

}

.hs-input[type=checkbox],
.hs-input[type=radio] {
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 5px 3px 0px;
	line-height: normal;
	border: none;
}

.hs-input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	box-shadow: none;
}

.hs-input:-moz-placeholder {
	color: #ccc;
}

.hs-input::-webkit-input-placeholder {
	color: #ccc;
}

.hs-input input,
.hs-input textarea {
	transition: border 0.2s linear;
}
.hs-input:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
	height: auto;
}

select[multiple].hs-input {
	height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
	width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
	border-color: #fff;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
	border-color: #fff;
}

.actions {
	padding: 0;
}

.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left: 0;
}
.inputs-list > li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}
.inputs-list label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal;
}
.inputs-list:first-child {
	padding-top: 6px;
}
.inputs-list > li + li {
	padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
	vertical-align: middle;
}

ul.no-list {
	list-style: none;
}

.field {
	margin-bottom: 18px;
}

.hs-field-desc {
	color: #7c98b6;
	margin: 0px 0px 6px;
	font-size: 14px;
}

.hs-form-required {
	color: red;
}

.hs-richtext {
	margin-bottom: 3px;
	line-height: 1.2;
	font-size: 21px;
	color: #231F20;
}
.hs-richtext hr {
	text-align: left;
	margin-left: 0;
	width: 91%;
}

.grecaptcha-badge {
	margin: 0 auto;
}

.email-correction, .email-validation {
	padding-top: 3px;
	font-size: 12px;
}
.email-correction a,
.email-validation a {
	cursor: pointer;
}
@media (max-width: 400px),
	(min-device-width: 320px) and (max-device-width: 480px) {
		.email-correction form .form-columns-2 .hs-form-field,
		.email-correction form .form-columns-3 .hs-form-field,
		.email-validation form .form-columns-2 .hs-form-field,
		.email-validation form .form-columns-3 .hs-form-field {
			float: none;
			width: 100%;
		}
		.email-correction form .form-columns-2 .hs-form-field .hs-input,
		.email-correction form .form-columns-3 .hs-form-field .hs-input,
		.email-validation form .form-columns-2 .hs-form-field .hs-input,
		.email-validation form .form-columns-3 .hs-form-field .hs-input {
			width: 90%;
		}
		.email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-2 .hs-form-field input[type=radio],
		.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-3 .hs-form-field input[type=radio],
		.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-2 .hs-form-field input[type=radio],
		.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
			width: 24px;
		}
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Roboto",Helvetica,Arial,sans-serif;
}


.body-container-wrapper form, .systems-page form {
	padding-left: 1.42857rem!important;
	padding-right: 1.42857rem!important;
	padding-top: 2.14286rem!important;
	padding-bottom: 2.14286rem!important;
	background-color: #231f20;
	border-radius: 5px;
	margin-bottom:25px;
	color: #ffffff;
}

.body-container-wrapper form h3, .systems-page form h3 {
	color: inherit;
}

.body-container-wrapper form .hs-input, .systems-page form .hs-input {
	width: 100% !important;
}
form .hs-form-checkbox .hs-input {
    width: inherit !important;
}


}

.systems-page form input[type="password"] {
	margin-bottom: 10px;
}


@media(max-width:800px){
	.hs-button, .button--primary {
		padding-left: 20px !important;
		padding-right: 20px !important;

	}
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
header.header {
	position: fixed;
	bottom: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	font-size: .92857rem;
	z-index: 101;
	min-height: 77px;
}

.custom-logo {
	left: 1.42857rem;
	top: 1.07143rem;
	position: absolute!important;
	vertical-align: middle;
	width: 211px;
}

.custom-logo a {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	color: #fff;
	display: block;
	position: relative;
	z-index: 99;
}
.custom-logo a img {
	width: 200px;
}

.header-space {
	position: relative;
	min-height: 76px;
}
.navbar-expand {
	border-bottom: solid 2px transparent;
}

.navbar-expand {
	padding-top: 1.42857rem;
	padding-bottom: 2.14286rem;
}

.header__container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}




.header-right-content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-align: center!important;
	align-items: center!important;
	position: relative;
	z-index: 10;
}
.header-right-content {
	justify-content: flex-end;
	align-items: flex-end !important;
}
.custom-menu-primary .hs-menu-wrapper ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: auto!important;
	margin-top: 0px !important;
}
.custom-menu-primary .hs-menu-wrapper ul > li > a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: .5rem 1rem;
	font-size: 1.07143rem;
	font-weight: 600;

	letter-spacing: 1.7px;
	line-height: 1.6;
}
.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > a:after {
	content: "\f107";
	font-family: "FontAwesome" !important;
	font-size: 13px;
	display: inline;
	margin-left: 7px;
	color: #a51d51 !important;
}
.custom-menu-primary .hs-menu-wrapper ul ul {
	opacity: 0;
	visibility: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
}
.header-social-group {
	width: auto !important;
	float: right !important;
}

.social-nav-link {
	display: block;
	padding: .5rem 1rem;
}

.social-nav-link a {
	width: 32px;
	height: 32px;
	font-size: .92857rem;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: all .2s ease-in-out;
	outline: none;
	text-decoration: none;
	background-color: #fff;
	border-radius: 50%;
	color: #111;
	margin-bottom: 1.42857rem!important;
	margin-right: .71429rem!important;
}

.social-nav-link a i {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-youtube:before {
	content: "\f167";
}
.social-nav-link a:hover {
	color: #111;
}

.custom-menu-primary .hs-menu-wrapper ul > li > a {
	padding-right: 1.07143rem!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
	color: #A51D51!important;
	/* font-weight: normal; */
}

.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > a:after {
	content: " \f107";
	margin-left: 7.5px;
}

.custom-menu-primary .hs-menu-wrapper ul > li:first-child > a {
	padding-right: .71429rem!important;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	opacity: 0;
	min-width: 180px;
	box-shadow: 0 20px 25px -12px rgba(0,0,0,0.09);
	border: solid 3px;
	border-radius: 5px!important;
	background-color:#fff;
}



.custom-menu-primary .hs-menu-wrapper>ul>li {
	position: relative;
	padding-bottom: 12px;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	padding: .21429rem 1.07143rem;
}


.custom-menu-primary .hs-menu-wrapper ul ul li a {
	display: block;
	padding: .5rem !important;
	letter-spacing: 0;
	font-weight: 500!important;
	font-size: .92857rem!important;
	margin-left: .35714rem!important;
}

.custom-menu-primary .hs-menu-wrapper ul ul li:first-child > a {
	font-size: 1rem!important;
	font-weight: 600!important;
	margin-left: 0!important;
}



@media(min-width:768px){
	.custom-menu-primary .hs-menu-wrapper ul > li > a {
		padding-right: .71429rem!important;
	}
}

@media(min-width:1200px){
	.header-right-content.mobile-menu {
		display: none !important;
	}
	.navbar-expand{
		padding-top: .71429rem;
		padding-bottom:0;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.custom-menu-primary .hs-menu-wrapper ul {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.header-right-content {
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.header-right-content {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.custom-menu-primary .hs-menu-wrapper ul > li > a {
		padding-top: 0!important;
		padding-left: .5rem;
	}
	.social-nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
		padding-bottom: 0!important;
		padding-top: 0!important;
	}
	.custom-menu-primary .hs-menu-wrapper ul li:hover>ul {
		display: block;
		visibility: visible;
		opacity: 1;
	}

}


.header__container {
	padding: 0 15px;
}

.header-right-content {
	justify-content: flex-end;
	align-items: flex-end !important;
}



.header-social-group {
	margin-top: 2px;
}

.custom-menu-primary .hs-menu-wrapper ul > li > a {
	padding-right: 1.07143rem!important;
}



.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > a:after {
	content: " \f107";
	margin-left: 7.5px;
}

.custom-menu-primary .hs-menu-wrapper ul > li:first-child > a {
	padding-right: .71429rem!important;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	opacity: 0;
	min-width: 180px;
	box-shadow: 0 20px 25px -12px rgba(0,0,0,0.09);
	border: solid 3px;
	border-radius: 5px!important;
}


.custom-menu-primary .hs-menu-wrapper>ul>li {
	position: relative;
	padding-bottom: 12px;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	padding: .21429rem 1.07143rem;
}


.custom-menu-primary .hs-menu-wrapper ul ul li a {
	display: block;
	padding: .5rem !important;
	letter-spacing: 0;
	font-weight: 500!important;
	font-size: .92857rem!important;
	margin-left: .35714rem!important;
}

.custom-menu-primary .hs-menu-wrapper ul ul li:first-child > a {
	font-size: 1rem!important;
	font-weight: 600!important;
	margin-left: 0!important;
}
@media(min-width: 1200px) {


	.header-right-content {
		margin-top: 7px;
	}

	header.header {
		min-height: 76px;
	}
}
@media(min-width:1400px){
	.header-social-group {
		margin-left: 100px;

	}
}

@media(min-width:1600px){
	.header-social-group {
		margin-left: 200px;
	}
}

@media(max-width:1224px) and (min-width:1200px){
	.custom-menu-primary .hs-menu-wrapper ul > li > a {
		padding-right: 1rem!important;
		padding-left: .2rem !important;
	}
}
@media(max-width:1199px){

	header.header {
		min-height: 72px !important;
	}
	.header-space {
		position: relative;
		min-height: 72px;
	}

	.desk-menu{
		display:none !important;
	}
	.navbar-expand {
		padding-bottom: 2.9rem !important;
		border-bottom: solid 3px transparent !important;
	}
	.header-right-content {
		margin-top: 3.6rem!important;
		position: relative;
		z-index: 10;
	}

	.custom-menu-primary .hs-menu-wrapper>ul {
		padding-left: 1.42857rem!important;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li {
		padding: 0;
	}

	.custom-menu-primary .hs-menu-wrapper ul > li:first-child > a {
		padding-right: .71429rem!important;
		padding-top: 1.07143rem!important;
		font-size: 1.07143rem;
		padding-left: 0;
	}

	.custom-menu-primary .hs-menu-wrapper ul > li > a {
		padding-right: .71429rem!important;
		padding-top: 1.07143rem!important;
		font-size: 1.07143rem;
		padding-left: 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
		padding-left: 0;
		padding-top: .5rem!important;
		padding-bottom: 0!important;
	}

	.header-social-group {
		width: 100% !important;
		float: left !important;
		margin: 0;
		padding-left: 1.42857rem!important;
	}

	.social-nav-link {
		padding-top: 1.42857rem!important;
		padding: 0;
		padding-bottom: 2.3rem!important;
	}

	.custom-menu-primary .hs-menu-wrapper ul ul li {
		font-weight: 400;
		color: #212529;
	}

	.custom-menu-primary .hs-menu-wrapper ul ul li:first-child > a {
		padding: .5rem 0px !important;
	}

	.custom-menu-primary .hs-menu-wrapper ul ul li a {
		padding: .5rem 0px !important;
		font-weight: 500!important;
	}
	.mobile-trigger {
		display: inline-block !important;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		border-radius: .25rem;
		font-size: 1.25rem;
		background-color: transparent;
		line-height: 1;
		position: absolute;
		top: 18px;
		right: .71429rem!important;
		color: #fff;
		cursor: pointer;
	}
	.hamburger {
		padding: 10px 0;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

	.hamburger:hover {
		opacity: 0.7;
	}

	.hamburger-box {
		width: 37px;
		height: 25px;
		display: inline-block;
		position: relative;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 37px;
		height: 1px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger-inner::before {
		top: -10px;
	}

	.hamburger-inner::after {
		bottom: -10px;
	}


	.mobile-open .hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.mobile-open .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	}
	.mobile-open .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.header-right-content.mobile-menu {
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul {
		position: static;
		opacity: 1;
		visibility: visible;
		border: 0 !important;
		padding: 3px;
	}
	.custom-menu-primary .hs-menu-wrapper ul > li > a.child-open {
		color: #a51d51;
	}

}


@media (max-width:1199px) and (max-height:700px) {
	.header-right-content {
		height: calc(100vh - 35px - 3.6rem);
		overflow-x:hidden !important;
		overflow-y:auto !important;
	}
}

@media(max-width:320px){
.header-right-content {
    margin-top: 4.3rem!important;
   
}
}
.footer {
	background-color: #F8FAFC;
	padding-top: 1.42857rem;
	padding-bottom: 1.42857rem;
}
.footer__container {
	padding:0;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: .35714rem;
	margin-right: .35714rem;
	max-width:100% !important;

}
.footer-section1  , .footer-section2 , .footer-section3 , .footer-section4{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.footer-section1 , .footer-section2 , .footer-section3 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.footer-section4 , .footer-section5{
	position: relative;
	width: 100%;
}
.footer-setions p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.footer-setions p a {
	font-size: 1.1rem !important;
	font-family: "Roboto";
	
	line-height: 1.6;
}

.footer-setions p a:hover {
	
}

.footer-section3 p, .footer-section4 p {
	font-size: 1.1rem !important;
	font-family: "Roboto";
	color: #fff;
}

.footer-section4 p a {
	text-decoration: underline;
}

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

.footer-title h3 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 2.14286rem!important;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: 0;
}

.footer-section5 ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	margin-top: .71429rem!important;
}



.footer-section5 ul a {
	outline: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: all .2s ease-in-out;
	width: 3.92857rem;
	height: 3.92857rem;
	font-size: 1.57143rem;
	background-color: #fff;
	border-radius: 50%;
	color: #111!important;
	margin-right: 1.42857rem;
}

.footer-section5 ul li a:last-child {
	margin-right: 0;
}

.footer-section5 ul a i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
	position: relative;
	top: 51%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.footer-link {
	color: #231f20 !important;
	font-size: 10px;
	float: right;
}
.footer-link:hover {
	color: #231f20;
}
.footer-section1 p a , .footer-section2 p a {
	display: block;
}

.foot-student {
	color: #A51D51 !important;
}


@media(min-width:768px){
	.footer-section1, .footer-section2 , .footer-section3 , .footer-section4 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-section5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-section5 ul li:last-child {
		display: none !important;
	}

}

@media(min-width:992px){
	.footer__container {
		margin-left: 1.42857rem;
		margin-right: 1.42857rem;
	}

}

@media(min-width:1200px){
	.footer-section1, .footer-section2 , .footer-section3 , .footer-section4 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.footer-section5 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-top: -.71429rem!important;
	}

}

@media(max-width:991px){
	.footer-section4 p span {
		display: none;
	}

	.footer-section4 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer-section5 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media(max-width:767px){
	.footer-setions {
		margin-bottom: .71429rem;
	}

	.footer-section5 {
		margin-bottom: 0px !important;
	}

	.footer-section5 ul li:first-child {
		display: none !important;
	}

	.footer-section5 ul a i {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.footer-section5 ul a {
		width: 2.85714rem;
		height: 2.85714rem;
		font-size: 1.28571rem;
		margin-right: .71429rem;
	}

	.footer-section5 ul p a:last-child {
		margin-right: 0 !important;
	}
}

@media(max-width:375px){
	.footer-section4 p a {
		word-break: break-all;
	}
}
/*=============Blog Banner========================*/

.banner-area.listing-banner-area {
	margin-top: 0;
	padding-top: 3.7em!important;
	display: block;
}
.banner-area .page-center {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.banner-content-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.banner-content-group {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.banner-content-group h1 {
	text-transform: uppercase;
	line-height: 1.4;
	font-family: "DIN Pro Black";
	font-weight: 900;
	font-size: 2.2rem;
}
.banner-area.listing-banner-area .banner-page-hr{
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	width: 70%;
	height: 3px;
	float: left!important;
	background-color: #231f20;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/*=============Blog Banner end========================*/

/*=============Blog search========================*/
.blog-search-wrapper {
	padding-top: 2.14286rem;
	padding-bottom: 2.14286rem;
}
.blog-search-wrapper .page-center {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-search-wrapper .hs-search-field__bar {
	max-width: 540px;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: .71429rem!important;
}
.blog-search-wrapper form {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100% !important;
	border: solid 1px transparent!important;
	border-radius: 10px!important;
	border-width: 2px!important;
	border-color: #231F20 !important;
	max-width: 100%;
}
.blog-search-wrapper form input {
	border-radius: 10px!important;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #fff;
	background-clip: padding-box;
	font-weight: 400;
	line-height: 1.5;
	height: calc(1.5em + .75rem + 2px);
	display: block;
	font-size: 1.85714rem!important;
	padding-left: 1.78571rem!important;
	padding-right: 1.78571rem!important;
	padding-top: 1.21429rem!important;
	padding-bottom: 1.21429rem!important;
	color: #231f20;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	border: none !important;
}
.blog-search-wrapper form input:focus {
	background-color: #fff;
	outline: 0;
	box-shadow: none;
	border: none!important;
}
.blog-search-wrapper form .input-group-addon {
	min-width: 38px;
	background-color: transparent;
	border: none!important;
}
.blog-search-wrapper form input::placeholder {
	color: inherit !important;
	opacity: .5 !important;
}
.blog-search-wrapper form .input-group-addon button#submit {
	margin: 0;
	font-family: inherit;
	text-transform: none;
	line-height: 1.5;
	border-radius: .25rem;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	display: inline-block;
	font-weight: 400;
	position: relative;
	transition: .2s ease;
	white-space: normal;
	font-size: 1.14286rem!important;
	padding-left: 1.42857rem!important;
	padding-right: 1.42857rem!important;
	padding-top: .35714rem!important;
	padding-bottom: .35714rem!important;
	color: #231f20 !important;
	cursor: pointer;
}

.blog-search-wrapper form .input-group-addon button#submit i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2em;
	margin-left: .21429rem!important;
	margin: 0 auto;
}

.fa-search:before {
	content: "\f002";
}
/*=============Blog search End========================*/


/*=============blog listing style========================*/
.blog-content-group {
	padding-top: 3.57143rem;
	padding-bottom: 3.57143rem;
}

.blog-content-group .page-center {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.blog-content-page-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.blog-content-left-group {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.blog-content-left-group {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.blog-index {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.post-item {
	position: relative;
	width: 100%;
	padding-left: 2.14286rem;
	padding-right: 2.14286rem;
}
.post-item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 5rem;
}
.media-card {
	width: 100%;
	height: auto;
	border-radius: 8px;
	-moz-box-shadow: -12px 11px 0 0 #231f20;
	-webkit-box-shadow: -12px 11px 0 0 #231f20;
	box-shadow: -12px 11px 0 0 #231f20;
	border: solid 3px #231f20;
	transition: top .2s, right .2s, box-shadow .2s;
	-webkit-transition: top .2s, right .2s, box-shadow .2s;
	transition-timing-function: ease-in-out;
	position: relative;
	background-color: transparent;
	text-decoration: none;
	right: 0px;
	top: 0px;
	outline: none;
}

.blog-featured-image {
	vertical-align: middle;
	width: 100%!important;
	border-radius: 5px;
	background-color: #231f20;
	object-fit:cover;
	height:350px;
}

.article-card-text {
	padding-left: 1.42857rem;
	padding-right: 1.42857rem;
	padding-top: .71429rem;
	padding-bottom: 0;
	min-height: 130px;
}

.article-card-text h3 {
	margin-bottom: 0;
	line-height: 1.4;
	font-weight: 600;
	font-size: 1.3rem;
	font-family: "Roboto";
}

.article-body-text {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-family: "Roboto";
	color: #231f20;
}

.media-card a {
	text-decoration: none;
}

.article-line {
	width: 100%;
	height: 2px;
	background-color: #231f20;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 2rem;
	margin-bottom: 0!important;
}

.article-tag {
	padding-left: 1.42857rem;
	padding-right: 1.42857rem;
}
.article-tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: .71429rem;
}

.article-tag ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	color: #231F20;
	margin-bottom: .71429rem;
	margin-right: .5rem;
}

.article-tag ul li:last-child {
	margin-right: 0;
}

.article-tag ul li a {
	border-radius: 8px;
	background-color: #231f20;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	padding-top: .21429rem;
	padding-bottom: .21429rem;
	padding-left: .71429rem;
	padding-right: .71429rem;
	font-weight: 600;
	font-size: 1rem;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease;
}
.media-card:hover {
	-moz-box-shadow: -6px 5.5px 0 0 #231f20;
	-webkit-box-shadow: -6px 5.5px 0 0 #231f20;
	box-shadow: -6px 5.5px 0 0 #231f20;
	text-decoration: none;
	right: 6px;
	top: 5.5px;
	outline: none;
}
.blog-pagination {
	width: 100%;
}
.blog-pagination {
	margin-top: 2.85714rem;
}

.blog-pagination-inner {
	text-align: center;
}

.blog-pagination-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1rem;
}

.blog-pagination-inner ul .page-count-li {
	display: inline-block;
	text-align: center;
	margin-top: .71429rem;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	color: #231F20;
}

.blog-pagination-inner ul .page-count-li span {
	font-size: 1.07143rem!important;
	font-family: 'Roboto', sans-serif;
	color: #231f20 !important;
}
.blog-pagination-inner .previrous-li {
	display: inline-block;
	float: left!important;
	margin-right: .5rem;
	min-width: 250px;
	font-size: 1rem;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	color: #231F20;
}

.blog-pagination-inner .previrous-li a , .blog-pagination-inner .next-li  a {
	border-radius: 8px;
	-moz-box-shadow: -4px 6px 0 0 #231f20;
	-webkit-box-shadow: -4px 6px 0 0 #231f20;
	box-shadow: -4px 6px 0 0 #231f20;
	text-shadow: -2px 2px 0 #231f20;
	border: solid 3px #231f20;
	background-color: #a51d51;
	font-family: Roboto;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	padding: 0.35rem 2.2rem !important;
	transition: top 0.2s, right 0.2s, box-shadow 0.2s;
	-webkit-transition: top 0.2s, right 0.2s, box-shadow 0.2s;
	transition-timing-function: ease-in-out;
	position: relative;
	text-decoration: none;
	right: 0;
	top: 0;
	outline: none;
}

.blog-pagination-inner .previrous-li a span i, .blog-pagination-inner .next-li  span i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-right: .21429rem!important;
}

.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.blog-pagination-inner .previrous-li a:hover , .blog-pagination-inner .next-li  a:hover {
	box-shadow: -2px 3px 0 0 #231f20;
	-moz-box-shadow: -2px 3px 0 0 #231f20;
	-webkit-box-shadow: -2px 3px 0 0 #231f20;
	right: 2px;
	top: 3px;
	color: #fff;
	text-decoration: none;
	outline: none;
}

.blog-pagination-inner .next-li {
	min-width: 250px;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	color: #231F20;
	float: right!important;
	margin-right: .5rem;
	display: inline-block;
}
/*=============blog listing style end========================*/



/*=============blog Post PAGE========================*/
.hs-blog-post-wrapper {
	padding-top:2rem;
	padding-bottom: 3.57143rem;
}
.hs-blog-post-wrapper .page-center {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.post-page-content-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.hs-post-content-group {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	margin-bottom: 3.57143rem!important;
}
.hs-blog-post-article {
	margin-bottom: 4.28571rem;
}
.post-header-group {
	margin-bottom: 2.14286rem;
}
.post-title {
	line-height: 1.4;
	margin-bottom: 1.07143rem;
	color: #231f20;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 2.2rem;
}

.post-author-date-group {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #777;
}

.post-author-date-group li:first-child {
	display: inline-block;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	color: #777;
	margin-right: .5rem;
}

.post-author-date-group li:last-child {
	display: inline-block;
	margin-left: auto!important;
	font-weight: 400;
	font-size: 1rem;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
}

.post-author-date-group li:first-child i {
	vertical-align: middle;
	margin-right: .25rem;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #A51D51;
	margin-bottom: .14286rem;
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}

.athor-name {
	color: #231f20;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
}

.post-author-date-group li:last-child i {
	vertical-align: middle;
	margin-right: .25rem;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #A51D51!important;
	margin-bottom: .14286rem!important;
}

.fa-calendar:before {
	content: "\f073";
}

.post-date {
	color: #231f20;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
}

.post-hr {
	box-sizing: content-box;
	height: 0;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-width: 2px;
	margin-top: 1.07143rem;
	margin-bottom: 1.07143rem;
	border-color: #231F20;
}

.post-tag-group {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: .71429rem!important;
}
.post-tag-group li {
	display: inline-block;
	margin-bottom: .71429rem!important;
	margin-right: .5rem;
}
.post-tag-group li:last-child {
	margin-right: 0;
}
.post-tag-group li a {
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 1rem!important;
	font-weight: 600!important;
	padding-left: 1.42857rem!important;
	padding-right: 1.42857rem!important;
	padding-top: .21429rem!important;
	padding-bottom: .21429rem!important;
	font-family: 'Roboto', sans-serif;
	border-radius: 8px;
	background-color: #231f20;
	color: #fff !important;
}
.hs-blog-post .blog-post__body {
	font-size: 1.14286rem!important;
	line-height: 1.8!important;
	margin-bottom: 2.14286rem!important;
}

.hs-blog-post .blog-post__body p {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #231f20;
	line-height: 1.8!important;
	font-size: 1.14286rem!important;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.post-share {
	line-height: 1.4;
	margin-bottom: 1.42857rem;
	font-size: 1.7rem;
	font-weight: 600;
	color: #231f20;
	font-family: "Roboto", sans-serif;
	text-align:center;
}
.post-social-group {
	text-align: center;
}

.post-social-overflow-hidden {
	overflow: hidden;
}

.post-social-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 3.57143rem;
}
.post-social-group ul li {
	display: inline-block;
	margin-left: .35714rem;
	margin-right: .35714rem;
}
.post-social-group ul li a {
	width: 5rem;
	height: 5rem;
	font-size: 2.14286rem;
	background-color: #231f20;
	margin-right: 1.42857rem;
	color: #fff;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	text-align: center;
	transition: all .2s ease-in-out;
	outline: none;
	text-decoration: none;
}
.post-social-group ul li a i {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
	position: relative;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.post-social-group ul li:last-child a {
	margin-right: 0;
}
.fa-linkedin:before {
	content: "\f0e1";
}
.author-content-wrapper {
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	border-color: #231F20;
	border-width: 2px;
	padding-top: 4.28571rem;
	padding-bottom: 5.71429rem;
}
.author-content-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.author-left-group {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.author-right-group {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 2.14286rem!important;
}
.author-left-group img {
	border-radius: 50%;
	width: 100%;
	margin-right: 0;
	box-shadow: -6px 7px 0 0 #231f20;
	border: solid 5px #231f20;
	background-color: #231f20;
}
.author-right-group h4 {
	line-height: 1.4;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #231f20;
	font-family: "Roboto", sans-serif;
}
.author-date-group {
	font-size: 1rem!important;
	margin-top: 0!important;
	color: #231f20;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.6;
	font-weight: 400;
}
.author-bio {
	margin-bottom: 1.5rem;
	margin-top: .71429rem;
	font-size: 1.3rem;
	font-family: "Roboto";
	color: #231f20;
}
.author-button-group {
	margin-top: 1.42857rem;
}
.author-button-group a {
	border-radius: 8px;
	-moz-box-shadow: -4px 6px 0 0 #a51d51;
	-webkit-box-shadow: -4px 6px 0 0 #a51d51;
	box-shadow: -4px 6px 0 0 #a51d51;
	border: solid 3px #231f20;
	background-color: #fff;
	font-family: Roboto;
	font-size: 22px;
	color: #231f20;
	font-weight: 600;
	padding: 0.35rem 2.2rem !important;
	transition: top 0.2s, right 0.2s, box-shadow 0.2s;
	-webkit-transition: top 0.2s, right 0.2s, box-shadow 0.2s;
	transition-timing-function: ease-in-out;
	position: relative;
	text-decoration: none;
	right: 0;
	top: 0;
	outline: none;
}
.author-button-group a:hover {
	-moz-box-shadow: -2px 3px 0 0 #a51d51;
	-webkit-box-shadow: -2px 3px 0 0 #a51d51;
	box-shadow: -2px 3px 0 0 #a51d51;
	right: 2px;
	top: 3px;
	color: #231f20;
	text-decoration: none;
	outline: none;
}
.main-related-group {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto !important;
	max-width: 1500px !important;
}
.related-content-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.related-content-group {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.related-content-inner {
	margin-top: 4.28571rem;
}
.related-title-group {
	margin-bottom: 2.14286rem;
	text-align:center;
}
.related-title-group h3 {
	margin-bottom: 1.07143rem;
	line-height: 1.4;
	font-size: 2rem;
	font-family: "Roboto";
	color: #231f20;
	font-weight: 900;
}
.related-post-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.related-post-item {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2.85714rem!important;
}
/*=============blog Post PAGE END========================*/

/*=============topic page style=======================*/
.blog-index__tag-header {
	display: none;
}

/*=============topic page style end=======================*/




@media (min-width: 576px){
	.blog-search-wrapper .page-center {
		max-width: 540px;
	}
	.post-author-date-group {
		display: -ms-flexbox!important;
		display: flex!important;
	}
}
@media(min-width:768px){

	.banner-content-group h1 {
		font-size: 3.4rem;
	}
	.blog-search-wrapper {
		padding-top: 3.57143rem;
		padding-bottom: 3.57143rem;
	}
	.blog-search-wrapper .page-center {
		max-width: 720px;
	}
	.blog-content-group {
		padding-bottom: 7.14286rem;
	}

	.blog-content-left-group {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.post-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.article-card-text {
		min-height: 165px;
	}
	.article-card-text h3 {
		font-size: 1.3rem;
	}
	.article-body-text {
		font-size: 1.2rem;
	}
	.blog-pagination-inner ul .page-count-li span {
		font-size: 1.28571rem!important;
	}
	.blog-pagination-inner .previrous-li {
		display: block!important;
	}
	.blog-pagination-inner .next-li {
		display: block!important;
	}
	.hs-blog-post-wrapper {
		padding-top: 6.14286rem;
		padding-bottom: 7.14286rem;
	}
	.hs-post-content-group {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.post-title {
		font-size:3.4rem;
	}
	.post-share {
		font-size: 2rem;
	}
	.author-content-inner {
		margin-left: 2.85714rem!important;
		margin-right: 2.85714rem!important;
	}
	.author-left-group{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.author-right-group {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		margin-top: 0!important;
	}
	.author-right-group h4 {
		font-size: 1.65rem;

	}
	.author-bio {
		font-size: 1.3rem;
	}
	.related-title-group {
		margin-bottom: 4.28571rem;
	}
	.related-title-group h3{
		font-size: 2.6rem;
	}
	.related-post-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 5rem!important;

	}

}

@media(min-width:992px){
	.blog-search-wrapper .page-center {
		max-width: 960px;
	}
	.hs-post-content-group {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.hs-post-content-group {
		margin-bottom: 0!important;
	}
	.author-left-group {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.author-right-group {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.related-post-item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media(min-width:1024px){

	.banner-content-group h1 {
		font-size: 3.8rem ;
	}
	.article-card-text {
		min-height: 125px;
	}
	.article-card-text h3 {
		font-size: 1.3rem;
	}
	.article-body-text {
		font-size: 1.2rem;
	}
	.post-title {
		font-size:3.8rem;
	}
	.post-share {
		font-size: 2rem;
	}
	.author-right-group h4 {
		font-size: 1.65rem;

	}
	.author-bio {
		font-size: 1.3rem;
	}
	.related-title-group h3{
		font-size: 2.6rem;
	}

}
@media(min-width:1200px){
	.banner-content-group {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.banner-content-group h1 {
		font-size: 4.6rem;
	}
	.blog-search-wrapper .page-center {
		max-width: 1140px;
	}
	.blog-content-left-group {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.post-item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.article-card-text {
		min-height: 185px;
	}
	.article-card-text h3 {
		font-size: 1.5rem;
	}
	.article-body-text {
		font-size: 1.3rem;
	}
	.hs-post-content-group {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.post-title {
		font-size:4.6rem;
	}
	.post-share {
		font-size: 2.3rem;
	}
	.author-left-group {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.author-right-group {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		margin-left: 8.333333%;
	}
	.author-right-group h4 {
		font-size: 1.9rem;

	}
	.author-bio {
		font-size: 1.5rem;
	}
	.related-content-group{
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.related-title-group h3{
		font-size:3.2rem;
	}
	.related-post-item {
		padding-left: 2.14286rem!important;
		padding-right: 2.14286rem!important;
	}

}

@media(min-width:1199px){
	.banner-area.listing-banner-area {
		padding-top: 3.5em!important;
	}
}


@media(max-width:767px){
	.blog-featured-image {
		object-fit: contain;
		height:100%;
	}
	.next-spn , .pre-spn {
		display: none;
	}
	.pre-spn {
		display: none;
	}
	.blog-pagination {
		padding-right: 15px;
		padding-left: 15px;
	}

	.blog-pagination-inner .next-li {
		min-width: auto !important;
	}
	.post-social-group ul li {
		margin-left: .14286rem!important;
		margin-right: .14286rem!important;
	}
	.post-social-group ul li a {
		margin-right: .71429rem!important;
		width: 3.92857rem;
		height: 3.92857rem;
		font-size: 1.57143rem;
		margin-bottom: 5px;
	}
	.related-content-inner {
		margin-top: 0 !important;
	}
}

@media(max-width:480px){
	.blog-pagination-inner .previrous-li a, .blog-pagination-inner .next-li a {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.blog-pagination-inner ul .page-count-li {
		margin-right: .5rem;
		margin-bottom: 10px;
	}
}
.body-wrapper .content-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.error-page {
	padding: 10rem 0;
	text-align: center;
	position: relative;
}
.error-page:before {
	content: attr(data-error);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: Lato, sans-serif;
	font-size: 40vw;
	font-weight: bold;
	color: #F3F6F9;
	z-index: -1;
}
@media screen and (min-width: 1100px) {
	.error-page:before {
		font-size: 20rem;
	}
}
.error-page_heading {
	margin-bottom: 1rem;
}

.systems-page {
	padding: 3rem 20px;
}
.systems-page .success {
	display: inline-block;
	margin: 2rem 0;
	min-width: 650px;
	background-color: #CDE3CC;
	border: 1.5px solid #4F7D24;
	border-radius: 6px;
	font-size: .75rem;
	color: #4F7D24;
	padding: .1rem .75rem;
}

.hs-search-results {
	margin-top: 2rem;
}
ul.hs-search-results__listing li {
	margin-bottom: 2rem;
}
.hs-search-results__title {
	font-family: DIN Pro Black;
	font-size: 1.25rem;
	color: #231F20;
	text-decoration: underline;
	margin-bottom: .25rem;
}
.hs-search-results__title:hover {
	text-decoration: none;
}
.hs-search-results__description {
	padding-top: .5rem;
}
.hs-search-highlight {
	font-weight: bold;
}
.hs-search-results__pagination a {
	color: #231F20;
}
form#email-prefs-form h1, form#email-prefs-form h2 {
	color: #fff;
}

@media(max-width:767px){
	.systems-page .success {
		min-width: auto !important;
	}
}