/* ******************************************************************************
*********************************************************************************
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: 80px 20px;
}
.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.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

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;
      margin: 0;
    padding: 0;
    border: none !important;
    outline: none;
}

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
  max-width: 500px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-size: 13px;
}
#hs-search-module .hs-button.primary {
  margin-top: 18px;
}
.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-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
    max-width: 100%;
}
.hs-input, 
#hs_cos_wrapper_password_prompt input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 9px 10px;
  font-weight: normal;
  line-height: normal;
  color: #33475b;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  font-family: Arial;
}

.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;
}
.hs-error-msgs label {
    color: red !important;
}
.hs_error_rollup {
    margin-bottom: 15px;
}

#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
}
#hs_cos_wrapper_password_prompt input#hs-pwd-widget-password {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}
.field {
    width: 100% !important;
}
@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.
*********************************************************************************
****************************************************************************** */
@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.hs-menu-flow-vertical ul {
  list-style: none;
  padding: 0;
}
.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header__logo img {
  width: 336px !important;
}
header.header, 
.body-container-wrapper{
  max-width: 980px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

header.header {
  overflow: visible;
}
.main_header {
  height: 90px;
  position: relative;
  background: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/header-bg.jpg') 0 0 no-repeat;
    }
.main_header.lp_header {
  height: 141px;
}
.header_inner {
  max-width: 210px;
  margin: 0 0 0 auto;
  width: 100%;
}
.header__logo {
  position: absolute;
  left: 0;
  display: block;
}
.header_cartArea {
  position: absolute;
  left: 450px;
  padding-top: 7px;
}   
.header_cartArea p {
  margin: 0;
  float: left;
  padding-right: 10px;
  font-size: 12px;
  line-height: normal;
}
.header_cartArea p a, 
.header_cartArea p a:hover{
  text-decoration: underline;
}
.header_cartArea p:first-child {
  padding-left: 20px;
}
.header_cartArea p:first-child>a:hover {
  text-decoration: none;
}
.header_login {
  display: block;
  height: 30px;
  line-height: 30px;
  background: url() 0 0 repeat-y;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/login-bg.png');
    }
.header_login a {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}
.header_form label {
  display: block;
  width: 75px;
  float: left;
  height: 27px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  text-indent: 10px;
  background: #095cab;
  border-top: solid 1px #074786;
  border-bottom: solid 1px #08549d;
  font-size: 12px;
}
.header_form input#txtSearch {
  width: 133px;
  height: 27px;
  line-height: 25px;
  text-indent: 10px;
  margin-bottom: 8px;
  float: left;
  font-family: Arial;
  font-size: 13.3333px;
  color: #000;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.header_form input#txtSearch:focus {
  outline: none;
}
.clear {
  display: block;
  clear: both;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 0px !important;
  border: none !important;
}
.header_location_form label {
  display: block;
  width: 75px;
  float: left;
  height: 27px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  text-indent: 10px;
  border-top: solid 1px #074786;
  border-bottom: solid 1px #08549d;
  font-size: 12px;
}
.header_location_form .form>label {
  background: #095cab;
}

.header_social {
  overflow: hidden;
  margin-top: 2px;
}
.header_social a {
  display: block;
  width: 23px;
  height: 22px;
  background: url() no-repeat;
  margin-left: 4px;
  float: left;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/social-icons.png');
    }
.header_social a.facebook {
  background-position: 0 0;
}
.header_social a.twitter {
  background-position: -27px 0;
}
.header_social a.youtube {
  background-position: -55px 0;
}
.header_social a.ig-b-24 {
  width: 24px;
  height: 24px;
  background: url() no-repeat 0 0;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/9b01fe0f0cc2.png');
    position: relative;
    }
.header_social .ig-b- img {
  visibility: hidden;
}
.custom-menu-primary {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 4px;
}
.custom-menu-primary .hs-menu-wrapper {
  white-space: nowrap;
  float: left;
  position: relative;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  float: left;
  position: relative;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  float: left;
  border-left: solid 1px #7ea6bb;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  border-left: solid 0px #7ea6bb;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  float: left;
  width: auto;
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.l-top {
  line-height: 25px;
  height: 27px;
  width: 133px;
  position: relative;
  z-index: 10;
  display: block;
  background: url() 0 0 repeat-y;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #708341 #7c9ead #406a73 #647e4a;
  display: inline-block;
  cursor: default;
  overflow: hidden;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/login-bg.png');
    }
.l-inner {
  background: url() right 50% no-repeat;
  height: 26px;
  padding: 0 27px 0 14px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  width: 135px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/dropdown-bg.png');
    }
.l-bottom {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  width: 131px;
}

.ui-dropdownchecklist-item label {
  width: 100% !important;
}
.ui-dropdownchecklist-item {
  float: left;
  width: 100%;
}
.ui-dropdownchecklist-selector-wrapper {
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/login-bg.png') !important;
    height: 27px !important;
    }
header.header .ui-dropdownchecklist .ui-dropdownchecklist-selector {
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/dropdown-bg.png') !important;
    width: 135px !important;
    }
.ui-dropdownchecklist-item:hover {
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/nav-hover.png') !important;
    }


@media(min-width: 768px) { 
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper ul li ul li a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a{
    background: url() 0 0 repeat-x;
    background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/nav-hover.png');
      }
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  top: 30px;
  background: rgba(9, 92, 171, 0.9);
  padding: 2px 1px;
  padding-bottom: 1px;
}
.custom-menu-primary .hs-menu-wrapper ul li ul li {
  border-bottom: solid 1px #5f92c6;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper ul li ul li a {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  line-height: 25px;
  padding: 0 8px;
  display: block;
  padding-left: 12px;
}
.custom-menu-primary .hs-menu-wrapper ul li ul li> ul {
  left: 0%!important;
  right: auto!important;
  top: 0px;
  padding: 2px 1px;
  padding-bottom: 1px;
}
/*
.header_location_form select {
display: block !important;
line-height: 25px;
height: 325px;
width: 133px;
position: absolute;
z-index: 10;
display: block;
background: url() 0 0 repeat-y;
margin-bottom: 8px;
border-style: solid;
border-width: 1px;
border-color: #708341 #7c9ead #406a73 #647e4a;
border-radius: 0;
text-transform: uppercase;
right: 0;
top: 100px;
background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/login-bg.png');
}
.header_location_form select:focus {
outline: none;
}
*/
.body-wrapper {
  overflow: hidden;
}







@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10)>ul>li>ul {
    right: 100% !important;
    left: auto !important;
  }
}

@media (max-width: 991px) {
  .header_cartArea {
    left: auto;
    right: 220px;
  }
  .main_header {
    background: #153a61;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 5px;
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li ul li a {
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li ul.hs-menu-children-wrapper.open-menu-list li.hs-menu-item.hs-menu-depth-2.hs-item-has-children a {
    padding: 10px 25px 10px 25px;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(10)>ul, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(11)>ul {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 830px) {
  .header_cartArea p {
    float: none;
  }
}


/*Mobile Menu*/
@media (max-width: 992px) {
    .visible-phone {
        display: inherit !important;
    }
  .main_header {
    height: auto;
    background: #024d9e;
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li ul{
    display: none;
  }
  .header_inner {
    max-width: 100%;
    margin: 0;
  }
  .header__logo {
    position: relative;
    text-align: center;
  }
  .header_cartArea {
    left: 0;
    right: 0;
    position: relative;
    text-align: center;
  }
  .header_cartArea p {
    float: none;
    display: inline-block;
  }
  .header_login {
    background-position: center;
    margin-top: 10px;
  }
  .header_form, 
  .header_location_form{
    max-width: 210px;
    min-height: 1px;
    margin: 0 auto;
  }
  .header_social {
    text-align: center;
  }
  .header_social {
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
  }
  .header_social a {
    float: none;
    display: inline-block;
  }
  .header_social a.facebook {
    margin: 0;
  }
  .mobile-trigger {
    cursor: pointer;
    position: relative;
    top: 25px;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 22px 13px;
    left: 0;
    margin: 0px 0px 0 auto;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 4.5px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    border: 0;
    border-bottom: solid 1px #7ea6bb;
    float: none;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper ul li ul li:last-child{
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul li ul {
    border-top: solid 1px #7ea6bb;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    float: none;  
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 10px;
    font-size: 12px;
  }
  .custom-menu-primary.hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 50px;
    padding-left: 15px;
    cursor: pointer;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a{
    background: url() 0 0 repeat-x;
    background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/nav-hover.png');
      }
}


@media(max-width: 992px){
 .custom-menu-primary .hs-menu-wrapper ul li a {
    width: 85%;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children .child-trigger {
    width: 15%;
    padding-right: 5px;
	}
.child-trigger i {
    margin: 0 15px 0 auto !important;
	}
}


@media (max-width: 380px) {
  .header__logo {
    padding: 0 10px;
  }
  .header__logo img {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {

}
.footer__container {
  margin: 0 auto;
  max-width: 980px !important;
  position: relative;
}
.footer__main {
  padding: 0 10px 20px;
  font-size: 10px;
  line-height: 16px;
  background: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/footer-bg.png') 0 0 repeat-x;
    background-color: #F8FAFC;
    }
.footer_copyright {
  line-height: 18px;
  font-size: 10px;
}
.footer_copyright .hs-menu-wrapper ul>li {
  display: inline-block;
}
.footer_copyright .hs-menu-wrapper ul>li:first-child>a {
}
.footer_copyright .hs-menu-wrapper ul>li:not(:first-child)>a {
  text-decoration: underline;
  margin-right: 13px;
}
.footer-menu {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 16px;
  position: relative;
}
.footer-menu .hs-menu-wrapper ul {
  display: block;
}
.footer-menu .hs-menu-wrapper>ul>li {
  float: left;
  text-transform: uppercase;
  margin-right: 22px;
  margin-left: 30px;
}
.footer-menu .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0;
}
.footer-menu .hs-menu-wrapper>ul>li>a {
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 16px;
}
.footer_contact a {
  display: block;
  float: right;
  width: 124px;
  height: 38px;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 27px;
  margin-top: -16px;
  position: absolute;
  top: 16px;
  right: 0px;
}
.footer__main.lp_footer {
  padding: 20px 10px;
  background-image: none;
}
.left_img img {
  max-width: 127px;
}
.IME img {
  max-width: 80px;
}
.sfImageWrapper img {
  max-width: 140px;
}
.left_img span {
    display: inline-block;
    vertical-align: middle;
}
.footer-content-block {
    max-width: 980px;
    margin: 0 auto;
    background: #FFF;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.IME img {
    margin-left: 13px !important;
}




@media (max-width: 999px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    float: left;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: 0;
    width: 33.33%;
    margin-bottom: 15px;
  }
}


@media (max-width: 767px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }
}


@media (max-width: 479px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.content-wrapper {
  max-width: 100% !important;
}
.hs_listing, 
.hs_post{
  max-width: 980px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-index {
  width: 100% !important;
  max-width: 740px;
  float: left;
}
.blog-sidebar {
  margin: 0 !important;
  width: 100% !important;
  max-width: 210px;
  float: right !important;
}
.sidebar_menu .hs-menu-wrapper ul>li>a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  height: 33px;
  line-height: 33px;
  background: url() 0 0 repeat-y;
  text-align: center;
  color: #FFF;
  margin-top: 5px;
  font-size:12px;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/sidebar-links.png');
    }
.sidebar_menu .hs-menu-wrapper ul>li:first-child>a {
  margin-top: 0;
}
.sidebar_menu .hs-menu-wrapper ul>li>a:hover {
  background-position: -210px 0;
}
.blog-left-sidebar {
  max-width: 160px;
  float: left;
  width: 100%;
  font-size: 12px;
}
.blog-left-content {
  max-width: 562px;
  float: right;
  padding-left: 23px;
  border-left: dashed 1px #a8bfd5;
  padding-top: 12px;
  font-size: 13px;
  width: 100%;
}
.blog-left-sidebar .hs-menu-wrapper ul li a {
  line-height: 25px;
  color: #FFF;
  border-bottom: solid 1px #6599ca;
  padding-left: 0;
  min-width: 160px;
  background: url() -170px 0 repeat-y #095cab;
  background-position: -170px 0;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-align: right;
  padding: 0 5px;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/left-sidebar-bg.png');
    }
.listing_banner_image {
  margin-bottom: 7px;
}
.blog-left-sidebar .hs-menu-wrapper ul li a:hover, 
.blog-left-sidebar .hs-menu-wrapper ul li.active a{
  background-position: 0 -170px;
}
.newsMenu {
  line-height: 16px;
  height: 25px;
  float: right;
  clear: both;
}
.newsMenu a, 
.newsMenu a:hover{
  color: #FF9900;
  font-size: 13px;
}
.blog_title h1 {
  font-family: 'Gudea', Arial;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 17.3333px;
  line-height: normal;
}
.blog_title p {
  margin-bottom: 16px;
}
.newsMenu span {
  margin-left: 3px;
}
.blog-index__post {
  padding-top: 10px;
  float: left;
  width: 100%;
}
.featured_image {
  max-width: 105px;
  float: left;
}
.featured_image img {
  width: 100%;
}
.blog-index__post-content {
  padding-left: 128px;
}
.blog-index__post-content h2 {
  font-size: 14.4px;
  margin-bottom: 3px;
  display: block;
  font-weight: bold;
  color: #305987;
  line-height: normal;
}
.blog-index__post-content h2 a {
  color: #305987;
  text-decoration: none;
}
.blog-index__post-content h2 a:hover {
  color: #305987;
  text-decoration: underline;
}
.date-tags {
  font-style: italic;
  font-size: 13.3333px;
  line-height: normal;
}
.post-body {
  padding: 8px 0;
  display: block;
  font-size: 12px;
  line-height: normal;
}

.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-post {
  max-width: 740px;
  float: left;
  width: 100% !important;
} 
.hs_post .blog-sidebar {
  max-width: 210px;
  float: right;
  width: 100% !important;
}
.blog-comments {
  clear: both;
  margin: 45px 0;
}
.comment-date, .comment-from {
  display: block !important;
}
.blog-post_inner {
  padding-top: 12px;
  max-width: 700px;
}
.post_rss {
  float: left;
  width: 100%;
}
.post_newsMenu {
  line-height: 16px;
  height: 25px;
  float: right;
  clear: both;
  font-size: 13px;
}
.post_newsMenu a, 
.post_newsMenu a:hover{
  color: #FF9900;
  text-decoration: none;
}
.blog-post_inner h1 {
  font-family: 'Gudea', Arial;
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 17.3333px;
}
.sharePnl {
  background-color: #eee;
  padding: 5px;
  margin-bottom: 15px;  
}
.blog-post__body {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 25px;
}
.post_date {
  font-size: 11.7px;
  line-height: normal;
}
.sponsors {
  border-top: solid 2px #c2d2e2;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 14px;
}
.left_img {
  float: left;
  padding-top: 14px;
  width: 100%;
  white-space: nowrap;
  max-width: 749px;
} 
.right_slider {
  max-width: 197px;
  border-left: solid 1px #c2d2e2;
  padding-left: 12px;
  padding-top: 16px;
  width: 100%;
  float: right;
}
.left_img strong {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
}
.left_img img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}
.right_slider strong {
  display: block;
  float: left;
  width: 57px;
  font-size: 9px;
  line-height: 13px;
  margin-top: 6px;
  font-weight: normal;
}
.bx-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bx-wrapper ul li {
  float: left;
  list-style: none;
  position: relative;
  width: 107px;
}
.bx-wrapper ul li img {
  width: 100%;
  max-width: 107px;
}
button.slick-prev.slick-arrow {
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 10px;
  text-indent: -50000px;
  position: absolute;
  background-position: 0 0;
  left: -14px;
  background-color: transparent;
  border: none;
  background-size: 14px;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/sponsors-controls.jpg');
    z-index: 999;
        cursor: pointer;
    }
button.slick-next.slick-arrow {
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  top: 10px;
  text-indent: -50000px;
  position: absolute;
  background-position: 0 -14px;
  right: -14px;
  background-color: transparent;
  border: none;
  background-size: 14px;
  background-image: url('https://7424314.fs1.hubspotusercontent-na1.net/hubfs/7424314/raw_assets/public/AUSTSWIM_Oct2020/images/sponsors-controls.jpg');
    z-index: 999;
        cursor: pointer;

    }
.bx-wrapper button:focus {
  outline: none;
}
.bx-wrapper {
  width: 114px;
  float: right;
  margin-right: 10px;
}

.blog_slider {
  padding: 0 10px;
  padding-right: 14px;
}
.blog-index__post-content.no {
    padding-left: 0;
}





@media (max-width: 991px) {
  .blog-index {
    width: 100% !important;
    max-width: 100%;
  }
  .listing_banner_image img {
    width: 100%;
  }
  .blog-left-content {
    max-width: calc(100% - 180px);
    width: 100%;
  }
  .blog-sidebar {
    max-width: 100%;
  }
  .sidebar_menu {
    max-width: 210px;
    margin: 25px auto;
  }
  .blog-post {
    max-width: 100%;
    float: left;
    width: 100% !important;
  }
  .blog-post_inner {
    max-width: 100%;
  }
  .hs_post .blog-sidebar {
    max-width: 100%;
  }
  .left_img {
    max-width: 100%;
  }
  .right_slider {
    float: left;
  }
}



@media (max-width: 767px) {
  .blog-left-sidebar {
    max-width: 100%;
  }
  .blog-left-sidebar_inner {
    max-width: 160px;
    margin: 10px auto 20px;
  }
  .blog-left-content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .blog-pagination {
    clear: both;
  }
}


@media (max-width: 479px) {
  .featured_image {
    max-width: 100%;
    float: left;
    width: 100%;
  }
  .blog-index__post-content {
    padding-left: 0;
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .post_newsMenu {
    float: none;
  }
  .blog-post__body p img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .left_img img {
    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;
    max-width: 980px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 100%;
    overflow: hidden;
    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: 9;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page p {
    position: relative;
    z-index: 9;
}
.error-page_heading {
    margin-bottom: 1rem;
    position: relative;
    z-index: 9;
}
.error-page .hs-button {
    position: relative;
    z-index: 9;
}
.systems-page {
    max-width: 980px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 3rem 20px;
}
.body-container-wrapper .systems-page {
    box-shadow: none;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
p.header {
    background: #fff;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 60px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 13px;
  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;
}
.systems-page .hs-form-field, 
.hs-membership-loader.hs_submit.hs-submit{
    margin: 25px 0;
}
ul.no-list.hs-error-msgs {
    padding: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media (min-width: 994px){
  li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    display:flex !important;
    flex-wrap:nowrap;
    justify-content: center;


  }
  li.hs-menu-item.hs-menu-depth-2 {
    flex: 0 0 20%;
  }

  .custom-menu-primary .hs-menu-wrapper ul li ul li.hs-menu-depth-2 > a {
    font-family: 'proxima_novaregular';
    font-weight: 700;
    letter-spacing: normal;
    width: 100%;
    max-width: inherit;
    margin: 0 auto 0 116px;
    text-align: left;
    max-width: 295px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .custom-menu-primary .hs-menu-wrapper ul li ul li.hs-menu-depth-3 > a {
    font-family: 'proxima_novaregular';
    font-weight: 500;
    letter-spacing: normal;
    width: 100%;
    max-width: inherit;
    margin: 0 auto 0 116px;
    text-align: left;
    max-width: 275px;
    margin: 0 auto;
    line-height: 1.25;
    margin-bottom: 15px !important;
    text-transform: capitalize;
  }
  li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
    left: 0 !important;
    position: relative !important;
    padding-top: 15px !important;
    background-color: unset !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul li ul li{
    width:100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul li ul li a {
    color: #000000;
    font-family: 'proxima_novamedium';
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: pre-wrap;
  }
}