html,
body {
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-family: "Helvetica Neue LT W05_55 Roman";
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    color: #008a26;
}

.container {
    max-width: 1280px !important;
    padding-right: 12px;
    padding-left: 12px;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.row.mm-row>[class^='col'] {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.register-wrapper {
    width: 100%;
}

p {
    margin-bottom: 16px;
}

ul {
    margin: 0;
    padding:0;
}

a, a:focus {
    outline:none;	
}

li {
    list-style-type: none;
}

.align-center {
    display: flex;
    justify-content: center;
}

.l-h-20 {
    line-height: 20px;
}

.bold {
    font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

.color-grey {
    color: #767676;
}

.color-light-grey {
    color: #6b6b6b;
}

.title-container {
    width:100%;
}

header {
    background: #008a26;
}

.image-container {
    display: inline-flex;
    padding: 10px 8px;
}

.image-container a {
    display: block;
}

.image-container a:hover,
.image-container a:focus {
    background-color: transparent;
    text-decoration: none;
}

.image-container a:focus {
    outline-offset: 3px;
}

.mcs-logo {
    display: block;
    max-width: 90px;
    height: auto;
}

h1 {
    font-family: "Macmillan Cera Pro Black", Arial, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #008a26;
    padding-bottom: 0;
    margin-bottom: 16px;
    border-bottom: none;
    text-align: left;
    margin-top: 32px;
}

.divide {
    position: relative;
    width: 100%;
    margin: 24px auto;
    text-align: center;
}

.divide::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    border-top: 1px solid #D9D9D9;
}

.divide h2 {
    margin-bottom: 24px;
    text-align: center;
    font-family: "Macmillan Cera Pro Bold", Arial, sans-serif;
    display: inline-block;
    padding: 0 22px;
    background-color: #fff;
    color: #008a26 !important;
    font-size: 1rem;
    position: relative;
    margin: 0;
}

.divide.intro h2 {
    font-size: 20px;
    font-family: "Macmillan Cera Pro Bold", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 22px;
}

#api .error {
    display: none;
}

#api .error,
.error p {
    color:#dd0f0f;
}

#api .invalid {
    border: 1px solid #dd0f0f;
}

.border-red {
    border: 1px solid #dd0f0f;
}

.border-red-reenter {
    border: 1px solid #dd0f0f!important;
}

.error-border {
    border-color: #dd0f0f;
}

#api > div,
#api > form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.entry {
    width: 100%;
}

.social .options,
.terms-and-conditions {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.terms-and-conditions {
    margin-top: 16px;
    line-height: 20px;
}

.intro h2 {
    font-family: "Helvetica Neue LT W05_55 Roman", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 0;
    margin-bottom: 16px;
}

label {
    display: block;
    margin-top: 32px;
    margin-bottom: 8px;
    font-family: "Macmillan Cera Pro Bold", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

label[for=signInName] {
    margin-top: 8px;
    line-height: 22px;
}

label[for=password] {
    margin-top: 32px;
    line-height: 22px;
}

.password-label label {
    display: inline-block;
}

.password-label a {
    float: right;
    margin-top: 34px;
}

.password-label #forgotPassword {
    margin-top: 32px;
}

.see-password {
    position: absolute;
    border-radius: 50%;
    font-size: 23px;
    cursor: pointer;
    z-index: 1;
    height: 48px;
    width: 50px;
    right: 0;
    bottom: 0;
}

.input-icon-clear-email,
.input-icon-clear-password {
    background: white;
    height: 30px;
    width: 35px;
    display: block;
    position: absolute;
    right: 6px;
    top: 37px;
}

.input-icon-clear-password {
    top: 65px;
}

a {
    color: #227b3b;
    text-decoration: underline;
}

a:hover,
a:focus,
a:visited {
    color: #000;
    background-color: #aaefc0;
    text-decoration: underline;
}

a:hover,
a:focus {
    background-color: #aaefc0;;
}

p a {
    display: inline-block;
    padding: 0 2px;
    margin: 0 -2px;
}

/* Generic inputs and buttons */
input,
button,
select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 8px;
    outline: 0;
    box-shadow: none;
}

button {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    line-height: 20px;
    font-family: "Macmillan Cera Pro Bold", Arial, sans-serif;
}

button:hover {
    background-color: #000;
    color: #fff;
}

/* End generic inputs and buttons */

/* Primary buttons */
#next,
#continue,
#continuePassword,
.sendButton,
.create .button,
#email_ver_but_verify,
#SignUpWithLogonEmailExchange,
.verifyButton,
.editButton,
#SignUpWithLogonEmailExchange,
#email_ver_but_send,
#email_ver_but_resend {
    padding: 11px 47px !important;
    width: 100%;
    background-color: #01d664;
    border-color: #01d664;
    color: #000;
    border-radius: 4px;
    font-family: "Macmillan Cera Pro Bold", Arial, sans-serif;
}

#email_ver_but_verify {
    margin-top: 36px;
    margin-bottom: 12px;
}

#next:hover,
#continue:hover,
#continuePassword:hover,
.sendButton:hover,
.create .button:hover,
#email_ver_but_verify:hover,
#SignUpWithLogonEmailExchange:hover,
.verifyButton:hover,
.editButton:hover,
#SignUpWithLogonEmailExchange:hover,
#email_ver_but_send:hover,
#email_ver_but_resend:hover {
    background-color: #000 !important;
    color: #fff;
    box-shadow: none;
    border: 2px solid #000;
}
/* End primary buttons */

/* Secondary buttons */
#cancel {
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    line-height: 20px;
    font-family: "Macmillan Cera Pro Bold", Arial, sans-serif;
    margin-bottom: 32px;
  }

#cancel:not(:disabled):hover,
#cancel:active {
    background-color: #000;
    color: #fff;
}
/* End secondary buttons */

.entry-item input,
.styledSelect {
    transition: box-shadow .15s ease-in-out;
    box-shadow: none;
}

.entry-item input:hover,
.entry-item input:focus,
.entry-item input:active,
.attrEntry input:hover,
.attrEntry input:focus,
.attrEntry select:active,
.attrEntry select:hover,
.attrEntry select:focus,
.attrEntry input:active,
.styledSelect:hover {
    box-shadow: 0 0 10px 0 rgba(186, 186, 186, .25);
}

.styledSelect.active + .options {
    box-shadow: 0 5px 10px 0 rgba(186, 186, 186, .25);
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}

input::placeholder {
    color: #767676;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset, 0 0 10px 0 rgba(186, 186, 186, .25) !important;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 0;
}

input:focus::-webkit-contacts-auto-fill-button {
    opacity: 0;
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 0;
}

.accountButton {
    margin: 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #dddddd;
    background-clip: padding-box;
    border-radius: 8px;
    outline: 0;
    box-shadow: none;
}

.accountButton:hover,
.accountButton:focus {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(186, 186, 186, .25);
}

.firstButton {
    margin-top: 0;
}

.has-icon {
    display: inline-flex;
    min-width: 96px;
    text-align: left;
}

.accountButton span:before {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding-right: 24px;
    margin-right: 6px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 3px;
}

#FacebookExchange span:before,
#LinkFacebookExchange span:before {
    content: "";
    background-image: url(https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/images/facebook-2x.png);
}

#LinkedInExchange span:before,
#LinkLinkedInExchange span:before {
    content: "";
    background-image: url(https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/images/linked-in-2x.png);
}

#GoogleExchange span:before,
#LinkGoogleExchange span:before {
    content: "";
    background-image: url(https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/images/google-2x.jpg);
}

#TwitterExchange span:before,
#LinkTwitterExchange span:before {
    content: "";
    background-image: url(https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/images/twitter-2x.png);
}

#AADMacmillanExchange span:before {
    content: "";
    background-image: url(https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/images/icon-macmillan-2x.png);
}

.attr {
    margin-bottom: 48px;
}

.buttons {
    margin-top: 32px;
}

.buttons button {
    margin-top: 16px;
}

.buttons button:first-child {
    margin-top: 0;
}

.mm-eye {
    bottom: 5px;
    right: 13px;
    position: absolute;
    background: white;
    padding-left: 3px;
}

.mm-eye:before {
    content: "\27";
    color: #b5b5b5;
}

.mm-eye.color-green:before {
    color: #008a26;
}

.s-hidden {
    display: none;
    padding-right: 10px;
}

.rememberMe {
    display: none !important;
    align-items: center;
    margin-top: 32px;
    position: relative;
    padding-left: 20px;
}

.rememberMe input {
    width: auto;
    height: auto;
}

.rememberMe label {
    margin: 0;
    padding-left: 10px;
    font-family: 'Helvetica Neue LT W05_55 Roman', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type='checkbox']~.form-check-label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background-color: white;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    cursor: pointer;
}

input[type='checkbox']~.form-check-label:after {
    transition: all 0.15s;
    opacity: 0;
    position: absolute;
    line-height: 24px;
    display: block;
    width: 24px;
    height: 24px;
    content: '\6d';
    color: #008a26;
    text-align: center;
    font-family: 'macmillan-icons';
    cursor: pointer;
}

input[type='checkbox']:checked~.form-check-label:after {
    opacity: 1;
    font-size: 16px;
    top: 0;
    left: 0;
}

input[type='checkbox']:focus:not(:active)~.form-check-label:before {
    box-shadow: 0px 0px 5px 0px gray !important;
}

.using-keyboard button:focus:not(:active),
.using-keyboard a:focus:not(:active),
.using-keyboard input:focus:not(:active)
.using-keyboard textarea:focus:not(:active),
.using-keyboard .entry-item input:focus,
.using-keyboard .attrEntry input:focus,
.using-keyboard .styledSelect:focus,
.using-keyboard .styledSelect.active,
.using-keyboard .select .options .selected {
    outline: 2px solid #1500ff;
}

.using-keyboard .select .options li {
    outline-offset: -2px;
}

.using-keyboard .styledSelect.active {
    z-index: 1000; /* Move over opened dropdown to ensure the bottom outline is visible */ 
}

.lh-16 {
    line-height: 16px;
}

.lh-20 {
    line-height: 20px;
}

.mb-8 {
    margin-bottom: 8px!important;
}


/* styling the dropdown */
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}

.select ul.options > li:not(:first-child) {
    display: block;
}

.attrEntry.validate #surname, .attrEntry.validate #givenName {
    border-color: #dddddd;
}

.select {
    /* adding margin to counter absolutely positioned dropdown */
    margin-bottom: 80px;
    margin-top: 10px;
    cursor:pointer;
    display: block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
}

.styledSelect {
    border: 1px solid #dddddd;
    border-radius: 8px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height: 48px;
    padding: 14px 16px;
    width: 100%;
    font-size: 16px;
}

.styledSelect:after {
    color: #000;
    content: '\64';
    font-family: 'macmillan-icons', sans-serif;
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.styledSelect.active:after {
    transform: rotate(180deg);
    top: 14px;
}

.styledSelect.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select .options {
    display:none;
    position:absolute;
    top: 48px;
    right:0;
    left:0;
    z-index:999;
    margin: 0;
    padding:0 0;
    list-style:none;
    border: 1px solid #dddddd;
    border-top: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: scroll;
    height: 280px;
}

.select .options::-webkit-scrollbar {
    width: 7px;
}

.select .options::-webkit-scrollbar-track {
    border-radius: 7px;
    width: 11px;
}

.select .options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(221, 221, 221, 0.5);
    height: 80px;
    width: 10px;
}

.select .options::-webkit-scrollbar-thumb:active {
    background: rgba(221, 221, 221, 0.5);
}

.select .options li {
    display: block;
    text-decoration: none;
    padding: 12px 16px;
    line-height: 24px;
    color: #000000;
    font-size: 16px;
    user-select: none;
}

.select .options li:hover {
    background-color: #f1f4f2;
}

.select .options li.empty::after {
    display: inline-block;
    content: '\00a0';
}

.using-keyboard .select .options li:not(.selected):hover {
    background-color: transparent;
}

.select .options .selected {
    background-color: #f1f4f2;
}

/* LOADER */

.working {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: show;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 999; 
}

.working:before {
    background-color: rgba(255,255,255,0.7);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow:visible;
}

.working-loader {
    background-color:transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.working-loader {
    color: #008a26;
    font-size: 10px;
    margin: 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
    top:-30px;
} 

.working-loader, .working-loader:before, .working-loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; 
} 
.working-loader:before, .working-loader:after { 
    content: '';
    position: absolute;
    top: 0;
} 

.working-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
} 

.working-loader:after {
    left: 3.5em;
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}


/* LOADER PASSWORD SCREEN*/

#verifying_blurb {
    display:none!important;
}

#simplemodal-overlay{
    background:#fff!important;
}

#simplemodal-data.verifying-modal {
    height: 100px;
    position: relative;
    display:block!important;
    width:100%;
    overflow: visible!important;
}

#simplemodal-data.verifying-modal, #simplemodal-data.verifying-modal:before, #simplemodal-data.verifying-modal:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

#simplemodal-data.verifying-modal {
    color: #008a26;
    font-size: 10px;
    margin:88px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

#simplemodal-data.verifying-modal:before,
#simplemodal-data.verifying-modal:after {
    content: '';
    position: absolute;
    top: 0;
}

#simplemodal-data.verifying-modal:before {
    left: -3.5em;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

#simplemodal-data.verifying-modal:after {
    left: 3.5em;
    -webkit-animation-delay: -0.12s;
    animation-delay: -0.12s;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media all and (min-width:840px) {
    .register-wrapper {
        width: 520px;
    }

    .register {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 12px;;
        margin-bottom: 64px;
        margin-top:48px;
    }

    .row.mm-row>[class^='col'] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .row.mm-row {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body {
        background-color: #f9f9f9;
    }
    
    .image-container {
        padding: 14px 24px;
    }

    .title-container {
        margin: 0 auto;
    }
    
    #api > div,
    #api > form,
    .title-container,
    .social .options,
    .terms-and-conditions {
        width: 384px;
    }

    .terms-and-conditions {
        text-align: left;
        margin-top: 24px;
    }

    h1 {
        margin-top: 48px;
        margin-bottom: 24px;
        font-size: 48px;
        line-height: 48px;
    }

    .divide {
        width: 80%;
    }

    .mcs-logo {
        max-width: 125px;
    }
}

@media all and (min-width: 1200px) {
    .register-wrapper {
        width: 814px;
    }

    .register {
        margin-top: 48px;
        margin-bottom: 112px;
    }

    #api > div,
    #api > form,
    .title-container,
    .social .options,
    .terms-and-conditions {
        width: 404px;
    }
}


/* fonts*/

.intro p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

[class^='mm-']:before,
[class*=' mm-']:before {
    font-family: 'macmillan-icons', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fonts  */
@font-face {
    font-family: "Macmillan Cera Pro Regular";
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Regular.eot?#iefix");
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Regular.eot?#iefix") format("embedded-opentype"),
    url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Regular.woff2') format("woff2"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Regular.woff") format("woff"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Macmillan Cera Pro Bold";
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Bold.eot?#iefix");
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Bold.eot?#iefix") format("embedded-opentype"),
    url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Bold.woff2') format("woff2"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Bold.woff") format("woff"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Macmillan Cera Pro Black";
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Black.eot?#iefix");
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Black.eot?#iefix") format("embedded-opentype"),
    url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Black.woff2') format("woff2"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Black.woff") format("woff"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/CeraProMacmillan/CeraProMacmillan-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica Neue LT W05_55 Roman";
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica Neue LT W01_75 Bold";
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
    src: url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff"),
    url("https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/fonts/HelveticaNeue/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype");
}

@font-face {
    font-family: 'macmillan-icons';
    src: url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/icons/macmillan-icons_eot.eot');
    src: url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/icons/macmillan-icons_eot.eot?#iefix') format('embedded-opentype'),
    url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/icons/macmillan-icons_woff.woff') format('woff'),
    url('#{$fontUrl}macmillan-icons_ttf.ttf') format('truetype'),
    url('https://samacmillanukb2c.blob.core.windows.net/b2ccustomisations/icons/macmillan-icons_svg.svg#macmillan-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
