/*! Flickity v2.2.0 https://flickity.metafizzy.co */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19F}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/*--------------------------------------------------------------
Light Reset
--------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: noto-serif, serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
main {
    display: block;
}
strong {
    font-weight: bold;
}
figure {
    margin: 0;
    position: relative;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    padding: 0;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
address {
    font-style: normal;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/*--------------------------------------------------------------
Basic Element Styles
--------------------------------------------------------------*/
h1,h2,h3 {
    font-family: futura-pt-bold, sans-serif;
}
h1 {
   font-size: 3.75rem;
    line-height: .9;
    text-transform: uppercase;
    margin:0 0 1em;
}
h2 {
    font-size: 1.75rem;
    line-height: 1;
    text-transform: uppercase;
    margin:2em 0 1em;
}
h3 {
    font-size: 1.375rem;
    line-height: 1;
    margin:2em 0 .75em;
}
h4 {
    font-size: 1rem;
    margin:0 0 .5em;
    text-transform: uppercase;
}
p {
    margin:0 0 1.5em;
    line-height: 1.9;
}
ul,ol {
    margin:1.5em 0;
    padding: 0 0 0 4em;
    font-weight: 300;
    line-height: 1.9;
}
a {
    color: #326295;
    text-decoration: none;
    font-weight: 700;
    transition:all .2s;
}
a.cover {
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: none !important;
}

/*--------------------------------------------------------------
Colors & Backgrounds
--------------------------------------------------------------*/
.gray-bg {
    background-color: #e4eded;
}
.blue-bg, 
.button.blue:before,
.blue-overlay:after {
    background-color: #326295;
}
.lt-blue-bg, 
.button.lt-blue:before,
.lt-blue-overlay:after {
    background-color: #ffffff;
}
.teal-bg, 
.button.teal:before,
.teal-overlay:after {
    background-color: #00bfb3;
}
.red-bg, 
.button.red:before,
.red-overlay:after {
/    background-color: #fa4616;

    background-color: #326295;
}
.yellow-bg, 
.button.yellow:before,
.yellow-overlay:after {
    background-color: #f2a900;
}
.blue-overlay:before {
    background-color: #f2a900;
}
.teal-overlay:before {
    background-color: #fa4616;
}
.red-overlay:before {
    background-color: #00bfb3;
}
.yellow-overlay:before {
    background-color: #00bfb3;
}
.blue-border {
    border-color: #326295 !important;
}
.lt-blue-border {
    border-color: #ffffff !important;
}
.teal-border {
    border-color: #00bfb3 !important;
}
.red-border {
    border-color: #fa4616 !important;
}
.yellow-border {
    border-color: #f2a900 !important;
}
.blue {
    color: #326295;
}
.lt-blue {
    color: #ffffff;
}
.teal {
    color: #00bfb3;
}
.red {
    color: #fa4616;
}
.yellow {
    color: #f2a900;
}
.blue-opacity {
    background-color: rgba(50,98,149,.8);
}
.lt-blue-opacity {
    background-color: rgba(136,219,223,.8);
}
.teal-opacity {
    background-color: rgba(0,191,179,.8);
}
.red-opacity {
    background-color: rgba(250,70,22,.8);
}
.yellow-opacity {
    background-color: rgba(242,169,0,.8);
}

/*--------------------------------------------------------------
Icon Font
--------------------------------------------------------------*/
@font-face {
    font-family: "Gordon-State";
    src: url("../webfonts/gordon-state.eot");
    src: url("../webfonts/gordon-state.eot?#iefix") format("embedded-opentype"),
       url("../webfonts/gordon-state.woff2") format("woff2"),
       url("../webfonts/gordon-state.woff") format("woff"),
       url("../webfonts/gordon-state.ttf") format("truetype"),
       url("../webfonts/gordon-state.svg#Gordon-State") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Gordon-State";
        src: url("../fonts/gordon-state.svg#Gordon-State") format("svg");
    }
}
[data-gs]:before { content: attr(data-gs); }
.gs, [data-gs]:before, [class^="gs-"]:before, [class*=" gs-"]:before {
    display: inline-block;
    font-family: "Gordon-State";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.gs-alert:before { content: "\f114"; }
.gs-award:before { content: "\f111"; }
.gs-black-board:before { content: "\f101"; }
.gs-bullhorn-megaphone:before { content: "\f115"; }
.gs-caret-arrowhead-facing-down:before { content: "\f113"; }
.gs-chevron-left:before { content: "\f108"; }
.gs-clock:before { content: "\f109"; }
.gs-diploma:before { content: "\f103"; }
.gs-donation:before { content: "\f110"; }
.gs-large-checkmark:before { content: "\f10f"; }
.gs-group:before { content: "\f100"; }
.gs-home:before { content: "\f116"; }
.gs-info:before { content: "\f10a"; }
.gs-left:before { content: "\f106"; }
.gs-map-marker:before { content: "\f10b"; }
.gs-map-pin:before { content: "\f10c"; }
.gs-menu:before { content: "\f112"; }
.gs-report-card:before { content: "\f102"; }
.gs-right:before { content: "\f107"; }
.gs-right-pointing-arrow:before { content: "\f105"; }
.gs-search:before { content: "\f117"; }
.gs-task:before { content: "\f10d"; }
.gs-pdf:before { content: "\f11c"; }
.gs-close:before { content: "\f11e"; }
.gs-checkmark:before { content: "\f11d"; }
.gs-no:before { content: '\f128'; }
.gs-facebook:before { content: "\f120"; }
.gs-twitter:before { content: "\f122"; }
.gs-youtube:before { content: "\f123"; }
.gs-instagram:before { content: "\e824"; }
.gs-briefcase:before { content: "\f12b"; }
.gs-globe:before { content: "\f12d"; }
.gs-laurel-wreath:before { content: "\f12a"; }
.gs-museum:before { content: "\f12c"; }
.gs-open-box:before { content: "\f129"; }
.gs-paint-palette:before { content: "\f12f"; }
.gs-list:before { content: "\f130"; }
.gs-test-tube:before { content: "\f12e"; }
.gs-doc:before { content: '\f124'; }
.gs-zip:before { content: '\f125'; }
.gs-day:before { content: '\f126'; }
.gs-night:before { content: '\f127'; }

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button {
    display: inline-block;
    font:1.1875rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    border:4px solid #f2a900;
    border-radius: 12px;
    padding:1em 1.25em;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -125%;
    left: 0;
    right: 0;
    bottom: -125%;
    background-color: #f2a900;
    border-radius: 100%;
    transform: scale(0);
    transition: color .3s;
}
.button:hover, .button:focus, .button:active {
    color: #fff;
}
.button:hover:before, .button:focus:before, .button:active:before {
    transition: transform .3s ease-out;
    transform: scale(2);
}
.arrow:after {
    content:"\f105";
    font-family: "Gordon-State";
    margin-left: 15px;
    transition:margin .3s;
}
.read-more {
    font:1.1875rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    display: block;
}

/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/
.carousel {
    /*margin-bottom: 3em;*/
}
.flickity-button {
    background: transparent;
}
.flickity-button-icon {
    fill: #000;
}
.flickity-prev-next-button {
    top: auto;
    transform: none;
    bottom: -50px;
    z-index: 2;
}
.flickity-prev-next-button:hover .flickity-button-icon {
    fill: #f2a900;
}
.flickity-prev-next-button.previous {
    left: auto;
    right: 38px;
}
.flickity-prev-next-button.next {
    right: -8px;
}
.flickity-page-dots {
    bottom: -35px;
}
.flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: transparent;
  border: 3px solid #000;
}
.flickity-page-dots .dot.is-selected {
  background: #000;
}

/*--------------------------------------------------------------
Accordion
--------------------------------------------------------------*/
.accordion dt {
    border:8px solid #e4eded;
    font: 1.375rem futura-pt-bold, sans-serif;
    border-radius: 4px;
    padding: 1em 12% 1em 1.5em;
    position: relative;
    cursor: pointer;
    margin-top: 1.25em;
    transition: all .2s;
}
.accordion dt:hover, .accordion dt.active {
    background-color: #326295;
    border-color: #326295;
    color: #fff;
}
.accordion dt:after {
    content:'+';
    color: #f2a900;
    font:700 2.75rem/1 pt-sans, sans-serif;
    position: absolute;
    right: .75em;
    top:50%;
    transform: translateY(-50%);
}
.accordion dt.active:after {
    content:'-';
    transform:scale(1.75, 1) translate3d(-2px,-55%, 0);
}
.accordion dd {
    margin:0;
    padding: 1em 0;
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/
.page-content table {
    border-collapse: collapse;
    margin:1.5em 0;
    width: fit-content !important;
    max-width: 100%;
    overflow-x: auto;
    display: block;
}
.page-content th {
    font:1rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    padding: 1em 2em;
    text-align: center;
}
.page-content table td {
    font:1rem/1 pt-sans, sans-serif;
    border-top: 1px solid #e4eded;
    border-right: 1px solid #e4eded;
    padding: 1em;
    text-align: center;
}
.page-content table td:last-child {
    border-right: none;
}
.page-content table .degree-title {
    font:1rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    color: #00bfb3;
    text-align: left;
}
.page-content table .course {
    font:700 .875rem/1 pt-sans, sans-serif;
}
table .gs-checkmark,
table .gs-no,
table .gs-day,
table .gs-night {
    font-size: 1.5rem;
}
table .gs-checkmark {
    color: #00bfb3;
}
table .gs-no {
    color: #fa4616;
}
.gs-day {
    color: #f2a900;
}
.gs-night {
    color: #326295;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-container {
    max-width: 1500px;
    padding:0 2.6%;
    margin:0 auto;
    display: grid;
    grid-template-columns: 15.5% 79%;
    grid-gap: 0 5.5%;
}
#site-logo {
    margin-top: 25px;
}
.top-bar {
    display: flex;
    white-space: nowrap;
    justify-content: flex-end;
}
/* Gateway + Utility Nav */
#gateway-nav-toggle {
    display: none;
    font:700 .9rem/1 pt-sans, sans-serif;
    padding: 1.125em 1em;
    cursor: pointer;
}
#gateway-nav-toggle:after {
    content:"\f113";
    font-family: 'Gordon-State';
    font-size: 1.25rem;
    vertical-align: middle;
}
#gateway-nav-toggle:hover {
    color: #326295;
}
.gateway-nav ul {
    list-style: none;
    margin:0;
    padding: 0 0 0 1.75em;
    background:#e4eded;
}
.utility-nav ul {
    list-style: none;
    margin:0;
    background:#e4eded;
    padding: 0 .2em 0 0;
}
.gateway-nav li, 
.utility-nav li {
    display: inline-block;
    margin:.7em 1.75em .7em 0;
}
.gateway-nav a {
    font:700 1.0625rem/1 pt-sans, sans-serif;
    color: #000;
    position: relative;
    display: inline-block;
}
.gateway-nav a:after,
.utility-nav a:after {
    content:'';
    height: 2px;
    width:0%;
    background: #000;
    transition:.2s;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.link-give a:after, .link-apply a:after {
    background: #fa4616;
}
.gateway-nav .active a:after, 
.gateway-nav a:hover:after,
.utility-nav .active a:after, 
.utility-nav a:hover:after {
    width:100%;
}
.utility-nav li:before {
    content:'';
    border-left: 2px solid #c0cccc;
    margin-right: 1em;
}
.utility-nav li {
    margin-right: 1em;
}
.utility-nav a {
    font:1.0625rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    position: relative;
    color: #000;
    display: inline-block;
}
.link-give a,.link-apply a {
    color:#326295;
}
/* Main Nav */
#main-nav-toggle {
    display: none;
}
#main-nav {
    background:#326295;
    grid-column: 1/-1;
    margin:1.25em 2.8% 0;
    box-shadow: 0 8px 22px rgba(0,0,0,.2);
    position: relative;
    z-index: 3;
}
#main-nav ul {
    margin:0;
    padding: 2em;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
#main-nav a {
    color: #fff;
    font:1.125rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    position: relative;
}
#main-nav a:after {
    content:'';
    height: 4px;
    width:0%;
    background: #fff;
    transition:.2s;
    position: absolute;
    bottom: -6px;
    left: 0;
}
#main-nav .active a:after, #main-nav a:hover:after {
    width:100%;
}
/* Search */
#search-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    background-color: #326295;
    width:70px;
    height: 70px;
    cursor: pointer;
    transition: background-color .2s;
    position: relative;
}
#search-toggle span {
    display: block;
    position: absolute;
    transition: all 1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
#search-toggle:hover {
    background-color: #ffffff;
}
#site-search #search-toggle .gs-close {
    font-size: 3rem;
    opacity: 0;
    transform: scale3d(0, 0, 0);    
}
#site-search.open #search-toggle .gs-close {
    opacity: 1;
    transform: scale3d(1, 1, 1); 
}
#site-search.open #search-toggle .gs-search {
    opacity: 0;
    transform: scale3d(0, 0, 0); 
}
#site-search {
    position: relative;
}
#site-search form {
    position: absolute;
    top: 0;
    right: 70px;
    width:0;
    overflow: hidden;
    transition:all .2s;
}
#site-search input[type="search"] {
    background: #fff;
    border:6px solid #326295;
    font-size: 1.25rem;
    color: #000;
    font-family: pt-sans, sans-serif;
    font-weight: 700;
    padding: .8em;
    width:285px;
}
#site-search.open form {
    width:285px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#global-footer {
    background: #326295;
    color: #fff;
    padding:4.5em 0 2.5em;
}
#global-footer h4 {
    color: #ffffff;
    font:1.0625rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
}
#global-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#global-footer .button {
    color: #fff;
    white-space: nowrap;
}
.footer-container {
    max-width: 1500px;
    padding:0 2.6%;
    margin:0 auto;
    display: grid;
    grid-template-columns: 1.25fr 3fr 1.25fr 1.5fr;
    grid-gap: 0 2.5%;
}
#site-logo-footer {
    text-align: center;
    max-width: 142px;
}
#site-logo-footer p {
    font:700 .875rem/1.2 pt-sans, sans-serif;
    margin-top: 1em;
}
.footer-nav ul {
    column-count: 2;
}
.footer-nav li {
    margin: 0 0 1.75em;
}
.footer-nav a {
    font:700 1.375rem pt-sans, sans-serif;
    color: #fff;
    position: relative;
}
.footer-nav a:after {
    content:'';
    height: 4px;
    width:0%;
    background: #f2a900;
    transition:.2s;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.footer-nav a:hover:after {
    width:100%;
}
.info-nav a {
    font:700 .875rem pt-sans, sans-serif;
    color: #fff;
}
.info-nav a:hover {
    color: #f2a900;
}
#global-footer .last {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.social-nav {
    margin-top: 2em;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    margin-right: .1em;
    transform: perspective(1px) translateZ(0);
    transition: transform .3s ease-out;
    backface-visibility: hidden;
}
.social-nav li:last-child a {
    margin-right: 0;
}
.social-nav a:hover {
    transform: translateY(-8px);
}
.gs-twitter {
    padding-right: .3em;
}
.gs-youtube {
    padding-right: .45em;
}
.copyright {
    display: flex;
    grid-column: 1/-1;
    justify-content: space-between;
    padding-top: 2em;
    color: #ffffff;
    font:700 .875rem/1.2 pt-sans, sans-serif;
}
.copyright address {
    display: inline;
    margin-left: 18px;
}
.copyright a {
    color: #ffffff;
    margin-left: 18px;
}
.copyright a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
Containers
--------------------------------------------------------------*/
#main {
    position: relative;
}
.wide-container {
    max-width:1500px;
    padding:0 2.6%;
    margin:0 auto;
}
.container {
    max-width: 1420px;
    padding:0 2.8%;
    margin:0 auto;
}
.block-container {
    position: relative;
}
.has-sidebar {
    display: grid;
    grid-template-columns: 63.4% 29.4%;
    grid-gap: 0 7.2%;
}
.content {
    font-size:1.125rem;
    padding-bottom: 3em;
}
.sidebar .block {
    margin-bottom: 3em;
    padding: 0;
}

/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
#breadcrumb {
    font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase;
    font-size: .6875rem;
    margin:3.5em 0;
}
#breadcrumb * {
    vertical-align: middle;
}
#breadcrumb i {
    margin:0 .75em 0 1.25em;
}
#breadcrumb a i {
    font-size: 1rem;
    line-height: 1;
    margin:0;
}
#breadcrumb a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
Section Nav
--------------------------------------------------------------*/
.section-nav ul {
    list-style: none;
    padding:0;
    margin:0;
}
.section-nav a {
    display: block;
    line-height: 1.2;
}
.section-nav > ul > li > a { /*Top Level*/
    font-family: futura-pt-bold, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    background: #326295;
    color: #fff;
    padding:1.0em 2em;
}
.section-nav > ul > li > ul > li > a { /*Second Level*/
    font:700 1.125rem pt-sans, sans-serif;
    color: #000;
    background: #e4eded;
    border-left: 6px solid transparent;
    padding:.9em 3.25em .9em 1.675em;
    position: relative;
    transition: all .2s;
}
.section-nav > ul > li > ul > li > a.is-active,
.section-nav > ul > li > ul > li > a:hover {
    border-color: #f2a900;
    background: #fff;
}
.section-nav > ul > li > ul > li > a.is-active:after {
    content:'';
    display: block;
    width:12px;
    height: 12px;
    border-radius: 50%;
    background: #f2a900;
    position: absolute;
    right:1.25em;
    top:50%;
    transform: translateY(-50%);
}
.section-nav ul ul ul { /*Third Level*/
    background: #d8e3e3;
    padding:.75em 3.5em;
}
.section-nav ul ul ul a {
    font:400 .9375rem pt-sans, sans-serif;
    color: #000;
    padding:.675em 0;
}
.section-nav ul ul ul a.is-active,
.section-nav ul ul ul a:hover {
    font-weight: 700;
}
.section-nav ul ul ul ul { /*Fourth Level*/
    padding: 0 0 .5em 2em;
}
.section-nav ul ul ul ul li {
    list-style: disc;
}
.section-nav ul ul ul ul a {
    font-size: .875rem;
    padding: .5em 0;
}
.section-nav ul ul ul ul ul { /*Fifth Level*/
    padding: 0 0 0 1.25em;
}
.section-nav ul ul ul ul ul li {
    list-style: circle;
}
.section-nav ul ul ul ul ul a {
    font-size: .8125rem;
    padding: .125em 0;
}

/*--------------------------------------------------------------
Block Styles
--------------------------------------------------------------*/
.block {
    padding:4.5em 0;
}
.blocks-2-up .container {
    display: grid;
    grid-template-columns: 48.8% 48.8%;
    grid-gap: 2.4%;
}
.block.less-padding {
    padding: 2em 0 4em;
}
.has-sidebar .block .container {
    padding: 0;
}
.has-sidebar .block:first-child,
.has-sidebar .block:first-child h2:first-child {
    margin-top: 0;
}
h3.bar-heading {
    font:3.375rem/.85 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    border-left: 6px solid #326295;
    padding: .15em 0 .15em .7em;
    margin:0 0 1em;
    grid-column: 1/-1;
}
h3.bar-heading.heading-medium {
    font-size: 2.125rem;
}

/*--------------------------------------------------------------
Announcements
--------------------------------------------------------------*/
.announcement-container {
    position: absolute;
    top: 3em;
    width: 100%;
    max-width: 1500px;
    padding: 0 2.6%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
}
#announcement {
    position: relative;
    right: 2.8%;
    width:46%;
    border-radius: 0 0 12px 12px;
    color: #fff;
    padding: 1.25em;
}
#announcement h4 {
    font:.9375rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    padding-right: 2.5em;
    text-indent: -3em;
    margin-left: 3em;
}
#announcement h4:before {
    content: "\f115";
    font-family: 'Gordon-State';
    vertical-align: text-bottom;
    line-height: .7;
    font-size: 2.25rem;
    margin-right: 8px;
}
#announcement p {
    font:700 1rem/1.3 pt-sans, sans-serif;
    margin: 0;
}
#announcement .close {
    position: absolute;
    top: 0;
    right: .5em;
    font-size: 2rem;
    cursor: pointer;
    transition: color .2s;
}
#announcement .close:hover {
    color: #000;
}
.page-hero + .announcement-container #announcement {
    width: 38%;
}
.has-sidebar .announcement-container {
    position: static;
    padding: 0;
    transform: none;
    display: block;
}
.has-sidebar #announcement {
    position: static;
    width:100%;
    border-radius: 6px;
}
#breadcrumb + .announcement-container {
    max-width: 1420px;
    position: static;
    transform: none;
    display: block;
    margin:0 auto;
}
#breadcrumb + .announcement-container #announcement {
    position: static;
    width:66%;
    border-radius: 6px;
    margin-bottom: 4em;
}

/*--------------------------------------------------------------
Heroes
--------------------------------------------------------------*/
.hero {
    margin-top: -3em;
}
.hero figure:after {
    content:'';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 87%;
    width: 100%;
}
.hero img {
    display: block;
    object-fit: cover;
}
.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width:58%;
    padding-left: 6.3%;
    padding-top: 11%;
}
.hero-content:before {
    content:'';
    display: block;
    position: absolute;
    width: 6px;
    height: 106%;
    top: 0;
    left: 6%;
    z-index: 1;
}
.hero-content:after {
    content:'';
    display: block;
    position: absolute;
    opacity: .75;
    width: 53%;
    height: 81%;
    top: 45%;
    left: 0;
    max-height: 11.5vw;
}
.hero h1 {
    font-size: 4.6vw;
    line-height: .85;
    margin:0;
    z-index: 1;
    position: relative;
}
.hero h2 {
    font:700 1.5vw/1.5 pt-sans, sans-serif;
    margin:0;
    text-transform: none;
    z-index: 1;
    position: relative;
}
.hero .additional-callout {
    position: absolute;
    bottom: 11%;
    right: 2.6%;
    display: flex;
    align-items: center;
    max-width: 60%;
}
.hero .additional-callout h4 {
    font:700 1.5vw/1.5 pt-sans, sans-serif;
    margin:0 1.5em 0 0;
    text-transform: none;
    display: inline-block;
    color: #fff;
    text-align: right;
}
.hero .additional-callout a {
    color: #fff;
}
.hero .button {
    white-space: nowrap;
}

/* Homepage Hero */
.home-hero .hero-content {
    top:auto;
    left: auto;
    right: 0;
    bottom: 0;
    text-align: right;
}
.home-hero figure:after {
    height: 25%;
}
.home-hero .hero-content {
    width: 71%;
    padding:0 8% 13% 0;
}
.home-hero .hero-content:before {
    left: auto;
    height: 100%;
    right: 6%;
}
.home-hero .hero-content:after {
    width: 96%;
    height: 74%;
    left: auto;
    right: 0;
    max-height: none;
    top: -14%;
}
.home-hero h1 {
    font-size: 5.6vw;
    margin-bottom: .25em;
}
.home-hero .additional-callout {
    bottom: 4%;
    right: 8%;
}

/*--------------------------------------------------------------
Intro
--------------------------------------------------------------*/
.two-col-intro {
    padding-bottom: 3em;
}
.two-col-intro .block-container {
    display: grid;
    grid-template-columns: 43.2% 54.5%;
    grid-gap:0 2.3%;
}
.two-col-intro h3 {
    font:1.6875rem/.9 futura-pt-bold, sans-serif;
    margin:.25em 0;
    text-transform: uppercase;
}
.two-col-intro p {
    font-size: 1.125rem;
}

/*--------------------------------------------------------------
Page Content Block
--------------------------------------------------------------*/
.page-content.block {
    padding: 0;
    margin:2.5em 0 4em;
    clear: both;
}
.page-content h2 {
    width: 60%;
    margin:1em 0 .75em;
}
.has-sidebar .page-content h2 {
    width: auto;
}
.page-content p {
    font-size: 1.125rem;
}
.page-content figure {
    margin:2.5em 0;
}
.page-content figure img {
    display: block;
}
.page-content figcaption {
    background: #e4eded;
    font:400 .875rem/1.4 pt-sans, sans-serif;
    padding: 1em 1.5em;
}
.page-content a u {
    text-decoration: none;
}
.page-content .pubdate {
    font:700 1.125rem/1 'pt-sans', sans-serif;
}

/*--------------------------------------------------------------
Header Callout
--------------------------------------------------------------*/
.header-callout {
    width: 315px;
    border-radius: 6px;
    box-shadow: 28px 28px 0 #e4eded;
    color: #fff;
    float: right;
    text-align: center;
    padding: 2% 4%;
    margin: -2.5em 2.8% 3em;
}
.header-callout p {
    font:700 1.125rem/1.9 pt-sans, sans-serif;
    margin-bottom: .75em;
}
.header-callout .button {
    background: #326295;
    border: none;
    color: #fff;
    padding: 1.25em;
}
.has-sidebar .header-callout {
    float: none;
    width: 92.5%;
    margin:0 0 4em;
}

/*--------------------------------------------------------------
Stats
--------------------------------------------------------------*/
.stats {
    padding:0;
    margin:3em 0;
}
.stats-container {
    display: flex;
    justify-content: center;
}
.single-stat {
    width:23.2%;
    margin-right: 2.4%;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    border:8px solid #e4eded;
}
.single-stat:last-child {
    margin-right: 0 !important;
}
.stat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    line-height: 1.2;
    width: 8.6vw;
    height: 8.6vw;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    margin:-.5em auto .1em;
}
.stat-icon span {
    vertical-align: middle;
}
.stat-number {
    font: 7.4vw/.9 old-standard, serif;
    transform:scale(.77,1);
    letter-spacing: -.08em;
    white-space: nowrap;
}
.stat-description {
    font:700 1.5vw pt-sans, sans-serif;
    padding: 1em 1em 1.5em;
}
.home-stats {
    padding:4.5em 0 2em;
    margin: 0;
}
.home-stats .single-stat {
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    border:none;
    border-top: 14px solid;
}
.home-stats .stat-icon {
    display: block;
    font-size: 5.5rem;
    width: auto;
    height: auto;
    border-radius: 0;
    color: inherit;
    box-shadow: none;
    margin:0;
}
.home-stats .block-container > p {
    width: 55%;
    text-align: center;
    margin:3em auto 1.5em;
    font-size: 1.125rem;
}
.has-sidebar .single-stat {
    width:31.13%;
    margin-right: 3.3%;
}
.has-sidebar .stat-icon {
    width:7.4vw;
    height: 7.4vw;
    font-size: 4vw;
}
.has-sidebar .stat-number {
    font-size: 6.25vw;
}
.has-sidebar .stat-description {
    font-size: 1.25vw;
}

/*--------------------------------------------------------------
Student Spotlight
--------------------------------------------------------------*/
.spotlight {
    display: grid;
    grid-template-columns: 52.3% 47.7%;
    width: 100%;
    color: #fff;
    position: relative;
}
.spotlight-content {
    padding: 16.3% 16.3% 16.3% 0;
}
.spotlight h4 {
    font: 1.625rem/.9 futura-pt-bold, sans-serif;
    border-bottom: 6px solid #ffffff;
    padding: 0 0 1em 16.3%;
    margin-bottom: 1.25em;
}
.spotlight p {
    padding-left: 16.3%;
    font-size: 1.125rem;
}
.spotlight .read-more {
    padding-left: 16.3%;
    color: #ffffff;
}
.spotlight figure {
    height: 100%;
}
.spotlight figure:after {
    content:'';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
}
.spotlight-image {
    overflow: hidden;
}
.spotlight-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transform: perspective(1px) translateZ(0);
    transition: transform .3s;
}
.spotlight-image figcaption {
    position: absolute;
    bottom: 6%;
    left: 8%;
    font:700 1.375rem/1 pt-sans, sans-serif;
    z-index: 1;
}
.spotlight-image figcaption span {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    opacity: .7;
    padding-top: .5em;
}
.spotlight:hover img {
    transform: scale(1.1);
}
.spotlight:hover .read-more:after {
    margin-left: 20px;
}

/*--------------------------------------------------------------
General Callout
--------------------------------------------------------------*/
.general-callout  {
    height: 100%;
}
h3.bar-heading + .general-callout {
    height: calc(100% - 20.8%);
}
.general-callout figure:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.general-callout figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-left: 10%;
    padding-bottom: 14%;
    z-index: 1;
    width:88%;
}
.general-callout figcaption:after {
    content:'';
    display: block;
    position: absolute;
    opacity: .75;
    width: 87.5%;
    height: 100%;
    bottom: 18%;
    left: 0;
    z-index: -1;
}
.general-callout figcaption.yellow-overlay .read-more {
    color: #000;
}
.general-callout figure {
    overflow: hidden;
    height: 100%;
}
.general-callout img {
    display: block;
    transform: perspective(1px) translateZ(0);
    transition: transform .3s;
    object-fit: cover;
    height: 100%;
    width:100%;
}
.general-callout h4 {
    font:3.9vw/.8 futura-pt-bold, sans-serif;
    color: #fff;
    margin: 0 0 .25em;
}
.general-callout p {
    font:700 1.125rem/1.3 pt-sans, sans-serif;
    margin: 0 0 .375em;
}
.general-callout .read-more {
    display: inline-block;
    margin-top: 1em;
    max-width: 80%;
}
.general-callout:hover img {
    transform: scale(1.1);
}
.general-callout:hover .read-more:after {
    margin-left: 20px;
}

/*--------------------------------------------------------------
Event Listing
--------------------------------------------------------------*/
.single-event-list-item {
    position: relative;
    display: grid;
    grid-template-columns: 15.1% 80%;
    grid-gap:4.9%;
    margin-bottom: 32px;
    transform: perspective(1px) translateZ(0);
    transition:transform .3s;
}
.date-container {
    width:6.9vw;
    height: 6.9vw;
    max-width: 98px;
    max-height: 98px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.date-container .day {
    font:1.4vw/1 pt-sans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.date-container .date {
    font:2.5vw/1.1 futura-pt-bold, sans-serif;
}
.single-event-list-item h4 {
    font:1.75rem/1.3 futura-pt-bold, sans-serif;
    text-transform: none;
    margin:0 0 .125em;
}
.single-event-list-item .pubdate {
    font:700 1.25rem/1 pt-sans, sans-serif;
}
.single-event-list-item p {
    margin:.25em 0 0;
}
.events-listing .button {
    margin:1em 0 2em 20%;
}
.single-event-list-item:hover {
    transform: scale(0.95);
}

/*--------------------------------------------------------------
Blog Listing
--------------------------------------------------------------*/
.blog-listing {
    padding-left: 6.3%;
}
.single-article-list-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 135px;
    grid-gap:4.9%;
    margin-bottom: 31px;
    align-items: center;
    transform: perspective(1px) translateZ(0);
    transition:transform .3s;
}
.single-article-list-item h4 {
    font:1.75rem/1.3 futura-pt-bold, sans-serif;
    text-transform: none;
    margin:0 0 .25em;
}
.single-article-list-item .pubdate {
    font:700 1rem/1 pt-sans, sans-serif;
}
.single-article-list-item .pubdate:before {
    content: "\f109";
    font:normal 1.375rem/.9 'Gordon-State';
    vertical-align: middle;
    margin-right: 5px;
}
.single-article-list-item figure {
    border-radius: 12px;
    overflow: hidden;
}
.single-article-list-item img {
    display: block;
}
.blog-listing .button {
    margin-bottom: 2em;
}
.single-article-list-item:hover {
    transform: scale(0.95);
}

/*--------------------------------------------------------------
Social Listing
--------------------------------------------------------------*/
.social-feed h2 {
    margin:0 0 1.25em;
}
.social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2.4%;
}
.social-grid figure {
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
}
.social-grid figure > div {
    overflow: hidden;
}
.social-grid img {
    display: block;
    transform: perspective(1px) translateZ(0);
    transition: transform .3s;
}
.social-grid figcaption {
    padding: 6% 9%;
    position: relative;
}
.social-grid .pubdate {
    font-family: futura-pt-bold, sans-serif;
    color: #8b9191;
    text-transform: uppercase;
    display: block;
    margin:0 0 .25em;
}
.social-grid figcaption p {
    font:.875rem/1.5 pt-sans, sans-serif;
    margin:0;
    word-wrap: break-word;
}
.social-grid figcaption:before {
    font-family: 'Gordon-State';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -23px;
    right:5%;
}
figure.facebook figcaption:before {
    content:"\f120";
    background: #4267b2;
}
.social-grid figure:hover img {
    transform: scale(1.1);
}
#curator-feed-gordon-state {
    font-family: pt-sans, sans-serif;
}
.crt-grid-post-content {
    background-color: #fff;
}
.crt-grid-post .crt-post-hover .crt-post-text {
    font-size: .875rem !important;
}
.crt-grid-post .crt-social-icon i,
.crt-no-touch .crt-grid-post .crt-post-c:hover .crt-social-icon-normal {
    opacity: 1 !important;
}
.crt-grid-post-content:after {
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,.2) 9%,rgba(0,0,0,.08) 14%,rgba(0,0,0,0) 20%);
  z-index:1;
}
.crt-post-share {
    display: none;
}

/*--------------------------------------------------------------
Image/Button Callout
--------------------------------------------------------------*/
.image-buttons-callout {
    padding: 5em 0;
}
.image-buttons-callout .block-container {
    display: grid;
    grid-template-columns: 46.8% 45.4%;
    grid-gap:7.8%;
}
.image-buttons-callout img {
    display: block;
    box-shadow: 0 8px 20px rgba(33,58,57,.2);
}
.button-callout {
    background: #326295;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color:#ffffff;
    border-radius: 4px;
    padding-right: 8%;
    transform: perspective(1px) translateZ(0);
    transition:transform .3s;
}
.button-callout:last-child {
    margin-bottom: 0;
}
.button-callout span {
    font-size: 5.5rem;
    padding: 0 6%;
}
.button-callout h3 {
    font: 1.625rem/.9 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin:0 0 .5em;
}
.button-callout p {
    font:1.125rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    margin:0;
}
.button-callout p:after {
    content:"\f105";
    font-family: "Gordon-State";
    margin-left: 12px;
    font-size: 1.25rem;
}
.button-callout:hover {
    transform: scale(0.93);
}

/*--------------------------------------------------------------
Schools List
--------------------------------------------------------------*/
.schools-list {
    padding:7em 0 1em;
}
.schools-list .block-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 2.4%;
}
.school-item {
    background: #fff;
    padding: 0 8% 8%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    transform: perspective(1px) translateZ(0);
    transition: transform .3s ease-out;
}
.school-item figure {
    overflow: hidden;
    border-radius: 50%;
    width: 11.96vw;
    height: 11.96vw;
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    margin: -3vw auto 0;
}
.school-item img {
    display: block;
}
.school-item h3 {
    font:1.75rem/.9 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    margin:1.5em 0 1em;
    padding: 0 6%;
}
.school-item .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:4px solid #f2a900;
    color:#326295;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transition: all .2s;
}
.school-item .arrow:after {
    margin:0;
    font-size: 1.25rem;
}
.school-item:hover {
    transform: translateY(-12px);
}
.school-item:hover .arrow {
    background-color: #f2a900;
    color: #fff;
}
.full-width-button {
    color: #fff;
    font:1.75rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 1em;
    margin: 2em 0;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}
.full-width-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -200%;
    left: 0;
    right: 0;
    bottom: -200%;
    background-color: #326295;
    border-radius: 100%;
    transform: scale(0);
    transition: color .3s;
}
.full-width-button:hover:before, .full-width-button:focus:before, .full-width-button:active:before {
    transition: transform .3s ease-out;
    transform: scale(2);
}

/*--------------------------------------------------------------
Departments List
--------------------------------------------------------------*/
.departments-list {
    padding-top: 0 !important;
}
.department-item {
    padding-right: 5%;
}
.department-item span {
    font-size: 4.5rem;
    padding: 0 4%;
}
.department-item h3 {
    margin:0;
    padding-right: 1em;
}
.degree-count {
    margin-left: auto;
    font-family: pt-sans, sans-serif;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.degree-count span {
    display: inline-block;
    font-size: 1em !important;
    width:34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255,255,255,.3);
    margin-right: 5px;
}

/*--------------------------------------------------------------
Degree List
--------------------------------------------------------------*/
.degree-list {
    padding: 0 !important;
}
.degree-group {
    padding:4% 5.9%;
    margin-bottom: 45px;
}
.degree-group h3 {
    text-transform: uppercase;
    font-size: 1.75rem;
    margin:0 0 1em;
}
.degree-group figure {
    display: grid;
    grid-template-columns: 28.6% 67%;
    grid-gap:4.4%;
}
.degree-group img {
    display: block;
}
.degree-group ul {
    list-style: none;
    padding: 0;
    margin: .5em 0 0;
    font-family: pt-sans,sans-serif;
}
.degree-group li {
    margin:.5em 0;
}
.degree-group a {
    background: none !important;
    display: inline-block;
    line-height: 1.4;
}
.degree-group li a:after {
    content:"\f105";
    font-family: "Gordon-State";
    margin-left: 8px;
    font-size: .875rem;
    transition:margin .3s;
}
.degree-group a:hover {
    color:#000;
}
.degree-group a:hover:after {
    margin-left: 13px;
}

/*--------------------------------------------------------------
Degree Requirements
--------------------------------------------------------------*/
.degree-requirements {
    padding: 0 !important;
    color: #fff;
}
.requirements-header {
    padding:6% 8.4% 0;
}
.requirements h3 {
    text-transform: uppercase;
    font-size: 1.75rem;
    margin:0;
}
.requirements .accordion dt {
    color: #ffffff;
    border-color: #ffffff;
}
.requirements .accordion dt:after {
    color: #ffffff;
}
.requirements .accordion dt:hover,
.requirements .accordion dt:hover:after,
.requirements .accordion dt.active,
.requirements .accordion dt.active:after {
    color: #fff;
}
.requirements .accordion dd,
.requirements .accordion dd ul {
    font:700 1rem/1.7 pt-sans, sans-serif;
}
.requirements-content {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    padding: 1em 8.4%;
    font: 700 1rem pt-sans, sans-serif;
}
.requirements-content ul {
    font-weight: 700;
    list-style: none;
    padding: 0;
    font-size: 1rem;
}
.requirements-content > div > div {
    display: flex;
    align-items: center;
}
.requirements-content h4 {
    color: #ffffff;
    font:1rem/.9 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    max-width: 62%;
    margin:0;
    padding-right: 1.75em;
}
.requirements-content .hours {
    font:.875rem/.9 futura-pt-bold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 1.125em 0 1.125em 2em;
    border-left: 1px solid #ffffff;
}
.requirements-content .hours span {
    font-size: 1.875rem;
}
.requirements-footer {
    background: #e4eded;
    color: #326295;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.requirements-footer > div {
    background-color: #ffffff;
    padding:1.5em 8.5%;
}
.requirements-footer h4 {
    font: 1.25rem/.9 futura-pt-bold;
    text-transform: uppercase;
    padding-left: 8.4%;
    margin: 0;
}
.requirements-footer .hours {
    font:1rem/1.1 futura-pt-bold;
    text-transform: uppercase;
}
.requirements-footer .hours span {
    font-size: 2.25rem;
    display: block;
    color: #000;
}

/*--------------------------------------------------------------
Download Block
--------------------------------------------------------------*/
.download-block {
    padding:3.5em 0 1.5em;
}
.download-block .block-container {
    border:8px solid #e4eded;
    padding: 3em 8.4% 1em;
}
.download-block h3 {
    font-size: 1.75rem;
    text-transform: uppercase;
    margin: 0 0 1.25em;
}
.download-block p,
.download-block ul,
.download-block ol {
    font: 400 1rem/1.9 pt-sans, sans-serif;
}
.download-button {
    display: inline-flex;
    align-items: center;
    background: #e4eded !important;
    border-radius: 12px;
    font:700 1.125rem/1.2 pt-sans, sans-serif;
    color: #000;
    padding:1.25em 2.5em 1em 2.5em;
    margin-bottom: 1.5em;
    transform: perspective(1px) translateZ(0);
    transition:transform .3s;
}
.download-button:after {
    content: "\f107";
    font-family: 'Gordon-State';
    font-size: 3rem;
    font-weight: 400;
    margin-left: .5em;
    vertical-align: middle;
    display: inline-block;
}
.download-button.type-default:after {
    transform: rotate(90deg);
    font-size: 2.5rem;
    color: #326295;
}
.download-button.type-pdf:after {
    content: "\f11c";
    color: #ff0000;
}
.download-button.type-doc:after {
    content: "\f124";
    color: #0056a7;
}
.download-button.type-zip:after {
    content: "\f125";
    color: #f1b61d;
}
.download-button:hover {
    transform: scale(0.93);
}
.download-block-small {
    border:8px solid #e4eded;
    display: flex;
    align-items: center;
    padding: 1.67% 6%;
    margin-top: 4%;
}
.download-block-small:first-child {
    margin-top: 0;
}
.download-block-small > div:first-child {
    padding-right: 4%;
}
.download-block-small h3 {
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-top: 1em;
}

/*--------------------------------------------------------------
Quick Links
--------------------------------------------------------------*/
.quick-links {
    margin:4em 0;
    padding: 0 !important;
}
.quick-links .block-container {
    padding:3% 4.5% 1% 3.5%;
    display: grid;
    grid-template-columns: 34% 62%;
    grid-gap: 0 4%;
}
.quick-links .heading-group {
    display: flex;
    align-items: center;
}
.quick-links .heading-group span {
    font-size: 5rem;
    margin-right: .25em;
    line-height: 1;
}
.quick-links h3 {
    font-size: 1.75rem;
    text-transform: uppercase;
    margin: 0;
}
.quick-links p {
    margin-top: 1.5em;
    padding-left: 2%;
}
.quick-links ul {
    padding: 0 2%;
    list-style: none;
    columns:2;
    column-gap: 9%;
    font: 1.125rem/1.2 pt-sans, sans-serif;
}
.quick-links li {
    margin-bottom:1em;
    display: inline-block;
    width:100%;
}
.quick-links a {
    color: #000;
    background: #fff;
    font-size: 1.375rem;
    display: flex;
    border-radius: 8px;
    padding: .875em;
    justify-content: space-between;
    box-shadow: 0 2px 1px rgba(33,58,57,.1);
}
.quick-links a:after {
    content:"\f105";
    font-family: "Gordon-State";
    margin-left: 15px;
    font-size: 1.25rem;
    line-height: 1.3;
}
.quick-links a:hover {
    background: #326295;
    color: #fff;
}
.blocks-2-up .quick-links {
    padding: 6% 6% 1% !important;
    height: 100%;
    margin:0;
}
.blocks-2-up .quick-links .block-container {
    padding: 0;
    display: block;
}
.blocks-2-up .quick-links a {
    font-size: 1.125rem;
    display: inline;
    background: none;
    padding: 0;
    box-shadow: none;
}
.blocks-2-up .quick-links a:after {
    display: none;
}
.blocks-2-up .quick-links a:hover {
    text-decoration: underline;
    color: #000;
    background: none;
}
.content .quick-links {
    padding: 0;
    margin:2em 0;
}
.content .quick-links a {
    background: #fff !important;
    font-size: 1.125rem;
}
.content .quick-links a:after {
    font-size: 1.125rem;
}
.content .quick-links a:hover {
    background: #326295 !important;
}

/*--------------------------------------------------------------
Other Degrees Carousel
--------------------------------------------------------------*/
.other-degrees .card-callout {
    width: 31.8%;
    margin:2em 2.3% 2em 0;
}

/*--------------------------------------------------------------
Card Callouts
--------------------------------------------------------------*/
.card-callouts .block-container {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 0 2.4%;
}
.card-callout {
    background: #fff;
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    position: relative;
}
.card-callout > div {
    padding:10%;
}
.card-callout figure {
    overflow: hidden;
}
.card-callout img {
    display: block;
    transform: perspective(1px) translateZ(0);
    transition: all .3s;
}
.card-callout h4 {
    font:1.75rem/1.2 futura-pt-bold, sans-serif;
    text-transform: uppercase;
}
.card-callout p {
    font-size: 1.125rem;
}
.card-callout:hover img {
    transform: scale(1.1);
    opacity: .7;
}
.card-callout:hover .read-more:after {
    margin-left: 20px;
}

/*--------------------------------------------------------------
Global Callouts - Get Info/Visit/Apply
--------------------------------------------------------------*/
.global-callouts .block-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4%;
}
.global-callout {
    position: relative;
    border:8px solid #e4eded;
    border-radius: 8px;
    transition:border-color .3s ease-out;
}
.global-callout .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.5vw;
    height: 8.5vw;
    max-height: 120px;
    max-width: 120px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    color: #fff;
    font-size: 5.6vw;
    left: -23px;
    top: -23px;
    z-index: 1;
}
.global-callout h4 {
    font:2.5rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
    margin-bottom: .25em;
}
.global-callout p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin:0;
}
.global-callout .callout-content {
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    padding: 6% 6% 6% 30%;
    height: 100%;
}
.global-callout .callout-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -125%;
    left: -25%;
    width:150%;
    right: 0;
    bottom: -125%;
    border-radius: 100%;
    transform: scale(0);
    transition: color .3s;
}
.global-callout .yellow-bg + .callout-content:before {
    background-color: #f2a900;
}
.global-callout .teal-bg + .callout-content:before {
    background-color: #00bfb3;
}
.global-callout .red-bg + .callout-content:before {
    background-color: #fa4616;
}
.global-callout:hover .callout-content, 
.global-callout:focus .callout-content, 
.global-callout:active .callout-content,
.global-callout:hover .callout-content h4, 
.global-callout:focus .callout-content h4, 
.global-callout:active .callout-content h4 {
    color: #fff;
}
.global-callout:hover .callout-content:before, 
.global-callout:focus .callout-content:before, 
.global-callout:active .callout-content:before {
    transition: transform .3s ease-out;
    transform: scale(1);
}

/*--------------------------------------------------------------
Contact Block
--------------------------------------------------------------*/
.contact-block {
    background: #326295;
    color: #fff;
    font:1.125rem pt-sans, sans-serif;
    padding: 2em !important;
    line-height: 1.6;
    overflow: hidden;
}
.contact-block h4 {
    font-family: futura-pt-bold, sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: inline-block;
}
.contact-block h4:after {
    content:'';
    background: #ffffff;
    height: 6px;
    display: inline-block;
    width:calc(100% + 2em);
    margin: 1em 0 .25em -2em;
}
.contact-block p {
    margin:.5em 0 1em;
    line-height: 1.6;
}
.contact-block a {
    color: #fff;
    word-break: break-word;
}
.contact-block a[href^="tel:"] {
    white-space: nowrap;
}
.contact-block a:hover {
    color: #ffffff;
}

/*--------------------------------------------------------------
Contact Block
--------------------------------------------------------------*/
.sidebar-text h4 {
    font:1.75rem/1.2 futura-pt-bold, sans-serif;
    text-transform: uppercase;
}
.sidebar-text p {
    font-size: 1.125rem;
    margin-bottom: 1em;
}
.sidebar-text ul {
    padding: 0;
    list-style: none;
    margin:0;
}
.sidebar-text ul a {
    font:1.1875rem/1 futura-pt-bold, sans-serif;
    text-transform: uppercase;
}
.sidebar-text ul a:hover:after {
    margin-left: 22px;
}
.sidebar-text .button {
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
News Feed
--------------------------------------------------------------*/
.news-feed {
    padding: 0;
}
.news-feed article {
    background: #fff;
    box-shadow: 0 4px 8px rgba(33,58,57,.1);
    display: flex;
    position: relative;
    margin-left: 95px;
    padding-bottom: 2.25em;
    margin-bottom: 3.25em;
    transform: perspective(1px) translateZ(0);
    transition:transform .3s;
}
.news-feed article:hover {
    transform: scale(.95);
}
.news-feed article > div {
    padding: 0 7%;
}
.news-feed figure {
    flex: 0 0 190px;
    width: 190px;
    height: 190px;
    overflow: hidden;
    border-radius: 50%;
    margin:-5px 0 0 -95px;
}
.news-feed img {
    display: block;
    object-fit: cover;
    height: 100%;
    width:100%;
}
.news-feed h2 {
    font-size: 1.625rem;
    border-left: 4px solid #f2a900;
    padding:.125em 0 .125em .5em;
    margin:1.5em 0 .75em;
}
.news-feed p {
    font-size: 1rem;
}
.metadata {
    display: flex;
    justify-content: space-between; 
}
.metadata .pubdate {
    font:700 1.125rem/1 'pt-sans', sans-serif;
}
.news-feed .pagination {
    text-align: right;
    margin-bottom: 4em;
}
.news-feed .pagination a {
    background: none !important;
}
.news-feed .pagination span {
    font:700 1.25rem/1 'pt-sans', sans-serif;
    color: #326295;
    display: inline-block;
    padding: 4px 8px;
}
.news-feed .pagination span.current {
    background: #326295;
    border-radius: 3em;
    color: #fff;
}

/*--------------------------------------------------------------
Calendar
--------------------------------------------------------------*/
.calendar-block {
    padding:2em 0;
    font-family: 'pt-sans', sans-serif;
}
.calendar-controls {
    border-bottom-color: #c0cccc !important;
}
.calendar-controls .range-group .range button {
    padding:1px 7px 2px !important;
}
#main .calendar-controls .range-group .range .active-range {
    border-color: #326295 !important;
    background: #326295 !important;
}
#calendar ol.calendar-ol,
#calendar ol.calendar-ol li.day {
    border-color:#c0cccc !important;
}
#calendar ol.calendar-ol li.day.otherMonth {
    background-color: #e4eded !important;
}
#calendar ol.calendar-ol li.day.today {
    background-color:#f3f7f7 !important;
}
#calendar ol.calendar-ol li.day ol li.multi-day {
    /*background-color: #326295 !important;*/
}
#calendar ol.calendar-ol li.day.today #calendar ol.calendar-ol li.day ol li.multi-day {
    margin-top: .15rem !important;
}
#calendar ol.calendar-ol li.day ol li.multi-day a {
    /*color: #fff !important;*/
}
.cal-grid .filters .filter-container {
    border-right-color: #c0cccc !important;
}
.cal-grid .filters .filter-container ol.filter-list {
    margin-top: 10px !important;
}
#calendar.list-cal ol.calendar-ol li.day {
    border-bottom-color: #000 !important;
}
/* Calendar Details */
.share-icons {
    background: #e4eded;
    display: inline-block;
    padding-top: 5px;
}
.share-icons a  {
    background: none !important;
}
.at-share-btn .at-icon-wrapper {
    width:30px !important;
    height: 30px !important;
}
.at-share-btn > .at-icon-wrapper > .at-icon {
    width: 30px !important;
    height: 30px !important;
    fill: #326295 !important;
}
.cal-8 {
    width:63.4%;
}
.cal-grid strong {
    color: #326295;
    text-transform: uppercase;
    font:1.0625rem/1 futura-pt-bold, sans-serif;
}
.cal-grid em {
    font-weight: 600;
    font-style: normal;
}
.cal-grid hr {
    border:none;
    height: 4px;
    width:100%;
    background: #e4eded;
    display: block;
    margin:3em 0 2em;
}
.cal-grid img {
    margin:2em 0;
}
.eventrow {
    margin:2em 0;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    background: #326295;
    color: #fff;
    padding: 2em;
}
.eventrow a {
    color: #f2a900;
    background: linear-gradient(to bottom, #f2a900 0%, #f2a900 100%) !important;
    background-position: 0 100% !important;
    background-size: 1px 1px !important;
    background-repeat:repeat-x !important;
}
.eventrow a:hover {
    background-size: 1px 2.5px !important;
}
.eventrow strong {
    color: #ffffff;
}
#event-date span {
    display: block;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.content a:not(.button) {
    background:linear-gradient(to bottom, #326295 0%, #326295 100%);
    transition: all .2s;
    background-position: 0 100%;
    background-size: 1px 1px;
    background-repeat: repeat-x;
}
.content a:not(.button):hover {
    background-size:1px 2.5px;
}
.page-title {
    border-left: 6px solid #f2a900;
    padding:.15em 0 .15em .5em;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width:1421px) {
    .hero-content:after {
        max-height: 170px;
    }
    .home-hero .hero-content:after {
        max-height: none;
    }
    .hero h1 {
        font-size: 4rem;
    }
    .home-hero h1 {
        font-size: 5rem;
    }
    .hero h2, .hero .additional-callout h4 {
        font-size: 1.975rem;
    }
    .stat-icon {
        width:123px;
        height: 123px;
        font-size: 4.5rem;
    }
    .home-stats .stat-icon {
        font-size: 5.5rem;
    }
    .stat-number {
        font-size: 6.5rem;
    }
    .stat-description {
        font-size:1.375rem;
    }
    .has-sidebar .stat-icon {
        width:105px;
        height:105px;
        font-size: 3.75rem;
    }
    .has-sidebar .stat-number {
        font-size: 86px;
    }
    .has-sidebar .stat-description {
        font-size: 1.125rem;
    }
    .date-container .day {
        font-size:1.25rem;
    }
    .date-container .date {
        font-size:2.25rem;
    }
    .general-callout h4 {
        font-size:3.5rem;
    }
    .global-callout .icon {
        font-size: 5rem;
    }
    .school-item figure {
        width: 170px;
        height: 170px;
    }
}
@media screen and (max-width:1400px) {
    .header-container {
        grid-template-columns:16% 81%;
        grid-gap: 0 3%;
    }
    .gateway-nav ul {
        padding-left:1.25em;
    }
    .gateway-nav li, .utility-nav li {
        margin: .5em .75em .5em 0;
    }
    .utility-nav li {
        margin-right: .5em;
    }
    .utility-nav li:before {
        margin-right: .75em;
    }
    .gateway-nav a, .utility-nav a {
        font-size: .9rem;
    }
    #search-toggle {
        width:55px;
        height: 55px;
        font-size: 1.5rem;
    }
    #site-search #search-toggle .gs-close {
        font-size: 2.5rem;
    }
    #site-search form {
        right: 55px;
    }
    #site-search input[type="search"] {
        font-size: 1rem;
        padding: .719em;
    }
    #site-search.open form {
        width:225px;
    }
    #site-search input[type="search"] {
        width:225px;
    }
    #main-nav a {
        font-size: 1rem;
    }
    #main-nav ul {
        padding:1.5em;
    }
    .footer-container {
        grid-template-columns: 1.25fr 2.5fr 1.5fr 1.5fr;
    }
    .social-nav a {
        font-size: 1.95rem;
    }
}
@media screen and (max-width:1024px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.375rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: .875rem;
    }
    p{
        line-height: 1.7;
    }
    .button {
        font-size: 1rem;
    }
    .container {
        padding:0 5%;
    }
    .wide-container {
        padding: 0;
    }
    .accordion dt {
        font-size: 1.125rem;
        border-width: 6px;
        padding: .75em 15% .75em 1.125em;
    }
    .accordion dt:after {
        font-size: 2rem;
    }
    .content, 
    .two-col-intro p,
    .home-stats .block-container > p{
        font-size: 1rem;
    }
    .header-container {
        grid-template-columns: 22% 75%;
    }
    #gateway-nav-toggle {
        display: block;
    }
    .gateway-nav {
        position: relative;
    }
    .gateway-nav ul {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        box-shadow: 0 6px 20px rgba(0,0,0,.25);
        border-radius: 4px;
        overflow: hidden;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        width: 160px;
        padding: 0;
    }
    .gateway-nav ul.open {
        visibility: visible;
        opacity: 1;
        z-index: 5;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
    .gateway-nav li {
        display: block;
        margin:.125em 1em;
    }
    .gateway-nav ul li:first-child {
        margin-top: .5em;
    }
    .gateway-nav ul li:last-child {
        margin-bottom: .5em;
    }
    .utility-nav ul {
        padding-left: 1em;
    }
    .link-a-z:before {
        display: none;
    }
    #main-nav {
        margin:1.5em 0 .25em;
    }
    #main-nav ul {
        padding: 1em;
    }
    #main-nav a {
        font-size: .8rem;
    }
    .footer-container {
        grid-template-columns: 1fr 1fr 1.25fr 1.25fr;
    }
    .footer-nav ul {
        column-count: unset;
    }
    .footer-nav li {
        margin-bottom: 1em;
    }
    .footer-nav a {
        font-size: 1.125rem;
    }
    .social-nav a {
        font-size: 1.7rem;
    }
    .section-nav > ul > li > a {
        font-size: 1rem;
        padding: 1.125em 1.4em;
    }
    .section-nav > ul > li > ul > li > a {
        font-size: 1rem;
        padding:.8em 3em .8em 1em;
    }
    .section-nav ul ul ul {
        padding:.5em 2.5em;
    }
    .section-nav ul ul ul a {
        font-size: .875rem;
    }
    .section-nav ul ul ul ul a {
        font-size: .8125rem;
        padding: .125em 0;
    }
    .section-nav ul ul ul ul ul a {
        font-size: .75rem;
    }
    h3.bar-heading {
        font-size: 2.75rem;
    }
    h3.bar-heading.heading-medium {
        font-size: 1.875rem;
    }
    .read-more {
        font-size: .8rem;
    }
    .announcement-container {
        top:2em;
    }
    #announcement {
        right: 0;
        padding: .75em;
    }
    #announcement p {
        font-size: .875rem;
    }
    .block.less-padding {
        padding: 0 0 2em;
    }
    .page-hero + .announcement-container #announcement .close {
        line-height: 1.2;
    }
    .page-hero + .announcement-container #announcement h4 {
        font-size: .75rem;
    }
    .page-hero + .announcement-container #announcement h4:before {
        font-size: 1.75rem;
    }
    .page-hero + .announcement-container #announcement p {
        font-size: .7rem;
    }
    #breadcrumb + .announcement-container #announcement {
        width:100%;
    }
    .home-hero figure:after {
        height: 50%;
    }
    .hero {
        margin-top: -2.25em;
    }
    .hero h2 {
        font-size: 1rem;
        padding-right: 5%;
    }
    .home-hero h2 {
        padding-right: 0;   
    }
    .home-hero .hero-content {
        width: 69%;
        padding-bottom: 20%;
    }
    .home-hero .hero-content:after {
        height: 68%;
    }
    .hero .additional-callout h4 {
        font-size: .8rem;
    }
    .page-content.block {
        margin-bottom: 3em;
    }
    .page-content h2 {
        width:100%;
        font-size: 1.6875rem;
    }
    .page-content p {
        font-size: 1rem;
    }
    .header-callout {
        width: 290px;
        box-shadow: 18px 18px 0 #e4eded;
    }
    .has-sidebar .header-callout p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .stats {
        margin:2em 0;
    }
    .home-stats {
        margin: 0;
    }
    .stat-icon {
        width:88px;
        height: 88px;
        font-size: 3.25rem;
    }
    .home-stats .stat-icon {
        font-size: 4rem;
    }
    .stat-number {
        font-size: 3.25rem;
    }
    .stat-description {
        font-size: .8rem !important;
    }
    .home-stats .block-container > p {
        width:64%;
    }
    .spotlight h4 {
        font-size: 1.375rem;
        margin-bottom: 1em;
    }
    .spotlight p {
        font-size: .8rem;
    }
    .spotlight-image figcaption {
        font-size: 1rem;
    }
    .spotlight-image figcaption span {
        font-size: .75rem;
    }
    h3.bar-heading + .general-callout {
        height: calc(100% - 24%)
    }
    .general-callout p {
        font-size: .8rem;
    }
    .button-callout {
        margin-bottom: 20px;
    }
    .button-callout span {
        font-size: 3.5rem;
    }
    .button-callout h3 {
        font-size: 1.125rem;
    }
    .button-callout p {
        font-size: .875rem;
    }
    .button-callout p:after {
        font-size: .75rem;
        margin-left: 5px;
    }
    .global-callout .icon {
        left: -18px;
        top: -18px;
    }
    .global-callout h4 {
        font-size: 1.75rem;
    }
    .global-callout p {
        font-size: .8rem;
    }
    .card-callout h4 {
        font-size: 1.25rem;
    }
    .card-callout p {
        font-size: .8rem;
    }
    .single-article-list-item {
        grid-template-columns: 1fr 100px;
    }
    .single-event-list-item h4,
    .single-article-list-item h4 {
        font-size: 1.25rem;
    }
    .single-event-list-item .pubdate,
    .single-article-list-item .pubdate {
        font-size: .9375rem;
    }
    .single-event-list-item p {
        font-size: .8rem;
        margin: 0;
    }
    .social-grid figcaption:before {
        width: 36px;
        height: 36px;
    }
    .social-grid .pubdate {
        font-size: .9rem;
    }
    .social-grid figcaption p {
        font-size: .8rem;
        line-height: 1.3;
    }
    .contact-block {
        font-size: 1rem;
        line-height: 1.4;
        padding: 1.5em !important;
    }
    .requirements h3,
    .download-block h3 {
        font-size: 1.25rem;
    }
    .requirements-content h4 {
        font-size: .8rem;
        padding-right: 1em;
        max-width: 56%;
    }
    .requirements-content .hours {
        padding:1em 0 1em 1em;
        font-size: .75rem;
    }
    .requirements-content .hours span {
        font-size: 1.5rem;
    }
    .requirements-footer h4 {
        font-size: 1rem;
    }
    .requirements-footer > div {
        padding:1em 8.5%;
    }
    .requirements-footer .hours {
        font-size: .875rem;
    }
    .school-item h3 {
        padding: 0;
        font-size: 1.25rem;
    }
    .schools-list {
        padding: 5em 0 1em;
    }
    .school-item p {
        font-size: .875rem;
    }
    .full-width-button {
        font-size: 1.25rem;
    }
    .download-block-small {
        display: block;
        padding:0% 6% 3%;
    }
    .download-block-small h3 {
        font-size: 1.375rem;
    }
    .download-block-small p {
        font-size: .875rem;
    }
    .quick-links .heading-group span {
        font-size: 3.5rem;
    }
    .quick-links h3 {
        font-size: 1.25rem;
    }
    .quick-links a,
    .blocks-2-up .quick-links a {
        font-size: 1rem;
    }
    .quick-links a:after {
        font-size: .9rem;
    }
    .sidebar-text h4 {
        font-size: 1.25rem;
    }
    .sidebar-text p,
    .sidebar-text ul a {
        font-size: .8rem;
    }
    .news-feed figure {
        flex: 0 0 150px;
        width:150px;
        height: 150px;
    }
    .news-feed h2 {
        font-size: 1.5rem;
    }
    .news-feed p {
        font-size: .875rem;
    }
    .metadata .pubdate {
        font-size: .8rem;
    }
    .cal-8 {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.125rem;
    }
    h3 {
        font-size: 1.125rem;
    }
    h4 {
        font-size: .8rem;
    }
    .button {
        font-size: .875rem;
        border-width: 3px;
    }
    .arrow:after {
        margin-left: 8px;
    }
    .page-content table td {
        font-size: .875rem;
    }
    table .gs-checkmark, table .gs-no, table .gs-day, table .gs-night {
        font-size: 1.125rem;
    }
    .accordion dt {
        font-size: .9375rem;
        border-width: 4px;
    }
    .accordion dt:after {
        right: .5em;
    }
    .requirements .accordion dd, .requirements .accordion dd ul {
        font-size: .875rem;
    }
    .requirements .accordion dd ul {
        padding-left: 1.5em;
        margin: 1em 0;
    }
    #breadcrumb {
        margin:2.5em 0;
        max-height: 2em;
        overflow: hidden;
        transition: max-height .2s;
    }
    #breadcrumb.open {
        max-height: 10em;
    }
    #breadcrumb a:not(:first-of-type),
    #breadcrumb span {
        display: block;
        padding: .25em 0;
    }
    #breadcrumb a:nth-of-type(2) {
        margin-top: 1em;
    }
    #breadcrumb i:not(:first-of-type) {
        display: none;
    }
    #breadcrumb i:not(.gs-home):first-of-type {
        background: #e4eded;
        border-radius: 50%;
        display: inline-block;
        padding: 3px;
        cursor: pointer;
        transform: rotate(90deg);
    }
    #breadcrumb i:not(.gs-home):first-of-type:before {
        position: relative;
        left: 2px;
    }
    .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        border-width: 2px;
        margin:0 6px;
    }
    .flickity-prev-next-button {
        width:35px;
        height:35px;
        bottom: -44px;
    }
    .flickity-prev-next-button.previous {
        right: 30px;
    }
    .has-sidebar {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .sidebar {
        max-width:385px;
    }
    .sidebar .block {
        margin-bottom: 1.75em;
    }
    .content {
        font-size: .875rem;
        padding-bottom: 2em;
        position: relative;
        z-index: 1;
    }
    .header-container {
        grid-template-columns: 60px auto;
        grid-gap: 0;
        padding: 0;
        border-bottom: 1px solid #c0cccc;
    }
    #site-logo {
        order: 3;
        margin:11px .75em 0;
    }
    #site-logo img {
        width:155px;
    }
    .top-bar {
        background: #e4eded;
        order: 1;
        grid-column: 1/-1;
        align-items:center;
    }
    .gateway-nav {
        margin-right: auto;
    }
    #gateway-nav-toggle {
        font-size: .8rem;
        padding: 0 .75em;
    }
    .gateway-nav ul {
        margin-top: .75em;
    }
    .utility-nav ul {
        background: none;
        padding: 0;
    }
    .utility-nav li {
        margin: 0 .5em .25em 0;
    }
    .utility-nav li:before {
        margin-right: .5em;
    }
    .utility-nav a {
        font-size: .75rem;
    }
    #search-toggle {
        width: 45px;
        height: 45px;
    }
    #site-search {
        height: 45px;
    }
    #site-search form {
        right: 45px;
    }
    #site-search.open form {
        width: calc(100vw - 45px);
    }
    #site-search input[type="search"] {
        width:100%;
        padding: .4em;
    }
    #main-nav-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        color:  #326295;
        cursor: pointer;
        font-size: 2rem;
        line-height: 1;
        border-right: 1px solid #c0cccc;
        width:60px;
        height: 60px;
        cursor: pointer;
    }
    #main-nav-toggle span {
        position: absolute;
        transition: all 1s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    }
    #main-nav-toggle .gs-menu {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
    #main-nav-toggle .gs-close {
        transform: scale3d(0, 0, 0);
        opacity: 0;
    }
    #main-nav.open #main-nav-toggle {
        background: #ffffff;
        color: #fff;
    }
    #main-nav.open #main-nav-toggle .gs-menu {
        transform: scale3d(0, 0, 0);
        opacity: 0;
    }
    #main-nav.open #main-nav-toggle .gs-close {
        opacity: 1;
        transform: scale3d(1.4, 1.4, 1.4);
    }
    #main-nav {
        order: 2;
        grid-column: 1;
        background:none;
        box-shadow: none;
        margin:0;
    }
    #main-nav ul {
        padding:.5em 1em;
        display: block;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        background: #326295;
        box-shadow: 0 6px 20px rgba(0,0,0,.25);
        overflow: hidden;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }
    #main-nav.open ul {
        visibility: visible;
        opacity: 1;
        z-index: 10;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
    #main-nav ul li {
        margin-bottom: .25em;
    }
    #main-nav a {
        white-space: nowrap;
    }
    #main-nav a:after {
        height: 3px;
        bottom: -4px;
    }
    #global-footer {
        padding: 2.5em 0 1.5em;
    }
    #global-footer h4 {
        font-size: .875rem;
    }
    .footer-container {
        grid-template-columns: 100%;
        padding: 0 5%;
        grid-gap: 0;
    }
    #site-logo-footer, .footer-nav {
        grid-column: auto;
    }
    .info-nav, #global-footer .last {
        grid-column: 1/-1;
        margin-top: 1em;
    }
    #global-footer .last {
        align-items: flex-start;
    }
    #site-logo-footer {
        max-width: none;
        text-align: left;
        padding-bottom: 15px;
    }
    #site-logo-footer p {
        font-size: .75rem;
    }
    #site-logo-footer img {
        width:110px;
    }
    .footer-nav li {
        line-height: 1;
        margin-bottom: .75em;
    }
    .footer-nav a {
        font-size: 1rem;
    }
    .copyright {
        flex-direction: column;
        padding-top: 1em;
    }
    .copyright address {
        display: block;
        margin: 0;
    }
    .copyright a {
        display: block;
        margin:7px 0 0;
    }
    .section-nav {
        position: absolute;
        top:-8px;
        right: 5%;
    }
    .page-hero ~ .has-sidebar .section-nav {
        top: 280px;
    }
    .has-announcement ~ .has-sidebar .section-nav {
        top:320px;
    }
    .section-nav > ul > li {
        text-align: right;
    }
    .section-nav > ul > li > a {
        display: inline-block;
        background: #e4eded;
        color: #326295;
        border-radius: 4px;
        padding: .9em 1em;
        font-size: .75em;
    }
    .section-nav > ul > li > a:after {
        display: inline-block;
        content:'\f105';
        font-family: "Gordon-State";
        transform: rotate(90deg);
        font-weight: normal;
        margin-left: 7px;
    }
    .section-nav > ul > li > ul {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-2em);
        box-shadow: 0 6px 20px rgba(0,0,0,.25);
        border-radius: 4px;
        overflow: hidden;
        margin-top: .75em;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        max-width: 288px;
    }
    .section-nav.open {
        z-index: 2;
    }
    .section-nav.open > ul > li > a {
        background: #326295;
        color: #fff;
    }
    .section-nav.open > ul > li > ul {
        visibility: visible;
        opacity: 1;
        z-index: 5;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
    .section-nav > ul > li > ul > li {
        text-align: left;
    }
    .section-nav > ul > li > ul > li > a {
        font-size: .875rem;
    }
    .section-nav > ul > li > ul > li > a.is-active:after {
        width: 8px;
        height: 8px;
    }
    .section-nav ul ul ul {
        padding:.25em 1.5em;
    }
    .section-nav ul ul ul a {
        font-size: .75rem;
    }
    .section-nav ul ul ul ul a,
    .section-nav ul ul ul ul ul a {
        font-size: .6875rem;
    }
    .section-nav ul ul ul ul ul a {
        padding: 0
    }
    .announcement-container {
        top: auto;
        padding: 0;
        display: block;
        margin-top: -45px;
    }
    .page-hero + .announcement-container {
        /*margin-top: -65px; SBL 12/16/2019*/
    }
    #announcement {
        width: 100% !important;
        right: auto;
        left: 0;
        /*background: #326295;  SBL 12/16/2019 */
        border-radius: 0;
        overflow: hidden;
        height: 45px;
        padding:.65em 0 .75em;
    }
    #announcement > div {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        -webkit-overflow-scrolling: touch;
    }
    #announcement > div::-webkit-scrollbar {
        display: none;
    }
    #announcement .close {
        display: none;
    }
    #announcement h4 {
        padding: 0;
        text-indent: 0;
        margin: 0;
        white-space: nowrap;
        line-height: 1.7;
        margin-right: 15px;
        font-size: .875rem !important;
        margin-left: 15px;
    }
    #announcement h4:before {
        font-size: 1.5rem !important;
        line-height: .8;
        vertical-align: inherit;
    }
    #announcement p {
        white-space: nowrap;
        line-height: 1;
        font-size: .875rem !important;
    }
    .has-sidebar .announcement-container {
        margin: 0;
    }
    .has-sidebar #announcement {
        border-radius: 4px;
        margin-bottom: 2em;
    }
    #breadcrumb + .announcement-container {
        margin: 0 5%;
        width:90%;
    }
    #breadcrumb + .announcement-container #announcement {
        margin-bottom: 1.5em;
    }
    .page-title {
        border-left-width: 4px;
    }
    .block {
        padding: 2em 0;
    }
    .block.less-padding {
        padding: 0;
    }
    .sidebar .block {
        padding: 0;
    }
    h3.bar-heading {
        border-left-width: 3px;
    }
    h3.bar-heading,
    h3.bar-heading.heading-medium {
        font-size: 1.5rem;
    }
    .hero.has-announcement {
        margin-bottom: 65px;
    }
    .home-hero.has-announcement {
        margin-bottom: 45px;
    }
    .hero {
        margin-top: 0;
    }
    .hero figure {
        height: 260px;
    }
    .home-hero figure {
        height: 330px;
    }
    .hero img {
        height: 100%;
        width:100%;
    }
    .hero-content {
        width: auto;
        padding: 20px 25px 20px 35px;
        top:auto;
        bottom: 0;
    }
    .home-hero .hero-content {
        width: 95%;
        padding:0 12% 25% 0;
        max-height: 215px;
        max-width: 435px;
    }
    .hero-content:before {
        width:3px;
        top: auto;
        bottom: 20px;
        height: 240px;
        left: 20px;
    }
    .hero-content:after {
        width:100%;
        top:auto;
        height: 100%;
        bottom: 0;
        max-height: none;
    }
    .home-hero .hero-content:before {
        bottom: auto;
    }
    .home-hero .hero-content:after {
        width:100%;
        height: 76%;
        top: -9%;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .home-hero h1 {
        font-size: 1.875rem;
    }
    .hero h2 {
        font-size: .75rem;
        line-height: 1.4;
    }
    .home-hero h2 {
        padding-left: 20%;
    }
    .hero .additional-callout {
        bottom: auto;
        right:0;
        top: 0;
    }
    .hero .additional-callout a {
        font-size: .75rem;
        padding: 8px 6px 8px 10px;
        border-radius: 0 0 0 6px;
        background: #f2a900;
    }
    .home-hero .additional-callout {
        bottom: 3%;
        right: 12%;
        top: auto;
    }
    .home-hero .additional-callout a {
        border-radius: 6px;
        background: transparent;
    }
    .page-content.block {
        margin:0;
    }
    .page-content h2 {
        font-size: 1.25rem;
    }
    .page-content p {
        font-size: .875rem;
    }
    .page-content .pubdate {
        font-size: .875rem;
    }
    .header-callout {
        float: none;
        width:270px;
        margin:0 0 2.5em 0;
    }
    .two-col-intro .block-container,
    .blocks-2-up .container,
    .global-callouts .block-container {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .two-col-intro {
        padding-bottom: 1em;
    }
    .two-col-intro h3 {
        font-size: 1.25rem;
        margin:0 0 .75em;
    }
    .two-col-intro p, 
    .home-stats .block-container > p {
        font-size: .875rem;
    }
    .stats {
        padding: 0;
        margin: -.5em 0 .5em;
    }
    .home-stats {
        padding: 2em 0;
        margin:0;
    }
    .stats-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        width: 111.112%;
        margin-left: -5.556%;
        padding: 1em 5.556%;
        -webkit-overflow-scrolling: touch;
    }
    .stats-container::-webkit-scrollbar {
        display: none;
    }
    .single-stat {
        width:auto !important;
        margin-right: 20px !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 .75em;
    }
    .stat-icon {
        font-size: 3rem !important;
        width: 75px !important;
        height: 75px !important;
        margin-top: -.25em;
    }
    .home-stats .stat-icon {
        font-size: 3.5rem !important;
    }
    .stat-number {
        line-height: 1.25;
    }
    .has-sidebar .stat-number {
        font-size: 4rem;
    }
    .stat-description {
        grid-column: 1/-1;
        padding-top: 0;
    }
    .home-stats .block-container > p {
        width: 100%;
        text-align: left;
        margin: 1em 0 0;
    }
    .blocks-2-up .block-container:first-child {
        margin-bottom: 2em;
    }
    .carousel {
        margin-bottom: 3em;
    }
    .spotlight h4 {
        font-size: 1rem;
        border-bottom-width: 3px;
    }
    .spotlight p {
        font-size: .7rem;
        line-height: 1.6;
    }
    .spotlight-image figcaption {
        font-size: .7rem;
    }
    .spotlight-image figcaption span {
        font-size: .6rem;
    }
    .general-callout {
        height: auto;
    }
    .general-callout h4 {
        font-size: 8.75vw;
        line-height: .9;
    }
    .image-buttons-callout .block-container {
        grid-template-columns: 100%;
        grid-gap: 35px;
    }
    .image-buttons-callout figure {
        order:2;
    }
    .image-buttons-callout .button-list {
        order:1;
    }
    .card-callouts .block-container {
        grid-template-columns: 100%;
    }
    .card-callout {
        margin-bottom: 30px;
    }
    .date-container {
        width: 13.9vw;
        height: 13.9vw;
    }
    .date-container .day {
        font-size: 3vw;
    }
    .date-container .date {
        font-size: 6vw;
    }
    .single-event-list-item, .single-article-list-item {
        margin-bottom: 25px;
    }
    .single-event-list-item h4, .single-article-list-item h4 {
        font-size: 1rem;
    }
    .single-event-list-item h4 {
        margin:0 0 -.25em;
    }
    .single-event-list-item .pubdate, .single-article-list-item .pubdate {
        font-size: .75rem;
    }
    .events-listing .button {
        margin:0 0 3em;
        float:right;
    }
    .blog-listing {
        padding-left: 0;
    }
    .single-article-list-item {
        grid-template-columns: 1fr 80px;
    }
    .single-article-list-item figure {
        border-radius: 8px;
    }
    .blog-listing .button {
        margin-bottom: 1em;
        float:right;
    }
    .department-item i {
        font-size: 2.5rem;
    }
    .department-item h3 {
        font-size: .875rem;
    }
    .degree-count {
        font-size: .7rem;
    }
    .degree-count span {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .degree-group {
        padding:25px 7% 40px;
        margin-bottom: 30px;
    }
    .degree-group figure {
        grid-template-columns: 100%;
    }
    .degree-group img {
        width:100%;
        max-width: 250px;
        height: auto;
    }
    .degree-group h3 {
        font-size: 1.25rem;
    }
    .degree-group li a:after {
        font-size: .6rem;
        position: relative;
        top: -1px;
    }
    .social-grid {
        overflow-x: auto;
        grid-gap: 20px;
        -webkit-overflow-scrolling: touch;
        width: 111.112%;
        margin-left: -5.556%;
        padding: 0 5.556%;
    }
    .social-grid::-webkit-scrollbar {
        display: none;
    }
    .social-grid figure {
        width:220px;
    }
    .global-callouts {
        padding-top: 3em;
    }
    .global-callouts .block-container {
        padding: 0 3.5%;
    }
    .global-callout {
        margin-bottom: 25px;
    }
    .global-callout .icon {
        width:24vw;
        height: 24vw;
        font-size: 14vw;
    }
    .requirements-content {
        grid-template-columns: 100%;
    }
    .requirements-content ul {
        font-size: .875rem;
        margin:.5em 0 1em;
    }
    .download-button {
        padding:1.25em 1.5em 1em 1.5em;
        font-size: .875rem;
    }
    .download-button:after {
        font-size: 2rem;
    }
    .download-block p, .download-block ul, .download-block ol {
        font-size: .875rem;
        line-height: 1.7;
    }
    .other-degrees .card-callout {
        width: 96%;
        margin:1em 2%;
    }
    .schools-list {
        padding: 4em 0 1px;
    }
    .schools-list .block-container {
        grid-template-columns: 100%;
        grid-gap:50px 0;
    }
    .school-item figure {
        width: 125px;
        height: 125px;
        margin: -30px auto 0;
    }
    .download-block-small {
        margin-top: 25px;
    }
    .quick-links .block-container {
        grid-template-columns: 100%;
        grid-gap: 0;
    }
    .quick-links p {
        font-size: .875rem;
    }
    .quick-links ul {
        columns:1;
        margin:0 0 1em;
    }
    .blocks-2-up .block-container:first-child .quick-links {
        margin-top: 2em;
    }
    .blocks-2-up .quick-links {
        padding:3% 6% 2% !important;
    }
    .blocks-2-up .quick-links ul {
        margin:1em 0 0;
        columns:2;
    }
    .blocks-2-up .quick-links a {
        font-size: .875rem;
    }
    .sidebar-text.block {
        padding: 0 5%;
    }
    .calendar-block {
        padding: 0;
    }
    .eventrow {
        grid-gap: 20px 0;
        grid-template-columns: 100%;
    }
}
@media screen and (max-width:600px) {
    .news-feed article {
        margin-left: 0;
        display: block;
        padding-bottom: 2em;
    }
    .news-feed figure {
        width: 100%;
        height: 60vw;
        flex: auto;
        border-radius: 0;
        margin: 0;
    }
    .news-feed p {
        display: none;
    }
    .news-feed h2 {
        margin-top: 1em;
    }
}