/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}
/* System Form */
section.system-form {
  max-width: 410px;
  margin: auto;
  margin-top: 43px;
  margin-bottom: 200px;
}
section.system-form h3{
  margin-bottom: 16px;
}
section.system-form .form-container{
  background: #EEF0F2;
  border-radius: 20px;
  padding: 1px 28px;
  padding-bottom: 10px;
}
section.system-form .form-container form .hs-form-field{
  margin-bottom: 16px;
}
section.system-form .form-container form .hs-form-field a {
  font-family: 'National 2';
  font-weight: 400;
  font-size: 14px; 
}
section.system-form .form-container form ul.hs-error-msgs{
     margin: 0;
}
section.system-form .form-container form #hs-login-widget-remember{
  margin-top: -2px;
}
section.system-form .form-container form #hs_login_reset, section.system-form .form-container a.become{
  font-family: 'National 2';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
    padding-bottom: 10px;
    text-decoration-line: underline;
    color: #4a1b78;
    display: block;
}
section.system-form .help{
  display: flex;
  margin-top: 16px;
    align-items: center;
}
section.system-form .help p{
  font-size: 14px;
line-height: 16px;
  margin-bottom: 0 !important;
}
section.system-form .help p a{
color:#4A1B78;
  text-decoration-line: underline;
}
section.system-form .help img{
  margin-right: 16px;
}
/* Contact Us Form */

form label span, form label {
  font-family: 'National 2';
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #3E3F41;
}
form .input {
  margin-bottom: 14px;
}
form .hs-form-field input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE2E5;
  border-radius: 8px;
  height: 50px;
  padding: 0 15px;
  font-family: National\ 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #130c1e;
}
form input::placeholder {
  color: #B9B9B9;
}
form textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE2E5;
  border-radius: 8px;
  height: 167px;
  padding: 15px;
  font-family: National\ 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #B9B9B9;
}
form textarea::placeholder {
  color: #B9B9B9;
}
form .legal-consent-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #130C1E;
}
form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  outline: none;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 4px;
}
form input[type=checkbox]:checked {
	background-image: url(https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/2022-ESM/Group%205.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
}
form .hs-error-msgs .hs-error-msg, form .hs_error_rollup .hs-main-font-element {
  color: #EC2929;
}
form .hs-form-booleancheckbox span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #130C1E;
}
form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}
form .actions .hs-button {
  max-width: 240px;
  font-family: National\ 2;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  background: #43196D;
  border: 2px solid #43196D;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: all .5s;
}
form .actions .hs-button:hover {
  color: #43196D;
  background: #fff;
}
.submitted-message {
  font-family: National\ 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #3E3F41;
}

/* Multi Step Form */

form fieldset.form-columns-1 .input {
    margin-right: 0;
}
form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  background-image: url('https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/2022-ESM/Vector.png');
  background-repeat: no-repeat;
  background-position: 95%;
    border: 1px solid #dde2e5;
    border-radius: 8px;
    color: #130c1e;
    font-family: National\ 2;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 25px;
    padding: 0 15px;
    width: 100%;
}
form .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
form .hs-form-booleancheckbox-display span, form .hs-form-checkbox-display span {
  margin-left: 10px;
}
/* Tooltip Help Bubbles -- Circle i */
legend.hs-field-desc {
  display:none !important;
}
/*
section.personal div.forms .hs_twitterhandle label:after,
section.personal div.forms .hs_website label:after,
section.personal div.forms .hs_facebook label:after,
section.personal div.forms .hs_linkedin label:after,
section.personal div.forms .hs_address_type label:after,
section.personal div.forms .hs_secondary_address_type label:after
{
  content:url(https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/Circle-Info-small.png);
  position:absolute;
  margin-top: 30px;
  right: 17%;
}
section.personal div.forms .hs_twitterhandle label:hover:after,
section.personal div.forms .hs_website label:hover:after,
section.personal div.forms .hs_facebook label:hover:after,
section.personal div.forms .hs_linkedin label:hover:after,
section.personal div.forms .hs_address_type label:hover:after,
section.personal div.forms .hs_secondary_address_type label:hover:after
{
  content:url(https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/hover-i.svg);
  position:absolute;
  margin-top: 30px;
  right: 17%;
}
form legend {
  display:none!important;
}
section.personal div.forms .hs_twitterhandle label:hover + legend,
section.personal div.forms .hs_website label:hover + legend,
section.personal div.forms .hs_facebook label:hover + legend,
section.personal div.forms .hs_linkedin label:hover + legend,
section.personal div.forms .hs_address_type label:hover + legend,
section.personal div.forms .hs_secondary_address_type label:hover + legend,{
  display:block !important;
}
/* Requirment * tags */

/* Hover State Tooltips 
form legend {
  background: #FEB308;
  border-radius: 10px 10px 10px 0px;
  padding: 10px;
  font-size:14px;
  line-height:16px;
  font-weight:400;
  position: absolute;
  width: 270px !important;
  margin-top: -70px;
  right:5%;
  color:#000;
}
form legend:before {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid #feb308 ;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #feb308 ;
  bottom:0px;
  left:-5px;
}
/* Form Styling For Logged in Members Tabbed Sections */
section.personal div.forms div.form_group .page-center h3.formgroup-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-top:31px;
  margin-bottom:20px;
}
section.personal div.forms div.form_group .page-center p.formgroup-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin-bottom:20px;
}
section.personal div.forms div.form_group.two div.hs-submit {
  visibility: hidden;
  display:none;
}
section.personal div.forms div.form_group .actions {
  text-align:center;
}
section.personal div.forms div.form_group .page-center {
  padding:0 51px;
}
/* Personal Details */
section.personal div.forms div.form_group {   
    width: 100%;
    color: #b9b9b9;
    font-family: National\ 2;
    font-weight: 400;
    font-size: 18px;
}
section.personal div.forms div.form_group select {   
    width: 100%;
    border: 1px solid #dde2e5;
    border-radius: 8px;
    height: 50px;
    padding: 0 15px;
    line-height: 25px;
    color: #b9b9b9;
}
section.personal div.forms div.form_group fieldset {
  max-width:1080px;
}
section.personal div.forms div.form_group.one fieldset.form-columns-2 .hs-form-field {
  width: 350px;
  float: left;
  margin-right: 50px; 
}
section.personal div.forms div.form_group.one fieldset.form-columns-1 .input {
  margin-right: 50px;
  width: 93%;
}
section.personal div.forms div.form_group.one form {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
section.personal div.forms div.form_group.one fieldset {
    max-width: 1080px;
    width: 100%;
}
section.personal div.forms div.form_group.one fieldset.form-columns-1 {
  max-width:50%;
}
section.personal div.forms div.form_group.one div.hs_submit {
  width:90%;
}
section.personal div.address-titles-h3 {
  display: inline-flex;
  width: 95%;
}
/* Qualifications, Experience & CPD Update */
section.personal div.forms div.form_group.two .custommodal-content fieldset.form-columns-1 .hs-input {
  width:100%;
}
section.personal div.forms div.form_group.two div.qualifications-section h3, section.personal div.forms div.form_group.two div.cpd-section h3, section.personal div.forms div.form_group.two div.experience-section h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;  
  margin-bottom:0;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
/* Edit image src and hover src */
section.personal img.edit {
 content: url("https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/edit.svg");
}
section.personal img.edit:hover {
 content: url("https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/edit-hover.svg") !important;
}
section.personal div.forms div.form_group.two div.qualifications-section, section.personal div.forms div.form_group.two div.cpd-section, section.personal div.forms div.form_group.two div.experience-section{
  background:#eef0f2;
  padding: 30px 37px 0;
  border-radius:20px 20px 0 0;
  margin-top: 20px;
} 
section.personal div.forms div.form_group.two input[name="membership_levels_and_why_do_they_matter_"] {
  border-radius: 20px;
  background-image: url(https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/Circle-Info.svg);
  background-position: center;
  background-size: contain;
}
section.personal div.forms div.form_group.two label.hs-form-booleancheckbox-display span {
    font-family: 'National 2';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #4A1B78;
    text-decoration: underline 4px;
    text-underline-offset: 4px;
}
section.personal div.forms div.form_group.two h1.main-heading-qec {
  color: #130c1e;
  font-family: National\ 2;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height:28px;
}

section.personal div.forms div.form_group.two div.custommodal-content.q, section.personal div.forms div.form_group.two div.custommodal-content.c, section.personal div.forms div.form_group.two div.custommodal-content.e {
    background: #fff;
    left: 50%;
    max-height: 98vh;
    max-width: 500px;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    border-radius: 20px;

  
}
section.personal div.forms div.form_group div.custommodal-content button.button-save {
  flex-direction: row;
  justify-content: center;
  padding: 10px 40px;
  gap: 10px;
  background: #43196D;
  border-radius: 10px;
  border: 2px solid #43196D;
  font-family: National\ 2;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  align-items: center;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all .5s;
  float: right;
}
/* Edit content sections */
section.personal div.forms div.form_group .page-center div.details-section {
  background: #eef0f2;
  border-radius: 0px 0px 20px 20px;
  padding: 15px 37px;
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
section.personal div.forms div.form_group .page-center div.details-section .name {
  font-size:18px;
  font-weight:700;
  line-height:25px;
  color:#212529;
}
section.personal div.forms div.form_group .page-center div.details-section .details {
  font-size:18px;
  font-weight:700;
  line-height:25px;
  color:#5a5a5a;
}
section.personal div.forms div.form_group .page-center div.details-section .year {
  font-size:18px;
  font-weight:400;
  line-height:25px;
  color:#5a5a5a;
}
/* Pop-Up Functionality setup */
section.personal div.forms div.form_group.two div.custommodal {
  display:none;
}
section.personal div.forms div.form_group.two div.custommodal.qualifications.hide-modal, section.personal div.forms div.form_group.two div.custommodal.cpd.hide-modal, section.personal div.forms div.form_group.two div.custommodal.experience.hide-modal {
  display:block;
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 9999;
}
section.personal div.forms div.form_group.two div.custommodal.qualifications, section.personal div.forms div.form_group.two div.custommodal.cpd, section.personal div.forms div.form_group.two div.custommodal.experience {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
section.personal div.forms div.form_group.two div.qualifications-section img:hover + div.custommodal.qualifications.hide-modal, section.personal div.forms div.form_group.two div.cpd-section img:hover + div.custommodal.cpd.hide-modal, section.personal div.forms div.form_group.two div.experience-section img:hover + div.custommodal.experience.hide-modal {
  display:block;
}

section.personal .close-button {
    cursor: pointer;
    float: right;
    line-height: 28px;
    text-align: center;
    width: 28px;
    color: #7A5BBE;
    font-size: 28px;
  }

/* Form Styling For Logged in Members Tabbed Sections */
/* Customise Your Experience  */
section.personal div.forms div.form_group.three form ul.inputs-list {
  display: grid;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  grid-template-columns: 1fr 1fr;
}
section.personal div.forms div.form_group label strong {
 font-size:22px;
 line-height:25px;
 font-weight:700;
}

/* Form Styling For Logged in Members Tabbed Sections */
/* Billing / Payment  */

@media (max-width: 600px) {
  section.personal div.forms div.form_group.one fieldset.form-columns-1 {
    max-width:40%;
  }
  section.personal div.forms div.form_group.one fieldset.form-columns-2 .hs-form-field {
    width:100%;
  }
  section.personal div.forms div.form_group {
    padding-left: 14px;
    padding-right: 14px;
  }
}


@font-face {
font-family: 'National 2';
    font-weight: bold;
    src: url("https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/2022-ESM/fonts/National%202%20Bold.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}
@font-face {
font-family: 'National 2';
    font-weight: normal;
    src: url("https://9367493.fs1.hubspotusercontent-na1.net/hubfs/9367493/2022-ESM/fonts/National%202%20Regular.otf") format("opentype");
    font-style: normal;
    font-display: swap;
}
/* Error Pages */
.error-page:before {
  font-family: National\ 2;
}
.error-page {
  padding:0px !important;
}
/***********MAIN STYLES*****************/
html {
  scroll-behavior: smooth;
}

body{
  margin:0;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.row-fluid [class*="span"] {
    min-height: 0 !important;
}
.page-center{
  max-width: 1250px;
  margin: auto;
  float: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}

.lazy {
   background-image: none !important;
   background-color: #eeb33b;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
}

h1{
  font-family: 'National 2';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 50px;
color: #fff;
  margin-bottom: 10px;
}

h2{
font-family: 'National 2';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 45px;
color: #130C1E;
  margin-bottom: 10px;
}

h3{
font-family: 'National 2';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 28px;
color: #130C1E;
  margin-bottom: 10px;
}

h4{
font-family: 'National 2';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 25px;
color: #130C1E;
  margin-bottom: 10px;
}
h5{
font-family: 'National 2';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #130C1E;
  margin-bottom: 10px;
}

p{
 font-family: 'National 2';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #130C1E;
}
p big{
 font-family: 'National 2';
font-style: normal;
font-weight: 400;
font-size: 23px;
line-height: 30px;
color: #130C1E;
}

ul {
    list-style: none;
    padding-left: 0;
}
li{
  font-family: 'National 2';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #130C1E;
}

a{
    color: unset;
  cursor: pointer;
  text-decoration: none;
}
input {
  outline: none;
}
sup {
  line-height: 0;
  margin-left: -2px;
}
a.cta{
  border-radius: 10px;
  font-family: 'National 2';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  transition: all .5s;
  padding: 8px 16px;
  display:inline-block
}
a.cta:hover{
  transition: all .5s;
  border: 2px solid #43196D;
}
a.cta.blue{
  background: #43196D;
  color: #fff;
  border: 2px solid #43196D;
}
a.cta.blue:hover{
  background: #fff;
  color: #43196D;
}
a.cta.navy {
  background: #1A3140;
  color: #fff;
  border: 2px solid #1A3140;
}
a.cta.navy:hover {
  background: #fff;
  color: #1A3140;
}
a.cta.red{
  background: #861B54;
  color: #fff;
  border: 2px solid #861B54;
}
a.cta.red:hover{
  background: #fff;
  color: #861B54;
}
a.cta.yellow{
  background: #D19408;
  color: #130C1E;
  border: 2px solid #D19408;
}
a.cta.yellow:hover{
  background: #fff;
}
a.cta.white{
  background: #fff;
  color: #130C1E;
  border: 2px solid #fff;
}
a.cta.white:hover{
  background: #130C1E;
  color: #fff;
  border: 2px solid #130C1E;
}
a.cta.purple{
  background:#7A5BBE;
  color: #fff;
  border: 2px solid #7A5BBE;
}
a.cta.purple:hover{
  background: #fff;
  color: #7A5BBE;
}
a.cta.dark-text{
  background:transparent;
  color: #fff;
  border: 2px solid #fff;
}
a.cta.dark-text:hover{
  background: #fff;
  color: #130C1E;
  border: 2px solid #fff;
}
a.cta.black-border{
  background:#fff;
  color: #130C1E;
  border: 2px solid #130C1E;
}
a.cta.black-border:hover{
  background: #130C1E;
  color: #fff;
  border: 2px solid #130C1E;
}
a.cta.transp{
  background:transparent;
  color: #FFFFFF;
  border: 2px solid transparent;
}
a.cta.transp:hover{
  background: #fff;
  color: #130C1E;
}

a.hs-button {
  background:#7A5BBE;
  color: #fff;
  border: 2px solid #7A5BBE;
  border-radius: 10px;
  font-family: 'National 2';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  transition: all .5s;
  padding: 8px 16px;
  display:inline-block
}

a.hs-button:hover{
  background: #fff;
  color: #7A5BBE;
}

.desktop{
  
}
.mobile{
  display: none;
}  

@media (max-width: 1200px){
  .page-center{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 991px){
  main {
    margin-top: 64px;
  }
}
@media (max-width: 991px){
 h1{
  font-size:48px;
  line-height: 45px;
}

 h2{
  font-size:28px;
  line-height: 30px;
}
   main {
    margin-top: -41px;
  }
  .desktop{
  display: none;
}
.mobile{
  display: initial;
}
  h1{
    font-size: 48px;
    line-height: 45px;
  }
  h2{
    font-size: 28px;
    line-height: 30px;
  }


  section.hero-text, section.hero{
    margin-top: 100px !important; 
  }
 
}
/* Topbar form Rebrand Notification Banner */
.leadinModal-theme-top .callout-special-font {
  font-family: National\ 2 !important;
}