*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "navigation-icons";
  src: url("https://20466949.fs1.hubspotusercontent-ap1.net/hubfs/20466949/Sydney_Cardiology_August_2021/Fonts/fontello.eot") format("embedded-opentype"),
    url("https://20466949.fs1.hubspotusercontent-ap1.net/hubfs/20466949/raw_assets/public/Sydney_Cardiology_August_2021/Fonts/fontello.woff") format("woff"),
      url("https://20466949.fs1.hubspotusercontent-ap1.net/hubfs/20466949/raw_assets/public/Sydney_Cardiology_August_2021/Fonts/fontello.ttf") format("truetype");
        font-style: normal;
        font-weight: normal; 
        }

@font-face {
  font-family: omnes-pro;
  src: url("https://use.typekit.net/af/b0a82e/0000000000000000000175af/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/b0a82e/0000000000000000000175af/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("https://use.typekit.net/af/b0a82e/0000000000000000000175af/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: auto; 
}

@font-face { 
  font-family: omnes-pro; 
  src: url("https://use.typekit.net/af/762efc/0000000000000000000175b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/762efc/0000000000000000000175b1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/762efc/0000000000000000000175b1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto; 
}

@font-face {
  font-family: omnes-pro; 
  src: url("https://use.typekit.net/af/b1afc9/0000000000000000000175b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/b1afc9/0000000000000000000175b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/b1afc9/0000000000000000000175b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 500; 
  font-display: auto; 
}

body {
  word-break: break-word;
}

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

/* Paragraphs */

p {
  line-height:1.5;
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-timing-function: linear, ease-in;
  -moz-transition-timing-function: linear, ease-in;
  -webkit-transition-timing-function: linear, ease-in;
}


/* Headings */

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

/* Lists */

ul,
ol {
  margin: 0;
  padding:0;
}
ol li,
ul li{
  margin-bottom: 5px;
  margin-left: 20px; 
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding:0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */
.hs-search-field__input,
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-size: 16px;
  display: block;
  font-family: omnes-pro, sans-serif;
  padding: 5px 4px;
  letter-spacing: normal;
  margin: 10px 0 20px;
  border: 1px solid #ddd;
  color: #555;
  line-height: normal;
  width:100%;
  max-width:700px;
}

p.header {
  box-shadow: none;
  padding: 0;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header {
  background: #fff;
}

.cm-header-logo {
  float: left;
}

.right {
  float: right;
}

.cm-header-logo img {
  margin: 20px 25px 20px 0;
  display: block;
}

.right .quote {
  float: left;
  width: auto;
  padding: 25px 0px;
  color: #aaa;
  font-size: 22px;
  text-align: right;
  line-height: 32px;
}

.cm-header-btn a {
  font-size: 14px;
  margin-top: 10px;
  padding: 7px 20px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #bbb;
  color: #008bd2;
  font-weight: 700;
  display: inline-block;
  display: table;
  margin-left: auto;
  right: 0;
}

.cm-header-btn a:hover {
  background: #008bd2;
  border: 2px solid #008bd2;
  color: #fff;
}

.cm-header-btn a:before {
  color: inherit;
  font-size: 18px;
  bottom: 2px;
  float: left;
  margin-top: 7px;
  margin-right: 7px;
  content: '\e808';
  font-family: "navigation-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.mobile {
  display: none;
}

nav .hs-menu-wrapper > ul {
  float: left;
  width: auto;
  margin-right: 20px;
}

nav .hs-menu-wrapper > ul > li:nth-of-type(1) {
  margin-left: 0;
}

nav .hs-menu-wrapper > ul > li {
  float: left;
  list-style: none;
  margin: 0 13px;
  position:relative;
}

nav .hs-menu-wrapper > ul > li > a {
  padding: 25px 0;
  float: left;
  color: #888;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 3px solid #fff;
}

nav .hs-menu-wrapper > ul > li > a:hover {
  border-bottom: 3px solid #008bd2;
}

nav .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  top: 74px;
  width: 300px;
  transition: .3s ease transform;
  transform: scaleY(0);
  list-style: none;
  transform-origin: top right;
  background: rebeccapurple;
  overflow: hidden;
  left: 0;
  z-index: 999;
}

.header {
  padding: 0 15px;
  box-shadow: 1px 1px 2px 0px #ccc;
}

nav .hs-menu-wrapper > ul > li > ul > li {
  margin: 0;
}

nav .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 10px 15px;
  color: #fff;
  border-bottom: 1px solid #008bd2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
}

nav .hs-menu-wrapper > ul > li:hover > ul {
  transform: scaleY(1);
}

.cm-login-link {
  float: right;
}

.cm-login-link a {
  float: right;
  color: #888;
  padding: 25px 0 25px 0px;
  text-transform: uppercase;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 3px solid #fff;
}

.cm-login-link a:before{
  content: '\e80b';
  font-family: "navigation-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  color:inherit;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-right: 5px;
}

.firefox .header {
  padding-bottom: 2px;
}
.firefox .cm-login-link a {
  position: relative;
  top: 2px;
}


@media (max-width:900px){
  .right .quote {
    font-size: 19px;
  }

  nav .hs-menu-wrapper>ul>li {
    margin: 0 5px;
  }

  nav .hs-menu-wrapper>ul {
    margin-right: 0;
  }

  nav .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  } 
}

@media (max-width:767px){
  header.header {
    padding: 0;
  }
  .cm-header-btn a {
    margin-left: 0;
  }
  nav .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 15px 5% !important;
  }
  .top-header {
    padding: 5% 5% 0%;
  }

  .right .quote {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    float: left;
  }

  .right {
    float: left;
  }

  nav .mobile {
    color: #fff !important;
    background: #008bd2;
    padding: 15px 5%;
    width: 100%;
    text-align: center;
    display:block;
    font-size:14px;
    line-height: normal;
    border-bottom: 1px solid #eee;
  }

  .menu-main-container{
    display: none;
  }
  nav .hs-menu-wrapper>ul>li>ul {
    transition: none !important;
    transform: none !important;
    position: static !important;
    display: none;
    width: 100%;
    text-align: center;
  }
  .cm-login-link a {
    padding: 15px 5% !important;
    width: 100%;
    border-bottom: 1px solid #eee;
    float: left;
    text-align: center;
    color: #888;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .cm-login-link {
    float: none;
  }

  .cm-login-link a:hover {
    background: #008bd2;
    color: #fff !important;
  } 

  nav .hs-menu-wrapper>ul,
  nav .hs-menu-wrapper>ul>li>a, 
  nav .hs-menu-wrapper>ul>li {
    float: none;
    width: 100%;
  }

  nav .hs-menu-wrapper>ul>li {
    position: relative;
    margin: 0;
  }

  nav .hs-menu-wrapper>ul>li>a {
    line-height: normal;
    padding: 15px 5% !important;
    width: 100%;
    border-bottom: 1px solid #eee !important;
    float: left;
    text-align: center;
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
  }

  nav .hs-menu-wrapper>ul>li>a:hover {
    background: #008bd2 !important;
    color: #fff !important;
    border-bottom: 1px solid #eee;
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5% !important;
    min-width: 5% !important;
    height: 50px !important;
    padding: 0 !important;
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    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;
    height: 1px;
    background-color: #000;
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {
  }

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .menu-main-container * {
    width: 100%;
    display: table;
  }

}
footer {
  background: #008bd2;
  padding: 55px 35px 54px;
  text-align: center;
  font-size: 12px;
  color: #8fd9ff;
}

.footer-menu ul li {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0 7px;
  margin-bottom: 15px;
  font-size: inherit;
}

.footer-menu ul li a {
  font-size:12px;
  line-height:normal;
  color: #8fd9ff;
  display: inline-block;
  text-decoration: underline;
}


@media only screen and (min-width: 320px) and (max-width: 760px){
  .inner-home-footer,
  footer.footer .page-center {
    padding: 5%;
  }
}

/* @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    */
/*****************************************/

.home-page .dnd-section>.row-fluid {
  padding: 0 !important;
  background: transparent;
}
.newsletter-page .dnd-section>.row-fluid{
  margin-top: 0;
  padding:0;
  background: transparent;
}
.home-row4 .dnd-section>.row-fluid {
  margin-top: 0;
}

.newsletter-page section#page{
  overflow: hidden;
  margin: 0 -15px 35px;
}

.two-column-page section#page {
  overflow: hidden;
  background: #fff;
  margin: 25px 0 0;
}
.newsletter-page .left{
  width: 66.667%;
  float: left;
}
.newsletter-page section#page #sidebar{
  float: left;
  width: 33.33%;
  padding: 0 15px;
  background: #008bd2;
}
.two-column-page .left {
  width: 70%;
  padding: 50px;
  border-right: 1px solid #eee;
  float: left;
  min-height: 670px;
}
.newsletter-page .wrapper{
  max-width: 1100px;
  background: #fff;
  padding: 50px;
  margin: 25px auto 0;
}
.two-column-page .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.two-column-page .left img{
  display:block;
  max-width:100%;
} 
.two-column-page .two-column-left-content {
  margin: 0 0 25px;
}

.two-column-page section#page #sidebar {
  width: 30%;
  float: left;
  padding: 50px;
}

.two-column-page .dnd-section>.row-fluid {
  padding: 0;
  margin: 0;
  background: transparent;
}
.two-column-page .two-column-left-content a.button-module-link {
  font-size: 16px;
  padding: 15px 25px 16px;
  margin-top: 15px;
}
.newsletter-page #sidebar form ul.no-list.hs-error-msgs.inputs-list label,
.newsletter-page #sidebar form  label.hs-error-msg {
  color: #790000;
  font-weight: 700;
  display: block;
  padding: 6px;
  font-size: .813em;
  letter-spacing: normal;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
}

.newsletter-page #sidebar .hs-richtext h2 {
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
  font-size: 40px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #00679b;
}

.newsletter-page #sidebar .hs-richtext p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  text-shadow: 1px 1px 1px #00679b;
}

.newsletter-page #sidebar form label {
  font-weight: 700;
  font-size: inherit;
  color: #fff;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 8px;
}

.newsletter-page #sidebar form label span.hs-form-required {
  color: #790000;
  margin-left: 8px;
}

.newsletter-page #sidebar form h3.form-title {
  display: none;
}

.newsletter-page #sidebar form .hs-richtext {
  margin: 0;
}

.newsletter-page #sidebar form .hs-form-field {
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 14px;
}

.newsletter-page #sidebar form .hs-input {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px !important;
  letter-spacing: normal;
  border: 1px solid #ddd !important;
  color: #555;
  margin: 0;
  line-height: normal;
  width: 100%;
  border-radius: 0;
}

.newsletter-page #sidebar form select.hs-input {
  width: calc(50% - 8px) !important;
  padding: 0 !important;
  border: 1px solid rgb(118, 118, 118) !important;
}
.two-column-page .left .hs-responsive-embed-wrapper {
  min-width: auto !important;
}
.newsletter-page #sidebar form  {
  margin-bottom: 16px;
}

.newsletter-page #sidebar form .actions {
  padding: 16px 0 10px 0;
}
.two-column-page .left iframe {
  max-width: 100%;
}
.newsletter-page #sidebar form input.hs-button.primary.large {
  font-size: 20px;
  font-family: "omnes-pro", sans-serif;
  background: #D84635;
  margin: 0;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  line-height: normal;
}

.newsletter-page #sidebar form input.hs-button.primary.large:hover {
  background: #00568d;
  color: #fff;
}
@media (max-width:900px) and (min-width:768px){
  .two-column-page section#page #sidebar {
    padding: 50px 20px;
  } 
}
@media (max-width:767px){
  .home-row2 .dnd-section>.row-fluid,
  .home-row3 .dnd-section>.row-fluid {
    margin-top: 0px !important;
  } 
  .newsletter-page #sidebar form select.hs-input {
    width: 100% !important;
  }
  .newsletter-page .left,
  .two-column-page section#page #sidebar{
    width: 100%;
  }
  .two-column-page .left {
    width: 100%;
    padding: 40px;
  }
  .newsletter-page section#page #sidebar {
    width: 100%;
  }
  .two-column-page .left h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .two-column-page section#page #sidebar {
    width: 100%;
    padding: 10px 40px 40px 40px;
  }

  .two-column-page #sidebar h1 {
    margin-bottom: 15px;
  }
}
@media (max-width:767px){
  .newsletter-page #sidebar form input.hs-button.primary.large,
  .newsletter-page #sidebar form .hs-input {
    line-height: 2;
  }
}

@media (max-width:991px){
  .two-column-page .left img[style*=margin-left] {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: block !important;
  }
  
}
@media (max-width: 760px){
 .two-column-page .left .hs-responsive-embed-wrapper iframe {
    height: 200px !important;
    position: static !important;
}

.two-column-page .left .hs-responsive-embed-inner-wrapper {
    padding: 0 !important;
}

.two-column-page .left .hs-responsive-embed-wrapper {
    min-width: auto !important;
    width: 100% !important;
    margin: 25px 0 !important;
} 
}
@media (max-width:480px){
  .two-column-page .left img[style*=float] {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: block !important;
  }
  
}