/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */










































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "proxima_novabold";
  src: url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/ProximaNova-Bold.eot')format('eot'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/ProximaNova-Bold.woff')format('woff'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/ProximaNova-Bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularStd-book";
  src: url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/CircularStd-Book.eot')format('eot'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/CircularStd-Book.woff')format('woff'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/CircularStd-Book.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proxima_novaregular";
  src: url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/ProximaNova-Regular.eot')format('eot'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/ProximaNova-Regular.woff')format('woff'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/ProximaNova-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/Gilroy-Bold.eot')format('eot'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/Gilroy-Bold.woff')format('woff'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/Gilroy-Bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/AvenirLTStd-Heavy.eot')format('eot'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/AvenirLTStd-Heavy.woff')format('woff'),
  url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/AMSL_Diabetes_June2020/Font/AvenirLTStd-Heavy.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}




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

p {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 2.13;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

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

ul li,
ol li {
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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


.header__container,
.footer__container,
.content-wrapper,
.page-center {
  padding-left: 15px;
  padding-right: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: ;
  font-family: Lato, sans-serif;
  padding: 15px;
  margin-bottom: 20px;
} 

h3.form-title {
  padding: 15px;
  margin: 0;
  font-family: "proxima_novabold";
  font-size: 2.25rem;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-family: "proxima_novabold";
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid;
  position: relative;
  opacity: .999;
  line-height: 1.5;
  text-decoration: none;
  outline: none;
  white-space: normal;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.hs-button:before, 
.hs-button:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.hs-button:before {
  left: 50%;
  transition: all 0.5s;
}
.hs-button:after {
  right: 50%;
  transition: all 0.5s;
}

.hs-button:hover:before,
.hs-button:hover:after {
  width: 50%;
  opacity: 1;
}


.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-family: "Gilroy";
  font-size: .875rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000 !important;
  font-size: .875rem;
  font-family: "proxima_novaregular";
}

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  font-size: .875rem;
  border: 0 none;
  border-bottom: 1px solid;
  font-family: "proxima_novaregular";
  padding: 20px 15px 15px 0px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 10px;
}

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


input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 15px;
}
.hs-search-module a.hs-button.primary {
  margin-top: 18px;
}


.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;
  padding-left: 0;
}

.field {
  margin-bottom: 30px;
}

.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;
}


@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

ul.submenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
li.has-submenu {
  position: relative;
}

@media (min-width: 992px) {
  .custom-menu-primary .navigation-primary > ul {
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    padding-bottom: 25px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    font-family: "proxima_novabold";
    font-size: 14px;
    display: block;
    padding: 10px 25px;
    border-radius: 1px;
    position: relative;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul {
    position: absolute;
    display: block;
    min-width: 325px;
    width: 100%;
    top: 100%;
    left: auto;
    border-top: 5px solid transparent;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    z-index: 999;
  }

  .custom-menu-primary .navigation-primary > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul > li {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li:first-child{
    padding-top: 20px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li:last-child{
    padding-bottom: 20px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li > a {
    font-family: "AvenirLTStd-Heavy";
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 33px 13px 33px;
    border-bottom: 1px solid;
    display: block;
    text-decoration: none;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li:last-child a {
    border-bottom: 0 none;
  }

  .custom-menu-primary .navigation-primary > ul ul li.has-submenu > a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    height: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
    content: "\f105";
  }
  .custom-menu-primary .navigation-primary > ul ul li.has-submenu.show-submenu > a:after{
    content: "\f107";
  }
  .custom-menu-primary .navigation-primary > ul ul ul {
    overflow: hidden;
  }

  .custom-menu-primary .navigation-primary > ul ul ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .custom-menu-primary .navigation-primary > ul ul ul li:first-child {
    margin-top: 5px;
  }

  .custom-menu-primary .navigation-primary > ul ul ul li:last-child {
    margin-bottom: 10px;
  }
  .custom-menu-primary .navigation-primary > ul ul ul li a {
    display: block;
    line-height: 1.2;
    font-family: "AvenirLTStd-Heavy";
    padding: 15px 33px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (min-width: 1669px) {
  .custom-menu-primary .navigation-primary > ul > li {
    margin-right: 24px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .custom-menu-primary .navigation-primary > ul > li {
    padding-bottom: 30px;
  }
}


@media (max-width: 991px) {
  .custom-menu-primary .navigation-primary > ul {
    padding: 31px 50px;
    display: block;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    display: block;
    width: 100%;
    position: relative;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    font-family: "proxima_novabold";
    font-size: 14px;
    margin: 10px 0 20px 0;
    line-height: 1.6;
    font-weight: bold;
    color: #006cc5 !important;
    background-color: #fff;
    padding: 13px 33px 13px 33px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    text-decoration: none;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover{
    background-color: transparent !important;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover > a{
    background-color: transparent;
    border-color: transparent !important;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 49px;
    text-align: right;
    padding: 13px 33px;
    cursor: pointer;
  }
  .child-trigger i {
    font-size: 20px;
    color: #006cc5;
    font-weight: bold;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul ul li {
    display: block;
    width: 100%;
    position: relative;
  }
  .custom-menu-primary .navigation-primary > ul ul li a {
    display: block;
    line-height: 1.2;
    font-family: "AvenirLTStd-Heavy";
    color: #006cc5 !important;
    padding: 15px 30px;
    background-color: #fff;
    text-decoration: none;
  }
  .custom-menu-primary .navigation-primary > ul ul li a {
    display: block;
    line-height: 1.2;
    font-family: "AvenirLTStd-Heavy";
    color: #006cc5 !important;
    padding: 15px 30px;
    background-color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  .custom-menu-primary .navigation-primary > ul ul li a:hover{
    background-color: #006cc5 !important;
    color: #fff !important;
  }
  .child-trigger.child-menu-open i:before {
    content: "\f107";
  }
  .mobile-open .mobile-trigger {
    top: -35px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

header.header {
  min-height: 100px;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header-wrapper {
  padding: 15px 100px 0 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 100px;
}

.header-inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header-logo img.hs-image-widget {
  width: 300px !important;
}
.header-logo {
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
}

.header-menu {
  max-width: 83.333333%;
  margin-left: auto;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-info {
  padding-top: 15px;
}
.contact-info a {
  font-family: "proxima_novabold";
  font-size: 14px;
  display: block;
  padding: 10px 25px;
  border-radius: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  text-decoration: none;
}
.search-icon {
  padding-top: 15px;
}
.search-icon a.search {
  padding-top: 10px;
  display: block;
}

.search-group{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1001;
  align-items: center;
  justify-content: center;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  transition: all 0.3s ease-in-out;
}
.search-open .search-group {
  opacity: 1;
  visibility: visible;
}
.fancybox-content {
  background: #006cc5;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 999;
}
#search-form.fancybox-content {
  border-radius: .3rem;
}
#search-form.fancybox-content form#search_form {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  background: transparent !important;
}
#search-form input[type=search] {
  width: 100%;
  margin: 0 15px;
  font-family: "Gilroy";
  border: none;
  padding: 17px 15px 17px 0px;
  background: transparent;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 2.5rem;
  padding-top: 25px;
  margin-bottom: 35px;
  outline-offset: -2px;
  -webkit-appearance: none;
  transition: all 0.2s;
  outline: none;
  line-height: 1.5;
}
.search-overlay {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.98);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.search-open .search-overlay {
  opacity: 0.9;
  visibility: visible;
}
#search-form label {
  font-family: "Gilroy";
  background-color: transparent;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -o-transition: .2s ease all;
  -webkit-transition: .2s ease all;
  position: absolute;
  margin-top: 25px;
}
.search-open {
  overflow: hidden;
}


.search-group .fancybox-close-small {
  width: 27px;
  height: 27px;
  opacity: 1;
  background: transparent;
  background-image:url('https://6996351.fs1.hubspotusercontent-na1.net/hubfs/6996351/raw_assets/public/AMSL_Diabetes_No_Menu/images/modal-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 15px;
  margin-right: 15px;
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  cursor: pointer;
  outline: none;
}
.search-group .fancybox-close-small svg {
  display: none;
}

#search-form .form-group.labelfocus label {
  opacity: 0.8;
  margin-top: -5px;
}


.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px;
  min-height: 321px;
}


@media screen and (max-width: 1279px) and (min-width: 1025px){
  .header-wrapper {
    padding: 15px 50px 20px 50px;
  }
}


@media (min-width: 992px) {
  .child-trigger,
  .mobile-logo {
    display: none;
  }
}


@media screen and (min-width: 1669px) {
  .contact-info {
    margin-right: 24px;
  }
}


@media screen and (max-width: 1024px) and (min-width: 992px) {
  .header-wrapper {
    padding: 15px 15px 0 15px;
  }
  .header-logo img.hs-image-widget {
    width: 128px !important;
  }
  header.header {
    min-height: 105px;
  }
  .custom-menu-primary .navigation-primary > ul > li:last-child > ul {
    right: 0;
    left: auto;
  }
}


@media (max-width: 991px) {
  header.header {
    min-height: 171px;
  }
  header.header.lp {
    min-height: 100px;
  }
  .header-wrapper {
    padding: 0;
  }
  .header-logo a {
    display: block;
    padding: 10px 20px 0;
  }
  .header-logo {
    height: auto;
  }
  .header-inner-group {
    position: relative;
  }
  .search-icon {
    position: absolute;
    top: 15px;
    right: 89px;
  }
  .search-icon img {
    width: 24px;
  }
  .mobile-trigger {
    width: 73px;
    height: 100px;
    position: absolute;
    top: 3px;
    right: 15px;
    cursor: pointer;
    padding: 38px 20.5px;
  }
  .mobile-trigger span {
    background-color: #175DB5;
    height: 3px;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 10px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .mobile-trigger span:before, 
  .mobile-trigger span:after {
    background-color: #175DB5;
    height: 3px;
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .mobile-trigger span:after {
    top: 10px;
  }
  .header__navigation {
    background-color: #f2f2f2;
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header-menu {
    width: 100%;
    margin: 0;
    display: block;
    max-width: 100%;
    padding: 0;
  } 
  .contact-info {
    display: block;
    width: 100%;
    background-color: #F4F4F4;
    padding: 20px;
    margin-top: 11px;
    text-align: center;
  }
  .contact-info a {
    color: #00B2c5;
    font-family: "CircularStd-book";
    font-size: 1.3125rem;
    padding: 0;
  }
  .contact-info a {
    color: #00b2c5 !important;
  }
  .contact-info a:hover {
    opacity: .7 !important;
    color: #00b2c5 !important;
  }
  .mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-open .header__navigation {
    width: 100%;
    overflow-y: scroll;
    left: 0;
  }
  .mobile-logo {
    padding: 10px 26px;
    position: relative;
    background-color: transparent;
  }
  .mobile-logo img {
    width: 171px !important;
  }
  .menu-close-icon {
    padding: 36px 21px;
    width: 73px;
    height: 100px;
    position: absolute;
    top: 13px;
    right: 80px;
    cursor: pointer;
  }
  .menu-close-icon span {
    background-color: #175DB5;
    height: 3px;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 10px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-close-icon span:before, 
  .menu-close-icon span:after {
    background-color: #175DB5;
    height: 3px;
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-close-icon span:after {
    top: 10px;
  }
  .mobile-menu-open .menu-close-icon span,
  .mobile-menu-open .mobile-trigger span {
    margin-top: 0;
    background-color: transparent;
  }
  .mobile-menu-open .menu-close-icon span:after,
  .mobile-menu-open .mobile-trigger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    height: 4.5px;
  }
  .mobile-menu-open .menu-close-icon span:before,
  .mobile-menu-open .mobile-trigger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 4.5px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 15px 0px 0;
  }
  .contact-info {
    margin-top: 6px;
  }
  .menu-close-icon {
    right: 67px;
  }
}

@media (max-width: 476px) {
  .header-logo img.hs-image-widget {
    width: 140px !important;
  }
  .contact-info {
    margin-top: 19px;
  }
  .mobile-trigger {
    width: 72px;
  }
  .search-icon img {
    width: 24px;
  }
  .search-icon {
    right: 88px;
    top: 15px;
  }
  .menu-close-icon{
    right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}

.footer-bottom-group {
  background-color: transparent;
  background-image: linear-gradient(-178deg, #006084 0%, #0091A1 100%);
  padding: 30px 0px 50px 0px;
  text-align: center;
}
.copyright {
  display: inline-flex;
}
.footer-menu {
  display: inline-flex;
}
.footer-menu .hs-menu-wrapper > ul {
  display: inline-flex;
}
.footer-menu .hs-menu-wrapper > ul > li {
  color: #fff;
  font-family: "CircularStd-book";
  font-size: .75rem;
  margin-right: 15px;
  letter-spacing: 1px;
}
.footer-menu .hs-menu-wrapper > ul > li a {
  color: #fff;
  font-family: "CircularStd-book";
  font-size: .75rem;
  margin-right: 15px;
  letter-spacing: 1px;
}
.copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
}
.copyright ul li {
  color: #fff;
  font-family: "CircularStd-book";
  font-size: .75rem;
  margin-right: 15px;
  letter-spacing: 1px;
}
.social-group {
  background-color: #fcfcfc;
  padding: 30px 0px;
  text-align: center;
}
.social-group h3 {
  font-family: "proxima_novabold";
  color: #006cc5;
  font-size: 1.875rem;
  padding: 0px 0px 20px 0px;
  margin: 0;
  line-height: 1.5;
}
.social-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
}
.social-group ul li {
  text-align: center;
  height: 100%;
  width: 100%;
}
.social-group ul li a {
  display: inline-block;
  font-size: 38px;
  height: 60px;
  width: 60px;
  margin-right: 20px;
  color: #4099ff;
  background: #f5f5f5;
  position: relative;
  border-radius: 100%;
  text-decoration: none
}
.social-group ul li:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.social-group ul li a:before,
.social-group ul li a:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  transition: .7s all;
  -webkit-transition: .7s all;
}
.social-group ul li a i{
  font-size: 1.875rem;
  color: #006cc5;
  position: relative;
  top: 1px;
}
.social-group ul li a:hover.fb {
  background-color: #3b5998;
}
.social-group ul li a:hover.insta {
  background-color: #125688;
}
.social-group ul li a:hover.twit {
  background-color: #55ACEE;
}
.social-group ul li a:hover.ytb {
  background-color: #bb0000;
}

.social-group ul li a:hover:before {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transition: .7s all;
  opacity: 0;
  border: 3px solid #004daf;
}
.social-group ul li a:hover.fb:after, 
.social-group ul li a:hover.fb:before {
  border-color: #3b5998;
}
.social-group ul li a:hover.insta:after, 
.social-group ul li a:hover.insta:before {
  border-color: #125688;
}
.social-group ul li a:hover.twit:after,
.social-group ul li a:hover.twit:before {
  border-color: #55ACEE;
}
.social-group ul li a:hover.ytb:after, 
.social-group ul li a:hover.ytb:before {
  border-color: #bb0000;
}
.social-group ul li a:hover i {
  color: #fff;
}

.footer-form-group {
  padding: 60px 0px;
}

.footer-form-group .hs-button{
  margin: 0;
}

.enquiry-form h3{
  font-size: 2.5rem;
  padding: 0px 0px 15px 10px;
  margin: 0;
  color: #353535;
}

.enquiry-form h3, .enquiry-form p {
  text-align: center;
}
.enquiry-form p {
  font-size: .875rem;
  letter-spacing: 1px;
}

.footer-form-group form {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
}

.footer-form-group .hs-input {
  margin-bottom: 0 !important;
}

.footer-subscribe-form-group {
  background: #006cc5;
  background: -moz-linear-gradient(left, #006cc5 0%, #0084f0 100%);
  background: -webkit-linear-gradient(left, #006cc5 0%, #0084f0 100%);
  background: -o-linear-gradient(left, #006cc5 0%, #0084f0 100%);
  background: -ms-linear-gradient(left, #006cc5 0%, #0084f0 100%);
  background: linear-gradient(to right, #006cc5 0%, #0084f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cc5', endColorstr='#0084f0', GradientType=1 );
  padding: 50px 0px;
}
.footer-subscribe-form-group .subscribe-form {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-form-group{
  background: #fff;
}
.footer-form-group .hs_submit.hs-submit {
  text-align: center;
  padding-top: 20px;
}
.footer-subscribe-form-group .subscribe-form .widget-type-rich_text h3 {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 2.5rem;
  padding: 0px 0px 15px 10px;
  margin: 0;
}
.footer-subscribe-form-group .subscribe-form .widget-type-rich_text p {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: .875rem;
}
.footer-subscribe-form-group .subscribe-form form {
  width: 100%;
  max-width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.footer-subscribe-form-group .subscribe-form form .hs_error_rollup {
  position: absolute;
  bottom: -30px;
}
.footer-subscribe-form-group .subscribe-form form .hs-form-required {
  display: none;
}
.footer-subscribe-form-group .subscribe-form form > div {
  width: 33.333333% !important;
  float: left;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}

.footer-subscribe-form-group .subscribe-form form .input {
  width: 100%;
}

.footer-subscribe-form-group .subscribe-form form .hs-input {
  padding: 17px 15px;
  border-radius: 3px;
  max-height: 53px;
  height: 100%;
  margin-bottom: 0 !important;
}
.footer-subscribe-form-group .subscribe-form form .hs-button {
  padding: 15px 55px;
  margin: 0 !important;
  margin-left: 15px !important;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #fff;
  background: transparent;
}

.footer-subscribe-form-group .subscribe-form form > div.hs_submit.hs-submit {
  padding: 0;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #175DB5;
  width: 150px;
  height: 115px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px 0px;
  z-index: 999;
  text-align: center;
  text-decoration: none;
}
#back-to-top:hover{
  background: rgba(0,0,0,0.9);
}
#back-to-top i {
  color: #0080E9;
  margin: 0;
  position: relative;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}
#back-to-top:hover i {
  color: #fff;
  top: 5px;
}
#back-to-top span {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "proxima_novabold";
}

.footer-subscribe-form-group .subscribe-form form .hs-button:hover {
  color: #006cc5;
  text-decoration: none;
}

.footer-subscribe-form-group .subscribe-form form .actions {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.footer-subscribe-form-group .subscribe-form form .actions:after, 
.footer-subscribe-form-group .subscribe-form form .actions:before {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.footer-subscribe-form-group .subscribe-form form .actions:before {
  left: 50%;
  transition: all 0.5s;
}

.footer-subscribe-form-group .subscribe-form form .actions:after {
  right: 50%;
  transition: all 0.5s;
}

.footer-subscribe-form-group .subscribe-form form .actions:hover:after, 
.footer-subscribe-form-group .subscribe-form form .actions:hover:before {
  width: 50%;
  background-color: #fff;
  opacity: 1;
  z-index: 0;
}

.footer-subscribe-form-group .subscribe-form form .hs-button {
  z-index: 9;
  margin-left: 0 !important;
}


@media (max-width: 991px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    margin-bottom: 25px;
    font-size: .9375rem;
  }
  .footer-menu .hs-menu-wrapper>ul>li a {
    margin-right: 0px;
    text-decoration: underline;
    font-size: .9375rem;
  }
  .footer-menu .hs-menu-wrapper>ul>li a:hover{
    text-decoration: none;
  }
  .copyright ul li {
    margin-bottom: 25px;
    font-size: .9375rem;
  }
  .social-group h3 {
    font-size: 1.25rem;
  }
  .enquiry-form h3 {
    font-size: 1.625rem;
  }
  .footer-subscribe-form-group .subscribe-form .widget-type-rich_text h3 {
    font-size: 1.625rem;
  }
  .footer-subscribe-form-group .subscribe-form form {
    display: block;
    margin: 0;

  }
  .footer-subscribe-form-group .subscribe-form form>div {
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .footer-subscribe-form-group .subscribe-form form .hs-button {
    margin: 0;
  }
  .footer-subscribe-form-group .subscribe-form form .actions {
    text-align: center;
  }
  .footer-form-group {
    padding: 60px 25px;
  }
  .footer-subscribe-form-group {
    padding: 50px 25px;
  }
  .footer-subscribe-form-group .subscribe-form form .hs_error_rollup {
    position: static;
  }
  .footer-subscribe-form-group .subscribe-form form .actions {
    margin-left: 0;
  }
}


@media (max-width: 767px) {
  #back-to-top {
    width: 90px;
    height: 90px;
    padding: 20px 0px;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    margin-right: 0;
  }
  .footer-menu .hs-menu-wrapper>ul {
    display: block;
    text-align: center;
  }
  .copyright {
    display: block;
    text-align: center;
  }
  .copyright ul {
    display: block;
  }
  .social-group ul li a {
    height: 50px;
    width: 50px;
    font-size: 32px;
  }
  .footer-form-group .hs-button.primary.large {
    display: block;
    width: 100%;
  }
  .mobile-trigger {
    width: 71px;
    right: 16px;
  }
  .search-icon {
    right: 87px;
    top: 16px;
  }
  .search-icon img {
    width: 23px;
  }
  .footer-subscribe-form-group .subscribe-form .widget-type-rich_text p {
    margin-bottom: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  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;
}

.hs-blog-post .banner {
  background-position: center;
}

@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: 991px) {
  .hs-blog-listing .content-wrapper {
    padding: 0 20px;
  } 
}

@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('./images/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;
  text-decoration: none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex !important;
  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__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}
.blog-post h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
}

.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 .hs-submit {
  text-align: center;
}

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


/*             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;
  object-fit: cover;
}
.post-inner-section {
  margin-right: -15px;
  margin-left: -15px;
}
.post-inner-section .left-group {
  padding: 0px 100px 80px 100px;
  position: relative;
  width: 66.666667%;
  float: left;
}
.post-inner-section .blog-sidebar {
  margin-bottom: 60px;
  font-family: "proxima_novaregular";
  font-size: 1.875rem;
  float: left;
  width: 25%;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: sticky;
  top: 100px;
}
.hs-blog-post-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fbfbfb;
}
.blog-sidebar .about-us h2 {
  padding: 10px 40px;
  margin-bottom: 0px;
  font-family: "Gilroy";
  color: #382F2D;
  font-size: 1rem;
  line-height: 1.5;
}
.blog-sidebar .about-us ul {
  padding: 10px 40px;
  margin: 0;
  list-style: none;
}
.blog-sidebar .about-us ul li a {
  font-size: 1rem;
  font-family: "Gilroy";
  color: #006cc5;
  text-decoration: underline;
}
.blog-sidebar .about-us ul li a:hover {
  color: #1e2257;
  text-decoration: none;
}
.blog-sidebar .about-us:after {
  content: "";
  display: block;
  padding-top: 20px;
  border-bottom: 1px solid #bdbdbd;
}
.comment-date {
  display: block !important;
}
.blog-comments form {
  margin-top: 30px;
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

@media screen and (max-width: 991px) {
  .post-inner-section .left-group,
  .post-inner-section .blog-sidebar {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-inner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .post-inner-section .left-group {
    order: 2;
  }
  .post-inner-section .blog-sidebar {
    padding-right: 0;
    padding-left: 0;
    position: static;
  }
}


@media screen and (max-width: 991px) and (min-width: 769px){
  .post-inner-section .left-group {
    padding: 0px 10px;
  }
}

@media(max-width: 767px){
  .post-item .page-center{
    display: block;
  }
  .post-item {
    margin-bottom: 30px;
  }

  .blog-post__body img {
    width: auto !important;
    float: none !important;
    margin: 0 auto !important;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}