/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Fix for Windows 8/IE viewport issue
******************************************************/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Over-writing browser styles
******************************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  visibility: hidden;
}

img[src] {
  visibility: visible;
}

textarea {
  resize: vertical;
}

iframe {
  max-width: 100%;
}

/* Styles for screen readers
******************************************************/
.Hidden, .skip-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-nav {
  background: white;
}

/* Rich-text fields
******************************************************/
.RTF:after {
  content: "";
  display: table;
  clear: both;
}
.RTF img {
  max-width: 100%;
}
.RTF .AlignCenter {
  display: block;
  margin: 0 auto;
}
.RTF .AlignLeft {
  margin: 0 0 20px;
}
@media screen and (min-width: 500px) {
  .RTF .AlignLeft {
    float: left;
    margin: 0 20px 10px 0;
  }
}
.RTF .AlignRight {
  margin: 0 0 20px;
}
@media screen and (min-width: 500px) {
  .RTF .AlignRight {
    float: right;
    margin: 0 0 10px 20px;
  }
}
.RTF .ImgCaption {
  table-layout: fixed;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #5e5e5e;
}
.RTF .ImgCaption img {
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 499px) {
  .RTF .ImgCaption {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .RTF .ImgCaption {
    max-width: 360px;
  }
}
.RTF .Quote {
  margin-bottom: 20px;
  background: #f9f9f9;
  border-left: 13px solid #ffcc00;
}
.RTF .Quote td {
  padding: 0 20px 15px;
  font-size: 18px;
  line-height: 22px;
}
.RTF .Quote tr:first-child td {
  padding: 15px 20px;
  font-size: 29px;
  line-height: 35px;
  font-weight: 300;
}
@media screen and (min-width: 500px) {
  .RTF .Quote {
    max-width: 360px;
  }
}
@media screen and (min-width: 750px) {
  .RTF .Quote tr:first-child td {
    font-size: 36px;
    line-height: 44px;
  }
}
.RTF .TwoColLayout {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 954px) {
  .RTF .TwoColLayout > li:first-child {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 500px) {
  .RTF .TwoColLayout:after {
    content: "";
    display: table;
    clear: both;
  }
  .RTF .TwoColLayout > li {
    float: left;
    width: 50%;
    padding-left: 20px;
  }
  .RTF .TwoColLayout > li:first-child {
    padding-left: 0;
    padding-right: 20px;
  }
}
.RTF .ThreeColLayout {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 954px) {
  .RTF .ThreeColLayout > li {
    padding-bottom: 20px;
  }
  .RTF .ThreeColLayout > li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 955px) {
  .RTF .ThreeColLayout:after {
    content: "";
    display: table;
    clear: both;
  }
  .RTF .ThreeColLayout > li {
    float: left;
    width: 33.33333%;
    padding-left: 20px;
  }
  .RTF .ThreeColLayout > li:first-child {
    padding-left: 0;
    padding-right: 20px;
  }
}
.RTF .NumberedList {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.RTF .NumberedList li {
  padding: 0 0 5px;
}
.RTF .NumberedList ol {
  margin: inherit;
  padding: 5px 0 0 30px;
  list-style-type: inherit;
  list-style-position: inherit;
}
.RTF .BulletedList {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}
.RTF .BulletedList li {
  padding: 0 0 5px;
}
.RTF .BulletedList ul {
  margin: inherit;
  padding: 5px 0 0 30px;
  list-style-type: inherit;
  list-style-position: inherit;
}
.RTF .Clear:after {
  content: "";
  display: table;
  clear: both;
}
.RTF .design_content {
  color: #777;
}
.RTF .design_content .design_textfield,
.RTF .design_content input[type="text"] {
  width: 450px;
  max-width: 100%;
  padding: 5px 10px;
  border: 1px solid #e8ecf0;
  border-radius: 3px;
  font-size: 17px;
}
.RTF .design_content select {
  width: 450px;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid #e8ecf0;
  border-radius: 3px;
  font-size: 17px;
}
.RTF .design_content select[multiple] {
  font-size: 14px;
}
.RTF .DataStyle {
  margin: 10px 0 25px;
  width: 100%;
  max-width: 100%;
}
.RTF .DataStyle th {
  padding: 8px 12px;
  background-color: #8798a4;
  border-top: 1px solid white;
  border-left: 1px solid white;
  color: white;
}
.RTF .DataStyle th:first-child {
  border-left: 0;
}
.RTF .DataStyle td {
  padding: 8px 12px;
  text-align: right;
  border-left: 1px solid white;
}
.RTF .DataStyle td:first-child {
  text-align: left;
  border-left: 0;
}
.RTF .DataStyle tr:nth-child(2n + 1) td {
  background-color: #f9f9f9;
}
.RTF .DataStyle td.upArrow,
.RTF .DataStyle td.downArrow,
.RTF .DataStyle td.rightArrow {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
.RTF .DataStyle td.upArrow {
  background-image: url(../img/upArrow.png);
}
.RTF .DataStyle td.downArrow {
  background-image: url(../img/downArrow.png);
}
.RTF .DataStyle td.rightArrow {
  background-image: url(../img/rightArrow.png);
}

/* Print styles
******************************************************/
@media print {
  .Utility,
  .PrimaryMenu .hamburger,
  .PrimaryMenu .close,
  .PrimaryMenu .primary,
  .Footer,
  .Sidebar {
    display: none;
  }
}
/* Ektron Hacks
******************************************************/
html [data-ux-pagebuilder="Column"]:not(.ux-siteApp-pageBuilderCssFramework [data-ux-pagebuilder="Column"]) {
  float: none;
}

/* Text Styles
******************************************************/
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.57;
  font-weight: 400;
  background: white;
  color: black;
}

a {
  color: #1f4387;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

h1 {
  color: black;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
}

h2 {
  color: #1f4387;
  font-weight: 300;
  font-size: 26px;
}

h3 {
  color: #007a79;
  font-weight: 400;
  font-size: 20px;
}

h4 {
  color: #ffcc00;
  font-weight: 700;
  font-size: 18px;
}

h5 {
  /* No style created */
}

h6 {
  /* No style created */
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #1f4387;
  margin: 5px 0 20px;
  padding: 0;
}

/* Button Styles
******************************************************/
.Button, .ButtonTealFill, .RTF .design_content input[type="submit"], .ButtonTealBorder, .ButtonGoldFill, .ButtonGoldBorder {
  display: inline-block;
  margin-bottom: 5px;
  min-width: 169px;
  height: 35px;
  line-height: 33px;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.Button:after, .ButtonTealFill:after, .RTF .design_content input[type="submit"]:after, .ButtonTealBorder:after, .ButtonGoldFill:after, .ButtonGoldBorder:after {
  content: "\00a0\00bb";
}
.Button:hover, .ButtonTealFill:hover, .RTF .design_content input[type="submit"]:hover, .ButtonTealBorder:hover, .ButtonGoldFill:hover, .ButtonGoldBorder:hover {
  text-decoration: none;
}
.Button.noArrows:after, .noArrows.ButtonTealFill:after, .RTF .design_content input.noArrows[type="submit"]:after, .noArrows.ButtonTealBorder:after, .noArrows.ButtonGoldFill:after, .noArrows.ButtonGoldBorder:after {
  content: "";
}

.ButtonTealFill, .RTF .design_content input[type="submit"] {
  border: 1px solid transparent;
  background: #007a79;
  color: white;
}
.ButtonTealFill:hover, .RTF .design_content input[type="submit"]:hover {
  background: #538e97;
}
.ButtonTealFill.isHidden, .RTF .design_content input.isHidden[type="submit"] {
  display: none;
}

.ButtonTealBorder {
  border: 1px solid #007a79;
  color: #007a79;
}
.ButtonTealBorder:hover {
  background: rgba(83, 142, 151, 0.2);
}

.ButtonGoldFill {
  border: 1px solid transparent;
  background: #ffcc00;
  color: black;
}
.ButtonGoldFill:hover {
  background: #ffdd54;
}

.ButtonGoldBorder {
  border: 1px solid #ffcc00;
  color: black;
}
.ButtonGoldBorder:hover {
  background: rgba(221, 198, 108, 0.2);
}

/* General Structure Styles
******************************************************/
.Container {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  max-width: 1110px;
}
@media (min-width: 1130px) {
  .Container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 955px) {
  .TwoColWrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .TwoColWrapper .Sidebar {
    float: left;
    width: 26.12613%;
    padding: 0 20px 0 0;
  }
  .TwoColWrapper .rightCol {
    float: left;
    width: 73.87387%;
    padding: 0 20px;
  }
}

/* Footer Styles
******************************************************/
.Footer {
  border-top: 14px solid #007a79;
  background: #1f4387;
  color: white;
}
.Footer .links ul {
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 12px;
}
.Footer .media ul {
  margin: 0;
  list-style: none;
  text-align: center;
}
.Footer .media ul li {
  display: inline-block;
  padding: 0 10px;
}
.Footer a {
  color: white;
}
.Footer .icon {
  width: 27px;
  height: 27px;
}
.Footer .icon:hover {
  opacity: .8;
}
.Footer .legal {
  text-align: center;
  font-size: 10px;
}
.Footer .terms {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Footer .terms li {
  display: inline-block;
}
.Footer .terms li:before {
  content: "|";
  padding: 0 10px;
}
@media screen and (max-width: 499px) {
  .Footer {
    padding: 20px 0;
  }
  .Footer .links ul {
    padding: 0 0 10px;
  }
  .Footer .links ul li {
    padding: 0 0 20px;
  }
  .Footer .media ul {
    padding: 0 0 20px;
  }
  .Footer .legal {
    padding: 10px 0 5px;
  }
  .Footer .copyright {
    display: block;
    padding: 0 0 10px;
  }
  .Footer .terms li:first-child:before {
    content: "";
    padding: 0;
  }
}
@media screen and (min-width: 500px) {
  .Footer {
    padding: 15px 0;
  }
  .Footer .links ul {
    padding: 0 0 20px;
  }
  .Footer .links ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .Footer .media ul {
    padding: 0 0 15px;
  }
  .Footer .copyright,
  .Footer .terms {
    display: inline-block;
  }
}

/* Header Styles
******************************************************/
.ProfileMenu {
  display: none;
  background: #ffcc00;
  color: #1f4387;
}
.ProfileMenu .close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.ProfileMenu .close:hover {
  opacity: .8;
}
.ProfileMenu ul {
  margin: 0;
  padding: 15px 0 5px;
  list-style: none;
}
.ProfileMenu ul li {
  padding: 0 0 20px 15px;
}
.ProfileMenu ul a {
  color: #1f4387;
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  .ProfileMenu .closeWrap {
    margin: 0 -10px;
    padding: 8px 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
  }
  .ProfileMenu .close {
    float: right;
  }
  .ProfileMenu ul a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 500px) {
  .ProfileMenu .Container {
    position: relative;
  }
  .ProfileMenu .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .ProfileMenu .profile {
    padding: 0 25px;
  }
  .ProfileMenu ul {
    text-align: center;
  }
  .ProfileMenu ul li {
    display: inline-block;
    padding: 0 15px 10px;
  }
}
@media screen and (min-width: 955px) {
  .ProfileMenu .close {
    top: 50%;
    margin-top: -12px;
  }
}

.ResourceMenu {
  display: none;
  background: #007a79;
  color: white;
}
.ResourceMenu .close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.ResourceMenu .close:hover {
  opacity: .8;
}
.ResourceMenu ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  text-align: center;
}
.ResourceMenu ul li {
  margin: 10px 0;
  border-right: 1px solid #467981;
  border-left: 1px solid #467981;
}
.ResourceMenu ul a {
  color: white;
  font-weight: 700;
  font-size: 10px;
}
.ResourceMenu ul a:hover {
  text-decoration: none;
}
.ResourceMenu ul .icon {
  display: block;
  margin: 0 auto 10px;
}
.ResourceMenu ul span.icon {
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  .ResourceMenu .closeWrap {
    margin: 0 -10px;
    padding: 8px 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
  }
  .ResourceMenu .close {
    float: right;
  }
  .ResourceMenu ul {
    overflow: hidden;
  }
  .ResourceMenu ul li {
    float: left;
    width: 100px;
    max-width: 33.33333%;
  }
  .ResourceMenu ul .icon {
    height: 40px;
    max-width: 65px;
  }
}
@media screen and (min-width: 500px) {
  .ResourceMenu .Container {
    position: relative;
  }
  .ResourceMenu .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .ResourceMenu .resources {
    padding: 0 25px;
  }
  .ResourceMenu ul li {
    display: inline-block;
    width: 125px;
  }
  .ResourceMenu ul a {
    font-size: 12px;
  }
  .ResourceMenu ul .icon {
    height: 30px;
    max-width: 50px;
  }
}
@media screen and (min-width: 955px) {
  .ResourceMenu .close {
    top: 50%;
    margin-top: -12px;
  }
}

.Utility {
  background: #1f4387;
  border-bottom: 5px solid #007a79;
}
.Utility .buttonGroup {
  padding: 4px 0;
}
.Utility .profileLabel,
.Utility .profileButton,
.Utility .resourceButton,
.Utility .Search {
  display: inline-block;
  vertical-align: middle;
}
.Utility .profileLabel {
  padding: 0 5px 0 0;
  font-size: 11px;
  font-style: italic;
}
.Utility .profileButton {
  height: 30px;
  margin: 0 4px 0 0;
  padding: 10px 12px 0 12px;
  border-radius: 3px;
  background: #ffcc00;
  color: black;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}
.Utility .profileButton:hover {
  text-decoration: none;
  background: #ffdd54;
}
.Utility .resourceButton {
  height: 30px;
  margin: 0 4px 0 0;
  padding: 10px 7px 0 7px;
  border-radius: 3px;
  background: #dbdbdb;
  color: black;
  text-align: center;
  font-size: 11px;
  line-height: 1;
}
.Utility .resourceButton:hover {
  text-decoration: none;
  background: #f4f4f4;
}
.Utility .Search {
  position: relative;
}
.Utility .searchText {
  height: 30px;
  margin: 0;
  padding: 2px 30px 0 9px;
  border: none;
  border-radius: 3px;
  background: #dbdbdb;
}
.Utility .searchButton {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  cursor: pointer;
}
@media screen and (max-width: 499px) {
  .Utility .profileLabel {
    display: none;
  }
  .Utility .searchText {
    max-width: 140px;
  }
}
@media screen and (min-width: 500px) {
  .Utility .Container {
    overflow: hidden;
  }
  .Utility .buttonGroup {
    float: right;
  }
  .Utility .profileLabel {
    color: white;
  }
  .Utility .searchText {
    width: 165px;
    padding: 2px 30px 0 12px;
  }
}

.PrimaryMenu {
  margin: 0 0 15px;
  border-bottom: 1px solid #f9f9f9;
}
.PrimaryMenu .primaryList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.PrimaryMenu .primaryList .title {
  position: relative;
}
.PrimaryMenu .primaryList .title > a {
  color: black;
}
.PrimaryMenu .primaryList .title > a:hover {
  text-decoration: none;
}
.PrimaryMenu .logoImg {
  width: 100%;
}
@media (max-width: 899px) {
  .PrimaryMenu {
    position: relative;
    height: 65px;
  }
  .PrimaryMenu > .Container {
    padding: 15px 0 0;
  }
  .PrimaryMenu .logo {
    width: 220px;
    padding: 0 0 0 10px;
    margin-top: -7px;
  }
  .PrimaryMenu .logoImg {
    max-height: 47px;
  }
  .PrimaryMenu .hamburger {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 38px;
    height: 26px;
    margin-top: -13px;
    border-bottom: 6px solid #1f4387;
    cursor: pointer;
  }
  .PrimaryMenu .hamburger:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-top: 6px solid #1f4387;
  }
  .PrimaryMenu .hamburger:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    border-top: 6px solid #1f4387;
  }
  .Nav-isOpen .PrimaryMenu .hamburger {
    display: none;
  }
  .PrimaryMenu .close {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 23px;
    height: 23px;
    margin-top: -12.5px;
    cursor: pointer;
  }
  .Nav-isOpen .PrimaryMenu .close {
    display: block;
  }
  .PrimaryMenu .primary {
    display: none;
    position: absolute;
    top: 64px;
    right: -320px;
    z-index: 90;
    width: 320px;
    max-width: 100%;
    overflow: hidden;
    background: white;
    border: 1px solid #f9f9f9;
    -webkit-transition: .5s width ease;
    transition: .5s width ease;
  }
  .PrimaryMenu .primary.show {
    display: block;
  }
  .Nav-isOpen .PrimaryMenu .primary {
    right: 0;
  }
  .PrimaryMenu .primaryList {
    clear: both;
    padding: 10px 10px 15px;
    font-size: 18px;
  }
  .PrimaryMenu .primaryList .title > a {
    display: inline-block;
    padding: 15px 0;
  }
  .PrimaryMenu .primaryList .toggle {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
  }
}
@media (min-width: 900px) {
  .PrimaryMenu {
    position: relative;
    padding: 30px 0;
    z-index: 90;
  }
  .PrimaryMenu > .Container:after {
    content: "";
    display: table;
    clear: both;
  }
  .PrimaryMenu .logo {
    float: left;
    width: 18%;
  }
  .PrimaryMenu .logoImg {
    max-height: 40px;
  }
  .PrimaryMenu .hamburger,
  .PrimaryMenu .close {
    display: none;
  }
  .PrimaryMenu .primary {
    float: right;
    width: 82%;
    height: 40px;
  }
  .PrimaryMenu .primaryList {
    float: right;
    font-size: 12px;
  }
  .PrimaryMenu .primaryList .navItem {
    display: inline-block;
    padding: 11px 5px 0 0;
  }
  .PrimaryMenu .primaryList .navItem:last-child {
    padding: 11px 0 0;
  }
  .PrimaryMenu .primaryList .title > a {
    display: block;
    padding: 3px;
    line-height: 1;
    text-align: center;
  }
  .PrimaryMenu .primaryList .title > a:hover {
    background: #d2d8dc;
    border-radius: 3px;
  }
  .PrimaryMenu .primaryList .navItem.active .title > a {
    background: #d2d8dc;
    border-radius: 3px;
  }
  .PrimaryMenu .primaryList .toggle {
    display: none;
  }
  .PrimaryMenu .primaryList .navItem.active .toggle {
    display: block;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -13.5px;
    width: 0;
    height: 0;
    border-left: 13.5px solid transparent;
    border-right: 13.5px solid transparent;
    border-bottom: 15px solid rgba(49, 106, 115, 0.9);
    text-indent: -9999px;
    content: "";
  }
  .PrimaryMenu .primaryList .navItem.section .title > a {
    border-bottom: 1px solid #1f4387;
  }
}
@media (min-width: 1120px) {
  .PrimaryMenu .logo {
    padding: 0;
    width: 22%;
  }
  .PrimaryMenu .primary {
    width: 78%;
    height: 55px;
  }
  .PrimaryMenu .logoImg {
    max-height: 55px;
  }
  .PrimaryMenu .primaryList {
    font-size: 14px;
  }
  .PrimaryMenu .primaryList .navItem {
    padding: 18px 12px 0 0;
  }
}


.MegaMenu {
  display: none;
  background: #007a79;
  background: rgba(49, 106, 115, 0.9);
}
.MegaMenu.hasButton .applyButton > a {
  display: block;
  background: #ffcc00;
  border: none;
  border-radius: 3px;
  color: black;
  text-align: center;
  font-weight: 300;
}
.MegaMenu.hasButton .applyButton > a:hover {
  text-decoration: none;
  background: #ffdd54;
}
@media (max-width: 899px) {
  .MegaMenu {
    margin: 0 -10px;
  }
  .MegaMenu > .Container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .MegaMenu .originalList {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  .MegaMenu .originalList li {
    padding: 0 0 13px;
  }
  .MegaMenu .originalList a {
    color: white;
  }
  .MegaMenu .originalList a:hover {
    text-decoration: none;
  }
  .MegaMenu.hasButton .applyButton {
    margin: 0 0 20px;
    border-bottom: 1px solid #007a79;
  }
  .MegaMenu.hasButton .applyButton > a {
    width: 230px;
    max-width: 100%;
    margin: 10px auto 30px;
    padding: 7px 10px;
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .MegaMenu {
    position: absolute;
    width: 100%;
    top: 104px;
    left: 0;
  }
  .MegaMenu > .Container {
    padding: 32px 20px;
  }
  .MegaMenu > .Container:after {
    content: "";
    display: table;
    clear: both;
  }
  .MegaMenu .originalList {
    display: none;
  }
  .MegaMenu .list {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
  }
  .MegaMenu .list li {
    padding: 0 0 13px;
  }
  .MegaMenu .list a {
    color: white;
  }
  .MegaMenu.hasButton .list {
    width: 24.02402%;
  }
  .MegaMenu.hasButton .applyButton {
    float: left;
    width: 27.92793%;
    border-right: 1px solid #007a79;
  }
  .MegaMenu.hasButton .applyButton > a {
    margin: 0 40px 0 20px;
    padding: 20px;
    font-size: 30px;
  }
}

/* Breadcrumbs Styles
******************************************************/
.Breadcrumbs {
  margin: 0 0 10px;
  padding: 10px;
  background: #f9f9f9;
  color: #797979;
  font-size: 11px;
}
.Breadcrumbs span {
  display: inline-block;
}
.Breadcrumbs span:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.Breadcrumbs span:last-child:after {
  content: "";
}
@media screen and (min-width: 750px) {
  .Breadcrumbs {
    padding: 10px 20px;
  }
}

/* AddThis Styles
******************************************************/
.Addthis {
  margin: -10px 0 10px 0;
  padding: 5px 10px;
  height: 30px;
  width: 100%;
  background: #f9f9f9;
}
.Addthis .label {
  display: inline-block;
  margin-right: 3px;
  vertical-align: top;
  font-size: 10px;
  color: #007a79;
  line-height: 20px;
  text-transform: uppercase;
}
.Addthis a {
  margin: 0 2px;
}
.Addthis a:hover {
  text-decoration: none;
}
.Addthis .addthis_sharing_toolbox,
.Addthis .addthis_toolbox {
  display: inline-block;
  vertical-align: top;
}
.Addthis .at-share-tbx-element .at-share-btn {
  margin: 0 4px;
}
.Addthis .shareThisBtn {
  width: 20px;
  height: 20px;
}
.Addthis .shareThisBtn:hover {
  opacity: .8;
}
@media screen and (min-width: 750px) {
  .Addthis {
    float: right;
    margin: -45px 0 0;
    padding: 5px 40px;
    text-align: right;
  }
}
@media print {
  .Addthis {
    display: none;
  }
}

/* Sidebar Styles
******************************************************/
.Sidenav {
  margin: 0 0 25px;
}
.Sidenav .lvl1 {
  position: relative;
  padding: 10px 12px;
  background: #f9f9f9;
  font-size: 20px;
  font-weight: 400;
}
.Sidenav .lvl2 {
  display: none;
  margin: 0;
  padding: 5px 12px 0;
  list-style: none;
  background: #f9f9f9;
}
.Sidenav .lvl2 a {
  position: relative;
  display: block;
  padding: 0 0 7px;
  font-weight: 600;
}
.Sidenav .lvl2 a:hover {
  text-decoration: none;
}
.Sidenav .lvl2 a > span {
  display: block;
}
.Sidenav .lvl2 a > span:hover {
  text-decoration: underline;
}
.Sidenav .parent > a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.Sidenav .open.parent > a:after {
  content: "\2013";
}
.Sidenav .lvl3 {
  display: none;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.Sidenav .lvl3 a {
  font-weight: 400;
}
.Sidenav .open > .lvl3,
.Sidenav .open > .lvl4 {
  display: block;
}
.Sidenav .lvl4 {
  display: none;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.Sidenav .lvl4.open {
  display: block;
}
.Sidenav .lvl4 a {
  color: black;
}
@media screen and (max-width: 954px) {
  .Sidenav {
    position: relative;
    z-index: 50;
    margin: 0 0 10px;
  }
  .Sidenav .lvl1 {
    cursor: pointer;
  }
  .Sidenav .lvl1:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    border-top: 7px solid #1f4387;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .Sidenav .lvl2 {
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 955px) {
  .Sidenav .lvl2 {
    display: block;
  }
}

.SiteAlert {
  background: #ce0a0a;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
}
.SiteAlert > .Container {
  position: relative;
}
.SiteAlert a {
  color: inherit;
  text-decoration: underline;
}
.SiteAlert a:hover {
  text-decoration: none;
}
.SiteAlert .content {
  padding: 15px 50px 20px 0;
}
.SiteAlert .close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("../img/times.svg") no-repeat center/contain;
  border: 0;
}
@media screen and (max-width: 954px) {
  .SiteAlert > .Container {
    padding-right: 0;
  }
  .SiteAlert .close {
    top: 15px;
    margin-top: 0;
  }
}
