@charset "UTF-8";
/*Colors*/
/* Margins */
/* Images */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Martel+Sans:200,300,400,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;
}

/* Flex Widths */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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: -webkit-calc(100%/3);
  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: -webkit-calc(100%/(3/2));
  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;
}

/* animations */
@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);
    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;
  }
}
/* Embed Fonts */
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-BoldItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-BoldItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Bold.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Bold.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Bold.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-MediumItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-MediumItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Light.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Light.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Light.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-LightItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-LightItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-LightItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Regular.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Regular.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Regular.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Italic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Italic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Italic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Mohave";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Medium.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Medium.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Medium.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/Mohave-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Font 2 */
@font-face {
  font-family: "Segoe Pro Display";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Semibold.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Semibold.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro SemiLight";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLight.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLight.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLight.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro Cond";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-BoldItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-BoldItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Semibold.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Semibold.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Semibold.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Light.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Light.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Light.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro Display SemiLight";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-SemiLight.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-SemiLight.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-SemiLight.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-SemiLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro Display";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Bold.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Bold.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro Cond";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Bold.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Bold.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Bold.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiboldItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiboldItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Bold.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Bold.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Bold.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-LightItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-LightItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro SemiLight";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLightItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLightItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLightItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-SemiLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Italic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Italic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Italic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-BoldItalic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-BoldItalic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack-Italic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack-Italic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack-Italic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProBlack-Italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro Display";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Light.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Light.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro Cond";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Italic.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Italic.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Italic.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProCond-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Segoe Pro";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoePro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Pro Display";
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay.eot");
  src: url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay.eot?#iefix") format("embedded-opentype"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay.woff") format("woff"), url("/UserFiles/Servers/Server_27732394/Templates/fonts/SegoeProDisplay.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*Fonts*/
button[id*=btn_month] {
  color: #000;
}

/*Font Override*/
body#ctl00_PageBody {
  color: #000;
  line-height: 1.35;
}

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

body#ctl00_PageBody, body#ctl00_PageBody b, body#ctl00_PageBody strong, #news_content_body {
  font-family: "Segoe Pro", "Martel 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 {
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

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

#ctl00_PageBody h2 {
  font-size: 28px;
  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;
  }
}

.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  color: #6A5D59;
  margin-bottom: 0 !important;
}

/*  New Mobile Menu */
#menubar #mobile-bar {
  display: none !important;
}
#menubar .inside-padding {
  /* Hambuger */
}
@media screen and (max-width: 900px) {
  #menubar .inside-padding {
    position: relative;
    padding: 0;
  }
}
#menubar .inside-padding #mobileNav {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  color: #fff;
  width: 120px;
  height: 40px;
  float: right;
  background: #00488A;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #menubar .inside-padding #mobileNav {
    display: -webkit-box;
    display: -webkit-flex;
    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);
}
#menubar .inside-padding #mobileNav.expanded .hamburger .bar:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menubar .inside-padding .mobile-nav-items {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #00488A;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#menubar .inside-padding .mobile-nav-items ul li a {
  display: block;
  padding: 10px 20px;
  background: #00488A;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
#menubar .inside-padding .mobile-nav-items ul li a:hover, #menubar .inside-padding .mobile-nav-items ul li a:focus, #menubar .inside-padding .mobile-nav-items ul li a.expanded {
  text-decoration: none;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items {
  width: 100%;
  display: none;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li {
  position: relative;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li a {
  border-right: 1px solid #f8f7f7;
  font-weight: 400;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f8f7f7;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 {
  background: #003b71;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level1 > li > a {
  background: #003b71;
}
#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: #002d57;
}
#menubar .inside-padding .mobile-nav-items ul li .subnav-items.level2 li a {
  background: #002d57;
}
#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: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-right: 1px solid #f8f7f7;
}
#menubar .inside-padding .mobile-nav-items ul li.has-child .subnav {
  width: 40px;
  height: 44px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: 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: #f8f7f7;
}

/* End of Mobile Menu */
@media screen and (max-width: 900px) {
  .megamenu {
    display: none;
  }
}
.megamenu nav > ul.nav-menu > li > a {
  padding: 10px 15px;
  position: relative;
  color: #6A5D59;
  border: none;
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.25px;
  overflow: hidden;
  font-family: "Mohave", sans-serif;
}
.megamenu nav > ul.nav-menu > li > a:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url(/UserFiles/Servers/Server_27732394/Templates/img/icon-v2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  left: -30px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.megamenu nav > ul.nav-menu > li > a:hover, .megamenu nav > ul.nav-menu > li > a.open, .megamenu nav > ul.nav-menu > li > a.hover {
  color: #00488A;
  background: transparent;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.megamenu nav > ul.nav-menu > li > a:hover:before, .megamenu nav > ul.nav-menu > li > a.open:before, .megamenu nav > ul.nav-menu > li > a.hover:before {
  opacity: 1;
  left: 0px;
}
.megamenu nav > ul.nav-menu > li .sub-nav {
  background: #00488A;
  width: 60vw;
  max-height: 50vh;
  overflow-y: scroll;
}
.megamenu nav > ul.nav-menu > li .sub-nav a {
  font-family: "Segoe Pro", "Martel Sans", sans-serif;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group {
  width: 25%;
  margin: 0;
  padding: 0 5px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group:only-of-type {
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 1200px) {
  .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group {
    width: 50%;
  }
  .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group:only-of-type {
    column-count: 2;
  }
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group.category > span {
  border: none;
  color: #000;
  background: #F8F7F7;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 17px;
}
.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: 10px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a:hover {
  color: #000;
  background: #fff;
  border-left-width: 5px;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div:nth-child(1) a {
  border-left: solid 3px #00c6ff;
  -webkit-transition: 200ms all ease-out;
  -o-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level2 ul li {
  margin: 0;
}
.megamenu nav > ul.nav-menu > li .sub-nav .level2 ul li a {
  margin-left: 10px;
  border-left: solid 3px #00c6ff;
  -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: 1366px !important;
}

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

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

div.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.border span {
  height: 3px;
  width: 16.66667%;
  width: -webkit-calc(100%/6);
  width: calc(100%/6);
}
div.border span:nth-child(1) {
  background: #00488A;
}
div.border span:nth-child(2) {
  background: #FE9D2B;
}
div.border span:nth-child(3) {
  background: #6A5D59;
}
div.border span:nth-child(4) {
  background: #8f165f;
}
div.border span:nth-child(5) {
  background: #89A12A;
}
div.border span:nth-child(6) {
  background: #DA331A;
}

/* Link Hover/Focus State */
div[id*=divContent] a {
  color: #00488A;
  text-decoration: underline;
}
div[id*=divContent] a:hover, div[id*=divContent] a:focus {
  text-decoration: none;
}

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

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

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

#footer #logo {
  width: 300px;
}

#logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  #logo {
    max-width: 100%;
  }
}

/* Header, Footer */
#header > .container > .inside-padding, #footer > .container > .inside-padding {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #header > .container > .inside-padding, #footer > .container > .inside-padding {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header > .container > .inside-padding > div, #footer > .container > .inside-padding > div {
    width: 100%;
  }
}
#header #header-center, #header #footer-center, #footer #header-center, #footer #footer-center {
  padding: 0 20px;
}
#header .socialMedia, #footer .socialMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .socialMedia li:not(:last-child), #footer .socialMedia li:not(:last-child) {
  margin-right: 30px;
}
#header .socialMedia li:empty, #footer .socialMedia li:empty {
  display: none;
}
#header .socialMedia li a, #footer .socialMedia li a {
  color: #00488A;
  font-size: 18px;
  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);
}
#header .socialMedia li a:hover, #header .socialMedia li a:focus, #footer .socialMedia li a:hover, #footer .socialMedia li a:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.19);
}

/* Header */
#header {
  z-index: auto;
}
#header .inside-padding {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header #header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  #header #header-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #header #header-left #logo {
    width: 350px;
    margin: 0 auto;
  }
  #header #header-center {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #header #header-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0;
  }
}

/* Mobile menu */
#mobile-bar {
  background: #00488A;
  color: #fff;
  padding: 10px;
  font-weight: 800;
}
#mobile-bar:hover, #mobile-bar:focus {
  background: #89A12A;
  color: #000;
}
#mobile-bar span.fa {
  margin-right: 10px;
}

/* Footer */
@media screen and (max-width: 900px) {
  #footer #footer-left {
    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;
  }
}
#footer #footer-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  #footer #footer-center {
    width: 100%;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  #footer #footer-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
#footer #footer-center a {
  text-decoration: underline;
}
#footer #footer-center a:hover, #footer #footer-center a:focus {
  text-decoration: none;
}
#footer #footer-right .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #footer #footer-right {
    text-align: center;
  }
  #footer #footer-right .socialMedia {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Credits */
.credits {
  background: #6A5D59;
  color: #fff;
  text-align: center;
}
.credits .container {
  padding: 10px 5px;
}
.credits .label_skin_corporation {
  font-size: 14px;
}
.credits a {
  color: #fff;
}
.credits a:hover, .credits a:focus {
  text-decoration: none;
}

/* background colours */
#theme {
  background: url(/UserFiles/Servers/Server_27732394/Templates/img/bg-01.png);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

#news-container {
  background: #F8F7F7;
}

/* Feature */
#feature-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00488A;
}
#feature-container .section-header h2 {
  color: #fff;
}
#feature-container .flex-40 {
  padding-right: 20px;
}
#feature-container .flex-60 {
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  #feature-container .flex-40, #feature-container .flex-60 {
    padding: 0;
  }
  #feature-container .flex-40 {
    padding-bottom: 20px;
  }
}

/* Banner */
#main-slider {
  background: #000;
  position: relative;
}
#main-slider .banner-container .banner-slide {
  background: #000;
  position: relative;
  display: block !important;
}
#main-slider .banner-container .banner-slide:after {
  content: "";
  background: rgba(0, 32, 62, 0.75);
  background: -o-linear-gradient(bottom, #00203e 0%, rgba(0, 32, 62, 0) 75%);
  background: -webkit-gradient(linear, left bottom, left top, from(#00203e), color-stop(75%, rgba(0, 32, 62, 0)));
  background: linear-gradient(0deg, #00203e 0%, rgba(0, 32, 62, 0) 75%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider .banner-container .banner-slide .image {
  min-height: 300px;
  height: 35vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-slider .banner-container .banner-slide .banner-title {
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7.5%;
  color: #fff;
  max-width: 60%;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide .banner-title {
    width: 100%;
    max-width: 80%;
  }
}
#main-slider .banner-container .banner-slide .banner-title > a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
#main-slider .banner-container .banner-slide .banner-title > a span {
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide .banner-title > a {
    font-size: 20px;
  }
}
#main-slider .banner-container .banner-slide .banner-title > a .border span {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#main-slider .banner-container .banner-slide .banner-title > a:hover, #main-slider .banner-container .banner-slide .banner-title > a:focus {
  opacity: 0.8;
}
#main-slider .banner-container .banner-slide .banner-title > a:hover .border span:nth-child(1), #main-slider .banner-container .banner-slide .banner-title > a:focus .border span:nth-child(1) {
  -webkit-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}
#main-slider .banner-container .banner-slide .banner-title > a:hover .border span:nth-child(6), #main-slider .banner-container .banner-slide .banner-title > a:focus .border span:nth-child(6) {
  -webkit-transform: translateX(-500%);
  -ms-transform: translateX(-500%);
  transform: translateX(-500%);
}
#main-slider .banner-container .banner-slide .banner-title > a:hover .border span:nth-child(2), #main-slider .banner-container .banner-slide .banner-title > a:focus .border span:nth-child(2) {
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%);
}
#main-slider .banner-container .banner-slide .banner-title > a:hover .border span:nth-child(5), #main-slider .banner-container .banner-slide .banner-title > a:focus .border span:nth-child(5) {
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
  transform: translateX(-300%);
}
#main-slider .banner-container .banner-slide .banner-title > a:hover .border span:nth-child(3), #main-slider .banner-container .banner-slide .banner-title > a:focus .border span:nth-child(3) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#main-slider .banner-container .banner-slide .banner-title > a:hover .border span:nth-child(4), #main-slider .banner-container .banner-slide .banner-title > a:focus .border span:nth-child(4) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#main-slider .banner-container .banner-slide .banner-title > span {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  #main-slider .banner-container .banner-slide .banner-title > span {
    font-size: 20px;
  }
}
#main-slider .play {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
#main-slider .play:hover, #main-slider .play:focus {
  background: black;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #main-slider .play {
    width: 30px;
    height: 30px;
  }
}
#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: #00488A;
  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: #000;
}
#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: #00488A;
}
#main-slider .nav-container-arrows .slick-arrow:hover:after, #main-slider .nav-container-arrows .slick-arrow:focus:after {
  color: #fff;
}
@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: 20px;
}
#main-slider .nav-container-arrows .slick-next {
  right: 20px;
}
@media screen and (max-width: 900px) {
  #main-slider .nav-container-arrows {
    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: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #quicklinks {
    width: 100%;
  }
}
#quicklinks .slick-track {
  margin: 0 auto;
}
#quicklinks .slick-track .slick-slide:nth-child(5n+1) .ql-icon {
  color: #DA331A;
}
#quicklinks .slick-track .slick-slide:nth-child(5n+2) .ql-icon {
  color: #FE9D2B;
}
#quicklinks .slick-track .slick-slide:nth-child(5n+3) .ql-icon {
  color: #6A5D59;
}
#quicklinks .slick-track .slick-slide:nth-child(5n+4) .ql-icon {
  color: #8f165f;
}
#quicklinks .slick-track .slick-slide:nth-child(5n+5) .ql-icon {
  color: #89A12A;
}
#quicklinks .quicklink-item {
  padding: 0 20px;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#quicklinks .quicklink-item .ql-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 42px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: 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);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
}
#quicklinks .quicklink-item .ql-title {
  margin-top: 15px;
  text-transform: uppercase;
  color: #00488A;
  font-weight: 600;
  font-family: "Segoe Pro", "Martel Sans", sans-serif;
}
#quicklinks .quicklink-item:hover, #quicklinks .quicklink-item:focus {
  text-decoration: none;
}
#quicklinks .quicklink-item:hover .ql-icon, #quicklinks .quicklink-item:focus .ql-icon {
  font-size: 52px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 900px) {
  #quicklinks .quicklink-item .ql-icon {
    width: 80px;
    height: 80px;
    font-size: 32px;
  }
  #quicklinks .quicklink-item:hover .ql-icon, #quicklinks .quicklink-item:focus .ql-icon {
    font-size: 42px;
  }
}
#quicklinks .controls {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  #quicklinks .controls {
    margin-top: 10px;
  }
}
#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: #00488A;
  border: solid 2px #00488A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#quicklinks .controls .dots ul li button:hover {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #quicklinks .controls .dots ul li button {
    width: 12px;
    height: 12px;
  }
}
#quicklinks .controls .dots ul li.slick-active button, #quicklinks .controls .dots ul li button:hover {
  color: #fff;
  background: #89A12A;
  border: solid 2px #00488A;
}

#news-container .inside-padding {
  padding: 50px 0;
}

#newsWrapper {
  margin: 0 -2.5px;
}
#newsWrapper .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#newsWrapper .item {
  min-height: 350px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  color: #fff;
  background-color: #00488A;
  overflow: hidden;
  margin: 0 2.5px;
}
#newsWrapper .item .image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
#newsWrapper .item .overlay {
  position: absolute;
  background: #002e58;
  background: -o-linear-gradient(bottom, #002e58 0%, #005baf 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#002e58), to(#005baf));
  background: linear-gradient(0deg, #002e58 0%, #005baf 100%);
  opacity: 0.78;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#newsWrapper .item .padding {
  position: relative;
  z-index: 5;
  padding: 50px;
  height: 100%;
  min-height: 350px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#newsWrapper .item.hover .image {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
@media screen and (max-width: 900px) {
  #newsWrapper .item {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 650px) {
  #newsWrapper .item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    min-height: 300px;
  }
  #newsWrapper .item .padding {
    min-height: 300px;
  }
}
#newsWrapper .news-title {
  font-weight: 800;
  line-height: 1.75;
  font-size: 17px;
  margin-bottom: 20px;
}
#newsWrapper .read-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #00488A;
  background: #fff;
  padding: 15px 30px 12px;
  font-size: 15px;
  font-weight: 700;
}
#newsWrapper .read-more:hover, #newsWrapper .read-more:focus {
  background: #00488A;
  color: #fff;
  text-decoration: none;
}
#newsWrapper .read-more .arrow {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#newsWrapper .read-more:hover .arrow, #newsWrapper .read-more:focus .arrow {
  -webkit-animation: enter 800ms 1 ease-in-out;
  animation: enter 800ms 1 ease-in-out;
}
#newsWrapper .read-more:hover .arrow svg path, #newsWrapper .read-more:focus .arrow svg path {
  fill: #fff;
}
#newsWrapper .view-all {
  text-align: center;
}
#newsWrapper .view-all a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #00488A;
  background: #fff;
  padding: 15px 30px 12px;
  font-size: 15px;
  font-weight: 700;
  border: solid #B4B4B4 3px;
  padding: 15px 50px 12px;
}
#newsWrapper .view-all a:hover, #newsWrapper .view-all a:focus {
  background: #00488A;
  color: #fff;
  text-decoration: none;
}

._Telerik_IE9 #newsWrapper .item.hover .overlay {
  opacity: 0.9;
}

/* News Pagination */
.news-page-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .news-page-control {
    margin-top: 20px;
  }
}
.news-page-control > * {
  padding: 5px;
}
.news-page-control .first_link, .news-page-control .previous_link, .news-page-control .next_link, .news-page-control .last_link {
  background: #000;
  color: #fff;
}
.news-page-control .active_page {
  background: #00c6ff;
  color: #000;
}
.news-page-control .news-page-control > * {
  padding: 5px;
}
.news-page-control a:hover, .news-page-control a:focus {
  text-decoration: none;
  background: #00488A;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .news-page-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page-control .first_link, .news-page-control .previous_link, .news-page-control .next_link, .news-page-control .last_link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 25%;
    text-align: center;
  }
}

#upcoming-events .events-list .slick-slide > div:first-child .event-item:nth-child(1) .eventDate {
  color: #db7701;
}
#upcoming-events .events-list .slick-slide > div:first-child .event-item:nth-child(2) .eventDate {
  color: #DA331A;
}
#upcoming-events .events-list .slick-slide > div:first-child .event-item:nth-child(3) .eventDate {
  color: #00488A;
}
#upcoming-events .events-list .slick-slide > div:first-child .event-item:hover:nth-child(1) .eventDate, #upcoming-events .events-list .slick-slide > div:first-child .event-item:focus:nth-child(1) .eventDate {
  background: #db7701;
  color: #fff;
}
#upcoming-events .events-list .slick-slide > div:first-child .event-item:hover:nth-child(2) .eventDate, #upcoming-events .events-list .slick-slide > div:first-child .event-item:focus:nth-child(2) .eventDate {
  color: #fff;
  background: #DA331A;
}
#upcoming-events .events-list .slick-slide > div:first-child .event-item:hover:nth-child(3) .eventDate, #upcoming-events .events-list .slick-slide > div:first-child .event-item:focus:nth-child(3) .eventDate {
  color: #fff;
  background: #00488A;
}
#upcoming-events .events-list .slick-slide > div:last-child .event-item:nth-child(1) .eventDate {
  color: #6A5D59;
}
#upcoming-events .events-list .slick-slide > div:last-child .event-item:nth-child(2) .eventDate {
  color: #8f165f;
}
#upcoming-events .events-list .slick-slide > div:last-child .event-item:nth-child(3) .eventDate {
  color: #829928;
}
#upcoming-events .events-list .slick-slide > div:last-child .event-item:hover:nth-child(1) .eventDate, #upcoming-events .events-list .slick-slide > div:last-child .event-item:focus:nth-child(1) .eventDate {
  background: #6A5D59;
  color: #fff;
}
#upcoming-events .events-list .slick-slide > div:last-child .event-item:hover:nth-child(2) .eventDate, #upcoming-events .events-list .slick-slide > div:last-child .event-item:focus:nth-child(2) .eventDate {
  color: #fff;
  background: #8f165f;
}
#upcoming-events .events-list .slick-slide > div:last-child .event-item:hover:nth-child(3) .eventDate, #upcoming-events .events-list .slick-slide > div:last-child .event-item:focus:nth-child(3) .eventDate {
  color: #fff;
  background: #67791f;
}
#upcoming-events .events-list .event-item {
  display: block;
  padding: 0 5px;
  margin-bottom: 50px;
}
#upcoming-events .events-list .event-item .event-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background: #fff;
  line-height: 1.15;
}
#upcoming-events .events-list .event-item .event-container .eventDate {
  width: 100px;
  min-width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  background: #fff;
  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);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
}
#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: 40px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  #upcoming-events .events-list .event-item .event-container .eventDate {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  #upcoming-events .events-list .event-item .event-container .eventDate .top-date {
    font-size: 16px;
  }
  #upcoming-events .events-list .event-item .event-container .eventDate .bottom-date {
    font-size: 30px;
  }
}
#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 .eventDate, #upcoming-events .events-list .event-item:focus .eventDate {
  -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);
}
#upcoming-events .events-bottom {
  position: relative;
  margin-top: -30px;
}
#upcoming-events .events-bottom .controls {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #upcoming-events .events-bottom .controls {
    margin-top: 10px;
  }
}
#upcoming-events .events-bottom .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*/
}
#upcoming-events .events-bottom .controls .dots ul li {
  list-style: none;
}
#upcoming-events .events-bottom .controls .dots ul li:not(:last-child) {
  margin-right: 15px;
}
#upcoming-events .events-bottom .controls .dots ul li button {
  padding: 2px;
  border: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #00488A;
  border: solid 2px #00488A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#upcoming-events .events-bottom .controls .dots ul li button:hover {
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  #upcoming-events .events-bottom .controls .dots ul li button {
    width: 12px;
    height: 12px;
  }
}
#upcoming-events .events-bottom .controls .dots ul li.slick-active button, #upcoming-events .events-bottom .controls .dots ul li button:hover {
  color: #fff;
  background: #89A12A;
  border: solid 2px #00488A;
}
#upcoming-events .events-bottom .view-more {
  text-align: center;
}
#upcoming-events .events-bottom .view-more a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #00488A;
  background: #fff;
  padding: 15px 30px 12px;
  font-size: 15px;
  font-weight: 700;
  border: solid #B4B4B4 3px;
  padding: 15px 50px 12px;
}
#upcoming-events .events-bottom .view-more a:hover, #upcoming-events .events-bottom .view-more a:focus {
  background: #00488A;
  color: #fff;
  text-decoration: none;
}

#social-tabs ul#tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#social-tabs ul#tabs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  font-size: 28px;
  position: relative;
}
#social-tabs ul#tabs li.facebook {
  background: #00488A;
}
#social-tabs ul#tabs li.facebook a {
  color: #fff;
}
#social-tabs ul#tabs li.twitter {
  background: #FE9D2B;
}
#social-tabs ul#tabs li.instagram {
  background: #8f165f;
}
#social-tabs ul#tabs li.active.facebook:after, #social-tabs ul#tabs li:hover.facebook:after {
  border-color: #00488A transparent transparent transparent;
}
#social-tabs ul#tabs li.active.twitter:after, #social-tabs ul#tabs li:hover.twitter:after {
  border-color: #FE9D2B transparent transparent transparent;
}
#social-tabs ul#tabs li.active.instagram:after, #social-tabs ul#tabs li:hover.instagram:after {
  border-color: #8f165f transparent transparent transparent;
}
#social-tabs ul#tabs li.active:after, #social-tabs ul#tabs li:hover:after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
}
#social-tabs ul#tabs li span.offScreen {
  background: #000;
}
#social-tabs ul#tab {
  background: #fff;
  height: 400px;
  overflow-y: auto;
}
#social-tabs ul#tab .feed {
  display: none;
  text-align: center;
  padding: 25px 15px;
  position: relative;
}
#social-tabs ul#tab .feed.active {
  display: block;
}

#instagram_popup_container {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none;
}
#instagram_popup_container .instagram-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8000;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 300ms ease;
}
#instagram_popup_container .instagram-arrow:hover, #instagram_popup_container .instagram-arrow:focus {
  text-decoration: none;
  background: #000;
  color: #fff;
}
#instagram_popup_container .prev-instagram-post {
  left: 30px;
}
#instagram_popup_container .next-instagram-post {
  right: 30px;
}
#instagram_popup_container .popup-details {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
  height: auto;
  background: #ececec;
  z-index: 8001;
  padding: 10px;
  border-radius: 10px;
}
#instagram_popup_container .popup-details.active {
  display: block;
}
#instagram_popup_container .popup-details .close {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  text-decoration: none;
}
#instagram_popup_container .popup-details .close:hover, #instagram_popup_container .popup-details .close:focus {
  text-decoration: none;
  color: red;
}
#instagram_popup_container .popup-details .image {
  margin: 0 auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#instagram_popup_container .popup-details .image img {
  width: 100%;
}
#instagram_popup_container .popup-details .caption {
  color: #000;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
#instagram_popup_container .popup-details .caption span {
  max-height: 100px;
  display: block;
  overflow: auto;
  font-size: 14px;
  font-weight: 400;
}
#instagram_popup_container .popup-details .caption .view-on-instagram {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: #0045c7;
  color: #fff;
  border-radius: 50px;
  transition: all 300ms ease;
}
#instagram_popup_container .popup-details .caption .view-on-instagram:hover, #instagram_popup_container .popup-details .caption .view-on-instagram:focus {
  background: #002c80;
  text-decoration: none;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 15px #fff;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subpage {
  /*Main content*/
  /*Breadcrumbs*/
  /*Section Header*/
}
.subpage #page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
    -webkit-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: #000 !important;
  background: #00c6ff;
  border-radius: 10px;
}
.subpage .mobile-side-nav span {
  padding-right: 5px;
}
.subpage .mobile-side-nav.expanded ~ #inside-nav {
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .subpage .sidenav-slide {
    background: #00488A;
  }
  .subpage .nav-toggle {
    background: #00488A;
    color: #fff;
  }
}
.subpage #sidebar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 0px;
  background: #00488A;
}
@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 {
  padding: 0;
}
.subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a {
  font-size: 16px;
  display: block;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  z-index: 1;
}
.subpage #sidebar .sitenavl0 a:after, .subpage #sidebar .sitenavl1 a:after, .subpage #sidebar .sitenavl2 a:after {
  content: "";
  left: -46px;
  top: 0;
  width: -webkit-calc(100% + 76px);
  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 {
  text-decoration: none;
  color: #000;
  background: #00c6ff;
}
.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 {
  background: #00c6ff;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .subpage #sidebar .sitenavl0 a, .subpage #sidebar .sitenavl1 a, .subpage #sidebar .sitenavl2 a {
    font-size: 14px;
    padding: 10px 0;
    margin: 0 60px;
  }
}
.subpage #sidebar .sitenavl0.currentpage, .subpage #sidebar .sitenavl1.currentpage, .subpage #sidebar .sitenavl2.currentpage {
  background: #00488A;
}
.subpage #sidebar .sitenavl0.currentpage a, .subpage #sidebar .sitenavl1.currentpage a, .subpage #sidebar .sitenavl2.currentpage a {
  color: #fff;
}
.subpage #sidebar .sitenavl0.currentpage a:after, .subpage #sidebar .sitenavl1.currentpage a:after, .subpage #sidebar .sitenavl2.currentpage a:after {
  content: "";
  left: -50px;
  top: 0;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  background: #00c6ff;
  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 {
  color: #000;
  background: #00c6ff;
  font-size: 16px;
  font-weight: 700;
}
.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 {
  color: #000;
  background: #00c6ff;
}
@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: #000;
  text-decoration: underline;
}
.subpage #breadcrumbs a:focus, .subpage #breadcrumbs a:hover {
  text-decoration: none;
}
.subpage #breadcrumbs span {
  color: #8f165f;
}
.subpage h2.sec-header {
  color: #00c6ff;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .subpage h2.sec-header {
    margin: 10px 0;
  }
}

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

.square-ql {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .square-ql {
    width: 100%;
  }
}
.square-ql .quicklink-items {
  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;
}
.square-ql .quicklink-item {
  min-height: 200px;
  padding: 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;
  width: calc((100%/3) - 20px);
  background: #00488A;
  color: #fff;
  line-height: 1;
  border-radius: 8px;
  margin: 10px;
  webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.square-ql .quicklink-item .ql-icon {
  font-size: 50px;
  margin-bottom: 10px;
}
.square-ql .quicklink-item .ql-title {
  font-family: "Segoe Pro", "Martel Sans", sans-serif;
}
.square-ql .quicklink-item:hover, .square-ql .quicklink-item:focus {
  text-decoration: none;
  background: #00c6ff;
  color: #000;
}
@media screen and (max-width: 900px) {
  .square-ql .quicklink-item {
    width: calc(50% - 20px);
  }
}

.subpage .square-ql {
  width: 100%;
  margin-bottom: 20px;
}
.subpage .square-ql .quicklink-item {
  width: calc(25% - 20px);
  min-width: 150px;
}

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

.list-ql {
  margin-bottom: 20px;
}
.list-ql .quicklink-item {
  padding: 10px 0;
  border-bottom: solid 1px #000;
  display: block;
}
.list-ql .quicklink-item .ql-icon {
  display: none;
}
.list-ql .quicklink-item .ql-title {
  font-family: "Segoe Pro", "Martel Sans", sans-serif;
  webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.list-ql .quicklink-item .ql-title:before {
  content: "";
  font-family: "FontAwesome";
  color: #00488A;
  margin-right: 10px;
}
.list-ql .quicklink-item:hover, .list-ql .quicklink-item:focus {
  text-decoration: none;
  border-bottom: solid 1px #00488A;
}
.list-ql .quicklink-item:hover .ql-title, .list-ql .quicklink-item:focus .ql-title {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Search */
body.noscroll {
  overflow: hidden;
}

.search {
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .search {
    margin-bottom: 10px;
    text-align: center;
  }
}
.search a {
  color: #00488A;
  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);
}
.search a:hover, .search a:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.19);
}
.search .search-icon span {
  font-family: "Segoe Pro", "Martel Sans", sans-serif;
  padding-left: 10px;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .search .search-icon span {
    display: none;
  }
}
.search .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 80000;
  opacity: 0;
  visibility: hidden;
  transition: 200ms ease-in-out;
}
.search.enable .overlay, .search.enable .search-box {
  opacity: 1;
  visibility: visible;
}

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

/* Tech Site Only */
.service-status {
  background: #00488A;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .service-status {
    margin: 0 auto;
  }
}
.service-status > .service-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.service-status .service-title {
  font-weight: bold;
}
.service-status .service-description {
  font-size: 14px;
}
.service-status .service-list {
  overflow-y: scroll;
  height: 400px;
}
.service-status .service {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.service-status .service:not(:last-child) {
  margin-bottom: 10px;
}
.service-status .icon {
  margin-right: 10px;
  font-size: 20px;
  color: #1D874B;
}
