/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/
.q4-preview-open {
  top: auto !important;
  bottom: 90px !important;
}

/*--------------- Reset CSS ---------------*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* Negative Margin Fix for Toast Columns */
html, .col {
  font-family: "AmericanSans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 1em;
}
.FooterContainer ul,
.HeaderContainer ul {
    padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* Preview Override */
body.PreviewBody {
  margin: 0;
  background-position: 0 0;
}
.PreviewToolBar {
  display: none;
}
.hidden {
  display: none !important;
}

/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/


/*------------ Default Styles -------------*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 200px;
  padding: 15px 15px;
  margin-left: -100px;
  background: transparent;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: white;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
  top: 0;
  outline: 0;
}

#maincontent:focus {
  outline: 0px;
}

/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/

.ModulePressReleaseDetails img.padding-left {
  padding-left: 10px;
}

.ModulePressReleaseDetails img.padding-right {
  padding-right: 10px;
}

.ModulePressReleaseDetails .grid {
  margin-left: -20px;
}

.ModulePressReleaseDetails .col {
  padding-left: 20px;
}

.ModulePressReleaseDetails .grid-no-gutter .col {
  padding: 0;
}

.ModulePressReleaseDetails img.col {
  padding-bottom: 20px;
}

/*--------------- Toast CSS ---------------*/


/* The Important Bits */

/* Negative Margin Fix */
.grid,
.grid-no-gutter {
  font-size: 0;
}

.grid {
  list-style: none;
}

.grid-no-gutter {
  margin-left: 0;
  width: 100%;
}

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  /* Negative Margin Fix */
  /* margin-right: -.25em; */
  min-height: 1px;
  vertical-align: top;
}

.grid-no-gutter .col {
  padding-left: 0;
}

.grid_col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  //padding-left: 20px;
  vertical-align: top;
}

/* The Column Widths */

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
  width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
  width: 50%;
}

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
  width: 33.33333%;
}

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
  width: 66.66667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
  width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
  width: 75%;
}

.col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-8-of-8, .col-push-12-of-12 {
  margin-left: 100%;
}

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-6-of-12 {
  margin-left: 50%;
}

.col-push-1-of-3, .col-push-2-of-6, .col-push-4-of-12 {
  margin-left: 33.33333%;
}

.col-push-2-of-3, .col-push-4-of-6, .col-push-8-of-12 {
  margin-left: 66.66667%;
}

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
  margin-left: 25%;
}

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
  margin-left: 75%;
}

.col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-8-of-8, .col-pull-12-of-12 {
  margin-left: -100%;
}

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-6-of-12 {
  margin-left: -50%;
}

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-4-of-12 {
  margin-left: -33.33333%;
}

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-8-of-12 {
  margin-left: -66.66667%;
}

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
  margin-left: -25%;
}

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
  margin-left: -75%;
}

.col-1-of-5 {
  width: 20%;
}

.col-push-1-of-5 {
  margin-left: 20%;
}

.col-pull-1-of-5 {
  margin-left: -20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-push-2-of-5 {
  margin-left: 40%;
}

.col-pull-2-of-5 {
  margin-left: -40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-push-3-of-5 {
  margin-left: 60%;
}

.col-pull-3-of-5 {
  margin-left: -60%;
}

.col-4-of-5 {
  width: 80%;
}

.col-push-4-of-5 {
  margin-left: 80%;
}

.col-pull-4-of-5 {
  margin-left: -80%;
}

.col-1-of-6 {
  width: 16.66667%;
}

.col-push-1-of-6 {
  margin-left: 16.66667%;
}

.col-pull-1-of-6 {
  margin-left: -16.66667%;
}

.col-5-of-6 {
  width: 83.33333%;
}

.col-push-5-of-6 {
  margin-left: 83.33333%;
}

.col-pull-5-of-6 {
  margin-left: -83.33333%;
}

.col-1-of-8 {
  width: 12.5%;
}

.col-push-1-of-8 {
  margin-left: 12.5%;
}

.col-pull-1-of-8 {
  margin-left: -12.5%;
}

.col-3-of-8 {
  width: 37.5%;
}

.col-push-3-of-8 {
  margin-left: 37.5%;
}

.col-pull-3-of-8 {
  margin-left: -37.5%;
}

.col-5-of-8 {
  width: 62.5%;
}

.col-push-5-of-8 {
  margin-left: 62.5%;
}

.col-pull-5-of-8 {
  margin-left: -62.5%;
}

.col-7-of-8 {
  width: 87.5%;
}

.col-push-7-of-8 {
  margin-left: 87.5%;
}

.col-pull-7-of-8 {
  margin-left: -87.5%;
}

.col-1-of-12 {
  width: 8.33333%;
}

.col-push-1-of-12 {
  margin-left: 8.33333%;
}

.col-pull-1-of-12 {
  margin-left: -8.33333%;
}

.col-2-of-12 {
  width: 16.66667%;
}

.col-push-2-of-12 {
  margin-left: 16.66667%;
}

.col-pull-2-of-12 {
  margin-left: -16.66667%;
}

.col-5-of-12 {
  width: 41.66667%;
}

.col-push-5-of-12 {
  margin-left: 41.66667%;
}

.col-pull-5-of-12 {
  margin-left: -41.66667%;
}

.col-7-of-12 {
  width: 58.33333%;
}

.col-push-7-of-12 {
  margin-left: 58.33333%;
}

.col-pull-7-of-12 {
  margin-left: -58.33333%;
}

.col-10-of-12 {
  width: 83.33333%;
}

.col-push-10-of-12 {
  margin-left: 83.33333%;
}

.col-pull-10-of-12 {
  margin-left: -83.33333%;
}

.col-11-of-12 {
  width: 91.66667%;
}

.col-push-11-of-12 {
  margin-left: 91.66667%;
}

.col-pull-11-of-12 {
  margin-left: -91.66667%;
}

@media (max-width: 480px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .col.col-lg-1-of-1 {
    width: 100%;
  }
  .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
    width: 50%;
  }
  .col.col-lg-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lg-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lg-1-of-4 {
    width: 25%;
  }
  .col.col-lg-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .col.col-lc-1-of-1 {
    width: 100%;
  }
  .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
    width: 50%;
  }
  .col.col-lc-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lc-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lc-1-of-4 {
    width: 25%;
  }
  .col.col-lc-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .col.col-md-1-of-1 {
    width: 100%;
  }
  .col.col-md-1-of-2, .col.col-md-2-of-4 {
    width: 50%;
  }
  .col.col-md-1-of-3 {
    width: 33.33333%;
  }
  .col.col-md-2-of-3 {
    width: 66.66667%;
  }
  .col.col-md-1-of-4 {
    width: 25%;
  }
  .col.col-md-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  [class*="col-sm-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .col.col-sm-1-of-1 {
    width: 100%;
  }
  .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
    width: 50%;
  }
  .col.col-sm-1-of-3 {
    width: 33.33333%;
  }
  .col.col-sm-2-of-3 {
    width: 66.66667%;
  }
  .col.col-sm-1-of-4 {
    width: 25%;
  }
  .col.col-sm-3-of-4 {
    width: 75%;
  }
}

.col-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-d-first {
  float: left;
}
.col-d-last {
  float: right;
}
.grid-no-gutter .col-span-all {
  margin-left: 0;
  width: 100%;
}
.col-ab {
  vertical-align: bottom;
}
.col-am {
  vertical-align: middle;
}

/*------------- Slick Slider --------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: none;
  -khtml-user-select: text;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'q4icons';
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\e64c";
}

[dir="rtl"] .slick-prev:before {
  content: "\e64c";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\e64f";
}

[dir="rtl"] .slick-next:before {
  content: "\e64f";
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 100%;
  margin: 0 6px;
  opacity: 0.25;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 24px;
  width: 28px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li:hover,
.slick-dots li:focus {
  opacity: 1;
}


/*.slick-dots li button:before {
  color: white;
  content: "\e907";
  font-family: 'q4icons';
  font-size: 6px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}*/

.slick-dots li.slick-active {
  color: white;
  opacity: 0.75;
}

/*--------------- FancyBox  ---------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../design/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../design/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../design/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*--------------- SelectBox  --------------*/

.sbHolder {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 35px;
  vertical-align: middle;
  border: 1px solid #ebeef0;
  outline: none;
}

.sbHolder:focus .sbSelector {}

.sbSelector {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 30px;
  outline: none;
  overflow: hidden;
  text-indent: 13px;
  line-height: 35px;
  color: #627a88;
  font-family: 'AmericanSansMedium';
  font-size: 14px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  outline: none;
  text-decoration: none;
}

.sbToggle {
  /*background: url('../design/select-icons.png') 0 -116px no-repeat;*/
  display: block;
  height: 25px;
  width: 18px;
  outline: none;
  position: absolute;
  right: 6px;
  top: 7px;
  z-index: 99999;
}

.sbToggle:after {
  content: "\e64a";
  font-family: 'q4icons';
  font-size: 13px;
  color: #627a88;
}

.sbToggle:hover {
  text-decoration: none;
}

.sbToggleOpen:after {
  content: "\e650";
}

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 34px !important;
  width: 200px;
  z-index: 99999999;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ebeef0;
}

.sbOptions li {
  padding: 0 7px;
}

.sbOptions a {
  border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
  color: #627a88;
}

.sbOptions li:last-child a {
  border-bottom: 0 none;
}

.sbOptions a:link,
.sbOptions a:visited {
  text-decoration: none;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
  margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
  margin-bottom: 25px;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
  display: block;
  margin-bottom: 5px;
}

.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  margin: 10px 0 15px;
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
  display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ModuleEvent a[class*="q4i-"]:before,
.ModuleEvent i[class*="q4i-"]:before,
.ModuleEventLatest a[class*="q4i-"]:before,
.ModuleEventLatest i[class*="q4i-"]:before,
.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before {
  margin-right: 10px;
}

.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
  display: none;
}

.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
  position: relative;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
  color: #000;
}


/*------------- Form Builder --------------*/

.FormBuilderContainer .Item {
  margin-bottom: 10px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
  width: 95%;
}

.FormBuilderContainer select {
  border-radius: 0;
  background-color: #fff;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
  display: inline-block;
}

.FormBuilderContainer .label-wrap {
  min-width: 175px;
}

.FormBuilderContainer .field-wrap {
  width: 270px;
  margin-right: 10px;
}

.FormBuilderContainer .error-wrap {
  color: red;
  font-size: 0.8rem;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
  display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
  padding-bottom: 10px;
}

.FormBuilderContainer .CaptchaContainer img {
  width: 95%
}

.FormBuilderContainer .CaptchaContainer span {
  color: #FF0000;
}

.FormBuilderContainer input[type="submit"] {
  margin-left: 179px;
  height: 35px;
  width: 100px;
  background: #006aba;
  background: -webkit-gradient(linear, left top, left bottom, from(#0075cd), to(#0063ae)) repeat scroll 0 0 transparent;
  background: linear-gradient(#0075cd, #0063ae) repeat scroll 0 0 transparent;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: 0 none;
}

.FormBuilderContainer input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0063ae), to(#0075cd)) repeat scroll 0 0 transparent;
  background: linear-gradient(#0063ae, #0075cd) repeat scroll 0 0 transparent;
}

@media all and (max-width: 515px) {
  .FormBuilderContainer input[type="submit"] {
    margin-left: 0;
  }
}

/*--------- Mailing List Modules ----------*/

div.subscribe-text {
  margin-bottom: 0;
}

.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {
  width: 100%;
  max-width: 450px;
  margin: 10px 0;
}

.MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
  padding: 5px 0;
}

.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
  float: left;
  display: block;
  width: 100%;
}

.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
  margin-bottom: 10px;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
  padding: 15px 0 5px;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
  width: 90% !important;
  height: 35px;
}

.MailingListSignupContainer table input[type="checkbox"] {
  margin-right: 10px;
}

.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
  width: 10%;
}

.MailingListSignupContainer table table {
  margin: 0;
}

.MailingListSignupContainer table td.IntroTextColumn {
  padding: 0;
}

.MailingListSignupContainer .NoBr {
  display: none;
}

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {}

.MailingListSignupContainer .CaptchaContainer {
  display: none;
}

.signupAlert .MailingListCol2 .RequiredField,
.MailingListUnsubscribeContainer .RequiredField {
  display: none;
}


/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
  display: none;
}

.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ModulePresentation .ModuleDateContainer {
  margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
  margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
  display: inline-block;
}

.ModulePresentation .PresentationLinks a {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
}

.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
  margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .col.ModuleThumbnailContainer {
    display: none;
  }
}

/*--------- Press Release Modules ---------*/

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
  margin-bottom: 10px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #36495a;
  text-decoration: none;
  cursor: pointer;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate,
.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
  margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ModulePressReleaseLatest .ModuleHeadlineLink {
  display: block;
}

.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
  margin-bottom: 25px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
  font-size: 2rem;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
  margin: 1rem 0;
  line-height: 1.5rem;
}

.q4default .ModulePressReleaseDetails sup {
	font-size: smaller;
	vertical-align: super
}

div.prDetails .PageDefaultInner .PaneContent {
  width: auto;
  padding: 20px;
}

.PaneLeft,
.PaneRight {
  display: none;
}

.AS-img-1 {
  width: 320px;
}

.AS-img-2 {
  width: 480px;
}

@media screen and (max-width:1007px) {
  .AS-img-1 {
    width: 100%;
  }
  .AS-img-2 {
    width: 100%;
  }
}

/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
  display: none;
}

/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
  margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
  display: inline;
  content: "...";
}

.SearchResultsContainer .SearchResultUrl {
  display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
  font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
  font-weight: inherit;
}

/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
  padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
  font-size: 1.2rem;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
  padding: 10px;
}

/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.q4-atc-wrapper {
  -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
  position: absolute;
  top: 110%;
  left: 0;
  background: white;
  border: 3px solid #DDDDDD;
  border-radius: 3px;
  color: #5e5e5e;
  z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner {}

.q4-atc-wrapper .q4-atc-inner-details {
  padding: 10px;
  text-align: center;
  min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-title {
  font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
  margin: 15px 0 25px;
  padding: 0;
  /*markup fix*/
  font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(126, 130, 136, .06);
  color: #7e8288;
  text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
  font-family: 'q4icons';
  speak: none;
  font-style: normal;
  font-size: 25px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
  content: '\e908';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
  content: '\e90a';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
  content: '\e909';
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
  content: "\e630";
}

.q4-atc-tooltip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.q4-atc-tooltip-text {
  display: block;
  width: 100%;
  background: rgba(126, 130, 136, .06);
  padding: 8px 5px;
  text-align: center;
}

/*----------- Events Calendar -----------*/

#event-container {
  display: table;
  width: 100%;
}

#events-calendar,
#latest-events {
  display: table-cell;
}

#events-calendar {
  padding-right: 20px;
}

#latest-events {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#events-calendar.loading {
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

#events-calendar .controls {
  display: table;
  width: 100%;
}

#events-calendar .controls div {
  display: table-cell;
  text-align: center;
  padding: 20px 0;
}

#events-calendar .controls .month {
  width: 70%;
  font-size: 24px;
}

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
  width: 15%;
  text-align: center;
  cursor: pointer;
}

#events-calendar .days-container {
  position: relative;
}

#events-calendar .day-header,
#events-calendar .day {
  display: inline-block;
  padding: 5px;
  width: 14.285%;
  padding: 20px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}

#events-calendar .day.adjacent-month,
#events-calendar .empty.adjacent-month {
  opacity: .5;
  background-color: transparent;
}

#events-calendar .day.event,
#events-calendar .empty.event {
  cursor: pointer;
  opacity: 1;
  background-color: #FFC36A;
}

#events-calendar .day-header {
  text-align: center;
  background-color: transparent;
}

#latest-events .ModuleEvent {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#latest-events .ModuleEvent .date {
  width: 90%;
  margin: 0 auto;
  padding: 5%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
  display: block;
}

#latest-events .ModuleEvent .date h5 {
  font-size: 25px;
}

#latest-events .ModuleEvent .date h4 {
  font-size: 50px;
}

#latest-events .ModuleEvent>ul {
  padding: 10% 5%;
}

#latest-events .AddToCalendar a {
  color: #36495a;
}

@media screen and (max-width: 768px) {
  #events-calendar,
  #latest-events {
    display: inline-block;
  }
}


/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
  padding: 0 30px 15px;
}

.fancybox-inner .CaptchaContainer img,
.fancybox-inner .CaptchaContainer input {
  width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
  display: none;
}

.fancybox-inner .CaptchaContainer td,
.fancybox-inner .CaptchaContainer .ErrorContainer {
  padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
  display: none !important;
}

.fancybox-inner .CaptchaContainer img {
  border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
/*  background-color: rgba(0, 0, 0, 0.1);*/
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*-------------- Slider Widget ---------------*/

.slider .slider-item {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.slider .spacer {
  display: block;
  padding-top: 21.875%;
  /* Image (height / width * 100) */
  width: 100%;
}

.slider .content-container {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 100%;
  padding: 20px 50px;
  max-width: 1200px;
}

.slider .content-container h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.slider .content-container p {
  background-color: rgba(255, 255, 255, 0.25);
  height: 50px;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .slider .slider-item {
    height: auto;
  }
  .slider .content-container {
    left: 0;
    margin-left: 0;
    padding: 20px;
  }
}

/*-------------- Global Styles ------------*/
/* General */

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
}

body {
  overflow-x: hidden;
  font-family: "AmericanSans", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #627a88;
  margin: 0;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #00467f;
/*   margin-bottom: 30px; */
  margin-bottom: 8px;
  font-family: "AmericanSansLight", Arial, sans-serif;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #36495a;
/*   margin-bottom: 30px; */
  margin-bottom: 8px;
  font-family: "AmericanSansLight", Arial, sans-serif;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #36495a;
}

h5 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #36495a;
}

/*
@media all and (max-width: 600px) {
  h2 {
    font-size: 33px;
    line-height: 35px;
  }
  h3 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media all and (max-width: 365px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
*/

p {
  margin: 0 0 16px;
}

a {
  text-decoration: none;
  color: #0078D2;
  cursor: pointer;
  outline: none;
}

a:hover {
  color: #4db4fa;
  text-decoration: underline;
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="file"],
select,
button,
textarea {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 8px;
  background: #fff;
  border-radius: 0;
  height: 35px;
  color: #a39da6;
  border: 1px solid #9da6ab;
  font-family: "AmericanSansMedium", Arial, sans-serif;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

input[type="submit"].SearchButton {
  color: transparent;
}

input[type="text"]:hover,
input[type="submit"]:hover,
input[type="file"]:hover,
select:hover,
button:hover,
textarea:hover {
  outline: 0;
}

select {
  background-image: url('../design/select-icons.png');
  background-repeat: no-repeat;
  background-position: 96% -117px;
  padding-right: 50px;
  cursor: pointer;
}

.SearchResultsPaging a {
  color: #627a88;
  padding: 0 2px;
}

.SearchResultsPaging a:hover {
  text-decoration: none;
  color: #4db4fa;
}

/* Containers */

.container {
  display: block;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 20px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/* PaneHeader */

.PaneHeader {
  padding: 8px 0 15px;
}

.ClientLogo,
.ModuleSearch {
  display: inline-block;
  max-height: 50px;
}

.ModuleSearch,
.mobile-toggle {
  float: right;
  margin-left: 20px;
}

.ModuleSearch {
  position: relative;
}

.mobileSearch {
  display: none;
}

.searchIcon {
  cursor: pointer;
}

span.searchIcon:after {
  /*content: "\e643";*/
  font-family: 'q4icons';
  position: absolute;
  top: 0;
  right: 6px;
  color: #0078da;
  content: "\e039";
  font-size: 17px;
  cursor: pointer;
}

.ModuleSearch,
.mobile-toggle,
.ClientLogo {
  vertical-align: middle;
  line-height: 50px;
}

.ClientLogo img {
  max-height: 50px;
}

.ModuleSearch .SearchButton {
  cursor: pointer;
}

.headerLinks ul {
  float: right;
  list-style: none;
}

.headerLinks ul li {
  display: inline-block;
  padding: 0 8px;
}

.headerLinks ul li+li+li {
  padding-right: 0;
}

.headerLinks ul li a {
  color: #6a6a6a;
  font-size: 11px;
  line-height: 30px;
  position: relative;
}

.headerLinks ul li a:hover {
  color: #6a6a6a;
}

.headerLinks:after {
  content: "";
  display: block;
  clear: both;
}

.headerLinks ul li a:after {
  content: "|";
  position: absolute;
  right: -12px;
}

.headerLinks ul li+li+li a:after {
  content: "";
}

.headerLinks .module_header-dropdown {
  display: none;
}

.SearchInput {
  width: 188px;
  height: 30px;
  color: #a39da6;
  border: 1px solid #9da6ab !important;
  font-family: "AmericanSansMedium", Arial, sans-serif;
}

.ModuleSearch .SearchButton {
  position: absolute;
  top: 8px;
  width: 30px;
  right: 0px;
  background: url('../images/transparent.png');
  border: 0 none;
  padding: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a39da6;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a39da6;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a39da6;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a39da6;
}

@media screen and (max-width: 768px) {
  .ClientLogo img {
    max-width: 200px;
  }
  .ModuleSearch .SearchButton {
    right: 23px;
    width: 30px;
  }
}

@media all and (max-width: 390px) {
  .ModuleSearch .SearchButton {
    right: 11px;
  }
}

/* PaneContentInner */

.PaneContentInner {
  padding: 15px 0px;
  position: relative;
}

[class*="ContentPaneDiv"]>div {
  display: block;
  margin-bottom: 35px;
}

/*PaneLeft */

.PaneLeft {
  display: none !important;
}

.PaneContent {
  width: 100% !important;
}

/*Pane Navigation */

.PaneNavigation {
  position: relative;
}

.navbar-collapse .level1>li.has-children {
  width: 100%;
}

.navbar-collapse .level1>li.has-children>a {
  display: inline-block;
  position: absolute;
  padding-top: 10px;
}

.navbar-collapse li {
  display: inline-block;
  padding: 9px 22px 20px 0px;
  margin: 0 10px 0 0;
}

.PaneNavigation nav .level1>li:first-child,
.PaneNavigation nav .level2>li:first-child {
  padding-left: 0;
}

.PaneNavigation nav li a {
  text-align: center;
  color: #0078d2;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  padding-bottom: 21px;
}

.PaneNavigation nav li a:hover {
  color: #4db4fa;
  text-decoration: none;
}

.PaneNavigation nav li a:focus {
  text-decoration: none;
}

.navbar-collapse .level2 {
  width: 100%;
  padding-left: 80px;
  cursor: default;
}

/*.PaneNavigation nav .level2 {
    position: absolute;
    top: 0px;
    left: 80px;
    width: 100%;
    text-align: left;
    z-index: 999;
}*/

.mobileHeaderLinks,
.mobile-nav {
  display: none;
}

.navbar-collapse {
  /*background: url('../design/header_shadow01.png') center 50px no-repeat;
  overflow: hidden;*/
  display: block;
  margin: 0px auto;
}

.PaneNavigation {
  background: url('../design/header_shadow01.png') center 50px no-repeat;
}

@media all and (max-width: 912px) {
  .navbar-collapse li {
    padding-right: 12px;
  }
  .navbar-collapse .level2 {
    padding-left: 70px;
  }
}

.PaneNavigation nav li {
  position: relative;
}

.PaneNavigation nav.navbar-collapse .level3 {
  display: none;
}

@media all and (min-width: 833px) {
  .PaneNavigation nav.navbar-collapse .level3 {
    display: none;
    position: absolute;
    left: -15px;
    top: 99%;
    border: 1px solid #cccccc;
    background: #ffffff;
    z-index: 111;
    padding: 10px 0;
  }
  .PaneNavigation nav.navbar-collapse li:hover>.level3,
  .PaneNavigation nav.navbar-collapse li.focused>.level3 {
    display: block;
  }
  .PaneNavigation nav .level3 li {
    display: block;
    margin: 0;
    white-space: nowrap;
    padding: 0;
  }
  .PaneNavigation nav .level3 li a {
    display: block;
    padding: 5px 15px;
    text-align: left;
  }
}

/*----------- Mobile Navigation -----------*/

.mobile-toggle {
  display: none;
  cursor: pointer;
  color: #0076d5;
  font-size: 26px;
  width: 40px;
  height: 35px;
  position: relative;
  margin-right: -9px;
}

.mobile-toggle:after {
  content: "\e63e";
  font-family: 'q4icons';
  position: absolute;
  top: -7px;
  left: 7px;
}

.menu-close {
  display: none;
}

@media all and (max-width: 832px) {
  .headerLinks,
  .ModuleSearch,
  .navbar-collapse {
    display: none;
  }
  .mobile-toggle,
  .mobile-nav,
  .mobileSearch {
    display: block;
  }
  .mobile-nav .level2 li.has-children>a {
    position: relative;
    cursor: pointer;
  }
  .mobile-nav .level2 li.has-children>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 19px;
    font-size: 20px;
    right: 25px;
  }
  .mobile-nav .level2 li.has-children>a.up:after {
    content: "\f106";
  }
  .mobile-nav {
    padding-top: 23px;
  }
  .mobileSearch {
    float: none;
    position: relative;
  }
  .SearchInput {
    width: 95%;
  }
  span.searchIcon:after {
    right: 27px;
  }
  .LayoutDefault {
    overflow: hidden;
  }
  .LayoutDefaultInner {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
  }
  .LayoutDefaultInner.mobile-toggled {
    right: 458px;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: inherit;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .PaneNavigation {
    position: absolute;
    top: 0;
    width: 458px;
    padding: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 99;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    right: -458px;
    background: #35485a;
  }
  .mobile-toggled .PaneNavigation {
    /* right: 0;*/
    z-index: 9999;
  }
  .mobile-toggled .mobile-toggle {
    color: #fff;
    background-color: #0076d5;
    margin-right: 0;
    display: block;
  }
  .mobile-nav ul {
    padding: 0;
    list-style: none;
  }
  .PaneNavigation .mobile-nav li a {
    color: #fff;
    padding: 20px 40px 20px;
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
  }
  .PaneNavigation .mobile-nav li a:hover {
    color: #fff;
    background: #00467F;
  }
  .PaneNavigation .container {
    padding: 0;
  }
  .PaneHeader {
    border-bottom: 4px solid #e0e0e0;
    padding: 30px 0;
  }
  .sticky-wrapper {
    float: none;
  }
  .PaneNavigation nav.mobile-nav li.has-children .level3 {
    display: none;
    background: #00477f;
    padding-left: 25px;
  }
  .PaneNavigation .mobile-nav .level3 li a {
    font-size: 16px;
    padding: 10px 15px;
    display: block;
  }
  .mobileHeaderLinks {
    padding-left: 40px;
    display: block;
  }
  .mobileHeaderLinks .headerLinks {
    display: block;
  }
  .headerLinks ul {
    float: none;
  }
  .mobileHeaderLinks .headerLinks ul li {
    display: block;
    padding: 0;
  }
  .mobileHeaderLinks .headerLinks ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0;
  }
  .mobileHeaderLinks .headerLinks ul li a:after {
    display: none;
  }
}

@media all and (max-width: 580px) {
  .LayoutDefaultInner.mobile-toggled {
    right: 320px;
  }
  .PaneNavigation {
    right: -320px;
  }
  .PaneNavigation {
    width: 320px;
  }
}

@media all and (max-width: 390px) {
  .LayoutDefaultInner.mobile-toggled {
    right: 240px;
  }
  .PaneNavigation {
    right: -240px;
  }
  .PaneNavigation {
    width: 240px;
  }
  .PaneNavigation .mobile-nav li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  span.searchIcon:after {
    right: 17px;
  }
  .PaneNavigation nav.mobile-nav li.has-children .level3 {
    padding-left: 8px;
  }
  .mobileHeaderLinks {
    padding-left: 20px;
  }
}

/*** FOOTER ***/

.PaneFooter2 {
  background: #ebeef0;
}

.footer-wrapper {
  padding: 50px 0;
}

.footer-wrapper h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #00467f;
}

.footerNews-wrapper,
.footerPress-wrapper {
  float: left;
  width: 50%;
}

.footerNews-wrapper {
  border-right: 10px solid transparent;
}

.footerNews-wrapper .MailingListListTable,
.footerNews-wrapper .MailingListCol1 span,
.footerNews-wrapper .MailingListCol1,
.footerNews-wrapper .IntroTextColumn,
.footerNews-wrapper .RequiredField {
  display: none !important;
}

.footerNews-wrapper .MailingListSignupContainer table td {
  padding: 0;
}

.footerNews-wrapper .MailingListSignupContainer table {
  margin: 0;
}

.footerNews-wrapper .MailingListSignupContainer table input[type="text"] {
  width: 100% !important;
  background-color: #ebeff0;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeTable .MailingListCol2 input[type="text"] {
  font-size: 14px;
  font-family: 'Arial';
  color: #627a88;
}

.MailingListSignupContainer::-webkit-input-placeholder,
.MailingListUnsubscribeTable::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #627a88;
}

.MailingListSignupContainer::-moz-placeholder,
.MailingListUnsubscribeTable::-moz-placeholder {
  /* Firefox 19+ */
  color: #627a88;
}

.MailingListSignupContainer:-ms-input-placeholder,
.MailingListUnsubscribeTable:-ms-input-placeholder {
  /* IE 10+ */
  color: #627a88;
}

.MailingListSignupContainer:-moz-placeholder,
.MailingListUnsubscribeTable:-moz-placeholder {
  /* Firefox 18- */
  color: #627a88;
}

.signupAlert .MailingListCol1 .RedStar {
  display: none;
}

/*.signupAlert .MailingListCol1 span:after {
  content: "*";
  color: #da1c34;
}*/

.error-container {
  list-style: none;
}

.footerNews-wrapper .MailingListTable {
  float: left;
  width: 70%;
}

.footerNews-wrapper .GridActions {
  float: left;
  margin-left: -5px;
}

.GridActions .ActionButton,
.ButtonCell .SubmitButton,
.Button.ActionButton {
  height: 35px;
  background: #0078d2;
  width: 100px;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.GridActions .ActionButton:hover,
.ButtonCell .SubmitButton:hover,
.Button.ActionButton:hover {
  background: #4db4fa;
}

.RequiredField,
.RedStar,
.ErrorContainer,
.ErrorMessage {
  color: #da1c34
}

.required-text {
  margin: 0;
}

.ErrorContainer {
  padding-bottom: 10px;
}

.ErrorContainer,
.ErrorMessage,
.MessageSent {
  font-weight: bold;
}

.MessageSent,
.MailingListActivationMessage {
  color: green;
  font-weight: bold;
}

.footerPress-wrapper div {
  float: left;
}

.footerPress-wrapper h3+div {
  border-right: 40px solid #ebeef0;
}

.footerPress-wrapper h3+div+div+div {
  clear: both;
}

.footerPress-wrapper:after,
.footer-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.footerPress-wrapper p {
  color: #556a76;
  font-family: 'Arial';
  font-size: 14px;
}

.footerPress-wrapper p.desktopTel {
  color: #00467f;
}

.desktopTel,
.clickableTel,
.clickableTel p {
  color: #00467f;
  margin-bottom: 0;
}

.clickableTel {
  display: none;
}

.PaneQ4Footer {
  background: #627A88;
}

.footerLinks-wrapper {
  padding: 35px 0;
  background-image: url('../design/shadow12-down.png');
  background-position: 50% top;
  background-repeat: no-repeat;
}

.links-container {
  display: table;
  width: 100%;
}

.links-container>div {
  display: table-cell;
  vertical-align: top;
  width: 62%;
}

.links-container>div>div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  border-right: 40px solid transparent;
}

.links-container>div>div.extrasLinks {
  float: left;
  border-right: 0 none;
  width: 55%;
}

.links-container>div>div.footerimg {
  /*background-image: url('../images/footerImg.jpg');
  height: 148px;
  background-repeat: no-repeat;
  background-position: center center;*/
  text-align: right;
  float: right;
  border-right: 0 none;
  width: 40%;
}

.links-container>div>div.footerimg a {
  display: block;
}

.footerLinks-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.links-container>div ul {
  list-style: none;
  background: transparent url('../design/links-shadow.png') 0 top no-repeat;
  padding: 18px 0;
  margin: 0;
}

.links-container>div ul a {
  color: #5a495a;
  font-size: 14px;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.links-container>div ul a.linksIcons {
  padding-right: 20px;
}

.links-container>div ul a:hover {
  color: #4db4fa;
}

.links-container>div ul a.linksIcons:after {
  content: "\e03f";
  font-family: 'q4icons';
  position: absolute;
  right: 0;
  top: -5px;
}


/*.footer-fb a {
  height: 25px;
  width: 26px;
  background-image: url('../images/icon-footer-facebook.png');
  display: inline-block;
}
.footer-yt a {
  height: 25px;
  width: 27px;
  background-image: url('../images/icon-footer-youtube.png');
  display: inline-block;
}
.footer-twitter a:after {
  content: "\e645";
  font-family: 'q4icons';
  font-size: 28px;
  color: #2aa9e0;
}
.footer-twitter a:hover {
  text-decoration: none;
}*/

.footerSocial ul {
  float: right;
  list-style-type: none;
  margin-left: 2em;
}

.footerSocial i {
  color: #f3f3f3;
  font-size: 20px;
  padding: 5px;
}

.footerSocial ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.footerSocial ul li.footer-follow {
  color: #ffffff;
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}

.footerSocial {
  padding: 20px 0 40px;
  /*  background-image: url('../design/shadow12-down.png');
  background-position: 50% top;
  background-repeat: no-repeat;*/
}

.footerSocial:after,
.resources-container:after {
  content: "";
  display: block;
  clear: both;
}

.resources-wrapper {
  padding: 40px 0;
  border-top: 1px solid #ebeef0;
}

.resources-container h2 {
  float: left;
  width: 25%;
  margin-bottom: 0;
  font-size: 36px;
  color: #0078d2;
}

.resources-container ul {
  list-style: none;
  float: left;
  width: 75%;
  padding-top: 8px;
}

.resources-container ul li {
  display: inline-block;
  width: 24%;
}

.resources-container ul li a {
  font-size: 18px;
  color: #0078d2;
  font-family: "AmericanSansMedium", Arial, sans-serif;
}

.resources-container ul li a:hover {
  text-decoration: none;
  color: #4db4fa;
}

.resources-container ul li a span:before {
  font-family: 'q4icons';
  font-size: 32px;
  padding-right: 15px;
  vertical-align: sub;
}

.imgResource:before {
  content: "\e902";
}

.videosResource:before {
  content: "\e903";
}

.sheetsResource:before {
  content: "\e900";
}

.logoResource:before {
  content: "\e901";
}

@media all and (max-width: 900px) {
  .resources-container h2,
  .resources-container ul {
    width: 100%;
  }
  .resources-container h2 {
    margin-bottom: 35px;
  }
}

@media all and (max-width: 890px) {
  .links-container>div {
    display: table;
    width: 100%;
  }
  .links-container>div>div.extrasLinks {
    border-right: 40px solid #d0dae0;
  }
  .links-container>div>div.footerimg {
    text-align: left;
  }
  .links-container>div>div.footerimg,
  .links-container>div>div.extrasLinks {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .footerNews-wrapper,
  .footerPress-wrapper {
    width: 100%;
  }
  .footerNews-wrapper {
    border-right: 0 none;
    margin-bottom: 25px;
  }
  .clickableTel {
    display: block;
  }
  .desktopTel {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .resources-container ul li {
    width: 48%;
  }
  .resources-container ul li.aVideos,
  .resources-container ul li.aLogo {
    float: right;
  }
  .imgResource,
  .videosResource {
    margin-bottom: 60px;
    display: inline-block;
  }
}

@media all and (max-width: 532px) {
  .footerPress-wrapper h3+div {
    border-right: 0 none;
  }
  .footerPress-wrapper div {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .links-container>div ul a {
    line-height: 18px;
  }
}

@media all and (max-width: 440px) {
  .links-container>div>div {
    display: block;
    width: 100%;
    border-right: 0 none;
  }
  .links-container>div {
    display: block;
  }
  .links-container>div>div.footerimg {
    text-align: center;
    margin-top: 25px;
  }
  .links-container>div>div.footerimg,
  .links-container>div>div.extrasLinks {
    width: 100%;
  }
}

@media all and (max-width: 400px) {
  .resources-container ul li {
    width: 40%;
  }
}

@media all and (max-width: 375px) {
  .resources-container ul li {
    width: 45%;
  }
}

@media all and (max-width: 370px) {
  .footerNews-wrapper .MailingListTable {
    width: 63%;
  }
}

@media all and (max-width: 340px) {
  .resources-container ul li {
    width: 50%;
  }
  .resources-container ul li.aVideos a,
  .resources-container ul li.aLogo a {
    padding-left: 20px;
  }
}


/*** HOME ***/

.homeNews {
  position: relative;
}

.news-widget {
  min-height: 300px;
  position: relative;
  margin-bottom: 20px;
}

.PageHome .PaneBreadcrumb {
  display: none;
}

.PageHome .PaneContentInner {
  padding-top: 15px;
  padding-bottom: 35px;
}

.PageHome h2 {
  font-size: 36px;
  color: #0078d2;
}

.PageHome .PaneContentInner h2 {
  margin-bottom: 30px
}

.homeNews .topBtn {
  position: absolute;
  top: 0;
  right: 0;
  background: #0078d2;
  padding: 8px 30px;
  color: #fff;
  font-family: "AmericanSansMedium", Arial, sans-serif;
  font-size: 14px;
}

.homeNews .downBtn {
  background: #0078d2;
  padding: 8px;
  color: #fff;
  font-family: "AmericanSansMedium", Arial, sans-serif;
  font-size: 14px;
  width: 140px;
  text-align: center;
  margin: 0 auto;
}

.homeNews .topBtn:hover,
.homeNews .downBtn:hover {
  text-decoration: none;
  background: #4db4fa;
}

.homeNews .downBtn {
  display: none;
}

.news-widget .content {
  width: 85%;
  /*padding: 170px 0px 30px;*/
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(112, 132, 159, .6);
  background: rgba(0, 101, 177, .6);
  height: 170px;
}

.wrapper {
  padding: 15px 5px;
}

/*.news-widget .middle .content {
  padding-top: 115px;
}
.news-widget .top .content {
  padding-top: 15px;
}
.news-widget .bottom .content {
  padding-top: 180px;
}*/

.news-widget .date {
  font-family: 'americansanslight';
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
  display: block;
}

.news-widget .title a {
  font-family: 'americansanslight';
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  text-shadow: 2px 1px #5a495a;
}

.news-widget .title {
  /*padding-right: 42px; */
  padding: 0 10px;
}

.news-widget .title a:hover {
  text-shadow: none;
}

.news-widget .slick-slide {
  min-height: 300px;
}

.news-widget .slick-arrow {
  z-index: 9999;
}

.news-widget .slick-next,
.news-widget .slick-prev {
  top: 50%;
}

.news-widget .slick-next {
  right: 20px;
}

.news-widget .slick-prev {
  left: 20px;
}

.news-widget .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 380px;
}

.news-widget .item-1 {
  background-image: url('../images/slider1L.jpg');
}

.news-widget .item-2 {
  background-image: url('../images/slider2L.jpg');
}

.news-widget .item-3 {
  background-image: url('../images/slider3L.jpg');
}

.news-widget .item-4 {
  background-image: url('../images/slider4L.jpg');
  background-position: bottom center;
}

.news-widget .item-5 {
  background-image: url('../images/slider5L.jpg');
}

.news-widget .item {
  position: relative;
  z-index: 1;
}

/*.news-widget .item:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}*/

.latestNews {
  margin-bottom: 40px;
}

.latestNews .items:after {
  content: "";
  display: block;
  clear: both;
}

.latestNews .item {
  float: left;
  width: 50%;
  height: 300px;
  background-size: cover;
  position: relative;
  background-position: center;
}

.latestNews .item:first-child {
  border-right: 10px solid #fff;
}

.latestNews .item+.item {
  border-left: 10px solid #fff;
}

.latestNews .content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  background-color: rgba(0, 0, 0, .7);
  left: 0;
  right: 0;
  min-height: 161px;
}

.latestNews .content:after {
  content: "Featured";
  position: absolute;
  right: 0px;
  bottom: 0;
  /*background: #006aba; */
  padding: 6px 20px;
  /*background: linear-gradient(#0077d0,#0065b1) repeat scroll 0 0 transparent;*/
  /*color: #fff;*/
  font-size: 14px;
  background: #ebeef0;
  color: #00467f;
}

.latestNews .date {
  font-size: 14px;
  color: #fff;
  padding-bottom: 10px;
}

.latestNews .title a {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.latestNews .item a:hover {
  color: #4DB4FA;
}

.stories,
.mobile-stories {
  position: relative;
}

.mobile-stories {
  display: none;
}

.stories .storyImg,
.mobile-stories .storyImg {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.stories .items:after {
  content: "";
  display: block;
  clear: both;
}

.stories .item {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.stories .items {
  margin-left: -20px;
}

.stories .date,
.mobile-stories .date {
  font-size: 14px;
  color: #36495a;
  padding-top: 30px;
  padding-bottom: 10px;
}

.stories .title a,
.mobile-stories .title a {
/*  color: #00467f;*/
  line-height: 1.3;
}

.stories .title a:hover,
.mobile-stories .title a:hover {
  color: #4db4fa;
}

.crisis-wrapper {
  background: #d0dae0;
  padding: 20px;
  color: #627a88;
  margin-top: 0px;
  margin-bottom: 30px;
}

.crisisAlerts .alertTxt a {
  color: #627a88;
  font-size: 18px;
  line-height: 24px;
}

.alertTxt a:hover {
  color: #4db4fa;
}

.crisisAlerts:after {
  content: "";
  display: block;
  clear: both;
}

.news-widget-crisis .list .item .title {
    font-size: 18px;
}

.news-widget-crisis .list .item:first-child .title {
    color: #FAAF00;
}

.alertSign span {
  width: 45px;
  height: 45px;
  display: inline-block;
  float: left;
  text-align: center;
  border: 3px solid;
  border-radius: 100%;
  font-size: 29px;
  padding-top: 10px;
}

.alertSign {
  float: left;
  width: 10%;
  border-right: 10px solid transparent;
}

.alertTxt {
  float: left;
  width: 90%;
}

@media all and (max-width: 1158px) {
  .crisis-wrapper {
    margin-top: 15px;
  }
}

@media all and (max-width: 1023px) {
  .stories .q4i-rounded-rightchevon:before,
  .stories .q4i-rounded-leftchevon:before {
    color: #131313 !important;
  }
  .stories .slick-next {
    right: -30px;
  }
  .stories .slick-prev {
    left: -12px;
  }
  .stories .slick-next,
  .stories .slick-prev {
    margin-top: -50px;
    z-index: 99999 !important;
  }
  .stories .items {
    margin: 0 20px 0 0;
  }
}

@media all and (max-width: 870px) {
  .news-widget .title a {
    font-size: 26px;
    line-height: 32px;
  }
}

@media all and (max-width: 832px) {
  .PageHome .PaneContentInner {
    padding-top: 30px;
  }
  .homeNews h2 {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 815px) {
  .news-widget .content {
    height: 200px;
  }
}

@media all and (max-width: 800px) {
  .news-widget .title a {
    font-size: 25px;
    line-height: 35px;
  }
}

@media all and (max-width: 768px) {
  .homeNews .topBtn {
    display: none;
  }
  .homeNews .downBtn {
    display: block;
  }
  .latestNews .items,
  .stories .items {
    margin-bottom: 40px;
  }
  .news-widget .content {
    width: 100%;
    text-align: center;
  }
  .wrapper {
    position: static;
    padding-top: 20px;
  }
  .news-widget .title a {
    font-size: 22px;
    line-height: 28px;
  }
}

@media all and (max-width: 730px) {
  .stories .storyImg,
  .mobile-stories .storyImg {
    height: auto;
    padding-bottom: 290px;
    background-position: 50% 25%;
  }
}

@media all and (max-width: 720px) {
  /*.news-widget .top .content,
  .news-widget .bottom .content,
  .news-widget .middle .content {
    padding-top: 95px;
  }*/
}

@media all and (max-width: 678px) {
  .latestNews .content {
    min-height: 187px;
  }
  .latestNews .title a {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 650px) {
  .alertSign,
  .alertTxt {
    width: 100%;
  }
  .alertSign {
    border-right: 0 none;
    margin-bottom: 10px;
  }
  .latestNews .content:after {
    padding: 6px 14px;
  }
}

@media all and (max-width: 644px) {
  .latestNews .title a {
    font-size: 20px;
    line-height: 30px;
  }
  .latestNews .content {
    padding-right: 10px;
  }
}

@media all and (max-width: 580px) {
  .news-widget .slick-slide {
    min-height: 280px;
  }
  .news-widget .content {
    height: 151px;
  }
  .news-widget .title a {
    font-size: 18px;
    line-height: 20px;
  }
  .news-widget {
    min-height: 230px;
  }
}

@media all and (max-width: 564px) {
  .latestNews .item {
    width: 100%;
  }
  .latestNews .item:first-child {
    border-right: 0 none;
    margin-bottom: 20px;
  }
  .latestNews .item+.item {
    border-left: 0 none;
  }
  .latestNews .content {
    min-height: 1px;
  }
  .stories .date,
  .stories .title a {
    font-size: 20px;
  }
  .homeNews .downBtn {
    padding: 10px;
    font-size: 16px;
    width: 175px;
  }
  .latestNews .content:after {
    font-size: 12px;
  }
}

@media all and (max-width: 540px) {
  .news-widget .slick-next {
    right: 10px;
  }
  .news-widget .slick-prev {
    left: 10px;
  }
}

@media all and (max-width: 436px) {
  .news-widget .slick-slide {
    min-height: 230px;
  }
  .news-widget .content {
    height: 128px;
  }
  .news-widget .title a {
    font-size: 16px;
    line-height: 18px;
  }
  .news-widget .date {
    padding-bottom: 8px;
  }
  .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 400px) {
  .latestNews .content {
    padding-left: 15px;
  }
  .latestNews .date {
    padding-bottom: 15px;
  }
  .latestNews .title a {
    font-size: 18px;
    line-height: 26px;
  }
  .latestNews .content:after {
    padding: 4px 10px;
  }
  .news-widget .item-1 {
    background-image: url('../images/slider1S.jpg');
  }
  .news-widget .item-2 {
    background-image: url('../images/slider2S.jpg');
  }
  .news-widget .item-3 {
    background-image: url('../images/slider3S.jpg');
  }
  .news-widget .item-4 {
    background-image: url('../images/slider4S.jpg');
  }
  .news-widget .item-5 {
    background-image: url('../images/slider5S.jpg');
  }
}

@media all and (max-width: 390px) {
  .mobile-stories .slick-arrow {
    top: 30%;
  }
}

@media all and (max-width: 340px) {
  .news-widget .slick-slide {
    min-height: 215px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 16px;
  }
  .news-widget .slick-next {
    right: 4px;
  }
  .news-widget .slick-prev {
    left: 4px;
  }
  .news-widget .content {
    height: 130px;
  }
  .news-widget {
    min-height: 212px;
  }
}

@media all and (max-width: 330px) {
  .news-widget .slick-next,
  .news-widget .slick-prev {
    top: 40%;
  }
}

/*** PRESS RELEASES ***/

.Breadcrumb {
  color: #627a88;
  font-size: 15px;
  margin-bottom: 45px;
}

.Breadcrumb a {
  font-size: 15px;
  color: #36495a;
  display: inline-block;
}

.Breadcrumb a:hover {
  text-decoration: underline;
  color: #0078d2;
}

.BreadcrumbHomeLink {
  display: none !important;
}

.BreadcrumbSeparator {
  padding: 0 10px;
  display: inline-block;
  color: #36495a;
}

.PressReleases {
  position: relative;
}

.rssIcon {
  position: absolute;
  right: 0;
  top: -70px;
}

.rssIcon:hover {
  text-decoration: none;
}

.rssIcon span:after {
  content: "\e642";
  font-family: 'q4icons';
  font-size: 20px;
}

.filter-wrapper>div {
  display: inline-block;
}

.filter-wrapper {
  position: absolute;
  left: 284px;
  top: -73px;
}

.PressReleases .category-filter {
  margin-right: 30px;
}

.filter-wrapper label {
  color: #36495a;
  font-family: "AmericanSansMedium";
  font-size: 14px;
  margin-right: 10px;
}

.PressReleases img {
  /*width: auto;
  height: auto;
  display: block;*/
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.PressReleases .item:after {
  content: "";
  display: block;
  clear: both;
}

.PressReleases .cover {
  float: left;
  width: 30%;
  margin-right: 48px;
  width: 235px;
  /*max-height: 150px;*/
  height: 130px;
  overflow: hidden;
  position: relative;
  /*height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;*/
}

.item.image-default .cover {
  background-size: 100%;
}

.PressReleases .content {
  float: left;
  width: 70%;
}

.PressReleases .item {
  padding-bottom: 30px;
  padding-top: 40px;
  border-top: 1px solid #ebeef0;
}

.PressReleases .item:first-child {
  padding-top: 0;
  border-top: 0 none;
}

.PressReleases .items {
  position: relative;
}

.PressReleases .items:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.PressReleases .date {
  color: #36495a;
  font-size: 14px;
  padding-bottom: 15px;
}

.PressReleases .title a,
.PressReleases .title {
/*  color: #00467f;*/
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.PressReleases .title a {
  display: inline;
}

.PressReleases .title {
  margin-bottom: 10px;
}

.PressReleases .title a:hover {
  color: #4DB4FA;
}

.PressReleases .pressContent br {
  display: none;
}

.PressReleases .title b,
.PressReleases .title strong,
.news-widget .title b,
.news-widget .title strong {
  font-family: "AmericanSansMedium";
}

.pressContent {
  color: #627a88;
  font-size: 18px;
  line-height: 24px;
}

.pager-wrapper {
  float: right;
  margin-top: 20px;
}

.pager-wrapper.hidePage {
  display: none;
}

.pager-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

#pager {
  list-style: none;
}

#pager li {
  display: inline-block;
  padding: 0 4px;
  cursor: pointer;
}

.pager-active {
  color: #36495a;
  font-weight: bold;
}

@media all and (max-width: 920px) {
  .filter-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 35px;
    left: 0;
  }
  .rssIcon {
    top: 6px;
  }
}

@media all and (max-width: 830px) {
  .PressReleases .content {
    width: 100%;
  }
  .PressReleases .cover {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 670px) {
  .filter-wrapper>div {
    display: block;
  }
  .filter-wrapper>div:first-child {
    margin-bottom: 10px;
  }
  .filter-wrapper .year-filter label {
    margin-right: 38px;
  }
  .PressReleases .cover {
    margin-right: 0;
  }
}

@media all and (max-width: 360px) {
  .filter-wrapper label {
    display: block;
    margin-bottom: 10px;
  }
  .filter-wrapper>div:first-child {
    margin-bottom: 20px;
  }
  .sbHolder,
  .sbSelector,
  .sbOptions {
    width: 100%;
  }
  .PressReleases .category-filter {
    margin-right: 0;
  }
  .rssIcon {
    top: 0;
  }
}

/*** PRESS DETAILS ***/

.pressBtn {
  background: #0078d2;
  padding: 8px 18px;
  color: #fff;
  font-family: "AmericanSansMedium", Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.bottomBtn-press .pressBtn:after {
  content: ' news';
}

.pressBtn:hover {
  background: #4db4fa;
  text-decoration: none;
  color: #fff;
}

.ModuleFileSpacer,
.ModuleFileText {
  display: none;
}

.q4i-doc-pdf:before {
  content: "\e62a";
  font-size: 20px !important;
}

.ModuleDownloadLink,
.pdfDownload a,
.pdfDownload2 a {
  margin: 20px 0;
  display: block;
}

.ModuleDownloadLink,
.pdfDownload,
.pdfDownload2 {
  text-align: left;
}

.ModulePressReleaseDetails .ModuleDownloadText,
.pdfDownload a .bolder,
.pdfDownload2 a .bolder {
  position: relative;
  padding-left: 30px;
}

.ModuleDownloadLink,
.pdfDownload a .bolder,
.pdfDownload2 a .bolder {
  font-weight: bold;
}

.ModuleDownloadLink .light {
  font-weight: normal;
  background: inherit;
}

.ModuleFileLink.ModuleDownloadLink.DocumentFileLink.q4i-doc-pdf:before,
.pdfDownload a:before,
.pdfDownload2 a:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\e670";
  font-weight: normal;
  font-family: 'q4icons';
  font-size: 20px !important;
  display: none;
}

.ModulePressReleaseDetails .ModuleDownloadText:before,
.pdfDownload a .bolder:before,
.pdfDownload2 a .bolder:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "\e670";
  font-weight: normal;
  font-family: 'q4icons';
  font-size: 20px !important;
}

/*
.ModulePressReleaseDetails ul {
  padding-left: 40px;
  margin: 12px 0 12px 18px;
}
*/

.ModulePressReleaseDetails .ModuleBody {
  position: relative;
}

.ModulePressReleaseDetails ul li {
  list-style: square;
  padding-bottom: 4px;
}

.ModulePressReleaseDetails p strong {
}

.ModulePressReleaseDetails p {
  line-height: 1.565;
}

/*
.ModulePressReleaseDetails h4 {
  color: #627a88;
}
*/

.ModulePressReleaseDetails small {
  font-size: 12px;
}

.ModulePressReleaseDetails .ModuleDateContainer {
  display: block;
}

.ModuleLinks .DocumentFileLink {
  display: inline-block;
  padding-right: 20px;
}

.ModuleDownloadLink,
.pdfDownload a,
.pdfDownload2 a {
  margin: 8px 0;
}

.ModuleLinks p {
  margin-bottom: 0;
}

@media all and (max-width: 600px) {
  .ModulePressReleaseDetails .prthumb {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 544px) {
  .ModuleDownloadLink,
  .pdfDownload,
  .pdfDownload2 {
    text-align: left;
  }
}

/*** AMERICAN DETAILS ***/

.PageAmericanStoriesAmericanStoriesDetails .ModuleDate {
  display: none;
}

/*
.PageAmericanStoriesAmericanStoriesDetails h3 {
  font-family: 'americansanslight', Arial, sans-serif;
  font-size: 21px;
  color: #36495a;
  margin: 10px 0;
}
*/

/*
.PageAmericanStoriesAmericanStoriesDetails p {
  line-height: 25.6px;
}
*/

/* .ModuleTitle.ModuleDetailHeadline {
  font-size: 24px;
  margin-top: 0;
} */

.hero img,
.hero2 img,
.bigImg img {
  width: 100%;
}

.hero {
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}

.hero2 {
  margin-bottom: 20px;
}

.hero2 img {
  margin-bottom: 10px;
}

.customFloating:after,
.customColumnFloating:after,
.customImgList:after {
  content: "";
  display: block;
  clear: both;
}

.customFloating .leftTxt {
  float: left;
  width: 65%;
  border-right: 10px solid #fff;
}

.customFloating .rightImg {
  float: right;
  width: 35%;
}

.customFloating .rightTxt {
  float: right;
  width: 65%;
  border-left: 10px solid #fff;
}

.customFloating .leftImg {
  float: left;
  width: 35%;
}

.customFloating .size_image {
  padding: 20px;
}

.PageAmericanStoriesAmericanStoriesDetails small {
  font-size: 12px;
}

.PageAmericanStoriesAmericanStoriesDetails .center {
  text-align: center;
  font-size: 18px;
}

.size_image span {
  display: block;
}

.leftFloating {
  float: left;
  width: 38%;
}

.rightFloating {
  float: right;
  width: 60%;
}

.customFloating .greenImg {
  width: 45%;
  padding: 0;
}

.customFloating .greenTxt {
  float: right;
  width: 50%;
}

.red {
  margin-top: 20px;
}

.customFloating2 {
  margin-bottom: 20px;
}

.bottomPad {
  display: block;
  padding-bottom: 20px;
}

.maintenanceImg .leftImg {
  width: 20%;
}

.maintenanceImg .rightTxt {
  width: 80%;
}

.customImgList div {
  width: 33.33%;
  float: left;
  padding: 20px;
}

.customImgList {
  margin: 0 -20px;
}

span.topPad {
  display: block;
  padding-top: 40px;
}

.storiesCarousel .slick-dots li {
  background: #0078d2 !important;
}

.storiesCarousel ul.slick-dots {
  margin-bottom: 20px;
}

@media all and (max-width: 700px) {
  .customFloating .rightTxt,
  .customFloating .leftTxt {
    width: 50%;
  }
  .customFloating .leftImg,
  .customFloating .rightImg {
    width: 50%;
  }
  .customFloating .greenImg {
    width: 45%;
  }
  .maintenanceImg .leftImg {
    width: 35%;
  }
  .maintenanceImg .rightTxt {
    width: 65%;
  }
}

@media all and (max-width: 560px) {
  .customImgList div {
    width: 50%;
  }
}

@media all and (max-width: 550px) {
  .customFloating .rightTxt,
  .customFloating .leftTxt,
  .customFloating .greenTxt,
  .leftFloating,
  .rightFloating {
    width: 100%;
  }
  .customFloating .leftImg,
  .customFloating .rightImg {
    width: 100%;
    padding: 20px 0;
  }
  span.topPad {
    padding-top: 0;
  }
}

@media all and (max-width: 390px) {
  .customImgList div {
    width: 100%;
  }
}


/*** AMERICAN STORIES ***/

.PageAmericanStories .PaneContent .container {
  padding: 0 10px;
}

.aaStories .itemContainer {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center;
}

.aaStories .item {
  position: relative;
  width: 33.33%;
  float: left;
  padding: 10px;
}

.aaStories .firstItem .itemContainer {
  min-height: 620px;
}

.aaStories .item.firstItem {
  width: 66.66%;
}

.aaStories .item.custom_width {
  width: 66.66%;
}

.aaStories .content {
  position: absolute;
  bottom: 0;
  padding: 25px 30px;
  background-color: rgba(0, 0, 0, .7);
  left: 0;
  right: 0;
}

.aaStories .date {
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
}

.aaStories .title a {
  font-size: 22px;
  color: #fff;
  line-height: 24px;
}

.aaStories .firstItem .title a {
  font-size: 32px;
  line-height: 32px;
}

.aaStories .title a:hover {
  color: #4db4fa;
}

.aaStories:after {
  content: "";
  display: block;
  clear: both;
}

.pull-quote {
  float: right;
  width: 35%;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #0078d2;
}

.template1:after,
.template2:after {
  content: "";
  display: block;
  clear: both;
}

.template1 img {
  float: right;
  width: 65%;
  margin-left: 20px;
  margin-bottom: 20px;
}

.template2Img div {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 65%;
}

.ModulePressReleaseDetails .template2-intro,
.ModulePressReleaseDetails .template1-intro {
  font-size: 20px;
  color: #9da6ab;
  line-height: 1.3;
}

.intro-left {
  display: inline-block;
  float: left;
  width: 250px;
  height: 525px;
}

.template5-intro {
  color: #9da6ab;
  font-size: 20px;
}

.template5 div {
  padding: 2px;
}

.template5 div.largeImg,
.template5 div.largeImg img {
  width: 100%;
  padding-bottom: 2px;
}

.template5 div.mediumImg {
  width: 50%;
  height: 300px;
}

.template5 div.mediumImg img {
  height: 100%;
  width: 100%;
}

.customImgList.template5 {
  margin: 0 0 20px;
}

.template1-txt {
  float: left;
  width: 66.66%;
}

.template1-video {
  float: left;
  width: 33%;
  border-right: 20px solid #fff;
}

.template1-txt {
  float: left;
  width: 67%;
  border-left: 20px solid #fff;
}

.videoStyle {
  margin-bottom: 15px;
}

.videoStyle a {
  display: block;
}

.videoPlay {
  display: block;
  position: relative;
}

.template3 {
  margin-bottom: 15px;
}

.videoPlay:after {
  content: "\f01d";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 45%;
  font-size: 63px;
  color: #9da6ab;
}

.template2Video {
  float: left;
  width: 65%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.template2Video img {
  width: 100%;
  margin: 0;
}

.template1-video .videoPlay:after {
  right: 40%;
  top: 45%;
}

@media all and (max-width: 768px) {
  .aaStories .item.firstItem {
    width: 100%;
  }
  .aaStories .firstItem .itemContainer {
    min-height: 360px;
  }
  .aaStories .item.custom_width,
  .aaStories .item {
    width: 50%;
  }
  .aaStories .firstItem .title a {
    font-size: 28px;
  }
  .template5 div.mediumImg,
  .template5 div.mediumImg img {
    height: auto;
  }
  .template1-video,
  .template1-txt {
    width: 100%;
  }
  .template1-txt {
    margin-left: 0;
    border-left: 0 none;
  }
  .template1-video {
    border-right: 0 none;
  }
  .videoStyle {
    width: 45%;
    display: inline-block;
  }
  .videoStyle.rightVideo {
    float: right;
  }
  .videoPlay:after {
    right: 45%;
  }
  .template1-video .videoPlay:after {
    right: 40%;
  }
}

@media all and (max-width: 678px) {
  .template2Img div,
  .template1 img,
  .template2Video {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media all and (max-width: 655px) {
  .videoStyle {
    width: 60%;
  }
  .videoStyle img {
    width: 100%;
  }
  .videoStyle.rightVideo {
    float: none;
  }
}

@media all and (max-width: 620px) {
  .pull-quote {
    width: 100%;
  }
}

@media all and (max-width: 520px) {
  .aaStories .item.custom_width,
  .aaStories .item {
    width: 100%;
  }
  .aaStories .item {
    padding-bottom: 10px 0;
  }
  .aaStories .itemContainer {
    min-height: 250px;
  }
  .aaStories .title a {
    font-size: 20px;
  }
  .aaStories .firstItem .title a {
    font-size: 24px;
    line-height: 30px;
  }
}

@media all and (max-width: 505px) {
  .videoStyle {
    width: 100%;
  }
  .template1-video .videoPlay:after {
    right: 45%;
  }
}

/*** SITE-MAP ***/

.SiteMapList {
  list-style: none;
}

.SiteMap-Level3,
.SiteMap-Level4 {
  display: none;
}

.SiteMap-Level1>a {
  font-size: 19.2px;
}


/*** SICKY ICONS ***/

.PaneHeader2 {
  position: relative;
}

.sticky-wrapper {
  position: relative;
}

.sticky-wrapper div {
  position: absolute;
  z-index: 9;
  right: -24px;
  top: -22px;
}

.sticky-wrapper ul {
  list-style: none;
  position: fixed;
}

.sticky-wrapper ul.sticky-list {
  top: 15px;
}

.sticky-wrapper ul li {
  width: 60px;
  height: 60px;
  background: #f0f3f5;
  margin-bottom: 2px;
  text-align: center;
  /*padding-top: 18px;*/
  position: relative;
}

.sticky-wrapper ul li a {
  display: inline-block;
  margin-top: 13px;
}

.sticky-wrapper ul li a:hover {
  text-decoration: none;
}

/*li.stickyFb a:after {
  content: "\e635";
  font-family: 'q4icons';
  color: #517cbe;
  font-size: 25px;
}
li.stickyTwt a:after {
  content: "\e645";
  font-family: 'q4icons';
  font-size: 25px;
  color: #2aa9e0;
}*/

span.headerIcon-share.st_sharethis_large {
  cursor: pointer;
  display: inline-block;
}

span.headerIcon-share.st_sharethis_large:after {
  font-size: 22px;
  content: "\e910";
  font-family: 'q4icons';
  color: #9da6ab;
  position: absolute;
  left: 19px;
  top: 20px;
}

.stButton .stLarge {
  background-image: none !important;
  position: relative;
}

span.st_facebook_large {
  cursor: pointer;
  display: inline-block;
}

li.stickyFb .st_facebook_large:after {
  content: "\e635";
  font-family: 'q4icons';
  color: #517cbe;
  font-size: 25px;
  position: absolute;
  left: 18px;
  top: 21px;
}

li.stickyTwt .st_twitter_large:after {
  content: "\e645";
  font-family: 'q4icons';
  font-size: 25px;
  color: #2aa9e0;
  position: absolute;
  left: 18px;
  top: 20px;
}

.stButton .stLarge {
  left: 2px;
}

.stickyShare .stButton .stLarge {
  left: 16px;
}

span.chicklets.sharethis {
  display: none;
}

@media all and (max-width: 1158px) {
  .sticky-wrapper ul,
  .sticky-wrapper div {
    position: static;
  }
  .sticky-wrapper {
    float: right;
  }
  .navbar-collapse {
    float: left;
  }
  .sticky-wrapper ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  li.stickyFb .st_facebook_large:after {
    font-size: 21px;
    left: 10px;
    top: 10px;
  }
  li.stickyTwt .st_twitter_large:after {
    font-size: 21px;
    left: 10px;
    top: 11px;
  }
  span.headerIcon-share.st_sharethis_large:after {
    font-size: 17px;
    left: 11px;
    top: 11px;
  }
  .sticky-wrapper ul li a {
    margin-top: 0;
  }
}

@media all and (max-width: 832px) {
  .sticky-wrapper {
    float: none;
    padding-left: 40px;
    margin-top: 20px;
  }
}

@media all and (max-width: 390px) {
  .sticky-wrapper {
    float: none;
    padding-left: 20px;
  }
}

/*** PRESS DETAILS TABLES ***/

.ModulePressReleaseDetails table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  min-width: 100% !important;
}

.ModulePressReleaseDetails tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.ModulePressReleaseDetails table tr.even,
.ModulePressReleaseDetails table tr.alt,
.ModulePressReleaseDetails table tr:nth-of-type(even) {
  background: #EBEEF0;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(235, 238, 240);
}

body .gnw_border_top_solid {
  border-top: 0 none!important;
}

body .gnw_border_bottom_solid {
  border-bottom: 0 none!important;
}

body .gnw_border_left_solid {
  border-left: 0 none!important;
}

body .gnw_border_right_solid {
  border-right: 0 none!important;
}

.gnw_table_border_collapse td {
  font-size: inherit !important;
  padding: 7px 0;
}

.responsiveTable {
  margin-bottom: 20px;
}

.ModulePressReleaseDetails .imgHeader {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}

.ModulePressReleaseDetails .imgHeader a {
  font-size: 12px;
}

.ModulePressReleaseDetails .imgHeader img {
  float: none !important;
  width: 100%;
}

.ModulePressReleaseDetails p:after {
  /*  content: "";
  display: block;
  clear: both;*/
}

.pressDetail-img,
.pressDetail-video {
  width: 300px;
  padding: 0px 0 0 12px;
  float: right;
  font-size: 12px;
}

.pressDetail-video {
  margin-bottom: 10px;
}

.left-video {
  float: left;
}

.pressDetail-img2 {
  width: 300px;
  padding: 5px 12px 0 0;
  float: left;
  font-size: 12px;
}

.pressImg-Custom {
  float: left;
  padding: 5px 12px 0 0;
  font-size: 12px;
  width: auto;
}

.pressDetail-img img,
.pressDetail-video img,
.pressDetail-img2 img {
  width: 300px !important;
}

.pressDetail-img a,
.size_image a:last-child,
.imgHeader a:last-child,
.pressdetail-img2 a:last-child,
.pressImg-Custom a:last-child,
.press-video {
  font-size: 12px;
}

.pressDetail-img a:last-child {
  margin-top: -9px;
  display: block;
}

.pressDetail-img a:last-child:before,
.pressDetail-img2 a:last-child:before,
.size_image a:last-child:before,
.pressDetail-img a[attr=download]:before,
.pressDetail-img2 a[attr=download]:before,
.size_image a[attr=download]:before,
.imgHeader a:last-child:before,
.pressDetail-row span:before,
.pressdetail-img2 a:last-child:before,
.ModulePressReleaseDetails .row em>a:before,
.pressImg-Custom ul li a:last-child:before {
  content: 'Download image';
}

.pressDetail-video a:last-child:before,
.press-video:before {
  content: "Download video";
}

.pressdetail-img2,
.pressdetail-video {
  margin-bottom: 10px;
}

.ModulePressReleaseDetails a img {
  float: none !important;
}

.ModulePressReleaseDetails .signature {
  float: right;
}

.pressDetail-row>div {
  width: 33.33%;
  text-align: left;
  float: left !important;
}

.ModulePressReleaseDetails .signature:after,
.ModulePressReleaseDetails .row:after,
.ModulePressReleaseDetails .ModuleBody:after,
.pressDetail-row:after,
.pressDetail-center:after {
  content: "";
  display: block;
  clear: both;
}

.pressDetail-center img {
  float: none !important;
}

.pressDetail-center ul {
  padding-left: 0;
}

.ModulePressReleaseDetails ul.imgu {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.ModulePressReleaseDetails b {
  font-weight: bold;
  color: #00467f;
}

.img-caption {
  font-size: 12px;
  width: 50%;
}

.imgnowrap {
  margin: 0 10px 10px 10px;
  border-bottom: 1px solid silver;
}

.ModulePressReleaseDetails ul li.imgl {
  list-style: none;
}

.ModulePressReleaseDetails .imgright {
  float: right;
  width: 40%;
  margin-left: 15px;
  margin-bottom: 15px;
}

.ModulePressReleaseDetails .imgright:after {
  content: "";
  display: block;
  clear: both;
}

.ModulePressReleaseDetails .imgright .img-caption {
  width: 100%;
  border-bottom: 1px solid #9da6ab;
}

.pressCarousel {
  width: 80%;
}

.ModulePressReleaseDetails .pressCarousel img {
  width: 50%;
  float: right;
  margin-left: 20px;
}

.pressCarousel .slick-arrow:before {
  color: #d0dae0;
  opacity: 1;
  font-size: 30px;
}

.pressCarousel .slick-slide {
  background: transparent;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 10px;
  border: 1px solid #d9d9d9;
}

.pressCarousel .slick-prev {
  left: -45px;
}

.pressCarousel .slick-next {
  right: -35px;
}

.ModulePressReleaseDetails img {
  padding: 0;
}

/* .ModulePressReleaseDetails h3,
.ModulePressReleaseDetails h4 {
  color: #0078d2;
  font-weight: bold;
} */

/* .ModulePressReleaseDetails .ModuleTitle.ModuleDetailHeadline {
  font-weight: normal;
} */

.pressH3 {
  color: #4db4fa;
  font-size: 27px !important;
  font-family: 'AmericanSansLight', Arial, sans-serif;
}

span.borderImg {
  display: block;
  margin-top: 40px;
  background: url('../design/header_shadow01.png') center 50px no-repeat;
  height: 110px;
}

.pressDetail-img .cboxElement,
.pressDetail-video .cboxElement {
  position: relative;
}

.pressDetail-img .cboxElement:after,
.pressDetail-video .cboxElement:after {
  content: "\f01d";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 37px;
  left: 3px;
  font-size: 44px;
  color: #627a88;
  opacity: 0.8;
  font-weight: normal;
}

.ModulePressReleaseDetails pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

@media all and (max-width: 1090px) {
  .pressCarousel .slick-prev {
    display: none !important;
  }
}

@media all and (max-width: 910px) {
  .ModulePressReleaseDetails .row>div {
    float: left !important;
    width: 50%;
  }
  .pressCarousel {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .img-caption {
    width: 100%;
  }
  .pressH3 {
    font-size: 22px !important;
  }
}

@media all and (max-width: 660px) {
  .ModulePressReleaseDetails .imgright {
    width: 100%;
    margin-left: 0;
  }
  .ModulePressReleaseDetails .pressCarousel img {
    width: 100%;
    margin-left: 0;
  }
  .pressCarousel {
    width: 100%;
  }
  .pressCarousel .slick-next {
    right: -25px;
  }
  .pressDetail-row>div {
    width: 50%;
  }
}

@media all and (max-width: 600px) {
  .pressDetail-img,
  .pressDetail-video,
  .pressDetail-img2 {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .pressDetail-img video,
  .pressDetail-video video {
    width: 100% !important;
  }
  .responsiveTable {
    overflow-x: scroll;
  }
  .pressDetail-img img,
  .pressDetail-img2 img,
  .pressDetail-video img {
    width: 100% !important;
  }
}

@media all and (max-width: 510px) {
  .pressDetail-row>div {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .ModulePressReleaseDetails ul {
    margin-left: 0;
    padding-left: 25px;
  }
}

@media all and (max-width: 450px) {
  .ModulePressReleaseDetails ul {
    width: 100%;
  }
}

@media all and (max-width: 425px) {
  .ModulePressReleaseDetails .row>div {
    width: 100% !important;
  }
}

.subscribe-text {
  margin-bottom: 10px !important;
}

.subscribe-text h2 {
  margin-bottom: 20px;
}


/*** CONTACT ***/

.PageContact .sbHolder {
  border: 1px solid #a39da6;
  width: 95%;
}

.PageContact .sbOptions {
  width: 100% !important;
}


/*** CRISIS ALERT ***/

.PageCrisisAlert .headerLinks,
.PageCrisisAlert .ModuleSearch,
.PageCrisisAlert .sticky-wrapper {
  display: none;
}

.news-widget.news-widget-crisis .content {
  padding: 0;
}

.clearfix:after {
  content: '';
  clear: both;
  display: table;
}

.news-widget-crisis.PressReleases .content {
  width: 100%;
}

.news-widget-crisis.PressReleases .item {
  border-top: 1px solid #ebeef0;
}

.news-widget-crisis.PressReleases .item:first-child {
  border-top: 0 none;
}

@media all and (max-width: 832px) {
  .PageCrisisAlert .PaneHeader {
    display: none;
  }
}


/*** MULTIMEDIA ***/

.iframeMP4 .fancybox-inner {
  height: auto !important;
  padding-bottom: 56.25%;
  width: auto !important;
}

.iframeMP4 .fancybox-inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-tags.hide,
.factsheet-tags.hide,
.gallery .gallery-items>div.Image,
.gallery .gallery-items>div.Factsheet {
  display: none;
}

.image-nav,
.factsheet-nav {
  display: none;
  font-size: 16px;
}

.gallery-items>div {
  padding: 12px;
}

.gallery-items {
  margin: 20px -12px 0;
}

.gallery-items img {
  max-height: 198px;
  width: 100%;
  display: none;
}

.gallery-items .Image img {
  height: 198px;
}

.media-select {
  background-image: none;
}

.media-label {
  color: #333;
  font-family: "AmericanSansMedium";
  font-size: 14px;
  margin-right: 10px;
}

.image-tags,
.factsheet-tags {
  /*border:1px solid #ebeef0;*/
  margin: 20px -12px 0;
}

.image-tags li,
.factsheet-tags li {
  text-align: center;
}

.image-tags a,
.factsheet-tags a {
  color: #627a88;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.image-tags a:hover,
.factsheet-tags a:hover,
.image-tags a.active,
.factsheet-tags a.active {
  color: #00467f;
  font-weight: bold;
  text-decoration: none;
}

.gallery.grid-no-gutter .image-tags .col,
.gallery.grid-no-gutter .factsheet-tags .col {
  padding-left: 0;
  padding: 12px;
  position: relative;
}

.gallery.grid-no-gutter .image-tags .col img,
.gallery.grid-no-gutter .factsheet-tags .col img {
  vertical-align: top;
}

.gallery.grid-no-gutter .image-tags .col .bg_item,
.gallery.grid-no-gutter .factsheet-tags .col .bg_item {
  position: relative;
}

.gallery.grid-no-gutter .image-tags .col span,
.gallery.grid-no-gutter .factsheet-tags .col span {
  background: #627a88;
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 12px;
  left: 0px;
}

.grid-no-gutter .tag-back i:before {
  font-size: 12px;
}

.gallery .bg_item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.gallery.grid-no-gutter .image-tags .bg_item,
.gallery.grid-no-gutter .factsheet-tags .bg_item {
  height: 300px;
}

.media-date {
  font-size: 14px;
}

.gallery-items h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.media-image a.fancybox {
  display: block;
  height: 200px;
  border: 1px solid #ebeef0;
}

.media-image .mediaDownload {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 33px;
  height: 36px;
  border: 0 none;
}

.media-item.Logo .media-image a.fancybox {
  position: relative;
}

.gallery-items .media-item.Logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.media-image .mediaDownload:hover {
  color: #4db4fa;
}

.media-image .mediaDownload:after {
  content: "\e670";
  font-weight: normal;
  font-family: 'q4icons';
  padding-left: 9px;
  padding-top: 7px;
  display: inline-block;
}

.media-type {
  position: absolute;
  bottom: 1px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 12px;
  left: 1px;
}

.Video .media-type,
.Video .mediaDownload {
  background: #0078d2;
  color: #fff;
}

.Factsheet .media-type,
.Factsheet .mediaDownload {
  background: #627a88;
  color: #fff;
}

.Logo .media-type,
.Logo .mediaDownload {
  background: #ebeef0;
  color: #00467f;
}

.Image .media-type,
.Image .mediaDownload {
  background: #627a88;
  color: #fff;
}

.media-image {
  height: 200px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 12px;
}

.media-item.Logo .media-date,
.media-item.Image .media-date,
.media-item.Video .media-date {
  display: none;
}

.gallery.grid-no-gutter .col {
  padding-left: 12px;
}

.media-image .social-share {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #0078d2;
}

.social-sharing {
  list-style: none;
  background: #ebeef0;
  position: absolute;
  right: -9px;
  top: -9px;
  padding: 5px;
}

.social-sharing a:hover,
.media-share:hover {
  text-decoration: none;
}

.media-share {
  background: #ebeef0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.media-share:after {
  content: "\e910";
  font-family: 'q4icons';
  display: inline-block;
  padding-top: 10px;
}

.social-sharing span:before {
  font-size: 24px;
}

.social-sharing li {
  padding-bottom: 5px;
}

.social-sharing li:last-child {
  padding-bottom: 0;
}

.select-wrapper .sbOptions a:before {
  padding-right: 10px;
}

a.Factsheet.factsheet_link {
  border: 1px solid #ebeef0;
  /* position: absolute;
  top: 0;
  left: 0;*/
  display: block;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 768px) {
  .gallery.grid-no-gutter .image-tags .col,
  .gallery.grid-no-gutter .factsheet-tags .col {
    padding: 2px 3px;
  }
}

@media all and (max-width: 620px) {
  .factsheet-tags,
  .image-tags {
    padding: 15px 0;
  }
}

@media all and (max-width: 480px) {
  .image-tags li,
  .factsheet-tags li {
    padding: 3px 0;
  }
}

@media all and (max-width: 360px) {
  .social-sharing span:before {
    font-size: 28px;
  }
  .media-label {
    display: block;
    margin-bottom: 5px;
  }
}

.media-select {
  list-style: none;
  text-align: center;
  margin-bottom: 25px;
}

.media-select a {
  display: inline-block;
  padding: 0 26px;
  color: #00477f;
  cursor: pointer;
  font-family: "AmericanSansMedium", Arial, sans-serif;
  font-size: 18px;
}

.media-select a:hover,
.media-select a.selected {
  color: #0078d2;
  text-decoration: none;
}

.media-select a:before {
  font-size: 32px;
  padding-right: 15px;
  vertical-align: bottom;
}

@media all and (max-width: 700px) {
  .media-select a.imgResource,
  .media-select a.videosResource {
    margin-bottom: 0;
  }
}

@media all and (max-width: 685px) {
  .media-select a {
    padding: 0 20px;
  }
  .media-select a:before {
    font-size: 26px;
  }
}

@media all and (max-width: 610px) {
  .media-select a {
    padding: 0 15px;
  }
}

@media all and (max-width: 570px) {
  .media-select {
    text-align: left;
  }
  .media-select a {
    padding: 0 0 0 15px;
  }
  .media-select a:last-child {
    padding-right: 0;
  }
}

@media all and (max-width: 515px) {
  .media-select a:before {
    font-size: 20px;
    padding-right: 10px;
  }
  .media-select a {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .media-select a.imgResource,
  .media-select a.videosResource {
    margin-bottom: 15px;
  }
  .media-select {
    text-align: center;
  }
}

@media all and (max-width: 352px) {
  .media-select {
    text-align: left;
  }
  .media-select a {
    width: 50%;
  }
}

*:focus {
  outline: 2px dotted #2aa9e0;
}

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="file"]:focus,
select:focus,
button:focus,
textarea:focus {
  outline: 1px dotted #2aa9e0;
}

.slick-dots li button:focus,
.q4i-rounded-rightchevon:focus:before,
.q4i-rounded-leftchevon:focus:before {
  color: #2aa9e0;
}

.loading {
  padding-left: 9px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.updatedfooter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.updatedfooter ul li {
  list-style: none;
  display: inline-block;
  padding: 40px 20px;
}

.updatedfooter ul li:first-child {
  padding-left: 0px;
}

.updatedfooter ul li a:after {
  content: "\e03f";
  font-family: 'q4icons';
  position: absolute;
  right: -21px;
  top: -5px;
}

.updatedfooter ul li a {
  color: #ffffff;
  font-size: 15px;
  font-family: "AmericanSans", Arial, sans-serif;
  position: relative;
}

// .footerSocial i {
//   color: #f3f3f3;
//   font-size: 20px;
//   padding: 0 10px;
// }

.footerSocial a:hover {
  text-decoration: none;
}

.Copyright {
  color: #ffffff;
  font-size: 12px;
  float: left;
  margin: 2em 0;
}

.Copyright>span {
  font-family: Arial, sans-serif;
}

@media all and (max-width: 1023px) {
  .updatedfooter ul li {
    padding: 40px 17px;
  }
}

@media all and (max-width: 767px) {
  .updatedfooter ul li a {
    font-size: 12px;
  }
  .updatedfooter ul {
    padding-top: 12.5px;
  }
  .updatedfooter ul li {
    display: block;
    padding: 7.5px 0;
  }
  .updatedfooter ul li a:after {
    right: -15px;
  }
  .Copyright {
    float: none;
    padding-top: 15px;
  }
  .footerSocial ul {
    float: none;
    margin-left: 0;
  }
  .footerSocial {
    padding-top: 15px 0 20px;
  }
  .Copyright {
    font-size: 10px;
  }
}

.gallery .factsheet-tags .bg_item {
  background-size: auto 100% !important;
}

.PagePressReleasesPressReleaseDetails .ModuleTitle {
  font-size: 36px;
  line-height: 40px;
}

.ModulePressReleaseDetails .ModuleTitle.ModuleDetailHeadline,
h2>.ModuleTitle {
  font-size: 36px;
  line-height: 1.2;
  color: #0078d2;
}

.pr-gallery-slider .slick-dots,
.pr-gallery-slider-static .slick-dots {
  bottom: 50px;
}

.ModulePressReleaseDetails .grid-images .col {
  padding-left: 5px;
}

.Factsheet .media-date {
  display: none;
}

.image-float-right {
  float: right;
  max-width: 700px;
  width: 100%;
  margin: 0 0 10px 10px;
}

.extra-margin {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .image-float-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

/*============Awards Page================*/

.awards {
position: relative;
}
.awards img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.awards .items {
    position: relative;
}
.awards .item:first-child {
    padding-top: 0;
    border-top: 0 none;
}
.awards .item {
    padding-bottom: 30px;
    padding-top: 40px;
    border-top: 1px solid #ebeef0;
}
.awards .cover {
    float: left;
    width: 30%;
    margin-right: 48px;
    width: 235px;
    /* max-height: 150px; */
    height: 158px;
    overflow: hidden;
    position: relative;
}
.awards .content {
    float: left;
    width: 70%;
}
.awards .item:after {
    content: "";
    display: block;
    clear: both;
}
.awards .item {
    padding-bottom: 30px;
    padding-top: 40px;
    border-top: 1px solid #ebeef0;
}
.awards .date {
    color: #36495a;
    font-size: 14px;
    padding-bottom: 15px;
}
.awards .title {
    margin-bottom: 10px;
}
.awards .title a, .awards .title {
    color: #00467f;
    font-size: 24px;
    line-height: 32px;
    display: block;
}
.awards .title a {
    display: inline;
}

/*============End Awards Page================*/

  .ModulePressReleaseDetails .pr-gallery-slider,
  .ModulePressReleaseDetails .pr-gallery-slider-static {
    padding: 10px;
    background-color: #ebeef0;
  }
  
  .ModulePressReleaseDetails .pr-gallery-slider img,
  .ModulePressReleaseDetails .pr-gallery-slider-static img{
    padding: 0;
    float: none;
  }
  
  .slick-prev:before,
  .slick-next:before {
    color: #0078d2;
  }
  
  .ModulePressReleaseDetails .pr-gallery-slider .slick-dots,
  .ModulePressReleaseDetails .pr-gallery-slider-static .slick-dots{
    padding: 0;
    margin: 0;
    position: relative;
    bottom: auto;
    margin: 10px 10px 0;
    line-height: 8px;
  }
  
  .ModulePressReleaseDetails .pr-gallery-slider .slick-dots li button,
  .ModulePressReleaseDetails .pr-gallery-slider-static .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 0;
  }
  
  .ModulePressReleaseDetails .pr-gallery-slider .slick-dots li,
  .ModulePressReleaseDetails .pr-gallery-slider-static .slick-dots li{
    background: #b1e1eb;
    opacity: 1;
  }
  
  .ModulePressReleaseDetails .pr-gallery-slider .slick-dots li:hover,
  .ModulePressReleaseDetails .pr-gallery-slider .slick-dots li:focus,
  .ModulePressReleaseDetails .pr-gallery-slider-static .slick-dots li:hover,
  .ModulePressReleaseDetails .pr-gallery-slider-static .slick-dots li:focus{
    background-color: #0078d2;
    opacity: .6;
  }
  
  .ModulePressReleaseDetails .pr-gallery-slider .slick-dots li.slick-active,
  .ModulePressReleaseDetails .pr-gallery-slider-static .slick-dots li.slick-active{
    background: #0078d2;
    opacity: 1;
  }
  
  .ModulePressReleaseDetails .pr-gallery-image {
    position: relative;
    overflow: hidden;
  }
  
  .ModulePressReleaseDetails .pr-gallery-image .mediaDownload {
    background: #627a88;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33px;
    height: 36px;
    border: 0 none;
  }
  
  .ModulePressReleaseDetails .pr-gallery-image .mediaDownload:hover {
    color: #4db4fa;
  }
  
  .ModulePressReleaseDetails .pr-gallery-image .mediaDownload:after {
    content: "\e670";
    font-weight: normal;
    font-family: 'q4icons';
    padding-left: 9px;
    padding-top: 7px;
    display: inline-block;
  }

/*============AA Colors & Utility Classes ================*/

.invisible {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.box_shadow { -webkit-box-shadow: 0 0 6px #999; box-shadow: 0 0 6px #999 }
.round_corners { border-radius: 6px }
.aa_darkblue { color: #00467F }
.aa_blue { color: #0078D2 }
.aa_lightblue { color: #4DB4FA }
.aa_teal { color: #B1E1EB }
.aa_ultralightblue { color: #E1F0FA }
.aa_green { color: #00B989 }
.aa_yellow { color: #D1D532 }
.aa_lightorange { color: #FAAF00 }
.aa_orange { color: #FF7318 }
.aa_red { color: #F52305 }
.aa_darkred { color: #C30019 }
.aa_black { color: #131313 }
.aa_darkgray { color: #36495A }
.aa_mediumgray { color: #627a88 }
.aa_gray { color: #9DA6AB }
.aa_lightgray { color: #D0DAE0 }
.aa_ultralightgray { color: #EBEEF0 }
.aa_darkblue_bg { background: #00467F }
.aa_blue_bg, .blue { background: #0078D2 }
.aa_lightblue_bg, .light { background: #4DB4FA }
.aa_teal_bg { background: #B1E1EB  }
.aa_ultralightblue_bg { background: #E1F0FA }
.aa_green_bg { background: #00B989 }
.aa_yellow_bg { background: #D1D532 }
.aa_lightorange_bg { background: #FAAF00 }
.aa_orange_bg { background: #FF7318 }
.aa_red_bg { background: #F52305 }
.aa_darkred_bg { background: #C30019 }
.aa_black_bg { background: #131313 }
.aa_darkgray_bg { background: #36495A }
.aa_mediumgray_bg { background: #627a88 }
.aa_gray_bg { background: #9DA6AB }
.aa_lightgray_bg { background: #D0DAE0 }
.aa_ultralightgray_bg { background: #EBEEF0 }

.PaneContentInner .ModulePressReleaseDetails h1 {
  font-size: 36px;
  line-height: 1.2;
  color: #0078d2;
  margin: 0 0 8px;
  font-family: "AmericanSansLight", Arial, sans-serif;
}

.PaneContentInner .ModulePressReleaseDetails h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #00467f;
  margin: 20px 0 0px 0px;
  font-family: "AmericanSansLight", Arial, sans-serif;
}

.PaneContentInner .ModulePressReleaseDetails h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #36495a;
/*   margin-bottom: 30px; */
  margin: 0 0 8px;
  font-family: "AmericanSansLight", Arial, sans-serif;
}

.PaneContentInner .ModulePressReleaseDetails h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #36495a;
}

.PaneContentInner .ModulePressReleaseDetails h5 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #36495a;
}

.ModulePressReleaseDetails .frame {
    width: 95%;
    margin: 0 2.5%;
    padding: 20px 0;
}

div.page_button {
  margin-bottom: 16px;
}

.page_button a,
a.page_button {
  display: inline-block;
  background: #0078d2;
  padding: 8px 18px;
  color: #fff;
  font-family: "AmericanSansMedium", Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.page_button a:hover,
a.page_button:hover {
  background: #4db4fa;
  text-decoration: none;
  color: #fff;
}

.doc_hr{border:0px;border-top:1px solid #d3d3d3; }

.blockquote {
    background-color: #ebeef0;
    box-sizing: border-box;
    padding: 20px 20px 4px;
    border-left: 3px solid #4db4fa;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 480px) {
  .blockquote:not(.nopadding) {
    margin-left: 50px;
    margin-right: 50px;
  }
}

ol.large-num {
  counter-reset: li;
  list-style: none;
  padding: 0;
  line-height: 1.5;
}
ol.large-num > li {
     position: relative;
     padding: 10px 0 16px 30px;
}
ol.large-num > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 30px;
    line-height: 1;
    color: #00467f;
}


/* Jetnet Responsive Grid */

.responsive-col {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
}

.responsive-col:before,
.responsive-col:after {
  content: '';
  display: table;
}

.responsive-col:after {
  clear: both;
}

.responsive-col .one-col,
.responsive-col .two-col-one, 
.responsive-col .two-col-two,
.responsive-col .offset-col-one-large,
.responsive-col .offset-col-one-small,
.responsive-col .three-col-one, 
.responsive-col .three-col-two, 
.responsive-col .three-col-three,
.responsive-col .offset-col-two-small,
.responsive-col .offset-col-two-large,
.responsive-col .four-col-one, 
.responsive-col .four-col-two, 
.responsive-col .four-col-three, 
.responsive-col .four-col-four,
.responsive-col .offset-col-three-small,
.responsive-col .offset-col-three-large,
.responsive-col .offset-col-three-tiny,
.responsive-col .five-col-five, 
.responsive-col .five-col-four, 
.responsive-col .five-col-three, 
.responsive-col .five-col-two,  
.responsive-col .five-col-one,
.responsive-col .offset-col-three-huge {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

  .showOnPhone {
    display: none;
  }


@media (min-width: 767px) {  

  .responsive-col .one-col,
  .responsive-col .two-col-one, 
  .responsive-col .two-col-two,
  .responsive-col .offset-col-one-large,
  .responsive-col .offset-col-one-small,
  .responsive-col .three-col-one, 
  .responsive-col .three-col-two, 
  .responsive-col .three-col-three,
  .responsive-col .offset-col-two-small,
  .responsive-col .offset-col-two-large,
  .responsive-col .four-col-one, 
  .responsive-col .four-col-two, 
  .responsive-col .four-col-three, 
  .responsive-col .four-col-four,
  .responsive-col .offset-col-three-small,
  .responsive-col .offset-col-three-large,
  .responsive-col .offset-col-three-tiny,
  .responsive-col .five-col-five, 
  .responsive-col .five-col-four, 
  .responsive-col .five-col-three, 
  .responsive-col .five-col-two,  
  .responsive-col .five-col-one,
  .responsive-col .offset-col-three-huge {
    float: left;
  }
  
  .responsive-col .one-col {
    width: 100%;
  }

  .responsive-col .two-col-one, 
  .responsive-col .two-col-two {
    width: 50%;
  }

  .responsive-col .offset-col-one-large {
    width: 66.666%
  }

  .responsive-col .offset-col-one-small,
  .responsive-col .three-col-one, 
  .responsive-col .three-col-two, 
  .responsive-col .three-col-three {
    width: 33.333%;
  }
  
  .responsive-col .offset-col-two-large {
    width: 75%;
  }

  .responsive-col .offset-col-two-small,
  .responsive-col .four-col-one, 
  .responsive-col .four-col-two, 
  .responsive-col .four-col-three, 
  .responsive-col .four-col-four {
    width: 25%;
  }

  .responsive-col .offset-col-three-small {
    width: 40%;
  }

  .responsive-col .offset-col-three-large {
    width: 60%;
  }

  .responsive-col .offset-col-three-tiny,
  .responsive-col .five-col-five, 
  .responsive-col .five-col-four, 
  .responsive-col .five-col-three, 
  .responsive-col .five-col-two,  
  .responsive-col .five-col-one {
    width: 20%;
  }

  .responsive-col .offset-col-three-huge {
    width: 80%;
  }
  
  .ModulePressReleaseDetails .right {
    float: right!important;
  }
  
  .ModulePressReleaseDetails .left {
    float: left!important;
  }

  .showOnPhone {
    display: block;
  }

  .hideOnPhone {
    display: none; 
  }
  

}
.latestNews .image-thumbnail[data-tags*="five-banner"]:before {
    content: "";
    width: 72px;
    height: 79px;
    background-image: url('../5-for-5/5for5.png');
    position: absolute;
    left: 7%;
    background-size: cover;
}

.ModulePressReleaseDetails .intro {
  font-size: 20px;
  color: #9da6ab;
  line-height: 1.3;
}

.ModulePressReleaseDetails hr {
  border: 0px;
  border-top: 1px solid #d3d3d3;
}

/* Adds a new class to easily create a styled blockquote */
.ModulePressReleaseDetails .blockquote {
  box-sizing: border-box;
  padding: 20px 20px 4px;
  border-left: 3px solid #4db4fa;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #36495a;
  font-size: 18px;
  background: #ededed;
}
.ModulePressReleaseDetails .blockquote-no-padding {
  margin-left: 50px;
  margin-right: 50px;
  padding: 0;
}
.ModulePressReleaseDetails .blockquote-orange {
  border-left: 3px solid #ff7318;
}
.ModulePressReleaseDetails .blockquote-green {
  border-left: 3px solid #00B989;
}
.ModulePressReleaseDetails .blockquote span {
  color: #9fa4aa;
  display: block;
}

/* Adds a new class to easily create a padded div */
.ModulePressReleaseDetails .padded-box {
  padding: 20px;
  margin-bottom: 10px;
}
.ModulePressReleaseDetails .padded-box h1:first-child,
.ModulePressReleaseDetails .padded-box h2:first-child,
.ModulePressReleaseDetails .padded-box h3:first-child,
.ModulePressReleaseDetails .padded-box h4:first-child {
  margin-top: 0;
}

/* Adds a new class to easily create a media caption */
.ModulePressReleaseDetails .caption {
  color: #9DA6AB;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

/* Adds a new class to easily create a stylized numbered list */
.ModulePressReleaseDetails ol.large-numbers {
  counter-reset: li;
  list-style: none!important;
  padding: 0;
  line-height: 1.5;
  padding-left: 0!important;
}
.ModulePressReleaseDetails ol.large-numbers li {
    position: relative;
    padding: 10px 0 16px 30px;
}
.ModulePressReleaseDetails ol.large-numbers li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 30px;
    line-height: 1;
    color: #00467f;
}

/* 264769 - Share */
.ModulePressReleaseDetails .email-share img[src*="/email-icon.png"] {
    padding: 0;
}

.news-widget .content {
    height: auto!important;
    padding-bottom: 30px!important;
}

.news-widget .content .title {
    margin-bottom: 20px;
}

.sup {vertical-align: super; font-size: .5em;}