@charset "UTF-8";
/*Colors*/
/* Margins */
/* Images */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Flex Widths */
div[class*=flex-] {
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  div[class*=flex-] {
    padding: 0;
    margin-bottom: 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-30 {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .flex-30 {
    width: 100%;
  }
}

.flex-33 {
  width: 33.333%;
  width: calc(100%/3);
}
@media screen and (max-width: 900px) {
  .flex-33 {
    width: 100%;
  }
}

.flex-40 {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .flex-40 {
    width: 100%;
  }
}

.flex-50 {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .flex-50 {
    width: 100%;
  }
}

.flex-60 {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .flex-60 {
    width: 100%;
  }
}

.flex-66 {
  width: 66.666%;
  width: calc(100%/(3/2));
}
@media screen and (max-width: 900px) {
  .flex-66 {
    width: 100%;
  }
}

.flex-70 {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .flex-70 {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.exlink-modal-dialog a, .exlink-modal-dialog a:hover {
  height: auto;
}

#ctl00_PageBody .contentWrapper {
  overflow: hidden;
}

#ctl00_PageBody .inner-bar {
  max-width: 100%;
  margin: 0px auto;
}

#pubWrapper {
  z-index: 5000;
}

.portletEditMode #pubWrapper {
  z-index: 0;
}

/*MISC*/
.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  div[class*=w-] {
    width: 100%;
    float: none;
  }
}
.PO-quickLinks {
  padding: 0;
  border: none;
  margin: 0;
}

#ctl00_PageBody hr {
  margin: 20px 0;
}

.mfp-item-content {
  max-width: 400px;
}
.mfp-item-content .title {
  display: block;
}
.mfp-item-content img {
  max-width: 400px;
}

/* animations */
@-webkit-keyframes enter {
  from, 50%, to {
    /*-webkit-transition: 200ms ease-in-out all;
    -o-transition: 200ms ease-in-out all;
    transition: 200ms ease-in-out all; */
    webkit-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes enter {
  from, 50%, to {
    /*-webkit-transition: 200ms ease-in-out all;
    -o-transition: 200ms ease-in-out all;
    transition: 200ms ease-in-out all; */
    webkit-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%, 60%, 100% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  40%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20%, 60%, 100% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  40%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
/*Fonts*/
button[id*=btn_month] {
  color: #1d1d1d;
}

/*Font Override*/
.fab, .fa {
  font-family: "FontAwesome";
}

body#ctl00_PageBody {
  color: #1d1d1d;
  line-height: 1.35;
}

body#ctl00_PageBody p {
  line-height: 1.35;
}

body#ctl00_PageBody, body#ctl00_PageBody b, body#ctl00_PageBody strong {
  font-family: "Lato", sans-serif;
}

body#ctl00_PageBody b, body#ctl00_PageBody strong {
  font-weight: bold;
}

#ctl00_PageBody h1, #ctl00_PageBody h2, #ctl00_PageBody h3, #ctl00_PageBody h4, #ctl00_PageBody h5, #ctl00_PageBody h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

#ctl00_PageBody h1 {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h1 {
    font-size: 26px;
  }
}

#ctl00_PageBody h2 {
  font-size: 26px;
  color: #006FB9;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h2 {
    font-size: 22px;
  }
}

#ctl00_PageBody h3 {
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h3 {
    font-size: 18px;
  }
}

#ctl00_PageBody h4 {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h4 {
    font-size: 17px;
  }
}

#ctl00_PageBody h5 {
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h5 {
    font-size: 16px;
  }
}

#ctl00_PageBody h6 {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h6 {
    font-size: 15px;
  }
}

.section-header {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .section-header {
    text-align: center;
  }
}

/*  New Mobile Menu */
@media screen and (max-width: 900px) {
  #menubar {
    margin-bottom: 0;
  }
}
#menubar #mobile-bar {
  display: none !important;
}
#menubar .inside-padding {
  /* Hambuger */
}
@media screen and (max-width: 900px) {
  #menubar .inside-padding {
    position: relative;
    padding: 0 !important;
  }
}
#menubar .inside-padding #mobileNav {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #fff;
  width: 120px;
  height: 40px;
  float: right;
  background: #006FB9;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #menubar .inside-padding #mobileNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#menubar .inside-padding #mobileNav span {
  display: block;
  padding-left: 10px;
}
#menubar .inside-padding #mobileNav .hamburger {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
#menubar .inside-padding #mobileNav .hamburger .bar, #menubar .inside-padding #mobileNav .hamburger .bar:before, #menubar .inside-padding #mobileNav .hamburger .bar:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  pointer-events: none;
  background-color: #fff;
}
#menubar .inside-padding #mobileNav .hamburger .bar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menubar .inside-padding #mobileNav .hamburger .bar, #menubar .inside-padding #mobileNav .hamburger .bar:before, #menubar .inside-padding #mobileNav .hamburger .bar:after {
  transition: top 0.2s 0.2s, left 0.1s, background-color 0.2s 0.1s, -webkit-transform 0.2s;
  -webkit-transition: top 0.2s 0.2s, left 0.1s, background-color 0.2s 0.1s, -webkit-transform 0.2s;
  -o-transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.2s 0.1s;
  transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.2s 0.1s;
  transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.2s 0.1s, -webkit-transform 0.2s;
}
#menubar .inside-padding #mobileNav .hamburger .bar:before, #menubar .inside-padding #mobileNav .hamburger .bar:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#menubar .inside-padding #mobileNav .hamburger .bar:before {
  top: 0.5rem;
}
#menubar .inside-padding #mobileNav .hamburger .bar:after {
  top: -0.5rem;
}
#menubar .inside-padding #mobileNav.expanded .hamburger .bar {
  background-color: transparent;
}
#menubar .inside-padding #mobileNav.expanded .hamburger .bar:before, #menubar .inside-padding #mobileNav.expanded .hamburger .bar:after {
  top: 0;
  transition: background-color 0.2s, top 0.2s, left 0.2s, -webkit-transform 0.2s 0.15s;
  -webkit-transition: background-color 0.2s, top 0.2s, left 0.2s, -webkit-transform 0.2s 0.15s;
  -o-transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s, -webkit-transform 0.2s 0.15s;
  background-color: #fff;
}
#menubar .inside-padding #mobileNav.expanded .hamburger .bar:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff !important;
}
#menubar .inside-padding #mobileNav.expanded .hamburger .bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff !important;
}
#menubar .inside-padding .mobile-nav-items {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #006FB9;
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 999999;
}
@media screen and (min-width: 901px) {
  #menubar .inside-padding .mobile-nav-items {
    display: none !important;
  }
}
#menubar .inside-padding .mobile-nav-items * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menubar .inside-padding .mobile-nav-items ul {
  margin: 0;
  padding: 0;
}
#menubar .inside-padding .mobile-nav-items ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#menubar .inside-padding .mobile-nav-items ul li a {
  display: block;
  padding: 10px 20px;
  background: #006FB9;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
#menubar .inside-padding .mobile-nav-items ul li a:hover, #menubar .inside-padding .mobile-nav-items ul li a:focus, #menubar .inside-padding .mobile-nav-items ul li a.expanded {
  text-decoration: none;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items {
  width: 100%;
  display: none;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li {
  position: relative;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li a {
  border-right: 1px solid #121f27;
  font-weight: 400;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #121f27;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 {
  background: #0060a0;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #0060a0;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
  padding-left: 30px;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level2 {
  background: #005086;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level2 li a {
  background: #005086;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
  padding-left: 50px;
}
#menubar .inside-padding .mobile-nav-items ul li.has-child a {
  width: calc(100% - 40px);
  border-right: 1px solid #121f27;
}
#menubar .inside-padding .mobile-nav-items ul li.has-child .subnav {
  width: 40px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
}
#menubar .inside-padding .mobile-nav-items ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #121f27;
}

/* Overrides */
@media screen and (max-width: 900px) {
  #menubar > .container {
    height: 40px;
  }
  #menubar .inside-padding .mobile-nav-items ul li {
    text-align: left;
  }
}

/* End of Mobile Menu */
#header > .container > .inside-padding {
  position: relative;
}

@media screen and (max-width: 900px) {
  .megamenu {
    display: none;
  }
}
.megamenu nav > ul.nav-menu {
  position: static;
}
.megamenu nav > ul.nav-menu > li > a {
  padding: 15px 20px;
  position: static;
  color: #1d1d1d;
  border: none;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.megamenu nav > ul.nav-menu > li > a:hover, .megamenu nav > ul.nav-menu > li > a.open, .megamenu nav > ul.nav-menu > li > a.hover {
  background: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px 0px #FABA16;
  box-shadow: inset 0px -3px 0px 0px #FABA16;
}
.megamenu nav > ul.nav-menu > li .sub-nav {
  background: #006FB9;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  padding: 10px 20px;
  top: calc(100% + 2px);
}
.megamenu nav > ul.nav-menu > li .sub-nav a {
  font-family: "Lato", sans-serif;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group {
  width: 100%;
  margin: 0;
  padding: 0 5px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group.category > span {
  border: none;
  color: #1d1d1d;
  background: #fff;
  font-weight: 700;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a {
  color: #fff;
  margin-bottom: 10px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a:hover {
  color: #1d1d1d !important;
  background: #fff;
  border-left-width: 5px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 1200px) {
  .megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div:nth-child(1) a {
  border-left: solid 3px #FABA16;
  -webkit-transition: 200ms all ease-out;
  -o-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level2 ul li {
  margin: 0;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level2 ul li a {
  margin-left: 10px;
  border-left: solid 3px #FABA16;
  -webkit-transition: 200ms all ease-out;
  -o-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
}

/* Search */
#content-wrapper {
  z-index: auto;
}

body.noscroll {
  overflow: hidden;
}

.search {
  margin-left: 20px;
}
.search a {
  color: #121F27;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.search a:hover, .search a:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.19);
}
.search .search-icon span {
  font-family: "Lato", sans-serif;
  padding-left: 10px;
  font-weight: bold;
  display: none;
}
.search .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(29, 29, 29, 0.75);
  z-index: 80000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.search.enable .overlay, .search.enable .search-box {
  opacity: 1;
  visibility: visible;
}

.search-box {
  text-align: center;
  z-index: 9500 !important;
  width: 80vw;
  max-width: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999 !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.search-box .divSearchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-box .divSearchBox input {
  height: 50px;
  width: 500px;
  border: none;
  padding: 10px;
  color: #1d1d1d;
}
.search-box .divSearchBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #006FB9;
  color: #fff;
  height: 50px;
  width: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-box .divSearchBox a:hover, .search-box .divSearchBox a:focus {
  background: #FABA16;
  color: #1d1d1d !important;
  text-decoration: none;
  transform: none;
}
.search-box .divSearchBox a img {
  display: none;
}

#pubWrapper {
  z-index: 5000 !important;
}

#pubWrapper .container {
  max-width: 1440px !important;
}

#ctl00_PageBody .container {
  max-width: 1440px;
  margin: 0 auto;
}

#ctl00_PageBody .inside-padding {
  padding: 40px 40px;
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody .inside-padding {
    padding: 20px;
  }
}

/* Link Hover/Focus State */
div[id*=divContent] a {
  color: #121F27;
  text-decoration: underline;
  font-weight: 600;
}
div[id*=divContent] a:hover, div[id*=divContent] a:focus {
  text-decoration: none;
}

/* Design Mode ADA links */
.designMode #theme a, .reContentAreaToggle a {
  color: #0000EE !important;
}

/* BACK TO TOP */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #121F27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d1d1d;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 8000;
}
#Btop span {
  font-size: 26px;
}
#Btop:hover, #Btop:focus {
  background: #121F27;
  text-decoration: none;
  color: #fff;
  border: 2px solid #121F27;
}
#Btop.show {
  bottom: 20px !important;
}

/* Admin */
#ctl00_PageBody .admin-menu .inside-padding {
  padding: 5px;
}
#ctl00_PageBody .admin-menu .container {
  background: #fff;
}

.admin #header {
  position: relative;
  top: 0;
}
.admin #menubar {
  border: none;
  top: 0;
  margin: 0;
  padding: 10px;
}
.admin .mainHeader {
  display: none;
}
.admin .Main {
  width: 100%;
  max-width: 650px;
}

/* Logo */
#header .logo {
  width: 150px;
}

#footer .logo {
  width: 250px;
}
@media screen and (max-width: 900px) {
  #footer .logo {
    width: 200px;
  }
}

.logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .logo {
    margin: 0 auto;
  }
}

/* Credtis */
.credits {
  background: #303030;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.credits a {
  color: #fff;
  text-decoration: underline;
}
.credits a:hover, .credits a:focus {
  text-decoration: none;
}

/* Header, Footer */
#header, #footer {
  color: #fff;
}
#header a, #footer a {
  color: #fff;
}
#header > .container > .inside-padding, #footer > .container > .inside-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #header > .container > .inside-padding, #footer > .container > .inside-padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

/* Header */
#header {
  position: absolute;
  width: 100%;
  background: rgba(18, 31, 39, 0.9);
  border-bottom: solid 2px #fff;
  z-index: 2000;
}
#header > .container {
  position: relative;
  z-index: 2;
}
#header:after {
  position: absolute;
  content: "";
  background-image: url("/UserFiles/Servers/Server_16925367/Templates/img/accent.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 60%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.1;
}
@media screen and (max-width: 900px) {
  #header:after {
    width: 100%;
  }
}
#header .inside-padding {
  padding: 5px 40px;
}
#header #header-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header #header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #header-right .search .search-icon a {
  background: #006FB9;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header #header-right .search .search-icon a:hover, #header #header-right .search .search-icon a:focus {
  background: #FABA16;
  color: #1d1d1d !important;
}
@media screen and (max-width: 900px) {
  #header {
    position: relative;
  }
  #header > .container > .inside-padding {
    padding: 20px;
  }
  #header > .container > .inside-padding > div:not(:first-child) {
    margin-bottom: 10px;
  }
  #header > .container > .inside-padding #header-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #header > .container > .inside-padding #header-center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  #header > .container > .inside-padding #header-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.designMode #header, .portletEditMode #header, .admin-mode #header {
  position: relative;
}

/* Footer */
#footer {
  background: #121F27;
}
@media screen and (max-width: 900px) {
  #footer > .container > .inside-padding > div:not(:first-child) {
    margin-bottom: 10px;
  }
}
#footer #footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}
#footer #footer-center a {
  font-weight: 700;
}
#footer #footer-center > div {
  padding: 0 25px;
}
#footer #footer-center > div:first-child {
  width: 60%;
  border-right: solid 2px #fff;
}
#footer #footer-center > div:last-child {
  width: 40%;
}
@media screen and (max-width: 900px) {
  #footer #footer-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer #footer-center > div {
    padding: 0;
  }
  #footer #footer-center > div:first-child {
    width: 100%;
    border-right: 0;
    border-bottom: solid 2px #fff;
  }
  #footer #footer-center > div:last-child {
    width: 100%;
  }
}
#footer #footer-right .socialMedia {
  width: 100px;
}
@media screen and (max-width: 900px) {
  #footer #footer-right .socialMedia {
    width: 100%;
  }
}
#footer .footer-contact, #footer .footer-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-contact .footer-title {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 0 5px;
}
#footer .footer-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#footer .footer-contact .contact-info > div {
  padding: 5px;
}
@media screen and (max-width: 900px) {
  #footer .footer-contact .contact-info {
    margin-bottom: 10px;
  }
  #footer .footer-contact .contact-info > div {
    text-align: left;
  }
}
@media screen and (max-width: 650px) {
  #footer .footer-contact .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer .footer-contact .contact-info > div {
    text-align: center;
  }
}
#footer .footer-links ul {
  margin-top: 15px;
}
#footer .footer-links ul li {
  width: 50%;
  padding: 5px;
}
@media screen and (max-width: 1050px) {
  #footer .footer-links ul li {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer-links ul {
    margin-top: 10px;
  }
}

/* Social Media */
.socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .socialMedia {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.socialMedia li {
  margin: 5px;
}
.socialMedia li.special a img {
  width: 50%;
}
.socialMedia li.special a:hover img, .socialMedia li.special a:focus img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.socialMedia li a {
  background: #006FB9;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.socialMedia li a:hover, .socialMedia li a:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.19);
  background: #FABA16;
  color: #1d1d1d !important;
}

/* Featured Image */
#col-two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #col-two .flex-50 {
    margin-bottom: 0;
  }
}

#events-container {
  background: rgba(0, 142, 236, 0.9);
}

#signup-container {
  overflow: hidden;
  position: relative;
  background: rgba(18, 31, 39, 0.9);
}
#signup-container > .inside-padding {
  position: relative;
  z-index: 2;
}
#signup-container:after {
  position: absolute;
  content: "";
  background-image: url("/UserFiles/Servers/Server_16925367/Templates/img/accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 400px;
  height: 100%;
  z-index: 1;
  right: -200px;
  bottom: 20px;
  opacity: 0.5;
}

/* Supbage/Deparment Page */
.subpage #middle-section, .department-page #middle-section {
  background: #D8D8D8;
  padding: 40px;
}

#main-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: -3px;
}
#main-slider .banner-slide .image {
  height: 700px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .image {
    max-height: 350px;
    height: 50vw;
  }
}
#main-slider .banner-slide .caption {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  bottom: 100px;
  padding: 20px 20px 20px 120px;
  width: auto;
  max-width: 40%;
  min-width: 33.33%;
}
#main-slider .banner-slide .caption:after {
  position: absolute;
  content: "";
  background-image: url("/UserFiles/Servers/Server_16925367/Templates/img/accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 250px;
  height: 100%;
  bottom: -20px;
  left: -125px;
  z-index: 1;
}
#main-slider .banner-slide .caption > *:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption > *:not(:last-child) {
    margin-bottom: 5px;
  }
}
#main-slider .banner-slide .caption .banner-title {
  text-transform: uppercase;
  color: #006FB9;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(29, 29, 29, 0.25);
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption .banner-title {
    text-shadow: none;
  }
}
#main-slider .banner-slide .caption .banner-link {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-radius: 50px;
  background: #fff;
  padding: 8px 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  border: solid 2px transparent;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#main-slider .banner-slide .caption .banner-link:hover, #main-slider .banner-slide .caption .banner-link:focus {
  background: #006FB9;
  color: #fff;
  text-decoration: none;
  border: solid 2px #FABA16;
  -webkit-box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption .banner-link {
    padding: 5px 15px;
  }
}
#main-slider .banner-slide .caption .welcome-slide {
  text-transform: uppercase;
}
#main-slider .banner-slide .caption .welcome-slide .small-title {
  color: #559542;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(29, 29, 29, 0.25);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption .welcome-slide .small-title {
    text-shadow: none;
    font-size: 20px;
  }
}
#main-slider .banner-slide .caption .welcome-slide h2 {
  margin: 0;
  font-size: 55px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(29, 29, 29, 0.25);
}
#main-slider .banner-slide .caption .welcome-slide h2 div {
  font-weight: 600;
  font-size: 50px;
  text-shadow: none;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption .welcome-slide h2 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: none;
  }
  #main-slider .banner-slide .caption .welcome-slide h2 div {
    font-size: 35px;
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption {
    background: #fff;
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    bottom: auto;
    padding: 20px;
    min-height: 0 !important;
  }
  #main-slider .banner-slide .caption:after {
    display: none;
  }
}
#main-slider .controls {
  position: absolute;
  bottom: 160px;
  left: 50px;
  z-index: 2;
}
#main-slider .controls .dots ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* li.active-dot button */
}
#main-slider .controls .dots ul li {
  list-style: none;
  margin: 5px;
}
#main-slider .controls .dots ul li button {
  display: block;
  padding: 2px;
  border: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #006FB9;
  border-radius: 50%;
}
#main-slider .controls .dots ul li button:hover {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #main-slider .controls .dots ul li button {
    width: 12px;
    height: 12px;
  }
}
#main-slider .controls .dots ul li.slick-active button, #main-slider .controls .dots ul li button:hover {
  color: #fff;
  background: #FABA16;
  border: solid 3px #fff;
}
#main-slider .controls .dots ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  #main-slider .controls {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* top: 315px; */
    top: 42.5vw;
    bottom: auto;
  }
  #main-slider .controls .dots ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Quick Links*/
#ql-container {
  background: #F2F2F2;
}
@media screen and (max-width: 650px) {
  #ql-container > .container > .inside-padding {
    padding: 20px 0;
  }
}

#ql-container .PO-quickLinks {
  padding: 0;
}

.quicklinks {
  position: relative;
}
.quicklinks .quicklink-items {
  width: 90%;
  margin: 0 auto;
}
.quicklinks .quicklink-item {
  padding: 0 20px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.quicklinks .quicklink-item .ql-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  color: #006FB9;
  border-radius: 50%;
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .quicklinks .quicklink-item .ql-icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
}
.quicklinks .quicklink-item .ql-title {
  margin-top: 15px;
  color: #121F27;
  font-weight: 700;
}
.quicklinks .quicklink-item:hover, .quicklinks .quicklink-item:focus {
  text-decoration: none;
}
.quicklinks .quicklink-item:hover .ql-icon, .quicklinks .quicklink-item:focus .ql-icon {
  font-size: 52px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 900px) {
  .quicklinks .quicklink-item:hover .ql-icon, .quicklinks .quicklink-item:focus .ql-icon {
    font-size: 42px;
  }
}
.quicklinks .controls {
  margin-top: 15px;
}
.quicklinks .controls .arrows .slick-arrow {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quicklinks .controls .arrows .slick-arrow:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 60px;
}
.quicklinks .controls .arrows .slick-arrow.slick-prev {
  padding: 5px;
}
.quicklinks .controls .arrows .slick-arrow.slick-prev:after {
  content: "";
  background-image: url("/UserFiles/Servers/Server_16925367/Templates/img/prev.svg");
}
.quicklinks .controls .arrows .slick-arrow.slick-next {
  padding: 5px;
}
.quicklinks .controls .arrows .slick-arrow.slick-next:after {
  content: "";
  background-image: url("/UserFiles/Servers/Server_16925367/Templates/img/next.svg");
}
.quicklinks .controls .arrows .slick-arrow:hover, .quicklinks .controls .arrows .slick-arrow:focus {
  text-decoration: none;
  cursor: pointer;
}
.quicklinks .controls .arrows .slick-arrow:hover:after, .quicklinks .controls .arrows .slick-arrow:focus:after {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.quicklinks .controls .arrows .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.quicklinks .controls .arrows .slick-arrow.slick-prev {
  left: 0;
}
.quicklinks .controls .arrows .slick-arrow.slick-next {
  right: 0;
}
@media screen and (max-width: 900px) {
  .quicklinks .controls .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks .controls .arrows .slick-arrow {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .quicklinks .controls .arrows .slick-arrow:after {
    width: 15px;
    height: 25px;
  }
}

.newsWrapper .news-header {
  text-align: center;
  margin-bottom: 40px;
}
.newsWrapper .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsWrapper .news-items > div {
  padding: 10px 20px;
}
.newsWrapper .news-items > div .news-content {
  background: #F2F2F2;
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-items > div {
    padding: 15px 0;
  }
  .newsWrapper .news-items > div .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsWrapper .news-items > div .news-content .news-top {
    width: 40%;
  }
  .newsWrapper .news-items > div .news-content .news-bottom {
    width: 60%;
  }
}
@media screen and (max-width: 650px) {
  .newsWrapper .news-items > div .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsWrapper .news-items > div .news-content .news-top, .newsWrapper .news-items > div .news-content .news-bottom {
    width: 100%;
  }
}
.newsWrapper .news-items .news-top {
  overflow: hidden;
}
.newsWrapper .news-items .news-top .image {
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-items .news-top .image {
    height: 100%;
  }
}
@media screen and (max-width: 650px) {
  .newsWrapper .news-items .news-top .image {
    height: 175px;
  }
}
.newsWrapper .news-items .news-bottom {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-items .news-bottom {
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .newsWrapper .news-items .news-bottom {
    min-height: auto !important;
  }
}
.newsWrapper .news-items .news-bottom > div:not(:last-child) {
  margin-bottom: 15px;
}
.newsWrapper .news-items .news-bottom .date, .newsWrapper .news-items .news-bottom .news-title {
  font-weight: 700;
}
.newsWrapper .news-items .news-bottom .news-title {
  font-size: 18px;
}
.newsWrapper .news-items .news-bottom .date span {
  padding: 3px;
}
.newsWrapper .news-items .news-bottom .news-summary {
  margin-bottom: 30px !important;
}
.newsWrapper .news-items .news-bottom .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #121F27;
  background: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.newsWrapper .news-items .news-bottom .read-more .arrow {
  height: 20px;
  margin-left: 60px;
}
.newsWrapper .news-items .news-bottom .read-more .arrow svg {
  width: 10px;
  height: 20px;
  fill: #006FB9;
}
.newsWrapper .news-items .news-bottom .read-more:hover, .newsWrapper .news-items .news-bottom .read-more:focus {
  text-decoration: none;
}
.newsWrapper .news-items .news-bottom .read-more:hover .arrow, .newsWrapper .news-items .news-bottom .read-more:focus .arrow {
  -webkit-animation: shakeX 500ms 1 ease-in-out;
  animation: shakeX 500ms 1 ease-in-out;
}
.newsWrapper .news-items .news-item.hover .news-top .image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsWrapper .see-all {
  padding: 20px;
}
.newsWrapper .see-all a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-radius: 50px;
  background: #fff;
  padding: 8px 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  border: solid 2px transparent;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.newsWrapper .see-all a:hover, .newsWrapper .see-all a:focus {
  background: #006FB9;
  color: #fff;
  text-decoration: none;
  border: solid 2px #FABA16;
  -webkit-box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
}
@media screen and (max-width: 900px) {
  .newsWrapper .see-all a {
    padding: 5px 15px;
  }
}

.homepage .newsWrapper .news-items > div {
  width: 33.3333%;
}
@media screen and (max-width: 900px) {
  .homepage .newsWrapper .news-items > div {
    width: 100%;
  }
}
.homepage .newsWrapper .see-all {
  text-align: center;
}

.subpage .newsWrapper, .department-page .newsWrapper {
  margin-bottom: 20px;
}
.subpage .newsWrapper .news-items > div, .department-page .newsWrapper .news-items > div {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .subpage .newsWrapper .news-items > div, .department-page .newsWrapper .news-items > div {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .subpage .newsWrapper .see-all, .department-page .newsWrapper .see-all {
    text-align: center;
  }
}

.upcoming-events {
  color: #fff;
}
.upcoming-events .events-header h2 {
  color: #fff !important;
}
.upcoming-events .event-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.upcoming-events .event-item .eventDate {
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upcoming-events .event-item .eventDate .top-date {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  color: #1d1d1d;
}
.upcoming-events .event-item .eventDate .bottom-date {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.upcoming-events .event-item .eventDetails {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: solid 2px #1d1d1d;
  padding: 20px;
  color: #1d1d1d;
  font-weight: 900;
  text-transform: uppercase;
}
.upcoming-events .event-item .eventDetails .eventName {
  margin-bottom: 10px;
}
.upcoming-events .event-item:hover, .upcoming-events .event-item:focus {
  text-decoration: none;
  background: #fff;
}
.upcoming-events .event-item:hover .eventDate .bottom-date, .upcoming-events .event-item:focus .eventDate .bottom-date {
  color: #006FB9;
}
.upcoming-events .controls .dots ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* li.active-dot button */
}
.upcoming-events .controls .dots ul li {
  list-style: none;
  margin: 5px;
}
.upcoming-events .controls .dots ul li button {
  display: block;
  padding: 2px;
  border: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #006FB9;
  border-radius: 50%;
}
.upcoming-events .controls .dots ul li button:hover {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .upcoming-events .controls .dots ul li button {
    width: 12px;
    height: 12px;
  }
}
.upcoming-events .controls .dots ul li.slick-active button, .upcoming-events .controls .dots ul li button:hover {
  color: #fff;
  background: #FABA16;
  border: solid 3px #fff;
}
.upcoming-events .controls .dots ul {
  margin-top: 20px;
}
.upcoming-events .controls .dots ul li button {
  background: #fff;
}
.upcoming-events .see-all {
  padding: 20px 0;
}
.upcoming-events .see-all a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-radius: 50px;
  background: #fff;
  padding: 8px 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  border: solid 2px transparent;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.upcoming-events .see-all a:hover, .upcoming-events .see-all a:focus {
  background: #006FB9;
  color: #fff;
  text-decoration: none;
  border: solid 2px #FABA16;
  -webkit-box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
}
@media screen and (max-width: 900px) {
  .upcoming-events .see-all a {
    padding: 5px 15px;
  }
}
.upcoming-events.subpage-events .event-item .eventDate .bottom-date {
  color: #006FB9;
}
.upcoming-events.subpage-events .event-item:hover .eventDate .bottom-date, .upcoming-events.subpage-events .event-item:focus .eventDate .bottom-date {
  color: #121F27;
}

.callout {
  color: #fff;
}
.callout .callout-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.callout .callout-title .title-2 {
  color: #FABA16;
}
@media screen and (max-width: 900px) {
  .callout .callout-title {
    font-size: 22px;
  }
}
.callout .callout-link {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-radius: 50px;
  background: #fff;
  padding: 8px 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  border: solid 2px transparent;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.callout .callout-link:hover, .callout .callout-link:focus {
  background: #006FB9;
  color: #fff;
  text-decoration: none;
  border: solid 2px #FABA16;
  -webkit-box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
}
@media screen and (max-width: 900px) {
  .callout .callout-link {
    padding: 5px 15px;
  }
}

.subpage .callout, .department-page .callout {
  background: #121F27;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .subpage .callout, .department-page .callout {
    padding: 20px;
  }
}
.subpage .callout .callout-title > div, .department-page .callout .callout-title > div {
  display: inline-block;
}

.featured-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-items .item {
  min-width: 33.333%;
  min-width: calc(100%/3);
  height: 33.333vw;
  height: calc(100vw/3);
  max-height: 480px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.featured-items .item .item-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.featured-items .item .front, .featured-items .item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-items .item .front {
  z-index: 1;
  color: #fff;
  background-color: #1d1d1d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured-items .item .front:after {
  content: "";
  background: rgba(18, 31, 39, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.featured-items .item .back {
  z-index: 2;
  opacity: 0;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #FABA16;
  color: #1d1d1d;
  text-align: center;
}
.featured-items .item .back > div:not(:last-child) {
  margin-bottom: 20px;
}
.featured-items .item .back .item-title, .featured-items .item .back .item-summary {
  width: 100%;
}
.featured-items .item .back .item-summary a {
  text-decoration: underline;
}
.featured-items .item .back .item-summary a:hover, .featured-items .item .back .item-summary a:focus {
  text-decoration: none;
}
.featured-items .item .back .feature-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-radius: 50px;
  background: #fff;
  padding: 8px 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  box-shadow: 0 1px 3px rgba(29, 29, 29, 0.12), 0 1px 2px rgba(29, 29, 29, 0.24);
  border: solid 2px transparent;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #1d1d1d;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 20px;
}
.featured-items .item .back .feature-button:hover, .featured-items .item .back .feature-button:focus {
  background: #006FB9;
  color: #fff;
  text-decoration: none;
  border: solid 2px #FABA16;
  -webkit-box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.16), 0 3px 6px rgba(29, 29, 29, 0.23);
}
@media screen and (max-width: 900px) {
  .featured-items .item .back .feature-button {
    padding: 5px 15px;
  }
}
.featured-items .item:hover, .featured-items .item:focus, .featured-items .item.focus {
  text-decoration: none;
}
.featured-items .item:hover .back, .featured-items .item:focus .back, .featured-items .item.focus .back {
  opacity: 1;
}
.featured-items .item .item-title {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.featured-items .item.first-item {
  padding: 20px;
  background: #006FB9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.featured-items .item.first-item .main-title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.featured-items .item.first-item .main-title .last {
  color: #FABA16;
}
@media screen and (max-width: 900px) {
  .featured-items .item.first-item .main-title {
    font-size: 40px;
    text-align: center;
  }
}
.featured-items .item.first-item .main-title, .featured-items .item.first-item .summary {
  width: 100%;
  position: relative;
  z-index: 2;
}
.featured-items .item.first-item:after {
  position: absolute;
  content: "";
  background-image: url("/UserFiles/Servers/Server_16925367/Templates/img/accent.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 400px;
  height: 150px;
  z-index: 1;
  left: -275px;
  opacity: 0.5;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  .featured-items .item {
    min-width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .featured-items .item {
    min-width: 100%;
    height: auto;
  }
  .featured-items .item:hover .item-container, .featured-items .item:focus .item-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .featured-items .item .front, .featured-items .item .back {
    position: relative;
    height: auto;
  }
  .featured-items .item .front {
    height: 250px;
  }
  .featured-items .item .back {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .featured-items .item .back .item-title {
    display: none;
  }
}

.subpage, .department-page {
  /*Main content*/
  /*Breadcrumbs*/
  /*Section Header*/
}
.subpage #sub-hero, .department-page #sub-hero {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .subpage #sub-hero, .department-page #sub-hero {
    max-height: 300px;
    height: 50vw;
  }
}
.subpage #page #sub-content-left, .department-page #page #sub-content-left {
  width: 28%;
  margin-right: 2%;
}
.subpage #page #sub-content-left > *:not(:last-child), .department-page #page #sub-content-left > *:not(:last-child) {
  margin-bottom: 20px;
}
.subpage #page #sub-content-right, .department-page #page #sub-content-right {
  width: 68%;
  margin-left: 2%;
}
@media screen and (max-width: 900px) {
  .subpage #page, .department-page #page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage #page #sub-content-left, .subpage #page #sub-content-right, .department-page #page #sub-content-left, .department-page #page #sub-content-right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.subpage .mobile-side-nav, .department-page .mobile-side-nav {
  display: none;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #fff !important;
  background: #006FB9;
  /*&.expanded {
  	~ #inside-nav {
  		margin-top: 10px; 
  	}
  	}*/
}
@media screen and (max-width: 900px) {
  .subpage .mobile-side-nav, .department-page .mobile-side-nav {
    display: block;
  }
}
.subpage .mobile-side-nav:hover, .subpage .mobile-side-nav:focus, .department-page .mobile-side-nav:hover, .department-page .mobile-side-nav:focus {
  text-decoration: none;
  color: #fff !important;
  background: #121F27;
}
.subpage .mobile-side-nav span, .department-page .mobile-side-nav span {
  padding-right: 5px;
}
@media screen and (max-width: 900px) {
  .subpage .sidenav-slide, .department-page .sidenav-slide {
    background: #121F27;
  }
  .subpage .nav-toggle, .department-page .nav-toggle {
    background: #121F27;
    color: #fff;
  }
}
.subpage #sidebar, .department-page #sidebar {
  background: #F2F2F2;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar, .department-page #sidebar {
    padding: 0;
    margin-bottom: 20px;
  }
}
.subpage #sidebar .ptl_col_1, .department-page #sidebar .ptl_col_1 {
  width: 100%;
  padding: 0;
}
.subpage #sidebar a, .department-page #sidebar a {
  color: #1d1d1d;
}
.subpage #sidebar #inside-nav > div:not(:last-child), .department-page #sidebar #inside-nav > div:not(:last-child) {
  position: relative;
}
.subpage #sidebar #inside-nav > div:not(:last-child):after, .department-page #sidebar #inside-nav > div:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 40px);
  border-bottom: solid 2px #121F27;
}
.subpage #sidebar #inside-nav > .currentparent:after, .department-page #sidebar #inside-nav > .currentparent:after {
  display: none;
}
.subpage #sidebar #inside-nav > .currentparent, .department-page #sidebar #inside-nav > .currentparent {
  margin-bottom: 10px;
}
.subpage #sidebar #inside-nav > div:last-child, .department-page #sidebar #inside-nav > div:last-child {
  margin-bottom: 10px;
}
.subpage #sidebar .sitenavl0.sitenavl0, .subpage #sidebar .sitenavl1.sitenavl0, .subpage #sidebar .sitenavl2.sitenavl0, .department-page #sidebar .sitenavl0.sitenavl0, .department-page #sidebar .sitenavl1.sitenavl0, .department-page #sidebar .sitenavl2.sitenavl0 {
  padding: 0;
}
.subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a, .department-page #sidebar .sitenavl0 a, .department-page #sidebar .sitenavl1 a, .department-page #sidebar .sitenavl2 a {
  font-size: 16px;
  display: block;
  padding: 20px;
  /*-webkit-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all; */
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.subpage #sidebar .sitenavl0 a:hover, .subpage #sidebar .sitenavl0 a:focus, .subpage #sidebar .sitenavl1 a:hover, .subpage #sidebar .sitenavl1 a:focus, .subpage #sidebar .sitenavl2 a:hover, .subpage #sidebar .sitenavl2 a:focus, .department-page #sidebar .sitenavl0 a:hover, .department-page #sidebar .sitenavl0 a:focus, .department-page #sidebar .sitenavl1 a:hover, .department-page #sidebar .sitenavl1 a:focus, .department-page #sidebar .sitenavl2 a:hover, .department-page #sidebar .sitenavl2 a:focus {
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a, .department-page #sidebar .sitenavl0 a, .department-page #sidebar .sitenavl1 a, .department-page #sidebar .sitenavl2 a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.subpage #sidebar .sitenavl0.currentparent a, .subpage #sidebar .sitenavl1.currentparent a, .subpage #sidebar .sitenavl2.currentparent a, .department-page #sidebar .sitenavl0.currentparent a, .department-page #sidebar .sitenavl1.currentparent a, .department-page #sidebar .sitenavl2.currentparent a {
  color: #fff;
  background: #006FB9;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.subpage #sidebar .sitenavl0.currentparent a:hover, .subpage #sidebar .sitenavl0.currentparent a:focus, .subpage #sidebar .sitenavl1.currentparent a:hover, .subpage #sidebar .sitenavl1.currentparent a:focus, .subpage #sidebar .sitenavl2.currentparent a:hover, .subpage #sidebar .sitenavl2.currentparent a:focus, .department-page #sidebar .sitenavl0.currentparent a:hover, .department-page #sidebar .sitenavl0.currentparent a:focus, .department-page #sidebar .sitenavl1.currentparent a:hover, .department-page #sidebar .sitenavl1.currentparent a:focus, .department-page #sidebar .sitenavl2.currentparent a:hover, .department-page #sidebar .sitenavl2.currentparent a:focus {
  background: #121F27;
}
.subpage #sidebar .sitenavl0.currentpage a, .subpage #sidebar .sitenavl1.currentpage a, .subpage #sidebar .sitenavl2.currentpage a, .department-page #sidebar .sitenavl0.currentpage a, .department-page #sidebar .sitenavl1.currentpage a, .department-page #sidebar .sitenavl2.currentpage a {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar #inside-nav, .department-page #sidebar #inside-nav {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .subpage #sidebar #inside-nav, .department-page #sidebar #inside-nav {
    display: block !important;
  }
}
.subpage #main-content .page-content .ptl_col_1, .department-page #main-content .page-content .ptl_col_1 {
  width: 100%;
  padding: 0;
}
.subpage #breadcrumbs, .department-page #breadcrumbs {
  padding: 0;
  margin-bottom: 20px;
  font-size: 15px;
}
.subpage #breadcrumbs a, .department-page #breadcrumbs a {
  color: #1d1d1d;
  font-weight: 600;
  text-decoration: underline;
}
.subpage #breadcrumbs a:focus, .subpage #breadcrumbs a:hover, .department-page #breadcrumbs a:focus, .department-page #breadcrumbs a:hover {
  text-decoration: none;
}
.subpage #breadcrumbs span, .department-page #breadcrumbs span {
  color: #1d1d1d;
}
.subpage h2.sec-header, .department-page h2.sec-header {
  color: #F2F2F2;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .subpage h2.sec-header, .department-page h2.sec-header {
    margin: 10px 0;
  }
}

/* Accordion */
.animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  -o-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 100em;
  /* magic number for max-height = enough height */
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

.ap-content {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
}

/* This is the hidden state */
[aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  /* transition-delay: 1s, 0s, 0s; */
  -webkit-transition-delay: 0.3s, 0s, 0s;
  -o-transition-delay: 0.3s, 0s, 0s;
  transition-delay: 0.3s, 0s, 0s;
  margin: 0;
  padding: 0;
}

.js-accordion__header:after {
  content: "";
  font-family: FontAwesome;
}

.js-accordion__header[aria-expanded=true]:after {
  content: "";
}

.js-accordion__header:after {
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #006FB9;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.animate {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.more:after {
  margin-left: 0.2em;
  font-size: 0.8em;
}

.animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  -o-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  -webkit-transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease;
  max-height: 100em;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0;
  padding: 0;
}

[aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s, 0s, 0s;
  -o-transition-delay: 1s, 0s, 0s;
  transition-delay: 1s, 0s, 0s;
  margin: 0;
  padding: 0;
}

.js-accordion__header,
.js-accordion__header:after {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-accordion__header {
  width: 100%;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  padding: 10px;
  font-weight: 700;
  cursor: pointer;
  background: #e8e8e8;
}

.js-accordion__header[aria-expanded=true],
.js-accordion__header:hover,
.js-accordion__header:focus {
  background: #dbdbdb;
  outline: none !important;
}

.js-accordion__header[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-accordion__header,
.js-accordion__panel {
  border: none;
}

.js-accordion__panel[aria-hidden] {
  margin-bottom: 0.625em;
  border-top: none;
}

.js-accordion__panel[aria-hidden] .js-accordion__header {
  display: none;
}

.js-accordion {
  margin-bottom: 20px;
}

.sidebar-extra .section-title {
  color: #fff;
  background: #006FB9;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .sidebar-extra .section-title {
    padding: 10px;
  }
}
.sidebar-extra .section-container {
  padding: 20px;
  background: #F2F2F2;
}
.sidebar-extra .section-container > *:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar-extra .section-container .image {
  height: 335px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .sidebar-extra .section-container .image {
    background-position: left;
  }
}
.sidebar-extra .section-container .main-header {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
.sidebar-extra .section-container .main-header .staff-title {
  font-weight: normal;
  font-size: 17px;
  font-style: italic;
  text-transform: none;
}
.sidebar-extra .section-container .main-header .bio-link {
  font-weight: normal;
  font-size: 17px;
  text-transform: none;
  text-decoration: underline;
}
.sidebar-extra .section-container .main-header .bio-link:hover, .sidebar-extra .section-container .main-header .bio-link:focus {
  text-decoration: none;
}
.sidebar-extra .section-container .socialMedia {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .sidebar-extra {
    margin-top: 20px;
  }
}
