@charset "UTF-8";
/*Colors*/
/* Margins */
/*! 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=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&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-25 {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .flex-25 {
    width: 100%;
  }
}

.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: 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: 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: #000;
}

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

body#ctl00_PageBody {
  color: #000;
  line-height: 1.5;
}

body#ctl00_PageBody p {
  line-height: 1.5;
  letter-spacing: normal;
}

body#ctl00_PageBody, body#ctl00_PageBody b, body#ctl00_PageBody strong {
  font-family: "Open Sans", 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,
#ctl00_PageBody .h1, #ctl00_PageBody .h2, #ctl00_PageBody .h3, #ctl00_PageBody .h4, #ctl00_PageBody .h5, #ctl00_PageBody .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 0;
  color: #0D2753;
  margin-bottom: 20px;
}

#ctl00_PageBody h1,
#ctl00_PageBody .h1 {
  font-size: 32px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h1,
#ctl00_PageBody .h1 {
    font-size: 28px;
  }
}

#ctl00_PageBody h2,
#ctl00_PageBody .h2 {
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h2,
#ctl00_PageBody .h2 {
    font-size: 24px;
  }
}

#ctl00_PageBody h3,
#ctl00_PageBody .h3 {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h3,
#ctl00_PageBody .h3 {
    font-size: 20px;
  }
}

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

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

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

/** #pubWrapper **/
#pubWrapper {
  background: #303030;
  position: relative;
  z-index: 3001;
  color: #ffffff;
}

#pubWrapper ul.pubList,
#pubWrapper ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#pubWrapper ul.pubList > li {
  font-size: 13px;
  display: inline-block;
  list-style: none;
  position: relative;
  letter-spacing: 0.03em;
  vertical-align: top;
}

#pubWrapper ul.pubList .pubDropdown-btn,
#pubWrapper ul.pubList li .user_link,
#pubWrapper ul.pubList li .admin_menu {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  color: #ffffff;
  overflow: hidden;
}

#pubWrapper ul.pubList .pubDropdown-btn:hover,
#pubWrapper ul.pubList .active .pubDropdown-btn,
#pubWrapper ul.pubList li .user_link:hover,
#pubWrapper ul.pubList li .admin_menu:hover,
#pubWrapper ul.pubList .pubDropdown-btn:focus,
#pubWrapper ul.pubList li .user_link:focus,
#pubWrapper ul.pubList li .admin_menu:focus {
  background: #4d4d4d;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}

#userPanel, #loginPanel, #searchPanel {
  padding: 0 !important;
}

#loginPanel:hover, #userPanel:hover, #searchPanel:hover {
  background: none !important;
}

#pubWrapper ul.pubList li .user_link,
#pubWrapper ul.pubList li .admin_menu {
  text-decoration: none;
}

#pubWrapper ul.pubList li .fa.fa-sort {
  margin-left: 7px;
}

#pubLinks .fa {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.pubDropdown-wrapper .pubDropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  background: #ffffff;
  list-style: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
  z-index: 999;
}

#pubWrapper .pubDropdown-wrapper .pubDropdown li {
  list-style: none;
  margin: 0;
}

#pubWrapper .pubDropdown-wrapper .pubDropdown a {
  font-size: 13px;
  color: #343434;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background: #eaeaea;
  border-bottom: 1px solid #fff;
  min-width: 200px;
  transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  height: auto;
  line-height: 1.2;
}

#pubWrapper .pubDropdown-wrapper .pubDropdown a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

#pubWrapper > .container > ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  #pubWrapper > .container > ul:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #pubWrapper > .container > ul:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*  New Mobile Menu */
@media screen and (max-width: 900px) {
  #menubar {
    background: #0D2753;
    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: #0D2753;
  width: 100%;
  font-size: 20px;
}
#menubar .inside-padding #mobileNav:hover, #menubar .inside-padding #mobileNav:focus, #menubar .inside-padding #mobileNav.expanded {
  background: #071329;
  text-decoration: none;
  box-shadow: none;
}
@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: #0D2753;
  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: #0D2753;
  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 {
  background: #071329;
  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 #0d2753;
  font-weight: 400;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li a:hover, #menubar .inside-padding .mobile-nav-items ul li .subnav-items li a:focus, #menubar .inside-padding .mobile-nav-items ul li .subnav-items li a.expanded {
  background: #071329 !important;
  text-decoration: none;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0d2753;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 {
  background: #0a1d3d;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #0a1d3d;
}
#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: #061227;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level2 li a {
  background: #061227;
}
#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 #0d2753;
}
#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: #0d2753;
}

/* 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 */
#menubar {
  background: #0D2753;
}
#menubar .container > .inside-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.RadMenu {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.RadMenu .rmHorizontal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.RadMenu .rmHorizontal > .rmItem > a {
  padding: 10px 15px;
  position: relative;
  color: #fff;
  font-weight: 700;
  border: none;
  margin: 0;
  overflow: hidden;
  min-height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.RadMenu .rmHorizontal > .rmItem > a span {
  padding: 0;
}
.RadMenu .rmHorizontal > .rmItem > a:hover, .RadMenu .rmHorizontal > .rmItem > a:focus, .RadMenu .rmHorizontal > .rmItem > a.rmExpanded, .RadMenu .rmHorizontal > .rmItem > a.rmSelected, .RadMenu .rmHorizontal > .rmItem > a.rmFocused {
  background: #071329;
  color: #fff;
}
.RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical {
  background: #0D2753;
  padding: 0;
}
.RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a {
  position: relative;
  position: relative;
  color: #fff;
  border: none;
  margin: 0;
}
.RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a span {
  margin: 0;
  padding: 5px 10px !important;
  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;
}
.RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a span.rmExpandRight:after {
  content: "";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 14px;
}
.RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a:hover, .RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a:focus, .RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a.rmExpanded, .RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem a.rmFocused {
  background: #071329;
  text-decoration: none;
}
.RadMenu .rmHorizontal > .rmItem .rmSlide .rmVertical .rmItem .rmVertical {
  border-left: 3px solid #071329;
}

@media screen and (max-width: 900px) {
  #telerik-menu, .telerik_main_menu {
    display: none;
  }
}
.megamenu {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .megamenu {
    display: none;
  }
}
.megamenu nav > ul.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.megamenu nav > ul.nav-menu > li > a {
  padding: 10px 15px;
  color: #fff;
  border: none;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  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: #061227;
  text-decoration: none;
}
.megamenu nav > ul.nav-menu > li .sub-nav {
  background: #0D2753;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  padding: 10px 20px;
}
.megamenu nav > ul.nav-menu > li .sub-nav a {
  font-family: "Open Sans", 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: #000;
  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: #000 !important;
  background: #fff;
  border-left-width: 5px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li {
  width: 25%;
  padding: 0 5px;
}
@media screen and (max-width: 1200px) {
  .megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li {
    width: 33%;
  }
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div:first-child .expand {
  font-size: 14px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div:first-child > a:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li.expanded .expand .fa::before {
  content: "";
}
.megamenu nav > ul.nav-menu > li .sub-nav .level2 {
  display: none;
}
.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 {
  border-left: solid 3px #BEBEBE;
  -webkit-transition: 200ms all ease-out;
  -o-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
}

#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: 20px 20px;
  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,
span[id*=ltContent] a {
  color: #061227;
  text-decoration: underline;
  font-weight: 700;
}
div[id*=divContent] a:hover, div[id*=divContent] a:focus,
span[id*=ltContent] a:hover,
span[id*=ltContent] a:focus {
  text-decoration: none;
}

/* BACK TO TOP */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #0D2753;
  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: #000;
  -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: #0D2753;
  text-decoration: none;
  color: #fff;
  border: 2px solid #0D2753;
}
#Btop.show {
  bottom: 100px !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 */
.logo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .logo-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.logo-content .logo img {
  width: 100%;
  max-height: 100px;
  max-width: 250px;
}
@media screen and (max-width: 900px) {
  .logo-content .logo img {
    max-height: 90px;
    max-width: 200px;
  }
}
.logo-content .school-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 20px;
}
.logo-content .school-name > * {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .logo-content .school-name {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }
}

/* Header */
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}
header > .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header > .container > .inside-padding #header-left, header > .container > .inside-padding #header-right {
    width: 100%;
  }
  header > .container > .inside-padding #header-left {
    margin-bottom: 20px;
  }
}
header #header-right .search .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;
}
header #header-right .search .divSearchBox input {
  height: 45px;
  width: 200px;
  border: none;
  padding: 10px;
  color: #1d1d1d;
  background: #EAEAEA;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 900px) {
  header #header-right .search .divSearchBox input {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  header #header-right .search .divSearchBox input {
    padding: 5px 10px;
    height: 35px;
  }
}
header #header-right .search .divSearchBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EAEAEA;
  color: #000;
  height: 45px;
  width: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  header #header-right .search .divSearchBox a {
    height: 35px;
    width: 35px;
    min-width: 35px;
    font-size: 18px;
  }
}
header #header-right .search .divSearchBox a:hover, header #header-right .search .divSearchBox a:focus {
  background: #061227;
  color: #fff !important;
  text-decoration: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
header #header-right .search .divSearchBox a img {
  display: none;
}

/* Footer */
footer {
  border-bottom: solid 30px #0D2753;
}
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) {
  footer .container > .inside-padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 1px #BEBEBE;
  margin-bottom: 5px;
  padding: 5px 0;
}
footer #footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  footer #footer-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
  }
  footer #footer-right .footer-contact {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer #footer-right .footer-links {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  footer #footer-right .footer-social {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  footer #footer-right {
    text-align: center;
  }
  footer #footer-right .footer-contact {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer #footer-right .footer-links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer #footer-right .footer-social {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
footer #footer-right > div {
  padding: 10px 20px;
}

/* Social Media */
.socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socialMedia li {
  margin: 5px 15px;
}
.socialMedia li a {
  color: #0D2753;
  font-size: 24px;
  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;
}
.socialMedia li a:hover, .socialMedia li a:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.socialMedia li.facebook a {
  color: #3C5998;
}
.socialMedia li.twitter a {
  color: #0884B4;
}
.socialMedia li.youtube a {
  color: #C60D0D;
}
.socialMedia li.instagram a {
  color: #B10BA4;
}
.socialMedia li:empty {
  display: none;
}

/* Credits */
.credits {
  background: #1d2228;
  color: #fff;
}
.credits a {
  color: #fff;
}
.credits a:hover, .credits a:focus {
  text-decoration: none;
  color: #fff;
}
.credits .container {
  padding: 5px;
  text-align: center;
}

/* Featured */
#featured-container {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #143c7f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#featured-container h1, #featured-container h2, #featured-container h3, #featured-container h4, #featured-container h5, #featured-container h6, #featured-container a {
  color: #fff;
}

.ContextBar {
  color: #fff;
}
.ContextBar:hover, .ContextBar:focus {
  color: #fff;
}

#main-slider {
  position: relative;
}
#main-slider .banner-slide {
  position: relative;
}
#main-slider .banner-slide .image {
  height: 32.5vw;
  max-height: 500px;
  background-size: cover;
  background-position: center center;
}
#main-slider .banner-slide .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  max-width: 40%;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-slide .caption {
    max-width: 80%;
  }
}
#main-slider .banner-slide .caption .banner-title {
  background: rgba(214, 214, 214, 0.85);
  color: #000;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 0;
}
#main-slider .banner-slide .caption .summary {
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 10px;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main-slider .banner-slide .caption .summary {
    display: none;
  }
}
#main-slider .banner-slide .caption .banner-link {
  background: rgba(214, 214, 214, 0.85);
  padding: 5px 10px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  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: 768px) {
  #main-slider .banner-slide .caption .banner-link {
    background: rgba(255, 255, 255, 0.85);
    display: block;
  }
}
#main-slider .banner-slide .caption .banner-link:hover, #main-slider .banner-slide .caption .banner-link:focus {
  text-decoration: none;
  background: #0D2753;
  color: #fff;
  cursor: pointer;
}
#main-slider .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
#main-slider .controls .dots ul {
  margin: 0;
  padding: 0;
}
#main-slider .controls .dots ul li {
  list-style: none;
  display: block;
}
#main-slider .controls .dots ul li button {
  margin: 5px;
  font-size: 0;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  #main-slider .controls .dots ul li button {
    margin: 3px;
  }
}
#main-slider .controls .dots ul li button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  display: block;
  border: solid 1px #0D2753;
}
@media screen and (max-width: 900px) {
  #main-slider .controls .dots ul li button:before {
    width: 8px;
    height: 8px;
  }
}
#main-slider .controls .dots ul li button:hover:before {
  background: #0D2753;
}
#main-slider .controls .dots ul li.slick-active button:before {
  background: #0D2753;
}
#main-slider .controls .dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: calc(32.5vw - 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#ql-container {
  background: #0D2753;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #ql-container {
    padding: 20px;
  }
}
#ql-container a {
  color: #fff;
}
#ql-container .qlTabs .tab-content {
  display: none;
}
#ql-container .qlTabs .tab-content h2 {
  color: #fff;
  margin: 0;
  padding: 0 20px;
  margin-top: 20px;
  display: none;
}

.ql-container-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ql-container-titles .ql-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 25%;
  margin: 20px 10px 0 10px;
  padding: 15px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  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);
}
.ql-container-titles .ql-title .icon {
  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);
}
.ql-container-titles .ql-title:hover, .ql-container-titles .ql-title:focus, .ql-container-titles .ql-title.active {
  text-decoration: none;
  background: #143c7f;
  letter-spacing: 2px;
}
.ql-container-titles .ql-title:hover .icon, .ql-container-titles .ql-title:focus .icon, .ql-container-titles .ql-title.active .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .ql-container-titles .ql-title {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    font-size: 22px;
  }
  .ql-container-titles .ql-title .icon svg {
    width: 30px;
  }
}
@media screen and (max-width: 900px) {
  .ql-container-titles .tab-content {
    display: none;
    width: 100%;
  }
  .ql-container-titles .tab-content h2 {
    display: none;
  }
}

.ql-items {
  background: #143c7f;
  padding: 20px 10px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .ql-items {
    margin: 0;
    padding: 10px;
  }
}
.ql-items .ql-item {
  width: 25%;
  padding: 10px;
  font-weight: 600;
}
.ql-items .ql-item:hover, .ql-items .ql-item:focus {
  text-decoration: none;
  background: #D6D6D6;
  color: #000 !important;
}
@media screen and (max-width: 900px) {
  .ql-items .ql-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ql-items .ql-item {
    width: 100%;
  }
}

.dragAndDropEnabled #ql-container .qlTabs .tab-content {
  display: block;
}
.dragAndDropEnabled #ql-container .qlTabs .tab-content h2 {
  display: block;
}

#news .news-header-top {
  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;
  margin-bottom: 20px;
}
#news .news-header-top h2 {
  margin-bottom: 0;
}
#news .news-header-top .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news .news-header-top .header-buttons .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news-header-top .header-buttons .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;
  padding: 0;
  margin: 0 5px;
  font-size: 0;
}
#news .news-header-top .header-buttons .arrows .slick-arrow:after {
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #0D2753;
  border: solid 1px #0D2753;
  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;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  #news .news-header-top .header-buttons .arrows .slick-arrow:after {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
}
#news .news-header-top .header-buttons .arrows .slick-arrow.slick-prev:after {
  content: "";
  font-family: "FontAwesome";
}
#news .news-header-top .header-buttons .arrows .slick-arrow.slick-next:after {
  content: "";
  font-family: "FontAwesome";
}
#news .news-header-top .header-buttons .arrows .slick-arrow:hover, #news .news-header-top .header-buttons .arrows .slick-arrow:focus {
  text-decoration: none;
  cursor: pointer;
}
#news .news-header-top .header-buttons .arrows .slick-arrow:hover:after, #news .news-header-top .header-buttons .arrows .slick-arrow:focus:after {
  background: #0D2753;
  color: #fff;
}
#news .news-header-top .header-buttons .arrows .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#news .news-items {
  margin: 0 -10px;
}
#news .news-items .slick-list {
  padding-bottom: 20px;
}
#news .news-item {
  padding: 0 10px;
}
#news .news-item .news-container {
  border: solid 2px #707070;
}
#news .news-item .news-top {
  overflow: hidden;
}
#news .news-item .news-top .image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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);
}
#news .news-item .news-bottom {
  position: relative;
  height: 250px;
  padding: 20px;
}
#news .news-item .news-bottom .news-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#news .news-item .news-bottom .news-btn {
  display: inline-block;
  color: #fff;
  background: #0D2753;
  padding: 5px 10px;
  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);
  position: absolute;
  bottom: -15px;
  right: 20px;
}
#news .news-item .news-bottom .news-btn:hover, #news .news-item .news-bottom .news-btn:focus {
  background: #143c7f;
  text-decoration: none;
}
#news .news-item.hover .news-container {
  border: solid 2px #103169;
}
#news .news-item.hover .news-top .image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#news .see-all {
  margin-top: 10px;
}

.upcoming-events .events-header-top {
  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;
  margin-bottom: 20px;
}
.upcoming-events .events-header-top h2 {
  margin-bottom: 0 !important;
}
.upcoming-events .events-header-top .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upcoming-events .events-header-top .header-buttons .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upcoming-events .events-header-top .header-buttons .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;
  padding: 0;
  margin: 0 5px;
  font-size: 0;
}
.upcoming-events .events-header-top .header-buttons .arrows .slick-arrow:after {
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #0D2753;
  border: solid 1px #0D2753;
  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;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .upcoming-events .events-header-top .header-buttons .arrows .slick-arrow:after {
    width: 25px;
    height: 25px;
    font-size: 18px;
  }
}
.upcoming-events .events-header-top .header-buttons .arrows .slick-arrow.slick-prev:after {
  content: "";
  font-family: "FontAwesome";
}
.upcoming-events .events-header-top .header-buttons .arrows .slick-arrow.slick-next:after {
  content: "";
  font-family: "FontAwesome";
}
.upcoming-events .events-header-top .header-buttons .arrows .slick-arrow:hover, .upcoming-events .events-header-top .header-buttons .arrows .slick-arrow:focus {
  text-decoration: none;
  cursor: pointer;
}
.upcoming-events .events-header-top .header-buttons .arrows .slick-arrow:hover:after, .upcoming-events .events-header-top .header-buttons .arrows .slick-arrow:focus:after {
  background: #0D2753;
  color: #fff;
}
.upcoming-events .events-header-top .header-buttons .arrows .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.upcoming-events .events-list .slick-slide > div:not(:last-child) .event-item {
  border-bottom: solid 2px #D6D6D6;
}
.upcoming-events .event-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.upcoming-events .event-item .eventDate {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  height: 70px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.upcoming-events .event-item .eventDate .top-date {
  background: #D6D6D6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  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 .bottom-date {
  border: solid 2px #D6D6D6;
  border-radius: 0 0 10px 10px;
  height: 100%;
  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;
  padding: 5px;
  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;
}
.upcoming-events .event-item .eventDetails .eventName {
  font-size: 18px;
  font-weight: 700;
}
.upcoming-events .event-item:hover, .upcoming-events .event-itemfocus {
  text-decoration: none;
}
.upcoming-events .event-item:hover .eventDate .top-date, .upcoming-events .event-itemfocus .eventDate .top-date {
  background: #0D2753;
  color: #fff;
}
.upcoming-events .event-item:hover .eventDate .bottom-date, .upcoming-events .event-itemfocus .eventDate .bottom-date {
  border: solid 2px #0D2753;
}
.upcoming-events .event-item:hover .eventDetails, .upcoming-events .event-itemfocus .eventDetails {
  text-decoration: underline;
}
.upcoming-events .see-all a {
  display: inline-block;
  color: #fff;
  background: #0D2753;
  padding: 5px 10px;
  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: #143c7f;
  text-decoration: none;
}

.subpage {
  /*Main content*/
  /*Breadcrumbs*/
}
.subpage #sub-hero {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.subpage #sub-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D2753;
  background: -o-linear-gradient(right, rgba(13, 39, 83, 0) 0%, #0d2753 90%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(13, 39, 83, 0)), color-stop(90%, #0d2753));
  background: linear-gradient(270deg, rgba(13, 39, 83, 0) 0%, #0d2753 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary",endColorstr="$primary",GradientType=1);
}
.subpage #sub-hero .inside-padding {
  position: relative;
  z-index: 1;
}
.subpage #sub-hero .inside-padding .section-header {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .subpage #sub-hero {
    height: 200px;
  }
  .subpage #sub-hero:after {
    background: -o-linear-gradient(right, rgba(13, 39, 83, 0) 0%, #0d2753 80%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(13, 39, 83, 0)), color-stop(80%, #0d2753));
    background: linear-gradient(270deg, rgba(13, 39, 83, 0) 0%, #0d2753 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary",endColorstr="$primary",GradientType=1);
  }
}
@media screen and (max-width: 650px) {
  .subpage #sub-hero {
    height: 150px;
  }
}
.subpage #page #sub-content-left {
  width: 28%;
  margin-right: 2%;
}
.subpage #page #sub-content-left > *:not(:last-child) {
  margin-bottom: 20px;
}
.subpage #page #sub-content-right {
  width: 68%;
  margin-left: 2%;
}
@media screen and (max-width: 900px) {
  .subpage #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 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.subpage .mobile-side-nav {
  display: none;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #fff !important;
  background: #0D2753;
}
@media screen and (max-width: 900px) {
  .subpage .mobile-side-nav {
    display: block;
  }
}
.subpage .mobile-side-nav:hover, .subpage .mobile-side-nav:focus {
  text-decoration: none;
  color: #fff !important;
  background: #0D2753;
}
.subpage .mobile-side-nav span {
  padding-right: 5px;
}
@media screen and (max-width: 900px) {
  .subpage .sidenav-slide {
    background: #EAEAEA;
    padding: 10px 20px;
  }
  .subpage .nav-toggle {
    background: #0D2753;
  }
  .subpage .nav-toggle a {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
  }
  .subpage .nav-toggle span {
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .subpage #sidebar {
    padding: 0;
    margin-bottom: 20px;
  }
}
.subpage #sidebar .ptl_col_1 {
  width: 100%;
  padding: 0;
}
.subpage #sidebar a {
  color: #000;
}
.subpage #sidebar .sitenavl0, .subpage #sidebar .sitenavl1, .subpage #sidebar .sitenavl2 {
  padding: 0;
}
.subpage #sidebar .sitenavl0.sitenavl1:not(:last-child), .subpage #sidebar .sitenavl1.sitenavl1:not(:last-child), .subpage #sidebar .sitenavl2.sitenavl1:not(:last-child) {
  border-bottom: solid 2px #0D2753;
}
.subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a {
  font-size: 16px;
  display: block;
  padding: 10px;
  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 {
  background: #061227;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.subpage #sidebar .sitenavl0.currentpage, .subpage #sidebar .sitenavl0.currentparent, .subpage #sidebar .sitenavl1.currentpage, .subpage #sidebar .sitenavl1.currentparent, .subpage #sidebar .sitenavl2.currentpage, .subpage #sidebar .sitenavl2.currentparent {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar .sitenavl0.currentpage, .subpage #sidebar .sitenavl0.currentparent, .subpage #sidebar .sitenavl1.currentpage, .subpage #sidebar .sitenavl1.currentparent, .subpage #sidebar .sitenavl2.currentpage, .subpage #sidebar .sitenavl2.currentparent {
    margin: 0;
  }
}
.subpage #sidebar .sitenavl0.currentpage.currentparent a, .subpage #sidebar .sitenavl0.currentparent.currentparent a, .subpage #sidebar .sitenavl1.currentpage.currentparent a, .subpage #sidebar .sitenavl1.currentparent.currentparent a, .subpage #sidebar .sitenavl2.currentpage.currentparent a, .subpage #sidebar .sitenavl2.currentparent.currentparent a {
  background: #0D2753;
}
.subpage #sidebar .sitenavl0.currentpage a, .subpage #sidebar .sitenavl0.currentparent a, .subpage #sidebar .sitenavl1.currentpage a, .subpage #sidebar .sitenavl1.currentparent a, .subpage #sidebar .sitenavl2.currentpage a, .subpage #sidebar .sitenavl2.currentparent a {
  background: #0D2753;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.subpage #sidebar .sitenavl0.currentpage a:hover, .subpage #sidebar .sitenavl0.currentpage a:focus, .subpage #sidebar .sitenavl0.currentparent a:hover, .subpage #sidebar .sitenavl0.currentparent a:focus, .subpage #sidebar .sitenavl1.currentpage a:hover, .subpage #sidebar .sitenavl1.currentpage a:focus, .subpage #sidebar .sitenavl1.currentparent a:hover, .subpage #sidebar .sitenavl1.currentparent a:focus, .subpage #sidebar .sitenavl2.currentpage a:hover, .subpage #sidebar .sitenavl2.currentpage a:focus, .subpage #sidebar .sitenavl2.currentparent a:hover, .subpage #sidebar .sitenavl2.currentparent a:focus {
  background: #061227;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar #inside-nav {
    margin: 0;
  }
}
.subpage #main-content .page-content .ptl_col_1 {
  width: 100%;
  padding: 0;
}
.subpage #main-content .page-content img {
  max-width: 100%;
  height: auto !important;
}
.subpage #breadcrumbs {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 15px;
}
.subpage #breadcrumbs a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.subpage #breadcrumbs a:focus, .subpage #breadcrumbs a:hover {
  text-decoration: none;
}
.subpage #breadcrumbs span {
  color: #000;
}

/* Light Primary */
/* Light secondary */
