@charset "UTF-8";
/*Version 1.0*/
/*! 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/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,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;
}

/*Fonts*/
/*Colors*/
/*@import "_telerik.scss";*/
#menubar {
  background: #C9C9C9;
}
#menubar .container > .inside-padding {
  padding: 0 20px !important;
}

.megamenu {
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.megamenu .nav-menu {
  position: relative;
}
.megamenu .nav-item, .megamenu .nav-item > a {
  position: static;
}
.megamenu .nav-item > a.open {
  background: #461b76;
}

@media screen and (max-width: 900px) {
  .megamenu {
    display: none;
  }
}
.megamenu nav > ul.nav-menu > li > a {
  padding: 10px 15px;
  position: relative;
  color: #000000;
  border: none;
  margin: 0;
}
.megamenu nav > ul.nav-menu > li > a:hover, .megamenu nav > ul.nav-menu > li > a:focus {
  background: #461b76;
  color: #fff;
  text-decoration: none;
}
.megamenu nav > ul.nav-menu > li .sub-nav {
  background: #461b76;
  width: 100%;
  /*max-height: 60vh;
  min-width: 50vw;
  overflow-y: scroll;*/
  left: auto;
  right: 0;
}
.megamenu nav > ul.nav-menu > li .sub-nav a {
  font-family: "Lato", sans-serif;
  font-size: 16px !important;
}
.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: #fff;
  background: #dedede;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.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;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a {
  color: #fff;
  margin-bottom: 5px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a:hover {
  color: #fff;
  background: #5F259F;
}
.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 {
  font-weight: 600;
}
.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;
  font-size: 15px;
  color: #fff !important;
}

/*CMS Fixes/Overrides*/
.exlink-modal-dialog a, .exlink-modal-dialog a:hover {
  height: auto;
}

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

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

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

#ctl00_PageBody .contentWrapper {
  overflow: hidden;
}

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

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

.CAL-timeAlert {
  color: #fff;
}

#pubWrapper {
  z-index: 5000;
}

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

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

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

button[id*=btn_month] {
  color: #000000;
}

.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;
}

/*Font Override*/
body#ctl00_PageBody {
  color: #000000;
  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 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  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: 28px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #ctl00_PageBody h2 {
    font-size: 24px;
  }
}

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

#ctl00_PageBody hr {
  margin: 20px 0;
}

.w-50 {
  padding: 0 20px;
}

div[id*=divContent] a {
  color: #5F259F;
  text-decoration: underline;
  font-weight: 700;
}
div[id*=divContent] a:hover, div[id*=divContent] a:focus {
  text-decoration: none;
}

div[id*=divContent] img {
  max-width: 100%;
}

/* Flex Widths */
.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%;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .flex-50 {
    width: 100%;
    padding: 0;
  }
}

.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%;
  }
}

/* Admin Menu */
#ctl00_PageBody .admin-menu .inside-padding {
  padding: 30px 20px;
}

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

/* CSS BELOW HERE */
/* Logo */
#logo {
  width: 130px;
}
@media screen and (max-width: 900px) {
  #logo {
    width: 115px;
  }
}
#logo img {
  width: 100%;
}

/* Header */
#header {
  background: #5F259F;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .container > div {
  padding: 30px 20px;
}
#header .container > div#header-right {
  padding: 30px 20px 30px 40px;
}
#header #header-left {
  width: 15%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
#header #header-left > a {
  position: relative;
  z-index: 5;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
#header #header-left:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
}
#header #header-right {
  width: 85%;
  background: #5F259F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header #header-info {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
#header #school-name h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}
#header #school-name h1 .first-word {
  font-weight: 700;
}
#header #motto {
  font-size: 20px;
  font-weight: bold;
}
#header #awards a {
  display: inline-block;
  height: 85px;
  margin: 2.5px;
}
@media screen and (max-width: 900px) {
  #header #awards a {
    height: 50px;
  }
}
#header #awards a img {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #header #header-left {
    width: 25%;
  }
  #header #header-right {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  #header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #header #header-left, #header #header-right {
    width: 100%;
    padding: 10px 20px;
  }
  #header #header-left {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #header #header-left > a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #header #header-left:after {
    display: none;
  }
  #header #header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 20px !important;
  }
  #header #header-info {
    margin-bottom: 20px;
  }
}

/* Pub wrapper */
/* Pubwrapper Quick Links */
#topQuickLinks {
  border-right: 1px solid #4d4d4d !important;
}

#topQuickLinks #qlBtn {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  cursor: pointer;
  display: block;
  color: #ffffff;
  overflow: hidden;
}

#topQuickLinks ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background: #5a5a5a;
  display: none;
}

#topQuickLinks ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}

#topQuickLinks #qlBtn:hover, #topQuickLinks #qlBtn: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;
}

#topQuickLinks ul li a:hover, #topQuickLinks ul li a:focus {
  background: #3a3a3a;
  text-decoration: none;
}

#topQuickLinks:hover > a {
  background: #4d4d4d;
}

#topQuickLinks:hover > ul {
  display: block;
}

@media screen and (max-width: 900px) {
  #topQuickLinks {
    list-style: none;
    font-size: 14px;
  }
  #topQuickLinks #qlBtn {
    text-align: center;
  }
  #topQuickLinks ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #selectSchool a {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    cursor: pointer;
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
  }
  #selectSchool a .fa {
    margin-left: 10px;
  }
  #selectSchool a:hover {
    background: #4d4d4d;
    text-decoration: none;
  }

  #topQuickLinks, #selectSchool {
    display: inline-block;
    width: 50% !important;
  }

  .schoolDropdown {
    margin: 0;
    padding: 0;
    top: auto;
    width: 100%;
    top: auto !important;
  }

  #pubWrapper .pubDropdown-wrapper .pubDropdown a {
    text-align: left;
  }
}
#pubWrapper ul.pubList:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Menu Bar */
#menubar {
  background: #C9C9C9;
  margin-bottom: 0;
}
#menubar .inside-padding {
  padding: 0 20px;
}

/* Footer */
#footer {
  background: #5F259F;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
}
#footer #footer-address {
  background: #C9C9C9;
  color: #000000;
  font-weight: 700;
}
#footer #footer-address .inside-padding {
  padding: 10px 20px;
}
#footer .footer-social {
  margin-bottom: 20px;
}
#footer .footer-social .socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-social .socialMedia li {
  padding: 0 15px;
}
#footer .footer-social .socialMedia li:empty {
  display: none;
}
#footer .footer-social .socialMedia a {
  font-size: 30px;
  text-decoration: none;
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#footer .footer-social .socialMedia a:hover, #footer .footer-social .socialMedia a:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
#footer .accessibility {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #footer .accessibility {
    font-size: 14px;
  }
}
#footer .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-links ul li {
  padding: 0 15px;
}

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

/* Mobile Menu */
#mobile-bar {
  padding: 10px 0;
  font-size: 20px;
}
#mobile-bar span {
  padding: 0 5px;
}

@media screen and (max-width: 900px) {
  #menubar {
    background: #461b76;
  }
  #menubar #mobileNav span {
    display: block !important;
  }
}
#menubar #mobileNav {
  background: #461b76;
}

/* Section header */
.section-header .first-word {
  font-weight: 800;
}

/* Banner */
#main-slider {
  background: #C9C9C9;
  position: relative;
  border-bottom: solid 5px #C9C9C9;
}
#main-slider .banner-container .banner-slide {
  background: #000000;
  position: relative;
}
#main-slider .banner-container .banner-slide:after {
  content: "";
  background: #000000;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 75%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 75%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide:after {
    display: none;
  }
}
#main-slider .banner-container .banner-slide.no-caption:after {
  display: none;
}
#main-slider .banner-container .banner-slide .image {
  min-height: 150px;
  height: 30vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-slider .banner-container .banner-slide .caption {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 5;
  color: #fff;
  width: 40%;
}
@media screen and (max-width: 1150px) {
  #main-slider .banner-container .banner-slide .caption {
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 40px;
  }
}
#main-slider .banner-container .banner-slide .caption .main-text {
  margin-bottom: 10px;
}
#main-slider .banner-container .banner-slide .caption .main-text .title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 28px;
  padding: 0;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide .caption .main-text .title {
    font-size: 24px;
  }
}
#main-slider .banner-container .banner-slide .caption .summary {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide .caption .summary {
    display: none;
  }
}
#main-slider .banner-container .banner-slide .caption .read-story a {
  color: #fff;
  background: #5F259F;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;
}
#main-slider .banner-container .banner-slide .caption .read-story a:hover, #main-slider .banner-container .banner-slide .caption .read-story a:focus {
  background: #C9C9C9;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide {
    position: relative;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #main-slider .banner-container .banner-slide .caption {
    position: static;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 0;
  }
  #main-slider .banner-container .banner-slide .caption .main-text {
    background: #5F259F;
    padding: 10px 15px;
    margin-bottom: 0;
  }
  #main-slider .banner-container .banner-slide .caption .read-story {
    position: absolute;
    right: 0;
    top: 0;
  }
  #main-slider .banner-container .banner-slide .caption .read-story a {
    font-size: 16px;
  }
}
#main-slider .play {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #000000;
  color: #fff;
  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;
  font-size: 18px;
  cursor: pointer;
}
#main-slider .play:hover, #main-slider .play:focus {
  background: #C9C9C9;
  color: #000000;
}
#main-slider .nav-container-arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
#main-slider .nav-container-arrows .slick-arrow {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #5F259F;
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  background: #000000;
}
#main-slider .nav-container-arrows .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #main-slider .nav-container-arrows .slick-arrow:after {
    font-size: 12px;
  }
}
#main-slider .nav-container-arrows .slick-arrow.slick-prev {
  margin-right: 5px;
}
#main-slider .nav-container-arrows .slick-arrow.slick-prev:after {
  content: "";
}
#main-slider .nav-container-arrows .slick-arrow.slick-next:after {
  content: "";
}
#main-slider .nav-container-arrows .slick-arrow:hover, #main-slider .nav-container-arrows .slick-arrow:focus {
  background: #C9C9C9;
}
#main-slider .nav-container-arrows .slick-arrow:hover:after, #main-slider .nav-container-arrows .slick-arrow:focus:after {
  color: #000000;
}
@media screen and (max-width: 600px) {
  #main-slider .nav-container-arrows .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
#main-slider .nav-container-arrows .slick-prev {
  left: 40px;
}
#main-slider .nav-container-arrows .slick-next {
  right: 40px;
}
@media screen and (max-width: 900px) {
  #main-slider .controls {
    display: none;
  }
}

/* Quick Links*/
#ql-container .PO-quickLinks {
  padding: 0;
}
@media screen and (max-width: 900px) {
  #ql-container .inside-padding {
    padding: 20px 0;
  }
}

#quicklinks {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #quicklinks {
    width: 100%;
  }
}
#quicklinks .slick-track {
  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: 140px; */
  /* height: 140px;  */
  width: 100px;
  height: 100px;
  background: #5F259F;
  border-radius: 50%;
  /*border: solid 10px $secondary;*/
  border: solid 5px #C9C9C9;
  color: #fff;
  /*font-size: 60px;*/
  font-size: 40px;
  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;
  webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
#quicklinks .quicklink-item .ql-title {
  margin-top: 15px;
  text-transform: uppercase;
  color: #5F259F;
  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: 42px;
  /*border: solid 10px $primary-dark;*/
  border: solid 5px #461b76;
  -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 .ql-icon {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
  #quicklinks .quicklink-item:hover .ql-icon, #quicklinks .quicklink-item:focus .ql-icon {
    font-size: 42px;
  }
}
#quicklinks .controls {
  margin-top: 15px;
}
#quicklinks .controls .dots ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*li.active-dot button*/
}
#quicklinks .controls .dots ul li {
  list-style: none;
}
#quicklinks .controls .dots ul li:not(:last-child) {
  margin-right: 15px;
}
#quicklinks .controls .dots ul li button {
  padding: 2px;
  border: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #C9C9C9;
  border: solid 2px #5F259F;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#quicklinks .controls .dots ul li button:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #quicklinks .controls .dots ul li button {
    width: 15px;
    height: 15px;
  }
}
#quicklinks .controls .dots ul li.slick-active button, #quicklinks .controls .dots ul li button:hover {
  color: #fff;
  background: #5F259F;
  border: solid 2px #5F259F;
}
@media screen and (max-width: 900px) {
  #quicklinks .controls {
    display: none;
  }
}

/* Announcements */
#announcement-container {
  background: #dedede;
}

/* News */
#news_content_body {
  font-family: "Lato", sans-serif;
}

.newsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.newsWrapper .news-items {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.newsWrapper .news-info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.newsWrapper .view-all {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.newsWrapper .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newsWrapper .news-info h2 {
  margin: 0;
}
.newsWrapper .news-info .arrows {
  margin-top: 20px;
}
.newsWrapper .news-info .arrows .slick-arrow {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #5F259F;
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.newsWrapper .news-info .arrows .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-info .arrows .slick-arrow:after {
    font-size: 12px;
  }
}
.newsWrapper .news-info .arrows .slick-arrow.slick-prev {
  margin-right: 5px;
}
.newsWrapper .news-info .arrows .slick-arrow.slick-prev:after {
  content: "";
}
.newsWrapper .news-info .arrows .slick-arrow.slick-next:after {
  content: "";
}
.newsWrapper .news-info .arrows .slick-arrow:hover, .newsWrapper .news-info .arrows .slick-arrow:focus {
  background: #C9C9C9;
}
.newsWrapper .news-info .arrows .slick-arrow:hover:after, .newsWrapper .news-info .arrows .slick-arrow:focus:after {
  color: #000000;
}
@media screen and (max-width: 600px) {
  .newsWrapper .news-info .arrows .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.newsWrapper .view-all {
  margin-bottom: 5px;
  text-align: right;
}
.newsWrapper .view-all a {
  text-decoration: underline;
}
.newsWrapper .view-all a:hover, .newsWrapper .view-all a:focus {
  text-decoration: none;
}
.newsWrapper .news-items {
  margin: 0 -10px;
}
.newsWrapper .news-items .slick-track {
  margin: 0 auto;
}
.newsWrapper .news-items .item {
  padding: 0 20px;
}
.newsWrapper .news-items .item .top {
  overflow: hidden;
}
.newsWrapper .news-items .item .top .image {
  /*height: 13vw;*/
  height: 240px;
  background-size: contain;
  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);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #FAFAFA;
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-items .item .top .image {
    height: 120px;
  }
}
.newsWrapper .news-items .item .content-container {
  background: #FAFAFA;
  position: relative;
}
.newsWrapper .news-items .item .content-container .date {
  background: #5F259F;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  position: absolute;
  left: 10px;
  top: -60px;
  font-weight: 700;
}
.newsWrapper .news-items .item .content-container .content {
  padding: 15px;
  /* height: 150px; */
  height: 125px;
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-items .item .content-container .content {
    height: auto;
  }
}
.newsWrapper .news-items .item .content-container .bottom {
  -webkit-transform: translateY(31px);
  -ms-transform: translateY(31px);
  transform: translateY(31px);
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.newsWrapper .news-items .item .content-container .bottom .visible {
  background: #F2F2F2;
  padding: 0 20px;
  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;
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.newsWrapper .news-items .item .content-container .bottom .visible > a {
  padding: 10px 0;
  width: 100%;
}
.newsWrapper .news-items .item .content-container .bottom .visible > a .read-more {
  text-decoration: underline;
}
.newsWrapper .news-items .item .content-container .bottom .visible > a:hover, .newsWrapper .news-items .item .content-container .bottom .visible > a:focus {
  text-decoration: none;
}
.newsWrapper .news-items .item .content-container .bottom .visible > a:hover .read-more, .newsWrapper .news-items .item .content-container .bottom .visible > a:focus .read-more {
  text-decoration: none;
}
.newsWrapper .news-items .item .content-container .bottom .visible .share-icon a {
  padding: 10px;
}
.newsWrapper .news-items .item .content-container .bottom .visible .share-icon a:hover, .newsWrapper .news-items .item .content-container .bottom .visible .share-icon a:focus {
  -webkit-animation: swing 400ms 1 ease-in-out;
  animation: swing 400ms 1 ease-in-out;
  text-decoration: none;
}
.newsWrapper .news-items .item .content-container .bottom .share-popup {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5F259F;
  padding: 0 20px;
}
.newsWrapper .news-items .item .content-container .bottom .share-popup a {
  padding: 5px;
  color: #fff;
}
.newsWrapper .news-items .item .content-container .bottom .share-popup a:not(:last-child) {
  margin-right: 10px;
}
.newsWrapper .news-items .item .content-container .bottom .share-popup a:hover, .newsWrapper .news-items .item .content-container .bottom .share-popup a:focus {
  -webkit-animation: swing 400ms 1 ease-in-out;
  animation: swing 400ms 1 ease-in-out;
  text-decoration: none;
}
.newsWrapper .news-items .item .content-container .bottom.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .newsWrapper .news-items .item .content-container .bottom {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    /*
    .share-popup {
    	-webkit-box-pack: center;
    	-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    */
  }
  .newsWrapper .news-items .item .content-container .bottom .share-icon {
    display: none;
  }
}
.newsWrapper .news-items .item.hover .image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.newsWrapper .news-items .item.hover .bottom .visible {
  background: #5F259F;
}
.newsWrapper .news-items .item.hover .bottom .visible a {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .newsWrapper > div:not(:last-child) {
    padding: 0 20px;
  }
  .newsWrapper .news-items {
    margin: 0;
  }
}

/* 2 Col */
.col-2 {
  background: #000000;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

/* Stay Connected */
@media screen and (max-width: 900px) {
  #social-container {
    margin-bottom: 20px;
  }
}

/* Upcoming Events */
#upcoming-events .events-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#upcoming-events .events-top a {
  color: #fff;
  text-decoration: underline;
}
#upcoming-events .events-top a:hover, #upcoming-events .events-top a:focus {
  text-decoration: none;
}
#upcoming-events .section-header {
  margin-bottom: 0;
}
#upcoming-events .controls {
  line-height: 1;
  margin: 0 20px;
}
#upcoming-events .controls .slick-arrow {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #5F259F;
  webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#upcoming-events .controls .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #upcoming-events .controls .slick-arrow:after {
    font-size: 12px;
  }
}
#upcoming-events .controls .slick-arrow.slick-prev {
  margin-right: 5px;
}
#upcoming-events .controls .slick-arrow.slick-prev:after {
  content: "";
}
#upcoming-events .controls .slick-arrow.slick-next:after {
  content: "";
}
#upcoming-events .controls .slick-arrow:hover, #upcoming-events .controls .slick-arrow:focus {
  background: #C9C9C9;
}
#upcoming-events .controls .slick-arrow:hover:after, #upcoming-events .controls .slick-arrow:focus:after {
  color: #000000;
}
@media screen and (max-width: 600px) {
  #upcoming-events .controls .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
#upcoming-events .controls .slick-arrow.slick-prev:after {
  content: "";
}
#upcoming-events .controls .slick-arrow.slick-next:after {
  content: "";
}
#upcoming-events .controls .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#upcoming-events .view-more {
  margin-left: auto;
}
#upcoming-events .events-list {
  margin-bottom: 20px;
}
#upcoming-events .events-list .event-item {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #upcoming-events .events-list .event-item {
    padding: 0 10px;
  }
}
#upcoming-events .events-list .event-item .event-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
}
#upcoming-events .events-list .event-item .event-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#upcoming-events .events-list .event-item .event-container .eventDate {
  min-width: 80px;
  min-height: 80px;
  height: 80px;
  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;
  text-align: center;
  background: #5F259F;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
}
#upcoming-events .events-list .event-item .event-container .eventDate .top-date {
  font-size: 20px;
  font-weight: 700;
}
#upcoming-events .events-list .event-item .event-container .eventDate .bottom-date {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  #upcoming-events .events-list .event-item .event-container .eventDate {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
#upcoming-events .events-list .event-item .event-container .eventDetails {
  padding: 10px 20px;
  width: 100%;
  position: relative;
}
#upcoming-events .events-list .event-item .event-container .eventDetails .eventName {
  font-weight: 700;
  margin-bottom: 5px;
}
#upcoming-events .events-list .event-item .event-container .eventDetails .EventTime {
  font-weight: 400;
}
#upcoming-events .events-list .event-item:hover, #upcoming-events .events-list .event-item:focus {
  text-decoration: none;
}
#upcoming-events .events-list .event-item:hover .event-container:before, #upcoming-events .events-list .event-item:focus .event-container:before {
  width: 100%;
  background: #e3e3e3;
}

/* col-3 */
.col-3 .inside-padding > section.flex-33 {
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .col-3 .inside-padding > section.flex-33 {
    padding: 10px 0;
  }
}

/* Subpage */
.subpage {
  /*Main content*/
  /*Breadcrumbs*/
  /*Section Header*/
}
.subpage #page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
}
.subpage #page #sub-content-left {
  width: 28%;
  margin-right: 2%;
}
.subpage #page #sub-content-right {
  width: 70%;
}
@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: 20px 0;
}
@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: #461b76;
  border-radius: 10px;
}
.subpage .mobile-side-nav span {
  padding-right: 5px;
}
.subpage .mobile-side-nav.expanded ~ #inside-nav {
  padding: 20px 0;
}
.subpage #sidebar {
  border-radius: 10px;
  padding: 20px 0px;
  background: #5F259F;
}
@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: #fff;
}
.subpage #sidebar .sitenavl0.sitenavl0, .subpage #sidebar .sitenavl1.sitenavl0, .subpage #sidebar .sitenavl2.sitenavl0, .subpage #sidebar .sitenavl3.sitenavl0 {
  padding: 0;
}
.subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a, .subpage #sidebar .sitenavl3 a {
  font-size: 16px;
  display: block;
  padding: 10px 0;
  margin: 0 30px;
  position: relative;
  z-index: 1;
}
.subpage #sidebar .sitenavl0 a:after, .subpage #sidebar .sitenavl1 a:after, .subpage #sidebar .sitenavl2 a:after, .subpage #sidebar .sitenavl3 a:after {
  content: "";
  left: -46px;
  top: 0;
  width: calc(100% + 76px);
  height: 100%;
  position: absolute;
}
.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, .subpage #sidebar .sitenavl3 a:hover, .subpage #sidebar .sitenavl3 a:focus {
  text-decoration: none;
  color: #fff;
}
.subpage #sidebar .sitenavl0 a:hover:after, .subpage #sidebar .sitenavl0 a:focus:after, .subpage #sidebar .sitenavl1 a:hover:after, .subpage #sidebar .sitenavl1 a:focus:after, .subpage #sidebar .sitenavl2 a:hover:after, .subpage #sidebar .sitenavl2 a:focus:after, .subpage #sidebar .sitenavl3 a:hover:after, .subpage #sidebar .sitenavl3 a:focus:after {
  background: #461b76;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a, .subpage #sidebar .sitenavl3 a {
    font-size: 14px;
    padding: 10px 0;
    margin: 0 60px;
  }
}
.subpage #sidebar .sitenavl0.currentpage, .subpage #sidebar .sitenavl1.currentpage, .subpage #sidebar .sitenavl2.currentpage, .subpage #sidebar .sitenavl3.currentpage {
  background: #5F259F;
}
.subpage #sidebar .sitenavl0.currentpage a, .subpage #sidebar .sitenavl1.currentpage a, .subpage #sidebar .sitenavl2.currentpage a, .subpage #sidebar .sitenavl3.currentpage a {
  color: #fff;
}
.subpage #sidebar .sitenavl0.currentpage a:after, .subpage #sidebar .sitenavl1.currentpage a:after, .subpage #sidebar .sitenavl2.currentpage a:after, .subpage #sidebar .sitenavl3.currentpage a:after {
  content: "";
  left: -50px;
  top: 0;
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  background: #461b76;
  z-index: -1;
}
.subpage #sidebar .sitenavl0.currentparent a, .subpage #sidebar .sitenavl0.sitenavl0.currentpage a, .subpage #sidebar .sitenavl1.currentparent a, .subpage #sidebar .sitenavl1.sitenavl0.currentpage a, .subpage #sidebar .sitenavl2.currentparent a, .subpage #sidebar .sitenavl2.sitenavl0.currentpage a, .subpage #sidebar .sitenavl3.currentparent a, .subpage #sidebar .sitenavl3.sitenavl0.currentpage a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.subpage #sidebar .sitenavl0.currentparent a:hover, .subpage #sidebar .sitenavl0.currentparent a:focus, .subpage #sidebar .sitenavl0.sitenavl0.currentpage a:hover, .subpage #sidebar .sitenavl0.sitenavl0.currentpage a:focus, .subpage #sidebar .sitenavl1.currentparent a:hover, .subpage #sidebar .sitenavl1.currentparent a:focus, .subpage #sidebar .sitenavl1.sitenavl0.currentpage a:hover, .subpage #sidebar .sitenavl1.sitenavl0.currentpage a:focus, .subpage #sidebar .sitenavl2.currentparent a:hover, .subpage #sidebar .sitenavl2.currentparent a:focus, .subpage #sidebar .sitenavl2.sitenavl0.currentpage a:hover, .subpage #sidebar .sitenavl2.sitenavl0.currentpage a:focus, .subpage #sidebar .sitenavl3.currentparent a:hover, .subpage #sidebar .sitenavl3.currentparent a:focus, .subpage #sidebar .sitenavl3.sitenavl0.currentpage a:hover, .subpage #sidebar .sitenavl3.sitenavl0.currentpage a:focus {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar #inside-nav {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .subpage #sidebar #inside-nav {
    display: block !important;
  }
}
.subpage #main-content > .inside-padding {
  padding-top: 0;
}
.subpage #main-content .page-content .ptl_col_1 {
  width: 100%;
  padding: 0;
}
.subpage #breadcrumbs {
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.subpage #breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
.subpage #breadcrumbs a:focus, .subpage #breadcrumbs a:hover {
  text-decoration: none;
}
.subpage #breadcrumbs span {
  color: #461b76;
}
.subpage h2.sec-header {
  color: #461b76;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .subpage h2.sec-header {
    margin: 10px 0;
  }
}

/* over ride */
#pubWrapper .pubDropdown-wrapper .PublishedLinkMenu a.admin_menu, #pubWrapper .pubDropdown-wrapper .pubDropdown a {
  min-width: 250px !important;
}
