


html {
    scroll-behavior: smooth;
}

/* Commented Out - We shouldn't Rely on This for Overflow Settings Since it Breaks Sticky Position Elements */
html,
body {
    /*overflow-x: hidden !important;*/
}

body {
    /*overflow: hidden;*/
    background-color: var(--bisque-dark);
}
body.single-nw-blog {
    background-color: var(--bisque-light);
}
body.single-nw-event {
    background-color: var(--bisque-light);
}
body.single-event {
    background-color: var(--bisque-light);
}
body.single-nw-lower-school {
    background-color: var(--bisque-light);
}
body.single-nw-high-school {
    background-color: var(--bisque-light);
}
body.single-nw-middle-school {
    background-color: var(--bisque-light);
}
body.single-nw-gallery {
    background-color: var(--bisque-dark);
}
/* Overflow hidden on block items by default - not body */
.block {
    overflow: hidden;
    position: relative;
}

/* WP Notices */
.components-notice__actions {
    display: none !important;
}




/* custom scrollbar */
/* width */
::-webkit-scrollbar {

}
/* Track */
::-webkit-scrollbar-track {

}
/* Handle */
::-webkit-scrollbar-thumb {

}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {

}


/* --- Container Settings --- */
.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1800px;
    max-width: 100%;
}

/*** Block Frames - For Blocks that need white space around them ***/
.framed_desktop {
    max-width: calc(100% - 120px);
}

@media(max-width: 1399.98px) {
    .framed_desktop {
        max-width: calc(100% - 90px);
    }
}

@media(max-width: 991.98px) {
    .container-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .framed_desktop {
        max-width: 100%;
    }
    /*** Add this if you want the frame to happen on mobile too ***/
    .framed_mobile {
        max-width: calc(100% - 80px);
    }
}

@media(max-width: 767.98px) {
    .container-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    .framed_mobile {
        max-width: calc(100% - 60px);
    }
}

@media(max-width: 575px) {
    .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .framed_mobile {
        max-width: calc(100% - 30px);
    }
}



/*** Site Wide Border Radius Options ***/
:root {
    --global-border-radius: 12px;
    --form-field-border-radius: 3px;
}

@media(max-width: 767.98px){
    :root {
        --global-border-radius: 12px;
    }
}
.global-border-radius {
    border-radius: var(--global-border-radius);
}

/*** Hide Recaptcha ***/
.grecaptcha-badge {
    visibility: hidden !important;
    display: none;
}

.relative,
.position-relative {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}

.one-hundred-height {
    height: 100%;
}
.white {
    color: #fff!important;
}
.opacity0 {
    opacity: 0;
}
.white_bg {
    background: #fff;
}
body,
p {

}

p {

}
p.breadcrumbs {

}
a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

img {
    margin: 0;
    padding: 0;
}


ul,
ol {
    padding-inline-start: 18px;
}

ul li,
ol li {

}

header ul,
header ol{
    padding: 0;
}
header ul li,
header ol li {
    padding-left: 0;
}
@media(max-width: 767.98px) {

}
@media(min-width: 768px) and (max-width: 991.98px) {

}
@media(min-width: 992px) and (max-width: 1400px) {

}


@media(min-width: 576px) and (max-width: 767.98px) {

}

a.link-no-underline {
    text-decoration: none;
}

i,
em,
.italic {
    font-style: italic;
}

b,
strong,
.bold {

}


header  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}



header.sticky {

}
.headerLogo {

}
header,
header > *,
.header-logo-and-menu,
.headerLogo {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.navbar {
    padding: 0;
}

/*** Awesome ACF Image Settings ***/
.image-2by3 {
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
}
.image-4by3 {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.image-16by9 {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.image-square.object > img {

}

.image-2by3 > img,
.image-4by3 > img,
.image-16by9 > img,
.image-square > img,

.image-2by3 > iframe,
.image-4by3 > iframe,
.image-16by9 > iframe,
.image-square > iframe,

.image-2by3 > video,
.image-4by3 > video,
.image-16by9 > video,
.image-square > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: center;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/*** Image / Video Contain ***/
.image-2by3.size-contain,
.image-4by3.size-contain,
.image-16by9.size-contain,
.image-square.size-contain {
    padding-bottom: 0 !important; /* important, to override custom padding settings in blocks */
}

.image-2by3.size-contain > img,
.image-4by3.size-contain > img,
.image-16by9.size-contain > img,
.image-square.size-contain > img,

.image-2by3.size-contain > video,
.image-4by3.size-contain > video,
.image-16by9.size-contain > video,
.image-square.size-contain > video {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    object-fit: unset;
}

/* Image Position */

.image-2by3.position-bottom > img,
.image-4by3.position-bottom > img,
.image-16by9.position-bottom > img,
.image-square.position-bottom > img {
    object-position: bottom;
}
.image-2by3.position-top > img,
.image-4by3.position-top > img,
.image-16by9.position-top > img,
.image-square.position-top > img {
    object-position: top;
}

.image-2by3.position-left > img,
.image-4by3.position-left > img,
.image-16by9.position-left > img,
.image-square.position-left > img {
    object-position: left;
}
.image-2by3.position-top-left > img,
.image-4by3.position-top-left > img,
.image-16by9.position-top-left > img,
.image-square.position-top-left > img {
    object-position: top left;
}
.image-2by3.position-bottom > img,
.image-4by3.position-bottom-left > img,
.image-16by9.position-bottom-left > img,
.image-square.position-bottom-left > img {
    object-position: bottom left;
}

.image-2by3.position-right > img,
.image-4by3.position-right > img,
.image-16by9.position-right > img,
.image-square.position-right > img {
    object-position: right;
}
.image-2by3.position-top-right > img,
.image-4by3.position-top-right > img,
.image-16by9.position-top-right > img,
.image-square.position-top-right > img {
    object-position: top right;
}
.image-2by3.position-bottom-right > img,
.image-4by3.position-bottom-right > img,
.image-16by9.position-bottom-right > img,
.image-square.position-bottom-right > img {
    object-position: bottom right;
}

/* Hover Zoom Functionality */
.image-2by3.hover_zoom > img,
.image-4by3.hover_zoom > img,
.image-16by9.hover_zoom > img,
.image-square.hover_zoom > img {
    cursor: pointer;
    transition: ease all .3s;
    /* default image size */
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.image-2by3.hover_zoom:hover > img,
.image-4by3.hover_zoom:hover > img,
.image-16by9.hover_zoom:hover > img,
.image-square.hover_zoom:hover > img {
    min-width: 103%;
    min-height: 103%;
    height: 103%;
    width: 103%;
}


a.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.loader {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    border-top: 8px solid rgb(110, 112, 117);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.align-center {
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.align-start {
    justify-content: center;
    flex-direction: column;
    align-items: start;
}
span.pipe::before {
    content: '|';
    padding: 0px 10px;
}
span.pipe {
    position: relative;
}

/** Single Blog Page **/
#single-post-wrapper.padding-top {
    padding-top: 125px;
}
.single-post-wrapper .sticky-div div p:first-of-type {
    margin-bottom: 6px;
}
.single-post-wrapper .sticky-div {
    position: sticky;
    top: 125px;
    padding-bottom: 30px;
}
@media(max-width: 1199.98px){
    #single-post-wrapper.padding-top {
        padding-top: 90px;
    }
}
@media(max-width: 991.98px){
    .single-post-wrapper .sticky-div {
        position: relative;
        top: 0px;
    }
    #single-post-wrapper.padding-top {
        padding-top: 60px;
    }
}
@media(max-width: 767.98px){
    #single-post-wrapper.padding-top {
        padding-top: 45px;
    }
}
@media(max-width: 575.98px){
    #single-post-wrapper.padding-top {
        padding-top: 30px;
    }
}

/** Single Subject Overview **/
.subject-overview .expandable-content {
    background: #DBD9D2;
    padding: 20px 45px 1px;
    cursor: pointer;
}
.subject-overview .expandable-area {
    display: none;
    /*padding-top: 15px;*/
    padding: 25px 45px;
    background: white;
    margin: 0px -45px -1px;
}
.subject-overview .expandable-content h5 {
    position: relative;
}
.subject-overview .expandable-content h5:after {
    content: '';
    background-image: url(/wp-content/themes/nw-theme/images/anchors/anchor-dark.svg);
    width: 27px;
    height: 15px;
    position: absolute;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 9px;
    transition: 0.2s ease-in-out;
}
.subject-overview .expandable-content.expanded-area h5:after {
    transform: rotateX(180deg);
    transition: 0.2s ease-in-out;
}
.subject-overview .side-info .royal-blue_background h4 {
    font-weight: 700;
}
.subject-overview .side-info p.large .pipe:last-of-type {
    display: none;
}
@media(max-width: 1199.98px){
    .subject-overview .expandable-content h5:after {
        top: 5px;
    }
    .subject-overview .expandable-content {
        padding: 20px 30px 1px;
    }
    .subject-overview .expandable-area {
        padding: 15px 30px;
        margin: 0px -30px -1px;
    }
}
@media(max-width: 575.98px){
    .subject-overview .expandable-content {
        padding: 20px 30px 10px;
    }
    .subject-overview .expandable-area {
        margin: 0px -30px -10px;
    }
}
/** 404 Page **/
.content404 {
    min-height: 500px;
    height: 100vh;
}
.content404 .small-thumbnail .image-4by3 {
    padding-bottom: 147.5%;
}
.content404 .small-thumbnail {
    max-width: 119px;
    margin: 0 auto 60px;
}
@media(max-width: 1199.98px){
    .content404 .small-thumbnail {
        max-width: 90px;
        margin: 0px auto 45px;
    }
}
@media(max-width: 991.98px){
    .content404 .small-thumbnail {
        max-width: 70px;
    }

}
@media(max-width: 767.98px){
    .content404 .small-thumbnail {
        max-width: 60px;
        margin: 0 auto 30px;
    }
}

/** NW ADMIN STYLES **/
.block-editor-block-types-list__list-item {
    width: 100%;
}
.block-editor-block-types-list__item-icon {
    padding: 10px;
    border: 1px solid #dddddd;
}
.block-editor-block-icon {
    height: 150px;
    width: 250px;
}
.block-editor-block-icon svg {
    min-height: 120px;
    max-height: 150px;
    max-width: 250px;
}
.block-editor-inserter__preview-container .block-editor-block-icon {
    display: none;
}
/*** Icon on small tool bar of block preview ***/
.components-toolbar-group .components-button.components-button svg,
.components-toolbar-group .components-button.has-icon.has-icon svg {
    max-height: 30px;
    max-width: 30px;
    min-width: unset;
    min-height: unset;
}

.editor-sidebar__panel.components-panel .block-editor-block-icon svg {
    max-height: 30px;
    max-width: 30px;
    min-width: unset;
    min-height: unset;
}