.tty {
    /* margin-right: 0px; */
    float: right;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: underline;
}

img {
    display: inline-block;
    max-width: 100%;
}

.footer {
    padding: 60px 40px 60px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #313131;
    text-align: center;
}

.brand {
    position: static;
    width: 312px;
    height: 125px;
}

.navbar {
    background-color: transparent;
}

.body {
    font-family: Proximanova, sans-serif !important;
    color: #313131;
}

.container {
    max-width: 90%;
}

.div-block {
    text-align: right;
}

.nav-link {
    padding: 10px 20px;
    color: #595959;
    font-weight: 400;
}

.nav-link:hover {
    color: #595959;
    font-weight: 400;
}

.nav-link.w--current {
    color: #595959;
}

.nav-link.register {
    color: #595959;
}

.nav-link.sigh-in {
    color: #595959;
}

.link {
    display: inline-block;
    padding: 5px;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.link2:hover {
    text-decoration: underline;
}

.hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #96d5d6;
}

.col-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.main-footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60%;
    padding: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.col-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

.col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}


.footer-brand-link {
    min-width: 115px;
}

.div-block-16 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.hero-section {
    max-height: 680px;
    min-height: 680px;
    overflow: hidden;
}

.quote-header {
    padding: 60px 100px;
}

.quote-footer {
    padding: 60px;
    background-color: #f97667;
    text-align: center;
}

.quote {
    width: 440px;
    height: auto;
    margin-top: -360px;
    margin-left: 208px;
    background-color: #f2f2f2;
}

.laptop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.laptop-left {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
}

.laptop-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.heading {
    color: #595959;
    font-size: 36px;
    line-height: 36px;
}

.button {
    padding: 10px 40px;
    border: 1px solid var(--brand-link-onlight);
    background-color: var(--brand-white);
    color: var(--brand-link-onlight);
    font-size: 16px;
}

.button:hover {
    border: 1px solid var(--brand-white);
    background-color: var(--brand-link-onlight);
    color: var(--brand-white);
}

.button:active {
    background-color: var(--brand-link-onlight);
}

.sub-heading {
    margin-bottom: 40px;
    color: #595959;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.text-link {
    display: inline;
    color: var(--brand-link-onlight);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
}

.text-link:hover {
    color: var(--brand-link-onlight);
}

.text-link.float-right {
    float: right;
}

.ondark {
    color: var(--brand-link-ondark);
}

.faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--brand-color);
}

.heading-white {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.seperator-white {
    display: inline-block;
    width: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}

.faq-list {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
}

.faq-item {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.faq-caret {
    float: right;
    clear: both;
}

.paragraph-hero {
    margin-right: -35px;
    color: #595959;
    font-size: 16px;
    text-align: left;
}

.cta-button {
    width: 250px !important;
    margin-bottom: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-align: center !important;
}

.section {
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}

.container-60 {
    max-width: 60%;
}

.container-60.margin {
    margin: 100px auto 40px;
}

.container-100 {
    max-width: 100%;
}

.paragraph-footer {
    min-width: 300px;
    color: #595959;
    font-size: 14px;
    text-align: right;
}

.faq-header {
    padding-top: 10px;
    padding-bottom: 20px;
    cursor: pointer;
}

.faq-body {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.faq-element {
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #75567d;
    border-bottom: 1px solid #75567d;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fit-it {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0%;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    background-color: #fff;
}

.button-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

.footer-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.footer-col-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.co-code {
    margin-left: 10px;
    color: #595959;
    font-size: 12px;
}

.nhsca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 65px;
    min-width: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.float-right {
    float: right;
}

.code {
    white-space: nowrap;
}

.sec-footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 60%;
    padding: 10px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
}

@media screen and (min-width: 1440px) {
    .body {
        color: #313131;
    }

    .code {
        white-space: nowrap;
    }
}

@media screen and (max-width: 991px) {
    .sec-footer-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
}

@font-face {
    font-family: 'Proximanova';
    src: url('/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype'), url('/fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Proximanova';
    src: url('/fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('/fonts/ProximaNova-Regular.woff') format('woff'), url('/fonts/ProximaNova-Regular.ttf') format('truetype'), url('/fonts/ProximaNova-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}