@charset "utf-8";
/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://use.typekit.net/lhd6fpw.css");
@import url('https://use.typekit.net/wjv5uii.css');

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */



h1 {
	font-size: calc(2em * 1.12);
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
    max-width: 100%;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}

/* typography */

@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'icomoon';
	src: url('https://fonts.tufts.edu/assets/haul/fonts/icomoon/fonts/icomoon.eot?x7vbam');
	src: url('https://fonts.tufts.edu/assets/haul/fonts/icomoon/fonts/icomoon.eot?x7vbam#iefix') format("embedded-opentype"), url('https://fonts.tufts.edu/assets/haul/fonts/icomoon/fonts/icomoon.ttf?x7vbam') format("truetype"), url('https://fonts.tufts.edu/assets/haul/fonts/icomoon/fonts/icomoon.woff?x7vbam') format("woff"), url('https://fonts.tufts.edu/assets/haul/fonts/icomoon/fonts/icomoon.svg?x7vbam#icomoon') format("svg");
	font-weight: normal;
	font-style: normal;
}
/* tufts.styles.css - base css */
.svgstore {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
}
.svgstore svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.svgstore--arrow-down {
	padding-bottom: 55.22388%;
}
.svgstore--arrow-left {
	padding-bottom: 181.08108%;
}
.svgstore--arrow-right {
	padding-bottom: 181.08108%;
}
.svgstore--arrow-up {
	padding-bottom: 55.22388%;
}
.svgstore--close {
	padding-bottom: 100%;
}
.svgstore--collapse {
	/* MODIFIED TO FIX FOOTER EXPAND COLLAPSE ON MOBILE padding-bottom: 3.44828%; */
  padding-bottom: 5.44828%;
}
.svgstore--expand {
	padding-bottom: 100%;
}
.svgstore--facebook {
	padding-bottom: 100%;
}
.svgstore--instagram {
	padding-bottom: 100%;
}
.svgstore--logo-full {
	padding-bottom: 42.75534%;
}
.svgstore--logo {
	padding-bottom: 33.25416%;
}
.svgstore--menu {
	padding-bottom: 65.51724%;
}
.svgstore--person {
	padding-bottom: 100%;
}
.svgstore--phone {
	padding-bottom: 100%;
}
.svgstore--search {
	padding-bottom: 100%;
}
.svgstore--twitter {
	padding-bottom: 100%;
}
.svgstore--youtube {
	padding-bottom: 100%;
}
.svgstore--alert {
	padding-bottom: 82%;
}
.svgstore--vimeo-squared {
	padding-bottom: 100%;
}
.svgstore--gallery {
	padding-bottom: 100%;
}
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
ul, ol {
	margin: 0 0 2rem 0;
	padding-left: 1.75rem;
	font-size: 1rem;
}
ul li {
	list-style-image: none;
}
ul li, ol li, dl li {
	margin-top: 1rem;
}
ul li:first-child, ol li:first-child, dl li:first-child {
	margin-top: 0;
}
svg {
	fill: currentColor;
}
html {
	font-family: sans-serif;
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
}
html, body {
	height: 100%;
}
body {
	line-height: 1.617rem;
	word-wrap: break-word;
	min-height: 100%;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	color: #203749;;
	overflow-x: hidden;
	padding-top: 4rem;
	font-weight: 300;
}

@media (min-width: 64em) {
body {
	padding-top: 6.5rem;
}
body.body--header-home {
	padding-top: 9.375rem !important;
}
}

h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	line-height: 1;
	margin: 0;
	font-weight: 600;
}
h1 {
	font-size: calc(2.875rem * 1.12);
	line-height: 1;
	margin: 0 0 1.5rem;
}
h2 {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: calc(2.5rem * 1.12);
	margin: 0 0 1.5rem;
}
h3 {
	font-size: calc(2rem * 1.12);
	margin: 0 0 1.5rem;
}
h4 {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: calc(2rem * 1.12);
	margin: 0 0 1.5rem;
}
h5 {
	font-size: calc(1.375rem * 1.12);
	margin: 0 0 1.5rem;
}
h6 {
	font-size: calc(1.125rem * 1.12);
	margin: 0 0 1.5rem;
}
p {
	margin: 0 0 1.25rem;
	font-size: calc(1.125rem * 1.12);
	line-height: 1.563rem;
}
p::-moz-selection {
 color: white;
 background: #418fde;
}
p::selection {
	color: white;
	background: #418fde;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #3172ae;
	border-bottom: 1px solid #7fa9ae;
	-webkit-transition: color ease 320ms, background ease 320ms;
	transition: color ease 320ms, background ease 320ms;
}
a:hover {
	text-decoration: none;
	color: #3172ae;
	border-bottom-color: #3172ae;
}
b, strong {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.directory {
	position: fixed;
	left: 0;
	top: 4rem;
	width: 100%;
	padding: 1rem;
	background: #3e74aa;
	z-index: 2;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform ease 320ms;
	transition: -webkit-transform ease 320ms;
	transition: transform ease 320ms;
	transition: transform ease 320ms, -webkit-transform ease 320ms;
}

@media (min-width: 64em) {
.directory {
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: none;
	transform: none;
	background: #333;
	-webkit-transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
	transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
}
}
.directory .contextual-links-region {
	outline: none;
	position: inherit;
}
.body--directory-active .directory {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 64em) {
.body--directory-active .directory {
	z-index: 3;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
	transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
}
}

@media (min-width: 64em) {
.directory__wrap {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility ease 320ms, opacity ease 320ms;
	transition: visibility ease 320ms, opacity ease 320ms;
}
}

@media (min-width: 64em) {
.body--directory-active .directory__wrap {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
	transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
}
}
.directory__close {
	display: none;
}

@media (min-width: 64em) {
.directory__close {
	display: block;
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 3rem;
	color: #333;
	background: #fff;
	border-radius: 50%;
	padding: .75rem;
}
}

@media (min-width: 64em) {
.directory__form {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48rem;
	padding-bottom: .5rem;
	border-bottom: .125rem solid #fff;
}
}
.directory__input {
	float: left;
	width: calc(100% - 3rem);
	height: 3rem;
	background: #fff;
	border: 0;
	padding: 0 1rem;
	border-radius: 0;
}

@media (min-width: 64em) {
.directory__input {
	width: calc(100% - 4rem);
	background: 0 0;
	padding: 0;
	font-size: calc(2.5rem * 1.12);
	color: #fff;
}
}
.directory__button {
	float: right;
	width: 3rem;
	height: 3rem;
	padding: .75rem;
	background: #fff;
	color: #3e74aa;
	border: 0;
}

@media (min-width: 64em) {
.directory__button {
	color: #fff;
	padding: 0;
	background: 0 0;
}
}
.footer__bottom::after, .footer__bottom::before {
	content: '';
	display: table;
}
.footer__bottom::after {
	clear: both;
}
.footer__campus__content {
	position: absolute;
	left: -999rem;
}
.footer {
	background: #512c1a;
	color: white;
	padding: 1rem 0;
}

@media (min-width: 64em) {
.footer {
	background: #3172ae;
}
}
.footer a {
	color: white;
}

@media (min-width: 64em) {
.footer a {
	border-bottom: none;
}
}
.footer a:hover {
	border-bottom-color: white;
}

@media (min-width: 64em) {
.footer a:hover {
	border-bottom: none;
}
}
.footer__wrap {
	max-width: 96rem;
	margin: auto;
	padding: 0 1rem;
}

@media (min-width: 64em) {
.footer__wrap {
	padding: 0;
}
}

@media (min-width: 64em) {
.footer__logo__wrap {
	display: block;
	width: 8rem;
	float: left;
	width: 25%;
	padding: 0 1rem;
}
}
.footer__logo {
    border-bottom: none;
	display: block;
	margin: 1rem auto 2rem auto;
	width: 8rem;
}

@media (min-width: 64em) {
.footer__logo {
	margin: 1rem 0;
	width: 60%;
	max-width: 12rem;
}
}
.footer__campus {
	margin-bottom: 1rem;
}

@media (min-width: 64em) {
.footer__campus {
	float: left;
	width: 25%;
}
}
.footer__campus__toggle {
	display: block;
	position: relative;
	padding: .5rem;
	border: 0.125rem solid white;
}

@media (min-width: 64em) {
.footer__campus__toggle {
	border: 0;
	cursor: default;
	font-size: 1.25rem;
	padding: .5rem 1rem;
}
}
.footer__campus__toggle__icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
	height: 100%;
	background: #432316;
	padding: .675rem;
}

@media (min-width: 64em) {
.footer__campus__toggle__icon {
	display: none;
}
}
.footer__campus--active .footer__campus__toggle__open {
	display: none;
}
.footer__campus__toggle__close {
	display: none;
	margin-top: .5625rem;
}
.footer__campus--active .footer__campus__toggle__close {
	display: block;
}
.footer__campus__content {
	border: 0.125rem solid white;
	border-top: 0;
	background: #432316;
}

@media (min-width: 64em) {
.footer__campus__content {
	position: static;
	border: 0;
	background: 0 0;
}
}
.footer__campus--active .footer__campus__content {
	position: static;
}
.footer__nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer__nav__item {
	margin: 0;
}
.footer__nav__item .file-image img {
	padding: 0 .5rem;
	margin: .5rem 0;
	display: none;
}
.footer__nav__item img {
	padding: 0 .5rem;
	margin: .5rem 0;
	display: none;
}

@media (min-width: 64em) {
.footer__nav__item .file-image img {
	display: block;
	padding: 0 1rem;
	margin: 1rem 0;
}
.footer__nav__item img {
	display: block;
	padding: 0 1rem;
	margin: 1rem 0;
	max-width: 100%;
	height: auto;
}
}
.footer__nav__link {
	display: block;
	padding: .5rem;
	border-bottom: none;
}

@media (min-width: 64em) {
.footer__nav__link {
	padding: .5rem 1rem;
}
}

@media (min-width: 64em) {
.footer__nav__link:hover {
	background: #315e88;
}
}
.footer__nav__image {
	padding: 0 .5rem;
	margin: .5rem 0;
	display: none;
}

@media (min-width: 64em) {
.footer__nav__image {
	display: block;
	padding: 0 1rem;
	margin: 1rem 0;
}
}
.footer__button {
	display: block;
	padding: .5rem;
	border: 0.125rem solid white;
	text-align: center;
	margin-bottom: 1rem;
}
.footer__non__discrim__section {
  margin: 3rem 0 1.5rem 0;
  padding: 3rem 1rem;
  border-top: 0.0625rem solid #876d61;
  border-bottom: 0.0625rem solid #876d61;
}
@media (min-width: 64em){
    .footer__non__discrim__section {
      clear: both;
      border-top: .0625rem solid #7da2c6;
      border-bottom: none;
      margin: 1rem 1rem 0rem 1rem;
    }
}
.footer__non__discrim__section .non__discrim__statement {
  font-size: .75rem;
  line-height: 1.5;
}
.footer__non__discrim__section .non__discrim__statement a {
  text-decoration: underline;
  border-bottom: unset;
  border-bottom-color: white;
}
.footer__non__discrim__section .non__discrim__statement a:hover {
  text-decoration: none;
}

@media (min-width: 64em) {
.footer__button {
	display: none;
}
}

@media (min-width: 64em) {
.footer__bottom {
	clear: both;
	border-top: .0625rem solid #7da2c6;
	margin: 0 1rem;
	padding-top: 1.5rem;
}
}
.footer__social {
	list-style: none;
	text-align: center;
	margin-bottom: 1rem;
	padding-left: 0;
}

@media (min-width: 64em) {
.footer__social {
	float: left;
	margin: 0 0 0 25%;
	width: 25%;
	text-align: left;
	padding: 0 .5rem;
}
}
.footer__social__item {
	display: inline-block;
	margin: 0 .5rem;
}

@media (min-width: 64em) {
.footer__social__item {
	margin: 0 1rem 0 0;
}
}
.footer__social__link {
	display: block;
	width: 2rem;
	border-bottom: none;
}
.footer__phone {
	margin-bottom: 1rem;
	text-align: center;
}

@media (min-width: 64em) {
.footer__phone {
	display: none;
}
}
.footer__copyright {
	text-align: center;
	border-top: 0.0625rem solid #876d61;
	padding-top: 1rem;
	font-size: calc(0.75rem * 1.12);
}

@media (min-width: 64em) {
.footer__copyright {
	border: 0;
	float: left;
	text-align: left;
	padding: .375rem 0 0 1rem;
	font-size: calc(.875rem * 1.12);
	width: 25%;
}
}
.footer__non-discrimination,
.footer__accessibility {
	text-align: center;
	font-size: calc(0.75rem * 1.12);
	width: 100%;
}

@media (min-width: 64em) {
.footer__non-discrimination,
.footer__accessibility {
	border: 0;
	float: left;
	text-align: left;
	padding: 0.375rem 0 0 1rem;
	font-size: calc(0.875rem * 1.12);
	width: 25%;
}
}
.footer__non-discrimination a,
.footer__accessibility a {
	border-color: white;
}
.footer__privacy {
  text-align: center;
  font-size: calc(0.75rem * 1.12);
  width: 100%;
}
@media (min-width: 64em) {
  .footer__privacy {
    border: 0;
    float: left;
    text-align: left;
    padding: 0.375rem 0 0 1rem;
    font-size: calc(0.875rem * 1.12);
    width: 25%;
  }
}
.footer__privacy a {
  border-color: white;
}
.footer__mobile-site {
	text-align: center;
	font-size: calc(0.75rem * 1.12);
	width: 100%;
}

@media (min-width: 64em) {
.footer__mobile-site {
	display: none;
}
}
.footer__mobile-site a {
	border-color: white;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #3172ae;
	color: white;
	padding: .5rem 0;
	z-index: 3;
}

@media (min-width: 64em) {
.header {
	top: 2.5rem;
}
}
.header::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .0625rem;
	background: #7da2c6;
	content: '';
}

@media (min-width: 64em) {
.header::before {
	bottom: auto;
	top: 0;
}
}
.header::after {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 2.5rem;
	background: #3172ae;
	content: '';
}
.header__wrap {
	max-width: 96rem;
	margin: auto;
	padding: 0 1rem;
}
.header__logo {
	float: left;
	color: white;
	border-bottom: none;
}
.header__logo:hover {
	color: white;
	border-bottom: none;
}
.header__logo__default {
	display: block;
	width: 6rem;
	height: 3rem;
	padding: .5rem 0;
}

@media (min-width: 64em) {
.body--header-home-active .header__logo__default {
	display: none;
}
}
.header__logo__full {
	display: none;
}

@media (min-width: 64em) {
.body--header-home-active .header__logo__full {
	display: block;
	width: 9rem;
	height: 5.875rem;
	padding: 1rem 0;
}
}
.header__menu-toggle, .header__search-toggle, .header__directory-toggle {
	float: right;
	width: 3rem;
	height: 3rem;
	background: #315e88;
	padding: .75rem;
	color: white;
}

@media (min-width: 64em) {
.header__menu-toggle, .header__search-toggle, .header__directory-toggle {
	display: none;
}
}
.header__menu-toggle {
	margin-left: .5rem;
}
.header__search-toggle {
	margin-left: .5rem;
}
.body--menu-active .header__menu-toggle {
	background: white;
	color: #3172ae;
}
.header__menu-toggle__open {
	display: block;
	padding-top: .25rem;
}
.body--menu-active .header__menu-toggle__open {
	display: none;
}
.header__menu-toggle__close {
	display: none;
}
.body--menu-active .header__menu-toggle__close {
	display: block;
}
.body--search-active .header__search-toggle {
	background: white;
	color: #3172ae;
}
.body--search-active .header__search-toggle__open {
	display: none;
}
.header__search-toggle__close {
	display: none;
}
.body--search-active .header__search-toggle__close {
	display: block;
}
.body--directory-active .header__directory-toggle {
	background: white;
	color: #3172ae;
}
.body--directory-active .header__directory-toggle__open {
	display: none;
}
.header__directory-toggle__close {
	display: none;
}
.body--directory-active .header__directory-toggle__close {
	display: block;
}
.body--menu-complete {
	overflow: hidden;
}

@media (min-width: 64em) {
.body--menu-complete.body--audience-complete {
	overflow: hidden;
}
}

@media (min-width: 64em) {
.body--audience-complete {
	overflow: hidden;
}
}
.audience {
	display: none;
}

@media (min-width: 64em) {
.audience {
	color: white;
	display: block;
	padding: 1rem;
	position: fixed;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background: #3e74aa;
	-webkit-transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
	transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
}
}

@media (min-width: 64em) {
.body--audience-active .audience {
	z-index: 3;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
	transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
}
}

@media (min-width: 64em) {
.audience__wrap {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility ease 320ms, opacity ease 320ms;
	transition: visibility ease 320ms, opacity ease 320ms;
}
}

@media (min-width: 64em) {
.body--audience-active .audience__wrap {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
	transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
}
}
.audience__close {
	display: none;
}

@media (min-width: 64em) {
.audience__close {
	display: block;
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 3rem;
	color: #3e74aa;
	background: #fff;
	border-radius: 50%;
	padding: .75rem;
}
}

@media (min-width: 64em) {
.audience__content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 28rem;
}
}
.jump-wrap {
	line-height: 1rem;
}

@media (min-width: 48em) {
.jump-wrap.jump-wrap--fixed {
	position: fixed;
	-webkit-backface-visibility: hidden;
	left: 0;
	right: 0;
	top: 4rem;
	z-index: 2;
	background: white;
	width: 100%;
	max-width: 76.875rem;
	margin: 0 auto;
}
}

@media (min-width: 64em) {
.jump-wrap.jump-wrap--fixed {
	top: 6.5rem;
}
}
.jump-wrap--fixed:after, .jump-wrap--fixed:before {
	background: inherit;
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	right: 100%;
}
.menus {
	position: fixed;
	left: 0;
	top: 4rem;
	width: 100%;
	max-height: calc(100% - 4rem);
	overflow: auto;
	padding: 1rem 0;
	background: #3172ae;
	color: white;
	z-index: 2;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform ease 320ms;
	transition: -webkit-transform ease 320ms;
	transition: transform ease 320ms;
	transition: transform ease 320ms, -webkit-transform ease 320ms;
}

@media (min-width: 64em) {
.menus {
	top: 0;
	max-height: none;
	padding: 0;
	background: 0 0;
	z-index: 3;
	-webkit-transform: none;
	transform: none;
	overflow: visible;
}
}
.body--menu-active .menus {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.menu__wrap {
	position: relative;
	max-width: 96rem;
	margin: auto;
}
.menu__nav, .menu__wrap .menu-name-menu-primary-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 64em) {
.menu__nav, .menu__wrap .menu-name-menu-primary-navigation .menu {
	position: absolute;
	right: 0;
	top: 2.5rem;
	font-size: calc(.75rem * 1.12);
}
}

@media (min-width: 80rem) {
.menu__nav, .menu__wrap .menu-name-menu-primary-navigation .menu {
	font-size: calc(1rem * 1.12);
}
}

@media (min-width: 96rem) {
.menu__nav, .menu__wrap .menu-name-menu-primary-navigation .menu {
	font-size: calc(1.25rem * 1.12);
}
}

@media (min-width: 64em) {
.body--header-home-active .menu__nav, .body--header-home-active .menu__wrap .menu-name-menu-primary-navigation > .menu {
	top: 5.375rem;
}
}
.menu__wrap .menu > li {
	margin-top: 0;
	list-style-type: none !important;
	list-style-image: none !important;
}
.menu__wrap .menu > li.expanded {
	position: relative;
}

@media (min-width: 64em) {
.menu__wrap .menu > li {
	float: left;
}
}
.menu__wrap .menu > li > a {
	display: block;
	padding: 0.5rem 1rem;
	color: white;
	border-bottom: none;
	background: #2a5c89;
	margin: 0.5rem 1rem;
}

@media (min-width: 64em) {
.menu__wrap .menu > li > a {
	background: #3172ae;
	height: auto;
	line-height: 3.938rem;
	padding: 0 1.7rem;
	margin: 0.063rem 0 0 0;
}
}

@media (min-width: 70rem) {
.menu__wrap .menu > li > a {
	padding: 0 2rem;
}
}
.menu__wrap .menu > li .nolink {
	display: block;
	padding: 0.5rem 1rem;
	color: white;
	border-bottom: none;
	margin: 0.5rem 1rem 0 1rem;
	background: #2a5c89;
}
.menu__wrap .menu > li .nolink:after {
	float: right;
	content: '\e906';
	font-size: 100%;
	margin-right: -0.3125rem;
	font-family: icomoon;
}

@media (min-width: 64em) {
.menu__wrap .menu > li .nolink {
	background: #3172ae;
	height: 3.938rem;
	line-height: 3.938rem;
	padding: 0 1.7rem;
	margin: 0.063rem 0 0 0;
}
.menu__wrap .menu > li .nolink:after {
	content: '';
}
.menu__wrap .menu > li .nolink:hover {
	background: #2a5c89;
}
}

@media (min-width: 70rem) {
.menu__wrap .menu > li .nolink {
	padding: 0 2rem;
}
}
.menu__wrap .menu > li ul li {
	width: 100%;
}
.menu__wrap .menu > li ul li:hover {
	background: #2a5c89;
}
.menu__wrap .menu > li ul li:hover a {
	background: white;
	color: #2a5c89;
}
.menu__wrap .menu > li ul li a {
	line-height: 1.25rem;
	margin: 0 1rem;
	font-size: 0.75rem;
	padding: 0.5rem 1rem 0.5rem 2rem;
	background: #2a5c89;
}

@media (min-width: 64em) {
.menu__wrap .menu > li ul li a {
	font-size: 0.75rem;
	margin: 0;
	padding: .5rem 2rem .5 2rem;
}
}

@media (min-width: 80rem) {
.menu__wrap .menu > li ul li a {
	font-size: .9rem;
    padding: .75rem 2rem .75rem 2rem;
}
}

@media (min-width: 96rem) {
.menu__wrap .menu > li ul li a {
	font-size: 1rem;
}
}
.menu__nav__item--active .menu__nav__link, .menu__nav__link:hover, .menu__wrap .menu-name-menu-primary-navigation > .menu > li > a:hover, .menu__wrap .menu-name-menu-primary-navigation > .menu > li > .nolink:hover {
	background: #2a5c89;
	color: white;
	cursor: pointer;
}
.menu__wrap .menu > li > .menu {
	position: relative;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	padding: 1rem 0;
	margin-top: 0;
	background: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity ease 320ms, visibility ease 320ms;
	transition: opacity ease 320ms, visibility ease 320ms;
	display: none;
}

@media (min-width: 64em) {
.menu__wrap .menu > li > .menu {
	display: block;
	background: #2a5c89;
    min-width:15.625rem;
	position: absolute;
	padding: 0;
}
}

@media (min-width: 64em) {
  .menu__wrap .menu > li:hover > .menu {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
      visibility: visible;
  }
  .menu__wrap .menu > li:hover > a:nth-of-type(2) {
    background: #2a5c89;
  }
}
  

@media (min-width: 64em) {
.menu__wrap .menu > li:hover > .nolink {
	background: #2a5c89;
}
}
.menu__wrap .menu > li.show-subnav .nolink:after {
	content: '\e905';
}

@media (min-width: 64em) {
.menu__wrap .menu > li.show-subnav .nolink:after {
	content: '';
}
}
.menu__wrap .menu > li.show-subnav > .menu {
	padding: 0;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
	display: block;
}

/* 10-18 NAVIGATION MODIFICATION UPDATES */

.primary__nav__toggle {
    float: right;
    width: 2rem;
    height: 2rem;
    color: #fff !important;
    margin: 0.2rem 1.15rem !important;
}

.primary__nav__toggle .svgstore--collapse {
  display: none;
  padding-bottom: 100%;
}

@media (min-width: 64em) {
  .primary__nav__toggle {
    display: none !important;
  }
}

.show-subnav .primary__nav__toggle .svgstore--expand {
  display: none !important;
}

.show-subnav .primary__nav__toggle .svgstore--collapse {
  display: block !important;
}

.primary__nav__toggle .svgstore--expand:before , 
.primary__nav__toggle .svgstore--collapse:before  {
  color: white;
  float:right;
  font-family: icomoon;
  font-size: 100%;
  margin-right: -0.3125rem; 
}

.primary__nav__toggle .svgstore--expand:before {
  content: '\e906';
}

.primary__nav__toggle .svgstore--collapse:before {
  content: '\e905';
} 

.show-subnav .primary__nav__toggle svg {
  stroke: currentColor;
}

.menu-name-menu-primary-navigation .show-subnav > a {
  background: #2a5c89 !important;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.menu__wrap .menu-name-menu-primary-navigation .menu>li.expanded > a:hover, 
.menu__wrap .menu-name-menu-primary-navigation .menu>li.expanded > a:focus {
  background: #2a5c89;
  color: #fff;
  cursor: pointer;
}

.menu__wrap .menu-name-menu-primary-navigation .menu > li ul li a {
  background: #2a5c89;
  color: #fff;
}

/* 10-18 NAVIGATION MODIFICATION UPDATES END */

.search {
	position: fixed;
	left: 0;
	top: 4rem;
	width: 100%;
	padding: 1rem;
	background: #3e74aa;
	z-index: 2;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform ease 320ms;
	transition: -webkit-transform ease 320ms;
	transition: transform ease 320ms;
	transition: transform ease 320ms, -webkit-transform ease 320ms;
}

@media (min-width: 64em) {
.search {
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: none;
	transform: none;
	background: #333;
	-webkit-transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
	transition: z-index ease 320ms 640ms, visibility ease 320ms 640ms, opacity ease 320ms 640ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
}
}
.search .contextual-links-region {
	outline: none;
	position: inherit;
}
.body--search-active .search {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 64em) {
.body--search-active .search {
	z-index: 3;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	visibility: visible;
	opacity: 1;
	-webkit-transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
	transition: z-index ease 320ms, visibility ease 320ms, opacity ease 320ms, width ease 320ms 320ms, height ease 320ms 320ms, left ease 320ms 320ms, top ease 320ms 320ms;
}
}

@media (min-width: 64em) {
.search__wrap {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility ease 320ms, opacity ease 320ms;
	transition: visibility ease 320ms, opacity ease 320ms;
}
}

@media (min-width: 64em) {
.body--search-active .search__wrap {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
	transition: visibility ease 320ms 640ms, opacity ease 320ms 640ms;
}
}
.search__close {
	display: none;
}

@media (min-width: 64em) {
.search__close {
	display: block;
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 3rem;
	color: #333;
	background: #fff;
	border-radius: 50%;
	padding: .75rem;
}
}

@media (min-width: 64em) {
.search__form {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48rem;
	padding-bottom: .5rem;
	border-bottom: .125rem solid #fff;
}
}
.search__input {
	float: left;
	width: calc(100% - 3rem);
	height: 3rem;
	background: #fff;
	border: 0;
	padding: 0 1rem;
	border-radius: 0;
}

@media (min-width: 64em) {
.search__input {
	width: calc(100% - 4rem);
	background: 0 0;
	padding: 0;
	font-size: calc(2.5rem * 1.12);
	color: #fff;
}
}
.search__button {
	float: right;
	width: 3rem;
	height: 3rem;
	padding: .75rem;
	background: #fff;
	color: #3e74aa;
	border: 0;
}

@media (min-width: 64em) {
.search__button {
	color: #fff;
	padding: 0;
	background: 0 0;
}
}
.menu__secondary {
	list-style: none;
	font-size: 1rem;
	margin: 1.5rem 0;
	padding: 0;
}

@media (min-width: 64em) {
.menu__secondary {
	position: absolute;
	left: 0;
	top: 0;
	font-size: .75rem;
	margin: 0;
}
}

@media (min-width: 80rem) {
.menu__secondary {
	font-size: .875rem;
}
}
.menu__secondary__item {
	margin-top: 0;
}

@media (min-width: 64em) {
.menu__secondary__item {
	float: left;
}
}
.menu__secondary__link {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	border: none;
	color: white;
	background: #2a5c89;
	margin: 0.5rem 1rem;
}
/*.menu__secondary__link:after {
	float: right;
	font-family: icomoon;
	content: '\e906';
	font-size: 100%;
	margin-right: -0.3125rem;
}*/

@media (min-width: 64em) {
.menu__secondary__link {
	height: 2.5rem;
	padding: 0.75rem 1rem 0 1rem;
	background: none;
	margin: 0;
}
.menu__secondary__link:after {
	content: '';
}
}

@media (min-width: 80rem) {
.menu__secondary__link {
	padding-top: .6875rem;
}
}
.menu__secondary__item--active .menu__secondary__link, .menu__secondary__link:hover {
	background: #2a5c89;
	color: white;
}
.menu__secondary__close {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2a5c89;
}

@media (min-width: 64em) {
.menu__secondary__item--active .menu__secondary__close {
	display: block;
}
}
.menu__secondary__close__wrap {
	display: block;
	text-align: center;
	padding-top: 0.75rem;
}

@media (min-width: 64em) {
.menu__secondary__close__wrap {
	padding-top: .6875rem;
}
}
.menu__secondary__close__icon {
	display: inline-block;
	width: 1rem;
	background: white;
	border-radius: 50%;
	color: #3172ae;
	padding: .25rem;
	margin-right: .25rem;
	vertical-align: text-top;
}
.menu__secondary__sub {
	display: none;
	position: fixed;
	left: -999rem;
	width: 100%;
	max-height: calc(100% - 2.5rem);
	background: #3e74aa;
	padding: 1rem 1rem;
	font-size: 1rem;
}

@media (min-width: 64em) {
.menu__secondary__sub {
	padding: 4rem 1rem;
	top: 2.5rem;
	border-top: 0.0625rem solid #7da2c6;
}
}
.menu__secondary__sub {
	display: block;
}
.menu__secondary__item--active .menu__secondary__link:after {
	content: '\e905';
}

@media (min-width: 64em) {
.menu__secondary__item--active .menu__secondary__link:after {
	content: '';
}
}
.menu__secondary__item--active .menu__secondary__sub {
	left: 0;
	position: relative;
}

@media (min-width: 64em) {
.menu__secondary__item--active .menu__secondary__sub {
	position: fixed;
}
}
.menu__secondary__sub__content {
 width: 100%%;
}

@media (min-width: 64em) {
.menu__secondary__sub__content {
	width: 50%;
	float: left;
	padding-right: 2rem;
}
}
.menu__secondary__sub__content ul {
	list-style-type: none;
	padding: 0;
}
.menu__secondary__sub__content ul a {
	display: block;
	margin-top: 1rem;
	text-align: center;
	border: 0.125rem solid white;
	padding: 0.5rem 1rem;
	color: white;
}
.menu__secondary__sub__heading {
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.menu__secondary__sub__button {
	display: block;
	margin-top: 1rem;
	text-align: center;
	border: .125rem solid #fff;
	padding: .5rem 1rem;
}
.menu__secondary__sub__image {
	width: 100%;
}

@media (min-width: 64em) {
.menu__secondary__sub__image {
	width: 50%;
	float: right;
}
}
.sub-navigation-wrapper {
	margin: 0 auto 0.938rem 0;
	font-size: calc(1rem * 1.01);
	max-width: 96rem;
	overflow: auto;
}

@media (min-width: 48em) {
.sub-navigation-wrapper {
	margin: 0 auto 0.938rem 1rem;
}
}
.sub-navigation-wrapper a {
	border: 0 !important;
}
.sub-navigation-wrapper .inner-wrapper {
	padding: 0;
}

@media (min-width: 48em) {
.sub-navigation-wrapper .inner-wrapper {
	padding: 0 1.25rem;
}
}
.sub-navigation-wrapper .menu__nav {
	position: initial;
	top: 0;
}
.sub-navigation-wrapper ul {
	margin: 0;
	padding-left: 0;
	font-size: inherit;
	display: none;
}
.sub-navigation-wrapper ul.contextual-links {
	display: none !important;
}

@media (min-width: 48em) {
.sub-navigation-wrapper ul {
	display: block !important;
}
}
.sub-navigation-wrapper li {
	display: inline-block;
	background: #333333;
	color: white;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid white;
	font-weight: 400;
}

@media (min-width: 48em) {
.sub-navigation-wrapper li {
	width: auto;
	margin: .25rem 0.5rem .25rem 0 !important;
	border-bottom: none;
}
}
.sub-navigation-wrapper li:hover {
	background: #3172ae;
	color: white;
}
.sub-navigation-wrapper li:active {
	background: black;
}
.sub-navigation-wrapper li:last-child {
	margin-right: 0;
}
.sub-navigation-wrapper li a {
	display: block;
	margin: 0;
	padding: 0.5rem 0 0.5rem 1.25rem;
}

@media (min-width: 48em) {
.sub-navigation-wrapper li a {
	padding: 0 0.688rem;
	line-height: 3rem;
	height: 3rem;
}
}
.sub-navigation-wrapper li a {
	color: white;
}
.sub-navigation-wrapper li a:hover {
	color: white;
	text-decoration: none;
	background: #3172ae;
}
.page-menu-toggle {
	border: 0 !important;
	width: 100%;
	display: block;
	height: 2.5rem;
	background: white;
	cursor: pointer;
	position: relative;
	line-height: 2.7rem;
	color: #333333;
	text-transform: uppercase;
	padding: 0 1.5rem;
	cursor: pointer;
	font-size: .8rem;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 48em) {
.page-menu-toggle {
	display: none;
}
}
.page-menu-toggle:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e90b';
	padding: 0 0.5rem 0 0;
	cursor: pointer;
	color: #333333;
}

@media (min-width: 64em) {
.menu__tactical-wrap {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	font-size: .75rem;
}
.menu__tactical-wrap > div {
	float: left;
}
}

@media (min-width: 64em) and (min-width: 64em) {
.menu__tactical-wrap {
	border-right: 0.0625rem solid #7da2c6;
}
}
.menu__tactical-wrap .audience__title {
	font-size: 3rem;
	padding: 0 1rem;
	margin-bottom: 1rem;
}
.menu__tactical-wrap .audience__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu__tactical-wrap .audience__list .audience__list__item {
	margin-top: 0.5rem;
}

@media (min-width: 64em) {
.menu__tactical-wrap .audience__list {
	float: left;
}
.menu__tactical-wrap .audience__list .audience__list__item {
	float: left;
	margin: 0;
	height: 2.5rem;
	border-bottom: none;
}
}
.menu__tactical-wrap .audience__list .audience__list__link {
	display: block;
	padding: 0.5rem 1rem 0.5rem 2rem;
	color: white;
	border-bottom: none;
	color: white;
	background: #2a5c89;
	margin: 0.5rem 1rem;
}

@media (min-width: 64em) {
.menu__tactical-wrap .audience__list .audience__list__link {
	background: #3172ae;
	height: 2.5rem;
	padding: 0.75rem .75rem;
	margin: 0;
}
}

@media (min-width: 70rem) {
  .menu__tactical-wrap .audience__list .audience__list__link {
      padding: 0.75rem 1rem;
  }
}


.menu__tactical-wrap .audience__list .audience__list__link:hover {
	color: white;
}
.menu__tactical-wrap .audience__list .audience__list__link:hover {
	background: #315e88;
}
.menu__tactical-wrap .menu__tactical {
	list-style: none;
	font-size: .875rem;
	padding: .5rem 1rem;
	padding: 0;
	margin: 0;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical {
	font-size: .75rem;
	border-right: 0.0625rem solid #7da2c6;
}
}

@media (min-width: 80rem) {
.menu__tactical-wrap .menu__tactical {
	font-size: .875rem;
}
}
.menu__tactical-wrap .menu__tactical__item {
	padding: .5rem 0;
	margin-top: 0;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical__item {
	float: left;
	padding: 0;
	border-left: 0.0625rem solid #7da2c6;
}
}
.menu__tactical-wrap .menu__tactical__item--search, .menu__tactical-wrap .menu__tactical__item--directory {
	display: none;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical__item--search, .menu__tactical-wrap .menu__tactical__item--directory {
	display: block;
}
}
.menu__tactical-wrap .menu__tactical__link {
	display: block;
	position: relative;
	border: 0.125rem solid white;
	padding: .5rem;
	color: white;
	background: #3172ae;
	margin: 0.5rem 1rem;
}
.menu__tactical-wrap .menu__tactical__link:hover {
	border-bottom-color: white;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical__link {
	border: 0;
	height: 2.5rem;
	padding: .75rem 1rem 0 1rem;
	border-bottom: none;
	background: #3172ae;
	margin: 0;
}
}

@media (min-width: 80rem) {
.menu__tactical-wrap .menu__tactical__link {
	padding-top: 0.6875rem;
}
}
.menu__tactical-wrap .menu__tactical__link:hover {
	background: #2a5c89;
	color: white;
}
.menu__tactical-wrap .menu__tactical__icon {
	float: left;
	width: 0.875rem;
	margin: 0.1875rem 0.5rem 0 0;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical__icon {
	margin-top: 0.125rem;
}
}

@media (min-width: 80rem) {
.menu__tactical-wrap .menu__tactical__icon {
	margin-top: 0.1875rem;
}
}
.menu__tactical-wrap .menu__tactical__toggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 2.5rem;
	background: #315e88;
	padding: 0.675rem;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical__toggle {
	display: none;
}
}
.menu__tactical-wrap .menu__tactical__toggle__down, .menu__tactical-wrap .menu__tactical__toggle__up {
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu__tactical-wrap .menu__tactical__item--active .menu__tactical__toggle__down {
	display: none;
}
.menu__tactical-wrap .menu__tactical__toggle__up {
	display: none;
}
.menu__tactical-wrap .menu__tactical__item--active .menu__tactical__toggle__up {
	display: block;
}
.menu__tactical-wrap .menu__tactical__sub {
	top: -999rem;
	list-style: none;
	background: #315e88;
	border: 0.125rem solid white;
	border-top: 0;
	position: absolute;
	left: -999rem;
	padding: 0;
}

@media (min-width: 64em) {
.menu__tactical-wrap .menu__tactical__sub {
	display: none;
}
}
.menu__tactical-wrap .menu__tactical__item--active .menu__tactical__sub {
	position: static;
}
.menu__tactical-wrap .menu__tactical__sub li {
	margin-top: none;
}
.menu__tactical-wrap .menu__tactical__sub a {
	display: block;
	padding: .5rem;
	color: white;
	border-bottom: none;
}
.menu__tactical-wrap .menu__tactical__sub a:hover {
	color: white;
	border-bottom: none;
}
header.header-padding {
	top: 6.7rem !important;
}
.menus.menu-padding {
	top: 4.2rem !important;
}
.full-width {
	width: 100%;
}
.half-width {
	width: 50%;
}
p.intro {
	font-weight: bold;
	font-size: 1.188rem;
	line-height: 1.875rem;
}
.tabs--primary li {
	margin-top: 0;
}
.clear {
	clear: both;
}
/* accessibility class */
.element-invisible {
	margin: 0;
	padding: 0;
	width: 1px;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
}
/* columns */
.column-container {
	margin-bottom: 2rem;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.column-container:before, .column-container:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.column-container:after {
	clear: both;
}
.column {
	margin-bottom: 2rem;
}
.column:last-child {
	margin-bottom: 0;
}

@media (min-width: 48em) {
.column {
	float: left;
	margin-bottom: 0;
}
.column--1-2 {
	width: 49.15254%;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
}
.column--2-2 {
	width: 49.15254%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}
.column--1-3 {
	width: 32.20339%;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
}
.column--2-3 {
	width: 32.20339%;
	float: left;
	margin-right: -100%;
	margin-left: 33.89831%;
	clear: none;
}
.column--3-3 {
	width: 32.20339%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}
.column--1-4 {
	width: 23.72881%;
	float: left;
	margin-right: -100%;
	margin-left: 0%;
	clear: none;
}
.column--2-4 {
	width: 23.72881%;
	float: left;
	margin-right: -100%;
	margin-left: 25.42373%;
	clear: none;
}
.column--3-4 {
	width: 23.72881%;
	float: left;
	margin-right: -100%;
	margin-left: 50.84746%;
	clear: none;
}
.column--4-4 {
	width: 23.72881%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}
}
.page-wrapper {
	width: 100%;
	position: relative;
}
.inner-wrapper {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding: 1.25rem 1.25rem;
}
.inner-wrapper h1 {
	font-family: "ff-meta-serif-web-pro", serif;
	font-weight: 400;
	font-size: calc(2.875rem * 1.175);
}
.inner-wrapper.full-width {
	max-width: 50.625rem;
}

@media (min-width: 78rem) {
.inner-wrapper {
/*padding: 0;*/
}
}
.universal-region--main {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
}
.universal-region--main:before, .universal-region--main:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.universal-region--main:after {
	clear: both;
}
.universal-region--main.full-width {
	max-width: 50.625rem;
	float: none;
	margin: 0 auto;
}
.universal-region--sidebar {
	margin-top: 2rem;
}
.universal-region--sidebar .panel-pane {
	margin-bottom: 2.5rem;
}
.universal-region--sidebar a.button {
	width: 100%;
}
.universal-region--sidebar h2.pane-title {
	font-size: calc(1.2rem * 1.12);
}

@media (min-width: 64em) {
.main-content-wrapper {
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
}
.main-content-wrapper:before, .main-content-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.main-content-wrapper:after {
	clear: both;
}
.universal-region--main {
	width: 66.10169%;
	float: right;
	margin-left: -100%;
	margin-right: 0%;
	clear: none;
}
.universal-region--main h2:first-child {
	margin-top: 0;
}
.universal-region--sidebar {
	width: 32.20339%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	clear: none;
	margin-top: 0;
}
}
.universal-region--sidebar .pane-node-field-related-links-header, .universal-region--main .section-header {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	margin-bottom: .5rem;
	font-size: calc(1.2rem * 1.12);
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	line-height: 1;
}
.universal-region--sidebar .pane-node-field-related-links .section-title {
	font-size: calc(1.2rem * 1.12);
	margin: 0 0 .5rem;
}
.universal-region--sidebar .pane-node-field-related-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 9px solid #b5bd00;
}
.universal-region--sidebar .pane-node-field-related-links li {
	background: #3172ae;
	border-bottom: 1px solid #4e84b6;
	margin-top: 0;
}
.universal-region--sidebar .pane-node-field-related-links li:last-child {
	border-bottom: none;
}
.universal-region--sidebar .pane-node-field-related-links li a {
	font-size: calc(1rem * 1.12);
	color: white;
	border-bottom: none;
	display: block;
	padding: .75rem;
	width: 100%;
}
.universal-region--sidebar .pane-node-field-related-links li a:hover {
	background: #2a5c89;
}
.universal-region--sidebar .pane-node-field-related-links ul.only-one {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 9px solid #418fde;
}
.universal-region--sidebar .pane-node-field-related-links ul.only-one li {
	background: #f1f1f1;
	border-bottom: none;
}
.universal-region--sidebar .pane-node-field-related-links ul.only-one li a {
	font-size: calc(1.2rem * 1.12);
	color: #3172ae;
	border-bottom: none;
	display: block;
	padding: 1rem;
	width: 100%;
}
.universal-region--sidebar .pane-node-field-related-links ul.only-one li a:hover {
	background: none;
}
.universal-region--main.full-width .pane-node-field-related-links-header {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: calc(2.5rem * 1.12);
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: greyscale;
	line-height: 1;
	margin: 0 0 0.2rem;
}
.universal-region--main.full-width .pane-node-field-related-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.universal-region--main.full-width .pane-node-field-related-links ul li {
	background: #f1f1f1;
	border-top: 9px solid #3172ae;
	margin-right: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

@media (min-width: 64em) {
.universal-region--main.full-width .pane-node-field-related-links ul li {
	width: 48%;
	float: left;
}
}
.universal-region--main.full-width .pane-node-field-related-links ul li a {
	font-size: calc(1.2rem * 1.12);
	color: #3172ae;
	border-bottom: none;
	display: block;
	padding: 1rem;
	width: 100%;
}
.universal-region--main.full-width .pane-node-field-related-links ul li a:hover {
	background: none;
	color: #3172ae;
	border-bottom: none;
}
.page-manager-wrapper .form-item, .form-actions {
	clear: both;
}
.page-manager-wrapper .universal-region--sidebar {
	padding-bottom: inherit;
	margin-bottom: inherit;
}
.non-haul-wrap {
	/*padding: 2em 0 2em 0;*/
}
/*form buttons*/
.non-haul-form input {
	width: 100%;
}

@media (min-width: 64em) {
.non-haul-form input {
	width: auto;
}
}
.non-haul-form .button-primary {
	color: #3172ae;
	border: 2px solid #418fde;
	display: inline-block;
	padding: 0.5rem 1rem;
	background: white;
}
.non-haul-form .button-primary:hover {
	background: #3172ae;
	color: white;
}

@media (min-width: 64em) {
.non-haul-form .button-primary {
	width: auto;
}
}

/*Breadcrumbs*/
.breadcrumb li {
	font-weight: 400;
}

.sub-wrap {
	margin-top: 1rem;
}

@media (min-width: 48em) {
.sub-wrap {
	display: block;
	border-bottom: 1px solid #bebebe;
	margin-top: 0;
}
}
.breadcrumb-wrapper {
	display: none;
	max-width: 96rem;
	margin: 0 auto .938rem;
	padding: 1.25rem 0 0;
}

@media (min-width: 48em) {
.breadcrumb-wrapper {
	display: block;
}
}
.breadcrumb-wrapper ul {
	margin: 0 0 0 1rem;
	padding-left: 0;
	font-size: inherit;
}
.breadcrumb-wrapper li {
	display: inline-block;
	margin-top: 0;
}
.breadcrumb-wrapper li:first-child a {
	color: #3172ae;
	border-bottom: 1px solid #7fa9ae !important;
}
.breadcrumb-wrapper li:first-child a:hover {
	text-decoration: none;
	color: #3172ae;
	border-bottom-color: #3172ae;
}
.breadcrumb-wrapper a {
	color: #203749;
	border: 0 !important;
}
.breadcrumb-wrapper a:hover {
	border-bottom: 1px solid black !important;
}
.breadcrumb-wrapper li:after {
	content: '/';
	padding: 0 .5rem;
}
.breadcrumb-wrapper li:last-child a:hover {
	text-decoration: none;
}
.breadcrumb-wrapper li:last-child:after {
	content: '';
	padding-right: 0;
}
/*Non-Haul Bullet Lists*/
.non-haul-content h3, .non-haul-content h4, .non-haul-content h5, .non-haul-content h6 {
	margin-top: 2em;
}
.non-haul-content ul li, .non-haul-content ol li, .non-haul-content dl li {
	margin-top: 0.5rem;
}
.non-haul-content ul li:first-child, .non-haul-content ol li:first-child, .non-haul-content dl li:first-child {
	margin-top: 0;
}
.non-haul-content ul li {
	list-style: disc;
}
.non-haul-content .nav-minor {
	margin-top: 1em;
}
.non-haul-content .nav-minor ul {
	float: right;
	margin-top: 0;
	padding-top: 0;
}
.non-haul-content .nav-minor ul li {
	display: inline-block;
	margin-top: 0;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px #bebebe solid;
	list-style: none;
}
.non-haul-content .nav-minor ul li:first-child {
	margin: 0;
	border: none;
}

.non-haul-content .credit {
	font-weight: 300;
}


/* Styles added by mlupi on 3-11-2016 */

/* Creates the narrow search announcements form with magnifying glass submit -- mlupi */

.inner-wrapper form#announcements input[type="text"] {
  background: #3172ae;
  border: none;
  line-height: 3.125rem;
  width: 100%;
  padding: 0 3.5rem 0 1rem;
  height: 3.125rem;
  color: white;
  font-size: .813rem;
}
.inner-wrapper form#announcements input[type="text"]::-webkit-input-placeholder {
  color: white;
}
.inner-wrapper form#announcements input[type="text"]:-moz-placeholder {
  color: white;
}
.inner-wrapper form#announcements input[type="text"]::-moz-placeholder {
  color: white;
}
.inner-wrapper form#announcements input[type="text"]:-ms-input-placeholder {
  color: white;
}

.inner-wrapper form#announcements button {
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  background: url('../images/magnifying-glass-white.svg?1449681585') no-repeat #333333 center;
  text-indent: -999em;
}

.panel-pane form#announcements {
  position: relative;
}
.panel-pane form#announcements .button {
  bottom: 0;
}

/* Creates the sidebar with yellow top border -- mlupi */

.universal-sidebar--yellow {
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  border-top: 9px solid #ffd200;
  padding: 1.25rem;
  background: white;
}
.universal-sidebar--yellow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.universal-sidebar--yellow ul li {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.universal-sidebar--yellow ul a {
  color: #3172ae;
}
.universal-sidebar--yellow h2.pane-title {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.universal-sidebar--yellow a.button-a {
  color: #3172ae;
  border: 2px solid #418fde;
  padding: .938rem 1.25rem;
  display: inline-block;
}
.universal-sidebar--yellow a.button-a:hover {
  background: #3172ae;
  color: white;
}
.universal-sidebar--yellow .view-content {
  margin: 1rem 0;
}
.universal-sidebar--yellow .view-footer p {
  margin: 0;
}

/* General button classes (outside of forms) -- mlupi */

.button,
.button-a {
  color: #3172ae;
  border: 2px solid #418fde;
  display: inline-block;
  padding: .5rem 1rem;
}
.button:hover,
.button-a:hover {
  background: #3172ae;
  color: white;
}

.button--white {
  color: white;
  border-color: white;
  border-bottom-color: white;
}
.button--white:hover {
  background: white;
  color: #3172ae;
  border-bottom-color: white;
}

.button-group.blue .button {
  color: white;
  border: 2px solid white;
}
.button-group.blue .button:hover {
  color: #3172ae;
  background: white;
}

.button-group.black .button {
  color: white;
  border: 2px solid white;
}
.button-group.black .button:hover {
  color: #3172ae;
  background: white;
}

/* HIDE SVG ELEMENTS DYNAMICALLY PULLED IN */

body > div > svg {
    overflow: hidden;
    display: none;
}

/* ANCHORS - Offset fixed header height when linking to bookmarks */
:target:before {
  content:"";
  display:block;
  height:70px; /* fixed header height plus a little padding */
  margin:-70px 0 0; /* negative fixed header height plus a little padding */
}   

@media (min-width: 64em) {
  :target:before {
    height:115px; /* fixed header height plus a little padding */
    margin:-115px 0 0; /* negative fixed header height plus a little padding */
  } 
}


/* CAMPAIGN MENU */
.menu__campaign {
  font-size: 0.875rem;
  line-height: 1.25;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 64em) {
  .menu__campaign {
    color: #161616;
    top: 0;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    float: left;
    position: relative;
    display: inline-block;
  }
}

.campaign__list, ul.campaign__list {
  border-top: 0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (min-width: 64em) {
  .campaign__list, ul.campaign__list {
    display: block;
  }
}

.campaign__list__item {
  float: none;
  list-style: none;
}

@media (min-width: 64em) {
  .campaign__list__item {
    padding: 0;
  }
}

.campaign__list__link {
  background: #2a5c89;
  border-bottom: none;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  height: 2.5rem;
  line-height: .95rem;
  margin: 0 1rem;
  padding: 0.475rem 1rem;
}

@media (min-width: 64em) {
  .campaign__list__link {
    background: #3172ae;
    border-bottom: none;
    margin: 0;
    padding: 0.475rem .75rem;
  }
}

@media (min-width: 70rem) {
  .campaign__list__link {
    padding: 0.475rem 1rem;
  }
}

.campaign__list__link:hover {
  background: #315e88;
  color: #ffffff;
}

.campaign__list__subtext {
  display: block;
  font-size: .63em;
}


/* CAMPAIGN FOOTER LOGO */
.footer__campaign-logo {
  border-bottom: none;
  display: block;
  margin: 2rem auto 2rem auto;
  width: 8rem;
}

@media (min-width: 64em) {
  .footer__campaign-logo {
    margin: 2rem 0;
    width: 60%;
    max-width: 12rem;
  }
}
