*, *: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, 
.dnd-section > .row-fluid, 
.footer__container,
.page-center {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@font-face {
  font-family: "FontAwesome";
  src: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/fontawesome-webfont.woff) format("woff"), 
    url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: akzidenz-grotesk;
  src: url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/l?subset_id=1&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/d?subset_id=1&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/a?subset_id=1&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: akzidenz-grotesk;
  src: url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/l?subset_id=1&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/d?subset_id=1&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/a?subset_id=1&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: akzidenz-grotesk;
  src: url("https://use.typekit.net/af/8dd729/00000000000000000001362c/27/l?subset_id=1&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/8dd729/00000000000000000001362c/27/d?subset_id=1&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/8dd729/00000000000000000001362c/27/a?subset_id=1&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}


@font-face {
  font-family: "icomoon";
  src: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/icomoon.ttf) format("truetype"),
    url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/icomoon.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "circular";
  src: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/lineto-circular-medium.woff2) format("woff2"), 
    url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/fonts/lineto-circular-medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}

html {
  font-size: 62.5%;
}
body {
  font-family: "akzidenz-grotesk",tahoma,serif;
  line-height: normal;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
a:hover {
  text-decoration: underline;
}
b, strong {
  font-weight: 500;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

/* Lists */

ul,
ol {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {

}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
  content: "\f002";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* Form fields */
form {
  padding: 3rem 2rem;
  margin: 10px 0;
}
.hs-form-field {
  margin: 0 0 1.5rem;
}
.form-title {
  font-weight: normal;
  margin: 0 0 15px;
  font-size: 1.5em;
  line-height: normal;
}
/* Labels */

form label {
  display: inline-block;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {

}

/* Inputs */

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 {
  display: inline-block;
  font-size: 1.6rem;
  line-height: normal;
  outline: none;
  padding: 5.5px 5px;
  width: 100%;
  border: 1px solid;
}

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

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-error-msg {
    color: red;
}
.hs-input.invalid.error {
  border: 2px solid red;
}
.hs-error-msgs label {
  font-size: 15px;
  display: block;
  font-style: italic;
    color: red;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  margin: 20px 0;
  text-decoration: none !important;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  outline: none;
  border: 1px solid;
}

/* 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-wrapper {
  position: relative;
  min-height: 144px;
}
header.header {
  padding: 2rem 2.5rem 0;
  width: 100%;
  top: 0px;
  z-index: 998;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
}
.header-new-enquiry ul {
  padding: 0 !important;
}
.scroll-header header.header {
  -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 20%);
}

header .header__right {
  float: right;
  padding-top: 0.5rem;
  font-size: 0;
}
.header-logo {
  float: left;
  margin-top: 1rem;
}

header .header__right .top-icon-search {
  display: inline-block;
  font-size: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  color: #f68d45;
  position: relative;
}
.open-search header .header__right .top-icon-search::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-bottom: 1.4rem solid #f68d45;
  position: absolute;
  bottom: -4.1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
}
header .header__right .hamburger {
  display: none;
  float: right;
  font-size: 3rem;
  cursor: pointer;
  margin: 0.5rem 0 0 2.7rem;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  font-size: 1.5rem;
  padding: 0;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 1.5rem;
  list-style: none;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.3rem 0.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  list-style: none;
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  background: #f68d45;
  height: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 0.9rem 0;
  display: block;
  height: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-bottom: 1.4rem solid #f68d45;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header-new-enquiry .hs-menu-wrapper>ul>li>a {
  width: 100%;
  border: 2px solid #f68d45;
  font-weight: 500;
  line-height: 4rem;
  display: inline-block;
  text-align: center;
  background: #f68d45;
  padding: 0 1.5rem;
  cursor: pointer;
  height: 4rem;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  background-image: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/images/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 12px;
}

.header-new-enquiry .hs-menu-wrapper>ul>li>a:hover {
  background-color: #413b3a;
  color: #fff;
  text-decoration: none;
}
.header-new-enquiry .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.header-new-enquiry {
  float: right;
  width: 13%;
  margin-left: 2.7rem;
  min-width: 14.5rem;
}
.header-new-enquiry ul.l_tinynav1 {
  display: none !important;
}
.header-new-enquiry select {
  height: 4rem;
  color: #fff;
  background-image: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/images/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position-x: 92%;
  background-position-y: 12px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #f68d45;
  font-weight: 500;
  line-height: 4rem;
  display: inline-block;
  text-align: center;
  background-color: #f68d45;
  padding: 0 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  margin-bottom: 10px;
  text-transform: none;
  width: 100%;
  margin-top: -20px;
  outline: none;
}
.header-new-enquiry select:hover {
  background-color: #413b3a;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.header-site-search {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  -webkit-transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
  width: 100%;
}
.open-search .header-site-search {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s,0s,0.3s;
  transition-delay: 0s,0s,0.3s;
}
.header-site-search .form-wrap {
  padding: 0.9rem;
  background: #ebeaea;
}
.header-site-search input[type=text] {
  padding: 0.5rem;
  width: 100%;
  height: 3rem;
  font-family: "akzidenz-grotesk",tahoma,serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #413b3a;
  border: none;
  border-radius: 0;
  line-height: normal;
  outline: none;
}
.header-site-search form {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  padding: 0;
}
.header-site-search form button {
  display: inline-block;
  font-family: "akzidenz-grotesk",tahoma,serif;
  font-size: 1.5rem;
  min-width: 0;
  height: 3rem;
  line-height: 3rem;
  padding: 0;
  font-weight: normal;
  width: 3rem;
  border: none;
  background: #f68d45;
  border-radius: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: button;
  cursor: pointer;
  text-align: center;
  color: #413b3a;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  position: absolute;
}
.header-site-search form {
  font-size: 15px;
}
.header-site-search .hs-search-field--open .hs-search-field__suggestions {
  font-size: 15px;
  position: absolute;
  width: 100%;
  background-color: #fff;
}
.header-site-search .hs-search-field--open .hs-search-field__suggestions li a, 
.header-site-search .hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding: 10px 15px;
}
.header-site-search form button .hs_cos_wrapper_type_icon {
  display: none;
}
.header-site-search form button::before {
  display: block;
  content: "Go";
}
.header--no-navigation header.header {
  padding-bottom: 20px;
}
.header-site-search form button:hover {
  color: #fff;
  text-decoration: none;
}
header .header__right .region-header {
  display: inline-block;
}
.header-wrapper.header--no-navigation {
  min-height: 79px;
}
.tinynav option[value="javascript:;"] {
    display: none !important;
}
@media only screen and (min-width: 992px){
  .header-site-search .search-container {
    max-width: 111rem;
    margin: 0 auto;
  }
  .header-site-search .form-wrap {
    -webkit-box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 30%);
  }
  .header-site-search form {
    width: calc(100% - 8rem);
  }
  .header-site-search .close-top-search {
    cursor: pointer;
    display: inline-block;
    float: right;
    position: relative;
    top: -30px;
  }
  .header-site-search .close-top-search::before {
    content: "\f00d";
    display: block;
    font-family: FontAwesome;
    font-size: 3rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    height: 5.9rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin: 0;
    font-size: 1.5rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s,visibility 0s linear 0.3s,z-index 0s linear 0.01s;
    width: 22.5rem;
    z-index: 999;
    top: 100%;
    left: 50%;
    margin-left: -11.25rem;
    padding-top: 0.5rem;
    height: 0;
    -webkit-box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 30%);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
    left: 84%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s,0s,0.3s;
    transition-delay: 0s,0s,0.3s;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    overflow: unset !important;
    display: block !important;
}
}


@media only screen and (min-width: 1300px){
  header .header-container {
    max-width: 130rem;
    margin: auto;
  }
}

@media only screen and (min-width: 992px){

  .custom-menu-primary {
    overflow: unset !important;
  }
}


@media only screen and (max-width: 1344px){
  .header-new-enquiry select {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1169px){
  .header-wrapper {
    min-height: 174px;
  }
}



@media screen and (max-width: 1024px){
  .header-new-enquiry {
    float: left;
  }
  .header-new-enquiry select {
    margin-top: 9px;
  }
  .header-wrapper {
    min-height: 203px;
  }
}

@media only screen and (max-width: 997px){
  header .header__right .top-icon-search {
    top: 15px;
    left: 15px;
  }
}


@media only screen and (max-width: 991px){
  .header-new-enquiry select {
    font-size: 18px;
  }
  .header-site-search .form-wrap {
    padding: 0.9rem 2.5rem;
  }
  .open-search header .header__right .top-icon-search:after {
    bottom: -30px;
  }
  .header-site-search form {
    width: calc(100% - 3rem);
  }
  header .header__right {
    float: none;
  }
  .header-new-enquiry {
    min-width: 18rem;
  }
  header .header__right .hamburger {
    display: block;
  }
  .header-wrapper {
    min-height: 84px;
  }
  header.header {
    padding: 1rem 1.5rem;
  }
  .custom-menu-primary {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #f68d45;
    padding: 1.5rem 2.5rem;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    padding: 0 3rem 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    height: auto;
    padding: 0.9rem 0;
    color: #fff!important;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #413b3a !important;
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none;
    padding: 0 0 0 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #fff!important;
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #413b3a!important;
    background-color: transparent !important;
  }
  .child-trigger{
    content: "\f067";
    cursor: pointer;
    font-size: 1.5rem;
    height: 3rem;
    position: absolute;
    right: -8px;
    top: -3px;
    width: 3rem;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; 
    margin: 0 auto;
    -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{
    background-color: #fff;
    display: block;
    height: 3px;
    width: 12px;
  }
  .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);
  }
}

@media only screen and (max-width: 768px){
  header .header__right {
    display: flex;
    margin-top: -56px;
    justify-content: flex-end;
  }
  header .header__right .top-icon-search {
    padding-top: 7px;
  }
  .header-new-enquiry select {
    margin-top: 1px;
  }
  header .header__right {
    float: left;
  }
  .header-wrapper {
    min-height: 79px;
  }
  header .header__right .top-icon-search {
    left: 0;
    top: 0;
  }
}


@media only screen and (max-width: 767px){
  header .header__right .hamburger {
    margin-left: 2rem;
  }
  .custom-menu-primary {
    padding: 1rem 1.5rem;
  }
  .header-new-enquiry {
    margin-left: 0;
  }
  .header-logo {
    margin-top: 1.5rem;
    max-width: 105px;
  }
  .header-wrapper {
    min-height: 68px;
  }
  .header-new-enquiry {
    margin-left: 2rem;
  }
  .header-logo {
    margin-top: 1.5rem;
    max-width: 105px;
  }
  .header-site-search .form-wrap {
    padding: 0.9rem 1.5rem;
  }
  .open-search header .header__right .top-icon-search:after {
    bottom: -3rem;
  }
  .header-wrapper.header--no-navigation {
    min-height: 68px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    overflow-y: auto;
    max-height: calc(100vh - 68px );
  }
}


@media only screen and (max-width: 425px){
  .header-logo img {
    position: absolute;
    top: -51px;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header__right {
    margin-top: 45px;
  }
  .header-wrapper {
    min-height: 121px;
  }
  .header--no-navigation .header-logo img {
    top: 0;
  }
  .header-wrapper.header--no-navigation {
    min-height: 68px;
  }
  .header-wrapper.header--no-navigation .header-container {
    min-height: 68px;
  }
}

@media only screen and (max-width: 375px){
  .header-new-enquiry {
    min-width: 12rem;
  }
  .header-new-enquiry select {
    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:nth-child(4)>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 320px){
  .header-new-enquiry select {
    font-size: 8px;
    background-position-x: 100%;
  }
  .header-new-enquiry {
    margin-left: 2rem ;
    min-width: 9rem;
  }
}
.site-footer-bottom {
  padding: 3rem 0 3rem 0;
}
.site-footer-bottom .site-footer-bottom__right {
  display: flex;
  width: 60%;
  justify-content: space-around;
}
.site-footer-bottom .site-footer-bottom__left {
  width: 40%;
}
.footer-social-icons .social-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-bottom: 1.5rem;
}
.footer-social-icons ul {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-social-icons ul li {
  margin: 0;
  padding: 0;
  margin-right: 1.1rem;
  list-style: none;
  display: inline-block;
  text-align: center;
}
.footer-social-icons ul li a span {
  font-size: 4.2rem;
}
.fa-facebook:before {
  content: "\e909";
}
.fa-linkedin:before {
  content: "\e908";
}
.footer-logo a {
  display: block;
  text-decoration: none;
}
.footer-social-icons ul li a .fa:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon!important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.footer-menu .hs-menu-wrapper>ul {
  margin: 2.8rem 0 0;
}
.footer-menu .hs-menu-wrapper>ul>li {
  padding: 0;
  list-style: none;
  padding-top: 0.2em;
  margin: 0;
  display: inline;
  margin-right: 3rem;
  white-space: nowrap;
}
.footer-menu .hs-menu-wrapper>ul>li:last-child {
  margin-left: 0;
}
.footer-copyright {
  font-size: 1.3rem;
  margin-top: 2.1rem;
}
.footer-copyright p {
  margin: 0;
}
.footer-logo img {
  width: 19rem;
  margin-top: 60px;
}
.footer-logo strong {
  margin-bottom: 2rem;
  letter-spacing: -2px;
  display: block;
  font-size: 3.1rem;
  margin-top: 0;
}

@media (min-width: 768px){
  .site-footer-bottom .site-footer-bottom__right {
    float: right;
  }
  .site-footer-bottom .site-footer-bottom__left {
    float: left;
  }
}

@media (min-width: 992px){
  .footer-social-icons .social-title {
    font-size: 3rem;
  }
  .footer-logo strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px){
  .site-footer-bottom {
    padding: 4rem 0 3rem 0;
  }
  .site-footer-bottom .site-footer-bottom__right {
    display: block;
    padding-left: 80px;
  }
}

@media (max-width: 767px){
  .footer-menu .hs-menu-wrapper>ul>li {
    display: block;
  }
  .footer-menu .hs-menu-wrapper>ul {
    margin-top: 2rem;
  }
  .site-footer-bottom .site-footer-bottom__right,.site-footer-bottom .site-footer-bottom__left {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 425px){
  .footer-logo img {
    margin-top: 28px;
  }
  .site-footer-bottom .site-footer-bottom__right {
    padding-left: 0px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thankyou-row1 .dnd-section {
  padding-top: 0;
  padding-bottom: 78px;
}

.thankyou-row1 .dnd-section > .row-fluid {
  max-width: 930px;
  padding: 0 1.5rem;
}

.thankyou-row1 h2 {
  color: #f68d45;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 2rem;
  margin-top: 0;
  line-height: normal;
}
.home-row3 .the-latest-article .field__item::after {
    display: none;
}
.thankyou-row1 .dnd-section[class*="force-full-width"] .dnd-column {
  padding: 0;
}

.thankyou-row1 .dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0;
}

.thankyou-row1 .widget-type-rich_text a {
  font-weight: 500;
}

.banner-section .dnd-section {
  padding: 0 !important;
}

.banner-section .dnd-section > .row-fluid {
  max-width: 100%;
  padding:0;
}

.thankyou-row1 .hs-menu-wrapper > ul > li > a {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  color: #413b3a;
}

.thankyou-row1 .hs-menu-wrapper > ul > li > a[href*="javascript:;"] ,
.thankyou-row1 .hs-menu-wrapper > ul > li > a[href=""] {
  pointer-events:none;
}

.thankyou-row1 .hs-menu-wrapper > ul ul > li > a {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  color: #413b3a;
}

.thankyou-row1 .hs-menu-wrapper > ul ul {
  padding-left: 1.5rem;
  margin-top: 1.25rem;
}

.thankyou-row1 .hs-menu-wrapper > ul ul li {
  list-style: outside;
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.thankyou-row1 .hs-menu-wrapper > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  padding-bottom: 2rem;
}

.thankyou-row1 .hs-menu-wrapper > ul {
  -webkit-column-count: 3;
  column-count: 3;
  column-gap: 1rem;
}

.thankyou-row1 .hs-menu-wrapper>ul ul>li>a:hover {
  color: #f68d45;
  text-decoration: underline;
}

.thankyou-row1 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: normal;
  font-weight: 500;
}

.thankyou-row1 .widget-type-rich_text ul {
  padding-left: 1.5rem;
  padding-left: 3rem;
}

.thankyou-row1 .widget-type-rich_text ul li {
  list-style: outside;
  list-style-type: disc;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0 !important;
}

.full-width-page-wrapper .hero-banner-wrapper {
  margin: 0;
}


.testimonial-row2 .dnd-section {
  padding: 60px 0;
}

.testimonial-row2 .widget-type-rich_text h2{
  text-align: center;
  color: #f68d45;
  font-size: 3rem;
  font-family: "akzidenz-grotesk",tahoma,serif;
  padding-bottom: 30px;
  margin: 0;
  line-height: normal;
}

.testimonial-row1 .dnd-section {
  padding: 18px 0;
}

.testimonial-row2 .widget-type-rich_text p {
  color: #413b3a;
  font-size: 21px;
  line-height: normal;
}

.testimonial-row2 .widget-type-rich_text p:last-child {
  margin-bottom:0;
}
.applications-page-wrapper .hero-banner-wrapper .node__title {
  font-size: 50px;
  margin-left: 80px;
  font-weight: 400;
  word-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 15px;
  background-color: #f68d44;
  line-height: 1.5;
  display: inline;
  position: relative;
  top: -15px;
}
.applications-page-wrapper .hero-banner-wrapper .node__title>span:before {
  height: auto;
  display: none;
}
.applications-page-wrapper .hero-banner-wrapper .node__title>span {
  padding: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
}

.applications-row1 .dnd-section {
  padding: 78px 0;
}


@media (max-width:767px) {
  .thankyou-row1 h2 {
    font-size: 3rem;
  }
  .thankyou-row1 .hs-menu-wrapper>ul {
    -webkit-column-count: 1;
    column-count: 1;
    column-gap: 1rem;
  }
  .thankyou-row1 h3 {
    font-size: 2.5rem;
  }

}



.location-wrapper .cm-locations {
  padding: 5rem 0;
}
.location-wrapper .cm-locations:nth-child(odd) {
  background: #f5f5f5;
}
.location-wrapper .content-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.location-wrapper .content-main .cm-campus {
  padding: 1.5rem;
  width: 100%;
  z-index: 10;
  position: relative;
}
.location-wrapper .cm-locations:nth-child(odd) .cm-campus {
  background: #fff;
}
.location-wrapper h2 {
  display: block;
  font-family: "circular",tahoma,serif;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
.location-wrapper .cm-map {
  overflow: hidden;
  z-index: 5;
  width: 100%;
}
.location-wrapper .cm-map iframe {
  width: 100%;
  height: 46.5rem;
  background-color: grey;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align:middle;
}
.location-wrapper .cm-campus > a {
  display: block;
}
.location-wrapper .cm-campus a {
  font-weight: 500;
  margin-bottom: 0;
  color: #413b3a;
}
.location-wrapper .cm-campus p {
  margin: 0;
  font-weight: 500;
}
.location-wrapper .cm-btns a {
  font-family: "akzidenz-grotesk",tahoma,serif;
  font-size: 1.5rem;
  font-weight: 500;
  height: 6.5rem;
  line-height: 6.5rem;
  display: inline-block;
  border: 1px solid #413b3a;
  text-align: center;
  padding: 0 1.5rem;
  cursor: pointer;
  color: #413b3a;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  margin-top: 3rem;
}
.location-wrapper .cm-locations:nth-child(even) .content-main {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.location-wrapper .cm-locations:nth-child(even) .cm-campus {
  background: #ebeaea;
}
.location-wrapper {
  padding-bottom: 18px;
}
.location-wrapper .cm-btns a:hover {
  background: #413b3a;
  color: #fff;
  text-decoration: none;
}

.overlay-join {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,0.2);
  left: 0;
  right: 0;
  z-index: 998;
  display: none;
}

.join-form {
  display: none;
}

.block-join-form__inner {
  background: #ebeaea;
  padding: 3rem 2rem;
  position: fixed;
  z-index: 999;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 70rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-join-form__inner > h2 {
  margin:0;
  font-weight: normal;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  color: #413b3a;
  line-height: normal;
  font-size: 22.5px;
  font-family: "akzidenz-grotesk",tahoma,serif;
}

select.show.form-select.required {
  margin: 0 0 1.5rem;
  max-width: 299px;
  border: none;
  width: 100%;
  height: 3rem;
  padding: 0.5rem;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #413b3a;
  outline: 0;
  margin: 0;
}

div#join_form {
  padding: 0 15px;
  padding-bottom: calc(1rem + 15px);
}

.close-join-form:before {
  content: "\f00d";
  display: block;
  font-family: FontAwesome;
  font-size: 3rem;
}

.close-join-form {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.form-wrZ {
  display: none;
}

.has-join-form {
  overflow: hidden;
}


.join-form form {
  padding: 0;
  column-count: 2;
  column-gap: 30px;
  margin: 0;
}

.join-form {
  overflow: auto;
  height: 100vh;
  max-height: 508px;
}

.join-form form label {
  display: none;
}

.hs-fieldtype-radio label , .hs-fieldtype-checkbox label {
  display: block !important;
}

.join-form form textarea {
  min-height: 2em;
  vertical-align: middle;
  height: 105px;
}

.join-form.block-join-form .hs-button {
  margin: 0;
  margin-top: 1rem;
  width: 100%;
  max-width: 220px;
  text-align: center;
}

.join-form.block-join-form .hs-submit {
  text-align: right;
}

.hs-fieldtype-radio > label, .hs-fieldtype-checkbox > label {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "akzidenz-grotesk",tahoma,serif;
}

.hs-fieldtype-radio ul.inputs-list {
  display: flex;
}

.join-form.block-join-form ::-webkit-input-placeholder {
  color: #413b3a;
}


.hs-fieldtype-radio ul.inputs-list > li:not(:first-child) {
  margin-left: 41px;
}

.submitted-message {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}




@media (min-width: 768px) {
  .location-wrapper .content-main .cm-campus {
    width: 50%;
    padding: 3rem;
  }
  .location-wrapper h2 {
    margin-bottom: 2.5rem;
    font-size: 6rem;
  }
  .location-wrapper .cm-map {
    width: 50%;
  }
  .location-wrapper .cm-btns a {
    margin-top: 4.5rem;
    display: inline-block;
    width:auto;
    width: 12.7rem;
    margin-right: 1rem;
  }
  .location-wrapper .cm-locations:nth-child(even) .cm-campus {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .location-wrapper .content-main .cm-campus {
    width: 40%;
    padding: 5.3rem 1.5rem 5.3rem 9.4rem;
  }
  .location-wrapper .cm-map {
    width: 46%;
    margin-left: -6.2rem;
  }
  .location-wrapper .cm-locations:nth-child(2n) .cm-campus {
    margin-left: -6.2rem;
  }
}


@media (max-width:767px) {
  .join-form form {
    column-count: 1;
  }

  .block-join-form__inner {
    padding: 3rem 1.5rem;
    max-height: calc(100% - 3rem);
    overflow-y: scroll;
    width: calc(100% - 3rem);
  }

  .block-join-form__inner>h2 {
    padding: 0;
  }

  div#join_form {
    padding: 0;
  }

  .hs_which_city_.hs-which_city_.hs-fieldtype-select.field.hs-form-field {
    margin-bottom: 1.5rem;
  }

  .join-form.block-join-form .hs-submit {
    text-align: center;
  }

  .close-join-form {
    top: 1rem;
    right: 1.1rem;
  }

  select.show.form-select.required {
    max-width: 100%;
  }

  .location-wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .location-wrapper .content-main {
    flex-wrap: wrap;
  }

  .location-wrapper .cm-btns a {
    width: 12rem;
    margin-right: 0.6rem;
  }
}


.testimonial-row1 .hs_cos_wrapper_type_rich_text h1 {
  line-height: 5rem;
  margin: 0;
  font-size: 4.1rem;
}
.testimonial-row1 .hs_cos_wrapper_type_rich_text {
  font-size: 4.1rem;
  line-height: 5rem;
  display: block;
}
.testimonial-row1 .hs_cos_wrapper_type_rich_text h1 strong {
  color: #f68d45;
}
.testimonial-row2 .hs_cos_wrapper_type_header h2,
.career-row2 .hs_cos_wrapper_type_header h2{
  font-size: 2rem;
  margin: 0;
  line-height: normal;
  text-align: center;
}
.career-row1 .content-wrapper .right-content .content-with-advanced-buttons .header-new-enquiry {
  margin: 0;
}
.testimonial-row2 a.cta_button,
.career-row2 a.cta_button,
.career-row2 .hs-button{
  background: #f68d45;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: akzidenz-grotesk,tahoma,serif;
  font-size: 1.5rem;
  font-weight: 500;
  height: 4rem;
  line-height: 4rem;
  min-width: 22rem;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  margin: 2rem 0 0;
  outline: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.career-row1 .hs_cos_wrapper_type_rich_text h5 {
  font-size: 2.2rem;
  margin: 0 0 5.5rem;
  font-weight: 400;
  line-height: normal;
}
.testimonial-row2 a.cta_button:hover,
.career-row2 a.cta_button:hover,
.career-row2 .hs-button:hover{
  background: #413b3a;
  color: #fff;
  text-decoration: none;
}
.career-row1 .content-wrapper .right-content {
  padding-bottom: 5rem;
}
.career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul {
  background-color: #efefee;
  color: #413b3a;
  padding: 3rem 3rem;
}
.career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul>li>a {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  text-decoration: none;
  cursor: text;
  color: #413b3a;
}
.career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul ul {
  padding-left: 1.5rem;
  padding-top: 18px;
}
.career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul ul li {
  margin: 0;
  padding: 0;
  list-style: outside;
  list-style-type: disc;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul ul li a {
  color: inherit;
}
.career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul ul li a:hover {
  color: #f68d45;
}
.career-row1 .hs_cos_wrapper_type_rich_text h1 {
  font-size: 3rem;
  margin: 0 0 2rem;
  letter-spacing: -2px;
  line-height: normal;
}

.career-row1 .hs_cos_wrapper_type_rich_text h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: normal;
}
.career-row1 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 3rem;
}
.career-row1 .hs_cos_wrapper_type_rich_text ul li {
  padding: 0;
  list-style: outside;
  list-style-type: disc;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
.career-row1 .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: normal;
}
.career-row1 .hs_cos_wrapper_type_rich_text a {
  font-weight: 500;
}
.career-row1 .dnd-section>.row-fluid {
  display: block !important;
  padding:0;
}
.career-row1 .content-wrapper{
  display: block !important;
  margin-bottom: 6rem;
}
.right-content .dnd-section {
  padding: 0;
}
.career-row1 .content-with-advanced-buttons {
  padding: 3rem 3rem;
  margin: 20px 0 20px;
}
.career-row1 .content-with-advanced-buttons .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.career-row1 .content-with-advanced-buttons .left-column-content {
  width: 100%;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.career-row1 .content-with-advanced-buttons .right-column-content {
  position: static;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  transform: unset;
}
.career-row1 .content-with-advanced-buttons .left-column-content h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.career-row1 .content-with-advanced-buttons .left-column-content p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
.career-row1 .content-with-advanced-buttons .field__item {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  vertical-align: unset;
}
.career-row1 .content-with-advanced-buttons .header-new-enquiry select {
  width: 43%;
  margin: 20px 0 10px;
  appearance: none;
  text-align: center;
  background-color: #f68d45;
  min-width: 25rem;
  padding: 0 1.5rem;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
  display: block;
  font-family: "akzidenz-grotesk",tahoma,serif;
  font-size: 1.36rem;
  font-weight: 500;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #fff;
}
.career-row1 .right-content {
  float: right;
  width: 33.8%;
}
.career-row1 .left-content {
  float: left;
  width: 60%;
}
.join-form form .hs-error-msgs label {
  display: block;
}
.career-row4 .hs_cos_wrapper_type_header h3 {
  text-align: center;
  color: #f68d45;
  font-size: 3rem;
  font-family: "akzidenz-grotesk",tahoma,serif;
  padding: 0 0 30px;
  margin: 0;
  line-height: normal;
}
.career-row4 .hs_cos_wrapper_type_rich_text p {
  font-size: 21px;
  line-height: normal;
  margin: 0;
}
.career-row1 .left-content .hs-button {
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background-color: #f68d45;
  padding: 0 15px;
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  line-height: 4rem;
}
.accordion-wrapper .collection-item .title::after {
  background: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/images/arrow-down.png) no-repeat;
}
.accordion-wrapper .collection-item .title.acc__title.active::after {
  background: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/images/arrow-up.png) no-repeat;
}
.career-row2 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5rem;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}
.career-row2 .hs-menu-wrapper ul li {
  display: inline-block;
  padding: 0;
  margin: 0 2.5rem;
}
.career-row2 .hs-menu-wrapper ul li a {
  display: inline-block;
  padding: 3px 7px;
  text-decoration: none;
  color: #fff;
}
.career-row2 .hs-menu-wrapper ul li:first-child {
  margin: 0;
}
.career-row2 .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
  color: #79726f;
  background-color: #fff;
}
.layout-testimonial-block .view-content::before {
  background: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/images/quote-top.png) no-repeat;
}
.layout-testimonial-block .view-content::after {
  background: url(https://6990468.fs1.hubspotusercontent-ap1.net/hubfs/6990468/raw_assets/public/Readygrad_Feb2023/images/quote-bottom.png) no-repeat;
}
.home-row1 .content-with-advanced-buttons {
  margin: 0;
}


@media (min-width: 992px){
  .career-row1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 3rem;
  }
  .career-row1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 4.2rem;
  }
  .career-row1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 3rem;
  }
  .career-row1 .content-with-advanced-buttons {
    padding: 3rem 6rem;
  }
  .career-row1 .content-wrapper .right-content .hs-menu-wrapper>ul {
    padding: 3rem 6rem;
  }
}


@media screen and (max-width: 1083px){
  .applications-page-wrapper .hero-banner-wrapper .node__title {
    margin: 0;
    top: 0;
  }
}


@media screen and (max-width: 1024px){
  .career-row4 .hs_cos_wrapper_type_rich_text p {
    font-size: 17px;
  }
}


@media only screen and (max-width: 991px){
  .career-row1 .left-content,
  .career-row1 .right-content{
    float: none !important;
    width: 100% !important;
    display: block !important;
  }
  .career-row2 .hs-menu-wrapper ul li {
    margin: 0 1rem 0.5rem 1rem;
  }

  .career-row2 .hs_cos_wrapper_type_rich_text h2 {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px){
  .testimonial-row1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .career-row1 .content-with-advanced-buttons .header-new-enquiry select {
    width: 100%;
    min-width: auto;
  }
}