









































*, *: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 15px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.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: "PTSans-CaptionBold";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/PTSans-CaptionBold.eot") format("eot"),
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/PTSans-CaptionBold.woff") format("woff"), 
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/PTSans-CaptionBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/icomoon.eot") format("embedded-opentype"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/icomoon.woff") format("woff"),
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "open_sansbold";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/opensans-bold-webfont.eot") format("embedded-opentype"), 
  url("f//cdn2.hubspot.net/hubfs/6273414/AME_International_march2020/Fonts/opensans-bold-webfont.woff") format("woff"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/opensans-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "open_sansregular";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/opensans-regular-webfont.eot") format("embedded-opentype"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/opensans-regular-webfont.woff") format("woff"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/opensans-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-bold-webfont.eot") format("embedded-opentype"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-bold-webfont.woff") format("woff"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "robotomedium";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-medium-webfont.eot") format("embedded-opentype"), 
  url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-medium-webfont.woff") format("woff"),
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-medium-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-regular-webfont.eot") format("embedded-opentype"),
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-regular-webfont.woff") format("woff"),
    url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/roboto-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ubunturegular";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/ubuntu-r-webfont.eot") format("embedded-opentype"),
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/ubuntu-r-webfont.woff") format("woff"),
    url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/ubuntu-r-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"),
   url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Fonts/glyphicons-halflings-regular.ttf") format("truetype");
}




html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  line-height: 1.1;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  line-height: 1.42857143;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.body-container-wrapper ul li {
  padding-bottom: 9px;
  padding-left: 39px;
  position: relative;
}
.body-container-wrapper ul li:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cccccc;
  content: "\e013";
  position: absolute;
  left: 0;
}

blockquote {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
  color: #333;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote:before, blockquote:after {
  content: "";
}

/* 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;
}
img {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
b, strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.42857143;
  font-size: 18px;
  font-family: 'robotomedium';
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
}


.hs-button:focus {
outline: none;
}

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

form, .submitted-message is class pe
form, .submitted-message {
border-width: 1px;
border-style: solid;
padding: 5px;
}

.hs-form label {
  font-size: 15px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

ul.no-list.hs-error-msgs.inputs-list > li{
  padding-bottom: 0;
  padding-left: 0;
}
ul.no-list.hs-error-msgs.inputs-list > li:before{
  content: none;
}
.hs-error-msgs label {
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: red !important;
}

.hs-input, input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  padding: 0 10px;
  color: #4e4e4e;
  font-size: 14px;
  font-family: 'robotoregular';
  line-height: 1.42857143;
  font-weight: 400;
  max-width: 100%;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin-top: 0 !important;
}
.hs-input:focus, input[type="password"]:focus{
  outline: none;
}

.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: #bfbfbf;
}

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

.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: #c87872;
}
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: #b9554d;
}

.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: 1rem;
  color: #494a52;
}
.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: Lato, serif;
}
.bws-ame-intl ul, .bws-information ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  padding: 0 54px 0 0;
  display: block;
}
.bws-ame-intl ul:before, .bws-ame-intl ul:after,
.bws-information ul:before, .bws-information ul:after{
  content:'';
  display: table;
}
.bws-ame-intl ul:after, .bws-information ul:after{
  clear:both;
}
.bws-ame-intl ul > li, .bws-information ul > li {
  border-top: 1px dotted #454444;
  padding: 10px 0px 9px 4px;
}
.bws-ame-intl ul > li:last-child,
.bws-information ul > li:last-child {
  border-bottom: 1px dotted #454444;
}
.bws-ame-intl ul > li > a, .bws-information ul > li > a {
  display: block;
  text-decoration: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bws-ame-intl ul > li > a:hover, .bws-information ul > li > a:hover {
  text-decoration: none;
}
.bws-ame-intl ul > li.active > a,
.bws-ame-intl ul > li.active-branch > a,
.bws-information ul > li.active > a ,
.bws-information ul > li.active-branch > a {
  color: #d81e24;
}
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 */
/* Missing Template at Path: \'AME_International_march2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent;
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent;
}
header {
  background-color: #F8FAFC;
}

.custom-header{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
.custom-header .top--header{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.top-header-inner{
  padding-top: 28px;
  padding-bottom: 5px;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.clearfix:before, .clearfix:after{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}
.custom-logo{
  position: relative;
  min-height: 1px;
  margin-left: 17px;
}
.custom-logo a{
  text-decoration: none;
}
.custom-logo a img{
  display: block;
  width: auto !important;
}

.sticky-header{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background: rgb(76,76,76);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 49%, rgba(71,71,71,1) 51%, rgba(71,71,71,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(49%,rgba(76,76,76,1)), color-stop(51%,rgba(71,71,71,1)), color-stop(100%,rgba(71,71,71,1)));
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 49%,rgba(71,71,71,1) 51%,rgba(71,71,71,1) 100%);
  background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 49%,rgba(71,71,71,1) 51%,rgba(71,71,71,1) 100%);
  background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 49%,rgba(71,71,71,1) 51%,rgba(71,71,71,1) 100%);
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(76,76,76,1) 49%,rgba(71,71,71,1) 51%,rgba(71,71,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#474747',GradientType=0 );
  height: 52px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.sticky-header.sticky--nav{
  display: block;
}
.sticky-header .custom-logo{
  float: left;
  width: auto;
  margin-left: 0;
  position: relative;
  z-index: 999;
}

.custom-header-no-nav .top-header-inner{
  padding-bottom: 35px;
}


@media (min-width: 768px){
  .custom-logo{
    width: 25%;
    float: left;
  }
}

@media (min-width: 992px){
  .custom-logo{
    width: 25%;
    float: left;
  }
  .tab-header--link{
    display: none;
  }
}

@media (max-width: 991px){
  .cus-header-contact{
    display: none;
  }
  .tab-header--link {
    position: relative;
    min-height: 1px;
    float: left;
    background: rgb(201,46,50) !important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIH…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, rgba(201,46,50,1) 0%, rgba(201,46,50,1) 49%, rgba(193,38,42,1) 51%, rgba(193,38,42,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,46,50,1)), color-stop(49%,rgba(201,46,50,1)), color-stop(51%,rgba(193,38,42,1)), color-stop(100%,rgba(193,38,42,1))) !important;
    background: -webkit-linear-gradient(top, rgba(201,46,50,1) 0%,rgba(201,46,50,1) 49%,rgba(193,38,42,1) 51%,rgba(193,38,42,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(201,46,50,1) 0%,rgba(201,46,50,1) 49%,rgba(193,38,42,1) 51%,rgba(193,38,42,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(201,46,50,1) 0%,rgba(201,46,50,1) 49%,rgba(193,38,42,1) 51%,rgba(193,38,42,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(201,46,50,1) 0%,rgba(201,46,50,1) 49%,rgba(193,38,42,1) 51%,rgba(193,38,42,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92e32', endColorstr='#c1262a',GradientType=0 );
    padding: 16px 0px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: 'robotomedium';
    width: 172px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 27px;
    height: 44px;
    line-height: 12px;
  }
  .tab-header--link:hover {
    background: #6a6b6e !important;
    color: #fff !important;
    text-decoration: none;
  }
  .top-header-inner {
    padding-top: 47px;
    padding-bottom: 32px;
  }
  .custom-logo {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .sticky-header {
    display: none !important;
  }
}

@media (max-width: 767px){
  .top-header-inner {
    padding-top: 28px;
    padding-bottom: 31px;
  }
  .top--header .header__container{
    padding-right: 0px;
    padding-left: 0px;
  }
  .custom-logo {
    width: 41.66666667%;
    float: left;
 }
 .tab-header--link {
    height: 33px !important;
    width: 157px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 2px !important;
    margin-top: 12px;
    margin-left: 0px;
    display: block;
    position: absolute;
    bottom: -42px;
    right: 16px;
    z-index: 9;
    float: none;
 }
 .custom-header-no-nav .top-header-inner {
  padding-bottom: 31px;
 }
}

@media (max-width: 399px){
  .custom-logo a img {
    width: 118px;
    height: 57px;
    margin-top: 10px;
  }
  .top-header-inner {
    padding-bottom: 38px;
  }
  .custom-header-no-nav .top-header-inner {
    padding-bottom: 38px;
  }
}
.footer {
  background-color: transparent;
}
.custom-footer{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
.footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.footer__container:before, .footer__container:after{
  content: '';
  display: table;
}
.footer__container:after{
  clear: both;
}
.copyright-wrapper{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/bottom-footer-bg.jpg') repeat-x;
  padding-top: 57px;
  padding-bottom: 43px;
}
.footer__copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  width: 100%;
  text-align: right;
  font-size: 13px;
  font-family: 'robotoregular';
  padding-top: 17px;
}
.middle-footer {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/footer-bg.jpg') repeat;
  padding-bottom: 64px;
  padding-top: 100px;
}
.middle-footer .footer__container {
  padding-right: 0px;
  padding-left: 0px;
}
.footer-col{
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-col.bws-information, .footer-col.bws-stayin-touch{
  padding-right: 0px;
  padding-left: 0px;
}
.footer-col h2 {
  margin-top: 20px;
  font-family: 'robotoregular';
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.bws-ame-intl > h2 {
  padding-left: 5px;
} 
.bws-ame-intl > h2, .bws-information > h2 {
  margin-bottom: 70px;
}
.bws-contact > ul {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  padding: 0;
  list-style: none;
  color: #fff;
}
.bws-contact > ul > li {
  color: #c7c7c7;
  font-size: 14px;
  vertical-align: top;
  padding-bottom: 17px;
}
.bws-contact .icon-phone, .bws-contact .icon-phone2, .bws-contact .icon-envelope, .bws-contact .icon-map {
  color: #4b4a4b;
  padding-right: 20px;
  font-size: 18px;
}
.icon-phone2:before {
  content: "\e604";
}
.icon-map:before {
  content: "\e600";
} 
.bws-contact > ul > li a{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bws-contact > ul > li > span {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  line-height: 23px;
}
.bws-contact .bws-find-distributer {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/sprite.png') no-repeat;
  background-position: 0 -126px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: 'robotomedium';
  text-align: center;
  width: 182px;
  height: 43px;
  line-height: 43px;
  margin-top: 20px;
  text-transform: uppercase;
}
.bws-contact .bws-find-distributer:hover {
  color: #000;
  text-decoration: none;
}
.bws-social-media {
  list-style: none outside none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 176px;
  margin-top: 9px;
}
.bws-social-media > li {
  float: left;
}
.bws-social-media > li > a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-right: 15px;
} 
#bws-fb, #bws-twitter, #bws-youtube, #bws-linked {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/sprite.png');
  width: 29px;
  height: 31px;
}
#bws-fb {
  background-position: 0px -256px;
}
#bws-twitter {
  background-position: 0px -293px;
}
#bws-youtube {
  background-position: 0px -331px;
}
#bws-linked {
  background-position: 0px -368px;
}
.bws-social-media > li > a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.bws-stayin-touch .gcc_caption {
  padding-left: 0px;
  padding-right: 5px;
  color: #c6c6c6;
  padding-bottom: 14px;
  padding-top: 0;
}
.cus-footer-form form{
  padding: 0;
  border: 0px;
  display: block;
  margin: 0;
  max-width: 100%;
}
.cus-footer-form form .hs-form-field{
  margin-bottom: 0;
}
.cus-footer-form form .hs-form-field > label{
  display: none;
}
.cus-footer-form form .hs_email > .input{
  position: relative;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-top: 5px;
}
.cus-footer-form form .hs_email input[type=email]{
  line-height: inherit;
  float: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 50px 9px 9px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #959595;
  font-size: 12px;
  font-family: 'robotoregular';
  text-transform: uppercase;
  height: 41px;
  margin-bottom: 0;
}
.cus-footer-form form .hs_email input::-webkit-input-placeholder {
  color: #959595;
}
.cus-footer-form form .hs_email input:-moz-placeholder {
  color: #959595;
}
.cus-footer-form form .hs_email input::-moz-placeholder {
  color: #959595;
}
.cus-footer-form form .hs_email input:-ms-input-placeholder {
  color: #959595;
}
.cus-footer-form form .hs_submit{
  padding-bottom: 10px;
  padding-left: 0px;
}
.cus-footer-form form .hs_submit .actions:before {
  content: "\f0da";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 14px;
  bottom: 78px;
  color: #fff;
  z-index: 99;
}
.cus-footer-form form .hs_submit input[type=submit]{
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  border: none;
  height: 41px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 39px !important;
  cursor: pointer;
  bottom: 66px;
  right: 0;
  text-indent: -99999px;
}
.cus-footer-form form .hs_error_rollup{
  display: none;
}
.cus-footer-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: 36px;
}

.footer-top-img{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #e1e1e1;
  height: 142px;
}
.bws-partners-logos {
  position: relative;
}
.bws-partners-logos > img {
  display: block;
  width: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}


@media (min-width: 768px){
  .footer-col{
    width: 33.33333333%;
    float: left;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .footer-col.bws-stayin-touch{
    width: 100%;
    padding-top: 140px;
    text-align: center;
  }
  .cus-footer-form form .hs_email input[type=email] {
    width: 50%;
    margin: 0 auto;
  }
  .cus-footer-form form .hs_submit input[type=submit] {
    right: 25%;
  }
  .bws-social-media {
    margin: 0 auto;
    padding-top: 20px;
  }
  .cus-footer-form form .hs_submit .actions:before {
    right: 27%;
  }
  .cus-footer-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    width: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px){
  .footer__copyright{
    width: 50%;
  }
  .footer-col{
    width: 25%;
  }
}

@media (max-width: 994px) and (min-width: 992px){
  .cus-footer-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    width: 102%;
  }
}

@media (max-width: 991px){
  .footer__copyright {
    text-align: center;
  }
  .copyright-wrapper {
    padding-bottom: 157px;
  }
}

@media (max-width: 767px){
  .copyright-wrapper {
    padding-bottom: 0px;
    height: 249px;
  }
  .footer__copyright {
    padding-top: 45px;
  }
  .bws-social-media {
    margin: 0 auto;
    padding-top: 20px;
  }
  .bws-stayin-touch .gcc_caption {
    text-align: center;
  }
  .cus-footer-form form .hs_email input[type=email] {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .cus-footer-form form .hs_submit input[type=submit] {
    right: 9%;
  }
  .bws-stayin-touch > h2 {
    text-align: center;
  }
  .bws-stayin-touch > h2 {
    margin-bottom: 20px;
  }
  .footer-col.bws-stayin-touch {
    margin-top: 33px;
    float: left;
  }
  .footer-col.bws-information {
    width: 50%;
    margin-bottom: 80px;
    padding: 0;
    float: left;
  }
  .footer-col.bws-ame-intl {
    width: 50%;
    margin-bottom: 80px;
    padding: 0;
    float: left;
  }
  .footer-col.bws-contact {
    margin-bottom: 80px;
    padding: 0;
  }
  .bws-partners-logos > img {
    top: 50px;
  }
  .cus-footer-form form .hs_submit .actions:before {
    right:12%;
  }
  .cus-footer-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 399px){
  .bws-ame-intl > h2, .bws-information > h2 {
    font-size: 18px;
    font-family: 'robotoregular';
  }
  .cus-footer-form form .hs_submit .actions:before {
    right: 14%;
  }
}

@media (max-width: 342px){
  .cus-footer-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
    bottom: 31px;
    width: 87%;
    left: 53%;
  }
}

@media (max-width: 320px){
  .copyright-wrapper .footer__container{
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-top-img {
    height: 80px;
  }
  .bws-partners-logos>img {
    top: 30px;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
 
.grecaptcha-badge {
  margin: 0;
}

/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.cus-blog-list-body, .cus-blog-post-body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  padding-right: 15px;
  padding-left: 15px;
}
.cus-blog-list-body .content-wrapper > .row-fluid,
.cus-blog-post-body .content-wrapper > .row-fluid{
  margin-top: -25px;
  margin-bottom: 80px;
}
.hs-blog-listing .blog-index, .hs-blog-listing .blog-sidebar,
.hs-blog-post .blog-index, .hs-blog-post .blog-sidebar{
  background: #fff;
  border: 1px solid #e1dfdf;
}
.hs-blog-listing .blog-index,
.hs-blog-post .blog-index{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 67.66%;
  padding-bottom: 53px;
  padding-top: 0;
}
.hs-blog-listing .blog-sidebar,
.hs-blog-post .blog-sidebar{
  position: relative;
  min-height: 1px;
  width: 29.95%;
  margin-left: 22px;
  padding: 0 24px;
}
.hs-blog-listing .post-item-wrapper {
  padding: 0 9px;
  margin-top: 20px;
}
.post-item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bws-news-img {
  float: left;
  width: 20.75%;
}
.bws-news-img > a {
  text-decoration: none;
  background: #fff;
  border: 1px solid #cecece;
  display: block;
  padding: 3px 0;
  margin: 0 auto;
}
.bws-news-img > a > img {
  display: block;
  margin: 0 auto;
  width: 98%;
}
.bws-news-img > a:hover {
    opacity: 0.7;
}
.bws-post-thumb-txt {
  float: right;
  width: 76%;
}
.bws-news-title {
  text-decoration: none;
  color: #383838;
  font-size: 22px;
  line-height: 28px;
  font-family: 'robotoregular';
  padding: 20px 37px 20px 0px;
  display: block;
  padding-bottom: 16px;
  letter-spacing: -0.8px;
  word-spacing: 1px;
}
.bws-news-title:hover {
  color: #383838;
  text-decoration: underline;
}
.posted-date {
  color: #949494;
  text-transform: uppercase;
  font-family: 'robotoregular';
  font-size: 11px;
}
.posted-date > a {
  color: #d81e24;
  text-decoration: none;
}
.posted-date > a:hover {
  color: #d81e24;
  text-decoration: underline;
}
.blog-sidebar-topic-filter {
  border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar h3{
  color: #d81e24;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'robotoregular';
  word-spacing: -4.4px;
  margin-top: 35px;
  margin-bottom: 28px;
  letter-spacing: -0.8px;
}
.news-category ul, .news-archive ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  display: block;
}
.news-category ul > li, .news-archive ul > li {
  padding-bottom: 10px;
}
.news-category ul > li > a, .news-archive ul > li > a {
  text-decoration: none;
  font-size: 16px;
  color: #535353;
  font-family: 'robotoregular';
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.news-category ul > li > a:hover, .news-archive ul > li > a:hover {
  color: #d81e24;
  text-decoration: none;
  letter-spacing: -0.6px;
}
.filter-link-count{
  display: none;
}

.bws-featured-news{
  border-bottom: 1px solid #ebebeb;
  padding-top: 12px;
  padding-bottom: 70px;
  margin-bottom: 0px;
}
.bws-featured-news > a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.bws-featured-news > a img {
  height: auto;
  display: block;
}
.bws-featured-news > h3{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bws-featured-news > h3 > a {
  text-decoration: none;
  color: #383838;
  font-size: 22px;
  font-family: 'robotoregular';
  line-height: 28px;
  letter-spacing: -0.8px;
}
.bws-featured-news > h3 > a:hover{
  text-decoration: underline;
  color: #383838;
}
.bws-news-wraper {
  margin-top: 57px;
}
.clearfix:before, .clearfix:after{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}
.bws-social-media-news {
  list-style: none;
  padding-left: 10px;
  float: left;
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
  margin-right: 22px;
}
.bws-social-media-news > li {
  padding-bottom: 5px;
}
#bws-fb-news {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/sprite.png') 0 -683px;
  display: block;
  width: 24px;
  height: 26px;
}
#bws-twitter-news {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/sprite.png') 0 -713px;
  display: block;
  width: 24px;
  height: 26px;
}
#bws-linked-news {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/sprite.png') 0 -742px;
  display: block;
  width: 24px;
  height: 26px;
}
#bws-email {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/sprite.png') 0 -803px;
  display: block;
  width: 24px;
  height: 26px;
}
.bws-news-txt {
  padding-left: 10px;
}
.bws-news-txt > p {
  color: #535353;
  font-size: 16px;
  line-height: 26px;
  font-family: 'robotoregular';
  padding-bottom: 8px;
}
.more-link.learn-more-btn {
  color: #d81e24;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 14px;
}
.bws-news-txt > a > i {
  padding-left: 3px;
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}

.blog-banner .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-banner-content{
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/horizontal-border-first.jpg'), url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/horizontal-border-last.jpg'), url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/horizontal-border-middle.png');
  background-position: left bottom, right bottom, center bottom;
  background-repeat: no-repeat, no-repeat, repeat-x;
  padding-bottom: 10px;
  margin-top: -9px;
}
.blog-banner-content > h1 {
  color: #535353;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'robotoregular';
  margin-top: 63px;
  word-break: break-all;
}
.bws-glow {
  background: url('https://6273414.fs1.hubspotusercontent-na1.net/hubfs/6273414/AME_International_march2020/Images/product-glow-img.png') no-repeat;
  height: 75px;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.blog-banner-content .breadcrumb {
  background: none;
  padding: 0;
  margin-top: -5px;
  display: inline-block;
}
.breadcrumb span {
  text-transform: uppercase;
}
.blog-banner-content .breadcrumb>span+span:before {
  padding: 0 1px;
  color: #9e9e9e;
  content: "\203A";
}
.blog-banner-content .breadcrumb > span > a {
  color: #9e9e9e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'robotoregular';
}
.blog-banner-content .breadcrumb > span > a:hover {
  text-decoration: none;
  color: #c1262b;
}
.blog-pagination{
  border-radius: 4px;
  margin-top: 40px;
  margin-left: 12px;
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.blog-pagination-inner{
  clear:both;
}
.blog-pagination-inner:before, .blog-pagination-inner:after{
  content:'';
  display: table;
}
.blog-pagination-inner:after{
  clear: both;
}
.blog-pagination a {
  text-decoration: none;
  margin: 2px;
  margin-left: 6px;
  color: #535353;
  font-size: 14px;
  font-family: 'open_sansbold';
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 7px;
}
.blog-pagination a:hover {
  background: #a4a4a4;
  color: #fff;
  border-top: 1px solid #838383;
}
.blog-pagination a.active  {
  background: #c3282d;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  pointer-events: none;
  cursor: default;
}
.news-facebookfeed {
  margin-top: 40px;
  border: 1px solid #dddbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cff .cff-error-msg {
  display: none;
  position: relative;
  font-size: 12px;
  font-family: sans-serif;
  padding: 8px 12px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#cff {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cff.cff-fixed-height {
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cff-likebox {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
}
#cff p{
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 5px 0;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}
#cff.cff-default-styles p{
  line-height: 1.4;
}
#cff .cff-error-msg p {
  float: none;
}
#cff #cff-error-reason {
  display: none;
  padding: 5px 0 0 0;
  clear: both;
}
.cff-likebox .fb_iframe_widget {
  width: 100%;
}
a.bws-fb-like {
  margin-left: 14px;
  margin-bottom: 30px;
  display: block;
}
.blog-post-description {
  padding-top: 12px;
  padding-bottom: 70px;
}
.bws-news-inner > img {
  display: block;
  overflow: hidden;
  width: 100%;
}
.blog-post-description > h3{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}
.blog-post-description > h3 > a {
  text-decoration: none;
  color: #383838;
  font-size: 22px;
  font-family: 'robotoregular';
  line-height: 28px;
  letter-spacing: -0.8px;
}
.blog-post-description > h3 > a:hover{
  color: #383838;
  text-decoration: underline;
}
.blog-post__body {
  padding-left: 10px;
}
.blog-post__body p {
  color: #535353;
  font-size: 16px;
  line-height: 26px;
  font-family: 'robotoregular';
  padding-bottom: 20px;
}
.back-btn {
  text-decoration: none;
  background: rgb(255,255,255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(245,245,245,1) 51%, rgba(245,245,245,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(51%,rgba(245,245,245,1)), color-stop(100%,rgba(245,245,245,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(245,245,245,1) 51%,rgba(245,245,245,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(245,245,245,1) 51%,rgba(245,245,245,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(245,245,245,1) 51%,rgba(245,245,245,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(245,245,245,1) 51%,rgba(245,245,245,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
  border: 1px solid #dddbdb;
  padding: 8px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #7e7e7e;
  font-size: 11px;
  font-family: 'robotobold';
  text-transform: uppercase;
  display: block;
  margin-top: 91px;
  width: 52px;
  height: 30px;
  line-height: 11px;
}
.back-btn:hover {
  background: #c3282d;
  color: #fff;
  text-decoration: none;
}



@media (min-width: 768px){
  .hs-blog-listing .blog-index,
   .hs-blog-listing .blog-sidebar,
   .hs-blog-post .blog-index,
   .hs-blog-post .blog-sidebar{
    float: left;
  }
}

@media (min-width: 992px){
  .hs-blog-listing .blog-index,
   .hs-blog-listing .blog-sidebar,
   .hs-blog-post .blog-index,
   .hs-blog-post .blog-sidebar{
    float: left;
  }
}

@media (max-width: 996px) and (min-width: 992px) {
  .hs-blog-listing .blog-index,
  .hs-blog-post .blog-index{
    width: 65%;
  }
}

@media screen and (max-width: 991px){
  .hs-blog-listing .blog-index, .hs-blog-listing .blog-sidebar,
  .hs-blog-post .blog-index, .hs-blog-post .blog-sidebar {
    width: 100%;
  }
  .hs-blog-listing .blog-sidebar,
  .hs-blog-post .blog-sidebar {
    margin-left: 0;
    margin-top: 40px;
  }
}


@media screen and (max-width: 767px){
  .blog-banner-content > h1 {
      font-size: 29px;
  }
}

@media screen and (max-width: 740px){
  .bws-news-img {
    width: 35%;
  }
  .bws-post-thumb-txt {
    width: 60%;
  }
}

@media screen and (max-width: 480px){
  .blog-banner-content > h1 {
      font-size: 22px;
  }
}

@media screen and (max-width: 479px){
  .bws-news-img {
    width: 100%;
  }
  .bws-post-thumb-txt {
    width: 100%;
  }
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
 }
}


@media screen and (max-width: 320px){
  .blog-banner .page-center {
      padding-right: 0px;
      padding-left: 0px;
  }
  .cus-blog-list-body .content-wrapper,
  .cus-blog-post-body .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.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 0px;
}
.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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.systems-page .success {
  display: block !important;
  max-width: 650px;
  min-width: 0 !important;
  font-size: 1rem;
}