*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.page-center,
.dnd-section > .row-fluid,
.header_container,
.footer_container{
	margin: 0 auto;
	width:100%;


}
.content-wrapper{
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.dnd-section .dnd-column {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face {
	font-family: 'fsIcomoon';
	src:  url(https://39622625.fs1.hubspotusercontent-na1.net/hubfs/39622625/raw_assets/public/AIMInstitute_June2023/fonts/icomoon-878e18bf19bda30a69f6f27d3d3952a59896d5408c7d1b89272a4abba89da3d4.ttf),
		url(https://39622625.fs1.hubspotusercontent-na1.net/hubfs/39622625/raw_assets/public/AIMInstitute_June2023/fonts/icomoon-a6c5fe39a0db69d8b888a625d7e4d9a17992d1c9ddc7fbbf554d787e33c5c328.woff),
		url(https://39622625.fs1.hubspotusercontent-na1.net/hubfs/39622625/raw_assets/public/AIMInstitute_June2023/fonts/icomoon-ed8a828ed66f50773b0fb2867d81ccc3e5baabb26b58818d2b4d6bcf69593584.woff2);
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'theme-westhartford';
	src:  url(https://39622625.fs1.hubspotusercontent-na1.net/hubfs/39622625/raw_assets/public/AIMInstitute_June2023/fonts/westhartford.ttf),
		url(https://39622625.fs1.hubspotusercontent-na1.net/hubfs/39622625/raw_assets/public/AIMInstitute_June2023/fonts/westhartford.woff),
		url(https://39622625.fs1.hubspotusercontent-na1.net/hubfs/39622625/raw_assets/public/AIMInstitute_June2023/fonts/westhartford.woff2);
	font-weight: 400;
	font-style: normal;
}




body {
	line-height: 1.5;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	margin: 0 0 20px;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}


h1,h2,h4{
	line-height:1.25;
}

h3{
	line-height:1.178;
}

h5{
	line-height:1.3;
}

h6{
	line-height:1.714;
}
/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}

img{
	max-width:100%;
}
button,
	.button {
		display: inline-block;
		border: 0;
		margin: 0 0 20px;
		padding: 20px;
		background: #3546a6;
		color: #ffffff ;
		font-size: 14px;
		line-height: 24px;
		border-radius: 0;
		text-align: center;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-shadow: none ;
		cursor:pointer;
		white-space: normal;
	}

	button:disabled,
	.button:disabled {
		background-color: #D0D0D0;
		border-color: #D0D0D0;
		color: #E6E6E6;
	}

	button:hover,
	button:focus,
	.button:hover,
	.button:focus {
		text-decoration: none;
	}

	button:active,
	.button:active {
		text-decoration: none;
	}
form.hs-form .input a.hs-button {
	margin-top: 20px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow: auto;
	padding: 10px 7px;
}
/* Form fields */

.hs-form-field {
	margin-bottom: 1.4rem;
}
.hs_error_rollup ul li label {
	color: #ef6b51;
}
/* Labels */

form label {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0.25rem 0;
}

/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	color: #414750;
	box-shadow: 0 0 0 1px #747476;
	max-width: 100%;
	width: 100%;
	margin: 0.25rem 0;
	border: 1px solid #DCDDE0;
	padding: 7px 12px;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow ease .1s;
	transition: -webkit-box-shadow ease .1s;
	transition: box-shadow ease .1s;
	transition: box-shadow ease .1s, -webkit-box-shadow ease .1s;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;

}


form input[type=text]:focus,
form input[type=text]:hover,
form input[type=email]:focus,
form input[type=email]:hover,
form input[type=password]:focus,
form input[type=password]:hover
form input[type=tel]:focus,
form input[type=tel]:hover,
form input[type=number]:focus,
form input[type=number]:hover,
form input[type=file]:focus,
form input[type=file]:hover,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover  {
	box-shadow: 0 0 0 1px rgba(25,124,183,0.7), 0 0 7px 2px rgba(43,158,226,0.9);
}

form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-input.invalid.error {
	border-color: #EF6B51;
}

.hs-error-msg {
	color: #EF6B51;
	margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	display: inline-block;
	border: 0;
	margin: 0 0 20px;
	padding: 20px;
	background: #3546a6;
	color: #ffffff ;
	font-size: 14px;
	line-height: 24px;
	border-radius: 0;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: none ;
	cursor:pointer;
	white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

@media (max-width:767px){
	form.hs-form.stacked {
		margin-bottom: 20px;
	}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.custom_header {
  position: relative;
  z-index: 99;
  background: #3546a6;
}

header.custom_header .top_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding:10px 0;
  position:relative;
}


header.custom_header .header_logo {
  width: 50%;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

header.custom_header .right_side_content {
  width: 50%;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

header.custom_header .right_side_content .right_side_outer {
  width: auto;
  top: 35px;
  background: none;
  position: static;
  padding-right: 110px;
  min-height: 40px;
  right: 0;
  text-align: right;
}
header.custom_header .visit a {
  text-decoration: none;
  color: #3546a6;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  display: block;
}

header.custom_header .visit {
  text-align: center;
  line-height: 24px;
}
.header.custom_header .right_side_content .right_side_inner_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header.custom_header .right_side_content .top_search {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
}

.header.custom_header .right_side_content .top_search .search-trigger {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 14.5px 10px 9px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  background: none;
  font-family: inherit;
}

header.custom_header .right_side_content button.search-trigger {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  padding: 14.5px 10px 9px;
  display: inline-block;
  border-bottom: 3px solid transparent;
  background: none;
  font-family: inherit;
}

header.custom_header .right_side_content button.search-trigger:hover {
  border-color: #c8c8c8;
  color: #fff;
}

header.custom_header .right_side_content .right_side_inner_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.custom_header .right_side_content .top_search {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
}

header.custom_header .right_side_content .right_image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  padding: 5px 10px;
  background: #ffde6d;
}

header.custom_header .right_side_content .right_image img {
  max-width: 100%;
  height: auto;
  display: block;
}


header.custom_header .header_logo img {
  max-width: 100%;
  display: block;
  width: 305px !important;
}

header.custom_header .right_side_content button.search-trigger:before {
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  content: "";
  font-family: "theme-westhartford";
}

header.custom_header .right_side_content form {
  height: 40px;
  display: none;
  background: #c8c8c8;
}

header.custom_header .right_side_content form label {
  font-size: 0;
  line-height: 1;
}

header.custom_header .right_side_content form input {
  color: #414750;
  border: 0;
  margin: 0;
  height: 40px;
  padding: 0 10px;
  float: left;
  width: calc(100% - 35px);
  background: #c8c8c8;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-shadow:none;
}

header.custom_header .right_side_content form button {
  outline: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  overflow: hidden;
  height: 40px;
  width: 35px;
  position: relative;
  float: right;
  background: #c8c8c8;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

header.custom_header .right_side_content form button:before {
  content: "";
  font-family: "theme-westhartford";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #3546a6;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.google_translate {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  width: 143px;
  height: 40px;
  background: transparent;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  cursor:pointer;
}

.google_translate .translate-outer-wrap {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: inherit;
  width: 100%;
  text-align: center;
  transition: color .3s;
}

.google_translate .translate-outer-wrap:before {
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 10px;
  right: initial;
  bottom: initial;
  content: "";
  font-family: "theme-westhartford";
}

.google_translate .translate_element {
  border: none;
  border-radius: 5px;
  color: #a6a6a6;
  display: inline-block;
  vertical-align: middle;
  width: 143px;
  height: 40px;
  position: relative;
  z-index: 55;
}
.google_translate .translate-inner-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  color: #ffffff;
  font-family: arial;
  white-space: nowrap;
}

.google_translate .targetLanguage {
  display: inline-block;
  vertical-align: middle;
}

.google_translate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  font-family: arial;
  font-size: 0;
  height: 100%;
  left: 0;
  line-height: inherit;
  margin: 0;
  max-height: 39.5px;
  max-width: 100%;
  padding: 0 10px 5px;
  position: absolute;
  top: 0;
  vertical-align: baseline;
  width: 100%;
  outline: none;
}

.google_translate:hover  select{
  border-bottom-color: #c8c8c8;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.google_translate option {
  color: #000000;
  background: #ffffff;
  font-size: 12px ;
  line-height: 26px ;
}


.google_translate .translate-outer-wrap:after {
  content: 'Translate Page';
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 0;
  display: block;
  position: absolute;
  right: 10px;
  left: initial;
  top: 16px;
  bottom: initial;
}


header.custom_header .bottom_header {
  position: relative;
  background: rgba(0, 0, 0, 0.15);
}

.header_menu .hs-menu-wrapper>ul {
  position: relative;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}

.header_menu .hs-menu-wrapper>ul>li {
  position: relative;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.header_menu .hs-menu-wrapper>ul>li>a {
  font-size: 17px;
  padding: 17px 10px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  transition: 0.3s all;
  background: transparent;
}


.header_menu .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  text-align:left;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 20px 50px;
}

.header_menu .hs-menu-wrapper>ul>li:hover ul {
  opacity: 1;
  visibility: visible;
}


.header_menu .hs-menu-wrapper>ul>li>ul>li {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
}

.header_menu .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 0.625em;
  display: block;
  color: #3546a6;
  background: none;
}

.header_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background: none;
  color: #414750;
}

.header_menu .hs-menu-wrapper>ul>li:hover>a {
  border-color: #c8c8c8;
  background: none;
  color: #ffffff;
}

.header_menu .hs-menu-wrapper>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.header_menu .hs-menu-wrapper>ul>li.active>a {
  color: #202020;
  background: #c8c8c8;
}

.header_menu .hs-menu-wrapper>ul>li>ul>li.active>a {
  color: #414750;
}
.google_translate.mobile-show {
  display: none;
}

.humburger-icon {
  display: none;
}

.mobile_menu-section {
  display: none;
}

.search-open header.custom_header .right_side_content form {
  display: inline-block;
  width: 280px;
  position: absolute;
  right: 0;
  top: 0;
}

header.custom_header .right_side_content form input:focus {
  box-shadow: none;
  outline: none;
}




@media (max-width:1350px){
  .header_menu .hs-menu-wrapper>ul>li:last-child ul {
    left: auto;
    right: 0;
  }
}

@media (max-width:1250px){
  .header_menu .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}


@media (max-width:1100px){

  header.custom_header .right_side_content .right_image {
    display: flex;
    align-items: center;
  }

  header.custom_header .visit {
    text-align: right;
    padding-left: 10px;
  }

  .humburger-icon {
    background: #2d3c8d;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 99;
    line-height: 1.5em;
    font-family: "Carrois Gothic", sans-serif;
    cursor:pointer;
  }

  .humburger-icon .trigger {
    background: none;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    left: 12px;
    margin: 0;
    max-width: 100px;
    outline: 0;
    padding: 13px 10px 10px 33px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.5em;
    top: 0;
    font-family: "Carrois Gothic", sans-serif;
  }

  .humburger-icon .trigger:before {
    speak: none;
    background: none;
    color: #fff;
    content: "";
    font-family: theme-westhartford;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    left: 12px;
    margin-top: -0.25em;
    position: absolute;
    top: 16px;
    transform: none!important;
    transition: none 0s ease 0s!important;
    width: 15px;
  }

  header.custom_header .right_side_content .right_side_outer {
    width: calc(100% - 80px);
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    background: rgba(0, 0, 0, 0.15);
  }

  header.custom_header .right_side_content .right_image {
    padding: 5px 10px;
    background: #ffde6d;
    width: 85px;
    position: static;
  }

  header.custom_header .right_side_content .right_image img {
    height: 30px;
    display: block;
    max-width: 100%;
    width: 30px !important;
  }

  header.custom_header .right_side_content .right_side_outer {
    padding-right: 0;
  }

  header.custom_header .top_header {
    padding: 60px 0 20px;
    justify-content: center;
    width: 100%;
  }

  header.custom_header .header_logo {
    float: none;
    margin-right: 3px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }


  .menu-open .mobile_menu-section {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }



  .mobile_menu-section {
    transform: translate3d(-20%, 0, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    top: 42px;
    min-height: calc(100% - 42px);
    width: 400px;
    max-width: 100%;
    background: #3546a6;
    z-index: 9000;
    left: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .3s;
    position: absolute;
  }

  .mobile_menu-section .mobile_menu-wrap {
    background: #3546a6;
  }

  .mobile_menu-section .mb_form_wrapper {
    margin: 20px;
  }

  .mobile_menu-section form {
    height: 40px;
    background: #c8c8c8;
  }

  .mobile_menu-section form input {
    color: #414750;
    border: 0;
    margin: 0;
    height: 40px;
    padding: 0 10px;
    float: left;
    width: calc(100% - 35px);
    background: #c8c8c8;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .mobile_menu-section form button {
    outline: 0;
    margin: 0;
    padding: 0;
    color: transparent;
    overflow: hidden;
    height: 40px;
    width: 35px;
    position: relative;
    float: right;
    background: #c8c8c8;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .mobile_menu-section form button:before {
    content: "";
    font-family: theme-westhartford;
    font-weight: normal;
    speak: none;
    color: rgb(53, 70, 166);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
  }

  .mobile_menu-section .mobile_menu-inner_wrap {
    padding: 0;
    list-style: none;
    position: relative;
    top: 0;
    margin: 30px 0 !important;
  }

  .mobile_menu-section .mobile_menu-inner_wrap .menu_title h2 {
    padding: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
  }

  .mobile_menu .hs-menu-wrapper>ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li.active {
    background: rgba(0, 0, 0, 0.2);
  }

  .mobile_menu .hs-menu-wrapper>ul>li.active>a {
    color: #ffffff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    background: none;
    border-top: 1px solid #ffffff;
    display: block;
    width: 100%;
    padding: 9px 30px 9px 30px;
    color:#ffffff;
    line-height: 1.2;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }

  .menu-open .humburger-icon .trigger:before {
    content: "";
    font-family: theme-westhartford;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    top: 12px;
    left: 10px;
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .child-trigger {
    border-left: 1px solid #fff;	
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 65px;
  }

  .mobile_menu .hs-menu-wrapper ul ul .child-trigger {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }

  .child-trigger:after {
    content: "";
    font-family: "theme-westhartford";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: normal;
  }

  .mobile_menu .hs-menu-wrapper ul li.nav-active>  .child-trigger:after {
    content: "";
    font-family: "theme-westhartford";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    color: #ffffff;
  }

  .mobile_menu .hs-menu-wrapper ul ul {
    display: none;
  }



  .mobile_menu .hs-menu-wrapper ul li.hs-item-has-children {
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 16px;
    display: block;
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.active {
    background: rgba(0, 0, 0, 0.2);
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.active>a {
    color: #ffffff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>a {
    text-transform: none;
    font-weight: normal;
    padding: 9px 30px 9px 40px;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #ffffff;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: none;
    display: block;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    text-transform: none;
    font-weight: normal;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 9px 30px 9px 50px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li:last-child>a {
    border-bottom: 1px solid #ffffff;
  }


  .mobile_menu .hs-menu-wrapper>ul>li:last-child li:last-of-type a {
    border-bottom: 1px solid #ffffff;
  }

  .mobile_menu .hs-menu-wrapper ul li>a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.active>a {
    background: #000000;
  }
  header.custom_header .bottom_header {
    display: none;
  }
  .humburger-icon {
    display: block;
  }

  .mobile_menu-section {
    display: block;
  }

  .humburger-icon {
    background: rgb(0 0 0 / 8%);
  }

  header.custom_header .right_side_content .right_side_outer {
    background: rgb(0 0 0 / 8%);
  }

  .mobile_menu-section form input,
  .mobile_menu-section form input[type=text]{
    background: #c8c8c8;
    border-radius: 0;
    box-shadow: none;
  }

  .child-trigger:hover:after,
  .mobile_menu .hs-menu-wrapper ul li.nav-active>.child-trigger:hover:after {
    color: rgba(255, 255, 255, 0.7);
  }
  .mobile_menu .hs-menu-wrapper ul li.nav-active {
    background: rgba(0, 0, 0, 0.2);
  }

  .mobile_menu .hs-menu-wrapper ul ul ul ul li a {
    color: #fff;
    display: block;
    font-style: italic;
    padding: 9px 30px;
    width: 100%;
    padding-left: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 400;
  }
  .mobile_menu .hs-menu-wrapper ul ul ul ul li a:first-child {
    border-bottom: 1px solid #fff;
  }

  body:after {
    content: "";
    height: 100vh;
    background: #3546a6;
    left: 0;
    top: 0;
    position: fixed;
    display: block;
    width: 400px;
    max-width: 100%;
    z-index: 9;
    opacity: 0;
    transform: translate3d(-20%,0,0);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
    transition: opacity .3s,visibility .3s,transform .3s;
    visibility: hidden;
  }

  .menu-open:after {
    opacity: 1;
    pointer-events: auto;
    transform: translateZ(0);
    -ms-transform: translate(0);
    transform: translate(0);
    visibility: visible;
  }

}


@media (max-width:767px){
  header.custom_header .right_side_content .top_search {
    display: none;
  }

  .humburger-icon {
    left: 0;
  }

  .humburger-icon .trigger {
    left: 3px;
  }

  header.custom_header .header_logo {
    position: static;
    transform: none;
    width: 100%;
    left: 0;
  }

  header.custom_header .top_header {
    padding: 60px 0 21px;
  }

  header.custom_header .top_header{
    display:block;
  }

  form.hs-form {
    margin-bottom: 20px;
  }
}


@media (max-width:600px){
  .google_translate.desktop-show {
    display: none;
  }
  .google_translate.mobile-show {
    display: block;
  }
}

@media (max-width:358px){
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>a {
    padding-right:40px;
  }
  .child-trigger {
    width: 40px;
  }
}
footer.custom_footer {
	text-align: left;
	padding-bottom: 30px;
	background: #3546a6;
	position: relative;
	z-index: 9;
	color:#ffffff;
}

footer.custom_footer .top_footer {
	display: flex;
	justify-content: space-between;
}


footer.custom_footer .top_footer .left_col {
	width: 40%;
}

footer.custom_footer .top_footer .middle_col {
	width: 50%;
}

footer.custom_footer .top_footer .right_col {
	width: 10%;
	text-align:right;
}

footer.custom_footer .bottom_footer {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.15);
}

footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul ,
.footer-no-nav .bottom_footer .bottom_menu ul{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin:0;
}

footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul>li,
.footer-no-nav .bottom_footer .bottom_menu ul>li{
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	text-align: center;
}

footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul>li>a ,
.footer-no-nav .bottom_footer .bottom_menu ul>li>a{
	display: block;
	color: #ffffff;
	background: transparent;
	padding: 10px;
}

footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul>li:last-child ,
.footer-no-nav .bottom_footer .bottom_menu ul>li:last-child {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}


footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul>li>a:hover,
.footer-no-nav .bottom_footer .bottom_menu ul>li>a:hover {
	color: #ffffff;
	text-decoration: underline;
}


footer.custom_footer .top_footer_wrapper {
	padding-top: 40px;
}

footer.custom_footer .left_content {
	font-size: 16px;
	margin-bottom: 40px;
}

footer.custom_footer .left_content h5 a {
	color: #ffffff;
}

footer.custom_footer .left_content h5 {
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 30px;
}

footer.custom_footer address {
	font-style: normal;
}

footer.custom_footer .footer_menu .hs-menu-wrapper>ul{
	padding:0;
	list-style:none;
	margin:0;
}

footer.custom_footer .footer_menu .hs-menu-wrapper>ul>li>a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
}


footer.custom_footer .footer_menu .hs-menu-wrapper>ul>li>a:hover {
	color: #414750;
}

footer.custom_footer .left_content h5 a:hover {
	text-decoration: underline;
}

footer.custom_footer .top_footer .middle_col .content p:first-child {
	margin-bottom: 0;
}

footer.custom_footer .top_footer .right_col {
	margin-bottom:20px;
}


@media (max-width:1180px){
	footer.custom_footer .top_footer_wrapper{
		padding-right: 1.25em;
		padding-left: 1.25em;
	}
}


@media (max-width:767px){

	footer.custom_footer .top_footer {
		flex-direction: column;
		justify-content: center;
	}

	footer.custom_footer .top_footer .left_col {
		width: 100%;
		text-align: center;
	}

	footer.custom_footer .top_footer .middle_col {
		width: 100%;
		text-align: center;
	}

	footer.custom_footer .top_footer .right_col {
		text-align: center;
		width: 100%;
	}

	footer.custom_footer {
		padding-bottom: 10px;
	}

	footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul {
		flex-direction: column;
	}

	footer.custom_footer .bottom_footer .bottom_menu .hs-menu-wrapper>ul>li {
		border: 0;
		margin: 0;
		padding: 0;
	}
	footer.custom_footer .top_footer .right_col {
		margin-bottom:30px;
	}

	footer.custom_footer .bottom_footer {
		padding: 20px;
	}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}