﻿header {
    display: none;
}

body {
    overflow:hidden;
    background: linear-gradient(to top, white, white) fixed;

}

footer {
    display: none;
}

.deskNav {
    display: none;
}

#previous {
    display:none;
}

#pageNumber {
    display:none;
}

#next {
    display: none;
}
#zoomOut {
    display:none;
}

#zoomIn {
    display:none;
}

#linkedin_container {
    fill: #fff !important;
}

#x_container {
    fill: #fff !important;
}

#youtube_container {
    fill: #fff !important;
}

#pdf-container {
    background: linear-gradient(to top, #80c145, #0996c9) fixed !important;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sidebarContainer {
    padding: 0 2rem;
    margin: 3rem 0 0 0;
    position: absolute;
    z-index: 110000;
    top: 0px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(477px - 2rem);
    background-color: transparent;
    overflow-y: scroll;
    overflow-x: hidden;
}

#customThankYouPageMessageContainer {
    background-color: #fff;
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 1rem 0;
}

#customThankYouPageMessage {
    max-width: 70%;
    text-align: center;
}

.toolbar {
    height: 106px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: default;
}

#toolbarContainer {
    position: relative;
    height: 100%;
    background-color: transparent !important;
}

#toolbarViewer {
    background-color: transparent !important;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

[dir="ltr"] #toolbarViewerLeft {
    padding-left: 1px;
}

[dir="ltr"] #toolbarViewerLeft, [dir="ltr"] #toolbarSidebarLeft {
    float: left;
}

#toolbarViewerLeft {
    -webkit-padding-start: 1px;
    padding-inline-start: 1px;
}

#toolbarViewerLeft, #toolbarSidebarLeft {
    float: inline-start;
}

[dir="ltr"] #toolbarViewerRight {
    padding-right: 1px;
}

[dir="ltr"] #toolbarViewerRight, [dir="ltr"] #toolbarSidebarRight {
    float: right;
}

#toolbarViewerRight {
    -webkit-padding-end: 1px;
    padding-inline-end: 1px;
}

#toolbarViewerRight, #toolbarSidebarRight {
    float: inline-end;
}

#toolbarViewerMiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#sidebarToggle {
    display: none !important;
}

.toolbarButtonSpacer {
    width: 30px;
    display: inline-block;
    height: 1px;
}

.toolbarButton, .dropdownToolbarButton, .secondaryToolbarButton, .dialogButton {
    min-width: 16px;
    margin: 2px 1px;
    padding: 2px 6px 0;
    border: none;
    border-radius: 2px;
    color: rgba(12, 12, 13, 1);
    font-size: 12px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box;
}

#toolbarViewerLeft > *, #toolbarViewerMiddle > *, #toolbarViewerRight > *, #toolbarSidebarLeft *, #toolbarSidebarRight *, .findbar * {
    position: relative;
    float: inline-start;
}

.toolbarButton, .secondaryToolbarButton, .dialogButton {
    border: 0 none;
    background: none;
    width: 28px;
    height: 28px;
}
/*
    body, input, button, select {
        font: message-box;
        outline: none;
    }*/

.splitToolbarButton {
    margin: 2px;
    display: inline-block;
}


element.style {
}

[dir="ltr"] #toolbarViewerLeft > *, [dir="ltr"] #toolbarViewerMiddle > *, [dir="ltr"] #toolbarViewerRight > *, [dir="ltr"] #toolbarSidebarLeft *, [dir="ltr"] #toolbarSidebarRight *, [dir="ltr"] .findbar * {
    float: left;
}

#pageNumber {
    -moz-appearance: textfield;
    text-align: right;
    width: 40px;
}

#toolbarViewerLeft > *, #toolbarViewerMiddle > *, #toolbarViewerRight > *, #toolbarSidebarLeft *, #toolbarSidebarRight *, .findbar * {
    position: relative;
    float: inline-start;
}

.toolbarField {
    padding: 4px 7px;
    margin: 3px 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px solid rgba(187, 187, 188, 1);
    box-shadow: none;
    color: rgba(6, 6, 6, 1);
    font-size: 12px;
    line-height: 16px;
    outline-style: none;
}

[dir="ltr"] #numPages.toolbarLabel {
    padding-left: 3px;
}

#numPages.toolbarLabel {
    -webkit-padding-start: 3px;
    padding-inline-start: 3px;
}

.toolbarLabel {
    min-width: 16px;
    padding: 7px;
    margin: 2px;
    border-radius: 2px;
    color: #000000;
    font-size: 15px;
    line-height: 14px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

#viewBookmark {
    display: none !important;
}

.verticalToolbarSeparator {
    display: block;
    margin: 5px 2px;
    width: 1px;
    height: 22px;
    background-color: var(--separator-color);
}

#secondaryToolbarToggle {
    display: none !important;
}

#toolbarViewerMiddle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.dropdownToolbarButton {
    width: 140px;
    padding: 0;
    overflow: hidden;
    background-color: rgba(215, 215, 219, 1);
}

#loadingBar {
    position: absolute;
    inset-inline: 0 var(--progressBar-end-offset);
    height: 4px;
    background-color: var(--body-bg-color);
    border-bottom: 1px solid var(--toolbar-border-color);
    transition-property: inset-inline-start;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-timing-function);
}

#viewFind::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-search.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-search.svg);
}

.toolbarButton::before {
    opacity: 0.7;
    top: 6px;
    left: 6px;
}

.toolbarButton::before, .secondaryToolbarButton::before, .dropdownToolbarButton::after, .treeItemToggler::before {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: rgba(0,0,0,1);
    -webkit-mask-size: cover;
    mask-size: cover;
}

#previous::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageUp.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageUp.svg);
}

#next::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageDown.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-pageDown.svg);
}

.toolbarButton > span {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.splitToolbarButton > .toolbarButton {
    position: relative;
    margin: 0;
}

[dir="ltr"] .splitToolbarButton > .toolbarButton {
    float: left;
}

.toolbarButton[disabled], .secondaryToolbarButton[disabled], .dialogButton[disabled] {
    opacity: 0.5;
}

.splitToolbarButton > .toolbarButton {
    float: inline-start;
}

#zoomOut::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomOut.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomOut.svg);
}

#zoomIn::before {
    -webkit-mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomIn.svg);
    mask-image: url(https://cdn.pathfactory.com/pdfjs/2.16.105/web/images/toolbarButton-zoomIn.svg);
}

.dropdownToolbarButton > select:hover, .dropdownToolbarButton > select:focus-visible {
    background-color: rgba(221, 222, 223, 1);
    color: rgba(0, 0, 0, 1);
}

[dir="ltr"] .dropdownToolbarButton > select {
    padding-left: 4px;
}

.dropdownToolbarButton > select {
    width: calc( 140px + 22px );
    height: 28px;
    font-size: 12px;
    color: rgb(0,0,0,1);
    margin: 0;
    padding: 1px 0 2px;
    -webkit-padding-start: 4px;
    padding-inline-start: 4px;
    border: none;
    background-color: rgb(215,215,219,1);
}

#download {
    border: none;
    width: 152px;
    min-width: 152px;
    height: 40px;
    background-color: #000;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

    #download::before {
        display: none;
    }

    #download [data-l10n-id="download_label"] {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #download .download-now-text-container {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }

    #download .download-now-text-icon {
        width: 53px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

#logo-container {
    background-color: #F6F6FB;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-social-container {
    margin-bottom: 1.5rem;
    background-color: #fff;
}

#social-container {
    padding: 2rem 0;
    margin: 0 1rem;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    align-items: center;
}

#contact {
    border: none;
    width: 145px;
    height: 40px;
    background: #60DDBD;
    padding: 0;
    margin: 0;
    font-weight: 500;
    border-radius: 100px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

    #contact .contact-container {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    #contact .contact-text-container {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1px;
    }

    #contact .contact-text-icon {
        width: 53px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

#canvas_container {
    display: flex;
    flex-wrap: wrap;
    background-color: #F6F6FB !important;
    padding: 0 2rem;
}

    #canvas_container > div {
        margin-bottom: 25px !important;
    }

    #toolbarViewerRight {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        align-items: center;
    }


.toolbar-title {
    margin: 0;
    font-size: 15px;
    line-height: 14px;
    color: #000;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

#editorFreeText {
    display: none;
}

#print {
    display: none;
}

#openFile {
    display: none;
}

#presentationMode {
    display: none;
}

#editorInk {
    display: none;
}

#scaleSelect {
    display: none;
}

#viewFind {
    display: none;
}

.viewerContainer {
    width: calc(100vw - 444px);
    left: 444px;
    bottom: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    overflow: scroll;
    margin: 3rem 0;
    background-color: #F6F6FB;
}

.pdf-asset-container {
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
    background-color: #FFF;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.pdf-asset-img-container {
    background-color: #F6F6FB;
    padding: 0 0.5rem !important;
    margin: 0px !important;
    border-radius: 0px !important;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    width: 170px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pdf-asset-img-container a {
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .pdf-asset-img-container svg,
    .pdf-asset-img-container img {
        width: auto;
        height: auto;
        max-width: 100% !important;
        max-height: 100% !important;
    }

.pdf-asset-text-container {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #040A23;
    padding: 1rem 1rem 0 0;
}

    .pdf-asset-text-container > p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
    }

.resource-read-more-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #963560;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.thank-you-text {
    font-size: 15px;
    margin: 1rem 0;
    font-weight: 300;
    font-family: sans-serif;
    top: 0;
    position: absolute;
    color: #fff;
    z-index: 11;
    width: 100%;
    text-align: center;
}

#mobileview {
    display:none;
}
/* Smartphones (portrait and landscape) ----------- */
@media (max-width:1700px) {
    [dir="ltr"] #toolbarViewerRight, [dir="ltr"] #toolbarSidebarRight {
        float: left;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width:960px) {

    .pdf-asset-container {
        height: 170px;
    }

    #pdf-container {
        height: auto;
        width: auto;
        position: relative;
    }

    .toolbar {
        height: auto;
    }

    #toolbarViewer {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 53px;
    }

    #toolbarViewerLeft, #toolbarViewerRight {
        flex-direction: column;
    }

    #toolbarViewerMiddle {
        position: relative !important;
        transform: none !important;
        display: flex;
        flex-direction: column;
        left: 0% !important;
    }

    .toolbar-title {
        text-align: center !important;
        line-height: 1.6 !important;
    }

    .sidebarContainer {
        display:none;
        left:0px;
    }

    .viewerContainer {
        left: 0px;
        bottom: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    #menuToggle {
        display:none;
    }

    #mobileview {
        display: block;
    }
    
    html {
        overflow:auto;
    }

    .responseNav {
        display:none;
    }

    body {
        height:auto;
    }

    .thank-you-text {
        font-size: 15px !important;
        margin: 1rem 0 !important;
    }
}


