/* beautify ignore:start */









/* 1a. Containers */

/* JTC: Removing the default vertical spacing of 20px as each module controls its own spacing */



/* 1b. Colors */





/* 1c. Typography */















/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {	
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1160px) {
  .content-wrapper {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 0px;
}

/* .dnd-section > .row-fluid {
  max-width: 1440px;
} */





html {
  font-size: 14px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #7f7d83;
      max-width: 100%;
    overflow-x: hidden;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #e53749;
}

/* JTC: Remove lighter font-color on hover */
a:hover,
a:focus {
  /* color: #bd0f21; */
}

a:active {
  /* color: #ff5f71; */
}

/* Headings */

h1 {
  /* JTC: This boilerplate sets text-decoration as none */
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
}

h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
}

h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
}
.text-h4,
h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
}

h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
}

h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
}

/* Desktop Font Sizes - Mobile font sizes in custom-typography.css */
@media screen and (min-width: 1160px ) {
h1 {
  font-size: 72px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}
}

/* Blockquote */

blockquote {
  border-left-color: #FFFFFF;
}




/*
button,
.button {
  background-color: #E53749;
  border: 0px solid #e53749;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 15px 20px;
  
  /* JTC Amendments to theme * /
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

/* JTC: Remove lighter font-color on hover * /
button:hover,
button:focus,
.button:hover,
.button:focus {
  /* background-color: #bd0f21;
  
  border-color: #bd0f21;
  color: #FFFFFF; * /
}

button:active,
.button:active {
  /* background-color: #ff5f71;
  
  border-color: #ff5f71;
  color: #FFFFFF; * /
}
*/
.hs-button,
.button,
input[type="submit"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link),
input[type="button"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link),
button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link) {
  /* Old button style  
cursor: pointer;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    width: fit-content;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: var(--lato-font-stack);
    background-color: var(--coral-red);
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    border: none;
    color: white;
    padding: 13px 50px 15px 20px !important; 
} */

height: Fixed (40px)px;
padding: 10px 14px 10px 14px;
gap: 8px;
border-radius: 6px;
background: var(--MN-Coral-Red-500);
font-family: var(--inter-font-stack);
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.05000000074505806px;
text-align: left;
  color: white;
  transition: 0.3s ease-in-out;
   display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    width: fit-content;
  border: none;
}

@media screen and (min-width: 1161px) {
  .full-w-cta__parent .hs-button.large,
  .full-w-cta__parent .button.large,
  .full-w-cta__parent input[type="submit"].large:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link),
  .full-w-cta__parent input[type="button"].large:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link),
  .full-w-cta__parent button.large:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link) {
    height:64px;
    line-height: 2.1;
  }
}

input[type="submit"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link)::before,
input[type="button"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link)::before,
.hs-button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link)::before,
.button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link)::before,
button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link)::before {
   /* background-repeat: no-repeat;
    background-position: right 20px center ;
    background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/nav-button-arrow.svg);
    transition: background-position 0.3s ease-in-out;
    margin-left: auto;
  margin-right: auto; */
  width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center;
background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/2024%20Icons/mn_chevron.svg);
transition: left 0.3s ease-in-out;
    display: block;
}

/*
.hs-button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):after,
.button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):after,
button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 21px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/nav-button-arrow.svg);
    transition: right 0.3s ease-in-out;
} */

.hs-button:hover,
.button:hover,
button:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):hover,
input[type="submit"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):hover,
input[type="button"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):hover  {
 background: var(--MN-Red-500);
transition: 0.3s ease-in-out;
}

/*
input[type="submit"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):hover,
input[type="button"]:not(.slick-arrow,.flickity-button,.leadinModal-close,.no-theme-css,.private-button--non-link):hover {
    background-position: right 15px center ;
} 

.hs-button:hover:after,
.button:hover:after {
    right: 15px;
} */


.button.button__back {
  
}
.button.button__back:after {
  position: absolute;
  right:auto!important;
  left: 20px;
  background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/Blog%20Images/white-arrow-pointing-to-right.svg)!important;
  width: 20px;
  height: 10px;
  transition: left .3s ease-in-out!important;
}
.button.button__back:hover:after {
  left: 15px;
}


.button__secondary {
  height: Fixed (40px)px;
padding: 10px 14px 10px 14px;
gap: 8px;
border-radius: 6px;
border: 1px solid #BFC2CF;
background: white !important;
font-family: var(--inter-font-stack);
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: -0.05000000074505806px;
text-align: left;
  color: var(--MN-Indigo-Blue-500);
    transition: 0.3s ease-in-out;
   display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    width: fit-content;
  box-shadow: 0px 0px 1px 0px #0000000D, 0px 2px 2px 0px #0000000A, 0px 4px 2px 0px #00000008, 0px 7px 3px 0px #00000003, 0px 11px 3px 0px #00000000;
}

.button__secondary:hover {
    background: #F1F1F1 !important;
transition: 0.3s ease-in-out;
}

.button__ghost {
    background-color: transparent !important;
    border: 1px solid white !important;
}

.button__ghost:hover{
    background-color: rgba(255,255,255,0.15)!important;
}

.button__simple-text {
    color:var(--coral-red)!important;
    background-color: transparent!important;
    /*padding: 15px 20px !important;*/
    font-weight: normal;
    text-transform: uppercase;
}

.button__simple-text:hover {
    color: var(--main-red);
    text-decoration: underline;
}

/*
.button.button__icon-right:after,
.button.button__simple-text:after {
    background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/icons/icon-chevron-right-red.svg);
    width:20px;
    height:20px;
}
 */
.button.button__icon-download:after{
  background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/icons/icon-download.svg);
  width:24px;
  height:24px;
}

.button.button__icon-down:after{
  background-image: url(https://www.medianet.com.au/hubfs/MDN_HD_Website_2021/icons/icon-chevron-down-red.svg);
  width:20px;
  height:20px;
}

.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button{
  position: relative;
}

.button.button__primary.signup-button,
.button.button__primary.journalists-dropdown{
  padding: 13px 20px 15px!important;
}
.button.button__primary.signup-button:after,
.button.button__primary.journalists-dropdown:after{
  display: none;
}

/* defualt
button.button__icon-right{

}
*/

.button.button__simple-text.button_icon__download.:after {
}






form,
.submitted-message {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  
  color: ;
}

/* Form label */

form label {
  color: #0C1725;
}

/* Form help text */

form legend {
  color: #0C1725;
}

/* Form 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 {
  border-color: #C5C7D3;
  /* color: #7f7d83; */
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #BF1F2E;
    outline-color: #2272C3;
}

form input[type=email]:focus-visible {
  outline-color: var(--indigo-blue);
  outline-color: var(--ocean-blue);
  outline-color: #2272C3;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #7f7d83;
  color: #9C9DAA;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #7f7d83;
  color: #9C9DAA;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #0C1725;
}

.fn-date-picker td .pika-button:hover {
  background-color: #0C1725 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #0C1725;
}

/* Submit button */

form input[type=submit],
form .hs-button {
 
}

/* JTC: Remove lighter font-color on hover */
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
 
}

form input[type=submit]:active,
form .hs-button:active {
  
}





table {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  border-color: #0C1725;
}

th,
td {
  border-color: #0C1725;
  color: #0C1725;
}

thead th,
thead td {
  background-color: {color=#0C1725, opacity=null, rgba=rgba(12, 23, 37, 1), rgb=rgb(12, 23, 37), hex=#0C1725, css=#0C1725};
  border-bottom-color: #0C1725;
  color: #FFFFFF;
}

tfoot td {
  background-color: #ffffff;
  color: #0C1725;
}





.header {
  background: linear-gradient(96.01deg, #2A315D -14.79%, #121733 161.47%);
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: white;
}



 .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #343f4d;
}

/* JTC: Do we need this? Removed body selector from boilerplate */
 .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #0C1725;
}

 .footer-primary .sub.level-1 > li > a.active-item:after {
  background-color: #0C1725;
}

.submenu.level-2,
.header__language-switcher .lang_list_class {
  /* background-color: #ffffff; */
  border-color: #ffffff;
}

.submenu.level-2 > li:first-child:before {
  border-color: #ffffff;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #ffffff;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #ffffff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #0C1725;
}

@media(max-width: 1160px) {
   .hs-header-mdn__navigation {
    background-color: #ffffff;
  } 

  .hs-header-mdn__navigation-toggle svg,
  .menu-arrow svg {
    fill: #0C1725;
  }
  
    .header__footer {
    background-color: #ffffff;
  }
  
    .header__footer-toggle svg,
  .footer-arrow svg {
    fill: #0C1725;
  }
}





.footer {
  /* background-color: {color=#E8E8ED, opacity=100, rgba=rgba(232, 232, 237, 1), rgb=rgb(232, 232, 237), hex=#E8E8ED, css=#E8E8ED}; */
}

/* Footer Content */







.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 0px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #28315c;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #7f7d83;
}

/* Blog pagination */

.blog-pagination__link {
  color: #7f7d83;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #0C1725;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #7f7d83;
}

/* Blog post */

.blog-post__meta a {
  color: #7f7d83;
}

.blog-post__tag-link {
  color: #7f7d83;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #57555b;
}

.blog-post__tag-link:active {
  color: #a7a5ab;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #28315c;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 0px;
}

#comments-listing .comment-reply-to {
  color: #e53749;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #bd0f21;
}

#comments-listing .comment-reply-to:active {
  color: #ff5f71;
}











.card__price {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #28315c;
  font-size: 36px;
}
/* beautify ignore:end */