html {
    scroll-behavior: smooth;
    
    @media (prefers-reduced-motion) {
        scroll-behavior: auto;
    }
}

body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #034077;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .site-title a {
    font-weight: 400;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, 
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, 
h1 u, h2 u, h3 u, h4 u, h5 u, h6 u  {
	font-weight: inherit;
	color: inherit;
	font-style: inherit;
	text-decoration: none;
}

h1 {
    font-size: 26px; font-size: 1.625rem;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

h2 {
    font-size: 25px; font-size: 1.5625rem;
    line-height: 34px;
}

h3 {
    font-size: 23px; font-size: 1.4375rem;
    line-height: 34px;
}

h4 {
    font-size: 21px; font-size: 1.3125rem;
    line-height: 30px;
}

h5 {
    font-size: 18px; font-size: 1.125rem;
    line-height: 26px;
}

h6 {
    font-size: 15px; font-size: 0.9375rem;
    line-height: 24px;
}

pre {
	overflow: scroll;
	font-family: "Courier New", Courier, monospace;
    line-height: 16px;
    line-height: 1rem;
    word-wrap: break-word;
    background: #f9f9f9;
    padding: 10px;
    border: 2px solid #ddd;
    font-size: 14px;
}


p {
    margin: 10px 0 25px 0;
}

a {
    color: #005fcc;
    font-weight: 600;
}

a:hover {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

a:hover img {
    opacity: 0.7;
}

a.no-icon:after {
    display: none;
}
/*undo styles from reset - display table in content area when there is a sidebar*/
table {
    table-layout: auto;
    width: auto;
    clear: inherit;
}

table tr, table td {
    background-color: #F0F0F0;
    border: 1px solid #fff;
    padding: 10px; 
    word-wrap: break-word;
}

table th {
    background-color: #295c94;
    color: #F0F0F0;
    font-weight: 700;
}

th a {
    color: #FFDD5E;
}

th a:hover {
    color: #ebf3fd;
}

figure[style^='float:left'], img[style^='float:left'],
figure[style="float: left;"], img[style="float: left;"],
figure[style="float:left"], img[style="float:left"] {
    margin: 10px 20px 10px 0;
}

figure[style^='float:right'], img[style^='float:right'],
figure[style="float: right;"], img[style="float: right;"],
figure[style="float:right"], img[style="float:right"] {
    margin: 10px 0 10px 20px;
}

figure {
    background-color: #fff;
	margin-bottom: 10px;
    display: inline-table !important;
}

figure img {
    display: block;
}

figcaption {
    font-size: 12px;
    color: #034077;
    line-height: 18px;
    background: #f0f0f0;
    padding: 5px 10px;
    display: table-caption !important;
    caption-side: bottom;
}

input[type="submit"], button {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

button {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.75px;
    border: none;
}

button:focus  {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}

/* global toggle styles */

.toggle:hover {
    cursor: pointer;
}

/* ==========HEADER=========== */
header {
    background-color: white;
}

.skip-content-link {
    left: 45%;
    padding: 2px 8px;
    position: absolute;
    transform: translateY(-150%);
    transition: transform .3s;
    background-color: hsl(0deg 0% 96% / 80%);
}

.skip-content-link:focus {
    transform: translateY(0);
}

.global-psych-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}
.global-psych-header div {
    flex-grow: 1;
}
/*override gridism*/
.global-psych-header .logo.one-fifth.unit {
    width: 230px;
}

.global-psych-header .logo {
    margin: 25px 0;
}
/*override gridism*/
.logo.unit:first-child {
    padding-left: 0;
}

.global-psych-header img {
    max-width: none;
}

.site-title {
    display: block;
    width: 100%;
    border-left: 1px solid #eeeeee;
    font-size: 34px; font-size: 2.125rem;
    line-height: 36px;
    letter-spacing: 3px;
    padding: 10px 0;
}

.site-title a {
    display: inline-block;
    font-weight: 400;
    color: #192138;
    margin-left: 25px;
}

.site-title a:hover {
    color: #74000e;
}

header .grid .unit:last-child {
    padding-right: 5px;
}

/* top header searchforms for psych and psom*/
header .grid .global-search.unit:last-child {
    padding: 0;
}

/* searches */

.global-search {
    display: flex;
    align-self: start;
    flex-direction: column;
    font-size: 12px;
	font-weight: 600;
    line-height: 20px;
    margin: 0;
    color: #111;
}
/*removed from a11y updated html file*/
.global-search__title {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    background-color: #f5f5f5;
    color: #29365b;
    padding: 0 5px 0 10px;
}

.global-search__toggle {
    text-transform: capitalize;
    font-family: 'Open Sans';
    font-size: 12px;
    text-align: left;
    width: 100%;
    border: none; /*override default button style*/
    background-color: #f5f8fb;
    padding: 5px 10px;
}

.global-search__toggle:hover {
    background-color: #ebf3fd;
    color: #74000e;
}

.global-search__toggle:after {
    font-family: 'FontAwesome';
    font-size: 12px;
    vertical-align: bottom;
    float: right;
}

.global-search__toggle.closed:after {
    content: "\00A0\f00e";
}

.global-search__toggle.opened:after {
    content: "\00A0\f010";
}

.global-search__description {
    background-color: #f5f5f5;
    padding: 8px 5px 8px 10px;
}

.global-search__input {
    width: 200px;
	height: 20px;
	font-style: italic;
	background: white;
	padding: 3px;
	border: transparent;
	outline: none;   
}

.search i {
    font-size: 28px;
}
/*submit right chevron icon*/
.submit-search {
    border-radius: 40px;
    border: none;
    color: #ffce15;
    font-weight: 700;
    background-color: #034077;    
    margin: 0 0 0 2px;
    padding: 3px 8px 4px 9px;
}

.submit-search:hover {
    background-color: #3678c2;    
}

/* ========== NAVIGATION=========== */

/* general nav */

nav {
    background-color: white;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: repeating-linear-gradient( 45deg, #f5f5f5, #f5f5f5 2px, #fff 2px, #fff 5px);
    border-bottom: 5px solid #29365b;
}

nav ul {
	margin: 0 auto;
	padding: 0;
	z-index: 800;  
}

nav li, nav button {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

nav li:hover {
    cursor: pointer;
}

nav a:hover, .nav-button:hover {
    color: #74000e;
}

nav button {
    text-align: left;
}

.nav-button {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*override default button styling*/
    border: none;
    background: transparent;
}


/* desktop nav*/

.desktop-nav ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
}

.desktop-nav li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0px;
    list-style-type: none;
    padding: 7px 15px;
    transition: .3s background-color;
}

.desktop-nav ul > li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1 1 auto;
    flex: 1 1 auto;
    flex-direction: row;
}

.desktop-nav ul > li > a {
    flex-grow: 1;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.level1:hover {
    background-color: rgb(235, 243, 253);
    background-color: rgba(235, 243, 253, .7);
}

.level1 > a, .level1 > .nav-button {
	text-transform: uppercase;
    text-align: center;
	letter-spacing: 1px;
	overflow-wrap: normal;
    font-weight: 700;
    color: #29365b;
}
/* add arrows to indicate submenu */
.level1 > .nav-button:after {
    font-family: 'FontAwesome';
    content: '\00A0\f107';
    display: inline-block;
}
/* secondary parent nav */
.level2.has-children .nav-button {
    color: white;
}

.level2.has-children .nav-button:after {
    transform: rotate(-90deg); 
    font-family: 'FontAwesome';
    font-weight: 700;
    content: '\00A0\f107';
    display: inline-block;
}

.level1:nth-last-child(3) .level2.has-children .nav-button:after, .level1:nth-last-child(2) .level2.has-children .nav-button:after {
    transform: rotate(90deg); 
}

/*give submenu items a bkgd opacity wo. affecting text opacity*/
.desktop-nav .level2 {
    background-color: #034077;
    background-color: rgb(3 64 119 / 95%);
}

/* reveal submenus on hover and on click as block */
.desktop-nav ul li:hover > ul, .desktop-nav .submenu-open {
	display: block; 
}

.desktop-nav ul ul {
	display: none;  /* Hide Subnav items */
 	position: absolute; /*Position absolute in order to control width */
    top: 100%;
    left: 0;
 	width: 200px; /* Set width */
	z-index: 500;  
    letter-spacing: inherit;
}

.submenu li {
	width: 100%;
    text-align: left;
	line-height: 18px;
}

.desktop-nav .submenu li a {
    padding: 10px;
}

.desktop-nav .submenu a {
    color: white;
    font-weight: 600;
    display: block;
}

.level2:hover {
    background-color: #74000e;
}
/*position last children of main nav to display submenu aligned along the right of parent so it doesn't run off page*/
/*secondary nav*/
.level1:nth-last-child(3) > ul, .level1:nth-last-child(2) > ul {
    top: 100%;
    right: 0;
    left: auto;
}
/*position tierary nav*/
.level1:nth-last-child(3) > ul ul,
.level1:nth-last-child(2) > ul ul {
    left: auto;
    right: calc(100% + 30px);
}

/* tertiary nav */
.desktop-nav ul ul ul {
    left: 100%;
    top: 0;
}
.desktop-nav .level3 {
    background-color: #74000e;
}

.level3:hover {
    background-color: #50040d;
}

/* nav icons */
nav .fa {
    font-size: 1em;
}

.menu li.gift.last {
    padding: 3px 0;
}

nav li.gift.last:hover {
    background: transparent;
}

.desktop-nav .gift:hover:before,
nav li li:hover:before {
    content: none;
}

a .fa.fa-certificate {
    color: #74000e;
    font-size: 2em;
}

a:hover .fa.fa-certificate {
    color: #e1b200;
    transform-origin: 47% 47%;
}

nav .fa-stack-1x {
    color: #FFA87E;
}

nav .fa-gift.fa-stack-1x {
    color: white;
}

nav .fa-stack:hover .fa-stack-2x {
    opacity: 0.7;
}

nav .fa.fa-stack-2x {
    font-size: 33px;
}

nav .fa.fa-circle.fa-stack-2x {
    color: #f6faff;
}

a i.fa.fa-certificate {
    transition: .75s;
}

nav a:hover i.fa.fa-certificate {
    transform: rotate(90deg);
    transform-origin: 47% 50%;
}

/* ==========MOBILE NAVIGATION=========== */

/* toggle for psych nav on mobile and for dept nav on subsites */

/* toggle for psych nav on mobile and for dept nav on subsites */
.global-psych-nav-toggle {
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    font-weight: 700;
    border: none;
    background-color: transparent;
    color: #005fcc;
}

.global-psych-nav-toggle:hover {
    color: #74000e;
}

.navBtn a:hover {
    opacity: .75;
    color: #29365b;
}

.global-psych-nav-toggle .fa-bars {
    width: 10px;
    height: 10px;
    padding: 5px 13px 14px 7px;
    background: #ffce15;
    color: #29365b;
    border-radius: 3px;
    vertical-align: top;
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 19px;
}

.global-psych-nav-toggle.opened i.fa-bars:before {
    position: relative;
    left: 1px;
    content: '\f00d';
}

.navBtn {
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    display: none;
}

/* sidr */

.fixed {
    position: fixed !important; /*sidr applies position: absolute on the body so to ensure fixed, always include !important*/
}

.sidr {
    border-right: 1px solid #ebebeb;
}

.sidr a, .sidr li {
    display: block;
	background-color: #fefefe;
	color: #27568b;
    font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.sidr a, .sidr button {
    color: #29365b;
    padding: 12px;
}

.sidr li {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}

.sidr li li > a {
	padding-left: 20px;
    background-color: #f6faff;
}

.sidr li li li > a {
	padding-left: 35px;
	background-color: #ebf3fd;
	color: #034077;
}

.sidr .nav-button {
    width: 100%;
    display: block;
}

.mobile-nav {
    padding-bottom: 20px;
}

.mobile-nav-submenu {
    margin: 0;
    background-color: #eee;
} 

/* layout nav items and down arrow icons */
.sidr .mobile-level1.mobile-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile-level1.mobile-has-children > ul {
    width: 100%;
}

/* parent only nav item text & parent but also page nav item text */
.nav-item-text, .nav-item-link--with-children {
    display: inline-block;
    padding: 12px;
}

.mobile-has-children.open > ul {
    display: block;
}

.mobile-has-children.closed > ul {
    display: none;
}

.nav-dropdown-button {
    border-radius: 3px;
    background-color: #f5f8fb;
}

.nav-dropdown-button i.fa {
    padding: 5px 10px;    
    font-size: 18px;
}

/* ======== MAIN ========== */
main {
    background-color: white;
}

main p, main ul, main ol, main li {
    font-size: 15px;
    font-weight: 400;
    color: #3a3c43;
    line-height: 32px;
}

main ul, main ol {
    margin: 15px 0px 20px 20px;
}

main a:hover {
    color: #74000e;
}

main input[type="text"] {
	width: 220px;
    height: 25px;
    font-size: 11px;
    font-style: italic;
    background-color: #EFEFEF;
    padding: 2px 5px;
    border: transparent;
    outline: none;
}

/* ========== BANNER ======== */

#banner {
    height: 200px;
    min-height: 120px;
    background-color: #f6faff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 2;   
    width: 100%; 
}

.banner-toggle {
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner-callout {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;    
    text-transform: uppercase;
    letter-spacing: 3px;
}

.banner-callout:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
    opacity: 0.95;
}

.banner-callout a {
    color: #3678c2;
}

.banner-callout a:hover {
    color: #74000e;
}

.banner-callout p {
    color: #192138;
    margin: 10px 0;
}

.banner-callout__title {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 400;    
}


/* === FOOTER === */

footer {
    text-transform: uppercase;
    background-color: #f9f9f9;
    border-top: 10px solid #f2f2f2;
}

footer p {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px; font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 700;
}

footer a {
    font-weight: 700;
    transition: .3s;
}

footer a, footer a:hover {
    color: #192138;
}

footer .grid .unit:first-child,
footer .grid .unit:last-child {
    padding-right: 0;
}

footer .grid .unit:first-child,
footer .grid .unit:last-child,
footer .grid .half.unit,
footer .grid .whole.unit {
    padding-left: 0;
    padding-right: 0;
}

footer .grid .whole.unit {
    margin: 20px 0 25px 0;
}

footer .grid .one-third {
    width: 32.5%;
    display: inline-block;
    margin: auto;
    text-align: center;
    vertical-align: top;
}

footer .grid .one-fifth {
    float: left;
    text-align: center;
}

/* style the width of the footer icons based on the number of siblings
 since the footer icon styling depends on the one-fifth class AND
 because it is difficult to change the class applied to each icon */
 
 /* one item */
footer .grid .one-fifth:first-child:nth-last-child(1) {
	width: 100%;
}

/* two items */
footer .grid .one-fifth:first-child:nth-last-child(2),
footer .grid .one-fifth:first-child:nth-last-child(2) ~ .one-fifth {
	width: 50%;
}

/* three items */
footer .grid .one-fifth:first-child:nth-last-child(3),
footer .grid .one-fifth:first-child:nth-last-child(3) ~ .one-fifth {
	width: 33.3333%;
}

/* four items */
footer .grid .one-fifth:first-child:nth-last-child(4),
footer .grid .one-fifth:first-child:nth-last-child(4) ~ .one-fifth {
	width: 25%;
}

/* footer icons */

footer .one-fifth i {
	width: 48px;
	height: 48px;
	color: white;
	-webkit-border-radius: 100px;
 	-moz-border-radius: 100px; 
    	border-radius: 100px;
    	padding: 20px 10px 0px 10px;
    	font-size: 28px;
    	margin-bottom: 10px;
	transition: .5s;
    background-color: #f9f9f9;
    color: #74000e;
}

footer a:hover i.fa.fa-certificate {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}

footer a:hover i {
	-ms-transition: .5s;
    	-moz-transition: .5s;
    	-webkit-transition: .5s;
    	transition: .5s;
    background-color: #f9f9f9;
    color: #192138;
}

footer .fa-stack {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
}

footer .fa-stack i.fa,
footer .one-third a:hover .fa-stack i.fa {
    background-color: transparent;
    border: transparent;
}

footer i.fa.fa-certificate.fa-stack-2x {
    font-size: 80px;
    margin-top: -5px;
    padding: 0;
    width: inherit;
	height: auto; 
    color: #74000e;
}

footer .one-fifth .fa.fa-certificate + i {
    color: #f9f9f9;
}

footer .one-fifth a:hover .fa-stack i.fa.fa-certificate.fa-stack-2x {
    color: #192138;
}


/* ======= COPYRIGHT ======= */

.copyright {
    text-transform: uppercase;
    text-align: center;
    background-image: linear-gradient(180deg, rgb(249,249,249) 0%, rgb(221,221,221) 100%);
}

.copyright > .grid {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.copyright p {
    display: inline;
    color: #192138;
    font-weight: 600;
    font-size: 12px; font-size: 0.75rem;
    margin-bottom: 15px;
}

.copyright img {
    vertical-align: middle;
    border-left: none;
    margin: 20px auto;
    padding: 0 0 0 20px;
    display: block;
}

.copyright a {
    color: #74000e;
}

.copyright a:hover {
    color: #192138;
}

/* === BREADCRUMBS === */

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs ul {
    display: block; 
    margin: 0;
    padding: 4px 0;
	line-height: normal;
}

.breadcrumbs li {
    position: relative;
    display: inline;
    font-size: 11px;
    padding: 5px;
    margin: 0;
    color: #29365b;
    background-color: #ebf3fd;
    padding: 6px 5px;
}

.breadcrumbs li:after {
    content: '|';
    margin: 0 5px 0 10px;
}

.breadcrumbs li.more:after,
.breadcrumbs li:last-child:after{
    content: '';
    margin-left: 5px;
}

.breadcrumbs li:last-child {
    border-radius: 0 3px 3px 0;
}

.breadcrumbs a {
    color: #034077;
}

.breadcrumbs a:hover {
	color: #74000e;
}

.breadcrumbs .more {
    background-color: #3678c2;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    line-height: 32px;
    margin-right: 7px;
    padding: 6px 10px;
}

.breadcrumbs li.more:after {
    margin: 0;
}

.breadcrumbs .more a {
    color: white;
}

.breadcrumbs .more + li {
    padding-left: 13px;
    margin-left: -12px;
}

/*caret */
.breadcrumbs .more:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 38%;
    display: block;
    width: 0; 
    height: 0; 
    border-left: 5px solid #3678c2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 60;
    transition: .3s;
    margin-left:-1px;
}

.breadcrumbs .more:hover {
    background-color: #27568b;
}

.breadcrumbs .more:hover:before {
    border-left-color: #27568b;
}

/* === NEWS === */
.news {
    background-color: #f6faff;
    margin-bottom: 50px !important;
    border: 1px solid #ebf3fd;
}

.grid.news .unit.one-third {
    padding: 0 20px;
}

.news > .unit.whole {
    padding: 0 !important;
}

.news h2 {
    background-color: #ebf3fd;
    padding: 5px 20px;
    color: #182139;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.news .title {
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: initial;
    line-height: 22px;
}  

.news .title a {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #74000e;
}

.news .title a:hover {
    color: #034077;
}

.news__content {
    margin: 0 10px;
}

.news .unit p a {
    color: #034077;
    font-weight: 600;
}

.news .unit p a:hover {
    color: #74000e;
}

.news p, .news ul, .news ol, .news li {
    margin: 10px 0;
    font-weight: 400;
    color: #444;
}

/* ======= SIDEBAR ======= */

aside div:first-of-type {
    margin-top: 0;
}

aside p {
    margin: 10px 0;
    line-height: 28px;
}

aside ul {
    margin-left: 25px;
}

aside li {
    line-height: 28px;
}

aside hr {
    margin: 10px 0;
}

.whole aside.one-quarter {
    float: right;
    padding-right: 0;
    background-color: #fff;
}

aside .blue hr, aside.blue hr {
    border-color: #6CF;
}

aside.one-quarter img[style="float:left"], aside.one-quarter figure[style="float:left"] {
    margin: 0px 10px 5px 0px;
	display: inline-block;
}

aside.one-quarter img[style="float:right"], aside.one-quarter figure[style="float:right"] {
    margin: 0px 0px 5px 10px;
	display: inline-block;
}

aside.one-quarter figcaption {
    background-color: white;
    color: #034077;
    padding: 3px;
}

.blue {
    background: #e7f1fe;
}

.green {
    background: #effbdc;
}

.green, .blue {
    padding: 15px;
    margin: 30px 0 0 0;
	overflow: auto;
	color: #3a3c43;
}

.blue a, .green a {
    color: #74000e;
}

.blue a:hover, .green a:hover {
    color: #192138;
}
/* TOGGLE STYLES */
/* Give toggle the behavior of a link */
.toggle .title:hover {
	cursor: pointer;
}

/* Add down arrow for when toggle is closed */
main .toggle.closed .title:before {
	font-family: 'FontAwesome';
	content:'\f055';
	margin-right: 5px;
	float: right;
}

/* Add up arrow for when toggle is open */
main .toggle.opened .title:before {
	font-family: 'FontAwesome';
	content:'\f056';
	margin-right: 5px;
	float: right;
}

.inner-toggle {
	margin:0;
	color: #034077;
	font-size: 15px;
	font-weight: 600;
	transition: .3s;
	display: inline-block;
    margin-bottom: 10px;
    background-color: transparent;
}

/* Give inner-toggle the behavior of a link */
p.inner-toggle:hover {
	color: #74000e;
	cursor: pointer;
}

/* == PERSONNEL == */

.personnel .profile:first-of-type {
    margin-bottom: 20px;
}

.profile {
    overflow: auto;
}

.profile .restrain {
    float: left;
    margin: 0 20px 10px 0;
    height: 215px;
    width: 160px;
    overflow: hidden;
}

.profile .restrain img {
	display: block;
	max-width: none;
	margin-top: 10px;
    width: 100%;
}

.name {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.personnel br.clear:first-of-type { 
	display: none; 
}

.profile p:first-of-type {
    margin-bottom: 0;
}

/* === SEARCH RESULTS PAGE === */

#psom_gsa_search h2, #gsa_search h2 {
	display: none;
}

.submit {
	border: transparent;
    outline: none;
    padding: 6px 11px 7px 11px;
	background: #3678c2;
	color: white;
	vertical-align: middle;
}

.submit:hover {
    cursor: pointer;
	background: #27568b;
	color: #ebf3fd;
}

#form1 {
    display: flex;
    align-items: center;
}

#form1 p:first-child {
	margin-right: 12px;
}	

#gsa_search h2 + p {
	font-weight: 700;
    font-style: italic;
}

.result_item {
    margin: 10px 0 25px 0;
}

.result_item_text > a:first-child {
	text-transform: uppercase;
}

.pagination_link {
	padding: 5px;
	font-weight: 700;
	display: inline;
}	

.pagination_link a, .pagination_link:not(a) {
	padding: 5px 8px;
	color: #083258;
}	

/* === SITEMAP & MULTI COLUMN LISTS === */

.sitemap {
	margin: 0;
}

.sitemap li {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
	list-style-type: none;
}

.sitemap ul {
	margin: 0 10px;
}

.sitemap ul li {	
	list-style-type: disc;
}

.sitemap li li {
    text-transform: capitalize;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}

.multi-column {
	margin: 25px 0;
	list-style-type: none;
	columns: 3;
	-webkit-columns: 3;
    	-moz-columns: 3;
}

/* === BACK TO TOP === */

.top {
    position: relative;
    margin-top: 20px;
    padding: 3px 10px;
    display: inline;
    float: right;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    transition: .3s;
    background: #3678c2;
    border-radius: 0 0 3px 3px;
}

.top:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 45%;
    display: block;
    border-bottom: 6px solid #3678c2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: .3s;
}

.top:hover {
    color: #ebf3fd;
    background-color: #27568b;;
}

.top:hover:before {
    border-bottom-color: #27568b;
}


/* == MISC == */

#google-map {
    line-height: 18px;
}

iframe[name^='map'] {
    height: 600px;
}

iframe[name='faculty-list'] {
    width: 75%;
}

@media screen and (max-width: 568px) {
    iframe[name='faculty-list'] {
        width: 100%;
    }
    
    ul.multi-column {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
/* MORE link styles */

.more {
    border-radius: 3px;
    transition: .3s;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    font-weight: 400;
    background-color: #ffdd66;
    color: #192138;
    z-index: 100;
    }

.more:hover {
    transition: .3s;
    cursor: pointer;
    color: #192138;
    }

/* read more */
.read-more {
    color: #1772c3;
    font-style: italic;
	}

.read-more:hover {
	color: #66ccff;
	}
	
/*======================= MEDIA QUERIES =======================
http://devfacts.com/media-queries-breakpoints-2021/           */


@media (max-width: 1400px) {

    .nav-button {
        padding: 0 2px;
    }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    
    /*.wrap .grid .unit:first-child {
        padding-left: 10px;
	}   
     
    .wrap .grid .unit.whole {
        padding-left: 10px;
        padding-right: 10px;
    } */  
    
    header .grid .one-fifth {
        width: 30%;
    }

    header .grid .half {
        width: 68%;
    }
    
    header .grid .unit.title {
        padding: 0px 5px 3px 15px;
    }
    
    header .grid .global-search.unit:last-child {
        width: 40%;
    }
    
	nav a {
		font-size: 13px;
		letter-spacing: 0.5px;
    }

	nav li {
		padding: 7px 4px;
    }
        
    nav li, nav button {
        font-size: 12px;
    }

        
}

@media (max-width: 1154.98px) { 
    /* desktop nav */
    nav .menu {
        display: none;
    }
    
	/* MOBILE NAV: sidr nav button */
    .navBtn {
        display: block;
    }
    
    .navBtn a {
        display: inline-block;
        font-size: 13px;
        margin: 10px 0;
        padding: 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        border: none;
    }
    
    .navBtn i.fa-bars {
        width: 10px;
        height: 10px;
        padding: 5px 13px 14px 7px;
        background: #74000e;
        color: #f6faff;
        border-radius: 3px;
        vertical-align: top;
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 19px;
    }
    
    .navBtn .global-psych-nav-toggle {
        display: block;
    }
    
    .global-psych-nav-toggle {
        display: none;
    }
    
    /* sidr nav */
    .sidr {
        padding-bottom: 20px;
    }

    #sidr {
        background-color: #f5f5f5;
        color: #565656;
        margin: 0;
    }
    
    /*style toggle for secondary parent nav*/   
    .mobile-level2.mobile-has-children {
        display: flex;
        flex-wrap: wrap;
    }
    
    .mobile-level2.mobile-has-children .nav-item-link--with-children {
        width: calc(100% - 95px);
        flex-grow: 1;
    }
    
    .mobile-level2.mobile-has-children .nav-dropdown-button {
        flex-grow: 1;
        width: 50px;
        background-color: #f6faff;
    }

    .mobile-level2.mobile-has-children ul {
        flex-grow: 2;
    }
        
}


@media (max-width: 1059.98px) { 

    header .logo.unit:first-child {
        padding-left: 10px;
    }
    
    header .grid .unit.title {
        padding: 0px 5px 3px 10px;
    }
    .site-title a {
        margin-left: 15px;
    }
    
    header .grid .global-search {
        width: 30%;
    }
    
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 

    .global-psych-header .logo {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .global-search__title {
        padding-left: 10px;
    }

    .global-search p {
        font-size: 12px;
        width: 48%;
    }

    .global-search__description + .global-search__toggle.opened:before {
        bottom: 0%;
    }
   
    .global-search__description {
        padding: 8px;
    }

    .global-search input {
        width: 75%;
    }


}



/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    
    .unit.one-fifth.logo, .unit.half.title {
        float: left;
    }
    
    .site-title {
        padding-top: 0;
    }
    
	.global-psych-header {
	    flex-wrap: wrap;
	}
	
	.global-psych-header .unit {
        flex-grow: 1;
    }
    
    header .grid .global-search {
        width: 100%;
    } 
    
    header .grid .global-search.unit:last-child {
        margin: 0 10px 20px 10px;
    }

    .global-search {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
        background-color: #f5f8fb;
    }
    
    .global-search__title {
        flex-grow: 2;
        width: 100%;
    }
    
    .global-search__searchform {
        flex-grow: 1;
        width: 50%;
    }

    .global-search input {
        width: 80%;
    } 
    
    .global-search__toggle, .global-search__description {
        padding: 8px 15px;
    }
    
    #banner {
		width: 100vw;
    }

    .desktop-nav li:hover ul {
        display: block;       
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    main .unit.whole .three-quarters.unit {
        padding: 0;
    }
    
    main ul, main ol {
        margin: 15px 0px 20px 25px;
    }
        
    main ul ul, main ul ol, 
    main ol ul, main ol ol {
        margin-left: 10px;
    }
    
    .unit .whole aside.one-quarter.unit:first-child {
        display: block;
        margin: 10px 0;
        padding: 0px;
    }
    
    .whole aside.one-quarter {
        float: none;
        width: 100%;
        padding-left: 0;
    }
            
    aside.one-quarter > div {
        width: initial;
    } 
    
    aside.one-quarter img[style="float:left"], 
    aside.one-quarter figure[style="float:left"], 
    aside.one-quarter img[style="float:right"], 
    aside.one-quarter figure[style="float:right"] {
        margin: 0px;
    }
    
    footer .grid .one-third {
        width: 32.75%;
        float: left;
    }
    
    footer p {
        padding: 0 5px;
    }
    
    .copyright p:first-child {
        display: inline-block;
    }

    ul.multi-column	{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    
}

@media (min-width: 576px) and (max-width: 767px) {

    .global-psych-header .logo {
        margin-bottom: 15px;
    }
    
    .grid .unit.half.title {
        width: calc(100% - 240px) !important; /*override gridism*/
    }

    header .grid .global-search.unit:last-child {
        width: 100%;
    }    
    
    .global-search__toggle, .global-search__description {
        padding: 8px 10px;
    }
    
    .global-search__description {
        background-color: transparent;
    }
}

@media (max-width: 575.98px) { 
    
    /*header*/
    .wrap .grid .unit.one-fifth.logo {
        padding-left: 20px;
    }
    
    .unit.one-fifth.logo {
        width: 190px !important; /*override gridism*/
        margin: 20px 5px 10px 5px;
        padding-left: 0;
    }
    
    .grid .unit.half.title {
        /*width: 210px !important; override gridism*/
        padding: 0;
    }
    
    .unit.one-fifth.logo, .unit.half.title {
        margin: 0 0 20px 0;
    }
    
    .site-title a {
        margin-left: 20px;
    }

    /*header searchforms*/
    
    header .grid .global-search.unit:last-child {
        margin: 0 20px 20px 20px;
    }

	.global-search {
		padding: 0px;
        overflow: hidden;
    }
	
	.global-search p {
		width: 100%;
    }
	
	.global-search__title {
		text-transform: uppercase;
		letter-spacing: 1px;
		display: inline;
        padding-left: 5px;
    }

    .global-search__toggle:after {
        float: right;
        margin-right: 15px;
    }
	
	.global-search__toggle {
		text-transform: capitalize;
		position: relative;
		letter-spacing: 0.25px;
    }
	
	.global-search__toggle:last-of-type {
		position: relative;
    }

	.global-search__description:last-of-type {
	  	float: none; 
    }
    
    .global-search__toggle, .global-search__description {
        padding: 8px 0 8px 6px;
    }

	.global-search__description {
		padding: 12px;
		width: 100%;
		display: block;
        background-color: transparent;
    }
	
	.global-search input {
		width: 70%;
		font-size: 11px;
		font-style: italic;
		background: #EFEFEF;
		padding: 2px 5px;
		border: transparent;
		outline: none;
    }
    /*mobile nav*/
    .navBtn {
        padding: 0 20px;
    }
    
	/*footer*/
	footer .grid .one-fifth {
		margin-bottom: 25px;
		width: 100%;
    }
	
	footer .grid .one-fifth:last-child {
		margin-bottom: 0;
    }

	footer .one-fifth i, footer .one-fifth span {
		text-align: center;
    }

}


/* UNDO FLEX NAVIGATION IN IE 11 */

@media all and (-ms-high-contrast:none) {
    
    /* reduce font-size to fit current navigation items */
    nav .menu a {
        font-size: 10px;
    }
    
    nav .menu .fa {
        top: -3px;
    }

    nav .menu > ul {
        display: block;
        margin: 0 auto;
    }
    
    nav .menu > ul > li {
        padding: 7px 10px;
        display: inline-block;
        height: 100%;
    }
    
    nav .menu > ul > li > a {
        display: block;
    }

}

@media all and (-ms-high-contrast:none) and (max-width: 1180px) {
    
    /* reduce font-size to fit current navigation items */
    nav .menu a {
        font-size: 10px;
    }
}    
    
