@charset "UTF-8";
/* breaks gulp/susy
@function percentage($target, $context) {
  @return ($target / $context)/// 100%;
}
*/
/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 62.5%;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  background: #f9f9f9;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  line-height: 1.5;
  color: #333;
}

body.p {
	position: absolute;
	left: 0px;
	top: 0px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  margin: 50px auto;
  border: 0;
  border-bottom: solid 1px #e1e1e1;
  background-color: none;
  clear: both;
}

.hide {
  display: none;
}

.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.container {
  *zoom: 1;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 8px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container.bleed {
  padding: 0;
}
@media (min-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .container.bleed {
    padding: 0 8px;
  }
}
@media (min-width: 1220px) {
  .container.inner-border {
    padding: 0 8px;
  }
  .container.inner-border .main-nav-container,
  .container.inner-border .page-title-container {
    border-left: 8px solid #f9f9f9;
    border-right: 8px solid #f9f9f9;
  }
}
.container.bordered {
  padding: 0 8px;
  border-left: 8px solid #f9f9f9;
  border-right: 8px solid #f9f9f9;
}

.containerp {
  *zoom: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 8px;
}

.alert {
  padding: 25px;
  background: #e0eef6;
}
.alert p:last-of-type {
  margin-bottom: 0;
}

.red {
  color: #c00;
}

.warn {
  padding: 25px;
  background: #ffe4e1;
}
.warn p:last-of-type {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-max-width {
  max-width: 400px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?51wu0v");
  src: url("../fonts/icomoon.eot?#iefix51wu0v") format("embedded-opentype"), url("../fonts/icomoon.woff?51wu0v") format("woff"), url("../fonts/icomoon.ttf?51wu0v") format("truetype"), url("../fonts/icomoon.svg?51wu0v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-menu:before {
  content: "\f0c9";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-close-2:before {
  content: "\e606";
}

.icon-minus2:before {
  content: "\e600";
}

.icon-plus2:before {
  content: "\e601";
}

.icon-help:before {
  content: "\e60b";
}

.icon-arrow-left:before {
  content: "\e602";
}

.icon-arrow-down:before {
  content: "\e603";
}

.icon-arrow-up:before {
  content: "\e604";
}

.icon-arrow-right:before {
  content: "\e605";
}

.icon-arrow-left2:before {
  content: "\e607";
}

.icon-arrow-down2:before {
  content: "\e608";
}

.icon-arrow-up2:before {
  content: "\e609";
}

.icon-arrow-right2:before {
  content: "\e60a";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 10px;
  -webkit-transition: font-size 0.15s ease;
  transition: font-size 0.15s ease;
}

h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 2.2rem;
  /* 9 */
}

h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
}

h4 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
}

h5 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
}

h6 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
}

p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  margin: 0 0 20px;
}
p.extra {
  margin: 0 0 40px;
}
p.collapse {
  margin: -15px 0 20px;
}
p.large {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

p.inactive {
	color: #717171;
}

p.terminated {
	color: #c00;
}

p.lnkbl {
	color: #028ada;
}

p.icon-help {
	color: #45b9fd;
}

@media (min-width: 500px) {
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */
  }

  h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }

  h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }

  h4 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
  }

  h5 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
  }

  h6 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }
}
@media (min-width: 767px) {
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */
  }

  h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }

  h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }

  h4 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
  }

  h5 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
  }

  h6 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }
}
a {
  color: #095991;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #45b9fd;
}
a:visited {
  color: #00456d;
}
.link-decor{
  text-decoration: underline;
}
.link-decor:active{
  outline: 1px solid #000;
  outline-offset: 2px;
}
.link-decor:hover{
  text-decoration: none;
}
a.more {
  color: #1e5a84;
  font-weight: 700;
}

a.button {
  display: inline-block;
  padding: 15px 25px;
  background: #c00;
  color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-weight: 700;
  text-shadow: 1px 1px 0px black;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
a.button:hover {
  background: #990000;
  text-decoration: none;
}

a.buttonb {
  display: inline-block;
  padding: 15px 25px;
  background: #a7a3a3;
  color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-weight: 700;
  text-shadow: 1px 1px 0px black;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
a.buttonb:hover {
  background: #8e8989;
  text-decoration: none;
}

a.button.blue {
  background: #095991;
}

a.button.blue:focus,
a.button.blue:hover,
a.button.blue:focus-visible {
  outline: 2px solid rgb(0, 0, 0) !important;
  outline-offset: 3px !important;
}
a.button.gray {
  display: inline-block;
  padding: 15px 25px;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  background: #e0dfdf;
  color: #272727;
  text-shadow: none;
}
a.button.gray:hover {
  color: #fff;
  background: #272727;
}
a.button.expand-all:before {
  font-family: 'icomoon';
  content: "\f067";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
a.button.expand-all.active:before {
  content: "\f068";
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

fieldset {
  padding: 20px;
  border: 1px solid #efeded;
}

legend {
  padding: 0 5px;
  margin: 0 0 0 -5px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  font-weight: 700;
  color: #666;
}

.required-text {
  font-family: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  color: #333;
  line-height: 1;
  margin: 0 0 25px;
}
.required-text:before {
  content: "*";
  color: #c00;
}

label {
  display: block;
  width: 100%;
  color: #333;
  padding: 0 0 4px;
  margin: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-family: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

liinactive {
  display: block;
  width: 100%;
  color: #333;
  padding: 0 0 4px;
  margin: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-family: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

label.required:after {
  content: "*";
  color: #c00;
}
label .text-right {
  float: right;
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
textarea {
  width: 100%;
  padding: 15px 15px;
  margin: 0 0 15px;
  border: 0px solid #ebebeb;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #333;
  background: #fff;
  outline: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 1px 0px #ccc;
  box-shadow: 1px 1px 1px 0px #ccc;
  -webkit-appearance: none;
}
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
input[type=file].error,
textarea.error {
  border-color: #c00;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=file]:focus,
textarea:focus {
  color: #333;
  background: #dcf2ff;
}

textarea {
  min-height: 100px;
}

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

select {
  display: block;
  width: 100%;
}

input[type=submit], input[type=reset],
button {
  margin: 0 15px 20px 0;
  padding: 15px 25px;
  border: 0px;
  background: #c00;
  color: #fff;
  border-radius: 0px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  text-shadow: 1px 1px 0px black;
  line-height: normal;
  font-family: "Lato", Helvetica, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
input[type=submit]:hover,  input[type=submit]:focus,
button:hover {
  background: #990000;
}

input[type=reset] {
  background: #666666;
}
input[type=reset]:hover,
input[type=reset]:focus {
  background: #444444;
}

input[type=reset]:focus,
input[type=submit]:focus {
  outline: 2px solid #121212;
  outline-offset: 3px;
}

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6c6c6c;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6c6c6c;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6c6c6c;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6c6c6c;
}

/* checkboxes and radios */
.checks label,
.radios label {
  display: block;
  padding-left: 30px;
  padding-bottom: 0;
  margin-bottom: 8px;
  text-indent: -30px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  color: #676767;
  cursor: pointer;
}
.checks input[type="checkbox"],
.checks input[type="radio"],
.radios input[type="checkbox"],
.radios input[type="radio"] {
  /* display: none; */
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  z-index: -1;
 }
input[type="radio"]:focus + label span {
  outline: 2px solid #0a0909;
  outline-offset: 3px;
}
.checks input[type="checkbox"] + label span,
.radios input[type="checkbox"] + label span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: -1px 8px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
.checks input[type="checkbox"]:checked + label span,
.radios input[type="checkbox"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -25px top no-repeat;
}
.checks input[type="radio"] + label span,
.radios input[type="radio"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../images/check_radio_sheet.png) -50px top no-repeat;
  cursor: pointer;
}
.checks input[type="radio"]:checked + label span,
.radios input[type="radio"]:checked + label span {
  background: url(../images/check_radio_sheet.png) -75px top no-repeat;
}

/* Dropdown control */
select {
  margin: 0 0 15px;
}

.selectBox-dropdown {
  min-width: 100%;
  width: 100%;
  position: relative;
  border: #ebebeb;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  text-decoration: none;
  text-align: left;
  color: #333;
  -webkit-box-shadow: 1px 1px 1px 0px #ccc;
  box-shadow: 1px 1px 1px 0px #ccc;
  outline: none;
  vertical-align: middle;
  background: #fff;
  border-radius: 3px;
  cursor: default;
  width: 100%;
  margin: 0 0 15px;
}
.selectBox-dropdown:focus {
  background: #dcf2ff;
  outline: 1px solid #000;
  outline-offset: 2px;
}
.selectBox-dropdown:focus .selectBox-arrow {
  border-left: 1px solid #000000;
}
.selectBox-dropdown:focus .selectBox-arrow:after {
  color: #000000;
}
.selectBox-dropdown:hover {
  text-decoration: none;
  cursor: pointer;
}
.outline-white:focus{
  outline: 1px solid #ffffff !important;
  outline-offset: 3px !important;
}
.outline-none:focus{
  outline: none!important;
  outline-offset: 0px !important;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  display: block;
  white-space: nowrap;
  padding: 12px 15px;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.selectBox-dropdown .selectBox-arrow:after {
  font-family: 'icomoon';
  font-size: 20px;
  content: "\e603";
  position: absolute;
  top: 10px;
  left: 12px;
  color: #8c8c8c;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #ccc;
  /* should be the same border width as .selectBox-dropdown */
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 0px #ccc;
  box-shadow: 1px 1px 1px 0px #ccc;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  border: solid 1px #ccc;
  background: #FFF;
  display: inline-block;
  border-radius: 3px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #ccc;
}

/* Options */
.selectBox-options {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0px;
  margin: 0px;
}
.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.selectBox-options.selectBox-options-bottom {
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.selectBox-options li {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options li a {
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  display: block;
  cursor: default;
  padding: 5px 15px;
  margin: 0;
  color: #333;
}
.selectBox-options li.selectBox-hover a {
  background-color: #efefef;
  color: #333;
  text-decoration: none;
}
.selectBox-options li.selectBox-disabled a {
  color: #ccc;
  background-color: transparent;
}
.selectBox-options li.selectBox-selected a {
  background-color: #dcf2ff;
  color: #333;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

@media (min-width: 500px) {
  label {
    padding: 0 0 12px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=file],
  textarea {
    margin: 0 0 25px;
  }
}
.main-content {
  padding: 25px 15px;
}
.main-content .list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.main-content .list li {
  padding-left: 30px;
  text-indent: -18px;
  margin: 0 0 10px;
}
.main-content .list li:before {
  content: "\002022";
  color: #028ada;
  margin-right: 8px;
}
@media (min-width: 900px) {
  .main-content {
    width: 59.74576%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 35px 25px;
  }
  .main-content.expanded {
    width: 61.86441%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .main-content.full {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1220px) {
  .main-content {
    padding: 45px 25px;
  }
}

.right-rail {
  padding-bottom: 10px;
  margin: 20px 0;
}
.right-rail .inner {
  *zoom: 1;
  background: #fff;
}
.right-rail .inner:before, .right-rail .inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.right-rail .inner:after {
  clear: both;
}
.right-rail .content {
  padding: 30px 35px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}
.right-rail .content p:last-of-type {
  margin-bottom: 0;
}
.right-rail.flush {
  margin-bottom: 30px;
}
.right-rail.flush .content {
  padding: 20px;
}
.right-rail.flush .content.details {
  padding: 10px 20px;
}
.right-rail .details {
  *zoom: 1;
  border-bottom: 1px solid #e1e1e1;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
}
.right-rail .details:before, .right-rail .details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.right-rail .details:after {
  clear: both;
}
.right-rail .details a {
  position: relative;
  top: 2px;
  color: #bfbdbd;
  margin-left: 2px;
}

.right-rail .details .icon-help {
	color: #45b9fd;
}

.right-rail .details a:hover {
  text-decoration: none;
}
.right-rail .details-left {
  width: 49.15254%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.right-rail .details-right {
  width: 49.15254%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  text-align: right;
}
.right-rail .title {
  font-weight: 700;
}
.right-rail hr {
  margin: 0;
}
.right-rail .questions {
  text-align: center;
}
.right-rail .number {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 35px;
  /* 9 */
  font-size: 3.5rem;
  /* 9 */
  font-weight: 700;
  line-height: 1;
  color: #1e5a84;
  cursor: default;
}
.right-rail .number:hover {
  text-decoration: none;
}
@media (min-width: 900px) {
  .right-rail {
    width: 33.47458%;
    float: left;
    margin-right: -100%;
    margin-left: 63.98305%;
    clear: none;
    position: relative;
    z-index: 100;
    margin-top: -52px;
    margin-bottom: 50px;
  }
  .right-rail .inner {
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
  .right-rail.flush {
    margin-top: 40px;
  }
  .right-rail .number {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 25px;
    /* 9 */
    font-size: 2.5rem;
    /* 9 */
  }
}
@media (min-width: 1000px) {
  .right-rail .number {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 3rem;
    /* 9 */
  }
}
@media (min-width: 1220px) {
  .right-rail .number {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 42px;
    /* 9 */
    font-size: 4.2rem;
    /* 9 */
  }
}

.locations {
  margin: 30px 0;
}
.locations .title {
  padding: 0 10px 10px;
  margin: 0 0 10px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
}
.locations .inactive {
  padding: 0 10px 10px;
  margin: 0 0 10px;
  color: #808080;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
}
.locations .location-names {
  padding: 0 10px;
}
.locations .location-names p {
  margin-bottom: 5px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
}
@media (min-width: 767px) {
  .locations .title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
  }
  .locations .location-names p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }
}

header {
  position: relative;
  z-index: 100;
}

.top-bar {
  *zoom: 1;
  padding: 0;
  /* height: 10px; */
  background: #efefef;
}
.top-bar:before, .top-bar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-bar:after {
  clear: both;
}
.top-bar .row {
  /* display: none; */
}
.top-bar .logo {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}

.top-bar .logo img {
    max-width: none;
    height: auto;
    max-height: 46px !important;
    /* vertical-align: middle; */
}
.top-bar .logo .logo-link {
  display: flex;
  align-items: anchor-center;
  gap: 8px;
  text-decoration: none;
}
.top-bar .logo .logo-text{
  color: black;
  font-size: 1.1rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
  line-height: 1rem;
}
.top-nav {
  width: 74.57627%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding: 11px 0 0;
}
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.top-nav ul:before, .top-nav ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.top-nav ul:after {
  clear: both;
}
.top-nav li {
  position: relative;
  float: left;
  margin: 0 5px;
}
.top-nav li:last-child {
  margin-right: 0;
}
.top-nav li a {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  font-weight: 700;
  color: #999;
}
.top-nav li a:hover {
  text-decoration: none;
  color: #333;
}
.top-nav li.has-dropdown:hover > a {
  color: #333;
}
.top-nav li.has-dropdown:hover > a:after {
  color: #333;
}
.top-nav li.has-dropdown > a:after {
  position: relative;
  margin-left: 5px;
  top: -1px;
  font-family: 'icomoon';
  font-size: 8px;
  content: "\f078";
  color: #848484;
}
.top-nav li.has-dropdown > a:hover:after {
  color: #333;
}
.top-nav .dropdown {
  display: none;
  position: absolute;
  left: -10px;
  top: 100%;
  margin: 0;
  padding: 8px 0;
  width: 100%;
  z-index: 200;
  background: #028ada;
  border-radius: 0 0 3px 3px;
}
.top-nav .dropdown li {
  display: block;
  padding: 0 0px;
  margin: 0 10px;
}
.top-nav .dropdown li a {
  color: #fff;
  padding: 0;
}
.top-nav .dropdown li a:hover {
  color: #e0eef6;
}

.main-logos {
  *zoom: 1;
  padding: 24px 10px;
}
.main-logos:before, .main-logos:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-logos:after {
  clear: both;
}
.main-logos .logo {
  width: 74.57627%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.main-logos .att-gen-seal {
  display: none;
}
.main-logos .mobile-menu {
  width: 23.72881%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding: 0px 0 0;
  text-align: right;
}

a.navicon {
  font-size: 40px;
  color: #787878;
}
a.navicon:hover {
  text-decoration: none;
}
a.navicon:visited {
  color: #787878;
}

.mobile-nav {
  display: none;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(#9e9e9e));
  background: -webkit-linear-gradient(top, #b4b4b4, #9e9e9e);
  background: linear-gradient(to bottom, #b4b4b4, #9e9e9e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b4b4', endColorstr='#9e9e9e');
  /*
  background: -webkit-gradient(linear, left top, left bottom, from($from), to($to));
  background: -moz-linear-gradient(to bottom,  $from, $to);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b4b4', endColorstr='#9e9e9e');
  */
  border-bottom: 1px solid #d7d7d7;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-weight: 700;
}
.mobile-nav li:last-child {
  border: 0;
}
.mobile-nav li.login a {
  background: #c00;
  text-shadow: 1px 1px 0px black;
}
.mobile-nav a {
  display: block;
  padding: 15px;
  color: #fff;
}
.mobile-nav a:hover {
  text-decoration: none;
}

.main-nav-container {
  display: none;
}

.page-title-container {
  *zoom: 1;
  padding: 10px 20px;
  background: #767676;
}
.page-title-container:before, .page-title-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-title-container:after {
  clear: both;
}
.page-title-container .page-title {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 2.2rem;
  /* 9 */
  font-weight: 700;
  color: #fff;
}
.page-title-container .page-title .secondary {
  display: block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}
.page-title-container .buttons {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin: 20px 0 10px;
}
.page-title-container .buttons .back {
  margin: 0 0 10px;
  text-align: center;
}
.page-title-container .buttons .back a {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-weight: 700;
  color: #fff;
}
.page-title-container .buttons .back a:before {
  margin: 0 5px 0 0;
}
.page-title-container .buttons .button {
  padding: 8px;
  margin: 0;
  width: 100%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  text-shadow: none;
  text-align: center;
  background: #a7a3a3;
}
.page-title-container .buttons .button:hover {
  background: #9b9696;
}

.stripe {
  display: none;
  position: absolute;
  top: 212px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 75px;
  background: #eaeaea;
}
@media (min-width: 1220px) {
  .stripe {
    display: block;
  }
}

@media (min-width: 767px) {
  .top-bar {
    padding: 8px 0;
    height: auto;
  }
  .top-bar .row {
    display: block;
  }

  .mobile-nav-container,
  .navicon {
    display: none;
  }

  .main-logos .logo {
    width: 66.10169%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .main-logos .mobile-menu {
    width: 32.20339%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .main-logos .att-gen-seal {
    display: block;
    float: right;
    padding: 5px 0 0;
  }

  .main-nav-container {
    display: block;
    *zoom: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#8E8E8E), to(#888888));
    background: -webkit-linear-gradient(top, #8E8E8E, #888888);
    background: linear-gradient(to bottom, #8E8E8E, #888888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8E8E8E', endColorstr='#888888');
    /*
    background: -webkit-gradient(linear, left top, left bottom, from($from), to($to));
    background: -moz-linear-gradient(to bottom,  $from, $to);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b4b4', endColorstr='#9e9e9e');
    */
  }
  .main-nav-container:before, .main-nav-container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .main-nav-container:after {
    clear: both;
  }
  .main-nav-container .left {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .main-nav-container .right {
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    text-align: right;
  }
  .main-nav-container a.button {
    padding-top: 13px;
    padding-bottom: 13px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    text-shadow: 1px 1px 0px black;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }
  .main-nav-container a.button:hover {
    text-decoration: none;
    background-color: #990000;
  }

  .main-nav ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0 10px;
  }
  .main-nav ul:before, .main-nav ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .main-nav ul:after {
    clear: both;
  }
  .main-nav li {
    position: relative;
    float: left;
  }
  .main-nav li a {
    display: block;
    padding: 13px 8px;
    color: #fff;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    font-weight: 700;
  }
  .main-nav li a:hover {
    text-decoration: underline;
    /* color: #e6e6e6; */
  }
  .main-nav li.active:after {
    position: absolute;
    content: "";
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #787878 transparent;
  }

  .page-title-container {
    padding: 10px 20px;
  }
  .page-title-container .page-title {
    width: 57.62712%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
  }
  .page-title-container .page-title .secondary {
    display: inline;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
  }
  .page-title-container.split .page-title {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .page-title-container.split .buttons {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .page-title-container .buttons {
    width: 40.67797%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin: 0;
    text-align: right;
  }
  .page-title-container .buttons .back {
    display: inline;
    margin: 0 10px 0 0;
  }
  .page-title-container .buttons .back a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
    font-weight: 700;
    color: #fff;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
  .page-title-container .buttons .back a:before {
    margin: 0 5px 0 0;
  }
  .page-title-container .buttons .back a:hover {
    text-decoration: underline;
    /* color: #e6e6e6; */
  }
  .page-title-container .buttons .button {
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 900px) {
  .top-nav li {
    margin: 0 10px;
  }
  .top-nav li a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
  }
  .top-nav li.has-dropdown a:after {
    top: 0;
    font-size: 9px;
  }

  .main-logos .att-gen-seal {
    padding: 0;
  }

  .main-nav-container a.button {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }

  .main-nav li a {
    padding: 13px 12px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }

  .page-title-container {
    padding: 18px 30px;
  }
  .page-title-container .page-title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 2.8rem;
    /* 9 */
  }
  .page-title-container .page-title .secondary {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
  }
}
@media (min-width: 1000px) {
  .top-nav li {
    margin: 0 12px;
  }
  .top-nav li a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }
  .top-nav li.has-dropdown a:after {
    font-size: 10px;
  }

  .top-bar .logo {
    padding-left: 24px;
  }

  .main-logos {
    padding: 24px;
  }

  .main-nav-container a.button {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }

  .main-nav li a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }

  .page-title-container {
    padding: 18px 30px;
  }
  .page-title-container .page-title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 2.8rem;
    /* 9 */
  }
  .page-title-container .page-title .secondary {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 2.8rem;
    /* 9 */
  }
}
@media (min-width: 1100px) {
  .top-nav li {
    margin: 0 14px;
  }

  .main-nav li a {
    padding: 13px 20px;
  }

  .page-title-container .buttons .back {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline;
    margin: 0 10px 0 0;
  }
  .page-title-container .buttons .back a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
    font-weight: 700;
    color: #fff;
  }
  .page-title-container .buttons .back a:before {
    margin: 0 5px 0 0;
  }
}
@media (min-width: 1220px) {
  .page-title-container .buttons .back a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }
}
footer .footer-top {
  padding: 8px 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  font-weight: 700;
  color: #095991;
  background: #dbdbdb;
  text-align: center;
}
footer .footer-top span {
  display: block;
}
footer .footer-top .text-1:after {
  display: none;
  content: "|";
  margin: 0 18px;
}
footer .footer-top .button {
  display: block;
  margin: 20px 50px;
  padding: 6px 16px;
  text-shadow: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
}
footer .footer-top .button:hover {
  background: #1e5a84;
  text-decoration: none;
}
footer .footer-bottom {
  padding: 30px 0;
  background: #f1f1f1;
  color: #666;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
}
@media (min-width: 767px) {
  footer .footer-top span {
    display: inline;
  }
  footer .footer-top .text-1:after {
    display: inline;
  }
  footer .footer-top .button {
    margin: 20px 100px;
  }
}
@media (min-width: 900px) {
  footer .footer-top .button {
    display: inline-block;
    margin: 0 0 0 30px;
  }
}

#slider {
  width: 100%;
}
#slider div {
  width: 1220px;
  overflow: visible;
}

.mobile-hero {
  *zoom: 1;
  display: block;
  margin-bottom: 35px;
}
.mobile-hero:before, .mobile-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.mobile-hero:after {
  clear: both;
}
.mobile-hero .caption-block {
  padding: 25px 20px;
  background-color: rgba(100, 100, 100, 0.25);
  background-color: #e9e9e9;
}
.mobile-hero .caption-block h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 2.2rem;
  /* 9 */
  color: #0074be;
  line-height: 1.2;
  font-weight: 700;
}
.mobile-hero .caption-block p {
  padding: 0;
  margin: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  color: #333;
}
@media (min-width: 767px) {
  .mobile-hero {
    display: none;
  }
}

.hero {
  width: 100%;
  position: absolute;
  top: -9999px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .hero {
    margin: 0 0 35px;
    position: relative;
    top: 0;
  }
}
@media (min-width: 767px) {
  .hero {
    border-left: 16px solid #f9f9f9;
    border-right: 16px solid #f9f9f9;
  }
}
@media (min-width: 1235px) {
  .hero {
    border: 0;
  }
}
.hero .hero-carousel-nav {
  display: none;
}
.hero #slideshow {
  position: relative;
  width: 100%;
  overflow: visible !important;
  margin: 0 auto;
}
@media (min-width: 1220px) {
  .hero #slideshow {
    width: 1200px;
  }
}
.hero #slideshow ul, .hero #slideshow li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero #slideshow li {
  max-width: 1200px;
  overflow: hidden !important;
  margin: 0 auto;
  background: #028ada;
}
@media (min-width: 1235px) {
  .hero #slideshow li {
    border-left: 6px solid #f9f9f9;
    border-right: 6px solid #f9f9f9;
  }
}
@media (min-width: 767px) {
  .hero #slideshow .caption-block {
    display: block;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    width: 38%;
    height: 100%;
    padding: 20px;
  }
  .hero #slideshow .caption-block h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */
    color: #0074be;
    line-height: 1.2;
    font-weight: 700;
  }
  .hero #slideshow .caption-block p {
    padding: 0;
    margin: 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    color: #333;
  }
}
@media (min-width: 767px) and (min-width: 900px) {
  .hero #slideshow .caption-block h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
  }
  .hero #slideshow .caption-block p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }
}
@media (min-width: 767px) and (min-width: 1000px) {
  .hero #slideshow .caption-block h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 2.8rem;
    /* 9 */
    margin-bottom: 20px;
  }
  .hero #slideshow .caption-block p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }
}
@media (min-width: 767px) and (min-width: 1220px) {
  .hero #slideshow .caption-block {
    padding: 65px 40px 20px;
  }
  .hero #slideshow .caption-block h2 {
    margin-bottom: 25px;
  }
}

.hero #slideshow .slideoverflow {
  width: 100%;
  overflow: hidden;
}
.hero #slideshow .controls {
  opacity: 1;
  position: absolute;
  z-index: 2;
  width: 40px;
  bottom: 20px;
  margin-top: -35px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero #slideshow .controls:hover {
  text-decoration: none;
}
.hero #slideshow .controls.next, .hero #slideshow .controls.prev {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.hero #slideshow .controls.next:before, .hero #slideshow .controls.prev:before {
  display: block;
  text-align: center;
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 1;
  padding-top: 6px;
  color: #333;
  content: "\f105";
  border-radius: 3px;
}
.hero #slideshow .controls.next {
  right: 25px;
  padding-left: 3px;
}
.hero #slideshow .controls.next:before {
  content: "\e60a";
}
.hero #slideshow .controls.prev {
  right: 65px;
  left: auto;
  padding-right: 3px;
}
.hero #slideshow .controls.prev:before {
  content: "\e607";
}
@media (min-width: 1340px) {
  .hero #slideshow .controls {
    opacity: 1;
    position: absolute;
    z-index: 2;
    width: 40px;
    top: 50%;
    bottom: auto;
    margin-top: -35px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .hero #slideshow .controls.next, .hero #slideshow .controls.prev {
    background: none;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  .hero #slideshow .controls.next:before, .hero #slideshow .controls.prev:before {
    font-size: 50px;
    line-height: 1;
    padding-top: 0px;
    color: #fff;
    border-radius: 3px;
  }
  .hero #slideshow .controls.next {
    right: -45px;
    padding: 0;
  }
  .hero #slideshow .controls.prev {
    left: -65px;
  }
}
.hero #slideshow:hover .controls {
  opacity: 1;
}
@media (min-width: 1235px) {
  .hero {
    position: relative;
    z-index: 0;
    margin-top: -26px;
  }
}

.find-professional-form {
  margin: 30px 0;
}
.find-professional-form .radio-group {
  margin: 20px 0 0;
  background: #efefef;
}
.find-professional-form .radio-group .group-label {
  color: #333;
}
.find-professional-form .radio-group .group-label .icon-help {
  position: relative;
  top: 2px;
  margin: 0 0 0 10px;
  color: #02304b;
}
.find-professional-form .radio-group .group-label .icon-help:hover {
  text-decoration: none;
}
.find-professional-form .button-row {
  *zoom: 1;
  padding: 20px 0 10px;
}
.find-professional-form .button-row:before, .find-professional-form .button-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.find-professional-form .button-row:after {
  clear: both;
}
.find-professional-form .button-row .text {
  padding: 10px 0 20px;
  text-align: center;
}
.find-professional-form .button-row .buttons {
  text-align: center;
}

@media (min-width: 600px) {
  .find-professional-form .button-row {
    margin: 15px 0 0;
    text-align: right;
  }
  .find-professional-form .button-row .text {
    display: inline;
    margin: 0 10px 0 0;
  }
  .find-professional-form .button-row .buttons {
    display: inline;
  }
  .find-professional-form .button-row .buttons input[type=submit], .find-professional-form .button-row .buttons input[type=reset] {
    margin: 0 0 0 15px;
  }
}
@media (min-width: 700px) {
  .form-split .left {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .form-split .right {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 900px) {
  .form-split .left {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .form-split .right {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 1100px) {
  .form-split .left {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .form-split .right {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.results-header {
  *zoom: 1;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #dcdcdc;
}
.results-header:before, .results-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.results-header:after {
  clear: both;
}
.results-header .amount {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.results-header .right {
  *zoom: 1;
  float: right;
}
.results-header .right:before, .results-header .right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.results-header .right:after {
  clear: both;
}
.results-header .per-page {
  display: inline-block;
  width: 135px;
  padding: 12px 0 0;
  vertical-align: top;
  font-weight: bold;
}
.results-header .select-container {
  display: inline-block;
  width: 100px;
}

@media (min-width: 767px) {
  .results-header .per-page {
    padding: 12px 10px 0 0;
  }
  .results-header .left {
    width: 49.15254%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .results-header .right {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    top: -12px;
    text-align: right;
    padding: 0 6px 0;
  }
}
.expander {
  *zoom: 1;
  padding: 25px 0;
  text-align: right;
  border-bottom: 3px solid #e9e9e9;
}
.expander:before, .expander:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.expander:after {
  clear: both;
}

.quick-search {
  margin-bottom: 35px;
  background: #343434;
}
.quick-search .header {
  padding: 10px 20px;
  background: #028ada;
  text-align: center;
}
.quick-search .header h3 {
  margin: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  font-weight: 700;
  color: #fff;
}
.quick-search .content {
  padding: 25px;
}
.quick-search label {
  margin-bottom: 10px;
  color: #fff;
}
.quick-search input[type=text],
.quick-search .selectBox-dropdown {
  margin-bottom: 25px;
}
.quick-search .submit-row {
  *zoom: 1;
  margin: 20px 0 0;
  color: #fff;
  text-align: center;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
}
.quick-search .submit-row:before, .quick-search .submit-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.quick-search .submit-row:after {
  clear: both;
}
.quick-search .submit-row a:not(.quick-search-clear-btn) {
  color: #fff;
}
.quick-search .submit-row .divider {
  display: inline-block;
  margin: 0 8px;
}
.quick-search .submit-row input[type=submit], .quick-search .submit-row input[type=reset] {
  margin: 20px 0 0;
  width: 100%;
}
.quick-search-clear-btn:hover{
  background-color: #9E9E9E !important;
  color:#000000 !important;
}
.radio-group {
  *zoom: 1;
  padding: 10px 15px;
  background: #666666;
}
.radio-group:before, .radio-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.radio-group:after {
  clear: both;
}
.radio-group .group-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-weight: 700;
}
.radio-group label {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  font-weight: 400;
}

.faq-box {
  margin-bottom: 35px;
  background: #f1f1f1;
}
.faq-box .header {
  padding: 10px 20px;
  background: #1e5a84;
  text-align: center;
}
.faq-box .header h3 {
  margin: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  font-weight: 700;
  color: #fff;
}
.faq-box .content {
  padding: 25px;
}
.faq-box .content p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

.download {
  padding: 40px 0;
}
.download .download-img {
  margin: 25px 0;
}

.jump-to {
  display: none;
}

.pagination-container {
  text-align: center;
  width:fit-content
}
.pagination-container .pagination {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pagination-container .pagination li {
  float: none;
  display: inline-block;
  padding: 12px 0;
  background: #efefef;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
}
.pagination-container .pagination li.first {
  padding-left: 10px;
}
.pagination-container .pagination li.last {
  padding-right: 10px;
}
.pagination-container .pagination li a {
  display: block;
  width: 20px;
  text-align: center;
  color: #1e5a84;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.pagination-container .pagination li a:hover {
  background: #fff;
}
.pagination-container .pagination li.active a {
  background: #fff;
  cursor: default;
}

@media (min-width: 600px) {
  .quick-search .name-row {
    *zoom: 1;
  }
  .quick-search .name-row:before, .quick-search .name-row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .quick-search .name-row:after {
    clear: both;
  }
  .quick-search .name-row .left {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .quick-search .name-row .right {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .radio-group .radios {
    *zoom: 1;
  }
  .radio-group .radios:before, .radio-group .radios:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .radio-group .radios:after {
    clear: both;
  }
  .radio-group .radios > div {
    float: left;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 500px) {
  .pagination-container {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .pagination-container .pagination li {
    padding: 16px 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }
  .pagination-container .pagination li a {
    width: 28px;
    margin: 2px;
  }
}
@media (min-width: 767px) {
  .mobile-jump-to {
    display: none;
  }

  .jump-to {
    display: block;
  }
  .jump-to ul {
    margin: 30px 0 20px;
    padding: 0;
    list-style: none;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    *zoom: 1;
  }
  .jump-to ul:before, .jump-to ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .jump-to ul:after {
    clear: both;
  }
  .jump-to ul li {
    width: 3.44375%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    border-right: 1px solid #ccc;
  }
  .jump-to ul li.label {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
    color: #fff;
    background: #028ada;
    line-height: 44px;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
    font-weight: 700;
    width: 10.41667%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
  .jump-to ul li:last-child {
    border: 0;
  }
  .jump-to ul li:last-child a {
    border-radius: 0px 3px 3px 0;
  }
  .jump-to ul li.active a {
    background: #787878;
    color: #fff;
  }
  .jump-to ul li.inactive {
    display: block;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    color: lightgray;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
  }
  .jump-to ul li a {
    display: block;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .jump-to ul li a:hover {
    background: #dcf2ff;
    text-decoration: none;
  }
}
@media (min-width: 900px) {
  .home-content {
    overflow: hidden;
    margin-bottom: 35px;
  }

  .quick-search {
    width: 48.14815%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding-bottom: 800px;
    margin-bottom: -800px;
  }

  .radio-group .radios > div {
    float: left;
    width: 50%;
    margin: 0 0px 0 0;
    padding: 0 20px 0 0;
  }

  .faq-box {
    width: 48.14815%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-bottom: 800px;
    margin-bottom: -800px;
  }
}
@media (min-width: 1100px) {
  .quick-search .submit-row {
    *zoom: 1;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
  }
  .quick-search .submit-row:before, .quick-search .submit-row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .quick-search .submit-row:after {
    clear: both;
  }
  .quick-search .submit-row .left {
    width: 52.57627%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 14px 0 0;
    text-align: right;
  }
  .quick-search .submit-row .right {
    width: 45.72881%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    text-align: right;
  }
  .quick-search .submit-row input[type=submit], .quick-search .submit-row input[type=reset] {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 1220px) {
  .radio-group .radios > div {
    float: left;
    width: auto;
    padding: 0;
    margin: 0 20px 0 0;
  }
}
/*! Tablesaw - v1.0.2 - 2014-12-16
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(55%, rgba(170, 170, 170, 0.1)), to(rgba(120, 120, 120, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.35)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.35)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  -webkit-box-shadow: 0 0 .35em #4faeef !important;
  box-shadow: 0 0 .35em #4faeef !important;
}

.ie-lte8 .tablesaw-bar .btn:hover,
.ie-lte8 .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.ie-lte8 .tablesaw-bar .btn-select {
  min-width: 6.1em;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw {
    margin: 30px 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  }

  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack tbody td {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }

  .tablesaw-stack td .tablesaw-cell-label {
    width: 40%;
  }

  .tablesaw-stack tbody td:first-child {
    padding-top: 20px;
  }

  .tablesaw-stack tbody td:last-child {
    padding-bottom: 20px;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }

  .tablesaw-stack td .tablesaw-cell-label {
    width: 30%;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }

  .tablesaw-stack thead tr {
    background: #1e5a84;
  }

  .tablesaw-stack thead tr th {
    color: #fff;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }

  .tablesaw-stack tbody td {
    padding: .7em .7em;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
  }

  .tablesaw-stack tbody td:first-child {
    padding: .7em .7em;
  }

  .tablesaw-stack tbody td:last-child {
    padding: .7em .7em;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 767px) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }

  .tablesaw-stack thead tr th {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
  }

  .tablesaw-stack tbody td {
    padding: .9em .9em;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }

  .tablesaw-stack tbody td:first-child {
    padding: .9em .9em;
  }

  .tablesaw-stack tbody td:last-child {
    padding: .9em .9em;
  }
}
@media (min-width: 900px) {
  .tablesaw {
    margin: 40px 0;
  }

  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }

  .tablesaw-stack thead tr th {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }

  .tablesaw-stack tbody td {
    padding: .9em .9em;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }

  .tablesaw-stack tbody td:first-child {
    padding: .9em .9em;
  }

  .tablesaw-stack tbody td:last-child {
    padding: .9em .9em;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden,
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "â†‘";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "â†“";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
.btn-dark.dark-grey-bg{
  background-color: black !important;
  color: white !important;
}
.btn-dark.dark-grey-bg:hover{
  background-color: white !important;
  color: black !important;
}
.btn-dark.dark-grey-bg:focus{
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}
/*
*  EASY RESPONSIVE TABS
*  https://github.com/samsono/Easy-Responsive-Tabs-to-Accordion
*/
ul.resp-tabs-list {
  *zoom: 1;
  margin: 0px;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  background: #1e5a84;
}
ul.resp-tabs-list:before, ul.resp-tabs-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul.resp-tabs-list:after {
  clear: both;
}

.skip-link {
position: absolute;
top: -43px; /* Hide off-screen */
left: 10px;
background-color: #222;
color: #fff;
padding: 10px;
text-decoration: none;
z-index: 999;
transition: top 0.3s;
border-color: black;


}
.skip-link:focus {
top: 0; /* Bring into view when focused */
border-width: 1rem;
border-color: rgb(245, 6, 6);
border-style: solid;
border-width: 5px;
}
.skip-link:visited {
  color: #ffffff !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.resp-tabs-list li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0px 20px;
  height: 40px;
  list-style: none;
  cursor: pointer;
  float: left;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  background: #1e5a84;
  white-space: nowrap;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media (min-width: 900px) {
  .resp-tabs-list li {
    padding: 0 8px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 1.3rem;
    /* 9 */
  }
}
@media (min-width: 1000px) {
  .resp-tabs-list li {
    padding: 0 10px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */
  }
}
@media (min-width: 1100px) {
  .resp-tabs-list li {
    padding: 0 15px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
  }
}
@media (min-width: 1220px) {
  .resp-tabs-list li {
    padding: 0 20px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }
}
.resp-tabs-list li:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  margin: 10px 0;
  width: 1px;
  height: 20px;
  border-right: 1px solid #6d94af;
}
.resp-tabs-list li:last-child:before {
  display: none;
}
.resp-tabs-list li.resp-tab-active {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#2bc2ff), to(#1998ff));
  background: -webkit-linear-gradient(top, #2bc2ff, #1998ff);
  background: linear-gradient(to bottom, #2bc2ff, #1998ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bc2ff', endColorstr='#1998ff');
  /*
  background: -webkit-gradient(linear, left top, left bottom, from($from), to($to));
  background: -moz-linear-gradient(to bottom,  $from, $to);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bc2ff', endColorstr='#1998ff');
  */
  color: #0e0c0c;
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  margin-top: -7px;
}
.resp-tabs-list li.resp-tab-active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #1998ff;
  border-width: 10px;
  margin-left: -10px;
}
.resp-tabs-list li:hover {
  color: #000000;
}
.resp-tabs-list li:hover.resp-tab-active {
  color: #000000;
}

.resp-tabs-container {
  clear: left;
}
.resp-tabs-container > div {
  padding: 0 0 30px;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  padding: 0 0;
}

.resp-arrow {
  display: none;
}

h2.resp-tab-active span.resp-arrow {
  display: none;
}

/*-----------Accordion styles-----------*/
h2.resp-accordion.resp-tab-active {
  background: #22acff;
  color: #fff;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion {
  margin: 0;
  padding: 15px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  border-bottom: 1px solid #fff;
  background: #1e5a84;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-accordion-closed {
    display: none !important;
  }
}
.accordion {
  margin: 0;
  padding: 0;
}
.accordion > li {
  list-style: none;
  border-bottom: 3px solid #e9e9e9;
}
.accordion > li > a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 0px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  font-weight: 700;
  color: #0074be;
}
.accordion > li > a:after {
  position: absolute;
  top: 18px;
  right: 0px;
  font-family: "icomoon";
  content: "\f067";
  font-size: 14px;
  color: #1e5a84;
}
.accordion > li > a:hover {
  color: #028ada;
  text-decoration: none;
}
@media (min-width: 767px) {
  .accordion > li > a {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }
  .accordion > li > a:after {
    top: 16px;
    font-size: 16px;
  }
}
@media (max-width: 500px){
  .top-nav{
    padding: 0;
  }
  .top-bar .logo .logo-link{
    flex-direction: column;
    gap: 2px;
  }
  .top-bar .logo .logo-text{
    text-align: center;
  }
}
.accordion > li.active > a:after {
  content: "\f068";
  color: #0074be;
}
.accordion > li .content {
  display: none;
  padding: 0 0 30px;
}
.accordion > li .content > ul {
  margin: 0;
  padding: 0;
}
.accordion > li .content > ul > li {
  list-style: none;
}
.accordion > li .content > ul > li > a {
  background: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 1.3rem;
  /* 9 */
  line-height: 1;
  color: #787878;
}
.accordion > li .content > ul > li > a:hover {
  color: #333;
  text-decoration: none;
}
.accordion > li .content > ul > li.active a {
  color: #333;
  font-weight: bold;
}


.custom-selectbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #fff;
  border: none;
  padding: 11px 40px 11px 12px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  background-image:
    linear-gradient(to right, transparent 50%, #ccc 50%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgb(0,0,0)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat, no-repeat;
  background-position: right 40px center, right 15px center;
  background-size: 1px calc(100% - 10px), 16px;
  box-shadow : 1px 1px 1px 0px #ccc;
}

.custom-selectbox:focus {
  /* border-color: #0078d7; */
  outline-offset: 2px;
  outline: 1px solid #000;
  /* box-shadow: 0 0 0 3px rgba(0,120,215,0.2); */
}

.sr-only{
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.custom-flex{
  display: flex;
  align-items: baseline;
}

.outline-white:focus{
  outline: 2px solid #ffffff !important;
  outline-offset: 3px;
}