@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Poppins:400,700,800|Raleway:400,700,900|Roboto:400,700,900|Roboto+Condensed:400,700,900|Source+Sans+Pro:400,700,900|PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap|Nunito:400,700|Quicksand:400,700,900|PT+Serif:wght@400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
input,
button,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

@font-face {
    font-family: 'icomoon';
    src: url("/wp-content/themes/wp-edu-theme/fonts/icomoon.eot");
    src: url("/wp-content/themes/wp-edu-theme/fonts/icomoon.eot?#iefix") format('embedded-opentype'), url("/wp-content/themes/wp-edu-theme/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/wp-edu-theme/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/wp-edu-theme/fonts/icomoon.svg#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

.skipToContent {
    color: #fff;
    z-index: 1000;
    position: absolute;
    padding: 5px;
    top: -30px;
    left: 20px;
    transition: all .2s;
}

.skipToContent:focus {
    outline: #fff solid 1px;
    transition: all .2s;
    transform: translate(0, 80px);
}

body {
    margin-top: 75px;
}

body.logged-in {
    margin-top: 31px;
}

.off-left {
    position: absolute;
    left: -99999px;
}

header {
    width: 100%;
    background-color: #071023; /* $primaryDarker */
}

.header {
    width: 100%;
    background-color: #071023; /* $primaryDarker */
}

.verticalLine {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0 10px;
}

.headerTop {
    width: 100%;
    height: 80px;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1280px) {
    .headerTop {
        padding: 0 20px;
    }
}

.logoContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.siteLogo {
    color: #fff;
    text-decoration: none;
}

.siteLogo:hover {
    text-decoration: none;
}

.siteLogo--main {
    font-size: 40px;
}

.siteLogo--secondary {
    font-size: 28px;
}

.siteLogo--secondary:hover {
    text-decoration: none;
    color: #9BC7EE; /* $primaryLighter */
}

.mainNav {
    width: 100%;
    background-color: #0A1733; /* $primaryDarker2 */
    position: relative;
    height: 60px;
}

.contentContainer {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

#searchForm, .eduThemeLegacy__coveoSearch {
    flex-grow: 1;
    height: 40px;
    max-width: 550px;
    display: flex;
    position: relative;
    z-index: 2;
}

.eduThemeLegacy__coveoSearch {
    max-width: 750px;
}

.searchForm__input {
    height: 40px;
    width: calc(100% - 42px);
    padding: 0 12px;
    background-color: #121E3F; /* $primaryDark */
    color: #fff;
}

.searchForm__input::placeholder {
    color: white;
}

.searchForm__input::-moz-placeholder {
    color: white;
    opacity: 1;
}

.searchForm__input::-webkit-input-placeholder {
    color: white;
}

.searchForm__input::-ms-input-placeholder {
    color: white;
}

.searchForm__input::-ms-clear {
    display: none;
}

.searchForm__submit {
    height: 40px;
    width: 42px;
    background-color: #1B2C56; /* $primary */
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
    border-radius: 2px;
}

.searchForm__clear {
    cursor: pointer;
    position: absolute;
    right: 52px;
    top: 14px;
    background-color: #121E3F; /* $primaryDark */
    height: 15px;
    width: 15px;
    visibility: hidden;
}

.searchForm__clear.active {
    visibility: visible;
}

.clearbtn__bar {
    position: absolute;
    height: 15px;
    width: 1.5px;
    background-color: white;
    top: 1px;
    right: 7px;
}

.clearbtn__bar:first-of-type {
    transform: translate(.75px, -.75px) rotate(45deg);
}

.clearbtn__bar:nth-of-type(2) {
    transform: translate(.75px, -.75px) rotate(135deg);
}

.searchForm__submit:hover,
.searchForm__submit:focus {
    background-color: #256EC1; /* $link */
}

#pred-search-results {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 1000;
    height: 485.94px;
    max-height: calc(100vh - 134px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    min-width: 400px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    transition: height .2s linear;
}

.search-loading,
.search-noResults {
    display: block;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 1.2em 1em;
    border-bottom: 1px solid lightgray;
}

#pred-search-results .search-result a {
    display: block;
    overflow: hidden;
    padding: 1.2em 1em;
    border-bottom: 1px solid lightgray;
    white-space: nowrap;
}

#pred-search-results .search-result a .search__pageTitle {
    float: left;
    width: 90%;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
}

.search__pageTitle b {
    font-weight: bold;
}

.search__pageIcon {
    display: none;
    float: right;
}

#pred-search-results .search-result a:hover {
    text-decoration: none;
    background-color: lightgray;
}

#pred-search-results .search-result a:hover .search__pageIcon {
    display: block;
}

#pred-search-results .search-result a:focus {
    outline: none;
    background-color: lightgray;
}

#pred-search-results .search-result a:focus .search__pageIcon {
    display: block;
    float: right;
}

#pred-search-results .search-result .searchText {
    font-weight: bold;
}

.quicklinks {
    position: relative;
}

.quicklinks__btn {
    height: 50px;
    background-color: #071023; /* $primaryDarker */
    color: #9BC7EE; /* $primaryLighter */
    padding: 0 12px;
}

.quicklinks__popup {
    visibility: hidden;
    min-width: 130px;
    background-color: #fff;
    text-align: left;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -77px;
    z-index: 99;
    list-style-type: none;
    padding: 1em 1.5em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.quicklinks__popup li {
    padding: 8px 0;
}

.quicklinks__popup a {
    color: #256EC1; /* $link */
}

.quicklinks__popup a:hover {
    text-decoration: underline;
}

.quicklinks__popup li {
    line-height: 1.5;
}

.quicklinks__popup:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    left: 89px;
    top: -20px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.quicklinks:hover .quicklinks__popup,
.quicklinks__btn[aria-expanded="true"]+.quicklinks__popup {
    visibility: visible;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    /* IE9 */
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.headerTopMenu {
    display: flex;
    height: 50px;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    list-style-type: none;
    width: var(--headerTopMenu-width-initial);
    overflow: hidden;
}

.headerTopMenu li {
    padding: 0 12px;
}

.headerTopMenu a {
    color: #9BC7EE; /* $primaryLighter */
    white-space: nowrap;
}

#megaMenu__tabBar {
    max-width: 1335px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.megaMenu__tabBtn {
    display: block;
    flex-grow: 1;
    font-family: PT-serif, serif;
    font-size: 1.25em;
    color: white;
    background-color: #0A1733; /* $primaryDarker2 */
    cursor: pointer;
    height: 100%;
}

.megaMenu__tabBtn:hover {
    background-color: #1B2C56; /* $primary */
}

.megaMenu__tabBtn:focus {
    background-color: #1B2C56; /* $primary */
    outline: none;
}

.bendingArrow {
    font-size: 5px;
    width: 2.15em;
    height: 2em;
    display: inline-block;
    position: relative;
    margin-left: 1.2em;
}

.bendingArrow__bar {
    width: 1.35em;
    height: 0.4em;
    border-radius: 1em;
    background: #fff;
    margin-top: 0.9em;
    position: absolute;
    transition: all 0.2s linear;
}

.bar--left {
    left: 0;
    transform: rotate(45deg);
}

.bar--right {
    right: 0;
    transform: rotate(-45deg);
}

.up .bar--left {
    transform: rotate(0deg);
}

.up .bar--right {
    transform: rotate(0deg);
}

.megaMenu__Heading {
    font-family: Roboto, sans-serif;
    line-height: 2em;
    font-size: .95em;
    font-weight: 700;
}

.megaMenu__subMenuHeading>.sub-menu {
    padding-top: 1em;
    padding-left: 0;
    list-style-type: none;
}

#slideLine {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #256EC1; /* $link */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: auto;
}

.navItem {
    color: #fff;
    text-decoration: none;
}

.noscroll {
    overflow: hidden;
}

.mobileHeader {
    display: none;
}

.mobileMenu {
    position: fixed;
    overflow-y: scroll;
    top: 75px;
    bottom: 54px;
    z-index: 10;
    width: 420px;
    background-color: #121E3F; /* $primaryDark */
    left: -420px;
    transition: left .2s ease-in-out;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (max-width: 715px) {
    .mobileMenu {
        bottom: 58px; /* for sticky footer mobile height */
    }
}

.mobileMenu--active {
    left: 0;
}

.mobileMenu__link {
    padding: 20px 30px;
    color: white;
    width: 100%;
}

.mobileMenu__search {
    width: 100%;
    color: white;
}

#mobileMenu__searchForm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobileMenu__searchInput::placeholder {
    color: white;
}

.mobileMenu__searchInput::-moz-placeholder {
    color: white;
    opacity: 1;
}

.mobileMenu__searchInput::-webkit-input-placeholder {
    color: white;
}

.mobileMenu__searchInput::-ms-input-placeholder {
    color: white;
}

.mobileMenu__searchInput {
    flex-grow: 2;
    background-color: #121E3F; /* $primaryDark */
    color: white;
    padding: 20px 30px;
}

.mobileMenu__searchSubmit {
    flex-grow: 0;
    font-size: 1.2em;
    background-color: #121E3F; /* $primaryDark */
    color: white;
    cursor: pointer;
    height: 3em;
    padding-right: 1.5em;
}

.mobileMenu__searchSubmit:focus {
    background-color: #1B2C56; /* $primary */
}

.menu-mobile-menu-top-links-container li {
    list-style-type: none;
}

.menu-mobile-menu-top-links-container a {
    border-bottom: 2px solid black;
    background-color: #0A1733; /* $primaryDarker2 */
    color: white;
    padding: 20px 30px;
    width: 100%;
    display: block;
    font-family: 'PT-serif', serif;
    font-size: 1.2em;
    line-height: 1;
}

.menu-mobile-menu-top-links-container a:focus {
    outline: none;
    background-color: #1B2C56; /* $primary */
}

.mobileMenu__mainMenu {
    position: absolute;
    width: 100%;
    left: 0;
    transition: left .2s ease-in-out;
    top: 57px;
}

.mobileMenu__mainMenu.mainMenu--hidden {
    left: -420px;
}

.mobileMenu__menuItem {
    border-bottom: 2px solid black;
    background-color: #0A1733; /* $primaryDarker2 */
    color: white;
    padding: 20px 30px;
    width: 100%;
    display: block;
}

.mobileMenu__menuItem:focus {
    outline: none;
    background-color: #1B2C56; /* $primary */
}

.mobileMenuTab {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-family: PT-serif, serif;
    font-size: 1.2em;
    cursor: pointer;
}

.mobileMenuTab:focus {
    outline: none;
    background-color: #1B2C56; /* $primary */
}

.mobileMenuTab:active {
    background-color: #1B2C56; /* $primary */
}

.mobileMenu__arrow {
    font-size: 0.9em;
}

.mobileMenu__tabContent {
    position: absolute;
    width: 100%;
    left: 420px;
    background-color: #0A1733; /* $primaryDarker2 */
    transition: left .2s ease-in-out;
}

.mobileMenu__tabContent.tabContent--active {
    left: 0px;
    top: 57px;
}

.mobileMenu__backBtn {
    text-align: left;
}

.mobileMenu__backBtn:hover {
    cursor: pointer;
}

.mobileMenu__backBtn:focus {
    outline: none;
    background-color: #1B2C56; /* $primary */
}

.mobileMenu__backIcon {
    margin-right: .5em;
}

.mobileMenu__sectionHeading {
    line-height: 1;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'PT serif', serif;
    color: #FFFFFF;
}

.mobileMenu__tabContent li {
    border-bottom: 2px solid black;
    background-color: #0A1733; /* $primaryDarker2 */
    color: white;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 0;
}

.mobileMenu__tabContent li a {
    display: block;
    width: 100%;
    padding: 20px 30px 20px 65px;
    color: white;
}

.mobileMenu__tabContent li a:focus {
    outline: none;
    background-color: #1B2C56; /* $primary */
}

.mobileMenu__moreLinks {
    margin-top: 1.5em;
    height: 70%;
}

.mobileMenu__moreLinks li {
    padding: 7px 30px;
    list-style-type: none;
}

.mobileMenu__moreLinks li a {
    color: white;
}

.mobileMenu__link {
    display: block;
}

@media (min-width:600px) {
    body {
        margin-top: 119px;
    }
    body.logged-in {
        margin-top: 72px;
    }
}

@media (min-width:783px) {
    body.logged-in {
        margin-top: 86px;
    }
}

@media (max-width: 1024px) {
    .mainNav,
    .headerTop {
        display: none;
    }
    .mobileHeader {
        height: 75px;
        top: 0;
        right: 0;
        left: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        position: fixed;
        z-index: 10;
        background-color: #071023; /* $primaryDarker */
    }
    .mobileHeader__logos {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 auto 0 auto;
        padding-right: 10px;
    }
    .gh-signin-mobile {
        position: fixed;
        background-color: #2563c1;
        border-radius: 3px;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        cursor: pointer;
    }
    .gh-apps-toggle-mobile {
        position: fixed;
    }
}

@media (max-width: 550px) {
    .verticalLine,
    .siteLogo--secondary {
        display: none;
    }
    .mobileHeader {
        padding-right: 40px;
    }
}

@media (max-width: 420px) {
    #mobileMenu {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .mobileHeader {
        padding-right: 50px;
    }
}


#mobileMenuBtn--container {
    font-size: 10px;
    width: 3em;
    display: inline-block;
    cursor: pointer;
    transform: rotate(0);
    background-color: #071023;
    margin-left: 18px;
    height: inherit;
}

.mobileMenuBtn {
    width: 100%;
    height: .3em;
    background: #fff;
    transition: transform 0.2s ease-in-out;
    position: absolute;
}

.mobileMenuBtn--top {
    animation: rotateN--reset 0.3s, moveUp 0.2s 0.3s forwards;
}

.active .mobileMenuBtn--top {
    animation: moveUp--reset 0.2s, rotateN 0.2s 0.3s forwards;
}

.mobileMenuBtn--middle {
    animation: fadeIn 0.3s forwards;
}

.active .mobileMenuBtn--middle {
    opacity: 1;
    animation: fadeOut 0.3s forwards;
}

.mobileMenuBtn--bottom {
    animation: rotateP--reset 0.3s, moveDown 0.2s 0.3s forwards;
}

.active .mobileMenuBtn--bottom {
    animation: moveDown--reset 0.2s, rotateP 0.2s 0.3s forwards;
}

@keyframes rotateP {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(45deg);
    }
}

@keyframes rotateP--reset {
    from {
        transform: rotate(45deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes rotateN {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-45deg);
    }
}

@keyframes rotateN--reset {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes moveDown {
    from {
        transform: rotate(0) translateY(0) translateX(0);
    }
    to {
        transform: rotate(0) translateY(0.8em) translateX(0);
    }
}

@keyframes moveDown--reset {
    from {
        transform: rotate(0) translateY(0.8em) translateX(0);
    }
    to {
        transform: rotate(0) translateY(0) translateX(0);
    }
}

@keyframes moveUp {
    from {
        transform: rotate(0) translateY(0) translateX(0);
    }
    to {
        transform: rotate(0) translateY(-0.8em) translateX(0);
    }
}

@keyframes moveUp--reset {
    from {
        transform: rotate(0) translateY(-0.8em) translateX(0);
    }
    to {
        transform: rotate(0) translateY(0) translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.no-animation {
    animation: none !important;
}

/* Sticky Header A.K.A. Header 2.0 */
#global-header {
    position: absolute;
    top: -44px;
    z-index: 1000;
    width: 100%;
}

@media (min-width:600px) {
    #global-header {
        top: 0;
    }
    html[data-gh-auth] #global-header {
        width: calc(100% - 43px);
    }
}

@media (min-width:600px) and (max-width:1024px) {
    .mobileHeader {
        position: absolute;
        top: 44px;
    }
    .mobileHeader--compact {
        position: fixed;
        top: 0px;
    }
    .mobileMenu {
        top: 119px;
        display: flex;
    }
    .mobileMenu--compact {
        top: 75px;
    }
}

@media(min-width: 1025px) {
    body {
        margin-top: 184px;
    }
    body.logged-in {
        margin-top: 150px;
    }
    .body--compact {
        margin-top: 151px;
    }
    .header {
        top: 44px;
        position: absolute;
        z-index: 10;
    }
    .header--active {
        position: fixed;
        top: 0;
        box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    }
    .header--compact {
        height: 117px;
    }
    .headerTop {
        -webkit-transition: height 0.2s ease-in-out;
        -moz-transition: height 0.2s ease-in-out;
        -ms-transition: height 0.2s ease-in-out;
        -o-transition: height 0.2s ease-in-out;
        transition: height 0.2s ease-in-out;
    }
    .headerTop--compact {
        height: 64px;
    }
    .headerTop__nav {
        margin-left: 20px;
        transition: all 0.2s ease-in-out;
        display: flex;
    }
    .headerNav--compact {
        height: 53px;
    }
    .headerNav--compact #megaMenu__bottom {
        top: 53px;
    }
    .siteLogo--main {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .header--compact .siteLogo--main {
        font-size: 27px;
    }
    #searchForm {
        margin-left: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .menu-quicklinks a {
        color: #9BC7EE; /* $primaryLighter */
        white-space: nowrap;
    }
    .menu-quicklinks {
        display: flex;
        height: 50px;
        flex-flow: row nowrap;
        justify-content: start;
        align-items: center;
        list-style-type: none;
    }
    .headerTopMenu {
        -webkit-transition: width 0.2s ease-in-out;
        -moz-transition: width 0.2s ease-in-out;
        -ms-transition: width 0.2s ease-in-out;
        -o-transition: width 0.2s ease-in-out;
        transition: width 0.2s ease-in-out;
    }
    .headerTopApply {
        margin-left: 10px;
    }
    .headerChat {
        font-weight: 400;
        color: #9BC7EE; /* $primaryLighter */
        white-space: nowrap;
        cursor: pointer;
        position: relative;
    }
    .headerChat:hover {
        text-decoration: underline;
    }
    .headerChat strong {
        font-weight: 400;
        color: #9BC7EE; /* $primaryLighter */
        white-space: nowrap;
        cursor: pointer;
    }
    .headerChat:before {
        content: '\00B7';
        display: inline-block;
        font-size: 60px;
        left: -3px;
        padding: 0 1px;
        color: #5CBB81;
        top: calc(50% - 13px);
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
}

@media (max-width: 1350px) {
    .headerTop {
        padding-right: 50px;
    }
    .mainNav {
        padding-right: 30px;
    }
    .header--compact #searchForm {
        margin-left: 30px;
    }
    .header--compact .headerTop__nav {
        margin-left: 20px;
    }
}

@media (max-width: 1290px) {
    #megaMenu__bottom {
        padding: 0 1em;
    }
}

@media (max-width: 1115px) {
    .header--compact .headerTop__nav {
        width: 460px;
    }
    .header--compact .headerChat:before {
        left: -6px;
    }
    .header--compact .headerTopMenu li {
        padding: 0 10px;
    }
}